/* Landing pages (creators + brands) · shared section styles */
.btn.xl { height: 60px; padding: 0 32px; font-size: 1.25rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); gap: clamp(24px, 4vw, 64px); align-items: center; padding-top: clamp(28px, 5vw, 64px); padding-bottom: clamp(24px, 4vw, 48px); }
.hero .copy { display: grid; gap: 22px; }
.hero .who { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-2); font-size: var(--fs-sm); font-weight: 600; }
.hero h1 { max-width: 14ch; font-size: clamp(2.4rem, 5vw, 4.4rem); }
.hero .lead { max-width: 48ch; }
.hero .stage { position: relative; min-height: 560px; }
.hero .stage canvas { width: 100% !important; height: 100% !important; }
.hero .float { position: absolute; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 10px 14px; box-shadow: 0 10px 30px -14px oklch(0 0 0 / 0.3); font-size: var(--fs-sm); display: grid; gap: 2px; z-index: 2; }
.hero .float b { font-variant-numeric: tabular-nums; }
.hero .float.a { left: 0; top: 9%; }
.hero .float.b { right: 0; bottom: 12%; text-align: right; }
.proofline { display: flex; gap: 20px 24px; flex-wrap: wrap; color: var(--ink-2); font-size: var(--fs-sm); }
.proofline span { display: inline-flex; gap: 8px; align-items: center; }
.proofline i { width: 10px; height: 10px; border-radius: 2px; background: var(--brand); border: 1.5px solid var(--ink); transform: rotate(-8deg); flex: none; }
@media (max-width: 960px) { .hero { grid-template-columns: 1fr; } .hero .stage { min-height: 440px; order: -1; } .hero .float.a { top: 6%; } .hero .float.b { bottom: 8%; } }

/* Receipts (social proof) */
.receipts-wrap { padding-block: clamp(32px, 5vw, 56px) clamp(48px, 7vw, 96px); }
.receipts { --pad: max(var(--gutter), calc((100% - var(--max)) / 2)); display: grid; grid-auto-flow: column; grid-auto-columns: minmax(250px, 1fr); gap: 14px; overflow-x: auto; padding: 20px var(--pad) 12px; scroll-padding-inline: var(--pad); scroll-snap-type: x proximity; scrollbar-width: none; margin-top: 8px; }
.receipts::-webkit-scrollbar { display: none; }
.receipt { scroll-snap-align: start; border: 1.5px solid var(--ink); border-radius: 16px; background: var(--white); padding: 20px 20px 16px; display: grid; gap: 12px; align-content: start; transform: rotate(var(--tilt, 0)); position: relative; }
.receipt:nth-child(odd) { --tilt: -0.6deg; }
.receipt:nth-child(even) { --tilt: 0.5deg; }
.receipt::before { content: ""; position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-3deg); width: 64px; height: 18px; background: var(--brand); border: 1.5px solid var(--ink); border-radius: 3px; opacity: 0.95; }
.receipt .amt { font-size: clamp(2.4rem, 3.4vw, 3.2rem); font-weight: 800; letter-spacing: -0.045em; line-height: 1; font-variant-numeric: tabular-nums; margin-top: 6px; }
.receipt .what { color: var(--ink); font-weight: 500; text-wrap: pretty; min-height: 3lh; }
.receipt .by { display: flex; gap: 10px; align-items: center; }
.receipt .by img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.receipt .by b { display: block; font-size: var(--fs-sm); }
.receipt .by span { display: block; font-size: var(--fs-xs); color: var(--muted); }
.receipt .foot { display: flex; gap: 10px; align-items: center; border-top: 1px dashed var(--line-strong); padding-top: 12px; }
.receipt .foot::after { content: "View case →"; margin-left: auto; font-size: var(--fs-xs); font-weight: 600; color: var(--ink-2); }
a.receipt { color: inherit; transition: transform 250ms var(--ease-out), box-shadow 250ms; }
a.receipt:hover { transform: translateY(-4px) rotate(0); box-shadow: 0 16px 36px -18px oklch(0 0 0 / 0.35); }
a.receipt:hover .foot::after { color: var(--ink); }
.receipt .stars { font-size: var(--fs-sm); letter-spacing: 0.05em; }
.receipt.result .amt { font-size: clamp(2rem, 3vw, 2.6rem); }
.receipt.result .amt small { display: block; font-size: var(--fs-sm); font-weight: 600; letter-spacing: 0; color: var(--ink-2); margin-top: 4px; }

