@font-face {
  font-family: Montserrat;
  src: url('assets/fonts/montserrat-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url('assets/fonts/figtree-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

:root {
  /* One hue. Everything is a lighter or darker step of the brand blue. */
  --blue: #1d4486;
  --blue-bright: #3a6cc4;
  --blue-soft: #9fbbe8;
  --night: #0b1a33;
  --deep: #132b55;
  --ink: #0e2044;
  --text: #3a4d70;
  --muted: #6b7d9c;
  --pale: #f2f6fc;
  --pale-2: #e5edf8;
  --line: #dbe4f2;
  --white: #fff;
  --radius: 20px;
  --radius-sm: 14px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --display: Montserrat, "Helvetica Neue", sans-serif;
  --body: Figtree, "Helvetica Neue", sans-serif;
  background: var(--white);
  color: var(--text);
  font: 400 17px/1.6 var(--body);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
svg { display: block; }
p, h1, h2, h3, figure, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
p + p { margin-top: 1em; }
[hidden] { display: none !important; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; color: var(--ink); letter-spacing: -.045em; line-height: 1.02; text-wrap: balance; }
h2 { font-size: clamp(2.3rem, 4.6vw, 4.1rem); }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; }
::selection { background: var(--blue); color: var(--white); }
.wrap { width: min(100% - 80px, 1240px); margin-inline: auto; }
.svg-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 50; transform: translateY(-200%); padding: 12px 20px; border-radius: 999px; background: var(--white); color: var(--blue); }
.skip-link:focus { transform: none; }

/* Tags */
.tag {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 14px 7px 12px; margin-bottom: 22px;
  border-radius: 999px; background: var(--pale-2); color: var(--blue);
  font: 600 .7rem/1.3 var(--display); letter-spacing: .13em; text-transform: uppercase;
}
.tag::before { content: ''; width: 7px; height: 7px; background: currentColor; }
.tag-dark { background: rgb(255 255 255 / .1); color: var(--white); }

/* Buttons */
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 54px; padding: 0 26px;
  border: 1px solid transparent; border-radius: 999px;
  font: 600 .95rem/1.2 var(--body); text-decoration: none; white-space: nowrap;
  transition: background .25s, color .25s, border-color .25s, transform .25s var(--ease);
}
.button svg { width: 20px; height: 20px; flex: none; transition: transform .3s var(--ease); }
.button:hover svg { transform: translateX(4px); }
.button:active { transform: scale(.98); }
.button-blue { background: var(--blue); color: var(--white); }
.button-blue:hover { background: var(--deep); }
.button-white { background: var(--white); color: var(--blue); }
.button-white:hover { background: var(--pale-2); }
.button-ghost { border-color: rgb(255 255 255 / .3); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: rgb(255 255 255 / .08); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .88rem; }
.button-small svg { width: 17px; height: 17px; }
.text-link {
  appearance: none; border: 0; background: none; padding: 0; cursor: pointer;
  display: inline-flex; align-items: center; gap: 10px; min-height: 44px;
  color: var(--blue); font: 600 .95rem/1.2 var(--body); text-decoration: none;
}
.text-link span { transition: transform .3s var(--ease); }
.text-link:hover span { transform: translateX(3px); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgb(255 255 255 / .82);
  backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid rgb(219 228 242 / .8);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); text-decoration: none; flex: none; }
.brand svg { width: 38px; height: 38px; }
.brand span { font: 600 12px/1.02 var(--display); letter-spacing: .02em; }
.site-header nav { display: flex; align-items: center; gap: 32px; }
.site-header nav > a:not(.button) { color: var(--text); text-decoration: none; font-size: .95rem; transition: color .2s; }
.site-header nav > a:not(.button):hover { color: var(--blue); }

/* Hero */
.hero {
  position: relative; overflow: hidden; isolation: isolate;
  background:
    radial-gradient(60% 80% at 85% 20%, rgb(58 108 196 / .45), transparent 60%),
    radial-gradient(50% 60% at 10% 110%, rgb(29 68 134 / .7), transparent 70%),
    var(--night);
  color: var(--white);
}
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: repeating-linear-gradient(135deg, transparent 0 46px, rgb(255 255 255 / .04) 46px 47px);
  mask-image: linear-gradient(to left, #000, transparent 70%);
}
.hero-inner {
  display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
  gap: 72px; align-items: center;
  min-height: min(820px, calc(100svh - 72px));
  padding-block: 96px 88px;
}
.hero h1 { color: var(--white); font-size: clamp(3.3rem, 7.2vw, 6.8rem); line-height: .96; letter-spacing: -.05em; max-width: 11ch; }
.hero-description { max-width: 34rem; margin-top: 30px; color: rgb(255 255 255 / .8); font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 44px; }
.chips li { padding: 6px 13px; border: 1px solid rgb(255 255 255 / .18); border-radius: 999px; font-size: .82rem; color: rgb(255 255 255 / .75); }

