:root {
    --emil-ink: #11110f;
    --emil-paper: #f4f0e9;
    --emil-paper-bright: #fffdf8;
    --emil-red: #dc3a20;
    --emil-red-dark: #b72b16;
    --emil-muted: #6f6a63;
    --emil-line: rgba(17, 17, 15, 0.16);
    --emil-line-inverse: rgba(255, 253, 248, 0.19);
    --emil-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
    --emil-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

html {
    background: var(--emil-paper);
}

body.home-page {
    background: var(--emil-paper);
    color: var(--emil-ink);
    font-family: "Archivo", Arial, sans-serif;
}

body.home-page ::selection {
    background: var(--emil-red);
    color: var(--emil-paper-bright);
}

body.home-page :focus-visible {
    outline: 3px solid var(--emil-red);
    outline-offset: 5px;
}

body.home-page::-webkit-scrollbar {
    width: 11px;
}

body.home-page::-webkit-scrollbar-track {
    background: #e7e1d8;
}

body.home-page::-webkit-scrollbar-thumb {
    background: var(--emil-ink);
    border: 3px solid #e7e1d8;
    border-radius: 999px;
}

.home-page .skip-link {
    background: var(--emil-ink);
    color: var(--emil-paper-bright);
    transition: transform 180ms var(--emil-ease-out);
}

.home-page .site-header {
    height: 84px;
    padding-inline: clamp(20px, 4.5vw, 72px);
    color: var(--emil-ink);
    border-bottom-color: transparent;
    transition: height 220ms var(--emil-ease-out), background-color 220ms ease, border-color 220ms ease;
}

.home-page .site-header.is-scrolled {
    height: 68px;
    background: rgba(244, 240, 233, 0.9);
    border-color: var(--emil-line);
    backdrop-filter: blur(14px);
}

.home-page .brand,
.home-page .main-nav > a,
.home-page .nav-auth > a,
.home-page .nav-auth .logout-link,
.home-page .nav-auth .mode-switch-link {
    color: var(--emil-ink);
}

.home-page .brand {
    gap: 10px;
}

.home-page .brand-mark {
    width: 36px;
    border-radius: 9px;
    background: var(--emil-red);
    transform: none;
    box-shadow: 0 8px 22px rgba(220, 58, 32, 0.2);
}

.home-page .brand-mark i {
    transform: none;
}

.home-page .brand-name {
    font-size: 16px;
    letter-spacing: 0.08em;
}

.home-page .main-nav {
    gap: clamp(18px, 2.3vw, 34px);
}

.home-page .main-nav > a,
.home-page .nav-auth > a,
.home-page .nav-auth .logout-link {
    font-size: 11px;
    letter-spacing: 0.055em;
}

.home-page .main-nav > a::after,
.home-page .nav-auth .mode-switch-link::after {
    bottom: -6px;
    height: 1px;
    background: var(--emil-red);
    transition: transform 180ms var(--emil-ease-out);
}

.home-page .nav-auth .btn-nav-auth {
    min-height: 42px;
    padding-inline: 18px;
    border-color: var(--emil-ink);
    border-radius: 11px;
    transition: color 180ms ease, background-color 180ms ease, transform 140ms var(--emil-ease-out);
}

.home-page .nav-auth .btn-nav-auth:active,
.home-page .action:active,
.home-page .route-card a:active,
.home-page .category-item:active {
    transform: scale(0.97);
}

.home-page .hero-home {
    --ant-floor-height: clamp(94px, 12vh, 126px);
    min-height: max(760px, 100svh);
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    align-items: center;
    padding: 112px clamp(24px, 6.4vw, 104px) calc(var(--ant-floor-height) + 58px);
    background: var(--emil-paper);
    color: var(--emil-ink);
    isolation: isolate;
}

.home-page .hero-home::before {
    content: "";
    position: absolute;
    inset: 84px clamp(18px, 3vw, 46px) calc(var(--ant-floor-height) + 30px);
    z-index: -3;
    border: 1px solid var(--emil-line);
    border-radius: 30px;
    background: var(--emil-paper-bright);
    box-shadow: 0 30px 80px rgba(49, 41, 30, 0.08);
}

.home-page .hero-home::after {
    content: "";
    position: absolute;
    top: 84px;
    right: clamp(18px, 3vw, 46px);
    bottom: calc(var(--ant-floor-height) + 30px);
    width: 42%;
    z-index: -2;
    border-radius: 0 30px 30px 0;
    background:
        linear-gradient(135deg, rgba(220, 58, 32, 0.04), rgba(220, 58, 32, 0.13)),
        repeating-linear-gradient(90deg, transparent 0 82px, rgba(17, 17, 15, 0.045) 82px 83px);
}

.home-page .hero-grid {
    inset: 84px clamp(18px, 3vw, 46px) calc(var(--ant-floor-height) + 30px);
    border-radius: 30px;
    background-image:
        linear-gradient(rgba(17, 17, 15, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 17, 15, 0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, #000, transparent 70%);
    opacity: 1;
}

.home-page .hero-copy {
    position: relative;
    z-index: 5;
    width: min(100%, 720px);
    padding: clamp(30px, 4vw, 64px) 0 0 clamp(8px, 1.5vw, 24px);
}

.home-page .eyebrow {
    margin: 0 0 24px;
    color: var(--emil-muted);
    font-family: "IBM Plex Mono", monospace;
    font-size: clamp(10px, 0.8vw, 12px);
    font-weight: 600;
    letter-spacing: 0.12em;
}

.home-page .eyebrow span {
    width: 24px;
    height: 1px;
    background: var(--emil-red);
}

.home-page .hero-copy h1 {
    max-width: 760px;
    margin: 0;
    color: var(--emil-ink);
    font-size: clamp(64px, 7.15vw, 118px);
    font-weight: 800;
    line-height: 0.82;
    letter-spacing: -0.07em;
    text-transform: uppercase;
}

.home-page .hero-copy h1 em {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: max-content;
    max-width: 100%;
    margin-top: 0.04em;
    padding: 0.05em 0.13em 0.09em 0.09em;
    border-radius: 0.08em;
    background: var(--emil-red);
    color: #fffdf8;
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    line-height: 0.87;
    letter-spacing: -0.075em;
    -webkit-text-stroke: 0;
    text-shadow: none;
    transform: rotate(-1deg);
    transform-origin: left center;
}

.home-page .hero-summary {
    max-width: 590px;
    margin: 30px 0 0;
    color: #45413c;
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.55;
}

.home-page .hero-actions {
    margin-top: 34px;
    gap: 12px;
}

.home-page .action {
    min-height: 54px;
    padding: 0 23px;
    border-radius: 13px;
    font-size: 11px;
    letter-spacing: 0.03em;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 140ms var(--emil-ease-out);
}

.home-page .action-primary {
    background: var(--emil-red);
    color: var(--emil-paper-bright);
    box-shadow: 0 13px 32px rgba(220, 58, 32, 0.2);
}

.home-page .action-ghost {
    border-color: var(--emil-line);
    color: var(--emil-ink);
    background: rgba(255, 253, 248, 0.64);
}

.home-page .hero-ant {
    position: relative;
    inset: auto;
    z-index: 2;
    width: min(46vw, 700px);
    justify-self: end;
    opacity: 1;
    transform: translate(3%, 2%);
    filter: drop-shadow(0 30px 42px rgba(94, 24, 10, 0.15));
}

.home-page .hero-ant::before {
    content: "";
    position: absolute;
    inset: 17% 8% 9% 13%;
    z-index: -1;
    border-radius: 50%;
    background: rgba(220, 58, 32, 0.08);
    transform: rotate(-9deg);
}

.home-page .hero-ant img {
    width: 100%;
    max-height: 60vh;
    object-fit: contain;
    transform: rotate(-3deg);
    opacity: 0.98;
}

.home-page .hero-signal {
    position: absolute;
    right: 3vw;
    bottom: calc(var(--ant-floor-height) + 50px);
    left: 4vw;
    z-index: 4;
    width: 93vw;
    height: min(23vh, 220px);
    overflow: visible;
    pointer-events: none;
}

.home-page .hero-signal-path {
    fill: none;
    stroke: var(--emil-red);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    vector-effect: non-scaling-stroke;
    transition: stroke-dashoffset 1100ms var(--emil-ease-in-out);
}

.home-page.is-ready .hero-signal-path {
    stroke-dashoffset: 0;
}

.home-page .hero-signal-node {
    fill: var(--emil-paper-bright);
    stroke: var(--emil-red);
    stroke-width: 3;
    vector-effect: non-scaling-stroke;
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(0.95);
    transition: opacity 180ms ease 820ms, transform 180ms var(--emil-ease-out) 820ms;
}

.home-page.is-ready .hero-signal-node {
    opacity: 1;
    transform: scale(1);
}

.home-page .hero-index {
    right: clamp(54px, 6vw, 104px);
    bottom: calc(var(--ant-floor-height) + 54px);
    z-index: 6;
    gap: 22px;
}

.home-page .hero-index div {
    color: var(--emil-ink);
}

.home-page .hero-index div::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--emil-red);
}

.home-page .hero-index span {
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.1em;
}

.home-page .scroll-cue {
    left: clamp(32px, 4.5vw, 72px);
    bottom: calc(var(--ant-floor-height) + 52px);
    z-index: 6;
    color: var(--emil-muted);
}

.home-page .hero-ant-floor {
    height: var(--ant-floor-height);
    background: var(--emil-ink);
    border-top: 1px solid var(--emil-ink);
}

.home-page .hero-ant-floor::before {
    bottom: 26px;
    background: linear-gradient(90deg, transparent, rgba(244, 240, 233, 0.32) 20%, rgba(220, 58, 32, 0.8) 50%, rgba(244, 240, 233, 0.32) 80%, transparent);
    box-shadow: none;
}

.home-page .hero-ant-floor::after {
    background: linear-gradient(180deg, transparent, rgba(220, 58, 32, 0.12));
}

.home-page .hero-ant-floor-hint {
    right: clamp(20px, 4vw, 64px);
    bottom: 14px;
    color: rgba(255, 253, 248, 0.55);
    font-family: "IBM Plex Mono", monospace;
    font-size: 8px;
}

.home-page .manifesto {
    min-height: 74vh;
    padding: clamp(100px, 14vw, 220px) clamp(24px, 8vw, 132px);
    background: var(--emil-ink);
    color: var(--emil-paper-bright);
}

.home-page .manifesto::before {
    width: min(38vw, 520px);
    height: min(38vw, 520px);
    border: 1px solid var(--emil-line-inverse);
    background: transparent;
}

.home-page .manifesto p {
    color: #c8c2ba;
    font-family: "Archivo", sans-serif;
    font-size: clamp(22px, 2.5vw, 42px);
    font-weight: 400;
}

.home-page .manifesto h2 {
    max-width: 1050px;
    margin-top: 10px;
    color: var(--emil-paper-bright);
    font-size: clamp(64px, 9vw, 148px);
    line-height: 0.88;
    letter-spacing: -0.07em;
}

.home-page .routes-section {
    padding: clamp(96px, 11vw, 168px) clamp(24px, 7vw, 112px);
    background: var(--emil-paper-bright);
    color: var(--emil-ink);
}

.home-page .section-heading {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    align-items: end;
    margin-bottom: clamp(54px, 7vw, 96px);
}

.home-page .eyebrow-dark {
    color: var(--emil-muted);
}

.home-page .section-heading h2,
.home-page .process-section > header h2 {
    color: var(--emil-ink);
    font-size: clamp(52px, 6vw, 92px);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.home-page .route-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 18px;
}

.home-page .route-card {
    min-height: 480px;
    padding: clamp(34px, 4vw, 60px);
    border: 1px solid var(--emil-line);
    border-radius: 24px;
    background: var(--emil-paper);
    color: var(--emil-ink);
    overflow: hidden;
    box-shadow: 0 20px 54px rgba(49, 41, 30, 0.06);
    transition: border-color 180ms ease, box-shadow 220ms ease, transform 220ms var(--emil-ease-out);
}

.home-page .route-pro {
    margin-top: 72px;
    background: var(--emil-ink);
    color: var(--emil-paper-bright);
    border-color: var(--emil-ink);
}

.home-page .route-card::before {
    right: -20%;
    bottom: -34%;
    width: 62%;
    aspect-ratio: 1;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: 0.12;
}

.home-page .route-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: var(--emil-red);
    color: var(--emil-paper-bright);
}

