@font-face { font-family: 'Anybody'; src: url(../fonts/anybody.woff2) format('woff2'); font-weight: 100 900; font-stretch: 50% 150%; font-display: swap; }
@font-face { font-family: 'Newsreader'; src: url(../fonts/newsreader-latin-standard-normal.woff2) format('woff2'); font-weight: 200 800; font-display: swap; }
@font-face { font-family: 'Newsreader'; src: url(../fonts/newsreader-latin-standard-italic.woff2) format('woff2'); font-weight: 200 800; font-style: italic; font-display: swap; }

:root {
  --haze: #E3E5DE;   /* bleached noon */
  --haze-hi: #EFF0EA;
  --ink: #000;
  --land: #A9AFA3;   /* the far strip of ground at the horizon */
  --mute: #555B53;
  --mirror: #BCD0D6; /* sky, reflected on hot road */
  --fr: #FF2E1F;     /* dispersion fringes, used only as optics */
  --fc: #00A7C9;
  --pad: clamp(20px, 4.2vw, 64px);
  --sans: 'Anybody', system-ui, sans-serif;
  --serif: 'Newsreader', Georgia, serif;
  --s-0: 15px; --s-1: 19px; --s-2: 24px; --s-3: 34px; --s-4: clamp(40px, 5.6vw, 84px); --s-5: clamp(52px, 9vw, 150px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--haze); color: var(--ink); font: 400 var(--s-1)/1.55 var(--serif); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; }
