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

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #E8E2D6;
  --accent:         #4E462B;
  --canvas:         #F4EFE6;
  --surface:        #FFFFFF;
  --ink:            #1F1B16;
  --muted:          #7A7268;
  --accent-08:      rgba(78,70,43,0.08);
  --accent-12:      rgba(78,70,43,0.12);
  --accent-20:      rgba(78,70,43,0.20);
  --ink-06:         rgba(31,27,22,0.06);
  --ink-08:         rgba(31,27,22,0.08);
  --ink-12:         rgba(31,27,22,0.12);
  --primary-15:     rgba(232,226,214,0.15);
  --primary-25:     rgba(232,226,214,0.25);
  --border:         rgba(31,27,22,0.10);
  --border-soft:    rgba(31,27,22,0.06);
  --font-display:   'DM Serif Display', Georgia, serif;
  --font-body:      'Inter Tight', system-ui, sans-serif;
  --radius:         12px;
  --radius-sm:      8px;
  --radius-pill:    999px;
  --content-max:    1240px;
  --section-py:     clamp(96px, 12vh, 152px);
  --header-height:  72px;
}
@media (max-width: 900px) { :root { --header-height: 60px; } }

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

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

body {
  font-family: var(--font-body);
  font-weight: 450;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}

a { color: inherit; transition: color 150ms; }
a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* ============================================================
   UNIVERSAL IMAGE CAP — MANDATORY VERBATIM
   ============================================================ */
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: 64px !important; max-width: 220px !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; }

.hero-split { display: grid; grid-template-columns: 60% 40%; min-height: 88vh; gap: 0; }
.hero-split-text { background: var(--canvas); padding: clamp(48px, 7vw, 96px); display: flex; flex-direction: column; justify-content: center; z-index: 2; }
.hero-split-photo { position: relative; overflow: hidden; background: transparent; }
.hero-split-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .hero-split { grid-template-columns: 1fr; min-height: auto; } .hero-split-photo { min-height: 60vw; order: -1; } }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.0; letter-spacing: -0.01em; }
p { line-height: 1.65; }

.section-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.section-eyebrow-line,
.eyebrow-line {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  margin-bottom: 20px;
}

.section-heading {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.section-sub {
  font-size: 17px;
  color: var(--muted);
  max-width: 52ch;
  line-height: 1.65;
  margin-top: 16px;
}

.section-lead {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 28px;
}

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.section-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}

.section-wrap {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}

.wide-container { max-width: 1400px; margin-inline: auto; padding-inline: clamp(20px, 5vw, 48px); }
.surface { background: var(--surface); }
.bleed { width: 100%; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 200ms ease-out, filter 200ms;
  white-space: nowrap;
  line-height: 1;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); filter: brightness(0.92); }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn-primary { background: var(--accent); color: var(--primary); }
.btn-primary:hover { color: var(--primary); }

.btn-outline { background: transparent; color: var(--primary); border: 1.5px solid rgba(232,226,214,0.48); }
.btn-outline:hover { background: var(--primary-15); color: var(--primary); }

.btn-light { background: var(--primary); color: var(--ink); }
.btn-light:hover { color: var(--ink); }

.btn-service {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1.5px solid var(--accent);
  padding-bottom: 2px;
  transition: opacity 150ms;
}
.btn-service:hover { opacity: 0.65; text-decoration: none; color: var(--accent); }

.btn-submit,
.form-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: var(--primary);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: filter 200ms, transform 200ms;
  white-space: nowrap;
}
.btn-submit:hover,
.form-submit:hover { filter: brightness(0.90); transform: translateY(-1px); }
.btn-submit svg,
.form-submit svg { width: 18px; height: 18px; }

.btn-banner-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: filter 200ms;
}
.btn-banner-primary:hover { filter: brightness(0.92); text-decoration: none; color: var(--ink); }

.btn-banner-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--primary);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  border: 1.5px solid rgba(232,226,214,0.38);
  text-decoration: none;
  transition: background 200ms;
}
.btn-banner-phone:hover { background: var(--primary-15); text-decoration: none; color: var(--primary); }
.btn-banner-phone svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: var(--primary);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: filter 200ms;
}
.btn-cta-primary:hover { filter: brightness(0.92); text-decoration: none; color: var(--primary); }

