* {
    box-sizing: border-box;
}

:root {
    --page-bg: #f3f0ea;
    --surface: #ffffff;
    --surface-strong: #f8f6f1;
    --surface-soft: #ece7dd;
    --ink: #1f2d3d;
    --ink-soft: #52606d;
    --line: #d7d0c4;
    --accent: #183b63;
    --accent-soft: #dfe8f0;
    --accent-deep: #102944;
    --highlight: #8f6b3c;
    --success: #2e6a4f;
    --shadow: 0 18px 40px rgba(31, 45, 61, 0.08);
    --shadow-soft: 0 12px 26px rgba(31, 45, 61, 0.05);
    --radius: 22px;
    --radius-small: 14px;
    --site-width: 1180px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Source Sans 3", "PingFang SC", "Hiragino Sans GB", sans-serif;
    color: var(--ink);
    background: var(--page-bg);
    line-height: 1.65;
}

a {
    color: inherit;
    text-decoration: none;
}

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

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

.site-container {
    width: min(var(--site-width), calc(100% - 48px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(243, 240, 234, 0.94);
    border-bottom: 1px solid rgba(215, 208, 196, 0.95);
    backdrop-filter: blur(10px);
}

.site-header-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    min-height: 88px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
}

.site-brand img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.site-brand-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.site-brand-text strong {
    font-family: "Noto Serif SC", serif;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.site-brand-text small {
    color: var(--ink-soft);
    font-size: 0.88rem;
}

.site-nav {
    margin-left: auto;
}

.site-nav-list {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav-list a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 1rem;
    border-radius: 999px;
    color: var(--ink-soft);
    font-weight: 600;
    transition: background-color 0.24s ease, color 0.24s ease;
}

.site-nav-list a:hover,
.site-nav-list a[aria-current="page"] {
    background: var(--accent-soft);
    color: var(--accent);
}

.site-header-actions {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.site-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.8rem 1.4rem;
    border: 1px solid var(--accent);
    border-radius: 999px;
    background: var(--accent);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
    box-shadow: var(--shadow-soft);
}

.site-button:hover {
    transform: translateY(-2px);
    background: var(--accent-deep);
    border-color: var(--accent-deep);
}

.site-button-secondary {
    background: transparent;
    color: var(--accent);
    border-color: rgba(24, 59, 99, 0.25);
    box-shadow: none;
}

.site-button-secondary:hover {
    background: var(--surface);
    color: var(--accent-deep);
    border-color: rgba(24, 59, 99, 0.42);
}

.site-nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    margin-left: auto;
    border: 1px solid rgba(24, 59, 99, 0.15);
    border-radius: 12px;
    background: var(--surface);
    padding: 0;
    cursor: pointer;
}

.site-nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--accent);
    margin: 5px auto;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.hero-block,
.page-hero,
.content-section,
.cta-section {
    padding: 72px 0;
}

.hero-grid,
.page-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 2rem;
    align-items: stretch;
}

.hero-copy,
.page-summary-card,
.hero-panel,
.feature-card,
.page-card,
.process-card,
.assurance-card,
.detail-card,
.mini-card,
.cta-panel {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow-soft);
}

.hero-copy {
    padding: 2.75rem;
}

.page-hero {
    padding-bottom: 36px;
}

.page-summary-card,
.hero-panel {
    padding: 2rem;
}

.section-tag {
    margin: 0 0 1rem;
    color: var(--highlight);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-copy h1,
.page-hero h1,
.section-heading h2,
.cta-panel h2 {
    margin: 0;
    font-family: "Noto Serif SC", serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.22;
}

.hero-copy h1 {
    font-size: clamp(2.4rem, 4vw, 4.2rem);
    max-width: 13ch;
}

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

.hero-summary,
.page-intro,
.section-heading p,
.feature-card p,
.page-card p,
.process-card p,
.assurance-card p,
.detail-card p,
.mini-card p,
.cta-panel p,
.footer-copy,
.hero-panel p {
    color: var(--ink-soft);
}

.hero-summary {
    max-width: 60ch;
    margin: 1.25rem 0 0;
    font-size: 1.08rem;
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.hero-brief {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.2rem;
}

.brief-item {
    padding: 1rem 1.1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-small);
    background: var(--surface-strong);
}

.brief-label,
.panel-metric span,
.page-card-index,
.process-number {
    display: inline-block;
    color: var(--highlight);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.brief-item strong,
.panel-metric strong,
.page-summary-card strong,
.hero-panel-header strong {
    display: block;
    margin-top: 0.45rem;
    color: var(--accent);
    font-size: 1.08rem;
}

.hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--surface-strong);
}

.hero-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
}

.hero-panel-header span {
    color: var(--ink-soft);
    font-weight: 600;
}

.hero-panel-body {
    display: grid;
    gap: 1rem;
    padding: 1.5rem 0;
}

.panel-metric {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(215, 208, 196, 0.8);
}

.panel-metric:last-child {
    border-bottom: 0;
}

.panel-metric p,
.page-card p,
.feature-card p,
.process-card p,
.assurance-card p,
.detail-card p,
.mini-card p {
    margin: 0.7rem 0 0;
}

.hero-panel-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 1rem;
}

.hero-panel-footer a,
.text-link {
    color: var(--accent);
    font-weight: 700;
}

