:root{--bg:#060607;--surface:#111216;--surface2:#191a1f;--text:#f5f5f5;--muted:#a8aab1;--red:#ed1c24;--border:#2b2d33;--gold:#c8a96a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,sans-serif;overflow-x:clip}body.lock{overflow:hidden}img{display:block;width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}h1,h2,h3{font-family:Sora,sans-serif;line-height:1.06;margin:0}p{line-height:1.65}.wrap{width:min(1280px,100%);margin:auto;padding-inline:24px}.section{padding-block:96px}.red{color:var(--red)}.muted{color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:12px 24px;border:1px solid var(--border);border-radius:8px;font:700 13px Sora;text-transform:uppercase;transition:.3s cubic-bezier(.22,1,.36,1)}.btn:hover{transform:translateY(-2px);border-color:var(--red)}.btn.red{background:var(--red);border-color:var(--red);color:white}.btn svg{width:19px;stroke-width:1.5}.reveal{opacity:0;transform:translateY(24px);transition:.8s cubic-bezier(.22,1,.36,1)}.reveal.in{opacity:1;transform:none}
.site-head{position:sticky;top:0;z-index:50;background:rgba(6,6,7,.9);border-bottom:1px solid var(--border);backdrop-filter:blur(16px)}.head{height:96px;display:flex;align-items:center;gap:28px}.logo{width:210px;align-self:stretch;overflow:hidden}.logo img{height:100%;object-fit:cover}.nav{display:flex;gap:22px;margin-left:auto}.nav a{font:600 12px Sora}.nav a:hover,.nav a.active{color:var(--red)}.head-actions{display:flex;align-items:center;gap:12px}.phone{display:flex;gap:8px;align-items:center;font-weight:600}.phone svg{width:19px}.menu{display:none;width:48px;height:48px;border:0;border-radius:8px;background:var(--red);color:white}
.page-hero{position:relative;min-height:680px;display:flex;align-items:end;overflow:hidden}.page-hero>img{position:absolute;inset:0;height:100%;object-fit:cover}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,6,7,.97),rgba(6,6,7,.7) 48%,rgba(6,6,7,.12)),linear-gradient(0deg,rgba(6,6,7,.75),transparent 55%)}.hero-copy{position:relative;z-index:2;max-width:780px;padding:160px 0 80px}.hero-copy h1{font-size:clamp(48px,5.5vw,80px);letter-spacing:-.055em}.hero-copy p{max-width:650px;margin:24px 0 0;color:#d2d3d7;font-size:18px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.crumb{margin-bottom:20px;color:var(--red);font:600 12px Sora;text-transform:uppercase;letter-spacing:.12em}
.intro{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.intro h2,.section-title{font-size:clamp(38px,4vw,62px);letter-spacing:-.045em}.intro-copy p{color:var(--muted);font-size:17px}.intro-media{position:relative;aspect-ratio:4/3;overflow:hidden;border:1px solid var(--border)}.intro-media img{height:100%;object-fit:cover}.intro-media:before{content:"";position:absolute;z-index:2;left:0;top:0;width:96px;height:8px;background:var(--red)}
.dark-band{background:var(--surface);border-block:1px solid var(--border)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);border-left:1px solid var(--border);margin-top:48px}.feature{min-height:240px;padding:36px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.feature svg{width:30px;color:var(--red);stroke-width:1.5;margin-bottom:32px}.feature h3{font-size:19px}.feature p{color:var(--muted);font-size:14px;margin-bottom:0}
.process{display:grid;grid-template-columns:repeat(4,1fr);margin-top:48px;background:linear-gradient(120deg,#7f080c,var(--red))}.step{padding:40px 32px;border-right:1px solid rgba(255,255,255,.3)}.step:last-child{border:0}.step b{font:700 36px Sora}.step h3{font-size:16px;margin:20px 0 8px}.step p{font-size:14px;margin:0}
.media-split{display:grid;grid-template-columns:1.15fr .85fr;min-height:680px;background:var(--surface)}.media-split>figure{margin:0;overflow:hidden}.media-split>figure img{height:100%;object-fit:cover}.media-copy{display:flex;flex-direction:column;justify-content:center;padding:80px clamp(40px,6vw,96px)}.media-copy p{color:var(--muted)}.check-list{display:grid;gap:0;margin:28px 0;border-top:1px solid var(--border)}.check-list div{display:flex;gap:14px;padding:18px 0;border-bottom:1px solid var(--border)}.check-list svg{width:21px;flex:none;color:var(--red)}
.cta{padding:72px 24px;text-align:center;background:linear-gradient(120deg,#80080d,var(--red))}.cta h2{font-size:clamp(36px,4vw,60px)}.cta p{max-width:660px;margin:18px auto 28px}.cta .btn{background:#070708;border-color:#070708}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}.gallery-grid figure{margin:0;aspect-ratio:4/3;overflow:hidden;border:1px solid var(--border);background:var(--surface)}.gallery-grid img{height:100%;object-fit:cover;transition:.5s cubic-bezier(.22,1,.36,1)}.gallery-grid figure:hover img{transform:scale(1.035)}
.areas-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:48px;border-top:1px solid var(--border);border-left:1px solid var(--border)}.area{display:flex;align-items:center;gap:12px;min-height:88px;padding:22px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.area svg{width:20px;color:var(--red)}
.quote{display:grid;grid-template-columns:1fr 1fr}.quote>div{padding:80px clamp(24px,6vw,96px)}.form{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:32px}.field{display:grid;gap:8px}.field.full{grid-column:1/-1}.field label{font:600 11px Sora;text-transform:uppercase}.field input,.field textarea,.field select{width:100%;padding:15px;border:1px solid var(--border);border-radius:8px;background:var(--surface2);color:white}.field textarea{min-height:120px}.contact-card{background:var(--surface)}.contact-line{display:flex;gap:14px;padding:20px 0;border-bottom:1px solid var(--border);color:var(--muted)}.contact-line svg{width:22px;color:var(--red);flex:none}.map{margin-top:32px;height:300px}.map iframe{width:100%;height:100%;border:0}
footer{padding:64px 0 96px;border-top:1px solid var(--border)}.foot{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:48px}.foot img{width:210px;height:110px;object-fit:contain}.foot h3{font-size:14px;margin-bottom:18px}.foot p,.foot a,.foot address{color:var(--muted);font-size:14px;font-style:normal;line-height:1.7}.foot ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.copyline{margin-top:40px;padding-top:24px;border-top:1px solid var(--border);color:var(--muted);font-size:12px}.mobile-dock{display:none}
@media(max-width:1000px){.nav{display:none}.menu{display:grid;place-items:center}.phone{display:none}.intro{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr 1fr}.media-split{grid-template-columns:1fr}.media-split>figure{min-height:520px}.areas-grid{grid-template-columns:repeat(3,1fr)}.foot{grid-template-columns:1fr 1fr}}
@media(max-width:600px){body{padding-bottom:84px}.section{padding-block:56px}.wrap{padding-inline:16px}.site-head{position:relative}.head{height:72px}.logo{width:164px;height:64px}.head-actions>.btn{display:none}.nav.open{display:flex;position:fixed;z-index:70;inset:72px 0 0;padding:24px;background:var(--bg);flex-direction:column;gap:0}.nav.open a{padding:16px;border-bottom:1px solid var(--border);font-size:18px}.page-hero{min-height:650px}.page-hero>img{object-position:62% center}.page-hero:after{background:linear-gradient(0deg,rgba(6,6,7,.98),rgba(6,6,7,.78) 55%,rgba(6,6,7,.2))}.hero-copy{padding:80px 0 56px}.hero-copy h1{font-size:42px}.hero-copy p{font-size:16px}.actions{display:grid}.feature-grid,.gallery-grid,.areas-grid,.process,.quote{grid-template-columns:1fr}.feature{min-height:0;padding:28px 24px}.process{margin-top:32px}.step{border-right:0;border-bottom:1px solid rgba(255,255,255,.3)}.media-split>figure{min-height:400px}.media-copy{padding:56px 16px}.gallery-grid{gap:12px;margin-top:32px}.areas-grid{grid-template-columns:1fr 1fr;margin-top:32px}.quote>div{padding:56px 16px}.form{grid-template-columns:1fr}.field.full{grid-column:auto}.foot{grid-template-columns:1fr;gap:36px}.mobile-dock{position:fixed;z-index:80;left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:repeat(3,1fr);padding:6px;background:rgba(16,17,20,.95);border:1px solid var(--border);border-radius:16px;backdrop-filter:blur(16px)}.mobile-dock a{display:flex;align-items:center;justify-content:center;gap:6px;min-height:46px;font:600 10px Sora}.mobile-dock a:last-child{background:var(--red);border-radius:10px}.mobile-dock svg{width:17px;color:var(--red)}.mobile-dock a:last-child svg{color:white}}
/* Premium secondary-page system, derived from the completed homepage. */
.site-head .wrap{width:100%;max-width:none;padding-inline:clamp(24px,4vw,72px)}.site-head{background:rgba(6,6,7,.94)}.head{height:104px}.logo{width:244px}.nav{gap:26px}.nav a{font-size:13px}.page-hero{min-height:760px;border-bottom:1px solid var(--border)}.page-hero>img{filter:saturate(.82) contrast(1.06)}.page-hero:before{content:"";position:absolute;z-index:1;inset:auto 0 0;height:1px;background:linear-gradient(90deg,var(--red),transparent 42%)}.hero-copy{max-width:860px;padding-bottom:96px}.hero-copy h1{font-size:clamp(56px,6vw,92px)}.crumb{display:flex;align-items:center;gap:12px}.crumb:before{content:"";width:40px;height:2px;background:var(--red)}
.editorial{padding-block:112px}.editorial-grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:96px;align-items:start}.editorial-lead{position:sticky;top:144px}.editorial-lead h2{font-size:clamp(42px,4.2vw,68px);letter-spacing:-.05em}.editorial-lead p{color:var(--muted);font-size:17px}.repair-visual{position:relative;min-height:640px;overflow:hidden;border:1px solid var(--border)}.repair-visual img{height:100%;object-fit:cover}.repair-visual .caption{position:absolute;left:24px;bottom:24px;padding:14px 18px;background:rgba(6,6,7,.82);border-left:3px solid var(--red);font:600 11px Sora;text-transform:uppercase;letter-spacing:.1em;backdrop-filter:blur(12px)}
.service-chapters{background:var(--surface);border-block:1px solid var(--border)}.chapter{display:grid;grid-template-columns:96px minmax(220px,.7fr) minmax(0,1fr);gap:32px;align-items:start;padding:40px 0;border-bottom:1px solid var(--border)}.chapter:last-child{border-bottom:0}.chapter>span{color:var(--red);font:600 13px Sora}.chapter h3{font-size:22px}.chapter p{max-width:620px;color:var(--muted);margin:0}
.service-mosaic{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:320px 320px;gap:16px}.service-mosaic figure{margin:0;overflow:hidden;border:1px solid var(--border)}.service-mosaic figure:first-child{grid-row:1/3}.service-mosaic img{height:100%;object-fit:cover}.service-mosaic figure:nth-child(2) img{object-position:center 30%}
.proof-band{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);border-left:1px solid var(--border)}.proof{padding:32px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.proof b{display:block;color:var(--red);font:600 12px Sora;margin-bottom:24px}.proof h3{font-size:18px}.proof p{font-size:14px;color:var(--muted);margin-bottom:0}
.service-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.faq-rows{border-top:1px solid var(--border)}.faq-row{padding:28px 0;border-bottom:1px solid var(--border)}.faq-row h3{font-size:18px;margin-bottom:10px}.faq-row p{color:var(--muted);margin:0}
.related{display:flex;gap:12px;overflow-x:auto;margin-top:40px;padding-bottom:8px;scrollbar-width:none}.related a{flex:0 0 220px;padding:22px;border:1px solid var(--border);background:var(--surface);font:600 14px Sora;transition:.3s cubic-bezier(.22,1,.36,1)}.related a:hover{border-color:var(--red);transform:translateY(-3px)}
.service-page.alt .page-hero:after{background:linear-gradient(90deg,rgba(6,6,7,.95),rgba(6,6,7,.46) 54%,rgba(6,6,7,.12)),linear-gradient(0deg,rgba(6,6,7,.7),transparent)}.service-page.alt .editorial-grid{grid-template-columns:1.22fr .78fr}.service-page.alt .repair-visual{order:-1}.service-page.alt .editorial-lead{position:static;align-self:center}.service-page.cinematic .page-hero .hero-copy{margin-left:auto;max-width:720px}.service-page.cinematic .page-hero:after{background:linear-gradient(270deg,rgba(6,6,7,.94),rgba(6,6,7,.45) 55%,rgba(6,6,7,.12)),linear-gradient(0deg,rgba(6,6,7,.75),transparent)}
.service-page.cinematic .hero-copy{text-align:left}.service-page.cinematic .editorial{background:linear-gradient(135deg,#111216,#08090b)}.service-page.cinematic .editorial-grid{grid-template-columns:.65fr 1.35fr}.service-page.cinematic .repair-visual{min-height:720px;clip-path:polygon(9% 0,100% 0,100% 100%,0 100%,0 14%)}.service-page.cinematic .service-chapters{background:#08090b}.service-page.cinematic .chapter{grid-template-columns:72px .9fr 1.1fr}.service-page.cinematic .service-mosaic{grid-template-columns:.8fr 1.2fr}.service-page.cinematic .service-mosaic figure:first-child{grid-column:2;grid-row:1/3}.service-page.cinematic .service-mosaic figure:nth-child(2){grid-column:1;grid-row:1}.service-page.cinematic .service-mosaic figure:nth-child(3){grid-column:1;grid-row:2}
.service-page.alt .page-hero{min-height:640px}.service-page.alt .hero-copy{padding-bottom:72px}.service-page.alt .editorial{background:radial-gradient(circle at 14% 20%,rgba(237,28,36,.1),transparent 26%),var(--bg)}.service-page.alt .editorial-grid{align-items:center}.service-page.alt .repair-visual{min-height:760px;box-shadow:24px 24px 0 var(--surface2)}.service-page.alt .service-chapters .section-title{max-width:680px}.service-page.alt .chapter{grid-template-columns:64px 1fr}.service-page.alt .chapter p{grid-column:2}.service-page.alt .proof-band{grid-template-columns:1.2fr .8fr 1fr}
.service-page.workshop .page-hero{min-height:720px}.service-page.workshop .page-hero>img{object-position:center 38%}.service-page.workshop .editorial-grid{grid-template-columns:1fr 1fr;align-items:center}.service-page.workshop .editorial-lead{position:static}.service-page.workshop .repair-visual{min-height:560px;transform:translateY(48px)}.service-page.workshop .service-chapters{padding-top:144px;background:linear-gradient(180deg,var(--surface),#0a0b0d)}.service-page.workshop .chapter{grid-template-columns:72px .8fr 1.2fr}.service-page.workshop .service-mosaic{grid-template-columns:1fr 1fr 1fr;grid-template-rows:520px}.service-page.workshop .service-mosaic figure:first-child{grid-row:auto}.service-page.workshop .proof-band{margin-top:16px}
footer{background:#030304}.foot h3{padding-bottom:12px;border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.08em}.foot a:hover{color:var(--red)}
@media(max-width:1000px){.head{height:88px}.logo{width:210px}.editorial-grid,.service-page.alt .editorial-grid,.service-page.cinematic .editorial-grid,.service-page.workshop .editorial-grid,.service-faq{grid-template-columns:1fr}.editorial-lead{position:static}.repair-visual,.service-page.cinematic .repair-visual,.service-page.alt .repair-visual{min-height:520px}.chapter,.service-page.cinematic .chapter,.service-page.workshop .chapter{grid-template-columns:56px .8fr 1.2fr}.service-mosaic{grid-template-rows:260px 260px}.service-page.workshop .service-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:360px 240px}.service-page.workshop .service-mosaic figure:first-child{grid-column:1/3}.service-page.workshop .repair-visual{transform:none}.service-page.workshop .service-chapters{padding-top:96px}}
@media(max-width:600px){.head{height:72px}.logo{width:164px}.page-hero,.service-page.alt .page-hero,.service-page.workshop .page-hero{min-height:680px}.hero-copy{padding:88px 0 64px}.hero-copy h1{font-size:42px}.crumb{font-size:10px}.editorial{padding-block:56px}.editorial-grid{gap:36px}.editorial-lead h2{font-size:38px}.repair-visual,.service-page.cinematic .repair-visual,.service-page.alt .repair-visual,.service-page.workshop .repair-visual{min-height:420px;clip-path:none;box-shadow:none}.chapter,.service-page.alt .chapter,.service-page.cinematic .chapter,.service-page.workshop .chapter{grid-template-columns:36px 1fr;gap:12px;padding:28px 0}.chapter p,.service-page.alt .chapter p{grid-column:2}.service-mosaic,.service-page.cinematic .service-mosaic,.service-page.workshop .service-mosaic{grid-template-columns:1fr;grid-template-rows:360px 220px 220px}.service-mosaic figure:first-child,.service-page.cinematic .service-mosaic figure:first-child,.service-page.workshop .service-mosaic figure:first-child{grid-column:auto;grid-row:auto}.service-page.cinematic .service-mosaic figure:nth-child(2),.service-page.cinematic .service-mosaic figure:nth-child(3){grid-column:auto;grid-row:auto}.proof-band{grid-template-columns:1fr}.service-faq{gap:32px}.cta{padding:56px 16px}.service-page.cinematic .page-hero .hero-copy{margin:0}.service-page.cinematic .page-hero:after{background:linear-gradient(0deg,rgba(6,6,7,.98),rgba(6,6,7,.72) 62%,rgba(6,6,7,.2))}.service-page.workshop .service-chapters{padding-top:56px}}
/* Strong mobile chrome lock for all secondary pages, including alloy, areas and dent. */
@media(max-width:600px){body .site-head{position:relative!important;top:auto!important;height:72px!important;background:#060607!important}body .site-head .head{height:72px!important;padding:0 16px!important}body .site-head .logo{display:flex!important;width:164px!important;height:64px!important;overflow:hidden!important}body .site-head .logo img{width:164px!important;height:64px!important;max-width:none!important;object-fit:cover!important;object-position:center!important;transform:none!important}body .site-head .menu{display:grid!important;place-items:center;width:48px!important;height:48px!important;margin-left:auto}body footer{padding:0 0 24px!important}body footer .foot{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:32px 24px!important;padding-top:40px!important}body footer .foot>div:first-child{grid-column:1/-1!important;display:grid!important;grid-template-columns:120px minmax(0,1fr)!important;gap:20px!important;padding:0 0 32px!important;border-right:0!important;border-bottom:1px solid var(--border)!important}body footer .foot img{width:120px!important;height:96px!important;object-fit:contain!important}body footer .foot>div:last-child{grid-column:1/-1!important;padding:20px!important;background:var(--surface)!important;border-left:3px solid var(--red)!important;border-radius:8px!important}body .mobile-dock{position:fixed!important;display:grid!important;left:12px!important;right:12px!important;bottom:12px!important;grid-template-columns:repeat(3,1fr)!important;min-height:58px!important;padding:6px 8px!important;border-radius:16px!important}body .areas-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
/* Homepage-matched site chrome for every secondary page. */
.site-head{height:104px;background:rgba(6,6,7,.9);border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(16px)}.site-head .head{height:104px;max-width:none;padding-inline:clamp(24px,3vw,56px)}.site-head .logo{display:flex;align-items:center;align-self:stretch;width:auto;overflow:visible}.site-head .logo img{width:260px;height:88px;object-fit:contain}.site-head .menu{width:48px;height:48px}.site-head .head-actions{gap:16px}.site-head .nav{gap:28px}.site-head .nav a{font-size:13px}.site-head .phone{font-weight:600}
footer{padding:0 0 64px;background:linear-gradient(180deg,#060607,#030304)}footer .foot{grid-template-columns:1.35fr .8fr .8fr 1fr;gap:64px;padding-top:64px}footer .foot>div:first-child{padding-right:48px;border-right:1px solid var(--border)}footer .foot img{width:240px;height:104px;object-fit:contain;object-position:left center}footer .foot>div:first-child p{max-width:440px;margin-top:24px}footer .foot h3{position:relative;margin-bottom:24px;padding-bottom:12px;border-bottom:0;font-size:14px;text-transform:uppercase;letter-spacing:.08em}footer .foot h3:after{content:"";position:absolute;left:0;bottom:0;width:32px;height:2px;background:var(--red)}footer .foot ul{gap:14px}footer .foot p,footer .foot a,footer .foot address{font-size:15px;line-height:1.7}footer .copyline{margin-top:56px;padding-top:24px}.mobile-dock{display:none}
@media(max-width:1280px){.site-head .nav{display:none}.site-head .menu{display:grid;place-items:center}.site-head .head-actions{margin-left:auto}}
@media(max-width:600px){body{padding-bottom:88px}.site-head{position:relative;height:72px;background:#060607}.site-head .head{height:72px;padding-inline:16px}.site-head .logo{width:164px;height:64px;overflow:hidden}.site-head .logo img{width:164px;height:64px;object-fit:cover;object-position:center}.site-head .head-actions>.btn,.site-head .phone{display:none}.site-head .nav.open{display:flex;position:fixed;z-index:70;inset:72px 0 0;padding:24px;background:var(--bg);flex-direction:column;gap:0}.site-head .nav.open a{padding:16px;border-bottom:1px solid var(--border);font-size:18px}footer{padding-bottom:24px}footer .foot{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px;padding-top:40px}footer .foot>div:first-child{grid-column:1/-1;display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:20px;padding:0 0 32px;border-right:0;border-bottom:1px solid var(--border)}footer .foot img{width:120px;height:96px}footer .foot>div:first-child p{margin:0;font-size:14px;line-height:1.55}footer .foot h3{margin-bottom:16px;padding-bottom:10px;font-size:12px}footer .foot h3:after{width:24px}footer .foot ul{gap:10px}footer .foot p,footer .foot a,footer .foot address{font-size:13px;line-height:1.55}footer .foot>div:last-child{grid-column:1/-1;padding:20px;background:var(--surface);border-left:3px solid var(--red);border-radius:8px}footer .copyline{margin-top:32px;padding-top:20px;font-size:11px}.mobile-dock{position:fixed;z-index:80;left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:repeat(3,1fr);padding:6px 8px;background:rgba(16,17,20,.94);border:1px solid rgba(255,255,255,.14);border-radius:16px;box-shadow:0 16px 40px rgba(0,0,0,.5);backdrop-filter:blur(16px)}.mobile-dock a{position:relative;min-height:46px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;font:600 11px Sora}.mobile-dock a+a:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:1px;background:var(--border)}.mobile-dock a:last-child{background:var(--red)}.mobile-dock a:last-child:before{display:none}.mobile-dock svg{width:18px;color:var(--red)}.mobile-dock a:last-child svg{color:white}}
/* Complete shared navigation linking every secondary page. */
.site-head .nav{align-items:center}.nav-group{position:relative}.nav-group>a{display:flex;align-items:center;gap:6px}.nav-group>a svg{width:14px;height:14px}.nav-sub{position:absolute;left:-24px;top:calc(100% + 24px);width:250px;padding:12px;background:rgba(16,17,20,.98);border:1px solid var(--border);box-shadow:0 24px 48px rgba(0,0,0,.45);opacity:0;visibility:hidden;transform:translateY(8px);transition:all 300ms cubic-bezier(.22,1,.36,1)}.nav-sub:before{content:"";position:absolute;left:0;right:0;top:-25px;height:25px}.nav-sub a{display:block;padding:12px;border-bottom:1px solid var(--border)}.nav-sub a:last-child{border:0}.nav-group:hover .nav-sub,.nav-group:focus-within .nav-sub{opacity:1;visibility:visible;transform:none}
@media(max-width:1280px){.site-head .nav.open{display:flex;position:fixed;z-index:70;inset:80px 0 0;padding:24px;background:var(--bg);flex-direction:column;align-items:stretch;gap:0;overflow-y:auto}.site-head .nav.open>a,.site-head .nav.open .nav-group>a{padding:16px;border-bottom:1px solid var(--border);font-size:18px}.site-head .nav.open .nav-group>a{justify-content:space-between}.site-head .nav.open .nav-sub{position:static;width:100%;padding:0 0 8px 16px;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none;background:transparent}.site-head .nav.open .nav-sub:before{display:none}.site-head .nav.open .nav-sub a{padding:12px 16px;font-size:14px;color:var(--muted)}}
@media(max-width:600px){.site-head .nav.open{inset:72px 0 0}}
/* Final unified navigation matching the supplied compact reference. */
@media(max-width:1280px){.site-head .nav.open{display:block!important;position:absolute!important;top:100%!important;left:0!important;right:0!important;bottom:auto!important;width:100%!important;height:auto!important;max-height:calc(100dvh - 104px)!important;padding:0 20px 32px!important;background:#09090a!important;overflow-y:auto!important;border-top:1px solid var(--border)!important;box-shadow:0 24px 48px rgba(0,0,0,.55)!important}.site-head .nav.open>a,.site-head .nav.open .nav-group>a{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:58px!important;padding:16px 18px!important;border-bottom:1px solid var(--border)!important;font:500 17px Inter!important}.site-head .nav.open .nav-group{display:block!important;width:100%!important}.site-head .nav.open .nav-sub{position:static!important;display:block!important;width:100%!important;padding:4px 18px 10px 36px!important;background:transparent!important;border:0!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important}.site-head .nav.open .nav-sub:before{display:none!important}.site-head .nav.open .nav-sub a{display:block!important;padding:12px 0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;color:var(--muted)!important;font:500 14px Inter!important}}
@media(max-width:900px){.site-head .nav.open{max-height:calc(100dvh - 88px)!important}}@media(max-width:600px){.site-head .nav.open{max-height:calc(100dvh - 72px)!important;padding-inline:0!important}.site-head .nav.open>a,.site-head .nav.open .nav-group>a{padding-inline:20px!important}}
/* Reliable open menu panel: anchored below the header instead of fixed inside backdrop-filter. */
@media(max-width:1280px){
  .site-head{position:relative!important;overflow:visible!important;z-index:1000!important}
  .site-head .head{position:relative!important}
  .site-head .nav.open{position:absolute!important;z-index:9999!important;top:100%!important;left:-16px!important;right:-16px!important;bottom:auto!important;width:auto!important;height:calc(100dvh - 80px)!important;margin:0!important;padding:16px 24px 40px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;overflow-y:auto!important;background:#060607!important;border-top:1px solid var(--border)!important;box-shadow:0 30px 60px rgba(0,0,0,.65)!important}
  .site-head .nav.open>a,.site-head .nav.open .nav-group>a{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:56px!important;padding:16px 0!important;margin:0!important;border-bottom:1px solid var(--border)!important;color:var(--text)!important;font:600 17px Sora!important}
  .site-head .nav.open .nav-group{display:block!important;width:100%!important}
  .site-head .nav.open .nav-sub{position:static!important;display:block!important;width:100%!important;padding:8px 0 8px 16px!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important}
  .site-head .nav.open .nav-sub a{display:block!important;padding:12px 0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;color:var(--muted)!important;font:500 14px Inter!important}
}
@media(max-width:600px){.site-head .nav.open{height:calc(100dvh - 72px)!important}}
/* Detached mobile drawer cannot be clipped by header effects. */
body>.nav.detached-menu{position:fixed!important;z-index:9998!important;top:80px!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:auto!important;max-height:none!important;margin:0!important;padding:0 20px 40px!important;display:block!important;overflow-y:auto!important;background:#09090a!important;border-top:1px solid var(--border)!important;box-shadow:0 24px 48px rgba(0,0,0,.6)!important}body>.nav.detached-menu>a,body>.nav.detached-menu .nav-group>a{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:58px!important;padding:16px 18px!important;border-bottom:1px solid var(--border)!important;color:var(--text)!important;font:500 17px Inter!important}body>.nav.detached-menu .nav-group{display:block!important;width:100%!important}body>.nav.detached-menu .nav-sub{position:static!important;display:block!important;width:100%!important;padding:4px 18px 10px 36px!important;background:transparent!important;border:0!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important}body>.nav.detached-menu .nav-sub a{display:block!important;padding:12px 0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;color:var(--muted)!important;font:500 14px Inter!important}@media(max-width:600px){body>.nav.detached-menu{top:72px!important;padding-inline:0!important}body>.nav.detached-menu>a,body>.nav.detached-menu .nav-group>a{padding-inline:20px!important}}
