@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,700;0,9..144,900;1,9..144,400;1,9..144,700&family=Inter+Tight:wght@400;450;500;600;700&display=swap');

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #283616;
  --accent:         #283616;
  --primary-dark:   #1a2410;
  --primary-mid:    #3d5022;
  --primary-tint:   #e8eddf;
  --canvas:         #FAF6EE;
  --canvas-warm:    #F4EFE4;
  --surface:        #FFFFFF;
  --ink:            #1A1814;
  --ink-mid:        #3d3a35;
  --muted:          #6B6660;
  --border:         rgba(40, 54, 22, 0.18);
  --border-light:   rgba(26, 24, 20, 0.10);
  --shadow-sm:      0 2px 8px rgba(26, 24, 20, 0.06);
  --shadow-md:      0 8px 32px rgba(26, 24, 20, 0.10);
  --shadow-lg:      0 20px 60px rgba(26, 24, 20, 0.14);
  --radius:         8px;
  --radius-sm:      4px;
  --radius-lg:      16px;
  --header-height:  72px;
  --section-pad:    clamp(96px, 12vh, 160px);
  --content-max:    1280px;
  --wide-max:       1400px;
}

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

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--canvas);
  color: var(--ink);
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-weight: 450;
  font-size: 17px;
  line-height: 1.65;
  -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 45%; 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 45%; 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 anchor passthrough */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.d1 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(56px, 8vw, 120px); font-weight: 700; line-height: 0.95; letter-spacing: -0.03em; }
.d2 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(40px, 5.5vw, 80px); font-weight: 700; line-height: 0.97; letter-spacing: -0.025em; }
.d3 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(28px, 3.5vw, 52px); font-weight: 700; line-height: 1.05; letter-spacing: -0.02em; }
.d4 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(22px, 2.5vw, 36px); font-weight: 700; line-height: 1.1; letter-spacing: -0.015em; }

p { line-height: 1.68; }
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; }

/* Eyebrow label — brand square bullet */
.eyebrow, .section-eyebrow, p.eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.eyebrow::before, .section-eyebrow::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--primary);
  flex-shrink: 0;
}

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container { max-width: var(--content-max); margin: 0 auto; padding: 0 clamp(20px, 5vw, 60px); }
.wide-container { max-width: var(--wide-max); margin: 0 auto; padding: 0 clamp(20px, 5vw, 60px); }
.bleed { width: 100%; margin: 0; padding: 0; }

.section-inner { max-width: var(--content-max); margin: 0 auto; padding: 0 clamp(20px, 5vw, 60px); }

/* ============================================================
   SCROLL PROGRESS
   ============================================================ */
#scroll-progress, #scrollProgress, .scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: var(--primary);
  z-index: 9999;
  transition: width 80ms linear;
}

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

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

.nav-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav-logo img {
  max-height: 44px !important;
  max-width: 200px !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: 'Inter Tight', sans-serif;
  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;
  background: var(--primary);
  color: #FAF6EE;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 150ms;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-cta:hover { filter: brightness(0.88); color: #FAF6EE; text-decoration: none; }

.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;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .nav-pages {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: var(--canvas);
    padding: 24px;
    gap: 4px;
    border-bottom: 1px solid rgba(26, 24, 20, 0.08);
    z-index: 899;
    align-items: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-pages li { width: 100%; }
  .nav-pages a { padding: 10px 0; font-size: 17px; width: 100%; display: block; }
  .nav-toggle { display: flex; }
  .top-nav { position: relative; gap: 16px; }
  .nav-cta span { display: none; }
}

/* ============================================================
   HERO — Typographic only, no photo
   ============================================================ */
#hero.hero {
  background: var(--canvas);
  overflow: hidden;
  padding: clamp(80px, 12vh, 140px) clamp(20px, 5vw, 60px) clamp(80px, 10vh, 120px);
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-supergraphic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38%;
  background: var(--canvas-warm);
  z-index: 0;
  pointer-events: none;
}

.hero-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero-eyebrow-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.hero-hairline {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--primary);
  flex-shrink: 0;
}

.hero-eyebrow-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.hero-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(56px, 9vw, 130px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.03em;
  color: var(--ink);
  max-width: 16ch;
  margin-bottom: clamp(24px, 3vw, 40px);
}