.btn-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--accent-20);
  text-decoration: none;
  transition: background 200ms;
}
.btn-cta-phone:hover { background: var(--accent-08); text-decoration: none; color: var(--accent); }

/* ============================================================
   CHIPS
   ============================================================ */
.trust-chip,
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent-12);
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

.about-chip,
.owner-chip,
.area-chip,
.page-chip {
  display: inline-flex;
  align-items: center;
  background: var(--accent-12);
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: var(--radius-pill);
}

.about-chips,
.owner-chips,
.area-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }

.page-header-chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin-top: 20px; }

/* ============================================================
   SCROLL PROGRESS
   ============================================================ */
#scroll-progress,
#scrollProgress,
.scroll-progress,
.progress-bar,
#progressBar {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: var(--accent);
  z-index: 9999;
  pointer-events: none;
}

/* ============================================================
   SITE HEADER
   ============================================================ */
.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;
  position: relative;
}

.nav-logo { flex: 0 0 auto; text-decoration: none; display: flex; align-items: center; }
.nav-logo img { max-height: 44px !important; max-width: 200px !important; width: auto !important; object-fit: contain !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-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  transition: color 150ms;
}
.nav-pages a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.nav-pages a[aria-current="page"] {
  color: var(--accent);
  border-bottom: 2px solid var(--accent);
}

.nav-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent);
  color: var(--primary);
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 150ms;
}
.nav-cta:hover { filter: brightness(0.90); text-decoration: none; color: var(--primary); }
.nav-cta svg { width: 16px; height: 16px; flex-shrink: 0; }

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

@media (max-width: 900px) {
  .top-nav { padding-inline: 20px; gap: 12px; }
  .nav-pages {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: var(--header-height);
    left: 0; right: 0;
    background: var(--canvas);
    padding: 24px 20px;
    gap: 4px;
    border-bottom: 1px solid rgba(31,27,22,0.08);
    z-index: 800;
  }
  .nav-pages.open { display: flex; }
  .nav-pages a { font-size: 17px; padding: 11px 0; width: 100%; }
  .nav-toggle { display: flex; }
  .nav-cta span { display: none; }
  .nav-cta { padding: 10px 12px; }
}

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

.hero-overlay {
  background: linear-gradient(155deg, rgba(31,27,22,0.62) 0%, rgba(78,70,43,0.36) 100%);
}

.hero-inner {
  padding: clamp(48px, 9vh, 104px) clamp(20px, 5vw, 72px);
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232,226,214,0.78);
  display: block;
}

.hero-inner h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(72px, 9vw, 132px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  color: var(--primary);
  max-width: 14ch;
}

.hero-sub {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.8vw, 19px);
  color: rgba(232,226,214,0.76);
  max-width: 44ch;
  line-height: 1.55;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 6px;
}

.hero-trust-chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin-top: 10px; }
.hero-trust-chips .trust-chip {
  background: rgba(232,226,214,0.13);
  color: var(--primary);
  border: 1px solid rgba(232,226,214,0.22);
}

@media (max-width: 640px) {
  .hero-inner { padding-inline: 20px; }
  .hero-inner h1 { font-size: clamp(52px, 14vw, 72px); }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--surface);
  padding: 24px 0;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}
.trust-strip-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee-section {
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--canvas);
  position: relative;
  z-index: 1;
  max-height: 64px;
}
.marquee-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  width: max-content;
  animation: marqueeScroll 38s linear infinite;
}
.marquee-section:hover .marquee-track { animation-play-state: paused; }

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(13px, 1.4vw, 18px);
  line-height: 1.2;
  color: var(--muted);
}
.marquee-item > span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

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

/* ============================================================
   MOUNTED PRINT — THE UNIQUE MOVE
   ============================================================ */
