:root {
  --green-950: #102d1a;
  --green-900: #173f24;
  --green-800: #20532e;
  --green-700: #2f6c3d;
  --green-600: #438b4f;
  --green-100: #e6f0e4;
  --green-50: #f1f6ef;
  --cream: #fbf8ef;
  --cream-2: #f3eddf;
  --gold: #d6a63d;
  --gold-light: #f2d887;
  --ink: #162018;
  --muted: #667068;
  --white: #fff;
  --shadow: 0 24px 70px rgba(16, 45, 26, .14);
  --shadow-soft: 0 12px 35px rgba(16, 45, 26, .1);
  --radius: 24px;
  --radius-sm: 14px;
  --shell: min(1180px, calc(100% - 40px));
  --header-h: 80px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 118px; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); line-height: 1.6; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
button svg path, .footer-social svg path { fill: currentColor; stroke: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.5rem); margin-bottom: 28px; max-width: 780px; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.4rem); margin-bottom: 20px; }
h3 { font-size: clamp(1.4rem, 2vw, 1.9rem); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.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: 9999; left: 16px; top: -60px; padding: 12px 18px; background: var(--white); color: var(--green-900); border-radius: 10px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 12px; }
.section-shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }
.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js [data-reveal].revealed { opacity: 1; transform: none; }

.preview-bar { min-height: 35px; padding: 6px 20px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 7px 9px; background: var(--green-950); color: #e8f3e8; font-size: .78rem; font-weight: 700; letter-spacing: .02em; text-align: center; }
.preview-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 5px rgba(242,216,135,.12); }
.preview-credit { padding: 2px 10px; border-radius: 999px; background: var(--gold-light); color: var(--green-950); font-size: .72rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 2px 12px rgba(242,216,135,.2); transition: transform .2s, background .2s; }
.preview-credit:hover { background: var(--white); transform: translateY(-1px); }
.preview-credit:focus-visible { outline-color: var(--white); }
.preview-separator { color: rgba(232,243,232,.6); }
.site-header { position: sticky; top: 0; z-index: 500; height: var(--header-h); background: rgba(251,248,239,.92); border-bottom: 1px solid rgba(23,63,36,.09); backdrop-filter: blur(18px); }
.header-inner { width: var(--shell); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { width: 53px; height: 53px; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 15px rgba(16,45,26,.2); }
.brand-copy { display: grid; line-height: 1; text-transform: uppercase; }
.brand-copy strong { font-size: 1.14rem; color: var(--green-900); letter-spacing: .03em; }
.brand-copy small { font-size: .67rem; font-weight: 900; color: var(--green-600); letter-spacing: .18em; margin-top: 5px; }
.primary-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.primary-nav a { position: relative; font-size: .92rem; font-weight: 750; color: #364439; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green-600); transition: right .2s; }
.primary-nav a:hover::after { right: 0; }
.header-actions { display: flex; gap: 12px; align-items: center; }
.language-switcher { display: flex; padding: 3px; background: rgba(32,83,46,.08); border-radius: 999px; }
.language-switcher button { min-width: 33px; height: 29px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-size: .72rem; font-weight: 900; color: var(--muted); }
.language-switcher button[aria-pressed="true"] { background: var(--white); color: var(--green-900); box-shadow: 0 2px 10px rgba(16,45,26,.12); }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--green-900); transition: .2s; }

.button { min-height: 50px; padding: 13px 22px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 850; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-700); color: var(--white); box-shadow: 0 10px 24px rgba(47,108,61,.24); }
.button-primary:hover { background: var(--green-800); box-shadow: 0 14px 30px rgba(47,108,61,.3); }
.button-secondary { background: transparent; border-color: rgba(23,63,36,.2); color: var(--green-900); }
.button-secondary:hover { background: var(--white); }
.button-small { min-height: 42px; padding: 9px 17px; font-size: .83rem; }
.button-full { width: 100%; }
.header-quote svg { width: 16px; height: 16px; }