.hero-sub {
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 450;
  color: var(--muted);
  max-width: 52ch;
  line-height: 1.6;
  margin-bottom: clamp(28px, 3.5vw, 44px);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: clamp(28px, 3.5vw, 44px);
}

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

.hero-trust-chips .trust-chip {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink-mid);
  background: transparent;
}
.hero-trust-chips .trust-chip svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--primary); }

@media (max-width: 900px) {
  #hero.hero { min-height: auto; padding-top: clamp(60px, 10vw, 90px); }
  .hero-supergraphic { display: none; }
  .hero-title { font-size: clamp(48px, 13vw, 80px); }
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--canvas-warm);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 20px clamp(20px, 5vw, 60px);
}

.trust-strip-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.trust-strip-inner .trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink-mid);
  background: transparent;
}
.trust-strip-inner .trust-chip svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--primary); }

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

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

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

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

.marquee-dot {
  color: var(--primary);
  font-size: 10px;
  display: inline-block;
  align-self: center;
}

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

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 28px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn-primary {
  background: var(--primary);
  color: var(--canvas);
}
.btn-primary:hover { filter: brightness(0.88); color: var(--canvas); text-decoration: none; transform: translateY(-1px); }

.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--border);
}
.btn-outline:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; transform: translateY(-1px); }

.btn-ghost {
  background: transparent;
  color: var(--primary);
  padding-left: 0;
  padding-right: 0;
}
.btn-ghost:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }

.btn-cta-light {
  background: var(--canvas);
  color: var(--primary);
}
.btn-cta-light:hover { filter: brightness(0.95); color: var(--primary); text-decoration: none; }

.btn-cta-outline {
  background: transparent;
  color: var(--canvas);
  border: 1.5px solid rgba(250, 246, 238, 0.5);
}
.btn-cta-outline:hover { background: rgba(250, 246, 238, 0.1); color: var(--canvas); text-decoration: none; }

.btn-service {
  background: var(--primary);
  color: var(--canvas);
  font-size: 14px;
  padding: 12px 22px;
}
.btn-service:hover { filter: brightness(0.88); color: var(--canvas); text-decoration: none; }

.btn-submit, .btn-form-submit {
  background: var(--primary);
  color: var(--canvas);
  border: none;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  font-size: 16px;
  padding: 18px 32px;
}
.btn-submit:hover, .btn-form-submit:hover { filter: brightness(0.88); transform: translateY(-1px); }

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services {
  background: var(--canvas);
  padding: var(--section-pad) 0;
}

.services-header {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  margin-bottom: clamp(48px, 6vh, 80px);
}

.services-header .section-title {
  font-size: clamp(36px, 5vw, 68px);
  max-width: 18ch;
  margin-bottom: 16px;
}

.section-intro {
  font-size: clamp(16px, 1.4vw, 18px);
  color: var(--muted);
  max-width: 60ch;
  line-height: 1.65;
}

.services-bento {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

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

.service-card-wide {
  grid-column: span 3;
  flex-direction: row;
}
.service-card-wide .service-card-img {
  width: 40%;
  flex-shrink: 0;
  aspect-ratio: 16 / 9;
  min-height: 260px;
}
.service-card-wide .service-card-body {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-card-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--canvas-warm);
  flex-shrink: 0;
}
.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 400ms ease;
  display: block;
}
.service-card:hover .service-card-img img { transform: scale(1.03); }

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

.service-card-num {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin: 0;
}

.service-card-body h3 {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0;
}

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

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-top: 8px;
}
.service-card-link svg { width: 16px; height: 16px; transition: transform 200ms; }
.service-card:hover .service-card-link svg { transform: translateX(3px); }

.services-footer {
  max-width: var(--content-max);
  margin: 40px auto 0;
  padding: 0 clamp(20px, 5vw, 60px);
  text-align: center;
}

