/* Sellhelm public site.
   Idea: the page is a navigation chart. Pale chart paper and ink, fine grid lines,
   a compass behind the hero, and one instrument you can actually turn - the helm.
   The cobalt-to-violet gradient stays on the main action, as in the program. */

:root { --chart: rgba(61, 92, 170, .11); --ink-deep: #070b17; --gutter: clamp(20px, 4.5vw, 76px); --max: 1760px; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.wrap.narrow { max-width: 900px; }
.wrap.mid { max-width: 1240px; }
.center { text-align: center; }
section { position: relative; }
.eyebrow { font: 500 12.5px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--blue); margin: 0 0 18px; }
.lede { font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; color: var(--muted); max-width: 62ch; }
.center .lede, .sec-head.center .lede { margin-inline: auto; }
.fine { font-size: 13.5px; color: var(--muted); }
.sec-head { max-width: 760px; margin-bottom: clamp(32px, 5vw, 56px); }
.sec-head.center { margin-inline: auto; text-align: center; }
h2 { font-size: clamp(30px, 4vw, 48px); font-weight: 650; letter-spacing: -.035em; line-height: 1.08; }
h2 + .lede { margin-top: 18px; }

/* --------------------------------------------------------------- nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(244, 246, 252, .8); -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s, background-color .2s; }
.nav.scrolled { border-bottom-color: var(--line); background: rgba(244, 246, 252, .92); }
.nav-in { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); height: 68px; display: flex; align-items: center; gap: 32px; }
.nav-links { display: flex; gap: 6px; flex: 1; }
.nav-links a { padding: 8px 14px; border-radius: 9px; color: var(--text); text-decoration: none; font-weight: 550; font-size: 15.5px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: #e6ebf7; color: var(--text); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-signin { color: var(--text); font-weight: 550; text-decoration: none; font-size: 15.5px; padding: 8px 6px; }
.nav-signin:hover { color: var(--violet); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-2); border-radius: 11px; background: #fff; cursor: pointer; margin-left: auto; position: relative; }
.nav-toggle span { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .2s, top .2s; }
.nav-toggle span:first-child { top: 17px; } .nav-toggle span:last-child { top: 25px; }
.nav-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-menu { display: none; padding: 8px var(--gutter) 22px; border-top: 1px solid var(--line); background: var(--paper); }
.mobile-menu a:not(.btn) { display: block; padding: 14px 4px; font-weight: 600; font-size: 18px; color: var(--text); text-decoration: none; border-bottom: 1px solid var(--line); }
.mobile-menu .btn { margin-top: 16px; width: 100%; }
@media (max-width: 860px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .mobile-menu:not([hidden]) { display: block; }
  .nav-in { height: 60px; }
}

/* -------------------------------------------------------------- hero */
.hero { padding: clamp(36px, 6vw, 84px) 0 clamp(56px, 8vw, 110px); overflow: hidden; }
.chart-bg { position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(var(--chart) 1px, transparent 1px), linear-gradient(90deg, var(--chart) 1px, transparent 1px);
  background-size: 44px 44px; -webkit-mask-image: radial-gradient(ellipse 80% 70% at 68% 40%, #000 20%, transparent 78%); mask-image: radial-gradient(ellipse 80% 70% at 68% 40%, #000 20%, transparent 78%); }
.chart-bg svg { position: absolute; right: -14%; top: -18%; width: 78%; height: 150%; }
.compass circle, .compass path { fill: none; stroke: rgba(61, 92, 170, .22); stroke-width: 1.2; }
.compass circle:nth-child(2) { stroke-dasharray: 2 8; stroke-width: 2.4; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { font-size: clamp(36px, 4.7vw, 64px); font-weight: 650; letter-spacing: -.04em; line-height: 1.05; margin-bottom: 24px; text-wrap: balance; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 26px; }
.hero-facts { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font: 500 13px/1 var(--mono); color: var(--muted); }
.hero-facts li::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); margin-right: 9px; vertical-align: 1px; }
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; } .chart-bg svg { right: -50%; width: 140%; } }