/* The mark, with the method spelled out underneath */
.hero-art { width: min(100%, 340px); justify-self: end; color: var(--blue-soft); }
.hero-mark { width: 100%; height: auto; }
.mark-words {
  display: flex; justify-content: space-between;
  margin-top: 22px; padding-top: 16px; border-top: 1px solid rgb(255 255 255 / .18);
  font: 600 .82rem/1 var(--display); letter-spacing: .24em; text-transform: uppercase; color: var(--white);
}

/* Section scaffolding */
.why, .approach, .values, .about { padding-block: 128px; }
.section-head { margin-bottom: 56px; }
.section-head h2 { max-width: 16ch; }
.section-head-split { display: flex; justify-content: space-between; align-items: end; gap: 48px; }
.section-head-split > p { max-width: 400px; font-size: 1.1rem; }

/* Why */
.signs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sign {
  position: relative; min-height: 170px; padding: 64px 28px 28px;
  border-radius: var(--radius); background: var(--pale);
  color: var(--ink); font: 500 1.18rem/1.35 var(--display); letter-spacing: -.025em;
}
.sign::before { content: ''; position: absolute; top: 28px; left: 28px; width: 12px; height: 12px; border: 2px solid var(--blue); }
.why-close { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: baseline; margin-top: 64px; padding-top: 40px; border-top: 1px solid var(--line); }
.why-big { font: 600 clamp(1.7rem, 2.8vw, 2.5rem)/1.1 var(--display); letter-spacing: -.045em; color: var(--blue); }
.why-close p + p { margin-top: 0; font-size: 1.15rem; }

/* Approach */
.approach { background: var(--pale); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: step; }
.step {
  display: flex; flex-direction: column; padding: 32px;
  border-radius: var(--radius); background: var(--white);
  box-shadow: 0 1px 0 var(--line), 0 20px 40px -32px rgb(14 32 68 / .35);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.step:hover { transform: translateY(-4px); box-shadow: 0 1px 0 var(--line), 0 30px 50px -30px rgb(14 32 68 / .4); }
.step-top { display: flex; justify-content: space-between; align-items: start; margin-bottom: 48px; }
.step-glyph { width: 44px; height: 44px; color: var(--blue); }
.step-num { font: 600 .78rem/1 var(--display); letter-spacing: .12em; color: var(--muted); }
.step h3 { font-size: clamp(2.4rem, 3.4vw, 3.2rem); }
.step-lead { margin-top: 10px; color: var(--blue); font: 600 1.1rem/1.3 var(--display); letter-spacing: -.02em; }
.step p:last-child { margin-top: 14px; }

/* Statement */
.statement {
  position: relative; overflow: hidden; isolation: isolate;
  padding-block: 128px; background: var(--night); color: var(--white);
}
.statement::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(50% 90% at 100% 50%, rgb(58 108 196 / .35), transparent 70%);
}
.statement-line { max-width: 20ch; font: 600 clamp(2.2rem, 4.8vw, 4.4rem)/1.04 var(--display); letter-spacing: -.05em; text-wrap: balance; }
.statement-line em { font-style: normal; color: var(--blue-soft); }
.statement-sub { max-width: 34rem; margin-top: 28px; font-size: 1.15rem; color: rgb(255 255 255 / .72); }

