:root {
  --ink: #090a0f;
  --panel: #11131b;
  --paper: #f5f0e7;
  --muted: #aaaab3;
  --violet: #8d70ff;
  --peach: #ffb66b;
  --cyan: #84e8ef;
  --line: rgba(255, 255, 255, .15);
  --pad: clamp(24px, 5vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, video { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 100; top: -80px; left: 16px; padding: 12px 18px; background: #fff; color: #000; }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: flex; align-items: center; gap: 38px; width: 100%; height: 86px; padding: 0 var(--pad); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(4, 5, 9, .82), transparent); }
.wordmark { display: flex; align-items: center; gap: 12px; }
.wordmark span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 12px; }
.wordmark b { font-size: 14px; }
.site-header nav { display: flex; gap: 30px; margin-left: auto; }
.site-header nav a, .play-mode { color: rgba(255, 255, 255, .72); font-size: 13px; transition: color .2s, border-color .2s; }
.site-header nav a:hover, .site-header nav a:focus-visible, .play-mode:hover, .play-mode:focus-visible { color: #fff; }
.play-mode { padding: 11px 16px; border: 1px solid rgba(255, 255, 255, .36); border-radius: 999px; }

.hero { position: relative; display: flex; min-height: 88svh; align-items: center; isolation: isolate; overflow: hidden; padding: 118px var(--pad) 82px; background: #08090e; }
.hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: radial-gradient(circle at 78% 30%, rgba(128, 92, 255, .2), transparent 35%), linear-gradient(90deg, #090a0f 0 47%, rgba(9, 10, 15, .6) 68%, #090a0f 100%); }
.hero__visual { position: absolute; z-index: -2; top: 0; right: 0; width: 58%; height: 100%; overflow: hidden; }
.hero__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #090a0f 0, transparent 34%), linear-gradient(0deg, #090a0f 0, transparent 30%), rgba(6, 6, 11, .25); }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 58%; transform: scale(1.04); animation: hero-drift 18s ease-out both; }
.hero__content { z-index: 1; width: min(780px, 62vw); }
.hero__role { color: var(--cyan); font-size: 11px; font-weight: 700; letter-spacing: .17em; }
.hero h1 { max-width: 960px; margin: 24px 0 12px; font-size: clamp(60px, 8vw, 124px); line-height: .88; letter-spacing: -.04em; }
.hero__statement { margin: 0 0 28px; color: #d9ceff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3.1vw, 48px); line-height: 1; }
.hero__statement em { color: #d9ceff; font-weight: 400; }
.hero__intro { max-width: 650px; color: rgba(255, 255, 255, .76); font-size: clamp(16px, 1.5vw, 21px); line-height: 1.6; }
.hero__actions { display: flex; gap: 13px; margin-top: 36px; }
.button { display: inline-flex; min-height: 54px; align-items: center; gap: 18px; padding: 0 23px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .2s, filter .2s; }
.button:hover, .button:focus-visible { transform: translateY(-3px); filter: brightness(1.07); }
.button--primary { background: linear-gradient(110deg, var(--violet), #d696ff 55%, var(--peach)); color: #0d0911; }
.button--quiet { border: 1px solid rgba(255, 255, 255, .3); background: rgba(10, 10, 16, .35); backdrop-filter: blur(8px); }
.hero__credit { position: absolute; right: var(--pad); bottom: 52px; display: grid; gap: 4px; padding: 15px 0 15px 19px; border-left: 1px solid rgba(255, 255, 255, .55); text-align: left; }
.hero__credit span { color: var(--peach); font-size: 9px; letter-spacing: .17em; }
.hero__credit strong { font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 400; }
.hero__credit small { color: var(--muted); }

.archive h2 { margin: 0; font-size: clamp(48px, 6.7vw, 92px); line-height: .94; letter-spacing: -.04em; }

.feature { margin-inline: var(--pad); border-top: 1px solid var(--line); }
.feature__heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; padding: 78px 0 44px; }
.feature__heading h2, .wing-copy h2 { margin: 16px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(64px, 8vw, 118px); font-weight: 400; line-height: .9; }
.feature__summary { max-width: 560px; margin: 0 0 5px; color: var(--muted); font-size: 18px; line-height: 1.65; }

.harbor-cinema { display: grid; grid-template-columns: minmax(240px, .85fr) minmax(380px, 1fr) minmax(240px, .85fr); min-height: 580px; overflow: hidden; border: 1px solid var(--line); background: #0a0b10; }
.harbor-cinema__still { position: relative; overflow: hidden; background: #15121a; }
.harbor-cinema__still::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(5, 5, 9, .76), transparent 48%); }
.harbor-cinema__still img { width: 100%; height: 100%; object-fit: cover; }
.harbor-cinema__still--left img { object-position: 42% center; }
.harbor-cinema__still--right img { object-position: 50% center; }
.harbor-cinema__still span { position: absolute; z-index: 2; bottom: 22px; left: 24px; color: rgba(255, 255, 255, .75); font-size: 9px; letter-spacing: .2em; }
.harbor-cinema__screen { position: relative; display: grid; overflow: hidden; place-items: center; border-inline: 1px solid var(--line); background: radial-gradient(circle, #34313b, #090a0f 75%); }
.harbor-cinema__screen::before { position: absolute; inset: 0; content: ""; background: url('media/harbor-05.webp') center/cover; filter: blur(34px) saturate(.75); opacity: .34; transform: scale(1.16); }
.harbor-cinema video { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; cursor: pointer; }
.video-toggle { position: absolute; z-index: 3; top: 50%; left: 50%; display: flex; align-items: center; gap: 11px; padding: 12px 17px; transform: translate(-50%, -50%); border: 1px solid rgba(255, 255, 255, .58); border-radius: 999px; background: rgba(7, 7, 13, .68); color: #fff; cursor: pointer; backdrop-filter: blur(10px); }
.video-toggle:hover, .video-toggle:focus-visible { background: rgba(128, 92, 255, .9); }
.video-toggle__icon { width: 12px; height: 14px; background: #fff; clip-path: polygon(0 0, 100% 50%, 0 100%); }
.video-toggle.is-playing { top: auto; bottom: 55px; left: 17px; transform: none; }
.video-toggle.is-playing .video-toggle__icon { width: 10px; height: 13px; border-right: 3px solid #fff; border-left: 3px solid #fff; background: transparent; clip-path: none; }
.video-timeline { position: absolute; z-index: 3; right: 16px; bottom: 15px; left: 16px; display: grid; grid-template-columns: 34px minmax(80px, 1fr) 34px; gap: 8px; align-items: center; padding: 8px 10px; border-radius: 8px; background: rgba(7, 7, 13, .68); color: rgba(255, 255, 255, .85); font-size: 10px; font-variant-numeric: tabular-nums; backdrop-filter: blur(10px); }
.video-timeline__range { width: 100%; accent-color: var(--cyan); cursor: pointer; }
.feature__actions, .wing-copy__actions { display: flex; flex-wrap: wrap; gap: 18px 24px; align-items: center; }
.store-links { display: flex; flex-wrap: wrap; gap: 8px; }
.store-links a { padding: 8px 11px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; color: rgba(255, 255, 255, .86); font-size: 10px; transition: background .2s, border-color .2s, color .2s; }
.store-links a:hover, .store-links a:focus-visible { border-color: var(--cyan); background: rgba(132, 232, 239, .14); color: #fff; }
.feature__footer { display: flex; align-items: end; justify-content: space-between; padding: 29px 0 108px; }
.feature__footer dl { display: flex; flex-wrap: wrap; gap: 22px 46px; margin: 0; }
.feature__footer dt { color: var(--muted); font-size: 9px; letter-spacing: .15em; }
.feature__footer dd { margin: 7px 0 0; font-size: 12px; }
.text-link { display: inline-flex; gap: 10px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-weight: 700; }

.feature--wing { position: relative; isolation: isolate; display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: center; overflow: hidden; padding: 128px 5vw; }
.feature--wing::before { position: absolute; z-index: -2; inset: 0; content: ""; background: url('media/wingstrike-keyart.webp') center 48% / cover; filter: saturate(.78) contrast(1.08); opacity: .64; transform: scale(1.025); }
.feature--wing::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(9, 10, 15, .94) 0 28%, rgba(9, 10, 15, .74) 47%, rgba(9, 10, 15, .26) 100%); }
.wing-copy > p { color: var(--muted); font-size: 17px; line-height: 1.72; }
.wing-copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 26px; padding: 0; list-style: none; }
.wing-copy li { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; }
.wing-gallery { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 680px; overflow: hidden; border: 1px solid var(--line); background: #0c0d12; }
.wing-gallery--video-only { grid-template-columns: 1fr; }
.wing-gallery__poster, .wing-gallery__screen { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.wing-gallery__poster img { width: 100%; height: 100%; object-fit: cover; }
.wing-gallery__screen { display: grid; place-items: center; background: radial-gradient(circle, #343b42, #07080c 72%); }
.wing-gallery__screen::before { position: absolute; inset: 0; content: ""; background: url('media/wingstrike-02.webp') center/cover; filter: blur(28px); opacity: .35; transform: scale(1.14); }
.wing-gallery__screen video { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; cursor: pointer; }
.video-toggle--small { padding: 10px 13px; font-size: 10px; }
.video-variants { position: absolute; z-index: 4; top: 14px; left: 14px; display: flex; max-width: calc(100% - 28px); gap: 5px; padding: 5px; border: 1px solid rgba(255, 255, 255, .23); border-radius: 10px; background: rgba(7, 7, 13, .64); backdrop-filter: blur(10px); }
.video-variants button { padding: 7px 9px; border: 0; border-radius: 6px; background: transparent; color: rgba(255, 255, 255, .68); font-size: 9px; cursor: pointer; }
.video-variants button:hover, .video-variants button:focus-visible, .video-variants button.is-active { background: rgba(132, 232, 239, .18); color: #fff; }

.systems-study { position: relative; isolation: isolate; overflow: hidden; padding: 126px var(--pad) 52px; border-top: 1px solid var(--line); background: #090a0f; color: var(--paper); }
.systems-study::before { position: absolute; z-index: -1; inset: 0; content: ""; background: radial-gradient(circle at 70% 28%, rgba(119, 87, 224, .22), transparent 34%); }
.systems-study__media { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: 1fr 1fr; gap: 12px; height: min(64vw, 720px); }
.systems-study__image { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #151720; }
.systems-study__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(7, 8, 13, .78), transparent 44%); }
.systems-study__image--hook { grid-row: 1 / 3; }
.systems-study__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16, 1, .3, 1); }
.systems-study__image--hook img { object-position: 58% center; }
.systems-study__image:hover img { transform: scale(1.025); }
.systems-study__image figcaption { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.systems-study__copy { display: grid; grid-template-columns: minmax(180px, .28fr) minmax(0, .72fr); gap: 5vw; align-items: start; padding: 48px 0 34px; }
.systems-study__copy > p { margin: 10px 0 0; color: var(--cyan); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.systems-study h2 { max-width: 980px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6.7vw, 94px); font-weight: 400; line-height: .94; letter-spacing: -.04em; }
.systems-study__actions { grid-column: 2; display: flex; flex-wrap: wrap; gap: 20px 32px; align-items: center; margin-top: 32px; }
.systems-study__actions > span { color: var(--muted); font-size: 12px; letter-spacing: .06em; }
.systems-study__source { display: block; padding-top: 18px; border-top: 1px solid var(--line); color: #777883; font-size: 9px; letter-spacing: .08em; }

.archive { padding: 126px var(--pad); background: var(--panel); }
.archive__heading { max-width: 900px; }
.archive-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 68px; }
.archive-card { position: relative; min-height: 390px; overflow: hidden; padding: 0; border: 0; background: #050609; text-align: left; cursor: pointer; }
.archive-card--feature { grid-column: span 2; min-height: 520px; }
.archive-card--archive { grid-column: span 2; }
.archive-card--static { cursor: default; }
.archive-card--hero { grid-column: span 2; min-height: 520px; }
.archive-card--taro { grid-column: span 2; }
.archive-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16, 1, .3, 1); }
.archive-card::after { position: absolute; inset: 33% 0 0; content: ""; background: linear-gradient(transparent, rgba(5, 6, 9, .96)); }
.archive-card > span { position: absolute; z-index: 2; right: 24px; bottom: 23px; left: 24px; display: grid; gap: 7px; }
.archive-card b { color: var(--peach); font-size: 8px; letter-spacing: .15em; }
.archive-card strong { font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; }
.archive-card small { color: var(--muted); }
.archive-card:hover img, .archive-card:focus-visible img { transform: scale(1.045); }
.archive-card--pending { cursor: default; }
.archive-card--pending[aria-disabled="true"] { pointer-events: none; }
.archive-card__era-preview { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; background: #090a0f; }
.archive-card__era-preview > span { display: flex; align-items: flex-start; justify-content: center; padding-top: 42px; color: rgba(245, 240, 231, .66); font-size: 9px; font-weight: 700; letter-spacing: .14em; writing-mode: vertical-rl; }
.archive-card__era-preview > span:nth-child(1) { background: linear-gradient(160deg, #272131, #101119 72%); }
.archive-card__era-preview > span:nth-child(2) { background: linear-gradient(160deg, #44334a, #15141d 72%); }
.archive-card__era-preview > span:nth-child(3) { background: linear-gradient(160deg, #17414a, #0b171d 72%); }
.archive-card__era-preview::after { position: absolute; top: 42%; left: 50%; width: 54%; height: 2px; content: ""; background: linear-gradient(90deg, var(--violet), var(--cyan)); box-shadow: 0 12px 34px rgba(132, 232, 239, .2); transform: translateX(-50%) rotate(-9deg); }

.gallery { position: fixed; z-index: 80; inset: 0; display: grid; grid-template-columns: 1.25fr .75fr; padding: 60px; background: rgba(5, 6, 10, .97); }
.gallery[hidden] { display: none; }
.gallery__stage { display: grid; min-height: 0; place-items: center; background: #000; }
.gallery__stage img { width: 100%; height: 100%; object-fit: contain; }
.gallery__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 6vw, 90px); background: #141018; }
.gallery__copy h2 { margin: 14px 0 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 5.4vw, 88px); font-weight: 400; line-height: .95; }
.gallery__copy > p:last-of-type { color: var(--muted); line-height: 1.7; }
.gallery__controls { display: flex; align-items: center; gap: 18px; margin-top: 40px; }
.gallery__controls button, .gallery__close { border: 1px solid var(--line); background: transparent; cursor: pointer; }
.gallery__controls button { width: 46px; height: 46px; border-radius: 50%; }
.gallery__controls span { color: var(--muted); font-size: 11px; letter-spacing: .15em; }
.gallery__close { position: absolute; z-index: 2; top: 22px; right: 24px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; font-size: 24px; }
body.gallery-open { overflow: hidden; }

.case-page { background: #090a0f; color: #f5f0e7; }
.case-page .case-header { position: absolute; color: #f5f0e7; }
.case-hero { min-height: 92svh; padding: 158px var(--pad) 75px; background: radial-gradient(circle at 82% 30%, rgba(141, 112, 255, .25), transparent 28%), #0a0b10; color: #f5f0e7; }
.case-kicker { color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.case-hero h1 { max-width: 1160px; margin: 10vh 0 9vh; font-family: Georgia, "Times New Roman", serif; font-size: clamp(64px, 10vw, 154px); font-weight: 400; line-height: .83; letter-spacing: -.055em; }
.case-hero h1 em { color: #d3c5ff; font-weight: 400; }
.case-hero__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
.case-hero__meta > p { max-width: 590px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.case-hero__meta strong { color: #fff; }
.case-hero__meta dl { display: flex; gap: 60px; margin: 0; }
.case-hero__meta dt { color: var(--peach); font-size: 9px; letter-spacing: .16em; }
.case-hero__meta dd { margin: 8px 0 0; font-size: 13px; }
.case-section { display: grid; grid-template-columns: minmax(170px, .25fr) minmax(0, .75fr); gap: 6vw; padding: 120px var(--pad); background: #090a0f; color: #f5f0e7; }
.case-section--dark { background: #15131d; color: #f5f0e7; }
.case-section__label { padding-top: 11px; border-top: 1px solid currentColor; font-size: 9px; letter-spacing: .16em; }
.case-section__label span { color: #7b678e; font-weight: 700; }
.case-section__label p { margin: 10px 0 0; }
.case-section__body h2 { max-width: 970px; margin: 0 0 70px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6.3vw, 90px); font-weight: 400; line-height: .95; letter-spacing: -.04em; }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.2); }
.case-grid article { min-height: 300px; padding: 30px 35px 35px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.case-grid article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.2); }
.case-grid article:nth-child(even) { padding-left: 35px; }
.case-grid b { color: #735d87; font-size: 9px; letter-spacing: .16em; }
.case-grid h3 { max-width: 360px; margin: 35px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 400; line-height: 1.05; }
.case-grid p, .takeaway p { color: rgba(255,255,255,.66); line-height: 1.7; }
.question-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.22); list-style: none; }
.question-list li { display: grid; grid-template-columns: minmax(140px, .3fr) 1fr; gap: 40px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.question-list span { color: var(--cyan); font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.question-list p { margin: 0; color: rgba(255,255,255,.7); line-height: 1.6; }
.takeaway { display: grid; grid-template-columns: 1fr 1fr; gap: 0 42px; border-top: 1px solid rgba(255,255,255,.2); }
.takeaway p { margin: 0; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.takeaway b { color: #fff; }
.case-source { margin: 42px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }
.case-source a { border-bottom: 1px solid currentColor; }

footer { display: flex; justify-content: space-between; padding: 27px var(--pad); border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .13em; }

@keyframes hero-drift { from { transform: scale(1.08); } to { transform: scale(1.04); } }

@media (max-width: 1080px) {
  .hero__content { width: 70vw; }
  .harbor-cinema { grid-template-columns: minmax(190px, .75fr) minmax(360px, 1fr) minmax(190px, .75fr); min-height: 560px; }
  .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archive-card--feature, .archive-card--archive, .archive-card--taro { grid-column: auto; min-height: 430px; }
}

@media (max-width: 820px) {
  .site-header nav { display: none; }
  .site-header { height: 72px; }
  .play-mode { margin-left: auto; }
  .hero { min-height: 850px; align-items: flex-end; padding-top: 105px; }
  .hero::before { background: linear-gradient(0deg, #090a0f 0 43%, rgba(9, 10, 15, .25) 74%, #090a0f 100%); }
  .hero__visual { top: 0; width: 100%; height: 62%; }
  .hero__visual::after { background: linear-gradient(0deg, #090a0f 0, transparent 48%), linear-gradient(90deg, rgba(9, 10, 15, .35), transparent); }
  .hero__visual img { object-position: 50% 58%; }
  .hero__content { width: 100%; }
  .hero__credit { display: none; }
  .feature__heading, .feature--wing { grid-template-columns: 1fr; }
  .systems-study__copy { grid-template-columns: 1fr; }
  .systems-study__actions { grid-column: 1; }
  .feature__summary { margin-top: 30px; }
  .harbor-cinema { grid-template-columns: 1fr 1fr; min-height: 0; }
  .harbor-cinema__screen { grid-column: 1 / -1; grid-row: 1; height: 620px; border-inline: 0; border-bottom: 1px solid var(--line); }
  .harbor-cinema__still { height: 310px; }
  .feature__footer { align-items: flex-start; gap: 36px; }
  .feature__footer dl { display: grid; gap: 17px; }
  .feature--wing { gap: 52px; }
  .wing-gallery { min-height: 610px; }
  .gallery { grid-template-columns: 1fr; overflow-y: auto; padding: 48px 18px 18px; }
  .case-hero__meta, .case-section { grid-template-columns: 1fr; }
  .case-section__label { max-width: 220px; }
  .gallery__stage { min-height: 58vh; }
  .gallery__copy { padding: 34px 25px; }
}

@media (max-width: 560px) {
  :root { --pad: 20px; }
  .wordmark b { font-size: 12px; }
  .play-mode { padding: 9px 11px; font-size: 10px; }
  .hero { min-height: 720px; }
  .hero h1 { font-size: 55px; }
  .hero__intro { font-size: 15px; }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .archive h2 { font-size: 48px; }
  .feature__heading h2, .wing-copy h2 { font-size: 64px; }
  .harbor-cinema { grid-template-columns: 1fr; }
  .harbor-cinema__screen { height: 520px; }
  .harbor-cinema__still { display: none; }
  .feature__footer { align-items: flex-start; flex-direction: column; gap: 28px; }
  .feature--wing { padding: 88px 0; }
  .wing-gallery { grid-template-columns: 1fr; min-height: 0; }
  .wing-gallery__screen { height: 560px; }
  .wing-gallery--video-only .wing-gallery__screen { height: 620px; }
  .video-variants { top: 10px; left: 10px; overflow-x: auto; }
  .video-variants button { white-space: nowrap; }
  .archive { padding-block: 86px; }
  .systems-study { padding-block: 86px; }
  .systems-study__media { grid-template-columns: 1fr 1fr; grid-template-rows: 1.2fr .8fr; height: 560px; }
  .systems-study__image--hook { grid-column: 1 / 3; grid-row: 1; }
  .systems-study__image--base, .systems-study__image--world { grid-row: 2; }
  .systems-study__copy { padding-top: 34px; }
  .systems-study h2 { font-size: 50px; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-card--hero, .archive-card--feature, .archive-card--archive, .archive-card--taro { grid-column: auto; }
  .archive-card, .archive-card--hero, .archive-card--feature, .archive-card--archive { min-height: 460px; }
  footer { gap: 18px; flex-direction: column; }
  .case-hero { min-height: 820px; }
  .case-hero h1 { margin-block: 14vh 10vh; }
  .case-hero__meta { gap: 35px; }
  .case-hero__meta dl { gap: 25px; flex-direction: column; }
  .case-section { padding-block: 82px; }
  .case-grid, .takeaway { grid-template-columns: 1fr; }
  .case-grid article:nth-child(odd) { border-right: 0; }
  .case-grid article:nth-child(even) { padding-left: 0; }
  .question-list li { grid-template-columns: 1fr; gap: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__visual img { animation: none; }
  .archive-card img, .button { transition: none; }
}