/* Math box */
.math { margin-top: 40px; max-width: 560px; border: 1.5px solid var(--ink); border-radius: 16px; padding: 18px 20px; background: var(--white); display: grid; gap: 8px; font-variant-numeric: tabular-nums; }
.math-row { display: flex; justify-content: space-between; gap: 16px; color: var(--ink-2); font-size: var(--fs-sm); }
.math-row b { color: var(--ink); font-size: var(--fs-md); }
.math-row.tot { border-top: 1px dashed var(--line-strong); padding-top: 10px; margin-top: 4px; color: var(--ink); font-weight: 700; }
.math-row.tot b { font-size: 1.5rem; letter-spacing: -0.03em; }

/* Calculator */
.calc-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.items { display: flex; flex-wrap: wrap; gap: 8px; }
.items button { height: 38px; padding: 0 14px; border-radius: var(--r-pill); border: 1px solid var(--line-strong); font-weight: 600; font-size: var(--fs-sm); color: var(--ink-2); transition: background 150ms, color 150ms; }
.items button:hover { border-color: var(--ink); color: var(--ink); }
.items button[aria-pressed="true"] { background: var(--ink); color: var(--white); border-color: var(--ink); }
.calc-out { border: 1.5px solid var(--ink); border-radius: 20px; padding: 24px; display: grid; gap: 10px; background: var(--brand-soft); position: sticky; top: 88px; }
.calc-big { font-size: clamp(2.2rem, 3.6vw, 3.2rem); font-weight: 800; letter-spacing: -0.045em; line-height: 1; font-variant-numeric: tabular-nums; }
.calc-line { display: flex; justify-content: space-between; font-size: var(--fs-sm); color: var(--ink-2); font-variant-numeric: tabular-nums; }
.calc-line b { color: var(--ink); }
@media (max-width: 860px) { .calc-grid { grid-template-columns: 1fr; } .calc-out { position: static; } }