.home-page .route-copy > p,
.home-page .categories-intro .eyebrow {
    color: var(--emil-muted);
    font-family: "IBM Plex Mono", monospace;
}

.home-page .route-pro .route-copy > p {
    color: #aba59d;
}

.home-page .route-copy h3 {
    max-width: 550px;
    font-size: clamp(34px, 3.4vw, 58px);
    line-height: 1;
    letter-spacing: -0.05em;
}

.home-page .route-card a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 7px;
    transition: color 180ms ease, transform 140ms var(--emil-ease-out);
}

.home-page .categories-section {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    padding: clamp(96px, 11vw, 168px) clamp(24px, 7vw, 112px);
    background: #e7e1d8;
    color: var(--emil-ink);
}

.home-page .categories-intro {
    min-width: 0;
    padding: clamp(48px, 5vw, 72px) clamp(32px, 4vw, 56px);
    border-right-color: var(--emil-line);
}

.home-page .categories-intro h2 {
    max-width: 600px;
    color: var(--emil-ink);
    font-size: clamp(54px, 5.6vw, 88px);
    line-height: 0.91;
    letter-spacing: -0.065em;
}

.home-page .categories-intro a {
    color: var(--emil-ink);
    text-decoration-thickness: 1px;
    text-underline-offset: 7px;
}