button, input { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; box-shadow: 3px 0 0 0 var(--fr), -3px 0 0 0 var(--fc); }
[hidden] { display: none !important; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.defs { position: absolute; }
.skip { position: fixed; left: 12px; top: -60px; z-index: 50; background: var(--ink); color: var(--haze); padding: 10px 16px; border-radius: 99px; font-family: var(--sans); text-decoration: none; }
.skip:focus { top: 12px; }

/* ---------- shared ---------- */
.btn { display: inline-flex; align-items: center; gap: .5em; background: var(--ink); color: var(--haze-hi); border: 0; border-radius: 999px; padding: .85em 1.5em; font: 600 16px/1 var(--sans); font-stretch: 112%; text-decoration: none; cursor: pointer; position: relative; transition: box-shadow .25s, transform .25s; white-space: nowrap; }
.btn:hover { box-shadow: 3px 0 0 var(--fr), -3px 0 0 var(--fc); }
.btn:active { transform: translateY(1px); }
.btn[disabled] { opacity: .55; cursor: default; box-shadow: none; }
.btn--small { padding: .65em 1.15em; font-size: 14px; }
.h2 { font: 700 var(--s-4)/.92 var(--sans); font-stretch: 130%; letter-spacing: -.035em; margin: 0; }
.lede { font-size: var(--s-2); line-height: 1.4; max-width: 30ch; margin: 0; color: #1d201c; }

/* ---------- nav ---------- */
.nav { position: fixed; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; gap: 32px; padding: 18px var(--pad); transition: background .3s, border-color .3s; border-bottom: 1px solid transparent; }
.nav.is-stuck { background: var(--haze); border-color: rgba(0,0,0,.14); }
.nav-mark { font: 800 17px/1 var(--sans); font-stretch: 150%; letter-spacing: .02em; text-decoration: none; margin-right: auto; }
.nav-links { display: flex; gap: 28px; font: 500 15px/1 var(--sans); }
.nav-links a { text-decoration: none; padding: 6px 0; background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size .3s; }
.nav-links a:hover { background-size: 100% 1px; }

/* ---------- hero ---------- */
.hero { position: relative; height: 100svh; min-height: 640px; max-height: 1100px; --hor: 58%; }
.hero-gl { position: absolute; inset: 0; width: 100%; height: 100%; display: block; background: linear-gradient(#CCD5D4, #F1F2EC var(--hor), #D9DBD1 var(--hor), var(--haze)); }
.hero-sky { position: absolute; right: var(--pad); top: 19%; max-width: 23ch; margin: 0; font: italic 400 var(--s-2)/1.3 var(--serif); color: #262a25; }
.hero-ground { position: absolute; left: var(--pad); right: var(--pad); bottom: clamp(24px, 5vh, 56px); display: grid; grid-template-columns: 1fr minmax(0, 40ch); gap: 40px; align-items: end; }
.hero-line { margin: 0; font: 700 var(--s-3)/1.02 var(--sans); font-stretch: 125%; letter-spacing: -.03em; }
.hero-copy p { margin: 0 0 22px; font-size: 18px; line-height: 1.5; }

/* ---------- materializer ---------- */
.make { position: relative; padding: clamp(96px, 14vh, 160px) var(--pad) clamp(80px, 12vh, 140px); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 24px; }
.make-fx { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 5; }
.make-head { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 48px; }
.make-head .lede { max-width: 28ch; }
.prompt { grid-column: 1 / -1; display: flex; align-items: center; gap: 16px; border-bottom: 2px solid var(--ink); padding-bottom: 10px; }
.prompt input { flex: 1; min-width: 0; background: none; border: 0; padding: 6px 0; font: italic 400 clamp(26px, 3.4vw, 50px)/1.15 var(--serif); letter-spacing: -.02em; transition: color .5s, filter .5s; }
.prompt input::placeholder { color: rgba(0,0,0,.32); }
.prompt input:focus { outline: none; }
.prompt:focus-within { box-shadow: 0 2px 0 var(--fr), 0 4px 0 var(--fc); }
.prompt input.burn { color: transparent; filter: blur(3px); transition: color .5s .15s, filter .5s; }
.btn--go { padding: 1em 1.6em; font-size: 17px; }
.chips { grid-column: 1 / -1; list-style: none; margin: 18px 0 56px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips button { background: transparent; border: 1px solid rgba(0,0,0,.28); border-radius: 999px; padding: 7px 14px; font: 500 14px/1.2 var(--sans); cursor: pointer; transition: background .2s, border-color .2s; }
.chips button:hover { background: var(--haze-hi); border-color: var(--ink); }

.result { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 340px); gap: clamp(24px, 3vw, 48px); align-items: start; }
.device { border-radius: 14px; background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.2), 0 40px 60px -40px rgba(40,50,40,.45); overflow: hidden; }
.device-bar { display: flex; align-items: center; gap: 6px; height: 38px; padding: 0 14px; background: #F4F5F1; border-bottom: 1px solid rgba(0,0,0,.1); }
.device-bar i { width: 10px; height: 10px; border-radius: 50%; background: #CDD0C8; }
.device-url { margin: 0 auto; font: 500 12px/1 var(--sans); color: var(--mute); padding: 6px 18px; background: #fff; border-radius: 99px; }
.device-screen { position: relative; height: clamp(480px, 62vh, 600px); overflow: auto; background: var(--haze-hi); transition: background .6s; overscroll-behavior: contain; }
.empty { position: absolute; inset: 0; display: grid; place-items: center; margin: 0; padding: 24px; text-align: center; font: italic 400 var(--s-2)/1 var(--serif); color: rgba(0,0,0,.4); }
.out { min-height: 100%; }

.sheet { font: 400 15px/1.45 var(--sans); }
.sh { color: #111; }
.sh-id { display: flex; align-items: center; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,.2); }
.sh-mark { color: var(--ink); flex: none; background: var(--bg); border-radius: 18px; padding: 10px; width: 84px; height: 84px; }
.sh-name { margin: 0; font-family: var(--fd); font-weight: var(--fdw); font-stretch: var(--fds); font-style: var(--fdi); letter-spacing: var(--fdt); font-size: 34px; line-height: .95; }
.sh-list { margin: 0; }
.sh-list > div { display: grid; grid-template-columns: 84px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,.12); }
.sh-list dt { color: var(--mute); }
.sh-list dd { margin: 0; }
.sh-pal { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; }
.sh-pal span { display: grid; grid-template-columns: 22px 1fr; column-gap: 8px; line-height: 1.2; }
.sh-pal i { grid-row: span 2; width: 22px; height: 22px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.18); }
.sh-pal small { color: var(--mute); font-size: 12px; }
.sh-aa { font-family: var(--fd); font-weight: var(--fdw); font-stretch: var(--fds); font-style: var(--fdi); font-size: 26px; line-height: 1; margin-right: 4px; }
.sh-body { color: var(--mute); }

/* ---------- generated mini-site ---------- */
.ms { --pad-ms: clamp(18px, 3.2vw, 44px); background: var(--bg); color: var(--ink); font-family: var(--fb); font-weight: var(--fbw); font-stretch: var(--fbs); font-size: 15px; line-height: 1.5; min-height: 100%; }
.ms-nav { display: flex; align-items: center; gap: 20px; padding: 16px var(--pad-ms); border-bottom: 1px solid color-mix(in srgb, var(--ink) 14%, transparent); font-family: 'Anybody'; font-size: 13px; }
.ms-logo { display: flex; align-items: center; gap: 8px; margin-right: auto; font-family: var(--fd); font-weight: var(--fdw); font-stretch: var(--fds); font-style: var(--fdi); font-size: 17px; letter-spacing: var(--fdt); }
.ms-logo svg { color: var(--ink); }
.ms-nav nav { display: flex; gap: 18px; opacity: .8; }
.ms-hero { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; align-items: center; padding: clamp(28px, 5vw, 64px) var(--pad-ms) 28px; }
.ms-h { margin: 0 0 16px; font-family: var(--fd); font-weight: var(--fdw); font-stretch: var(--fds); font-style: var(--fdi); letter-spacing: var(--fdt); line-height: var(--fdl); font-size: clamp(34px, 4.6vw, 66px); text-wrap: balance; }
.ms-sub { margin: 0; max-width: 40ch; opacity: .82; font-size: 16px; }
.ms-art { display: grid; place-items: center; }
.ms-bigmark { width: 100%; max-width: 220px; height: auto; color: var(--acc); --acc: var(--ink); }
.ms-wid { padding: 8px var(--pad-ms) 28px; }
.ms-facts { list-style: none; margin: 0; padding: 0 var(--pad-ms); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.ms-facts li { padding: 16px 0; border-top: 2px solid var(--ink); font-family: 'Anybody'; font-weight: 600; font-size: 14px; line-height: 1.3; padding-right: 16px; }
.ms-foot { display: flex; justify-content: space-between; padding: 36px var(--pad-ms) 22px; font-size: 12px; font-family: 'Anybody'; opacity: .6; }

/* layout variants */
.ms--l1 .ms-hero { grid-template-columns: 1fr; text-align: center; justify-items: center; }
.ms--l1 .ms-art { order: -1; }
.ms--l1 .ms-bigmark { max-width: 96px; }
.ms--l1 .ms-sub { margin-inline: auto; }
.ms--l2 .ms-hero { grid-template-columns: 1fr 1.5fr; }
.ms--l2 .ms-art { order: -1; background: var(--acc); border-radius: 4px; aspect-ratio: 1; padding: 18%; }
.ms--l2 .ms-bigmark { color: var(--bg); --bg: var(--acc); }

.ms-btn { background: var(--ink); color: var(--bg); border: 0; border-radius: 6px; padding: 12px 18px; font: 600 14px/1 'Anybody'; cursor: pointer; }
.ms-btn:hover { background: var(--acc); color: var(--ink); }
.ms-btn[disabled] { opacity: .5; cursor: default; background: var(--ink); color: var(--bg); }
.w { background: var(--soft); color: var(--ink); border-radius: 10px; padding: 20px; font-family: 'Anybody'; font-size: 14px; }
.w-t { margin: 0 0 12px; font-weight: 700; font-size: 15px; }
.w-s { margin: 10px 0 0; opacity: .75; font-size: 13px; }
.w-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px; padding: 9px 0; border-top: 1px solid color-mix(in srgb, var(--ink) 15%, transparent); }
.w-add { width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--ink); background: transparent; cursor: pointer; font-weight: 700; }
.w-add:hover { background: var(--ink); color: var(--soft); }
.w-order .w-go { margin-top: 12px; width: 100%; }
.w-split .w-t { display: flex; justify-content: space-between; align-items: center; }
.w-rent { width: 90px; background: var(--bg); border: 0; border-radius: 5px; padding: 6px 8px; font-weight: 700; margin-left: 4px; }
.w-split .w-row { grid-template-columns: 60px 1fr 52px 64px; }
.w-split input[type=range] { accent-color: var(--ink); width: 100%; }
.w-split .w-p { text-align: right; font-size: 17px; }
.w-player { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; }
.w-play { width: 58px; height: 58px; border-radius: 50%; border: 0; background: var(--ink); color: var(--soft); font-size: 18px; cursor: pointer; }
.w-player .w-t { margin: 0; }
.w-player .w-s { margin: 2px 0 10px; }
.w-bars { display: flex; gap: 3px; height: 34px; align-items: center; }
.w-bars i { flex: 1; height: 100%; background: var(--ink); border-radius: 2px; transform: scaleY(.12); transition: transform .08s linear; }
.w-breathe { display: grid; justify-items: center; gap: 16px; padding: 28px; }
.w-circle { width: 170px; height: 170px; border-radius: 50%; background: var(--acc); display: grid; place-items: center; transform: scale(.55); transition: transform 6s cubic-bezier(.45,0,.55,1); font-weight: 700; }
.w-circle span { transform: scale(1.8); transition: transform 6s cubic-bezier(.45,0,.55,1); }
.w-circle.in { transform: scale(1); transition-duration: 4s; }
.w-circle.in span { transform: scale(1); transition-duration: 4s; }
.w-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.w-days button { display: grid; gap: 2px; justify-items: center; padding: 10px 0; border: 1.5px solid var(--ink); border-radius: 8px; background: transparent; cursor: pointer; font-size: 12px; }
.w-days b { font-size: 18px; }
.w-days button.on { background: var(--ink); color: var(--soft); }
.w-days button:disabled { opacity: .3; cursor: not-allowed; text-decoration: line-through; }
.w-cards { display: grid; justify-items: center; }
.w-card { position: relative; width: 220px; height: 140px; border: 0; border-radius: 12px; background: var(--bg); cursor: pointer; perspective: 600px; transform-style: preserve-3d; transition: transform .45s; box-shadow: 0 2px 0 var(--ink); }
.w-card span { position: absolute; inset: 0; display: grid; place-items: center; backface-visibility: hidden; border-radius: 12px; }
.w-front { font-size: 64px; font-family: serif; }
.w-back { transform: rotateY(180deg); font-size: 17px; font-weight: 600; padding: 12px; background: var(--acc); }
.w-card.flip { transform: rotateY(180deg); }
.w-wait .w-row { grid-template-columns: 1fr auto; border: 0; }
.w-wait input { background: var(--bg); border: 0; border-radius: 6px; padding: 12px; }

/* compact: the same product, laid out as a phone app */
.ms--compact { font-size: 14px; }
.ms--compact .ms-nav nav { display: none; }
.ms--compact .ms-hero { grid-template-columns: 1fr; }
.ms--compact .ms-art { order: -1; justify-items: start; }
.ms--compact .ms-bigmark { max-width: 72px; }
.ms--compact.ms--l2 .ms-art { aspect-ratio: auto; padding: 18px; justify-items: center; }
.ms--compact .ms-h { font-size: 36px; }
.ms--compact .ms-facts { grid-template-columns: 1fr; }
.ms--compact .w-split .w-row { grid-template-columns: 48px 1fr 60px; }
.ms--compact .w-split .w-m { display: none; }

/* ---------- fidelity ---------- */
.solid { height: 420vh; position: relative; }
.solid-pin { position: sticky; top: 0; height: 100vh; display: grid; grid-template-columns: minmax(300px, 4fr) 8fr; gap: clamp(28px, 4vw, 72px); padding: 96px var(--pad) 48px; align-items: center; }
.solid-text .lede { font-size: 19px; margin-top: 20px; max-width: 34ch; }
.solid-idea { margin: 28px 0 8px; font: italic 400 var(--s-2)/1.3 var(--serif); }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 64px 1fr; column-gap: 12px; padding: 12px 0; border-top: 1px solid rgba(0,0,0,.18); color: rgba(0,0,0,.4); transition: color .3s; font: 400 15px/1.4 var(--sans); }
.steps li > span:last-child { grid-column: 2; }
.steps li.on { color: var(--ink); }
.steps b { font-weight: 700; font-stretch: 120%; }
.steps .t { font-variant-numeric: tabular-nums; }
.solid-stage { position: relative; height: min(76vh, 640px); }
.art { position: absolute; inset: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 0 0 1px rgba(0,0,0,.2), 0 40px 60px -40px rgba(40,50,40,.45); background: var(--haze-hi); }
.layer { position: absolute; inset: 0; overflow: hidden; }
.layer svg { display: block; }
.l-sketch { background: #F3F2EC; }
.l-sketch .sk path { fill: none; stroke: #3b3d38; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.l-sketch .sk path.sc { stroke-width: 1.1; stroke: #6b6e67; }
.l-sketch .nt text { font: italic 400 17px var(--serif); fill: #1e4ecb; }
.l-wire { background: #F7F8F5; }
.l-wire .wb { fill: none; stroke: #B7BBB2; stroke-width: 1; }
.l-wire .wt { fill: #D4D7CF; }
.l-wire .wx { stroke: #C4C8BF; stroke-width: 1; }
.l-id, .l-live { background: var(--haze-hi); }
.layer .ms { min-height: 100%; }
.ms--identity .ms-wid .w > * { visibility: hidden; }
.ms--identity .ms-wid .w { min-height: 98px; background: repeating-linear-gradient(135deg, var(--soft) 0 10px, color-mix(in srgb, var(--soft) 80%, var(--ink)) 10px 11px); }
.art-edge { position: absolute; left: 0; right: 0; top: 0; height: 2px; background: var(--ink); box-shadow: 0 -3px 0 var(--fr), 0 3px 0 var(--fc); opacity: 0; pointer-events: none; z-index: 2; filter: url(#shimmer); }

/* ---------- log ---------- */
.week { padding: clamp(96px, 14vh, 160px) var(--pad); }
.week-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 40px; }
.week-head .lede { max-width: 34ch; font-size: 19px; }
.log { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid rgba(0,0,0,.25); }
.row { display: grid; grid-template-columns: minmax(0, 5fr) 120px minmax(0, 5fr) auto; gap: 28px; align-items: center; padding: 26px 0; border-top: 1px solid rgba(0,0,0,.25); }
.row-idea { margin: 0; font: italic 400 clamp(22px, 2.3vw, 32px)/1.2 var(--serif); letter-spacing: -.01em; }
.row-who { margin: 0; font: 400 13px/1.4 var(--sans); color: var(--mute); }
.row-out { display: grid; grid-template-columns: 56px 1fr auto; grid-template-rows: auto auto; column-gap: 16px; align-items: center; }
.row-mark { grid-row: span 2; width: 56px; height: 56px; border-radius: 12px; background: var(--bg); color: var(--ink); display: grid; place-items: center; }
.row-name { font-size: clamp(22px, 2.2vw, 30px); line-height: 1; }
.row-pal { display: flex; }
.row-pal i { width: 18px; height: 18px; border-radius: 50%; margin-left: -5px; box-shadow: 0 0 0 1.5px var(--haze), inset 0 0 0 1px rgba(0,0,0,.22); }
.row-kind { grid-column: 2 / -1; font: 400 13px/1.4 var(--sans); color: var(--mute); margin-top: 6px; }
.row-go { background: none; border: 1px solid var(--ink); border-radius: 999px; padding: 9px 16px; font: 600 14px/1 var(--sans); cursor: pointer; }
.row-go:hover { background: var(--ink); color: var(--haze-hi); }

/* ---------- close ---------- */
.access { position: relative; padding: clamp(96px, 16vh, 180px) var(--pad) 0; overflow: hidden; }
.close-line { margin: 0 0 56px; font: 700 var(--s-5)/.9 var(--sans); font-stretch: 112%; letter-spacing: -.045em; max-width: 14ch; }
.join { max-width: 620px; font: 500 15px/1.3 var(--sans); }
.join label { display: block; margin-bottom: 10px; }
.join-row { display: flex; gap: 10px; }
.join input { flex: 1; min-width: 0; background: var(--haze-hi); border: 1px solid rgba(0,0,0,.35); border-radius: 999px; padding: 0 22px; font: italic 400 20px/1 var(--serif); height: 52px; }
.join input:focus { outline: none; border-color: var(--ink); box-shadow: 3px 0 0 var(--fr), -3px 0 0 var(--fc); }
.join .btn { height: 52px; }
.join-msg { min-height: 1.4em; margin: 12px 0 0; font-family: var(--serif); font-size: 18px; }
.join-msg[data-state=err] { color: #A3140B; }
.reflect { position: relative; margin-top: clamp(80px, 14vh, 160px); display: grid; font: 800 min(14.6vw, 280px)/.8 var(--sans); font-stretch: 150%; letter-spacing: -.02em; text-align: center; white-space: nowrap; user-select: none; }
.reflect span:first-child { color: var(--ink); }
.reflect span:last-child { transform: translateY(60%) scaleY(-.6); transform-origin: top; color: #7E97A0; opacity: .5; filter: url(#shimmer); -webkit-mask: linear-gradient(transparent 15%, #000); mask: linear-gradient(transparent 15%, #000); margin-top: -.1em; }
.foot { display: flex; justify-content: space-between; gap: 20px; padding: 28px var(--pad); font: 400 13px/1.4 var(--sans); color: var(--mute); border-top: 1px solid rgba(0,0,0,.18); }
.foot nav { display: flex; gap: 22px; }

/* ---------- tablet ---------- */
@media (max-width: 1080px) {
  .result { grid-template-columns: 1fr; }
  .sheet .sh { display: grid; grid-template-columns: 220px 1fr; gap: 24px; }
  .sh-id { flex-direction: column; align-items: flex-start; border: 0; }
  .solid-pin { grid-template-columns: 1fr 1.4fr; }
  .row { grid-template-columns: 1fr 1fr auto; }
  .row-who { display: none; }
}

/* ---------- phone: its own composition ---------- */
@media (max-width: 720px) {
  :root { --pad: 20px; }
  body { font-size: 17px; }
  .nav { padding: 14px var(--pad); gap: 12px; }
  .nav-links { display: none; }
  .hero { min-height: 680px; max-height: none; }
  .hero-sky { top: 12%; left: var(--pad); right: auto; max-width: 19ch; font-size: 20px; }
  .hero-ground { grid-template-columns: 1fr; gap: 16px; bottom: 28px; }
  .hero-line { font-size: 27px; font-stretch: 112%; }
  .hero-copy p { font-size: 16px; margin-bottom: 16px; }

  .make { display: block; padding-top: 88px; }
  .make-head { display: block; margin-bottom: 28px; }
  .make-head .lede { margin-top: 14px; font-size: 19px; }
  .prompt { flex-direction: column; align-items: stretch; border: 0; padding: 0; gap: 12px; }
  .prompt input { font-size: 26px; border-bottom: 2px solid var(--ink); padding-bottom: 8px; }
  .prompt:focus-within { box-shadow: none; }
  .btn--go { justify-content: center; }
  .chips { flex-wrap: nowrap; overflow-x: auto; margin: 16px calc(-1 * var(--pad)) 36px; padding: 0 var(--pad) 4px; scrollbar-width: none; }
  .chips li { flex: none; }
  /* the output becomes a phone, because it would be one */
  .device { width: 100%; max-width: 350px; margin: 0 auto; border-radius: 40px; padding: 10px; background: #111; box-shadow: 0 30px 50px -30px rgba(0,0,0,.55); }
  .device-bar { height: 30px; background: transparent; border: 0; justify-content: center; }
  .device-bar i { display: none; }
  .device-url { background: #2a2a2a; color: #bbb; font-size: 11px; }
  .device-screen { height: 600px; border-radius: 30px; }
  .sheet { margin-top: 28px; }
  .sheet .sh { display: block; }
  .sh-id { flex-direction: row; border-bottom: 1px solid rgba(0,0,0,.2); }
  .sh-list > div { grid-template-columns: 72px 1fr; }

  .solid { height: 380vh; }
  .solid-pin { grid-template-columns: 1fr; grid-template-rows: auto 1fr; align-items: start; gap: 16px; padding: 72px var(--pad) 20px; }
  .solid-text .h2 { font-size: 34px; }
  .solid-text .lede, .solid-idea { display: none; }
  .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 14px; }
  .steps li { display: block; padding: 8px 0 0; border-top-width: 3px; border-color: rgba(0,0,0,.14); font-size: 12px; }
  .steps li.on { border-color: var(--ink); }
  .steps li > span:last-child { display: none; }
  .steps .t { display: block; font-size: 11px; }
  .solid-stage { height: 100%; min-height: 0; }
  .ms-facts li { padding: 12px 0; }

  .week-head { display: block; }
  .week-head .lede { margin-top: 14px; }
  .row { grid-template-columns: 1fr; gap: 14px; padding: 24px 0; }
  .row-go { justify-self: start; }
  .close-line { font-size: 48px; }
  .join-row { flex-direction: column; }
  .join input { flex: none; }
  .foot { flex-direction: column; }
}
.solid-text .h2 { font-size: clamp(40px, 4.4vw, 68px); }