.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--green-700); font-size: .77rem; line-height: 1.3; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow svg { width: 17px; height: 17px; }
.eyebrow-centered { justify-content: center; }
.eyebrow-light { color: var(--gold-light); }
.text-accent { display: block; color: var(--green-600); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; }
.section-heading { max-width: 800px; margin-bottom: 58px; }
.section-heading p:last-child { color: var(--muted); font-size: 1.08rem; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: end; }
.split-heading p:last-child { margin-bottom: 12px; }

.hero { position: relative; overflow: hidden; padding: 86px 0 92px; background: linear-gradient(135deg, #fbf8ef 15%, #edf4e9 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(rgba(47,108,61,.32) 1px, transparent 1px); background-size: 23px 23px; mask-image: linear-gradient(to right, transparent 0%, #000 65%, #000 100%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 380px; height: 380px; right: -140px; top: 40px; background: rgba(214,166,61,.13); }
.hero-orb-two { width: 260px; height: 260px; left: -140px; bottom: -100px; background: rgba(67,139,79,.12); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(430px,.92fr); gap: 72px; align-items: center; }
.hero-lede { max-width: 650px; color: #4f5b51; font-size: clamp(1.07rem, 1.5vw, 1.25rem); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 24px; }
.hero-points { list-style: none; display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 0 0 35px; }
.hero-points li { display: flex; align-items: center; gap: 7px; color: #445047; font-size: .84rem; font-weight: 800; }
.hero-points svg { width: 18px; height: 18px; padding: 3px; color: var(--white); background: var(--green-600); border-radius: 50%; }

.city-finder { max-width: 660px; padding: 20px; background: rgba(255,255,255,.72); border: 1px solid rgba(23,63,36,.12); border-radius: 20px; box-shadow: var(--shadow-soft); backdrop-filter: blur(8px); }
.city-finder-heading { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.city-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: var(--green-100); color: var(--green-700); }
.city-finder-heading div { display: grid; }
.city-finder-heading strong { font-size: .98rem; }
.city-finder-heading span:last-child { color: var(--muted); font-size: .78rem; }
.city-form { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.city-input-wrap { position: relative; }
.city-input-wrap > svg { position: absolute; z-index: 1; left: 15px; top: 50%; width: 19px; transform: translateY(-50%); color: var(--muted); }
.city-input-wrap input { width: 100%; min-height: 50px; border: 1px solid rgba(23,63,36,.17); border-radius: 999px; padding: 10px 15px 10px 44px; background: var(--white); color: var(--ink); }
.city-suggestions { position: absolute; z-index: 30; top: calc(100% + 6px); left: 0; right: 0; list-style: none; padding: 6px; margin: 0; background: var(--white); border-radius: 14px; box-shadow: var(--shadow); }
.city-suggestions button { width: 100%; padding: 10px 13px; text-align: left; border: 0; background: transparent; border-radius: 9px; cursor: pointer; }
.city-suggestions button:hover, .city-suggestions button[aria-selected="true"] { background: var(--green-50); color: var(--green-800); }
.city-result { margin-top: 12px; padding: 12px 14px; border-radius: 12px; background: var(--green-50); color: var(--green-900); font-size: .86rem; font-weight: 700; }
.city-result.nearby { background: #fff6df; color: #725316; }

.hero-visual { position: relative; min-height: 670px; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; background: var(--green-100); box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { inset: 0 0 60px 65px; border-radius: 180px 30px 30px 30px; transform: rotate(1deg); }
.hero-photo-small { width: 210px; height: 270px; left: -20px; bottom: 0; border: 8px solid var(--cream); border-radius: 26px; transform: rotate(-4deg); }
.hero-brand-card { position: absolute; right: -30px; top: 44px; width: 160px; padding: 12px; background: rgba(255,255,255,.93); border-radius: 20px; box-shadow: var(--shadow-soft); transform: rotate(3deg); text-align: center; }
.hero-brand-card img { width: 88px; height: 88px; margin: 0 auto 8px; border-radius: 50%; object-fit: cover; }
.hero-brand-card span { display: block; color: var(--green-900); font-size: .72rem; line-height: 1.25; font-weight: 900; text-transform: uppercase; }
.hero-review-badge { position: absolute; right: 8px; bottom: 22px; width: 240px; padding: 18px; display: grid; background: var(--white); border-radius: 18px; box-shadow: var(--shadow-soft); }
.review-stars { color: var(--gold); letter-spacing: .08em; }
.hero-review-badge strong { font-size: .86rem; }
.hero-review-badge small { color: var(--muted); font-size: .68rem; }

.trust-strip { background: var(--white); border-block: 1px solid rgba(23,63,36,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { min-height: 120px; display: flex; align-items: center; gap: 15px; padding: 22px 24px; border-right: 1px solid rgba(23,63,36,.09); }
.trust-item:last-child { border-right: 0; }
.trust-icon { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--green-50); color: var(--green-700); }
.trust-item div { display: grid; }
.trust-item strong { font-size: .93rem; }
.trust-item span:last-child { color: var(--muted); font-size: .75rem; }

.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { overflow: hidden; background: var(--white); border: 1px solid rgba(23,63,36,.08); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(16,45,26,.06); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-soft); }
.service-image { position: relative; height: 255px; overflow: hidden; }
.service-image::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(16,45,26,.35)); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.service-card:hover .service-image img { transform: scale(1.04); }
.service-number { position: absolute; z-index: 1; right: 18px; top: 14px; color: rgba(255,255,255,.92); font-size: 1.6rem; font-weight: 300; }
.service-body { position: relative; padding: 34px 26px 28px; }
.service-icon { position: absolute; top: -29px; left: 24px; width: 56px; height: 56px; display: grid; place-items: center; border: 5px solid var(--white); border-radius: 50%; background: var(--green-700); color: var(--white); }
.service-body h3 { margin-bottom: 12px; }
.service-body > p { min-height: 77px; color: var(--muted); font-size: .9rem; }
.service-tags { list-style: none; padding: 18px 0 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 7px; border-top: 1px solid rgba(23,63,36,.08); }
.service-tags li { padding: 5px 9px; background: var(--green-50); border-radius: 999px; color: var(--green-800); font-size: .7rem; font-weight: 800; }
.section-cta { margin-top: 32px; padding: 23px 26px; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--green-100); border-radius: 18px; }
.section-cta p { margin: 0; color: #405046; }

.work { background: #f0ebdf; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 235px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 18px; background: var(--green-100); cursor: zoom-in; box-shadow: 0 5px 18px rgba(16,45,26,.1); }
.gallery-item-large { grid-row: span 2; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .4s; }
.gallery-item::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(8,29,15,.82)); }
.gallery-item span { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 16px; display: grid; color: var(--white); text-align: left; transform: translateY(5px); transition: transform .25s; }
.gallery-item small { color: rgba(255,255,255,.75); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item:hover span { transform: none; }

.reviews { position: relative; overflow: hidden; background: var(--green-950); color: var(--white); }
.reviews-texture { position: absolute; inset: 0; opacity: .2; background: radial-gradient(circle at 10% 30%, rgba(214,166,61,.5), transparent 30%), radial-gradient(circle at 88% 80%, rgba(67,139,79,.7), transparent 32%); }
.reviews-shell { position: relative; }
.section-heading-light p:last-child { color: rgba(255,255,255,.68); }
.section-heading-light .eyebrow { color: var(--gold-light); }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.review-card { position: relative; padding: 42px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); backdrop-filter: blur(8px); }
.review-card-accent { background: rgba(214,166,61,.12); }
.quote-mark { position: absolute; right: 30px; top: 14px; color: rgba(255,255,255,.1); font: 8rem/.8 Georgia, serif; }
.review-meta { display: flex; gap: 12px; align-items: center; margin-bottom: 22px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.review-card blockquote { margin: 0 0 30px; font: clamp(1.12rem,2vw,1.42rem)/1.6 Georgia, serif; }
.review-card footer { display: flex; gap: 13px; align-items: center; }
.review-avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--green-600); color: var(--white); font-weight: 900; }
.review-card footer div { display: grid; }
.review-card footer small { color: rgba(255,255,255,.58); font-size: .72rem; }
.review-disclaimer { margin: 25px 0 0; color: rgba(255,255,255,.55); font-size: .75rem; text-align: center; }

.process { background: var(--white); }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3,1fr); counter-reset: steps; }
.process-grid li { position: relative; padding: 30px 45px; text-align: center; border-right: 1px solid rgba(23,63,36,.1); }
.process-grid li:last-child { border-right: 0; }
.process-number { position: absolute; left: 18px; top: 12px; color: rgba(47,108,61,.13); font-size: 3.2rem; font-weight: 900; }
.process-icon { width: 68px; height: 68px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 23px; background: var(--green-50); color: var(--green-700); transform: rotate(-3deg); }
.process-icon svg { width: 29px; height: 29px; }
.process-grid h3 { font-size: 1.28rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-media { position: relative; min-height: 630px; }
.about-banner-wrap, .about-profile-wrap { position: absolute; overflow: hidden; box-shadow: var(--shadow); }
.about-banner-wrap { inset: 0 130px 45px 0; border-radius: 180px 28px 28px 28px; background: var(--white); }
.about-banner-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.about-profile-wrap { width: 260px; height: 280px; right: 0; bottom: 0; border: 9px solid var(--cream); border-radius: 28px; }
.about-profile-wrap img { width: 100%; height: 100%; object-fit: cover; }
.about-location { position: absolute; left: -15px; bottom: 70px; display: flex; align-items: center; gap: 7px; padding: 10px 15px; background: var(--gold-light); color: var(--green-950); border-radius: 999px; font-size: .8rem; font-weight: 900; box-shadow: var(--shadow-soft); }
.about-lede { color: #435146; font-size: 1.17rem; font-weight: 650; }
.about-copy > p:not(.eyebrow):not(.about-lede) { color: var(--muted); }
.about-facts { margin: 32px 0; display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid rgba(23,63,36,.12); }
.about-facts div { padding: 19px 15px 19px 0; display: grid; }
.about-facts span { color: var(--muted); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.about-facts strong { color: var(--green-900); font-size: .95rem; }
.about-actions { display: flex; align-items: center; gap: 24px; }
.text-link { display: inline-flex; gap: 7px; align-items: center; padding: 10px 0; border: 0; background: none; color: var(--green-800); cursor: pointer; font-weight: 850; }

.contact { background: var(--green-900); color: var(--white); }
.contact-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.contact-copy > p:not(.eyebrow):not(.contact-location) { color: rgba(255,255,255,.7); font-size: 1.05rem; }
.contact-methods { display: grid; gap: 10px; margin: 36px 0; }
.contact-methods button { width: 100%; padding: 13px; display: flex; gap: 13px; align-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.06); color: var(--white); cursor: pointer; text-align: left; }
.contact-method-icon { width: 43px; height: 43px; display: grid; place-items: center; background: rgba(255,255,255,.1); border-radius: 12px; }
.contact-methods button > span:last-child { display: grid; }
.contact-methods small { color: rgba(255,255,255,.56); }
.contact-methods strong { font-size: .94rem; overflow-wrap: anywhere; }
.contact-location { display: flex; gap: 9px; color: var(--gold-light); font-size: .82rem; font-weight: 800; }
.quote-form { padding: 38px; background: var(--white); color: var(--ink); border-radius: 28px; box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-heading { margin-bottom: 24px; }
.form-kicker { color: var(--green-700); font-size: .73rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.form-heading h3 { margin: 5px 0 7px; font-size: 2rem; }
.form-heading p { margin: 0; color: var(--muted); font-size: .8rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 14px; color: #344139; font-size: .8rem; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid rgba(23,63,36,.16); border-radius: 12px; background: #fbfcfa; color: var(--ink); padding: 13px 14px; }
.quote-form textarea { resize: vertical; min-height: 105px; }
.form-privacy { margin-top: 13px; display: flex; justify-content: center; align-items: center; gap: 7px; color: var(--muted); font-size: .7rem; }

.site-footer { padding-top: 70px; background: #0d2414; color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 60px; padding-bottom: 60px; }
.brand-footer .brand-copy strong { color: var(--white); }
.footer-brand p { max-width: 330px; margin-top: 20px; font-size: .86rem; }
.footer-grid h2 { margin-bottom: 18px; color: var(--white); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a, .footer-grid span, .footer-button { font-size: .82rem; }
.footer-button { padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.7); cursor: pointer; text-align: left; }
.footer-email { overflow-wrap: anywhere; }
.footer-grid small { color: rgba(255,255,255,.38); font-size: .68rem; }
.footer-social { width: 36px; height: 36px; display: grid; place-items: center; margin-top: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; }
.footer-bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom .section-shell { display: flex; justify-content: space-between; gap: 20px; font-size: .7rem; }

.mobile-contact-bar { display: none; }
.preview-modal, .lightbox { border: 0; padding: 0; background: transparent; }
.preview-modal::backdrop, .lightbox::backdrop { background: rgba(7,22,12,.82); backdrop-filter: blur(8px); }
.modal-card { position: relative; width: min(440px, calc(100vw - 32px)); padding: 42px; background: var(--white); border-radius: 26px; box-shadow: var(--shadow); text-align: center; }
.modal-close { position: absolute; right: 15px; top: 12px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--green-50); cursor: pointer; font-size: 1.5rem; }
.modal-icon { width: 60px; height: 60px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-700); }
.modal-icon svg { width: 28px; height: 28px; }
.modal-kicker { color: var(--green-700); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.modal-card h2 { font-size: 2rem; }
.modal-card > p:not(.modal-kicker) { color: var(--muted); font-size: .9rem; }
.modal-contact-card { margin: 24px 0; padding: 16px; display: grid; background: var(--green-50); border-radius: 15px; }
.modal-contact-card span { color: var(--muted); font-size: .68rem; text-transform: uppercase; font-weight: 800; }
.modal-contact-card strong { color: var(--green-900); font-size: 1.35rem; }
.modal-contact-card button { margin-top: 6px; border: 0; background: none; color: var(--green-700); cursor: pointer; font-size: .75rem; font-weight: 900; }

.lightbox { width: min(1100px, calc(100vw - 40px)); max-height: 92vh; overflow: visible; }
.lightbox figure { margin: 0; display: grid; place-items: center; }
.lightbox img { max-width: 100%; max-height: 82vh; border-radius: 15px; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.lightbox figcaption { margin-top: 10px; color: var(--white); font-weight: 750; }
.lightbox-close, .lightbox-nav { position: fixed; border: 0; background: rgba(255,255,255,.12); color: var(--white); cursor: pointer; backdrop-filter: blur(5px); }
.lightbox-close { top: 18px; right: 22px; width: 46px; height: 46px; border-radius: 50%; font-size: 2rem; }
.lightbox-nav { top: 50%; width: 52px; height: 70px; border-radius: 12px; transform: translateY(-50%); font-size: 3rem; }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }

@media (max-width: 1080px) {
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .82rem; }
  .header-quote { display: none; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 42px; }
  .hero-visual { min-height: 600px; }
  .trust-item { padding-inline: 15px; }
  .contact-shell, .about-grid { gap: 55px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 30px, 720px); }
  .section { padding: 80px 0; }
  .menu-toggle { display: block; }
  .header-actions { margin-left: 0; }
  .primary-nav { position: fixed; top: calc(35px + var(--header-h)); left: 15px; right: 15px; display: none; padding: 20px; flex-direction: column; align-items: stretch; gap: 4px; background: var(--white); border-radius: 18px; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 11px 12px; border-radius: 9px; }
  .primary-nav a:hover { background: var(--green-50); }
  .primary-nav a::after { display: none; }
  .hero { padding-top: 60px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-content { max-width: 720px; }
  .hero-visual { min-height: 680px; margin: 0 20px; }
  .hero-photo-main { left: 90px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(23,63,36,.09); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .service-image { height: 100%; min-height: 330px; }
  .service-body > p { min-height: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .review-grid, .contact-shell, .about-grid { grid-template-columns: 1fr; }
  .about-media { min-height: 650px; max-width: 590px; }
  .contact-copy { max-width: 650px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 24px); --header-h: 68px; }
  html { scroll-padding-top: 105px; }
  body { padding-bottom: 66px; }
  .preview-bar { min-height: 32px; font-size: .66rem; }
  .header-inner { gap: 10px; }
  .brand img { width: 44px; height: 44px; }
  .brand-copy strong { font-size: .92rem; }
  .brand-copy small { font-size: .56rem; }
  .language-switcher { margin-left: auto; }
  .menu-toggle { margin-left: 0; }
  .primary-nav { top: calc(32px + var(--header-h)); }
  .section { padding: 68px 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .hero { padding: 48px 0 62px; }
  .hero-lede { font-size: 1rem; }
  .hero-ctas { display: grid; }
  .hero-points { display: grid; gap: 9px; }
  .city-finder { padding: 16px; }
  .city-form { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; margin: 0; }
  .hero-photo-main { inset: 0 0 45px 40px; border-radius: 110px 22px 22px 22px; }
  .hero-photo-small { width: 145px; height: 185px; left: 0; border-width: 6px; }
  .hero-brand-card { width: 118px; right: -4px; top: 20px; padding: 8px; }
  .hero-brand-card img { width: 62px; height: 62px; }
  .hero-review-badge { right: 0; bottom: 8px; width: 190px; padding: 13px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 95px; border-right: 0; border-bottom: 1px solid rgba(23,63,36,.09); }
  .split-heading { grid-template-columns: 1fr; gap: 5px; }
  .service-card { display: block; }
  .service-image { height: 245px; min-height: 0; }
  .section-cta { align-items: stretch; flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: 9px; }
  .gallery-item-large { grid-row: span 1; }
  .gallery-item-wide { grid-column: span 2; }
  .gallery-item span { left: 12px; right: 12px; bottom: 10px; }
  .gallery-item small { display: none; }
  .review-card { padding: 30px 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { border-right: 0; border-bottom: 1px solid rgba(23,63,36,.1); }
  .about-media { min-height: 510px; }
  .about-banner-wrap { inset: 0 70px 35px 0; border-radius: 110px 22px 22px 22px; }
  .about-profile-wrap { width: 180px; height: 200px; border-width: 6px; }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts div { border-bottom: 1px solid rgba(23,63,36,.08); }
  .about-facts div:last-child { border-bottom: 0; }
  .about-actions { align-items: stretch; flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .quote-form { padding: 27px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom .section-shell { flex-direction: column; gap: 4px; }
  .mobile-contact-bar { position: fixed; z-index: 600; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: 1fr 1fr; background: var(--green-950); box-shadow: 0 -8px 25px rgba(0,0,0,.18); }
  .mobile-contact-bar button { display: flex; justify-content: center; align-items: center; gap: 9px; border: 0; background: transparent; color: var(--white); font-weight: 850; }
  .mobile-contact-bar button + button { background: var(--green-600); }
  .modal-card { padding: 36px 22px 24px; }
  .lightbox-nav { width: 42px; height: 56px; }
  .lightbox-prev { left: 6px; }
  .lightbox-next { right: 6px; }
}

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