.home-page .category-item {
    min-height: 108px;
    color: var(--emil-ink);
    border-bottom-color: var(--emil-line);
    transition: color 180ms ease, background-color 180ms ease, transform 180ms var(--emil-ease-out);
}

.home-page .category-item i {
    color: var(--emil-red);
}

.home-page .category-item small {
    color: var(--emil-muted);
}

.home-page .process-section {
    grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.25fr);
    gap: clamp(48px, 7vw, 100px);
    padding: clamp(96px, 11vw, 168px) clamp(24px, 7vw, 112px);
    background: var(--emil-paper-bright);
    color: var(--emil-ink);
}

.home-page .process-section > header {
    border-bottom-color: var(--emil-line);
}

.home-page .process-list li {
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 18px;
    min-height: 190px;
    border-bottom-color: var(--emil-line);
    counter-increment: none;
}

.home-page .process-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid var(--emil-red);
    border-radius: 50%;
    background: var(--emil-paper-bright);
}

.home-page .process-list li::after {
    content: "";
    position: absolute;
    top: calc(50% + 6px);
    bottom: -50%;
    left: 4px;
    width: 1px;
    background: var(--emil-red);
    opacity: 0.35;
}

.home-page .process-list li:last-child::after {
    display: none;
}

.home-page .process-list h3 {
    font-size: clamp(30px, 3vw, 50px);
    letter-spacing: -0.045em;
}

