:root{--paper:#fff;--paper-raised:#fdfdfc;--paper-muted:#f2f0ea;--paper-muted-2:#eceae2;--ink:#17171c;--ink-deep:#0e0e12;--ink-deepest:#070709;--ink-mid:#26262e;--gold:#c3a24d;--gold-light:#d9be74;--gold-soft:#ecdfb4;--text:#131318;--bronze:#6b5b2d;--slate:#44444e;--muted:#6a6a76;--muted-2:#97979f;--on-dark:#f7f5ef;--on-dark-muted:#f7f5ef99;--on-dark-faint:#f7f5ef61;--on-dark-line:#f7f5ef1f;--verified:#2f7a4d;--line:#dedcd2;--line-soft:#eae8e0;--serif:"Fraunces", "Iowan Old Style", Palatino, Georgia, serif;--sans:"Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--container:1160px;--radius:12px;--radius-lg:18px;--shadow-card:0 1px 2px #0e0e120a, 0 14px 34px #0e0e1212;--shadow-soft:0 1px 2px #0e0e120a, 0 8px 20px #0e0e120d}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--paper-raised);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4{letter-spacing:-.015em;margin:0;font-weight:500}p{margin:0}.container{max-width:var(--container);margin-inline:auto;padding-inline:24px}.section{padding-block:clamp(64px,9vw,120px)}.section--tight{padding-block:clamp(48px,6vw,80px)}.section--ink{background:var(--ink-deep);color:var(--on-dark)}.section--muted{background:var(--paper-muted)}.section--paper{background:var(--paper-raised)}.eyebrow{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--bronze);margin:0 0 18px;font-size:12px;font-weight:500}.section--ink .eyebrow{color:var(--gold)}.display{font-family:var(--serif);letter-spacing:-.02em;text-wrap:balance;font-weight:500;line-height:1.04}.h-xl{font-size:clamp(2.4rem,6.2vw,4.1rem)}.h-lg{font-size:clamp(2rem,4.6vw,3rem)}.h-md{font-size:clamp(1.5rem,3vw,2.05rem)}.lede{color:var(--slate);max-width:34ch;font-size:clamp(1.05rem,1.7vw,1.28rem);line-height:1.5}.section--ink .lede{color:var(--on-dark-muted)}.gold-word{color:var(--gold);font-style:italic}.section-head{max-width:52ch;margin-bottom:clamp(36px,5vw,56px)}.section-head .lede{color:var(--muted);max-width:56ch;margin-top:14px}.section--ink .section-head .lede{color:var(--on-dark-muted)}.btn{border-radius:var(--radius);min-height:48px;font-family:var(--sans);letter-spacing:-.01em;border:1px solid #0000;justify-content:center;align-items:center;gap:9px;padding:0 22px;font-size:.98rem;font-weight:600;transition:transform .12s,background .18s,border-color .18s,color .18s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--gold{background:var(--gold);color:var(--ink-deep)}.btn--gold:hover{background:var(--gold-light)}.btn--ink{background:var(--ink);color:var(--on-dark)}.btn--ink:hover{background:var(--ink-mid)}.btn--ghost{color:var(--text);border-color:var(--line);background:0 0}.btn--ghost:hover{border-color:var(--ink)}.section--ink .btn--ghost,.hero .btn--ghost{color:var(--on-dark);border-color:var(--on-dark-line)}.section--ink .btn--ghost:hover,.hero .btn--ghost:hover{border-color:var(--on-dark-muted)}.btn--sm{min-height:40px;padding:0 16px;font-size:.9rem}.textlink{font-family:var(--mono);letter-spacing:.04em;color:var(--bronze);border-bottom:1px solid #0000;padding-bottom:2px;font-size:.8rem;transition:border-color .18s}.textlink:hover{border-color:currentColor}.section--ink .textlink{color:var(--gold)}.header{z-index:40;background:color-mix(in srgb, var(--ink-deep) 88%, transparent);-webkit-backdrop-filter:saturate(1.1)blur(14px);backdrop-filter:saturate(1.1)blur(14px);border-bottom:1px solid var(--on-dark-line);color:var(--on-dark);position:sticky;top:0}.header__bar{max-width:var(--container);align-items:center;gap:28px;margin-inline:auto;padding:14px 24px;display:flex}.brand{align-items:center;gap:10px;display:inline-flex}.brand__mark{width:24px;height:24px;display:block}.brand__word{font-family:var(--serif);letter-spacing:.01em;color:var(--on-dark);font-size:1.32rem;font-weight:600}.header__nav{gap:26px;margin-left:8px;display:none}.header__nav a{color:var(--on-dark-muted);font-size:.92rem;font-weight:500;transition:color .18s}.header__nav a:hover{color:var(--on-dark)}.header__actions{align-items:center;gap:12px;margin-left:auto;display:flex}.header__signin{color:var(--on-dark-muted);font-size:.92rem;font-weight:500;display:none}.header__signin:hover{color:var(--on-dark)}@media (width>=900px){.header__nav{display:flex}.header__signin{display:inline}}.hero{background:var(--ink-deep);color:var(--on-dark);border-bottom:1px solid var(--on-dark-line);position:relative;overflow:hidden}.hero__grid{max-width:var(--container);align-items:center;gap:clamp(40px,6vw,72px);margin-inline:auto;padding:clamp(56px,8vw,104px) 24px clamp(64px,9vw,116px);display:grid}.hero__title{margin-bottom:22px}.hero__lede{color:var(--on-dark-muted);max-width:46ch;font-size:clamp(1.08rem,1.7vw,1.3rem)}.hero__cta{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.hero__note{color:var(--on-dark-faint);align-items:center;gap:10px;margin-top:26px;font-size:.86rem;display:flex}.hero__note .dot{background:var(--gold);border-radius:50%;width:4px;height:4px}.hero__stage{border-radius:var(--radius-lg);aspect-ratio:4/5;border:1px solid var(--on-dark-line);background:linear-gradient(160deg,#1a1a20,#0b0b0e);position:relative;overflow:hidden}.hero__stage img{object-fit:cover;width:100%;height:100%}.hero__badge{background:color-mix(in srgb, var(--ink-deepest) 72%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--on-dark-line);font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--gold-light);border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:.72rem;display:inline-flex;position:absolute;bottom:18px;left:18px}@media (width>=900px){.hero__grid{grid-template-columns:1.1fr .9fr}}.stats{border-top:1px solid var(--on-dark-line);grid-template-columns:repeat(2,1fr);display:grid}.stat{border-right:1px solid var(--on-dark-line);border-bottom:1px solid var(--on-dark-line);padding:26px 24px}.stat__num{font-family:var(--serif);color:var(--gold-light);font-size:clamp(1.5rem,3vw,2rem)}.stat__label{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--on-dark-muted);margin-top:6px;font-size:.72rem}@media (width>=720px){.stats{grid-template-columns:repeat(4,1fr)}.stat{border-bottom:none}}.pillars{background:var(--line);border:1px solid var(--line);border-radius:var(--radius-lg);gap:1px;display:grid;overflow:hidden}.pillar{background:var(--paper);padding:32px 28px}.pillar__icon{color:var(--gold);margin-bottom:18px}.pillar__icon svg{display:block}.pillar h3{font-family:var(--serif);margin-bottom:8px;font-size:1.32rem}.pillar p{color:var(--muted);font-size:.98rem}@media (width>=640px){.pillars{grid-template-columns:repeat(2,1fr)}}@media (width>=980px){.pillars{grid-template-columns:repeat(4,1fr)}}.listings__head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:34px;display:flex}.grid-cards{grid-template-columns:repeat(1,1fr);gap:22px;display:grid}@media (width>=560px){.grid-cards{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.grid-cards{grid-template-columns:repeat(3,1fr)}}@media (width>=1140px){.grid-cards{grid-template-columns:repeat(4,1fr)}}.card{background:var(--paper);border:1px solid var(--line-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);flex-direction:column;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.card:hover{box-shadow:var(--shadow-card);transform:translateY(-3px)}.card__photo{aspect-ratio:1;background:var(--ink);position:relative}.card__photo img{object-fit:cover;width:100%;height:100%}.card__tag{background:color-mix(in srgb, var(--ink-deepest) 70%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--gold-light);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;border:1px solid #d9be7459;border-radius:999px;align-items:center;gap:6px;padding:6px 11px;font-size:.66rem;display:inline-flex;position:absolute;top:12px;left:12px}.card__body{flex-direction:column;flex:1;gap:4px;padding:16px 16px 18px;display:flex}.card__brand{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);font-size:.68rem}.card__model{font-family:var(--serif);color:var(--text);font-size:1.14rem;line-height:1.15}.card__specs{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.gtag{background:var(--ink);color:var(--on-dark);font-family:var(--mono);letter-spacing:.03em;border-radius:7px;align-items:center;gap:5px;padding:4px 9px;font-size:.7rem;display:inline-flex}.gtag--soft{background:var(--paper-muted);color:var(--bronze)}.card__foot{justify-content:space-between;align-items:baseline;margin-top:auto;padding-top:14px;display:flex}.card__price{font-family:var(--serif);color:var(--bronze);font-size:1.28rem;font-weight:600}.card__seller{color:var(--muted);align-items:center;gap:5px;font-size:.78rem;display:inline-flex}.card__seller .star{color:var(--gold)}.listings__empty{border:1px dashed var(--line);border-radius:var(--radius-lg);text-align:center;color:var(--muted);padding:56px 24px}.listings__empty .mark{color:var(--gold);margin-bottom:14px;display:inline-flex}.card--skel .card__photo{background:linear-gradient(100deg,#ececec 30%,#f4f4f4 50%,#ececec 70%) 0 0/200% 100%;animation:1.3s infinite shimmer}.skel-line{background:var(--paper-muted-2);border-radius:4px;height:12px;margin-top:8px}.skel-line.w60{width:60%}.skel-line.w40{width:40%}@keyframes shimmer{to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.card--skel .card__photo{animation:none}}.steps{counter-reset:step;gap:24px;display:grid}@media (width>=760px){.steps{background:var(--on-dark-line);border:1px solid var(--on-dark-line);border-radius:var(--radius-lg);grid-template-columns:repeat(2,1fr);gap:1px;overflow:hidden}}.step{background:var(--ink-deep);padding:30px 28px;position:relative}.step__n{font-family:var(--mono);color:var(--gold);letter-spacing:.1em;font-size:.8rem}.step h3{font-family:var(--serif);color:var(--on-dark);margin:12px 0 8px;font-size:1.34rem}.step p{color:var(--on-dark-muted);font-size:.98rem}.steps--light .step{background:var(--paper)}.steps--light{background:var(--line);border-color:var(--line)}.steps--light .step h3{color:var(--text)}.steps--light .step p{color:var(--muted)}.steps--light .step__n{color:var(--bronze)}.grades{gap:14px;display:grid}.grade-row{border-top:1px solid var(--line);grid-template-columns:62px 1fr;align-items:start;gap:20px;padding:20px 0;display:grid}.grade-row:first-child{border-top:none}.grade-code{font-family:var(--mono);color:var(--ink);background:var(--paper-muted);text-align:center;border-radius:9px;padding:10px 0;font-size:1.05rem;font-weight:600}.grade-code--top{background:var(--ink);color:var(--gold-light)}.grade-name{font-family:var(--serif);font-size:1.18rem}.grade-blurb{color:var(--muted);max-width:60ch;margin-top:3px;font-size:.96rem}.split{align-items:center;gap:clamp(36px,5vw,64px);display:grid}@media (width>=900px){.split{grid-template-columns:1fr 1fr}.split--rev .split__media{order:2}}.split__media{border-radius:var(--radius-lg);aspect-ratio:5/4;background:var(--ink);border:1px solid var(--on-dark-line);overflow:hidden}.split__media img{object-fit:cover;width:100%;height:100%}.checklist{gap:14px;margin-top:26px;display:grid}.checklist li{align-items:flex-start;gap:12px;list-style:none;display:flex}.checklist .ic{color:var(--gold);flex:none;margin-top:2px}.checklist span{color:var(--muted);font-size:.99rem}.section--ink .checklist span{color:var(--on-dark-muted)}.checklist strong{color:var(--text);font-weight:600}.section--ink .checklist strong{color:var(--on-dark)}ul{margin:0;padding:0}.cta-band{background:var(--ink-deep);color:var(--on-dark);border-radius:var(--radius-lg);text-align:center;padding:clamp(40px,6vw,72px)}.cta-band .eyebrow{color:var(--gold)}.form{flex-wrap:wrap;gap:10px;max-width:460px;margin:30px auto 0;display:flex}.form input{border-radius:var(--radius);border:1px solid var(--on-dark-line);background:color-mix(in srgb, var(--ink) 70%, transparent);min-width:220px;height:52px;color:var(--on-dark);font-family:var(--sans);outline:none;flex:1;padding:0 18px;font-size:1rem;transition:border-color .18s}.form input::placeholder{color:var(--on-dark-faint)}.form input:focus{border-color:var(--gold)}.form .btn{flex:none}.form__msg{color:var(--on-dark-muted);min-height:1.2em;margin-top:16px;font-size:.92rem}.form__msg.is-ok{color:var(--gold-light)}.form__fine{color:var(--on-dark-faint);margin-top:14px;font-size:.8rem}.footer{background:var(--ink-deepest);color:var(--on-dark-muted);padding:56px 0 40px}.footer__grid{grid-template-columns:1fr;gap:34px;display:grid}@media (width>=760px){.footer__grid{grid-template-columns:1.4fr 1fr 1fr}}.footer__brand .brand__word{color:var(--on-dark)}.footer__tag{max-width:34ch;color:var(--on-dark-faint);margin-top:14px;font-size:.92rem}.footer h4{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--on-dark-faint);margin-bottom:14px;font-size:.72rem}.footer__links{gap:10px;display:grid}.footer__links a{color:var(--on-dark-muted);font-size:.94rem;transition:color .18s}.footer__links a:hover{color:var(--gold-light)}.footer__base{max-width:var(--container);margin-inline:auto;border-top:1px solid var(--on-dark-line);color:var(--on-dark-faint);flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:44px;padding:30px 24px 0;font-size:.82rem;display:flex}
