.hero{padding:60px 0 44px}.hero-title{font-size:clamp(31px, 5vw, 50px);margin-bottom:18px;max-width:18ch}.hero-title em{font-style:italic;color:var(--gold)}.hero .lede{margin-bottom:28px}.capture{display:flex;gap:8px;max-width:470px}.capture input{flex:1 1 auto;min-width:0;font:inherit;font-size:16px;padding:14px 16px;min-height:52px;color:var(--shell-ink);background:0 0;border:1px solid var(--hair-strong);border-radius:var(--radius);transition:border-color .2s var(--ease)}.capture input::placeholder{color:var(--shell-faint)}.capture input:focus{outline:0;border-color:var(--gold)}.capture .btn{white-space:nowrap}.samples{display:grid;grid-template-columns:repeat(auto-fill,minmax(268px,1fr));gap:12px}.sample{display:flex;flex-direction:column;gap:10px;padding:18px 18px 20px;background:var(--shell-2);border:1px solid var(--hair);border-radius:var(--radius);transition:border-color .25s var(--ease)}.sample:hover{border-color:var(--hair-strong)}.sample-meta{display:flex;flex-wrap:wrap;gap:6px}.sample-tag{padding:3px 8px;border:1px solid var(--hair);border-radius:20px;font-size:9.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--shell-faint)}.sample-tag.lvl{color:var(--gold);border-color:rgba(201,169,110,.35)}.sample-text{font-family:var(--font-head);font-size:16.5px;line-height:1.4;margin:0}.sample-note{font-size:12.5px;line-height:1.55;color:var(--shell-muted);margin:0}.sample.is-locked{background:var(--shell)}.bars{display:grid;gap:7px;margin:2px 0 4px}.bar{height:11px;border-radius:2px;background:var(--hair)}.bar:nth-child(2){width:88%}.bar:nth-child(3){width:62%}.lock{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--shell-faint);margin-top:auto}.lock::before{content:'';width:9px;height:8px;border:1.5px solid currentColor;border-radius:1px;box-shadow:0 -4px 0 -1.5px transparent,inset 0 0 0 0 transparent;position:relative}.lock::after{content:'';width:6px;height:5px;border:1.5px solid currentColor;border-bottom:0;border-radius:3px 3px 0 0;margin:-12px 0 0 -14px}.counter{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px 22px;padding:22px 0;margin-bottom:32px;border-top:1px solid var(--hair);border-bottom:1px solid var(--hair)}.counter b{font-family:var(--font-head);font-size:clamp(24px, 3.4vw, 34px);line-height:1}.counter span{font-size:13px;color:var(--shell-muted)}.levels{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--hair);border:1px solid var(--hair);border-radius:var(--radius);overflow:hidden}.level{background:var(--shell);padding:20px 18px 22px}.level-n{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:8px}.level-name{font-family:var(--font-head);font-size:20px;font-weight:600;margin:0 0 8px}.level p{font-size:13px;line-height:1.6;color:var(--shell-muted);margin:0}@media (max-width:900px){.levels{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.levels{grid-template-columns:1fr}.capture{flex-direction:column}.hero-title{max-width:none}}