.home-page .process-list p {
    max-width: 50ch;
    color: var(--emil-muted);
    font-size: clamp(16px, 1.2vw, 19px);
}

.home-page .final-cta {
    min-height: 76vh;
    padding: clamp(90px, 11vw, 170px) clamp(24px, 8vw, 132px);
    background: var(--emil-red);
    color: var(--emil-paper-bright);
}

.home-page .final-cta::after {
    background: linear-gradient(90deg, transparent, rgba(255, 253, 248, 0.13));
}

.home-page .final-cta h2 {
    max-width: 950px;
    font-size: clamp(70px, 10vw, 160px);
    line-height: 0.84;
    letter-spacing: -0.075em;
}

.home-page .action-light {
    background: var(--emil-paper-bright);
    color: var(--emil-ink);
    box-shadow: 0 16px 36px rgba(63, 15, 5, 0.16);
}

.home-page .site-footer {
    background: var(--emil-ink);
    color: var(--emil-paper-bright);
    border-top-color: var(--emil-line-inverse);
}

.home-page .site-footer .brand {
    color: var(--emil-paper-bright);
}

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

.home-page.js-reveal [data-reveal] {
    opacity: var(--reveal-opacity, 0);
    transform: translate3d(var(--reveal-x, 0px), 0, 0);
    transition: none;
    will-change: opacity, transform;
}

/* Keep hover-only feedback dormant on touch and coarse-pointer devices. */
.home-page .main-nav > a:hover::after,
.home-page .nav-auth .mode-switch-link:hover::after {
    transform: scaleX(0);
}

.home-page .action:hover i,
.home-page .route-copy a:hover i,
.home-page .categories-intro > a:hover i,
.home-page .category-item:hover b {
    transform: none;
}

.home-page .action-primary:hover {
    border-color: var(--emil-red);
    background: var(--emil-red);
}

.home-page .action-ghost:hover {
    border-color: var(--emil-line);
    background: rgba(255, 253, 248, 0.64);
    color: var(--emil-ink);
}

.home-page .route-card:hover::after {
    transform: scale(1);
}

.home-page .category-item:hover {
    background: transparent;
}

.home-page .category-item:hover small,
.home-page .footer-nav a:hover {
    color: var(--emil-muted);
}

.home-page .scroll-cue i {
    animation: none;
}

