/* Treetops Carpet Cleaning — shared design system
   Direction: "Fresh Coastal Clean" — cool teal/aqua, crisp whites, sparkle accents,
   Space Grotesk display + Inter body. Shared across all pages for consistency. */

:root {
  --primary: #0e6f6a;     /* brand teal */
  --primary-2: #13a99b;   /* bright aqua (gradient partner) */
  --accent: #2fd2c0;      /* fresh sparkle aqua */
  --accent-soft: #8af0e3;
  --deep: #0a201e;        /* near-black green */
  --deep-2: #0f3330;      /* deep gradient partner */
  --ink: #112523;
  --muted: #5d706e;
  --sky: #e7f6f4;         /* pale aqua band */
  --mist: #f2faf8;        /* lighter band */
  --cream: #f6faf9;       /* cool off-white */
  --line: #e1ece9;
  --card: #ffffff;
  --shadow-sm: 0 4px 16px rgba(10,40,38,.06);
  --shadow: 0 20px 48px rgba(10,40,38,.10);
  --shadow-lg: 0 34px 80px rgba(10,40,38,.18);
  --radius: 18px;
  --radius-lg: 26px;
  --grad-primary: linear-gradient(135deg, #14b3a4 0%, #0e6f6a 100%);
  --grad-deep: linear-gradient(150deg, #103b37 0%, #08201e 100%);
  --ease: cubic-bezier(.16,.84,.44,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--accent); color: var(--deep); }

.skip-link { position: absolute; left: 12px; top: -80px; background: #fff; padding: 10px 14px; z-index: 60; border-radius: 10px; }
.skip-link:focus { top: 12px; }

/* ---------- typography ---------- */
h1, h2, h3, h4 {
  font-family: "Space Grotesk", Inter, sans-serif;
  letter-spacing: -.02em;
  line-height: 1.04;
  margin: 0;
  color: inherit;
  font-weight: 700;
}
h1 { font-size: clamp(44px, 7vw, 88px); }
h2 { font-size: clamp(30px, 4.4vw, 56px); }
h3 { font-size: 23px; letter-spacing: -.01em; }
.lead { font-size: clamp(17px, 2vw, 22px); margin: 20px 0 0; color: rgba(255,255,255,.92); max-width: 640px; }
.eyebrow {
  margin: 0 0 16px; display: inline-flex; align-items: center; gap: 8px;
  text-transform: uppercase; font-size: 12px; letter-spacing: .16em; font-weight: 700;
  font-family: "Space Grotesk", sans-serif; color: var(--primary);
}
.eyebrow::before { content: ""; width: 16px; height: 1.5px; background: var(--accent); display: inline-block; }
.eyebrow.on-dark { color: var(--accent); }
.spark { color: var(--accent); }

/* ---------- header / nav ---------- */
.site-header { position: fixed; top: 16px; left: 0; right: 0; z-index: 50; display: flex; justify-content: center; padding: 0 16px; pointer-events: none; }
.nav-pill {
  pointer-events: auto; width: fit-content; max-width: calc(100vw - 24px);
  display: inline-flex; align-items: center; gap: 28px;
  border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.82);
  backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%);
  border-radius: 999px; padding: 8px 9px 8px 18px;
  box-shadow: 0 14px 38px rgba(8,32,30,.16), inset 0 1px 0 rgba(255,255,255,.7);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Space Grotesk", sans-serif; font-weight: 700; color: var(--deep); white-space: nowrap; font-size: 16px; }
.brand-mark {
  width: 36px; height: 36px; border-radius: 11px; background: var(--grad-primary); color: #fff;
  display: grid; place-items: center; font-size: 13px; font-weight: 700;
  box-shadow: 0 6px 16px rgba(14,111,106,.4), inset 0 1px 0 rgba(255,255,255,.4); flex: 0 0 auto;
}
.nav-links { display: flex; align-items: center; gap: 22px; margin: 0; }
.nav-links a { font-size: 14.5px; font-weight: 600; color: #28403d; transition: color .2s; }
.nav-links a:hover { color: var(--primary); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px;
  padding: 12px 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 700;
  font-size: 15px; line-height: 1; cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s, background .2s; white-space: nowrap;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--grad-primary); color: #fff; box-shadow: 0 12px 26px rgba(14,111,106,.32); }
.button-primary:hover { box-shadow: 0 18px 34px rgba(14,111,106,.42); }
.button-dark { background: var(--grad-deep); color: #fff; box-shadow: 0 12px 26px rgba(10,32,30,.3); }
.button-light { background: #fff; color: var(--deep); border-color: rgba(16,40,39,.12); box-shadow: var(--shadow-sm); }
.button-light:hover { border-color: var(--primary); }
/* repurposed: was highlighter "lime" — now the fresh aqua accent CTA */
.button-lime { background: linear-gradient(135deg, #3ad9c6 0%, #12a596 100%); color: #06302c; box-shadow: 0 12px 28px rgba(47,210,192,.4); }
.button-lime:hover { box-shadow: 0 18px 36px rgba(47,210,192,.5); }

.mobile-menu-toggle { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(16,40,39,.1); background: #fff; color: var(--deep); font-size: 18px; align-items: center; justify-content: center; }
.mobile-panel { display: none; position: fixed; top: 80px; left: 12px; right: 12px; z-index: 49; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow-lg); pointer-events: auto; }

/* ---------- hero ---------- */
.hero { min-height: 92vh; display: grid; align-items: end; position: relative; overflow: hidden; background: var(--deep); }
.hero picture, .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,26,24,.92) 0%, rgba(8,30,28,.64) 42%, rgba(8,32,30,.18) 74%, rgba(8,32,30,.04) 100%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; box-shadow: inset 0 -120px 120px -60px rgba(7,26,24,.6); }
.hero-inner { position: relative; z-index: 3; width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 150px 0 64px; color: #fff; }
.hero-copy { max-width: 760px; }
.hero h1 { color: #fff; max-width: 14ch; }
.hero h1 .spark { color: var(--accent); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; max-width: 680px; margin-top: 40px; }
.proof-tile {
  position: relative; border-radius: var(--radius); padding: 18px 18px 16px;
  background: linear-gradient(160deg, rgba(255,255,255,.20), rgba(255,255,255,.07));
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: 0 18px 40px rgba(4,20,18,.3), inset 0 1px 0 rgba(255,255,255,.45);
  overflow: hidden; transition: transform .3s var(--ease);
}
.proof-tile::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.7), transparent); }
.proof-tile:hover { transform: translateY(-4px); }
.proof-tile .pt-ico { width: 30px; height: 30px; color: var(--accent-soft); margin-bottom: 10px; }
.proof-tile strong { display: block; font-family: "Space Grotesk", sans-serif; font-size: 24px; color: #fff; line-height: 1.1; }
.proof-tile span { color: rgba(255,255,255,.8); font-size: 13px; }

/* ---------- layout primitives ---------- */
.section { padding: 96px 0; position: relative; }
.band-sky { background: var(--sky); }
.band-cream { background: var(--cream); }
.band-mist { background: var(--mist); }
.band-deep { background: var(--deep); color: #fff; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
.section-head > div { max-width: 640px; }
.section-head p { max-width: 460px; margin: 14px 0 0; color: var(--muted); }
.band-deep .section-head p { color: rgba(255,255,255,.72); }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; }

/* ---------- service cards (icon-led, no repeated photos) ---------- */
.service-card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm); padding: 30px 28px 26px;
  display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
}
.service-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(120% 80% at 100% 0%, rgba(47,210,192,.10), transparent 60%); opacity: 0; transition: opacity .3s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(19,169,155,.3); }
.service-card:hover::after { opacity: 1; }
.svc-ico {
  width: 62px; height: 62px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 22px;
  background: linear-gradient(150deg, rgba(47,210,192,.16), rgba(14,111,106,.12));
  border: 1px solid rgba(19,169,155,.22); color: var(--primary); flex: 0 0 auto;
  transition: transform .3s var(--ease);
}
.service-card:hover .svc-ico { transform: scale(1.06) rotate(-3deg); }
.svc-ico svg { width: 30px; height: 30px; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { color: var(--muted); margin: 0 0 20px; flex: 1; }
.text-link { font-weight: 700; color: var(--primary); display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.text-link svg { width: 16px; height: 16px; transition: transform .2s; }
.service-card:hover .text-link { gap: 10px; }
.service-card:hover .text-link svg { transform: translateX(3px); }

/* ---------- social proof / reviews ---------- */
.proof-band { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: center; }
.google-card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 36px; box-shadow: var(--shadow); text-align: left;
}
.google-card::before { content: ""; position: absolute; inset: -2px; border-radius: inherit; background: radial-gradient(80% 120% at 0% 0%, rgba(47,210,192,.18), transparent 55%); z-index: -1; }
.g-top { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.g-mark { width: 50px; height: 50px; flex: 0 0 auto; }
.g-score { font-family: "Space Grotesk", sans-serif; font-size: 56px; font-weight: 700; line-height: 1; color: var(--ink); }
.g-score small { font-size: 18px; color: var(--muted); font-weight: 500; }
.stars { display: inline-flex; gap: 3px; color: #fbbc05; }
.stars svg { width: 22px; height: 22px; }
.g-meta { color: var(--muted); margin: 6px 0 0; }
.g-meta strong { color: var(--ink); }
.g-verified { display: inline-flex; align-items: center; gap: 7px; margin: 18px 0 22px; font-size: 13.5px; font-weight: 600; color: var(--primary); background: var(--sky); border-radius: 999px; padding: 8px 14px; }
.g-verified svg { width: 16px; height: 16px; }
.reviews-aggregate .reviews-meta { font-weight: 600; }

/* ---------- process timeline (animated) ---------- */
.process-wrap { position: relative; }
.process { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; position: relative; }
.process::before { content: ""; position: absolute; top: 31px; left: 8%; right: 8%; height: 2px; background: var(--line); z-index: 0; }
.process-line { position: absolute; top: 31px; left: 8%; height: 2px; background: var(--grad-primary); z-index: 1; width: 84%; border-radius: 2px; }
.reveal-on .process-line { width: 0; transition: width 1.4s var(--ease); }
.reveal-on .process-line.is-in { width: 84%; }
.process-card { position: relative; z-index: 2; background: transparent; padding: 0; text-align: center; }
.proc-badge {
  width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; border: 2px solid var(--line); color: var(--primary); position: relative;
  box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), border-color .4s, background .4s, color .4s;
}
.proc-badge svg { width: 28px; height: 28px; }
.proc-num { position: absolute; top: -8px; right: -8px; width: 26px; height: 26px; border-radius: 50%; background: var(--grad-primary); color: #fff; font-size: 13px; font-weight: 700; display: grid; place-items: center; font-family: "Space Grotesk", sans-serif; box-shadow: 0 4px 10px rgba(14,111,106,.4); }
.process-card.is-in .proc-badge { transform: scale(1.04); border-color: var(--accent); background: var(--grad-primary); color: #fff; }
.process-card h3 { font-size: 19px; margin-bottom: 8px; }
.process-card p { color: var(--muted); margin: 0; font-size: 15px; }
.band-cream .process-card p { color: var(--muted); }

/* ---------- split / feature list ---------- */
.split { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.feature-list { display: grid; gap: 12px; padding: 0; margin: 26px 0 0; list-style: none; }
.feature-list li { padding-left: 34px; position: relative; color: var(--muted); }
.feature-list li::before {
  content: ""; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--sky); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230e6f6a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}

/* ---------- service detail showcase panel (replaces tinted repeated photo) ---------- */
.svc-showcase {
  position: relative; border-radius: var(--radius-lg); padding: 44px 40px; overflow: hidden;
  background: var(--grad-deep); color: #fff; box-shadow: var(--shadow-lg); min-height: 360px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.svc-showcase::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(60% 60% at 85% 12%, rgba(47,210,192,.28), transparent 60%),
  radial-gradient(50% 50% at 10% 100%, rgba(19,169,155,.22), transparent 60%); }
.svc-showcase::after { content: ""; position: absolute; inset: 0; opacity: .5; background-image: radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(180deg, transparent, #000 40%); -webkit-mask-image: linear-gradient(180deg, transparent, #000 40%); }
.svc-showcase-ico { position: relative; z-index: 1; width: 76px; height: 76px; border-radius: 20px; display: grid; place-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); color: #fff; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.svc-showcase-ico svg { width: 38px; height: 38px; }
.svc-showcase-body { position: relative; z-index: 1; }
.svc-showcase h2 { color: #fff; font-size: clamp(26px,3vw,38px); margin-bottom: 10px; }
.svc-showcase-name { font-family: "Space Grotesk", sans-serif; font-size: clamp(26px,3vw,34px); font-weight: 700; color: #fff; letter-spacing: -.02em; line-height: 1.06; margin-top: 8px; }
.svc-showcase p { color: rgba(255,255,255,.82); margin: 0; }
.svc-chips { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.svc-chip { font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: #fff; }

/* ---------- local areas / coverage map ---------- */
.area-section { position: relative; }
.area-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.area-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 28px; }
.area-pill {
  display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 15px 18px; font-weight: 600; color: var(--ink);
  box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), border-color .25s, box-shadow .25s;
}
.area-pill::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(47,210,192,.18); flex: 0 0 auto; }
.area-pill:hover { transform: translateY(-3px); border-color: rgba(19,169,155,.35); box-shadow: var(--shadow); }
.map-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--grad-deep); box-shadow: var(--shadow-lg); aspect-ratio: 1.12; }
.map-card svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-badge { position: absolute; left: 24px; bottom: 24px; z-index: 2; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-radius: 14px; padding: 14px 18px; box-shadow: var(--shadow); }
.map-badge strong { display: block; font-family: "Space Grotesk", sans-serif; font-size: 17px; color: var(--ink); }
.map-badge span { font-size: 13px; color: var(--muted); }
.map-pin { animation: pinPulse 3s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.map-pin:nth-child(2) { animation-delay: .6s; }
.map-pin:nth-child(3) { animation-delay: 1.2s; }
.map-pin:nth-child(4) { animation-delay: 1.8s; }
@keyframes pinPulse { 0%,100% { opacity: .55; } 50% { opacity: 1; } }

/* ---------- contact band ---------- */
.contact-band { position: relative; overflow: hidden; background: var(--grad-deep); color: #fff; }
.contact-band::after { content: ""; position: absolute; inset: 0; pointer-events: none; background:
  radial-gradient(50% 60% at 88% 0%, rgba(47,210,192,.22), transparent 60%),
  radial-gradient(40% 50% at 0% 100%, rgba(19,169,155,.2), transparent 60%); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.contact-band h2 { color: #fff; }
.contact-band .eyebrow { color: var(--accent); }
.contact-lead { color: rgba(255,255,255,.82); font-size: 18px; margin: 18px 0 28px; max-width: 460px; }
.contact-points { display: grid; gap: 14px; margin: 28px 0 0; }
.contact-point { display: flex; align-items: center; gap: 14px; }
.contact-point .cp-ico { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); display: grid; place-items: center; color: var(--accent-soft); flex: 0 0 auto; }
.contact-point .cp-ico svg { width: 20px; height: 20px; }
.contact-point strong { display: block; font-size: 15px; }
.contact-point span { font-size: 13.5px; color: rgba(255,255,255,.7); }
.contact-card {
  position: relative; z-index: 1; background: rgba(255,255,255,.97); border-radius: var(--radius-lg);
  padding: 34px; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.5); color: var(--ink);
}
.contact-card h3 { margin-bottom: 6px; }
.contact-card .cc-sub { color: var(--muted); margin: 0 0 20px; font-size: 15px; }

/* ---------- contact panel (used on inner pages) ---------- */
.contact-panel { position: relative; background: var(--grad-deep); color: #fff; border-radius: var(--radius-lg); padding: 36px; overflow: hidden; box-shadow: var(--shadow); }
.contact-panel::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 60% at 90% 0%, rgba(47,210,192,.2), transparent 60%); }
.contact-panel > * { position: relative; z-index: 1; }
.contact-panel h2, .contact-panel h3 { color: #fff; }
.contact-panel p { color: rgba(255,255,255,.82); }

/* ---------- forms ---------- */
.form-grid { display: grid; gap: 13px; }
.form-grid.in-card label { color: var(--ink); }
input, textarea, select {
  width: 100%; border: 1px solid rgba(16,40,39,.16); border-radius: 12px; padding: 14px 15px;
  min-height: 48px; font: inherit; background: #fff; color: var(--deep); transition: border-color .2s, box-shadow .2s;
}
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(19,169,155,.16); }
textarea { min-height: 130px; resize: vertical; }
.contact-panel label { font-weight: 600; font-size: 14px; color: #fff; }
label { font-weight: 600; font-size: 14px; display: block; }
label input, label textarea, label select { margin-top: 6px; }

/* ---------- faq ---------- */
.faq-list { display: grid; gap: 12px; max-width: 860px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 4px 22px; box-shadow: var(--shadow-sm); transition: border-color .2s, box-shadow .2s; }
details[open] { border-color: rgba(19,169,155,.3); box-shadow: var(--shadow-sm); }
summary { cursor: pointer; font-weight: 600; font-family: "Space Grotesk", sans-serif; list-style: none; padding: 16px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 24px; color: var(--primary); font-weight: 400; transition: transform .25s; line-height: 1; }
details[open] summary::after { transform: rotate(45deg); }
details p { color: var(--muted); margin: 0 0 18px; }

/* ---------- footer ---------- */
.site-footer { background: var(--grad-deep); color: #fff; padding: 72px 0 56px; position: relative; overflow: hidden; }
.site-footer::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(50% 70% at 100% 0%, rgba(47,210,192,.12), transparent 60%); }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.5fr repeat(3, .8fr); gap: 32px; }
.footer-grid h3 { font-size: 14px; text-transform: uppercase; letter-spacing: .1em; color: var(--accent-soft); margin-bottom: 6px; }
.site-footer .brand { color: #fff; margin-bottom: 14px; }
.site-footer a { color: rgba(255,255,255,.74); display: block; margin: 9px 0; transition: color .2s; }
.site-footer a:hover { color: #fff; }
.site-footer p { color: rgba(255,255,255,.66); margin: 12px 0 0; font-size: 14.5px; }
.footer-credit a { display: inline; color: #fff; text-decoration: underline; }

/* ---------- page hero (inner pages) ---------- */
.page-hero { padding: 168px 0 84px; position: relative; overflow: hidden; background: var(--sky); }
.page-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background:
  radial-gradient(50% 80% at 88% 0%, rgba(47,210,192,.16), transparent 60%),
  radial-gradient(40% 70% at 0% 100%, rgba(14,111,106,.1), transparent 55%); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 16ch; }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 19px; margin-top: 18px; }
.breadcrumbs { font-size: 13px; font-weight: 600; color: var(--primary); margin-bottom: 18px; }
.breadcrumbs a:hover { text-decoration: underline; }

/* ---------- scroll reveal (gated on .reveal-on so no-JS = fully visible) ---------- */
.reveal-on [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: var(--d, 0ms); }
.reveal-on [data-reveal].is-in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1023px) {
  .nav-pill { width: calc(100vw - 24px); justify-content: space-between; padding-right: 8px; }
  .nav-links, .nav-cta { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .mobile-panel.open { display: grid; }
  .mobile-panel a { padding: 13px 10px; font-weight: 600; color: var(--deep); border-radius: 10px; }
  .mobile-panel a:hover { background: var(--sky); }
  .grid-3, .grid-2, .proof-band, .split, .area-split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof-band, .split, .area-split, .contact-grid { gap: 36px; }
  .process { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px 22px; }
  .process::before, .process-line { display: none; }
  .footer-grid { gap: 26px; }
}
@media (max-width: 640px) {
  .hero { min-height: 90vh; }
  .hero-inner { padding: 130px 0 44px; }
  .section { padding: 64px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 16px; }
  .process { grid-template-columns: 1fr; gap: 14px; }
  .process-card { display: grid; grid-template-columns: 64px 1fr; gap: 18px; text-align: left; align-items: center; }
  .proc-badge { margin: 0; }
  .area-grid { grid-template-columns: 1fr; }
  .brand span:last-child { max-width: 190px; overflow: hidden; text-overflow: ellipsis; }
  .google-card, .contact-card, .contact-panel, .svc-showcase { padding: 28px 22px; }
  .hero-proof { gap: 10px; }
  .page-hero { padding: 140px 0 60px; }
}
@media (min-width: 1024px) {
  .mobile-menu-toggle { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .process-line { transition: none; }
  .map-pin { animation: none; }
}
