/* Homepage-only visual system. All selectors are scoped to .home-page. */
.home-page {
    --home-ink: #211f28;
    --home-muted: #68636f;
    --home-cream: #fffcef;
    --home-paper: #fffef9;
    --home-purple: #a987dd;
    --home-purple-dark: #7650b8;
    --home-purple-soft: #eee5ff;
    --home-yellow: #fae920;
    --home-yellow-soft: #fff59c;
    --home-blue: #75ccee;
    --home-green: #87d5a4;
    --home-line: rgba(33, 31, 40, 0.14);
    --home-shadow: 0 26px 70px rgba(46, 34, 58, 0.14);
    background: var(--home-cream);
    color: var(--home-ink);
}

.home-page main {
    overflow: clip;
}

.home-page .container {
    width: min(calc(100% - 40px), 1240px);
    max-width: none;
    padding: 0;
}

.home-page a {
    color: inherit;
}

.home-page .home-navbar {
    background: rgba(255, 252, 239, 0.78);
    border-bottom: 1px solid transparent;
    box-shadow: none;
    backdrop-filter: blur(18px) saturate(130%);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.home-page .home-navbar.is-scrolled {
    border-bottom-color: rgba(33, 31, 40, 0.08);
    background: rgba(255, 252, 239, 0.94);
    box-shadow: 0 12px 32px rgba(43, 35, 52, 0.07);
}

.home-page .nav-content {
    min-height: 76px;
    padding: 0;
    gap: 24px;
}

.home-page .logo {
    display: inline-flex;
    text-decoration: none;
}

.home-page .logo-text {
    color: var(--home-purple-dark);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 1.36rem;
    font-weight: 900;
    letter-spacing: 0.055em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 3px 3px 0 var(--home-yellow);
}

.home-page .nav-menu {
    align-items: center;
    gap: clamp(1rem, 2vw, 1.9rem);
}

.home-page .nav-link {
    color: var(--home-ink);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.home-page .nav-link::after {
    height: 6px;
    bottom: -10px;
    background: var(--home-yellow);
    border-radius: 0;
    z-index: -1;
}

.home-page .home-nav-actions,
.home-page .language-selector {
    display: flex;
    align-items: center;
}

.home-page .home-nav-actions {
    gap: 12px;
}

.home-page .language-selector {
    padding: 4px;
    gap: 2px;
    border: 1px solid var(--home-line);
    background: rgba(255, 255, 255, 0.68);
    border-radius: 999px;
}

.home-page .lang-btn {
    min-width: 40px;
    padding: 0.48rem 0.66rem;
    border: 0;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
}

.home-page .lang-btn:hover {
    background: var(--home-purple-soft);
}

.home-page .lang-btn.active {
    background: var(--home-ink);
    color: #fff;
}

.home-page .mobile-menu-toggle {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--home-line);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.76);
    align-items: center;
    justify-content: center;
}

.home-page .mobile-menu-toggle span {
    width: 18px;
    background: var(--home-ink);
}

.home-hero {
    position: relative;
    min-height: 900px;
    padding: 148px 0 90px;
    background:
        linear-gradient(90deg, rgba(169, 135, 221, 0.06) 1px, transparent 1px),
        linear-gradient(rgba(169, 135, 221, 0.06) 1px, transparent 1px),
        var(--home-cream);
    background-size: 36px 36px;
    isolation: isolate;
}

.home-hero > .container,
.home-skyline-caption {
    position: relative;
    z-index: 2;
}

