@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Inter+Tight:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #846756;
  --primary-dark:   #6b5244;
  --primary-light:  #a08270;
  --accent:         #846756;
  --canvas:         #0C0C0F;
  --surface:        #1A1814;
  --surface-2:      #201d19;
  --ink:            #F4F1EA;
  --ink-mid:        #c8c3b8;
  --muted:          #8E8A82;
  --border:         rgba(244,241,234,0.10);
  --border-brand:   rgba(132,103,86,0.40);
  --hairline:       #846756;
  --header-height:  72px;
}

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

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

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

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

/* ============================================================
   UNIVERSAL IMAGE CAP (MANDATORY)
   ============================================================ */
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; 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; 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; }

/* ============================================================
   ANCHOR HEADING RULE
   ============================================================ */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

h1 { font-size: clamp(48px, 7vw, 96px); }
h2 { font-size: clamp(36px, 5vw, 72px); }
h3 { font-size: clamp(24px, 3vw, 40px); }
h4 { font-size: clamp(18px, 2vw, 26px); }

p { color: var(--ink); line-height: 1.72; }

em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  color: var(--primary);
}

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

strong { font-weight: 600; color: var(--ink); }

/* Mono label utility */
.mono-label,
.section-eyebrow,
.gallery-section-label,
.page-header-eyebrow,
.founder-eyebrow,
.journey-eyebrow,
.about-strip-eyebrow,
.info-card-eyebrow,
.contact-form-label,
.cta-banner-eyebrow,
.deal-banner-label,
.service-block-num,
.footer-col-title,
.footer-col-label,
.gallery-section-label {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 12px;
}

/* Luxury display em rhythm — inline display moments in body */
.service-block-title em,
.service-feature-body h3 em,
.founder-name-display em,
.about-strip-headline em,
.section-headline em,
.hero-title em,
.page-header-title em,
.cta-banner-title em,
.journey-title em,
.contact-form-headline em,
.info-card-headline em,
.footer-tagline em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.25em;
  color: var(--primary);
  letter-spacing: -0.02em;
}

/* ============================================================
   LAYOUT CONTAINERS
   ============================================================ */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 5vw, 56px);
  padding-right: clamp(20px, 5vw, 56px);
}

.wide-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 5vw, 56px);
  padding-right: clamp(20px, 5vw, 56px);
}

.section-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 5vw, 56px);
  padding-right: clamp(20px, 5vw, 56px);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn,
.btn-primary,
.btn-ghost,
.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 4px;
  cursor: pointer;
  transition: filter 180ms ease, transform 150ms ease, background 180ms ease, color 180ms ease;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  line-height: 1;
}

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

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(244,241,234,0.35);
}
.btn-ghost:hover {
  border-color: var(--primary);
  color: var(--primary);
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-submit {
  background: var(--primary);
  color: var(--ink);
  width: 100%;
  justify-content: center;
  font-size: 13px;
  padding: 16px 28px;
  margin-top: 8px;
}
.btn-submit:hover { filter: brightness(1.12); transform: translateY(-1px); }

.btn svg, .btn-primary svg, .btn-ghost svg, .btn-submit svg {
  width: 16px; height: 16px; flex-shrink: 0;
}

/* CTA pair */
.cta-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

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

#scrollProgress,
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  width: 0%;
  height: 2px;
  background: var(--primary);
  z-index: 9999;
}

#progress-bar {
  position: fixed;
  top: 0; left: 0;
  width: 0%;
  height: 3px;
  background: var(--primary);
  z-index: 9999;
  transition: width 100ms linear;
}

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

.top-nav {
  height: var(--header-height);
  max-width: 1320px;
  margin: 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:hover { text-decoration: none; }

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

.nav-pages li { list-style: none; }

.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-size: 13px;
  font-weight: 500;
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 150ms;
}
.nav-pages a:hover { color: var(--ink); text-decoration: none; }
.nav-pages a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  padding-bottom: 4px;
}

