:root {
    --ink: #2e1434;
    --muted: #625765;
    --paper: #fffaf6;
    --white: #fff;
    --purple: #8E3A80;
    --purple-dark: #6E2D65;
    --lilac: #e7d6ff;
    --coral: #ed514b;
    --peach: #ffe1cf;
    --line: #cfc3cf;
    --focus: #005fcc;
    --shadow: 0 20px 55px rgba(46, 20, 52, .14)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 6rem
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Montserrat, "Avenir Next", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.65
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

a {
    color: inherit;
    text-underline-offset: .22em
}

button,
input {
    font: inherit
}

:focus-visible {
    outline: 4px solid var(--focus);
    outline-offset: 4px
}

.container {
    width: min(1120px, calc(100% - 2.5rem));
    margin-inline: auto
}

.narrow {
    width: min(820px, calc(100% - 2.5rem))
}

.skip-link {
    position: fixed;
    z-index: 999;
    top: .75rem;
    left: .75rem;
    transform: translateY(-180%);
    background: #fff;
    border: 3px solid var(--ink);
    padding: .8rem 1rem;
    font-weight: 800
}

.skip-link:focus {
    transform: none
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 250, 246, .95);
    border-bottom: 1px solid rgba(46, 20, 52, .1);
    backdrop-filter: blur(10px)
}

.nav-wrap {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem
}

.brand img {
    width: 125px
}

.text-link {
    font-weight: 800
}

.button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    border-radius: 999px;
    background: var(--purple);
    color: #fff;
    padding: .72rem 1.35rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(67, 22, 78, .15)
}

.button:hover {
    background: var(--purple-dark);
    transform: translateY(-1px)
}

.button:disabled,
.button[aria-disabled=true] {
    opacity: .5;
    cursor: not-allowed;
    transform: none
}

.button-small {
    min-height: 42px;
    padding: .5rem 1rem
}

.button-outline {
    background: #fff;
    color: var(--ink);
    box-shadow: none
}

.button-outline:hover {
    background: #f3e9f7
}

.hero {
    padding: clamp(4rem, 9vw, 7rem) 0
}

.teaser {
    overflow: hidden;
    min-height: 640px;
    display: grid;
    align-items: center;
background:
    radial-gradient(
        circle at 88% 16%,
        rgba(122, 154, 1, 0.20) 0%,
        transparent 32%
    ),
    radial-gradient(
        circle at 12% 85%,
        rgba(142, 58, 128, 0.10) 0%,
        transparent 38%
    ),
    linear-gradient(
        145deg,
        #fffdf7 0%,
        #f5e8f3 100%
    );}

.teaser-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.2rem, 5vw, 5rem);
    align-items: center
}

.eyebrow,
.section-kicker {
    margin: 0 0 1rem;
    color: #be3934;
    font-weight: 850
}

.hero h1,
.research-hero h1,
.legal-page h1 {
    max-width: 800px;
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: 1.02;
    letter-spacing: -.055em
}

.hero-lead {
    max-width: 700px;
    margin: 1.7rem 0;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 600
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.hero-visual {
    position: relative;
    min-height: 520px;
    border-radius: 2.3rem;
    overflow: hidden;
    box-shadow: var(--shadow);
    transform: rotate(1.2deg)
}

.hero-visual img {
    width: 100%;
    height: 520px;
    object-fit: cover
}

.hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(46, 20, 52, .65))
}

.hero-stamp {
    position: absolute;
    z-index: 1;
    right: 1.25rem;
    bottom: 1.25rem;
    display: grid;
    max-width: 250px;
    padding: 1rem 1.2rem;
    background: var(--coral);
    color: #fff;
    border-radius: 1.1rem;
    transform: rotate(-2deg);
    box-shadow: 0 12px 30px rgba(46, 20, 52, .3)
}

.hero-stamp strong {
    font-size: 1.25rem
}

.hero-stamp span {
    font-weight: 700
}

.updates {
    padding: clamp(4rem, 8vw, 7rem) 0;
    background: var(--purple-dark);
    color: #fff
}

.updates-box {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(2rem, 7vw, 7rem);
    align-items: start
}

.updates h2,
.form-section h2,
.legal-card h2 {
    margin: .2rem 0 1rem;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.08;
    letter-spacing: -.04em
}

.updates .section-kicker {
    color: #ffaaa4
}

.signup-form {
    display: grid;
    gap: 1rem;
    padding: clamp(1.4rem, 4vw, 2.3rem);
    background: #fff;
    color: var(--ink);
    border-radius: 1.7rem;
    box-shadow: var(--shadow)
}

.field {
    display: grid;
    gap: .4rem
}

.field label {
    font-weight: 800
}

.field input {
    width: 100%;
    border: 2px solid #746776;
    border-radius: .8rem;
    padding: .8rem .9rem
}