.hero-panel-footer a:hover,
.text-link:hover {
    color: var(--accent-deep);
}

.stats-shell {
    margin-top: 1.5rem;
    padding: 1.6rem 1.8rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow-soft);
}

.stats-loading,
.stats-error {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    color: var(--ink-soft);
}

.stats-error small {
    display: block;
}

.stats-content {
    display: grid;
    gap: 1.2rem;
}

.stats-title {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--accent);
    font-weight: 700;
}

.stats-total {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1rem;
}

.stats-total-shell,
.stats-breakdown-shell {
    width: 100%;
}

.stats-total-item {
    min-width: 160px;
    padding: 1rem 1.2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-small);
    background: var(--surface-strong);
}

.stats-total-number {
    display: block;
    color: var(--accent);
    font-family: "Noto Serif SC", serif;
    font-size: 2rem;
    line-height: 1;
}

.stats-total-label,
.stats-breakdown-text {
    color: var(--ink-soft);
}

.stats-total-label {
    display: block;
    margin-top: 0.45rem;
}

.stats-divider {
    display: none;
}

.stats-count-highlight {
    display: inline-block;
    margin: 0 0.22rem;
    color: var(--accent);
    font-weight: 700;
}

.section-heading {
    display: grid;
    gap: 0.9rem;
    max-width: 760px;
    margin-bottom: 2rem;
}

.capability-grid,
.page-grid,
.assurance-grid,
.mini-grid {
    display: grid;
    gap: 1.25rem;
}

.capability-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.assurance-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.feature-card,
.page-card,
.assurance-card,
.mini-card {
    padding: 1.6rem;
}

.feature-card h3,
.page-card h3,
.process-card h3,
.assurance-card h3,
.detail-card h3,
.mini-card h3,
.site-footer h3 {
    margin: 0;
    font-size: 1.15rem;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 1.15rem;
    border-radius: 16px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 1.2rem;
}

.page-card {
    display: flex;
    flex-direction: column;
    min-height: 250px;
}

.page-card-link {
    margin-top: auto;
    padding-top: 1.5rem;
    color: var(--accent);
    font-weight: 700;
}

.section-surface,
.page-summary-card,
.mini-card,
.cta-panel {
    background: var(--surface-strong);
}

.process-layout {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 1.5rem;
}

.process-heading {
    margin-bottom: 0;
}

.process-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.process-card {
    padding: 1.6rem;
}

.process-number {
    margin-bottom: 0.9rem;
}

.split-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.detail-card {
    padding: 1.7rem;
}

.page-summary-card {
    align-self: start;
}

.summary-list,
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.summary-list {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
}

.summary-list li {
    position: relative;
    padding-left: 1.15rem;
    color: var(--ink-soft);
}

.summary-list li::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--highlight);
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem 2.2rem;
}

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

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2rem;
}

.footer-brand {
    margin-bottom: 1rem;
}

.footer-copy {
    max-width: 32rem;
    margin: 0;
}

.footer-links {
    display: grid;
    gap: 0.75rem;
}

.footer-links a {
    color: var(--ink-soft);
}

.footer-links a:hover {
    color: var(--accent);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(215, 208, 196, 0.9);
    color: var(--ink-soft);
    font-size: 0.95rem;
}

