:root {
  --forest: #1f3d2b;
  --forest-deep: #10271b;
  --forest-ink: #0b1c13;
  --forest-soft: #31583e;
  --amber: #d97706;
  --amber-text: #a65300;
  --amber-bright: #f09a26;
  --cream: #faf9f6;
  --paper: #f1eee7;
  --ink: #16231b;
  --muted: #607064;
  --line: rgba(31, 61, 43, 0.16);
  --white-line: rgba(255, 255, 255, 0.18);
  --shadow-lg: 0 28px 70px rgba(12, 30, 20, 0.2);
  --radius: 14px;
  --wrap: min(1180px, calc(100% - 40px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Inter", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
::selection { background: var(--amber); color: var(--forest-ink); }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--forest-deep); }
::-webkit-scrollbar-thumb { background: var(--amber); border: 3px solid var(--forest-deep); border-radius: 999px; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--amber-bright); outline-offset: 3px; }
img { display: block; max-width: 100%; }
svg { display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Montserrat", "Arial Black", sans-serif; line-height: 1.02; letter-spacing: -0.035em; }
h1 { max-width: 820px; font-size: clamp(3.4rem, 6vw, 5.35rem); }
h2 { font-size: clamp(2.25rem, 4.6vw, 4.5rem); }
h3 { font-size: 1.18rem; letter-spacing: -0.025em; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section-pad { padding: 128px 0; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.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: 1000; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-160%); background: var(--amber); color: var(--forest-ink); font-weight: 800; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: white; transition: background-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease; }
.site-header.scrolled, .site-header.menu-active { background: rgba(19, 48, 32, .94); box-shadow: 0 10px 34px rgba(6, 22, 13, .2); backdrop-filter: blur(18px); }
.nav-shell { position: relative; z-index: 101; width: var(--wrap); height: 86px; margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; background: var(--amber); color: var(--forest-ink); border-radius: 8px; box-shadow: 0 8px 22px rgba(217, 119, 6, .24); }
.brand-mark svg { width: 32px; fill: currentColor; stroke: currentColor; stroke-width: 2; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: "Montserrat", sans-serif; font-size: .82rem; letter-spacing: -.02em; text-transform: uppercase; }
.brand-copy strong span { color: var(--amber-bright); }
.brand-copy small { margin-top: 7px; color: rgba(255, 255, 255, .68); font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); }
.desktop-nav a { position: relative; color: rgba(255, 255, 255, .82); font-size: .79rem; font-weight: 700; text-decoration: none; }
.desktop-nav a::after { position: absolute; bottom: -9px; left: 0; width: 100%; height: 2px; content: ""; transform: scaleX(0); transform-origin: right; background: var(--amber); transition: transform .3s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.active { color: white; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); transform-origin: left; }

