@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter+Tight:wght@400;450;500;600;700&display=swap');

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #64CC2A;
  --primary-tint:   rgba(100,204,42,0.12);
  --primary-dark:   #4fa820;
  --accent:         #2C3C5C;
  --accent-light:   rgba(44,60,92,0.08);
  --canvas:         #F4EFE6;
  --canvas-deep:    #EDE7D9;
  --surface:        #FFFFFF;
  --ink:            #1F1B16;
  --ink-mid:        #3a342c;
  --muted:          #7A7268;
  --border:         rgba(31,27,22,0.10);
  --border-strong:  rgba(31,27,22,0.18);
  --mount-border:   #F4EFE6;
  --header-height:  72px;
  --radius:         12px;
  --radius-pill:    999px;
  --section-py:     clamp(96px, 12vh, 152px);
  --content-max:    1240px;
  --wide-max:       1400px;
}

@media (max-width: 900px) {
  :root { --header-height: 60px; }
}

/* ============================================================
   RESET + GLOBALS
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
  font-size: 17px;
}

body {
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-weight: 450;
  background: var(--canvas);
  color: var(--ink);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

/* Universal image cap */
img { max-width: 100%; height: auto; display: block; }

section img:not(.hero-bg):not([class*="full-bleed"]):not([class*="fullbleed"]) {
  max-height: 640px;
  object-fit: cover;
}

.nav img, header img, .header img, .nav-logo img, .logo img {
  max-height: 44px !important;
  max-width: 200px !important;
  width: auto !important;
  align-self: flex-start !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

.footer img, footer img {
  max-height: 48px !important;
  max-width: 200px !important;
  width: auto !important;
  align-self: flex-start !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

.hero { position: relative; overflow: hidden; }
.hero-bg, .hero > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%; z-index: 0;
}
.hero-inner, .hero > :not(img):not(.hero-bg):not(.hero-overlay) {
  position: relative; z-index: 2;
}
.hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }

.page-header, [class*="page-header"], .about-feature, .about-hero {
  position: relative; overflow: hidden; max-height: 64vh;
}
.page-header > img, [class*="page-header"] > img, .page-header-bg,
.about-feature > img:first-of-type, .about-hero-bg,
.page-header img:first-of-type {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%; z-index: 0;
}
section > img:first-child:not([class*="logo"]):not(.nav-logo) {
  max-height: 64vh; object-fit: cover;
}
section img:not(.hero-bg):not(.page-header-bg):not([class*="full-bleed"]):not([class*="logo"]) {
  max-height: 720px;
}

[class*="gallery-grid"] > [class*="gallery-tile"],
[class*="gallery-grid"] > a,
[class*="gallery-grid"] > figure {
  grid-column: auto; width: auto; max-width: 100%; height: auto; min-height: 0;
}
[class*="gallery-tile"] { aspect-ratio: 4 / 3; overflow: hidden; }
[class*="gallery-tile"] > img { width: 100%; height: 100%; object-fit: cover; }

/* Heading anchors render as headings, not links */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
}

h1 { font-size: clamp(48px, 7vw, 96px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(22px, 2.6vw, 34px); }

h1 em, h2 em, h3 em {
  font-style: italic;
  color: inherit;
}

p { line-height: 1.7; }

a { color: var(--ink); transition: color 150ms ease; text-decoration: none; }
a:hover { color: var(--primary); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container      { max-width: var(--content-max); margin-inline: auto; padding-inline: clamp(20px, 4vw, 48px); }
.wide-container { max-width: var(--wide-max); margin-inline: auto; padding-inline: clamp(20px, 4vw, 48px); }
.bleed          { width: 100vw; margin-inline: calc(50% - 50vw); }

.section { padding-top: var(--section-py); padding-bottom: var(--section-py); }
.section-inner { max-width: var(--content-max); margin-inline: auto; padding-inline: clamp(20px, 4vw, 48px); }

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up, .fade-left, .fade-right, .scale-in {
  opacity: 0; transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-up    { transform: translateY(28px); }
.fade-left  { transform: translateX(-32px); }
.fade-right { transform: translateX(32px); }
.scale-in   { transform: scale(0.94); }

.fade-up.visible, .fade-left.visible, .fade-right.visible, .scale-in.visible {
  opacity: 1; transform: none;
}

.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
.stagger.visible > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.05s; }
.stagger.visible > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.15s; }
.stagger.visible > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.25s; }
.stagger.visible > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 0.35s; }
.stagger.visible > *:nth-child(5) { opacity: 1; transform: none; transition-delay: 0.45s; }
.stagger.visible > *:nth-child(n+6) { opacity: 1; transform: none; transition-delay: 0.55s; }

