@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: url("fonts/manrope-latin.woff2") format("woff2");
}

:root {
    --ink: #080b0d;
    --ink-soft: #10171b;
    --paper: #e8e5dd;
    --paper-dim: #aaa9a3;
    --blue: #4ba4ee;
    --blue-dark: #1d668f;
    --blue-haze: #8ac5e6;
    --line: rgba(232, 229, 221, 0.17);
    --line-dark: rgba(8, 11, 13, 0.17);
    --foundation-bg: #10171b;
    --foundation-panel: #0b1114;
    --foundation-text: #e8e5dd;
    --foundation-dim: #8b9498;
    --foundation-line: rgba(232, 229, 221, .16);
    --server-bg: #152229;
    --server-text: #e8e5dd;
    --sans: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
    --detail: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
    --page: min(1440px, calc(100vw - 64px));
    --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; color-scheme: dark; }

body {
    margin: 0;
    color: var(--paper);
    background: var(--ink);
    font-family: var(--sans);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a { color: inherit; }

.site-header {
    width: var(--page);
    height: 88px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-bottom: 1px solid var(--line);
    position: absolute;
    inset: 0 0 auto;
    z-index: 10;
}

.brand {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.02em;
    text-decoration: none;
}

.brand img { display: block; }

.header-meta,
.header-link,
.kicker,
.section-index,
.spec-list,
.product-note,
footer p {
    font-family: var(--detail);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .13em;
}

.header-meta {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--paper-dim);
    font-size: 10px;
}

.header-meta a { color: inherit; text-decoration: none; transition: color .25s ease; }
.header-meta a:hover { color: var(--paper); }

.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 0 12px var(--blue);
}

.header-link {
    justify-self: end;
    font-size: 10px;
    text-decoration: none;
}

.header-coming-soon { color: var(--paper-dim); }

.header-link span,
.button span { margin-left: 12px; }

.hero {
    width: var(--page);
    min-height: 940px;
    margin: auto;
    padding-top: 88px;
    display: grid;
    grid-template-columns: 47% 53%;
    position: relative;
}

.hero-copy {
    padding: clamp(150px, 18vh, 220px) 5vw 90px 0;
    position: relative;
    z-index: 2;
}

.kicker {
    margin: 0 0 42px;
    color: var(--paper-dim);
    font-size: 10px;
}

.kicker span {
    display: inline-block;
    min-width: 48px;
    color: var(--blue);
}

h1,
h2,
.manifesto-lead {
    margin: 0;
    font-weight: 300;
    letter-spacing: -.065em;
    line-height: .89;
}

h2 em { display: inline-block; }

h1 { font-size: clamp(76px, 9.5vw, 154px); }