.mounted-print {
  background: var(--canvas);
  padding: 12px;
  border-radius: var(--radius);
}
.mounted-print > img {
  border-radius: calc(var(--radius) - 4px);
  max-height: none !important;
}

/* ============================================================
   SERVICES BENTO (index.html)
   ============================================================ */
.services-section { background: var(--canvas); padding-block: var(--section-py); }

.services-header { margin-bottom: 52px; max-width: 54ch; }

.services-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--ink-08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--ink);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(31,27,22,0.18);
  text-decoration: none;
  color: var(--ink);
}

/* Bento placement */
.service-card-featured           { grid-column: 1;     grid-row: 1 / 3; }
.services-bento .service-card:nth-child(2) { grid-column: 2; grid-row: 1; }
.services-bento .service-card:nth-child(3) { grid-column: 3; grid-row: 1; }
.services-bento .service-card:nth-child(4) { grid-column: 2; grid-row: 2; }
.services-bento .service-card:nth-child(5) { grid-column: 3; grid-row: 2; }
.services-bento .service-card:nth-child(6) { grid-column: 1 / 4; grid-row: 3; }

.service-card-img { overflow: hidden; flex-shrink: 0; background: var(--canvas); }
.service-card-featured .service-card-img                                             { height: 260px; }
.services-bento .service-card:not(.service-card-featured):not(:nth-child(6)) .service-card-img { height: 180px; }
.services-bento .service-card:nth-child(6) .service-card-img                        { height: 220px; }

.service-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none !important;
  transition: transform 500ms ease-out;
}
.service-card:hover .service-card-img img { transform: scale(1.05); }

.service-card-body {
  padding: 22px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.service-card-index {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.service-card-body h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.1;
  color: var(--ink);
}

.service-card-desc { font-size: 15px; color: var(--muted); line-height: 1.55; flex: 1; }

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 8px;
}
.service-card-link svg { width: 14px; height: 14px; }

@media (max-width: 900px) {
  .services-bento { grid-template-columns: repeat(2, 1fr); }
  .service-card-featured                             { grid-column: 1 / 3; grid-row: 1; }
  .services-bento .service-card:nth-child(2)         { grid-column: 1;     grid-row: 2; }
  .services-bento .service-card:nth-child(3)         { grid-column: 2;     grid-row: 2; }
  .services-bento .service-card:nth-child(4)         { grid-column: 1;     grid-row: 3; }
  .services-bento .service-card:nth-child(5)         { grid-column: 2;     grid-row: 3; }
  .services-bento .service-card:nth-child(6)         { grid-column: 1 / 3; grid-row: 4; }
  .service-card-featured .service-card-img           { height: 240px; }
}
@media (max-width: 640px) {
  .services-bento                    { grid-template-columns: 1fr; }
  .service-card-featured             { grid-column: 1 !important; grid-row: auto !important; }
  .services-bento .service-card      { grid-column: 1 !important; grid-row: auto !important; }
}

/* ============================================================
   GALLERY — HOMEPAGE TILES
   ============================================================ */
.gallery-section { background: var(--surface); padding-block: var(--section-py); }

.gallery-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.gallery-header > div h2 { font-family: var(--font-display); }
.gallery-header a {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  flex-shrink: 0;
}
.gallery-header a:hover { opacity: 0.70; text-decoration: none; color: var(--accent); }

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

/* Homepage gallery tiles with mounted-print treatment */
.gallery-section .gallery-tile {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--canvas);
  padding: 10px;
}
.gallery-section .gallery-tile-featured {
  grid-column: 1 / 3;
  aspect-ratio: 16 / 9;
}
.gallery-section .gallery-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius) - 4px);
  max-height: none !important;
  transition: transform 450ms ease-out;
}
.gallery-section .gallery-tile:hover img { transform: scale(1.05); }

.gallery-cta-wrap { text-align: center; margin-top: 36px; }

@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-section .gallery-tile-featured { grid-column: 1 / 3; }
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-section { background: var(--canvas); padding-block: var(--section-py); }

.faq-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.faq-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 32px);
}
.faq-sidebar h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 18px;
}
.faq-sidebar .section-sub a { color: var(--accent); font-weight: 600; }