/* ============================================================
   EYEBROWS + SECTION HEADERS
   ============================================================ */
.eyebrow, .section-eyebrow, .page-eyebrow, .page-header-eyebrow,
.ph-eyebrow, .cta-banner-eyebrow, .cta-b-eyebrow {
  display: inline-block;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}

.eyebrow-rule {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--primary);
  margin-top: 6px;
  margin-bottom: 20px;
}

.section-header {
  margin-bottom: clamp(40px, 6vw, 72px);
  max-width: 700px;
}
.section-header h2 { margin-bottom: 14px; }
.section-sub, .cta-banner-sub, .cta-b-sub {
  font-size: 17px;
  color: var(--muted);
  max-width: 56ch;
  line-height: 1.65;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn, .btn-primary, .btn-ghost, .btn-white, .btn-outline-white,
.btn-solid, .btn-submit, .btn-primary-lg, .btn-sm-primary, .btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 10px;
  cursor: pointer;
  transition: filter 180ms ease, transform 180ms ease, background 180ms ease;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  line-height: 1;
}

.btn-primary, .btn-solid, .btn-submit, .btn-sm-primary {
  background: var(--primary);
  color: var(--ink);
}
.btn-primary:hover, .btn-solid:hover, .btn-submit:hover, .btn-sm-primary:hover {
  filter: brightness(0.91);
  transform: translateY(-1px);
  color: var(--ink);
  text-decoration: none;
}

.btn-primary-lg {
  background: var(--primary);
  color: var(--ink);
  font-size: 17px;
  padding: 18px 36px;
  border-radius: 10px;
}
.btn-primary-lg:hover { filter: brightness(0.91); transform: translateY(-2px); color: var(--ink); text-decoration: none; }

.btn-ghost {
  background: transparent;
  color: var(--canvas);
  border: 2px solid rgba(244,239,230,0.6);
}
.btn-ghost:hover { background: rgba(244,239,230,0.15); color: var(--canvas); text-decoration: none; }

.btn-white {
  background: var(--surface);
  color: var(--ink);
}
.btn-white:hover { background: var(--canvas); color: var(--ink); text-decoration: none; }

.btn-outline-white {
  background: transparent;
  color: var(--surface);
  border: 2px solid rgba(255,255,255,0.55);
}
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; text-decoration: none; }

.btn-phone {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.btn-phone:hover { background: var(--primary); color: var(--ink); text-decoration: none; }

/* ============================================================
   SCROLL PROGRESS BAR
   ============================================================ */
.scroll-bar, #scrollBar, #scrollProgress, #progress-bar, #scroll-progress, .scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: var(--primary);
  z-index: 9999;
  transition: width 0.1s linear;
}

/* ============================================================
   SITE HEADER + NAV
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: var(--canvas);
  border-bottom: 1px solid rgba(31,27,22,0.08);
}

.top-nav {
  height: var(--header-height);
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 28px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-logo { flex: 0 0 auto; }
.nav-logo img { max-height: 44px !important; }

.nav-pages {
  flex: 1;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 28px;
  align-items: center;
}

.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  transition: color 150ms;
}
.nav-pages a:hover { color: var(--primary); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.nav-pages a[aria-current="page"] { color: var(--primary); border-bottom: 2px solid var(--primary); }

.nav-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--primary);
  color: var(--ink);
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 180ms;
}
.nav-cta:hover { filter: brightness(0.91); text-decoration: none; color: var(--ink); }
.nav-cta-icon { width: 16px; height: 16px; flex-shrink: 0; }
.nav-cta svg, .nav-cta .nav-cta-icon svg { width: 16px; height: 16px; }

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--ink);
  font-size: 24px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

@media (max-width: 900px) {
  .top-nav { gap: 12px; padding-inline: 16px; }
  .nav-toggle { display: flex; }
  .nav-pages {
    display: none;
    flex-direction: column;
    position: absolute;
    top: var(--header-height);
    left: 0; right: 0;
    background: var(--canvas);
    padding: 24px;
    gap: 8px;
    border-bottom: 1px solid rgba(31,27,22,0.08);
    z-index: 800;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-cta-text { display: none; }
  .nav-cta { padding: 10px 12px; }
}

/* ============================================================
   HERO
   ============================================================ */
