/* gethaul.shop landing page: the "Volt" design system (docs/DESIGN.md) in its Y2K mood. Minimal, big type, stickers. */

@font-face { font-family: Unbounded; font-weight: 900; font-display: swap; src: url(/fonts/unbounded-900.woff) format('woff'); }
@font-face { font-family: Unbounded; font-weight: 800; font-display: swap; src: url(/fonts/unbounded-800.woff) format('woff'); }
@font-face { font-family: Unbounded; font-weight: 700; font-display: swap; src: url(/fonts/unbounded-700.woff) format('woff'); }
@font-face { font-family: Unbounded; font-weight: 600; font-display: swap; src: url(/fonts/unbounded-600.woff) format('woff'); }
@font-face { font-family: 'Rubik Bubbles'; font-display: swap; src: url(/fonts/rubik-bubbles.woff) format('woff'); }
@font-face { font-family: Caveat; font-weight: 700; font-display: swap; src: url(/fonts/caveat-700.woff) format('woff'); }
/* Shop fonts: only downloaded once a shop look uses them. */
@font-face { font-family: 'Instrument Serif'; font-display: swap; src: url(/fonts/instrument-serif.woff) format('woff'); }
@font-face { font-family: 'Special Elite'; font-display: swap; src: url(/fonts/special-elite.woff) format('woff'); }
@font-face { font-family: Monoton; font-display: swap; src: url(/fonts/monoton.woff) format('woff'); }
@font-face { font-family: Bungee; font-display: swap; src: url(/fonts/bungee.woff) format('woff'); }
@font-face { font-family: 'Space Grotesk'; font-weight: 700; font-display: swap; src: url(/fonts/space-grotesk-700.woff) format('woff'); }
@font-face { font-family: Pacifico; font-display: swap; src: url(/fonts/pacifico.woff) format('woff'); }
@font-face { font-family: 'Press Start 2P'; font-display: swap; src: url(/fonts/press-start.woff) format('woff'); }
@font-face { font-family: Syne; font-weight: 800; font-display: swap; src: url(/fonts/syne-800.woff) format('woff'); }
@font-face { font-family: 'DM Serif Display'; font-display: swap; src: url(/fonts/dm-serif.woff) format('woff'); }

:root {
  color-scheme: light;
  --ink: #0D0D12; --ink-2: #4A4A55; --ink-3: #8C8C96;
  --paper: #F7F6F2; --paper-2: #EFEEE9; --surface: #FFFFFF; --hair: #E4E2DC;
  --volt: #D7FF3A; --ultra: #6B4BFF; --flame: #FF5B2E; --pink: #FF3FC8; --sky: #3FE0FF; --sun: #FFD23F;
  --y2k-pink: #FFB8E5; --y2k-lilac: #B9C5FF;
  --display: Unbounded, 'Arial Black', system-ui, sans-serif;
  --bubble: 'Rubik Bubbles', Unbounded, system-ui, sans-serif;
  --ui: Unbounded, system-ui, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  --gutter: clamp(16px, 4vw, 40px);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --spring: linear(0, .008 1.1%, .031 2.2%, .129 4.8%, .257 7.2%, .671 14.2%, .789 16.8%, .881 19.4%, .957 22.3%, 1.019 25.4%, 1.063 28.9%, 1.087 32.4%, 1.094 36.3%, 1.088 40.7%, 1.07 45.6%, 1.03 55.6%, 1.008 64.8%, .999 75%, 1);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 18px/1.5 var(--body); -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--ultra); outline-offset: 3px; border-radius: 12px; }