.nav-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--ink);
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 180ms;
}
.nav-cta:hover { filter: brightness(1.12); text-decoration: none; color: var(--ink); }
.nav-cta svg { width: 16px; height: 16px; flex-shrink: 0; }
.nav-cta span { display: 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;
  margin-left: auto;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .top-nav { padding: 0 20px; }

  .nav-pages {
    display: none;
    position: absolute;
    top: 60px;
    left: 0; right: 0;
    background: var(--canvas);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 28px;
    gap: 4px;
    border-bottom: 1px solid rgba(244,241,234,0.08);
    z-index: 800;
  }
  .nav-pages.open { display: flex; }
  .nav-pages a { font-size: 15px; padding: 10px 0; width: 100%; }

  .nav-toggle { display: flex; }

  .nav-cta span { display: none; }
  .nav-cta { padding: 10px 12px; }
}

@media (min-width: 901px) {
  .nav-cta span { display: inline; }
}

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-left {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-right {
  opacity: 0;
  transform: translateX(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.scale-in {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.stagger.visible > *:nth-child(1)  { transition-delay: 0.00s; }
.stagger.visible > *:nth-child(2)  { transition-delay: 0.08s; }
.stagger.visible > *:nth-child(3)  { transition-delay: 0.16s; }
.stagger.visible > *:nth-child(4)  { transition-delay: 0.24s; }
.stagger.visible > *:nth-child(5)  { transition-delay: 0.32s; }
.stagger.visible > *:nth-child(6)  { transition-delay: 0.40s; }
.stagger.visible > *:nth-child(7)  { transition-delay: 0.48s; }
.stagger.visible > *:nth-child(8)  { transition-delay: 0.56s; }

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

/* ============================================================
   HERO
   ============================================================ */
section#hero.hero {
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(64px, 8vh, 100px);
}

section#hero.hero > img:first-of-type,
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: grayscale(20%) brightness(0.7);
}

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 80% 60% at 0% 100%, rgba(132,103,86,0.28) 0%, transparent 60%),
    linear-gradient(to top, rgba(12,12,15,0.90) 0%, rgba(12,12,15,0.55) 50%, rgba(12,12,15,0.30) 100%),
    linear-gradient(to right, rgba(12,12,15,0.75) 0%, rgba(12,12,15,0.20) 60%, rgba(12,12,15,0.55) 100%);
}

.hero-inner {
  position: relative; z-index: 2;
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
  width: 100%;
}

.hero-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 24px;
}

.hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: clamp(72px, 9vw, 144px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--ink);
  max-width: 14ch;
  margin-bottom: 28px;
}

.hero-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--ink-mid);
  max-width: 52ch;
  line-height: 1.65;
  margin-bottom: 36px;
}

.hero-ctas { margin-bottom: 40px; }

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

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mid);
  border: 1px solid rgba(244,241,234,0.18);
  border-radius: 999px;
  padding: 7px 14px;
  background: rgba(12,12,15,0.45);
}

.trust-chip-sep,
.hero-trust-chips .trust-chip + .trust-chip::before {
  display: none;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--surface);
  border-top: 1px solid var(--border-brand);
  border-bottom: 1px solid var(--border-brand);
  padding: 20px clamp(20px, 5vw, 56px);
  overflow: hidden;
}

.trust-strip-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
}

.trust-item {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.trust-sep {
  color: var(--primary);
  font-size: 18px;
  line-height: 1;
  opacity: 0.7;
  flex-shrink: 0;
}

.dot {
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--primary);
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0;
}

/* ============================================================
   MARQUEE STRIP
   ============================================================ */
.marquee-strip {
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  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;
  width: max-content;
}

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

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: clamp(10px, 1.2vw, 13px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.2;
  white-space: nowrap;
  flex-shrink: 0;
}

.marquee-item span {
  color: var(--primary);
  margin-right: 4px;
}

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

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services {
  padding: clamp(112px, 14vh, 180px) 0;
  background: var(--canvas);
}

.services-header {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
  margin-bottom: clamp(64px, 8vh, 96px);
}

.section-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-top: 12px;
}