.faq-list { display: flex; flex-direction: column; }

details.faq,
.faq-list details {
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
details.faq > summary,
.faq-list details > summary {
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 17px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--ink);
  gap: 16px;
}
details.faq > summary::-webkit-details-marker,
.faq-list details > summary::-webkit-details-marker { display: none; }

details.faq > summary::after,
.faq-list details > summary::after {
  content: "+";
  font-weight: 300;
  font-size: 22px;
  flex-shrink: 0;
  color: var(--accent);
  transition: transform 200ms;
  line-height: 1;
}
details.faq[open] > summary::after,
.faq-list details[open] > summary::after { transform: rotate(45deg); }

.faq-answer,
.faq-list details p {
  margin-top: 14px;
  line-height: 1.65;
  color: var(--muted);
  font-size: 16px;
}

@media (max-width: 900px) {
  .faq-inner { grid-template-columns: 1fr; }
  .faq-sidebar { position: static; }
}

/* ============================================================
   TEAM CTA
   ============================================================ */
.team-cta-section {
  background: var(--accent);
  padding-block: clamp(48px, 8vh, 80px);
}
.team-cta-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.team-cta-text {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(26px, 3.2vw, 44px);
  color: var(--primary);
  line-height: 1.1;
  max-width: 26ch;
}
.team-cta-inner > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: filter 200ms;
}
.team-cta-inner > a:hover { filter: brightness(0.92); text-decoration: none; color: var(--ink); }

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

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

.cta-banner-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232,226,214,0.58);
  margin-bottom: 12px;
}
.cta-banner-h2,
.cta-banner-text h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 64px);
  color: var(--primary);
  line-height: 1.0;
}
.cta-banner-sub,
.cta-banner-body {
  font-size: 17px;
  color: rgba(232,226,214,0.72);
  margin-top: 14px;
  max-width: 44ch;
  line-height: 1.6;
}
.cta-banner-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(32px, 4.5vw, 60px);
  color: var(--primary);
  line-height: 1.0;
}
.cta-banner-text { grid-column: 1; }
.cta-banner-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  flex-shrink: 0;
  grid-column: 2;
}

/* Gallery page CTA variant */
.cta-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232,226,214,0.58);
  margin-bottom: 16px;
}
.cta-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 52px);
  color: var(--primary);
  text-decoration: none;
  line-height: 1.0;
  margin-bottom: 16px;
}
.cta-phone-link:hover { color: var(--primary); opacity: 0.82; text-decoration: none; }
.cta-phone-icon { display: inline-flex; align-items: center; }
.cta-phone-icon svg { width: 36px; height: 36px; }

.cta-form-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 32px;
  grid-column: 2;
}
.cta-form-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 400;
  margin-bottom: 24px;
  color: var(--ink);
}

@media (max-width: 900px) {
  .cta-banner-inner { grid-template-columns: 1fr; }
  .cta-banner-text  { grid-column: 1; }
  .cta-banner-actions { grid-column: 1; flex-direction: row; flex-wrap: wrap; }
  .cta-form-card    { grid-column: 1; }
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-section { background: var(--canvas); padding-block: var(--section-py); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  margin-top: 48px;
}

.contact-form-wrap,
.contact-form-side {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--ink-08);
  padding: 36px;
}
.contact-form-side h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.8vw, 38px);
  color: var(--ink);
  margin-bottom: 8px;
}

.contact-info-card,
.contact-info-wrap {
  background: var(--accent);
  border-radius: var(--radius);
  padding: 36px;
  color: var(--primary);
}
.contact-info-card h3,
.contact-info-wrap h3,
.info-card-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 32px);
  color: var(--primary);
  line-height: 1.1;
  margin-bottom: 28px;
}
.info-card-label {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232,226,214,0.55);
  margin-bottom: 6px;
}
.contact-info-heading { font-family: var(--font-display); font-size: 20px; color: var(--primary); margin-bottom: 18px; }

.contact-info-row,
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(232,226,214,0.10);
}
.contact-info-row:last-of-type,
.info-item:last-of-type { border-bottom: 0; }