.wrap { width: min(1200px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -60px; z-index: 99; background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: 999px; font: 600 .9rem var(--ui); }
.skip:focus { top: 16px; }
.i { width: 1.2em; height: 1.2em; flex: none; }

/* Y2K wordart: bubble type, a shimmering rainbow fill and an ink drop shadow, like the WordArt stickers in the app. */
.wordart {
  display: inline-block; padding: 0 .06em .04em; font-family: var(--bubble); font-weight: 400; letter-spacing: 0;
  background: linear-gradient(100deg, #FF3FC8, #FF8AD8 16%, #FFD23F 34%, #3FE0FF 55%, #8C73FF 75%, #FF3FC8) 0 0 / 200% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(.04em .055em 0 var(--ink));
}
@media (prefers-reduced-motion: no-preference) { .wordart { animation: shimmer 7s linear infinite; } }
@keyframes shimmer { to { background-position: -200% 0; } }

.h2 { margin: 0; font: 900 clamp(2.5rem, 6.2vw, 5.6rem)/.96 var(--display); letter-spacing: -.045em; text-wrap: balance; }
.h2 .wordart { font-size: 1.04em; }
.sub { margin: 20px auto 0; max-width: 28em; font-size: clamp(1.1rem, 1.6vw, 1.35rem); color: var(--ink-2); text-wrap: balance; }
.head { text-align: center; margin-bottom: clamp(44px, 6vw, 72px); }

/* ---------- buttons: glossy "gel" pills */

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; height: 54px; padding: 0 26px; border: 0; border-radius: 999px; font: 600 .95rem/1 var(--ui); letter-spacing: -.01em; white-space: nowrap; cursor: pointer; transition: transform .4s var(--spring), box-shadow .3s; -webkit-tap-highlight-color: transparent; }
.btn:hover { transform: translateY(-2px) rotate(-1deg); }
.btn:active { transform: scale(.96); transition-duration: .1s; }
.btn-lg { height: 62px; padding: 0 30px; font-size: 1.02rem; }
.btn-sm { height: 44px; padding: 0 18px; font-size: .84rem; }
.btn-icon { width: 54px; padding: 0; }
.btn.is-static { cursor: default; transform: none; }
.btn-ink { color: var(--paper); background: linear-gradient(180deg, #34343F, var(--ink) 55%); box-shadow: 0 16px 30px -16px rgba(13, 13, 18, .7), inset 0 1px 0 rgba(255, 255, 255, .22); }
.btn-ink .i { color: var(--volt); }
.btn-volt { color: var(--ink); background: linear-gradient(180deg, #EEFF9E, var(--volt) 50%, #C6F016); box-shadow: 0 14px 28px -16px rgba(120, 150, 0, .9), inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 -2px 0 rgba(13, 13, 18, .08); }
.btn-ghost { color: var(--ink); background: rgba(255, 255, 255, .7); box-shadow: inset 0 0 0 1.5px rgba(13, 13, 18, .1); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }

/* ---------- nav */

.nav { position: fixed; z-index: 50; top: calc(env(safe-area-inset-top, 0px) + 14px); left: 50%; translate: -50% 0; width: min(1200px, 100% - 2 * var(--gutter)); display: flex; align-items: center; justify-content: space-between; padding: 8px 8px 8px 10px; border-radius: 999px; transition: background .35s, box-shadow .35s; }
.nav.scrolled { background: rgba(247, 246, 242, .72); -webkit-backdrop-filter: blur(18px) saturate(180%); backdrop-filter: blur(18px) saturate(180%); box-shadow: inset 0 0 0 1px rgba(13, 13, 18, .07), 0 12px 30px -18px rgba(13, 13, 18, .35); }
.mark { display: inline-block; padding: 8px 11px 7px; border-radius: 10px; background: var(--volt); color: var(--ink); font: 900 1.05rem/1 var(--display); letter-spacing: -.04em; rotate: -4deg; box-shadow: inset 0 0 0 1.5px rgba(13, 13, 18, .1); transition: rotate .45s var(--spring); }
.brand:hover .mark { rotate: 4deg; }

/* ---------- hero */

.hero { position: relative; isolation: isolate; overflow: clip; padding: calc(env(safe-area-inset-top, 0px) + clamp(120px, 15vh, 160px)) 0 0; text-align: center; }
.blobs { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.blobs i { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .75; }
.blobs i:nth-child(1) { width: 46vw; height: 46vw; left: -12vw; top: -14vw; background: var(--y2k-pink); }
.blobs i:nth-child(2) { width: 44vw; height: 44vw; right: -14vw; top: 2vw; background: var(--y2k-lilac); }
.blobs i:nth-child(3) { width: 34vw; height: 34vw; left: 33vw; top: 56%; background: var(--volt); opacity: .35; }
@media (prefers-reduced-motion: no-preference) {
  .blobs i { animation: drift 20s ease-in-out infinite alternate; }
  .blobs i:nth-child(2) { animation-duration: 26s; animation-delay: -6s; }
  .blobs i:nth-child(3) { animation-duration: 30s; animation-delay: -12s; }
}
@keyframes drift { 50% { transform: translate(4vw, 3vw) scale(1.1); } 100% { transform: translate(-3vw, 2vw) scale(.94); } }
.twinkle { position: absolute; z-index: -1; left: var(--x); top: var(--y); width: var(--s); fill: var(--c); pointer-events: none; }
@media (prefers-reduced-motion: no-preference) { .twinkle { animation: twinkle 3.2s var(--d) ease-in-out infinite; } }
@keyframes twinkle { 0%, 100% { transform: scale(.45) rotate(0deg); opacity: .35; } 50% { transform: scale(1) rotate(45deg); opacity: 1; } }

.tag { display: inline-flex; align-items: center; gap: .55em; margin: 0; padding: 11px 18px; border-radius: 999px; background: rgba(255, 255, 255, .72); box-shadow: inset 0 0 0 1.5px rgba(13, 13, 18, .07); font: 600 .9rem/1 var(--ui); letter-spacing: -.01em; animation: fade-up .8s var(--ease) both; }
.tag .i { width: 1em; height: 1em; color: var(--pink); fill: var(--pink); stroke: none; }
.hero-title { margin: 28px 0 26px; font: 900 clamp(2.9rem, 9.2vw, 9.4rem)/.94 var(--display); letter-spacing: -.05em; }
.hero-title .line { display: block; white-space: nowrap; overflow: clip; overflow-clip-margin: .3em; }
.hero-title .line > span { display: inline-block; animation: rise 1.2s var(--spring) both; }
.hero-title .line:nth-child(2) > span { animation-delay: .12s; }
.hero-title .wordart { font-size: 1.05em; line-height: 1.02; }
@keyframes rise { from { transform: translateY(105%) rotate(4deg); } }
.lede { max-width: 27em; margin: 0 auto 34px; font-size: clamp(1.15rem, 1.75vw, 1.45rem); line-height: 1.45; color: var(--ink-2); text-wrap: balance; animation: fade-up .9s .35s var(--ease) both; }
.lede b { color: var(--ink); font-weight: 650; }
.cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; animation: fade-up .9s .45s var(--ease) both; }
@keyframes fade-up { from { opacity: 0; translate: 0 18px; } }

.hero-stage { position: relative; width: min(1120px, 100% - 2 * var(--gutter)); margin: clamp(48px, 7vw, 80px) auto 0; }
.phone { --w: 300px; --bez: calc(var(--w) * .034); position: relative; width: var(--w); aspect-ratio: 720 / 1565; margin: 0; padding: var(--bez); border-radius: calc(var(--w) * .168); background: linear-gradient(150deg, #4A4A53, #141418 24%, #0B0B0E 62%, #3A3A42); box-shadow: inset 0 0 0 calc(var(--w) * .006) rgba(255, 255, 255, .25), inset 0 0 0 calc(var(--w) * .013) #000, 0 70px 90px -50px rgba(60, 30, 120, .55), 0 30px 50px -30px rgba(13, 13, 18, .45); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: calc(var(--w) * .134); background: var(--paper); }
.phone::after { content: ""; position: absolute; left: 50%; top: calc(var(--bez) + var(--w) * .028); width: calc(var(--w) * .29); height: calc(var(--w) * .085); translate: -50% 0; border-radius: 999px; background: #000; }
.phone-hero { --w: clamp(250px, 25vw, 330px); margin-inline: auto; margin-bottom: calc(var(--w) * -.62); animation: phone-in 1.4s .25s var(--spring) both; }
@keyframes phone-in { from { transform: translateY(120px) rotate(-6deg); opacity: 0; } }

/* Stickers: centred on --x/--y; `scale` is left free for hover and drag. */
.stk { position: absolute; z-index: 2; left: var(--x); top: var(--y); width: calc(var(--w) * var(--aw, 1)); padding: 0; border: 0; background: none; translate: -50% -50%; rotate: var(--r, 0deg); scale: var(--s, 1); filter: drop-shadow(0 8px 12px rgba(13, 13, 18, .18)); -webkit-user-select: none; user-select: none; }
.stk svg { display: block; width: 100%; height: auto; overflow: visible; pointer-events: none; }
.stk.drag { cursor: grab; touch-action: none; transition: scale .35s var(--spring), filter .25s; }
.stk.drag:hover { scale: calc(var(--s, 1) * 1.07); }
.stk.dragging { z-index: 6; cursor: grabbing; scale: calc(var(--s, 1) * 1.15); filter: drop-shadow(0 20px 22px rgba(13, 13, 18, .28)); }
.stk.drag:focus-visible { outline: 3px dashed var(--ultra); outline-offset: 6px; border-radius: 10px; }
.hero-stage .stk { animation: stk-in .9s calc(.7s + var(--i) * 90ms) var(--spring) both; }
@keyframes stk-in { from { transform: scale(.2); opacity: 0; } }
.hint { position: absolute; z-index: 3; left: calc(50% + clamp(140px, 14vw, 190px)); top: 34%; margin: 0; font: 700 clamp(1.3rem, 1.9vw, 1.7rem)/1 Caveat, cursive; color: var(--ink-2); rotate: -6deg; white-space: nowrap; animation: fade-up .8s 1.6s var(--ease) both; }
.hint svg { position: absolute; left: -54px; top: 18px; width: 48px; height: 32px; fill: none; stroke: var(--ink-2); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; scale: -1 1; }

/* ---------- shop studio */

/* Slides up over the bottom of the hero phone, so the phone looks like it rises out of the studio card. */
.studio { position: relative; z-index: 1; overflow-x: clip; margin: -64px var(--gutter) 0; padding: clamp(80px, 10vw, 130px) 0; border-radius: clamp(32px, 4vw, 56px); background: var(--surface); box-shadow: 0 -30px 60px -40px rgba(13, 13, 18, .25); }
.studio-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 400px) minmax(0, 1fr); gap: clamp(28px, 4vw, 56px); align-items: start; }
.panel-title { margin: 0 0 14px; font: 700 1.05rem var(--ui); letter-spacing: -.01em; }
.presets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.preset { height: 58px; padding: 0 12px; border: 0; border-radius: 999px; background: var(--p-bg); color: var(--p-text); box-shadow: inset 0 0 0 1.5px rgba(13, 13, 18, .08); cursor: pointer; transition: transform .4s var(--spring), box-shadow .2s; }
.preset:hover { transform: translateY(-2px) rotate(-1.5deg); }
.preset[aria-pressed="true"] { box-shadow: 0 0 0 3px var(--surface), 0 0 0 6px var(--ink); }
.preset .pn { display: block; font: 700 .86rem/1.1 var(--ui); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.studio.awake .preset[data-font="rubik-bubbles"] .pn { font: 400 1rem var(--bubble); }
.studio.awake .preset[data-font="instrument-serif"] .pn { font: 400 1.25rem 'Instrument Serif', serif; }
.studio.awake .preset[data-font="special-elite"] .pn { font: 400 1rem 'Special Elite', monospace; }
.studio.awake .preset[data-font="monoton"] .pn { font: 400 .92rem Monoton, var(--ui); }
.studio.awake .preset[data-font="bungee"] .pn { font: 400 .9rem Bungee, var(--ui); }
.studio.awake .preset[data-font="space-grotesk"] .pn { font: 700 1rem 'Space Grotesk', var(--ui); }
.studio.awake .preset[data-font="pacifico"] .pn { font: 400 1rem Pacifico, cursive; }
.studio.awake .preset[data-font="press-start"] .pn { font: 400 .58rem 'Press Start 2P', monospace; }
.studio.awake .preset[data-font="caveat"] .pn { font: 700 1.35rem Caveat, cursive; }
.tray { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.tray button { display: grid; place-items: center; aspect-ratio: 1; padding: 10px; border: 0; border-radius: 18px; background: var(--paper); cursor: pointer; transition: transform .4s var(--spring), background .2s; }
.tray button:hover { transform: translateY(-3px) rotate(-8deg) scale(1.06); background: var(--paper-2); }
.tray button:active { transform: scale(.9); }
.tray svg { width: 100%; height: 100%; overflow: visible; }

.shop-stage { position: relative; display: grid; justify-items: center; gap: 22px; }
.shop-stage::before { content: ""; position: absolute; inset: 6% -10% 20%; z-index: 0; background: radial-gradient(closest-side, color-mix(in srgb, var(--glow, #FF3FC8) 45%, transparent), transparent); filter: blur(36px); pointer-events: none; }
.shop { --sp-family: Unbounded; --sp-scale: 1; position: relative; z-index: 1; width: 100%; padding: 24px 20px 20px; border-radius: 34px; overflow: hidden; background: var(--sp-bg); color: var(--sp-text); box-shadow: 0 40px 70px -40px rgba(13, 13, 18, .55), inset 0 0 0 1px rgba(13, 13, 18, .06); view-transition-name: shop-preview; }
.shop[data-kind="gradient"] { background: linear-gradient(160deg, var(--sp-bg), var(--sp-bg2)); }
.shop[data-font="space-grotesk"] { --sp-family: 'Space Grotesk'; --sp-scale: 1.05; }
.shop[data-font="instrument-serif"] { --sp-family: 'Instrument Serif'; --sp-scale: 1.3; --sp-weight: 400; }
.shop[data-font="dm-serif"] { --sp-family: 'DM Serif Display'; --sp-scale: 1.12; --sp-weight: 400; }
.shop[data-font="syne"] { --sp-family: Syne; --sp-scale: 1.05; }
.shop[data-font="bungee"] { --sp-family: Bungee; --sp-scale: .92; --sp-weight: 400; }
.shop[data-font="pacifico"] { --sp-family: Pacifico; --sp-scale: .95; --sp-weight: 400; }
.shop[data-font="caveat"] { --sp-family: Caveat; --sp-scale: 1.4; }
.shop[data-font="press-start"] { --sp-family: 'Press Start 2P'; --sp-scale: .6; --sp-weight: 400; }
.shop[data-font="monoton"] { --sp-family: Monoton; --sp-weight: 400; }
.shop[data-font="rubik-bubbles"] { --sp-family: 'Rubik Bubbles'; --sp-scale: 1.02; --sp-weight: 400; }
.shop[data-font="special-elite"] { --sp-family: 'Special Elite'; --sp-scale: 1.08; --sp-weight: 400; }
.shop[data-font="sf-rounded"] { --sp-family: ui-rounded, 'SF Pro Rounded', system-ui; }
.shop[data-font="new-york"] { --sp-family: ui-serif, 'New York', Georgia, serif; }
.shop[data-font="sf-mono"] { --sp-family: ui-monospace, 'SF Mono', Menlo, monospace; --sp-scale: .9; }
.sp-top { display: flex; align-items: center; gap: 14px; text-align: left; }
.sp-avatar { display: grid; place-items: center; width: 66px; height: 66px; flex: none; border-radius: 50%; background: color-mix(in srgb, var(--sp-accent) 22%, white); box-shadow: 0 0 0 3px var(--sp-accent); font-size: 34px; }
.sp-id { min-width: 0; }
.sp-name { display: flex; align-items: center; gap: 6px; margin: 0; font-family: var(--sp-family), Unbounded, sans-serif; font-weight: var(--sp-weight, 900); font-size: calc(1.7rem * var(--sp-scale)); line-height: 1.05; letter-spacing: -.02em; }
.sp-name [data-name] { min-width: 1ch; max-width: 100%; overflow-wrap: anywhere; border-radius: 6px; outline: none; cursor: text; }
.sp-name [data-name]:focus-visible { box-shadow: 0 0 0 2px currentColor; }
.sp-edit { width: 16px; height: 16px; opacity: .45; }
.sp-handle { margin: 6px 0 0; font-size: .86rem; opacity: .75; }
.sp-btns { display: flex; gap: 8px; margin-top: 16px; }
.sp-btns span { flex: 1; display: grid; place-items: center; height: 40px; border-radius: 999px; font: 700 .8rem var(--ui); }
.sp-follow { background: var(--sp-accent); color: var(--sp-accent-ink, #fff); }
.sp-msg { box-shadow: inset 0 0 0 1.5px currentColor; opacity: .85; }
.sp-announce { margin: 16px -20px; padding: 9px 0; overflow: hidden; background: var(--sp-accent); color: var(--sp-accent-ink, #fff); font: 800 .76rem var(--ui); white-space: nowrap; }
.sp-announce span { display: inline-block; }
@media (prefers-reduced-motion: no-preference) { .sp-announce span { animation: marquee 16s linear infinite; } }
@keyframes marquee { to { transform: translateX(-50%); } }
.sp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sp-grid figure { position: relative; margin: 0; aspect-ratio: 4 / 5; border-radius: 16px; overflow: hidden; }
.sp-grid img { width: 100%; height: 100%; object-fit: cover; }
.sp-grid figcaption { position: absolute; left: 8px; bottom: 8px; padding: 5px 9px; border-radius: 999px; background: rgba(255, 255, 255, .88); color: var(--ink); font: 700 .72rem var(--ui); }
/* The layer only catches its stickers, so the shop name underneath stays tappable. */
.sp-stickers { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.sp-stickers .stk { --w: 21%; pointer-events: auto; filter: drop-shadow(0 4px 6px rgba(13, 13, 18, .22)); }
.stk.pop { animation: stk-in .6s var(--spring); }
.stk.out { animation: poof .3s var(--ease) forwards; }
@keyframes poof { to { transform: scale(0); opacity: 0; } }
.studio-actions { position: relative; z-index: 1; display: flex; gap: 10px; }
::view-transition-old(shop-preview), ::view-transition-new(shop-preview) { animation-duration: .45s; animation-timing-function: var(--ease); }
@media (max-width: 1000px) {
  .studio-grid { grid-template-columns: minmax(0, 1fr); max-width: 520px; margin-inline: auto; }
  .shop-stage { order: -1; }
  .presets { display: flex; overflow-x: auto; margin: 0 calc(-1 * var(--gutter)); padding: 4px var(--gutter) 8px; scrollbar-width: none; }
  .presets::-webkit-scrollbar { display: none; }
  .preset { flex: none; min-width: 124px; }
  .tray { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (max-width: 480px) { .tray { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

/* ---------- the basics */

.basics { padding: clamp(100px, 12vw, 160px) 0; }
.basics-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.b { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 280px; padding: 30px; border-radius: 36px; box-shadow: inset 0 0 0 1.5px rgba(13, 13, 18, .05); overflow: hidden; }
.b h3 { margin: 0 0 10px; max-width: 9em; font: 800 clamp(1.6rem, 2.5vw, 2.25rem)/1.02 var(--display); letter-spacing: -.04em; }
.b p { margin: 0; max-width: 18em; font-size: 1.1rem; line-height: 1.4; color: rgba(13, 13, 18, .72); }
.b-stk { position: absolute; right: 24px; top: 24px; width: var(--w); rotate: 9deg; filter: drop-shadow(0 8px 10px rgba(13, 13, 18, .16)); transition: rotate .6s var(--spring), scale .6s var(--spring); }
.b-stk svg { display: block; width: 100%; height: auto; overflow: visible; }
.b:hover .b-stk { rotate: -8deg; scale: 1.12; }
.b-volt { background: var(--volt); }
.b-lilac { background: #D9DEFF; }
.b-sun { background: #FFE58A; }
.b-pink { background: #FFD1EF; }
.b-sky { background: #C6F4FF; }
.b-paper { background: var(--surface); }
@media (max-width: 960px) { .basics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) {
  .basics-grid { grid-template-columns: minmax(0, 1fr); }
  .b { min-height: 210px; padding: 26px; }
}

/* ---------- get the app */

.get { position: relative; isolation: isolate; margin: 0 var(--gutter) var(--gutter); padding: clamp(110px, 13vw, 180px) 0; border-radius: clamp(32px, 4vw, 56px); background: linear-gradient(135deg, var(--y2k-pink), #D6C9FF 55%, var(--y2k-lilac)); text-align: center; overflow: clip; }
.get-in { position: relative; z-index: 1; display: grid; justify-items: center; }
.get-title { margin: 0 0 22px; font: 900 clamp(3.8rem, 13vw, 12rem)/.9 var(--display); letter-spacing: -.055em; white-space: nowrap; }
.get-title .wordart { font-size: 1.05em; }
.get-sub { max-width: 26em; margin: 0 0 34px; font-size: clamp(1.15rem, 1.7vw, 1.4rem); color: rgba(13, 13, 18, .76); text-wrap: balance; }
.get-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px; }
.qr { display: flex; align-items: center; gap: 14px; padding: 12px 22px 12px 12px; border-radius: 24px; background: rgba(255, 255, 255, .72); box-shadow: inset 0 0 0 1.5px rgba(13, 13, 18, .06); text-align: left; }
.qr-code { width: 84px; height: 84px; padding: 6px; border-radius: 14px; background: #fff; color: var(--ink); flex: none; }
.qr p { margin: 0; font: 600 .92rem/1.3 var(--ui); letter-spacing: -.01em; }
.confetti { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.js .confetti .c { transform: scale(0); transition: transform .8s var(--spring) calc(var(--i) * 70ms); }
.js .get.in .confetti .c { transform: none; }
@media (max-width: 700px) {
  .confetti .c { width: calc(var(--w) * .6); }
  .confetti .m-hide { display: none; }
  .qr { display: none; }
}

/* ---------- footer & mobile dock */

.footer { padding: 28px 0 calc(40px + env(safe-area-inset-bottom, 0px)); color: var(--ink-2); font-size: .95rem; }
.footer-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 28px; }
.footer p { margin: 0; }
.footer ul { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; padding: 0; list-style: none; }
.footer a:hover { color: var(--ultra); }
.dock { position: fixed; z-index: 60; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); display: flex; align-items: center; gap: 12px; padding: 8px 8px 8px 12px; border-radius: 999px; background: rgba(255, 255, 255, .78); -webkit-backdrop-filter: blur(18px) saturate(180%); backdrop-filter: blur(18px) saturate(180%); box-shadow: inset 0 0 0 1px rgba(13, 13, 18, .07), 0 16px 34px -18px rgba(13, 13, 18, .45); translate: 0 160%; transition: translate .6s var(--spring); }
.dock.show { translate: 0 0; }
.dock .mark { font-size: .8rem; padding: 6px 8px 5px; }
.dock b { flex: 1; min-width: 0; font: 600 .86rem var(--ui); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 900px) { .dock { display: none; } }

/* Glitter cursor trail over the hero (landing.js). */
.trail { position: fixed; z-index: 70; left: 0; top: 0; width: 14px; height: 14px; margin: -7px 0 0 -7px; fill: var(--c); pointer-events: none; animation: trail .9s var(--ease) forwards; }
@keyframes trail { from { transform: translate(var(--tx), var(--ty)) scale(1) rotate(0deg); opacity: 1; } to { transform: translate(var(--tx), calc(var(--ty) + 26px)) scale(.2) rotate(120deg); opacity: 0; } }

/* ---------- reveals: scroll-driven where supported, IntersectionObserver otherwise (landing.js) */

.js .reveal { opacity: 0; translate: 0 32px; transition: opacity .9s var(--ease), translate 1.1s var(--spring); transition-delay: calc(var(--i, 0) * 70ms); }
.js .reveal.in { opacity: 1; translate: 0 0; }
@supports (animation-timeline: view()) {
  .js .reveal { opacity: 1; translate: none; transition: none; animation: reveal linear both; animation-timeline: view(); animation-range: entry 0% entry 60%; }
  @keyframes reveal { from { opacity: 0; translate: 0 44px; } }
}

/* ---------- small screens */

@media (max-width: 700px) {
  body { font-size: 17px; }
  .hero { padding-top: calc(env(safe-area-inset-top, 0px) + 104px); }
  .hero-title { margin: 22px 0 20px; }
  .cta-row .btn { flex: 1 1 100%; }
  .hero-stage { margin-top: 44px; }
  .hero-stage .m-hide { display: none; }
  .hero-stage .stk { width: calc(var(--w) * .66); }
  .hint { left: auto; right: 0; top: -26px; font-size: 1.25rem; }
  .hint svg { display: none; }
  .studio { margin: -48px 0 0; border-radius: 32px 32px 0 0; }
  .get { margin: 0; border-radius: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { animation: none !important; opacity: 1; translate: none; }
}