.services-blocks {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.service-block {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 0;
  min-height: 380px;
  border-top: 1px solid var(--border);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.service-block:hover { transform: translateY(-2px); }
.service-block:last-child { border-bottom: 1px solid var(--border); }

.service-block.reverse {
  grid-template-columns: 1fr 40%;
}
.service-block.reverse .service-block-img { order: 2; }
.service-block.reverse .service-block-body { order: 1; }

.service-block-img {
  overflow: hidden;
  position: relative;
}
.service-block-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  display: block;
  filter: grayscale(15%) brightness(0.85);
  transition: filter 400ms ease, transform 600ms ease;
}
.service-block:hover .service-block-img img {
  filter: grayscale(5%) brightness(0.95);
  transform: scale(1.02);
}

.service-block-body {
  padding: clamp(36px, 5vw, 60px) clamp(28px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.service-block-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0;
}

.service-block-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 0;
}

.service-block-body p {
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.7;
  max-width: 48ch;
}

.service-block-body a {
  align-self: flex-start;
  margin-top: 8px;
}

@media (max-width: 900px) {
  .service-block,
  .service-block.reverse {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .service-block .service-block-img,
  .service-block.reverse .service-block-img { order: -1; min-height: 260px; }
  .service-block.reverse .service-block-body { order: 1; }
  .service-block-img img { max-height: 280px; }
}

/* ============================================================
   SERVICES INDEX (services.html)
   ============================================================ */
.services-index {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}

.services-index-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
}

.services-intro {
  margin-bottom: clamp(60px, 8vh, 96px);
  max-width: 720px;
}

.services-intro h2 {
  font-size: clamp(36px, 5vw, 64px);
  margin: 12px 0 20px;
}

.services-intro p {
  font-size: 16px;
  color: var(--ink-mid);
  line-height: 1.7;
}

.service-feature {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 0;
  min-height: 440px;
  border-top: 1px solid var(--border);
  margin-bottom: 0;
  transition: transform 250ms ease-out;
}
.service-feature:last-of-type { border-bottom: 1px solid var(--border); }
.service-feature:hover { transform: translateY(-2px); }

.service-feature.reverse {
  grid-template-columns: 1fr 40%;
}
.service-feature.reverse .service-feature-photo { order: 2; }
.service-feature.reverse .service-feature-body { order: 1; }

.service-feature-photo {
  position: relative;
  overflow: hidden;
}
.service-feature-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(15%) brightness(0.85);
  transition: filter 400ms, transform 600ms;
}
.service-feature:hover .service-feature-photo img {
  filter: grayscale(5%) brightness(0.95);
  transform: scale(1.02);
}

.service-feature-photo-num {
  position: absolute;
  top: 20px; left: 20px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244,241,234,0.55);
  background: rgba(12,12,15,0.6);
  padding: 5px 10px;
  border-radius: 2px;
}

.service-feature-body {
  padding: clamp(40px, 5vw, 64px) clamp(32px, 4vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.service-feature-body h3 {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600;
  line-height: 1.05;
  color: var(--ink);
}

.service-feature-body p {
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.72;
  max-width: 50ch;
}

@media (max-width: 900px) {
  .service-feature,
  .service-feature.reverse {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .service-feature .service-feature-photo,
  .service-feature.reverse .service-feature-photo {
    order: -1; min-height: 260px;
  }
  .service-feature.reverse .service-feature-body { order: 1; }
  .service-feature-photo img { max-height: 280px; }
}

/* ============================================================
   DISCOUNT STRIP
   ============================================================ */
.discount-strip {
  background: var(--surface);
  padding: clamp(48px, 7vh, 80px) clamp(20px, 5vw, 56px);
  border-top: 1px solid var(--border-brand);
  border-bottom: 1px solid var(--border-brand);
}

.discount-strip-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.discount-card {
  background: var(--canvas);
  border: 1px solid var(--border-brand);
  border-top: 2px solid var(--primary);
  border-radius: 4px;
  padding: 32px 36px;
}

.discount-card h4 {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 600;
  color: var(--ink);
  margin: 10px 0 10px;
  line-height: 1.1;
}

.discount-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

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

/* ============================================================
   GALLERY PREVIEW (index.html)
   ============================================================ */
.gallery-preview {
  padding: clamp(112px, 14vh, 180px) 0;
  background: var(--canvas);
}

.gallery-preview-header {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(40px, 6vh, 64px);
  flex-wrap: wrap;
  gap: 20px;
}

.gallery-preview-header a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  text-underline-offset: 4px;
  flex-shrink: 0;
}

.gallery-grid-preview {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 8px;
}

.gallery-tile {
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--surface);
}
.gallery-tile.tall { grid-row: span 2; aspect-ratio: auto; }
.gallery-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(20%) brightness(0.8);
  transition: filter 400ms, transform 600ms;
}
.gallery-tile:hover img {
  filter: grayscale(5%) brightness(1.0);
  transform: scale(1.04);
}

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