@media (max-width: 900px) {
  .services-bento { grid-template-columns: 1fr 1fr; gap: 16px; }
  .service-card-wide { grid-column: span 2; flex-direction: column; }
  .service-card-wide .service-card-img { width: 100%; min-height: 200px; }
  .service-card-wide .service-card-body { padding: 24px; }
}
@media (max-width: 640px) {
  .services-bento { grid-template-columns: 1fr; }
  .service-card-wide { grid-column: span 1; }
}

/* ============================================================
   PHOTO BREAK — full bleed between services and reviews
   ============================================================ */
.photo-break {
  position: relative;
  overflow: hidden;
  height: clamp(320px, 50vw, 600px);
  margin: 0;
  background: var(--ink);
}

.photo-break img, .photo-break-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  max-height: none !important;
  z-index: 0;
  opacity: 0.72;
  filter: grayscale(20%);
}

.photo-break-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 24, 20, 0.55) 0%, rgba(26, 24, 20, 0.25) 100%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-break-content {
  max-width: 700px;
  padding: 0 clamp(20px, 5vw, 60px);
  text-align: center;
}

.photo-break-quote {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: clamp(22px, 3.5vw, 40px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--canvas);
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

.photo-break-cite {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(250, 246, 238, 0.65);
  font-style: normal;
}

/* services.html photo-break variant */
.photo-break-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 24, 20, 0.5);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-break-text {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(24px, 4vw, 48px);
  font-style: italic;
  font-weight: 400;
  color: var(--canvas);
  text-align: center;
  padding: 0 clamp(20px, 5vw, 60px);
  max-width: 600px;
}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews {
  background: var(--canvas);
  padding: var(--section-pad) 0;
}

.reviews-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}

.reviews-header {
  margin-bottom: clamp(40px, 5vh, 64px);
}

.reviews-header h2, .reviews-headline-large {
  font-size: clamp(36px, 5vw, 68px);
  max-width: 20ch;
}

.reviews-aggregate {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap;
}

.reviews-score {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(64px, 10vw, 96px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--primary);
  flex-shrink: 0;
}

.reviews-detail {
  flex: 1;
  min-width: 200px;
}

.review-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 12px;
}
.review-stars svg {
  width: 22px !important;
  height: 22px !important;
  color: var(--primary);
  fill: var(--primary);
}

.reviews-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.reviews-sub {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 14px;
}

.reviews-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  text-decoration: none;
}
.reviews-link:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.reviews-link svg { width: 14px; height: 14px; }

/* Review cards */
.review-card {
  padding: 32px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border-light);
}
.review-stars svg { width: 18px; height: 18px; }
.review-quote {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.55;
  margin: 14px 0;
  color: var(--ink);
}
.review-attribution {
  font-size: 13px;
  color: var(--muted);
  font-family: 'Inter Tight', sans-serif;
}

/* ============================================================
   GALLERY (index.html inline section)
   ============================================================ */
.gallery {
  background: var(--canvas);
  padding: var(--section-pad) 0;
}

.gallery-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(32px, 4vh, 52px);
  gap: 24px;
  flex-wrap: wrap;
}

.gallery-header h2 { font-size: clamp(32px, 4.5vw, 60px); }

/* Index gallery grid — 4 tiles */
.gallery > .gallery-inner > .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.gallery-tile {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--canvas-warm);
  display: block;
}
.gallery-tile-tall {
  grid-row: span 2;
  aspect-ratio: auto;
}
.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none !important;
  transition: transform 400ms ease;
}
.gallery-tile:hover img { transform: scale(1.04); }

.gallery-footer { text-align: center; margin-top: 32px; }

@media (max-width: 640px) {
  .gallery > .gallery-inner > .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-tile-tall { grid-row: span 1; aspect-ratio: 4/3; }
}

/* ============================================================
   GALLERY PAGE (gallery.html)
   ============================================================ */
.gallery-section {
  background: var(--canvas);
  padding: var(--section-pad) 0;
}

.gallery-section-header {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  margin-bottom: clamp(32px, 4vh, 52px);
}

.gallery-section-title {
  font-size: clamp(32px, 4.5vw, 60px);
  margin-bottom: 12px;
}

.gallery-section-intro {
  font-size: 16px;
  color: var(--muted);
  max-width: 56ch;
}

.gallery-filters {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}

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