.has-js [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

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

@media (max-width: 1180px) {
    .capability-grid,
    .page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mini-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

@media (max-width: 980px) {
    .site-header-row {
        flex-wrap: wrap;
        padding: 1rem 0;
    }

    .site-nav-toggle {
        display: inline-block;
    }

    .site-nav {
        width: 100%;
        order: 3;
        display: none;
        margin-left: 0;
    }

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

    .site-nav-list {
        flex-direction: column;
        align-items: stretch;
        padding-top: 0.75rem;
        border-top: 1px solid var(--line);
    }

    .site-header-actions {
        margin-left: auto;
    }

    .hero-grid,
    .page-hero-layout,
    .split-panel,
    .assurance-grid,
    .footer-grid,
    .cta-panel {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 720px) {
    .site-container {
        width: min(var(--site-width), calc(100% - 28px));
    }

    .site-header-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .hero-block,
    .page-hero,
    .content-section,
    .cta-section {
        padding: 52px 0;
    }

    .hero-copy,
    .page-summary-card,
    .hero-panel,
    .feature-card,
    .page-card,
    .process-card,
    .assurance-card,
    .detail-card,
    .mini-card,
    .cta-panel {
        padding: 1.35rem;
    }

    .hero-brief,
    .capability-grid,
    .page-grid,
    .mini-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy h1 {
        max-width: none;
    }

    .hero-actions,
    .cta-actions {
        flex-direction: column;
    }

    .site-button {
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

body[data-site-page="home"] {
    font-family: "IBM Plex Sans", "PingFang SC", "Hiragino Sans GB", sans-serif;
    color: #d9e3ee;
    background: #0b1120;
}

body[data-site-page="home"] .site-header {
    background: rgba(11, 17, 32, 0.96);
    border-bottom: 1px solid rgba(82, 96, 109, 0.35);
}

body[data-site-page="home"] .site-brand-text strong,
body[data-site-page="home"] .site-button-secondary,
body[data-site-page="home"] .footer-links a:hover {
    color: #8fdcff;
}

body[data-site-page="home"] .site-brand-text small,
body[data-site-page="home"] .site-nav-list a,
body[data-site-page="home"] .footer-copy,
body[data-site-page="home"] .footer-bottom,
body[data-site-page="home"] .footer-links a {
    color: #8ea7c2;
}

body[data-site-page="home"] .site-nav-list a:hover,
body[data-site-page="home"] .site-nav-list a[aria-current="page"] {
    color: #d9e3ee;
    background: rgba(143, 220, 255, 0.08);
}

body[data-site-page="home"] .site-button {
    background: #00c6ff;
    border-color: #00c6ff;
    color: #08101e;
    box-shadow: none;
}

body[data-site-page="home"] .site-button:hover {
    background: #18d0ff;
    border-color: #18d0ff;
}

body[data-site-page="home"] .site-button-secondary {
    background: rgba(143, 220, 255, 0.04);
    border-color: rgba(143, 220, 255, 0.36);
    box-shadow: none;
    color: #dff5ff;
}

body[data-site-page="home"] .site-button-secondary:hover {
    background: rgba(143, 220, 255, 0.12);
    border-color: rgba(143, 220, 255, 0.56);
    color: #f4fbff;
}

body[data-site-page="home"] .home-main {
    background:
        radial-gradient(circle at top left, rgba(0, 198, 255, 0.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(39, 83, 255, 0.12), transparent 26%),
        #050816;
}

body[data-site-page="home"] {
    scroll-snap-type: y proximity;
}

body[data-site-page="home"].is-home-paging {
    scroll-snap-type: none;
}

body[data-site-page="home"] .home-chapter {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: clamp(4rem, 8vw, 7rem) 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

body[data-site-page="home"] .home-chapter::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(143, 220, 255, 0.18), transparent);
}

body[data-site-page="home"] .home-chapter:last-of-type::after {
    display: none;
}

body[data-site-page="home"] .site-footer {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

body[data-site-page="home"] .home-chapter-intro {
    justify-content: center;
}

body[data-site-page="home"] .home-intro-wrap {
    --home-intro-font-size-default: clamp(2.35rem, 6vw, 5rem);
    position: relative;
    width: min(980px, 100%);
    min-height: calc(100vh - 8rem);
    padding: 4rem 0 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

body[data-site-page="home"] .home-chapter-tag {
    display: inline-block;
    margin: 0 0 1rem;
    color: #8fdcff;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body[data-site-page="home"] .home-intro-panel {
    width: min(100%, 840px);
    max-width: 840px;
}

body[data-site-page="home"] .home-intro-copy {
    margin: 0;
    min-height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

body[data-site-page="home"] .home-intro-copy-noscript {
    color: #f5f8fc;
    font-size: var(--home-intro-font-size, var(--home-intro-font-size-default));
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: -0.035em;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: normal;
}

body[data-site-page="home"] .home-intro-text {
    position: relative;
    display: inline-block;
    color: #f5f8fc;
    font-size: var(--home-intro-font-size, var(--home-intro-font-size-default));
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: -0.035em;
    white-space: pre-line;
    margin-inline: auto;
    text-align: center;
    text-wrap: pretty;
    word-break: keep-all;
    overflow-wrap: normal;
}

body[data-site-page="home"] .home-intro-text::after {
    content: "";
    position: absolute;
    left: calc(50% + var(--home-intro-caret-offset, 0px) + 0.14em);
    bottom: 0.12em;
    width: 0.08em;
    height: 0.92em;
    background: #8fdcff;
    pointer-events: none;
    opacity: 0;
}

body[data-site-page="home"] .home-intro-wrap.is-typing .home-intro-text::after,
body[data-site-page="home"] .home-intro-wrap.is-complete .home-intro-text::after {
    opacity: 1;
}

body[data-site-page="home"] .home-intro-wrap.is-typing .home-intro-text::after {
    animation: homeCaretBlink 1s steps(1) infinite;
}

body[data-site-page="home"] .home-intro-wrap.is-complete .home-intro-text::after {
    height: 0.78em;
    opacity: 1;
    animation: homeCaretFadeOut 0.26s ease forwards;
}

body[data-site-page="home"] .home-intro-wrap.is-finished .home-intro-text::after {
    opacity: 0;
    animation: none;
}

body[data-site-page="home"] .home-intro-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.9rem;
    margin-top: 2.2rem;
}

body[data-site-page="home"] .home-intro-button {
    position: relative;
    min-height: 56px;
    min-width: 10.5rem;
    padding: 0.95rem 1.4rem 0.95rem 1.55rem;
    border: 0 !important;
    border-radius: 18px;
    background: transparent !important;
    box-shadow: none !important;
    font-family: "IBM Plex Sans", "PingFang SC", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    transition: transform 0.26s ease, border-color 0.26s ease, background-color 0.26s ease, box-shadow 0.26s ease, color 0.26s ease;
    overflow: hidden;
}

body[data-site-page="home"] .home-intro-button::after {
    display: inline-block;
    margin-left: 0.72rem;
    font-size: 0.94rem;
    font-weight: 700;
    transition: transform 0.26s ease, opacity 0.26s ease;
    opacity: 0.72;
}

body[data-site-page="home"] .home-intro-button:hover::after {
    transform: translateX(3px);
    opacity: 1;
}

body[data-site-page="home"] .home-intro-button:hover,
body[data-site-page="home"] .home-intro-button:focus,
body[data-site-page="home"] .home-intro-button:focus-visible,
body[data-site-page="home"] .home-intro-button:active,
body[data-site-page="home"] .home-intro-button:visited {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none;
}

body[data-site-page="home"] .home-intro-button-primary {
    background: linear-gradient(135deg, #f6fbff 0%, #b8eeff 100%);
    border-color: rgba(214, 245, 255, 0.92);
    color: #08111d;
    box-shadow:
        0 16px 36px rgba(0, 198, 255, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.34) inset;
}

body[data-site-page="home"] .home-intro-button-primary::after {
    content: "↗";
}

body[data-site-page="home"] .home-intro-button-primary:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #ffffff 0%, #caf4ff 100%);
    border-color: rgba(235, 251, 255, 0.98);
    color: #06101a;
    box-shadow:
        0 18px 42px rgba(0, 198, 255, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.4) inset;
}

body[data-site-page="home"] .home-intro-button-secondary {
    background: transparent;
    border: none;
    color: #ebf7ff;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body[data-site-page="home"] .home-intro-button-secondary::after {
    content: "↓";
}

body[data-site-page="home"] .home-intro-button-external::after {
    content: "↗";
}

body[data-site-page="home"] .home-intro-button-secondary:hover {
    transform: translateY(-2px);
    background: transparent;
    border: none;
    color: #ebf7ff;
    box-shadow: none;
}

.has-js body[data-site-page="home"] [data-typewriter-root]:not(.is-complete) .home-intro-actions {
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
}

.has-js body[data-site-page="home"] .home-intro-actions {
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.has-js body[data-site-page="home"] .home-intro-wrap.is-complete .home-intro-actions {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body[data-site-page="home"] .home-story-grid,
body[data-site-page="home"] .home-path-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.4rem;
    align-items: start;
}

body[data-site-page="home"] .home-overview-stack {
    width: min(1080px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(2rem, 4vw, 3.4rem);
}

body[data-site-page="home"] #home-overview .home-stats-shell {
    --home-stats-slot-height: 9.1rem;
    width: min(100%, 860px);
    min-height: var(--home-stats-slot-height);
    margin: 0 auto;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

body[data-site-page="home"] #home-overview .stats-content {
    width: 100%;
    min-height: var(--home-stats-slot-height);
    align-content: center;
    gap: 1rem;
}

body[data-site-page="home"] #home-overview .stats-total-shell {
    display: flex;
    justify-content: center;
    width: 100%;
}

body[data-site-page="home"] #home-overview .stats-title {
    display: none;
}

body[data-site-page="home"] #home-overview .stats-total {
    width: fit-content;
    max-width: 100%;
    justify-content: center;
    gap: clamp(1rem, 3vw, 2rem);
    margin-bottom: 0;
    padding: 0;
}

body[data-site-page="home"] #home-overview .stats-total-item {
    display: grid;
    justify-items: center;
    align-content: start;
    max-width: 9rem;
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

body[data-site-page="home"] #home-overview .stats-total-number,
body[data-site-page="home"] #home-overview .stats-total-label {
    width: auto;
    text-align: center;
}

body[data-site-page="home"] #home-overview .stats-total-label {
    margin-top: 0.52rem;
}

body[data-site-page="home"] #home-overview .stats-divider {
    display: none;
}

body[data-site-page="home"] #home-overview .stats-breakdown-shell {
    display: flex;
    justify-content: center;
    width: 100%;
}

body[data-site-page="home"] #home-overview .stats-breakdown-text {
    width: min(100%, 48rem);
    max-width: 48rem;
    margin: 0;
    padding: 0;
    text-align: center;
}