@media (hover: hover) and (pointer: fine) {
    .home-page .main-nav > a:hover::after,
    .home-page .nav-auth .mode-switch-link:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }

    .home-page .nav-auth .btn-nav-auth:hover {
        background: var(--emil-ink);
        color: var(--emil-paper-bright);
    }

    .home-page .action-primary:hover {
        background: var(--emil-red-dark);
        box-shadow: 0 17px 38px rgba(220, 58, 32, 0.27);
        transform: translateY(-2px);
    }

    .home-page .action-ghost:hover {
        border-color: var(--emil-ink);
        background: var(--emil-paper-bright);
        transform: translateY(-2px);
    }

    .home-page .route-card:hover {
        transform: translateY(-6px);
        border-color: rgba(17, 17, 15, 0.35);
        box-shadow: 0 28px 68px rgba(49, 41, 30, 0.1);
    }

    .home-page .category-item:hover {
        padding-left: 18px;
        background: rgba(255, 253, 248, 0.55);
    }

    .home-page .route-card a:hover,
    .home-page .categories-intro a:hover {
        color: var(--emil-red);
    }

    .home-page .action:hover i {
        transform: translateX(5px);
    }

    .home-page .route-copy a:hover i,
    .home-page .categories-intro > a:hover i,
    .home-page .category-item:hover b {
        transform: translate(4px, -4px);
    }

    .home-page .category-item:hover small {
        color: var(--emil-muted);
    }

    .home-page .footer-nav a:hover {
        color: var(--emil-paper-bright);
    }
}

@media (max-width: 1180px) {
    .home-page .hero-home {
        grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
        padding-inline: clamp(24px, 4.5vw, 68px);
    }

    .home-page .hero-copy h1 {
        font-size: clamp(60px, 8vw, 94px);
    }

    .home-page .hero-index {
        display: none;
    }
}

@media (max-width: 980px) {
    .home-page .site-header {
        color: var(--emil-ink);
    }

    .home-page .menu-toggle {
        display: inline-flex;
        color: var(--emil-ink);
        border-color: var(--emil-line);
        background: rgba(255, 253, 248, 0.75);
        border-radius: 10px;
    }

    .home-page .menu-toggle-icon::before,
    .home-page .menu-toggle-icon::after {
        background: currentColor;
    }

    .home-page .main-nav {
        background: rgba(244, 240, 233, 0.98);
        border-bottom: 1px solid var(--emil-line);
    }

    .home-page .main-nav > a,
    .home-page .nav-auth > a,
    .home-page .nav-auth .logout-link,
    .home-page .nav-auth .mode-switch-link {
        color: var(--emil-ink);
    }

    .home-page .hero-home {
        min-height: 920px;
        grid-template-columns: 1fr;
        align-content: center;
        padding-top: 108px;
    }

    .home-page .hero-home::after {
        top: 49%;
        left: clamp(18px, 3vw, 46px);
        width: auto;
        border-radius: 0 0 30px 30px;
    }

    .home-page .hero-copy {
        align-self: end;
        padding-top: 24px;
    }

    .home-page .hero-ant {
        position: absolute;
        right: -4%;
        bottom: calc(var(--ant-floor-height) + 66px);
        width: min(70vw, 600px);
        opacity: 0.34;
    }

    .home-page .hero-signal {
        bottom: calc(var(--ant-floor-height) + 42px);
    }

    .home-page .section-heading,
    .home-page .route-grid,
    .home-page .process-section {
        grid-template-columns: 1fr;
    }

    .home-page .route-pro {
        margin-top: 0;
    }
}

