:root {
    --charcoal: #1f1f1f;
    --ink: #101713;
    --ink-soft: #34403a;
    --sage: #8ba98e;
    --sage-dark: #4f876d;
    --sage-light: #d8e8da;
    --cream: #f6f2e8;
    --cream-soft: #fbf9f4;
    --paper: #fffdf8;
    --line: #d9d4c8;
    --line-dark: rgba(255, 255, 255, .16);
    --coral: #f16648;
    --coral-soft: #f9dfd6;
    --yellow: #f2c654;
    --radius-sm: 14px;
    --radius-md: 24px;
    --radius-lg: 38px;
    --shadow-soft: 0 22px 60px rgba(31, 31, 31, .09);
    --shadow-phone: 0 34px 80px rgba(31, 31, 31, .21);
    --shell: min(1180px, calc(100% - 40px));
    --transition: 180ms ease;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 94px;
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--cream);
    color: var(--ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.menu-open {
    overflow: hidden;
}

img,
svg {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration-thickness: .08em;
    text-underline-offset: .18em;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(241, 102, 72, .45);
    outline-offset: 3px;
}

h1,
h2,
h3,
p,
ul,
blockquote {
    margin-top: 0;
}

h1,
h2,
h3 {
    color: var(--ink);
    font-weight: 760;
    letter-spacing: -.045em;
    line-height: 1.02;
}

h1 {
    font-size: clamp(3.2rem, 6vw, 6.4rem);
}

h2 {
    font-size: clamp(2.6rem, 4.7vw, 5.2rem);
}

h3 {
    font-size: clamp(1.7rem, 2.5vw, 2.7rem);
}

h1 span,
h2 span {
    color: var(--sage-dark);
}

.shell {
    width: var(--shell);
    margin-inline: auto;
}

.section-pad {
    padding-block: clamp(78px, 10vw, 148px);
}

.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;
}

.skip-link {
    position: fixed;
    z-index: 9999;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    border-radius: 9px;
    transform: translateY(-150%);
    background: var(--ink);
    color: #fff;
}

.skip-link:focus {
    transform: translateY(0);
}

.section-label,
.eyebrow {
    display: inline-block;
    color: var(--coral);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.section-label-light {
    color: #ff8f75;
}

.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 750;
    line-height: 1.1;
    text-decoration: none;
    transition: transform var(--transition), background-color var(--transition), border-color var(--transition), box-shadow var(--transition);
    cursor: pointer;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary,
.button-dark {
    background: var(--ink);
    color: #fff;
    box-shadow: 0 12px 26px rgba(16, 23, 19, .16);
}

.button-primary:hover,
.button-dark:hover {
    background: #24342b;
}

.button-light {
    background: var(--paper);
    color: var(--ink);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .2);
}

.button-light:hover {
    background: #fff;
}

.button-small {
    min-height: 44px;
    padding: 11px 17px;
    border-radius: 12px;
    font-size: .92rem;
}

.button-full {
    width: 100%;
}

.text-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    font-weight: 760;
    text-decoration: none;
}

.text-link span {
    color: var(--coral);
    transition: transform var(--transition);
}

.text-link:hover span {
    transform: translateY(3px);
}

/* Header */
.site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid rgba(31, 31, 31, .08);
    background: rgba(246, 242, 232, .91);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.header-inner {
    display: flex;
    min-height: 84px;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.brand-link img {
    width: 182px;
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.site-nav > a:not(.button) {
    color: #3e4a44;
    font-size: .91rem;
    font-weight: 650;
    text-decoration: none;
}

.site-nav > a:not(.button):hover {
    color: var(--ink);
}

.header-home-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #3e4a44;
    font-size: .91rem;
    font-weight: 700;
    text-decoration: none;
}

.header-home-link::after {
    content: "→";
    margin-left: 7px;
    color: var(--coral);
    transition: transform var(--transition);
}

.header-home-link:hover {
    color: var(--ink);
}

.header-home-link:hover::after {
    transform: translateX(3px);
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--paper);
    cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
    display: block;
    width: 19px;
    height: 2px;
    margin: 4px auto;
    border-radius: 20px;
    background: var(--ink);
    transition: transform var(--transition), opacity var(--transition);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(4) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Hero */
.hero {
    position: relative;
    min-height: calc(100vh - 84px);
    overflow: hidden;
    padding-top: clamp(70px, 8vw, 112px);
    background:
        radial-gradient(circle at 80% 14%, rgba(139, 169, 142, .22), transparent 29%),
        var(--cream);
}

.hero-orbit {
    position: absolute;
    border: 1px solid rgba(79, 135, 109, .18);
    border-radius: 50%;
    pointer-events: none;
}

.hero-orbit-one {
    top: 9%;
    right: -16%;
    width: 750px;
    aspect-ratio: 1;
}

.hero-orbit-two {
    top: 25%;
    right: -3%;
    width: 430px;
    aspect-ratio: 1;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(510px, 1.1fr);
    align-items: center;
    gap: clamp(34px, 6vw, 90px);
}

.eyebrow-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    margin-bottom: 25px;
}

.pilot-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid rgba(79, 135, 109, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .54);
    color: var(--sage-dark);
    font-size: .76rem;
    font-weight: 760;
}

.pilot-chip::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sage-dark);
    content: "";
}

.hero h1 {
    max-width: 700px;
    margin-bottom: 28px;
}

.hero-lead {
    max-width: 650px;
    margin-bottom: 29px;
    color: #5f6964;
    font-size: clamp(1.08rem, 1.8vw, 1.34rem);
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 26px;
    margin-bottom: 22px;
}

.micro-note {
    max-width: 570px;
    color: #747c78;
    font-size: .86rem;
    line-height: 1.55;
}

.hero-product {
    position: relative;
    min-height: 690px;
}

.screen-card {
    position: absolute;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, .72);
    border-radius: 35px;
    background: var(--paper);
    box-shadow: var(--shadow-phone);
}

.screen-card img {
    width: 100%;
    height: auto;
}

.screen-card-main {
    z-index: 3;
    top: 0;
    left: 50%;
    width: 326px;
    transform: translateX(-50%) rotate(-1.5deg);
}

.screen-card-left,
.screen-card-right {
    z-index: 2;
    top: 112px;
    width: 238px;
    filter: saturate(.92);
}

.screen-card-left {
    left: 0;
    transform: rotate(-7deg);
}

.screen-card-right {
    right: 0;
    transform: rotate(7deg);
}

.product-annotation {
    position: absolute;
    z-index: 5;
    display: flex;
    max-width: 185px;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    border: 1px solid rgba(31, 31, 31, .11);
    border-radius: 10px;
    background: rgba(255, 253, 248, .92);
    box-shadow: 0 10px 24px rgba(31, 31, 31, .08);
    color: #3f4b45;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.25;
}

.product-annotation span {
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--coral);
}

.annotation-one {
    top: 88px;
    left: -1%;
}

.annotation-two {
    right: -1%;
    bottom: 68px;
}

.hero-proof {
    position: relative;
    z-index: 3;
    display: grid;
    margin-top: clamp(48px, 7vw, 90px);
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(31, 31, 31, .12);
}

.hero-proof > div {
    display: grid;
    gap: 3px;
    padding: 22px 26px 0 0;
}

.hero-proof > div + div {
    padding-left: 30px;
    border-left: 1px solid rgba(31, 31, 31, .12);
}

.hero-proof strong {
    font-size: .9rem;
}

.hero-proof span {
    color: #6d7671;
    font-size: .86rem;
}

/* Problem */
.problem {
    background: var(--paper);
}

.narrow-intro {
    max-width: 920px;
    margin-bottom: clamp(52px, 7vw, 90px);
    text-align: center;
}

.narrow-intro .section-label {
    margin-bottom: 22px;
}

.narrow-intro h2 {
    margin-bottom: 24px;
}

.narrow-intro p {
    max-width: 770px;
    margin-inline: auto;
    color: #69726d;
    font-size: 1.15rem;
}

.comparison {
    display: grid;
    grid-template-columns: 1fr 120px 1fr;
    align-items: stretch;
}

.comparison-panel {
    position: relative;
    min-height: 480px;
    padding: clamp(35px, 5vw, 62px);
    border-radius: var(--radius-lg);
}

.comparison-muted {
    background: #efede6;
}

.comparison-positive {
    background: var(--ink);
    color: #fff;
}