h1 em,
h2 em {
    color: var(--blue-haze);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.hero-intro {
    max-width: 480px;
    margin: 46px 0 38px;
    color: var(--paper-dim);
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.6;
}

.button {
    min-height: 56px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: transform .35s var(--ease), background .35s, color .35s;
}

.button:hover { transform: translateY(-3px); }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { background: white; }
.button-blue { color: #041017; background: var(--blue); }
.button-blue:hover { background: #71bcf8; }
.button-disabled { cursor: default; opacity: .72; }
.button-disabled:hover { transform: none; }
.button-light.button-disabled:hover { background: var(--paper); }
.button-blue.button-disabled:hover { background: var(--blue); }

.format-row {
    max-width: 520px;
    margin-top: 92px;
    padding-top: 17px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid var(--line);
    color: #747b7f;
    font-family: var(--detail);
    font-weight: 500;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.hero-product {
    min-height: 940px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(144, 201, 230, .32), transparent 45%),
        linear-gradient(180deg, #3d6477 0%, #18303b 68%, #10191e 100%);
}

.hero-product::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.sound-field {
    position: absolute;
    border: 1px solid rgba(187, 226, 245, .25);
    border-radius: 50%;
}

.sound-field-one { width: 680px; height: 680px; top: 140px; left: 7%; }
.sound-field-two { width: 900px; height: 900px; top: 30px; left: -7%; }

.phone-shell {
    width: min(365px, 72%);
    height: auto;
    aspect-ratio: 365 / 745;
    padding: 8px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .38);
    border-bottom: 0;
    border-radius: 52px 52px 0 0;
    background: #071116;
    box-shadow: 0 50px 100px rgba(0,0,0,.55), 0 0 70px rgba(110, 192, 232, .13);
}

.phone-shell img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 44px 44px 0 0;
    object-fit: cover;
    object-position: top;
}

.phone-speaker {
    width: 86px;
    height: 24px;
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 50%;
    border-radius: 20px;
    background: #091217;
    transform: translateX(-50%);
}

.product-note { position: absolute; z-index: 3; font-size: 8px; line-height: 1.6; color: #c7dce6; }
.product-note-top { top: 132px; right: 34px; display: flex; align-items: center; gap: 10px; }
.note-line { display: block; width: 34px; height: 1px; background: currentColor; }
.product-note-bottom { left: 34px; bottom: 31px; display: flex; gap: 26px; color: rgba(232,229,221,.55); }

.manifesto {
    width: var(--page);
    margin: auto;
    padding: 170px 0;
    display: grid;
    grid-template-columns: 25% 75%;
    border-bottom: 1px solid var(--line);
}

.section-index { margin: 8px 0 0; color: #687075; font-size: 9px; }
.manifesto > div { display: grid; grid-template-columns: 2fr 1fr; gap: 8vw; }
.manifesto-lead { max-width: 740px; font-size: clamp(40px, 5vw, 76px); line-height: 1.03; }
.manifesto-detail { margin: 7px 0 0; color: var(--paper-dim); font-size: 15px; line-height: 1.75; }

.foundation {
    width: var(--page);
    min-height: 780px;
    margin: 150px auto;
    display: grid;
    grid-template-columns: 46% 54%;
    color: var(--foundation-text);
    background: var(--foundation-bg);
}

.foundation-copy {
    padding: 120px 6vw 110px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.foundation .kicker { margin-bottom: 35px; color: var(--foundation-dim); }
.foundation .kicker span { color: var(--blue-dark); }
.foundation h2 { font-size: clamp(52px, 5.5vw, 86px); }
.foundation h2 em { color: var(--blue-dark); }
.foundation-copy > p:not(.kicker):not(.foundation-note) { max-width: 480px; margin: 42px 0 0; color: var(--foundation-dim); font-size: 16px; line-height: 1.75; }

.foundation-note {
    max-width: 450px;
    margin: 36px 0 0;
    padding: 18px 0 0 24px;
    border-top: 1px solid var(--foundation-line);
    border-left: 2px solid var(--blue-dark);
    color: var(--foundation-dim);
    font-family: var(--detail);
    font-size: 9px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.foundation-link {
    margin-top: 44px;
    padding-bottom: 7px;
    border-bottom: 1px solid currentColor;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.foundation-link span { margin-left: 16px; }

.architecture {
    margin: 34px;
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border: 1px solid var(--foundation-line);
    background: var(--foundation-panel);
}

.architecture-title {
    margin: 0 0 80px;
    color: var(--foundation-dim);
    font-family: var(--detail);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.architecture-flow {
    display: grid;
    grid-template-columns: 1fr 42px 1.2fr 42px 1fr;
    align-items: center;
}

.architecture-flow > i { height: 1px; background: var(--foundation-line); position: relative; }
.architecture-flow > i::after { content: ""; width: 5px; height: 5px; position: absolute; top: -2px; right: 0; border-top: 1px solid var(--foundation-text); border-right: 1px solid var(--foundation-text); transform: rotate(45deg); }

.architecture-inputs { display: grid; gap: 14px; }
.architecture-inputs .architecture-node { min-height: 88px; }
.architecture-merge { height: 100%; position: relative; }
.architecture-merge span { height: 1px; position: absolute; left: 0; right: 0; background: var(--foundation-line); }
.architecture-merge span:first-child { top: 25%; }
.architecture-merge span:last-child { top: 75%; }
.architecture-merge span::after { content: ""; width: 5px; height: 5px; position: absolute; top: -2px; right: 0; border-top: 1px solid var(--foundation-text); border-right: 1px solid var(--foundation-text); transform: rotate(45deg); }

.architecture-node {
    min-height: 100px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--foundation-line);
    background: rgba(255,255,255,.025);
}

.architecture-node span { font-size: 12px; font-weight: 600; }
.architecture-node small { color: var(--foundation-dim); font-family: var(--detail); font-size: 7px; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }
.architecture-server { align-self: stretch; color: var(--server-text); border-color: var(--blue-dark); background: var(--server-bg); box-shadow: inset 0 0 30px rgba(75, 164, 238, .04); }
.architecture-server small { color: #82939b; }

.architecture-client { width: 25%; min-width: 120px; margin: 0 auto; }
.architecture-client > i { width: 1px; height: 74px; margin: auto; display: block; position: relative; background: var(--foundation-line); }
.architecture-client > i::after { content: ""; width: 5px; height: 5px; position: absolute; top: 0; left: -2px; border-top: 1px solid var(--foundation-text); border-left: 1px solid var(--foundation-text); transform: rotate(45deg); }
.architecture-client .architecture-node { min-height: 82px; border-color: var(--blue-dark); }

.architecture-facts {
    margin-top: 75px;
    padding-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    border-top: 1px solid var(--foundation-line);
    color: var(--foundation-dim);
    font-family: var(--detail);
    font-size: 7px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.architecture-facts span:nth-child(2) { text-align: center; }
.architecture-facts span:last-child { text-align: right; }

.feature {
    width: var(--page);
    min-height: 800px;
    margin: auto;
    display: grid;
    grid-template-columns: 42% 58%;
    border-bottom: 1px solid var(--line);
}

.feature-copy {
    padding: 150px 7vw 100px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.feature-copy h2 { font-size: clamp(58px, 6vw, 94px); }
.feature-copy > p:not(.kicker):not(.fine-print) { max-width: 430px; margin: 42px 0 0; color: var(--paper-dim); font-size: 17px; line-height: 1.7; }
.fine-print { max-width: 370px; margin: 50px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: #666e72; font-family: var(--detail); font-size: 9px; font-weight: 500; line-height: 1.8; text-transform: uppercase; letter-spacing: .12em; }

.spec-list { width: 100%; max-width: 430px; margin-top: 68px; font-size: 9px; }
.spec-list div { padding: 16px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); }
.spec-list span { color: #697176; }
.spec-list strong { font-weight: 400; }

.screen-stage {
    min-height: 800px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 35%, rgba(93, 170, 208, .2), transparent 45%),
        #111a1e;
}

.screen-stage::after,
.library-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 72px 100%;
}

.screen-stage > img,
.library-visual > img {
    width: min(480px, 72%);
    height: auto;
    align-self: flex-start;
    display: block;
    filter: drop-shadow(0 45px 65px rgba(0,0,0,.55));
}

.speaker-stage > img { transform: translateY(-190px); }

.screen-caption,
.quality-callout {
    position: absolute;
    z-index: 2;
    color: rgba(210, 224, 230, .67);
    font-family: var(--detail);
    font-size: 7px;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.screen-caption-top { top: 76px; right: 30px; display: flex; align-items: center; gap: 10px; }
.screen-caption-top span,
.quality-callout span { width: 32px; height: 1px; display: block; background: currentColor; }
.screen-caption-bottom { left: 30px; bottom: 26px; }

.chapter-break {
    width: var(--page);
    height: 150px;
    margin: auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
    color: #566066;
    font-family: var(--detail);
    font-size: 7px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.chapter-break span:first-child { color: #3f484d; }
.chapter-break span:last-child { color: var(--blue); }
.chapter-break i { height: 1px; display: block; background: var(--line); }

.feature-library { grid-template-columns: 58% 42%; }
.feature-library .feature-copy { padding: 150px 0 100px 7vw; }
.library-visual { min-height: 800px; position: relative; display: flex; justify-content: center; overflow: hidden; background: #121a1e; }
.library-visual::before { content: ""; width: 480px; height: 480px; position: absolute; top: 15%; left: 9%; border-radius: 50%; background: rgba(69, 157, 207, .16); filter: blur(70px); }
.library-visual > img { position: relative; z-index: 1; transform: translateY(-48px); }
.quality-callout { top: 315px; right: 25px; display: flex; align-items: center; gap: 10px; color: var(--blue-haze); }
.playback-specs { margin-top: 58px; }

.editorial {
    width: var(--page);
    min-height: 920px;
    margin: 0 auto;
    padding: 115px 0;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    grid-template-rows: auto auto 1fr;
    column-gap: 6vw;
    overflow: hidden;
    isolation: isolate;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.editorial::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 650px;
    height: 650px;
    right: -280px;
    top: -180px;
    border: 1px solid rgba(138, 197, 230, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 120px rgba(138,197,230,.018), 0 0 0 240px rgba(138,197,230,.012);
}

.editorial-heading { grid-column: 1 / -1; padding-bottom: 70px; }
.editorial-heading .kicker { margin-bottom: 38px; }
.editorial h2 { max-width: 1000px; font-size: clamp(64px, 7vw, 108px); }
.editorial h2 em { color: var(--blue-haze); }

.editorial-gallery {
    grid-column: 1;
    grid-row: 2 / 4;
    min-height: 610px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #0d1215;
}

.editorial-study {
    width: 56%;
    margin: 0;
    position: absolute;
}

.artist-study { left: 4%; top: 34px; }
.album-study { width: 50%; right: 1%; top: 92px; }

.editorial-screen {
    width: min(360px, 94%);
    height: 590px;
    margin: 0 auto;
    padding: 7px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.24);
    border-bottom: 0;
    border-radius: 46px 46px 0 0;
    background: #020303;
    box-shadow: 0 42px 80px rgba(0,0,0,.65), 0 0 60px rgba(89, 156, 186, .08);
}

.editorial-screen img { width: 100%; height: auto; display: block; border-radius: 38px 38px 0 0; }
.album-study .editorial-screen { width: min(320px, 94%); height: 520px; }

.editorial-story { grid-column: 2; grid-row: 2; max-width: 440px; padding: 4px 0 38px; }
.editorial-story p { margin: 0; color: #92999c; font-family: Georgia, "Times New Roman", serif; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.65; }
.editorial-story .dropcap::first-letter { margin: .08em .13em 0 0; float: left; color: var(--paper); font-family: var(--sans); font-size: 4.4em; font-weight: 300; line-height: .78; }

.editorial-rail { grid-column: 2; grid-row: 3; padding-top: 10px; }
.editorial-rail dt,
.editorial-rail > span { font-family: var(--detail); font-size: 8px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.editorial-rail dl { margin: 0; }
.editorial-rail dl div { padding: 13px 0; border-top: 1px solid var(--line); }
.editorial-rail dt { margin-bottom: 8px; color: #697176; }
.editorial-rail dd { margin: 0; color: var(--paper); font-size: 13px; }
.editorial-rail > span { max-width: 240px; margin-top: 24px; display: block; color: #5e676b; line-height: 1.8; }

.access {
    width: var(--page);
    min-height: 780px;
    margin: auto;
    padding: 150px 6vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    background: radial-gradient(circle at 50% 110%, rgba(65,153,201,.35), transparent 45%);
}

.access::before { content: ""; width: 620px; height: 620px; position: absolute; bottom: -430px; border: 1px solid rgba(127,190,220,.28); border-radius: 50%; box-shadow: 0 0 0 100px rgba(127,190,220,.03), 0 0 0 200px rgba(127,190,220,.025); }
.access-glyph { width: 60px; margin-bottom: 62px; }
.access .kicker { margin-bottom: 34px; }
.access h2 { font-size: clamp(64px, 8vw, 124px); }
.access > p:not(.kicker) { max-width: 500px; margin: 40px 0; color: var(--paper-dim); font-size: 16px; line-height: 1.7; }
.access .button { position: relative; z-index: 2; }

footer {
    width: var(--page);
    min-height: 150px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-top: 1px solid var(--line);
}

.footer-brand { justify-self: start; }
footer p { margin: 0; color: #697176; font-size: 8px; }
footer p:last-child { justify-self: end; }

@media (max-width: 1000px) {
    :root { --page: calc(100vw - 40px); }
    .hero { grid-template-columns: 44% 56%; }
    .phone-shell { width: 68%; }
    .manifesto > div { grid-template-columns: 1fr; }
    .manifesto-detail { max-width: 520px; margin-top: 45px; }
    .foundation { grid-template-columns: 1fr; }
    .foundation-copy { min-height: 680px; }
    .architecture { min-height: 620px; }
    .feature { grid-template-columns: 40% 60%; }
    .feature-library { grid-template-columns: 60% 40%; }
    .editorial { column-gap: 5vw; }
}

@media (max-width: 760px) {
    :root { --page: calc(100vw - 28px); }
    .site-header { height: 72px; grid-template-columns: 1fr auto; }
    .header-meta { display: none; }
    .header-link { font-size: 8px; }
    .hero { min-height: auto; padding-top: 72px; display: block; }
    .hero-copy { padding: 110px 0 80px; }
    h1 { font-size: clamp(72px, 23vw, 112px); }
    .hero-intro { max-width: 390px; }
    .format-row { margin-top: 70px; gap: 12px; }
    .hero-product { width: 100vw; min-height: 720px; margin-left: -14px; }
    .phone-shell { width: min(340px, 70%); }
    .product-note-top { top: 80px; right: 16px; }
    .manifesto { padding: 110px 0; display: block; }
    .manifesto > div { margin-top: 50px; }
    .manifesto-lead { font-size: 47px; }
    .foundation { width: 100vw; margin: 100px 0 100px -14px; }
    .foundation-copy { min-height: 650px; padding: 100px 28px; }
    .foundation h2 { font-size: 57px; }
    .architecture { min-height: 580px; margin: 0 14px 14px; padding: 24px 16px; }
    .architecture-title { margin-bottom: 58px; }
    .architecture-flow { grid-template-columns: 1fr 18px 1.25fr 18px 1fr; }
    .architecture-node { min-height: 90px; padding: 12px 9px; }
    .architecture-inputs { gap: 10px; }
    .architecture-inputs .architecture-node { min-height: 78px; }
    .architecture-node span { font-size: 9px; }
    .architecture-client { width: 34%; min-width: 105px; }
    .architecture-client > i { height: 58px; }
    .architecture-facts { margin-top: 55px; gap: 8px; font-size: 6px; }
    .feature,
    .feature-library { min-height: auto; display: flex; flex-direction: column; }
    .feature-copy,
    .feature-library .feature-copy { min-height: 650px; padding: 100px 0; }
    .feature-copy h2 { font-size: 64px; }
    .screen-stage { width: 100vw; min-height: 650px; margin-left: -14px; }
    .screen-stage > img { width: min(410px, 90%); }
    .speaker-stage > img { transform: translateY(-150px); }
    .screen-caption-top { top: 50px; right: 16px; }
    .screen-caption-bottom { left: 18px; bottom: 18px; }
    .chapter-break { height: 100px; }
    .library-visual { width: 100vw; min-height: 650px; margin-left: -14px; order: 2; }
    .feature-library .feature-copy { order: 1; }
    .library-visual > img { width: min(390px, 88%); transform: translateY(-30px); }
    .quality-callout { top: 285px; right: 14px; }
    .editorial { min-height: auto; margin-top: 0; padding: 95px 0; display: block; }
    .editorial-heading { padding-bottom: 58px; }
    .editorial h2 { font-size: 58px; }
    .editorial-gallery { width: 100vw; min-height: 500px; margin: 0 0 65px -14px; }
    .editorial-study { width: 61%; }
    .artist-study { left: -5%; top: 28px; }
    .album-study { width: 57%; right: -6%; top: 78px; }
    .editorial-screen { width: min(245px, 95%); height: 445px; border-radius: 34px 34px 0 0; }
    .editorial-screen img { border-radius: 27px 27px 0 0; }
    .album-study .editorial-screen { width: min(225px, 95%); height: 385px; }
    .editorial-story { max-width: 520px; padding: 0; }
    .editorial-story p { font-size: 19px; }
    .editorial-rail { margin-top: 48px; padding-top: 20px; }
    .access { min-height: 700px; padding: 110px 0; }
    .access h2 { font-size: 65px; }
    footer { min-height: 180px; grid-template-columns: 1fr auto; }
    footer > p:nth-child(2) { display: none; }
}

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