/* PracticeGraph — practicegraph.dev homepage (launch revamp, 2026-09-16; owner picked variant A "Ledger").
   Structure: the open-source project skeleton. Voice: paper/teal editorial identity, mono evidence lines, near-zero motion. */
:root {
  --bg: #fcfbf8; --bg-2: #f6f3ec; --bg-3: #efe9df;
  --ink: #181d1b; --ink-2: #39423d; --ink-3: #55605a; --ink-4: #727d76;
  --accent: #1b574b; --accent-deep: #0f3730; --accent-soft: #dbece7; --accent-tint: #ecf4f1; --accent-mid: #82bcae; --accent-bright: #2f8576;
  --hair: #e7e0d3; --soft: #d8cfbd;
  --band: #0f3730; --band-ink: #dbece7; --band-ink-2: #b6d8cf; --band-accent: #82bcae;
  --caution: #a9761b; --positive: #2f7d57;
  --display: Georgia, serif; --body: system-ui, sans-serif; --mono: Consolas, monospace;
  --wrap: 1120px; --gutter: clamp(18px, 4vw, 40px); --radius: 14px; --radius-btn: 999px;
  --shadow-frame: 0 1px 0 rgba(24,29,27,.04), 0 18px 48px -22px rgba(15,55,48,.35), 0 2px 8px rgba(24,29,27,.05);
  --h1-weight: 500; --h1-tracking: -0.012em; --h1-size: clamp(40px, 6.2vw, 72px);
  --body-size: 17px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { font-family: var(--body); font-size: var(--body-size); line-height: 1.6; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
::selection { background: var(--accent-soft); }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent-deep); }
:focus-visible { outline: 2px solid var(--accent-bright); outline-offset: 3px; border-radius: 4px; }
img { display: block; max-width: 100%; height: auto; }
code, kbd, pre { font-family: var(--mono); }
h1, h2, h3, h4 { font-family: var(--display); font-weight: var(--h1-weight); letter-spacing: var(--h1-tracking); line-height: 1.1; color: var(--ink); }
h1 em, h2 em, h3 em { font-style: italic; color: var(--accent); }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--accent-deep); color: #fff; padding: 8px 12px; border-radius: 6px; z-index: 50; }
.skip:focus { left: 12px; }