#hero.hero {
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
}

.hero > img:first-of-type, .hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 25%;
  z-index: 0;
}

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    160deg,
    rgba(31,27,22,0.38) 0%,
    rgba(31,27,22,0.62) 55%,
    rgba(100,204,42,0.22) 100%
  );
}

.hero-ribbon {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 6px;
  background: var(--primary);
  z-index: 3;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 64px);
  padding-bottom: clamp(64px, 9vw, 120px);
  padding-top: 120px;
  width: 100%;
}

.hero-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 18px;
}

.hero-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(52px, 8vw, 112px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--canvas);
  max-width: 16ch;
  margin-bottom: 24px;
}
.hero-title em { font-style: italic; color: #c8f498; }

.hero-sub {
  font-size: clamp(16px, 1.8vw, 20px);
  color: rgba(244,239,230,0.82);
  max-width: 46ch;
  line-height: 1.6;
  margin-bottom: 36px;
  font-weight: 450;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.hero-ctas .btn-primary, .hero-ctas .btn-solid {
  background: var(--primary);
  color: var(--ink);
  font-size: 16px;
  padding: 16px 30px;
  border-radius: 10px;
}
.hero-ctas .btn-ghost, .hero-ctas .btn-outline-white {
  border-color: rgba(244,239,230,0.5);
  color: var(--canvas);
}

.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(100,204,42,0.14);
  color: #c8f498;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
}
.trust-chip svg { width: 14px; height: 14px; flex-shrink: 0; }
.star { color: #FFD84E; }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
}

.trust-strip-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: center;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary-tint);
  color: var(--accent);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
}
.trust-pill .star { font-size: 13px; }
.trust-pill svg { width: 14px; height: 14px; }

/* ============================================================
   MARQUEE STRIP
   ============================================================ */
.marquee-strip {
  overflow: hidden;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--canvas-deep);
  max-height: 64px;
  position: relative;
  z-index: 1;
}

.marquee-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
  width: max-content;
}

.marquee-strip:hover .marquee-track { animation-play-state: paused; }

.marquee-item {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: clamp(12px, 1.3vw, 16px);
  line-height: 1.2;
  color: var(--muted);
}

.marquee-item::before {
  content: '\2022';
  margin-right: 48px;
  color: var(--primary);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   PHOTO MOUNT — the unique design move
   ============================================================ */
.photo-mount {
  position: relative;
  display: block;
}

.photo-mount img,
.service-panel-img img,
.about-portrait-img,
.gallery-tile-photo img,
.gallery-only-img img {
  box-shadow: inset 0 0 0 12px var(--mount-border);
  outline: 12px solid var(--mount-border);
  outline-offset: -12px;
}

.gallery-tile-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.gallery-tile-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

/* ============================================================
   SERVICES — TABBED PANEL
   ============================================================ */
#services.services {
  background: var(--canvas);
}

.services-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 40px;
}

.service-tab {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--border-strong);
  background: transparent;
  color: var(--ink-mid);
  cursor: pointer;
  transition: background 180ms, color 180ms, border-color 180ms;
}
.service-tab:hover { background: var(--primary-tint); border-color: var(--primary); color: var(--accent); }
.service-tab.active { background: var(--primary); border-color: var(--primary); color: var(--ink); }

.services-panels { position: relative; }

.service-panel {
  display: none;
  grid-template-columns: 45% 1fr;
  gap: 48px;
  align-items: center;
  min-height: 420px;
}
.service-panel.active { display: grid; }

.service-panel-img {
  position: relative;
  height: 420px;
  overflow: hidden;
  border-radius: var(--radius);
}
.service-panel-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  box-shadow: inset 0 0 0 12px var(--mount-border);
  outline: 12px solid var(--mount-border);
  outline-offset: -12px;
  max-height: none;
}

.service-panel-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-panel-body h3 {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.05;
  color: var(--accent);
}
.service-panel-body p { color: var(--muted); line-height: 1.68; font-size: 16px; }
.service-panel-body a.btn-primary, .service-panel-body a.btn-sm-primary {
  align-self: flex-start;
  margin-top: 8px;
}

@media (max-width: 900px) {
  .service-panel.active { grid-template-columns: 1fr; min-height: auto; }
  .service-panel-img { height: 56vw; }
}