.contact-info-icon,
.info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(232,226,214,0.11);
  border-radius: var(--radius-sm);
  flex-shrink: 0;
}
.contact-info-icon svg,
.info-icon svg { width: 18px; height: 18px; color: var(--primary); }

.contact-info-label,
.info-label {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(232,226,214,0.55);
  margin-bottom: 3px;
}
.contact-info-value { font-size: 16px; color: var(--primary); line-height: 1.45; }
.contact-info-value a { color: var(--primary); text-decoration: none; font-weight: 500; }
.contact-info-value a:hover { opacity: 0.80; text-decoration: underline; }

.info-text-block { flex: 1; }
.info-text-block a { color: var(--primary); text-decoration: none; font-size: 16px; font-weight: 500; }
.info-text-block a:hover { opacity: 0.80; text-decoration: underline; }
.info-text-block p { font-size: 16px; color: var(--primary); line-height: 1.45; }

.contact-socials,
.social-row { display: flex; gap: 10px; margin-top: 24px; }

.social-pill,
.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(232,226,214,0.11);
  border-radius: var(--radius-pill);
  color: var(--primary);
  text-decoration: none;
  transition: background 200ms;
}
.social-pill:hover,
.social-btn:hover { background: rgba(232,226,214,0.24); text-decoration: none; color: var(--primary); }
.social-pill svg, .social-btn svg { width: 18px; height: 18px; }

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

/* ============================================================
   FORMS
   ============================================================ */
.form-group,
.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
input, textarea, select {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 450;
  color: var(--ink);
  background: var(--canvas);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  width: 100%;
  transition: border-color 180ms;
  outline: none;
  appearance: none;
}
input:focus, textarea:focus, select:focus { border-color: var(--accent); }
textarea { min-height: 140px; resize: vertical; }

.form-row,
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) {
  .form-row, .form-row-2 { grid-template-columns: 1fr; }
}

.contact-form { display: flex; flex-direction: column; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: var(--primary);
  padding-top: clamp(64px, 8vh, 96px);
}

.footer-inner,
.footer-grid {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: clamp(40px, 6vh, 64px);
}

.footer-brand { display: flex; flex-direction: column; gap: 10px; }
.footer-brand-name {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--primary);
  font-weight: 400;
}
.footer-tagline { font-size: 14px; color: rgba(232,226,214,0.58); line-height: 1.55; max-width: 28ch; }

.footer-contact-item { font-size: 14px; color: rgba(232,226,214,0.72); margin-top: 4px; line-height: 1.5; }
.footer-contact-item a { color: rgba(232,226,214,0.72); text-decoration: none; }
.footer-contact-item a:hover { color: var(--primary); text-decoration: none; }
.footer-contact-item br { display: block; margin-top: 4px; }

.footer-contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(232,226,214,0.72);
  text-decoration: none;
  margin-top: 4px;
}
.footer-contact-line svg { width: 15px; height: 15px; flex-shrink: 0; }
.footer-contact-line:hover { color: var(--primary); text-decoration: none; }

.footer-col-heading,
.footer-col-title,
.footer-col h4 {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232,226,214,0.40);
  margin-bottom: 16px;
}

.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: rgba(232,226,214,0.72); text-decoration: none; transition: color 150ms; }
.footer-links a:hover { color: var(--primary); text-decoration: none; }
.footer-links span { font-size: 14px; color: rgba(232,226,214,0.50); }
.footer-links li { font-size: 14px; color: rgba(232,226,214,0.58); }

.footer-email { font-size: 14px; }
.footer-email a { color: rgba(232,226,214,0.72); text-decoration: none; }
.footer-email a:hover { color: var(--primary); }

