
:root{--ink:#15201e;--paper:#f1efe7;--line:#d6d3c8;--acid:#d9ff68;--muted:#66706d;--dark:#173e38;--accent:#c84f32}*{box-sizing:border-box}html{background:var(--paper)}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif}button{font:inherit}main{min-height:100vh}.hero{padding:0 max(28px,calc((100vw - 1440px)/2));background:var(--dark);color:#f5f4ed}.navline{height:70px;display:flex;align-items:center;gap:14px;border-bottom:1px solid rgba(255,255,255,.17);font-size:10px;font-weight:800;letter-spacing:.16em}.navline .mark{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--acid);color:var(--dark);font-family:Georgia,serif;font-size:16px}.navline .index{margin-left:auto;color:#a9b9b5}.hero-copy{padding:76px 0 66px;display:grid;grid-template-columns:210px minmax(440px,760px) minmax(240px,420px);align-items:start;gap:30px}.kicker{margin:13px 0 0;color:var(--acid);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(55px,6vw,92px);font-weight:400;line-height:.92;letter-spacing:-.045em}.hero h1 em{color:#b9cbc6;font-weight:400}.lede{margin:10px 0 0;color:#b9c3c0;font-size:16px;line-height:1.7}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.17)}.hero-stats div{padding:24px 0 28px;border-right:1px solid rgba(255,255,255,.17)}.hero-stats div+div{padding-left:32px}.hero-stats strong{display:block;font-family:Georgia,serif;color:var(--acid);font-size:30px;font-weight:400}.hero-stats span{display:block;margin-top:4px;color:#a9b9b5;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.gallery-section{width:min(1440px,calc(100% - 56px));margin:0 auto;padding:34px 0 72px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:36px;padding-bottom:28px;border-bottom:1px solid var(--line)}.section-title{display:flex;flex-direction:column;gap:5px}.section-title span{color:var(--accent);font-size:10px;font-weight:900;letter-spacing:.14em}.section-title strong{font-family:Georgia,serif;font-size:24px;font-weight:400}.controls,.speed{display:flex;align-items:center;gap:6px}.speed>span{margin:0 7px 0 12px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.controls>button,.speed button{border:1px solid var(--line);background:transparent;color:var(--muted);padding:9px 14px;cursor:pointer}.controls>button{color:var(--ink);min-width:112px}.speed button.active{background:var(--dark);border-color:var(--dark);color:white}.comparison-list{display:flex;flex-direction:column;gap:42px}.comparison{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px}.comparison-head{padding:16px 0;border-top:2px solid var(--ink)}.comparison-head>span{color:var(--accent);font-size:10px;font-weight:900;letter-spacing:.14em}.comparison-head h2{margin:28px 0 2px;font-family:Georgia,serif;font-size:34px;font-weight:400}.comparison-head p{margin:0;color:var(--muted);font-size:13px}.pair-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.model-card{border:1px solid var(--line);background:#faf9f4;min-width:0}.model-card.featured{border-color:var(--accent);box-shadow:inset 0 3px 0 var(--accent)}.card-top{height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid rgba(0,0,0,.08);font-size:12px;font-weight:800;letter-spacing:.05em}.proposed{color:var(--accent);font-size:9px;letter-spacing:.14em}.viewer-wrap{position:relative;height:420px;background:#dde4da;overflow:hidden}.model-card.clay .viewer-wrap{background:#eaded2}.model-card.slate .viewer-wrap{background:#dce1e3}.model-card.amber .viewer-wrap{background:#e9e1c8}.model-card.rose .viewer-wrap{background:#eadadc}.model-card.cyan .viewer-wrap{background:#d9e7e5}model-viewer{width:100%;height:100%;--poster-color:transparent}.orbit-hint{position:absolute;left:12px;bottom:10px;padding:6px 8px;background:rgba(250,249,244,.84);backdrop-filter:blur(5px);color:#53615e;font-size:9px;letter-spacing:.06em;pointer-events:none}footer{width:min(1440px,calc(100% - 56px));margin:0 auto;padding:24px 0 40px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}@media(max-width:1050px){.hero-copy{grid-template-columns:1fr}.kicker{margin:0}.lede{max-width:620px}.comparison{grid-template-columns:1fr}.comparison-head{display:flex;align-items:end;justify-content:space-between}.comparison-head h2{margin:12px 0 2px}.viewer-wrap{height:360px}}@media(max-width:720px){.hero{padding-inline:20px}.hero-copy{padding:48px 0}.hero h1{font-size:52px}.hero-stats div+div{padding-left:14px}.gallery-section,footer{width:calc(100% - 28px)}.toolbar{align-items:flex-start;flex-direction:column}.controls{width:100%;justify-content:space-between}.pair-grid{grid-template-columns:1fr}.viewer-wrap{height:330px}footer{gap:9px;flex-direction:column}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}