/* ============================================================
   GALLERY (INDEX PAGE)
   ============================================================ */
#gallery.gallery { background: var(--surface); }

.gallery-only-img {
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: 12px;
}
.gallery-only-img img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  outline: 12px solid var(--mount-border);
  outline-offset: -12px;
}

.gallery-note {
  margin-top: 18px;
  font-size: 14px;
  color: var(--muted);
  text-align: center;
}
.gallery-note a { color: var(--primary); font-weight: 600; }

/* ============================================================
   GALLERY PAGE
   ============================================================ */
.gallery-section { background: var(--canvas); }
.gallery-section-inner {
  max-width: var(--wide-max);
  margin-inline: auto;
  padding: var(--section-py) clamp(20px, 4vw, 48px);
}

.gallery-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.gallery-heading { font-size: clamp(32px, 4vw, 56px); color: var(--ink); }
.gallery-count { font-size: 13px; color: var(--muted); font-weight: 600; letter-spacing: 0.06em; }

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}

.filter-pill {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--border-strong);
  background: transparent;
  color: var(--ink-mid);
  cursor: pointer;
  transition: background 180ms, border-color 180ms, color 180ms;
}
.filter-pill:hover, .filter-pill.active { background: var(--primary); border-color: var(--primary); color: var(--ink); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-tile {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.gallery-tile:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -16px rgba(0,0,0,0.16); }

.tile-featured { grid-column: span 2; }

.gallery-tile-photo {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}
.tile-featured .gallery-tile-photo { aspect-ratio: 16 / 9; }

.gallery-tile-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  outline: 12px solid var(--mount-border);
  outline-offset: -12px;
  transition: transform 400ms ease;
}
.gallery-tile:hover .gallery-tile-photo img { transform: scale(1.04); }

.gallery-tile-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--primary);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  z-index: 2;
}
.gallery-tile-category {
  position: absolute;
  bottom: 12px; right: 12px;
  background: rgba(31,27,22,0.72);
  color: rgba(244,239,230,0.92);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  z-index: 2;
}

.gallery-tile-body { padding: 18px 20px 20px; }
.gallery-tile-body h3 { font-size: 18px; margin-bottom: 8px; }

.gallery-tile-location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}
.gallery-tile-location svg { width: 13px; height: 13px; flex-shrink: 0; }

.gallery-tile-desc { font-size: 14px; color: var(--muted); line-height: 1.55; margin-bottom: 12px; }

.gallery-tile-meta { display: flex; gap: 10px; flex-wrap: wrap; }
.gallery-meta-item {
  font-size: 11px;
  color: var(--muted);
  background: var(--primary-tint);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.gallery-tile-headline { display: none; }

@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .tile-featured { grid-column: span 2; }
}
@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .tile-featured { grid-column: span 1; }
}

/* ============================================================
   SERVICE AREAS
   ============================================================ */
#service-areas.service-areas { background: var(--canvas-deep); }

.areas-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-chip {
  display: inline-block;
  background: var(--primary-tint);
  color: var(--accent);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: var(--radius-pill);
}

.service-area-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.areas-chips { display: flex; flex-wrap: wrap; gap: 10px; }

/* ============================================================
   FAQ
   ============================================================ */
#faq.faq { background: var(--surface); }

.faq-list {
  max-width: 780px;
}

.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 0;
}

.faq-item > summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  font-size: 17px;
  color: var(--ink);
  gap: 16px;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::after {
  content: '+';
  font-weight: 300;
  font-size: 24px;
  color: var(--muted);
  transition: transform 200ms ease, color 200ms;
  flex-shrink: 0;
}
.faq-item[open] > summary::after { transform: rotate(45deg); color: var(--primary); }

.faq-answer {
  padding-bottom: 24px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
  max-width: 66ch;
}

/* Alias for details.faq pattern from spec */
details.faq { border-bottom: 1px solid var(--border); padding: 18px 0; }
details.faq > summary { cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; }
details.faq > summary::-webkit-details-marker { display: none; }
details.faq > summary::after { content: '+'; font-weight: 300; transition: transform 200ms; }
details.faq[open] > summary::after { transform: rotate(45deg); color: var(--primary); }
details.faq p { margin-top: 12px; line-height: 1.6; }

/* ============================================================
   TEAM CTA BANNER
   ============================================================ */