#galleryGrid {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery-card {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-light);
  transition: transform 250ms ease, box-shadow 250ms ease;
  text-decoration: none;
  color: var(--ink);
  display: flex;
  flex-direction: column;
}
.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
  color: var(--ink);
}
.gallery-card.featured { grid-column: span 2; }

.gallery-card-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--canvas-warm);
}
.gallery-card.featured .gallery-card-img-wrap { aspect-ratio: 16 / 9; }
.gallery-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none !important;
  transition: transform 400ms ease;
}
.gallery-card:hover .gallery-card-img-wrap img { transform: scale(1.04); }

.gallery-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--primary);
  color: var(--canvas);
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  padding: 4px 10px;
  border-radius: 999px;
}

.gallery-card-num {
  position: absolute;
  bottom: 12px;
  right: 14px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: rgba(250, 246, 238, 0.25);
  line-height: 1;
}

.gallery-card-body {
  padding: 24px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.gallery-card-body h3 {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.gallery-card-location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--primary);
  margin: 0;
}
.gallery-card-location svg { width: 14px; height: 14px; }

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

.gallery-card-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid var(--border-light);
  padding-top: 14px;
  margin-top: 4px;
}

.gallery-meta-item { display: flex; flex-direction: column; gap: 2px; }
.gallery-meta-label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.10em; color: var(--muted); }
.gallery-meta-val { font-size: 13px; font-weight: 600; color: var(--ink); }

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

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

.faq-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}

.faq-header {
  margin-bottom: clamp(40px, 5vh, 64px);
  max-width: 52ch;
}

.faq-header h2 { font-size: clamp(32px, 4.5vw, 60px); }

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

details.fade-up {
  border-bottom: 1px solid var(--border-light);
  padding: 20px 0;
}

details.fade-up > summary {
  cursor: pointer;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 700;
  letter-spacing: -0.01em;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  line-height: 1.3;
  color: var(--ink);
}
details.fade-up > summary::-webkit-details-marker { display: none; }

.faq-chevron {
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0;
  color: var(--muted);
  transition: transform 200ms, color 200ms;
}
details[open] .faq-chevron {
  transform: rotate(45deg);
  color: var(--primary);
}

details.fade-up > summary::after { display: none; }

details.fade-up p {
  margin-top: 14px;
  font-size: 16px;
  color: var(--ink-mid);
  line-height: 1.68;
  max-width: 70ch;
}

/* ============================================================
   TEAM CTA
   ============================================================ */
.team-cta {
  background: var(--canvas-warm);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: clamp(48px, 6vh, 80px) clamp(20px, 5vw, 60px);
}

.team-cta-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.team-cta-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.team-portrait {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid var(--canvas);
  box-shadow: var(--shadow-sm);
}
.team-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none !important;
  filter: grayscale(15%);
}

.team-cta-name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 4px;
}

.team-cta-sub {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}

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

.contact-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.contact-form-header { margin-bottom: clamp(28px, 3vh, 44px); }
.contact-form-header h2 { font-size: clamp(28px, 3.5vw, 48px); margin-top: 8px; }
.contact-info-header { margin-bottom: clamp(28px, 3vh, 44px); }
.contact-info-header h2 { font-size: clamp(24px, 2.5vw, 36px); margin-top: 8px; }

/* Forms */
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.form-label { font-family: 'Inter Tight', sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.10em; color: var(--muted); }
.form-input, input#name, input#phone, input#email {
  width: 100%;
  padding: 14px 16px;
  background: var(--surface);
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-sm);
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  color: var(--ink);
  transition: border-color 150ms;
  appearance: none;
}
.form-input:focus, input:focus {
  outline: none;
  border-color: var(--primary);
}
.form-textarea, textarea#message {
  width: 100%;
  padding: 14px 16px;
  background: var(--surface);
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-sm);
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  color: var(--ink);
  transition: border-color 150ms;
  resize: vertical;
  min-height: 120px;
}
.form-textarea:focus, textarea:focus { outline: none; border-color: var(--primary); }

.form-submit-wrap { margin-top: 8px; }

/* Contact info column */
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border-light);
}

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

