.landing-body {
    --landing-canvas: #f3f1ec;
    --landing-paper: #fbfaf6;
    --landing-ink: #171717;
    --landing-text: #171717;
    --landing-muted: #2f302c;
    --landing-line: #c8c5bc;
    --landing-soft: #e5e2da;
    --landing-orange: #f35424;
    --landing-orange-text: #c83d15;
    --landing-lime: #b8f23b;
    --landing-coral-soft: #ffe1d5;
    --landing-sage-soft: #e4eee8;
    --landing-lime-soft: #eaf7c8;
    --landing-on-dark: #ffffff;
    --landing-on-dark-soft: #e7e5df;
    --landing-radius: 16px;
    --landing-radius-media: 12px;
    --scene-tone: #171717;
    --scene-signal: #b8f23b;
    --landing-page-max: 1228px;
    --landing-gutter: clamp(24px, 2.25vw, 32px);
    --landing-section: clamp(72px, 7vw, 104px);
    --landing-stack: 24px;
    min-width: 320px;
    margin: 0;
    color: var(--landing-text);
    background: var(--landing-canvas);
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    overflow-x: hidden;
}

/* One presentation-page hero composition, aligned to the approved reference. */
.landing-body .landing-hero {
    padding-top: calc(var(--site-header-offset) + 42px);
    padding-bottom: clamp(70px, 7vw, 104px);
    background:
        radial-gradient(circle at 7% 13%, rgba(255, 198, 177, .34), transparent 22%),
        radial-gradient(circle at 92% 37%, rgba(184, 242, 59, .2), transparent 19%),
        #fffdfb;
}

.landing-body .breadcrumbs {
    margin-bottom: clamp(38px, 5vw, 74px);
}

.landing-body .breadcrumbs ol {
    padding: 0 0 12px;
    border: 0;
    border-bottom: 1px solid rgba(243, 84, 36, .65);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.landing-body .breadcrumbs li {
    padding: 0;
    background: transparent !important;
    font-size: 15px;
}

.landing-body .breadcrumbs li[aria-current="page"] {
    font-weight: 650;
}

.landing-body .landing-hero-grid,
.landing-body[class*="presentation-hero-"] .landing-hero-grid {
    grid-template-columns: minmax(520px, 1.15fr) minmax(420px, .85fr);
    align-items: end;
    gap: clamp(34px, 4.5vw, 68px);
}

.landing-body .landing-hero-visual,
.landing-body[class*="presentation-hero-"] .landing-hero-visual {
    order: 1;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    background: #eee;
    box-shadow: 0 22px 52px rgba(24, 24, 24, .13);
    transform: none;
}

.landing-body .landing-hero-visual::after {
    right: -42px;
    bottom: -58px;
    width: 28%;
}

.landing-body .landing-hero-visual picture,
.landing-body .landing-hero-visual img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transform: none;
}

