html{
    background-color: #FFF8ED;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

*, *::before, *::after{
    box-sizing: border-box;
}

body{
    background-color: #FFF8ED;
    padding-bottom: 100px;
    margin: 0 15vw;
    width: 70vw;
    max-width: 100%;
    overflow-x: hidden;
}

body.nymira-page{
    margin: 0;
    width: 100%;
    max-width: none;
    padding: 0 clamp(16px, 5vw, 32px) 100px;
}

body.aurelia-page{
    margin: 0;
    width: 100%;
    max-width: none;
    padding: 0 clamp(16px, 5vw, 32px) 100px;
}

body.nymira-page .siteHeader,
body.nymira-page .pageContent,
body.nymira-page .siteFooter{
    width: min(1360px, 100%);
    margin-left: auto;
    margin-right: auto;
}

body.aurelia-page .siteHeader,
body.aurelia-page .pageContent,
body.aurelia-page .siteFooter{
    width: min(1360px, 100%);
    margin-left: auto;
    margin-right: auto;
}

body.nymira-page .pageContent{
    padding: 0;
}

body.aurelia-page .pageContent{
    padding: 0;
}

.nymira-page .primaryNav,
.aurelia-page .primaryNav{
    color: var(--white);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.nymira-page .primaryNav .navLink,
.nymira-page .primaryNav .navHome,
.aurelia-page .primaryNav .navLink,
.aurelia-page .primaryNav .navHome{
    color: var(--white);
}

@media (max-width: 1100px){
    body{
        margin: 0 8vw;
        width: auto;
    }
}

@media (max-width: 768px){
    body{
        margin: 0;
        width: 100%;
        padding: 0 32px 100px;
    }
}

@media (max-width: 480px){
    body{
        padding: 0 20px 80px;
    }
}

.waitlistBody{
    background-color: var(--white);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.logodiv{
    width: min(900px, 100%);
    margin: 0 auto;
    padding: 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

@media (max-width: 600px){
    .logodiv{
        padding-top: 24px;
        gap: 24px;
    }
}

.logo{
    width: 100%;
    height: auto;
}

.waitlistBox{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.waitlistCta{
    display: inline-flex;
    align-self: center;
    margin-top: 12px;
    padding: 12px 32px;
    border-radius: 999px;
    background-color: var(--light-gold);
    color: var(--tan);
    text-decoration: none;
    font-size: 18pt;
    transition: transform 160ms ease, box-shadow 160ms ease;
    box-shadow: 0 6px 12px rgba(38, 34, 19, 0.1);
}

.waitlistCta:hover,
.waitlistCta:focus{
    transform: translateY(-2px);
    box-shadow: 0 12px 18px rgba(38, 34, 19, 0.16);
}

.waitlistCtaContainer{
    display: flex;
    justify-content: center;
    margin: 0 0;
    width: 100%;
}

.nymiraHero{
    min-height: calc(100vh - var(--site-header-height, 140px));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(24px, 6vw, 80px) 0;
}

.aureliaHero .pageTitle{
    color: var(--white);
    font-size: clamp(72px, 18vw, 180px);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.35), 0 10px 18px rgba(0, 0, 0, 0.28);
}

.aureliaHero .pageSubtitle{
    color: var(--white);
    font-size: clamp(28px, 6vw, 44px);
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.32), 0 7px 12px rgba(0, 0, 0, 0.22);
}

/* Match Nymira hero title/subtitle sizing, color, and shadow to Aurelia */
.nymira-page .pageTitle{
    color: var(--white);
    font-size: clamp(100px, 25vw, 252px);
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.55), 0 10px 18px rgba(0, 0, 0, 0.4);
}

.nymira-page .pageSubtitle{
    color: var(--white);
    font-size: clamp(39px, 8.4vw, 62px);
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5), 0 7px 12px rgba(0, 0, 0, 0.36);
}

.aureliaHero{
    justify-content: flex-start;
    align-items: flex-start;
    padding: clamp(12px, 3vw, 28px) 0 clamp(20px, 4vw, 52px);
    min-height: 75vh;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.aureliaHero .nymiraHero__content{
    align-items: flex-start;
    text-align: left;
    margin-left: 80px;
    gap: clamp(10px, 3vw, 18px);
    max-width: 1100px;
}

.aureliaHero .waitlistCtaContainer{
    justify-content: flex-start;
    width: 100%;
}

.aureliaContent .nymiraNarrow{
    margin-top: clamp(16px, 6vh, 48px);
}

@media (max-width: 960px){
    .aureliaHero{
        min-height: auto;
        padding: clamp(16px, 6vw, 36px) 0 clamp(20px, 7vw, 48px);
        width: 100%;
        margin-left: 0;
    }

    .aureliaHero .nymiraHero__content{
        margin-left: clamp(16px, 6vw, 48px);
        align-items: flex-start;
        text-align: left;
        max-width: 100%;
    }
}

.nymiraHero__content{
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 3vw, 20px);
    align-items: center;
}

.nymira-page{
    position: relative;
    background-color: transparent;
    z-index: 0;
    overflow-x: visible;
}

.nymira-page::before{
    content: "";
    position: fixed;
    inset: 0;
    background-image: url('NymiraLearnMore/Nymira 1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: var(--nymira-bg-opacity, 0.1);
    transition: opacity 200ms ease-out;
    pointer-events: none;
    z-index: -1;
}


.aurelia-page{
    position: relative;
    background-color: transparent;
    z-index: 0;
    overflow-x: visible;
}

.aurelia-page::before{
    content: "";
    position: fixed;
    inset: 0;
    background-image: url('AureliaLearnMore/AureliaLessGreen.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: var(--aurelia-bg-opacity, 0.08);
    transition: opacity 200ms ease-out;
    pointer-events: none;
    z-index: -1;
}

body.contactPage{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.contactPage .siteHeader{
    flex: 0 0 auto;
}

.siteHeader{
    padding: 16px 0 75px;
}

@media (max-width: 768px){
    .siteHeader{
        padding: 12px 0 48px;
    }
}

.primaryNav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(16px, 4vw, 48px);
    font-family: Heading, serif;
    font-size: clamp(14px, 1.8vw, 18px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0 clamp(4px, 3vw, 24px);
}

.navLink,
.navHome{
    color: var(--black);
    text-decoration: none;
    font-family: Heading;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
    transition: transform 160ms ease, opacity 160ms ease;
}

.navLink:hover,
.navLink:focus{
    transform: translateY(-2px);
    opacity: 0.72;
}

.navLink:focus-visible,
.navHome:focus-visible{
    outline: 2px solid var(--tan);
    outline-offset: 4px;
}

.navHome{
    height: 96px;
    padding: 0 12px;
}

.navHome img{
    height: 100%;
    width: auto;
    display: block;
}

@media (max-width: 780px){
    .primaryNav{
        flex-wrap: wrap;
        gap: 12px 28px;
    }

    .navHome{
        order: -1;
        height: 78px;
    }
}

@media (max-width: 600px){
    .primaryNav{
        gap: 8px 20px;
    }

    .navHome{
        flex-basis: 100%;
        height: 64px;
    }

    .navLink,
    .navHome{
        padding: 4px 4px;
    }
}

.contactMain{
    width: min(720px, 100%);
    margin: 0 auto 120px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 48px;
}

@media (max-width: 768px){
    .contactMain{
        margin-bottom: 80px;
        gap: 32px;
    }
}

.contactCard{
    background-color: var(--white);
    padding: clamp(32px, 8vw, 72px);
    box-shadow: 10px 10px 18px rgba(38, 34, 19, 0.12);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contactCard h1{
    margin: 0;
    font-size: clamp(42px, 6vw, 64px);
    color: var(--black);
}

.contactIntro{
    margin: 0;
    font-size: clamp(16px, 4vw, 20px);
    color: var(--grey);
    line-height: 1.6;
}

.contactGrid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
}

.contactItem{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contactItem h2{
    margin: 0;
    font-size: 18pt;
    font-family: Heading, serif;
    color: var(--tan);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contactLink{
    font-size: clamp(18px, 4.8vw, 22px);
    color: var(--black);
    text-decoration: none;
    transition: color 160ms ease, transform 160ms ease;
}

.contactLink:hover,
.contactLink:focus{
    color: var(--tan);
    transform: translateY(-2px);
}

.contactLink:focus-visible{
    outline: 2px solid var(--tan);
    outline-offset: 4px;
}

.waitlistMain{
    width: min(720px, 100%);
    margin: 0 auto 120px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media (max-width: 768px){
    .waitlistMain{
        margin-bottom: 80px;
        gap: 32px;
    }
}

.waitlistIntro{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.waitlistIntro h1{
    font-size: clamp(42px, 6vw, 68px);
    color: var(--black);
}

.waitlistIntro p{
    font-family: Heading;
    font-weight: 100;
    color: var(--grey);
    font-size: clamp(16px, 4.6vw, 22px);
    line-height: 1.6;
}

.waitlistFormCard{
    background-color: var(--white);
    padding: 40px clamp(24px, 6vw, 52px);
    box-shadow: 10px 10px 10px rgba(38, 34, 19, 0.12);
}

.waitlistForm{
    display: flex;
    flex-direction: column;
    gap: 28px;
}

@media (max-width: 768px){
    .waitlistForm{
        gap: 20px;
    }
}

.inputGroup{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.inputGroup label{
    font-family: Heading;
    font-size: 18pt;
    color: var(--brown);
}

.inputGroup input,
.inputGroup select{
    font-family: Body;
    font-size: clamp(16px, 4vw, 20px);
    padding: clamp(14px, 3.6vw, 18px) clamp(16px, 5vw, 20px);
    border: 2px solid transparent;
    border-bottom: 2px solid var(--black);
    background-color: var(--white);
    color: var(--black);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.inputGroup select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--black) 50%), linear-gradient(135deg, var(--black) 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 15px) calc(50% + 2px);
    background-size: 6px 6px;
    background-repeat: no-repeat;
    padding-right: 48px;
    cursor: pointer;
}

.inputGroup select option{
    color: var(--black);
}

.inputGroup input:focus,
.inputGroup select:focus{
    outline: none;
    border-color: var(--white);
    box-shadow: 0 0 0 4px var(--gold);
}

div.button{
    background-color: var(--light-gold);
    text-align: right;
    border-radius: 20px;
    padding: 10px;
    padding-right: 25px;
    font-size: 23.6pt;
    color: var(--tan);
    box-shadow: 4px 4px 8px var(--grey);
}

.waitlistSubmit{
    align-self: flex-start;
    padding: clamp(14px, 3.6vw, 18px) clamp(24px, 8vw, 36px);
    border-radius: 20px;
    border: none;
    width: 100%;
    text-align: right;
    background-color: var(--green);
    color: var(--tan);
    box-shadow: 4px 4px 8px var(--grey);
    font-family: Italic;
    color: var(--white);
    font-size: clamp(18px, 5vw, 28px);
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.waitlistSubmit:hover,
.waitlistSubmit:focus{
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(38, 34, 19, 0.18);
}

.waitlistSubmit:disabled{
    opacity: 0.6;
    cursor: not-allowed;
}

.waitlistForm.is-submitting .waitlistSubmit{
    pointer-events: none;
}

@media (max-width: 768px){
    .waitlistSubmit{
        align-self: stretch;
        text-align: center;
    }
}

.waitlistMessage{
    margin-top: 28px;
    font-family: Body;
    font-size: 16pt;
    color: var(--grey);
    text-align: center;
}

.waitlistMessage[data-type="success"]{
    color: var(--green);
}

.waitlistMessage[data-type="error"]{
    color: var(--tan);
}

.waitlistMessage[data-type="pending"]{
    color: var(--grey);
}

:root {
  /* Neutrals */
  --white: #FFF8ED;
  --black: #25251A;
  --off-white: #FFF2DE;
  --grey: #908C80;
  --site-header-height: 140px;

  /* Colors */
  --gold: #EBC67E;
  --tan: #C28965;
  --brown: #825130;
  --teal: #56A389;
  --green: #31734D;

  /* Alternates */
  --light-gold: #F3DDB2;
  --dark-gold: #E2AE47;
  --dark-teal: #44826D;
  --light-brown: #DEBEA6;
}


div.spacer{
    height: 100px;
}

@media (max-width: 768px){
    div.spacer{
        height: 64px;
    }
}

@media (max-width: 480px){
    div.spacer{
        height: 40px;
    }
}

.pageContent{
    width: min(940px, 100%);
    margin: 0 auto 120px;
    padding: 0 clamp(16px, 5vw, 32px);
}

@media (max-width: 768px){
    .pageContent{
        margin: 0 auto 80px;
    }
}

.pageContent h1{
    margin: 0;
}

.pageTitle{
    font-size: clamp(44px, 15vw, 150px);
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 6px 18px rgba(127, 127, 127, 0.7);
}

.pageSubtitle{
    font-family: Heading;
    font-weight: 100;
    text-align: center;
    line-height: 1;
    margin: 0 auto 50px;
    padding-bottom: 50px;
    font-size: clamp(22px, 4.4vw, 36px);
    text-shadow: 0 4px 12px rgba(127, 127, 127, 0.7);
}

@media (max-width: 768px){
    .pageSubtitle{
        margin-bottom: clamp(28px, 8vw, 40px);
        padding-bottom: clamp(24px, 7vw, 36px);
    }
}

.nymiraContent{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: min(95vw, 1360px);
    margin: 0 auto 120px;
    padding: 0;
}

@media (max-width: 768px){
    .nymiraContent{
        margin-bottom: 80px;
        padding: 0 clamp(16px, 5vw, 32px);
    }
}

.nymiraSection h2{
    font-family: Heading;
    font-size: clamp(26px, 4vw, 34px);
    color: var(--brown);
    margin: 0 0 12px;
}

.nymiraSection p{
    font-family: Body;
    font-size: clamp(16px, 2.4vw, 18px);
    line-height: 1.75;
    color: var(--black);
    margin: 0 0 18px;
}

.nymiraSection p:last-of-type{
    margin-bottom: 0;
}

.full-width-media--select + .nymiraSection,
.full-width-media--select + .nymiraSection ~ .nymiraSection{
    width: 100%;
    max-width: 560px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.nymiraNarrow{
    width: min(1000px, 95vw);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.nymiraNarrow .nymiraSection{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.nymiraList{
    font-family: Body;
    font-size: clamp(16px, 2.4vw, 18px);
    line-height: 1.7;
    color: var(--black);
    margin: 0;
    padding-left: 40px;
    display: grid;
    gap: 12px;
}

.nymiraList li{
    margin: 0;
}

.nymiraList strong{
    font-family: Heading;
    color: var(--brown);
    font-weight: 600;
}

.products{
    width: min(1400px, 100%);
    margin: 0 auto;
    display: flex;
    gap: 64px;
    justify-content: center;
    align-items: stretch;
}

div.productBox{
    flex: 1 1 500px;
    max-width: 620px;
    min-width: 360px;
    width: 100%;
    display: flex;
}

@media (max-width: 1500px){
    .products{
        flex-direction: column;
        align-items: center;
        gap: 48px;
    }

    div.productBox{
        min-width: 0;
        max-width: min(720px, 100%);
        width: 100%;
    }
}

div.product{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto 75px;
}

.vertTitle{
    color: var(--black);
    grid-column: 1;
    grid-row: 1 / span 3;
    font-size: 155pt;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: .8;
    padding-left: 50px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

div.productImage{
    grid-column: 2;
    grid-row: 1;
}

.productText{
    color: var(--black);
    grid-column: 2;
    grid-row: 2;
    padding: 40px 20px 40px 20px;
}

div.learnMore{
    grid-column: 2;
    grid-row: 3;
    background-color: var(--light-gold);
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 20px;
    padding: 10px;
    padding-right: 25px;
    font-size: clamp(18px, 5vw, 24px);
    color: var(--tan);
    box-shadow: 4px 4px 8px var(--grey);
}

@media (max-width: 900px){
    .products{
        gap: 32px;
    }

    div.product{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .vertTitle{
        writing-mode: horizontal-tb;
        transform: none;
        font-size: clamp(48px, 16vw, 96px);
        padding-left: 0;
        line-height: 1;
        text-align: left;
    }

    .productText{
        padding: 0;
    }

    div.learnMore{
        align-self: stretch;
        text-align: center;
        justify-content: center;
        padding: 14px 20px;
    }
}

#countdown{
    font-family: Heading;
    font-weight: 100;
    font-size: clamp(18px, 4.8vw, 28px);
    color: var(--grey);
    line-height: 1.618;
    padding: 0;
    margin: 0;
}



div.intro{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: clamp(32px, 8vw, 100px);
    box-shadow: 10px 10px 10px rgba(38, 34, 19, 0.12);
    border: 1px solid var(--black);
    color: var(--black);
}

.intro--wide{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    transform: none;
}

.nymiraSection--wide{
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    transform: none;
}

@media (max-width: 960px){
    .nymiraSection--wide{
        width: 100%;
        margin: 0;
        transform: none;
    }
}

@media (max-width: 768px){
    div.intro{
        padding: clamp(24px, 7vw, 56px);
    }
}

@media (max-width: 600px){
    div.intro{
        padding: clamp(20px, 8vw, 40px);
        box-shadow: 6px 6px 10px rgba(38, 34, 19, 0.1);
    }
}

.intro--nymira{
    display: block;
}

.intro--nymira::after{
    content: "";
    display: table;
    clear: both;
}

.intro--nymira .intro__media{
    float: right;
    width: min(58%, 620px);
    margin: 20px 0 clamp(20px, 5vw, 32px) clamp(24px, 6vw, 48px);
}

.intro--nymira .intro__media img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 61px;
}

@media (max-width: 960px){
    .intro--nymira .intro__media{
        float: none;
        width: 100%;
        margin: 0 0 clamp(16px, 4vw, 28px) 0;
    }
}

.full-width-media{
    width: 100%;
    margin: 0 auto;
}

.full-width-media img{
    width: 100%;
    height: auto;
    display: block;
}

.full-width-media.full-width-media--wide{
    width: min(90vw, 1400px);
    margin-left: 50%;
    transform: translateX(-50%);
}

.full-width-video{
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid var(--black);
    box-shadow: 10px 10px 10px rgba(38, 34, 19, 0.12);
    background: var(--black);
}

.full-width-video iframe{
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.video-section{
    width: 100%;
    max-width: 1200px;
    margin: clamp(40px, 8vw, 120px) auto;
    padding: clamp(24px, 6vw, 56px);
    border-radius: 0;
    display: grid;
    gap: clamp(20px, 4vw, 36px);
}

.video-section__header{
    text-align: center;
    display: grid;
    gap: 10px;
}

.video-section__header h2{
    margin: 0;
    font-size: clamp(32px, 4.6vw, 48px);
    color: var(--black);
}

.video-section__header p{
    margin: 0;
    font-size: clamp(15px, 2.4vw, 19px);
    color: var(--grey);
}

.video-gallery{
    display: flex;
    justify-content: center;
    gap: clamp(4px, 1.2vw, 12px);
    padding: clamp(8px, 2vw, 24px) 0;
    flex-wrap: wrap;
}

.video-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(10px, 3vw, 16px);
    text-align: center;
}

.video-card__frame{
    width: min(100%, 360px);
    aspect-ratio: 9 / 16;
    border-radius: 18px;
    overflow: hidden;
    background: var(--black);
    box-shadow: 6px 6px 12px rgba(38, 34, 19, 0.18);
}

.video-card__frame iframe{
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.video-card__caption{
    margin: 0;
    font-size: clamp(14px, 2.4vw, 16px);
    color: var(--grey);
}

@media (max-width: 720px){
    .video-card__frame{
        width: min(100%, 320px);
        border-radius: 16px;
    }
}

@media (max-width: 600px){
    .video-section{
        box-shadow: 6px 6px 10px rgba(38, 34, 19, 0.1);
    }
}

@media (max-width: 1280px){
    .products{
        gap: 48px;
    }
}

@media (max-width: 1100px){
    .products{
        flex-direction: column;
        align-items: center;
    }

    div.productBox{
        min-width: 100%;
        max-width: min(720px, 100%);
    }
}

.carousel{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

.carousel.is-grabbing{
    cursor: grabbing;
}

.carousel-track{
    display: flex;
    align-items: center;
    gap: clamp(32px, 6vw, 64px);
    width: max-content;
}

.carousel img{
    flex: 0 0 auto;
    height: clamp(180px, 56vw, 420px);
    width: auto;
    pointer-events: none;
    -webkit-user-drag: none;
}

.media-section{
    padding: clamp(32px, 8vw, 100px);
    display: grid;
    gap: clamp(24px, 4vw, 48px);
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 10px 10px 10px rgba(38, 34, 19, 0.12);
}

.media-section__intro{
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

.media-section__intro h2{
    font-size: clamp(38px, 5vw, 54px);
    color: var(--black);
    margin: 0;
}

.media-collage{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 160px;
    gap: clamp(16px, 3vw, 28px);
}

.media-tile{
    position: relative;
    border-radius: 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(86, 163, 137, 0.85), rgba(49, 115, 77, 0.85));
}

.media-tile::after{
    content: attr(data-label);
    position: absolute;
    left: 20px;
    bottom: 16px;
    color: rgba(255, 248, 237, 0.88);
    font-family: Heading;
    font-size: 14pt;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.media-tile--hero{
    grid-column: span 2;
    grid-row: span 2;
    background: linear-gradient(135deg, rgba(68, 130, 109, 0.92), rgba(35, 58, 47, 0.9));
}

.media-tile--hero::before{
    content: "";
    position: absolute;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.media-tile--hero::after{
    left: 24px;
    bottom: 20px;
}

.media-tile__play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-38%, -50%);
    width: 0;
    height: 0;
    border-left: 26px solid rgba(255, 255, 255, 0.88);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    pointer-events: none;
}

.media-tile--detail{
    background: linear-gradient(135deg, rgba(235, 198, 126, 0.85), rgba(226, 174, 71, 0.85));
}

.media-tile--hands{
    background: linear-gradient(135deg, rgba(222, 190, 166, 0.85), rgba(194, 137, 101, 0.85));
}

.media-tile--studio{
    grid-column: span 2;
    background: linear-gradient(135deg, rgba(129, 81, 48, 0.9), rgba(62, 42, 28, 0.9));
}

.media-tile--ambient{
    grid-row: span 2;
    background: linear-gradient(135deg, rgba(83, 82, 68, 0.88), rgba(144, 140, 128, 0.88));
}

.media-tile--controls{
    background: linear-gradient(135deg, rgba(243, 221, 178, 0.85), rgba(227, 174, 98, 0.85));
}

@media (max-width: 960px){
    .media-collage{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 180px;
    }

    .media-tile--hero{
        grid-column: span 2;
        grid-row: span 2;
    }

    .media-tile--studio{
        grid-column: span 2;
    }

    .media-tile--ambient{
        grid-row: span 2;
    }
}

@media (max-width: 600px){
    .media-collage{
        grid-template-columns: minmax(0, 1fr);
        grid-auto-rows: 200px;
    }

    .media-tile--hero,
    .media-tile--studio,
    .media-tile--ambient{
        grid-column: span 1;
        grid-row: span 1;
    }

    .media-tile::after{
        left: 16px;
        bottom: 14px;
        font-size: 12pt;
    }
}


#waitlistCountdownHome{
    font-family: Italic;
    font-weight: 600;
    color: var(--tan);
    font-size: clamp(14px, 4vw, 18px);
}

.contactFinePrint{
    margin: 0;
    font-size: 14px;
    color: rgba(38, 34, 19, 0.65);
}

.policyMain{
    max-width: 960px;
    margin: 0 auto 120px;
}

.policyContent{
    background: var(--white);
    padding: clamp(32px, 6vw, 72px);
    box-shadow: 10px 10px 18px rgba(38, 34, 19, 0.12);
    display: grid;
    gap: 24px;
}

.policyContent h1{
    font-size: clamp(42px, 6vw, 64px);
    margin: 0;
}

.policyContent h2{
    font-size: clamp(24px, 4vw, 32px);
    margin: 16px 0 12px;
}

.policyContent p{
    margin: 0;
    line-height: 1.7;
    color: var(--grey);
}

.policyContent a{
    color: var(--tan);
    text-decoration: underline;
}

.policyContent a:hover,
.policyContent a:focus{
    color: var(--black);
}

.policyContent ul{
    margin: 0 0 16px 16px;
    padding-left: 18px;
    color: var(--grey);
    line-height: 1.7;
}

.policyContent li{
    margin-bottom: 8px;
}

.effectiveDate{
    color: var(--grey);
}

body.cookies-ready .cookie-banner.is-hidden{
    display: none;
}

body.cookies-ready .cookie-banner{
    display: flex;
}

.cookie-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    background: var(--tan);
    color: var(--white);
    padding: 12px clamp(16px, 4vw, 32px);
    border-radius: 0;
    box-shadow: 0 -4px 28px rgba(38, 34, 19, 0.14);
    z-index: 1000;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 4vw, 32px);
    font-size: 15px;
    display: none;
    flex-wrap: wrap;
}

.cookie-banner p{
    margin: 0;
    line-height: 1.5;
    max-width: 640px;
}

.cookie-banner__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.cookie-banner button{
    padding: 10px 18px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-family: Heading, serif;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.cookie-banner button[data-cookie-action="accept"]{
    background: var(--gold);
    color: var(--black);
}

.cookie-banner button[data-cookie-action="reject"],
.cookie-banner button[data-cookie-action="settings"]{
    background: rgba(255, 248, 237, 0.2);
    color: var(--white);
}

.cookie-banner button:focus-visible{
    outline: 2px solid var(--gold);
    outline-offset: 2px;
}

.cookie-banner button:hover,
.cookie-banner button:focus{
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(38, 34, 19, 0.12);
}

.cookie-settings{
    position: fixed;
    inset: 0;
    background: rgba(38, 34, 19, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 1100;
}

.cookie-settings.is-visible{
    display: flex;
}

.cookie-settings__content{
    background: var(--white);
    color: var(--black);
    max-width: 520px;
    width: 100%;
    padding: clamp(24px, 5vw, 40px);
    border-radius: 18px;
    box-shadow: 0 20px 44px rgba(38, 34, 19, 0.22);
    display: grid;
    gap: 20px;
}

.cookie-settings__content h2{
    margin: 0;
    font-size: clamp(24px, 4vw, 30px);
}

.cookie-settings__content p{
    margin: 0;
    line-height: 1.6;
}

.cookie-toggle{
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.cookie-toggle input{
    width: 20px;
    height: 20px;
}

.cookie-settings__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cookie-settings__actions button{
    padding: 10px 18px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-family: Heading, serif;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.cookie-settings__actions button[data-cookie-action="save"]{
    background: var(--tan);
    color: var(--white);
}

.cookie-settings__actions button[data-cookie-action="cancel"]{
    background: rgba(38, 34, 19, 0.08);
    color: var(--black);
}

.cookie-settings__actions button:focus-visible{
    outline: 2px solid var(--tan);
    outline-offset: 2px;
}

.cookie-settings__actions button:hover,
.cookie-settings__actions button:focus{
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(38, 34, 19, 0.12);
}

.cookie-note{
    font-size: 13px;
    color: rgba(38, 34, 19, 0.65);
}

.consentConfirmation{
    position: fixed;
    left: 50%;
    bottom: 72px;
    transform: translateX(-50%);
    background: rgba(38, 34, 19, 0.92);
    color: var(--white);
    padding: 12px 20px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 12px 28px rgba(38, 34, 19, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
    z-index: 1050;
    pointer-events: none;
    text-align: center;
}

.consentConfirmation.is-visible{
    opacity: 1;
    visibility: visible;
}

.siteFooter{
    margin: 120px 0 0;
    padding: 24px 0 48px;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 14px;
}

.footerLinkButton{
    background: none;
    border: none;
    padding: 0;
    color: rgba(38, 34, 19, 0.72);
    cursor: pointer;
    text-decoration: underline;
    font: inherit;
    transition: color 160ms ease;
}

.footerLinkButton:hover,
.footerLinkButton:focus{
    color: var(--black);
}

.footerLinkButton:focus-visible{
    outline: 2px solid var(--tan);
    outline-offset: 4px;
}

body.cookie-settings-open{
    overflow: hidden;
}

@media (max-width: 600px){
    .cookie-banner{
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }
    
    .consentConfirmation{
        width: calc(100% - 32px);
        max-width: 480px;
        padding: 12px 16px;
        bottom: 96px;
    }
    
    .cookie-settings{
        padding: 16px;
    }

    .cookie-settings__content{
        padding: 24px;
    }
}
