@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#101111;--surface:#171919;--line:#303232;--text:#f1f2eb;--muted:#999e9b;--yellow:#f7c900}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,select:focus-visible,#stage:focus-visible{outline:2px solid var(--yellow);outline-offset:5px}header{max-width:1440px;margin:auto;height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-weight:700;font-size:29px;letter-spacing:-1.5px}.brand span{color:var(--yellow)}.brand i{font-size:12px;font-style:normal;vertical-align:top;margin-left:4px;letter-spacing:0}nav{display:flex;align-items:center;gap:44px;font-size:14px}.count{color:var(--muted);font-size:12px;margin-left:5px}.store-link{border:1px solid #494b42;border-radius:5px;padding:12px 18px}.store-link span{margin-left:26px;color:var(--yellow)}main{max-width:1440px;margin:auto}.showroom{padding:54px 5% 0}.hero-intro{display:flex;justify-content:space-between;align-items:flex-end}.eyebrow{font-size:12px;font-weight:600;letter-spacing:1.8px;margin:0 0 20px;color:var(--muted)}.tiny-square{display:inline-block;height:7px;width:7px;background:var(--yellow);margin-right:9px}.hero-intro h1{font-size:clamp(48px,6.6vw,94px);line-height:1.01;font-weight:500;letter-spacing:-5px;margin:0}.hero-intro em{color:var(--yellow);font-style:normal}.intro-copy{padding-bottom:8px}.intro-copy p{color:#a9adaa;font-size:16px;line-height:1.65;margin:0 0 24px}.text-link{font-size:14px}.text-link span{margin-left:35px;color:var(--yellow)}.stage-wrap{position:relative;margin-top:30px;background:radial-gradient(ellipse at 50% 62%,#38332d70,transparent 60%);border-bottom:1px solid var(--line)}.stage-label{position:absolute;left:0;right:0;top:15px;display:flex;justify-content:space-between;pointer-events:none;font-size:12px;letter-spacing:1.3px;color:#737b75}#stage{width:100%;height:375px;touch-action:pan-y;cursor:grab;position:relative}#stage:active{cursor:grabbing}#stage canvas{display:block;width:100%;height:100%}.stage-tools{display:flex;align-items:center;justify-content:space-between;padding:0 0 17px;color:var(--muted);font-size:12px}.subtle-button{border:0;background:none;color:#b9bdb5;font-size:12px;padding:8px}.selection{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:25px 0 12px}.selection .eyebrow{font-size:12px;margin-bottom:8px;color:var(--yellow)}.selection h2{font-size:22px;letter-spacing:-.5px;font-weight:500;margin:0 0 8px}.selection p{color:var(--muted);font-size:14px;margin:0}.selection-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:flex-end}select{background:transparent;border:1px solid var(--line);border-radius:5px;padding:12px;color:var(--text);max-width:220px;font-size:14px}select option{background:var(--surface)}.step-controls{display:flex;gap:14px;align-items:center;font-size:12px;color:var(--muted)}.step-controls button{background:transparent;border:1px solid var(--line);color:var(--text);width:36px;height:36px;border-radius:50%;font-size:18px}.step-controls button:hover{border-color:var(--yellow)}.yellow-button{display:inline-flex;justify-content:space-between;align-items:center;gap:24px;padding:16px 23px;border-radius:5px;background:var(--yellow);color:#17190d;font-size:14px;font-weight:600;transition:background .2s,transform .2s}.yellow-button:hover{background:#ffdc4d;transform:translateY(-2px)}.preview-note{font-size:12px;color:#737c74;margin:12px 0 0}.collection{padding:105px 5% 80px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}.section-heading h2,.closing h2{font-size:54px;line-height:1.08;letter-spacing:-2px;margin:0;font-weight:500}.section-heading p:not(.eyebrow){font-size:16px;line-height:1.7;margin:0 0 3px;color:#d5d8d2}.section-heading p span{color:var(--muted);font-size:14px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 22px}.card{min-width:0}.card-visual{display:block;position:relative;width:100%;padding:44px 20px;background:linear-gradient(135deg,#242823,#181c19);border:1px solid #32382f;border-radius:7px;transition:border-color .2s,background .2s}.card:nth-child(3n+2) .card-visual{background:linear-gradient(135deg,#252621,#1b1c18)}.card:nth-child(3n) .card-visual{background:linear-gradient(135deg,#23282a,#191c1d)}.card-visual:hover{border-color:var(--yellow)}.card .screen-crop{border-radius:4px;box-shadow:0 14px 23px #0008;outline:5px solid #121411;border:1px solid #5b5f52;transition:transform .3s}.card-visual:hover .screen-crop{transform:translateY(-5px)}.screen-crop{position:relative;aspect-ratio:3.52;overflow:hidden;background:#050705}.screen-crop img{position:absolute;width:112.5%;max-width:none;height:auto;left:-6.25%;top:-79.8%}.card-preview-label{display:flex;justify-content:space-between;color:#939b8c;font-size:12px;position:absolute;left:15px;right:15px;bottom:12px}.card-visual:hover .card-preview-label{color:var(--yellow)}.card-body{padding:18px 0 0}.card-meta{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted);margin-bottom:8px}.card-price{color:#d9decf;font-size:14px}.card h3{font-size:20px;font-weight:500;margin:0;letter-spacing:-.5px}.card h3 a:hover{color:var(--yellow)}.card-description{font-size:14px;line-height:1.5;color:var(--muted);margin:9px 0 0}.closing{margin:0 5%;padding:58px 0 65px;border-top:1px solid var(--line);position:relative}.closing h2{font-size:64px}.closing .yellow-button{position:absolute;right:0;bottom:76px}.closing .eyebrow{color:var(--yellow)}footer{max-width:1440px;margin:auto;padding:32px 5%;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:24px}footer p{font-size:12px;color:var(--muted)}footer>a:last-child{font-size:14px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.fallback{position:absolute;top:28%;left:10%;width:80%;border:10px solid #272a23;border-radius:9px;box-shadow:0 20px 60px #000}.fallback[hidden]{display:none}@media(min-width:1500px){#stage{height:420px}}@media(max-width:1000px){.hero-intro h1{letter-spacing:-3px}.selection-actions{gap:12px}select{max-width:180px}.selection{align-items:flex-start}.step-controls{order:3}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intro-copy{max-width:220px}#stage{height:330px}}@media(max-width:650px){header{height:76px}.brand{font-size:25px}nav{gap:18px}nav>a:first-child{display:none}.store-link{padding:10px 12px}.showroom{padding-top:36px}.hero-intro{display:block}.hero-intro h1{font-size:54px;letter-spacing:-2.8px}.hero-intro .eyebrow{font-size:12px;letter-spacing:1px}.intro-copy{margin-top:22px;max-width:none;display:flex;justify-content:space-between;align-items:flex-end}.intro-copy p{font-size:14px;line-height:1.6;margin:0}.intro-copy p br:last-child{display:none}.text-link{font-size:12px;max-width:100px;line-height:1.5}.text-link span{margin-left:10px}.stage-wrap{margin-top:24px}.stage-label{font-size:12px;letter-spacing:.5px}#stage{height:220px}.stage-tools{font-size:12px}.subtle-button{font-size:12px}.selection{display:block;padding-top:20px}.selection h2{font-size:22px}.selection-actions{margin-top:20px;justify-content:space-between;gap:14px}select{max-width:calc(100% - 130px);width:calc(100% - 130px)}.step-controls{order:0;gap:9px}.selection .yellow-button{width:100%}.preview-note{font-size:12px;line-height:1.5}.collection{padding-top:66px}.section-heading{display:block;margin-bottom:30px}.section-heading h2{font-size:42px}.section-heading p:not(.eyebrow){margin-top:20px;font-size:14px}.grid{grid-template-columns:1fr;gap:29px}.card-visual{padding:47px 23px}.card h3{font-size:22px}.closing{padding:40px 0}.closing h2{font-size:45px}.closing .yellow-button{position:static;margin-top:30px}footer{flex-wrap:wrap;gap:20px}footer p{order:3;width:100%;margin:0}footer>a:last-child{margin-left:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

@media(max-width:650px){.stage-label{gap:16px}.stage-label span:last-child{text-align:right}.selection-actions select{width:100%;max-width:none}.selection-actions .step-controls{width:100%;justify-content:center}}

header .brand-logo{display:inline-flex;align-items:center;flex-shrink:0}header .brand-logo img{display:block;width:64px;height:64px;object-fit:contain}@media(max-width:650px){header .brand-logo img{width:52px;height:52px}}