/* --------------------------------------------------- the helm (signature) */
.helm { position: relative; border-radius: 24px; padding: 22px; color: #e6ecff;
  background: radial-gradient(600px 300px at 90% -10%, rgba(122, 60, 245, .38), transparent 60%), radial-gradient(500px 300px at -10% 110%, rgba(61, 123, 255, .28), transparent 60%), linear-gradient(165deg, #0a0f1f 0%, #10183a 100%);
  border: 1px solid rgba(255, 255, 255, .1); box-shadow: 0 40px 90px -30px rgba(20, 30, 90, .7), 0 2px 0 rgba(255,255,255,.06) inset; }
.helm-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.helm .label { font: 500 12px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; color: #93a4d8; }
.helm-live { display: inline-flex; align-items: center; gap: 8px; font: 500 12px/1 var(--mono); color: #93a4d8; }
.helm-live i { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 0 rgba(52, 211, 153, .6); animation: pulse 2.4s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(52, 211, 153, 0); } 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); } }
.helm-body { display: grid; grid-template-columns: minmax(150px, 230px) minmax(0, 1fr); gap: clamp(14px, 2.4vw, 26px); align-items: center; }
.helm-dial { display: grid; justify-items: center; gap: 8px; }
.wheel-wrap { width: 100%; aspect-ratio: 1; cursor: grab; touch-action: none; user-select: none; -webkit-user-select: none; border-radius: 50%; }
.wheel-wrap:active { cursor: grabbing; }
.wheel-wrap:focus-visible { outline: 3px solid #6aa0ff; outline-offset: 4px; }
.wheel { width: 100%; height: 100%; display: block; overflow: visible; filter: drop-shadow(0 12px 22px rgba(0, 0, 0, .45)); }
.wheel .tick { stroke: #4b5b8f; stroke-width: 1.2; } .wheel .tick.major { stroke: #9db0ea; stroke-width: 2; }
.wheel .notch { fill: #fff; }
.wheel .rim { fill: none; stroke: url(#wg); stroke-width: 13; }
.wheel .rim-shine { fill: none; stroke: rgba(255,255,255,.28); stroke-width: 2; transform: scale(.985); transform-origin: 130px 130px; }
.wheel .spoke { stroke: url(#wg); stroke-width: 6; stroke-linecap: round; }
.wheel .handle { fill: #dbe4ff; stroke: #7f95d8; stroke-width: 1.5; }
.wheel .hub { fill: url(#wg); } .wheel .hub-eye { fill: #0a0f1f; }
.wheel-turn { transform-origin: 130px 130px; }
.dial-hint { margin: 0; font: 500 12.5px/1 var(--mono); color: #93a4d8; letter-spacing: .04em; transition: opacity .3s; }
.dial-hint.gone { opacity: 0; }
.helm-read .k { font: 500 11.5px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: #93a4d8; margin: 0 0 6px; }
.helm-read .cost { margin: 0; font: 650 clamp(36px, 4.2vw, 50px)/1 var(--font-display); letter-spacing: -.04em; color: #fff; font-variant-numeric: tabular-nums; }
.helm-read .delta { margin: 6px 0 14px; font: 500 13px/1.3 var(--mono); color: #93a4d8; min-height: 1.3em; }
.helm-read .delta.up { color: #ffb14a; } .helm-read .delta.down { color: #5be3a9; }
.ledger { margin: 0; display: grid; gap: 0; font-variant-numeric: tabular-nums; }
.ledger > div { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px solid rgba(255, 255, 255, .09); font-size: 14.5px; }
.ledger dt { color: #b3c0e6; } .ledger dd { margin: 0; font: 500 14.5px var(--mono); color: #fff; }
.ledger dd.neg { color: #f0a9a2; }
.ledger .keep { border-bottom: 0; padding-top: 10px; } .ledger .keep dt { color: #fff; font-weight: 650; } .ledger .keep dd { font: 650 22px var(--font-display); color: #5be3a9; letter-spacing: -.02em; }
.ror { margin: 4px 0 0; font-size: 13.5px; color: #b3c0e6; } .ror span { font: 500 14px var(--mono); color: #fff; } .ror small { color: #8797c4; }
.helm-status { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 11px 14px; border-radius: 12px; font-size: 14px; line-height: 1.35; background: rgba(52, 211, 153, .12); border: 1px solid rgba(52, 211, 153, .35); color: #b7f5da; transition: background-color .3s, border-color .3s, color .3s; }
.helm-status i { flex: none; width: 9px; height: 9px; border-radius: 50%; background: #34d399; }
.helm-status[data-state="held"] { background: rgba(255, 177, 74, .13); border-color: rgba(255, 177, 74, .45); color: #ffdca8; } .helm-status[data-state="held"] i { background: #ffb14a; }
.helm-status[data-state="out"] { background: rgba(240, 100, 90, .13); border-color: rgba(240, 100, 90, .45); color: #ffc4be; } .helm-status[data-state="out"] i { background: #f0645a; }
.helm-status[data-state="reading"] { background: rgba(106, 160, 255, .12); border-color: rgba(106, 160, 255, .4); color: #c9dbff; } .helm-status[data-state="reading"] i { background: #6aa0ff; animation: pulse 1.2s infinite; }
.helm-send { margin-left: auto; background: #fff; color: #0a0f1f; border-color: transparent; }
.helm-send:hover { background: #dfe8ff; color: #0a0f1f; }
.helm-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; gap: 12px; }
.seg { display: inline-flex; padding: 3px; border-radius: 10px; background: rgba(255, 255, 255, .07); }
.seg button { border: 0; background: transparent; color: #b3c0e6; font: 600 13.5px/1 var(--font); padding: 8px 14px; border-radius: 8px; cursor: pointer; }
.seg button.on { background: rgba(255, 255, 255, .16); color: #fff; }
.linkish { border: 0; background: none; color: #93a4d8; font: 600 13.5px var(--font); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; padding: 6px; }
.linkish:hover { color: #fff; }
.helm-note { margin: 14px 0 0; font-size: 12px; line-height: 1.45; color: #7f8fbd; }
@media (max-width: 520px) { .helm { padding: 16px; } .helm-body { grid-template-columns: 1fr; } .wheel-wrap { max-width: 210px; margin: 0 auto; } }

/* ------------------------------------------------------------- proof */
.proof { border-block: 1px solid var(--line); background: rgba(255, 255, 255, .55); }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.proof-item { padding: 30px 26px; border-left: 1px solid var(--line); display: grid; gap: 8px; align-content: start; }
.proof-item:first-child { border-left: 0; padding-left: 0; }
.proof-item b { font: 650 32px/1 var(--font-display); letter-spacing: -.035em; }
.proof-item span { color: var(--muted); font-size: 14.5px; line-height: 1.45; }
@media (max-width: 900px) { .proof-grid { grid-template-columns: 1fr 1fr; } .proof-item:nth-child(3) { border-left: 0; padding-left: 0; } .proof-item { border-top: 1px solid var(--line); } .proof-item:nth-child(-n+2) { border-top: 0; } }
@media (max-width: 520px) { .proof-grid { grid-template-columns: 1fr; } .proof-item { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); } .proof-item:first-child { border-top: 0; } }

/* --------------------------------------------------------- the loop */
.loop { background: var(--ink); color: #dfe6ff; padding: clamp(64px, 9vw, 128px) 0 clamp(48px, 7vw, 100px); }
.loop .eyebrow { color: #8fb0ff; } .loop h2 { color: #fff; } .loop .lede { color: #a8b5dc; }
.loop-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.loop-steps { list-style: none; margin: 0; padding: 0; position: relative; }
.loop-steps::before { content: ''; position: absolute; left: 21px; top: 8%; bottom: 8%; width: 2px; background: linear-gradient(#26305a, #26305a); }
.step { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 18px; min-height: 56vh; align-content: center; opacity: .38; transition: opacity .35s; }
.step:first-child { min-height: 46vh; }
.step.is-active { opacity: 1; }
.step-n { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font: 500 15px var(--mono); background: var(--ink-2); border: 2px solid #2b3768; color: #9fb0e8; position: relative; z-index: 1; transition: background .3s, border-color .3s, color .3s; }
.step.is-active .step-n { background: var(--grad); border-color: transparent; color: #fff; }
.step h3 { font-size: clamp(26px, 3vw, 34px); font-weight: 650; color: #fff; margin: 4px 0 10px; letter-spacing: -.025em; }
.step p { margin: 0; color: #b4c0e6; font-size: 17px; line-height: 1.6; max-width: 46ch; }
.step-shot { display: none; }
.loop-stage { position: sticky; top: 92px; }
.frame { margin: 0; border-radius: 14px; overflow: hidden; background: #fff; border: 1px solid rgba(255, 255, 255, .14); box-shadow: 0 40px 90px -34px rgba(0, 0, 0, .7); }
.frame-bar { display: flex; align-items: center; gap: 14px; padding: 10px 14px; background: #151c38; color: #8f9dc9; font: 12.5px/1 var(--mono); }
.dots i { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #34406f; margin-right: 6px; }
.frame-url { flex: 1; background: #0d1329; padding: 6px 12px; border-radius: 7px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.frame-url b { color: #dfe7ff; font-weight: 500; } .frame-url b::before { content: '/'; }
.frame .shot { display: block; width: 100%; height: auto; }
.stage-shots { position: relative; aspect-ratio: 1800 / 1125; background: #f4f6fc; }
.frame-stage .shot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top left; opacity: 0; transition: opacity .5s ease; }
.frame-stage .shot.on { opacity: 1; }
@media (max-width: 960px) {
  .loop-grid { grid-template-columns: 1fr; }
  .loop-stage { display: none; }
  .loop-steps::before { display: none; }
  .step { min-height: 0; opacity: 1; grid-template-columns: 44px 1fr; padding: 26px 0; border-top: 1px solid #1f2850; }
  .step:first-child { min-height: 0; border-top: 0; }
  .step-shot { display: block; grid-column: 1 / -1; }
}

/* ------------------------------------------------------------- bento */
.bento { padding: clamp(64px, 9vw, 128px) 0; }
.bento-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.tile { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: clamp(22px, 2.4vw, 32px); box-shadow: var(--shadow-sm); overflow: hidden; display: flex; flex-direction: column; }
.tile h3 { font-size: clamp(21px, 2vw, 26px); font-weight: 700; letter-spacing: -.025em; margin-bottom: 10px; text-wrap: balance; }
.tile p { color: var(--muted); font-size: 15.5px; margin-bottom: 18px; }
.t-fees { grid-column: span 7; } .t-hold { grid-column: span 5; }
.t-order, .t-money, .t-designs { grid-column: span 4; } .t-ext, .t-safe { grid-column: span 6; }
.mini-fees { width: 100%; border-collapse: collapse; margin-top: auto; font: 500 14.5px var(--mono); }
.mini-fees th { text-align: left; font-weight: 400; color: var(--muted); padding: 9px 0; border-bottom: 1px dashed var(--line-2); font-family: var(--font); font-size: 15px; }
.mini-fees td { text-align: right; padding: 9px 0; border-bottom: 1px dashed var(--line-2); font-variant-numeric: tabular-nums; }
.mini-fees .total th { color: var(--text); font-weight: 700; border-bottom: 0; padding-top: 14px; } .mini-fees .total td { color: var(--green); font: 650 22px var(--font-display); border-bottom: 0; padding-top: 12px; }
.hold-card { margin-top: auto; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 18px; border-radius: 14px; background: #fffaf0; border: 1px solid #efc27a; font: 600 22px var(--font-display); }
.hold-card .was { color: var(--faint); text-decoration: line-through; } .hold-card .arrow { color: var(--faint); } .hold-card .now { color: var(--amber); }
.hold-card .badge { font: 600 12.5px var(--font); margin-left: auto; }
.crop { margin-top: auto; height: 220px; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); position: relative; background: #f4f6fc; }
.crop .shot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.crop-order .shot { transform: scale(1.9); transform-origin: 88% 26%; }
.crop-money .shot { transform: scale(1.75); transform-origin: 6% 38%; }
.design-row { list-style: none; margin: auto 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.design-row li { display: grid; gap: 6px; font-size: 11.5px; line-height: 1.25; color: var(--muted); text-align: center; }
.design-row img { width: 100%; height: auto; border-radius: 8px; border: 1px solid var(--line); aspect-ratio: 250 / 180; object-fit: cover; }
.paths { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.path { padding: 16px; border-radius: 14px; background: #eef2fc; border: 1px solid var(--line); display: grid; gap: 4px; }
.path b { font-size: 15.5px; } .path span { font: 500 13px var(--mono); color: var(--muted); }
.path.alt { background: var(--ink); border-color: var(--ink); } .path.alt b { color: #fff; } .path.alt span { color: #a3b3e6; }
.chips { list-style: none; margin: auto 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { padding: 8px 14px; border-radius: 99px; background: #eef2fc; border: 1px solid var(--line); font-weight: 600; font-size: 14px; }
@media (max-width: 1000px) { .t-fees, .t-hold, .t-ext, .t-safe { grid-column: span 12; } .t-order, .t-money, .t-designs { grid-column: span 6; } .t-designs { grid-column: span 12; } }
@media (max-width: 640px) { .t-order, .t-money { grid-column: span 12; } .hold-card .badge { margin-left: 0; } .paths { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------- own */
.own { background: var(--ink); color: #dfe6ff; padding: clamp(64px, 9vw, 120px) 0; overflow: hidden; }
.own::before { content: ''; position: absolute; inset: 0; background: radial-gradient(700px 400px at 90% 20%, rgba(122, 60, 245, .22), transparent 60%), radial-gradient(600px 400px at 0% 100%, rgba(61, 123, 255, .16), transparent 60%); pointer-events: none; }
.own .eyebrow { color: #8fb0ff; } .own h2 { color: #fff; } .own .lede { color: #a8b5dc; }
.own-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.ticks, .crosses { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.ticks li, .crosses li { position: relative; padding-left: 34px; line-height: 1.5; }
.ticks li::before, .crosses li::before { content: ''; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background-position: center; background-repeat: no-repeat; background-size: 12px; }
.ticks li::before { background-color: rgba(52, 211, 153, .18); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%2310b981' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 6.5l2.6 2.6L10 3.4'/%3E%3C/svg%3E"); }
.crosses li::before { background-color: #fde6e3; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23c8281c' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M3 3l6 6M9 3l-6 6'/%3E%3C/svg%3E"); }
.own .ticks li { color: #c9d4f5; }
.diagram { margin: 0; }
.diagram svg { width: 100%; height: auto; display: block; }
.d-box { fill: #111a3a; stroke: #2f3c72; stroke-width: 1.5; } .d-pc { fill: #16224f; stroke: #6aa0ff; stroke-width: 2; } .d-none { stroke-dasharray: 5 5; opacity: .75; }
.d-cap { font: 500 11px var(--mono); letter-spacing: .16em; fill: #8fa3e0; } .d-title { font: 700 26px var(--font-display); fill: #fff; } .d-title.s { font-size: 17px; } .d-sub { font: 400 13px var(--font); fill: #9fb0e0; }
.d-line { fill: none; stroke: #6aa0ff; stroke-width: 2; stroke-dasharray: 6 6; animation: dash 1.4s linear infinite; } .d-dead { stroke: #e0655a; animation: none; stroke-dasharray: 3 7; }
.d-x { fill: #e0655a; } .d-xline { stroke: #fff; stroke-width: 2.2; stroke-linecap: round; fill: none; }
@keyframes dash { to { stroke-dashoffset: -24; } }
@media (max-width: 900px) { .own-grid { grid-template-columns: 1fr; } }

/* ----------------------------------------------------------- honest */
.honest { padding: clamp(64px, 8vw, 110px) 0; }
.honest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 980px; margin: 0 auto; }
.hcard { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: clamp(24px, 3vw, 36px); box-shadow: var(--shadow-sm); }
.hcard h3 { font-size: 24px; } .hcard-no { background: #fbfbfe; }
@media (max-width: 760px) { .honest-grid { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------- pricing */
.pricing { padding: clamp(64px, 9vw, 120px) 0; background: linear-gradient(#fff, var(--paper) 70%); border-top: 1px solid var(--line); }
.pricing-flash { max-width: 760px; margin: 0 auto 26px; }
.tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.tier { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 32px 28px 28px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.tier:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.tier h3 { font-size: 26px; } .tier-tag { color: var(--muted); margin: 6px 0 22px; min-height: 3em; font-size: 15.5px; }
.tier-price { margin: 0; display: flex; align-items: baseline; gap: 10px; }
.tier-price .amt { font: 650 clamp(46px, 4.6vw, 58px)/1 var(--font-display); letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.tier-price .per { font: 500 13px var(--mono); color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.tier-count { margin: 14px 0 4px; font-size: 17px; } .tier-count .each { color: var(--muted); font-size: 14.5px; margin-left: 6px; }
.tier-save { margin: 0 0 22px; color: var(--green); font-weight: 650; font-size: 14.5px; } .tier-save.quiet { color: var(--muted); font-weight: 500; }
.tier-list { list-style: none; margin: 0 0 28px; padding: 22px 0 0; border-top: 1px solid var(--line); display: grid; gap: 11px; font-size: 15px; flex: 1; }
.tier-list li { position: relative; padding-left: 28px; }
.tier-list li::before { content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: rgba(16, 185, 129, .16) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%2310b981' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 6.5l2.6 2.6L10 3.4'/%3E%3C/svg%3E") center/10px no-repeat; }
.tier-best { background: linear-gradient(170deg, #0a0f1f, #141b46); color: #e6ecff; border-color: transparent; box-shadow: 0 30px 70px -30px rgba(50, 40, 160, .7); }
.tier-best::before { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; background: var(--grad); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.tier-best h3, .tier-best .amt { color: #fff; } .tier-best .tier-tag, .tier-best .per, .tier-best .each { color: #a3b3e6; } .tier-best .tier-list { border-top-color: rgba(255, 255, 255, .14); } .tier-best .tier-save { color: #5be3a9; }
.tier-flag { position: absolute; top: -13px; left: 28px; background: var(--grad); color: #fff; font: 600 12px/1 var(--font); letter-spacing: .04em; padding: 7px 12px; border-radius: 99px; }
.tier-picked { outline: 3px solid var(--cobalt); outline-offset: 3px; }
.agree { grid-column: 1 / -1; max-width: 760px; margin: 14px auto 0; text-align: center; }
.agree .check { justify-content: center; text-align: left; font-size: 16px; }
.agree-note { color: var(--muted); font-size: 14px; margin-top: 10px; }
.pricing-foot { text-align: center; margin: 28px 0 0; color: var(--muted); }
@media (max-width: 960px) { .tiers { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; } .tier-tag { min-height: 0; } .tier-best { order: -1; } }

/* -------------------------------------------------------------- faq */
.faq { padding: clamp(56px, 8vw, 100px) 0; }
.faq-list { display: grid; gap: 10px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 16px; transition: border-color .2s, box-shadow .2s; }
.faq-item[open] { border-color: #b9c9f5; box-shadow: var(--shadow-sm); }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 56px 20px 22px; font: 600 17.5px/1.4 var(--font-display); letter-spacing: -.01em; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ''; position: absolute; right: 22px; top: 50%; width: 12px; height: 12px; margin-top: -8px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); transition: transform .25s; }
.faq-item[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.faq-a { padding: 0 22px 20px; color: var(--muted); } .faq-a p { margin: 0; max-width: 68ch; }
.faq-more { margin-top: 26px; text-align: center; font-weight: 600; }
.faq-group { font-size: 26px; margin: 46px 0 16px; } .faq-group:first-child { margin-top: 0; }

/* ---------------------------------------------------------- cta band */
.cta-band { background: var(--ink); padding: clamp(56px, 8vw, 96px) 0; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(600px 300px at 15% 0%, rgba(61, 123, 255, .3), transparent 60%), radial-gradient(600px 300px at 90% 100%, rgba(122, 60, 245, .35), transparent 60%); }
.cta-in { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta-in h2 { color: #fff; font-size: clamp(30px, 4vw, 48px); max-width: 16ch; }
.cta-in p { color: #a8b5dc; margin: 12px 0 0; font-size: 18px; }

/* ----------------------------------------------------------- footer */
.foot { background: var(--ink-deep); color: #9fabd0; padding: 56px 0 30px; font-size: 15px; }
.foot-in { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
.foot .wordmark { color: #fff; } .foot-brand p { margin: 14px 0 0; max-width: 34ch; }
.foot h4 { font: 500 12px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: #6f7ca6; margin-bottom: 14px; }
.foot nav a { display: block; color: #c4cdea; text-decoration: none; padding: 5px 0; } .foot nav a:hover { color: #fff; }
.foot-fine { max-width: var(--max); margin: 40px auto 0; padding: 22px var(--gutter) 0; border-top: 1px solid #172042; font-size: 13px; color: #6f7ca6; }
.foot-fine p { margin: 0 0 8px; max-width: 90ch; }
@media (max-width: 800px) { .foot-in { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1 / -1; } }

/* ------------------------------------------------------ inner pages */
.page-hero { padding: clamp(48px, 8vw, 100px) 0 clamp(24px, 4vw, 48px); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(var(--chart) 1px, transparent 1px), linear-gradient(90deg, var(--chart) 1px, transparent 1px); background-size: 44px 44px; -webkit-mask-image: radial-gradient(ellipse 60% 100% at 50% 0%, #000, transparent 75%); mask-image: radial-gradient(ellipse 60% 100% at 50% 0%, #000, transparent 75%); }
.page-hero .wrap { position: relative; }
.page-hero h1 { font-size: clamp(34px, 4.6vw, 58px); font-weight: 650; letter-spacing: -.04em; text-wrap: balance; margin-bottom: 18px; }
.page-hero.slim { padding-bottom: 12px; } .page-hero.slim h1 { font-size: clamp(32px, 4vw, 48px); }
.plain-page { padding: clamp(64px, 12vw, 150px) 0; } .plain-page h1 { font-size: clamp(34px, 5vw, 60px); margin-bottom: 18px; text-wrap: balance; }
.thanks-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px; margin: 28px 0; box-shadow: var(--shadow-sm); } .thanks-card h2 { font-size: 26px; margin-bottom: 8px; }
.next-steps { padding-left: 22px; line-height: 1.7; margin-top: 28px; } .next-steps code { background: #e9edf7; padding: 2px 7px; border-radius: 6px; }
.prose { padding-bottom: 72px; } .prose h2 { font-size: 26px; letter-spacing: -.02em; margin: 40px 0 12px; } .prose p, .prose li { color: #2d3650; max-width: 70ch; } .prose ul { padding-left: 22px; } .prose li { margin-bottom: 8px; }
.feature { padding: clamp(40px, 6vw, 80px) 0; } .feature:nth-of-type(even) { background: rgba(255, 255, 255, .6); }
.feature-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.feature.flip .feature-copy { order: 2; }
.feature-copy h2 { font-size: clamp(28px, 3.4vw, 42px); margin-bottom: 12px; } .feature-copy .ticks li { color: #2d3650; }
.feature-note { margin-top: 22px; padding: 14px 16px; border-left: 3px solid var(--cobalt); background: #eaf0ff; border-radius: 0 10px 10px 0; font-size: 15px; }
.feature .frame { box-shadow: 0 30px 70px -30px rgba(20, 30, 90, .4); border-color: var(--line); }
@media (max-width: 960px) { .feature-grid { grid-template-columns: 1fr; } .feature.flip .feature-copy { order: 0; } }
.more { padding: clamp(56px, 8vw, 100px) 0; } .more-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.more-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px; } .more-card h3 { font-size: 20px; margin-bottom: 8px; } .more-card p { margin: 0; color: var(--muted); font-size: 15.5px; }
@media (max-width: 900px) { .more-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 600px) { .more-grid { grid-template-columns: 1fr; } }
.compare { padding: 40px 0 20px; } .compare h2 { font-size: 34px; margin-bottom: 22px; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.cmp { width: 100%; border-collapse: collapse; font-size: 15.5px; min-width: 520px; }
.cmp th, .cmp td { padding: 15px 20px; text-align: left; border-bottom: 1px solid #edf0f7; } .cmp thead th { font: 700 17px var(--font-display); background: #f8f9fd; } .cmp tbody th { font-weight: 500; color: var(--muted); } .cmp td { font-variant-numeric: tabular-nums; } .cmp tr:last-child > * { border-bottom: 0; }

/* ------------------------------------------------------------ reveal */
@media (scripting: enabled) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1); }
  .reveal.in { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } .d-line { animation: none; } .helm-live i { animation: none; } }

/* ================================================================
   Wide and open (second pass): fewer boxes, more room.
   Pill buttons, hairline rows instead of bordered cards, big screens
   that bleed to the edge, and dark sections with sweeping corners.
   ================================================================ */
.site .btn { border-radius: 999px; }
.site .btn-lg { height: 56px; padding: 0 32px; font-size: 17.5px; }
.site .btn-sm { padding: 0 18px; }
.site input[type=checkbox] { border-radius: 5px; }
.nav-links a { border-radius: 999px; }

/* hero */
.hero { padding: clamp(44px, 6vw, 96px) 0 clamp(80px, 10vw, 150px); }
.hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(32px, 5vw, 96px); }
.hero h1 { font-size: clamp(38px, 4.9vw, 92px); font-weight: 640; letter-spacing: -.036em; line-height: 1.03; }
.hero .lede { font-size: clamp(18px, 1.55vw, 23px); max-width: 58ch; }
.helm { border-radius: 40px; padding: clamp(22px, 2.4vw, 36px); justify-self: end; width: 100%; max-width: 780px; border: 0; }
.helm-body { grid-template-columns: minmax(170px, 300px) minmax(0, 1fr); }
.helm-status { border-radius: 999px; padding: 12px 18px; }
.seg { border-radius: 999px; } .seg button { border-radius: 999px; }
.chart-bg svg { right: -6%; }

/* proof strip: no dividers between boxes, just space */
.proof { background: transparent; border: 0; }
.proof-item { border-left: 0; padding: 8px 40px 8px 0; }
.proof-grid { gap: 8px; }

/* dark sections curve into the page */
.loop, .own, .cta-band { border-radius: clamp(36px, 5vw, 88px) clamp(36px, 5vw, 88px) 0 0; }
.loop { margin-top: -1px; }
.own { border-radius: clamp(36px, 5vw, 88px); margin: 0 clamp(0px, 1vw, 16px); }

/* the loop: the screen is big and runs off the right-hand edge */
.loop { overflow-x: clip; }
.loop-grid { grid-template-columns: minmax(300px, .5fr) minmax(0, 1.5fr); gap: clamp(28px, 4vw, 80px); }
.loop-stage { margin-right: calc(-1 * ((100vw - min(100vw, var(--max))) / 2 + var(--gutter))); }
.loop-stage .frame { border-radius: 26px 0 0 26px; border-right: 0; }
.step p { font-size: clamp(17px, 1.3vw, 19px); }
@media (max-width: 960px) { .loop-stage { margin-right: 0; } .frame { border-radius: 18px; } }

/* features: open columns divided by a hairline, not boxed cards */
.bento-grid { gap: 0 clamp(28px, 4vw, 72px); }
.tile { background: transparent; border: 0; border-top: 1px solid var(--line-2); border-radius: 0; box-shadow: none; padding: 30px 0 clamp(36px, 4vw, 60px); overflow: visible; }
.tile h3 { font-size: clamp(22px, 2vw, 30px); font-weight: 620; }
.tile p { font-size: 16.5px; max-width: 52ch; }
.mini-fees { max-width: 520px; }
.hold-card { border-radius: 999px; padding: 14px 22px; max-width: 640px; }
.crop { border-radius: 28px; height: clamp(240px, 22vw, 340px); border: 0; box-shadow: 0 24px 60px -30px rgba(20, 30, 90, .45); }
.design-row img { border-radius: 14px; }
.path { border-radius: 24px; }
.chips li { padding: 10px 18px; }
.t-fees { grid-column: span 7; } .t-hold { grid-column: span 5; }

/* privacy diagram floats, no frame */
.own-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.own { padding: clamp(72px, 9vw, 140px) 0; }

/* honest lists: two open columns */
.honest-grid { max-width: none; gap: clamp(28px, 6vw, 120px); align-items: start; }
.hcard { background: transparent; border: 0; border-top: 1px solid var(--line-2); border-radius: 0; box-shadow: none; padding: 30px 0 0; }
.hcard-no { background: transparent; }

/* pricing: one wide rate card, three columns divided by hairlines */
.pricing { background: linear-gradient(#fff, var(--paper) 80%); }
.tiers { gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 44px; overflow: hidden; box-shadow: var(--shadow); align-items: stretch; }
.tier { border: 0; border-radius: 0; box-shadow: none; border-left: 1px solid var(--line); padding: clamp(32px, 3.4vw, 56px); }
.tier:first-child { border-left: 0; }
.tier:hover { transform: none; box-shadow: none; }
.tier-best { border-left: 0; box-shadow: none; }
.tier-best::before { display: none; }
.tier-flag { position: static; align-self: flex-start; margin-bottom: 14px; }
.tier .btn { margin-top: auto; }
.agree { max-width: 900px; }
@media (max-width: 960px) { .tiers { border-radius: 32px; } .tier { border-left: 0; border-top: 1px solid var(--line); } .tier:first-child { border-top: 0; } }

/* faq: hairline rows */
.faq-item { background: transparent; border: 0; border-bottom: 1px solid var(--line-2); border-radius: 0; box-shadow: none !important; }
.faq-item[open] { border-color: var(--line-2); }
.faq-item summary { padding: 24px 48px 24px 0; font-size: clamp(18px, 1.5vw, 21px); }
.faq-item summary::after { right: 4px; }
.faq-a { padding: 0 0 26px; }
.faq-list { gap: 0; border-top: 1px solid var(--line-2); }

/* inner pages */
.feature .frame { border-radius: 28px; border: 0; box-shadow: 0 36px 80px -34px rgba(20, 30, 90, .45); }
.feature-grid { grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); }
.more-card { background: transparent; border: 0; border-top: 1px solid var(--line-2); border-radius: 0; padding: 26px 0 8px; }
.more-grid { gap: 12px clamp(28px, 4vw, 72px); }
.table-scroll { border-radius: 28px; }
.thanks-card { border-radius: 28px; }
.cta-band { border-radius: clamp(36px, 5vw, 88px) clamp(36px, 5vw, 88px) 0 0; margin-top: clamp(24px, 4vw, 60px); }