.footer-bottom {
  border-top: 1px solid rgba(232,226,214,0.09);
  padding: 20px clamp(20px, 5vw, 48px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-copy, .footer-bottom p, .footer-bottom span { font-size: 13px; color: rgba(232,226,214,0.38); }
.footer-license { font-size: 12px; color: rgba(232,226,214,0.32); }
.footer-legal-chips { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-badge {
  display: inline-block;
  background: rgba(232,226,214,0.07);
  color: rgba(232,226,214,0.50);
  font-size: 11px;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.footer-col { display: flex; flex-direction: column; }

@media (max-width: 900px) {
  .footer-inner, .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .footer-inner, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

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

/* Nested anchor inside .mobile-cta / .mobile-cta-pill */
.mobile-cta > a,
.mobile-cta-pill > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}
.mobile-cta > a svg,
.mobile-cta-pill > a svg { width: 20px; height: 20px; }

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

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: clamp(260px, 38vh, 460px);
  display: flex;
  align-items: flex-end;
}

.page-header-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(31,27,22,0.78) 0%, rgba(31,27,22,0.28) 100%);
  pointer-events: none;
}

.page-header-inner {
  position: relative;
  z-index: 2;
  padding: clamp(32px, 6vh, 64px) clamp(20px, 5vw, 48px);
  max-width: var(--content-max);
  margin-inline: auto;
  width: 100%;
}

.page-header-eyebrow,
.page-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232,226,214,0.72);
  display: block;
  margin-bottom: 12px;
}

.page-header-title,
.page-header-h1,
.page-header h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(40px, 7vw, 96px);
  color: var(--primary);
  line-height: 0.98;
  letter-spacing: -0.01em;
  max-width: 16ch;
}

.page-header-sub {
  font-size: 17px;
  color: rgba(232,226,214,0.72);
  margin-top: 16px;
  max-width: 44ch;
  line-height: 1.55;
}

/* ============================================================
   SERVICE FEATURE ROWS (services.html)
   ============================================================ */
.service-features { background: var(--canvas); }

.service-row-wrap { padding-block: clamp(64px, 8vh, 96px); }
.service-row-wrap.surface { background: var(--surface); }

.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}

/* photo-right: body comes first in DOM so it renders left; photo renders right */
/* No transform flip — DOM order handles alternation */

.service-photo { border-radius: var(--radius); overflow: hidden; }
.service-photo.mounted-print { background: var(--canvas); padding: 12px; }
.service-photo img { width: 100%; max-height: 480px; object-fit: cover; border-radius: calc(var(--radius) - 4px); max-height: none !important; }

.service-eyebrow {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 10px;
}

.service-body h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 16px;
}

.service-desc { font-size: 16px; color: var(--muted); line-height: 1.65; margin-bottom: 20px; }

.service-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.service-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--ink);
  line-height: 1.5;
}
.service-bullets li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  margin-top: 8px;
}

.service-divider {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}
.service-divider hr { border: none; border-top: 1px solid var(--border-soft); }

@media (max-width: 900px) {
  .service-row { grid-template-columns: 1fr; }
  /* For photo-right rows: photo is second in DOM so it stacks below; swap to show photo first */
  .service-row.photo-right .service-photo { order: -1; }
  .service-row.photo-right .service-body  { order: 1; }
}

/* ============================================================
   GALLERY PAGE (gallery.html)
   ============================================================ */
.gallery-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
  padding-block: var(--section-py);
}

.gallery-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}
.gallery-count { font-size: 13px; font-weight: 600; color: var(--muted); letter-spacing: 0.04em; }
.gallery-title { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 48px); color: var(--ink); }
.gallery-empty { grid-column: 1 / -1; text-align: center; color: var(--muted); padding: 48px 0; font-size: 16px; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.filter-pill {
  display: inline-flex;
  align-items: center;
  background: var(--surface);
  border: 1.5px solid var(--border);
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: background 150ms, border-color 150ms, color 150ms;
}
.filter-pill:hover { border-color: var(--accent); color: var(--accent); }
.filter-pill.active { background: var(--accent); border-color: var(--accent); color: var(--primary); }

/* Gallery cards */
#galleryGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#galleryGrid > .gallery-card { aspect-ratio: auto; grid-column: auto; }

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

.gallery-photo-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--canvas);
  padding: 10px;
}
.gallery-photo-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius) - 4px);
  max-height: none !important;
  transition: transform 400ms ease-out;
}
.gallery-card:hover .gallery-photo-wrap img { transform: scale(1.05); }