.landing-body .landing-hero-visual img,
.landing-body[class*="presentation-"] .landing-hero-visual img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.landing-body .landing-hero-copy,
.landing-body[class*="presentation-hero-"] .landing-hero-copy {
    order: 2;
    padding: clamp(30px, 3.2vw, 46px);
    border-color: rgba(24, 24, 24, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 22px 52px rgba(24, 24, 24, .08);
}

.landing-body main .landing-hero-copy h1 {
    font-size: clamp(44px, 3.8vw, 64px);
    line-height: .98;
}

.landing-body .landing-lead {
    margin-top: 28px !important;
}

.landing-body .landing-actions {
    margin-top: 30px;
}

.landing-body .landing-actions .text-link {
    display: none;
}

.landing-body .landing-actions .btn {
    width: 100%;
    justify-content: space-between;
    min-height: 64px;
    padding-inline: 28px 24px;
}

@media (max-width: 1099px) {
    .landing-body .landing-hero {
        padding-top: calc(var(--site-header-offset) + 24px);
    }

    .landing-body .landing-hero-grid,
    .landing-body[class*="presentation-hero-"] .landing-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    .landing-body .landing-hero-copy,
    .landing-body .landing-hero-visual,
    .landing-body[class*="presentation-hero-"] .landing-hero-copy,
    .landing-body[class*="presentation-hero-"] .landing-hero-visual {
        order: initial;
    }
}

@media (max-width: 767px) {
    .landing-body .landing-hero {
        padding-top: calc(var(--site-header-offset) + 12px);
        padding-bottom: 56px;
    }

    .landing-body .breadcrumbs {
        margin-bottom: 28px;
    }

    .landing-body .landing-hero-copy {
        padding: 24px;
    }

    .landing-body main .landing-hero-copy h1 {
        font-size: clamp(38px, 10.7vw, 52px);
    }

    .landing-body .landing-hero-visual {
        aspect-ratio: 4 / 3;
    }

    .landing-body .landing-actions .btn {
        min-height: 58px;
        padding-inline: 20px 18px;
        font-size: 16px;
    }
}

.landing-body main {
    display: block;
    min-width: 0;
    overflow: clip;
}

.landing-body main *,
.landing-body main *::before,
.landing-body main *::after {
    box-sizing: border-box;
}

.landing-body main .container {
    width: min(100%, var(--landing-page-max));
    margin-inline: auto;
    padding-inline: var(--landing-gutter);
}

.landing-body .landing-site-header > .container {
    max-width: var(--landing-page-max);
    padding-inline: var(--landing-gutter);
}

@media (min-width: 1100px) {
    .landing-body .landing-site-header .header-main {
        justify-content: space-between;
    }
}

.landing-body main :where(h1, h2, h3, p, ol, ul, figure, blockquote) {
    margin: 0;
    padding: 0;
}

.landing-body main :where(ol, ul) {
    list-style: none;
}

.landing-body main :where(h1, h2, h3, strong) {
    color: var(--landing-ink);
}

.landing-body main h1,
.landing-body main h2 {
    max-width: 17ch;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.landing-body main h1 {
    font-size: clamp(46px, 3.6vw, 56px);
    font-weight: 680;
    line-height: .99;
    text-align: left;
}

.landing-body main h2 {
    font-size: clamp(38px, 3.45vw, 54px);
    font-weight: 660;
    line-height: 1.02;
}

.landing-body main h3 {
    font-size: clamp(24px, 1.8vw, 30px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.landing-body main p {
    max-width: 68ch;
    color: var(--landing-muted);
}

.landing-body main a {
    color: inherit;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 5px;
}

.landing-body main [id] {
    scroll-margin-top: calc(var(--site-header-offset) + 18px);
}

/* Semantic section headers must never inherit the fixed site-header shell. */
.landing-body main header {
    position: static;
    inset: auto;
    width: auto;
    z-index: auto;
}

.landing-body main :where(a, button, summary):focus-visible {
    outline: 3px solid var(--landing-orange);
    outline-offset: 4px;
}

.landing-body main .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-height: 56px;
    padding: 0 28px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 160ms ease, background-color 160ms ease, transform 120ms ease, opacity 160ms ease;
}

.landing-body main .btn-orange {
    color: var(--landing-on-dark);
    background: var(--landing-ink);
}

.landing-body main .btn-ink {
    color: var(--landing-on-dark);
    background: var(--landing-ink);
}

.landing-body main .btn:active {
    transform: translateY(1px) scale(0.985);
}

.landing-body main .btn:disabled,
.landing-body main .btn[aria-disabled="true"],
.landing-body main .btn.is-disabled {
    color: #696963;
    background: #deded8;
    cursor: not-allowed;
    pointer-events: none;
    transform: none;
}

.landing-body main .btn.is-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}

.landing-body main .btn.is-loading::after {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid rgb(255 255 255 / 45%);
    border-top-color: currentColor;
    border-radius: 50%;
    color: var(--landing-on-dark);
    content: "";
    animation: landing-spin 700ms linear infinite;
}

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

@media (hover: hover) {
    .landing-body main .btn-orange:hover {
        color: var(--landing-ink);
        background: var(--landing-lime);
    }

    .landing-body main .btn-ink:hover {
        color: var(--landing-ink);
        background: var(--scene-signal);
    }

    .landing-body main .result-copy .btn-ink:hover {
        color: var(--landing-ink);
        background: var(--landing-lime);
    }

    .landing-body main .text-link:hover {
        color: var(--landing-ink);
    }
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    min-height: 44px;
    color: var(--landing-ink);
    font-weight: 650;
    text-decoration: underline;
}

.text-link::after {
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.breadcrumbs {
    margin-bottom: clamp(32px, 3.2vw, 44px);
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: max-content;
    max-width: 100%;
    padding: 6px;
    border: 1px solid var(--landing-line);
    border-radius: 12px;
    background: rgb(251 250 246 / 94%);
    box-shadow: 0 10px 28px rgb(23 23 23 / 6%);
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--landing-ink);
    font-size: 14px;
    line-height: 20px;
    padding: 7px 10px;
    border-radius: 8px;
}

.breadcrumbs li[aria-current="page"] {
    background: var(--landing-soft);
    font-weight: 600;
}

.breadcrumbs li + li::before {
    width: 7px;
    height: 7px;
    margin-right: 2px;
    border-top: 1.5px solid var(--landing-muted);
    border-right: 1.5px solid var(--landing-muted);
    content: "";
    transform: rotate(45deg);
}

.breadcrumbs a {
    text-decoration: none;
}

.landing-hero {
    position: relative;
    isolation: isolate;
    margin-inline: 0;
    min-height: 0;
    padding-top: calc(var(--site-header-offset) + 24px);
    padding-bottom: clamp(64px, 6vw, 88px);
    border-radius: 0 0 var(--landing-radius) var(--landing-radius);
    background: var(--landing-canvas);
    overflow: hidden;
}

.landing-hero::before,
.landing-hero::after {
    position: absolute;
    z-index: -1;
    top: 0;
    width: min(28vw, 400px);
    height: min(34vw, 520px);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: .18;
    pointer-events: none;
}

.landing-hero::before {
    left: 0;
    background-image: url("../img/star-desc.webp");
}

.landing-hero::after {
    right: 0;
    background-image: url("../img/star-green.webp");
}

.landing-hero-grid {
    display: grid;
    grid-template-columns: minmax(500px, 0.98fr) minmax(520px, 1.02fr);
    align-items: center;
    gap: clamp(40px, 4vw, 56px);
    position: relative;
    z-index: 1;
}

.landing-hero-copy {
    min-width: 0;
    padding: clamp(24px, 2.8vw, 38px);
    border: 1px solid rgb(200 197 188 / 78%);
    border-radius: var(--landing-radius);
    background: rgb(251 250 246 / 92%);
    box-shadow: 0 20px 50px rgb(23 23 23 / 7%);
}

.landing-body main .landing-hero-copy h1 {
    position: relative;
    width: 100%;
    max-width: none;
    padding-bottom: 20px;
}

.landing-body main .landing-hero-copy h1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: clamp(72px, 8vw, 108px);
    height: 5px;
    border-radius: 999px;
    background: var(--landing-orange);
    content: "";
}

.landing-lead {
    max-width: 46ch !important;
    margin-top: var(--landing-stack) !important;
    color: #303030 !important;
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 1.42;
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
    margin-top: 32px;
}

.landing-actions .btn-orange,
.result-copy .btn-ink,
.final-cta-copy .btn-ink {
    justify-content: space-between;
    gap: 18px;
}

.landing-actions .btn-orange::after,
.result-copy .btn-ink::after,
.final-cta-copy .btn-ink::after {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.landing-body main .btn.is-loading::before,
.landing-body main .btn.is-loading::after {
    content: none;
}

.landing-body main .btn.is-loading::after {
    display: block;
    border: 2px solid rgb(255 255 255 / 45%);
    border-top-color: var(--landing-on-dark);
    border-radius: 50%;
    content: "";
    transform: none;
}

.landing-body main .landing-actions .btn,
.landing-body main .result-copy .btn {
    max-width: 100%;
    white-space: normal;
}

.landing-hero-visual {
    position: relative;
    min-width: 0;
    isolation: isolate;
    overflow: visible;
    padding: clamp(18px, 2.2vw, 30px);
    border-radius: var(--landing-radius);
    border: 0;
    background:
        linear-gradient(130deg, rgb(243 84 36 / 96%) 0 18%, transparent 18% 100%),
        var(--landing-ink);
    box-shadow: 0 30px 70px rgb(23 23 23 / 18%);
    transform: rotate(1deg);
}

.landing-hero-visual::after {
    position: absolute;
    z-index: -1;
    right: -20px;
    bottom: -20px;
    width: 38%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--scene-signal);
    content: "";
}

.landing-hero-visual picture,
.landing-hero-visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}