.team-cta {
  background: var(--accent);
  padding: clamp(72px, 9vh, 112px) 0;
}

.team-cta-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
}

.team-cta-inner h2 {
  font-size: clamp(32px, 4.5vw, 60px);
  color: var(--canvas);
  max-width: 18ch;
  line-height: 1.05;
}
.team-cta-inner h2 em { font-style: italic; color: #c8f498; }
.team-cta-inner a { flex-shrink: 0; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--accent);
  padding: clamp(72px, 9vh, 112px) 0;
}

.cta-banner-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.cta-banner-text { flex: 1; min-width: 240px; }
.cta-banner-eyebrow { color: var(--primary); }
.cta-banner-headline, .cta-b-headline {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(30px, 4vw, 52px);
  color: var(--canvas);
  line-height: 1.05;
  margin-bottom: 12px;
}
.cta-banner-sub, .cta-b-sub { color: rgba(244,239,230,0.72); font-size: 17px; max-width: 48ch; }
.cta-banner-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 46px);
  color: var(--canvas);
  margin-bottom: 10px;
}
.cta-banner-phone { color: var(--primary); font-weight: 600; text-decoration: none; font-size: 17px; }
.cta-banner-phone:hover { color: #c8f498; text-decoration: none; }

.cta-banner-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.cta-b-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }

.cta-form {
  flex: 0 0 400px;
  min-width: 280px;
  background: rgba(244,239,230,0.06);
  border-radius: var(--radius);
  padding: 32px;
  border: 1px solid rgba(244,239,230,0.12);
}
.cta-form h3 { color: var(--canvas); font-size: 22px; margin-bottom: 24px; }

@media (max-width: 900px) {
  .cta-banner-inner { flex-direction: column; }
  .cta-form { flex: 1 1 auto; width: 100%; }
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
#contact.contact { background: var(--canvas); }
.contact-section { background: var(--canvas); padding-top: var(--section-py); padding-bottom: var(--section-py); }
.contact-inner { max-width: var(--content-max); margin-inline: auto; padding-inline: clamp(20px, 4vw, 48px); }
.contact-header { margin-bottom: 48px; }
.contact-header h2 { font-size: clamp(32px, 4vw, 56px); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: start;
}

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   FORMS
   ============================================================ */
.form-field, .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
.no-mb { margin-bottom: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }

.form-field label, .form-group label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-field input, .form-field textarea, .form-field select,
.form-group input, .form-group textarea, .form-group select,
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  padding: 13px 16px;
  border-radius: 8px;
  border: 1.5px solid var(--border-strong);
  background: var(--surface);
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 450;
  transition: border-color 180ms;
  outline: none;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus,
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(100,204,42,0.15);
}
.form-field textarea, .form-group textarea { min-height: 120px; resize: vertical; }

.form-submit, .btn-submit {
  width: 100%;
  justify-content: center;
  background: var(--primary);
  color: var(--ink);
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 10px;
  margin-top: 8px;
}
.form-submit:hover, .btn-submit:hover { filter: brightness(0.91); transform: translateY(-1px); }

.btn-submit svg { width: 18px; height: 18px; }

/* ============================================================
   CONTACT INFO CARD
   ============================================================ */
.contact-info-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 36px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.info-card-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 24px;
  color: var(--ink);
  margin-bottom: 4px;
}
.info-card-tagline { font-size: 14px; color: var(--muted); }