/* Values: choices add up to wind */
.voyage { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, 1fr); gap: 16px; align-items: stretch; }
.sea { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: linear-gradient(var(--white), var(--pale)); box-shadow: inset 0 0 0 1px var(--line); }
.sea-art { display: block; width: 100%; height: auto; margin-top: auto; overflow: hidden; }
.sea-art .sky { fill: url(#sky); }
.sea-art .sun { fill: #e6eefa; }
.sea-art .gull { fill: none; stroke: #9fb4d6; stroke-width: 1.3; stroke-linecap: round; }
.sea-art .sea-back { fill: url(#sea); }
.sea-art .waves-far path { fill: none; stroke: #c3d3ec; stroke-width: 1; }
.sea-art .waves-near path { fill: none; stroke: #b3c7e6; stroke-width: 1.4; }
.sea-art .sea-front path { fill: url(#sea); opacity: .82; }
.sea-art .wind path { fill: none; stroke: url(#wind-fade); stroke-width: 1.6; stroke-linecap: round; stroke-dasharray: 90 160; }
.sea-art .wind { opacity: 0; transition: opacity 1.2s var(--ease); }
.sea-art .mast { stroke: var(--ink); stroke-width: 3.2; stroke-linecap: round; }
.sea-art .boom { stroke: var(--ink); stroke-width: 3; stroke-linecap: round; }
.sea-art .stay { stroke: #8fa6cc; stroke-width: .9; }
.sea-art .sail { stroke: var(--blue); stroke-width: 1.5; stroke-linejoin: round; }
.sea-art .main { fill: url(#main-fill); }
.sea-art .jib { fill: url(#jib-fill); }
.sea-art .hull { fill: var(--blue); }
.sea-art .cabin { fill: var(--deep); }
.sea-art .boot { fill: none; stroke: rgb(255 255 255 / .7); stroke-width: 2; stroke-linecap: round; }
.sea-art .keel, .sea-art .rudder { fill: var(--deep); }
.sea-art .pennant { fill: var(--blue); }
.sea-art .wake path { stroke: #fff; stroke-width: 2; stroke-linecap: round; opacity: .9; }
.sea-art .spray circle { fill: #fff; }
.sea-art .spray { opacity: 0; }
.sea-art .boat { animation: bob 5s ease-in-out infinite; }
.voyage[data-level="1"] .wind { opacity: .45; }
.voyage[data-level="2"] .wind { opacity: .75; }
.voyage[data-level="3"] .wind { opacity: 1; }
.readout { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; align-items: baseline; padding: 20px 26px 24px; background: var(--white); border-top: 1px solid var(--line); }
.readout-count { grid-row: span 3; font: 600 .7rem/1.4 var(--display); letter-spacing: .13em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.readout-state { color: var(--ink); font: 600 1.35rem/1.2 var(--display); letter-spacing: -.035em; }
.readout-note { font-size: .98rem; line-height: 1.5; }
.log { display: flex; gap: 6px; margin-top: 12px; }
.log i { width: 14px; height: 14px; border: 1.5px solid var(--line); }
.log i.toward { background: var(--blue); border-color: var(--blue); }
.log i.away { border-color: var(--blue); background: repeating-linear-gradient(135deg, transparent 0 3px, var(--blue-soft) 3px 4.5px); }

.choice { padding: 30px; border-radius: var(--radius); background: var(--pale); }
.choice-step { font: 600 .7rem/1.4 var(--display); letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.choice-scene { margin-top: 14px; min-height: 2.5em; color: var(--ink); font: 600 clamp(1.3rem, 1.8vw, 1.55rem)/1.25 var(--display); letter-spacing: -.035em; }
.choice-options { display: grid; gap: 10px; margin-top: 24px; }
.option {
  appearance: none; cursor: pointer; text-align: left;
  display: grid; gap: 5px; padding: 17px 20px;
  border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white);
  color: var(--ink); font: inherit;
  transition: border-color .2s, box-shadow .2s, transform .2s var(--ease);
}
.option:hover { border-color: var(--blue); box-shadow: 0 10px 24px -18px rgb(14 32 68 / .5); transform: translateY(-1px); }
.option-way { font: 600 .66rem/1.4 var(--display); letter-spacing: .13em; text-transform: uppercase; color: var(--blue); }
.option[data-way="away"] .option-way { color: var(--muted); }
.option-text { font-size: 1.05rem; line-height: 1.35; }
.choice-after { margin-top: 16px; font-size: .98rem; color: var(--blue); }
.choice-summary { color: var(--ink); font: 600 clamp(1.35rem, 1.9vw, 1.65rem)/1.2 var(--display); letter-spacing: -.035em; }
.choice-end p + p { margin-top: 12px; }
.choice-end-actions { display: flex; flex-wrap: wrap; gap: 4px 24px; margin-top: 14px; }
.choice-after:not([hidden]), .choice-scene.swap, .choice-end:not([hidden]) { animation: arrive .45s var(--ease) both; }

/* The 3D game */
.game-stage {
  position: relative; overflow: hidden; isolation: isolate;
  height: clamp(460px, 56vw, 680px);
  border-radius: var(--radius); background: #e8eff9;
  box-shadow: inset 0 0 0 1px var(--line);
}
.game-stage:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; }
.game-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; touch-action: none; }
.game-stage > *:not(.game-canvas) { position: absolute; z-index: 1; }
.hud-top { top: 20px; left: 20px; max-width: min(460px, calc(100% - 300px)); padding: 16px 20px; border-radius: var(--radius-sm); background: rgb(255 255 255 / .86); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); opacity: 0; transform: translateY(-8px); transition: opacity .4s, transform .4s var(--ease); }
.hud-step { font: 600 .68rem/1.4 var(--display); letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.hud-scene { margin-top: 6px; color: var(--ink); font: 600 1.2rem/1.25 var(--display); letter-spacing: -.03em; }
.hud-wind { top: 20px; right: 20px; display: grid; gap: 2px; padding: 14px 18px; border-radius: var(--radius-sm); background: rgb(255 255 255 / .86); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.hud-wind-count { font: 600 .68rem/1.4 var(--display); letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.hud-wind-state { color: var(--ink); font: 600 1.1rem/1.2 var(--display); letter-spacing: -.03em; }
.hud-wind .log { margin-top: 8px; }
.hud-after { left: 50%; bottom: 128px; transform: translateX(-50%); padding: 10px 18px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: .95rem; white-space: nowrap; opacity: 0; transition: opacity .4s; pointer-events: none; }
.hud-choices { left: 20px; right: 20px; bottom: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .4s var(--ease); pointer-events: none; }
.hud-choice {
  appearance: none; cursor: pointer; text-align: left;
  display: grid; gap: 3px; padding: 14px 18px;
  border: 1px solid rgb(255 255 255 / .6); border-radius: var(--radius-sm);
  background: rgb(255 255 255 / .9); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  color: var(--ink); font: inherit;
  transition: transform .2s var(--ease), border-color .2s;
}
.hud-choice:nth-child(2) { text-align: right; }
.hud-choice:not(:disabled):hover { border-color: var(--blue); transform: translateY(-2px); }
.hud-choice-way { font: 600 .64rem/1.4 var(--display); letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.hud-choice-text { font-size: 1rem; line-height: 1.3; }
.game-stage.has-gate .hud-top, .game-stage.has-gate .hud-choices { opacity: 1; transform: none; pointer-events: auto; }
.game-stage.show-after .hud-after { opacity: 1; }
.game-start, .game-end { inset: 0; display: grid; place-items: center; padding: 20px; background: rgb(232 239 249 / .35); }
.game-card { max-width: 440px; padding: 32px; border-radius: var(--radius); background: rgb(255 255 255 / .94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 30px 60px -30px rgb(14 32 68 / .45); }
.game-card h3 { font-size: 2.4rem; }
.game-card h3 + p { margin-top: 12px; }
.game-card .button { margin-top: 22px; }
.game-keys { margin-top: 14px; font-size: .88rem; color: var(--muted); }
.game-summary { color: var(--ink); font: 600 1.5rem/1.2 var(--display); letter-spacing: -.035em; }
.game-end-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 20px; }
.game-end-actions .button { margin-top: 0; }
.game-end { place-items: center start; padding-left: 40px; background: linear-gradient(90deg, rgb(232 239 249 / .55), transparent 60%); }
.game-stage:not(.is-ready) .game-start .button { opacity: .5; pointer-events: none; }

@media (max-width: 700px) {
  .game-stage { height: 620px; margin-inline: -20px; border-radius: 0; box-shadow: none; }
  .hud-top { top: 12px; left: 12px; right: 12px; max-width: none; padding: 12px 14px; grid-template-columns: 56px 1fr; gap: 12px; }
  .hud-img { width: 56px; height: 56px; }
  .value-chip figcaption { font-size: .5rem; letter-spacing: .04em; }
  .hud-scene { font-size: 1.02rem; }
  .hud-wind { top: auto; right: 12px; bottom: 150px; padding: 10px 12px; }
  .hud-wind .log { display: none; }
  .hud-choices { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 1fr; gap: 8px; }
  .hud-choice:nth-child(2) { text-align: left; }
  .hud-choice { padding: 11px 14px; }
  .hud-after { bottom: auto; top: 118px; white-space: normal; width: max-content; max-width: calc(100% - 24px); text-align: center; }
  .game-card { padding: 24px; }
  .game-end { place-items: end center; padding: 12px; background: none; }
  .game-card h3 { font-size: 2rem; }
}

.end-cta { margin-top: 18px; color: var(--ink); font: 600 1.15rem/1.3 var(--display); letter-spacing: -.03em; }
.choice-end-actions { align-items: center; }

/* Values pictures */
.hud-top { display: grid; grid-template-columns: 76px 1fr; gap: 16px; align-items: center; }
.hud-img, .choice-img { display: block; width: 76px; height: 76px; border-radius: 12px; object-fit: cover; }
.hud-value, .choice-value { color: var(--blue); }
.choice-head { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: center; }
.choice-img { width: 64px; height: 64px; }
.value-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin: 18px 0 20px; }
.value-chip { margin: 0; }
.value-chip img { display: block; width: 100%; height: auto; aspect-ratio: 1; border-radius: 10px; object-fit: cover; filter: grayscale(1) opacity(.35); transition: filter .6s var(--ease); }
.value-chip.is-on img { filter: none; }
.value-chip figcaption { margin-top: 6px; font: 600 .6rem/1.2 var(--display); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); text-align: center; }
.value-chip.is-on figcaption { color: var(--blue); }
.game-card:has(.value-strip) { max-width: 480px; }

/* About */
.about { border-top: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 88px; align-items: center; }
.portrait { overflow: hidden; border-radius: var(--radius); background: var(--blue); }
.portrait img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; filter: url(#portrait-blue); }
.about-copy h2 { font-size: clamp(2.6rem, 4.6vw, 4.2rem); }
.about-big { margin-top: 26px; color: var(--ink); font: 500 clamp(1.25rem, 1.8vw, 1.55rem)/1.4 var(--display); letter-spacing: -.025em; }
.about-copy p:not(.tag):not(.about-big):not(.credentials-head) { font-size: 1.08rem; max-width: 36rem; }
.about-copy .about-big + p { margin-top: 24px; }

/* Credentials */
.credentials { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.about-copy .credentials-head { max-width: none; font: 600 .7rem/1.4 var(--display); letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.credentials-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 14px; }
.credentials-list li { display: grid; align-content: start; gap: 4px; padding: 16px 18px 16px 42px; position: relative; border-radius: var(--radius-sm); background: var(--pale); }
.credentials-list li::before { content: ''; position: absolute; left: 18px; top: 21px; width: 10px; height: 10px; background: var(--blue); }
.credentials-list strong { color: var(--ink); font: 600 1rem/1.3 var(--display); letter-spacing: -.02em; }
.credentials-list span { font-size: .88rem; line-height: 1.4; color: var(--muted); }
.credentials-list li:first-child { grid-column: 1 / -1; }
.chips .chip-strong { border-color: rgb(255 255 255 / .55); color: var(--white); font-weight: 600; }
@media (max-width: 700px) { .credentials-list { grid-template-columns: 1fr; } }

/* Closing card */
.conversation { padding-bottom: 104px; }
.cta-card {
  position: relative; overflow: hidden; isolation: isolate;
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px;
  padding: clamp(40px, 6vw, 80px);
  border-radius: 28px; color: var(--white);
  background:
    radial-gradient(70% 120% at 100% 0%, rgb(58 108 196 / .55), transparent 65%),
    linear-gradient(135deg, var(--deep), var(--night));
}
.cta-card h2 { color: var(--white); font-size: clamp(2.5rem, 5vw, 4.6rem); max-width: 12ch; }
.cta-copy > p { max-width: 32rem; margin-top: 22px; font-size: 1.15rem; color: rgb(255 255 255 / .78); }
.cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 34px; }
.button-note { font-size: .92rem; color: rgb(255 255 255 / .65); }
.cta-mark { width: clamp(140px, 18vw, 240px); height: auto; color: rgb(255 255 255 / .1); }

/* Footer */
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; gap: 28px; padding-block: 28px; font-size: .9rem; }
.footer-inner .brand svg { width: 32px; height: 32px; }
.footer-inner .brand span { font-size: 10px; }
.footer-inner p a { color: var(--blue); text-decoration: none; }
.footer-inner p a:hover { text-decoration: underline; }
.back-top { margin-left: auto; color: var(--muted); text-decoration: none; }
.back-top:hover { color: var(--blue); }

/* Motion */
@media (prefers-reduced-motion: no-preference) {
  .load-in { animation: arrive .9s var(--ease) both; }
  .hero h1 { animation-delay: .06s; }
  .hero-description { animation-delay: .14s; }
  .hero-actions { animation-delay: .22s; }
  .chips { animation-delay: .3s; }
  .reveal { transition: opacity .8s var(--ease), transform .8s var(--ease); }
  .reveal.is-waiting { opacity: 0; transform: translateY(24px); }
  .signs .sign:nth-child(3n+2) { transition-delay: .06s; }
  .signs .sign:nth-child(3n) { transition-delay: .12s; }
  .steps .step:nth-child(2) { transition-delay: .06s; }
  .steps .step:nth-child(3) { transition-delay: .12s; }
  .motion-ready .logo-stage:not(.is-active) .mark-frame,
  .motion-ready .logo-stage:not(.is-active) .mark-band { opacity: 0; }
  .motion-ready .logo-stage.is-active .mark-frame { animation: frame-reveal .85s .08s var(--ease) both; }
  .motion-ready .logo-stage.is-active .band-one { animation: band-slide .9s .48s var(--ease) both; }
  .motion-ready .logo-stage.is-active .band-two { animation: band-slide .9s .65s var(--ease) both; }
  .motion-ready .logo-stage.is-active .band-three { animation: band-slide .9s .82s var(--ease) both; }
  .motion-ready .logo-stage:not(.is-active) .mark-words span { opacity: .25; }
  .motion-ready .logo-stage.is-active .mark-words span { animation: word-on 1.2s var(--ease) both; }
  .motion-ready .logo-stage.is-active .mark-words span:nth-child(1) { animation-delay: .2s; }
  .motion-ready .logo-stage.is-active .mark-words span:nth-child(2) { animation-delay: .7s; }
  .motion-ready .logo-stage.is-active .mark-words span:nth-child(3) { animation-delay: 1.15s; }
  .motion-ready .logo-stage.is-settled .mark-frame,
  .motion-ready .logo-stage.is-settled .mark-band,
  .motion-ready .logo-stage.is-settled .mark-words span { animation: none; opacity: 1; transform: none; clip-path: none; }
}
@keyframes arrive { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes frame-reveal { from { opacity: 0; clip-path: inset(0 100% 0 0); } to { opacity: 1; clip-path: inset(0); } }
@keyframes band-slide { from { opacity: 0; transform: translate(-75px, -75px); } to { opacity: 1; transform: none; } }
@keyframes word-on { 0% { opacity: .25; color: var(--white); } 35% { opacity: 1; color: var(--blue-soft); } 100% { opacity: 1; color: var(--white); } }
@keyframes bob { 50% { transform: translateY(3px); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal.is-waiting { opacity: 1; transform: none; }
}

/* Tablet */
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 56px); }
  .hero-inner { grid-template-columns: 1fr; gap: 56px; min-height: 0; padding-block: 80px 72px; }
  .hero-art { justify-self: start; width: min(100%, 300px); }
  .signs, .steps { grid-template-columns: 1fr 1fr; }
  .voyage { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .portrait { max-width: 440px; }
  .section-head-split { display: block; }
  .section-head-split > p { margin-top: 20px; }
}

/* Phone */
@media (max-width: 700px) {
  :root { font-size: 16px; }
  .wrap { width: calc(100% - 40px); }
  .site-header nav > a:not(.button) { display: none; }
  .header-inner { height: 64px; }
  .hero-inner { padding-block: 64px 56px; }
  .hero h1 { font-size: clamp(2.9rem, 12.5vw, 4.2rem); }
  .hero-actions .button { width: 100%; }
  .hero-art { width: min(52vw, 200px); }
  .mark-words { font-size: .7rem; letter-spacing: .18em; }
  .why, .approach, .values, .about { padding-block: 88px; }
  .statement { padding-block: 88px; }
  .signs, .steps { grid-template-columns: 1fr; gap: 12px; }
  .sign { min-height: 0; padding: 22px 22px 22px 52px; font-size: 1.08rem; }
  .sign::before { top: 28px; left: 22px; }
  .why-close { grid-template-columns: 1fr; gap: 16px; margin-top: 44px; }
  .step { padding: 26px; }
  .step-top { margin-bottom: 28px; }
  .readout { grid-template-columns: 1fr; padding: 18px 20px 20px; }
  .readout-count { grid-row: auto; margin-bottom: 4px; }
  .choice { padding: 24px 20px; }
  .cta-card { grid-template-columns: 1fr; }
  .cta-mark { display: none; }
  .cta-actions .button { width: 100%; }
  .footer-inner { flex-wrap: wrap; gap: 14px 24px; }
  .back-top { margin-left: 0; }
}
