/* DEMOISELLE landingPage v0.1 */
@font-face {
    font-family: 'GeistPixel';
    src: url('assets/GeistPixel.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --acid: #b8ff00;
    --dark: #223000;
    --light: #FBFFF0;
    --line: rgba(16, 16, 16, 0.22);
    --font-display: 'GeistPixel', Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    --font-mono: 'GeistPixel', "Courier New", Courier, monospace;
}

html {
    scroll-behavior: smooth;
    scroll-snap-type: none;
    overscroll-behavior-y: none;
    scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

* {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    color: var(--dark);
    background: var(--light);
    font-family: var(--font-mono);
    overscroll-behavior-y: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.panel-image,
.section-grid,
.setup {
    min-height: 100svh;
    height: 100svh;
    max-height: none;
}

.panel-image {
    position: relative;
    overflow: hidden;
    color: var(--acid);
    background-color: var(--dark);
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.1)),
        url("assets/panel.jpg");
    background-position: center;
    background-size: cover;
}

.hero-content {
    position: absolute;
    z-index: 1;
    top: 22%;
    left: 14%;
    max-width: 780px;
}

.eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.7rem;
    letter-spacing: -0.05em;
}

h1,
h2 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 900;
    line-height: 0.79;
    letter-spacing: -0.06em;
}

h1 {
    display: inline-block;
    width: auto;
    max-width: none;
    overflow: visible;
    font-size: min(12vw, 14rem);
    white-space: nowrap;
}

h2 {
    font-size: clamp(4rem, 10vw, 9rem);
}

.hero-note {
    max-width: 640px;
    margin: 2rem 0 1.8rem;
    padding: 0.15rem 0.35rem;
    color: var(--dark);
    background: var(--light);
    font-size: 0.85rem;
    line-height: 1.45;
}

.button {
    display: inline-block;
    padding: 0.95rem 1.25rem;
    font-size: 0.7rem;
    letter-spacing: -0.04em;
    transition: 0.2s ease;
}

.button-primary {
    color: var(--dark);
    background: var(--acid);
}

.button-outline {
    border: 1px solid var(--dark);
}

.button:hover {
    transform: translateY(-3px);
    box-shadow: 5px 5px 0 var(--dark);
}

.hero-meta {
    position: absolute;
    right: 2.2rem;
    bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 0.7rem;
    white-space: nowrap;
}

.social-links {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.7rem;
    color: var(--acid);
    white-space: nowrap;
}

.social-links a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    color: inherit;
    image-rendering: pixelated;
    transition: 0.2s ease;
}

.social-links svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
    shape-rendering: crispEdges;
    image-rendering: pixelated;
    transform: scale(1.15);
    transform-origin: center;
}

.social-links a:hover {
    transform: translateY(-2px);
    filter: brightness(1.35);
}

.footer-credit {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    white-space: nowrap;
}

.section-grid {
    display: grid;
    grid-template-columns: 25% 75%;
    padding: 8rem 7vw;
    border-bottom: 1px solid var(--line);
}

.section-label {
    padding-top: 0.5rem;
    font-size: 0.7rem;
}

.details-content,
.setup-content {
    max-width: 950px;
}

.controls-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

.controls-list div {
    display: grid;
    grid-template-columns: 2rem 1fr;
    column-gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

.controls-list span {
    grid-row: span 2;
    font-size: 0.7rem;
}

.controls-list strong {
    font-size: 0.85rem;
}

.controls-list p {
    margin: 0.8rem 0 0;
    font-size: 0.75rem;
    line-height: 1.4;
}

.setup {
    background: var(--acid);
}

.setup-content > p {
    max-width: 510px;
    margin: 2rem 0 0;
    font-size: 1rem;
    line-height: 1.45;
}

.setup-steps {
    max-width: 580px;
    margin: 2rem 0;
    padding-left: 1.4rem;
    font-size: 0.85rem;
    line-height: 2;
}

.site-footer {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-height: 50svh;
    padding: 4rem 7vw 1.5rem;
    color: var(--acid);
    background: var(--dark);
}

.footer-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: var(--font-display);
    font-size: clamp(4rem, 13vw, 12rem);
    line-height: 0.8;
    letter-spacing: -0.08em;
}

.footer-brand .button-outline {
    display: inline-block;
    padding: 0.95rem 1.25rem;
    color: var(--dark);
    background: var(--acid);
    border-color: var(--dark);
    font-family: var(--font-mono);
    font-size: 1rem;
    letter-spacing: -0.04em;
}