.home-ambient-map {
    --ambient-x: 72%;
    --ambient-y: 32%;
    --ambient-route-offset: 0;
    position: absolute;
    inset: 76px 0 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-ambient-map svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.home-ambient-routes {
    fill: none;
    stroke-linecap: square;
    stroke-linejoin: bevel;
    vector-effect: non-scaling-stroke;
}

.home-ambient-routes--base {
    stroke: rgba(118, 80, 184, 0.13);
    stroke-width: 2;
    stroke-dasharray: 4 10;
}

.home-ambient-routes--live {
    stroke: var(--home-purple-dark);
    stroke-width: 3;
    stroke-dasharray: 14 20;
    stroke-dashoffset: var(--ambient-route-offset);
    opacity: 0.72;
    filter: drop-shadow(0 0 6px rgba(250, 233, 32, 0.84));
    -webkit-mask-image: radial-gradient(circle 230px at var(--ambient-x) var(--ambient-y), #000 0 42%, rgba(0, 0, 0, 0.5) 66%, transparent 100%);
    mask-image: radial-gradient(circle 230px at var(--ambient-x) var(--ambient-y), #000 0 42%, rgba(0, 0, 0, 0.5) 66%, transparent 100%);
}

.home-ambient-nodes circle {
    fill: var(--home-yellow);
    stroke: var(--home-purple-dark);
    stroke-width: 3;
    opacity: 0.28;
    animation: homeAmbientNode 3.2s ease-in-out infinite;
}

.home-ambient-nodes g:nth-child(2n) circle { animation-delay: -1.1s; }
.home-ambient-nodes g:nth-child(3n) circle { animation-delay: -2.2s; }

.home-ambient-nodes text {
    fill: var(--home-purple-dark);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 9px;
    font-weight: 900;
    text-anchor: middle;
    opacity: 0.5;
}

.home-ambient-cursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 4px solid var(--home-yellow);
    border-radius: 50%;
    box-shadow: 0 0 0 2px var(--home-purple-dark), 0 0 28px rgba(118, 80, 184, 0.42);
    opacity: 0;
    transform: translate3d(calc(var(--ambient-cursor-x, 0px) - 50%), calc(var(--ambient-cursor-y, 0px) - 50%), 0);
    transition: opacity 180ms ease;
}

.home-ambient-map.is-pointer-active .home-ambient-cursor {
    opacity: 1;
}

.home-ambient-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 3px solid var(--home-purple-dark);
    border-radius: 50%;
    background: var(--home-yellow);
    box-shadow: 0 0 0 0 rgba(118, 80, 184, 0.42);
    transform: translate3d(calc(var(--pulse-x) - 50%), calc(var(--pulse-y) - 50%), 0);
    animation: homeAmbientPing 900ms cubic-bezier(0.2, 0.72, 0.2, 1) forwards;
}

@keyframes homeAmbientNode {
    0%, 100% { opacity: 0.24; stroke-width: 3; }
    50% { opacity: 0.66; stroke-width: 6; }
}

@keyframes homeAmbientPing {
    0% { opacity: 1; box-shadow: 0 0 0 0 rgba(118, 80, 184, 0.42); }
    78% { opacity: 0.72; box-shadow: 0 0 0 46px rgba(118, 80, 184, 0); }
    100% { opacity: 0; box-shadow: 0 0 0 58px rgba(118, 80, 184, 0); }
}

.home-mosaic-grid {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.home-mosaic-grid::before,
.home-mosaic-grid::after {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    background:
        linear-gradient(90deg, var(--home-purple-soft) 46%, transparent 46% 54%, var(--home-purple-soft) 54%),
        linear-gradient(var(--home-purple-soft) 46%, transparent 46% 54%, var(--home-purple-soft) 54%);
    background-size: 44px 44px;
    opacity: 0.72;
    transform: rotate(10deg);
}

.home-mosaic-grid::before {
    top: 40px;
    left: -170px;
}

.home-mosaic-grid::after {
    right: -160px;
    bottom: 50px;
    background:
        linear-gradient(90deg, rgba(250, 233, 32, 0.45) 46%, transparent 46% 54%, rgba(250, 233, 32, 0.45) 54%),
        linear-gradient(rgba(250, 233, 32, 0.45) 46%, transparent 46% 54%, rgba(250, 233, 32, 0.45) 54%);
    background-size: 44px 44px;
}

.home-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(460px, 1.04fr);
    gap: clamp(44px, 6vw, 86px);
    align-items: center;
}

.home-hero-copy {
    position: relative;
    z-index: 3;
}

.home-kicker,
.home-eyebrow,
.home-step-kicker {
    margin: 0 0 20px;
    color: var(--home-purple-dark);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-transform: uppercase;
}

.home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid rgba(118, 80, 184, 0.18);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 5px 5px 0 rgba(169, 135, 221, 0.18);
}

.home-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(3.35rem, 6vw, 6.05rem);
    font-weight: 800;
    letter-spacing: -0.067em;
    line-height: 0.96;
}

.home-hero-lede {
    max-width: 610px;
    margin: 30px 0 0;
    color: var(--home-muted);
    font-size: clamp(1.08rem, 1.55vw, 1.32rem);
    line-height: 1.72;
}