.contact-info-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 4px;
}
.contact-info-value { font-size: 16px; color: var(--ink); font-weight: 500; margin: 0; }
.contact-info-value a { color: var(--ink); text-decoration: none; }
.contact-info-value a:hover { color: var(--primary); }

.contact-areas-box {
  margin-top: 24px;
  padding: 20px 0 0;
}
.contact-areas-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 10px;
}
.contact-areas-text { font-size: 15px; color: var(--ink-mid); line-height: 1.6; }

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

/* ============================================================
   CONTACT PAGE (contact.html)
   ============================================================ */
.contact-section {
  background: var(--canvas);
  padding: var(--section-pad) 0;
}

.contact-grid {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

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

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

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}
.form-field label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
}
.form-field input, .form-field textarea, .form-field select {
  width: 100%;
  padding: 14px 16px;
  background: var(--surface);
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-sm);
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  color: var(--ink);
  transition: border-color 150ms;
  appearance: none;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none;
  border-color: var(--primary);
}
.form-field textarea { min-height: 120px; resize: vertical; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-row .form-field { margin-bottom: 20px; }

.form-intro {
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 24px;
  line-height: 1.6;
}

.btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px 32px;
  background: var(--primary);
  color: var(--canvas);
  border: none;
  border-radius: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: filter 180ms, transform 180ms;
}
.btn-submit:hover { filter: brightness(0.88); transform: translateY(-1px); color: var(--canvas); }
.btn-submit svg { width: 18px; height: 18px; }

/* Info card (contact page) */
.contact-info-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 36px;
  border: 1px solid var(--border-light);
}

.info-card-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.info-card-eyebrow::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--primary);
}

.info-card-heading {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 28px;
}

.info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-light);
}

.info-icon {
  width: 36px;
  height: 36px;
  background: var(--primary-tint);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.info-icon svg { width: 16px !important; height: 16px !important; color: var(--primary); }

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

.info-divider {
  height: 1px;
  background: var(--border-light);
  margin: 20px 0 16px;
}

.service-area-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  margin-bottom: 12px;
}

.area-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.area-pill {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-mid);
  font-family: 'Inter Tight', sans-serif;
}

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

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  position: relative;
  overflow: hidden;
  height: clamp(280px, 40vw, 480px);
  max-height: 64vh;
  background: var(--ink);
}

.page-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26, 24, 20, 0.45), rgba(26, 24, 20, 0.62));
  z-index: 1;
}

.page-header-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(32px, 5vh, 64px) clamp(20px, 5vw, 60px);
}

.page-header-inner h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(36px, 6vw, 84px);
  font-weight: 700;
  line-height: 0.97;
  letter-spacing: -0.03em;
  color: var(--canvas);
  margin-top: 12px;
}

.page-header-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(250, 246, 238, 0.65);
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-header-eyebrow::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--canvas);
}

.page-header-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  color: rgba(250, 246, 238, 0.75);
  margin-top: 14px;
  max-width: 56ch;
  line-height: 1.6;
}

/* ============================================================
   SERVICE FEATURE BLOCKS (services.html)
   ============================================================ */
.services-intro {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(48px, 6vh, 80px) clamp(20px, 5vw, 60px) 0;
}

.services-intro-inner { max-width: 72ch; }

.services-intro-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 16px;
}

.services-intro-body {
  font-size: clamp(16px, 1.4vw, 18px);
  color: var(--muted);
  line-height: 1.65;
}

.service-feature-blocks {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: clamp(48px, 6vh, 80px) clamp(20px, 5vw, 60px);
  display: flex;
  flex-direction: column;
  gap: clamp(64px, 8vh, 100px);
}

.service-feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.service-feature-row.reverse { direction: rtl; }
.service-feature-row.reverse > * { direction: ltr; }

.service-feature-photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--canvas-warm);
}
.service-feature-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none !important;
  filter: grayscale(8%);
}

.service-feature-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-feature-number {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(60px, 8vw, 96px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--canvas-warm);
  display: block;
  margin-bottom: -8px;
}

.service-feature-body h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.service-feature-desc {
  font-size: clamp(15px, 1.3vw, 17px);
  color: var(--muted);
  line-height: 1.65;
}

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