.site-footer p {
    margin: 2rem 0 5rem;
    font-size: 0.7rem;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(184, 255, 0, 0.35);
    font-size: 0.65rem;
    white-space: nowrap;
}

.footer-bottom > span,
.footer-credit {
    white-space: nowrap;
}

.site-footer .button-outline {
    align-self: flex-end;
    margin: 2rem 0;
}

@supports (height: 100dvh) {
    .panel-image,
    .section-grid,
    .setup {
        min-height: 100dvh;
        height: 100dvh;
    }

    .site-footer {
        min-height: 50dvh;
    }
}

@media (max-width: 720px) {
    body {
        min-width: 0;
    }

    .panel-image {
        background-position: 62% center;
    }

    .hero-content {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: none;
        min-height: 100svh;
        padding: 6rem 8rem 8rem 8%;
    }

    .eyebrow {
        max-width: 18rem;
        margin-bottom: 1rem;
        font-size: 0.65rem;
        line-height: 1.35;
    }

    h1 {
        display: block;
        width: max-content;
        max-width: none;
        overflow: visible;
        font-size: min(14vw, 8rem);
        white-space: nowrap;
    }

    .hero-note {
        max-width: 100%;
        margin: 1.5rem 0;
        font-size: 0.75rem;
        line-height: 1.5;
    }

    .hero-note br {
        display: none;
    }

    .button {
        align-self: flex-start;
        padding: 0.9rem 1rem;
        font-size: 0.65rem;
    }

    .hero-meta {
        right: 8%;
        bottom: 1.5rem;
        left: 8%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.65rem;
        min-width: 0;
        font-size: 0.58rem;
    }

    .hero-meta > span {
        flex: 0 0 auto;
    }

    .hero-meta > span:first-child {
        display: none;
    }

    .hero-meta .social-links {
        margin-left: auto;
        gap: 0.55rem;
    }

    .social-links a {
        width: 1.1rem;
        height: 1.1rem;
    }

    .section-grid {
        display: block;
        padding: 4.5rem 8% 5rem;
    }

    .section-label {
        margin-bottom: 2.5rem;
        padding-top: 0;
        font-size: 0.65rem;
    }

    h2 {
        font-size: clamp(3.5rem, 18vw, 7rem);
    }

    .controls-list {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 3rem;
    }

    .controls-list div {
        grid-template-columns: 1.8rem 1fr;
        column-gap: 0.8rem;
        padding-top: 0.8rem;
    }

    .controls-list strong {
        font-size: 0.75rem;
    }

    .controls-list p {
        margin-top: 0.55rem;
        font-size: 0.7rem;
    }

    .setup-content > p {
        max-width: 100%;
        margin-top: 1.75rem;
        font-size: 0.85rem;
    }

    .setup-steps {
        max-width: 100%;
        margin: 1.75rem 0 0;
        padding-left: 1.2rem;
        font-size: 0.75rem;
        line-height: 1.8;
    }

    .site-footer {
        min-height: 50svh;
        padding: 3.5rem 8% 1.5rem;
    }

    .footer-brand {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        font-size: clamp(4rem, 19vw, 7rem);
    }

    .footer-brand .button-outline {
        align-self: flex-start;
        padding: 0.9rem 1rem;
        font-size: 0.75rem;
    }

    .site-footer p {
        margin: 1rem 0 3rem;
        font-size: 0.6rem;
        line-height: 1.4;
    }

    .footer-bottom {
        justify-content: flex-start;
        gap: 0.6rem;
        font-size: 0.55rem;
    }

    .footer-bottom > span,
    .footer-credit {
        white-space: nowrap;
    }

    .footer-credit {
        gap: 0.6rem;
    }

    .footer-credit .social-links {
        gap: 0.45rem;
    }

    .footer-credit .social-links a {
        width: 1rem;
        height: 1rem;
    }
}

@media (max-width: 380px) {
    .hero-content {
        padding-right: 5.5rem;
        padding-left: 7%;
    }

    .hero-meta {
        right: 7%;
        left: 7%;
        gap: 0.4rem;
    }

    .hero-meta .social-links {
        gap: 0.4rem;
    }

    .social-links a {
        width: 1rem;
        height: 1rem;
    }

    .section-grid,
    .site-footer {
        padding-right: 7%;
        padding-left: 7%;
    }

    h1 {
        font-size: min(12vw, 6rem);
    }

    h2 {
        font-size: clamp(3rem, 17vw, 5.5rem);
    }

    .hero-note {
        font-size: 0.7rem;
    }

    .footer-bottom {
        gap: 0.45rem;
        font-size: 0.5rem;
    }

    .footer-credit {
        gap: 0.45rem;
    }
}