:root {
  --ink: #111619;
  --ink-soft: #20272b;
  --paper: #f3f1ec;
  --white: #fff;
  --orange: #ff4a0b;
  --orange-dark: #dc3600;
  --muted: #aeb4b5;
  --line: rgba(17, 22, 25, .14);
  --heading: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 110px 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 999; padding: 12px 18px; background: #fff; color: #111; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(13,17,19,.88); backdrop-filter: blur(16px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; text-decoration: none; line-height: .76; }
.brand-summit { color: #fff; font-family: var(--heading); font-size: 31px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.brand-services { margin-top: 7px; color: var(--orange); font-family: var(--body); font-size: 9px; font-weight: 800; letter-spacing: .34em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.site-nav a:not(.nav-call):hover { color: var(--orange); }
.nav-call { padding: 13px 19px; border: 1px solid var(--orange); border-radius: 4px; }
.nav-call:hover { background: var(--orange); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 27px; height: 2px; margin: 5px 0; background: #fff; }

.hero { min-height: 820px; padding: 185px 0 100px; position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 76% 45%, #2d3437 0, #171d20 35%, #0c1012 68%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(transparent, rgba(0,0,0,.3)); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .6; }
.hero-glow-one { width: 520px; height: 520px; right: -160px; top: 100px; background: radial-gradient(circle, rgba(255,74,11,.23), transparent 68%); }
.hero-glow-two { width: 420px; height: 420px; left: -200px; bottom: -180px; background: radial-gradient(circle, rgba(255,74,11,.16), transparent 70%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #d8dcdd; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: #5f676a; }
h1, h2, h3 { font-family: var(--heading); text-transform: uppercase; margin-top: 0; line-height: .95; }
h1 { margin-bottom: 30px; font-size: clamp(64px, 7.3vw, 108px); letter-spacing: -.025em; }
h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 600px; margin: 0 0 34px; color: #c6cbcd; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.button { min-height: 56px; padding: 15px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 3px; text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 30px rgba(255,74,11,.22); }
.button-primary:hover { background: #ff612b; }
.button-ghost { border-color: rgba(255,255,255,.25); color: #fff; }
.button-ghost:hover { border-color: #fff; }
.button-icon { font-size: 17px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 38px; color: #aab0b2; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-trust span::before { content: "✓"; margin-right: 7px; color: var(--orange); }
.hero-mark { position: relative; }
.logo-stage { padding: 45px; position: relative; border: 1px solid rgba(255,255,255,.08); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); box-shadow: 0 35px 80px rgba(0,0,0,.28); transform: rotate(1.5deg); }
.logo-stage::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.05); }
.logo-stage img { filter: drop-shadow(0 18px 22px rgba(0,0,0,.35)); }
.floating-card { position: absolute; right: -15px; bottom: -42px; padding: 17px 21px; display: flex; align-items: center; gap: 13px; background: #fff; color: var(--ink); box-shadow: 0 18px 50px rgba(0,0,0,.3); font-size: 12px; line-height: 1.55; }
.pulse { width: 10px; height: 10px; border-radius: 50%; flex: 0 0 auto; background: #44a64a; box-shadow: 0 0 0 6px rgba(68,166,74,.14); }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; }
h2 { margin-bottom: 0; font-size: clamp(48px, 6vw, 78px); letter-spacing: -.02em; }
.intro-copy { padding-bottom: 4px; }
.intro-copy p { margin: 0 0 25px; color: #586064; font-size: 18px; line-height: 1.8; }
.text-link, .service-body a { display: inline-flex; gap: 13px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link:hover span, .service-body a:hover span { transform: translateX(4px); }

.services { background: #fff; color: var(--ink); }
.services .eyebrow { color: #5f676a; }
.section-heading, .process-top { margin-bottom: 56px; display: flex; justify-content: space-between; align-items: end; gap: 80px; }
.section-heading > p, .process-top > p { max-width: 410px; margin: 0; color: #666e71; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { min-height: 565px; position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(17,22,25,.08); }
.service-image { height: 315px; padding: 10px; overflow: hidden; background: #fff; border-bottom: 1px solid var(--line); }
.service-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .55s ease; }
.service-card:hover .service-image img { transform: scale(1.015); }
.service-body { padding: 30px 34px 34px; position: relative; }
.service-number { position: absolute; right: 26px; top: 23px; color: rgba(17,22,25,.28); font-family: var(--heading); font-size: 24px; }
.service-body h3 { margin: 0 42px 13px 0; font-size: 34px; }
.service-body p { max-width: 530px; min-height: 52px; margin: 0 0 20px; color: #626a6d; font-size: 14px; }
.service-body a { color: var(--orange-dark); }
.storm-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr .9fr; min-height: 390px; }
.storm-card .service-image { height: 390px; }
.storm-card .service-body { display: flex; flex-direction: column; justify-content: center; padding: 48px; }

.process { background: #fff; }
.process-top > p { color: #666e71; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.steps article { min-height: 330px; padding: 38px; position: relative; border-right: 1px solid var(--line); }
.steps article:last-child { border: 0; }
.steps article > span { position: absolute; top: 24px; right: 27px; color: #a6acad; font-family: var(--heading); }
.step-icon { width: 58px; height: 58px; margin-bottom: 55px; display: grid; place-items: center; background: var(--orange); color: #fff; font-size: 23px; font-weight: 800; }
.steps h3 { margin-bottom: 15px; font-size: 28px; }
.steps p { margin: 0; color: #697174; font-size: 14px; }

.area { color: #fff; background: linear-gradient(120deg, rgba(9,13,15,.98), rgba(25,31,34,.94)), url("assets/storm-repair.png") center/cover; }
.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.area-copy > p:not(.eyebrow) { max-width: 530px; margin: 28px 0 30px; color: #bac0c2; }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.area-list span { padding: 17px 4px; border-bottom: 1px solid rgba(255,255,255,.15); color: #d7dadb; font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.area-list span:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.15); }
.area-list span:nth-child(even) { padding-left: 24px; }

.request-section { background: #fff; }
.request-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.request-copy { position: sticky; top: 120px; }
.request-copy > p:not(.eyebrow) { margin: 28px 0; color: #626a6d; font-size: 16px; line-height: 1.8; }
.request-note { padding: 22px 0; display: flex; flex-direction: column; gap: 4px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; }
.request-note strong { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.request-note a { color: var(--orange-dark); font-weight: 700; text-decoration: none; }
.form-shell { padding: 14px 14px 18px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 24px 60px rgba(17,22,25,.12); }
.form-shell iframe { width: 100%; height: 880px; display: block; border: 0; background: #fff; }
.form-fallback { margin: 15px 10px 0; display: inline-block; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; text-underline-offset: 4px; }

.cta-section { padding: 0; background: var(--ink); }
.cta-box { width: min(1180px, 100%); padding: 85px 75px; display: grid; grid-template-columns: 1fr .75fr; gap: 100px; color: #fff; background: var(--orange); }
.cta-box .eyebrow { color: #fff; }
.cta-box .eyebrow span { background: #fff; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.cta-actions p { margin: 0 0 25px; color: #fff; }
.button-light { background: #fff; color: var(--ink); font-size: 18px; }
.sms-link { margin-top: 18px; color: #fff; font-size: 12px; font-weight: 700; text-underline-offset: 4px; }

footer { padding: 70px 0 28px; color: #c4c9ca; background: #0d1113; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr; gap: 80px; padding-bottom: 55px; }
.footer-brand { align-self: start; display: inline-flex; flex-direction: column; align-items: flex-start; text-decoration: none; line-height: .76; }
.footer-brand .brand-summit { font-size: 46px; }
.footer-brand .brand-services { margin-top: 11px; font-size: 12px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.footer-grid strong { margin-bottom: 8px; color: #fff; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #7f878a; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  .section-pad { padding: 82px 0; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; padding: 25px 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #111719; border-top: 1px solid rgba(255,255,255,.1); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 0; }
  .nav-call { margin-top: 8px; text-align: center; }
  .hero { padding-top: 150px; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .hero-mark { max-width: 600px; }
  .intro-grid, .area-grid { grid-template-columns: 1fr; gap: 42px; }
  .request-grid { grid-template-columns: 1fr; gap: 45px; }
  .request-copy { position: static; }
  .section-heading, .process-top { align-items: start; flex-direction: column; gap: 25px; }
  .storm-card { grid-template-columns: 1fr; }
  .storm-card .service-image { height: 330px; }
  .steps article { padding: 28px; }
  .cta-box { padding: 70px 45px; gap: 55px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 30px, 1180px); }
  .nav-wrap { height: 72px; }
  .brand-summit { font-size: 28px; }
  .site-nav { top: 72px; }
  .hero { min-height: auto; padding: 125px 0 100px; }
  h1 { font-size: 58px; }
  h2 { font-size: 49px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-trust { display: grid; }
  .logo-stage { padding: 24px; }
  .floating-card { right: 5px; bottom: -50px; }
  .intro-grid { gap: 32px; }
  .intro-copy p { font-size: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .storm-card { grid-column: auto; min-height: 0; }
  .service-image, .storm-card .service-image { height: 265px; }
  .service-body, .storm-card .service-body { padding: 28px 24px 32px; }
  .service-body h3 { font-size: 30px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-icon { margin-bottom: 35px; }
  .area-list { grid-template-columns: 1fr; }
  .area-list span, .area-list span:nth-child(odd), .area-list span:nth-child(even) { padding: 14px 2px; border-right: 0; }
  .cta-box { width: 100%; padding: 65px 25px; grid-template-columns: 1fr; gap: 35px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { height: 130px; }
  .footer-bottom { padding-bottom: 60px; gap: 16px; flex-direction: column; }
  .form-shell { padding: 6px 4px 12px; }
  .form-shell iframe { height: 960px; }
  .mobile-actions { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 9px; min-height: 52px; display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; border-radius: 4px; box-shadow: 0 10px 35px rgba(0,0,0,.35); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; background: #fff; color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
  .mobile-actions a:last-child { background: var(--orange); color: #fff; }
}

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