@media (max-width: 900px) {
  .service-feature-row { grid-template-columns: 1fr; gap: 28px; }
  .service-feature-row.reverse { direction: ltr; }
  .service-feature-photo { aspect-ratio: 16 / 9; }
}

/* ============================================================
   SERVICE AREAS
   ============================================================ */
.service-areas {
  background: var(--canvas-warm);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: clamp(48px, 6vh, 80px) clamp(20px, 5vw, 60px);
}

.service-areas-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.service-areas-label {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: var(--ink);
}

.service-areas-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
}
.service-areas-list li a {
  display: block;
  padding: 10px 16px;
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-mid);
  text-decoration: none;
  transition: border-color 150ms, color 150ms;
}
.service-areas-list li a:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }

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

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--primary);
  padding: clamp(64px, 8vh, 100px) clamp(20px, 5vw, 60px);
}

.cta-banner-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.cta-eyebrow, .cta-banner-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(250, 246, 238, 0.55);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.cta-eyebrow::before, .cta-banner-eyebrow::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: rgba(250, 246, 238, 0.4);
}

.cta-banner-left h2, .cta-banner-text h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--canvas);
}

.cta-banner-body {
  font-size: clamp(15px, 1.3vw, 17px);
  color: rgba(250, 246, 238, 0.75);
  max-width: 52ch;
  line-height: 1.65;
  margin-top: 12px;
}

.cta-banner-phone, .cta-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  font-family: 'Fraunces', Georgia, serif;
  color: var(--canvas);
  text-decoration: none;
  margin-top: 24px;
}
.cta-banner-phone:hover, .cta-phone-link:hover { color: var(--canvas); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }

.cta-banner-email {
  display: block;
  font-size: 14px;
  color: rgba(250, 246, 238, 0.6);
  margin-top: 8px;
  text-decoration: none;
}
.cta-banner-email:hover { color: var(--canvas); }

.cta-banner-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cta-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cta-form-input, .cta-form-row input, .cta-banner-form input {
  width: 100%;
  padding: 14px 16px;
  background: rgba(250, 246, 238, 0.10);
  border: 1.5px solid rgba(250, 246, 238, 0.22);
  border-radius: 6px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  color: var(--canvas);
  transition: border-color 150ms;
}
.cta-form-input::placeholder, .cta-form-row input::placeholder, .cta-banner-form input::placeholder {
  color: rgba(250, 246, 238, 0.42);
}
.cta-form-input:focus, .cta-form-row input:focus, .cta-banner-form input:focus {
  outline: none;
  border-color: rgba(250, 246, 238, 0.55);
}
.cta-form-textarea, .cta-banner-form textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(250, 246, 238, 0.10);
  border: 1.5px solid rgba(250, 246, 238, 0.22);
  border-radius: 6px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  color: var(--canvas);
  resize: vertical;
  min-height: 100px;
}
.cta-form-textarea::placeholder, .cta-banner-form textarea::placeholder {
  color: rgba(250, 246, 238, 0.42);
}
.cta-banner-form button {
  background: var(--canvas);
  color: var(--primary);
  border: none;
  border-radius: 8px;
  padding: 16px 28px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: filter 150ms;
  align-self: flex-start;
}
.cta-banner-form button:hover { filter: brightness(0.94); }

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

@media (max-width: 900px) {
  .cta-banner-inner { grid-template-columns: 1fr; }
  .cta-form-row { grid-template-columns: 1fr; }
}

/* ============================================================
   ABOUT STORY
   ============================================================ */
.about-story {
  background: var(--canvas);
  padding: var(--section-pad) 0;
}

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

.about-story-portrait-col {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-story-portrait-col > img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--radius);
  max-height: none !important;
  filter: grayscale(12%);
}

.portrait-caption {
  font-size: 12px;
  color: var(--muted);
  font-style: italic;
  text-align: center;
  line-height: 1.4;
}

.about-story-text { display: flex; flex-direction: column; }

.about-story-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin-bottom: 28px;
}

.about-story-body p {
  font-size: clamp(16px, 1.4vw, 18px);
  color: var(--ink-mid);
  line-height: 1.72;
  margin-bottom: 20px;
}