.check-line {
    display: flex;
    align-items: flex-start;
    gap: .75rem
}

.check-line input {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: .28rem;
    accent-color: var(--purple);
    flex: none
}

.signup-form .button {
    justify-self: start
}

.form-hint {
    margin: 0;
    color: #7b2630;
    font-size: .9rem;
    font-weight: 700
}

.research-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.5rem, 8vw, 7rem) 0;
 background:
    radial-gradient(
        circle at 10% 10%,
        rgba(122, 154, 1, 0.10) 0%,
        transparent 34%
    ),
    radial-gradient(
        circle at 90% 85%,
        rgba(142, 58, 128, 0.18) 0%,
        transparent 36%
    ),
    linear-gradient(
        145deg,
        #fffef9 0%,
        #fbf4fa 100%
    );}

.research-hero::after {
    content: "";
    position: absolute;
    right: -7rem;
    bottom: -9rem;
    width: 25rem;
    height: 25rem;
    background: rgba(237, 81, 75, .08);
    border-radius: 50%;
    pointer-events: none
}

.research-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: center
}

.research-copy p:not(.eyebrow):not(.survey-note) {
    font-size: 1.15rem
}

.research-copy .button {
    margin-top: 1.2rem
}

.survey-note {
    margin: .8rem 0 0;
    color: var(--muted);
    font-size: .92rem;
    font-weight: 700
}

.research-visual {
    position: relative;
    min-height: 570px
}

.research-visual img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    border-radius: 50% 50% 2rem 2rem;
    box-shadow: var(--shadow)
}

.research-visual blockquote {
    position: absolute;
    right: -1rem;
    bottom: 2rem;
    width: min(330px, 85%);
    margin: 0;
    padding: 1.35rem 1.5rem;
    background: var(--coral);
    color: #fff;
    border-radius: 1.2rem;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.4;
    box-shadow: 0 14px 34px rgba(46, 20, 52, .24);
    transform: rotate(-2deg)
}

.research-values {
    padding: clamp(5rem, 10vw, 9rem) 0;
    background: var(--purple-dark);
    color: #fff;
    text-align: center
}

.research-values-inner {
    display: grid;
    justify-items: center
}

.research-values .section-kicker {
    color: #ffaaa4
}

.research-values h2,
.research-closing h2 {
    margin: .2rem 0 1.5rem;
    font-size: clamp(2.2rem, 5vw, 4.6rem);
    line-height: 1.06;
    letter-spacing: -.045em
}

.research-values p:not(.section-kicker) {
    max-width: 720px;
    margin: 0;
    font-size: 1.18rem
}

.value-moments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .8rem 1.2rem;
    margin-top: 2.2rem;
    color: #ffd8d5;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .06em
}

.research-closing {
    padding: clamp(5rem, 10vw, 9rem) 0;
    text-align: center;
background:
    radial-gradient(
        circle at 85% 80%,
        rgba(122, 154, 1, 0.12) 0%,
        transparent 30%
    ),
    linear-gradient(
        135deg,
        rgba(142, 58, 128, 0.11) 0%,
        rgba(142, 58, 128, 0.05) 100%
    ),
    #fff;

color: #2e1434;}

.research-closing p:not(.section-kicker) {
    max-width: 620px;
    margin: 0 auto 2rem;
    font-size: 1.2rem
}

.research-closing .button {
    min-height: 56px;
    padding-inline: 1.7rem
}

.legal-page {
    padding: clamp(4rem, 8vw, 7rem) 0
}

.legal-updated {
    color: var(--muted)
}

.legal-card {
    margin-top: 2rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    background: #fff;
    border: 2px solid var(--line);
    border-radius: 1.5rem;
    box-shadow: var(--shadow);
    scroll-margin-top: 7rem
}

.legal-card h2 {
    font-size: clamp(1.8rem, 3vw, 2.7rem)
}

.legal-card h3 {
    margin-top: 1.8rem;
    margin-bottom: .35rem
}

.legal-card p {
    margin-top: 0
}

.site-footer {
    padding: 2rem 0;
    background: #fff;
    border-top: 1px solid var(--line)
}

.footer-grid {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem
}

.footer-grid img {
    width: 95px
}

.cookie-banner {
    position: fixed;
    z-index: 100;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1.5rem;
    width: min(1180px, calc(100% - 2rem));
    margin: auto;
    padding: 1.35rem;
    background: #fff;
    border: 0.5px solid var(--purple-dark);
    border-radius: 1.25rem;
    box-shadow: 0 18px 70px rgba(25, 5, 29, .35)
}

.cookie-banner h2,
.consent-dialog h2 {
    margin: 0;
    font-size: 1.35rem
}

.cookie-banner p {
    margin: .25rem 0 0
}

.cookie-actions,
.dialog-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem
}

.cookie-legal {
    font-size: .9rem
}