.landing-hero-visual picture {
    overflow: hidden;
    border-radius: var(--landing-radius-media);
    transform: rotate(-1deg);
}

.landing-hero-visual img {
    border-radius: var(--landing-radius-media);
}

.presentation-hero-split-left .landing-hero-copy,
.presentation-hero-media-first .landing-hero-copy {
    order: 2;
}

.presentation-hero-split-left .landing-hero-visual,
.presentation-hero-media-first .landing-hero-visual {
    order: 1;
}

.presentation-hero-billboard .landing-hero-grid,
.presentation-hero-stage .landing-hero-grid {
    grid-template-columns: minmax(540px, 0.98fr) minmax(580px, 1.02fr);
}

.presentation-hero-poster .landing-hero-grid {
    grid-template-columns: minmax(550px, 1.14fr) minmax(430px, 0.86fr);
}

.presentation-hero-poster .landing-hero-copy {
    order: 2;
}

.presentation-hero-poster .landing-hero-visual {
    order: 1;
}

.landing-proof {
    padding-block: 20px;
    border-block: 1px solid var(--landing-line);
    background: var(--landing-paper);
}

.proof-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1.2fr) 64px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
}

.proof-flow > div {
    position: relative;
    min-width: 0;
    min-height: 104px;
    padding: 22px 24px;
    border: 1px solid var(--landing-line);
    border-radius: var(--landing-radius);
    background: var(--landing-canvas);
}

.proof-flow small,
.proof-flow strong {
    display: block;
}

.proof-flow small {
    margin-bottom: 8px;
    color: #303030;
    font-size: 13px;
    line-height: 18px;
}

.proof-flow strong {
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.25;
}

.proof-flow i {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--landing-orange);
}

.proof-flow i::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--landing-orange);
    border-right: 2px solid var(--landing-orange);
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.problem-section,
.result-section,
.process-section,
.capabilities-section,
.testimonial-section,
.landing-faq,
.final-cta-section,
.related-section {
    padding-block: var(--landing-section);
}

/* Adjacent white sections share one rhythm gap instead of stacking two
   full section paddings into a visually empty 200px band. */
.result-section,
.testimonial-section,
.landing-faq,
.final-cta-section {
    padding-top: 0;
}

.problem-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    align-items: end;
    gap: clamp(40px, 6vw, 80px);
    padding: clamp(40px, 5vw, 64px);
    border-radius: var(--landing-radius);
    background: var(--scene-tone);
}

.problem-copy h2,
.problem-answer p {
    color: var(--landing-on-dark) !important;
}

.problem-copy p {
    max-width: 48ch !important;
    margin-top: var(--landing-stack) !important;
    color: var(--landing-on-dark-soft) !important;
    font-size: clamp(18px, 1.6vw, 22px);
}

.problem-answer {
    padding-top: 28px;
    border-top: 1px solid rgb(255 255 255 / 32%);
}

.problem-answer p {
    font-size: clamp(22px, 2.15vw, 32px);
    font-weight: 580;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.problem-answer .problem-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 56px;
    margin-top: 28px;
    padding: 0 24px;
    border: 1px solid var(--scene-signal);
    border-radius: 999px;
    color: var(--landing-ink);
    background: var(--scene-signal);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 120ms ease;
}

.problem-answer .problem-cta svg {
    flex: 0 0 auto;
    transition: transform 160ms ease;
}

.problem-answer .problem-cta:active {
    transform: translateY(1px) scale(.985);
}

@media (hover: hover) {
    .problem-answer .problem-cta:hover {
        border-color: var(--landing-on-dark);
        color: var(--landing-ink);
        background: var(--landing-on-dark);
    }

    .problem-answer .problem-cta:hover svg {
        transform: translateX(3px);
    }
}

.section-heading {
    display: grid;
    gap: 20px;
    margin-bottom: clamp(40px, 4vw, 56px);
}

.section-heading p {
    max-width: 52ch !important;
    font-size: clamp(18px, 1.5vw, 22px);
}

.result-section {
    background: var(--landing-canvas);
}

.result-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.58fr);
    align-items: stretch;
    gap: 24px;
}

