:root {
  --carbon: #0b0d0f;
  --graphite: #15191d;
  --steel: #252b31;
  --warm-white: #f6f3ec;
  --sand: #d7c8ae;
  --stone: #9d9a92;
  --blue: #1688ff;
  --blue-light: #55b7ff;
  --amber: #f4a340;
  --white: #fff;
  --line-dark: rgba(255,255,255,.12);
  --line-light: rgba(11,13,15,.14);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter", system-ui, -apple-system, sans-serif;
  --shell: 1240px;
  --gutter: clamp(20px, 5vw, 72px);
  --header-h: 92px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--carbon); color: var(--warm-white); font-family: var(--body); line-height: 1.6; overflow-x: hidden; padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--blue); color: var(--white); }

.shell { width: min(100%, calc(var(--shell) + var(--gutter) * 2)); margin-inline: auto; padding-inline: var(--gutter); }
.eyebrow { margin: 0 0 18px; color: var(--blue-light); font-size: .74rem; font-weight: 700; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 800; letter-spacing: -.025em; line-height: .92; text-transform: uppercase; text-wrap: balance; }
h1 em, h2 em { color: var(--sand); font-weight: 700; }
h2 { color: var(--carbon); font-size: clamp(3.4rem, 12vw, 7.2rem); }
h3 { margin: 0; line-height: 1.15; }
p { margin-top: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px max(18px, env(safe-area-inset-left)); color: var(--white); border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(11,13,15,.9); border-color: var(--line-dark); box-shadow: 0 8px 32px rgba(0,0,0,.16); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.brand { min-height: 44px; display: inline-flex; align-items: center; color: var(--white); text-decoration: none; }
.brand-logo { width: 68px; height: 68px; object-fit: contain; }
.desktop-nav { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone { min-width: 44px; min-height: 44px; display: none; align-items: center; gap: 8px; color: var(--white); font-size: .86rem; font-weight: 700; text-decoration: none; }
.header-phone svg { width: 19px; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1.1; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn svg { width: 20px; height: 20px; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-primary { background: var(--blue); color: var(--white); box-shadow: 0 10px 30px rgba(22,136,255,.25); }
.btn-primary:hover { background: var(--blue-light); box-shadow: 0 14px 38px rgba(22,136,255,.35); }
.btn-secondary { color: var(--white); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.28); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.btn-secondary:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.5); }
.btn-dark { background: var(--carbon); color: var(--white); }
.btn-dark:hover { background: var(--steel); }
.btn-small { min-height: 42px; padding: 10px 17px; font-size: .84rem; }
.btn-large { min-height: 56px; padding: 16px 26px; }
.btn-block { width: 100%; }

.hero { position: relative; min-height: 620px; height: min(780px, 88svh); display: flex; align-items: flex-end; overflow: hidden; background: var(--carbon); }
.hero-picture, .hero-picture img, .hero-shade { position: absolute; inset: 0; }
.hero-picture { overflow: hidden; }
.hero-picture img { top: -9%; height: 118%; object-fit: cover; object-position: 67% center; will-change: transform; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.02); }
.hero-shade { background: linear-gradient(180deg, rgba(8,10,12,.36) 0%, rgba(8,10,12,.12) 28%, rgba(8,10,12,.68) 72%, var(--carbon) 100%), linear-gradient(90deg, rgba(8,10,12,.78) 0%, rgba(8,10,12,.14) 80%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; padding-top: 142px; padding-bottom: 92px; text-align: center; }
.hero h1 { max-width: 860px; color: var(--white); font-size: clamp(3.65rem, 14vw, 8.4rem); }
.hero-lede { max-width: 610px; margin: 24px auto 30px; color: rgba(255,255,255,.76); font-size: clamp(1rem, 3.8vw, 1.2rem); line-height: 1.65; }
.hero-actions { width: min(100%, 390px); display: grid; justify-content: center; gap: 12px; }
.hero-meta { position: absolute; z-index: 2; right: var(--gutter); bottom: 30px; left: var(--gutter); display: flex; justify-content: space-between; gap: 10px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.55); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.proof-rail { background: var(--graphite); border-block: 1px solid var(--line-dark); }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; }
.proof-grid div { min-height: 100px; display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 20px 12px; border-bottom: 1px solid var(--line-dark); }
.proof-grid div:nth-child(odd) { border-right: 1px solid var(--line-dark); }
.proof-grid div:nth-child(n+3) { border-bottom: 0; }
.proof-grid span { color: var(--blue-light); font-family: var(--display); font-size: 1rem; font-weight: 700; }
.proof-grid strong { font-size: .75rem; letter-spacing: .05em; line-height: 1.35; text-transform: uppercase; }

.section { padding: clamp(84px, 12vw, 150px) 0; background: var(--warm-white); color: var(--carbon); }
.process-layout, .faq-layout, .area-layout { display: grid; gap: 58px; }
.section-heading > p:last-child { max-width: 430px; margin: 28px 0 0; color: rgba(11,13,15,.62); font-size: 1.06rem; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 16px; padding: 28px 0; border-bottom: 1px solid var(--line-light); }
.process-number { color: var(--blue); font-family: var(--display); font-size: 2rem; font-weight: 800; line-height: 1; }
.process-list h3 { margin-bottom: 10px; font-size: 1.35rem; }
.process-list p { margin: 0; color: rgba(11,13,15,.62); }

.customer-story { position: relative; min-height: min(680px, 80svh); display: flex; align-items: flex-end; overflow: hidden; background: var(--graphite); }
.customer-story picture, .customer-story img, .story-overlay { position: absolute; inset: 0; }
.customer-story img { top: -10%; height: 120%; object-fit: cover; object-position: 50% center; will-change: transform; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.025); }
.story-overlay { background: linear-gradient(180deg, transparent 25%, rgba(11,13,15,.84) 100%), linear-gradient(90deg, rgba(11,13,15,.36), transparent 75%); }
.story-copy { position: relative; z-index: 2; padding-bottom: clamp(54px, 8vw, 100px); }
.story-copy h2 { max-width: 930px; color: var(--white); font-size: clamp(3.4rem, 12vw, 7.8rem); }