.cookie-recall {
    position: fixed;
    z-index: 30;
    left: 1rem;
    bottom: 1rem;
    border: 2px solid var(--purple-dark);
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    padding: .6rem .9rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 5px 18px rgba(25, 5, 29, .18)
}

.consent-backdrop {
    position: fixed;
    z-index: 120;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(25, 5, 29, .65)
}

.consent-dialog {
    width: min(650px, 100%);
    max-height: calc(100vh - 2rem);
    overflow: auto;
    padding: 1.5rem;
    background: #fff;
    border: 3px solid var(--purple-dark);
    border-radius: 1.4rem;
    box-shadow: 0 20px 80px rgba(0, 0, 0, .4)
}

.dialog-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem
}

.dialog-close {
    width: 44px;
    height: 44px;
    border: 2px solid var(--ink);
    border-radius: 50%;
    background: #fff;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer
}

.consent-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--line)
}

.consent-row h3 {
    margin: 0
}

.consent-row p {
    margin: .25rem 0 0
}

.always-on {
    flex: none;
    color: #365d00;
    font-weight: 800
}

.consent-toggle {
    cursor: pointer
}

.consent-toggle input {
    width: 1.6rem;
    height: 1.6rem;
    flex: none;
    accent-color: var(--purple)
}

.dialog-actions {
    justify-content: flex-end;
    margin-top: 1.25rem
}

@media(max-width:800px) {

    .teaser-grid,
    .updates-box,
    .research-grid {
        grid-template-columns: 1fr
    }

    .hero-visual {
        min-height: 390px;
        transform: none
    }

    .hero-visual img {
        height: 390px
    }

    .research-visual {
        min-height: 440px
    }

    .research-visual img {
        height: 440px
    }

    .research-visual blockquote {
        right: .75rem
    }

    .cookie-banner {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: .6rem
    }
}

@media(max-width:560px) {

    .container,
    .narrow {
        width: min(100% - 1.5rem, 1120px)
    }

    .nav-wrap {
        min-height: 72px
    }

    .brand img {
        width: 100px
    }

    .nav-wrap .button-small {
        font-size: .82rem;
        padding: .4rem .75rem
    }

    .hero h1,
    .research-hero h1,
    .legal-page h1 {
        font-size: clamp(2.6rem, 13vw, 4rem)
    }

    .hero-actions,
    .hero-actions .button,
    .signup-form .button,
    .cookie-actions,
    .cookie-actions .button,
    .dialog-actions,
    .dialog-actions .button {
        width: 100%
    }

    .teaser {
        min-height: auto
    }

    .hero-visual,
    .hero-visual img {
        height: 315px;
        min-height: 315px
    }

    .cookie-banner {
        right: .5rem;
        bottom: .5rem;
        left: .5rem;
        width: calc(100% - 1rem);
        max-height: calc(100vh - 1rem);
        overflow: auto
    }

    .consent-row {
        align-items: flex-start;
        gap: 1rem
    }

    .cookie-recall {
        left: .5rem;
        bottom: .5rem
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important
    }
}

@media(prefers-contrast:more) {
    :root {
        --line: #403443
    }

    .button,
    .signup-form,
    .legal-card {
        border-width: 3px
    }
}

/* Hero typography and survey CTA refinements */
.back-home {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-weight: 800;
    text-decoration-thickness: 2px
}

.hero h1,
.research-hero h1 {
    line-height: 1.04;
    letter-spacing: -.05em;
    text-wrap: balance
}

.hero h1 {
    font-size: clamp(2.75rem, 3.5vw, 3.6rem)
}

.research-hero h1 {
    font-size: clamp(2.35rem, 3.1vw, 2.85rem)
}

.research-grid {
    grid-template-columns: 1.28fr .72fr;
    gap: clamp(2.5rem, 5vw, 4.5rem)
}

.research-hero-cta {
    display: grid;
    justify-items: center;
    width: min(100%, 560px);
    margin: 2rem auto 0;
    text-align: center
}

.research-copy .research-hero-cta .button {
    margin: 0
}

.button-prominent {
    min-height: 58px;
    padding: 1rem 1.8rem;
    font-size: 1.08rem;
    box-shadow: 0 14px 34px rgba(67, 22, 78, .28)
}

@media(max-width:800px) {
    .research-grid {
        grid-template-columns: 1fr
    }

    .research-copy {
        text-align: center
    }

    .research-copy .hero-lead {
        margin-inline: auto
    }

    .research-copy>p:not(.eyebrow):not(.survey-note) {
        max-width: 720px;
        margin-inline: auto
    }
}

@media(max-width:560px) {
    .hero h1 {
        font-size: clamp(2.25rem, 10.7vw, 3rem)
    }

    .research-hero h1 {
        font-size: clamp(2rem, 9.4vw, 2.7rem)
    }

    .back-home {
        font-size: .9rem
    }

    .button-prominent {
        width: 100%
    }
}