.result-visual {
    min-width: 0;
    aspect-ratio: 16 / 9;
    align-self: start;
    overflow: hidden;
    border-radius: var(--landing-radius);
    background: var(--landing-soft);
    box-shadow: 0 22px 54px rgb(23 23 23 / 11%);
}

.result-visual picture,
.result-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.result-copy {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 0;
    padding: clamp(32px, 3.2vw, 44px);
    border: 1px solid var(--landing-line);
    border-radius: var(--landing-radius);
    color: var(--landing-ink);
    background: var(--landing-paper);
    box-shadow: 0 18px 46px rgb(23 23 23 / 7%);
    overflow: hidden;
}

.result-copy::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 112px;
    height: 14px;
    border-radius: 0 0 0 14px;
    background: var(--scene-signal);
    content: "";
}

.result-copy h3 {
    color: var(--landing-ink);
}

.contents-list {
    margin-top: 28px !important;
    border-top: 1px solid var(--landing-line);
    counter-reset: contents-item;
}

.contents-list li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 17px 0;
    border-bottom: 1px solid var(--landing-line);
    color: var(--landing-ink);
    font-size: 16px;
    font-weight: 520;
    letter-spacing: -0.01em;
    line-height: 24px;
    counter-increment: contents-item;
}

.contents-list li::after {
    display: none;
}

.contents-list li::before {
    color: var(--landing-orange-text);
    content: counter(contents-item, decimal-leading-zero);
    font-size: 13px;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 20px;
}

.result-copy .btn {
    width: 100%;
    margin-top: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 12px;
}

.presentation-result-media-left .result-stage,
.presentation-result-inset .result-stage {
    grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1.42fr);
}

.presentation-result-media-left .result-visual,
.presentation-result-inset .result-visual {
    order: 2;
}

.presentation-result-media-left .result-copy,
.presentation-result-inset .result-copy {
    order: 1;
}

.presentation-result-wide .result-stage {
    grid-template-columns: minmax(0, 1fr);
}

.presentation-result-wide .result-copy {
    display: grid;
    grid-template-columns: 0.5fr 1fr auto;
    align-items: start;
    gap: 36px;
}

.presentation-result-wide .contents-list {
    margin-top: 0 !important;
}

.presentation-result-wide .result-copy .btn {
    margin-top: 0;
}

.process-section {
    color: var(--landing-on-dark);
    background: var(--landing-ink);
}

.process-section .section-heading h2,
.process-section .section-heading p,
.process-track h3,
.process-track p {
    color: var(--landing-on-dark) !important;
}

.process-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    counter-reset: process;
}

.process-track li {
    position: relative;
    min-width: 0;
    min-height: 280px;
    padding: 32px 38px 0 0;
    border-top: 1px solid rgb(255 255 255 / 38%);
    counter-increment: process;
}

.process-track li:not(:last-child) {
    margin-right: 28px;
}

.process-track li::before {
    display: block;
    margin-bottom: 42px;
    color: var(--scene-signal);
    content: counter(process, decimal-leading-zero);
    font-size: clamp(48px, 5vw, 72px);
    font-variant-numeric: tabular-nums;
    font-weight: 650;
    line-height: .82;
    letter-spacing: -0.04em;
}

.process-track h3 {
    max-width: 14ch;
}

.process-track p {
    max-width: 36ch !important;
    margin-top: 20px !important;
    font-size: 16px;
}

.presentation-process-rail .process-track li:nth-child(2),
.presentation-process-stagger .process-track li:nth-child(2) {
    transform: none;
}

.presentation-process-stagger .process-track li:nth-child(3) {
    transform: none;
}

.capabilities-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(40px, 5vw, 64px);
}

.capabilities-section {
    background: var(--landing-paper);
}

.capabilities-heading {
    position: static;
    align-self: start;
    padding: clamp(28px, 3.6vw, 48px);
    border-radius: var(--landing-radius);
    background: var(--landing-lime-soft);
}

.capabilities-heading h2,
.capabilities-heading p {
    max-width: 720px !important;
}

.capabilities-heading p {
    margin-top: var(--landing-stack) !important;
    font-size: clamp(18px, 1.5vw, 21px);
    color: var(--landing-ink) !important;
}

.capabilities-list {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
    border-top: 0;
}

.capabilities-list article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 270px;
    gap: 40px;
    padding: clamp(28px, 3.2vw, 44px);
    border: 0;
    border-radius: var(--landing-radius);
    background: var(--landing-paper);
}

.capabilities-list article:nth-child(1),
.capabilities-list article:nth-child(4) {
    grid-column: span 7;
}

.capabilities-list article:nth-child(2),
.capabilities-list article:nth-child(3) {
    grid-column: span 5;
}

.capabilities-list article:nth-child(1) {
    color: var(--landing-on-dark);
    background: var(--landing-ink);
}

.capabilities-list article:nth-child(2) {
    background: var(--landing-coral-soft);
}

.capabilities-list article:nth-child(3) {
    background: var(--landing-sage-soft);
}

.capabilities-list article:nth-child(4) {
    background: var(--landing-lime-soft);
}

.capabilities-list article:nth-child(2) h3,
.capabilities-list article:nth-child(2) p,
.capabilities-list article:nth-child(3) h3,
.capabilities-list article:nth-child(3) p,
.capabilities-list article:nth-child(4) h3,
.capabilities-list article:nth-child(4) p {
    color: var(--landing-ink) !important;
}

.capabilities-list article:nth-child(1) h3,
.capabilities-list article:nth-child(1) p {
    color: var(--landing-on-dark) !important;
}

.capabilities-list h3 {
    font-size: clamp(22px, 1.7vw, 28px);
}

.capabilities-list p {
    font-size: 17px;
}

