@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&display=swap');


a, address, body, center, div, footer, form, html, label, li, nav, p, section, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

footer, nav, section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

body {
    -webkit-text-size-adjust: none
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.email-input {
    color: #000
}

body {
    -ms-overflow-style: scrollbar
}

@media screen and (max-width:480px) {
    body, html {
        min-width: 320px
    }
}

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

body, html {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

@media screen and (max-height:640px) {
    body, html {
        height: auto;
        min-height: 100%
    }
}

body {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: #000;
    padding: 6em 4em 4em 4em
}

    body > * {
        position: relative;
        z-index: 2
    }

@media screen and (max-width:1680px) {
    body {
        padding: 6em 3.5em 3.5em 3.5em
    }
}

@media screen and (max-width:736px) {
    body {
        padding: 5em 2em 2em 2em
    }
}

@media screen and (max-width:360px) {
    body {
        padding: 5em 1.25em 1.25em 1.25em
    }
}

#bg {
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    height: 100%;
    left: 0;
    opacity: .375;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

    #bg div {
        -moz-transition: opacity 3s ease;
        -webkit-transition: opacity 3s ease;
        -ms-transition: opacity 3s ease;
        transition: opacity 3s ease;
        background-size: cover;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        visibility: hidden;
        width: 150%
    }

        #bg div:only-child {
            -moz-animation-direction: alternate !important;
            -webkit-animation-direction: alternate !important;
            -ms-animation-direction: alternate !important;
            animation-direction: alternate !important
        }

@-moz-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

@-webkit-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

@-ms-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

@keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

body, input {
    color: rgba(255,255,255,.75);
    font-family: Roboto,sans-serif;
    font-size: 16pt;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.65em
}

@media screen and (max-width:1680px) {
    body, input {
        font-size: 12pt
    }
}

@media screen and (max-width:1280px) {
    body, input {
        font-size: 11pt
    }
}

@media screen and (max-width:980px) {
    body, input {
        font-size: 12pt
    }
}

@media screen and (max-width:736px) {
    body, input {
        font-size: 12pt
    }
}

@media screen and (max-width:480px) {
    body, input {
        font-size: 12pt
    }
}

a {
    -moz-transition: border-bottom-color .2s ease,color .2s ease;
    -webkit-transition: border-bottom-color .2s ease,color .2s ease;
    -ms-transition: border-bottom-color .2s ease,color .2s ease;
    transition: border-bottom-color .2s ease,color .2s ease;
    border-bottom: dotted 1px rgba(255,255,255,.25);
    color: #1cb495;
    text-decoration: none
}

    a:hover {
        border-bottom-color: transparent;
        color: #1cb495 !important;
        text-decoration: none
    }

p {
    margin: 0 0 2em 0
}

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em
}

    ul li {
        padding-left: .5em
    }

@media (max-width: 480px) {
    ul.icons {
        gap: 0.75rem;
    }
}

    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0
    }

        ul.icons li {
            display: inline-block;
            padding: 0 1em 0 0
        }

            ul.icons li:last-child {
                padding-right: 0
            }

            ul.icons li a {
                color: inherit;
                border-bottom: none;
            }

                ul.icons li a svg {
                    width: clamp(48px, 8vw, 96px);
                    height: clamp(48px, 8vw, 96px);
                    /*width: 100px;
                    height: 100px;*/
                    fill: #ffffff;
                    transition: transform 0.3s ease, fill 0.3s ease
                }

                ul.icons li a svg #instaIcon,
                ul.icons li a svg #tikTokIcon{
                    stroke: #ffffff;
                    fill: none;
                    transition: stroke 0.3s ease
                }

                ul.icons li a svg #emailIcon {
                    fill: #ffffff;
                    stroke: none
                }

                ul.icons li a svg .iconBG {
                    fill: #ffa994;
                    transition: fill 0.3s ease
                }

                    ul.icons li a svg:hover #instaIcon {
                        stroke: #ff6bf3
                    }

                    ul.icons li a svg:hover #tikTokIcon {
                        stroke: #fcff38
                    }

                    ul.icons li a svg:hover {
                        transform: scale(1.2);
                        fill: #2942ff
                    }

                    ul.icons li a svg:hover .iconBG {
                        fill: #ff3b0a
                    }

form {
    margin: 0 0 2em 0
}

label {
    color: #fff;
    display: block;
    font-size: .9em;
    font-weight: 700;
    margin: 0 0 1em 0
}

@-moz-keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025)
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025)
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025)
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025)
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