.masthead { position: sticky; top: 0; overflow: hidden; z-index: 20; background: color-mix(in srgb, var(--bg) 84%, transparent); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid color-mix(in srgb, var(--hair) 70%, transparent); }
.masthead .wrap { display: flex; align-items: center; gap: 22px; min-height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-weight: 700; letter-spacing: -0.01em; font-size: 17px; font-family: var(--body); }
.brand img { width: 28px; height: 28px; border-radius: 7px; }
.brand b { color: var(--accent); font-weight: 700; }
.masthead nav { display: flex; align-items: center; gap: 22px; margin-left: 8px; }
.masthead nav a { text-decoration: none; color: var(--ink-3); font-size: 15px; font-weight: 500; }
.masthead nav a:hover { color: var(--accent); }
.masthead .right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.iconlink { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--ink-2); font-size: 15px; font-weight: 500; padding: 8px 10px; border-radius: 999px; }
.iconlink:hover { background: var(--bg-3); color: var(--ink); }
.iconlink svg { width: 18px; height: 18px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; font-family: var(--body); font-weight: 600; font-size: 15.5px; line-height: 1; padding: 13px 20px; border-radius: var(--radius-btn); border: 1px solid transparent; white-space: nowrap; transition: background-color .15s ease, border-color .15s ease, transform .15s ease; }
.btn:active { transform: translateY(1px); }
.btn-solid { background: var(--accent); color: #fff; }
.btn-solid:hover { background: var(--accent-deep); color: #fff; }
.btn-quiet { border-color: var(--soft); color: var(--accent); background: transparent; }
.btn-quiet:hover { border-color: var(--accent-bright); color: var(--accent-deep); }
.btn-paper { background: var(--bg); color: var(--accent-deep); }
.btn-paper:hover { background: var(--accent-soft); color: var(--accent-deep); }
.btn small { font-family: var(--mono); font-weight: 500; font-size: 12px; opacity: .8; }
.masthead .btn { padding: 10px 16px; font-size: 14.5px; }

.hero { padding: clamp(48px, 8vw, 96px) 0 0; }
.kicker { font-family: var(--mono); font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: center; }
.kicker i { font-style: normal; color: var(--accent-mid); }
.hero h1 { margin-top: 18px; font-size: var(--h1-size); max-width: 16ch; }
.hero .lede { margin-top: 22px; font-size: clamp(18px, 2vw, 21px); line-height: 1.55; color: var(--ink-2); max-width: 38em; }
.hero .lede strong { color: var(--ink); font-weight: 600; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; align-items: center; }
.cta-note { font-size: 14px; color: var(--ink-4); flex-basis: 100%; }
.hero-term { display: none; }

.ledger { margin-top: 44px; background: var(--band); color: var(--band-ink); }
.ledger .wrap { display: flex; flex-wrap: wrap; gap: 8px 26px; align-items: baseline; padding: 20px 0 110px; font-family: var(--mono); font-size: 13.5px; line-height: 1.6; }
.ledger b { color: #fff; font-weight: 600; }
.ledger .sep { color: var(--band-accent); opacity: .7; }
.ledger .file { color: #fff; }
.ledger .hash { color: var(--band-accent); word-break: break-all; }
.ledger a { color: var(--band-ink-2); }
.ledger a:hover { color: #fff; }

.frame { border: 1px solid var(--hair); border-radius: var(--radius); background: var(--bg); box-shadow: var(--shadow-frame); overflow: hidden; }
.frame .bar { display: flex; align-items: center; gap: 8px; padding: 9px 14px; border-bottom: 1px solid var(--hair); background: var(--bg-2); font-family: var(--mono); font-size: 12px; color: var(--ink-4); }
.frame .bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--soft); display: inline-block; }
.frame .bar i:first-child { background: var(--accent-mid); }
.frame .bar span { margin-left: 8px; }
.exhibit { margin-top: -90px; }
.exhibit figcaption, .cap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 18px; margin-top: 12px; font-family: var(--mono); font-size: 12.5px; color: var(--ink-4); }
.cap b, .exhibit figcaption b { color: var(--ink-2); font-weight: 500; }

.sec { padding: clamp(56px, 8vw, 104px) 0 0; }
.sec-head { display: grid; grid-template-columns: 64px 1fr; gap: 16px; align-items: baseline; max-width: 820px; }
.sec-no { font-family: var(--mono); font-size: 13px; color: var(--accent-bright); letter-spacing: .06em; padding-top: 10px; }
.sec-head h2 { font-size: clamp(30px, 4vw, 44px); }
.sec-head p { margin-top: 12px; color: var(--ink-3); font-size: 17.5px; max-width: 40em; }

.sides { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 36px; }
.side h3 { font-size: clamp(22px, 2.6vw, 28px); display: flex; flex-direction: column; gap: 8px; }
.side .tag { font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); font-weight: 500; }
.side .cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.card { background: var(--bg); border: 1px solid var(--hair); border-radius: var(--radius); padding: 18px 18px 20px; transition: border-color .15s ease, transform .2s ease; }
.card:hover { border-color: var(--accent-mid); transform: translateY(-2px); }
.card .page { font-family: var(--mono); font-size: 11.5px; color: var(--accent-bright); }
.card h4 { font-family: var(--body); font-weight: 700; font-size: 16.5px; letter-spacing: -0.01em; margin-top: 8px; line-height: 1.25; }
.card p { margin-top: 8px; font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }

.show { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(22px, 4vw, 48px); align-items: center; margin-top: 44px; }
.show.flip { grid-template-columns: 5fr 7fr; }
.show.flip figure { order: 2; }
.show h3 { font-size: clamp(24px, 3vw, 32px); }
.show ul { list-style: none; margin-top: 16px; display: grid; gap: 10px; }
.show li { padding-left: 22px; position: relative; font-size: 16px; color: var(--ink-2); line-height: 1.5; }
.show li::before { content: ""; position: absolute; left: 0; top: .62em; width: 10px; height: 2px; background: var(--accent-bright); }

.boundary { margin-top: 32px; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--hair); border-radius: var(--radius); background: var(--bg); overflow: hidden; }
.boundary div { padding: 22px 20px 24px; border-right: 1px solid var(--hair); }
.boundary div:last-child { border-right: 0; }
.boundary b { display: block; font-family: var(--mono); font-size: 12px; color: var(--accent-bright); letter-spacing: .04em; text-transform: uppercase; }
.boundary p { margin-top: 10px; font-size: 15px; line-height: 1.5; color: var(--ink); }