.testimonial-stage {
    display: grid;
    grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
    border-radius: var(--landing-radius);
    background: var(--scene-tone);
}

.testimonial-stage > img {
    display: none;
}

.testimonial-score {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 430px;
    padding: clamp(36px, 4vw, 56px);
    color: var(--landing-ink);
    background: var(--scene-signal);
}

.testimonial-score strong {
    color: var(--landing-ink) !important;
    font-size: clamp(72px, 8vw, 112px);
    font-weight: 650;
    line-height: .84;
    letter-spacing: -.07em;
}

.testimonial-score span {
    max-width: 12ch;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.2;
}

.testimonial-score i {
    display: block;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--landing-orange) 0 72%, var(--landing-ink) 72% 100%);
}

.testimonial-stage figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 430px;
    padding: clamp(44px, 5vw, 72px);
    background:
        radial-gradient(circle at 92% 18%, rgb(184 242 59 / 22%) 0 12%, transparent 12.5%),
        var(--scene-tone);
}

.testimonial-stage figcaption > span,
.testimonial-stage figcaption > small {
    color: var(--scene-signal);
    font-size: 14px;
    font-weight: 650;
    line-height: 20px;
}

.testimonial-stage blockquote {
    max-width: 31ch;
    margin-block: 24px 36px !important;
    color: var(--landing-on-dark);
    font-size: clamp(32px, 3vw, 46px);
    font-weight: 560;
    line-height: 1.08;
    letter-spacing: -0.034em;
}

.testimonial-stage figcaption > strong {
    color: var(--landing-on-dark);
    font-size: 19px;
}

.testimonial-stage figcaption > small {
    margin-top: 4px;
    color: var(--landing-on-dark-soft);
    font-weight: 400;
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(48px, 7vw, 88px);
}

.faq-heading p {
    margin-top: var(--landing-stack) !important;
    color: var(--landing-ink) !important;
    font-size: 18px;
}

.faq-heading {
    padding: clamp(28px, 3.4vw, 44px);
    border-radius: var(--landing-radius);
    background: var(--landing-sage-soft);
}

.faq-list {
    border-top: 2px solid var(--landing-ink);
}

.faq-list details {
    border-bottom: 1px solid var(--landing-line);
}

.faq-list summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 82px;
    padding: 22px 66px 22px 0;
    color: var(--landing-ink);
    cursor: pointer;
    font-size: clamp(18px, 1.55vw, 22px);
    font-weight: 620;
    line-height: 1.25;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::before,
.faq-list summary::after {
    position: absolute;
    top: 50%;
    content: "";
}

.faq-list summary::before {
    right: 0;
    width: 48px;
    height: 48px;
    border: 1px solid var(--landing-line);
    border-radius: 50%;
    background: var(--landing-sage-soft);
    transform: translateY(-50%);
}

.faq-list summary::after {
    right: 15px;
    width: 18px;
    height: 18px;
    background:
        linear-gradient(var(--landing-ink), var(--landing-ink)) center / 18px 2px no-repeat,
        linear-gradient(var(--landing-ink), var(--landing-ink)) center / 2px 18px no-repeat;
    transform: translateY(-50%);
    transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.faq-list details p {
    max-width: 62ch !important;
    padding: 0 66px 28px 0;
    color: #303030;
}

.final-cta-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    align-items: end;
    gap: clamp(48px, 6vw, 80px);
    padding: clamp(40px, 5vw, 64px);
    border-radius: var(--landing-radius);
    position: relative;
    color: var(--landing-on-dark);
    background: var(--landing-ink);
    overflow: hidden;
}

.final-cta-stage::after {
    position: absolute;
    top: -74px;
    right: -52px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: var(--landing-orange);
    content: "";
    opacity: .48;
}

.final-cta-copy h2,
.final-cta-copy p {
    color: var(--landing-on-dark) !important;
}

.final-cta-copy p {
    max-width: 46ch !important;
    margin-top: var(--landing-stack) !important;
    font-size: clamp(18px, 1.55vw, 22px);
}

.landing-body main .final-cta-copy .btn-ink {
    margin-top: 34px;
    color: var(--landing-ink);
    border-radius: 12px;
    background: var(--landing-paper);
}

@media (hover: hover) {
    .landing-body main .final-cta-copy .btn-ink:hover {
        color: var(--landing-ink);
        background: var(--landing-lime);
    }
}

.final-route {
    display: grid;
    gap: 0;
    position: relative;
    z-index: 1;
    border-top: 2px solid var(--landing-lime);
}

.final-route > div {
    padding-block: 22px;
    border-bottom: 1px solid rgb(255 255 255 / 24%);
}

.final-route span,
.final-route strong {
    display: block;
}

.final-route span {
    margin-bottom: 6px;
    color: var(--landing-lime);
    font-size: 14px;
}

.final-route strong {
    color: var(--landing-on-dark);
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.2;
}

.final-route i {
    display: none;
}

.related-section {
    padding-top: 0;
}

.related-heading {
    margin-bottom: 40px;
}

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

.related-links a {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 104px;
    padding: 26px 58px 26px 28px;
    border: 0;
    border-radius: var(--landing-radius);
    background: var(--landing-paper);
    color: var(--landing-ink);
    text-decoration: none;
}

.related-links a:nth-child(odd) {
    margin-right: 0;
}

.related-links a:nth-child(even) {
    margin-left: 0;
}

.related-links a:nth-child(2) {
    background: var(--landing-soft);
}

.related-links a:nth-child(3) {
    background: var(--scene-signal);
}

.related-links a:nth-child(4) {
    color: var(--landing-on-dark);
    background: var(--landing-ink);
}