input[type=email], input[type=password], input[type=text] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: border-color .2s ease,background-color .2s ease;
    -webkit-transition: border-color .2s ease,background-color .2s ease;
    -ms-transition: border-color .2s ease,background-color .2s ease;
    transition: border-color .2s ease,background-color .2s ease;
    background-color: transparent;
    border-radius: 6px;
    border: none;
    border: solid 2px rgba(255,255,255,.35);
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%
}

    input[type=email]:invalid, input[type=password]:invalid, input[type=text]:invalid {
        box-shadow: none
    }

    input[type=email]:focus, input[type=password]:focus, input[type=text]:focus {
        -moz-animation: focus .1s;
        -webkit-animation: focus .1s;
        -ms-animation: focus .1s;
        animation: focus .1s;
        background-color: rgba(255,255,255,.125);
        border-color: #1cb495
    }

input[type=email], input[type=password], input[type=text] {
    height: 2.75em
}

input[type=checkbox], input[type=radio] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1
}

    input[type=checkbox] + label, input[type=radio] + label {
        text-decoration: none;
        color: rgba(255,255,255,.75);
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        padding-left: 2.4em;
        padding-right: .75em;
        position: relative
    }

        input[type=checkbox] + label:before, input[type=radio] + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            text-transform: none !important;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900
        }

        input[type=checkbox] + label:before, input[type=radio] + label:before {
            background: rgba(255,255,255,.125);
            border-radius: 6px;
            border: solid 2px rgba(255,255,255,.35);
            content: '';
            display: inline-block;
            font-size: .8em;
            height: 1.65em;
            left: 0;
            line-height: 1.65em;
            position: absolute;
            text-align: center;
            top: 0;
            width: 1.65em
        }

    input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
        background: #1cb495;
        border-color: #1cb495;
        color: #fff;
        content: '\f00c'
    }

    input[type=checkbox]:focus + label:before, input[type=radio]:focus + label:before {
        border-color: #1cb495;
        box-shadow: 0 0 0 2px #1cb495
    }

    input[type=checkbox] + label:before {
        border-radius: 6px
    }

    input[type=radio] + label:before {
        border-radius: 100%
    }

::-webkit-input-placeholder {
    color: rgba(255,255,255,.5) !important;
    opacity: 1
}

:-moz-placeholder {
    color: rgba(255,255,255,.5) !important;
    opacity: 1
}

::-moz-placeholder {
    color: rgba(255,255,255,.5) !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: rgba(255,255,255,.5) !important;
    opacity: 1
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out;
    background-color: #1cb495;
    border-radius: 6px;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 2.75em;
    line-height: 2.75em;
    padding: 0 1.125em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

    .button:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
        background-color: #1fcaa7
    }

    .button:active, button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
        background-color: #199e83
    }

    .button:disabled, button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
        opacity: .5
    }

@media screen and (max-width:480px) {
    .button, button, input[type=button], input[type=reset], input[type=submit] {
        padding: 0
    }
}

#signup-form {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative
}

    #signup-form input[type=email], #signup-form input[type=password], #signup-form input[type=text] {
        width: 18em
    }

    #signup-form > * {
        margin: 0 0 0 1em
    }

    #signup-form > :first-child {
        margin: 0
    }

@media screen and (max-width:480px) {
    #signup-form {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        #signup-form input[type=email], #signup-form input[type=password], #signup-form input[type=type] {
            width: 100%
        }

        #signup-form > * {
            margin: 1.25em 0 0 0
        }
}

#footer {
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    bottom: 4em;
    color: rgba(255,255,255,.5);
    left: 4em;
    opacity: .5;
    position: absolute
}

    #footer .icons {
        margin: 0 0 .5em 0
    }

    #footer:hover {
        opacity: 1
    }

    #footer > :last-child {
        margin-bottom: 0
    }

@media screen and (max-width:1680px) {
    #footer {
        bottom: 3.5em;
        left: 3.5em
    }
}

@media screen and (max-width:736px) {
    #footer {
        bottom: 2em;
        left: 2em
    }
}

@media screen and (max-width:360px) {
    #footer {
        bottom: 1.25em;
        left: 1.25em
    }
}

@media screen and (max-height:640px) {
    #footer {
        bottom: auto;
        left: auto;
        margin: 1em 0 0 0;
        position: relative
    }
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

html,
body,
.landing-wrap,
.snap-container {
    height: 100vh;
    height: 100dvh;
}

body {
    background-color: #000;
    display: block;
}

.landing-wrap {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    display: block !important;
}