.info-block { display: flex; flex-direction: column; gap: 16px; }

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.info-icon {
  width: 40px; height: 40px;
  background: var(--primary-tint);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.info-icon svg { width: 18px; height: 18px; color: var(--accent); }
.info-icon img { max-height: none !important; max-width: none !important; width: 18px !important; height: 18px !important; }

.info-item-body { display: flex; flex-direction: column; gap: 2px; }
.info-item-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.info-item-value { font-size: 15px; color: var(--ink); font-weight: 500; }
.info-item-value a { color: var(--ink); }
.info-item-value a:hover { color: var(--primary); }

.info-tel { font-size: 18px; font-weight: 700; color: var(--accent); }

.info-block h4 { font-family: 'Inter Tight', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.info-block p { font-size: 15px; color: var(--ink-mid); }
.info-block a { color: var(--ink); font-weight: 500; }
.info-block a:hover { color: var(--primary); }

.contact-info { display: flex; flex-direction: column; gap: 24px; }

/* ============================================================
   SOCIAL LINKS
   ============================================================ */
.social-links, .social-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-link {
  width: 40px; height: 40px;
  border-radius: 8px;
  border: 1.5px solid var(--border-strong);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-mid);
  transition: background 180ms, border-color 180ms, color 180ms;
  text-decoration: none;
}
.social-link svg { width: 18px; height: 18px; }
.social-link:hover { background: var(--primary); border-color: var(--primary); color: var(--ink); text-decoration: none; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-story { background: var(--surface); padding: var(--section-py) 0; }
.about-story-grid {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 72px;
  align-items: start;
}

.about-portrait-wrap {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  border-radius: var(--radius);
  overflow: hidden;
}
.about-portrait-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  max-height: none;
  outline: 12px solid var(--mount-border);
  outline-offset: -12px;
}

.about-text { display: flex; flex-direction: column; gap: 0; }
.about-headline {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(32px, 4.5vw, 58px);
  color: var(--ink);
  margin-bottom: 24px;
  line-height: 1.05;
}
.about-body { display: flex; flex-direction: column; gap: 18px; margin-bottom: 28px; }
.about-body p { font-size: 17px; color: var(--ink-mid); line-height: 1.72; }

.about-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.about-chip {
  display: inline-block;
  background: var(--primary-tint);
  color: var(--accent);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
}

@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-portrait-wrap { position: static; max-width: 380px; }
  .about-portrait-img { aspect-ratio: 4 / 3; }
}

/* ============================================================
   VALUES CARDS
   ============================================================ */
.values {
  background: var(--canvas);
  padding: var(--section-py) 0;
}
.values-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.values-hdr { margin-bottom: 48px; }
.values-headline {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  margin-top: 8px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.value-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 28px 24px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.value-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -16px rgba(0,0,0,0.12); }
.val-icon { width: 36px; height: 36px; color: var(--primary); flex-shrink: 0; }
.val-icon svg { width: 36px; height: 36px; }
.value-card h3 { font-size: 19px; color: var(--accent); }
.val-title { font-size: 17px; font-weight: 600; color: var(--accent); margin-bottom: 6px; }
.val-desc { font-size: 15px; color: var(--muted); line-height: 1.62; }

@media (max-width: 900px) { .values-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .values-grid { grid-template-columns: 1fr; } }

/* ============================================================
   JOURNEY TIMELINE
   ============================================================ */
.journey {
  background: var(--surface);
  padding: var(--section-py) 0;
}
.journey-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.journey-headline { font-size: clamp(28px, 4vw, 52px); margin-top: 8px; margin-bottom: 56px; }

.journey-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.journey-track::before {
  content: '';
  position: absolute;
  top: 20px; left: 20px; right: 20px;
  height: 2px;
  background: var(--border);
  z-index: 0;
}

.journey-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 24px 0 0;
  position: relative;
  z-index: 1;
}
.jstep-dot {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--primary);
  border: 4px solid var(--surface);
  box-shadow: 0 0 0 2px var(--primary);
  margin-bottom: 20px;
  flex-shrink: 0;
}
.jstep-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 6px;
}
.journey-step h3 { font-size: 20px; color: var(--accent); margin-bottom: 8px; }
.jstep-desc { font-size: 14px; color: var(--muted); line-height: 1.6; }

@media (max-width: 900px) {
  .journey-track { grid-template-columns: 1fr 1fr; }
  .journey-track::before { display: none; }
}
@media (max-width: 640px) {
  .journey-track { grid-template-columns: 1fr; }
}

/* ============================================================
   PAGE HEADERS (sub-pages)
   ============================================================ */
.page-header {
  position: relative;
  overflow: hidden;
  min-height: clamp(240px, 40vh, 480px);
  max-height: 64vh;
  display: flex;
  align-items: flex-end;
}
.page-header > img:first-of-type, .page-header-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
  z-index: 0;
}
.page-header-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(31,27,22,0.72) 0%, rgba(31,27,22,0.35) 60%, rgba(31,27,22,0.15) 100%);
  z-index: 1;
}
.page-header-inner {
  position: relative; z-index: 2;
  max-width: var(--content-max);
  margin-inline: auto;
  padding: clamp(40px, 6vw, 80px) clamp(24px, 5vw, 64px);
  width: 100%;
}
.page-header-inner h1 {
  font-size: clamp(40px, 6vw, 84px);
  color: var(--canvas);
  max-width: 20ch;
  line-height: 1.0;
}
.page-eyebrow, .ph-eyebrow, .page-header-eyebrow, .page-header-sub, .ph-sub {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
  display: block;
}
.ph-sub, .page-header-sub {
  color: rgba(244,239,230,0.75);
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 10px;
}