.related-links a:nth-child(4) span {
    color: var(--landing-on-dark);
}

.related-links a::after {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    transition: transform 160ms ease;
}

.related-links span {
    font-size: clamp(18px, 1.55vw, 22px);
    font-weight: 620;
}

@media (hover: hover) {
    .related-links a:hover {
        color: var(--landing-ink);
    }

    .related-links a:hover::after {
        transform: translate(5px, -50%) rotate(45deg);
    }
}

.landing-body.dialog-open {
    overflow: hidden;
}

.structure-dialog {
    width: min(1100px, calc(100vw - 48px));
    max-width: none;
    max-height: min(780px, calc(100dvh - 48px));
    padding: 0;
    border: 0;
    border-radius: var(--landing-radius);
    color: var(--landing-ink);
    background: var(--landing-paper);
    opacity: 0;
    overflow: hidden;
    transform: translateY(18px) scale(.985);
    transition: opacity var(--motion-fast) var(--ease-out), transform var(--motion-standard) var(--ease-out), display var(--motion-fast) allow-discrete, overlay var(--motion-fast) allow-discrete;
}

.structure-dialog.is-open {
    opacity: 1;
    transform: none;
}

.structure-dialog.is-closing {
    opacity: 0;
    transform: translateY(8px) scale(.99);
}

.structure-dialog::backdrop {
    background: rgb(18 18 18 / 0%);
    backdrop-filter: blur(0);
    transition: background-color var(--motion-standard) var(--ease-out), backdrop-filter var(--motion-standard) var(--ease-out);
}

.structure-dialog.is-open::backdrop {
    background: rgb(18 18 18 / 58%);
    backdrop-filter: blur(7px);
}

.structure-dialog-shell {
    position: relative;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    min-height: 600px;
}

.structure-dialog-close {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 18px;
}

.structure-dialog-intro,
.structure-dialog-plan {
    padding: clamp(42px, 5vw, 72px);
}

.structure-dialog-intro {
    color: var(--landing-on-dark);
    background: var(--scene-tone);
}

.landing-body .structure-dialog h2 {
    max-width: 12ch;
    margin: 0;
    color: var(--landing-on-dark);
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 650;
    line-height: 1;
    letter-spacing: -0.038em;
}

.landing-body .structure-dialog p {
    margin: 26px 0 0;
    color: var(--landing-on-dark-soft);
    font-size: 17px;
    line-height: 1.5;
}

.structure-dialog-route {
    display: grid;
    gap: 12px;
    margin-top: 54px;
    padding-top: 22px;
    border-top: 1px solid rgb(255 255 255 / 28%);
}

.structure-dialog-route span,
.structure-dialog-route strong {
    color: var(--landing-on-dark);
}

.structure-dialog-route strong {
    font-size: 24px;
}

.structure-dialog-route i {
    display: block;
    width: 80px;
    height: 2px;
    background: var(--landing-orange);
}

.structure-dialog-plan {
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.structure-dialog-contents {
    margin: 0;
    padding: 0;
    border-top: 2px solid var(--landing-ink);
    list-style: none;
    counter-reset: dialog-item;
}

.structure-dialog-contents li {
    position: relative;
    min-height: 58px;
    padding: 17px 20px 17px 48px;
    border-bottom: 1px solid var(--landing-line);
    color: var(--landing-text);
    counter-increment: dialog-item;
    font-size: 16px;
}

.structure-dialog-contents li::before {
    position: absolute;
    top: 17px;
    left: 0;
    color: var(--landing-ink);
    content: counter(dialog-item, decimal-leading-zero);
    font-size: 13px;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

.structure-dialog-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: auto;
    padding-top: 34px;
}

.structure-dialog .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: "SF Pro Text", Arial, sans-serif;
    font-size: 15px;
    font-weight: 650;
    text-decoration: none;
    cursor: pointer;
}

.structure-dialog .btn-orange {
    color: var(--landing-ink);
    background: var(--landing-orange);
}

.structure-dialog-return {
    border-color: var(--landing-line) !important;
    color: var(--landing-ink);
    background: transparent;
}

@media (prefers-reduced-motion: no-preference) {
    .landing-hero-copy[data-reveal] {
        animation: hero-copy-in 700ms cubic-bezier(.16, 1, .3, 1) both;
    }

    .landing-hero-visual[data-reveal] {
        animation: hero-visual-in 900ms 100ms cubic-bezier(.16, 1, .3, 1) both;
    }

    @keyframes hero-copy-in {
        from { opacity: 0; transform: translateY(20px); }
    }

    @keyframes hero-visual-in {
        from { opacity: 0; clip-path: inset(0 0 18% 0 round 16px); transform: translateY(24px); }
    }
}

@media (max-width: 1199px) {
    .landing-body {
        --landing-gutter: 32px;
        --landing-section: 88px;
    }

    .landing-hero {
        min-height: auto;
    }

    .landing-hero-grid,
    .presentation-hero-billboard .landing-hero-grid,
    .presentation-hero-stage .landing-hero-grid,
    .presentation-hero-poster .landing-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .landing-hero-copy,
    .landing-hero-visual,
    .presentation-hero-split-left .landing-hero-copy,
    .presentation-hero-split-left .landing-hero-visual,
    .presentation-hero-media-first .landing-hero-copy,
    .presentation-hero-media-first .landing-hero-visual,
    .presentation-hero-poster .landing-hero-copy,
    .presentation-hero-poster .landing-hero-visual {
        order: initial;
    }

    .result-stage {
        grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr);
    }

    .testimonial-stage {
        min-height: 500px;
    }

    .testimonial-stage > img {
        min-height: 500px;
    }
}