.snap-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.snap-container::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.panel {
    position: relative;
    width: 100%;
    height: 100%; /* exact viewport height */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    color: #fff;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.bg-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none; /* don't block clicks */
}

.img-stack {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}


.img-stack img {
    position: absolute;
    width: 100%;
    height: 100%;
    image-rendering: auto;
}

.panel > .content {
    position: relative;
    z-index: 1;
    max-width: min(900px, 92vw);
    padding: 2rem 1rem;
    /* roughly center/low on the artwork; tweak if you want it higher/lower */
    margin-top: 52vh;
}

.panel .footer {
    margin-top: 4vh;
    opacity: 0.9;
    font-size: 0.9rem;
}

@media (max-height: 700px) {
    .panel > .content {
        margin-top: 40vh;
        padding: 1.5rem 1rem;
    }

    .panel .footer {
        margin-top: 2vh;
    }
}

@media (max-width: 480px) {
    .panel .footer {
        font-size: 0.8rem;
    }

    .panel > .content {
        margin-top: 48vh; /* bring content slightly higher on tall narrow phones */
    }
}

@media (min-width: 1440px) {
    .panel {
        align-items: flex-start;
    }

    .panel > .content {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1600px) {
    .panel .footer {
        margin-top: 6vh;
    }

    /* Cap icon size a bit so they don't overpower the text */
    ul.icons li a svg {
        width: 72px;
        height: 72px;
    }
}

.dot-nav {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

.dot-nav li {
    margin: 10px 0;
}

.dot-nav a {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    text-indent: -9999px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.9);
}

.dot-nav a:focus,
.dot-nav a:hover {
    background: rgba(255, 255, 255, 1);
}

.dot-nav a.active {
    background: #fff;
    transform: scale(1.2);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
    .dot-nav {
        right: 50%;
        top: auto;
        bottom: 16px;
        transform: translateX(50%);
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .dot-nav li {
        margin: 0;
    }

    .dot-nav a {
        width: 10px;
        height: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .snap-container {
        scroll-behavior: auto;
    }
}

.signup-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.signup-form .email-input {
    width: min(320px, 90%);
    padding: 0.9rem 1rem;
    border-radius: 6px;
    border: none;
    outline: 0;
    background: #fff;
    color: #000;
}

.signup-form button[type=submit] {
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    background-color: #1cb495;
    color: #fff;
    padding: 0 1.25em;
}

.signup-form button[type=submit]:hover {
    background-color: #1fcaa7;
}

@media (min-width: 768px) {
    .signup-form {
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
    }

    .signup-form .email-input {
        width: min(360px, 60vw);
        margin-right: 0.75rem;
    }

    .signup-form button[type=submit] {
        padding: 0 1.75rem;
    }
}

@media (max-width: 400px) {
    .signup-form .email-input {
        width: 100%;
    }
}

/* Validation message styling */
.validation-message {
    color: #ff6b6b;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    text-align: center;
    animation: fadeIn 0.3s ease-in-out;
    background: rgba(255, 107, 107, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 107, 107, 0.3);
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Make each panel a stacking context so we can absolutely-position a background layer */
.panel {
    position: relative;
}

/* Container that all background slices live in */
.bg-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none; /* never block clicks */
}

/* Default behaviour for each slice, overridden by per-layer classes */
.bg-layer-img {
    position: absolute;
    max-width: none;
    image-rendering: auto;
    transform-origin: top left;
}

/* The ImageLayers stack just fills the panel */
.home-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 3840x2160 canvas-style full coverage */
.home-bg-base,
.home-bg-pattern,
.home-bg-stars {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

/* City strip at bottom */
.home-layer-city {
    left: 0;
    bottom: 0;
    width: 100vw;
    height: auto;
}

/* Content (form, tagline, icons) sits above art */
.panel .content {
    position: relative;
    z-index: 1;
}

/* For accessibility text that mirrors the art text */
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Desktop hero art positioning (designed for ~16:9) */
.home-hero {
    position: absolute;
    pointer-events: none;
    max-width: none;
}

/* Top logo: "NAINA BEAUTY" */
.home-hero--logo {
    top: 8vh;
    left: 50%;
    transform: translateX(-50%);
    width: min(60vw, 1100px);
}

/* Headline: "SOMETHING BEAUTIFUL IS COMING" */
.home-hero--headline {
    top: 24vh;
    left: 50%;
    transform: translateX(-50%);
    width: min(42vw, 820px);
}

/* Lashes, upper-left */
.home-hero--lashes {
    top: 16vh;
    left: 6vw;
    width: min(26vw, 480px);
}

/* Lip dabs, left side */
.home-hero--dabs {
    top: 45vh;
    left: 6vw;
    width: min(18vw, 360px);
}

/* Lip wand + squiggle, right side */
.home-hero--wand {
    top: 12vh;
    right: 4vw;
    width: min(20vw, 410px);
}

/* City skyline along the bottom */
.home-hero--cities {
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

/* �NAINA BEAUTY� at top centre */
.home-layer-title {
    top: 7vh;
    left: 50%;
    width: 42vw;
    transform: translateX(-50%);
}

/* �SOMETHING BEAUTIFUL IS COMING� stacked title */
.home-layer-headline {
    top: 25vh;
    left: 50%;
    width: 30vw;
    transform: translateX(-50%);
}

/* Lashes on upper-left */
.home-layer-lashes {
    top: 15vh;
    left: 7vw;
    width: 22vw;
}

/* Lip colour dabs toward lower-left */
.home-layer-dabs {
    bottom: 16vh;
    left: 8vw;
    width: 20vw;
}

/* Makeup sparkle line behind signup area */
.home-layer-makeup-line {
    top: 40vh;
    left: 50%;
    width: 42vw;
    transform: translateX(-50%);
}

/* Image version of �A new chapter�� (subtle; real text sits on top) */
.home-layer-bottom-text {
    bottom: 24vh;
    left: 50%;
    width: 34vw;
    transform: translateX(-50%);
}

.hero-tagline {
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    color: #4b210c; /* deep warm brown, similar to your PNG */
    font-weight: 500;
    font-size: clamp(1.4rem, 1.9vw, 2.1rem);
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-top: 1.25rem;
    margin-bottom: 2rem;
}

.panel > .content {
    position: relative;
    z-index: 10;
    margin-top: clamp(28vh, 68vh, 78vh); /* centre around the big title */
    max-width: min(900px, 92vw);
    padding: 2rem 1rem;
}

/* --- Base stacked-image container --- */

.img-stack.home-bg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .img-stack.home-bg .img-layer {
        position: absolute;
        image-rendering: auto;
        max-width: none;
    }

/* Full-screen background layers */

.bg-base,
.bg-pattern,
.bg-stars {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Foreground elements � tuned for 3840x2160 desktop */

.home-cities {
    bottom: -2%;
    left: 50%;
    transform: translateX(-50%);
    width: 105vw; /* slight bleed */
    height: auto;
}

.home-top-text {
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 55vw;
    height: auto;
}

.home-middle-text {
    top: 34%;
    left: 50%;
    transform: translateX(-50%);
    width: 40vw;
    height: auto;
}

.home-bottom-text {
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
    width: 34vw;
    height: auto;
}

/* Lashes, dabs, lip line positions */

.home-lashes {
    top: 23%;
    left: 13%;
    width: 20vw;
    height: auto;
}

.home-dabs {
    top: 48%;
    left: 13%;
    width: 16vw;
    height: auto;
}

.home-makeup-line {
    right: -2%;
    width: 16vw;
    height: auto;
}

/* Tagline text styling to match image feel */

.hero-tagline {
    margin-top: 1.5rem;
    font-family: "Cormorant Garamond", "Times New Roman", serif;
    font-weight: 400;
    font-size: clamp(1.4rem, 1.9vw, 2.1rem);
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: #4b250f; /* deep brown like your comp */
    text-align: center;
}
 n
/* Desktop: keep content roughly centered vertically over middle text */

.panel > .content {
    margin-top: 68vh; /* tuned so form/tagline sit over Page1BottomText */
    max-width: min(900px, 92vw);
}

/* Medium screens: slightly lower and narrower */

@media (max-width: 1440px) {
    .panel > .content {
        margin-top: 42vh;
    }
}

/* Center the "Something Beautiful Is Coming" text image */
.home-bg img[src*="Page1TopText"] {
    position: absolute;
    /* size � tweak if you want it slightly bigger/smaller */
    width: 43vw;
    max-width: 1220px;
    /* roughly middle of the canvas vertically */
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Center the "Something Beautiful Is Coming" text image */
.home-bg img[src*="Page1MiddleText"] {
    position: absolute;
    /* size � tweak if you want it slightly bigger/smaller */
    width: 32vw;
    max-width: 1220px;
    /* roughly middle of the canvas vertically */
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Center the "Something Beautiful Is Coming" text image */
.home-bg img[src*="Page1BottomText"] {
    position: absolute;
    /* size � tweak if you want it slightly bigger/smaller */
    width: 32vw;
    max-width: 1220px;
    /* roughly middle of the canvas vertically */
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Center the skyline at the very bottom */
.home-bg img[src*="Page1BottomCities"] {
    position: absolute;
    height: 108%;
    width: 100vw; /* span full width */
    max-width: 3840px;
    left: 50%;
    bottom: 0;
    top: auto;
    transform: translateX(-50%);
}

/* Mobile: Hide decorative elements to simplify layout */
@media (max-width: 768px) {
	.home-lashes,
	.home-dabs,
	.home-makeup-line {
		display: none;
	}

	/* Adjust text image sizes for mobile readability - using attribute selectors for specificity */
	/* Set height to auto so images actually SCALE instead of just getting clipped */
	/* Remove max-width to allow full scaling */
	.home-bg img[src*="Page1TopText"] {
		width: 205vw !important;
		max-width: none !important;
		height: auto !important;
		top: 37% !important;
	}

	.home-bg img[src*="Page1MiddleText"] {
		width: 280vw !important;
		max-width: none !important;
		height: auto !important;
		top: 41% !important;
	}

	.home-bg img[src*="Page1BottomText"] {
		width: 300vw !important;
		max-width: none !important;
		height: auto !important;
		top: 42% !important;
        left: 53%;
	}

	/* Ensure form is properly positioned */
	.panel > .content {
		margin-top: 58vh;
	}

	/* Page 2: Stack portrait above text on mobile */
	.panel-founder .founder-photo {
		top: 2vh !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 47vw !important;
		max-width: 65vw !important;
		height: auto !important;
	}

	/* Line 1: Script above Body (stacked vertically) */
	.panel-founder .founder-line1-script {
		top: 44vh !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 34vw !important;
		max-width: none !important;
		height: auto !important;
	}

	.panel-founder .founder-line1-body {
		top: 54vh !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 75vw !important;
		max-width: none !important;
		height: auto !important;
	}

	/* Line 2: Script above Body (stacked vertically) */
	.panel-founder .founder-line2-script {
		top: 68vh !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 34vw !important;
		max-width: none !important;
		height: auto !important;
	}

	.panel-founder .founder-line2-body {
		top: 80vh !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 75vw !important;
		max-width: none !important;
		height: auto !important;
	}

	/* Page 3: Hide decorative elements on mobile and scale up text */
	.panel-preorder .preorder-bangles,
	.panel-preorder .preorder-floral,
	.panel-preorder .preorder-brushes{
        width: 25vh !important;
	}

    .panel-preorder .preorder-lip,
    .panel-preorder .preorder-chai {
        width: 15vh !important;
    }

    .panel-preorder .preorder-lip {
        top: 1vh !important;
        right: 1vh !important;
    }
    
    /* Keep stars but make them subtle */
    .panel-preorder .preorder-stars {
        opacity: 0.5;
    }

	/* Scale up and reposition text elements for mobile readability */
	.panel-preorder .preorder-logo {
		top: 26vh !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 88vw !important;
		max-width: none !important;
		height: auto !important;
	}

	.panel-preorder .preorder-title {
		top: 39vh !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 88vw !important;
		max-width: none !important;
		height: auto !important;
	}

	.panel-preorder .preorder-subtitle {
		top: 54vh !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 92vw !important;
		max-width: none !important;
		height: auto !important;
	}

	.panel-preorder .preorder-pill {
		top: 46vh !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 87vw !important;
		max-width: none !important;
		height: auto !important;
	}

	.panel-preorder .preorder-bonus {
		top: 64vh !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 87vw !important;
		max-width: none !important;
		height: auto !important;
	}

	.panel-preorder .preorder-why {
		top: 70vh !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 93vw !important;
		max-width: none !important;
		height: auto !important;
	}
}

/* ---- Page 2: Founder panel ---- */
.panel-founder {
    justify-content: flex-start;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.panel-founder > .content.founder-content {
    position: relative;
    margin-top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

/* Scope all image positions to the founder panel */
.panel-founder .founder-bg img {
    position: absolute;
    display: block;
}

/* Portrait on the left */
.panel-founder .founder-photo {
    top: 16vh;
    left: 10vw;
    width: 22vw; /* tweak to taste */
    max-width: 560px;
    height: auto;
    border-radius: 32px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

/* Row 1 script: "A passionate creator and founder" */
.panel-founder .founder-line1-script {
    top: 18vh;
    left: 32vw;
    width: 18vw;
    height: auto;
}

/* Row 1 body text block */
.panel-founder .founder-line1-body {
    top: 18vh;
    left: 54vw;
    width: 33vw;
    height: auto;
}

/* Row 2 script: "Glamorous story-telling visionary" */
.panel-founder .founder-line2-script {
    top: 50vh;
    left: 32vw;
    width: 18vw;
    height: auto;
}

/* Row 2 body text block */
.panel-founder .founder-line2-body {
    top: 49vh;
    left: 54vw;
    width: 33vw;
    height: auto;
}

/* ---- Page 3: Preorder panel ---- */
.panel-preorder {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

    /* Let the stack fill the viewport */
    .panel-preorder .preorder-bg {
        width: 100%;
        height: 100%;
    }

        /* All images in this panel are absolutely positioned */
.panel-preorder .preorder-bg img:not(.bg-base):not(.bg-pattern):not(.bg-stars) {
    position: absolute;
    display: block;
    height: auto;
}

    /* --- Decorative imagery --- */
/* Top-left bangles + powders */
.panel-preorder .preorder-bangles {
    top: 0;
    left: 0;
    width: 29vw;
    height: auto;
}

/* Top-right floral motif */
.panel-preorder .preorder-floral {
    top: 0;
    right: 0;
    width: 20vw;
    height: auto;
}

/* Right-side lip swipe */
.panel-preorder .preorder-lip {
    top: 27vh;
    right: 0;
    width: 12vw;
    height: auto;
}

/* Bottom-left brushes */
.panel-preorder .preorder-brushes {
    bottom: 0;
    left: 0;
    width: 28vw;
    height: auto;
}

/* Star scatter over the center */
.panel-preorder .preorder-stars {
    top: 32vh;
    left: 18vw;
    width: 64vw;
    height: auto;
    pointer-events: none;
}

/* Bottom-right chai cup */
.panel-preorder .preorder-chai {
    bottom: 0;
    right: 0;
    width: 10vw;
}

    /* --- Text blocks --- */
    /* Tiny logo at very top center */
    .panel-preorder .preorder-logo {
        top: 9vh;
        left: 50%;
        transform: translateX(-50%);
        width: 20vw;
    }

    /* "BE FIRST TO FLAUNT YOUR NAKHRA" */
    .panel-preorder .preorder-title {
        top: 18vh;
        left: 50%;
        transform: translateX(-50%);
        width: 60vw;
    }

    /* Two-line subtitle paragraph */
    .panel-preorder .preorder-subtitle {
        top: 28vh;
        left: 50%;
        transform: translateX(-50%);
        width: 54vw;
    }

    /* Mint pill: "Preorders Opening Soon!" */
    .panel-preorder .preorder-pill {
        top: 42vh;
        left: 50%;
        transform: translateX(-50%);
        width: 50vw;
    }

    /* "BONUS: First 100 preorders..." */
    .panel-preorder .preorder-bonus {
        top: 54vh;
        left: 50%;
        transform: translateX(-50%);
        width: 58vw;
    }

    /* "Why Preorder?" body text */
    .panel-preorder .preorder-why {
        top: 60vh;
        left: 50%;
        transform: translateX(-50%);
        width: 68vw;
    }

/* Success Message Animation */
.success-message {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	animation: fadeIn 0.6s ease-in-out;
}

.success-message h3 {
	color: #fff;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	font-weight: 600;
	margin: 0;
	animation: slideUp 0.5s ease-out 0.3s both;
}

.success-message p {
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	margin: 0;
	animation: slideUp 0.5s ease-out 0.5s both;
}

/* Checkmark Circle Container */
.checkmark-circle {
	width: 80px;
	height: 80px;
	margin-bottom: 0.5rem;
	animation: scaleIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

/* Checkmark SVG */
.checkmark {
	width: 80px;
	height: 80px;
	display: block;
}

/* Checkmark Circle Background */
.checkmark-circle-bg {
	stroke: #1cb495;
	stroke-width: 2;
	fill: none;
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	animation: strokeCircle 0.6s cubic-bezier(0.65, 0, 0.45, 1) 0.2s forwards;
}

/* Checkmark Check Path */
.checkmark-check {
	stroke: #1cb495;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: strokeCheck 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

/* Animations */
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes scaleIn {
	from {
		transform: scale(0);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes slideUp {
	from {
		transform: translateY(20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes strokeCircle {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes strokeCheck {
	to {
		stroke-dashoffset: 0;
	}
}