/* Inventory rows */
.inv { border-top: 1px solid var(--line); }
.inv-row { display: grid; grid-template-columns: minmax(200px, 0.9fr) 2fr auto; gap: 24px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.inv-row .cat { font-size: clamp(1.5rem, 2.6vw, 2.2rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.inv-row .cat small { display: block; font-size: var(--fs-sm); font-weight: 500; color: var(--muted); letter-spacing: 0; margin-top: 6px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips span { border: 1px solid var(--line-strong); border-radius: var(--r-pill); padding: 6px 12px; font-size: var(--fs-sm); color: var(--ink-2); background: var(--white); }
.inv-row .from { text-align: right; white-space: nowrap; color: var(--ink-2); font-size: var(--fs-sm); }
.inv-row .from b { display: block; font-size: 1.25rem; color: var(--ink); font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
@media (max-width: 760px) { .inv-row { grid-template-columns: 1fr; gap: 14px; } .inv-row .from { text-align: left; } }

/* Control + profile */
.control-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
@media (max-width: 860px) { .control-grid { grid-template-columns: 1fr; } }
.checks { display: grid; gap: 14px; }
.checks li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; color: var(--ink-2); text-wrap: pretty; max-width: 56ch; }
.checks li::before { content: ""; width: 12px; height: 12px; margin-top: 6px; border-radius: 3px; background: var(--brand); border: 1.5px solid var(--ink); transform: rotate(-8deg); }
.checks b { color: var(--ink); }
.settings { display: grid; gap: 2px; }
.sw-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 9px 0; font-size: var(--fs-sm); }
.switch { width: 40px; height: 24px; border-radius: 12px; background: var(--surface-2); border: 1px solid var(--line-strong); position: relative; flex: none; transition: background 150ms, border-color 150ms; }
.switch::after { content: ""; position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; border-radius: 50%; background: var(--white); border: 1px solid var(--line-strong); transition: transform 200ms var(--ease-out); }
.switch[aria-checked="true"] { background: var(--ink); border-color: var(--ink); }
.switch[aria-checked="true"]::after { transform: translateX(16px); border-color: var(--ink); }
.profile { display: grid; gap: 18px; }
.proof-list { display: grid; gap: 8px; font-size: var(--fs-sm); }
.pr { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: center; }
.pr .k { width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--line-strong); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--muted); }
.pr .k.ok { background: var(--brand); border-color: var(--brand); color: var(--ink); }
.cap { display: grid; gap: 8px; border-top: 1px solid var(--line); padding-top: 14px; }
.cap-bar { display: flex; gap: 4px; height: 10px; }
.cap-bar i { flex: 1; border-radius: 3px; background: var(--surface-2); }
.cap-bar i.on { background: var(--brand-strong); }
.cap-lbl { display: flex; justify-content: space-between; font-size: var(--fs-xs); color: var(--muted); }

/* Ladder (brands) */
.mech { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.ladder { display: grid; gap: 12px; }
.rung { display: grid; grid-template-columns: 90px 1fr auto; gap: 16px; align-items: center; }
.rung .bar { height: 48px; border-radius: 10px; background: var(--surface-2); position: relative; overflow: hidden; }
.rung .bar i { position: absolute; inset: 0; width: var(--w); background: var(--brand); border-radius: 10px; display: flex; align-items: center; padding-left: 14px; font-weight: 700; font-variant-numeric: tabular-nums; font-style: normal; }
.rung .bar i.dead { background: var(--surface-2); color: var(--muted); text-decoration: line-through; }
.rung .bar i.you { background: var(--ink); color: var(--white); }
.rung .lbl { font-weight: 600; font-variant-numeric: tabular-nums; }
.rung .note { font-size: var(--fs-sm); color: var(--ink-2); white-space: nowrap; }
.rung .note.ok { color: var(--brand-ink); font-weight: 600; }
.protect { display: grid; gap: 20px; margin-top: 32px; }
.protect > div { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; }
.protect > div > div { display: grid; gap: 4px; }
.protect .k { width: 28px; height: 28px; border-radius: 50%; background: var(--brand); border: 1.5px solid var(--ink); display: inline-flex; align-items: center; justify-content: center; }
.protect .k svg { width: 14px; height: 14px; }
.protect p { color: var(--ink-2); max-width: 46ch; text-wrap: pretty; }
@media (max-width: 860px) { .mech { grid-template-columns: 1fr; } .rung { grid-template-columns: 70px 1fr; } .rung .note { grid-column: 2; } }

/* Drenched band */
.creator-band { background: var(--brand); color: var(--ink); }
.creator-band .btn { background: var(--ink); color: var(--white); }
.creator-band .btn.secondary { background: transparent; color: var(--ink); border-color: var(--ink); }

.cases { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.faq-wrap { max-width: 760px; }

.receipt .by .mark-box { width: 52px; height: 36px; }
.receipt .by .mark-box .wordmark { font-size: 11px; }

/* Sell-out teaser */
.sellout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr); gap: clamp(28px, 5vw, 72px); align-items: center; border: 1.5px solid var(--ink); border-radius: 20px; padding: clamp(24px, 4vw, 44px); }
.five { display: grid; gap: 6px; counter-reset: five; margin: 0; padding: 0; list-style: none; }
.five li { counter-increment: five; }
.five a { display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: center; padding: 10px 12px; border-radius: var(--r-md); transition: background 150ms; }
.five a::before { content: counter(five); width: 32px; height: 32px; border-radius: 50%; background: var(--brand); border: 1.5px solid var(--ink); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-variant-numeric: tabular-nums; }
.five a:hover { background: var(--surface); }
.five b { display: block; }
.five span { display: block; color: var(--ink-2); font-size: var(--fs-sm); }
@media (max-width: 860px) { .sellout { grid-template-columns: 1fr; } }

/* Hero rotator */
.rot { position: relative; display: grid; gap: 14px; }
.rot-stage { position: relative; min-height: 520px; perspective: 1400px; }
.rot-slide { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; transform: scale(0.97); transition: opacity 500ms var(--ease-out), transform 600ms var(--ease-out); pointer-events: none; }
.rot-slide[data-active] { opacity: 1; transform: none; pointer-events: auto; }
.rot-slide > svg { width: min(100%, 520px); height: auto; max-height: 520px; }
.rot-slide .stage3d { position: absolute; inset: 0; }
.rot-slide .stage3d canvas { width: 100% !important; height: 100% !important; }
.rot-slide .hs.open text, .rot-slide .hs.taken text { font-family: "Bricolage Grotesque", system-ui, sans-serif; }
.rot-tabs { display: flex; flex-wrap: wrap; gap: 5px; justify-content: center; }
.rot-tabs button { height: 32px; padding: 0 12px; white-space: nowrap; border-radius: var(--r-pill); border: 1px solid var(--line-strong); font-weight: 600; font-size: var(--fs-sm); color: var(--ink-2); background: var(--white); transition: background 150ms, color 150ms, border-color 150ms; }
.rot-tabs button:hover { border-color: var(--ink); color: var(--ink); }
.rot-tabs button[aria-selected="true"] { background: var(--ink); color: var(--white); border-color: var(--ink); }
.rot-caption { color: var(--ink-2); font-size: var(--fs-sm); text-align: center; text-wrap: balance; }
.rot-caption b { color: var(--ink); }
.rot-word { display: inline-block; background: var(--brand); padding: 0 0.14em; margin: 0 -0.04em; border-radius: 0.12em; transform: rotate(-1.2deg); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.rot-word.swap { animation: wordin 500ms var(--ease-out); }
@keyframes wordin { from { opacity: 0; transform: rotate(-1.2deg) translateY(0.35em); } to { opacity: 1; transform: rotate(-1.2deg) translateY(0); } }
@media (prefers-reduced-motion: reduce) { .rot-word.swap { animation: none; } .rot-slide { transition: none; } }
@media (max-width: 960px) { .rot-stage { min-height: 400px; } .rot-slide > svg { max-height: 400px; } }
@media (max-width: 560px) { .rot-stage { min-height: 320px; } .rot-slide > svg { max-height: 320px; } }


/* Physical items sway in 3D */
.rot-slide.sway > svg { transform-style: preserve-3d; animation: sway 7s ease-in-out infinite alternate; }
@keyframes sway { from { transform: rotateY(-18deg) rotateX(3deg); } to { transform: rotateY(18deg) rotateX(-2deg); } }

/* Video-frame mocks (sponsor segment, wall) */
.vid, .lv { width: min(100%, 580px); }
.vid-screen, .lv-screen { aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden; position: relative; background: #0b0b10; color: #fff; box-shadow: 0 30px 80px -30px oklch(0 0 0 / 0.5); font-size: clamp(9px, 1.05vw, 13px); isolation: isolate; }
.kb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: kb 14s ease-in-out infinite alternate; transform-origin: 60% 40%; }
.kb.slow { animation-duration: 9s; }
@keyframes kb { from { transform: scale(1.04) translate(0, 0); } to { transform: scale(1.16) translate(-2%, 1.5%); } }
.vid-shade { position: absolute; inset: 0; background: linear-gradient(180deg, oklch(0 0 0 / 0.1), oklch(0 0 0 / 0.55)); }
.rec { position: absolute; left: 3%; top: 5%; display: inline-flex; gap: 6px; align-items: center; font-weight: 700; letter-spacing: 0.08em; font-size: 0.9em; background: oklch(0 0 0 / 0.5); padding: 4px 8px; border-radius: 6px; z-index: 2; }
.rec i { width: 7px; height: 7px; border-radius: 50%; background: #ff3b3b; animation: blink 1.2s steps(2) infinite; }
@keyframes blink { to { opacity: 0.2; } }
.rot .ov { position: absolute; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; text-align: center; padding: 0; z-index: 2; }
.rot .ov.open { border: 2px dashed var(--brand); background: oklch(0 0 0 / 0.5); color: var(--brand); font-weight: 700; padding: 8px 16px; font-size: 1.3em; }
.rot .ov.open small { display: block; font-weight: 500; font-size: 0.62em; color: oklch(1 0 0 / 0.8); }
.rot .ov.taken { background: var(--mark, #fff); border: 2px solid oklch(1 0 0 / 0.5); padding: 4px 10px; }
.rot .ov.taken .wordmark { background: transparent; color: #fff; font-size: 1.15em; }
.vid-wm { right: 3%; top: 5%; }
.vid-lower { position: absolute; left: 4%; bottom: 16%; display: grid; gap: 8px; justify-items: start; z-index: 2; }
.vid-lower .ov.open { position: relative; }
.vid-kicker { font-size: 0.95em; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brand); background: oklch(0 0 0 / 0.5); padding: 3px 8px; border-radius: 4px; }
.vid-chrome { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; gap: 10px; padding: 8px 12px; background: linear-gradient(transparent, oklch(0 0 0 / 0.65)); font-size: 0.9em; z-index: 2; }
.vid-chrome .play { width: 0; height: 0; border-left: 9px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.vid-bar { flex: 1; height: 5px; background: oklch(1 0 0 / 0.3); border-radius: 3px; position: relative; }
.vid-bar .seg { position: absolute; left: 6%; width: 2.7%; top: -3px; bottom: -3px; background: var(--brand); border-radius: 3px; }
.vid-bar .head { position: absolute; left: 5.5%; top: 50%; width: 10px; height: 10px; border-radius: 50%; background: #fff; transform: translate(-50%, -50%); animation: head 20s linear infinite; }
@keyframes head { from { margin-left: 0; } to { margin-left: 3%; } }
.wall-a { left: 8%; top: 12%; }
.wall-b { right: 6%; top: 18%; font-size: 1.1em; }

/* Live stream mock */
.sweep { position: absolute; inset: -20%; background: linear-gradient(100deg, transparent 40%, oklch(0.85 0.15 300 / 0.25) 50%, transparent 60%); animation: sweep 4s linear infinite; mix-blend-mode: screen; pointer-events: none; }
@keyframes sweep { from { transform: translateX(-60%); } to { transform: translateX(60%); } }
.lv .badge { position: absolute; top: 5%; left: 36%; display: inline-flex; gap: 6px; align-items: center; background: oklch(0 0 0 / 0.55); padding: 4px 8px; border-radius: 6px; font-weight: 700; z-index: 2; }
.lv .badge i { width: 7px; height: 7px; border-radius: 50%; background: #ff3b3b; animation: blink 1.2s steps(2) infinite; }
.lv-tl { left: 3%; top: 4.5%; }
.lv .chat { position: absolute; right: 3%; top: 16%; width: 30%; display: grid; gap: 4px; font-size: 0.85em; z-index: 2; }
.lv .chat span { background: oklch(0 0 0 / 0.5); padding: 3px 6px; border-radius: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; opacity: 0; animation: chatin 8s ease-out infinite; }
.lv .chat span:nth-child(1) { animation-delay: 0s; } .lv .chat span:nth-child(2) { animation-delay: 1.6s; } .lv .chat span:nth-child(3) { animation-delay: 3.2s; } .lv .chat span:nth-child(4) { animation-delay: 4.8s; }
@keyframes chatin { 0% { opacity: 0; transform: translateY(8px); } 6% { opacity: 1; transform: none; } 85% { opacity: 1; } 100% { opacity: 0; } }
.lv .chat b { color: var(--brand); }
.lv .cam { position: absolute; right: 3%; bottom: 14%; width: 26%; aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; border: 3px dashed var(--brand); z-index: 2; }
.lv .cam .lbl { position: absolute; inset: auto 0 0 0; background: oklch(0 0 0 / 0.6); padding: 4px; font-size: 0.9em; font-weight: 700; color: var(--brand); text-align: center; }
.lv .tick { left: 0; right: 0; bottom: 0; height: 9%; border-radius: 0; overflow: hidden; padding: 0; }
.ticker-text { white-space: nowrap; display: flex; gap: 48px; animation: ticker 14s linear infinite; font-weight: 600; letter-spacing: 0.02em; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .kb, .sweep, .ticker-text, .rot-slide.sway > svg, .lv .chat span, .vid-bar .head { animation: none; } .lv .chat span { opacity: 1; } }

/* Physical vs digital split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.split-head { display: grid; gap: 6px; margin-bottom: 8px; justify-items: start; }
.split .inv-row { grid-template-columns: minmax(150px, 0.9fr) 1.6fr; gap: 10px 14px; padding: 20px 0; }
.split .inv-row .from { grid-column: 1 / -1; text-align: left; display: flex; gap: 8px; align-items: baseline; }
.split .inv-row .from b { display: inline; font-size: var(--fs-md); }
.split .inv-row .cat { font-size: clamp(1.25rem, 1.8vw, 1.5rem); }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }

/* Website mock */
.web { width: min(100%, 560px); border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: 0 30px 80px -30px oklch(0 0 0 / 0.35); font-size: clamp(9px, 1.05vw, 13px); position: relative; }
.web-bar { display: flex; gap: 6px; align-items: center; padding: 8px 10px; background: var(--surface); border-bottom: 1px solid var(--line); }
.web-bar i { width: 8px; height: 8px; border-radius: 50%; background: var(--line-strong); }
.web-bar span { margin-left: 8px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; padding: 2px 10px; color: var(--muted); font-size: 0.9em; flex: 1; }
.web-body { padding: 14px 16px; display: grid; gap: 10px; }
.web-nav { display: flex; gap: 14px; font-weight: 700; }
.web-nav b { margin-right: auto; }
.web-hero { display: grid; grid-template-columns: 1.4fr 1fr; gap: 12px; align-items: stretch; }
.web-hero .txt { display: grid; gap: 6px; align-content: start; }
.web-hero .txt b { font-size: 1.8em; letter-spacing: -0.03em; line-height: 1.05; }
.web-hero .txt i { display: block; height: 6px; background: var(--surface-2); border-radius: 3px; width: 90%; }
.web .ov { position: relative; border-radius: 8px; }
.web .ov.open { border: 2px dashed var(--brand-strong); background: var(--brand-soft); color: var(--brand-ink); font-weight: 700; padding: 10px; font-size: 1.2em; display: grid; place-items: center; text-align: center; }
.web .ov.open small { display: block; font-weight: 500; font-size: 0.7em; color: var(--ink-2); }
.web .ov.taken { background: var(--mark); color: #fff; padding: 8px; display: grid; place-items: center; }
.web .ov.taken .wordmark { background: transparent; color: #fff; }
.web-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.web-cards div { height: 46px; border-radius: 6px; background: var(--surface); }
.web-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 8px; color: var(--muted); }

/* Newsletter mock */
.mail { width: min(100%, 520px); border-radius: 14px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 30px 80px -30px oklch(0 0 0 / 0.35); font-size: clamp(9px, 1.05vw, 13px); overflow: hidden; }
.mail-head { padding: 10px 14px; border-bottom: 1px solid var(--line); display: grid; gap: 2px; }
.mail-head b { font-size: 1.1em; }
.mail-head span { color: var(--muted); font-size: 0.9em; }
.mail-body { padding: 14px 16px; display: grid; gap: 10px; }
.mail-body h4 { margin: 0; font-size: 1.6em; letter-spacing: -0.03em; line-height: 1.1; }
.mail-body p { color: var(--ink-2); line-height: 1.5; }
.mail .ov { position: relative; }
.mail .ov.open { border: 2px dashed var(--brand-strong); background: var(--brand-soft); color: var(--brand-ink); font-weight: 700; padding: 12px; font-size: 1.2em; text-align: center; border-radius: 8px; }
.mail .ov.open small { display: block; font-weight: 500; font-size: 0.7em; color: var(--ink-2); }
.mail .ov.taken { border-radius: 8px; padding: 8px 10px; background: var(--mark); color: #fff; font-weight: 700; display: flex; gap: 8px; align-items: center; }
.mail .ov.taken .wordmark { background: transparent; color: #fff; }
.mail .ov.taken span { font-weight: 500; opacity: 0.9; }