body[data-site-page="home"] #home-overview .stats-loading,
body[data-site-page="home"] #home-overview .stats-error {
    width: 100%;
    min-height: var(--home-stats-slot-height);
    padding: 0;
    display: grid;
    place-items: center;
    justify-items: center;
    gap: 0.7rem;
    text-align: center;
}

body[data-site-page="home"] #home-overview .stats-loading i,
body[data-site-page="home"] #home-overview .stats-error i {
    font-size: 1.05rem;
}

body[data-site-page="home"] #home-overview .stats-error small {
    display: none;
}

body[data-site-page="home"] .home-overview-copy {
    width: min(100%, 1040px);
}

body[data-site-page="home"] .home-overview-copy-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(1.8rem, 3vw, 2.8rem);
}

body[data-site-page="home"] .home-overview-lead {
    width: min(100%, 54rem);
    margin: 0 auto;
    color: #f4f7fb;
    font-size: clamp(2rem, 3.4vw, 3.3rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
    text-align: center;
    text-wrap: balance;
}

body[data-site-page="home"] .home-overview-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(1.8rem, 3vw, 2.6rem) clamp(1.2rem, 2vw, 1.8rem);
    align-items: start;
}

body[data-site-page="home"] .home-overview-panel {
    grid-column: span 2;
    display: grid;
    align-content: start;
    gap: 0.88rem;
}

body[data-site-page="home"] .home-overview-panel-large {
    grid-column: span 3;
}

body[data-site-page="home"] .home-overview-panel-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

body[data-site-page="home"] .home-overview-panel-icon {
    width: 1.65rem;
    height: 1.65rem;
    flex: 0 0 auto;
    color: #8fdcff;
}

