@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --black: #050605;
  --surface: #0b0d0c;
  --white: #f4f4f0;
  --muted: #9da49f;
  --dim: #777f79;
  --mint: #b5efd5;
  --line: #292e2a;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --gutter: clamp(24px, 5.4vw, 88px);
  --header-height: 100px;
  --progress: 0;
  font-family: "Manrope", "Avenir Next", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { background: var(--black); scroll-behavior: smooth; scroll-padding-top: 115px; }
body { margin: 0; color: var(--white); background: var(--black); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
::selection { color: var(--black); background: var(--mint); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--mint); outline-offset: 7px; }
button { touch-action: manipulation; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-weight: 400; }
h2 { font-size: clamp(44px, 5.25vw, 80px); line-height: 1.05; letter-spacing: -.04em; text-wrap: balance; }
p { line-height: 1.65; }
button, summary { -webkit-user-select: none; user-select: none; }
[hidden] { display: none !important; }
.section-shell { padding-inline: var(--gutter); max-width: 1680px; margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-160%); padding: 14px 20px; background: var(--white); color: var(--black); z-index: 100; }
.skip-link:focus { transform: none; }
.micro, .tiny-index, .flow-label, .step-number, .receipt-bottom, .guardrail-index, .case-number { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: 10px; line-height: 1.5; letter-spacing: .09em; font-weight: 400; }
.micro { color: var(--muted); }
.status-dot { display: inline-block; flex: 0 0 auto; width: 5px; height: 5px; background: var(--mint); border-radius: 50%; }
.section-label { display: flex; align-items: center; gap: 14px; font-size: 13px; line-height: 1.4; color: var(--muted); margin-bottom: 30px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 70px; }
.section-heading > p { font-size: 16px; color: var(--muted); max-width: 355px; padding-bottom: 7px; }
.text-link { display: inline-flex; align-items: center; gap: 19px; font-size: 13px; padding-block: 8px; }
.text-link span { transition: transform .35s var(--ease); }
.text-link:hover span { transform: translate(4px, -2px); }
.text-link:hover { color: var(--mint); }
.button { position: relative; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 58px; padding: 10px 12px 10px 25px; border-radius: 99px; font-size: 14px; font-weight: 500; transition: background .3s, color .3s, transform .4s var(--ease); overflow: hidden; }
.button-light { color: #101410; background: var(--white); }
.button-arrow { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: #e4e7e1; font-size: 21px; line-height: 1; transition: transform .4s var(--ease), background .3s; }
.button:hover { background: var(--mint); transform: translateY(-2px); }
.button:hover .button-arrow { background: #95d9b8; transform: rotate(45deg); }
.button:active { transform: translateY(0) scale(.98); }

/* The header settles into a quiet reading surface after the first scroll. */
.site-header { position: fixed; inset: 0 0 auto; z-index: 30; height: var(--header-height); display: flex; justify-content: space-between; align-items: center; padding-inline: var(--gutter); transition: background .4s, border-color .4s; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { height: 78px; background: rgba(5, 6, 5, .94); border-color: #ffffff0d; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 17px; }
.brand img { width: 40px; height: 40px; object-fit: cover; border-radius: 9px; transition: transform .45s var(--ease), opacity .3s; }
.brand span { font-size: 16px; font-weight: 450; letter-spacing: .35em; }
.brand:hover img { transform: translateY(-1px) rotate(-2deg); }
.desktop-nav { display: flex; gap: 33px; margin-left: auto; margin-right: 56px; }
.desktop-nav a { position: relative; font-size: 12px; color: #c4c8c3; padding-block: 12px; transition: color .3s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: var(--mint); transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--white); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.header-cta { font-size: 12px; display: flex; align-items: center; gap: 20px; padding: 12px 17px; border: 1px solid #ffffff40; border-radius: 99px; transition: border-color .3s, background .3s; }
.header-cta span { font-size: 18px; transition: transform .4s var(--ease); }
.header-cta:hover { border-color: var(--mint); background: #b5efd50b; }
.header-cta:hover span { transform: translate(2px, -2px); }
.reading-progress { position: absolute; bottom: -1px; left: 0; right: 0; height: 1px; background: var(--mint); transform: scaleX(var(--progress)); transform-origin: left; opacity: .65; }
.menu-toggle, .mobile-nav { display: none; }

/* The existing film is the visual anchor of the identity. */
.hero { min-height: 780px; height: 100svh; max-height: 1250px; position: relative; isolation: isolate; overflow: hidden; }
.hero-film, .film-layer, .hero-film img, .hero-film video { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-film { z-index: -2; overflow: hidden; }
.film-layer { transform: translate3d(0, var(--film-y, 0px), 0) scale(1.035); }
.hero-film img, .hero-film video { object-fit: cover; object-position: 56% center; }
.hero-film video { opacity: 0; transition: opacity 1.2s; }
.hero-film.is-ready video { opacity: 1; }
.hero-film::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #00000063, transparent 69%), linear-gradient(0deg, var(--black), transparent 23%, transparent 76%, #00000038); }
.hero-copy { position: absolute; left: var(--gutter); top: 29%; max-width: 780px; z-index: 2; transform: translate3d(0, var(--copy-y, 0px), 0); }
.overline { display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .04em; color: #d4ddd5; margin-bottom: 30px; }
h1 { font-size: clamp(78px, 8.7vw, 140px); line-height: .94; letter-spacing: -.055em; font-weight: 350; }
.title-line { display: block; overflow: hidden; padding: .035em 0 .08em; margin-bottom: -.08em; }
.title-line > span { display: block; animation: title-arrive 1.15s var(--ease) both; }
.title-line:nth-child(2) > span { animation-delay: .12s; }
@keyframes title-arrive { from { transform: translateY(110%); } to { transform: translateY(0); } }
.hero-enter { animation: hero-arrive 1s var(--ease) both; }
.hero-lead { font-size: clamp(17px, 1.55vw, 22px); color: #c1c6c0; margin-top: 31px; line-height: 1.5; animation-delay: .16s; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; animation-delay: .25s; }
.hero-actions .text-link { color: #d0d5cf; }
@keyframes hero-arrive { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.hero-receipt { position: absolute; bottom: 13%; right: var(--gutter); display: grid; grid-template-columns: 1fr 1fr; column-gap: 25px; width: 360px; padding: 21px 23px 15px; border: 1px solid #ffffff29; border-radius: 12px; background: #070a088f; backdrop-filter: blur(12px); animation-delay: .45s; }
.hero-receipt strong { display: block; font-size: 30px; line-height: 1.3; font-weight: 350; margin-top: 6px; letter-spacing: -.02em; }
.hero-receipt strong > span { font-size: 10px; font-weight: 400; margin-left: 9px; color: var(--muted); letter-spacing: 0; }
.hero-receipt-state { padding-left: 21px; border-left: 1px solid #ffffff24; }
.verified { display: flex; align-items: center; gap: 9px; color: var(--mint); margin-top: 12px; font-size: 12px; white-space: nowrap; }
.check-icon { display: grid; place-items: center; width: 17px; height: 17px; border: 1px solid #b5efd559; border-radius: 50%; font-size: 9px; }
.receipt-caption { grid-column: 1 / -1; color: #9ea79f; font-size: 9px; margin-top: 15px; padding-top: 12px; border-top: 1px solid #ffffff12; }
.hero-bottom { position: absolute; bottom: 30px; left: var(--gutter); right: var(--gutter); display: flex; justify-content: space-between; align-items: center; }
.scroll-cue { display: inline-flex; align-items: center; gap: 14px; color: #adb6ad; font-size: 10px; letter-spacing: .05em; }
.scroll-track { height: 31px; width: 1px; background: #ffffff29; overflow: hidden; }
.scroll-track i { display: block; height: 11px; background: var(--white); animation: scroll-hint 2.7s var(--ease) infinite; }
@keyframes scroll-hint { 0% { transform: translateY(-11px); } 65%, 100% { transform: translateY(33px); } }

.intro { padding-block: 145px 120px; }
.small-symbol { width: 26px; height: 26px; border-radius: 6px; background: url('assets/branding/roost-sage.png') center / cover no-repeat; animation: roost-palette 4.5s steps(1, end) infinite; }
@keyframes roost-palette {
  0%, 32% { background-image: url('assets/branding/roost-sage.png'); }
  33%, 65% { background-image: url('assets/branding/roost-mint.png'); }
  66%, 100% { background-image: url('assets/branding/roost-ice.png'); }
}
.statement { font-size: clamp(52px, 7.6vw, 112px); font-weight: 350; line-height: 1.07; letter-spacing: -.04em; max-width: 1100px; }
.muted { color: #717a72; }
.intro-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-top: 65px; padding-top: 30px; border-top: 1px solid var(--line); }
.tiny-index { color: #a5ada5; padding-top: 5px; font-size: 9px; }
.intro-bottom p { max-width: 525px; color: var(--muted); font-size: 17px; }

.journey { padding-block: 70px 100px; }
.journey-layout { display: grid; grid-template-columns: 1.13fr .87fr; gap: clamp(50px, 8vw, 125px); margin-top: 65px; position: relative; }
.journey-visual { position: sticky; top: 116px; height: 505px; align-self: start; border: 1px solid var(--line); border-radius: 12px; background: #080a09; overflow: hidden; }
.visual-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 25px 25px 0; }
.visual-status { display: flex; align-items: center; gap: 7px; color: var(--mint); font-size: 10px; }
.flow-scene { height: 295px; position: relative; isolation: isolate; }
.flow-horizon { position: absolute; top: 57%; height: 1px; left: 8%; right: 8%; background: linear-gradient(90deg, transparent, #aab0a850 15%, #f0f4ebd9 50%, #aab0a850 85%, transparent); }
.flow-path { position: absolute; top: 57%; height: 32px; transform: translateY(-50%); left: 5%; right: 5%; background: radial-gradient(ellipse at center, #a2e3ba17, transparent 70%); }
.threshold { position: absolute; left: 54%; top: 21%; bottom: 13%; width: 1px; background: linear-gradient(transparent, #cdd6c77a 20%, #f0f9e9 53%, #a3bba553, transparent); }
.threshold-symbol { position: absolute; left: 54%; top: 15%; width: 45px; transform: translateX(-50%); opacity: .45; }
.action-orb { position: absolute; left: 0; top: 57%; width: 53px; height: 53px; border-radius: 50%; transform: translate(calc(var(--orb-x, 70px) - 50%), -50%); background: radial-gradient(circle at 30% 20%, #444a43, #141812 35%, #050805 67%); box-shadow: inset 0 0 0 1px #e4f3d61a, 7px 9px 18px #000b; transition: background .7s, box-shadow .7s; }
.action-orb::after { content: ""; position: absolute; inset: -2px; border-radius: inherit; border: 1px solid #b5efd5; opacity: var(--orb-verified, 0); transition: opacity .5s; }
.action-orb span { display: grid; place-items: center; height: 100%; font-size: 20px; color: var(--mint); opacity: var(--orb-verified, 0); transition: opacity .5s; }
.flow-label { position: absolute; top: 78%; font-size: 8px; color: #848f86; letter-spacing: .05em; }
.flow-label-left { left: 9%; }.flow-label-right { right: 9%; }
.flow-data { display: grid; grid-template-columns: 1.3fr 1.1fr .8fr; gap: 12px; padding: 8px 25px 27px; }
.flow-data > div > span { display: block; }.flow-data > div > span:last-child { margin-top: 8px; font-size: 11px; color: #d0d7d0; }.flow-data .micro { font-size: 8px; }
.flow-nav { display: flex; height: 59px; border-top: 1px solid var(--line); }
.flow-nav a { position: relative; flex: 1; display: flex; justify-content: center; align-items: center; gap: 10px; font-size: 12px; color: var(--dim); transition: color .35s, background .35s; }
.flow-nav a + a { border-left: 1px solid #ffffff0a; }
.flow-nav a span { font-size: 9px; }
.flow-nav a.is-active { color: var(--mint); background: #b5efd508; }
.flow-nav a::before { content: ""; position: absolute; top: -1px; left: 0; right: 0; height: 1px; background: var(--mint); transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease); }
.flow-nav a.is-active::before { transform: scaleX(1); }
.journey-step { min-height: 480px; display: flex; flex-direction: column; justify-content: center; padding-block: 55px 70px; scroll-margin-top: 128px; }
.step-number { color: var(--mint); margin-bottom: 26px; }
.journey-step h3 { font-size: clamp(30px, 3vw, 46px); line-height: 1.12; letter-spacing: -.035em; }
.journey-step p { font-size: 16px; color: var(--muted); margin-top: 25px; max-width: 395px; }
.step-detail { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); color: #a6b0a6; font-size: 11px; line-height: 1.6; display: flex; gap: 12px; }
.step-detail > span { color: var(--mint); }

.guardrails { padding-block: 105px 140px; border-top: 1px solid var(--line); }
.guardrail-layout { display: grid; grid-template-columns: 1.02fr 1fr; gap: clamp(40px, 6vw, 92px); margin-top: 70px; align-items: center; }

/* The diagram is the section's argument, not its decoration: it is the legend the
   three guardrails are keyed to, so its colours are the decision colours used on
   the receipt above — allowed, needs approval, refused. */
.guardrail-figure { margin: 0; }
.boundary { display: block; width: 100%; height: auto; overflow: visible; }
.b-field { color: #ffffff1a; }
.b-allow rect { fill: #b5efd518; }
.b-review { color: #e2c5963d; }
.b-axis-line path { fill: none; stroke: var(--line); stroke-width: 1; }
.b-wall path { fill: none; stroke-width: 1.5; stroke-linecap: square; }
.b-glow path { fill: none; stroke-width: 6; stroke-linecap: square; opacity: 0; transition: opacity .3s var(--ease); }
.b-glow-review { stroke-width: 42; }
.b-wall-cap, .b-wall-scope { stroke: #b5efd5; }
.b-wall-review { stroke: #e2c596; stroke-width: 1; stroke-dasharray: 3 5; }
.b-mark circle { fill: currentColor; }
.b-mark path { fill: none; stroke: currentColor; stroke-width: 1.5; }
.b-mark-allow { color: #b5efd5; }
.b-mark-review { color: #e2c596; }
.b-mark-refuse { color: #eda89c; }
.b-mark .b-halo { fill: none; stroke: currentColor; stroke-width: 1; opacity: .45; }
.b-leader { fill: none; stroke: #e2c596; stroke-width: 1; }
.b-key text { fill: #d8e0d9; font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: 10px; letter-spacing: .09em; paint-order: stroke fill; stroke: var(--black); stroke-width: 5px; stroke-linejoin: round; }
.b-axis text { fill: var(--muted); font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: 9px; letter-spacing: .12em; paint-order: stroke fill; stroke: var(--black); stroke-width: 4px; stroke-linejoin: round; }

.b-legend { display: flex; flex-wrap: wrap; gap: 8px 26px; margin-top: 26px; padding: 0; list-style: none; font-size: 10px; letter-spacing: .06em; color: #b7c0b8; }
.b-legend li { display: flex; align-items: center; gap: 9px; }
.b-legend li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; flex: none; }
.b-legend .is-allow { color: #b5efd5; }
.b-legend .is-review { color: #e2c596; }
.b-legend .is-refuse { color: #eda89c; }
.guardrail-figure figcaption { margin-top: 18px; max-width: 52ch; font-size: 13px; line-height: 1.75; color: var(--muted); text-wrap: pretty; }

.guardrail { display: flex; gap: 28px; padding-block: 31px; border-top: 1px solid var(--line); }
.guardrail:last-child { border-bottom: 1px solid var(--line); }
.guardrail-index { padding-top: 4px; font-size: 10px; color: var(--dim); transition: color .25s; }
.guardrail h3 { font-size: 23px; font-weight: 400; letter-spacing: -.025em; margin-bottom: 12px; }
.guardrail p { font-size: 14px; color: var(--muted); max-width: 360px; }
.rule-tags { display: flex; gap: 20px; margin-top: 17px; font-size: 10px; color: #b1bcb1; }
.rule-tags span::before { content: ""; display: inline-block; width: 4px; height: 4px; border: 1px solid #829582; margin-right: 8px; vertical-align: 1px; }
.guardrail:hover .guardrail-index { color: var(--mint); }
.guardrail:hover h3 { color: var(--mint); }

/* Hovering a guardrail lights the edge it draws. Enhancement only — every label
   is already on the diagram, so nothing is hidden from a keyboard or a reader. */
.guardrail-layout:has(.guardrail[data-wall="scope"]:hover) .b-glow-scope,
.guardrail-layout:has(.guardrail[data-wall="cap"]:hover) .b-glow-cap,
.guardrail-layout:has(.guardrail[data-wall="review"]:hover) .b-glow-review { opacity: .3; }

.proof { padding-block: 120px 145px; display: grid; grid-template-columns: 1fr 1fr; gap: 11%; border-top: 1px solid var(--line); }
.proof-copy { align-self: center; }
.proof h2 { font-size: clamp(42px, 4.6vw, 70px); }
.proof-copy > p:not(.section-label) { max-width: 410px; font-size: 16px; color: var(--muted); margin-top: 28px; }
.proof-copy > p.proof-invitation { font-size: 12px; margin-top: 38px; }
.scenario-picker { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 15px; }
.scenario-picker button { padding: 10px 12px; background: transparent; border: 1px solid var(--line); border-radius: 5px; font-size: 11px; color: #b3bcb3; transition: background .25s, border-color .25s, color .25s; }
.scenario-picker button:hover { border-color: #6c806e; color: var(--white); }
.scenario-picker button.selected { background: var(--mint); color: #102316; border-color: var(--mint); }
.proof-copy > .text-link { margin-top: 34px; }
.decision-receipt { background: #101411; padding: 29px 31px 21px; border: 1px solid #333e35; border-radius: 12px; position: relative; transition: border-color .35s; }
.decision-top { display: flex; align-items: center; gap: 14px; font-size: 10px; letter-spacing: .09em; padding-bottom: 25px; border-bottom: 1px solid #2a332b; }
.decision-top > .micro { margin-left: auto; font-size: 8px; padding: 3px 6px; border: 1px solid #3b493e; border-radius: 3px; }
.decision-value { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-block: 27px; }
.decision-value .micro { font-size: 8px; }
.decision-value strong { display: block; font-size: clamp(32px, 3.5vw, 52px); letter-spacing: -.04em; line-height: 1.3; font-weight: 350; margin-top: 6px; font-variant-numeric: tabular-nums; }
.decision-value strong > span { color: #79887c; }
.decision-status { color: var(--mint); font-size: 11px; display: flex; gap: 10px; white-space: nowrap; }
.receipt-meta { margin: 0; padding-bottom: 22px; border-bottom: 1px solid #2a332b; }
.receipt-meta > div { display: flex; justify-content: space-between; gap: 18px; font-size: 11px; padding-block: 7px; }
.receipt-meta dt { color: var(--muted); }.receipt-meta dd { margin: 0; text-align: right; color: #d5dcd5; }.receipt-meta dd span { color: var(--muted); }
.receipt-checks { padding-block: 18px; }.receipt-checks > div { display: flex; justify-content: space-between; align-items: center; gap: 15px; font-size: 11px; padding-block: 9px; color: #b7c0b8; }
.check-result { display: inline-flex; gap: 13px; align-items: center; color: #d5dfd4; }
.check-result i { font-style: normal; color: var(--mint); font-size: 10px; }
.decision-summary { display: flex; align-items: center; gap: 11px; padding: 14px 12px; background: #b5efd508; border: 1px solid #b5efd521; border-radius: 5px; }
.decision-summary p { color: var(--mint); font-size: 10px; line-height: 1.6; }
.receipt-bottom { display: flex; justify-content: space-between; gap: 10px; margin-top: 22px; font-size: 7px; color: #94a197; }
.decision-receipt[data-state="review"] { --mint: #e2c596; border-color: #5e5039; }
.decision-receipt[data-state="blocked"] { --mint: #eda89c; border-color: #61443c; }

.use-cases { padding-block: 110px 130px; border-top: 1px solid var(--line); }
.use-case-list { margin-top: 65px; }
.use-case { display: grid; grid-template-columns: 45px 1fr 1fr 30px; align-items: center; gap: 24px; padding: 40px 0; border-top: 1px solid var(--line); transition: background .3s; }
.use-case:last-child { border-bottom: 1px solid var(--line); }
.case-number { color: var(--dim); }
.use-case h3 { font-size: clamp(23px, 2.25vw, 34px); letter-spacing: -.03em; }
.use-case p { font-size: 14px; color: var(--muted); max-width: 365px; }
.case-glyph { color: #839787; font-size: 23px; transition: transform .45s var(--ease); }
.use-case:hover { background: #b5efd503; }
.use-case:hover .case-glyph { transform: translate(3px, -3px); color: var(--mint); }

.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 11%; padding-block: 95px 135px; border-top: 1px solid var(--line); }
.faq h2 { font-size: clamp(40px, 4.1vw, 63px); }
.faq-symbol { display: inline-block; margin-top: 50px; opacity: .4; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; padding-block: 26px; font-size: 16px; cursor: pointer; transition: color .2s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--mint); }
.faq-plus { position: relative; flex: 0 0 auto; width: 12px; height: 12px; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; background: #bbc6bb; transition: transform .3s var(--ease); }
.faq-plus::before { height: 1px; width: 12px; top: 6px; left: 0; }.faq-plus::after { width: 1px; height: 12px; top: 0; left: 6px; }
.faq details[open] .faq-plus::after { transform: rotate(90deg); }
.faq-answer { padding: 0 38px 27px 0; }
.faq-answer p { color: var(--muted); font-size: 14px; }
.faq details[open] .faq-answer { animation: faq-arrive .4s var(--ease); }
@keyframes faq-arrive { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }

.closing { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; isolation: isolate; border-top: 1px solid var(--line); text-align: center; padding-block: 110px 125px; }
.closing-symbol { position: absolute; z-index: -2; width: min(720px, 72vw); height: auto; border-radius: 14%; opacity: .12; top: 45%; left: 50%; transform: translate(-50%, -50%); }
.closing-horizon { position: absolute; inset: auto 0 50%; height: 1px; background: linear-gradient(90deg, transparent, #9dc6a928 50%, transparent); z-index: -1; }
.closing .section-label { justify-content: center; }
.closing h2 { font-size: clamp(54px, 7.1vw, 108px); font-weight: 350; line-height: 1.02; }
.closing .button { margin-top: 39px; }
.closing-note { display: block; margin-top: 19px; font-size: 11px; color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); padding-block: 50px 30px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 54px; }
.footer-top > p { font-size: 14px; color: var(--muted); }
.footer-top .text-link { font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; font-size: 10px; color: #9da99f; border-top: 1px solid #ffffff0d; padding-top: 25px; }
.footer-bottom nav { display: flex; gap: 27px; }.footer-bottom nav a:hover { color: var(--white); }
.prototype-label { display: flex; align-items: center; gap: 8px; }
.motion-paused *, .page-hidden * { animation-play-state: paused !important; }
.motion-paused { scroll-behavior: auto; }

@media (min-width: 1700px) { .hero-copy { left: max(var(--gutter), calc((100vw - 1504px) / 2)); } }
@media (max-width: 1100px) {
  :root { --gutter: 40px; }
  .desktop-nav { gap: 23px; margin-right: 30px; }
  .brand span { font-size: 14px; letter-spacing: .28em; }
  .brand { gap: 12px; }.brand img { width: 36px; height: 36px; }
  .hero-copy { top: 29%; }.hero-receipt { bottom: 12%; width: 330px; }
  .hero-actions { gap: 20px; }
  .journey-layout { gap: 55px; grid-template-columns: 1.05fr .95fr; }
  .flow-data { padding-inline: 18px; gap: 8px; }.flow-data > div > span:last-child { font-size: 9px; }
  .proof { gap: 7%; }.decision-receipt { padding-inline: 23px; }
  .section-heading { gap: 35px; }.section-heading > p { font-size: 14px; max-width: 295px; }
  .use-case { grid-template-columns: 30px 1fr 1fr 20px; gap: 20px; }
}
@media (max-width: 800px) {
  :root { --gutter: 28px; --header-height: 82px; }
  .site-header.is-scrolled { height: 70px; }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; margin-right: 22px; font-size: 10px; padding: 9px 12px; gap: 12px; }
  .menu-toggle { width: 28px; height: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 0; background: none; border: 0; }
  .menu-toggle span { width: 22px; height: 1px; background: var(--white); transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-header:has(.menu-toggle[aria-expanded="true"]) { background: var(--black); }
  .mobile-nav { display: flex; flex-direction: column; position: absolute; top: calc(100% - 1px); left: 0; right: 0; background: var(--black); padding: 20px var(--gutter) 36px; border-bottom: 1px solid var(--line); }
  .mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding-block: 19px; font-size: 24px; border-bottom: 1px solid #ffffff12; }
  .mobile-nav a span { color: var(--dim); font-size: 11px; }
  .hero { min-height: 850px; max-height: 1050px; }
  .hero-copy { top: 22%; }.hero-copy h1 { font-size: clamp(76px, 11vw, 104px); }
  .hero-actions { flex-wrap: wrap; }.hero-receipt { bottom: 11%; }
  .hero-film img, .hero-film video { object-position: 57% center; }
  .intro { padding-block: 100px 90px; }.statement { font-size: clamp(51px, 8.6vw, 80px); }
  .intro-bottom { gap: 35px; }.intro-bottom p { font-size: 15px; }
  .section-heading { display: block; }.section-heading > p { margin-top: 25px; max-width: 390px; }
  .journey { padding-block: 55px 85px; }.journey-layout { gap: 34px; grid-template-columns: 1fr 1fr; margin-top: 45px; }
  .journey-visual { height: 410px; top: 95px; }.visual-top { margin: 18px 15px 0; flex-wrap: wrap; gap: 8px; }.visual-top .micro { font-size: 8px; }.visual-status { font-size: 9px; }
  .flow-scene { height: 220px; }.flow-label { font-size: 6px; }.action-orb { width: 42px; height: 42px; }
  .flow-data { grid-template-columns: 1fr 1fr; padding-bottom: 20px; }.flow-data > div:last-child { display: none; }.flow-nav { height: 52px; }.flow-nav a { font-size: 10px; gap: 7px; }
  .journey-step { min-height: 410px; }.journey-step h3 { font-size: 31px; }.journey-step p { font-size: 14px; }.step-detail { font-size: 10px; }
  .guardrails { padding-block: 80px 90px; }.guardrail-layout { gap: clamp(32px, 4.5vw, 60px); }.guardrail { gap: 17px; }.guardrail h3 { font-size: 21px; }
  .proof { gap: 45px; grid-template-columns: 1fr; padding-block: 85px; }.proof-copy { max-width: 580px; }.proof h2 { font-size: 55px; }.decision-receipt { max-width: 570px; width: 100%; justify-self: center; }.decision-value strong { font-size: 48px; }
  .use-cases { padding-block: 85px 90px; }.use-case { grid-template-columns: 25px 1fr 22px; gap: 18px; }.use-case p { grid-column: 2; grid-row: 2; max-width: 520px; }.case-glyph { grid-column: 3; grid-row: 1; }
  .faq { gap: 40px; padding-block: 85px; }.faq h2 { font-size: 39px; }.faq summary { font-size: 14px; }
  .closing { min-height: 580px; }.closing h2 { font-size: 76px; }
  .footer-top > p { display: none; }.footer-bottom { flex-wrap: wrap; }.footer-bottom nav { order: 3; width: 100%; justify-content: space-between; }
}
@media (max-width: 540px) {
  :root { --gutter: 24px; }
  html { scroll-padding-top: 96px; }
  .brand span { font-size: 12px; letter-spacing: .24em; }.brand img { width: 32px; height: 32px; }.brand { gap: 10px; }
  .header-cta { display: none; }.menu-toggle { margin-left: auto; }
  .hero { height: 100svh; min-height: 820px; max-height: 1050px; }
  .hero-copy { top: 19%; right: var(--gutter); }
  .overline { font-size: 9px; letter-spacing: .01em; gap: 9px; margin-bottom: 28px; }
  .hero-copy h1 { font-size: clamp(62px, 15.6vw, 84px); letter-spacing: -.05em; }
  .hero-lead { font-size: 17px; margin-top: 25px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 12px; margin-top: 29px; }
  .button { min-height: 54px; font-size: 12px; padding-left: 21px; gap: 25px; }.button-arrow { width: 32px; height: 32px; font-size: 18px; }
  .hero-actions .text-link { font-size: 11px; }
  .hero-receipt { bottom: 91px; left: var(--gutter); right: var(--gutter); width: auto; padding: 17px 18px 12px; column-gap: 16px; }.hero-receipt strong { font-size: 27px; }.hero-receipt .micro { font-size: 8px; }.hero-receipt-state { padding-left: 16px; }.verified { font-size: 11px; margin-top: 11px; }.receipt-caption { font-size: 8px; margin-top: 13px; padding-top: 11px; }
  .hero-film img, .hero-film video { object-position: 58% 50%; }.hero-film::after { background: linear-gradient(0deg, var(--black), transparent 25%), linear-gradient(90deg, #0005, #0001); }
  .hero-bottom { bottom: 27px; }
  .intro { padding-block: 80px 75px; }.section-label { font-size: 11px; margin-bottom: 24px; }.statement { font-size: clamp(40px, 10.6vw, 58px); letter-spacing: -.04em; }.intro-bottom { grid-template-columns: 1fr; gap: 22px; margin-top: 37px; padding-top: 23px; }.tiny-index { font-size: 8px; }.intro-bottom p { font-size: 15px; }
  h2 { font-size: 45px; }.section-heading > p { font-size: 14px; margin-top: 24px; }.section-heading > p br { display: none; }
  .journey { padding-block: 35px 70px; }.journey-layout { display: block; margin-top: 38px; }
  .journey-visual { height: 291px; top: 79px; z-index: 3; background: #080a09; box-shadow: 0 14px 24px #050605b3; }
  .visual-top { margin: 16px 17px 0; flex-wrap: nowrap; }.flow-scene { height: 149px; }.threshold { top: 12%; bottom: 7%; }.threshold-symbol { width: 31px; top: 4%; }.action-orb { width: 33px; height: 33px; }.action-orb span { font-size: 14px; }.flow-label { font-size: 6px; top: 84%; }
  .flow-data { grid-template-columns: 1.35fr 1.15fr .7fr; padding: 9px 17px 15px; gap: 8px; }.flow-data > div:last-child { display: block; }.flow-data > div > span:last-child { margin-top: 4px; font-size: 8px; }.flow-data .micro { font-size: 7px; }.flow-nav { height: 42px; }.flow-nav a { font-size: 10px; }
  .journey-step { min-height: 370px; padding: 47px 4px 40px; scroll-margin-top: 390px; }.journey-step h3 { font-size: 35px; }.journey-step p { font-size: 14px; max-width: 100%; margin-top: 20px; }.step-number { margin-bottom: 20px; font-size: 9px; }.step-detail { font-size: 10px; margin-top: 23px; }.journey-step:last-child { min-height: 380px; }
  .guardrails { padding-block: 75px 85px; }.guardrail-layout { grid-template-columns: 1fr; gap: 48px; margin-top: 42px; }.guardrail-figure { max-width: 460px; }.guardrail-figure figcaption { font-size: 13px; }.guardrail { padding-block: 25px; gap: 23px; }.guardrail h3 { font-size: 23px; }.guardrail p { font-size: 14px; }
  .proof { padding-block: 75px 85px; gap: 38px; }.proof h2 { font-size: 45px; }.proof-copy > p:not(.section-label) { font-size: 14px; margin-top: 25px; }.proof-copy > p.proof-invitation { font-size: 11px; margin-top: 30px; }.scenario-picker { gap: 6px; }.scenario-picker button { font-size: 10px; padding: 10px 11px; }.proof-copy > .text-link { margin-top: 22px; }.decision-receipt { padding: 22px 20px 18px; }.decision-top { font-size: 9px; gap: 10px; padding-bottom: 20px; }.decision-top img { width: 30px; }.decision-value { padding-block: 23px; }.decision-value strong { font-size: 40px; }.decision-status { font-size: 10px; gap: 7px; }.receipt-meta > div, .receipt-checks > div { font-size: 10px; }.decision-summary { gap: 8px; padding-inline: 9px; }.decision-summary p { font-size: 9px; }.receipt-bottom { font-size: 6px; }
  .use-cases { padding-block: 75px 85px; }.use-case-list { margin-top: 38px; }.use-case { padding-block: 27px; gap: 11px 16px; grid-template-columns: 18px 1fr 18px; }.case-number { font-size: 9px; }.use-case h3 { font-size: 24px; }.use-case p { font-size: 13px; }.case-glyph { font-size: 18px; }.use-case:hover { padding-inline: 0; }
  .faq { grid-template-columns: 1fr; gap: 34px; padding-block: 75px 80px; }.faq h2 { font-size: 45px; }.faq-symbol { display: none; }.faq summary { font-size: 14px; padding-block: 24px; }.faq-answer { padding-right: 20px; }.faq-answer p { font-size: 13px; }
  .closing { min-height: 525px; padding-block: 90px; }.closing h2 { font-size: clamp(45px, 11.5vw, 64px); }.closing-symbol { width: 115%; max-width: none; opacity: .06; }.closing .section-label { font-size: 10px; }.closing .button { margin-top: 31px; }.closing-note { font-size: 10px; }
  .site-footer { padding-block: 32px 25px; }.footer-top { padding-bottom: 30px; gap: 15px; }.footer-top .text-link { font-size: 9px; gap: 12px; }.footer-bottom { gap: 25px 15px; font-size: 9px; }.footer-bottom nav { gap: 12px; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .film-layer, .hero-copy { transform: none !important; }
  .hero-film video { display: none; }
  .scroll-track i { transform: none; }
}

/* Navigation: a quiet, centered index and a precise action edge. */
.site-header { display: grid; grid-template-columns: 1fr auto 1fr; height: 96px; }
.desktop-nav { margin: 0; gap: 6px; align-items: center; }
.desktop-nav a { padding: 13px 18px; font-size: 12px; color: #b9c0b9; overflow: hidden; }
.desktop-nav a::after { left: 18px; right: 18px; bottom: 7px; opacity: .65; }
.desktop-nav a:hover { color: #fff; }
.header-cta { justify-self: end; border: 0; border-radius: 0; padding: 0 0 0 25px; gap: 23px; border-left: 1px solid #ffffff24; font-size: 12px; }
.header-cta:hover { background: none; border-color: #ffffff50; }
.header-cta .nav-cta-label { font-size: 12px; }
.header-cta:hover .nav-cta-label { transform: none; }
.header-cta .nav-cta-arrow { width: 36px; height: 36px; display: grid; place-items: center; background: var(--white); color: #0b100c; font-size: 21px; border-radius: 3px; transition: color .3s, background .3s, transform .4s var(--ease); }
.header-cta:hover .nav-cta-arrow { background: var(--mint); transform: translate(2px,-2px); }
.nav-roll { display: block; position: relative; overflow: hidden; line-height: 1.3; }
.nav-roll > span { display: block; transition: transform .45s var(--ease); }
.nav-roll > span:last-child { position: absolute; top: 100%; left: 0; color: var(--white); }
a:hover .nav-roll > span, a:focus-visible .nav-roll > span { transform: translateY(-100%); }

/* Type arrives word by word through a baseline mask. */
.type-word { display: inline-block; overflow: clip; vertical-align: bottom; padding-bottom: .12em; margin-bottom: -.12em; }
.type-word-inner { display: inline-block; }
.footer-signature > span { display: block; }

/* A large signature anchors the footer instead of a second navigation bar. */
.site-footer { padding-block: 72px 26px; background: #080a08; overflow: hidden; }
.footer-upper { display: grid; grid-template-columns: 2fr 1fr 1.15fr .75fr; gap: 45px; padding-bottom: 76px; }
.footer-intent > img { width: 64px; height: 64px; object-fit: cover; border-radius: 14px; margin-bottom: 26px; }
.footer-intent p { font-size: 22px; line-height: 1.4; letter-spacing: -.025em; }
.footer-intent p span { color: var(--muted); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; padding-top: 5px; }
.footer-label { font-size: 10px; color: #8b978c; margin-bottom: 11px; }
.footer-column > a:not(.footer-up) { display: flex; align-items: center; gap: 22px; font-size: 13px; color: #d0d8d0; transition: color .25s, transform .35s var(--ease); }
.footer-column > a:hover { color: var(--mint); transform: translateX(3px); }
.footer-column > a > span { color: #829083; }
.overline-sep { opacity: .45; margin: 0 2px; }
.overline-net { color: #b4f2d7; }
/* Real funds is a caution, not a feature: it should not read in the
   same approving mint as everything else on the page. */
.overline-live { color: #f2d19a; }
/* On a narrow screen the label wraps to its own line rather than being
   hidden: which network this runs on is the first thing a visitor from
   a post should learn, not something they discover after connecting. */
/* .overline is a nowrap flex row, so a block child cannot break the line.
   Allow the row to wrap and give the label the full width, otherwise it
   squeezes against the gutter on a 360px phone. */
@media (max-width: 620px) {
  .overline { flex-wrap: wrap; }
  .overline-sep { display: none; }
  .overline-net { flex-basis: 100%; margin-top: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  .small-symbol { animation: none; }
}
.footer-social { display: inline-flex; gap: 9px; align-items: center; color: #b7c0b8; font-size: 12.5px; transition: color .25s var(--ease); }
.footer-social:hover { color: var(--mint); }
.footer-social > svg { flex: none; }
.social-link { display: inline-flex; gap: 12px; align-items: center; color: #8b978c; font-size: 12px; text-decoration: none; transition: color .2s ease; }
.social-link:hover, .social-link:focus-visible { color: #eef4ef; }
.social-link:hover .x-mark, .social-link:focus-visible .x-mark { color: #b4f2d7; }
.x-mark { color: #d9ded8; font-size: 19px; line-height: 1; }
.footer-up { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #3a453b; border-radius: 50%; margin-top: 20px; font-size: 21px; transition: border-color .3s, background .3s; }
.footer-up:hover { border-color: var(--mint); background: #b5efd50b; }
.footer-signature { overflow: hidden; border-bottom: 1px solid #364037; padding-bottom: 17px; font-size: clamp(80px, 16.2vw, 260px); font-weight: 400; letter-spacing: -.045em; line-height: .88; color: #d5ded3; }
.footer-signature > span { transform-origin: bottom; }
.footer-baseline { display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #9ca89e; font-size: 10px; padding-top: 27px; }
@media(min-width:1680px){ .footer-signature { font-size: 250px; } }
@media(max-width:1100px){ .desktop-nav a { padding-inline: 11px; }.desktop-nav a::after { left: 11px; right: 11px; }.header-cta { padding-left: 18px; gap: 12px; }.footer-upper { gap: 28px; grid-template-columns: 1.6fr 1fr 1.1fr .7fr; }.footer-intent p { font-size: 19px; } }
@media(max-width:800px){
  .site-header { display: flex; height: 82px; }.desktop-nav { display: none; }.header-cta { margin-right: 27px; }.footer-upper { grid-template-columns: 1.5fr 1fr 1fr; gap: 35px; }.footer-connect { grid-column: 1/-1; flex-direction: row; align-items: center; gap: 24px; padding-top: 12px; }.footer-connect .footer-label { margin: 0; }.footer-up { margin: 0 0 0 auto; }.footer-signature { font-size: 15.5vw; }.footer-baseline { font-size: 9px; }
}
@media(max-width:540px){
  .header-cta { display: none; }.site-footer { padding-top: 47px; }.footer-upper { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding-bottom: 48px; }.footer-intent { grid-column: 1/-1; display: flex; gap: 23px; align-items: center; }.footer-intent > img { width: 52px; margin: 0; }.footer-intent p { font-size: 20px; }.footer-column { gap: 17px; }.footer-label { margin-bottom: 3px; }.footer-column > a:not(.footer-up) { font-size: 12px; }.footer-connect { gap: 23px; padding-top: 0; }.footer-signature { font-size: 15vw; padding-block: 8px 17px; letter-spacing: -.04em; }.footer-baseline { gap: 20px; flex-wrap: wrap; padding-top: 23px; font-size: 8px; }.footer-baseline > span:nth-child(2) { display: none; }
}
@media(prefers-reduced-motion:reduce){ .nav-roll > span { transition: none; } }

/* Typography system: deliberate weight, quieter scale, generous reading rhythm. */
body { font-weight: 400; }
h1, h2, h3 { font-weight: 550; }
h1 { font-size: clamp(76px, 7.5vw, 118px); font-weight: 550; line-height: 1.02; letter-spacing: -.055em; }
h2 { font-size: clamp(42px, 4.7vw, 70px); font-weight: 550; line-height: 1.12; letter-spacing: -.045em; }
.hero-copy { top: 28%; }
.hero-lead { font-size: clamp(17px, 1.4vw, 20px); font-weight: 400; line-height: 1.65; letter-spacing: -.015em; }
.overline { font-size: 11px; font-weight: 500; letter-spacing: .025em; }
.brand span { font-weight: 650; font-size: 15px; letter-spacing: .26em; }
.desktop-nav a, .header-cta .nav-cta-label { font-size: 12px; font-weight: 500; }
.button { font-weight: 600; font-size: 13px; }
.statement { font-size: clamp(48px, 6.5vw, 96px); font-weight: 550; line-height: 1.16; letter-spacing: -.045em; }
.statement .muted { color: #8d968f; }
.section-label { font-weight: 500; letter-spacing: .005em; }
.intro-bottom p, .journey-step p, .proof-copy > p:not(.section-label) { font-size: 16px; line-height: 1.8; }
.journey-step h3 { font-size: clamp(30px, 2.8vw, 42px); font-weight: 550; line-height: 1.18; letter-spacing: -.04em; }
.guardrail h3 { font-size: 23px; font-weight: 550; letter-spacing: -.025em; }
.guardrail p, .use-case p, .faq-answer p { font-size: 15px; line-height: 1.8; }
.proof h2 { font-size: clamp(39px, 4.1vw, 62px); }
.use-case h3 { font-size: clamp(23px, 2.1vw, 31px); font-weight: 500; letter-spacing: -.035em; }
.faq h2 { font-size: clamp(38px, 3.8vw, 57px); }
.faq summary { font-weight: 500; line-height: 1.6; }
.closing h2 { font-size: clamp(48px, 6.2vw, 92px); font-weight: 550; line-height: 1.13; letter-spacing: -.045em; }
.hero-receipt strong, .decision-value strong { font-weight: 500; letter-spacing: -.045em; }
.footer-intent p { font-weight: 500; letter-spacing: -.03em; line-height: 1.6; }
.footer-column > a:not(.footer-up) { font-size: 13px; font-weight: 500; }
.footer-signature { font-size: clamp(75px, 15.6vw, 244px); font-weight: 650; letter-spacing: -.055em; line-height: 1.07; padding-bottom: 12px; }
.type-word { padding-bottom: .16em; margin-bottom: -.16em; }
@media(max-width:800px) {
  .hero-copy h1 { font-size: clamp(67px, 10.2vw, 94px); }
  .brand span { font-size: 13px; }
  .statement { font-size: clamp(45px, 7.7vw, 66px); }
  .proof h2 { font-size: 49px; }
  .closing h2 { font-size: 65px; }
  .footer-signature { font-size: 14.8vw; }
}
@media(max-width:540px) {
  .hero-copy h1 { font-size: clamp(51px, 13.2vw, 71px); line-height: 1.06; letter-spacing: -.055em; }
  .hero-copy { top: 21%; }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .overline { font-size: 9px; }
  .brand span { font-size: 12px; letter-spacing: .23em; }
  h2, .proof h2, .faq h2 { font-size: 39px; line-height: 1.16; }
  .statement { font-size: clamp(36px, 9.5vw, 49px); line-height: 1.2; }
  .journey-step h3 { font-size: 31px; line-height: 1.2; }
  .intro-bottom p, .journey-step p, .proof-copy > p:not(.section-label), .guardrail p, .use-case p, .faq-answer p { font-size: 14px; line-height: 1.8; }
  .guardrail h3 { font-size: 22px; }
  .use-case h3 { font-size: 22px; }
  .closing h2 { font-size: clamp(38px, 10.2vw, 54px); }
  .footer-intent p { font-size: 18px; }
  .footer-signature { font-size: 14.2vw; }
  .footer-column > a:not(.footer-up) { font-size: 12px; }
}

/* Header action: a single quiet control with an integrated directional cue. */
.header-cta {
  border: 1px solid #ffffff30;
  border-radius: 6px;
  padding: 11px 17px 11px 20px;
  gap: 24px;
  background: #ffffff06;
  min-height: 43px;
  transition: border-color .3s, background .3s, color .3s;
}
.header-cta .nav-cta-label { font-size: 12px; font-weight: 550; letter-spacing: -.01em; }
.header-cta .nav-cta-arrow {
  width: 17px; height: 17px; border-radius: 0; background: transparent; color: #c4ccc4;
  transition: transform .4s var(--ease), color .3s;
}
.header-cta:hover { border-color: #bdcbbd88; background: #ffffff0c; }
.header-cta:hover .nav-cta-arrow { background: transparent; color: var(--mint); transform: translateX(3px); }
.footer-baseline > span:last-child { margin-left: auto; }
@media(max-width:1100px) { .header-cta { padding: 10px 14px 10px 16px; gap: 18px; } }

.token { padding-block: clamp(72px, 9vw, 128px); border-top: 1px solid #27312d; }
.token-inner { max-width: 760px; }
.token h2 { font-size: clamp(38px, 6vw, 68px); font-weight: 300; letter-spacing: -.05em; line-height: 1; margin: 18px 0 0; }
.token-lede { margin: 18px 0 0; font-size: clamp(15px, 1.4vw, 17px); line-height: 1.65; color: #92a198; max-width: 60ch; }
.token-ca { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 32px; padding: 16px 18px; background: #0d1110; border: 1px solid #27312d; border-radius: 12px; }
.token-ca-label { font: 10px/1.4 "SFMono-Regular", Consolas, ui-monospace, monospace; letter-spacing: .16em; text-transform: uppercase; color: #6b7a72; }
.token-ca code { flex-grow: 1; min-width: 0; font: 13px/1.5 "SFMono-Regular", Consolas, ui-monospace, monospace; color: #b4f2d7; word-break: break-all; user-select: all; }
.token-copy { flex: 0 0 auto; border: 1px solid #435449; background: transparent; color: #eef4ef; border-radius: 8px; padding: 8px 15px; font-size: 12.5px; cursor: pointer; transition: border-color .2s ease, color .2s ease; }
.token-copy:hover { border-color: #b4f2d7; }
.token-copy[data-copied] { border-color: #b4f2d7; color: #b4f2d7; }
.token-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 28px; }
.token-note { margin: 26px 0 0; font-size: 12.5px; line-height: 1.6; color: #6b7a72; max-width: 58ch; }
@media (max-width: 520px) { .token-ca { align-items: flex-start; flex-direction: column; } .token-copy { align-self: stretch; } }


/* Contract row within the hero receipt, ready for the official address. */
.ca-snackbar { grid-column: 1 / -1; display: flex; align-items: center; gap: 13px; width: 100%; min-width: 0; min-height: 44px; margin-top: 15px; padding: 12px 0 0; border: 0; border-top: 1px solid #ffffff12; border-radius: 0; background: transparent; text-align: left; transition: border-color .2s ease, background .2s ease; }
.ca-snackbar:disabled { cursor: default; opacity: 1; }
.ca-snackbar-token { display: flex; align-items: center; gap: 8px; flex-shrink: 0; font-size: 11px; font-weight: 650; letter-spacing: .04em; }
.ca-snackbar-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--mint); }
.ca-snackbar-kind { padding-left: 13px; border-left: 1px solid #b5efd526; color: var(--muted); font: 10px/1.5 "SFMono-Regular", Consolas, ui-monospace, monospace; letter-spacing: .08em; }
.ca-snackbar .token-copy-label { margin-left: auto; padding: 3px 9px; border-radius: 4px; background: #b5efd510; color: var(--mint); font-size: 10px; line-height: 1.5; white-space: nowrap; }
.ca-snackbar-icon { flex-shrink: 0; color: var(--mint); }
.ca-snackbar:disabled .ca-snackbar-icon { opacity: .35; }
.ca-snackbar-address { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; color: var(--mint); font: 11px/1.5 "SFMono-Regular", Consolas, ui-monospace, monospace; }
.ca-snackbar:not(:disabled):hover { background: #14211b; border-color: #b5efd580; }
.ca-snackbar[data-copied] { border-color: var(--mint); }
.ca-copy-status { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { .ca-snackbar { transition: none; } }

.ca-trade-link { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; min-height: 36px; margin-top: 4px; color: var(--mint); font-size: 11px; }
.ca-trade-link:hover { text-decoration: underline; text-underline-offset: 4px; }