.pull-quote {
  border-left: 3px solid var(--primary);
  padding-left: 24px;
  margin: 28px 0;
}
.pull-quote p, .pull-quote {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 400;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.about-hairline {
  border: none;
  border-top: 1.5px solid var(--border);
  margin-top: 32px;
}

@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; }
  .about-story-portrait-col { position: static; }
  .about-story-portrait-col > img { aspect-ratio: 16 / 9; max-height: 400px; }
}

/* ============================================================
   CREDENTIALS STRIP
   ============================================================ */
.credentials-strip {
  background: var(--canvas-warm);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 28px clamp(20px, 5vw, 60px);
}

.credentials-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.credentials-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.credential-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--ink-mid);
  background: transparent;
}

/* ============================================================
   VALUES CARDS
   ============================================================ */
.values-cards {
  background: var(--canvas);
  padding: var(--section-pad) 0;
}

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

.value-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 32px;
  border: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.value-card-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-tint);
  line-height: 1;
  letter-spacing: -0.03em;
}

.value-card h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.value-card-body {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}

.value-card-title { font-size: 18px; font-weight: 700; color: var(--ink); }

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

/* ============================================================
   JOURNEY TIMELINE
   ============================================================ */
.journey-timeline {
  background: var(--canvas);
  padding: var(--section-pad) 0;
}

.timeline-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 36px;
  position: relative;
}
.timeline-track::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--border);
}

.timeline-step {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.timeline-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--canvas);
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  z-index: 1;
  position: relative;
}

.timeline-dot-inner {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

.timeline-year {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--primary);
  line-height: 1;
}

.timeline-label {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}

.timeline-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

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

/* ============================================================
   CREW STRIP
   ============================================================ */
.crew-strip {
  background: var(--canvas-warm);
  padding: var(--section-pad) 0;
}

.crew-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.crew-photo-tile {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--canvas);
}
.crew-photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none !important;
  filter: grayscale(10%);
}

.crew-photo-tile-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px;
  background: linear-gradient(to top, rgba(26, 24, 20, 0.72), transparent);
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--canvas);
  letter-spacing: 0.04em;
}

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

/* ============================================================
   AREAS GRID (about.html)
   ============================================================ */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
  margin-top: 24px;
}
.areas-grid a {
  display: block;
  padding: 10px 16px;
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-mid);
  text-decoration: none;
  text-align: center;
  transition: border-color 150ms, color 150ms;
}
.areas-grid a:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer, .site-footer {
  background: var(--ink);
  color: var(--canvas);
  padding: clamp(60px, 8vh, 96px) clamp(20px, 5vw, 60px) 0;
}

.footer-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 60px);
  padding-bottom: clamp(48px, 6vh, 72px);
  border-bottom: 1px solid rgba(250, 246, 238, 0.10);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 60px);
  padding-bottom: clamp(48px, 6vh, 72px);
  border-bottom: 1px solid rgba(250, 246, 238, 0.10);
  max-width: var(--content-max);
  margin: 0 auto;
}

.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand img { max-height: 40px !important; opacity: 0.85; }
.footer-brand-name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--canvas);
  letter-spacing: -0.01em;
}
.footer-tagline { font-size: 14px; color: rgba(250, 246, 238, 0.55); line-height: 1.5; }

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}
.footer-contacts a, .footer-contact-item a, .footer-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(250, 246, 238, 0.65);
  text-decoration: none;
  transition: color 150ms;
}
.footer-contacts a:hover, .footer-contact-item a:hover, .footer-phone-link:hover {
  color: var(--canvas);
  text-decoration: none;
}
.footer-contacts a svg, .footer-contact-item svg { width: 16px !important; height: 16px !important; }

.footer-contact-item {
  font-size: 14px;
  color: rgba(250, 246, 238, 0.65);
}