.button { min-height: 46px; padding: 13px 20px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 9px; font-size: .83rem; font-weight: 800; line-height: 1; text-align: center; text-decoration: none; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s ease, background-color .25s ease; }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.button:hover { transform: translateY(-3px) scale(1.05); }
.nav-cta:hover { transform: translateY(-2px); }
.button:disabled { opacity: .68; cursor: not-allowed; transform: none; box-shadow: none; }
.button-amber { background: var(--amber); color: var(--forest-ink); box-shadow: 0 9px 22px rgba(217, 119, 6, .25); }
.button-amber:hover { background: var(--amber-bright); box-shadow: 0 15px 30px rgba(217, 119, 6, .35); }
.button-outline { border: 1px solid rgba(255, 255, 255, .8); background: rgba(255, 255, 255, .03); color: white; }
.button-outline:hover { background: white; color: var(--forest-ink); box-shadow: 0 14px 28px rgba(0, 0, 0, .2); }
.button-green { background: var(--forest); color: white; box-shadow: 0 10px 25px rgba(31, 61, 43, .22); }
.button-green:hover { background: var(--forest-soft); box-shadow: 0 16px 32px rgba(31, 61, 43, .28); }
.button-large { min-height: 57px; padding: 18px 24px; }
.menu-toggle, .mobile-nav, .mobile-call { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: center; background: var(--forest-deep); color: white; }
.hero-media, .hero-shade { position: absolute; inset: -7% 0; }
.hero-media { will-change: transform; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(6,25,15,.95) 0%, rgba(9,31,19,.81) 36%, rgba(10,31,19,.32) 67%, rgba(8,26,16,.38) 100%), linear-gradient(0deg, rgba(7,22,14,.8) 0%, transparent 42%); }
.hero-rigging { position: absolute; inset: 0; pointer-events: none; opacity: .28; }
.rig-line { position: absolute; top: 0; width: 1px; height: 46%; background: linear-gradient(180deg, transparent, var(--amber)); }
.rig-line-one { left: 71%; }
.rig-line-two { left: calc(71% + 44px); height: 39%; }
.rig-knot { position: absolute; top: 39%; left: calc(71% - 6px); width: 13px; height: 13px; border: 2px solid var(--amber); border-radius: 50%; }
.hero-content { position: relative; z-index: 2; padding: 150px 0 190px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: end; gap: 70px; }
.hero-copy { max-width: 850px; }
.hero h1 { margin-bottom: 28px; color: white; }
.hero-sub { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.4vw, 1.23rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-field-card { position: relative; margin-bottom: 2px; padding: 24px; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(13,44,28,.64); box-shadow: 0 18px 46px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
.hero-field-card::before { position: absolute; top: -1px; left: 0; width: 70px; height: 3px; content: ""; background: var(--amber); }
.field-card-label { margin-bottom: 16px; display: block; color: var(--amber-bright); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.field-card-top { display: flex; align-items: center; gap: 9px; font-size: .76rem; text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; background: var(--amber-bright); border-radius: 50%; box-shadow: 0 0 0 7px rgba(240,154,38,.12); animation: pulse 2.2s ease-out infinite; }
.hero-field-card p { margin: 18px 0 17px; color: rgba(255,255,255,.7); font-size: .86rem; line-height: 1.55; }
.hero-field-card > a { color: white; font-family: "Montserrat", sans-serif; font-size: 1.35rem; font-weight: 800; text-decoration: none; }
.field-code { margin-top: 22px; display: block; color: var(--amber-bright); font-size: .62rem; font-weight: 700; letter-spacing: .17em; }
.hero-stats { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(255,255,255,.14); background: rgba(11,33,21,.7); backdrop-filter: blur(10px); }
.hero-stats-inner { min-height: 118px; display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)) 1.4fr; align-items: center; }
.hero-stat { min-height: 58px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-stat:first-child { padding-left: 0; border-left: 0; }
.hero-stat strong { display: block; font-family: "Montserrat", sans-serif; font-size: 1.85rem; line-height: 1; }
.hero-stat strong span { color: var(--amber-bright); }
.hero-stat p { margin: 8px 0 0; color: rgba(255,255,255,.6); font-size: .7rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.demo-note { justify-self: end; max-width: 235px; margin: 0; color: rgba(255,255,255,.7); font-size: .75rem; line-height: 1.45; text-align: right; }
.availability-note { margin-top: 12px; display: block; color: rgba(255,255,255,.74); font-size: .75rem; font-weight: 700; line-height: 1.4; }
.availability-note-dark { margin: -8px 0 14px; color: rgba(11,28,19,.76); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-grid { position: relative; min-height: 98px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.trust-grid > div { min-height: 42px; padding: 0 22px; display: flex; align-items: center; justify-content: center; gap: 10px; border-left: 1px solid var(--line); color: var(--forest); font-size: .73rem; font-weight: 800; line-height: 1.3; text-align: center; }
.trust-grid > div:nth-child(2) { border-left: 0; }
.trust-grid svg { width: 22px; min-width: 22px; height: 22px; fill: none; stroke: var(--amber); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.trust-disclaimer { position: absolute; top: 5px; left: 50%; margin: 0; transform: translateX(-50%); color: #526159; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section-heading, .why-heading, .reviews-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; }
.section-heading h2, .why-heading h2, .reviews-heading h2 { margin-bottom: 0; }
.section-heading > p, .why-heading > p, .reviews-heading > p { max-width: 440px; margin: 0 0 9px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 315px; padding: 30px; overflow: hidden; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.3); transition: transform .35s var(--ease), background-color .35s ease, box-shadow .35s ease, color .35s ease; }
.service-card::after { position: absolute; right: -40px; bottom: -46px; width: 130px; height: 130px; content: ""; border: 1px solid var(--line); border-radius: 50%; transition: transform .5s var(--ease), border-color .3s ease; }
.service-card:hover { z-index: 2; transform: scale(1.05); background: white; box-shadow: var(--shadow-lg); }
.service-card:hover::after { transform: scale(1.22); border-color: rgba(217,119,6,.32); }
.service-card-head { display: flex; align-items: flex-start; justify-content: space-between; color: var(--amber-text); }
.service-card-head > span { font-size: .63rem; font-weight: 800; letter-spacing: .15em; }
.service-card-head > svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.35; }
.service-card h3 { max-width: 240px; margin: 42px 0 14px; color: var(--forest); }
.service-card p { max-width: 280px; margin-bottom: 24px; color: var(--muted); font-size: .88rem; line-height: 1.58; }
.service-card > a { position: relative; z-index: 1; margin-top: auto; display: flex; align-items: center; gap: 8px; color: var(--forest); font-size: .75rem; font-weight: 800; text-decoration: none; }
.service-card > a svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .25s ease; }
.service-card > a:hover svg { transform: translateX(4px); }
.service-card-emergency { background: var(--amber); }
.service-card-emergency .service-card-head, .service-card-emergency h3, .service-card-emergency > a { color: var(--forest-ink); }
.service-card-emergency p { color: rgba(11,28,19,.72); }
.service-card-emergency:hover { background: var(--amber-bright); }

.why { position: relative; overflow: hidden; background: var(--forest); color: white; }
.why-rings { position: absolute; top: -330px; right: -260px; width: 760px; height: 760px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.022), 0 0 0 130px rgba(255,255,255,.022), 0 0 0 195px rgba(255,255,255,.022); }
.why-heading { position: relative; }
.why-heading h2 { color: white; }
.why-heading > p { color: rgba(255,255,255,.66); }
.why-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--white-line); border-left: 1px solid var(--white-line); }
.why-item { min-height: 305px; padding: 34px 28px 28px; display: flex; flex-direction: column; border-right: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); transition: transform .3s var(--ease), background-color .3s ease; }
.why-item:hover { transform: translateY(-8px); background: rgba(255,255,255,.055); }
.why-item > svg { width: 39px; height: 39px; fill: none; stroke: var(--amber-bright); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.35; }
.why-item h3 { margin: 50px 0 14px; color: white; }
.why-item p { color: rgba(255,255,255,.62); font-size: .86rem; line-height: 1.58; }
.why-item small { margin-top: auto; color: rgba(255,255,255,.64); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.process { background: var(--paper); }
.process-heading { max-width: 780px; margin-bottom: 75px; }
.process-heading h2 { margin-bottom: 24px; }
.process-heading p { max-width: 620px; margin-bottom: 0; color: var(--muted); }
.timeline { position: relative; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }
.timeline::before { position: absolute; top: 29px; right: 10%; left: 10%; height: 2px; content: ""; background: linear-gradient(90deg, var(--forest), var(--amber)); transform: scaleX(0); transform-origin: left; transition: transform 1.4s .2s var(--ease); }
.timeline.visible::before { transform: scaleX(1); }
.timeline li { position: relative; padding: 0 19px; text-align: center; }
.timeline-marker { position: relative; z-index: 1; width: 60px; height: 60px; margin: 0 auto 27px; display: grid; place-items: center; border: 1px solid rgba(31,61,43,.2); background: var(--paper); border-radius: 50%; }
.timeline-marker::before { position: absolute; inset: 6px; content: ""; border: 1px dashed rgba(31,61,43,.35); border-radius: 50%; }
.timeline-marker span { position: relative; z-index: 1; width: 28px; height: 28px; display: grid; place-items: center; background: var(--forest); color: white; font-family: "Montserrat", sans-serif; font-size: .72rem; border-radius: 50%; }
.timeline li:last-child .timeline-marker span { background: var(--amber); color: var(--forest-ink); }
.timeline h3 { min-height: 42px; margin-bottom: 13px; color: var(--forest); font-size: .94rem; line-height: 1.25; }
.timeline p { margin-bottom: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }

.counter-bar { position: relative; background: var(--amber); }
.counter-grid { min-height: 196px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.counter-item { padding: 0 34px; border-left: 1px solid rgba(16,39,27,.22); text-align: center; }
.counter-item:first-child { border-left: 0; }
.counter-item strong { color: var(--forest-ink); font-family: "Montserrat", sans-serif; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.04em; line-height: 1; }
.counter-item p { margin: 10px 0 0; color: rgba(11,28,19,.68); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.counter-disclaimer { position: absolute; right: 20px; bottom: 8px; margin: 0; color: rgba(11,28,19,.72); font-size: .75rem; font-weight: 700; }

.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(65px, 8vw, 110px); }
.photo-collage { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: 1fr .63fr; gap: 14px; }
.photo-collage figure { position: relative; margin: 0; overflow: hidden; background: var(--forest); }
.photo-collage figure::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); pointer-events: none; }
.photo-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.photo-collage figure:hover img { transform: scale(1.05); }
.photo-main { grid-row: 1 / span 2; border-radius: var(--radius) 0 0 var(--radius); }
.photo-main img { object-position: center top; }
.photo-small { border-radius: 0 var(--radius) 0 0; }
.photo-wide { border-radius: 0 0 var(--radius) 0; }
.collage-stamp { position: absolute; right: 19%; bottom: 26%; width: 108px; height: 108px; display: grid; place-content: center; border: 2px solid var(--forest-ink); background: var(--amber); color: var(--forest-ink); text-align: center; transform: rotate(-6deg); box-shadow: 0 16px 32px rgba(10,28,18,.24); }
.collage-stamp span { font-family: "Montserrat", sans-serif; font-size: 1.8rem; font-weight: 800; line-height: 1; }
.collage-stamp small { margin-top: 8px; font-size: .56rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.about-copy h2 { margin-bottom: 28px; }
.about-lede { margin-bottom: 35px; color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.credential-list { margin: 0; padding: 0; display: grid; gap: 18px; list-style: none; }
.credential-list li { display: grid; grid-template-columns: 36px 1fr; align-items: start; gap: 15px; }
.credential-list li > span { width: 34px; height: 34px; display: grid; place-items: center; background: rgba(217,119,6,.13); color: var(--amber); border-radius: 50%; }
.credential-list svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.credential-list strong { display: block; color: var(--forest); font-family: "Montserrat", sans-serif; font-size: .87rem; }
.credential-list p { margin: 5px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.about-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; }
.text-link { color: var(--forest); font-weight: 800; }
.proof-note { margin: 22px 0 0; color: #59665d; font-size: .75rem; }

.reviews { background: var(--forest-ink); color: white; }
.reviews-heading h2 { color: white; }
.reviews-heading > p { color: rgba(255,255,255,.56); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.review-card { min-height: 365px; padding: 34px; display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.035); transition: transform .35s var(--ease), background-color .35s ease, box-shadow .35s ease; }
.review-card:hover { transform: translateY(-8px) scale(1.02); background: rgba(255,255,255,.065); box-shadow: 0 24px 50px rgba(0,0,0,.2); }
.review-featured { border-top-color: var(--amber); background: var(--forest); }
.stars { color: var(--amber-bright); font-size: .91rem; letter-spacing: .24em; }
.review-card blockquote { margin: 34px 0 38px; color: rgba(255,255,255,.8); font-size: 1rem; line-height: 1.78; }
.review-card footer { margin-top: auto; display: grid; }
.review-card footer strong { font-family: "Montserrat", sans-serif; font-size: .8rem; }
.review-card footer span { margin-top: 6px; color: rgba(255,255,255,.66); font-size: .67rem; }

.emergency { position: relative; overflow: hidden; background: var(--amber); color: var(--forest-ink); }
.emergency-lines { position: absolute; inset: -80% auto auto 51%; width: 670px; height: 670px; border: 1px solid rgba(16,39,27,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(16,39,27,.04), 0 0 0 140px rgba(16,39,27,.04); }
.emergency-inner { position: relative; min-height: 315px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.emergency-inner > div > p { margin-bottom: 18px; font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.emergency-inner h2 { margin-bottom: 0; font-size: clamp(2.2rem, 4.5vw, 4.3rem); }
.emergency-disclaimer { margin-top: 20px; display: block; color: rgba(11,28,19,.78); font-size: .75rem; font-weight: 800; letter-spacing: .04em; }
.emergency-phone { min-width: 390px; padding: 27px 30px; display: grid; grid-template-columns: 1fr auto; align-items: center; border-top: 1px solid rgba(16,39,27,.4); border-bottom: 1px solid rgba(16,39,27,.2); color: var(--forest-ink); font-family: "Montserrat", sans-serif; font-size: clamp(1.55rem, 3vw, 2.25rem); font-weight: 800; line-height: 1; text-decoration: none; transition: transform .3s var(--ease), background-color .3s ease, box-shadow .3s ease; }
.emergency-phone:hover { transform: translateY(-5px) scale(1.03); background: rgba(255,255,255,.15); box-shadow: 0 18px 36px rgba(16,39,27,.14); }
.emergency-phone span { grid-column: 1; margin-bottom: 10px; font-family: "Inter", sans-serif; font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.emergency-phone svg { grid-column: 2; grid-row: 1 / span 2; width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }

.contact { background: var(--forest); color: white; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 8vw, 120px); }
.contact-intro { padding-top: 24px; }
.contact-intro h2 { margin-bottom: 28px; color: white; }
.contact-intro > p { max-width: 500px; color: rgba(255,255,255,.63); }
.contact-phone { margin: 45px 0; padding: 24px 0; display: grid; border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); color: white; text-decoration: none; }
.contact-phone span { margin-bottom: 10px; color: var(--amber-bright); font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-phone strong { font-family: "Montserrat", sans-serif; font-size: clamp(1.7rem, 3vw, 2.65rem); line-height: 1; }
.contact-meta { display: grid; gap: 17px; }
.contact-meta > div { display: grid; gap: 3px; }
.contact-meta span { color: rgba(255,255,255,.64); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-meta strong { font-size: .8rem; }
.estimate-form { padding: 42px; background: var(--cream); color: var(--ink); border-radius: var(--radius); box-shadow: 0 34px 75px rgba(6,22,13,.3); }
.form-heading { margin-bottom: 32px; padding-bottom: 20px; display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid var(--line); }
.form-heading > div { display: grid; gap: 6px; }
.form-heading span { color: var(--forest); font-family: "Montserrat", sans-serif; font-size: 1.15rem; font-weight: 800; }
.form-heading strong, .form-heading p { margin: 0; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .13em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.estimate-form label { margin-bottom: 20px; display: grid; gap: 8px; }
.estimate-form label > span { color: var(--forest); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; border: 1px solid rgba(31,61,43,.22); background: white; color: var(--ink); border-radius: 8px; transition: border-color .2s ease, box-shadow .2s ease; }
.estimate-form input, .estimate-form select { height: 52px; padding: 0 15px; }
.estimate-form textarea { min-height: 126px; padding: 13px 15px; resize: vertical; }
.estimate-form input::placeholder, .estimate-form textarea::placeholder { color: #69756c; opacity: 1; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { border-color: var(--amber); box-shadow: 0 0 0 4px rgba(217,119,6,.12); }
.form-submit { margin-top: 7px; display: flex; align-items: center; gap: 24px; }
.form-submit p { max-width: 130px; margin: 0; color: var(--muted); font-size: .63rem; line-height: 1.45; }
.form-status { min-height: 24px; margin-top: 18px; color: var(--forest); font-size: .8rem; font-weight: 700; }

.footer { padding: 80px 0 24px; background: var(--forest-ink); color: white; }
.footer-main { padding-bottom: 65px; display: grid; grid-template-columns: 1.65fr repeat(3, .65fr); gap: 50px; }
.footer-brand > p { max-width: 260px; margin: 24px 0 0; color: rgba(255,255,255,.5); font-size: .84rem; }
.footer-nav, .footer-contact { display: grid; align-content: start; gap: 12px; }
.footer-nav > strong, .footer-contact > strong { margin-bottom: 6px; color: var(--amber-bright); font-size: .63rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-nav a, .footer-contact a:not(.button), .footer-contact p { margin: 0; color: rgba(255,255,255,.62); font-size: .78rem; text-decoration: none; }
.footer-nav a:hover, .footer-contact a:not(.button):hover { color: white; }
.footer-contact .button { margin-top: 12px; justify-self: start; }
.footer-bottom { padding-top: 23px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.37); font-size: .64rem; }

.load-in { opacity: 0; transform: translateY(32px); animation: loadUp .75s var(--ease) forwards; }
.hero h1.load-in { animation-delay: .08s; }
.hero-sub.load-in { animation-delay: .19s; }
.hero-actions.load-in { animation-delay: .3s; }
.hero-field-card.load-in { animation-delay: .52s; }
.hero-stat:nth-child(1) { animation-delay: .56s; }
.hero-stat:nth-child(2) { animation-delay: .65s; }
.hero-stat:nth-child(3) { animation-delay: .74s; }
.demo-note.load-in { animation-delay: .82s; }
.reveal, .reveal-stagger > *, .reveal-slide { opacity: 0; transform: translateY(40px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible, .reveal-stagger.visible > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(2) { transition-delay: .1s; }
.reveal-stagger.visible > *:nth-child(3) { transition-delay: .2s; }
.reveal-stagger.visible > *:nth-child(4) { transition-delay: .3s; }
.reveal-stagger.visible > *:nth-child(5) { transition-delay: .4s; }
.reveal-stagger.visible > *:nth-child(6) { transition-delay: .5s; }
.reveal-stagger.visible > *:nth-child(7) { transition-delay: .6s; }
.reveal-stagger.visible > *:nth-child(8) { transition-delay: .7s; }
.reveal-stagger.visible > *:nth-child(9) { transition-delay: .8s; }
.reveal-slide { transform: translateX(-34px); }
.reveal-slide.visible { opacity: 1; transform: translateX(0); }
.why-item:nth-child(2) { transition-delay: .1s; }
.why-item:nth-child(3) { transition-delay: .2s; }
.why-item:nth-child(4) { transition-delay: .3s; }
@keyframes loadUp { to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(240,154,38,.4); } 70% { box-shadow: 0 0 0 9px rgba(240,154,38,0); } 100% { box-shadow: 0 0 0 0 rgba(240,154,38,0); } }

@media (max-width: 1050px) {
  .desktop-nav, .nav-cta { display: none; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .menu-toggle { width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.28); display: grid; place-items: center; background: rgba(255,255,255,.05); color: white; border-radius: 8px; cursor: pointer; }
  .menu-toggle svg { grid-area: 1 / 1; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; transition: opacity .2s ease, transform .3s var(--ease); }
  .menu-close { opacity: 0; transform: rotate(-45deg) scale(.7); }
  .menu-toggle[aria-expanded="true"] .menu-open { opacity: 0; transform: rotate(45deg) scale(.7); }
  .menu-toggle[aria-expanded="true"] .menu-close { opacity: 1; transform: rotate(0) scale(1); }
  .mobile-nav { position: fixed; z-index: 100; top: 0; left: 0; width: 100vw; height: 100svh; padding: 116px 24px 36px; display: grid; align-content: start; gap: 0; visibility: hidden; background: rgba(16,39,27,.99); opacity: 0; transform: translateY(-16px); transition: opacity .3s ease, transform .3s var(--ease), visibility .3s; }
  .mobile-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-nav > a:not(.button) { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: white; font-family: "Montserrat", sans-serif; font-size: 1.45rem; font-weight: 800; text-decoration: none; }
  .mobile-nav .button { margin-top: 26px; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-field-card { display: none; }
  .hero-stats-inner { padding-top: 14px; grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr auto; }
  .demo-note { grid-column: 1 / -1; justify-self: center; max-width: none; padding-bottom: 8px; text-align: center; }
  .trust-grid { grid-template-columns: repeat(5, minmax(155px, 1fr)); overflow-x: auto; scrollbar-width: none; }
  .trust-grid::-webkit-scrollbar { display: none; }
  .section-heading, .why-heading, .reviews-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: 1fr; gap: 0; }
  .timeline::before { top: 0; bottom: 0; left: 29px; width: 2px; height: auto; transform: scaleY(0); transform-origin: top; }
  .timeline.visible::before { transform: scaleY(1); }
  .timeline li { min-height: 134px; padding: 0 0 34px 90px; text-align: left; }
  .timeline-marker { position: absolute; top: 0; left: 0; margin: 0; }
  .timeline h3 { min-height: 0; margin: 5px 0 10px; }
  .counter-grid { grid-template-columns: repeat(2, 1fr); padding: 32px 0; }
  .counter-item { padding: 28px; }
  .counter-item:nth-child(3) { border-left: 0; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .photo-collage { min-height: 610px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 300px; }
  .emergency-inner { grid-template-columns: 1fr; padding: 70px 0; gap: 36px; }
  .emergency-phone { min-width: 0; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-contact { grid-column: 2; }
}

@media (max-width: 700px) {
  :root { --wrap: min(100% - 28px, 1180px); }
  .section-pad { padding: 88px 0; }
  h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.25rem); }
  .nav-shell { height: 74px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-mark svg { width: 28px; }
  .brand-copy strong { font-size: .7rem; }
  .brand-copy small { font-size: .51rem; }
  .hero { min-height: 890px; align-items: flex-start; }
  .hero-media img { object-position: 65% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,25,15,.94), rgba(7,26,16,.65)), linear-gradient(0deg, rgba(7,22,14,.92) 0%, rgba(7,22,14,.14) 65%); }
  .hero-content { padding: 148px 0 220px; }
  .hero h1 { margin-bottom: 24px; }
  .hero h1 br { display: none; }
  .hero-sub { font-size: .96rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-stats-inner { min-height: 180px; }
  .hero-stats .demo-note { position: absolute; top: 9px; right: 14px; left: 14px; padding: 0; }
  .hero-stat { min-width: 0; padding: 0 12px; text-align: center; }
  .hero-stat:first-child { padding-left: 0; }
  .hero-stat strong { font-size: 1.32rem; }
  .hero-stat p { font-size: .5rem; letter-spacing: .07em; }
  .trust-grid { min-height: 88px; grid-template-columns: repeat(5, 176px); padding-top: 12px; }
  .trust-disclaimer { width: 100%; text-align: center; }
  .section-heading, .why-heading, .reviews-heading { margin-bottom: 42px; }
  .section-heading h2 br, .why-heading h2 br, .reviews-heading h2 br, .contact-intro h2 br { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; padding: 25px; }
  .service-card h3 { margin-top: 34px; }
  .service-card:hover { transform: scale(1.025); }
  .why-grid { grid-template-columns: 1fr; }
  .why-item { min-height: 255px; }
  .why-item h3 { margin-top: 38px; }
  .counter-item { padding: 24px 14px; }
  .counter-disclaimer { position: static; grid-column: 1 / -1; text-align: center; }
  .about-grid { gap: 62px; }
  .photo-collage { min-height: 500px; grid-template-columns: 1.2fr .8fr; }
  .collage-stamp { right: 13%; bottom: 28%; width: 84px; height: 84px; }
  .collage-stamp span { font-size: 1.35rem; }
  .about-actions { align-items: stretch; flex-direction: column; }
  .text-link { text-align: center; }
  .review-card { min-height: 330px; padding: 28px; }
  .emergency-inner { padding: 62px 0; }
  .emergency-phone { padding: 23px 0; font-size: 1.45rem; }
  .emergency-phone svg { width: 34px; height: 34px; }
  .contact-grid { gap: 55px; }
  .estimate-form { margin-inline: -5px; padding: 27px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-heading { align-items: start; }
  .form-heading p { text-align: right; }
  .form-submit { align-items: stretch; flex-direction: column; gap: 12px; }
  .form-submit .button { width: 100%; }
  .form-submit p { max-width: none; text-align: center; }
  .footer { padding-bottom: 92px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .mobile-call { position: fixed; z-index: 90; right: 14px; bottom: 14px; min-height: 54px; padding: 0 20px; display: flex; align-items: center; gap: 10px; background: var(--amber); color: var(--forest-ink); border-radius: 999px; box-shadow: 0 14px 34px rgba(10,28,18,.33); font-size: .8rem; font-weight: 800; text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(18px); transition: opacity .25s ease, transform .25s var(--ease); }
  .mobile-call.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-call.suppressed { opacity: 0; pointer-events: none; transform: translateY(18px); }
  .mobile-call svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .load-in, .reveal, .reveal-stagger > *, .reveal-slide { opacity: 1; transform: none; }
}