.platforms { margin-top: 32px; border: 1px solid var(--hair); border-radius: var(--radius); overflow: hidden; background: var(--bg); }
.platforms .row { display: grid; grid-template-columns: 1.2fr 2fr auto; gap: 18px; align-items: center; padding: 18px 22px; border-top: 1px solid var(--hair); }
.platforms .row:first-child { border-top: 0; }
.platforms .name { font-weight: 700; letter-spacing: -0.01em; }
.platforms .name small { display: block; font-family: var(--mono); font-weight: 500; font-size: 12px; color: var(--ink-4); margin-top: 3px; }
.platforms .what { font-size: 15px; color: var(--ink-2); }
.chip { display: inline-block; font-family: var(--mono); font-size: 11.5px; letter-spacing: .04em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; border: 1px solid; white-space: nowrap; }
.chip.soon { color: var(--caution); border-color: color-mix(in srgb, var(--caution) 45%, transparent); background: color-mix(in srgb, var(--caution) 8%, transparent); }
.twocol { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.term { background: var(--band); color: var(--band-ink); border-radius: var(--radius); padding: 18px 20px; font-family: var(--mono); font-size: 13.5px; line-height: 1.7; overflow-x: auto; }
.term .t { color: var(--band-accent); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px; display: block; }
.term .p, .term .k { color: var(--band-accent); user-select: none; }
.term .k { white-space: pre; }
.term .c { color: var(--band-ink-2); opacity: .8; }
.term b { color: #fff; font-weight: 500; }
.term p { font-family: var(--body); color: var(--band-ink-2); font-size: 14px; margin-top: 10px; line-height: 1.5; }
.term p a { color: #fff; }

.os { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(22px, 4vw, 48px); margin-top: 34px; align-items: start; }
.os .prose p { margin-top: 12px; color: var(--ink-2); }
.os .prose p:first-child { margin-top: 0; }
.linklist { list-style: none; border: 1px solid var(--hair); border-radius: var(--radius); background: var(--bg); overflow: hidden; }
.linklist li { border-top: 1px solid var(--hair); }
.linklist li:first-child { border-top: 0; }
.linklist a { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 14px 18px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 15.5px; }
.linklist a:hover { background: var(--accent-tint); }
.linklist a span { font-family: var(--mono); font-size: 12px; color: var(--ink-4); font-weight: 400; }

.qa { margin-top: 30px; border-top: 1px solid var(--hair); max-width: 820px; }
.qa details { border-bottom: 1px solid var(--hair); }
.qa summary { list-style: none; cursor: pointer; padding: 18px 40px 18px 0; font-weight: 600; font-size: 17px; position: relative; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 9px; height: 9px; border-right: 1.5px solid var(--accent); border-bottom: 1.5px solid var(--accent); transform: translateY(-70%) rotate(45deg); transition: transform .2s ease; }
.qa details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.qa details p { padding: 0 0 20px; color: var(--ink-2); max-width: 62ch; }

.close { margin-top: clamp(64px, 9vw, 120px); background: var(--band); color: var(--band-ink); }
.close .wrap { padding: clamp(48px, 7vw, 84px) 0; display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center; }
.close h2 { color: #fff; font-size: clamp(30px, 4.4vw, 48px); }
.close h2 em { color: var(--band-accent); }
.close p { margin-top: 12px; color: var(--band-ink-2); max-width: 40em; }
.close .cta-row { margin-top: 0; justify-content: flex-end; }
.close .cta-row .btn-quiet { border-color: color-mix(in srgb, var(--band-accent) 40%, transparent); color: var(--band-ink); }
.close .cta-row .btn-quiet:hover { border-color: var(--band-accent); color: #fff; }

footer { border-top: 1px solid var(--hair); background: var(--bg-2); }
footer .wrap { padding: 40px 0 36px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 28px; }
footer h4 { font-family: var(--mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-4); font-weight: 500; }
footer ul { list-style: none; margin-top: 12px; display: grid; gap: 8px; }
footer li a { text-decoration: none; color: var(--ink-2); font-size: 15px; }
footer li a:hover { color: var(--accent); }
footer .about p { margin-top: 12px; font-size: 14.5px; color: var(--ink-3); max-width: 34em; }
footer .fine { grid-column: 1 / -1; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--hair); display: flex; flex-wrap: wrap; gap: 8px 22px; font-family: var(--mono); font-size: 12px; color: var(--ink-4); }

@media (prefers-reduced-motion: no-preference) {
  .hero > .wrap > *, .ledger, .exhibit { animation: arrive .6s cubic-bezier(.2,.7,.2,1) both; }
  .hero > .wrap > :nth-child(2) { animation-delay: .06s; } .hero > .wrap > :nth-child(3) { animation-delay: .12s; }
  .hero > .wrap > :nth-child(4) { animation-delay: .18s; } .hero > .wrap > :nth-child(5) { animation-delay: .24s; }
  .ledger { animation-delay: .28s; } .exhibit { animation-delay: .36s; }
}
@keyframes arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

@media (max-width: 1024px) {
  .boundary { grid-template-columns: repeat(2, 1fr); }
  .boundary div { border-right: 0; border-top: 1px solid var(--hair); }
  .boundary div:nth-child(-n + 2) { border-top: 0; }
  .boundary div:nth-child(odd) { border-right: 1px solid var(--hair); }
  .boundary div:last-child { grid-column: 1 / -1; border-right: 0; }
}
@media (max-width: 900px) {
  .masthead nav { display: none; }
  .sides { grid-template-columns: 1fr; }
  .show, .show.flip { grid-template-columns: 1fr; }
  .show.flip figure { order: 0; }
  .os, .twocol, .close .wrap { grid-template-columns: 1fr; }
  .close .cta-row { justify-content: flex-start; }
  footer .wrap { grid-template-columns: 1fr 1fr; }
  footer .about { grid-column: 1 / -1; }
  .platforms .row { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .masthead .wrap { gap: 12px; }
  .brand span, .iconlink span { display: none; }
  .side .cards { grid-template-columns: 1fr; }
  .boundary { grid-template-columns: 1fr; }
  .boundary div, .boundary div:nth-child(odd) { border-right: 0; border-top: 1px solid var(--hair); }
  .boundary div:first-child { border-top: 0; }
  .sec-head { grid-template-columns: 1fr; gap: 6px; }
  .ledger .wrap { padding-bottom: 84px; font-size: 12.5px; }
  .exhibit { margin-top: -64px; }
  footer .wrap { grid-template-columns: 1fr; }
  .cta-row .btn { flex: 1 1 auto; }
  }


/* A — Ledger: the current identity. Paper, teal, Newsreader italics, mono evidence. */
:root {
  --display: "Newsreader", Georgia, serif;
  --body: "Schibsted Grotesk", "Segoe UI", system-ui, sans-serif;
  --mono: "IBM Plex Mono", Consolas, monospace;
}
body { background-image: radial-gradient(1100px 520px at 12% -6%, var(--accent-tint) 0%, transparent 62%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.42 0 0 0 0 0.40 0 0 0 0 0.34 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E"); }
.hero .lede { font-family: var(--display); font-size: clamp(19px, 2.2vw, 23px); line-height: 1.5; }

/* ---------- scroll motion (site.js adds .reveal/.in; CSS scroll timelines add depth where supported) ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s cubic-bezier(.16,.84,.24,1), transform .9s cubic-bezier(.16,.84,.24,1); transition-delay: var(--d, 0s); will-change: opacity, transform; }
  .reveal.in { opacity: 1; transform: none; }
  .card.reveal { transform: translateY(32px) scale(.96); }
  .side:first-child .card.reveal { transform: translateX(-40px) scale(.96); }
  .side:last-child .card.reveal { transform: translateX(40px) scale(.96); }
  .card.reveal.in { transform: none; }
  figure.reveal { transform: translateY(56px) scale(.94); transition-duration: 1.1s; }
  figure.reveal.in { transform: none; }
  .show > div.reveal { transform: translateY(24px); transition-delay: .18s; }
  .show > div.reveal.in { transform: none; }
  .boundary > div.reveal { transform: translateY(28px); }
  .qa details.reveal, .platforms .row.reveal, .offer li.reveal { transform: translateX(-24px); }
  .qa details.reveal.in, .platforms .row.reveal.in, .offer li.reveal.in { transform: none; }
  .sec-head.reveal h2 { clip-path: inset(0 100% 0 0); transition: clip-path .9s cubic-bezier(.16,.84,.24,1) .1s; }
  .sec-head.reveal.in h2 { clip-path: inset(0 0 0 0); }
  .masthead { transition: box-shadow .25s ease; }
  .masthead.scrolled { box-shadow: 0 10px 30px -20px rgba(15, 55, 48, .45); }
  .progress { position: absolute; left: 0; bottom: -1px; height: 2px; width: 100%; background: var(--accent-bright); transform-origin: 0 50%; transform: scaleX(0); }
  @supports (animation-timeline: scroll()) {
    .progress { animation: grow-x linear both; animation-timeline: scroll(root); }
  }
  @supports (animation-timeline: view()) {
    .frame { isolation: isolate; }
    /* only the lower screenshots float; the hero frame overlaps the release strip and must stay put */
    .show .frame { animation: float linear both; animation-timeline: view(); animation-range: entry 0% exit 100%; }
    .sec-no { animation: tick-in linear both; animation-timeline: view(); animation-range: entry 0% entry 40%; }
    .close h2 em { animation: ink linear both; animation-timeline: view(); animation-range: entry 10% entry 70%; }
    .close .wrap { animation: lift linear both; animation-timeline: view(); animation-range: entry 0% entry 80%; }
    .landi img { animation: spin-in linear both; animation-timeline: view(); animation-range: entry 0% entry 60%; }
  }
}
@keyframes grow-x { from { transform: scaleX(0); } to { transform: scaleX(1); } }
/* screenshots float as a whole, so their edges are never cropped */
@keyframes float { from { transform: translateY(30px); } to { transform: translateY(-30px); } }
@keyframes tick-in { from { opacity: 0; transform: translateX(-16px); } to { opacity: 1; transform: none; } }
@keyframes ink { from { color: var(--band-ink-2); } to { color: var(--band-accent); } }
@keyframes lift { from { transform: translateY(40px); opacity: .4; } to { transform: none; opacity: 1; } }
@keyframes spin-in { from { transform: rotate(-8deg) scale(.9); opacity: 0; } to { transform: none; opacity: 1; } }

/* ---------- for organizations ---------- */
.ent { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(22px, 4vw, 48px); margin-top: 34px; align-items: start; }
.offer { list-style: none; border-top: 1px solid var(--hair); }
.offer li { display: grid; grid-template-columns: 220px 1fr; gap: 6px 24px; padding: 18px 0; border-bottom: 1px solid var(--hair); }
.offer b { font-weight: 700; letter-spacing: -0.01em; font-size: 16.5px; line-height: 1.35; }
.offer p { font-size: 15px; color: var(--ink-2); line-height: 1.55; }
.landi { background: var(--bg); border: 1px solid var(--hair); border-radius: var(--radius); padding: 24px 24px 22px; box-shadow: 0 1px 0 rgba(24,29,27,.03); position: sticky; top: 84px; }
.landi img { height: 44px; width: auto; }
.landi > p { margin-top: 16px; font-size: 15px; color: var(--ink-2); }
.landi .cta-row { margin-top: 18px; }
.landi .fine { margin-top: 14px; font-size: 13px; color: var(--ink-4); }
.footer-landi { display: inline-block; margin-top: 10px; }
.footer-landi img { height: 30px; width: auto; }
@media (max-width: 900px) { .ent { grid-template-columns: 1fr; } .landi { position: static; } }
@media (max-width: 560px) { .offer li { grid-template-columns: 1fr; } }

/* ---------- plain-copy pass: three privacy cells, no page tags on cards ---------- */
.boundary { grid-template-columns: repeat(3, 1fr); }
.boundary b { text-transform: none; letter-spacing: 0; font-family: var(--body); font-size: 16.5px; font-weight: 700; color: var(--ink); }
.privacy-more { margin-top: 16px; font-size: 15.5px; }
.card h4 { margin-top: 0; }
.platforms .row { grid-template-columns: 1fr 2.4fr auto; }
@media (max-width: 1024px) {
  .boundary { grid-template-columns: repeat(3, 1fr); }
  .boundary div, .boundary div:nth-child(odd) { border-top: 0; border-right: 1px solid var(--hair); }
  .boundary div:last-child { grid-column: auto; border-right: 0; }
}
@media (max-width: 900px) {
  .boundary { grid-template-columns: 1fr; }
  .boundary div, .boundary div:nth-child(odd) { border-right: 0; border-top: 1px solid var(--hair); }
  .boundary div:first-child { border-top: 0; }
  .platforms .row { grid-template-columns: 1fr; }
}

/* elements waiting to slide in must never widen the page */
html { overflow-x: clip; }
main { overflow-x: clip; }
.ent > * { min-width: 0; }

/* the release strip always clears the hero screenshot */
.ledger .wrap { padding-bottom: 124px; }
@media (max-width: 560px) { .ledger .wrap { padding-bottom: 96px; } }

/* ---------- pre-release: download actions read "coming soon" and do nothing ---------- */
.btn-soon { background: var(--bg-3); color: var(--ink-3); border-color: var(--soft); cursor: default; user-select: none; }
.btn-soon small { opacity: 1; color: var(--caution); }
.btn-soon:active { transform: none; }
.btn-soon.on-band { background: color-mix(in srgb, var(--band-ink) 14%, transparent); color: var(--band-ink); border-color: color-mix(in srgb, var(--band-accent) 40%, transparent); }
.btn-soon.on-band small { color: var(--band-accent); }
.soonrow { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 14px 18px; color: var(--ink-3); font-weight: 600; font-size: 15.5px; }
.soonrow span { font-family: var(--mono); font-size: 12px; color: var(--caution); font-weight: 400; }
.soonlink { color: var(--ink-4); font-size: 15px; }