body[data-site-page="home"] .home-overview-panel-icon svg {
    width: 100%;
    height: 100%;
}

body[data-site-page="home"] .home-overview-panel h3 {
    margin: 0;
    color: #f4f7fb;
    font-size: clamp(1.26rem, 1.7vw, 1.54rem);
    line-height: 1.16;
    letter-spacing: -0.03em;
}

body[data-site-page="home"] .home-overview-panel p {
    margin: 0;
    color: #d6e5f2;
    font-size: clamp(0.98rem, 1.18vw, 1.05rem);
    line-height: 1.88;
    text-wrap: pretty;
    text-align: left;
}

body[data-site-page="home"] .home-overview-panel-meta {
    color: #8ea7c2;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
}

body[data-site-page="home"] .home-chapter-delivery {
    background: rgba(5, 10, 20, 0.3);
}

body[data-site-page="home"] .home-chapter-thanks {
    --home-thanks-section-pad-top: clamp(3rem, 6vh, 4rem);
    --home-thanks-section-pad-bottom: clamp(4.75rem, 10vh, 6rem);
    align-items: flex-start;
    min-height: calc(100vh - var(--home-thanks-section-pad-top) - var(--home-thanks-section-pad-bottom));
    padding-top: var(--home-thanks-section-pad-top);
    padding-bottom: var(--home-thanks-section-pad-bottom);
}

body[data-site-page="home"] .home-delivery-layout {
    width: min(1100px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(2.2rem, 4vw, 3.2rem);
}

body[data-site-page="home"] .home-delivery-copy {
    width: min(100%, 46rem);
    text-align: center;
}

body[data-site-page="home"] .home-delivery-copy h2 {
    margin: 0;
    color: #f4f7fb;
    font-size: clamp(2rem, 3.4vw, 3.3rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

body[data-site-page="home"] .home-delivery-copy p {
    max-width: 56rem;
    margin: 1rem auto 0;
    color: #aebfd0;
    font-size: clamp(0.95rem, 1.25vw, 1.06rem);
    line-height: 1.82;
    text-wrap: balance;
}

body[data-site-page="home"] .home-delivery-grid {
    width: min(100%, 1040px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2.2rem, 5vw, 4rem);
    align-items: stretch;
}

body[data-site-page="home"] .home-delivery-item {
    min-height: 0;
    padding: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 1.5rem;
    align-content: start;
}

body[data-site-page="home"] .home-delivery-item-isolated {
    color: #8fdcff;
}

body[data-site-page="home"] .home-delivery-item-direct {
    color: #89efe6;
}

body[data-site-page="home"] .home-delivery-item-copy {
    display: grid;
    align-content: start;
    gap: 1rem;
}

body[data-site-page="home"] .home-delivery-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 4.2rem;
}

body[data-site-page="home"] .home-delivery-icon {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
}

body[data-site-page="home"] .home-delivery-item-isolated .home-delivery-icon {
    color: #8fdcff;
}

body[data-site-page="home"] .home-delivery-item-direct .home-delivery-icon {
    color: #89efe6;
}

body[data-site-page="home"] .home-delivery-icon svg {
    width: 100%;
    height: 100%;
}

body[data-site-page="home"] .home-delivery-item h3 {
    margin: 0;
    color: #f4f7fb;
    font-size: clamp(1.45rem, 2.35vw, 1.92rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
}

body[data-site-page="home"] .home-delivery-item p {
    margin: 0;
    color: #d3e2ef;
    font-size: 1.03rem;
    line-height: 1.92;
    text-wrap: pretty;
}

body[data-site-page="home"] .home-delivery-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.72rem;
}

body[data-site-page="home"] .home-delivery-flags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.15rem;
    padding: 0.45rem 0;
    border-radius: 999px;
    background: transparent;
    color: #edf7ff;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.7rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.has-js body[data-site-page="home"] .home-delivery-copy[data-reveal] {
    transition-delay: 0.04s;
}

.has-js body[data-site-page="home"] .home-delivery-grid .home-delivery-item:nth-child(1)[data-reveal] {
    transition-delay: 0.12s;
}

.has-js body[data-site-page="home"] .home-delivery-grid .home-delivery-item:nth-child(2)[data-reveal] {
    transition-delay: 0.22s;
}

.has-js body[data-site-page="home"] .home-delivery-item.is-visible .home-delivery-icon svg {
    animation: homeDeliveryIconFloat 3.6s ease-in-out infinite;
}

.has-js body[data-site-page="home"] .home-delivery-item-direct.is-visible .home-delivery-icon svg {
    animation-delay: 0.3s;
}

.has-js body[data-site-page="home"] .home-overview-lead[data-reveal] {
    transition-delay: 0.04s;
}

.has-js body[data-site-page="home"] .home-overview-panel:nth-child(1)[data-reveal] {
    transition-delay: 0.12s;
}

.has-js body[data-site-page="home"] .home-overview-panel:nth-child(2)[data-reveal] {
    transition-delay: 0.2s;
}

.has-js body[data-site-page="home"] .home-overview-panel:nth-child(3)[data-reveal] {
    transition-delay: 0.28s;
}

.has-js body[data-site-page="home"] .home-overview-panel:nth-child(4)[data-reveal] {
    transition-delay: 0.36s;
}

.has-js body[data-site-page="home"] .home-overview-panel:nth-child(5)[data-reveal] {
    transition-delay: 0.44s;
}

body[data-site-page="home"] .home-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: clamp(1.2rem, 2.8vw, 2rem);
    z-index: 2;
    transform: translateX(-50%);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    color: #8ea7c2;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.82;
    transition: color 0.24s ease, opacity 0.24s ease, transform 0.24s ease;
}