@media (max-width: 700px) {
    .home-page .site-header {
        height: 72px;
        padding-inline: 18px;
    }

    .home-page .brand-mark {
        width: 34px;
    }

    .home-page .brand-name {
        font-size: 14px;
    }

    .home-page .menu-toggle-label {
        display: none;
    }

    .home-page .hero-home {
        --ant-floor-height: 92px;
        min-height: 844px;
        padding: 90px 24px calc(var(--ant-floor-height) + 38px);
    }

    .home-page .hero-home::before,
    .home-page .hero-grid {
        inset: 72px 12px calc(var(--ant-floor-height) + 16px);
        border-radius: 22px;
    }

    .home-page .hero-home::after {
        top: 48%;
        right: 12px;
        bottom: calc(var(--ant-floor-height) + 16px);
        left: 12px;
        border-radius: 0 0 22px 22px;
    }

    .home-page .hero-copy {
        width: 100%;
        min-width: 0;
        padding: 10px 0 0;
    }

    .home-page .eyebrow {
        margin-bottom: 18px;
        font-size: 9px;
        letter-spacing: 0.09em;
    }

    .home-page .hero-copy h1 {
        max-width: 100%;
        font-size: clamp(52px, 15.5vw, 66px);
        line-height: 0.87;
        letter-spacing: -0.068em;
        overflow-wrap: normal;
    }

    .home-page .hero-summary {
        max-width: 32ch;
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.48;
    }

    .home-page .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        margin-top: 26px;
    }

    .home-page .action {
        width: 100%;
        min-width: 0;
        justify-content: center;
        text-align: center;
    }

    .home-page .hero-ant {
        right: -35%;
        bottom: calc(var(--ant-floor-height) + 86px);
        width: 105vw;
        opacity: 0.18;
    }

    .home-page .hero-signal {
        right: -8%;
        bottom: calc(var(--ant-floor-height) + 28px);
        left: -8%;
        width: 116%;
        height: 120px;
    }

    .home-page .scroll-cue,
    .home-page .hero-index {
        display: none;
    }

    .home-page .hero-ant-floor-hint {
        display: block;
        max-width: 120px;
        text-align: right;
    }

    .home-page .manifesto,
    .home-page .routes-section,
    .home-page .categories-section,
    .home-page .process-section,
    .home-page .final-cta {
        padding-inline: 24px;
    }

    .home-page .manifesto {
        min-height: 600px;
    }

    .home-page .manifesto h2 {
        font-size: clamp(58px, 18vw, 82px);
    }

    .home-page .route-card {
        min-height: 390px;
        padding: 30px 26px;
        border-radius: 18px;
    }

    .home-page .categories-section {
        grid-template-columns: 1fr;
    }

    .home-page .categories-intro {
        padding: 0 0 46px;
        border-right: 0;
        border-bottom: 1px solid var(--emil-line);
    }

    .home-page .categories-intro h2 {
        font-size: clamp(54px, 17vw, 76px);
    }

    .home-page .category-item {
        grid-template-columns: 34px minmax(0, 1fr) auto;
        min-height: 92px;
        gap: 12px;
    }

    .home-page .category-item small {
        display: none;
    }

    .home-page .process-section > header {
        grid-template-columns: 1fr;
    }

    .home-page .process-list {
        margin-left: 0;
    }

    .home-page .process-list li {
        grid-template-columns: 24px minmax(0, 1fr);
        min-height: 180px;
        gap: 18px;
    }

    .home-page .final-cta h2 {
        max-width: 100%;
        font-size: clamp(46px, 15vw, 74px);
        letter-spacing: -0.065em;
    }

    .home-page .final-cta > div:not(.final-ant) {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 280px) {
    .home-page .site-header { padding-inline: 12px; }
    .home-page .hero-home { padding-inline: 16px; }
    .home-page .manifesto,
    .home-page .routes-section,
    .home-page .categories-section,
    .home-page .process-section,
    .home-page .final-cta { padding-inline: 16px; }

    .home-page .section-heading,
    .home-page .route-grid,
    .home-page .categories-section,
    .home-page .process-section {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-page .section-heading > *,
    .home-page .process-section > header,
    .home-page .process-list,
    .home-page .process-list li > div {
        min-width: 0;
        max-width: 100%;
    }

    .home-page .process-list li {
        grid-template-columns: 14px minmax(0, 1fr);
        gap: 10px;
    }

    .home-page .hero-copy h1 { font-size: 32px; }
    .home-page .manifesto h2 { font-size: 38px; }
    .home-page .section-heading h2,
    .home-page .process-section > header h2 { font-size: 30px; }
    .home-page .route-copy h3 { font-size: 22px; }
    .home-page .categories-intro h2 { font-size: 36px; }
    .home-page .category-item {
        grid-template-columns: 18px minmax(0, 1fr) 14px;
        gap: 6px;
        padding-inline: 8px;
    }
    .home-page .category-item > i,
    .home-page .category-item b { font-size: 14px; }
    .home-page .category-item strong { font-size: 16px; }
    .home-page .process-list h3 { font-size: 24px; }
    .home-page .process-list p { font-size: 14px; }
    .home-page .final-cta h2 { font-size: 28px; }
}

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

    .home-page .hero-signal-path {
        stroke-dashoffset: 0;
    }

    .home-page .hero-signal-node,
    .home-page.js-reveal [data-reveal] {
        opacity: 1;
        transform: none;
        animation: none !important;
        will-change: auto;
    }
}