/* ============================================================
   SERVICES PAGE — FEATURE BLOCKS
   ============================================================ */
.services-page { background: var(--canvas); padding: var(--section-py) 0; }

.service-block {
  padding: 0 0 clamp(64px, 8vw, 96px);
}
.service-block:last-child { padding-bottom: 0; }

.service-block-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* Alternating: odd = photo left, even = photo right */
.service-block:nth-child(even) .service-block-inner { direction: rtl; }
.service-block:nth-child(even) .service-block-inner > * { direction: ltr; }

.photo-mount {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.photo-mount img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  outline: 12px solid var(--mount-border);
  outline-offset: -12px;
}

.service-text { display: flex; flex-direction: column; gap: 16px; }
.service-text h2 { font-size: clamp(28px, 3.5vw, 48px); color: var(--accent); }
.service-index {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
}
.service-desc { font-size: 16px; color: var(--muted); line-height: 1.68; }
.service-name { font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(24px, 3vw, 40px); color: var(--accent); }

.service-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-features li {
  padding-left: 20px;
  position: relative;
  font-size: 15px;
  color: var(--ink-mid);
}
.service-features li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

.service-text a.btn-primary, .service-text a.btn-sm-primary,
.service-text a.btn-solid { align-self: flex-start; margin-top: 8px; }

@media (max-width: 900px) {
  .service-block-inner { grid-template-columns: 1fr; gap: 32px; }
  .service-block:nth-child(even) .service-block-inner { direction: ltr; }
}

/* ============================================================
   SERVICE AREAS (services page)
   ============================================================ */
.service-areas { background: var(--canvas-deep); padding: var(--section-py) 0; }
.service-areas-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.service-areas-inner h2 { font-size: clamp(28px, 4vw, 52px); margin-bottom: 32px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer, .site-footer {
  background: var(--ink);
  color: rgba(244,239,230,0.75);
  padding: clamp(64px, 8vw, 96px) 0 0;
}

.footer-inner, .footer-grid {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 56px);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}

.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand img { filter: brightness(0) invert(1); opacity: 0.9; }
.footer-tagline, .footer-brand-tagline, .footer-brand-desc {
  font-size: 14px;
  line-height: 1.62;
  color: rgba(244,239,230,0.62);
}
.footer-desc { font-size: 13px; color: rgba(244,239,230,0.5); line-height: 1.6; }

.footer-col h4, .footer-col h5,
.footer-col-title, .footer-col-heading {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244,239,230,0.45);
  margin-bottom: 18px;
}

.footer-links, .footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-col a {
  font-size: 14px;
  color: rgba(244,239,230,0.72);
  text-decoration: none;
  transition: color 150ms;
}
.footer-links a:hover, .footer-col a:hover { color: var(--primary); text-decoration: none; }

.footer-contact-line { font-size: 14px; color: rgba(244,239,230,0.72); margin-bottom: 8px; }
.footer-contact-line a { color: rgba(244,239,230,0.72); }
.footer-contact-line a:hover { color: var(--primary); text-decoration: none; }

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(244,239,230,0.72);
  margin-bottom: 10px;
}
.footer-contact-item svg { width: 16px; height: 16px; flex-shrink: 0; opacity: 0.6; }
.footer-contact-item a { color: rgba(244,239,230,0.72); }
.footer-contact-item a:hover { color: var(--primary); text-decoration: none; }

.footer-brand-logo img { filter: brightness(0) invert(1); opacity: 0.85; }

.footer-divider, .footer-bottom { border-top: 1px solid rgba(244,239,230,0.1); }