.home-store-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.home-store-button {
    display: inline-flex;
    min-width: 190px;
    min-height: 62px;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    border: 2px solid var(--home-ink);
    border-radius: 18px;
    background: var(--home-paper);
    box-shadow: 6px 6px 0 var(--home-purple-soft);
    color: var(--home-ink);
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.home-store-button--primary {
    background: var(--home-yellow);
    box-shadow: 6px 6px 0 var(--home-purple);
}

.home-store-button:hover,
.home-store-button:focus-visible {
    transform: translate(-2px, -2px);
    box-shadow: 9px 9px 0 var(--home-purple);
}

.home-store-button small,
.home-store-button strong {
    display: block;
}

.home-store-button small {
    margin-bottom: 2px;
    color: var(--home-muted);
    font-size: 0.68rem;
    font-weight: 650;
}

.home-store-button strong {
    font-size: 1.05rem;
    line-height: 1.1;
}

.home-store-icon {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    font-size: 1.65rem;
}

.home-store-icon--play {
    font-size: 1rem;
}

.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    color: var(--home-ink);
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration-color: var(--home-purple);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.home-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid var(--home-line);
    color: var(--home-muted);
    font-size: 0.78rem;
}

.home-hero-facts > span {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
}

.home-hero-facts strong {
    color: var(--home-purple-dark);
    font-size: 1.35rem;
}

.home-hero-scene {
    position: relative;
    min-height: 675px;
    isolation: isolate;
    --parallax-x: 0px;
    --parallax-y: 0px;
}

.home-city-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.home-city-blocks {
    color: rgba(169, 135, 221, 0.18);
    transform: translate(calc(var(--parallax-x) * -0.28), calc(var(--parallax-y) * -0.28));
    transition: transform 120ms linear;
}

.home-route-shadow,
.home-route-line {
    fill: none;
    stroke-linecap: square;
    stroke-linejoin: round;
}

.home-route-shadow {
    stroke: rgba(33, 31, 40, 0.09);
    stroke-width: 18;
}

.home-route-line {
    stroke: var(--home-purple);
    stroke-width: 7;
    stroke-dasharray: 14 12;
    animation: home-route-flow 8s linear infinite;
}

.home-route-points circle {
    fill: var(--home-yellow);
    stroke: var(--home-ink);
    stroke-width: 4;
}

.home-route-points text {
    fill: var(--home-ink);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 16px;
    font-weight: 900;
    text-anchor: middle;
}

.home-route-points g {
    transform-box: fill-box;
    transform-origin: center;
    animation: home-node-breathe 3.2s ease-in-out infinite;
}

.home-route-points g:nth-child(2) { animation-delay: -0.8s; }
.home-route-points g:nth-child(3) { animation-delay: -1.6s; }
.home-route-points g:nth-child(4) { animation-delay: -2.4s; }

.home-hero-phone,
.home-story-phone {
    position: absolute;
    overflow: hidden;
    padding: 8px;
    border: 3px solid var(--home-ink);
    background: var(--home-purple);
    box-shadow: var(--home-shadow), 16px 16px 0 rgba(250, 233, 32, 0.72);
}

.home-hero-phone {
    top: 20px;
    left: 50%;
    width: min(310px, 58%);
    aspect-ratio: 828 / 1800;
    border-radius: 42px;
    transform: translate(calc(-50% + var(--parallax-x)), var(--parallax-y)) rotate(2.4deg);
    transition: transform 120ms linear;
    z-index: 3;
}

.home-hero-phone img,
.home-story-phone img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 33px;
    object-fit: contain;
    background: #fff;
}

.home-phone-speaker {
    position: absolute;
    top: 14px;
    left: 50%;
    width: 64px;
    height: 9px;
    border-radius: 999px;
    background: var(--home-ink);
    transform: translateX(-50%);
    z-index: 4;
}

.home-floating-label {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    border: 2px solid var(--home-ink);
    background: var(--home-paper);
    box-shadow: 5px 5px 0 var(--home-yellow);
    font-size: 0.82rem;
    font-weight: 850;
    transform: translate(calc(var(--parallax-x) * 1.35), calc(var(--parallax-y) * 1.35));
    transition: transform 120ms linear;
}