.benefits { background: var(--carbon); color: var(--warm-white); }
.benefits h2, .faq h2 { color: var(--warm-white); }
.section-intro { max-width: 900px; margin-bottom: 60px; }
.benefit-list { display: grid; border-top: 1px solid var(--line-dark); }
.benefit-list article { padding: 34px 0; border-bottom: 1px solid var(--line-dark); }
.benefit-list article > span { color: var(--blue-light); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.benefit-list h3 { margin: 18px 0 12px; font-family: var(--display); font-size: 2rem; text-transform: uppercase; }
.benefit-list p { max-width: 470px; margin: 0; color: var(--stone); }

.service-area { background: var(--sand); }
.service-area .eyebrow { color: var(--carbon); opacity: .58; }
.service-area h2,
.service-area h2 em { color: var(--carbon); }
.area-copy > p { margin-bottom: 28px; font-family: var(--display); font-size: clamp(1.75rem, 6vw, 3rem); font-weight: 700; line-height: 1.15; text-transform: uppercase; }
.area-copy ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 28px; padding: 0; list-style: none; }
.area-copy li { padding: 8px 13px; border: 1px solid rgba(11,13,15,.3); border-radius: 999px; font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.area-copy a { font-weight: 700; text-underline-offset: 4px; }

.faq { background: var(--carbon); color: var(--warm-white); }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq details { border-bottom: 1px solid var(--line-dark); }
.faq summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; list-style: none; font-family: var(--display); font-size: clamp(1.45rem, 5vw, 2rem); font-weight: 700; line-height: 1.1; cursor: pointer; text-transform: uppercase; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { position: relative; width: 22px; height: 22px; flex: 0 0 22px; }
.faq summary span::before, .faq summary span::after { content: ""; position: absolute; top: 10px; left: 1px; width: 20px; height: 2px; background: var(--blue-light); transition: transform .25s ease; }
.faq summary span::after { transform: rotate(90deg); }
.faq details[open] summary span::after { transform: rotate(0); }
.faq details p { max-width: 760px; margin: -4px 0 26px; color: var(--stone); }

.quote-section { padding: clamp(70px, 10vw, 120px) 0; background: var(--carbon); }
.quote-panel { display: grid; gap: 48px; }
.quote-copy { padding-top: 12px; }
.quote-copy h2 { color: var(--white); font-size: clamp(4rem, 14vw, 8rem); }
.quote-copy > p:not(.eyebrow) { max-width: 480px; margin: 28px 0; color: var(--stone); font-size: 1.05rem; }
.quote-copy > a { color: var(--white); font-family: var(--display); font-size: 1.8rem; font-weight: 700; text-decoration-color: var(--blue); text-underline-offset: 7px; }
.form-wrap { padding: 26px 20px; background: var(--warm-white); border-radius: 18px; color: var(--carbon); }
.botcheck { display: none; }
.form-grid { display: grid; gap: 17px; }
.field label { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.field label span { color: rgba(11,13,15,.4); font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 14px; color: var(--carbon); background: var(--white); border: 1px solid rgba(11,13,15,.16); border-radius: 10px; font-size: 1rem; appearance: none; }
.field textarea { min-height: 94px; resize: vertical; }
.field select { padding-right: 42px; background-image: linear-gradient(45deg, transparent 50%, #61656a 50%), linear-gradient(135deg, #61656a 50%, transparent 50%); background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px; background-repeat: no-repeat; background-size: 5px 5px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(22,136,255,.2); border-color: var(--blue); }
.field input.invalid, .field select.invalid { border-color: #c83f3f; outline: 3px solid rgba(200,63,63,.12); }
.form-wrap .btn { margin-top: 20px; }
.form-note { margin: 14px 0 0; color: rgba(11,13,15,.52); font-size: .82rem; text-align: center; }
.form-note a { color: var(--carbon); font-weight: 700; }
.form-error { margin: 18px 0 0; padding: 12px 14px; color: #8b2020; background: #ffe6e3; border-radius: 10px; font-size: .9rem; }
.form-success { padding: 48px 20px; text-align: center; }
.form-success > span { color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.form-success h3 { margin: 10px 0 16px; font-family: var(--display); font-size: 3rem; text-transform: uppercase; }
.form-success p { color: rgba(11,13,15,.62); }
.form-success a { color: var(--carbon); font-weight: 700; }

.quote-modal { width: min(94vw, 860px); max-height: min(92svh, 920px); margin: auto; padding: 0; color: var(--warm-white); background: transparent; border: 0; overflow: visible; }
.quote-modal::backdrop { background: rgba(4,6,8,.78); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.quote-modal-card { position: relative; display: grid; gap: 28px; max-height: min(92svh, 920px); padding: 30px 18px 18px; background: var(--graphite); border: 1px solid var(--line-dark); border-radius: 24px; box-shadow: 0 28px 90px rgba(0,0,0,.55); overflow-y: auto; overscroll-behavior: contain; }
.modal-close { position: sticky; z-index: 2; top: 0; width: 46px; height: 46px; display: grid; place-items: center; justify-self: end; margin-bottom: -46px; padding: 0; color: var(--white); background: rgba(11,13,15,.82); border: 1px solid var(--line-dark); border-radius: 50%; cursor: pointer; }
.modal-close svg { width: 21px; height: 21px; }
.modal-heading { padding: 10px 8px 0; }
.modal-heading h2 { color: var(--white); font-size: clamp(3.5rem, 14vw, 6rem); }
.modal-heading > p:last-child { max-width: 520px; margin: 22px 0 0; color: var(--stone); }
.modal-form-wrap { padding: 24px 18px; }
body.modal-open { overflow: hidden; }

.site-footer { padding: 70px 0 32px; background: #07090a; color: var(--stone); border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; gap: 42px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid p { margin: 12px 0 0; }
.footer-grid a:not(.brand) { min-height: 36px; display: inline-flex; align-items: center; color: var(--warm-white); font-weight: 600; text-decoration: none; }
.footer-label { margin-bottom: 12px; color: var(--warm-white); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-brand { margin-bottom: 4px; }
.footer-brand .brand-logo { width: 112px; height: 112px; }
.footer-bottom { display: flex; flex-direction: column; gap: 6px; margin-top: 54px; padding-top: 22px; color: rgba(255,255,255,.34); border-top: 1px solid var(--line-dark); font-size: .75rem; }

.sticky-cta { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: flex; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(246,243,236,.94); border-top: 1px solid var(--line-light); box-shadow: 0 -12px 32px rgba(0,0,0,.18); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); transform: translateY(110%); transition: transform .3s ease; }
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta .btn { flex: 1; }
.sticky-call { width: 50px; min-height: 50px; display: grid; flex: 0 0 50px; place-items: center; color: var(--white); background: var(--carbon); border-radius: 999px; }
.sticky-call svg { width: 20px; }

.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.js .reveal.in-view { opacity: 1; transform: translateY(0); }
.js .delay-1 { transition-delay: .1s; }
.js .delay-2 { transition-delay: .2s; }
.js .delay-3 { transition-delay: .3s; }

a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 3px; }

@media (min-width: 560px) {
  .header-phone { display: inline-flex; }
  .header-phone span { display: none; }
  .hero-actions { display: flex; max-width: none; }
  .proof-grid div { padding-inline: 22px; }
  .form-wrap { padding: 36px; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .field-wide { grid-column: 1 / -1; }
}

@media (min-width: 760px) {
  :root { --header-h: 100px; }
  body { padding-bottom: 0; }
  .site-header { padding-inline: var(--gutter); }
  .desktop-nav { display: flex; align-items: center; gap: 28px; }
  .desktop-nav a { color: rgba(255,255,255,.68); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
  .desktop-nav a:hover { color: var(--white); }
  .header-phone span { display: inline; }
  .hero { min-height: 640px; height: min(720px, 86svh); }
  .hero-picture img { object-position: center; }
  .hero-content { padding-top: 128px; padding-bottom: 78px; }
  .hero h1 { max-width: 920px; font-size: clamp(4.8rem, 8.5vw, 7rem); }
  .hero-lede { margin-block: 18px 24px; }
  .hero-meta { justify-content: flex-end; gap: 34px; font-size: .7rem; }
  .proof-grid { grid-template-columns: repeat(4, 1fr); }
  .proof-grid div { min-height: 112px; border-right: 1px solid var(--line-dark); border-bottom: 0; }
  .proof-grid div:last-child { border-right: 0; }
  .process-layout, .faq-layout, .area-layout { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(60px, 9vw, 130px); align-items: start; }
  .process .section-heading, .faq .section-heading { position: sticky; top: 130px; }
  .process-list li { grid-template-columns: 78px 1fr; padding: 38px 0; }
  .customer-story { min-height: 720px; }
  .benefit-list { grid-template-columns: 1fr 1fr; }
  .benefit-list article { min-height: 290px; padding: 42px 38px 42px 0; }
  .benefit-list article:nth-child(odd) { border-right: 1px solid var(--line-dark); }
  .benefit-list article:nth-child(even) { padding-left: 38px; }
  .quote-panel { grid-template-columns: minmax(0, .85fr) minmax(440px, 1.15fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
  .form-wrap { padding: clamp(34px, 5vw, 54px); }
  .quote-modal-card { grid-template-columns: minmax(240px, .72fr) minmax(420px, 1.28fr); gap: 36px; padding: 54px; }
  .modal-close { position: absolute; top: 20px; right: 20px; margin: 0; }
  .modal-heading { align-self: center; padding: 0; }
  .modal-heading h2 { font-size: clamp(4rem, 7vw, 5.8rem); }
  .modal-form-wrap { padding: 32px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
  .sticky-cta { display: none; }
}

@media (min-width: 1100px) {
  .benefit-list { grid-template-columns: repeat(4, 1fr); }
  .benefit-list article { padding: 44px 30px; border-right: 1px solid var(--line-dark); }
  .benefit-list article:first-child { padding-left: 0; }
  .benefit-list article:nth-child(even) { padding-left: 30px; }
  .benefit-list article:last-child { padding-right: 0; border-right: 0; }
}

@media (max-width: 380px) {
  .brand-logo { width: 62px; height: 62px; }
  .btn-small { padding-inline: 14px; }
  .hero h1 { font-size: 3.75rem; }
  .hero-meta span:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  [data-parallax] { transform: scale(1.02) !important; }
}