.footer-bottom {
  max-width: var(--content-max);
  margin-inline: auto;
  padding: 20px clamp(24px, 5vw, 56px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom span, .footer-copy, .footer-service-areas, .footer-bottom-copy {
  font-size: 13px;
  color: rgba(244,239,230,0.42);
}
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 13px; color: rgba(244,239,230,0.42); }
.footer-bottom-links a:hover { color: var(--primary); text-decoration: none; }

@media (max-width: 900px) {
  .footer-inner, .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .footer-inner, .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   MOBILE CALL PILL
   ============================================================ */
.mobile-cta-pill, .mobile-sticky-cta, .mobile-call, .mobile-cta {
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--primary);
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 22px;
  border-radius: var(--radius-pill);
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  text-decoration: none;
  transition: filter 180ms, transform 180ms;
}
.mobile-cta-pill svg, .mobile-sticky-cta svg, .mobile-call svg, .mobile-cta svg {
  width: 20px; height: 20px; flex-shrink: 0;
}
.mobile-cta-pill:hover, .mobile-sticky-cta:hover, .mobile-call:hover, .mobile-cta:hover {
  filter: brightness(0.91); transform: translateY(-2px);
  text-decoration: none; color: var(--ink);
}

@media (min-width: 900px) {
  .mobile-cta-pill, .mobile-sticky-cta, .mobile-call, .mobile-cta { display: none; }
}

/* ============================================================
   STAT STYLES (if used)
   ============================================================ */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 32px; padding: 80px 0; text-align: center; }
.stat-num { font-size: clamp(48px, 8vw, 96px); font-weight: 900; line-height: 1; color: var(--primary); }
.stat-label { font-size: clamp(11px, 1vw, 14px); text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); margin-top: 8px; }

/* ============================================================
   REVIEW CARDS
   ============================================================ */
.review-card { padding: 28px; border-radius: 12px; background: rgba(0,0,0,0.02); }
.review-stars svg { color: var(--primary); width: 18px; height: 18px; }
.review-quote { font-size: 17px; line-height: 1.55; margin: 14px 0; }
.review-attribution { font-size: 13px; color: var(--muted); opacity: 0.75; }

/* ============================================================
   PROCESS STRIP
   ============================================================ */
.process { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; }
.process-step { padding: 24px; border: 1px solid var(--border); border-radius: 8px; }
.step-num { font-size: 14px; font-weight: 700; color: var(--primary); margin-bottom: 12px; letter-spacing: 0.12em; }

/* ============================================================
   MISCELLANEOUS COMPONENTS
   ============================================================ */
.service-card { transition: transform 250ms ease-out, box-shadow 250ms ease-out; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18); }

/* Cap unsized SVGs globally */
svg { display: inline-block; }
.val-icon svg, .info-icon svg, .gallery-tile-location svg,
.footer-contact-item svg, .social-link svg, .star svg,
.btn-submit svg, .mobile-cta-pill svg, .mobile-call svg,
.mobile-cta svg, .nav-cta-icon svg, .mobile-sticky-cta svg {
  max-width: 24px; max-height: 24px;
}

/* Ensure no stray SVG blows up layout */
svg:not([width]):not([height]):not(.val-icon):not(.nav-cta-icon) {
  max-width: 100%; height: auto;
}

.no-mb { margin-bottom: 0 !important; }

/* Journey step heading fix */
.journey-step h3 { font-family: 'Inter Tight', sans-serif; font-weight: 700; font-size: 17px; }
.jstep-title { font-weight: 600; }

/* ============================================================
   HERO trust strip on canvas color (contact page)
   ============================================================ */
.contact .trust-strip { background: var(--canvas-deep); }

/* Make sure the about-portrait-wrap on services page images look right */
.service-panel-img img { filter: saturate(0.94) contrast(1.03); }
.photo-mount img { filter: saturate(0.94) contrast(1.03); }

/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */
@media (max-width: 640px) {
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn-primary, .hero-ctas .btn-ghost { width: 100%; justify-content: center; }
  .form-row { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .team-cta-inner { flex-direction: column; }
  .cta-banner-inner { flex-direction: column; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.form-field { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.no-mb { grid-column: 1 / -1; }
.footer-grid { grid-column: 1 / -1; }
.footer-bottom { grid-column: 1 / -1; }
/* validator patch: hero must never crop its headline */
#hero, .hero { overflow: visible !important; }
:where(#hero, .hero) { padding-top: max(var(--header-height, 72px), 72px); }
/* validator patch: keep the hero photo visible, no smothering dark band */
.hero-overlay { background: linear-gradient(to top, rgba(0,0,0,0.66), rgba(0,0,0,0.34) 38%, rgba(0,0,0,0.12) 68%, rgba(0,0,0,0) 100%), linear-gradient(to right, rgba(0,0,0,0.30), rgba(0,0,0,0) 58%) !important; }