/* ============================================================
   GALLERY SECTION (gallery.html)
   ============================================================ */
.gallery-section {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}

.gallery-section-header {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 16px;
}

.gallery-section-heading {
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 600;
  color: var(--ink);
  margin-top: 10px;
}

.gallery-count {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.gallery-filter-bar {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}

.filter-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: border-color 150ms, color 150ms, background 150ms;
}
.filter-pill.active,
.filter-pill:hover {
  border-color: var(--primary);
  color: var(--ink);
  background: rgba(132,103,86,0.12);
}

#gallery-grid.gallery-grid {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.gallery-card {
  background: var(--surface);
  border-radius: 0;
  overflow: hidden;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
  display: flex;
  flex-direction: column;
}
.gallery-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -16px rgba(0,0,0,0.6); }

.gallery-card-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.gallery-card-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(15%) brightness(0.85);
  transition: filter 400ms, transform 600ms;
}
.gallery-card:hover .gallery-card-img-wrap img {
  filter: grayscale(5%) brightness(1.0);
  transform: scale(1.04);
}

.gallery-card-img-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12,12,15,0.65) 0%, transparent 60%);
  z-index: 1;
}

.gallery-card-badge {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 2;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--primary);
  color: var(--ink);
  padding: 4px 10px;
  border-radius: 2px;
}

.gallery-card-num {
  position: absolute;
  bottom: 12px; right: 12px;
  z-index: 2;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  color: rgba(244,241,234,0.5);
  letter-spacing: 0.1em;
}

.gallery-card-body {
  padding: 20px 20px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gallery-card-body h2 {
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}

.gallery-card-location {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.gallery-card-location svg { width: 12px; height: 12px; }

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

.gallery-card-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}

.gallery-meta-item {
  font-size: 11px;
  color: var(--muted);
}
.gallery-meta-item strong { color: var(--ink-mid); font-weight: 600; display: block; }

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

/* ============================================================
   SERVICE AREAS
   ============================================================ */
.service-areas {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
  border-top: 1px solid var(--border);
}

.service-areas-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
}

.areas-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
  margin-bottom: 24px;
}

.area-pill,
.area-chip {
  display: inline-flex;
  align-items: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 16px;
  background: transparent;
  transition: border-color 150ms, color 150ms;
}
.area-pill:hover, .area-chip:hover {
  border-color: var(--primary);
  color: var(--ink);
}

.area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.service-area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.areas-sub {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 52ch;
  margin-top: 8px;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  padding: clamp(112px, 14vh, 180px) 0;
  background: var(--canvas);
  border-top: 1px solid var(--border);
}

.faq-inner,
.faq .section-inner {
  max-width: 860px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
}

.faq-list {
  margin-top: 48px;
}

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

.faq-list details summary,
details.faq > summary {
  cursor: pointer;
  font-weight: 500;
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  line-height: 1.4;
  gap: 20px;
}

.faq-list details summary::-webkit-details-marker,
details.faq > summary::-webkit-details-marker { display: none; }

.faq-list details summary::after,
details.faq > summary::after {
  content: "+";
  font-weight: 300;
  font-size: 24px;
  color: var(--primary);
  transition: transform 200ms;
  flex-shrink: 0;
  line-height: 1;
}