.gallery-card-body { padding: 18px 22px 22px; }
.gallery-header-row > div h2 { font-family: var(--font-display); }

.card-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.card-category-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--accent);
}
.card-number { font-size: 11px; color: var(--muted); letter-spacing: 0.05em; }

.card-title,
.gallery-card-body h3 {
  font-family: var(--font-display);
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.15;
}
.card-desc { font-size: 14px; color: var(--muted); line-height: 1.55; margin-bottom: 12px; }

.card-stats { list-style: none; display: flex; gap: 14px; flex-wrap: wrap; }
.card-stat { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--muted); font-weight: 500; }
.card-stat svg { width: 13px; height: 13px; }

@media (max-width: 900px) { #galleryGrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { #galleryGrid { grid-template-columns: 1fr; } }

/* ============================================================
   ABOUT PAGE — STORY SECTION
   ============================================================ */
.about-story-section { background: var(--canvas); padding-block: var(--section-py); }

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.about-story-portrait {
  border-radius: var(--radius);
  overflow: hidden;
  position: sticky;
  top: calc(var(--header-height) + 32px);
}
.about-story-portrait.mounted-print { background: var(--canvas); padding: 12px; }
.about-story-portrait img { width: 100%; max-height: 580px; object-fit: cover; border-radius: calc(var(--radius) - 4px); max-height: none !important; }

.about-story-body h2 { font-family: var(--font-display); font-size: clamp(28px, 3.2vw, 44px); margin-bottom: 20px; color: var(--ink); }
.about-story-body p { font-size: 17px; color: var(--muted); line-height: 1.70; margin-bottom: 18px; }

.pull-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 28px);
  color: var(--accent);
  border-left: 3px solid var(--accent);
  padding: 10px 0 10px 22px;
  margin: 28px 0;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; }
  .about-story-portrait { position: static; }
}

/* ============================================================
   VALUES SECTION
   ============================================================ */
.values-section { background: var(--surface); padding-block: var(--section-py); }

.values-header { margin-bottom: 44px; }
.values-header h2 { font-family: var(--font-display); font-size: clamp(30px, 3.8vw, 52px); color: var(--ink); margin-top: 12px; }

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

.value-card {
  background: var(--canvas);
  border-radius: var(--radius);
  border: 1px solid var(--ink-08);
  padding: 32px;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.value-card:hover { transform: translateY(-2px); box-shadow: 0 12px 32px -12px rgba(31,27,22,0.14); }

.value-card-accent { width: 30px; height: 3px; background: var(--accent); border-radius: 2px; margin-bottom: 16px; }
.value-card h3 { font-family: var(--font-display); font-size: clamp(19px, 1.9vw, 24px); color: var(--ink); margin-bottom: 10px; }
.value-card p { font-size: 15px; color: var(--muted); line-height: 1.65; }

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

/* ============================================================
   JOURNEY / TIMELINE
   ============================================================ */
.journey-section { background: var(--canvas); padding-block: var(--section-py); }

.journey-header { margin-bottom: 44px; }
.journey-header h2 { font-family: var(--font-display); font-size: clamp(30px, 3.8vw, 52px); color: var(--ink); margin-top: 12px; }

.journey-list {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 760px;
}
.journey-list::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 0; bottom: 0;
  width: 1px;
  background: var(--border);
}

.journey-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 24px;
  align-items: start;
  padding-bottom: 40px;
  position: relative;
}

.journey-dot {
  width: 40px;
  height: 40px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-body);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.journey-dot span { font-size: 12px; font-weight: 700; }

.journey-content h3 { font-family: var(--font-display); font-size: clamp(18px, 1.9vw, 24px); color: var(--ink); margin-bottom: 8px; padding-top: 8px; }
.journey-content p { font-size: 16px; color: var(--muted); line-height: 1.65; }

/* ============================================================
   ABOUT BOTTOM + TEAM STRIP
   ============================================================ */
