:root {
  --bg: #070707;
  --bg-soft: #0d0d0d;
  --panel: #111111;
  --panel-2: #151515;
  --line: rgba(255,255,255,.11);
  --text: #f4f1ea;
  --muted: #a7a39b;
  --gold: #d9a24b;
  --gold-light: #f2c16f;
  --shadow: 0 30px 90px rgba(0,0,0,.45);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Manrope, Arial, sans-serif;
  overflow-x: hidden;
}
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
::selection { background: var(--gold); color: #111; }

.container { width: min(1540px, calc(100% - 80px)); margin: 0 auto; }
.section { padding: 145px 0; position: relative; }
.section-number { color: var(--gold); font-weight: 800; font-size: 12px; letter-spacing: .2em; }

.cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 20;
  opacity: .18;
  background: radial-gradient(circle, rgba(217,162,75,.25), transparent 65%);
  transform: translate(-50%,-50%);
  transition: opacity .25s;
}

.site-header {
  height: 84px;
  padding: 0 5vw;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid transparent;
  transition: .35s ease;
}
.site-header.scrolled {
  background: rgba(7,7,7,.88);
  backdrop-filter: blur(18px);
  border-color: var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(217,162,75,.58);
  color: var(--gold);
  font-weight: 900;
  font-size: 14px;
  letter-spacing: -.04em;
  clip-path: polygon(14% 0,100% 0,86% 100%,0 100%);
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 20px; letter-spacing: .03em; }
.brand-copy small { margin-top: 5px; color: var(--gold); letter-spacing: .18em; font-size: 8px; }
.desktop-nav { display: flex; gap: 34px; align-items: center; }
.desktop-nav a { color: #c4c0b8; font-size: 14px; transition: .25s; }
.desktop-nav a:hover { color: var(--gold-light); }
.header-contact { justify-self: end; text-align: right; display: grid; gap: 3px; }
.header-contact span { color: #8e8a83; font-size: 11px; }
.header-contact a { font-weight: 800; font-size: 17px; }
.menu-toggle { display: none; width: 42px; height: 42px; background: none; border: 1px solid var(--line); border-radius: 50%; padding: 0; }
.menu-toggle span { display:block; width:18px; height:1px; background:var(--text); margin:5px auto; transition:.25s; }
.mobile-menu { display: none; }

.hero {
  min-height: 940px;
  height: 100svh;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #050505;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -4;
  background-image:
    linear-gradient(90deg, #050505 0%, rgba(5,5,5,.98) 18%, rgba(5,5,5,.72) 43%, rgba(5,5,5,.12) 72%, rgba(5,5,5,.1) 100%),
    linear-gradient(0deg, #070707 0%, transparent 30%),
    url('assets/hero.webp');
  background-position: center, center, 78% center;
  background-size: cover, cover, auto 100%;
  background-repeat: no-repeat;
  filter: contrast(1.08) saturate(.87);
  transform: scale(1.02);
}
.hero-grid {
  position:absolute; inset:0; z-index:-2; opacity:.12;
  background-image: linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(90deg,#000,transparent 78%);
}
.hero-noise {
  position:absolute; inset:0; z-index:-1; opacity:.08; pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.hero-content { padding-top: 190px; }
.eyebrow { display:flex; align-items:center; gap:12px; color:#c8c2b8; letter-spacing:.12em; font-size:12px; text-transform:uppercase; }
.eyebrow span { width:38px; height:1px; background:var(--gold); }
.hero h1 {
  margin: 26px 0 24px;
  max-width: 900px;
  font-size: clamp(60px, 7vw, 126px);
  line-height: .88;
  letter-spacing: -.065em;
  text-transform: uppercase;
  font-weight: 950;
}
.hero h1 span { display:inline-block; color:var(--gold); font-size:.72em; letter-spacing:-.04em; }
.hero-lead { max-width: 650px; margin: 0; color:#c3beb5; font-size:20px; line-height:1.65; }
.hero-actions { display:flex; gap:14px; margin-top:38px; flex-wrap:wrap; }
.button {
  min-height: 58px;
  padding: 0 30px;
  border-radius: 8px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-weight: 800;
  transition: transform .25s, border-color .25s, background .25s;
}
.button:hover { transform: translateY(-3px); }
.button-gold { background: linear-gradient(135deg,var(--gold-light),var(--gold)); color:#111; box-shadow:0 14px 34px rgba(217,162,75,.18); }
.button-gold:hover { background: linear-gradient(135deg,#ffd58a,var(--gold-light)); }
.button-ghost { border-color:rgba(217,162,75,.55); background:rgba(8,8,8,.55); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color:var(--gold); }
.hero-meta { display:flex; gap:50px; margin-top:58px; }
.hero-meta div { display:grid; gap:5px; }
.hero-meta strong { font-size:25px; color:var(--text); }
.hero-meta span { color:#8e8a83; font-size:12px; }
.hero-side-note { position:absolute; right:3.5%; top:38%; display:grid; justify-items:center; gap:12px; color:#85817a; }
.hero-side-note span { color:var(--gold); font-weight:800; }
.hero-side-note i { width:1px; height:85px; background:linear-gradient(var(--gold),transparent); }
.hero-side-note small { writing-mode:vertical-rl; letter-spacing:.28em; font-size:9px; }
.scroll-hint { position:absolute; bottom:40px; right:5vw; display:flex; align-items:center; gap:15px; color:#807c75; font-size:10px; text-transform:uppercase; letter-spacing:.18em; }
.scroll-hint i { width:44px; height:1px; background:var(--gold); position:relative; }
.scroll-hint i:after { content:""; position:absolute; right:0; top:-3px; width:6px; height:6px; border-right:1px solid var(--gold); border-bottom:1px solid var(--gold); transform:rotate(-45deg); }

.trust-strip {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#0a0a0a;
}
.trust-item { min-height:142px; padding:28px 4vw; display:flex; align-items:center; gap:18px; border-right:1px solid var(--line); }
.trust-item:last-child { border-right:0; }
.icon-wrap { width:50px; height:50px; border:1px solid rgba(217,162,75,.5); border-radius:50%; display:grid; place-items:center; color:var(--gold); flex:none; }
.icon-wrap svg { width:23px; fill:none; stroke:currentColor; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; }
.trust-item div:last-child { display:grid; gap:5px; }
.trust-item strong { font-size:14px; }
.trust-item span { color:#8f8b83; font-size:12px; }

.section-head { display:grid; grid-template-columns:1.25fr .65fr; gap:90px; align-items:end; margin-bottom:70px; }
.section-head h2, .calculator-intro h2, .contact-copy h2 {
  margin:14px 0 0;
  font-size:clamp(48px,5vw,84px);
  line-height:.98;
  letter-spacing:-.055em;
  text-transform:uppercase;
}
.section-head h2 em, .calculator-intro h2 em, .contact-copy h2 em { color:var(--gold); font-style:normal; }
.section-head p, .calculator-intro > p, .contact-copy > p { color:var(--muted); line-height:1.7; margin:0; max-width:540px; }

.services { background:radial-gradient(circle at 80% 20%,rgba(217,162,75,.055),transparent 24%),#090909; }
.service-grid { display:grid; grid-template-columns:1.25fr 1fr 1fr; gap:18px; }
.service-card { min-height:390px; position:relative; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(145deg,#111,#0b0b0b); padding:28px; transition:.35s; }
.service-card:hover { transform:translateY(-8px); border-color:rgba(217,162,75,.48); box-shadow:var(--shadow); }
.service-card-featured { grid-row:span 2; min-height:800px; display:flex; flex-direction:column; justify-content:space-between; background:radial-gradient(circle at 60% 40%,rgba(217,162,75,.14),transparent 35%),linear-gradient(145deg,#141414,#090909); }
.service-card-top { display:flex; justify-content:space-between; color:#77736c; font-size:12px; letter-spacing:.16em; }
.service-arrow { width:36px; height:36px; border:1px solid var(--line); border-radius:50%; display:grid; place-items:center; color:var(--text); font-size:17px; transition:.25s; }
.service-card:hover .service-arrow { background:var(--gold); color:#111; border-color:var(--gold); transform:rotate(45deg); }
.service-icon { width:88px; height:88px; margin:55px 0 65px; border:1px solid rgba(217,162,75,.3); border-radius:24px; display:grid; place-items:center; color:var(--gold); background:rgba(217,162,75,.04); }
.service-icon svg { width:40px; fill:none; stroke:currentColor; stroke-width:1.35; stroke-linecap:round; stroke-linejoin:round; }
.service-visual { margin:35px -28px 25px; position:relative; min-height:350px; display:grid; place-items:center; overflow:hidden; }
.service-visual:before { content:""; position:absolute; width:380px; height:380px; border:1px solid rgba(217,162,75,.14); border-radius:50%; box-shadow:0 0 0 45px rgba(217,162,75,.025),0 0 0 90px rgba(217,162,75,.018); }
.service-visual svg { width:80%; position:relative; fill:none; stroke:rgba(241,193,111,.65); stroke-width:2; filter:drop-shadow(0 0 12px rgba(217,162,75,.25)); }
.scan-line { position:absolute; z-index:2; left:10%; right:10%; height:1px; background:linear-gradient(90deg,transparent,var(--gold),transparent); box-shadow:0 0 18px var(--gold); animation:scan 3.5s infinite ease-in-out; }
@keyframes scan { 0%,100%{top:24%;opacity:.2}50%{top:74%;opacity:1} }
.service-copy h3 { font-size:25px; line-height:1.16; margin:0 0 14px; }
.service-card-featured .service-copy h3 { font-size:34px; }
.service-copy p { color:#8f8b83; line-height:1.6; font-size:14px; margin:0 0 22px; }
.service-copy strong { color:var(--gold-light); font-size:15px; }

.calculator-section { background:linear-gradient(120deg,#111 0%,#0c0c0c 55%,#080808 100%); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.calculator-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:100px; align-items:center; }
.calculator-intro h2 { margin-bottom:28px; }
.estimate-note { margin-top:38px; color:#8c8881; font-size:13px; display:flex; align-items:center; gap:12px; }
.estimate-note span { width:25px; height:25px; border:1px solid var(--line); border-radius:50%; display:grid; place-items:center; color:var(--gold); }
.calculator-card { border:1px solid rgba(217,162,75,.2); background:rgba(8,8,8,.72); padding:42px; border-radius:28px; box-shadow:var(--shadow); backdrop-filter:blur(12px); }
.calc-step { padding:0 0 30px; margin-bottom:28px; border-bottom:1px solid var(--line); }
.calc-label { display:flex; gap:12px; align-items:center; margin-bottom:18px; font-weight:700; }
.calc-label span { color:var(--gold); font-size:11px; letter-spacing:.1em; }
.segmented { display:grid; grid-template-columns:repeat(3,1fr); background:#0c0c0c; padding:5px; border:1px solid var(--line); border-radius:12px; }
.segmented button { height:48px; border:0; border-radius:8px; background:transparent; color:#8e8a83; }
.segmented button.active { background:var(--gold); color:#111; font-weight:800; }
.select-wrap { position:relative; }
.select-wrap:after { content:"⌄"; position:absolute; right:18px; top:50%; transform:translateY(-58%); color:var(--gold); pointer-events:none; }
select, input { width:100%; color:var(--text); background:#0c0c0c; border:1px solid var(--line); border-radius:10px; outline:none; }
select { appearance:none; padding:0 48px 0 16px; height:54px; }
select:focus, input:focus { border-color:rgba(217,162,75,.7); box-shadow:0 0 0 3px rgba(217,162,75,.08); }
.switch-row { display:flex; justify-content:space-between; align-items:center; gap:20px; color:#b0aca4; cursor:pointer; }
.switch-row input { display:none; }
.switch-row i { width:52px; height:28px; border-radius:20px; background:#272727; position:relative; flex:none; transition:.25s; }
.switch-row i:before { content:""; position:absolute; width:20px; height:20px; top:4px; left:4px; border-radius:50%; background:#777; transition:.25s; }
.switch-row input:checked + i { background:rgba(217,162,75,.35); }
.switch-row input:checked + i:before { left:28px; background:var(--gold); }
.calc-result { display:flex; align-items:center; justify-content:space-between; gap:25px; }
.calc-result > div { display:grid; gap:8px; }
.calc-result span { color:#8c8881; font-size:12px; }
.calc-result strong { color:var(--gold-light); font-size:34px; }
.calc-result .button { min-height:54px; }

.works { background:#080808; }
.compare { height:650px; border-radius:28px; overflow:hidden; position:relative; border:1px solid var(--line); background:#111; box-shadow:var(--shadow); }
.compare img { width:100%; height:100%; object-fit:cover; object-position:center; }
.compare-base { filter:contrast(1.12) saturate(1.05) brightness(1.08); }
.compare-before { position:absolute; inset:0 auto 0 0; width:52%; overflow:hidden; border-right:1px solid rgba(255,255,255,.75); }
.compare-before img { width:var(--compare-width, 100vw); max-width:none; filter:grayscale(.92) brightness(.52) contrast(.92); }
.compare-handle { position:absolute; left:52%; top:50%; transform:translate(-50%,-50%); width:58px; height:58px; border-radius:50%; background:var(--gold); color:#111; display:grid; place-items:center; font-size:23px; box-shadow:0 0 0 8px rgba(217,162,75,.16); pointer-events:none; }
.compare input { position:absolute; inset:0; width:100%; height:100%; opacity:0; cursor:ew-resize; }
.compare-label { position:absolute; top:28px; padding:10px 14px; border-radius:7px; font-weight:900; letter-spacing:.14em; font-size:10px; backdrop-filter:blur(12px); }
.before-label { left:28px; background:rgba(0,0,0,.55); }
.after-label { right:28px; background:var(--gold); color:#111; }
.work-facts { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); border-radius:16px; margin-top:16px; overflow:hidden; }
.work-facts div { padding:25px; display:grid; gap:8px; border-right:1px solid var(--line); }
.work-facts div:last-child { border-right:0; }
.work-facts span { color:#7f7b74; font-size:11px; text-transform:uppercase; letter-spacing:.1em; }
.work-facts strong { font-size:14px; }

.process { background:linear-gradient(180deg,#0b0b0b,#080808); }
.timeline { display:grid; grid-template-columns:repeat(4,1fr); position:relative; }
.timeline:before { content:""; position:absolute; top:25px; left:8%; right:8%; height:1px; background:linear-gradient(90deg,transparent,var(--gold),transparent); opacity:.38; }
.timeline article { padding:0 34px; position:relative; }
.timeline article:first-child { padding-left:0; }
.timeline article:last-child { padding-right:0; }
.timeline article > span { width:52px; height:52px; border-radius:50%; background:#0d0d0d; border:1px solid rgba(217,162,75,.48); color:var(--gold); display:grid; place-items:center; font-size:11px; font-weight:800; position:relative; z-index:1; }
.timeline h3 { margin:34px 0 12px; font-size:22px; }
.timeline p { color:#8d8981; line-height:1.65; font-size:14px; }

.review-section { background:radial-gradient(circle at 10% 20%,rgba(217,162,75,.08),transparent 28%),#0b0b0b; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.review-layout { display:grid; grid-template-columns:.65fr 1fr 1fr; gap:18px; }
.review-score, .review-card { border:1px solid var(--line); border-radius:22px; padding:34px; min-height:310px; background:rgba(14,14,14,.82); }
.review-score strong { display:block; font-size:98px; line-height:1; margin:34px 0 5px; letter-spacing:-.08em; }
.stars { color:var(--gold); letter-spacing:.12em; }
.review-score p { color:#8c8881; font-size:13px; }
.review-card { position:relative; display:flex; flex-direction:column; justify-content:space-between; }
.quote { position:absolute; right:28px; top:18px; color:rgba(217,162,75,.25); font:100px Georgia,serif; line-height:1; }
.review-card > p { max-width:92%; font-size:18px; line-height:1.6; color:#d4d0c8; }
.review-author { display:flex; align-items:center; gap:14px; }
.review-author > span { width:46px; height:46px; border-radius:50%; background:var(--gold); color:#111; display:grid; place-items:center; font-size:12px; font-weight:900; }
.review-author div { display:grid; gap:4px; }
.review-author small { color:#78746d; }

.contact-section { overflow:hidden; background:#070707; }
.contact-section:before { content:""; position:absolute; right:-10%; bottom:-30%; width:800px; height:800px; border-radius:50%; background:radial-gradient(circle,rgba(217,162,75,.13),transparent 65%); }
.contact-layout { display:grid; grid-template-columns:1fr .72fr; gap:120px; align-items:start; }
.contact-copy h2 { margin-bottom:26px; }
.contact-list { margin-top:45px; border-top:1px solid var(--line); }
.contact-list > * { display:grid; grid-template-columns:120px 1fr; gap:26px; padding:20px 0; border-bottom:1px solid var(--line); }
.contact-list span { color:#817d76; font-size:12px; }
.contact-list strong { font-size:15px; }
.contact-form { padding:42px; border:1px solid rgba(217,162,75,.22); border-radius:24px; background:linear-gradient(145deg,#131313,#0b0b0b); box-shadow:var(--shadow); }
.field { display:grid; gap:9px; margin-bottom:20px; }
.field label { color:#8f8b83; font-size:12px; }
.field input { height:56px; padding:0 16px; }
.contact-form .button { width:100%; margin-top:8px; }
.contact-form small { display:block; margin-top:16px; color:#66635d; line-height:1.5; }

footer { border-top:1px solid var(--line); background:#050505; padding:35px 0; }
.footer-row { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.footer-row p { color:#6f6b65; font-size:12px; }
.footer-row > div { display:flex; gap:28px; color:#8c8881; font-size:12px; }

.modal { position:fixed; inset:0; z-index:100; visibility:hidden; opacity:0; transition:.25s; }
.modal.open { visibility:visible; opacity:1; }
.modal-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.78); backdrop-filter:blur(10px); }
.modal-panel { position:absolute; right:0; top:0; height:100%; width:min(520px,100%); padding:70px 46px; background:#0c0c0c; border-left:1px solid rgba(217,162,75,.24); transform:translateX(100%); transition:.38s cubic-bezier(.2,.8,.2,1); overflow-y:auto; }
.modal.open .modal-panel { transform:none; }
.modal-close { position:absolute; right:24px; top:20px; width:42px; height:42px; border:1px solid var(--line); border-radius:50%; background:transparent; color:var(--text); font-size:24px; }
.modal h2 { font-size:42px; line-height:1; letter-spacing:-.04em; margin:18px 0; }
.modal p { color:#8e8a83; line-height:1.6; margin-bottom:34px; }
.modal form .button { width:100%; }
.toast { position:fixed; left:50%; bottom:30px; transform:translate(-50%,120px); z-index:120; padding:16px 22px; background:var(--gold); color:#111; border-radius:10px; font-weight:800; box-shadow:var(--shadow); transition:.35s; }
.toast.show { transform:translate(-50%,0); }

.reveal { opacity:0; transform:translateY(28px); transition:opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity:1; transform:none; }
.reveal-delay-1 { transition-delay:.1s; }
.reveal-delay-2 { transition-delay:.2s; }
.reveal-delay-3 { transition-delay:.3s; }
.reveal-delay-4 { transition-delay:.4s; }

@media (max-width: 1180px) {
  .container { width:min(100% - 48px, 1120px); }
  .desktop-nav { display:none; }
  .site-header { grid-template-columns:1fr auto; }
  .header-contact { display:none; }
  .menu-toggle { display:block; position:relative; z-index:2; }
  .menu-toggle.active span:first-child { transform:translateY(3px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform:translateY(-3px) rotate(-45deg); }
  .mobile-menu { display:flex; position:fixed; inset:0; z-index:45; background:#090909; padding:130px 7vw 60px; flex-direction:column; justify-content:center; gap:35px; transform:translateY(-100%); transition:.45s cubic-bezier(.2,.8,.2,1); }
  .mobile-menu.open { transform:none; }
  .mobile-menu nav { display:grid; gap:20px; }
  .mobile-menu nav a { font-size:clamp(32px,7vw,60px); font-weight:900; text-transform:uppercase; }
  .mobile-phone { color:var(--gold); font-weight:800; }
  .mobile-menu .button { width:max-content; }
  .hero-media { background-position:center,center,62% center; opacity:.84; }
  .hero-side-note { display:none; }
  .hero h1 { max-width:780px; }
  .trust-strip { grid-template-columns:repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right:0; }
  .trust-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .service-grid { grid-template-columns:1fr 1fr; }
  .service-card-featured { grid-row:span 2; }
  .calculator-layout, .contact-layout { gap:55px; }
  .review-layout { grid-template-columns:1fr 1fr; }
  .review-score { grid-column:1 / -1; min-height:auto; display:grid; grid-template-columns:auto 1fr auto auto; align-items:center; gap:25px; }
  .review-score strong { margin:0; font-size:74px; }
}

@media (max-width: 820px) {
  .container { width:min(100% - 30px, 760px); }
  .section { padding:90px 0; }
  .site-header { height:72px; padding:0 18px; }
  .brand-mark { width:40px; height:40px; }
  .brand-copy strong { font-size:17px; }
  .hero { min-height:850px; height:auto; }
  .hero-content { padding-top:150px; padding-bottom:135px; }
  .hero-media { background-image:linear-gradient(180deg,rgba(5,5,5,.28),rgba(5,5,5,.72) 48%,#070707 94%),url('assets/hero.webp'); background-size:cover; background-position:center,62% top; opacity:.8; }
  .hero-grid { background-size:55px 55px; }
  .hero h1 { font-size:clamp(48px,14vw,82px); }
  .hero h1 span { font-size:.72em; }
  .hero-lead { font-size:17px; max-width:560px; }
  .hero-meta { gap:22px; flex-wrap:wrap; }
  .hero-meta div { min-width:90px; }
  .scroll-hint { display:none; }
  .trust-strip { grid-template-columns:1fr; }
  .trust-item { border-right:0; border-bottom:1px solid var(--line); min-height:112px; }
  .trust-item:last-child { border-bottom:0; }
  .section-head { grid-template-columns:1fr; gap:25px; margin-bottom:45px; }
  .section-head h2, .calculator-intro h2, .contact-copy h2 { font-size:clamp(42px,12vw,68px); }
  .service-grid { grid-template-columns:1fr; }
  .service-card-featured { min-height:620px; grid-row:auto; }
  .service-card { min-height:340px; }
  .calculator-layout, .contact-layout { grid-template-columns:1fr; }
  .calculator-card, .contact-form { padding:25px; }
  .calc-result { align-items:flex-start; flex-direction:column; }
  .calc-result .button { width:100%; }
  .compare { height:520px; }
  .work-facts { grid-template-columns:1fr 1fr; }
  .work-facts div:nth-child(2) { border-right:0; }
  .work-facts div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .timeline { grid-template-columns:1fr; gap:0; }
  .timeline:before { top:25px; bottom:25px; left:25px; right:auto; width:1px; height:auto; background:linear-gradient(transparent,var(--gold),transparent); }
  .timeline article, .timeline article:first-child, .timeline article:last-child { padding:0 0 45px 82px; }
  .timeline h3 { margin:0 0 10px; }
  .timeline article > span { position:absolute; left:0; top:0; }
  .review-layout { grid-template-columns:1fr; }
  .review-score { grid-column:auto; display:block; }
  .review-score strong { margin:25px 0 4px; }
  .review-card { min-height:300px; }
  .footer-row { align-items:flex-start; flex-direction:column; }
  .footer-row > div { flex-direction:column; gap:12px; }
  .cursor-glow { display:none; }
}

@media (max-width: 520px) {
  .hero-actions { display:grid; }
  .button { width:100%; min-height:55px; padding:0 20px; }
  .hero-meta { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
  .hero-meta strong { font-size:20px; }
  .hero-meta span { font-size:10px; }
  .segmented { grid-template-columns:1fr; }
  .segmented button { height:42px; }
  .switch-row { font-size:13px; }
  .compare { height:410px; }
  .work-facts { grid-template-columns:1fr; }
  .work-facts div { border-right:0; border-bottom:1px solid var(--line); }
  .work-facts div:last-child { border-bottom:0; }
  .contact-list > * { grid-template-columns:1fr; gap:7px; }
  .modal-panel { padding:70px 22px 30px; }
  .modal h2 { font-size:34px; }
}
