:root {
  color-scheme: light;
  --ink: #27322e;
  --muted: #5e6964;
  --paper: #f4f3ef;
  --soft: #ebece7;
  --soft-2: #e1e5df;
  --line: rgba(39, 50, 46, 0.13);
  --accent: #4f695e;
  --accent-deep: #2f4a40;
  --white: #fbfaf7;
  --shadow: 0 22px 60px rgba(39, 50, 46, 0.1);
  --radius: 32px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter Variable", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-weight: 540;
  letter-spacing: -0.045em;
  line-height: 1.08;
}
h1 { font-size: clamp(3rem, 6vw, 5.9rem); }
h2 { font-size: clamp(2.15rem, 4.2vw, 4rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(78px, 10vw, 132px) 0; }
.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: 100; top: 12px; left: 12px; transform: translateY(-160%);
  background: var(--white); padding: 10px 16px; border-radius: 12px;
}
.skip-link:focus { transform: none; }
.eyebrow {
  margin-bottom: 14px; color: var(--accent); font-size: .76rem; font-weight: 720;
  letter-spacing: .13em; text-transform: uppercase;
}
.eyebrow-light { color: #d9e2dc; }
.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center;
  gap: 8px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px;
  font-size: .92rem; font-weight: 680; text-decoration: none;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent-deep); color: #fbfaf7; box-shadow: 0 9px 24px rgba(47, 74, 64, .18); }