body[data-site-page="home"] .home-scroll-cue i {
    font-size: 0.9rem;
    animation: homeScrollCue 1.8s ease-in-out infinite;
}

body[data-site-page="home"] .home-scroll-cue:hover {
    color: #e6f7ff;
    opacity: 1;
    transform: translateX(-50%) translateY(2px);
}

body[data-site-page="home"] .home-story-copy,
body[data-site-page="home"] .home-path-copy,
body[data-site-page="home"] .home-stats-shell,
body[data-site-page="home"] .home-path-item {
    border: 1px solid rgba(143, 220, 255, 0.14);
    border-radius: 22px;
    background: rgba(9, 15, 29, 0.78);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
}

body[data-site-page="home"] .home-story-copy,
body[data-site-page="home"] .home-path-copy,
body[data-site-page="home"] .home-stats-shell {
    padding: clamp(1.5rem, 3vw, 2.4rem);
}

body[data-site-page="home"] .home-story-copy h2,
body[data-site-page="home"] .home-path-copy h2,
body[data-site-page="home"] .home-cta-panel h2 {
    margin: 0;
    color: #f4f7fb;
    font-size: clamp(1.9rem, 3vw, 3.2rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
}

body[data-site-page="home"] .home-story-copy p,
body[data-site-page="home"] .home-path-copy p,
body[data-site-page="home"] .home-path-item p,
body[data-site-page="home"] .home-cta-panel p {
    margin: 1rem 0 0;
    color: #8ea7c2;
}

body[data-site-page="home"] .home-stats-shell {
    margin: 0;
    min-height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body[data-site-page="home"] .home-stats-shell .stats-content {
    width: 100%;
}

body[data-site-page="home"] .stats-title,
body[data-site-page="home"] .stats-total-number,
body[data-site-page="home"] .stats-count-highlight {
    color: #8fdcff;
}

body[data-site-page="home"] .stats-total-item {
    background: rgba(5, 8, 22, 0.86);
    border: 1px solid rgba(143, 220, 255, 0.12);
}

body[data-site-page="home"] .stats-total-label,
body[data-site-page="home"] .stats-breakdown-text,
body[data-site-page="home"] .stats-loading,
body[data-site-page="home"] .stats-error {
    color: #8ea7c2;
}

body[data-site-page="home"] .home-chapter-surface {
    background: linear-gradient(180deg, rgba(7, 12, 23, 0.38), rgba(7, 12, 23, 0.74));
}

body[data-site-page="home"] .home-path-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

body[data-site-page="home"] .home-path-item {
    padding: 1.4rem;
    transition: transform 0.22s ease, border-color 0.22s ease;
}

body[data-site-page="home"] .home-path-item:hover {
    transform: translateY(-3px);
    border-color: rgba(143, 220, 255, 0.28);
}

body[data-site-page="home"] #home-overview {
    scroll-margin-top: 2rem;
}

body[data-site-page="home"] .home-path-item span {
    display: inline-block;
    color: #8fdcff;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
}

body[data-site-page="home"] .home-path-item h3 {
    margin: 0.85rem 0 0;
    color: #f4f7fb;
    font-size: 1.05rem;
    font-weight: 600;
}

body[data-site-page="home"] .home-cta-panel {
    display: flex;
    width: min(100%, 860px);
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    text-align: center;
}

body[data-site-page="home"] .home-cta-panel h2,
body[data-site-page="home"] .home-thanks-panel h2 {
    margin: 0;
    color: #f4f7fb;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

body[data-site-page="home"] .home-cta-panel p,
body[data-site-page="home"] .home-thanks-panel p {
    max-width: 42rem;
    margin: 0;
    color: #8ea7c2;
    font-size: clamp(1rem, 1.35vw, 1.12rem);
    line-height: 1.88;
    text-wrap: pretty;
}

body[data-site-page="home"] .home-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
}

body[data-site-page="home"] .home-thanks-panel {
    width: min(100%, 860px);
    min-height: calc(100vh - var(--home-thanks-section-pad-top) - var(--home-thanks-section-pad-bottom));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: clamp(4.8rem, 10vh, 6.6rem);
    gap: 0;
    text-align: center;
}

body[data-site-page="home"] .home-thanks-panel h2 {
    margin: 0;
}

body[data-site-page="home"] .home-thanks-copy {
    display: grid;
    justify-items: center;
    gap: 0.55rem;
    width: min(100%, 52rem);
    margin-top: clamp(1.15rem, 2.8vh, 1.8rem);
}

body[data-site-page="home"] .home-thanks-copy p {
    margin: 0;
    width: min(100%, 46rem);
    color: #8ea7c2;
    font-size: clamp(1rem, 1.34vw, 1.1rem);
    line-height: 1.9;
    text-align: center;
    text-wrap: balance;
}

body[data-site-page="home"] .home-thanks-copy p:last-child {
    color: #c9dae9;
    font-size: clamp(0.92rem, 1.06vw, 1rem);
    letter-spacing: 0.02em;
}

body[data-site-page="home"] .home-thanks-cloud {
    width: min(100%, 980px);
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    gap: 0.8rem 1.28rem;
    min-height: 0;
    margin-top: clamp(2rem, 5vh, 3rem);
    padding-bottom: 0;
}

body[data-site-page="home"] .home-thanks-name {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #dce9f6;
    font-size: clamp(1rem, 1.34vw, 1.12rem);
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: 0.015em;
    white-space: nowrap;
}

body[data-site-page="home"] .home-thanks-name:nth-child(4n + 2) {
    transform: translateY(0.18rem);
}

body[data-site-page="home"] .home-thanks-name:nth-child(4n + 3) {
    transform: translateY(-0.12rem);
}

body[data-site-page="home"] .home-thanks-name:nth-child(5n) {
    transform: translateY(0.08rem);
}

body[data-site-page="home"] .home-thanks-empty {
    color: #6f859e;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body[data-site-page="home"] .home-footer-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

body[data-site-page="home"] .home-footer-copy {
    max-width: 32rem;
}

body[data-site-page="home"] .home-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem 1.25rem;
}

body[data-site-page="home"] .home-footer-links a {
    color: #8ea7c2;
}

body[data-site-page="home"] .home-footer-links a:hover {
    color: #8fdcff;
}

body[data-site-page="home"] .site-footer {
    background: #050816;
    border-top: 1px solid rgba(143, 220, 255, 0.12);
}

body[data-site-page="home"] .site-brand-text strong,
body[data-site-page="home"] .site-footer h3 {
    color: #f4f7fb;
}

body[data-site-page="home"] .site-brand-text small,
body[data-site-page="home"] .footer-copy,
body[data-site-page="home"] .footer-links a,
body[data-site-page="home"] .footer-bottom {
    color: #8ea7c2;
}

body[data-site-page="home"] .footer-links a:hover {
    color: #8fdcff;
}

@keyframes homeCaretBlink {
    0%, 49% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0.12;
    }
}

