:root{--bg: #0d1217;--surface: #141b22;--surface-strong: #1f2831;--surface-soft: #111820;--border: #33414d;--border-strong: #475765;--text: #e6eaee;--text-muted: #8b97a3;--text-soft: #c3ccd5;--accent: #ff6600;--accent-hover: #ff7a1a;--header-h: 61px;--nav-h: 66px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}img{max-width:100%}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;padding:18px 48px;background:#0d1217eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--border)}.logo{font-size:20px;font-weight:700;letter-spacing:-.02em}.logo span{color:var(--accent)}.hero{position:relative;height:600px;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.42)}.hero-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:170px 48px 0}.eyebrow{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:18px}.hero h1{font-size:52px;line-height:1.08;font-weight:700;max-width:700px;margin:0 0 20px}.hero p{font-size:19px;color:var(--text);max-width:600px;margin:0}.site-nav{position:sticky;top:var(--header-h);z-index:15;display:flex;justify-content:center;gap:44px;font-size:16px;font-weight:600;letter-spacing:.02em;padding:22px 48px;background:var(--surface);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid var(--border-strong);border-bottom:1px solid var(--border-strong)}section[id]{scroll-margin-top:calc(var(--header-h) + var(--nav-h))}.section-title{font-size:32px;margin:0 0 8px}.section-lede{color:var(--text);font-size:16px;margin:0 0 48px}.section-lede.narrow{max-width:640px}.body-copy{font-size:16px;line-height:1.65;color:var(--text);margin:0 0 14px}.body-copy:last-child{margin-bottom:0}.accent-head{font-size:22px;margin:0 0 14px;color:var(--accent)}.spacer-40{height:40px}.step-num{font-size:20px;color:var(--accent);font-weight:700;margin-bottom:10px}.step-num-lg{font-size:22px;margin-bottom:12px}.gallery-inner{max-width:1600px;margin:0 auto;padding:88px 48px}.gallery .section-title{margin:0 0 40px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:420px;gap:20px}.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:4px;border:1px solid var(--border)}.gallery-grid .g-feature{grid-column:span 2;grid-row:span 2}.gallery-grid .g-wide{grid-column:span 2}.components{max-width:1200px;margin:0 auto;padding:96px 48px 72px}.components-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.components-media{display:flex;flex-direction:column;gap:16px}.framed{margin:0;border:1px solid var(--border);border-radius:4px;overflow:hidden}.framed img{width:100%;display:block}.framed .fixed-280{height:280px;object-fit:cover}.caption{font-size:13px;color:var(--text);margin:-6px 0 0}.mounting{max-width:1200px;margin:0 auto;padding:96px 48px 0}.mounting-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.card{background:var(--surface);border:1px solid var(--border);border-radius:4px;overflow:hidden}.card>img{width:100%;display:block}.card>img.fixed-300{height:300px;object-fit:cover}.card-body{padding:24px 28px}.step-title{font-size:19px;margin:0 0 8px}.card-body p{font-size:15px;line-height:1.6;color:var(--text);margin:0}.card-lead{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr}.card-lead>img{height:100%;min-height:340px;object-fit:cover}.card-lead-body{padding:36px 40px;align-self:center}.step-title-lg{font-size:22px;margin:0 0 16px}.need-list{font-size:16px;line-height:1.6;color:var(--text);margin:0;padding-left:22px;display:flex;flex-direction:column;gap:10px}.screws{max-width:1200px;margin:0 auto;padding:96px 48px 0}.screw-panel{display:grid;grid-template-columns:300px 1fr;gap:48px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:32px}.screw-figure{background:#fff;border-radius:4px;overflow:hidden}.screw-figure img{width:100%;display:block}.screw-title{font-size:22px;margin:0 0 6px}.screw-copy{font-size:16px;line-height:1.6;color:var(--text);margin:0 0 24px}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 32px;font-size:14px;margin:0}.spec-grid dt{color:var(--text);margin-bottom:4px}.spec-grid dd{margin:0}.assembly{max-width:1200px;margin:0 auto;padding:96px 48px}.assembly-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--border)}.assembly-list li{display:grid;grid-template-columns:64px 220px 1fr;gap:32px;padding:28px 0;border-bottom:1px solid var(--border);align-items:baseline}.assembly-list .step-num{font-size:15px;margin-bottom:0}.assembly-list h3{font-size:18px;margin:0}.assembly-list p{font-size:15px;line-height:1.6;color:var(--text);margin:0}.info{background:var(--surface-soft);border-top:1px solid var(--border)}.info-inner{max-width:1200px;margin:0 auto;padding:80px 48px;display:flex;flex-direction:column;gap:16px;align-items:flex-start}.info-inner p{font-size:17px;line-height:1.6;color:var(--text);margin:0;max-width:560px}.info-mail{font-size:26px;font-weight:600}.site-footer{border-top:1px solid var(--border);padding:32px 48px;color:var(--text);font-size:13px}.site-footer span{color:var(--accent)}@media(max-width:1100px){.components-grid{grid-template-columns:1fr;gap:40px}.screw-panel{grid-template-columns:220px 1fr;gap:32px}.assembly-list li{grid-template-columns:48px 180px 1fr;gap:24px}}@media(max-width:900px){.site-header,.site-nav,.site-footer{padding-left:28px;padding-right:28px}.hero{height:520px}.hero-inner{padding:130px 28px 0}.hero h1{font-size:38px}.hero p{font-size:17px}.site-nav{gap:24px;font-size:15px;overflow-x:auto;justify-content:flex-start;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav a{white-space:nowrap}.gallery-inner{padding:64px 28px}.components,.mounting,.screws,.assembly{padding-left:28px;padding-right:28px}.info-inner{padding:64px 28px}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:300px}.gallery-grid .g-feature{grid-column:span 2;grid-row:span 2}.gallery-grid .g-wide{grid-column:span 2}.mounting-grid{grid-template-columns:1fr}.card-lead{grid-column:span 1;grid-template-columns:1fr}.card-lead>img{min-height:260px;height:260px}.card-lead-body{padding:28px}.screw-panel{grid-template-columns:1fr}.screw-figure{max-width:300px}.spec-grid{grid-template-columns:repeat(2,1fr)}.assembly-list li{grid-template-columns:40px 1fr;row-gap:8px}.assembly-list p{grid-column:2}}@media(max-width:600px){.hero{height:460px}.hero-inner{padding:110px 20px 0}.hero h1{font-size:30px}.section-title{font-size:26px}.site-header,.site-nav,.site-footer,.gallery-inner,.components,.mounting,.screws,.assembly{padding-left:20px;padding-right:20px}.info-inner{padding:56px 20px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}.gallery-grid .g-feature{grid-column:span 1;grid-row:span 1}.gallery-grid .g-wide{grid-column:span 1}.spec-grid{grid-template-columns:1fr 1fr}.info-mail{font-size:21px}}