.home-floating-label--wc {
    top: 128px;
    left: 0;
}

.home-floating-label--wc > span:first-child {
    color: var(--home-purple-dark);
}

.home-floating-label--water {
    right: -5px;
    bottom: 150px;
    box-shadow: 5px 5px 0 var(--home-blue);
}

.home-floating-label--water > span:first-child {
    color: #278eb6;
}

.home-skyline-caption {
    position: absolute;
    right: 2vw;
    bottom: 16px;
    color: rgba(33, 31, 40, 0.3);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.home-utility {
    position: relative;
    padding: 92px 0 100px;
    background: var(--home-ink);
    color: #fff;
}

.home-section-heading {
    max-width: 820px;
    margin-bottom: 52px;
}

.home-section-heading--row {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
    gap: 48px;
    align-items: end;
}

.home-section-heading h2,
.home-editorial h2,
.home-download h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(2.45rem, 4.8vw, 4.8rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.home-section-heading > p,
.home-section-heading--row > p {
    margin: 18px 0 0;
    color: var(--home-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.home-utility .home-eyebrow {
    color: var(--home-yellow);
}

.home-utility .home-section-heading--row > p {
    color: rgba(255, 255, 255, 0.66);
}

.home-utility-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.home-utility-tile {
    position: relative;
    display: grid;
    min-height: 218px;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: start;
    padding: 24px;
    overflow: hidden;
    touch-action: pan-y;
    border: 1px solid rgba(255, 255, 255, 0.17);
    background: #302d38;
    color: #fff;
    text-decoration: none;
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

.home-utility-tile .reactive-mosaic-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.home-utility-tile > :not(.reactive-mosaic-canvas) {
    position: relative;
    z-index: 1;
}

.home-utility-tile:hover,
.home-utility-tile:focus-visible {
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow: 8px 8px 0 rgba(169, 135, 221, 0.32);
}

.home-utility-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 2px solid currentColor;
    background: var(--home-purple);
    color: var(--home-ink);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 0.78rem;
    font-weight: 950;
}

.home-utility-tile--water .home-utility-icon { background: var(--home-blue); }
.home-utility-tile--wifi .home-utility-icon { background: var(--home-green); }
.home-utility-tile--activity .home-utility-icon { background: var(--home-yellow); }

.home-utility-tile strong,
.home-utility-tile small {
    display: block;
}

.home-utility-tile strong {
    margin-top: 5px;
    font-size: 1.25rem;
}

.home-utility-tile small {
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.86rem;
    line-height: 1.55;
}

.home-story {
    position: relative;
    padding: 120px 0 130px;
    background:
        linear-gradient(90deg, rgba(169, 135, 221, 0.045) 1px, transparent 1px),
        var(--home-paper);
    background-size: 72px 72px;
}

.home-story-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 480px;
    gap: clamp(54px, 7vw, 110px);
    align-items: start;
}

.home-story-steps {
    border-top: 1px solid var(--home-line);
}

.home-story-step {
    display: grid;
    min-height: 72vh;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 28px;
    align-content: center;
    padding: 80px 0;
    border-bottom: 1px solid var(--home-line);
    opacity: 0.36;
    transition: opacity 300ms ease;
}

.home-story-step.is-active {
    opacity: 1;
}

.home-step-number {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 2px solid var(--home-ink);
    background: var(--home-yellow);
    box-shadow: 5px 5px 0 var(--home-purple);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 0.86rem;
    font-weight: 950;
}

.home-story-step--easter-egg .home-step-number {
    background: var(--home-purple);
    box-shadow: 5px 5px 0 var(--home-yellow);
}

.home-step-copy {
    max-width: 650px;
}

.home-step-kicker {
    margin-bottom: 15px;
}

.home-step-copy h3 {
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(2rem, 3.5vw, 3.75rem);
    font-weight: 800;
    letter-spacing: -0.052em;
    line-height: 1.04;
}

.home-step-copy > p:not(.home-step-kicker) {
    max-width: 570px;
    margin: 22px 0 0;
    color: var(--home-muted);
    font-size: 1.08rem;
    line-height: 1.72;
}

.home-screen-switcher {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.home-screen-chip {
    padding: 9px 13px;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    background: #fff;
    color: var(--home-muted);
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.home-screen-chip:hover,
.home-screen-chip:focus-visible,
.home-screen-chip.is-active {
    border-color: var(--home-ink);
    background: var(--home-ink);
    color: #fff;
}

.home-story-visual {
    position: sticky;
    top: 108px;
    display: grid;
    min-height: 690px;
    place-items: center;
}

.home-story-phone {
    position: relative;
    width: 292px;
    aspect-ratio: 828 / 1800;
    border-radius: 42px;
    box-shadow: var(--home-shadow), 14px 14px 0 var(--home-yellow);
    z-index: 2;
}

.home-story-phone img {
    transition: opacity 170ms ease, transform 220ms ease;
}

.home-story-phone.is-switching img {
    opacity: 0.12;
    transform: scale(0.985);
}

.home-story-caption {
    max-width: 300px;
    margin: 18px 0 0;
    color: var(--home-muted);
    font-size: 0.86rem;
    line-height: 1.5;
    text-align: center;
}

.home-story-route {
    position: absolute;
    inset: 20px 0 38px;
    pointer-events: none;
}

.home-story-route svg {
    position: absolute;
    left: 0;
    width: 160px;
    height: 100%;
}

.home-story-route-base,
.home-story-route-progress {
    fill: none;
    stroke-linecap: square;
    stroke-width: 5;
}

.home-story-route-base {
    stroke: rgba(33, 31, 40, 0.1);
    stroke-dasharray: 8 10;
}

.home-story-route-progress {
    stroke: var(--home-purple);
    stroke-dasharray: 820;
    stroke-dashoffset: 820;
    transition: stroke-dashoffset 450ms ease;
}

.home-story-node {
    position: absolute;
    left: 52px;
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 2px solid var(--home-ink);
    border-radius: 50%;
    background: var(--home-paper);
    color: var(--home-muted);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 0.78rem;
    font-weight: 950;
    transform: scale(0.82);
    transition: transform 260ms ease, background 260ms ease, color 260ms ease;
}

.home-story-node:nth-of-type(1) { top: 2%; }
.home-story-node:nth-of-type(2) { top: 34%; }
.home-story-node:nth-of-type(3) { top: 65%; }
.home-story-node:nth-of-type(4) { top: 91%; }

.home-story-node.is-active,
.home-story-node.is-complete {
    background: var(--home-yellow);
    color: var(--home-ink);
    transform: scale(1);
}

.home-story-node.is-active {
    box-shadow: 0 0 0 8px rgba(169, 135, 221, 0.2);
}

.home-mobile-screens {
    display: none;
}

.home-editorial {
    padding: 115px 0;
    background: var(--home-purple-soft);
}

.home-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
    gap: clamp(50px, 9vw, 140px);
    align-items: start;
}

.home-editorial-copy > p {
    margin: 0 0 20px;
    color: var(--home-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.home-trust-list {
    display: grid;
    gap: 13px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.home-trust-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 13px;
    border-top: 1px solid rgba(118, 80, 184, 0.18);
    font-size: 0.94rem;
    font-weight: 760;
}

.home-trust-list li span:first-child {
    color: var(--home-purple-dark);
}

.home-guides {
    padding: 110px 0 120px;
    background: var(--home-cream);
}

.home-guides .home-section-heading--row {
    align-items: center;
}

.home-guides .home-text-link {
    justify-self: end;
    margin: 0;
}

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

.home-guide-list > a {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: 28px 8px;
    border-bottom: 1px solid var(--home-line);
    text-decoration: none;
    transition: padding 180ms ease, background 180ms ease;
}

.home-guide-list > a:hover,
.home-guide-list > a:focus-visible {
    padding-right: 20px;
    padding-left: 20px;
    background: rgba(250, 233, 32, 0.26);
}

.home-guide-date {
    color: var(--home-purple-dark);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 1rem;
    font-weight: 950;
}

.home-guide-list strong,
.home-guide-list small {
    display: block;
}

.home-guide-list strong {
    font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.home-guide-list small {
    margin-top: 8px;
    color: var(--home-muted);
    font-size: 0.93rem;
    line-height: 1.5;
}

.home-download {
    position: relative;
    padding: 120px 0 130px;
    overflow: hidden;
    background: var(--home-yellow);
    color: var(--home-ink);
    text-align: center;
    isolation: isolate;
}

.home-download::before,
.home-download::after {
    content: "";
    position: absolute;
    bottom: -50px;
    width: 320px;
    height: 240px;
    background:
        linear-gradient(90deg, rgba(118, 80, 184, 0.15) 46%, transparent 46% 54%, rgba(118, 80, 184, 0.15) 54%),
        linear-gradient(rgba(118, 80, 184, 0.15) 46%, transparent 46% 54%, rgba(118, 80, 184, 0.15) 54%);
    background-size: 44px 44px;
    transform: rotate(8deg);
    z-index: -1;
}

.home-download::before { left: -120px; }
.home-download::after { right: -120px; transform: rotate(-8deg); }

.home-download-content {
    max-width: 870px;
}

.home-download .home-eyebrow {
    color: var(--home-purple-dark);
}

.home-download h2 {
    font-size: clamp(3rem, 6vw, 6rem);
}

.home-download-content > p:not(.home-eyebrow) {
    max-width: 620px;
    margin: 24px auto 0;
    font-size: 1.1rem;
    line-height: 1.7;
}

.home-store-row--center {
    justify-content: center;
}

.home-download .home-store-button {
    background: var(--home-paper);
}

.home-download .home-store-button--primary {
    background: var(--home-ink);
    color: #fff;
    box-shadow: 6px 6px 0 var(--home-purple);
}

.home-download .home-store-button--primary small {
    color: rgba(255, 255, 255, 0.65);
}

.home-source-note {
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #24212a;
    color: rgba(255, 255, 255, 0.58);
}

.home-source-note .container {
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.home-source-note p {
    max-width: 560px;
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.55;
}

.home-source-note strong {
    color: rgba(255, 255, 255, 0.82);
}

.home-page .home-footer {
    padding: 74px 0 28px;
    background: var(--home-ink);
}

.home-page .home-footer .footer-content {
    grid-template-columns: 1.35fr 1fr 1fr;
}

.home-page .home-footer .footer-title {
    color: var(--home-yellow);
    font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-page .home-footer .footer-description,
.home-page .home-footer .footer-links a {
    color: rgba(255, 255, 255, 0.62);
}

@keyframes home-route-flow {
    to { stroke-dashoffset: -52; }
}

@keyframes home-node-breathe {
    0%, 100% { transform: scale(0.92); }
    50% { transform: scale(1.08); }
}

@media (max-width: 1080px) {
    .home-page .nav-menu { gap: 0.9rem; }
    .home-hero-grid { grid-template-columns: minmax(0, 1fr) 430px; gap: 28px; }
    .home-hero h1 { font-size: clamp(3.2rem, 6.2vw, 5rem); }
    .home-utility-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-utility-tile { min-height: 170px; }
    .home-story-layout { grid-template-columns: minmax(0, 1fr) 400px; gap: 40px; }
    .home-story-route svg { left: -26px; }
    .home-story-node { left: 26px; }
}

@media (max-width: 900px) {
    .home-page .container { width: min(calc(100% - 32px), 720px); }
    .home-page .nav-content { min-height: 70px; }
    .home-page .mobile-menu-toggle { display: flex; flex-direction: column; }
    .home-page .nav-menu {
        position: absolute;
        top: calc(100% + 8px);
        right: 16px;
        left: 16px;
        display: none;
        gap: 0;
        padding: 12px;
        border: 1px solid var(--home-line);
        background: rgba(255, 254, 249, 0.98);
        box-shadow: var(--home-shadow);
    }
    .home-page .nav-menu.active { display: grid; }
    .home-page .nav-menu li,
    .home-page .nav-menu a { width: 100%; }
    .home-page .nav-menu a { display: block; padding: 13px 12px; }
    .home-page .mobile-menu-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .home-page .mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
    .home-page .mobile-menu-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .home-hero { min-height: auto; padding: 120px 0 74px; }
    .home-hero-grid { grid-template-columns: 1fr; }
    .home-hero-copy { max-width: 700px; }
    .home-hero h1 { font-size: clamp(3.15rem, 10vw, 5rem); }
    .home-hero-scene { min-height: 660px; margin-top: 22px; }
    .home-hero-phone { width: min(300px, 54%); }
    .home-section-heading--row,
    .home-editorial-grid { grid-template-columns: 1fr; gap: 28px; }
    .home-story { padding: 94px 0 105px; }
    .home-story-layout { display: block; }
    .home-story-step { min-height: auto; padding: 64px 0 74px; opacity: 1; }
    .home-screen-switcher,
    .home-story-visual { display: none; }
    .home-mobile-screens {
        display: grid;
        width: calc(100vw - 16px);
        grid-auto-columns: minmax(238px, 72vw);
        grid-auto-flow: column;
        gap: 14px;
        margin-top: 30px;
        padding: 0 22px 20px 0;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: thin;
    }
    .home-mobile-screens figure { margin: 0; scroll-snap-align: start; }
    .home-mobile-screens img {
        display: block;
        width: 100%;
        height: auto;
        border: 2px solid var(--home-ink);
        border-radius: 30px;
        background: var(--home-purple);
        box-shadow: 8px 8px 0 var(--home-purple-soft);
    }
    .home-mobile-screens figcaption { margin-top: 14px; color: var(--home-muted); font-size: 0.78rem; line-height: 1.45; }
    .home-editorial { padding: 92px 0; }
    .home-guides { padding: 92px 0 100px; }
    .home-guides .home-text-link { justify-self: start; margin: 0; }
}

@media (max-width: 640px) {
    .home-page .container { width: min(calc(100% - 24px), 600px); }
    .home-page .logo-text { font-size: 1.05rem; }
    .home-page .language-selector { padding: 3px; }
    .home-page .lang-btn { min-width: 34px; padding: 0.42rem 0.5rem; font-size: 0.68rem; }
    .home-page .mobile-menu-toggle { width: 38px; height: 38px; }
    .home-hero { padding-top: 108px; }
    .home-kicker,
    .home-eyebrow,
    .home-step-kicker { font-size: 0.67rem; }
    .home-hero h1 { font-size: clamp(2.9rem, 14vw, 4.2rem); letter-spacing: -0.062em; }
    .home-hero-lede { font-size: 1rem; }
    .home-store-row { display: grid; grid-template-columns: 1fr; }
    .home-store-button { width: 100%; min-width: 0; }
    .home-hero-facts { gap: 12px 18px; }
    .home-hero-scene { min-height: 570px; margin-top: 8px; }
    .home-city-map { width: 120%; max-width: none; left: -10%; }
    .home-hero-phone { top: 24px; width: min(252px, 67%); border-radius: 36px; }
    .home-hero-phone img { border-radius: 28px; }
    .home-floating-label { padding: 10px 12px; font-size: 0.7rem; }
    .home-floating-label--wc { top: 95px; left: -5px; }
    .home-floating-label--water { right: -4px; bottom: 110px; }
    .home-utility,
    .home-story { padding-top: 82px; }
    .home-section-heading { margin-bottom: 38px; }
    .home-section-heading h2,
    .home-editorial h2,
    .home-download h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
    .home-utility-grid { grid-template-columns: 1fr; }
    .home-utility-tile { min-height: 132px; }
    .home-story-step { grid-template-columns: 48px minmax(0, 1fr); gap: 18px; }
    .home-step-number { width: 44px; height: 44px; font-size: 0.72rem; }
    .home-step-copy h3 { font-size: clamp(1.95rem, 9vw, 2.75rem); }
    .home-step-copy > p:not(.home-step-kicker) { font-size: 0.98rem; }
    .home-mobile-screens { width: calc(100vw - 60px); grid-auto-columns: minmax(220px, 72vw); }
    .home-guide-list > a { grid-template-columns: 64px minmax(0, 1fr) auto; gap: 14px; padding: 22px 2px; }
    .home-guide-list small { display: none; }
    .home-download { padding: 92px 0 100px; }
    .home-source-note .container { display: grid; gap: 12px; }
    .home-page .home-footer .footer-content { grid-template-columns: 1fr; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    .home-page *,
    .home-page *::before,
    .home-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
    .home-route-line { stroke-dasharray: none; }
    .home-city-blocks,
    .home-floating-label { transform: none; }
    .home-hero-phone { transform: translateX(-50%) rotate(2.4deg); }
    .home-story-route-progress { stroke-dashoffset: 0; }
    .home-ambient-routes--live {
        stroke-dasharray: none;
        stroke-dashoffset: 0;
        opacity: 0.22;
        -webkit-mask-image: none;
        mask-image: none;
    }
    .home-ambient-cursor,
    .home-ambient-pulse { display: none; }
}