.faq-list details[open] summary::after,
details.faq[open] > summary::after {
  transform: rotate(45deg);
}

.faq-list details p,
.faq-answer p {
  padding: 0 0 22px 0;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.72;
  max-width: 64ch;
}

.chevron {
  width: 20px; height: 20px;
  color: var(--primary);
  transition: transform 200ms;
  flex-shrink: 0;
}

details[open] .chevron { transform: rotate(180deg); }

/* ============================================================
   TEAM CTA
   ============================================================ */
.team-cta {
  background: var(--surface);
  border-top: 1px solid var(--border-brand);
  border-bottom: 1px solid var(--border-brand);
  padding: clamp(48px, 7vh, 80px) clamp(20px, 5vw, 56px);
}

.team-cta-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.team-cta-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.02em;
  max-width: 52ch;
}

.team-cta-inner a { flex-shrink: 0; }

/* ============================================================
   CONTACT SECTION (index.html)
   ============================================================ */
.contact {
  padding: clamp(112px, 14vh, 180px) 0;
  background: var(--canvas);
  border-top: 1px solid var(--border);
}

.contact-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  margin-top: 48px;
}

.contact-form-col,
.contact-info-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* CONTACT SECTION (contact.html) */
.contact-section {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}

.contact-grid {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  margin-top: 48px;
}

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

.contact-form-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 12px;
}

.contact-form-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 600;
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 12px;
}

.contact-form-sub {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 32px;
}

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

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

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-field input,
.form-field textarea,
.form-field select {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 14px 16px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  color: var(--ink);
  transition: border-color 150ms;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--muted); }
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus { border-color: var(--primary); }
.form-field textarea { min-height: 120px; resize: vertical; }

.form-recaptcha {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.5;
}
.form-recaptcha a { color: var(--primary); font-size: 11px; }

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

.contact-info-card,
.contact-info-col {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 2px solid var(--primary);
  border-radius: 4px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.info-card-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
}

.info-card-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 28px;
  line-height: 1.05;
}

.info-block {
  border-top: 1px solid var(--border);
  padding: 18px 0;
}

.info-block-label,
.contact-info-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.info-block a,
.contact-info-value a {
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 150ms;
}
.info-block a:hover,
.contact-info-value a:hover { color: var(--primary); text-decoration: none; }

.contact-info-value {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.65;
}

.contact-info-block {
  border-top: 1px solid var(--border);
  padding: 18px 0;
}

.contact-hours-row,
.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
}

.contact-hours-day,
.hours-day {
  font-size: 13px;
  color: var(--muted);
}

.hours-time {
  font-size: 13px;
  color: var(--ink-mid);
  font-weight: 500;
}

.guarantee-strip {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  margin-top: 4px;
}

.guarantee-icon svg {
  width: 24px; height: 24px;
  color: var(--primary);
  flex-shrink: 0;
}

.guarantee-text {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}
.guarantee-text strong { color: var(--ink-mid); }

.deal-banner {
  background: rgba(132,103,86,0.10);
  border: 1px solid var(--border-brand);
  border-radius: 4px;
  padding: 14px 18px;
  margin-top: 16px;
}

.deal-banner p { font-size: 13px; color: var(--muted); line-height: 1.5; }
.deal-banner strong { color: var(--ink); font-weight: 600; }

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

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 12vh, 140px) clamp(20px, 5vw, 56px);
  background: var(--surface);
  text-align: center;
}

.cta-banner > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  max-height: none;
  filter: grayscale(20%) brightness(0.5);
}

.cta-banner-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(12,12,15,0.75), rgba(12,12,15,0.88));
}

.cta-banner-inner {
  position: relative; z-index: 2;
  max-width: 860px;
  margin: auto;
}

.cta-banner-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 18px;
}

.cta-banner-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 600;
  line-height: 1.0;
  color: var(--ink);
  margin-bottom: 20px;
}

.cta-banner-deal {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;
}