.comparison-number {
    display: inline-flex;
    margin-bottom: 60px;
    color: var(--coral);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.comparison-panel h3 {
    max-width: 410px;
    margin-bottom: 34px;
    font-size: clamp(2rem, 3.1vw, 3rem);
}

.comparison-positive h3 {
    color: #fff;
}

.comparison-shift {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #88918c;
    font-size: .7rem;
    font-weight: 760;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.comparison-shift svg {
    width: 80px;
    transform: rotate(0deg);
}

.comparison-shift path {
    fill: none;
    stroke: var(--coral);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.contrast-list {
    display: grid;
    gap: 16px;
    padding: 0;
    list-style: none;
}

.contrast-list li {
    position: relative;
    padding-left: 34px;
}

.contrast-list li::before {
    position: absolute;
    top: .4em;
    left: 0;
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 50%;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1;
}

.negative-list li::before {
    background: #dedad0;
    color: #777f7a;
    content: "–";
}

.positive-list li {
    color: rgba(255, 255, 255, .78);
}

.positive-list li::before {
    background: var(--sage-dark);
    color: #fff;
    content: "✓";
}

/* Shared headings */
.section-heading {
    margin-bottom: clamp(55px, 8vw, 100px);
}

.section-heading .section-label {
    margin-bottom: 22px;
}

.section-heading h2 {
    margin-bottom: 0;
}

.split-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    align-items: end;
    gap: 70px;
}

.split-heading p {
    margin-bottom: 8px;
    color: #68716c;
    font-size: 1.08rem;
}

/* Journey */
.how {
    background: var(--cream);
}

.journey-path {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.journey-path::before {
    position: absolute;
    z-index: 0;
    top: 29px;
    right: 9%;
    left: 9%;
    height: 2px;
    background: linear-gradient(90deg, var(--sage-dark), var(--coral));
    content: "";
}

.journey-step {
    position: relative;
    z-index: 1;
}

.step-marker {
    display: grid;
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
    place-items: center;
    border: 8px solid var(--cream);
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    box-shadow: 0 0 0 1px rgba(31, 31, 31, .1);
}

.step-marker span {
    font-size: .85rem;
    font-weight: 800;
}

.step-copy {
    padding-right: 18px;
}

.step-kicker {
    margin-bottom: 9px;
    color: var(--coral);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.step-copy h3 {
    margin-bottom: 15px;
    font-size: 1.52rem;
}

.step-copy p:last-child {
    color: #69726d;
    font-size: .94rem;
}

/* Features */
.features {
    background: var(--paper);
}

.feature-heading {
    max-width: 920px;
}

.feature-heading p {
    max-width: 700px;
    margin-top: 24px;
    color: #68716c;
    font-size: 1.1rem;
}

.feature-stack {
    display: grid;
    gap: clamp(90px, 12vw, 160px);
}

.feature-row {
    display: grid;
    grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(55px, 9vw, 120px);
}

.feature-row-reverse {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
}

.feature-row-reverse .feature-visual {
    order: 2;
}

.feature-row-reverse .feature-copy {
    order: 1;
}

.feature-visual {
    position: relative;
    display: grid;
    min-height: 680px;
    place-items: center;
    overflow: hidden;
    border-radius: var(--radius-lg);
}

.feature-visual::before,
.feature-visual::after {
    position: absolute;
    border-radius: 50%;
    content: "";
}

.feature-visual::before {
    top: -80px;
    right: -50px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(31, 31, 31, .08);
}

.feature-visual::after {
    bottom: -100px;
    left: -50px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(31, 31, 31, .08);
}

.feature-visual img {
    position: relative;
    z-index: 2;
    width: min(72%, 340px);
    border: 7px solid rgba(255, 255, 255, .7);
    border-radius: 32px;
    box-shadow: var(--shadow-phone);
}

.visual-sage {
    background: #d9e6d7;
}

.visual-cream {
    background: #eee9de;
}

.visual-coral {
    background: #f8ded4;
}

.visual-dark {
    background: var(--ink);
}

.visual-sage-light {
    background: #e5eee6;
}

.visual-warm {
    background: #f4ead6;
}

.visual-caption {
    position: absolute;
    z-index: 4;
    right: 24px;
    bottom: 22px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #455049;
    font-size: .78rem;
    font-weight: 780;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.visual-caption span {
    color: var(--coral);
}

.visual-dark .visual-caption {
    color: rgba(255, 255, 255, .74);
}

.feature-number {
    display: inline-flex;
    margin-bottom: 32px;
    color: var(--coral);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.feature-copy h3 {
    max-width: 590px;
    margin-bottom: 25px;
    font-size: clamp(2.45rem, 4vw, 4.15rem);
}

.feature-copy > p {
    max-width: 620px;
    color: #65706a;
    font-size: 1.08rem;
}

.feature-note {
    margin-top: 26px;
    padding: 18px 20px;
    border-left: 3px solid var(--sage-dark);
    background: #f5f2ea;
    color: #59635e !important;
    font-size: .92rem !important;
}

.mini-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.mini-list li {
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #48544d;
    font-size: .82rem;
    font-weight: 680;
}

.feature-copy blockquote {
    max-width: 560px;
    margin: 32px 0 0;
    padding: 22px 26px;
    border: 1px solid #efd0c5;
    border-radius: 18px;
    background: #fff8f4;
    color: #633c31;
    font-size: 1rem;
    font-weight: 720;
}

.metric-list {
    display: grid;
    max-width: 580px;
    margin-top: 35px;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    list-style: none;
}

.metric-list li {
    display: grid;
    gap: 2px;
    padding: 18px 12px 0 0;
}

.metric-list li + li {
    padding-left: 18px;
    border-left: 1px solid var(--line);
}

.metric-list strong {
    font-size: .95rem;
}

.metric-list span {
    color: #77807b;
    font-size: .76rem;
}

/* Belief */
.belief {
    position: relative;
    overflow: hidden;
    background: var(--ink);
    color: #fff;
}

.belief-rings {
    position: absolute;
    top: -360px;
    left: -320px;
    width: 860px;
    height: 860px;
    border: 1px solid rgba(139, 169, 142, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 120px rgba(139, 169, 142, .04), 0 0 0 240px rgba(139, 169, 142, .025);
}

.belief-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
    align-items: center;
    gap: clamp(55px, 10vw, 150px);
}

.belief-mark img {
    width: min(100%, 410px);
    filter: drop-shadow(0 36px 65px rgba(0, 0, 0, .4));
}

.belief-copy h2 {
    margin: 18px 0 30px;
    color: #fff;
    font-size: clamp(3.4rem, 6vw, 6.4rem);
}

.belief-copy h2 span {
    color: #a8c5aa;
}

.belief-copy > p {
    max-width: 690px;
    color: rgba(255, 255, 255, .68);
}

.belief-copy .belief-lead {
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.45;
}

.belief-principles {
    position: relative;
    z-index: 2;
    display: grid;
    margin-top: clamp(70px, 9vw, 120px);
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line-dark);
}

.belief-principles article {
    padding: 30px 28px 0 0;
}

.belief-principles article + article {
    padding-left: 34px;
    border-left: 1px solid var(--line-dark);
}

.belief-principles span {
    display: block;
    margin-bottom: 24px;
    color: #ff8f75;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.belief-principles h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.65rem;
}

.belief-principles p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .58);
    font-size: .92rem;
}

/* Audience */
.audience {
    background: var(--cream);
}

.audience-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
    align-items: start;
    gap: clamp(60px, 10vw, 130px);
}

.audience-intro .section-label {
    margin-bottom: 24px;
}

.audience-intro h2 {
    margin-bottom: 0;
}

.audience-list {
    border-top: 1px solid var(--line);
}

.audience-list article {
    display: grid;
    min-height: 94px;
    align-items: center;
    grid-template-columns: 46px 1fr;
    gap: 20px;
    border-bottom: 1px solid var(--line);
}

.audience-list span {
    color: var(--coral);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.audience-list p {
    margin: 0;
    color: #3f4b45;
    font-weight: 680;
}

.honest-boundary {
    display: grid;
    margin-top: 70px;
    padding: 28px 32px;
    grid-template-columns: 170px 1fr;
    gap: 30px;
    border: 1px solid #d8cdbc;
    border-radius: 20px;
    background: rgba(255, 255, 255, .42);
}

.honest-boundary span {
    color: var(--coral);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.honest-boundary p {
    margin-bottom: 0;
    color: #626c67;
}

/* Pilot */
.pilot {
    background: #e6eee6;
}

.pilot-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr);
    align-items: start;
    gap: clamp(55px, 8vw, 100px);
}

.pilot-copy {
    position: sticky;
    top: 125px;
}

.pilot-copy .section-label {
    margin-bottom: 24px;
}

.pilot-copy h2 {
    margin-bottom: 26px;
    font-size: clamp(3rem, 5vw, 5rem);
}

.pilot-copy > p {
    color: #56635c;
    font-size: 1.08rem;
}

.pilot-feedback {
    margin-top: 35px;
    padding-top: 27px;
    border-top: 1px solid rgba(31, 31, 31, .16);
}

.pilot-feedback > p {
    margin-bottom: 12px;
    font-weight: 760;
}

.pilot-feedback ul {
    display: grid;
    gap: 8px;
    padding-left: 20px;
    color: #5c6861;
}

.pilot-form-card {
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(31, 31, 31, .1);
    border-radius: var(--radius-lg);
    background: var(--paper);
    box-shadow: var(--shadow-soft);
}

.form-heading {
    display: grid;
    gap: 5px;
    margin-bottom: 30px;
}

.form-heading span {
    color: var(--coral);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.form-heading strong {
    font-size: 2rem;
    letter-spacing: -.035em;
}

.form-alert {
    margin-bottom: 24px;
    padding: 14px 16px;
    border: 1px solid #eab7a7;
    border-radius: 12px;
    background: #fff4ef;
    color: #7b3e2f;
    font-size: .9rem;
}

.site-form {
    display: grid;
    gap: 21px;
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.field {
    display: grid;
    gap: 8px;
}

.field label {
    color: #46524b;
    font-size: .83rem;
    font-weight: 740;
}

.field label span {
    color: #89918d;
    font-weight: 560;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid #d3cec3;
    border-radius: 12px;
    background: #fff;
    color: var(--ink);
    padding: 12px 14px;
    transition: border-color var(--transition), box-shadow var(--transition), background-color var(--transition);
}

.field textarea {
    min-height: 150px;
    resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
    color: #9aa09d;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
    border-color: #aaa59b;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--sage-dark);
    box-shadow: 0 0 0 4px rgba(79, 135, 109, .12);
    outline: none;
}

.field .is-invalid,
.check-field.is-invalid {
    border-color: var(--coral);
}

.check-field {
    display: grid;
    align-items: start;
    grid-template-columns: 20px 1fr;
    gap: 11px;
    color: #68716c;
    font-size: .84rem;
    line-height: 1.5;
    cursor: pointer;
}

.check-field input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--sage-dark);
}

.field-microcopy {
    margin: 0;
    color: #7a847e;
    font-size: .78rem;
    line-height: 1.45;
}

.form-footnote {
    margin: -6px 0 0;
    color: #808783;
    font-size: .75rem;
    text-align: center;
}

.honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* FAQ */
.faq {
    background: var(--paper);
}

.faq-grid {
    display: grid;
    grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(60px, 9vw, 120px);
}

.faq-intro {
    position: sticky;
    top: 125px;
}

.faq-intro .section-label {
    margin-bottom: 22px;
}

.faq-intro h2 {
    margin-bottom: 24px;
    font-size: clamp(2.8rem, 4.5vw, 4.7rem);
}

.faq-intro p {
    color: #66716a;
}

.accordion {
    border-top: 1px solid var(--line);
}

.accordion-item {
    border-bottom: 1px solid var(--line);
}

.accordion-item h3 {
    margin: 0;
}

.accordion-item button {
    display: grid;
    width: 100%;
    min-height: 92px;
    align-items: center;
    padding: 22px 0;
    grid-template-columns: 1fr 36px;
    gap: 24px;
    border: 0;
    background: transparent;
    color: var(--ink);
    font-size: 1.16rem;
    font-weight: 730;
    text-align: left;
    cursor: pointer;
}

.accordion-icon {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid var(--line);
    border-radius: 50%;
}

.accordion-icon::before,
.accordion-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: var(--ink);
    content: "";
    transform: translate(-50%, -50%);
    transition: transform var(--transition), opacity var(--transition);
}

.accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item button[aria-expanded="true"] .accordion-icon::after {
    opacity: 0;
}

.accordion-panel {
    padding: 0 60px 28px 0;
}

.accordion-panel p {
    max-width: 710px;
    margin-bottom: 0;
    color: #65706a;
}

/* Final CTA */
.final-cta {
    padding-block: 72px;
    background: var(--paper);
}

.final-cta-inner {
    display: grid;
    min-height: 330px;
    align-items: center;
    padding: clamp(34px, 6vw, 76px);
    grid-template-columns: 155px 1fr auto;
    gap: clamp(35px, 6vw, 80px);
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: var(--ink);
}

.final-cta-inner > img {
    width: 155px;
    transform: rotate(-7deg);
}

.final-cta h2 {
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(3rem, 5vw, 5rem);
}

/* Footer */
.site-footer {
    padding-block: 70px 34px;
    background: #0b100d;
    color: #fff;
}

.footer-grid {
    display: grid;
    align-items: start;
    padding-bottom: 56px;
    grid-template-columns: 1fr auto;
    gap: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.footer-brand img {
    width: 235px;
    height: auto;
}

.footer-brand p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .58);
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 12px 34px;
}

.footer-nav a {
    color: rgba(255, 255, 255, .77);
    font-size: .9rem;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #fff;
}

.footer-meta {
    display: grid;
    margin-top: 32px;
    grid-template-columns: 1.5fr 1.5fr auto;
    gap: 34px;
    color: rgba(255, 255, 255, .43);
    font-size: .72rem;
    line-height: 1.55;
}

.footer-meta p {
    margin-bottom: 0;
}

/* Supporting pages */
.page-hero {
    padding-block: clamp(70px, 9vw, 118px) clamp(50px, 7vw, 84px);
    background: var(--cream);
}

.page-hero-inner {
    max-width: 870px;
}

.page-hero .section-label {
    margin-bottom: 21px;
}

.page-hero h1 {
    margin-bottom: 26px;
    font-size: clamp(3.2rem, 6vw, 6rem);
}

.page-hero p {
    max-width: 730px;
    color: #626d66;
    font-size: 1.15rem;
}

.content-section {
    padding-block: clamp(60px, 8vw, 110px);
    background: var(--paper);
}

.prose {
    max-width: 850px;
}

.prose h2 {
    margin: 54px 0 18px;
    font-size: clamp(2rem, 3vw, 3rem);
}

.prose h2:first-child {
    margin-top: 0;
}

.prose h3 {
    margin: 35px 0 14px;
    font-size: 1.45rem;
}

.prose p,
.prose li {
    color: #56625b;
}

.prose ul,
.prose ol {
    padding-left: 24px;
}

.prose .callout {
    margin-block: 32px;
    padding: 24px 27px;
    border-left: 4px solid var(--sage-dark);
    background: #eef4ee;
}

.prose .callout p:last-child {
    margin-bottom: 0;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(480px, 1.28fr);
    align-items: start;
    gap: clamp(50px, 8vw, 100px);
}

.contact-note {
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--cream-soft);
}

.contact-note h2 {
    font-size: 1.65rem;
}

.contact-note p:last-child {
    margin-bottom: 0;
}

.confirmation-card {
    display: grid;
    max-width: 760px;
    margin-inline: auto;
    padding: clamp(38px, 7vw, 76px);
    place-items: center;
    border-radius: var(--radius-lg);
    background: var(--paper);
    box-shadow: var(--shadow-soft);
    text-align: center;
}

.confirmation-card img {
    width: 105px;
    margin-bottom: 26px;
}

.confirmation-card h1 {
    margin-bottom: 20px;
    font-size: clamp(2.8rem, 5vw, 5rem);
}

.confirmation-card p {
    max-width: 580px;
    color: #65706a;
}

.error-page {
    display: grid;
    min-height: calc(100vh - 84px);
    place-items: center;
    padding-block: 70px;
    background: var(--cream);
}

.error-card {
    max-width: 760px;
    text-align: center;
}

