:root {
  --red:#c5161d;
  --red-bright:#ee2930;
  --ink:#070809;
  --ink-2:#0d0f11;
  --panel:#121518;
  --silver:#d8dadd;
  --muted:#9ea4ab;
  --line:rgba(255,255,255,.12);
  --paper:#f2f0ec;
  --text:#17191c;
  --shell:min(1180px, calc(100% - 40px));
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--ink); color:#f6f7f8; font-family:Inter,Arial,sans-serif; line-height:1.6; }
body.nav-open { overflow:hidden; }
img { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
button,input,textarea { font:inherit; }
.shell { width:var(--shell); margin-inline:auto; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link { position:fixed; z-index:999; left:16px; top:10px; padding:10px 14px; background:#fff; color:#000; transform:translateY(-150%); }
.skip-link:focus { transform:none; }

.site-header { position:fixed; inset:0 0 auto; z-index:50; border-bottom:1px solid transparent; transition:.25s ease; }
.site-header.scrolled { background:rgba(7,8,9,.9); backdrop-filter:blur(16px); border-color:var(--line); }
.nav-wrap { height:82px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.brand { display:flex; align-items:center; gap:12px; text-transform:uppercase; }
.brand-mark { display:grid; place-items:center; width:40px; height:40px; border:1px solid rgba(255,255,255,.34); color:#fff; font:800 22px/1 "Barlow Condensed"; background:linear-gradient(135deg,var(--red),#3e0406 55%,#151719 56%); }
.brand-copy { display:flex; flex-direction:column; line-height:1; }
.brand-copy strong { font:700 22px/1 "Barlow Condensed"; letter-spacing:.12em; }
.brand-copy small { margin-top:5px; color:#c7c9cc; font-size:9px; letter-spacing:.34em; }
.site-nav { display:flex; align-items:center; gap:32px; font-size:13px; font-weight:600; }
.site-nav > a:not(.nav-cta) { color:#d9dade; transition:color .2s; }
.site-nav > a:not(.nav-cta):hover { color:#fff; }
.site-nav .nav-phone { color:#fff; font-weight:700; }
.site-nav .nav-phone::before { content:"Call "; color:var(--red-bright); font-size:9px; letter-spacing:.08em; text-transform:uppercase; }
.nav-cta { padding:11px 18px; border:1px solid rgba(255,255,255,.4); }
.nav-cta:hover { border-color:var(--red); background:var(--red); }
.menu-button { display:none; width:44px; height:44px; background:none; border:0; padding:10px; }
.menu-button span:not(.sr-only) { display:block; width:100%; height:2px; background:#fff; margin:5px 0; transition:.25s; }

.hero { position:relative; min-height:900px; height:100svh; display:flex; align-items:center; overflow:hidden; background:#090a0b; }
.hero-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; filter:saturate(.92) contrast(1.08); }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(4,5,6,.97) 0%,rgba(4,5,6,.72) 35%,rgba(4,5,6,.08) 70%),linear-gradient(0deg,rgba(4,5,6,.92),transparent 38%); }
.hero-grid { position:absolute; inset:0; opacity:.13; background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size:80px 80px; mask-image:linear-gradient(90deg,#000,transparent 65%); }
.hero-content { position:relative; z-index:2; padding-top:70px; }
.eyebrow { margin:0 0 22px; display:flex; align-items:center; gap:12px; color:var(--red-bright); font:700 12px/1 Inter; letter-spacing:.18em; text-transform:uppercase; }
.eyebrow span { width:42px; height:2px; background:currentColor; }
h1,h2,h3 { font-family:"Barlow Condensed",Impact,sans-serif; line-height:.97; text-transform:uppercase; }
h1 { max-width:700px; margin:0; font-size:clamp(65px,9vw,128px); letter-spacing:-.035em; }
h1 em,h2 em { color:var(--red-bright); font-style:normal; }
.hero-lead { max-width:570px; margin:28px 0 34px; color:#c8cbd0; font-size:18px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:26px; min-height:54px; padding:0 23px; border:1px solid transparent; font:700 12px/1 Inter; letter-spacing:.08em; text-transform:uppercase; cursor:pointer; transition:.2s ease; }
.button-primary { background:var(--red); color:#fff; box-shadow:0 12px 30px rgba(197,22,29,.2); }
.button-primary:hover { background:#e11921; transform:translateY(-2px); }
.button-ghost { border-color:rgba(255,255,255,.34); color:#fff; }
.button-ghost:hover { border-color:#fff; background:rgba(255,255,255,.08); }
.hero-rail { position:absolute; z-index:3; right:0; bottom:0; width:min(760px,60vw); display:grid; grid-template-columns:repeat(3,1fr); background:rgba(8,9,10,.92); border-top:1px solid var(--line); border-left:1px solid var(--line); backdrop-filter:blur(18px); }
.hero-rail div { padding:25px 28px; border-right:1px solid var(--line); }
.hero-rail strong,.hero-rail span { display:block; }
.hero-rail strong { font:700 14px "Barlow Condensed"; letter-spacing:.06em; text-transform:uppercase; }
.hero-rail span { color:var(--muted); margin-top:4px; font-size:11px; }

.trust-strip { background:var(--red); }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-grid p { margin:0; padding:17px 20px; border-left:1px solid rgba(0,0,0,.2); font:700 12px Inter; letter-spacing:.08em; text-transform:uppercase; }
.trust-grid p:last-child { border-right:1px solid rgba(0,0,0,.2); }
.trust-grid span { margin-right:13px; color:rgba(255,255,255,.52); }

.section { padding:130px 0; }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:60px; margin-bottom:58px; }
.section-heading h2,.why-copy h2,.about h2,.quote h2 { margin:0; font-size:clamp(50px,6.4vw,86px); letter-spacing:-.025em; }
.section-heading > p { width:390px; margin:0 0 8px; color:var(--muted); }
.services { background:var(--ink-2); }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); }
.service-card { position:relative; min-height:480px; padding:36px 28px; border-right:1px solid var(--line); overflow:hidden; transition:.3s; }
.service-card:last-child { border-right:0; }
.service-card::after { content:""; position:absolute; inset:auto 0 0; height:3px; background:var(--red); transform:scaleX(0); transform-origin:left; transition:.3s; }
.service-card:hover { background:#171a1d; transform:translateY(-6px); }
.service-card:hover::after,.service-card.featured::after { transform:scaleX(1); }
.service-card.featured { background:#151719; }
.card-number { color:#5f656b; font:600 12px Inter; }
.service-icon { width:56px; height:56px; margin:80px 0 24px; display:grid; place-items:center; border:1px solid var(--line); color:var(--red-bright); font-size:26px; }
.service-card h3 { margin:0 0 16px; font-size:30px; letter-spacing:.02em; }
.service-card p { color:var(--muted); font-size:14px; }
.service-card ul { margin:24px 0 0; padding:0; list-style:none; font-size:12px; color:#c5c8cb; }
.service-card li { padding:7px 0; border-top:1px solid var(--line); }

.why-us { background:var(--paper); color:var(--text); }
.why-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:90px; align-items:center; }
.visual-panel { position:relative; min-height:620px; overflow:hidden; background:#070809; }
.visual-panel img { width:100%; height:100%; min-height:620px; object-fit:cover; object-position:center; }
.visual-panel::after { content:""; position:absolute; inset:0; box-shadow:inset 0 0 100px rgba(0,0,0,.5); pointer-events:none; }
.visual-badge { position:absolute; z-index:2; bottom:28px; right:0; padding:18px 24px; background:var(--red); color:#fff; }
.visual-badge strong,.visual-badge span { display:block; }
.visual-badge strong { font:700 19px "Barlow Condensed"; text-transform:uppercase; letter-spacing:.06em; }
.visual-badge span { font-size:11px; }
.why-copy .lead,.about-copy .lead { font-size:19px; line-height:1.65; }
.why-copy > p:not(.eyebrow) { color:#52575d; }
.proof-list { margin-top:46px; }
.proof-list > div { display:grid; grid-template-columns:48px 1fr; gap:20px; padding:22px 0; border-top:1px solid #cfd0d1; }
.proof-list span { color:var(--red); font:700 13px Inter; }
.proof-list p { margin:0; color:#666a6f; font-size:14px; }
.proof-list strong { display:block; margin-bottom:5px; color:#111315; font:700 19px "Barlow Condensed"; text-transform:uppercase; letter-spacing:.03em; }

.process { position:relative; background:#090b0d; }
.process::before { content:""; position:absolute; inset:0; opacity:.18; background:radial-gradient(circle at 80% 30%,#9a0f14,transparent 28%); }
.process > .shell { position:relative; }
.timeline { margin:0; padding:0; list-style:none; display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); }
.timeline li { position:relative; padding:42px 32px 20px 0; }
.timeline li::before { content:""; position:absolute; width:9px; height:9px; border:2px solid var(--red); background:#090b0d; border-radius:50%; top:-6px; left:0; }
.timeline span { color:var(--red-bright); font:700 12px Inter; }
.timeline h3 { margin:54px 0 12px; font-size:27px; }
.timeline p { max-width:230px; margin:0; color:var(--muted); font-size:13px; }

.about { background:#181b1e; }
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:110px; }
.about-copy > p { color:#aeb3b8; }
.about-copy .lead { margin-top:0; color:#fff; }
.abn { margin-top:40px; padding-top:22px; border-top:1px solid var(--line); color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.1em; }
.abn strong { margin-left:14px; color:#fff; }

.quote { background:var(--paper); color:var(--text); }
.quote-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:90px; align-items:start; }
.quote-intro > p:not(.eyebrow) { color:#696d72; }
.quote-promise { display:flex; gap:16px; margin-top:48px; padding-top:25px; border-top:1px solid #ccc; }
.quote-promise > span { flex:0 0 32px; height:32px; display:grid; place-items:center; background:var(--red); color:#fff; }
.quote-promise p { margin:0; color:#74777b; font-size:13px; }
.quote-promise strong { display:block; color:#151719; }
.direct-call { display:inline-flex; flex-direction:column; margin-top:28px; padding-left:18px; border-left:3px solid var(--red); }
.direct-call span { color:#777b80; font-size:11px; text-transform:uppercase; letter-spacing:.09em; }
.direct-call strong { margin-top:3px; font:700 27px "Barlow Condensed"; letter-spacing:.04em; }
.quote-form { padding:42px; background:#fff; box-shadow:0 25px 60px rgba(0,0,0,.09); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.quote-form label { display:block; margin-bottom:20px; color:#33373b; font-size:12px; font-weight:700; }
.quote-form label span { color:#8d9297; font-weight:400; }
.quote-form input,.quote-form textarea,.quote-form select { width:100%; margin-top:8px; padding:13px 0; border:0; border-bottom:1px solid #cdd0d2; border-radius:0; outline:none; background:transparent; color:#111; transition:.2s; resize:vertical; }
.quote-form input:focus,.quote-form textarea:focus,.quote-form select:focus { border-color:var(--red); box-shadow:0 1px 0 var(--red); }
.quote-form .invalid { border-color:var(--red); }
.estimator-heading { display:flex; gap:15px; align-items:flex-start; margin-bottom:25px; }
.estimator-heading h3 { margin:0; color:#151719; font-size:25px; letter-spacing:.02em; }
.estimator-heading p { margin:3px 0 0; color:#888d92; font-size:11px; }
.step-chip { flex:0 0 auto; padding:6px 9px; background:var(--red); color:#fff; font-size:9px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.details-heading { margin-top:38px; padding-top:33px; border-top:1px solid #ddd; }
.check-label { display:flex!important; align-items:flex-start; gap:10px; padding:12px 0; font-weight:500!important; line-height:1.5; }
.check-label input { width:18px; height:18px; margin:1px 0 0; flex:0 0 18px; accent-color:var(--red); }
.check-label a { color:var(--red); text-decoration:underline; }
.estimate-card { margin:24px 0 8px; padding:24px; background:#111315; color:#fff; border-left:4px solid var(--red); }
.estimate-card > div { display:flex; justify-content:space-between; gap:20px; align-items:flex-end; }
.estimate-card > div span { color:#9da2a7; font-size:10px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.estimate-card > div strong { color:#fff; font:700 30px "Barlow Condensed"; }
.estimate-card p { margin:12px 0; color:#c6c9cc; font-size:11px; }
.estimate-card ul { margin:15px 0; padding:12px 0; border-top:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12); list-style:none; }
.estimate-card li { display:flex; justify-content:space-between; gap:15px; padding:4px 0; color:#afb4b9; font-size:11px; }
.estimate-card small { display:block; color:#858b90; font-size:9px; line-height:1.5; }
.terms-check { margin-top:25px; border-top:1px solid #ddd; padding-top:20px; }
.form-footer { display:flex; justify-content:space-between; gap:24px; align-items:center; margin-top:15px; }
.form-footer p { max-width:260px; color:#8a8e93; font-size:10px; }
.form-status { min-height:24px; margin-top:15px; color:#9b1015; font-size:12px; font-weight:600; }

.site-footer { background:#050607; }
.footer-top { min-height:180px; display:flex; align-items:center; justify-content:space-between; gap:40px; border-bottom:1px solid var(--line); }
.footer-top > p { color:#777d83; font:500 13px Inter; letter-spacing:.2em; text-transform:uppercase; }
.footer-contact { display:flex; align-items:center; gap:28px; }
.footer-contact a { padding-bottom:5px; border-bottom:1px solid var(--red); font-size:13px; font-weight:700; }
.footer-bottom { min-height:72px; display:flex; justify-content:space-between; align-items:center; color:#70767c; font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.footer-bottom a:hover { color:#fff; }

.terms-page { background:#0a0b0c; }
.terms-main { padding:150px 0 100px; background:var(--paper); color:var(--text); }
.terms-shell { max-width:860px; }
.terms-main h1 { margin:0; color:#111; font-size:clamp(64px,9vw,110px); }
.terms-intro { max-width:720px; color:#62676c; font-size:19px; }
.terms-alert { margin:38px 0; padding:20px 24px; border-left:4px solid var(--red); background:#fff; }
.terms-main section { padding:26px 0; border-top:1px solid #ccc; }
.terms-main section h2 { margin:0 0 10px; font-size:27px; }
.terms-main section p { margin:0; color:#555b60; }
.terms-review { margin-top:45px; color:#8b9094; font-size:11px; }

@media (max-width:1000px) {
  .hero { min-height:800px; }
  .hero-rail { width:100%; }
  .service-grid { grid-template-columns:1fr 1fr; }
  .service-card { border-bottom:1px solid var(--line); }
  .service-card:nth-child(2) { border-right:0; }
  .why-grid,.quote-grid { grid-template-columns:1fr; }
  .visual-panel,.visual-panel img { min-height:460px; }
  .timeline { grid-template-columns:1fr 1fr; gap:40px 0; }
  .about-grid { gap:55px; }
}

@media (max-width:760px) {
  :root { --shell:min(100% - 28px,1180px); }
  .site-header { background:rgba(7,8,9,.92); }
  .nav-wrap { height:70px; }
  .menu-button { display:block; position:relative; z-index:2; }
  .site-nav { position:fixed; inset:0; padding:110px 28px 40px; background:#08090a; display:flex; flex-direction:column; align-items:flex-start; gap:26px; font:700 31px "Barlow Condensed"; text-transform:uppercase; transform:translateX(100%); transition:.3s ease; }
  .site-nav.open { transform:none; }
  .site-nav .nav-phone { margin-top:10px; font-size:22px; }
  .nav-cta { margin-top:20px; font-size:17px; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity:0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .hero { height:auto; min-height:760px; padding:130px 0 180px; align-items:flex-end; }
  .hero-image { object-position:64% center; }
  .hero-shade { background:linear-gradient(90deg,rgba(4,5,6,.94),rgba(4,5,6,.35)),linear-gradient(0deg,rgba(4,5,6,.95),transparent 60%); }
  h1 { font-size:62px; }
  .hero-lead { font-size:15px; }
  .hero-actions { align-items:stretch; flex-direction:column; max-width:330px; }
  .hero-rail { grid-template-columns:1fr; }
  .hero-rail div { display:none; }
  .hero-rail div:first-child { display:block; padding:18px 22px; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-grid p { padding:14px 10px; font-size:9px; }
  .section { padding:82px 0; }
  .section-heading { display:block; margin-bottom:38px; }
  .section-heading > p { width:auto; margin-top:22px; }
  .section-heading h2,.why-copy h2,.about h2,.quote h2 { font-size:53px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:auto; border-right:0; }
  .service-icon { margin-top:42px; }
  .why-grid { gap:48px; }
  .visual-panel,.visual-panel img { min-height:340px; }
  .timeline { grid-template-columns:1fr; gap:0; border-top:0; border-left:1px solid var(--line); }
  .timeline li { padding:8px 0 42px 30px; }
  .timeline li::before { top:7px; left:-6px; }
  .timeline h3 { margin:15px 0 8px; }
  .about-grid { grid-template-columns:1fr; gap:30px; }
  .quote-grid { gap:40px; }
  .quote-form { padding:25px 20px; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .form-footer { align-items:stretch; flex-direction:column; }
  .footer-top { padding:50px 0; align-items:flex-start; flex-direction:column; }
  .footer-contact { align-items:flex-start; flex-direction:column; gap:15px; }
  .footer-bottom { padding:25px 0; align-items:flex-start; flex-direction:column; gap:8px; }
}

@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { scroll-behavior:auto!important; transition:none!important; }
}