.cta-banner-sub {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

.cta-banner-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* about.html cta-banner (no image) */
section.cta-banner:not(:has(img)):not(:has(.cta-banner-overlay)) {
  background: var(--surface);
}

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: clamp(260px, 40vh, 480px);
  max-height: 64vh;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  background: var(--surface);
}

.page-header-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,12,15,0.90) 0%, rgba(12,12,15,0.40) 100%);
}

.page-header-inner {
  position: relative; z-index: 2;
  max-width: 1200px;
  margin: auto;
  padding: clamp(40px, 6vh, 72px) clamp(20px, 5vw, 56px);
  width: 100%;
}

.page-header-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
  display: block;
}

.page-header-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--ink);
  max-width: 16ch;
}

.page-header-sub {
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.65;
  margin-top: 16px;
  max-width: 52ch;
}

/* ============================================================
   FOUNDER STORY (about.html)
   ============================================================ */
.founder-story {
  padding: clamp(112px, 14vh, 180px) 0;
  background: var(--canvas);
}

.founder-story-grid {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.founder-portrait-wrap {
  position: relative;
}

.founder-portrait-wrap img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  max-height: none;
  border-radius: 4px;
  filter: grayscale(25%) brightness(0.85);
}

.founder-portrait-caption {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.5;
}

.founder-story-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.founder-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}

.founder-name-display {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 28px;
}

.founder-story-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.founder-story-body p {
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.75;
}

@media (max-width: 900px) {
  .founder-story-grid { grid-template-columns: 1fr; }
  .founder-portrait-wrap img { max-height: 480px; }
}

/* ============================================================
   JOURNEY / TIMELINE (about.html)
   ============================================================ */
.journey-section {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--surface);
  border-top: 1px solid var(--border-brand);
}

.journey-header {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
  margin-bottom: 60px;
}

.journey-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}

.journey-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.timeline {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.timeline-item {
  display: grid;
  grid-template-columns: 120px 40px 1fr;
  gap: 0 0;
  align-items: stretch;
  min-height: 80px;
}

.timeline-date {
  padding: 4px 20px 4px 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--primary);
  text-align: right;
  padding-top: 2px;
}

.timeline-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.timeline-line::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
  margin-top: 4px;
}

.timeline-line::after {
  content: '';
  flex: 1;
  width: 1px;
  background: var(--border-brand);
  margin-top: 6px;
}

.timeline-item:last-child .timeline-line::after { display: none; }

.timeline-content {
  padding: 0 0 32px 20px;
}

.timeline-content h3 {
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.2;
}

.timeline-content-body {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 640px) {
  .timeline-item { grid-template-columns: 80px 32px 1fr; }
  .timeline-date { font-size: 10px; }
}

/* ============================================================
   ABOUT STRIP (about.html)
   ============================================================ */
.about-strip {
  padding: clamp(112px, 14vh, 180px) 0;
  background: var(--canvas);
  border-top: 1px solid var(--border);
}

.about-strip-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.about-strip-photo {
  overflow: hidden;
  border-radius: 4px;
}

.about-strip-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  max-height: none;
  border-radius: 4px;
  filter: grayscale(20%) brightness(0.85);
  transition: filter 400ms;
}
.about-strip-photo:hover img { filter: grayscale(5%) brightness(0.95); }

.about-strip-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-strip-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.about-strip-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 600;
  line-height: 1.05;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.about-strip-body {
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.72;
  max-width: 52ch;
}

.about-strip-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--border-brand);
}

.about-chip {
  display: inline-flex;
  align-items: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 7px 14px;
  background: transparent;
}

@media (max-width: 900px) {
  .about-strip-inner { grid-template-columns: 1fr; }
  .about-strip-photo img { max-height: 360px; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--border-brand);
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 clamp(20px, 5vw, 56px);
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(56px, 7vh, 80px) 0 clamp(40px, 5vh, 56px);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0;
}

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

.footer-brand-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin-top: 12px;
  margin-bottom: 8px;
}

.footer-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: var(--muted);
  margin-top: 10px;
  line-height: 1.45;
}

.footer-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
  margin-top: 8px;
  max-width: 32ch;
}

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