.error-code {
    display: block;
    color: var(--coral);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.error-card h1 {
    margin: 18px 0 24px;
}

.error-card p {
    max-width: 590px;
    margin-inline: auto;
    color: #65706a;
}

/* Reveal */
.js [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 700ms ease, transform 700ms cubic-bezier(.2, .7, .2, 1);
}

.js [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

    .js [data-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* Tablet */
@media (max-width: 1100px) {
    :root {
        --shell: min(100% - 34px, 980px);
    }

    .site-nav {
        gap: 18px;
    }

    .site-nav > a:not(.button) {
        font-size: .84rem;
    }

    .hero-grid {
        grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
        gap: 28px;
    }

    .hero-product {
        min-height: 620px;
    }

    .screen-card-main {
        width: 292px;
    }

    .screen-card-left,
    .screen-card-right {
        width: 205px;
    }

    .feature-row,
    .feature-row-reverse {
        grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
        gap: 60px;
    }

    .feature-visual {
        min-height: 610px;
    }

    .pilot-grid {
        grid-template-columns: minmax(0, .75fr) minmax(470px, 1.25fr);
        gap: 50px;
    }
}

@media (max-width: 920px) {
    html {
        scroll-padding-top: 78px;
    }

    .header-inner {
        min-height: 76px;
    }

    .brand-link img {
        width: 160px;
    }

    .menu-toggle {
        display: block;
    }

    .site-nav {
        position: fixed;
        z-index: 999;
        top: 76px;
        right: 0;
        left: 0;
        display: none;
        min-height: calc(100vh - 76px);
        align-items: stretch;
        padding: 30px 20px 45px;
        flex-direction: column;
        gap: 0;
        border-top: 1px solid var(--line);
        background: var(--cream);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav > a:not(.button) {
        display: flex;
        min-height: 58px;
        align-items: center;
        border-bottom: 1px solid var(--line);
        font-size: 1.12rem;
    }

    .site-nav .button {
        margin-top: 24px;
    }

    .hero {
        min-height: auto;
        padding-top: 70px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        max-width: 740px;
    }

    .hero-product {
        width: min(100%, 690px);
        min-height: 700px;
        margin: 30px auto 0;
    }

    .screen-card-main {
        width: 330px;
    }

    .screen-card-left,
    .screen-card-right {
        width: 235px;
    }

    .hero-proof {
        margin-top: 30px;
    }

    .comparison {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .comparison-panel {
        min-height: auto;
    }

    .comparison-number {
        margin-bottom: 35px;
    }

    .comparison-shift {
        flex-direction: row;
    }

    .comparison-shift svg {
        width: 72px;
    }

    .split-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .journey-path {
        grid-template-columns: repeat(2, 1fr);
        gap: 42px 24px;
    }

    .journey-path::before {
        display: none;
    }

    .feature-row,
    .feature-row-reverse {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

    .feature-visual {
        min-height: 560px;
    }

    .feature-visual img {
        width: min(78%, 310px);
    }

    .belief-grid {
        grid-template-columns: .7fr 1.3fr;
        gap: 50px;
    }

    .belief-principles {
        gap: 0;
    }

    .audience-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .pilot-grid {
        grid-template-columns: 1fr;
    }

    .pilot-copy,
    .faq-intro {
        position: static;
    }

    .pilot-copy {
        max-width: 760px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-intro {
        max-width: 680px;
    }

    .final-cta-inner {
        grid-template-columns: 120px 1fr;
    }

    .final-cta-inner > img {
        width: 120px;
    }

    .final-cta-inner .button {
        grid-column: 2;
        justify-self: start;
    }

    .footer-meta {
        grid-template-columns: 1fr 1fr;
    }

    .footer-meta p:last-child {
        grid-column: 1 / -1;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }
}

/* Mobile */
@media (max-width: 680px) {
    :root {
        --shell: calc(100% - 28px);
        --radius-lg: 28px;
    }

    body {
        font-size: 16px;
    }

    .section-pad {
        padding-block: 76px;
    }

    .hero {
        padding-top: 54px;
    }

    .eyebrow-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .hero h1 {
        font-size: clamp(3.35rem, 15vw, 5rem);
    }

    .hero-lead {
        font-size: 1.06rem;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .button,
    .hero-actions .text-link {
        width: 100%;
        justify-content: center;
    }

    .hero-product {
        min-height: 550px;
        margin-top: 35px;
    }

    .screen-card-main {
        width: min(72vw, 300px);
    }

    .screen-card-left,
    .screen-card-right {
        top: 92px;
        width: min(47vw, 185px);
        border-width: 5px;
        border-radius: 24px;
    }

    .screen-card-left {
        left: -5%;
    }

    .screen-card-right {
        right: -5%;
    }

    .product-annotation {
        display: none;
    }

    .hero-proof {
        grid-template-columns: 1fr;
    }

    .hero-proof > div,
    .hero-proof > div + div {
        padding: 18px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(31, 31, 31, .12);
    }

    .narrow-intro {
        text-align: left;
    }

    .narrow-intro h2,
    .section-heading h2,
    .audience-intro h2 {
        font-size: clamp(2.8rem, 13vw, 4.2rem);
    }

    .comparison-panel {
        padding: 30px 24px;
    }

    .comparison-panel h3 {
        font-size: 2rem;
    }

    .journey-path {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .journey-step {
        display: grid;
        grid-template-columns: 55px 1fr;
        gap: 18px;
    }

    .step-marker {
        width: 55px;
        height: 55px;
        margin-bottom: 0;
        border-width: 6px;
    }

    .step-copy {
        padding-right: 0;
    }

    .feature-stack {
        gap: 95px;
    }

    .feature-row,
    .feature-row-reverse {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .feature-row-reverse .feature-visual,
    .feature-row-reverse .feature-copy {
        order: initial;
    }

    .feature-visual {
        min-height: 570px;
    }

    .feature-visual img {
        width: min(75%, 300px);
    }

    .feature-copy h3 {
        font-size: clamp(2.45rem, 11vw, 3.5rem);
    }

    .metric-list {
        grid-template-columns: 1fr;
    }

    .metric-list li,
    .metric-list li + li {
        padding: 14px 0;
        border-left: 0;
        border-bottom: 1px solid var(--line);
    }

    .belief-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .belief-mark img {
        width: 220px;
    }

    .belief-copy h2 {
        font-size: clamp(3.8rem, 15vw, 5.2rem);
    }

    .belief-principles {
        grid-template-columns: 1fr;
    }

    .belief-principles article,
    .belief-principles article + article {
        padding: 25px 0;
        border-left: 0;
        border-bottom: 1px solid var(--line-dark);
    }

    .audience-list article {
        grid-template-columns: 38px 1fr;
    }

    .honest-boundary {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 24px;
    }

    .pilot-form-card {
        padding: 25px 20px;
    }

    .field-grid {
        grid-template-columns: 1fr;
    }

    .accordion-item button {
        min-height: 82px;
        font-size: 1.02rem;
    }

    .accordion-panel {
        padding-right: 0;
    }

    .final-cta-inner {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .final-cta-inner > img {
        width: 100px;
    }

    .final-cta-inner .button {
        grid-column: auto;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .footer-nav {
        grid-template-columns: 1fr 1fr;
    }

    .footer-meta {
        grid-template-columns: 1fr;
    }

    .footer-meta p:last-child {
        grid-column: auto;
    }

    .page-hero h1 {
        font-size: clamp(3.2rem, 14vw, 4.8rem);
    }
}

@media (max-width: 390px) {
    :root {
        --shell: calc(100% - 22px);
    }

    .brand-link img {
        width: 145px;
    }

    .hero-product {
        min-height: 500px;
    }

    .feature-visual {
        min-height: 520px;
    }

    .footer-nav {
        grid-template-columns: 1fr;
    }
}

/* Supporting pages: Version 1.1.0 */
.site-nav a[aria-current="page"]:not(.button) {
    color: var(--sage-dark);
    font-weight: 760;
}

.page-updated {
    margin-top: 24px;
    color: #7a827d !important;
    font-size: .86rem !important;
    font-weight: 680;
}

.page-hero-pilot {
    padding-bottom: 0;
    overflow: hidden;
}

.page-hero-split {
    display: grid;
    min-height: 680px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: clamp(50px, 8vw, 110px);
}

.page-hero-split .page-hero-inner {
    width: auto;
    margin: 0;
    padding-block: clamp(85px, 10vw, 145px);
}

.page-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.pilot-hero-visual {
    position: relative;
    min-height: 650px;
    align-self: end;
}

.pilot-hero-visual::before {
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(79, 135, 109, .2);
    border-radius: 50%;
    box-shadow: 0 0 0 95px rgba(139, 169, 142, .05), 0 0 0 190px rgba(139, 169, 142, .025);
    content: "";
}

.pilot-screen {
    position: absolute;
    bottom: -40px;
    border: 7px solid rgba(255, 255, 255, .76);
    border-radius: 34px;
    box-shadow: var(--shadow-phone);
}

.pilot-screen-back {
    right: 45%;
    width: min(55%, 260px);
    transform: rotate(-5deg);
}

.pilot-screen-front {
    right: 2%;
    z-index: 2;
    width: min(65%, 320px);
    transform: rotate(2.5deg);
}

.support-section-light {
    background: var(--cream-soft);
}

.support-section-sage {
    background: #dfeadf;
}

.support-intro-grid,
.pilot-expectations-grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
    gap: clamp(55px, 9vw, 120px);
}

.support-intro-grid h2,
.pilot-expectations-grid h2 {
    margin: 16px 0 0;
    font-size: clamp(2.7rem, 4.7vw, 5rem);
}

.support-lead p,
.pilot-expectations-grid > div:first-child + div p {
    color: #5d6962;
    font-size: 1.08rem;
}

.support-card-grid {
    display: grid;
    margin-top: 65px;
    gap: 16px;
}

.support-card-grid-four {
    grid-template-columns: repeat(4, 1fr);
}

.support-card {
    min-height: 245px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--paper);
}

.support-card > span {
    display: block;
    margin-bottom: 48px;
    color: var(--coral);
    font-size: .72rem;
    font-weight: 820;
    letter-spacing: .12em;
}

.support-card h3 {
    margin-bottom: 12px;
    font-size: 1.55rem;
}

.support-card p {
    margin-bottom: 0;
    color: #68716c;
    font-size: .94rem;
}

.expectation-list {
    border-top: 1px solid rgba(31, 31, 31, .14);
}

.expectation-list article {
    display: grid;
    padding: 25px 0;
    grid-template-columns: 160px 1fr;
    gap: 25px;
    border-bottom: 1px solid rgba(31, 31, 31, .14);
}

.expectation-list strong {
    font-size: .92rem;
}

.expectation-list p {
    margin: 0;
    color: #5e6963;
}

.pilot-fit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.pilot-fit-panel {
    min-height: 430px;
    padding: clamp(30px, 4vw, 52px);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--paper);
}

.pilot-fit-positive {
    border-color: #b8ceb9;
    background: #e4eee4;
}

.pilot-fit-panel .section-label {
    margin-bottom: 34px;
}

.pilot-fit-panel .contrast-list {
    font-size: 1.02rem;
}

.privacy-summary,
.terms-summary {
    display: grid;
    margin-bottom: 70px;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.privacy-summary article,
.terms-summary article {
    padding: 27px 28px;
}

.privacy-summary article + article,
.terms-summary article + article {
    border-left: 1px solid var(--line);
}

.privacy-summary strong,
.terms-summary strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
}

.privacy-summary p,
.terms-summary p {
    margin: 0;
    color: #6b746e;
    font-size: .89rem;
}

.terms-summary span {
    display: block;
    margin-bottom: 25px;
    color: var(--coral);
    font-size: .7rem;
    font-weight: 820;
    letter-spacing: .12em;
}

.legal-layout {
    display: grid;
    align-items: start;
    grid-template-columns: 220px minmax(0, 760px);
    justify-content: center;
    gap: clamp(45px, 8vw, 105px);
}

.legal-nav {
    position: sticky;
    top: 120px;
    display: grid;
    padding: 22px 0;
    gap: 8px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.legal-nav strong {
    margin-bottom: 7px;
    font-size: .78rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.legal-nav a {
    padding: 7px 0;
    color: #65706a;
    font-size: .88rem;
    text-decoration: none;
}

.legal-nav a:hover {
    color: var(--sage-dark);
}

.legal-prose {
    width: 100%;
    max-width: 760px;
}

.legal-prose section {
    padding-top: 15px;
    scroll-margin-top: 115px;
}

.legal-prose section + section {
    margin-top: 42px;
    padding-top: 42px;
    border-top: 1px solid var(--line);
}

.legal-prose h2 {
    margin-bottom: 20px;
    font-size: clamp(1.85rem, 3vw, 2.65rem);
}

.legal-prose h3 {
    margin: 27px 0 10px;
    font-size: 1.2rem;
    letter-spacing: -.02em;
}

.contact-reasons-section {
    padding-bottom: 45px;
}

.contact-reason-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.contact-reason-card {
    display: block;
    min-height: 250px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, .48);
    text-decoration: none;
    transition: transform var(--transition), border-color var(--transition), background-color var(--transition);
}

.contact-reason-card:hover {
    border-color: #afc8b4;
    transform: translateY(-3px);
    background: #fdfcf8;
}

.contact-reason-card span {
    display: block;
    margin-bottom: 45px;
    color: var(--coral);
    font-size: .72rem;
    font-weight: 820;
    letter-spacing: .12em;
}

.contact-reason-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.22rem;
}

.contact-reason-card p {
    margin: 0;
    color: #69726c;
    font-size: .9rem;
}

.contact-form-section {
    padding-top: 45px;
    background: var(--cream-soft);
}

.contact-layout-updated {
    align-items: start;
}

.contact-note .section-label {
    margin-bottom: 18px;
}

.contact-note h2 {
    max-width: 560px;
    font-size: clamp(2.35rem, 4vw, 4rem);
}

.contact-checklist {
    display: grid;
    margin: 30px 0 0;
    padding: 0;
    gap: 13px;
    list-style: none;
}

.contact-checklist li {
    position: relative;
    padding-left: 28px;
    color: #59655e;
}

.contact-checklist li::before {
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--sage-dark);
    font-weight: 850;
    content: "✓";
}

.contact-boundary {
    margin-top: 38px;
    padding: 20px 22px;
    border-left: 3px solid var(--coral);
    background: #fff5f0;
}

.contact-boundary strong {
    display: block;
    margin-bottom: 6px;
    font-size: .9rem;
}

.contact-boundary p {
    margin: 0;
    color: #745b52;
    font-size: .88rem;
}

.confirmation-icon {
    display: grid;
    width: 92px;
    height: 92px;
    margin: 0 auto 28px;
    place-items: center;
    border-radius: 28px;
    background: var(--sage-light);
    color: var(--sage-dark);
    font-size: 2.5rem;
    font-weight: 850;
}

.confirmation-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 980px) {
    .page-hero-split {
        grid-template-columns: 1fr;
    }

    .pilot-hero-visual {
        width: min(100%, 620px);
        min-height: 560px;
        margin: -40px auto 0;
    }

    .support-card-grid-four,
    .contact-reason-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .support-intro-grid,
    .pilot-expectations-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .legal-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .legal-nav {
        position: static;
        grid-template-columns: repeat(3, 1fr);
        gap: 3px 18px;
    }

    .legal-nav strong {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    .page-hero-split {
        min-height: auto;
    }

    .page-hero-split .page-hero-inner {
        padding-bottom: 75px;
    }

    .page-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .page-hero-actions .button,
    .page-hero-actions .text-link {
        width: 100%;
        justify-content: center;
    }

    .pilot-hero-visual {
        min-height: 455px;
    }

    .pilot-screen-back {
        right: 43%;
        width: min(55%, 210px);
    }

    .pilot-screen-front {
        right: 0;
        width: min(66%, 260px);
    }

    .support-card-grid-four,
    .contact-reason-grid,
    .pilot-fit-grid,
    .privacy-summary,
    .terms-summary {
        grid-template-columns: 1fr;
    }

    .support-card {
        min-height: auto;
    }

    .support-card > span,
    .contact-reason-card span {
        margin-bottom: 30px;
    }

    .expectation-list article {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .pilot-fit-panel {
        min-height: auto;
    }

    .privacy-summary article + article,
    .terms-summary article + article {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .legal-nav {
        grid-template-columns: 1fr 1fr;
    }

    .contact-reason-card {
        min-height: auto;
    }

    .confirmation-actions {
        align-items: stretch;
        flex-direction: column;
    }
}

/* ========================================================================
   Homepage 1.2.0: compact conversion-led architecture
   ======================================================================== */

.home-v2 .site-header {
    background: rgba(246, 242, 232, .96);
}

.home-v2 .header-inner {
    min-height: 72px;
}

.home-v2 .brand-link img {
    width: 176px;
}

.hero-v2 {
    position: relative;
    overflow: hidden;
    padding-block: clamp(54px, 7vw, 96px) clamp(50px, 6vw, 82px);
    border-bottom: 1px solid var(--line);
}

.hero-v2-orbit {
    position: absolute;
    width: min(720px, 70vw);
    aspect-ratio: 1;
    top: -42%;
    right: -18%;
    border: 1px solid rgba(79, 135, 109, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 90px rgba(139, 169, 142, .03), 0 0 0 180px rgba(139, 169, 142, .025);
    pointer-events: none;
}

.hero-v2-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
    align-items: start;
    gap: clamp(34px, 5vw, 74px);
}

.hero-v2-copy h1 {
    max-width: 750px;
    margin: 18px 0 24px;
    font-size: clamp(3rem, 5.5vw, 6.2rem);
}

.hero-v2-copy .hero-lead {
    max-width: 670px;
    margin-bottom: 24px;
    color: #55615b;
    font-size: clamp(1.05rem, 1.45vw, 1.28rem);
    line-height: 1.62;
}

.hero-boundary {
    max-width: 630px;
    margin: 13px 0 0;
    color: #747c77;
    font-size: .78rem;
    line-height: 1.5;
}

.early-access-wrap {
    max-width: 650px;
}

.inline-access-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.inline-access-field input {
    width: 100%;
    min-height: 56px;
    padding: 13px 17px;
    border: 1px solid #beb8aa;
    border-radius: 14px;
    background: var(--paper);
    color: var(--ink);
    box-shadow: 0 10px 24px rgba(31, 31, 31, .05);
}

.inline-access-field input::placeholder {
    color: #818883;
}

.inline-access-form .button {
    min-height: 56px;
    white-space: nowrap;
}

.access-privacy {
    margin: 9px 0 0;
    color: #747c77;
    font-size: .76rem;
    line-height: 1.45;
}

.access-privacy a {
    font-weight: 700;
}

.compact-alert {
    margin-bottom: 10px;
    padding: 10px 12px;
    border: 1px solid #e8b4a7;
    border-radius: 11px;
    background: #fff4f0;
    color: #8c3e2d;
    font-size: .82rem;
    line-height: 1.4;
}

.transform-demo-wrap {
    position: relative;
    min-width: 0;
}

.hero-fan-note {
    position: relative;
    z-index: 4;
    display: block;
    width: fit-content;
    max-width: min(430px, 76%);
    margin: 24px 24px 0 auto;
    color: #ef6248;
    pointer-events: none;
    transform: rotate(-1.4deg);
    transform-origin: right center;
}

.hero-fan-note p {
    margin: 0;
    font-family: "Bradley Hand", "Segoe Print", "Marker Felt", "Comic Sans MS", cursive;
    font-size: clamp(.98rem, 1.15vw, 1.14rem);
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: .01em;
}

.hero-fan-note strong {
    font-weight: 800;
}

.hero-fan-note svg {
    position: absolute;
    right: calc(100% + 10px);
    top: -82px;
    width: clamp(90px, 8vw, 112px);
    height: auto;
    overflow: visible;
}

.hero-fan-note path {
    fill: none;
    stroke: currentColor;
    stroke-width: 3.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-fan-note .hero-fan-arrow-echo {
    opacity: .3;
    stroke-width: 1.6;
}

.transform-demo {
    position: relative;
    overflow: hidden;
    min-height: 610px;
    border: 1px solid rgba(31, 31, 31, .12);
    border-radius: 28px;
    background: #111a15;
    box-shadow: 0 30px 80px rgba(31, 31, 31, .2);
}

.demo-browser-bar {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 7px;
    padding: 0 17px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    background: #19231e;
    color: #d8e0db;
}

.demo-browser-bar > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #56635c;
}

.demo-browser-bar > span:first-child { background: #f16648; }
.demo-browser-bar > span:nth-child(2) { background: #f2c654; }
.demo-browser-bar > span:nth-child(3) { background: #8ba98e; }

.demo-browser-bar strong {
    margin-left: 8px;
    font-size: .78rem;
    font-weight: 700;
}

.demo-replay {
    min-height: 34px;
    margin-left: auto;
    padding: 6px 11px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 9px;
    background: transparent;
    color: #cbd4cf;
    font-size: .72rem;
    cursor: pointer;
}

.demo-workspace {
    position: relative;
    min-height: 516px;
    background: radial-gradient(circle at 72% 32%, rgba(139,169,142,.13), transparent 42%), #111a15;
}

.demo-input-stage,
.demo-loading-stage,
.demo-result-stage {
    position: absolute;
    inset: 0;
    transition: opacity .45s ease, transform .55s ease, visibility .45s ease;
}

.demo-input-stage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 5vw, 64px);
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.demo-label {
    margin-bottom: 10px;
    color: #aeb8b2;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.demo-url-box {
    display: flex;
    min-height: 68px;
    align-items: center;
    gap: 12px;
    padding: 13px 17px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 15px;
    background: #fffdf8;
    color: #1f2923;
    box-shadow: 0 16px 45px rgba(0,0,0,.22);
    font-size: clamp(.8rem, 1.3vw, 1rem);
    overflow: hidden;
}

.demo-youtube-mark {
    display: grid;
    width: 34px;
    height: 25px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 7px;
    background: #f16648;
    color: #fff;
    font-size: .7rem;
}

.demo-url-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demo-caret {
    width: 2px;
    height: 24px;
    background: var(--sage-dark);
    animation: demo-caret 750ms steps(2, end) infinite;
}

@keyframes demo-caret { 50% { opacity: 0; } }

.demo-action-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 16px;
}

.demo-helper {
    color: #96a19a;
    font-size: .76rem;
}

.demo-add-button,
.demo-continue {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 11px;
    background: #f7f4ec;
    color: #111a15;
    font-size: .78rem;
    font-weight: 800;
}

.demo-loading-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
}

.demo-spinner {
    width: 54px;
    height: 54px;
    margin-bottom: 19px;
    border: 5px solid rgba(255,255,255,.12);
    border-top-color: var(--sage);
    border-radius: 50%;
    animation: demo-spin .8s linear infinite;
}

@keyframes demo-spin { to { transform: rotate(360deg); } }

.demo-loading-stage strong {
    margin-bottom: 7px;
    font-size: 1.45rem;
}

.demo-loading-stage > span {
    color: #aeb8b2;
    font-size: .86rem;
}

.demo-progress {
    width: min(340px, 80%);
    height: 7px;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
}

.demo-progress span {
    display: block;
    width: 12%;
    height: 100%;
    border-radius: inherit;
    background: var(--sage);
    transition: width 1.3s ease;
}

.demo-result-stage {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(250px, 1.14fr);
    align-items: center;
    gap: 14px;
    padding: 28px 0 0 32px;
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
}

.demo-result-copy {
    position: relative;
    z-index: 2;
    padding-bottom: 28px;
    color: #fff;
}

.demo-success-badge {
    display: inline-flex;
    padding: 7px 10px;
    border: 1px solid rgba(139,169,142,.55);
    border-radius: 999px;
    background: rgba(139,169,142,.12);
    color: #b9d0be;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.demo-result-copy h2 {
    margin: 14px 0 18px;
    color: #fff;
    font-size: clamp(1.55rem, 3vw, 2.5rem);
    line-height: 1;
}

.demo-result-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.demo-result-metrics div {
    padding: 11px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.05);
}

.demo-result-metrics strong,
.demo-result-metrics span {
    display: block;
}

.demo-result-metrics strong {
    color: #fff;
    font-size: 1.12rem;
}

.demo-result-metrics span {
    margin-top: 2px;
    color: #aeb8b2;
    font-size: .66rem;
}

.demo-next {
    margin: 15px 0;
}

.demo-next span,
.demo-next strong {
    display: block;
}

.demo-next span {
    color: #8fa097;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.demo-next strong {
    margin-top: 4px;
    overflow: hidden;
    color: #dbe3de;
    font-size: .75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demo-continue {
    min-height: 40px;
    padding: 9px 13px;
}

.demo-result-screen {
    align-self: end;
    max-height: 480px;
    overflow: hidden;
    border: 9px solid #29352f;
    border-bottom: 0;
    border-radius: 25px 25px 0 0;
    background: #f6f2e8;
    box-shadow: -20px 22px 45px rgba(0,0,0,.27);
}

.demo-result-screen img {
    width: 100%;
    height: auto;
}

.transform-demo[data-phase="loading"] .demo-input-stage,
.transform-demo[data-phase="complete"] .demo-input-stage {
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
}

.transform-demo[data-phase="loading"] .demo-loading-stage {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.transform-demo[data-phase="loading"] .demo-progress span { width: 88%; }

.transform-demo[data-phase="complete"] .demo-loading-stage {
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
}

.transform-demo[data-phase="complete"] .demo-result-stage {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.demo-caption {
    position: absolute;
    z-index: 4;
    right: 15px;
    bottom: 10px;
    left: 15px;
    margin: 0;
    color: rgba(255,255,255,.53);
    font-size: .64rem;
    text-align: center;
}

.proof-strip {
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,.37);
}

.proof-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.proof-strip-grid > div {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 2px 10px;
    align-items: center;
    padding: 22px 18px;
    border-right: 1px solid var(--line);
}

.proof-strip-grid > div:last-child { border-right: 0; }

.proof-icon {
    grid-row: 1 / span 2;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: var(--sage-light);
    color: var(--sage-dark);
    font-weight: 900;
}

.proof-strip strong {
    font-size: .9rem;
    line-height: 1.2;
}

.proof-strip small {
    color: #737b76;
    font-size: .7rem;
    line-height: 1.3;
}

.problem-v2 {
    background: var(--cream-soft);
}

.problem-v2 .narrow-intro {
    margin-bottom: clamp(28px, 4vw, 44px);
}

.problem-lifestyle-media {
    margin-bottom: clamp(48px, 6vw, 76px);
}

.problem-lifestyle-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1916 / 821;
    object-fit: cover;
    border: 1px solid rgba(31, 31, 31, .1);
    border-radius: clamp(22px, 3vw, 38px);
    box-shadow: var(--shadow-soft);
}


.comparison-v2 {
    grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
    align-items: stretch;
}

.comparison-v2 .comparison-panel {
    min-height: 405px;
}

.comparison-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: .82rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.status-badge,
.item-badge {
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    font-weight: 900;
}

.status-badge {
    width: 34px;
    height: 34px;
    font-size: 1rem;
}

.item-badge {
    width: 22px;
    height: 22px;
    font-size: .75rem;
}

.status-badge-no,
.item-badge-no {
    background: #f5d9d1;
    color: #b94830;
}

.status-badge-yes,
.item-badge-yes {
    background: #cfe3d2;
    color: #376e53;
}

.comparison-v2 .contrast-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-left: 0;
}

.comparison-v2 .contrast-list li::before { display: none; }

.comparison-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #777f7a;
}

.comparison-arrow span {
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.comparison-arrow strong {
    color: var(--coral);
    font-size: 2.1rem;
}

.course-flow {
    border-bottom: 1px solid var(--line);
}

.course-flow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 45px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--paper);
    overflow: hidden;
}

.course-flow-grid article {
    position: relative;
    min-height: 250px;
    padding: 30px;
    border-right: 1px solid var(--line);
}

.course-flow-grid article:last-child { border-right: 0; }

.course-flow-grid article:not(:last-child)::after {
    content: "→";
    position: absolute;
    z-index: 2;
    top: 48%;
    right: -18px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--cream);
    color: var(--coral);
    font-weight: 900;
}

.course-flow-grid article > span {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: var(--sage-light);
    color: var(--sage-dark);
    font-size: .74rem;
    font-weight: 900;
}

.course-flow-grid strong {
    display: block;
    margin: 22px 0 11px;
    font-size: 1.35rem;
    line-height: 1.15;
}

.course-flow-grid p {
    margin: 0;
    color: #66706a;
    font-size: .92rem;
}

.feature-tabs-section {
    background: #efe9dd;
}

.feature-tabs {
    display: grid;
    grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
    gap: 18px;
    margin-top: 42px;
}

.tab-list {
    display: grid;
    align-content: start;
    gap: 10px;
}

.tab-list button {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 3px 12px;
    width: 100%;
    min-height: 118px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: rgba(255,255,255,.5);
    color: var(--ink);
    text-align: left;
    cursor: pointer;
    transition: background var(--transition), border-color var(--transition), transform var(--transition);
}

.tab-list button:hover { transform: translateX(3px); }

.tab-list button[aria-selected="true"] {
    border-color: #9bb7a0;
    background: var(--paper);
    box-shadow: 0 18px 45px rgba(31,31,31,.07);
}

.tab-list button > span {
    grid-row: 1 / span 2;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 10px;
    background: #e2ddd2;
    color: #6e7771;
    font-size: .7rem;
    font-weight: 900;
}

.tab-list button[aria-selected="true"] > span {
    background: var(--sage-light);
    color: var(--sage-dark);
}

.tab-list strong {
    font-size: 1.05rem;
    line-height: 1.2;
}

.tab-list small {
    color: #4d5852;
    font-size: .77rem;
    line-height: 1.4;
}

/* Keep every feature tab fully legible, including inactive states. */
.tab-list button[aria-selected="false"] {
    background: #f8f5ee;
    color: #17201b;
    opacity: 1;
}

.tab-list button[aria-selected="false"] strong {
    color: #17201b;
    opacity: 1;
}

.tab-list button[aria-selected="false"] small {
    color: #4d5852;
    opacity: 1;
}

.tab-list button[aria-selected="false"] > span {
    background: #e2ddd2;
    color: #4d5852;
    opacity: 1;
}

.tab-list button[aria-selected="true"] {
    color: #142019;
}

.tab-list button[aria-selected="true"] strong {
    color: #142019;
}

.tab-list button[aria-selected="true"] small {
    color: #405149;
}

.tab-showcase {
    min-height: 515px;
    overflow: hidden;
    border: 1px solid rgba(31,31,31,.13);
    border-radius: 26px;
    background: #111a15;
    box-shadow: var(--shadow-soft);
}

.tab-panel {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(270px, 1.15fr);
    min-height: 515px;
    align-items: center;
    gap: 20px;
    padding: 36px 0 0 36px;
}

.tab-panel[hidden] { display: none; }

.tab-panel-copy {
    align-self: center;
    padding-bottom: 36px;
    color: #d5ddd8;
}

.feature-chip {
    display: inline-flex;
    padding: 7px 10px;
    border: 1px solid rgba(139,169,142,.45);
    border-radius: 999px;
    color: #b8cdbd;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tab-panel h3 {
    margin: 17px 0 15px;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.tab-panel p {
    color: #b7c1bb;
    font-size: .94rem;
}

.tab-panel .mini-list {
    color: #dce4df;
    font-size: .82rem;
}

.tab-panel .mini-list li {
    border-color: rgba(220, 228, 223, .62);
    background: rgba(255, 255, 255, .055);
    color: #e4ebe7;
}

.tab-panel-screen {
    align-self: end;
    max-height: 470px;
    overflow: hidden;
    border: 10px solid #2a3630;
    border-bottom: 0;
    border-radius: 27px 27px 0 0;
    background: var(--cream);
    box-shadow: -25px 25px 55px rgba(0,0,0,.3);
}

.tab-panel-screen img {
    width: 100%;
    height: auto;
}

.tab-panel-screen-tall { max-height: 486px; }

.bento-section {
    background: var(--cream-soft);
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    gap: 14px;
    margin-top: 42px;
}

.bento-card {
    position: relative;
    min-height: 250px;
    padding: 25px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--paper);
}

.bento-wide {
    grid-column: span 2;
}

.bento-card h3 {
    margin: 20px 0 10px;
    font-size: 1.45rem;
}

.bento-card p {
    max-width: 520px;
    margin: 0;
    color: #69716c;
    font-size: .9rem;
}

.bento-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: #e8e3d9;
    color: var(--ink);
    font-weight: 900;
}

.bento-sage {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    background: var(--sage-light);
    border-color: #b8cdbb;
}

.bento-sage .bento-icon { background: rgba(255,255,255,.65); color: var(--sage-dark); }

.bento-dark {
    background: #111a15;
    color: #fff;
}

.bento-dark h3 { color: #fff; }
.bento-dark p { color: #b7c1bb; }
.bento-dark .bento-icon { background: rgba(255,255,255,.1); color: #fff; }

.bento-coral {
    background: #f9dfd6;
    border-color: #efb9aa;
}

.schedule-mini {
    display: grid;
    grid-template-columns: repeat(7, 44px);
    gap: 7px;
    align-items: end;
    margin-left: 20px;
}

.schedule-mini span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(79,135,109,.25);
    border-radius: 50%;
    background: rgba(255,255,255,.55);
    color: var(--sage-dark);
    font-size: .76rem;
    font-weight: 900;
}

.format-line {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 7px 18px;
    max-width: 420px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    font-size: .8rem;
}

.format-line strong { color: var(--sage-dark); }

.channel-fit {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.channel-fit-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(35px, 7vw, 90px);
    align-items: center;
}

.channel-fit-copy h2 {
    margin-top: 14px;
    font-size: clamp(2.5rem, 4.6vw, 5rem);
}

.channel-fit-copy p {
    color: #626b65;
}

.channel-note {
    padding-top: 14px;
    border-top: 1px solid var(--line);
    font-size: .78rem;
}

.channel-chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
}

.channel-chips span {
    display: flex;
    min-height: 78px;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--paper);
    font-size: .86rem;
    font-weight: 760;
}

.channel-chips b {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 13px;
    background: var(--sage-light);
    color: var(--sage-dark);
    font-size: .7rem;
    letter-spacing: .04em;
}

.channel-marquee {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 22px;
    border: 1px solid rgba(9, 24, 17, .2);
    border-radius: 30px;
    background:
        radial-gradient(circle at 86% 0%, rgba(111, 164, 137, .2), transparent 34%),
        #0b1711;
    box-shadow: 0 28px 65px rgba(20, 29, 24, .16);
    color: #f8f4ea;
}

.channel-marquee::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255,255,255,.045), transparent 42%);
}

.channel-marquee-header,
.channel-marquee-footer {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.channel-marquee-header {
    min-height: 66px;
    padding: 2px 3px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.channel-marquee-header div {
    display: grid;
    gap: 5px;
}

.channel-marquee-header div > span {
    color: #ff7058;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.channel-marquee-header strong {
    font-size: clamp(1.12rem, 1.6vw, 1.45rem);
    letter-spacing: -.025em;
}

.channel-live-dot {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 3px;
    color: #aebbb3;
    font-size: .66rem;
    white-space: nowrap;
}

.channel-live-dot i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7eb596;
    box-shadow: 0 0 0 5px rgba(126, 181, 150, .1);
}

.channel-marquee-window {
    position: relative;
    z-index: 2;
    display: grid;
    height: 405px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    overflow: hidden;
    margin-top: 16px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 10%, #000 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0, #000 10%, #000 90%, transparent 100%);
}

.channel-marquee-column {
    display: flex;
    min-width: 0;
    flex-direction: column;
    will-change: transform;
}

.channel-marquee-column-up {
    animation: channel-scroll-up 34s linear infinite;
}

.channel-marquee-column-down {
    transform: translateY(-50%);
    animation: channel-scroll-down 37s linear infinite;
}

.channel-marquee-track {
    display: grid;
    flex: 0 0 auto;
    gap: 10px;
    padding-bottom: 10px;
}

.channel-card {
    display: grid;
    min-width: 0;
    min-height: 79px;
    grid-template-columns: 45px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    padding: 12px 13px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 17px;
    background: rgba(250, 247, 239, .96);
    box-shadow: 0 11px 26px rgba(0, 0, 0, .12);
    color: #0d1712;
}

.channel-card > b {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 14px;
    background: #dcebe1;
    color: #437b60;
    font-size: .66rem;
    letter-spacing: .035em;
}

.channel-card:nth-child(3n + 2) > b {
    background: #f9ddd6;
    color: #c6513f;
}

.channel-card:nth-child(3n) > b {
    background: #e8e2f0;
    color: #6c5a83;
}

.channel-card div {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.channel-card strong {
    overflow: hidden;
    font-size: .83rem;
    letter-spacing: -.015em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.channel-card span {
    overflow: hidden;
    color: #67716b;
    font-size: .67rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.channel-card > i {
    color: #7b867f;
    font-size: .75rem;
    font-style: normal;
}

.channel-marquee:hover .channel-marquee-column,
.channel-marquee:focus-within .channel-marquee-column {
    animation-play-state: paused;
}

.channel-marquee-footer {
    align-items: center;
    min-height: 48px;
    padding: 13px 3px 0;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.channel-marquee-footer > span {
    color: #f8f4ea;
    font-size: .75rem;
    font-weight: 800;
}

.channel-marquee-footer small {
    max-width: 330px;
    color: #8f9c94;
    font-size: .56rem;
    line-height: 1.45;
    text-align: right;
}

@keyframes channel-scroll-up {
    from { transform: translateY(0); }
    to { transform: translateY(-50%); }
}

@keyframes channel-scroll-down {
    from { transform: translateY(-50%); }
    to { transform: translateY(0); }
}

.belief-v2 {
    padding-block: clamp(72px, 9vw, 122px);
}

.belief-v2-grid {
    display: grid;
    grid-template-columns: minmax(180px, .42fr) minmax(0, 1.58fr);
    align-items: center;
    gap: clamp(30px, 7vw, 90px);
}

.belief-v2 .belief-mark {
    display: flex;
    align-items: center;
    justify-content: center;
}

.belief-v2 .belief-mark img {
    width: min(300px, 100%);
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.belief-v2 .belief-copy h2 {
    margin-bottom: 20px;
}


/* Lifestyle social proof strip */
.testimonial-strip {
    background: var(--cream-soft);
    border-top: 1px solid var(--line);
}

.testimonial-strip-heading {
    display: grid;
    grid-template-columns: minmax(0, 820px);
    gap: 20px;
    align-items: end;
    margin-bottom: 34px;
}

.testimonial-strip-heading h2 {
    max-width: 760px;
    margin: 12px 0 0;
}

.testimonial-strip-heading p {
    margin: 0;
    max-width: 460px;
    color: var(--ink-soft);
    font-size: 1rem;
    line-height: 1.65;
}

.testimonial-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.testimonial-card {
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: var(--paper);
    box-shadow: 0 16px 38px rgba(31, 31, 31, .07);
}

.testimonial-image {
    position: relative;
    aspect-ratio: 3 / 2;
    margin: 0;
    overflow: hidden;
    background: var(--sage-light);
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.placeholder-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 999px;
    background: rgba(16, 23, 19, .86);
    color: #fff;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.testimonial-body {
    padding: 20px;
}

.testimonial-person {
    display: flex;
    align-items: center;
    gap: 11px;
}

.testimonial-person > div {
    min-width: 0;
}

.testimonial-person strong,
.testimonial-person small {
    display: block;
}

.testimonial-person strong {
    color: var(--ink);
    font-size: 1rem;
}

.testimonial-person small {
    margin-top: 2px;
    color: var(--ink-soft);
    font-size: .82rem;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    overflow: hidden;
    background: var(--sage-light);
    color: var(--sage-dark);
    font-size: .78rem;
    font-weight: 900;
}

.testimonial-avatar-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.testimonial-result {
    width: fit-content;
    max-width: 100%;
    display: block;
    margin: 18px 0 13px;
    padding: 8px 11px;
    border-radius: 999px;
    background: var(--coral-soft);
    color: #9d3c27;
    font-size: .78rem;
    font-weight: 800;
}

.testimonial-card blockquote {
    margin: 0;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .testimonial-strip-heading {
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: start;
    }

    .testimonial-cards {
        grid-template-columns: 1fr 1fr;
    }

    .testimonial-card:last-child {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    }

    .testimonial-card:last-child .testimonial-image {
        aspect-ratio: auto;
        min-height: 100%;
    }
}

@media (max-width: 620px) {
    .testimonial-cards {
        grid-template-columns: 1fr;
    }

    .testimonial-card:last-child {
        grid-column: auto;
        display: block;
    }

    .testimonial-card:last-child .testimonial-image {
        aspect-ratio: 3 / 2;
        min-height: 0;
    }

    .testimonial-strip-heading p {
        padding: 14px 15px;
    }
}

.final-access {
    background: var(--cream-soft);
}

.final-access-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr);
    gap: clamp(28px, 6vw, 70px);
    align-items: center;
    padding: clamp(30px, 5vw, 68px);
    border-radius: 32px;
    background: #111a15;
    color: #fff;
    box-shadow: 0 28px 70px rgba(31,31,31,.16);
}

.final-access-copy h2 {
    margin: 12px 0 14px;
    color: #fff;
    font-size: clamp(2.4rem, 4.4vw, 4.8rem);
}

.final-access-copy p {
    max-width: 680px;
    margin: 0;
    color: #b7c1bb;
}

.early-access-wrap-dark .inline-access-field input {
    border-color: rgba(255,255,255,.18);
    background: #fffdf8;
}

.early-access-wrap-dark .button-primary {
    background: var(--sage);
    color: #102017;
    box-shadow: none;
}

.early-access-wrap-dark .button-primary:hover { background: #a1bca4; }

.early-access-wrap-dark .access-privacy {
    color: #9da9a2;
}

.early-access-wrap-dark .access-privacy a { color: #d6dfd9; }

@media (max-width: 1080px) {
    .hero-v2-grid {
        grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr);
    }

    .transform-demo { min-height: 560px; }
    .demo-workspace { min-height: 466px; }
    .demo-result-stage { grid-template-columns: .9fr 1.1fr; padding-left: 24px; }

    .proof-strip-grid { grid-template-columns: 1fr 1fr; }
    .proof-strip-grid > div:nth-child(2) { border-right: 0; }
    .proof-strip-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }

    .feature-tabs { grid-template-columns: 1fr; }
    .tab-list { grid-template-columns: repeat(3, 1fr); }
    .tab-list button { grid-template-columns: 1fr; min-height: 145px; }
    .tab-list button > span { grid-row: auto; }

    .schedule-mini { grid-template-columns: repeat(4, 42px); }
    .schedule-mini span { width: 42px; height: 42px; }
}

@media (max-width: 920px) {
    .home-v2 .header-inner { min-height: 68px; }

    .hero-v2-grid,
    .channel-fit-grid,
    .final-access-card {
        grid-template-columns: 1fr;
    }

    .hero-v2-copy {
        max-width: 760px;
    }

    .transform-demo-wrap {
        width: min(720px, 100%);
        margin-inline: auto;
    }

    .transform-demo {
        width: 100%;
        margin-inline: auto;
    }

    .comparison-v2 {
        grid-template-columns: 1fr;
    }

    .comparison-arrow {
        flex-direction: row;
        min-height: 55px;
    }

    .comparison-arrow span { writing-mode: initial; }
    .comparison-arrow strong { transform: rotate(90deg); }

    .course-flow-grid {
        grid-template-columns: 1fr;
    }

    .course-flow-grid article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .course-flow-grid article:last-child { border-bottom: 0; }

    .course-flow-grid article:not(:last-child)::after {
        top: auto;
        right: 50%;
        bottom: -18px;
        transform: translateX(50%) rotate(90deg);
    }

    .bento-grid { grid-template-columns: 1fr 1fr; }
    .bento-wide { grid-column: span 2; }

    .channel-fit-copy { max-width: 760px; }

    .belief-v2-grid { grid-template-columns: 180px 1fr; }
}

@media (max-width: 700px) {
    .hero-v2 {
        padding-top: 42px;
    }

    .hero-v2-copy h1 {
        font-size: clamp(2.8rem, 12vw, 4.6rem);
    }

    .inline-access-form {
        grid-template-columns: 1fr;
    }

    .inline-access-form .button {
        width: 100%;
    }

    .transform-demo-wrap {
        padding-top: 0;
    }

    .hero-fan-note {
        max-width: 330px;
        margin: 22px auto 0;
        text-align: center;
        transform: rotate(-1deg);
    }

    .hero-fan-note p {
        max-width: 310px;
        margin-inline: auto;
        font-size: 1rem;
    }

    .hero-fan-note svg {
        right: auto;
        left: 4px;
        top: -78px;
        width: 102px;
    }

    .transform-demo {
        min-height: 525px;
        border-radius: 22px;
    }

    .demo-workspace { min-height: 438px; }
    .demo-input-stage { padding: 26px 20px; }
    .demo-result-stage { grid-template-columns: 1fr; padding: 24px 20px 0; }
    .demo-result-copy { padding-bottom: 0; }
    .demo-result-screen { display: none; }
    .demo-caption { font-size: .58rem; }

    .proof-strip-grid { grid-template-columns: 1fr; }
    .proof-strip-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .proof-strip-grid > div:last-child { border-bottom: 0; }

    .comparison-v2 .comparison-panel { min-height: auto; }

    .tab-list {
        grid-template-columns: 1fr;
    }

    .tab-list button {
        grid-template-columns: 38px 1fr;
        min-height: 100px;
    }

    .tab-list button > span { grid-row: 1 / span 2; }

    .tab-panel {
        grid-template-columns: 1fr;
        min-height: 650px;
        padding: 26px 22px 0;
    }

    .tab-panel-copy { padding-bottom: 0; }
    .tab-panel-screen { width: min(420px, 88%); margin-inline: auto; }

    .bento-grid { grid-template-columns: 1fr; }
    .bento-wide { grid-column: auto; }
    .bento-sage { grid-template-columns: 1fr; }
    .schedule-mini { margin: 25px 0 0; }

    .channel-chips { grid-template-columns: 1fr; }

    .belief-v2-grid {
        grid-template-columns: 1fr;
    }

    .belief-v2 .belief-mark img {
        width: 140px;
        height: auto;
    }

    .final-access-card {
        padding: 30px 22px;
        border-radius: 24px;
    }
}

@media (max-width: 460px) {
    .home-v2 .brand-link img { width: 152px; }

    .hero-v2-copy h1 { font-size: 2.75rem; }

    .transform-demo-wrap { padding-top: 0; }
    .hero-fan-note { max-width: 285px; margin-top: 20px; }
    .hero-fan-note p { max-width: 270px; font-size: .92rem; }
    .hero-fan-note svg { left: -2px; top: -73px; width: 90px; }
    .transform-demo { min-height: 500px; }
    .demo-browser-bar strong { display: none; }
    .demo-url-box { min-height: 62px; padding-inline: 12px; }
    .demo-helper { max-width: 180px; }
    .demo-result-metrics { grid-template-columns: 1fr; }
    .demo-result-copy h2 { font-size: 2rem; }

    .course-flow-grid article { padding: 24px; }
    .tab-panel { min-height: 620px; }
    .schedule-mini { grid-template-columns: repeat(4, 38px); gap: 6px; }
    .schedule-mini span { width: 38px; height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
    .demo-caret,
    .demo-spinner { animation: none; }

    .demo-input-stage,
    .demo-loading-stage,
    .demo-result-stage { transition: none; }
}

.header-quick-cta {
    display: none;
    margin-left: auto;
}

@media (max-width: 920px) {
    .header-quick-cta {
        display: inline-flex;
        min-height: 42px;
        padding: 10px 14px;
        font-size: .8rem;
    }

    .home-v2 .menu-toggle {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    .home-v2 .header-inner {
        gap: 8px;
    }

    .home-v2 .brand-link img {
        width: 132px;
    }

    .header-quick-cta {
        min-height: 40px;
        padding: 9px 11px;
        font-size: .72rem;
    }

    .home-v2 .menu-toggle {
        width: 42px;
        height: 42px;
    }

    .demo-caption {
        position: static;
        padding: 10px 14px 13px;
        background: #111a15;
    }

    .transform-demo,
    .demo-workspace {
        min-height: auto;
    }

    .demo-workspace {
        height: 438px;
    }
}

@media (max-width: 350px) {
    .header-quick-cta {
        display: none;
    }
}

/* Practical touch targets for persistent and animated controls. */
.brand-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.demo-replay {
    min-height: 44px;
    padding-inline: 13px;
}

@media (max-width: 920px) {
    .header-quick-cta {
        min-height: 44px;
    }

    .home-v2 .menu-toggle {
        width: 44px;
        height: 44px;
    }
}

/* ========================================================================
   Supporting pages 1.3.0: dedicated product, workflow, FAQ, and access pages
   ======================================================================== */

.footer-grid-expanded {
    grid-template-columns: minmax(230px, .8fr) minmax(520px, 1.2fr);
}

.footer-nav-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 38px;
}

.footer-nav-group {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-nav-group strong {
    margin-bottom: 7px;
    color: #fff;
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.footer-nav-group a {
    color: rgba(255,255,255,.69);
    font-size: .9rem;
    text-decoration: none;
}

.footer-nav-group a:hover,
.footer-nav-group a:focus-visible {
    color: #fff;
}

.detail-hero {
    padding-bottom: 0;
    overflow: hidden;
}

.detail-hero-grid,
.feature-page-hero-grid,
.early-access-grid {
    display: grid;
    min-height: 690px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr);
    gap: clamp(48px, 8vw, 110px);
}

.detail-hero-grid .page-hero-inner,
.feature-page-hero-grid .page-hero-inner {
    width: auto;
    padding-block: clamp(80px, 10vw, 132px);
}

.detail-hero-visual {
    position: relative;
    min-height: 690px;
    align-self: end;
}

.how-hero-visual::before,
.feature-page-screen::before {
    position: absolute;
    right: -105px;
    bottom: -130px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(79,135,109,.18);
    border-radius: 50%;
    box-shadow: 0 0 0 100px rgba(139,169,142,.05), 0 0 0 200px rgba(139,169,142,.025);
    content: "";
}

.how-hero-visual > img {
    position: absolute;
    right: 2%;
    bottom: -38px;
    z-index: 2;
    width: min(72%, 360px);
    border: 8px solid rgba(255,255,255,.78);
    border-radius: 36px;
    box-shadow: var(--shadow-phone);
    transform: rotate(2deg);
}

.url-transform-card {
    position: absolute;
    top: 112px;
    left: 0;
    z-index: 3;
    width: min(78%, 350px);
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,253,248,.95);
    box-shadow: var(--shadow-soft);
}

.transform-kicker {
    display: block;
    color: var(--ink-soft);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.transform-url {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0;
    padding: 14px;
    border: 1px solid #cbc6ba;
    border-radius: 12px;
    background: #fff;
    color: #4e5b53;
    font-size: .84rem;
}

.transform-url span {
    display: grid;
    width: 27px;
    height: 22px;
    place-items: center;
    border-radius: 6px;
    background: var(--coral);
    color: #fff;
    font-size: .65rem;
}

.transform-arrow {
    margin: 4px 0 12px;
    color: var(--sage-dark);
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center;
}

.process-timeline {
    margin-top: 62px;
    border-top: 1px solid var(--line);
}

.process-step {
    display: grid;
    align-items: start;
    padding: 40px 0;
    grid-template-columns: 72px minmax(0, 1fr) minmax(220px, .42fr);
    gap: clamp(24px, 5vw, 64px);
    border-bottom: 1px solid var(--line);
}

.process-number {
    color: var(--coral);
    font-size: .77rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.process-label {
    display: block;
    margin-bottom: 9px;
    color: var(--sage-dark);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.process-step h3 {
    margin: 0 0 13px;
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.process-step p {
    max-width: 660px;
    margin: 0;
    color: #5e6962;
}

.process-example {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper);
}

.process-example-sage {
    border-color: #b7cdb9;
    background: #e1ebe2;
}

.process-example span,
.process-example small {
    display: block;
    color: #737c76;
    font-size: .72rem;
}

.process-example strong {
    display: block;
    margin: 7px 0 5px;
    font-size: 1.05rem;
}

.workflow-showcase-section {
    overflow: hidden;
    background: #101814;
    color: #fff;
}

.workflow-showcase-grid {
    display: grid;
    min-height: 730px;
    align-items: center;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: clamp(45px, 8vw, 110px);
}

.workflow-showcase-copy h2 {
    color: #fff;
    font-size: clamp(2.8rem, 5vw, 5.2rem);
}

.workflow-showcase-copy p {
    color: #b7c1bb;
}

.check-list-large {
    display: grid;
    margin: 32px 0 0;
    padding: 0;
    gap: 13px;
    list-style: none;
}

.check-list-large li {
    position: relative;
    padding-left: 30px;
    color: #e8eee9;
}

.check-list-large li::before {
    position: absolute;
    left: 0;
    color: var(--sage);
    font-weight: 900;
    content: "✓";
}

.workflow-screen-stack {
    position: relative;
    min-height: 690px;
}

.workflow-screen {
    position: absolute;
    bottom: -45px;
    border: 7px solid rgba(255,255,255,.22);
    border-radius: 34px;
    box-shadow: 0 30px 80px rgba(0,0,0,.42);
}

.workflow-screen-back {
    right: 45%;
    width: min(55%, 285px);
    transform: rotate(-5deg);
}

.workflow-screen-front {
    right: 1%;
    z-index: 2;
    width: min(66%, 350px);
    transform: rotate(2.5deg);
}

.boundary-heading {
    max-width: 820px;
}

.boundary-heading h2 {
    font-size: clamp(2.8rem, 5vw, 5rem);
}

.boundary-grid {
    display: grid;
    margin-top: 42px;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
}

.boundary-card {
    min-height: 390px;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(31,31,31,.15);
    border-radius: var(--radius-md);
    background: rgba(255,255,255,.55);
}

.boundary-card-positive {
    border-color: #aac4ae;
    background: #f6fbf6;
}

.boundary-card h3 {
    margin: 25px 0 22px;
    font-size: 1.7rem;
}

.boundary-card ul,
.access-fit-card ul,
.audience-fit-card ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 13px;
    list-style: none;
}

.boundary-card li,
.access-fit-card li,
.audience-fit-card li {
    position: relative;
    padding-left: 25px;
    color: #59655e;
}

.boundary-card li::before,
.access-fit-positive li::before,
.audience-fit-positive li::before {
    position: absolute;
    left: 0;
    color: var(--sage-dark);
    font-weight: 900;
    content: "✓";
}

.boundary-card:not(.boundary-card-positive) li::before,
.access-fit-card:not(.access-fit-positive) li::before,
.audience-fit-card:not(.audience-fit-positive) li::before {
    position: absolute;
    left: 0;
    color: var(--coral);
    font-weight: 900;
    content: "•";
}

.final-access-action {
    display: grid;
    justify-items: start;
    gap: 18px;
}

.text-link-light {
    color: #d6dfd8;
}

/* Features page */
.feature-page-hero {
    padding-bottom: 0;
    overflow: hidden;
}

.feature-page-screen {
    position: relative;
    min-height: 690px;
    align-self: end;
}

.feature-page-screen > img {
    position: absolute;
    right: 3%;
    bottom: -38px;
    z-index: 2;
    width: min(72%, 360px);
    border: 8px solid rgba(255,255,255,.78);
    border-radius: 36px;
    box-shadow: var(--shadow-phone);
}

.feature-page-screen-note {
    position: absolute;
    top: 132px;
    left: 0;
    z-index: 3;
    width: min(72%, 300px);
    padding: 22px;
    border: 1px solid #b9cdbd;
    border-radius: 20px;
    background: #e2ece3;
    box-shadow: var(--shadow-soft);
}

.feature-page-screen-note strong,
.feature-page-screen-note span {
    display: block;
}

.feature-page-screen-note strong {
    margin-bottom: 7px;
}

.feature-page-screen-note span {
    color: #5b6860;
    font-size: .88rem;
}

.feature-page-heading {
    max-width: 830px;
}

.feature-detail-list {
    margin-top: 60px;
}

.feature-detail-row {
    display: grid;
    align-items: center;
    padding: 65px 0;
    grid-template-columns: minmax(0, .94fr) minmax(390px, .76fr);
    gap: clamp(45px, 8vw, 110px);
    border-top: 1px solid var(--line);
}

.feature-detail-row-reverse .feature-detail-copy {
    order: 2;
}

.feature-detail-row-reverse .feature-detail-visual {
    order: 1;
}

.feature-detail-number {
    display: block;
    margin-bottom: 22px;
    color: var(--coral);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .13em;
}

.feature-detail-copy h3 {
    margin: 12px 0 17px;
    font-size: clamp(2.4rem, 4.6vw, 4.9rem);
}

.feature-detail-copy > p {
    color: #5f6a63;
    font-size: 1.04rem;
}

.feature-checks {
    display: flex;
    flex-wrap: wrap;
    margin: 28px 0 0;
    padding: 0;
    gap: 9px;
    list-style: none;
}

.feature-checks li {
    padding: 8px 12px;
    border: 1px solid #c8d3ca;
    border-radius: 999px;
    background: rgba(255,255,255,.62);
    color: #435048;
    font-size: .8rem;
    font-weight: 700;
}

.feature-detail-visual {
    display: flex;
    min-height: 610px;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border-radius: 30px;
    background: #efe9dd;
}

.feature-detail-visual-sage {
    background: #dbe8dd;
}

.feature-detail-visual-dark {
    background: #111a15;
}

.feature-detail-visual img {
    width: min(76%, 350px);
    margin-bottom: -38px;
    border: 7px solid rgba(255,255,255,.72);
    border-radius: 34px;
    box-shadow: var(--shadow-phone);
}

.feature-bento-section {
    background: var(--cream);
}

.feature-bento-page {
    display: grid;
    margin-top: 45px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(260px, auto);
    gap: 15px;
}

.feature-bento-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--paper);
}

.feature-bento-wide {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 540px;
}

.feature-bento-wide img {
    position: absolute;
    right: 6%;
    bottom: -85px;
    width: min(43%, 310px);
    border: 7px solid rgba(255,255,255,.72);
    border-radius: 33px;
    box-shadow: var(--shadow-phone);
}

.feature-bento-card h3 {
    margin: 22px 0 10px;
    font-size: 1.55rem;
}

.feature-bento-card p {
    max-width: 480px;
    margin: 0;
    color: #657069;
}

.feature-bento-sage { background: #dfeadf; }
.feature-bento-dark { background: #111a15; color: #fff; }
.feature-bento-dark p { color: #b8c1bc; }
.feature-bento-coral { background: #fff0e9; }

.feature-status-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: clamp(50px, 8vw, 105px);
}

.feature-status-grid h2 {
    font-size: clamp(2.7rem, 4.8vw, 4.8rem);
}

.feature-status-list {
    border-top: 1px solid rgba(31,31,31,.14);
}

.feature-status-list article {
    padding: 25px 0;
    border-bottom: 1px solid rgba(31,31,31,.14);
}

.feature-status-list strong {
    display: block;
    margin-bottom: 6px;
}

.feature-status-list p {
    margin: 0;
    color: #5e6962;
}

/* Why Immersion page */
.why-hero {
    position: relative;
    overflow: hidden;
    padding-block: clamp(90px, 12vw, 165px);
    background: #0d1712;
    color: #fff;
}

.why-orbit {
    position: absolute;
    top: -420px;
    left: -390px;
    width: 930px;
    height: 930px;
    border: 1px solid rgba(139,169,142,.13);
    border-radius: 50%;
    box-shadow: 0 0 0 120px rgba(139,169,142,.035), 0 0 0 240px rgba(139,169,142,.018);
}

.why-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .68fr);
    gap: clamp(45px, 9vw, 130px);
}

.why-hero h1 {
    margin: 22px 0 0;
    color: #fff;
    font-size: clamp(4.5rem, 9vw, 9rem);
    line-height: .88;
}

.why-hero h1 span {
    color: #a8c8ab;
}

.why-hero-copy p {
    color: #d2dbd5;
    font-size: 1.2rem;
}

.why-hero-copy strong {
    color: #fff;
}

.why-hero-copy .button {
    margin-top: 18px;
}

.tension-grid {
    display: grid;
    margin-top: 55px;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.tension-card {
    min-height: 540px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 25px;
    background: var(--paper);
}

.tension-card-sage { background: #e0ebe1; }
.tension-card-dark { background: #111a15; color: #fff; }
.tension-card-dark p { color: #b8c1bc; }

.tension-number {
    display: block;
    margin-bottom: 62px;
    color: var(--coral);
    font-size: .73rem;
    font-weight: 850;
    letter-spacing: .13em;
}

.tension-contrast {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #59655e;
    font-size: .78rem;
    font-weight: 760;
    text-transform: uppercase;
}

.tension-card-dark .tension-contrast { color: #aab5ae; }
.tension-contrast strong { color: var(--coral); }

.tension-card h3 {
    margin: 16px 0 14px;
    font-size: 1.75rem;
}

.tension-card p {
    color: #657069;
}

.tension-action {
    margin-top: 34px;
    padding-top: 19px;
    border-top: 1px solid rgba(31,31,31,.13);
}

.tension-card-dark .tension-action { border-color: rgba(255,255,255,.14); }
.tension-action strong,
.tension-action span { display: block; }
.tension-action strong { margin-bottom: 4px; font-size: .76rem; text-transform: uppercase; }
.tension-action span { color: var(--sage-dark); font-weight: 760; }
.tension-card-dark .tension-action span { color: #a8c8ab; }

.attention-principles-section {
    background: var(--paper);
}

.attention-principles-grid,
.access-data-note {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
    gap: clamp(50px, 9vw, 120px);
}

.attention-principles-copy h2 {
    font-size: clamp(2.8rem, 5vw, 5.2rem);
}

.attention-principles-list {
    border-top: 1px solid var(--line);
}

.attention-principles-list article {
    display: grid;
    padding: 24px 0;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    border-bottom: 1px solid var(--line);
}

.attention-principles-list article > span {
    color: var(--coral);
    font-size: .73rem;
    font-weight: 850;
}

.attention-principles-list strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.08rem;
}

.attention-principles-list p {
    margin: 0;
    color: #616d65;
}

.audience-fit-heading {
    max-width: 800px;
}

.audience-fit-heading h2 {
    font-size: clamp(2.7rem, 4.8vw, 4.8rem);
}

.audience-fit-grid,
.access-fit-grid {
    display: grid;
    margin-top: 45px;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.audience-fit-card,
.access-fit-card {
    min-height: 430px;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(31,31,31,.14);
    border-radius: 25px;
    background: rgba(255,255,255,.52);
}

.audience-fit-positive,
.access-fit-positive {
    border-color: #a9c2ad;
    background: #f7fbf7;
}

.audience-fit-card h3,
.access-fit-card h2 {
    margin: 24px 0 22px;
    font-size: 1.8rem;
}

.experiment-section {
    background: var(--cream);
}

.experiment-card {
    display: grid;
    padding: clamp(32px, 6vw, 74px);
    grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
    gap: clamp(45px, 8vw, 100px);
    border-radius: 32px;
    background: #fffdf8;
    box-shadow: var(--shadow-soft);
}

.experiment-card h2 {
    font-size: clamp(2.7rem, 4.8vw, 4.9rem);
}

.experiment-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
    border-top: 1px solid var(--line);
}

.experiment-steps li {
    display: grid;
    padding: 22px 0;
    grid-template-columns: 95px 1fr;
    gap: 20px;
    border-bottom: 1px solid var(--line);
}

.experiment-steps span {
    color: var(--coral);
    font-size: .72rem;
    font-weight: 850;
    text-transform: uppercase;
}

/* FAQ page */
.faq-page-hero {
    background: linear-gradient(180deg, var(--cream) 0%, var(--cream-soft) 100%);
}

.faq-hub-section {
    background: var(--cream-soft);
}

.faq-hub-layout {
    display: grid;
    align-items: start;
    grid-template-columns: 230px minmax(0, 820px);
    justify-content: center;
    gap: clamp(45px, 8vw, 105px);
}

.faq-category-nav {
    position: sticky;
    top: 112px;
    display: grid;
    padding: 22px 0;
    gap: 8px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.faq-category-nav strong {
    margin-bottom: 7px;
    font-size: .75rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.faq-category-nav a {
    padding: 7px 0;
    color: #657069;
    font-size: .9rem;
    text-decoration: none;
}

.faq-category-nav a:hover { color: var(--sage-dark); }
.faq-category-nav .faq-contact-link {
    margin-top: 8px;
    color: var(--sage-dark);
    font-weight: 760;
}

.faq-group {
    scroll-margin-top: 105px;
}

.faq-group + .faq-group {
    margin-top: 72px;
    padding-top: 72px;
    border-top: 1px solid var(--line);
}

.faq-group-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.faq-group-heading strong {
    color: #778079;
    font-size: .78rem;
}

.faq-page .accordion-item h2 {
    margin: 0;
    font-size: inherit;
}

/* Early access page */
.early-access-hero {
    padding-block: clamp(70px, 9vw, 120px);
    background: var(--cream);
}

.early-access-grid {
    min-height: auto;
    align-items: start;
}

.early-access-copy {
    padding-top: 28px;
}

.early-access-copy h1 {
    margin: 18px 0 25px;
    font-size: clamp(3.4rem, 6vw, 6rem);
}

.early-access-copy > p {
    max-width: 690px;
    color: #616d65;
    font-size: 1.13rem;
}

.access-expectation {
    margin-top: 35px;
    padding: 26px;
    border: 1px solid #b9cdbd;
    border-radius: 20px;
    background: #e3ede4;
}

.access-expectation strong {
    display: block;
    margin-bottom: 13px;
}

.access-expectation ol {
    display: grid;
    margin: 0;
    padding-left: 21px;
    gap: 10px;
    color: #4f5e55;
}

.early-access-copy .hero-boundary {
    margin-top: 22px;
    color: #7a827d;
    font-size: .84rem;
}

.access-proof-section {
    background: var(--paper);
}

.access-question-grid {
    display: grid;
    margin-top: 45px;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.access-question-grid article {
    min-height: 250px;
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 21px;
    background: var(--cream-soft);
}

.access-question-grid span {
    display: block;
    margin-bottom: 40px;
    color: var(--coral);
    font-size: .72rem;
    font-weight: 850;
}

.access-question-grid h3 {
    margin-bottom: 10px;
    font-size: 1.35rem;
}

.access-question-grid p {
    margin: 0;
    color: #66716a;
    font-size: .91rem;
}

.access-data-note h2 {
    font-size: clamp(2.7rem, 4.8vw, 4.8rem);
}

.access-data-note p {
    color: #59655e;
}

@media (max-width: 1200px) and (min-width: 1041px) {
    .early-access-grid-v2 {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
        gap: 44px;
    }

    .early-access-copy-v2 h1 {
        font-size: clamp(3.25rem, 5vw, 4.9rem);
    }

    .pilot-form-card-compact {
        margin-top: 48px;
    }
}

@media (max-width: 1040px) {
    .footer-grid-expanded {
        grid-template-columns: 1fr;
    }

    .detail-hero-grid,
    .feature-page-hero-grid,
    .early-access-grid,
    .workflow-showcase-grid,
    .feature-status-grid,
    .why-hero-grid,
    .attention-principles-grid,
    .experiment-card,
    .access-data-note {
        grid-template-columns: 1fr;
    }

    .detail-hero-visual,
    .feature-page-screen {
        width: min(100%, 660px);
        min-height: 610px;
        margin: -45px auto 0;
    }

    .process-step {
        grid-template-columns: 55px minmax(0, 1fr);
    }

    .process-example {
        grid-column: 2;
    }

    .workflow-screen-stack {
        width: min(100%, 650px);
        min-height: 620px;
        margin: -30px auto 0;
    }

    .feature-detail-row,
    .feature-detail-row-reverse {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .feature-detail-row-reverse .feature-detail-copy,
    .feature-detail-row-reverse .feature-detail-visual {
        order: initial;
    }

    .feature-detail-visual {
        min-height: 560px;
    }

    .feature-bento-page {
        grid-template-columns: 1fr 1fr;
    }

    .feature-bento-wide {
        grid-column: span 2;
    }

    .tension-grid {
        grid-template-columns: 1fr;
    }

    .tension-card {
        min-height: auto;
    }

    .tension-number {
        margin-bottom: 35px;
    }

    .faq-hub-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .faq-category-nav {
        position: static;
        grid-template-columns: repeat(3, 1fr);
        gap: 4px 18px;
    }

    .faq-category-nav strong,
    .faq-category-nav .faq-contact-link {
        grid-column: 1 / -1;
    }

    .access-question-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .early-access-hero-v2 {
        padding-block: 54px 66px;
    }

    .early-access-copy-v2 h1 {
        font-size: clamp(3rem, 14vw, 4.3rem);
    }

    .footer-nav-groups,
    .boundary-grid,
    .audience-fit-grid,
    .access-fit-grid,
    .feature-bento-page {
        grid-template-columns: 1fr;
    }

    .footer-nav-groups {
        gap: 30px;
    }

    .footer-nav-group {
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,.12);
    }

    .detail-hero-grid,
    .feature-page-hero-grid {
        min-height: auto;
    }

    .detail-hero-grid .page-hero-inner,
    .feature-page-hero-grid .page-hero-inner {
        padding-bottom: 70px;
    }

    .detail-hero-visual,
    .feature-page-screen {
        min-height: 480px;
    }

    .url-transform-card,
    .feature-page-screen-note {
        top: 45px;
        width: 72%;
        padding: 18px;
    }

    .how-hero-visual > img,
    .feature-page-screen > img {
        width: min(70%, 280px);
    }

    .process-step {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .process-example {
        grid-column: auto;
    }

    .workflow-showcase-grid {
        min-height: auto;
    }

    .workflow-screen-stack {
        min-height: 485px;
    }

    .workflow-screen-back {
        right: 43%;
        width: min(55%, 215px);
    }

    .workflow-screen-front {
        width: min(67%, 275px);
    }

    .feature-detail-visual {
        min-height: 480px;
    }

    .feature-detail-visual img {
        width: min(72%, 290px);
    }

    .feature-bento-wide {
        grid-column: auto;
        grid-row: auto;
        min-height: 500px;
    }

    .feature-bento-wide img {
        right: 50%;
        width: min(58%, 265px);
        transform: translateX(50%);
    }

    .why-hero h1 {
        font-size: clamp(4.2rem, 20vw, 6.5rem);
    }

    .experiment-steps li {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .faq-category-nav {
        grid-template-columns: 1fr 1fr;
    }

    .faq-group-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .access-question-grid {
        grid-template-columns: 1fr;
    }

    .access-question-grid article {
        min-height: auto;
    }

    .access-question-grid span {
        margin-bottom: 25px;
    }

    .final-access-action {
        width: 100%;
    }

    .final-access-action .button {
        width: 100%;
    }
}


/* Early Access v2 */
.early-access-hero-v2 {
    position: relative;
    overflow: hidden;
    padding-block: clamp(72px, 8vw, 112px);
}

.early-access-hero-v2::after {
    position: absolute;
    top: -210px;
    left: -110px;
    width: 540px;
    height: 540px;
    border: 1px solid rgba(79, 135, 109, .16);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.early-access-grid-v2 {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .82fr);
    gap: clamp(44px, 6vw, 76px);
    align-items: start;
}

.early-access-copy-v2 {
    padding-top: 0;
}

.early-access-copy-v2 h1 {
    max-width: 700px;
    margin: 18px 0 22px;
    font-size: clamp(3.35rem, 5.35vw, 5.65rem);
    line-height: .98;
}

.early-access-copy-v2 > p {
    max-width: 720px;
    font-size: clamp(1.05rem, 1.55vw, 1.28rem);
    line-height: 1.65;
}

.access-product-teaser {
    position: relative;
    max-width: 620px;
    margin: 30px 0 0;
    padding: 12px;
    overflow: hidden;
    border: 1px solid rgba(31,31,31,.13);
    border-radius: 26px;
    background: #f3efe6;
    box-shadow: 0 24px 60px rgba(31,31,31,.10);
}

.access-product-teaser picture {
    display: block;
}

.access-product-teaser img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    border-radius: 18px;
    margin: 0 auto;
}

.access-product-teaser figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 14px;
    background: rgba(12, 22, 16, .9);
    color: white;
    backdrop-filter: blur(10px);
}

.access-product-teaser figcaption span {
    color: #c8d4cc;
    font-size: .8rem;
}

.access-product-teaser figcaption strong {
    font-size: .9rem;
    white-space: nowrap;
}

.pilot-form-card-compact {
    position: sticky;
    top: 104px;
    width: 100%;
    margin-top: clamp(52px, 5.4vw, 78px);
    padding: clamp(28px, 3.2vw, 40px);
    border: 1px solid rgba(31,31,31,.18);
    box-shadow: 0 30px 78px rgba(31,31,31,.17), 0 4px 14px rgba(31,31,31,.07);
}

.pilot-form-card-compact .form-heading small {
    margin-top: 5px;
    color: #6a746e;
    font-size: .84rem;
}

.pilot-form-card-compact .form-heading {
    margin-bottom: 26px;
}

.pilot-form-card-compact .form-heading strong {
    font-size: clamp(1.9rem, 2.4vw, 2.35rem);
}

.access-short-form {
    gap: 17px;
}

.compact-consent {
    margin: 2px 0 0;
    color: #6d7771;
    font-size: .78rem;
    line-height: 1.5;
}

.compact-consent a {
    color: var(--sage-dark);
}

.access-social-proof {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--paper);
}

.access-social-proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) repeat(3, minmax(145px, .72fr));
    align-items: stretch;
}

.access-social-proof blockquote,
.access-stat {
    margin: 0;
    padding: clamp(25px, 3.6vw, 42px);
}

.access-social-proof blockquote {
    position: relative;
    padding-left: clamp(62px, 6vw, 92px);
    border-right: 1px solid var(--line);
}

.access-social-proof blockquote p {
    max-width: 670px;
    margin: 0 0 10px;
    color: var(--ink);
    font-size: clamp(1.08rem, 1.7vw, 1.36rem);
    font-weight: 620;
    line-height: 1.5;
}

.access-social-proof cite {
    color: #6a746e;
    font-size: .82rem;
    font-style: normal;
}

.quote-mark {
    position: absolute;
    top: 22px;
    left: clamp(24px, 3vw, 42px);
    color: var(--coral);
    font-size: 4.4rem;
    font-weight: 800;
    line-height: 1;
}

.access-stat {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    border-right: 1px solid var(--line);
}

.access-stat:last-child {
    border-right: 0;
}

.access-stat strong {
    color: var(--sage-dark);
    font-size: clamp(1.55rem, 2.5vw, 2.5rem);
    line-height: 1;
}

.access-stat span {
    color: #6a746e;
    font-size: .8rem;
    line-height: 1.35;
}

.access-join-section {
    background: var(--cream-soft);
}

.access-join-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, .72fr);
    gap: 24px;
    align-items: start;
}

.access-fit-card-featured {
    display: grid;
    min-height: auto;
    grid-template-columns: 44px 1fr;
    gap: 20px;
    padding: clamp(28px, 4vw, 46px);
}

.access-fit-card-featured .section-label {
    display: block;
    margin-bottom: 12px;
}

.access-fit-card-featured h2 {
    max-width: 760px;
    margin-bottom: 24px;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.03;
}

.access-fit-card-featured ul {
    grid-template-columns: 1fr 1fr;
    gap: 13px 28px;
}

.access-privacy-badge {
    display: flex;
    align-items: flex-start;
    align-self: start;
    gap: 17px;
    padding: clamp(28px, 4vw, 40px);
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--paper);
}

.privacy-lock {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: var(--sage-light);
    color: var(--sage-dark);
    font-size: 1.3rem;
    font-weight: 900;
}

.access-privacy-badge strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.access-privacy-badge p {
    margin: 0 0 18px;
    color: #657069;
    font-size: .92rem;
}

.access-confirmation-hero {
    min-height: 72vh;
    padding-block: clamp(80px, 9vw, 130px);
    background: var(--cream);
}

.access-confirmation-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(380px, 1fr);
    gap: clamp(42px, 7vw, 90px);
    align-items: center;
}

.access-confirmation-copy > img {
    width: 92px;
    height: 92px;
    margin-bottom: 25px;
    border-radius: 22px;
    object-fit: cover;
}

.access-confirmation-copy h1 {
    margin: 14px 0 22px;
    font-size: clamp(3.7rem, 7vw, 6.6rem);
}

.access-confirmation-copy p {
    max-width: 610px;
    color: #616d65;
    font-size: 1.12rem;
}

.access-step-two-card {
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid rgba(31,31,31,.13);
    border-radius: 28px;
    background: var(--paper);
    box-shadow: 0 24px 65px rgba(31,31,31,.11);
}

.step-two-badge {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--coral-soft);
    color: #9d3c27;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.access-step-two-card h2 {
    margin-bottom: 14px;
    font-size: clamp(2.25rem, 4vw, 4rem);
}

.access-step-two-card > p {
    margin-bottom: 25px;
    color: #657069;
}

.access-step-two-form textarea {
    min-height: 118px;
    resize: vertical;
}

@media (max-width: 1200px) and (min-width: 1041px) {
    .early-access-grid-v2 {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
        gap: 44px;
    }

    .early-access-copy-v2 h1 {
        font-size: clamp(3.25rem, 5vw, 4.9rem);
    }

    .pilot-form-card-compact {
        margin-top: 48px;
    }
}

@media (max-width: 1040px) {
    .early-access-grid-v2,
    .access-confirmation-grid,
    .access-join-grid {
        grid-template-columns: 1fr;
    }

    .pilot-form-card-compact {
        position: static;
        width: min(100%, 680px);
        margin-top: 0;
    }

    .access-social-proof-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .access-social-proof blockquote {
        grid-column: 1 / -1;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 720px) {
    .early-access-hero-v2 {
        padding-block: 54px 66px;
    }

    .early-access-copy-v2 h1 {
        font-size: clamp(3rem, 14vw, 4.3rem);
    }

    .access-product-teaser figcaption {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .access-product-teaser figcaption strong {
        white-space: normal;
    }

    .access-social-proof-grid {
        grid-template-columns: 1fr;
    }

    .access-stat {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .access-fit-card-featured,
    .access-fit-card-featured ul {
        grid-template-columns: 1fr;
    }

    .access-fit-card-featured .status-badge {
        margin-bottom: 3px;
    }

    .access-confirmation-grid {
        gap: 35px;
    }
}

@media (max-width: 700px) {
    .channel-marquee {
        min-height: 535px;
        padding: 18px;
        border-radius: 24px;
    }

    .channel-marquee-window {
        height: 395px;
        grid-template-columns: 1fr;
    }

    .channel-marquee-column-down {
        display: none;
    }

    .channel-card {
        min-height: 76px;
    }
}

@media (max-width: 460px) {
    .channel-marquee-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .channel-live-dot {
        padding-bottom: 0;
    }

    .channel-marquee-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .channel-marquee-footer small {
        max-width: none;
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .channel-marquee-column {
        animation: none;
        transform: none;
    }

    .channel-marquee-window {
        overflow-y: auto;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .channel-marquee-track[aria-hidden="true"] {
        display: none;
    }
}

/* Form submission feedback */
.site-form [type="submit"][disabled] {
    cursor: wait;
    opacity: .72;
    transform: none;
}

.site-form[data-submitting="true"] {
    pointer-events: none;
}