@media (max-width: 1023px) {
    .landing-body {
        --landing-gutter: 28px;
        --landing-section: 80px;
    }

    .landing-hero {
        padding-top: calc(var(--site-header-offset) + 18px);
    }

    .landing-hero-grid,
    .presentation-hero-billboard .landing-hero-grid,
    .presentation-hero-stage .landing-hero-grid,
    .presentation-hero-poster .landing-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .landing-hero-copy,
    .landing-hero-visual,
    .presentation-hero-split-left .landing-hero-copy,
    .presentation-hero-split-left .landing-hero-visual,
    .presentation-hero-media-first .landing-hero-copy,
    .presentation-hero-media-first .landing-hero-visual,
    .presentation-hero-poster .landing-hero-copy,
    .presentation-hero-poster .landing-hero-visual {
        order: initial;
    }

    .landing-hero-copy {
        display: block;
    }

    .landing-body main h1,
    .landing-body main h2,
    .landing-hero-copy h1 {
        width: 100%;
        max-width: none;
    }

    .landing-lead {
        margin-top: 22px !important;
    }

    .landing-actions {
        margin-top: 28px !important;
    }

    .problem-layout,
    .capabilities-layout,
    .faq-layout,
    .final-cta-stage {
        grid-template-columns: minmax(0, 1fr);
    }

    .result-stage,
    .presentation-result-media-left .result-stage,
    .presentation-result-inset .result-stage {
        grid-template-columns: minmax(0, 1fr);
    }

    .result-visual,
    .result-copy,
    .presentation-result-media-left .result-visual,
    .presentation-result-inset .result-visual,
    .presentation-result-media-left .result-copy,
    .presentation-result-inset .result-copy {
        order: initial;
    }

    .result-copy {
        display: grid;
        grid-template-columns: minmax(190px, .62fr) minmax(0, 1fr);
        grid-template-rows: auto 1fr;
        align-items: start;
        gap: 24px 40px;
        min-height: 0;
    }

    .result-copy h3 {
        grid-column: 1;
    }

    .result-copy .contents-list {
        grid-column: 2;
        grid-row: 1 / span 2;
        width: 100%;
        margin-top: 0 !important;
    }

    .result-copy .btn {
        grid-column: 1;
        align-self: end;
        margin-top: 0;
    }

    .presentation-result-wide .result-copy {
        display: grid;
    }

    .presentation-result-wide .contents-list {
        margin-top: 0 !important;
    }

    .presentation-result-wide .result-copy .btn {
        margin-top: auto;
    }

    .capabilities-heading {
        position: static;
    }

    .capabilities-heading h2,
    .capabilities-heading p,
    .faq-heading h2,
    .faq-heading p,
    .final-cta-copy h2,
    .final-cta-copy p {
        max-width: none !important;
    }

    .testimonial-stage {
        grid-template-columns: minmax(200px, .34fr) minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .landing-body {
        --landing-gutter: 20px;
        --landing-section: 72px;
        font-size: 17px;
    }

    .landing-body main h1 {
        max-width: none;
        font-size: clamp(40px, 7.2vw, 48px);
        line-height: 1;
        text-wrap: pretty;
    }

    .landing-body main h2 {
        font-size: clamp(34px, 6.2vw, 44px);
        line-height: 1.02;
        text-wrap: pretty;
    }

    .landing-hero {
        margin-inline: 0;
        min-height: auto;
        padding-top: calc(var(--site-header-offset) + 8px);
        padding-bottom: 56px;
    }

    .breadcrumbs {
        margin-bottom: 32px;
    }

    .landing-hero-copy {
        display: block;
    }

    .landing-lead {
        margin-top: 22px !important;
        font-size: 18px;
    }

    .landing-actions {
        margin-top: 28px !important;
    }

    .landing-hero-visual {
        height: auto;
        min-height: 0;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        box-shadow: 0 22px 38px rgb(24 24 24 / 13%);
    }

    .landing-hero-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 55% center;
    }

    .landing-hero-visual picture,
    .result-visual picture {
        width: 100%;
        height: 100%;
    }

    .result-visual {
        aspect-ratio: 4 / 3;
    }

    .result-visual img {
        object-fit: cover;
        object-position: center;
    }

    .proof-flow {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        counter-reset: proof-step;
    }

    .proof-flow > div {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        align-items: center;
        min-height: 0;
        padding: 18px 20px;
        counter-increment: proof-step;
    }

    .proof-flow > div::before {
        grid-column: 1;
        grid-row: 1 / span 2;
        color: var(--landing-orange);
        font-size: 24px;
        font-weight: 650;
        line-height: 1;
        content: "0" counter(proof-step);
    }

    .proof-flow small,
    .proof-flow strong {
        grid-column: 2;
    }

    .proof-flow i {
        width: 2px;
        height: 18px;
        margin-left: 41px;
    }

    .proof-flow i::after {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0) rotate(135deg);
    }

    .problem-layout {
        gap: 40px;
        padding: 32px 28px;
    }

    .problem-copy p {
        margin-top: 22px !important;
        font-size: 18px;
    }

    .problem-answer p {
        font-size: 23px;
    }

    .section-heading {
        gap: 16px;
        margin-bottom: 36px;
    }

    .result-copy {
        min-height: auto;
        padding: 30px 28px;
    }

    .result-copy .btn {
        width: 100%;
        margin-top: 30px;
    }

    .process-track {
        grid-template-columns: minmax(0, 1fr);
    }

    .process-track li {
        min-height: 0;
        padding: 28px 0 36px;
    }

    .process-track li:not(:last-child) {
        margin-right: 0;
    }

    .process-track li::before {
        margin-bottom: 28px;
    }

    .process-track h3,
    .process-track p {
        max-width: none !important;
    }

    .presentation-process-rail .process-track li:nth-child(2),
    .presentation-process-stagger .process-track li:nth-child(2),
    .presentation-process-stagger .process-track li:nth-child(3) {
        transform: none;
    }

    .capabilities-layout,
    .faq-layout {
        gap: 40px;
    }

    .capabilities-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .capabilities-list article {
        grid-column: 1 / -1 !important;
        min-height: 0;
        gap: 24px;
        padding: 28px;
    }

    .testimonial-stage {
        grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr);
        min-height: 0;
    }

    .testimonial-score {
        min-height: 360px;
        padding: 32px 24px;
    }

    .testimonial-score strong {
        font-size: clamp(58px, 10vw, 76px);
    }

    .testimonial-stage > img {
        height: min(460px, 105vw);
        min-height: 0;
        object-position: center 24%;
    }

    .testimonial-stage figcaption {
        min-height: 360px;
        padding: 34px 28px 40px;
    }

    .testimonial-stage blockquote {
        margin-block: 22px 32px !important;
        font-size: clamp(28px, 7.4vw, 38px);
    }

    .faq-list summary {
        min-height: 76px;
        padding-right: 52px;
    }

    .faq-list details p {
        padding-right: 28px;
    }

    .final-cta-stage {
        gap: 40px;
        padding: 34px 28px;
    }

    .final-cta-copy .btn {
        width: 100%;
    }

    .related-links {
        grid-template-columns: minmax(0, 1fr);
    }

    .related-links a:nth-child(odd),
    .related-links a:nth-child(even) {
        margin-inline: 0;
    }

    .structure-dialog {
        width: calc(100vw - 24px);
        max-height: calc(100dvh - 24px);
        overflow: auto;
    }

    .structure-dialog-shell {
        grid-template-columns: minmax(0, 1fr);
    }

    .structure-dialog-intro,
    .structure-dialog-plan {
        padding: 34px 26px;
    }

    .structure-dialog-plan {
        overflow: visible;
    }

    .structure-dialog-actions {
        margin-top: 28px;
    }

    .structure-dialog .btn {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .result-copy,
    .presentation-result-wide .result-copy {
        display: flex;
        gap: 0;
    }

    .result-copy .contents-list,
    .presentation-result-wide .contents-list {
        width: 100%;
        margin-top: 24px !important;
    }

    .result-copy .btn,
    .presentation-result-wide .result-copy .btn {
        width: 100%;
        margin-top: 28px;
    }

    .testimonial-stage {
        grid-template-columns: minmax(0, 1fr);
    }

    .testimonial-score {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: end;
        gap: 12px 20px;
        min-height: 0;
        padding: 24px;
    }

    .testimonial-score strong {
        font-size: 58px;
    }

    .testimonial-score span {
        align-self: center;
    }

    .testimonial-score i {
        grid-column: 1 / -1;
    }

    .testimonial-stage figcaption {
        min-height: 0;
    }
}

