:root{--bg:#0b0d10;--panel:#15181d;--text:#f4f6f8;--muted:#a6adb7;--line:#2b3038;--accent:#e3212d;--silver:#c9cbd0;--white:#fff;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif}.site-header{position:sticky;top:0;z-index:50;height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - var(--max))/2));background:rgba(11,13,16,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.brand img{width:154px;height:56px;object-fit:contain;background:white;border-radius:50%}.main-nav{display:flex;align-items:center;gap:30px}.main-nav a{color:#d9dde3;text-decoration:none;font-size:14px;font-weight:600}.main-nav a:hover{color:white}.nav-cta{border:1px solid #454b54;padding:11px 17px;border-radius:2px}.menu-toggle{display:none;background:none;border:0;color:white;font-size:25px}.hero{min-height:720px;display:grid;grid-template-columns:1.02fr .98fr;max-width:var(--max);margin:auto;padding:80px 24px 50px;align-items:center;overflow:hidden}.eyebrow{display:block;color:#e44a53;font:700 14px/1 'Barlow Condensed';letter-spacing:.18em;margin-bottom:18px}.hero h1,.section h2,.feature-copy h2,.brand-story h2,.contact-section h2{font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;letter-spacing:-.02em}.hero h1{font-size:clamp(58px,7vw,100px);line-height:.86;margin:0;max-width:730px}.hero-copy>p{font-size:19px;line-height:1.7;color:var(--muted);max-width:620px}.hero-actions{display:flex;gap:13px;margin:30px 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:0 24px;border-radius:2px;text-decoration:none;font-weight:700;border:1px solid transparent;cursor:pointer}.btn.primary{background:var(--accent);color:white}.btn.ghost{border-color:#4b515b;color:white;background:transparent}.hero-points{display:flex;gap:30px;color:#ccd1d8;font-size:13px}.hero-points span:before{content:'✓';color:var(--accent);margin-right:8px}.hero-visual{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center}.hero-visual img{width:min(680px,115%);position:relative;z-index:2;filter:drop-shadow(0 30px 50px #000)}.hero-ring{position:absolute;width:540px;height:540px;border:70px solid #171a1f;border-radius:50%;box-shadow:inset 0 0 0 1px #2c3037}.category-strip{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--max);margin:auto;border:1px solid var(--line)}.category-card{background:#111419;color:white;text-align:left;border:0;border-right:1px solid var(--line);padding:28px;cursor:pointer}.category-card:last-child{border-right:0}.category-card small{color:#707985;display:block}.category-card strong{display:block;font:700 27px 'Barlow Condensed';text-transform:uppercase;margin:10px 0 2px}.category-card span{color:#8f97a2;font-size:13px}.category-card.active,.category-card:hover{background:#1b1f25}.category-card.active strong{color:#ef414b}.section{max-width:var(--max);margin:auto;padding:110px 24px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:42px}.section-heading h2,.feature-copy h2,.brand-story h2,.contact-section h2{font-size:clamp(42px,5vw,68px);line-height:.95;margin:0}.section-heading>p{max-width:470px;color:var(--muted);line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#12151a;border:1px solid var(--line);transition:.3s}.product-card:hover{transform:translateY(-5px);border-color:#505864}.product-card.hidden{display:none}.product-image{height:370px;background:#f4f4f4;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;transition:.4s}.product-card:hover .product-image img{transform:scale(1.04)}.badge{position:absolute;z-index:2;left:16px;top:16px;background:#111;color:#fff;padding:8px 11px;text-transform:uppercase;font:700 12px 'Barlow Condensed';letter-spacing:.1em}.product-info{padding:25px}.model-code{color:#e54b54;font-size:12px;font-weight:800;letter-spacing:.15em;margin:0}.product-info h3{font:700 32px 'Barlow Condensed';text-transform:uppercase;margin:2px 0 13px}.product-info>p{color:#9fa6af;font-size:14px;line-height:1.6;min-height:46px}.swatches{display:flex;gap:8px;margin:20px 0}.swatch{width:16px;height:16px;border-radius:50%;border:1px solid #888}.swatch.matte{background:#202124}.swatch.blue{background:linear-gradient(135deg,#fff 48%,#175ddd 50%)}.swatch.red{background:linear-gradient(135deg,#111 48%,#e0262d 50%)}.swatch.gray{background:#5c6064}.swatch.white{background:#fff}.swatch.blackred{background:linear-gradient(135deg,#111 48%,#c71f2d 50%)}.text-btn{border:0;background:none;color:#fff;padding:0;font-weight:700;cursor:pointer}.feature-banner{max-width:var(--max);margin:20px auto 0;display:grid;grid-template-columns:1fr 1fr;background:#e8eaed;color:#111}.feature-image{min-height:640px;background:#fff}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-copy{padding:70px}.feature-copy p{color:#515761;line-height:1.8}.feature-list{margin-top:38px}.feature-list div{display:flex;gap:18px;padding:20px 0;border-top:1px solid #c6c9cd}.feature-list b{color:#d61f2a}.feature-list strong,.feature-list small{display:block}.feature-list small{color:#6a7078;margin-top:4px}.size-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:26px}.measure-card{border:1px solid var(--line);padding:42px;background:#111419}.measure-card p{color:var(--muted);line-height:1.7}.head-icon{height:130px;display:flex;align-items:center}.head-icon span{width:90px;height:110px;border:8px solid #cfd3d8;border-left-color:transparent;border-radius:45% 50% 48% 43%;position:relative}.head-icon span:after{content:'';position:absolute;left:-35px;top:33px;width:90px;border-top:4px dashed var(--accent)}.btn.dark{margin-top:12px}.size-table{border:1px solid var(--line)}.size-row{display:grid;grid-template-columns:1fr 1fr;padding:19px 28px;border-bottom:1px solid var(--line);font-size:16px}.size-row:last-child{border-bottom:0}.size-row.header{background:#20242b;color:#9ca4af;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.size-row span:last-child{text-align:right}.brand-story{max-width:var(--max);margin:20px auto 110px;display:grid;grid-template-columns:1fr 1fr;align-items:center;background:#12151a;border:1px solid var(--line)}.story-copy{padding:70px}.story-copy>p{color:var(--muted);line-height:1.8}.brand-story>img{width:100%;height:100%;min-height:480px;object-fit:cover}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:35px}.stats div{border-top:1px solid #3a4049;padding-top:17px}.stats strong{font:700 28px 'Barlow Condensed';display:block}.stats span{color:#8f97a2;font-size:11px}.contact-section{max-width:var(--max);margin:auto;padding:90px 24px 120px;display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.contact-section p{color:var(--muted);line-height:1.7}.contact-section form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-section label{font-size:12px;color:#9fa6af}.contact-section input,.contact-section select,.contact-section textarea{width:100%;margin-top:7px;background:#15181d;border:1px solid #343a43;color:white;padding:14px;font:inherit}.contact-section label:nth-child(4){grid-column:1/-1}.contact-section button,.form-status{grid-column:1/-1}.form-status{min-height:20px;color:#63d08b}footer{border-top:1px solid var(--line);max-width:var(--max);margin:auto;padding:40px 24px;display:flex;align-items:center;justify-content:space-between;color:#8f97a2;font-size:12px}footer img{width:120px;background:#fff;border-radius:50%}footer a{color:white;text-decoration:none}.modal{width:min(920px,92vw);border:1px solid #444b55;background:#111419;color:white;padding:0;box-shadow:0 25px 70px #000}.modal::backdrop{background:rgba(0,0,0,.8)}.modal-close{position:absolute;right:12px;top:10px;width:38px;height:38px;border:0;border-radius:50%;font-size:25px;background:#242930;color:white;z-index:3}.modal-content{display:grid;grid-template-columns:1fr 1fr}.modal-photo{background:#fff;min-height:520px}.modal-photo img{width:100%;height:100%;object-fit:contain}.modal-copy{padding:55px}.modal-copy h2{font:700 50px 'Barlow Condensed';margin:0;text-transform:uppercase}.modal-copy p,.modal-copy li{color:#a8afb8;line-height:1.7}.modal-copy ul{padding-left:18px}.variant-list{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.variant-list span{border:1px solid #3d444e;padding:8px 10px;font-size:12px}.image-modal{padding:50px 20px 20px}.image-modal img{max-width:100%;display:block;margin:auto}@media(max-width:900px){.main-nav{position:absolute;top:82px;left:0;right:0;background:#111419;display:none;flex-direction:column;align-items:flex-start;padding:25px}.main-nav.open{display:flex}.menu-toggle{display:block}.hero{grid-template-columns:1fr;padding-top:55px}.hero-visual{min-height:410px}.hero-ring{width:360px;height:360px;border-width:45px}.category-strip{grid-template-columns:1fr 1fr;margin:0 20px}.product-grid{grid-template-columns:1fr}.product-image{height:420px}.feature-banner,.brand-story,.contact-section{grid-template-columns:1fr;margin-left:20px;margin-right:20px}.feature-copy,.story-copy{padding:42px 28px}.size-layout{grid-template-columns:1fr}.section-heading{display:block}.section-heading>p{margin-top:18px}.modal-content{grid-template-columns:1fr}.modal-photo{min-height:330px}.contact-section form{grid-template-columns:1fr}.contact-section label:nth-child(4){grid-column:auto}.contact-section button,.form-status{grid-column:auto}footer{flex-direction:column;align-items:flex-start;gap:20px}}@media(max-width:560px){.hero h1{font-size:58px}.hero-points{flex-direction:column;gap:9px}.category-strip{grid-template-columns:1fr}.category-card{border-right:0;border-bottom:1px solid var(--line)}.section{padding:80px 20px}.product-image{height:330px}.feature-image{min-height:400px}.stats{grid-template-columns:1fr}.contact-section{gap:40px}.modal-copy{padding:38px 24px}.modal-copy h2{font-size:40px}}

.modal-actions{display:flex;flex-direction:column;gap:10px;margin-top:24px}.contact-section>div>.btn{margin-top:12px}