.footer-col-title,
.footer-col-label,
.footer-col h4,
.footer-col h5 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
  padding-top: 0;
}

.footer-col h4, .footer-col h5 {
  font-size: 10px;
  letter-spacing: 0.16em;
  line-height: 1;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
  transition: color 150ms;
  line-height: 1.4;
}
.footer-links a:hover { color: var(--ink); text-decoration: none; }

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul li { font-size: 13px; color: var(--muted); line-height: 1.5; }
.footer-col ul li a { color: var(--muted); font-size: 13px; transition: color 150ms; }
.footer-col ul li a:hover { color: var(--ink); text-decoration: none; }

.footer-contact-item {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}
.footer-contact-item a { color: var(--muted); transition: color 150ms; }
.footer-contact-item a:hover { color: var(--ink); text-decoration: none; }

.footer-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  color: var(--muted);
  padding: 2px 0;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.06em;
}

.footer-rating {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.06em;
}

.footer-creds {
  display: flex;
  gap: 16px;
}
.footer-creds span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.08em;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(56px, 7vh, 80px) 0 clamp(40px, 5vh, 56px);
}

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

@media (max-width: 480px) {
  .footer-top,
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   MOBILE CALL PILL
   ============================================================ */
.mobile-cta,
.mobile-cta-pill,
.mobile-sticky-cta {
  display: flex;
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
}

.mobile-cta a,
.mobile-cta-pill,
.mobile-sticky-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: var(--ink);
  padding: 14px 22px;
  border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.55);
  transition: filter 180ms, transform 150ms;
  white-space: nowrap;
}
.mobile-cta a:hover,
.mobile-cta-pill:hover,
.mobile-sticky-cta a:hover {
  filter: brightness(1.12);
  transform: translateY(-2px);
  text-decoration: none;
  color: var(--ink);
}

.mobile-cta svg,
.mobile-cta a svg,
.mobile-cta-pill svg,
.mobile-sticky-cta svg,
.mobile-sticky-cta a svg {
  width: 18px; height: 18px; flex-shrink: 0;
}

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

/* ============================================================
   MISC / OVERRIDES
   ============================================================ */

/* Readable table cells */
table { border-collapse: collapse; }
thead .col-service,
thead .col-desc,
thead .col-timeline,
thead .col-price {
  background: var(--surface);
  color: var(--ink);
}
tbody .col-service,
tbody .col-desc,
tbody .col-timeline,
tbody .col-price {
  background: transparent;
  color: var(--ink-mid);
}

/* No mirror transforms */
.reverse {
  /* layout-only flip via grid — see service-block.reverse */
}

/* Section heading combos */
section .section-eyebrow + h2,
section .section-eyebrow + .section-headline {
  margin-top: 8px;
}

/* Grain texture overlay */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.035;
  mix-blend-mode: overlay;
}

/* Footer address */
.site-footer address {
  font-style: normal;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}
.site-footer address a { color: var(--muted); }
.site-footer address a:hover { color: var(--ink); text-decoration: none; }

/* ============================================================
   RESPONSIVE HELPERS
   ============================================================ */
@media (max-width: 640px) {
  .hero-title { max-width: 100%; }
  .cta-pair { flex-direction: column; align-items: flex-start; }
  .cta-banner-actions { flex-direction: column; align-items: center; }
  .team-cta-inner { flex-direction: column; }
  .discount-strip-inner { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .gallery-grid-preview { grid-template-columns: repeat(2, 1fr); }
  .about-strip-inner { grid-template-columns: 1fr; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.service-block-img { grid-column: 1 / -1; }
.service-block-body { grid-column: 1 / -1; }
.service-feature-photo { grid-column: 1 / -1; }
.service-feature-body { grid-column: 1 / -1; }
.discount-card { grid-column: 1 / -1; }
.timeline-date { grid-column: 1 / -1; }
.timeline-line { grid-column: 1 / -1; }
.timeline-content { grid-column: 1 / -1; }
.form-field { grid-column: 1 / -1; }
.footer-col { 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); }