.about-section { background: var(--surface); padding-block: var(--section-py); }
.about-section-inner { max-width: 72ch; }
.about-section-inner h2 { font-family: var(--font-display); font-size: clamp(28px, 3.2vw, 44px); color: var(--ink); margin-bottom: 18px; line-height: 1.05; }
.about-section-inner p { font-size: 17px; color: var(--muted); line-height: 1.70; margin-bottom: 16px; }

.team-strip {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid var(--border-soft);
  margin-top: 28px;
}
.team-divider { width: 1px; height: 40px; background: var(--border); flex-shrink: 0; }
.team-member-title { font-size: 10px; font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.team-member-name { font-family: var(--font-display); font-size: 18px; color: var(--ink); }

/* ============================================================
   STAT COUNTER (generic)
   ============================================================ */
.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(--accent); }
.stat-label { font-size: clamp(11px, 1vw, 14px); text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); margin-top: 8px; }

/* Card stat inside gallery card */
.card-stat { display: flex; align-items: center; gap: 5px; }

/* ============================================================
   PROCESS STRIP (generic — not in current brief but kept per rules)
   ============================================================ */
.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: var(--radius-sm); }
.step-num { font-size: 14px; font-weight: 700; color: var(--accent); margin-bottom: 12px; letter-spacing: 0.12em; }

/* ============================================================
   REVIEW CARDS (generic)
   ============================================================ */
.review-card { padding: 28px; border-radius: var(--radius); background: var(--accent-08); }
.review-stars svg { color: var(--accent); 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; }

/* ============================================================
   SVG CAPS — every unsized icon in the outline
   ============================================================ */
.contact-info-icon svg,
.info-icon svg { width: 18px; height: 18px; }

.social-pill svg,
.social-btn svg { width: 18px; height: 18px; }

.footer-contact-line svg { width: 15px; height: 15px; }

.nav-cta svg { width: 16px; height: 16px; }

.service-card-link svg { width: 14px; height: 14px; }

.btn-banner-phone svg,
.btn svg { width: 18px; height: 18px; }

.journey-dot svg { width: 16px; height: 16px; }

.card-stat svg { width: 13px; height: 13px; }

.cta-phone-icon svg { width: 36px; height: 36px; }

.mobile-call svg,
.mobile-call-pill svg,
.mobile-cta svg,
.mobile-cta-pill svg,
.mobile-cta > a svg,
.mobile-cta-pill > a svg { width: 20px; height: 20px; }

/* Catch-all: any svg without explicit dimensions in a flex/grid context */
svg { overflow: visible; }

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}
.fade-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}
.fade-right {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}
.scale-in {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}

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

.stagger .fade-up:nth-child(1)  { transition-delay:   0ms; }
.stagger .fade-up:nth-child(2)  { transition-delay:  80ms; }
.stagger .fade-up:nth-child(3)  { transition-delay: 160ms; }
.stagger .fade-up:nth-child(4)  { transition-delay: 240ms; }
.stagger .fade-up:nth-child(5)  { transition-delay: 320ms; }
.stagger .fade-up:nth-child(6)  { transition-delay: 400ms; }
.stagger .fade-up:nth-child(7)  { transition-delay: 480ms; }
.stagger .fade-up:nth-child(8)  { transition-delay: 560ms; }
.stagger .fade-up:nth-child(9)  { transition-delay: 640ms; }
.stagger .fade-up:nth-child(10) { transition-delay: 720ms; }

/* ============================================================
   MISC HELPERS
   ============================================================ */
/* Readable table cells */
table { width: 100%; border-collapse: collapse; }
thead th { background: var(--accent); color: var(--primary); padding: 12px 16px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; text-align: left; }
tbody td { padding: 12px 16px; border-bottom: 1px solid var(--border); font-size: 15px; color: var(--ink); background: var(--surface); }

/* No mirror transforms */
.flip { order: -1; }


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.faq-list { grid-column: 1 / -1; }
.footer-brand { grid-column: 1 / -1; }
.form-group { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.journey-dot { grid-column: 1 / -1; }
.journey-content { grid-column: 1 / -1; }
.form-field { 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; }