.footer-col-title {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(250, 246, 238, 0.40);
  margin-bottom: 16px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links a, .footer-links li a {
  font-size: 14px;
  color: rgba(250, 246, 238, 0.62);
  text-decoration: none;
  transition: color 150ms;
  line-height: 1.5;
}
.footer-links a:hover, .footer-links li a:hover { color: var(--canvas); text-decoration: none; }

.footer-address {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-address p { font-size: 14px; color: rgba(250, 246, 238, 0.62); line-height: 1.55; }
.footer-address a { color: rgba(250, 246, 238, 0.62); text-decoration: none; }
.footer-address a:hover { color: var(--canvas); }

.footer-bottom {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom p, .footer-copy {
  font-size: 13px;
  color: rgba(250, 246, 238, 0.35);
  line-height: 1.5;
}
.footer-service-areas, .footer-awards {
  font-size: 12px;
  color: rgba(250, 246, 238, 0.28);
}

@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-cta-pill, .mobile-sticky, .mobile-sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  background: var(--primary);
  border-radius: 999px;
  box-shadow: 0 18px 40px -10px rgba(40, 54, 22, 0.55);
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
}

.mobile-call-pill a, .mobile-cta-pill a, .mobile-sticky a, .mobile-sticky-cta a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  color: var(--canvas);
  text-decoration: none;
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.mobile-call-pill a svg, .mobile-cta-pill a svg,
.mobile-sticky a svg, .mobile-sticky-cta a svg {
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0;
}

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

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-left {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-right {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.scale-in {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-up.visible, .fade-left.visible, .fade-right.visible, .scale-in.visible {
  opacity: 1;
  transform: none;
}
.stagger.visible > * { opacity: 1; transform: none; }
.stagger.visible > *:nth-child(1) { transition-delay: 0ms; }
.stagger.visible > *:nth-child(2) { transition-delay: 80ms; }
.stagger.visible > *:nth-child(3) { transition-delay: 160ms; }
.stagger.visible > *:nth-child(4) { transition-delay: 240ms; }
.stagger.visible > *:nth-child(5) { transition-delay: 320ms; }
.stagger.visible > *:nth-child(6) { transition-delay: 400ms; }
.stagger.visible > *:nth-child(7) { transition-delay: 480ms; }
.stagger.visible > *:nth-child(8) { transition-delay: 560ms; }

/* Delay helpers */
.d1 { transition-delay: 80ms; }
.d2 { transition-delay: 160ms; }
.d3 { transition-delay: 240ms; }
.d4 { transition-delay: 320ms; }

/* But don't let d-classes override the font scale they're also used for.
   Scope delay only to animation classes */
.fade-up.d1 { transition-delay: 80ms; }
.fade-up.d2 { transition-delay: 160ms; }
.fade-up.d3 { transition-delay: 240ms; }
.fade-up.d4 { transition-delay: 320ms; }

/* ============================================================
   MISC / UTILITY
   ============================================================ */

/* Grain texture overlay */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.018;
  pointer-events: none;
  z-index: 9998;
}

/* Active / featured state */
.active { color: var(--primary); }
.featured {}

/* ============================================================
   RESPONSIVE FINAL PASS
   ============================================================ */
@media (max-width: 1200px) {
  .services-bento { grid-template-columns: 1fr 1fr; }
  .service-card-wide { grid-column: span 2; }
}

@media (max-width: 900px) {
  .section-inner { padding-left: clamp(16px, 4vw, 40px); padding-right: clamp(16px, 4vw, 40px); }
  :root { --section-pad: clamp(64px, 10vh, 100px); }
}

@media (max-width: 640px) {
  .services-bento { grid-template-columns: 1fr; }
  .service-card-wide { grid-column: span 1; flex-direction: column; }
  .service-card-wide .service-card-img { width: 100%; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .reviews-aggregate { flex-direction: column; gap: 24px; }
  .team-cta-inner { flex-direction: column; align-items: flex-start; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.d1 { grid-column: 1 / -1; }
.d2 { grid-column: 1 / -1; }
.contact-form-col { grid-column: 1 / -1; }
.contact-info-col { grid-column: 1 / -1; }
.service-areas-label { grid-column: 1 / -1; }
.service-areas-list { grid-column: 1 / -1; }
.cta-form-input { grid-column: 1 / -1; }
.footer-brand { grid-column: 1 / -1; }
.cta-banner-text { grid-column: 1 / -1; }
.cta-banner-actions { grid-column: 1 / -1; }
.footer-grid { grid-column: 1 / -1; }
.footer-bottom { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.about-story-portrait-col { grid-column: 1 / -1; }
.about-story-text { 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; }