.button-primary:hover { background: #223d34; }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.7); }
.button-secondary:hover { background: var(--white); box-shadow: var(--shadow); }
.button-light { background: var(--white); color: var(--ink); box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.text-link {
  display: inline-block; color: var(--accent-deep); font-weight: 680; text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.text-link:hover { text-underline-offset: 9px; }
.button-row { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }

.utility-bar { background: #30453d; color: #f4f3ef; font-size: .75rem; }
.utility-bar .shell { min-height: 31px; display: flex; align-items: center; justify-content: space-between; }
.utility-bar a { color: inherit; font-weight: 650; text-decoration: none; }
.site-header {
  position: sticky; z-index: 40; top: 0; background: rgba(244,243,239,.9);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(18px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: block; width: 182px; text-decoration: none; }
.wordmark img { width: 100%; height: 58px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a {
  color: var(--muted); font-size: .88rem; font-weight: 590; text-decoration: none;
  transition: color .2s ease;
}
.primary-nav > a:hover, .primary-nav > a[aria-current="page"] { color: var(--ink); }
.primary-nav .nav-cta {
  padding: 10px 17px; border-radius: 999px; background: var(--accent-deep); color: #fffdf9;
}
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.home-hero { position: relative; min-height: min(720px, 76vh); overflow: hidden; }
.hero-background { object-fit: cover; object-position: 58% center; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(24,39,30,.78) 0%, rgba(24,39,30,.48) 42%, rgba(24,39,30,.04) 75%),
    linear-gradient(0deg, var(--paper) 0%, transparent 18%);
}
.hero-content { position: relative; z-index: 1; min-height: min(720px, 76vh); display: flex; align-items: center; padding: 70px 0 118px; }
.hero-panel { max-width: 665px; color: var(--white); }
.hero-panel h1 { max-width: 650px; margin-bottom: 22px; color: var(--white); font-weight: 480; }
.hero-panel > p:not(.eyebrow) { max-width: 430px; margin-bottom: 30px; color: rgba(255,255,255,.84); font-size: 1.12rem; }
.hero-phone { display: grid; color: var(--white); font-size: 1.02rem; font-weight: 650; line-height: 1.2; text-decoration: none; }
.hero-phone small { margin-bottom: 4px; color: rgba(255,255,255,.65); font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.trust-float {
  position: relative; z-index: 3; min-height: 88px; margin-top: -70px; display: grid;
  grid-template-columns: repeat(3, 1fr); align-items: center; overflow: hidden;
  background: rgba(251,250,247,.9); border: 1px solid rgba(255,255,255,.72); border-radius: 27px;
  box-shadow: var(--shadow); backdrop-filter: blur(18px);
}
.trust-float span { padding: 20px 30px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; font-size: .86rem; font-weight: 650; }
.trust-float svg { flex: 0 0 auto; color: var(--accent); }
.trust-float span + span { border-left: 1px solid var(--line); }

.story-grid { display: grid; grid-template-columns: 1.05fr .88fr; gap: clamp(55px, 8vw, 112px); align-items: center; }
.story-photo { position: relative; }
.story-photo img { aspect-ratio: 4/3; width: 100%; object-fit: cover; border-radius: 70px 24px 70px 24px; }
.photo-caption {
  position: absolute; right: -28px; bottom: -24px; max-width: 230px; padding: 18px 22px;
  background: rgba(251,252,250,.9); border: 1px solid var(--line); border-radius: 22px;
  box-shadow: var(--shadow); backdrop-filter: blur(14px); color: var(--muted); font-size: .82rem;
}
.story-copy h2 { margin-bottom: 24px; }
.story-copy p:not(.eyebrow) { max-width: 520px; font-size: 1.04rem; }

.service-wash {
  background: radial-gradient(circle at 12% 8%, rgba(255,255,255,.9), transparent 30%), var(--soft);
  border-radius: 70px 70px 0 0;
}
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.section-heading.narrow > p { max-width: 330px; margin-bottom: 5px; }
.service-ribbon { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.service-ribbon article {
  display: grid; grid-template-columns: 50px 1fr; gap: 18px; min-height: 164px; padding: 30px;
  background: rgba(255,255,255,.66); border: 1px solid rgba(255,255,255,.8); border-radius: 26px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.service-ribbon article:nth-child(2), .service-ribbon article:nth-child(4) { transform: translateY(26px); }
.service-ribbon article:hover { transform: translateY(-4px) rotate(-.3deg); background: var(--white); box-shadow: var(--shadow); }
.service-ribbon article:nth-child(2):hover, .service-ribbon article:nth-child(4):hover { transform: translateY(20px) rotate(.3deg); }
.service-icon, .editorial-icon {
  width: 42px; height: 42px; display: grid; place-items: center; align-self: start;
  background: rgba(83,109,98,.12); border-radius: 14px; color: var(--accent);
}
.service-ribbon h3 { margin: 0 0 9px; }
.service-ribbon p { margin: 0; }

.reviews-section { overflow: hidden; background: var(--paper); }
.review-heading { max-width: 770px; margin-bottom: 46px; text-align: center; }
.review-heading h2 { margin-bottom: 14px; }
.review-heading > p:not(.eyebrow) { margin-bottom: 25px; }
.review-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.review-button {
  display: inline-flex; min-width: 190px; align-items: center; gap: 12px; padding: 11px 18px;
  border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.85);
  box-shadow: 0 7px 24px rgba(33,54,42,.06); text-align: left; cursor: default;
  transition: transform .22s ease, box-shadow .22s ease;
}
.review-button:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.review-button img { flex: 0 0 auto; }
.review-button span { display: grid; line-height: 1.2; font-size: .84rem; font-weight: 690; }
.review-button small { margin-bottom: 3px; color: var(--muted); font-size: .64rem; font-weight: 550; }
.review-marquee {
  position: relative; overflow: hidden; padding: 8px 0 24px;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.review-track { display: flex; width: max-content; gap: 16px; animation: review-scroll 48s linear infinite; }
.review-marquee:hover .review-track { animation-play-state: paused; }
.review-slide {
  width: min(390px, calc(100vw - 64px)); margin: 0; padding: 26px;
  background: var(--soft); border: 1px solid rgba(36,53,45,.08); border-radius: 28px;
}
.review-source { display: flex; gap: 8px; align-items: center; margin-bottom: 13px; color: var(--muted); font-size: .7rem; font-weight: 650; }
.stars { margin-bottom: 12px; color: var(--accent); font-size: .78rem; letter-spacing: .12em; }
.review-slide p { min-height: 100px; margin-bottom: 22px; color: var(--ink); font-size: .97rem; }
.review-slide footer { display: grid; color: var(--ink); font-size: .76rem; }
.review-slide footer span { color: var(--muted); }
@keyframes review-scroll { to { transform: translateX(calc(-50% - 8px)); } }

.area-callout {
  display: grid; grid-template-columns: 1.2fr .9fr auto; gap: 48px; align-items: end;
  border-top: 1px solid var(--line);
}
.area-callout h2 { margin: 0; }
.area-callout p { margin: 0; }
.final-cta {
  margin-bottom: 80px; padding: clamp(42px, 7vw, 74px); display: flex; align-items: end;
  justify-content: space-between; gap: 36px; background: #30453d; border-radius: 52px 24px;
  color: #fbfaf7; overflow: hidden;
}
.final-cta h2 { max-width: 720px; margin: 0; color: #fbfaf7; }

.image-page-hero { position: relative; min-height: 620px; display: grid; align-items: end; overflow: hidden; }
.image-page-hero > img { object-fit: cover; object-position: center 42%; }
.image-page-fade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,34,27,.78), rgba(21,34,27,.2) 65%), linear-gradient(0deg, rgba(21,34,27,.65), transparent 55%); }
.image-page-hero .shell { position: relative; z-index: 1; width: min(1160px, calc(100% - 40px)); }
.page-hero-copy { max-width: 680px; padding: 100px 0 76px; color: var(--white); }
.page-hero-copy h1 { color: var(--white); font-size: clamp(3.2rem, 6vw, 5.6rem); }
.page-hero-copy > p:not(.eyebrow) { color: rgba(255,255,255,.82); font-size: 1.08rem; }
.service-editorial { border-top: 1px solid var(--line); }
.service-editorial article {
  display: grid; grid-template-columns: 56px minmax(180px, .65fr) 1fr; gap: 30px; align-items: center;
  padding: 32px 6px; border-bottom: 1px solid var(--line);
}
.service-editorial h3, .service-editorial p { margin: 0; }
.service-editorial article:hover h3 { color: var(--accent); }
.process-wrap { padding-top: 0; }
.process-card {
  padding: clamp(38px, 6vw, 68px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px;
  background: var(--soft); border-radius: 28px 70px;
}
.process-card ol { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.process-card li { display: grid; grid-template-columns: 38px 1fr; gap: 16px; align-items: start; }
.process-card li > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); font-size: .75rem; }
.process-card li p { margin: 4px 0 0; }

.soft-page-hero { padding: clamp(58px, 8vw, 105px) 0; background: var(--soft); overflow: hidden; }
.soft-hero-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }
.soft-hero-grid h1 { max-width: 720px; font-size: clamp(3rem, 5.5vw, 5.2rem); }
.soft-hero-grid > div:first-child > p:not(.eyebrow) { font-size: 1.06rem; }
.inset-photo { padding: 16px; background: rgba(255,255,255,.72); border-radius: 50% 50% 28px 28px; transform: rotate(2deg); }
.inset-photo img { aspect-ratio: 4/5; width: 100%; object-fit: cover; border-radius: inherit; }
.sample-pill {
  display: inline-flex; margin-top: 12px; padding: 8px 13px; background: rgba(255,255,255,.7);
  border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .72rem;
}
.review-page { overflow: hidden; }
.rating-orb {
  width: 92px; height: 92px; margin: 0 auto 22px; display: grid; place-content: center;
  background: var(--soft); border-radius: 50%; line-height: 1.1;
}
.rating-orb strong { font-size: 1.7rem; font-weight: 550; }
.rating-orb span { color: var(--muted); font-size: .62rem; }
.review-led-hero {
  padding: clamp(36px, 4.5vw, 54px) 0 clamp(32px, 4vw, 48px); overflow: hidden;
  background: radial-gradient(circle at 50% 0%, rgba(251,250,247,.92), transparent 42%), var(--soft);
}
.review-led-copy {
  width: min(840px, calc(100% - 40px)); margin-inline: auto; display: grid;
  justify-items: center; text-align: center;
}
.review-kicker {
  width: 40px; height: 40px; margin-bottom: 10px; display: grid; place-items: center;
  background: rgba(83,109,98,.12); border-radius: 50%; color: var(--accent);
}
.review-led-copy h1 { max-width: 760px; margin-bottom: 12px; font-size: clamp(2.45rem, 4.4vw, 4.2rem); }
.review-led-copy > p:not(.eyebrow) { max-width: 640px; margin-bottom: 12px; font-size: 1rem; }
.review-led-copy .rating-orb {
  width: 68px; height: 68px; margin: 2px auto 12px;
}
.review-led-copy .rating-orb strong { font-size: 1.35rem; }
.review-led-copy .review-buttons { width: min(100%, 430px); }
.review-led-copy .sample-pill { margin-top: 10px; }
.review-led-hero + .review-page { padding-top: clamp(38px, 5vw, 58px); }
.review-led-hero + .review-page .review-heading { margin-bottom: 28px; }
.featured-quotes { padding-top: 20px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.featured-quotes blockquote { margin: 0; padding: 42px; background: var(--soft); border-radius: 26px 60px; }
.featured-quotes blockquote:nth-child(2) { border-radius: 60px 26px; }
.featured-quotes p { color: var(--ink); font-size: clamp(1.25rem, 2.4vw, 2rem); line-height: 1.35; letter-spacing: -.03em; }
.featured-quotes footer { color: var(--muted); font-size: .77rem; }

.map-led-hero {
  padding: 48px 0 64px; overflow: hidden;
  background: radial-gradient(circle at 85% 0%, rgba(83,109,98,.09), transparent 32%), var(--paper);
}
.map-stage {
  position: relative; min-height: 650px; overflow: hidden; border: 1px solid var(--line);
  border-radius: 42px 42px 82px 28px; background: var(--soft); box-shadow: var(--shadow);
}
.map-stage iframe {
  width: 100%; height: 650px; border: 0; filter: saturate(.58) contrast(.96);
  pointer-events: none;
  user-select: none;
}
.map-overlay {
  position: absolute; left: 34px; bottom: 34px; width: min(490px, calc(100% - 68px));
  padding: clamp(28px, 4vw, 44px); background: rgba(244,243,239,.93);
  border: 1px solid rgba(255,255,255,.72); border-radius: 30px 58px 30px 30px;
  box-shadow: var(--shadow); backdrop-filter: blur(18px);
}
.map-icon {
  width: 46px; height: 46px; margin-bottom: 20px; display: grid; place-items: center;
  background: rgba(83,109,98,.12); border-radius: 16px; color: var(--accent);
}
.map-overlay h1 { margin-bottom: 18px; font-size: clamp(2.7rem, 4.8vw, 4.7rem); }
.map-overlay > p:not(.eyebrow) { max-width: 400px; }
.location-story { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.location-notes {
  display: grid; align-content: center; padding: clamp(34px, 6vw, 68px);
  background: var(--soft-2); border-radius: 52px 28px; border: 1px solid var(--line);
}
.location-notes h2 { max-width: 520px; }
.route-facts { display: grid; gap: 14px; margin-top: 28px; }
.route-fact {
  display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start;
  padding: 18px; background: rgba(251,250,247,.66); border-radius: 18px;
}
.route-fact svg { color: var(--accent); }
.route-fact strong { display: block; margin-bottom: 3px; }
.route-fact p { margin: 0; font-size: .86rem; }

.location-hero { padding: clamp(70px, 9vw, 118px) 0; background: linear-gradient(180deg, var(--soft), var(--paper)); overflow: hidden; }
.location-hero-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.location-hero-grid h1 { font-size: clamp(3.1rem, 5.4vw, 5.2rem); }
.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; align-items: start; }
.city-panel { padding: 34px; background: var(--soft); border-radius: 28px 52px; }
.city-list { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 28px 0; padding: 0; list-style: none; }
.city-list li { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .9rem; }
.small-note { font-size: .78rem; }
.map-card { padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.map-card iframe { width: 100%; height: 470px; border: 0; border-radius: 19px; filter: saturate(.65); }
.map-card p { margin: 12px 8px 2px; font-size: .74rem; }

.contact-intro {
  padding: clamp(72px, 9vw, 112px) 0 58px; overflow: hidden;
  background: radial-gradient(circle at 20% 0%, rgba(83,109,98,.1), transparent 30%), var(--soft);
}
.contact-intro-copy { width: min(800px, calc(100% - 40px)); margin-inline: auto; text-align: center; }
.contact-intro h1 { margin-bottom: 22px; font-size: clamp(3rem, 5.7vw, 5.3rem); }
.contact-intro-copy > p:not(.eyebrow) { max-width: 620px; margin-inline: auto; font-size: 1.06rem; }
.contact-methods {
  width: min(1060px, calc(100% - 40px)); margin: 46px auto 0; display: grid;
  grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.contact-methods > a, .contact-methods > div {
  min-height: 86px; padding: 18px 20px; display: flex; align-items: center; gap: 14px;
  background: rgba(251,250,247,.78); border: 1px solid rgba(255,255,255,.84);
  border-radius: 22px; color: var(--ink); text-decoration: none;
}
.contact-methods svg { flex: 0 0 auto; color: var(--accent); }
.contact-methods span { display: grid; font-size: .88rem; font-weight: 680; line-height: 1.3; }
.contact-methods small { margin-bottom: 4px; color: var(--muted); font-size: .66rem; font-weight: 580; text-transform: uppercase; letter-spacing: .08em; }
.contact-aside-icon {
  width: 52px; height: 52px; margin-bottom: 24px; display: grid; place-items: center;
  color: var(--accent-deep); background: rgba(83,109,98,.12); border-radius: 18px;
}

.contact-hero { padding: clamp(64px, 8vw, 104px) 0 80px; background: var(--soft); }
.contact-hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.contact-hero h1 { font-size: clamp(3rem, 5.4vw, 5.1rem); }
.direct-phone { display: grid; width: fit-content; margin-top: 28px; color: var(--accent-deep); font-size: 1.18rem; font-weight: 680; text-decoration: none; line-height: 1.2; }
.direct-phone small { margin-bottom: 5px; color: var(--muted); font-size: .68rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.contact-layout { display: grid; grid-template-columns: 1.2fr .7fr; gap: 34px; align-items: start; }
.contact-form, .contact-aside { padding: clamp(28px, 4vw, 48px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 28px; }
.form-heading h2 { margin-bottom: 10px; font-size: 2.25rem; }
.form-heading p:last-child { font-size: .76rem; }
.form-alert, .form-success { margin-bottom: 20px; padding: 12px 14px; border-radius: 12px; background: #fff2ef; color: #8d3d31; font-size: .84rem; }
.form-success { background: var(--soft); color: var(--accent-deep); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; align-content: start; gap: 7px; }
.field-wide { grid-column: 1 / -1; }
.field label { font-size: .79rem; font-weight: 650; }
.field input:not([type="checkbox"]), .field select, .field textarea {
  width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--line);
  border-radius: 13px; background: var(--paper); color: var(--ink);
}
.field textarea { resize: vertical; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #a34a3b; }
.field > span { color: #963f33; font-size: .74rem; }
.field-help { margin: -2px 0 0; font-size: .72rem; }
.consent-field { grid-template-columns: auto 1fr; align-items: start; }
.consent-field input { margin-top: 5px; }
.consent-field > span { grid-column: 2; }
.submit-button { margin-top: 24px; border: 0; cursor: pointer; }
.contact-aside { position: sticky; top: 132px; background: var(--soft); box-shadow: none; }
.contact-aside h2 { font-size: 2.3rem; }
.contact-aside dl { margin: 24px 0; }
.contact-aside dl > div { padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-aside dt { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-aside dd { margin: 3px 0 0; color: var(--ink); font-size: .86rem; overflow-wrap: anywhere; }

.site-footer { padding: 68px 0 24px; background: #30453d; color: #eef1ed; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .55fr .8fr; gap: 60px; }
.site-footer p, .site-footer a { color: #c8d0cb; }
.footer-brand { display: block; margin-bottom: 12px; color: var(--white) !important; font-size: 1.1rem; font-weight: 670; text-decoration: none; }
.site-footer h2 { margin-bottom: 16px; color: var(--white); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.site-footer nav, .footer-grid > div:last-child { display: grid; align-content: start; gap: 8px; }
.site-footer nav a, .footer-grid > div:last-child a { width: fit-content; font-size: .84rem; text-decoration: none; }
.site-footer nav a:hover, .footer-grid a:hover { color: var(--white); }
.site-footer p { max-width: 360px; font-size: .82rem; }
.template-note { opacity: .88; }
.footer-bottom { margin-top: 46px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #c1cbc5; font-size: .67rem; }

@supports (animation-timeline: view()) {
  .reveal {
    animation: reveal-up both linear;
    animation-timeline: view();
    animation-range: entry 5% cover 28%;
  }
  @keyframes reveal-up {
    from { transform: translateY(24px) scale(.985); clip-path: inset(7% 0 0 0 round 24px); }
    to { transform: none; clip-path: inset(0 round 0); }
  }
}

@media (max-width: 900px) {
  h1 { font-size: clamp(2.8rem, 10vw, 4.8rem); }
  .menu-button { display: block; }
  .primary-nav {
    position: absolute; inset: 109px 20px auto; display: none; padding: 18px;
    background: var(--paper); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow);
  }
  .primary-nav.is-open { display: grid; gap: 4px; }
  .primary-nav > a { padding: 12px; }
  .primary-nav .nav-cta { text-align: center; }
  .story-grid, .soft-hero-grid, .location-hero-grid, .contact-hero-grid, .contact-layout,
  .location-grid, .location-story, .process-card { grid-template-columns: 1fr; }
  .story-photo { max-width: 650px; }
  .story-copy { max-width: 650px; }
  .service-ribbon { grid-template-columns: 1fr; }
  .service-ribbon article:nth-child(2), .service-ribbon article:nth-child(4) { transform: none; }
  .service-ribbon article:nth-child(2):hover, .service-ribbon article:nth-child(4):hover { transform: translateY(-4px); }
  .area-callout { grid-template-columns: 1fr; align-items: start; }
  .section-heading { align-items: start; }
  .soft-hero-grid { gap: 45px; }
  .inset-photo { max-width: 560px; }
  .location-hero-grid, .contact-hero-grid { gap: 44px; }
  .contact-aside { position: static; }
  .contact-methods { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1160px); }
  .section { padding: 72px 0; }
  .utility-bar .shell span { display: none; }
  .utility-bar .shell { justify-content: center; }
  .header-inner { min-height: 70px; }
  .wordmark { width: 155px; }
  .primary-nav { inset: 101px 14px auto; }
  .home-hero, .hero-content { min-height: 680px; }
  .hero-background { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, var(--paper), transparent 18%), linear-gradient(90deg, rgba(20,32,25,.78), rgba(20,32,25,.2)); }
  .hero-content { align-items: end; padding-bottom: 112px; }
  .hero-panel h1 { font-size: clamp(2.9rem, 13vw, 4.4rem); }
  .trust-float { grid-template-columns: 1fr; margin-top: -63px; }
  .trust-float span { padding: 13px 18px; }
  .trust-float span + span { border-top: 1px solid var(--line); border-left: 0; }
  .photo-caption { right: 10px; bottom: -34px; }
  .story-copy { padding-top: 20px; }
  .section-heading { display: grid; gap: 24px; }
  .service-wash { border-radius: 42px 42px 0 0; }
  .service-ribbon article { grid-template-columns: 38px 1fr; padding: 24px 20px; }
  .review-slide { width: calc(100vw - 44px); }
  .final-cta { margin-bottom: 44px; padding: 34px 25px; display: grid; border-radius: 34px 18px; }
  .image-page-hero { min-height: 590px; }
  .page-hero-copy { padding-bottom: 55px; }
  .service-editorial article { grid-template-columns: 34px 1fr; gap: 14px; }
  .service-editorial article p { grid-column: 2; }
  .process-card { gap: 34px; padding: 30px 22px; border-radius: 22px 44px; }
  .featured-quotes { grid-template-columns: 1fr; }
  .featured-quotes blockquote { padding: 30px 24px; }
  .review-led-hero { padding: 28px 0 26px; }
  .review-led-copy { width: calc(100% - 28px); }
  .review-led-copy h1 { margin-bottom: 10px; font-size: clamp(2.25rem, 10.5vw, 2.8rem); }
  .review-led-copy > p:not(.eyebrow) { margin-bottom: 10px; line-height: 1.45; }
  .review-led-copy .review-buttons { flex-wrap: nowrap; gap: 8px; }
  .review-led-copy .review-button {
    min-width: 0; flex: 1; gap: 9px; padding: 9px 11px;
  }
  .review-led-copy .review-button span { font-size: .76rem; }
  .review-led-copy .review-button small { font-size: .58rem; }
  .review-led-hero + .review-page { padding-top: 34px; }
  .review-led-hero + .review-page .review-heading { margin-bottom: 22px; }
  .review-hero-image { width: calc(100% - 28px); margin-top: 40px; border-radius: 46px 18px 0 0; }
  .review-hero-image img { border-radius: 36px 10px 0 0; }
  .map-led-hero { padding-top: 24px; }
  .map-stage { min-height: 620px; border-radius: 28px 28px 52px 20px; }
  .map-stage iframe { height: 620px; }
  .map-overlay { left: 14px; bottom: 14px; width: calc(100% - 28px); padding: 24px 20px; border-radius: 24px 38px 24px 24px; }
  .map-overlay h1 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
  .inset-photo { transform: none; border-radius: 54px 20px; }
  .inset-photo img { border-radius: 44px 12px; }
  .city-list { grid-template-columns: 1fr; }
  .map-card iframe { height: 390px; }
  .contact-intro-copy, .contact-methods { width: calc(100% - 28px); }
  .contact-methods { margin-top: 32px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .contact-form, .contact-aside { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { display: grid; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .review-track { animation: none; }
  .review-marquee { overflow-x: auto; mask-image: none; }
}

/* Mobile rhythm and touch-target pass */
@media (max-width: 680px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .shell {
    width: calc(100% - 36px);
  }

  .section {
    padding-block: 64px;
  }

  .menu-button {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }

  .utility-bar a,
  .button,
  .primary-nav > a,
  .site-footer a {
    min-height: 44px;
  }

  h1,
  .hero-panel h1,
  .map-overlay h1 {
    max-width: 100%;
    font-size: clamp(2.5rem, 12vw, 3.35rem);
    line-height: .98;
    overflow-wrap: break-word;
  }

  .home-hero,
  .hero-content {
    min-height: 650px;
  }

  .hero-content {
    padding-bottom: 92px;
  }

  .hero-panel p {
    line-height: 1.6;
  }

  .trust-float {
    margin-top: -48px;
  }

  .service-ribbon article,
  .featured-quotes blockquote,
  .contact-form,
  .contact-aside {
    padding: 22px 18px;
  }

  .image-page-hero {
    min-height: 500px;
  }

  .page-hero-copy {
    padding-bottom: 42px;
  }

  .map-stage,
  .map-stage iframe {
    min-height: 500px;
    height: 500px;
  }

  .map-overlay {
    padding: 22px 18px;
  }

  .contact-intro-copy,
  .contact-methods,
  .review-hero-image {
    width: calc(100% - 36px);
  }

  .contact-methods {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  .contact-methods > a,
  .contact-methods > div {
    width: 100%;
    min-width: 0;
  }

  .contact-methods span {
    min-width: 0;
    font-size: .78rem;
    overflow-wrap: anywhere;
  }

  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea,
  button {
    min-height: 48px;
  }
}