@media (max-width: 430px) {
    .landing-body {
        --landing-gutter: 18px;
        --landing-section: 64px;
    }

    .landing-body main h1 {
        font-size: 39px;
        letter-spacing: -0.034em;
    }

    .landing-body main h2 {
        font-size: 34px;
        letter-spacing: -0.032em;
    }

    .breadcrumbs li {
        font-size: 13px;
    }

    .landing-actions {
        display: grid;
    }

    .landing-body main .landing-actions .btn,
    .landing-actions .text-link {
        width: 100%;
    }

    .landing-body main .landing-actions .btn {
        min-height: 60px;
        gap: 12px;
        padding: 12px 16px;
        font-size: 16px;
        white-space: normal;
    }

    .landing-body main .result-copy .btn,
    .landing-body main .final-cta-copy .btn {
        width: 100%;
        min-height: 60px;
        gap: 12px;
        padding: 12px 16px;
        font-size: 16px;
        white-space: normal;
    }

    .landing-actions .text-link {
        justify-content: center;
    }

    .landing-hero-visual {
        height: auto;
        min-height: 0;
        aspect-ratio: 1 / 1;
    }

    .result-visual {
        min-height: 0;
        aspect-ratio: 1 / 1;
    }

    .result-visual img {
        object-position: center;
    }

    .testimonial-stage > img {
        height: 390px;
    }

    .related-links a {
        grid-template-columns: minmax(0, 1fr);
        gap: 3px;
        min-height: 80px;
    }

}

@media (max-width: 370px) {
    .landing-body {
        --landing-gutter: 16px;
    }

    .landing-body main h1 {
        font-size: 36px;
    }

    .landing-body main h2 {
        font-size: 31px;
    }

    .landing-body main .btn {
        min-height: 54px;
        padding-inline: 16px;
        font-size: 15px;
    }

    .problem-layout,
    .result-copy,
    .testimonial-stage figcaption,
    .final-cta-stage {
        padding-inline: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-body *,
    .landing-body *::before,
    .landing-body *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .structure-dialog,
    .structure-dialog.is-open,
    .structure-dialog.is-closing {
        transform: none;
    }
}

.landing-body ::selection {
    color: var(--landing-ink);
    background: var(--scene-signal);
}

.landing-body {
    scrollbar-color: var(--landing-orange) var(--landing-canvas);
    scrollbar-width: thin;
}

.landing-body::-webkit-scrollbar {
    width: 10px;
}

.landing-body::-webkit-scrollbar-track {
    background: var(--landing-canvas);
}

.landing-body::-webkit-scrollbar-thumb {
    border: 2px solid var(--landing-canvas);
    border-radius: 999px;
    background: var(--landing-orange);
}