@keyframes homeCaretFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes homeOverviewLeadIn {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.986);
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes homeOverviewAxisIn {
    0% {
        opacity: 0;
        transform: translateX(-50%) scaleY(0.22);
    }
    100% {
        opacity: 0.56;
        transform: translateX(-50%) scaleY(1);
    }
}

@keyframes homeOverviewLineIn {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.985);
        filter: blur(10px);
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes homeOverviewTraceIn {
    0% {
        opacity: 0;
        transform: translateX(-50%) scaleX(0.18);
    }
    100% {
        opacity: 0.72;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes homeScrollCue {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.46;
    }
    50% {
        transform: translateY(6px);
        opacity: 1;
    }
}

@keyframes homeDeliveryIconFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

@media (max-width: 1100px) {
    body[data-site-page="home"] .home-story-grid,
    body[data-site-page="home"] .home-path-layout {
        grid-template-columns: 1fr;
    }

    body[data-site-page="home"] .home-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.8rem 1.4rem;
    }

    body[data-site-page="home"] .home-overview-panel,
    body[data-site-page="home"] .home-overview-panel-large {
        grid-column: span 1;
    }

    body[data-site-page="home"] .home-overview-panel:nth-child(5) {
        grid-column: 1 / -1;
        width: min(100%, 28rem);
        justify-self: center;
    }

    body[data-site-page="home"] .home-delivery-grid {
        grid-template-columns: 1fr;
        max-width: 44rem;
    }

    body[data-site-page="home"] .home-delivery-item {
        min-height: auto;
    }

    body[data-site-page="home"] .home-path-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    body[data-site-page="home"] {
        scroll-snap-type: none;
    }

    body[data-site-page="home"] .home-intro-wrap {
        --home-intro-font-size-default: clamp(1.68rem, 8.6vw, 2.45rem);
    }

    body[data-site-page="home"] .home-chapter {
        min-height: auto;
        padding: 4rem 0;
        flex-direction: column;
    }

    body[data-site-page="home"] .home-intro-wrap {
        width: min(980px, calc(100vw - 24px));
        min-height: calc(100vh - 4rem);
        padding: 3.5rem 0 5rem;
    }

    body[data-site-page="home"] .home-chapter-thanks {
        --home-thanks-section-pad-top: 4rem;
        --home-thanks-section-pad-bottom: 4rem;
        align-items: center;
        min-height: calc(100vh - var(--home-thanks-section-pad-top) - var(--home-thanks-section-pad-bottom));
        justify-content: space-between;
    }

    body[data-site-page="home"] .home-intro-text {
        max-width: none;
        line-height: 1.18;
    }

    body[data-site-page="home"] .home-intro-copy-noscript {
        line-height: 1.18;
    }

    body[data-site-page="home"] #home-overview .stats-total {
        flex-wrap: wrap;
    }

    body[data-site-page="home"] #home-overview .home-stats-shell {
        --home-stats-slot-height: 14rem;
    }

    body[data-site-page="home"] .home-overview-copy {
        width: min(100%, calc(100vw - 24px));
    }

    body[data-site-page="home"] .home-overview-lead {
        width: 100%;
        font-size: clamp(1.7rem, 8vw, 2.25rem);
        line-height: 1.1;
    }

    body[data-site-page="home"] .home-overview-copy-detail {
        gap: 1.7rem;
    }

    body[data-site-page="home"] .home-overview-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    body[data-site-page="home"] .home-overview-panel,
    body[data-site-page="home"] .home-overview-panel-large,
    body[data-site-page="home"] .home-overview-panel:nth-child(5) {
        grid-column: auto;
        width: 100%;
        justify-self: stretch;
        gap: 0.8rem;
    }

    body[data-site-page="home"] .home-overview-panel-head {
        gap: 0.72rem;
    }

    body[data-site-page="home"] .home-overview-panel-icon {
        width: 1.45rem;
        height: 1.45rem;
    }

    body[data-site-page="home"] .home-overview-panel h3 {
        font-size: 1.28rem;
    }

    body[data-site-page="home"] .home-overview-panel p {
        font-size: 1rem;
        line-height: 1.84;
    }

    body[data-site-page="home"] .home-overview-panel-meta {
        font-size: 0.7rem;
        line-height: 1.72;
    }

    body[data-site-page="home"] .home-delivery-layout {
        width: min(100%, calc(100vw - 24px));
        gap: 1.8rem;
    }

    body[data-site-page="home"] .home-delivery-copy {
        width: 100%;
    }

    body[data-site-page="home"] .home-delivery-copy h2 {
        font-size: clamp(1.7rem, 8vw, 2.25rem);
    }

    body[data-site-page="home"] .home-delivery-copy p {
        margin-top: 0.9rem;
        font-size: 1rem;
        line-height: 1.82;
        max-width: 100%;
        text-wrap: pretty;
    }

    body[data-site-page="home"] .home-delivery-grid {
        max-width: 44rem;
        gap: 1rem;
    }

    body[data-site-page="home"] .home-delivery-item {
        gap: 1.1rem;
    }

    body[data-site-page="home"] .home-delivery-head {
        gap: 0.82rem;
        min-height: 3.7rem;
    }

    body[data-site-page="home"] .home-delivery-icon {
        width: 2.6rem;
        height: 2.6rem;
    }

    body[data-site-page="home"] .home-delivery-item h3 {
        font-size: 1.32rem;
    }

    body[data-site-page="home"] .home-delivery-item p {
        font-size: 0.98rem;
        line-height: 1.84;
    }

    body[data-site-page="home"] .home-delivery-flags {
        gap: 0.6rem;
    }

    body[data-site-page="home"] .home-delivery-flags span {
        min-height: 2rem;
        padding: 0.42rem 0;
        font-size: 0.68rem;
        letter-spacing: 0.02em;
    }

    body[data-site-page="home"] .home-scroll-cue {
        position: static;
        margin-top: 1.5rem;
        transform: none;
    }

    body[data-site-page="home"] .home-scroll-cue:hover {
        transform: translateY(2px);
    }

    body[data-site-page="home"] .home-path-list {
        grid-template-columns: 1fr;
    }

    body[data-site-page="home"] .home-cta-panel {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    body[data-site-page="home"] .home-footer-shell {
        flex-direction: column;
        align-items: flex-start;
    }

    body[data-site-page="home"] .home-intro-actions {
        width: 100%;
        flex-direction: column;
    }

    body[data-site-page="home"] .home-intro-actions .site-button {
        width: 100%;
        min-width: 0;
    }

    body[data-site-page="home"] .home-footer-links {
        justify-content: flex-start;
    }

    body[data-site-page="home"] .home-cta-actions {
        width: 100%;
        flex-direction: column;
    }

    body[data-site-page="home"] .home-cta-actions .site-button {
        width: 100%;
    }

    body[data-site-page="home"] .home-thanks-panel {
        width: min(100%, calc(100vw - 24px));
        min-height: 0;
        flex: 1 1 auto;
        padding-top: clamp(2.8rem, 8vh, 4rem);
    }

    body[data-site-page="home"] .home-thanks-copy {
        gap: 0.48rem;
        margin-top: 1.35rem;
    }

    body[data-site-page="home"] .home-thanks-copy p {
        width: 100%;
        font-size: 0.98rem;
        line-height: 1.84;
    }

    body[data-site-page="home"] .home-thanks-copy p:last-child {
        font-size: 0.88rem;
    }

    body[data-site-page="home"] .home-thanks-cloud {
        width: min(100%, calc(100vw - 24px));
        gap: 0.64rem 1rem;
        margin-top: 1.65rem;
        padding-bottom: 0;
    }

    body[data-site-page="home"] .home-thanks-name {
        font-size: 0.96rem;
        line-height: 1.2;
    }

    body[data-site-page="home"] .home-thanks-empty {
        font-size: 0.72rem;
        letter-spacing: 0.08em;
    }
}

@media (prefers-reduced-motion: reduce) {
    body[data-site-page="home"] .home-intro-text::after {
        animation: none;
    }

    .has-js body[data-site-page="home"] .home-intro-actions {
        transition: none;
    }

    .has-js body[data-site-page="home"] .home-overview-lead[data-reveal],
    .has-js body[data-site-page="home"] .home-overview-panel[data-reveal] {
        transition: none;
        opacity: 1;
        transform: none;
    }

    .has-js body[data-site-page="home"] .home-delivery-item.is-visible .home-delivery-icon svg {
        animation: none;
    }
}
