:root {
  --forest-950: #102018;
  --forest-900: #16271d;
  --forest-800: #203829;
  --forest-700: #31533a;
  --olive: #889460;
  --moss: #b9c58c;
  --sand: #d5b780;
  --cream: #f3f0e7;
  --paper: #faf8f2;
  --ink: #182019;
  --muted: #62695f;
  --line: rgba(24, 32, 25, 0.14);
  --radius-lg: 30px;
  --radius-md: 20px;
  --shadow: 0 24px 70px rgba(13, 26, 18, 0.18);
  --shell: min(1200px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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: 999; top: 12px; left: 12px; padding: 11px 16px; color: var(--forest-950); background: var(--cream); border-radius: 8px; transform: translateY(-160%); transition: transform .2s ease; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--sand); outline-offset: 4px; border-radius: 6px; }

.site-header { position: absolute; z-index: 30; inset: 0 0 auto; color: var(--cream); }
.header-inner { min-height: 94px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; border-bottom: 1px solid rgba(243, 240, 231, .15); }
.brand { min-width: 0; display: inline-flex; align-items: baseline; gap: 7px; color: var(--cream); line-height: 1; white-space: nowrap; }
.brand span { font-family: Georgia, serif; font-size: 1.18rem; font-style: italic; }
.brand strong { font-size: .75rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.site-nav { justify-self: center; display: flex; gap: clamp(20px, 2.5vw, 38px); align-items: center; }
.site-nav a { position: relative; padding: 12px 0; color: rgba(243,240,231,.76); font-size: .82rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: var(--sand); transition: right .22s ease; }
.site-nav a:hover { color: #fff; }
.site-nav a:hover::after { right: 0; }
.header-call { display: grid; line-height: 1.25; font-weight: 850; letter-spacing: .015em; text-align: right; }
.header-call span { color: var(--sand); font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; }
.menu-toggle { display: none; }

.hero { position: relative; isolation: isolate; min-height: 850px; padding: 170px 0 92px; overflow: clip; color: var(--cream); background: var(--forest-950); }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 79% 18%, rgba(136,148,96,.2), transparent 34%), linear-gradient(135deg, transparent 47%, rgba(255,255,255,.025) 47.2%, transparent 47.4%); }
.hero-contour { position: absolute; z-index: -1; inset: -15% -10% auto auto; width: 760px; height: 760px; opacity: .22; background: repeating-radial-gradient(ellipse at 50% 50%, transparent 0 38px, rgba(213,183,128,.16) 39px 40px, transparent 41px 58px); transform: rotate(-14deg); border-radius: 50%; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(430px, .84fr); gap: clamp(50px, 7vw, 106px); align-items: center; }
.hero-copy, .hero-visual { min-width: 0; }
.eyebrow { margin: 0 0 18px; color: var(--olive); font-size: .78rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow { color: var(--sand); }
.rating-chip { width: fit-content; max-width: 100%; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 22px; padding: 8px 13px; border: 1px solid rgba(243,240,231,.16); border-radius: 999px; color: rgba(243,240,231,.82); background: rgba(255,255,255,.04); font-size: .78rem; line-height: 1.2; }
.rating-chip .stars { color: var(--sand); letter-spacing: .06em; }
.rating-chip strong { color: #fff; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .99; text-wrap: balance; }
h1 { max-width: 720px; font-size: clamp(3.7rem, 6vw, 6.25rem); }
h2 { font-size: clamp(2.8rem, 4.8vw, 5rem); }
.hero-lede { max-width: 640px; margin: 28px 0 0; color: rgba(243,240,231,.72); font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .86rem; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease; }
.button svg { width: 18px; height: 18px; fill: currentColor; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest-950); background: var(--sand); box-shadow: 0 15px 35px rgba(213,183,128,.14); }
.button-primary:hover { background: #e6cb98; }
.button-secondary { color: var(--cream); border-color: rgba(243,240,231,.28); background: rgba(255,255,255,.04); }
.button-secondary:hover { border-color: var(--sand); background: rgba(213,183,128,.08); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: rgba(243,240,231,.72); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-trust i { width: 7px; height: 7px; border-radius: 50%; background: var(--moss); box-shadow: 0 0 0 4px rgba(185,197,140,.1); }

.hero-visual { position: relative; min-height: 590px; }
.hero-photo { position: absolute; inset: 0 38px 76px 24px; margin: 0; overflow: hidden; border-radius: 170px 170px 28px 28px; background: var(--forest-800); box-shadow: 0 40px 80px rgba(0,0,0,.28); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,20,13,.8), transparent 45%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; filter: saturate(.78) contrast(1.06); }
.hero-photo figcaption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 175px; display: grid; }
.hero-photo figcaption span { color: var(--sand); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-photo figcaption strong { color: #fff; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; }
.service-flow { --flow-progress: 33.333%; position: absolute; z-index: 3; right: -12px; bottom: 0; width: 440px; padding: 18px; border: 1px solid rgba(243,240,231,.15); border-radius: 22px; background: rgba(16,32,24,.96); box-shadow: 0 24px 55px rgba(0,0,0,.42); backdrop-filter: blur(16px); }
.flow-head { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; padding: 1px 2px 13px; }
.flow-head > span { color: var(--sand); font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.flow-head > strong { color: rgba(243,240,231,.68); font-family: Georgia, serif; font-size: .9rem; font-weight: 500; }
.flow-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.flow-step { min-width: 0; min-height: 82px; display: grid; align-content: space-between; gap: 8px; padding: 11px; border: 1px solid rgba(243,240,231,.12); border-radius: 13px; color: rgba(243,240,231,.72); background: rgba(255,255,255,.035); text-align: left; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.flow-step:hover, .flow-step:focus-visible { color: var(--cream); border-color: rgba(213,183,128,.52); transform: translateY(-2px); }
.flow-step.is-active { color: var(--forest-950); border-color: var(--sand); background: var(--sand); }
.flow-number { font-size: .57rem; font-weight: 900; letter-spacing: .12em; opacity: .7; }
.flow-step > span:last-child { min-width: 0; display: grid; }
.flow-step strong { font-family: Georgia, serif; font-size: .92rem; font-weight: 600; line-height: 1.05; }
.flow-step small { margin-top: 3px; font-size: .58rem; font-weight: 700; line-height: 1.25; opacity: .7; }
.flow-detail { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 13px; align-items: center; margin-top: 13px; }
.flow-detail p { margin: 0; color: rgba(243,240,231,.68); font-size: .7rem; line-height: 1.45; }
.flow-progress { height: 3px; overflow: hidden; border-radius: 99px; background: rgba(243,240,231,.13); }
.flow-progress i { display: block; width: var(--flow-progress); height: 100%; border-radius: inherit; background: var(--sand); transition: width .26s cubic-bezier(.2,.7,.2,1); }

.reputation { position: relative; z-index: 4; background: var(--cream); border-bottom: 1px solid var(--line); }
.reputation-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rep-item { min-width: 0; display: grid; padding: 27px clamp(18px, 2.6vw, 38px); border-left: 1px solid var(--line); }
.rep-item:last-child { border-right: 1px solid var(--line); }
.rep-item strong { font-family: Georgia, serif; color: var(--forest-800); font-size: 2.05rem; font-weight: 500; line-height: 1; }
.rep-item span { margin-top: 8px; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }

.section { padding: 120px 0; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading > p:last-child { max-width: 610px; margin: 24px 0 0; color: var(--muted); font-size: 1.05rem; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.service-card { position: relative; min-width: 0; min-height: 350px; padding: 32px 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.45); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); background: #fff; box-shadow: 0 22px 50px rgba(20,34,23,.09); }
.service-number { position: absolute; top: 24px; right: 24px; color: #9a9e94; font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.service-card svg { width: 46px; height: 46px; margin: 32px 0 52px; fill: none; stroke: var(--forest-700); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0; color: var(--forest-900); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; line-height: 1.15; }
.service-card p { margin: 15px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.work { color: var(--cream); background: var(--forest-900); }
.work .eyebrow { color: var(--sand); }
.work-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(270px, .65fr); gap: 60px; align-items: end; margin-bottom: 54px; }
.work-heading > p { margin: 0 0 6px; color: rgba(243,240,231,.64); }
.photo-grid { display: grid; grid-template-columns: 1.15fr .92fr .92fr; grid-template-rows: repeat(2, 260px); gap: 14px; }
.photo-card { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: var(--radius-md); background: var(--forest-800); }
.photo-tall { grid-row: 1 / 3; }
.photo-card:nth-child(4) { grid-column: 2 / 4; }
.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,22,15,.88), transparent 58%); pointer-events: none; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .55s ease; filter: saturate(.78); }
.photo-card:hover img { transform: scale(1.035); filter: saturate(.94); }
.photo-card figcaption { position: absolute; z-index: 2; left: 23px; right: 23px; bottom: 20px; display: grid; }
.photo-card figcaption strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.photo-card figcaption span { color: rgba(243,240,231,.65); font-size: .73rem; }

.why { background: var(--cream); }
.why-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, .72fr); gap: clamp(50px, 9vw, 130px); align-items: center; }
.why-copy > p.why-lede { max-width: 580px; margin: 26px 0 0; color: var(--muted); font-size: 1.05rem; }
.proof-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 44px 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.proof-list li { min-width: 0; display: grid; padding: 22px 14px 22px 0; border-bottom: 1px solid var(--line); }
.proof-list li:nth-child(odd) { border-right: 1px solid var(--line); }
.proof-list li:nth-child(even) { padding-left: 22px; }
.proof-list strong { color: var(--forest-800); font-family: Georgia, serif; font-size: 1.13rem; font-weight: 500; }
.proof-list span { margin-top: 5px; color: var(--muted); font-size: .77rem; line-height: 1.45; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid var(--forest-700); color: var(--forest-800); font-size: .82rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.why-panel { position: relative; min-width: 0; min-height: 480px; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; overflow: hidden; color: var(--cream); background: var(--forest-800); border-radius: 200px 200px 28px 28px; box-shadow: var(--shadow); }
.why-panel::before { content: ""; position: absolute; inset: -10%; opacity: .35; background: repeating-radial-gradient(ellipse at 30% 20%, transparent 0 30px, rgba(213,183,128,.22) 31px 32px, transparent 33px 46px); transform: rotate(-8deg); }
.why-panel > * { position: relative; z-index: 2; }
.panel-kicker { margin: 0 0 14px; color: var(--sand); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.why-statement { margin: 0; max-width: 390px; font-family: Georgia, serif; font-size: clamp(1.9rem, 3vw, 2.8rem); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.why-panel > p:not(.panel-kicker) { max-width: 390px; margin: 22px 0 0; color: rgba(243,240,231,.65); font-size: .88rem; }
.why-mark { position: absolute; z-index: 3; top: 55px; right: 37px; width: 100px; height: 100px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: var(--forest-950); background: var(--sand); box-shadow: 0 14px 30px rgba(0,0,0,.18); transform: rotate(7deg); }
.why-mark span { display: block; font-family: Georgia, serif; font-size: 2.05rem; line-height: 1; }
.why-mark small { display: block; margin-top: 5px; font-size: .5rem; letter-spacing: .03em; }

.service-area { background: var(--paper); }
.area-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(460px, 1fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.area-copy > p:not(.eyebrow) { max-width: 560px; margin: 25px 0 0; color: var(--muted); }
.county-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 32px 0; }
.county-list span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--forest-800); background: var(--cream); font-size: .76rem; font-weight: 800; }
.button-dark { color: var(--cream); background: var(--forest-800); }
.button-dark:hover { background: var(--forest-700); }
.map-wrap { position: relative; min-width: 0; height: 520px; overflow: hidden; border-radius: var(--radius-lg); background: #ddd; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(.25) sepia(.16) contrast(1.03); }
.map-label { position: absolute; left: 20px; bottom: 20px; display: grid; padding: 13px 16px; border-radius: 12px; color: var(--cream); background: rgba(16,32,24,.93); box-shadow: 0 10px 25px rgba(0,0,0,.2); }
.map-label span { color: var(--sand); font-size: .62rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.map-label strong { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 500; }

.contact { position: relative; isolation: isolate; padding: 130px 0; overflow: clip; color: var(--cream); background: var(--forest-950); text-align: center; }
.contact:focus { outline: none; }
.contact-lines { position: absolute; z-index: -1; inset: -60%; opacity: .22; background: repeating-radial-gradient(ellipse at center, transparent 0 46px, rgba(213,183,128,.18) 47px 48px, transparent 49px 70px); transform: rotate(-10deg); }
.contact-inner { display: grid; justify-items: center; }
.contact .eyebrow { color: var(--sand); }
.contact h2 { font-size: clamp(3.5rem, 7vw, 7.2rem); }
.contact p:not(.eyebrow) { max-width: 560px; margin: 25px auto 0; color: rgba(243,240,231,.68); }
.contact-number { margin-top: 26px; color: var(--sand); font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.1; letter-spacing: -.035em; }
.contact-number:hover { color: #ead4a9; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 32px; }
.button-ghost { color: var(--cream); border-color: rgba(243,240,231,.25); }
.button-ghost:hover { border-color: var(--sand); }

.site-footer { padding: 38px 0; color: rgba(243,240,231,.65); background: #0b1710; }
.footer-grid { display: grid; grid-template-columns: auto auto 1fr; gap: 38px; align-items: center; }
.footer-brand { width: 110px; }
.footer-brand img { height: 48px; }
.footer-contact { display: grid; font-size: .78rem; line-height: 1.4; }
.footer-contact a { color: var(--cream); font-weight: 850; }
.concept-note { max-width: 490px; justify-self: end; margin: 0; text-align: right; font-size: .68rem; line-height: 1.55; }
.mobile-cta { display: none; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .header-inner { gap: 24px; }
  .site-nav { gap: 18px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .78fr); gap: 42px; }
  h1 { font-size: clamp(3.4rem, 6.4vw, 5rem); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { min-height: 310px; }
  .service-card svg { margin-bottom: 36px; }
  .why-grid { gap: 50px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 34px, 700px); }
  body { padding-bottom: 118px; }
  .site-header { position: absolute; }
  .header-inner { min-height: 78px; grid-template-columns: auto 1fr auto; gap: 16px; }
  .brand span { font-size: 1.08rem; }
  .brand strong { font-size: .68rem; }
  .header-call { display: none; }
  .menu-toggle { position: relative; z-index: 42; justify-self: end; width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; padding: 0; border: 1px solid rgba(243,240,231,.2); border-radius: 50%; color: var(--cream); background: rgba(255,255,255,.04); }
  .menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 40; inset: 0; min-width: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; padding: 100px 24px; visibility: hidden; opacity: 0; pointer-events: none; background: rgba(16,32,24,.985); transition: opacity .2s ease, visibility .2s ease; }
  .site-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
  .site-nav a { width: 100%; max-width: 340px; padding: 15px; border-bottom: 1px solid rgba(243,240,231,.12); color: var(--cream); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; letter-spacing: -.02em; text-transform: none; text-align: center; }
  .site-nav a::after { display: none; }
  body.menu-open { overflow: hidden; }

  .hero { min-height: auto; padding: 126px 0 58px; overflow: clip; }
  .hero-contour { width: 470px; height: 470px; inset: 2% -58% auto auto; }
  .hero-grid { display: flex; flex-direction: column; gap: 38px; }
  .hero-copy { width: 100%; max-width: 680px; }
  .hero .eyebrow { margin-bottom: 13px; }
  .rating-chip { margin-bottom: 20px; }
  h1 { font-size: clamp(3rem, 12.7vw, 5.1rem); line-height: 1; }
  .hero-lede { margin-top: 20px; font-size: .98rem; line-height: 1.62; }
  .hero-actions { margin-top: 26px; }
  .hero-actions .button { flex: 1 1 220px; }
  .hero-trust { gap: 13px 20px; margin-top: 22px; font-size: .68rem; }
  .hero-visual { width: 100%; min-height: 430px; }
  .hero-photo { inset: 0; border-radius: 24px; }
  .hero-photo img { object-position: center 42%; }
  .hero-photo figcaption { bottom: 28px; }
  .service-flow { display: none; }

  .reputation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rep-item { padding: 23px 18px; border-bottom: 1px solid var(--line); }
  .rep-item:nth-child(3), .rep-item:nth-child(4) { border-bottom: 0; }
  .rep-item:nth-child(odd) { border-left: 1px solid var(--line); }
  .rep-item:nth-child(even) { border-right: 1px solid var(--line); }
  .rep-item strong { font-size: 1.7rem; }

  .section { padding: 84px 0; }
  .section-heading { margin-bottom: 38px; }
  h2 { font-size: clamp(2.65rem, 10vw, 4.4rem); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { min-height: 0; }
  .work-heading { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, 300px); }
  .photo-tall { grid-row: auto; }
  .photo-card:nth-child(4) { grid-column: auto; }
  .why-grid { grid-template-columns: minmax(0, 1fr); }
  .why-panel { min-height: 430px; max-width: 560px; width: 100%; margin-inline: auto; }
  .area-grid { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .map-wrap { height: 430px; }
  .footer-grid { grid-template-columns: auto 1fr; }
  .concept-note { grid-column: 1 / -1; justify-self: start; max-width: 620px; text-align: left; }
  .mobile-cta { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); min-width: 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; padding: 5px; border: 1px solid rgba(243,240,231,.13); border-radius: 18px; background: rgba(16,32,24,.96); box-shadow: 0 18px 45px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
  .mobile-cta a { min-width: 0; min-height: 50px; display: flex; justify-content: center; align-items: center; gap: 7px; padding: 8px; color: var(--cream); border-radius: 13px; font-size: .76rem; font-weight: 900; letter-spacing: .025em; text-align: center; text-transform: uppercase; }
  .mobile-cta a:first-child { color: var(--forest-950); background: var(--sand); }
  .mobile-cta svg { width: 16px; height: 16px; fill: currentColor; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); --radius-lg: 22px; --radius-md: 17px; }
  .hero { padding-top: 112px; }
  .hero .eyebrow { font-size: .68rem; letter-spacing: .14em; }
  .rating-chip { gap: 6px; padding: 8px 11px; font-size: .72rem; }
  h1 { font-size: clamp(2.95rem, 14.8vw, 4.45rem); letter-spacing: -.05em; }
  .hero-actions { display: grid; grid-template-columns: minmax(0, 1fr); gap: 9px; }
  .hero-actions .button { width: 100%; min-width: 0; flex: none; }
  .hero-visual { min-height: 350px; }
  .hero-photo figcaption { left: 20px; right: 20px; bottom: 18px; }
  .service-grid { grid-template-columns: minmax(0, 1fr); }
  .service-card { padding: 27px 23px; }
  .service-card svg { margin: 25px 0 30px; }
  .photo-grid { grid-template-columns: minmax(0, 1fr); grid-template-rows: repeat(4, 290px); }
  .photo-card:nth-child(4) { grid-column: auto; }
  .proof-list { grid-template-columns: minmax(0, 1fr); }
  .proof-list li:nth-child(odd) { border-right: 0; }
  .proof-list li:nth-child(even) { padding-left: 0; }
  .why-panel { min-height: 420px; padding: 31px 25px; border-radius: 130px 130px 22px 22px; }
  .why-mark { top: 33px; right: 27px; width: 86px; height: 86px; }
  .why-mark span { font-size: 1.75rem; }
  .map-wrap { height: 370px; }
  .contact { padding: 94px 0; }
  .contact h2 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .contact-number { font-size: clamp(1.85rem, 10vw, 2.7rem); }
  .contact-actions { width: 100%; display: grid; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .concept-note { grid-column: auto; }
  .mobile-cta { left: 8px; right: 8px; }
  .mobile-cta a { font-size: .7rem; }
}

@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; }
}

@media (hover: none), (pointer: coarse) {
  .service-flow { display: none; }
  .button:hover, .service-card:hover, .photo-card:hover img { transform: none; }
}
