@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');

/* ============================================================
   CUSTOM PROPERTIES
   ============================================================ */
:root {
  --primary:        #0D1B8A;
  --accent:         #4C549F;
  --canvas:         #0C0C0F;
  --surface:        #1A1814;
  --ink:            #F4F1EA;
  --muted:          #8E8A82;
  --primary-hover:  #0a1570;
  --primary-glow:   rgba(13,27,138,0.35);
  --border:         rgba(244,241,234,0.08);
  --border-brand:   rgba(13,27,138,0.6);
  --header-height:  72px;
  --radius:         4px;
  --section-py:     clamp(112px, 14vh, 180px);
  --content-max:    1200px;
  --wide-max:       1400px;
}

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

/* ============================================================
   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;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--canvas);
  color: var(--ink);
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.68;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ============================================================
   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: 64px !important;
  max-width: 220px !important;
  width: auto !important;
  align-self: flex-start !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

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

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

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

section > img:first-child:not([class*="logo"]):not(.nav-logo) {
  max-height: 64vh; object-fit: cover;
}
section img:not(.hero-bg):not(.page-header-bg):not([class*="full-bleed"]):not([class*="logo"]) {
  max-height: 720px;
}

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

/* ============================================================
   HEADING ANCHOR FIX
   ============================================================ */
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 {
  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(22px, 2.5vw, 32px); }

em, i {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
}

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

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

/* The unique move: italic display words in body copy */
.tint {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  color: var(--accent);
}

/* ============================================================
   LAYOUT CONTAINERS
   ============================================================ */
.container, .section-inner, .faq-inner, .contact-inner, .cta-banner-inner,
.services-detail-inner, .trust-strip-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

.wide-container { max-width: var(--wide-max); margin-inline: auto; padding-inline: clamp(20px, 4vw, 48px); }

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

.trust-strip-label { color: var(--muted); margin-bottom: 0; }

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

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

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

.nav-logo {
  flex: 0 0 auto;
  text-decoration: none;
}
.nav-logo img {
  max-height: 44px !important;
  max-width: 200px !important;
}
.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 a {
  display: inline-block;
  padding: 6px 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 150ms;
}
.nav-pages a:hover {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.nav-pages a[aria-current="page"] {
  color: var(--ink);
  border-bottom: 2px solid var(--primary);
  text-decoration: none;
}

.nav-cta {
  flex: 0 0 auto;
  background: var(--primary);
  color: var(--ink);
  padding: 10px 20px;
  border-radius: var(--radius);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 150ms;
}
.nav-cta:hover {
  filter: brightness(1.15);
  color: var(--ink);
  text-decoration: none;
}

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

@media (max-width: 900px) {
  .nav-toggle { display: flex; }

  .nav-pages {
    display: none;
    flex-direction: column;
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: var(--canvas);
    padding: 24px 28px;
    gap: 4px;
    border-bottom: 1px solid var(--border);
    justify-content: flex-start;
    z-index: 800;
  }
  .nav-pages.open { display: flex; }
  .nav-pages a { font-size: 13px; padding: 10px 0; }

  .nav-cta { padding: 8px 14px; font-size: 10px; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
}

.hero-overlay {
  background:
    radial-gradient(ellipse 90% 80% at 0% 100%, rgba(13,27,138,0.38) 0%, transparent 60%),
    linear-gradient(to top, rgba(12,12,15,0.88) 0%, rgba(12,12,15,0.55) 50%, rgba(12,12,15,0.82) 100%);
}

.hero-ribbon {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--primary) 40%, transparent 100%);
  z-index: 3;
}

.hero-inner {
  padding: clamp(48px, 8vh, 96px) clamp(24px, 6vw, 80px);
  max-width: 780px;
}

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

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

.hero-title .tint {
  color: var(--accent);
  font-style: italic;
}

.hero-sub {
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--muted);
  line-height: 1.6;
  max-width: 48ch;
  margin-bottom: 36px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.hero-trust-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

/* ============================================================
   TRUST CHIPS
   ============================================================ */
.trust-chip {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 6px 14px;
  background: transparent;
  white-space: nowrap;
}

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

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

.trust-strip {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}

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

/* services.html uses .trust-strip without wrapper */
div.trust-strip {
  padding: 22px clamp(20px, 5vw, 64px);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee, .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: marquee 35s linear infinite;
  width: max-content;
}

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

.marquee-item {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(11px, 1.2vw, 14px);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.marquee-item span { color: var(--muted); }

.marquee-item::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}

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

/* ============================================================
   BUTTONS
   ============================================================ */
.btn,
.btn-primary,
.btn-primary-dark,
.btn-ghost,
.btn-ghost-dark,
.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--radius);
  padding: 18px 32px;
  cursor: pointer;
  transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
  border: none;
}

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

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

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

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

.services .section-inner {
  margin-bottom: 56px;
}

.section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 0;
}
.section-title .tint {
  color: var(--accent);
  font-style: italic;
}

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

.service-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--surface);
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 600ms ease;
}

.service-card:hover img {
  transform: scale(1.04);
}

.service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12,12,15,0.9) 0%, transparent 55%);
  z-index: 1;
  transition: opacity 300ms;
}

.service-card:hover .service-card-overlay {
  opacity: 0.8;
}

.service-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.service-card-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  color: #7480cc;
}

.service-card-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.1;
}

.service-card-arrow {
  font-size: 18px;
  color: var(--accent);
  display: block;
  transition: transform 200ms;
}

.service-card:hover .service-card-arrow {
  transform: translateX(4px);
}

.services-footer {
  max-width: var(--content-max);
  margin-inline: auto;
  padding: 40px clamp(20px, 5vw, 64px) 0;
  display: flex;
}

@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(5) { grid-column: 1 / -1; aspect-ratio: 16 / 7; }
}

@media (max-width: 640px) {
  .services-grid { grid-template-columns: 1fr; gap: 2px; }
  .service-card { aspect-ratio: 4 / 3; }
  .service-card:nth-child(5) { grid-column: auto; aspect-ratio: 4 / 3; }
}

/* ============================================================
   GALLERY PREVIEW (index.html)
   ============================================================ */
.gallery-preview {
  padding: var(--section-py) 0;
  background: var(--canvas);
  border-top: 1px solid var(--border);
}

.gallery-feature-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  margin-top: 40px;
  aspect-ratio: 16 / 6;
}

.gallery-feature-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 600ms ease;
}

.gallery-feature-wrap:hover img { transform: scale(1.03); }

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

.gallery-feature-footer {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

/* ============================================================
   GALLERY (gallery.html)
   ============================================================ */
.gallery-section {
  max-width: var(--wide-max);
  margin-inline: auto;
  padding: clamp(48px, 6vh, 80px) clamp(20px, 4vw, 48px);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

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

.filter-pill .pill-count {
  font-size: 9px;
  opacity: 0.6;
}

.filter-pill:hover,
.filter-pill.active {
  color: var(--ink);
  border-color: var(--primary);
  background: rgba(13,27,138,0.15);
}

.gallery-meta {
  margin-bottom: 24px;
}

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

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

.gallery-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--surface);
  cursor: pointer;
}

.gallery-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 500ms ease;
  filter: grayscale(20%);
}

.gallery-card:hover img {
  transform: scale(1.05);
  filter: grayscale(0%);
}

.gallery-card-label {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(12,12,15,0.7);
  padding: 4px 8px;
  border-radius: 2px;
  backdrop-filter: blur(4px);
}

.gallery-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12,12,15,0.85) 0%, transparent 50%);
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms;
}

.gallery-card:hover .gallery-card-overlay { opacity: 1; }

.gallery-card-body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 18px 16px;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 300ms, opacity 300ms;
}

.gallery-card:hover .gallery-card-body {
  transform: translateY(0);
  opacity: 1;
}

.gallery-card-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 4px;
}

.gallery-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.1;
  margin-bottom: 4px;
}

.gallery-card-location {
  font-size: 12px;
  color: var(--muted);
}

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

/* ============================================================
   REVIEWS (index.html)
   ============================================================ */
.reviews {
  padding: var(--section-py) 0;
  background: var(--surface);
}

.reviews-aggregate {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 20px 28px;
  border: 1px solid var(--border-brand);
  border-radius: var(--radius);
  background: rgba(13,27,138,0.08);
  transition: border-color 200ms;
}

.reviews-aggregate:hover {
  border-color: var(--primary);
  text-decoration: none;
  color: var(--ink);
}

.reviews-stars {
  display: flex;
  gap: 3px;
  align-items: center;
}

.reviews-stars svg {
  width: 18px;
  height: 18px;
  color: var(--accent);
  fill: var(--accent);
}

.reviews-score {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}

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

.reviews-divider {
  width: 1px;
  height: 32px;
  background: var(--border);
}

.reviews-invite {
  font-size: 14px;
  color: var(--muted);
  max-width: 28ch;
  line-height: 1.4;
}

/* Review card styles */
.review-card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface);
  border-top: 1px solid var(--border-brand);
}

.review-stars svg {
  color: var(--accent);
  fill: var(--accent);
  width: 18px;
  height: 18px;
}

.review-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink);
  margin: 14px 0;
}

.review-attribution {
  font-size: 13px;
  color: var(--muted);
  opacity: 0.75;
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: 0.08em;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  padding: var(--section-py) 0;
  background: var(--canvas);
  border-top: 1px solid var(--border);
}

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

.faq-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 56px;
}

.faq-header > div { /* heading column */ }
.faq-header > p {
  color: var(--muted);
  align-self: end;
  padding-bottom: 8px;
}

.faq-list { margin-top: 0; }

details {
  border-bottom: 1px solid var(--border);
}

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

details summary,
.faq-list details summary {
  cursor: pointer;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 600;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  gap: 16px;
  transition: color 150ms;
}

details summary::-webkit-details-marker { display: none; }

details summary .faq-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--muted);
  transition: transform 250ms, color 250ms;
}

details[open] summary .faq-chevron {
  transform: rotate(45deg);
  color: var(--primary);
}

details[open] summary { color: var(--accent); }

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

@media (max-width: 640px) {
  .faq-header { grid-template-columns: 1fr; gap: 20px; }
}

/* ============================================================
   CONTACT (index.html)
   ============================================================ */
.contact {
  padding: var(--section-py) 0;
  background: var(--canvas);
  border-top: 1px solid var(--border);
}

.contact-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 80px;
  margin-top: 56px;
  align-items: start;
}

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

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

.form-group input,
.form-group textarea,
.form-group select {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  padding: 14px 16px;
  width: 100%;
  transition: border-color 150ms;
  appearance: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--primary);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--muted);
  opacity: 0.5;
}

.form-group textarea { resize: vertical; min-height: 120px; }

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

.form-note {
  font-size: 12px;
  color: var(--muted);
  opacity: 0.6;
}

.contact-recaptcha {
  font-size: 11px;
  color: var(--muted);
  opacity: 0.5;
}

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

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

.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);
}

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

.contact-info-value a {
  color: var(--ink);
  font-size: 17px;
}
.contact-info-value a:hover { color: var(--accent); }

.contact-areas {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.contact-areas li {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 4px 12px;
}

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

/* ============================================================
   FORM SUCCESS
   ============================================================ */
.form-success {
  display: none;
  text-align: center;
  padding: 48px 32px;
  background: var(--surface);
  border: 1px solid var(--border-brand);
  border-radius: var(--radius);
}

.form-success.visible { display: block; }

.form-success-icon svg {
  width: 48px;
  height: 48px;
  color: var(--accent);
  margin-inline: auto;
  margin-bottom: 16px;
}

.form-success h3 {
  font-size: 28px;
  margin-bottom: 8px;
}

.form-success p { color: var(--muted); }

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

.contact-inner {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 80px;
  align-items: start;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

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

.contact-form-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.02em;
}

.contact-form-title em { color: var(--accent); }

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

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

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

.info-block-value {
  font-size: 15px;
  color: var(--ink);
}

.info-phone-link,
.info-email-link {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
}
.info-phone-link:hover,
.info-email-link:hover {
  color: var(--accent);
  text-decoration: none;
}

.info-hours-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}

.area-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 4px 12px;
}

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

.discount-strip {
  background: rgba(13,27,138,0.15);
  border: 1px solid var(--border-brand);
  border-radius: var(--radius);
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 4px;
}

.discount-strip-icon {
  width: 20px;
  height: 20px;
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 2px;
}

.discount-strip p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

.discount-strip strong { color: var(--ink); }

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

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: clamp(260px, 40vh, 480px);
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid var(--border);
}

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

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

.page-header-title,
.page-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);
  margin-bottom: 16px;
}
.page-header-title em,
.page-title em { color: var(--accent); font-style: italic; }

.page-header-sub,
.page-sub {
  font-size: 16px;
  color: var(--muted);
  max-width: 52ch;
}

.page-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
  display: block;
}

/* ============================================================
   SERVICES DETAIL PAGE
   ============================================================ */
.services-detail {
  background: var(--canvas);
  padding-bottom: var(--section-py);
}

.services-detail-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

.services-detail-header {
  padding: clamp(64px, 8vh, 100px) 0 clamp(48px, 6vh, 72px);
  border-bottom: 1px solid var(--border);
  margin-bottom: clamp(64px, 8vh, 100px);
}

.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 2px;
  min-height: 560px;
  overflow: hidden;
}

.service-row.reverse { direction: rtl; }
.service-row.reverse > * { direction: ltr; }

.service-row-photo {
  position: relative;
  overflow: hidden;
  background: var(--surface);
}

.service-row-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 600ms ease;
}

.service-row:hover .service-row-photo img {
  transform: scale(1.03);
}

.service-row-photo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12,12,15,0.3);
  z-index: 1;
}

.service-row-num {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244,241,234,0.4);
}

.service-row-body {
  background: var(--surface);
  padding: clamp(40px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.service-row-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.service-row-title em { color: var(--accent); font-style: italic; }

.service-row-desc {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
  max-width: 52ch;
}

.service-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-bullets li {
  font-size: 14px;
  color: var(--muted);
  padding-left: 18px;
  position: relative;
}

.service-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 1px;
  background: var(--primary);
}

@media (max-width: 900px) {
  .service-row {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .service-row.reverse { direction: ltr; }
  .service-row-photo { min-height: 280px; }
  .service-row-body { padding: clamp(28px, 4vw, 48px); }
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-section {
  padding: var(--section-py) 0;
  background: var(--canvas);
}

.about-grid {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: start;
}

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

.about-portrait-frame {
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 4 / 5;
  background: var(--surface);
}

.about-portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: grayscale(15%);
}

.about-portrait-caption {
  padding: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-portrait-caption strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
}

.about-portrait-caption span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.about-copy-col { display: flex; flex-direction: column; gap: 24px; }

.about-display-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.about-display-headline em { color: var(--accent); font-style: italic; }

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

.about-body p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}

.about-divider {
  width: 48px;
  height: 1px;
  background: var(--primary);
}

.about-meta-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 8px;
}

.about-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-meta-item strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}

.about-meta-item span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-portrait-frame { aspect-ratio: 4 / 3; max-height: 340px; }
  .about-meta-row { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   VALUES
   ============================================================ */
.values-section {
  padding: var(--section-py) 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.values-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 56px;
}

.values-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.values-headline em { color: var(--accent); font-style: italic; }

.values-intro {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
  align-self: end;
}

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

.value-card {
  background: rgba(12,12,15,0.4);
  border: 1px solid var(--border);
  border-top: 1px solid var(--border-brand);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 200ms, transform 200ms;
}

.value-card:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

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

.value-icon {
  width: 28px;
  height: 28px;
  color: var(--accent);
}

.value-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--ink);
}

.value-title { /* if separate from h3 */ }

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

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

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline-section {
  padding: var(--section-py) 0;
  background: var(--canvas);
  border-top: 1px solid var(--border);
}

.timeline-header {
  margin-bottom: 64px;
}

.timeline-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 16px;
}
.timeline-headline em { color: var(--accent); font-style: italic; }

.timeline-sub {
  color: var(--muted);
  font-size: 15px;
  max-width: 52ch;
}

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

.timeline-step {
  display: grid;
  grid-template-columns: 140px 1px 1fr;
  gap: 0 32px;
  align-items: stretch;
  padding: 32px 0;
  border-bottom: 1px solid var(--border);
}

.timeline-step:first-child { border-top: 1px solid var(--border); }

.timeline-date-col {
  display: flex;
  align-items: flex-start;
  padding-top: 4px;
}

.timeline-date {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--accent);
}

.timeline-dot {
  width: 1px;
  background: var(--border);
  position: relative;
  flex-shrink: 0;
}

.timeline-dot::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  border: 2px solid var(--canvas);
}

.timeline-body-col {
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.timeline-body-col h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--ink);
}

.timeline-step-title { /* if separate */ }
.timeline-step-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.68;
}

@media (max-width: 640px) {
  .timeline-step { grid-template-columns: 80px 1px 1fr; gap: 0 16px; }
  .timeline-body-col { padding-left: 16px; }
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: var(--section-py) 0;
}

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

.cta-banner-text,
.cta-banner-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cta-banner-title,
.cta-banner-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.cta-banner-title em,
.cta-banner-headline em { color: var(--accent); font-style: italic; }

.cta-banner-desc,
.cta-banner-sub {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
  max-width: 52ch;
}

.cta-banner-phone-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.cta-btn-pair,
.cta-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

/* Stats in CTA banner */
.cta-banner-stats {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.cta-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 28px;
}

.cta-stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}

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

.cta-stat-divider {
  width: 1px;
  height: 64px;
  background: var(--border);
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .cta-banner-inner { grid-template-columns: 1fr; gap: 40px; }
  .cta-banner-stats { justify-content: flex-start; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer, .site-footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: clamp(64px, 8vh, 100px) 0 0;
}

.footer-inner, .footer-grid {
  max-width: var(--wide-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}

.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand-logo img { max-height: 44px !important; }
.footer-brand-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
}
.footer-brand-desc,
.footer-tagline,
.footer-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.68;
  max-width: 36ch;
}
.footer-tagline em { color: var(--accent); font-style: italic; }

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

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

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

.footer-contact-line,
.footer-contact-item {
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.footer-contact-line a,
.footer-contact-item a {
  color: var(--muted);
  text-decoration: none;
}
.footer-contact-line a:hover,
.footer-contact-item a:hover {
  color: var(--ink);
  text-decoration: none;
}

.footer-contact-line svg,
.footer-contact-item svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--accent);
}

.footer-contact-label { font-size: 10px; color: var(--muted); opacity: 0.6; display: block; }
.footer-contact-value { color: var(--ink); }
.footer-contact-value a { color: var(--ink); }

.footer-social-links {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer-social-links a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  transition: border-color 150ms, color 150ms;
}
.footer-social-links a:hover {
  border-color: var(--primary);
  color: var(--ink);
  text-decoration: none;
}
.footer-social-links svg {
  width: 16px;
  height: 16px;
}

.footer-bottom {
  max-width: var(--wide-max);
  margin: 48px auto 0;
  padding: 20px clamp(20px, 4vw, 64px);
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy,
.footer-copyright {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--muted);
  opacity: 0.6;
}

.footer-legal { display: flex; gap: 20px; }
.footer-legal a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  color: var(--muted);
  opacity: 0.6;
  text-decoration: none;
}
.footer-legal a:hover { opacity: 1; color: var(--ink); text-decoration: none; }

.footer-service-areas {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  color: var(--muted);
  opacity: 0.5;
  letter-spacing: 0.06em;
}

.footer-stars {
  display: flex;
  gap: 3px;
  align-items: center;
}
.footer-stars svg {
  width: 14px;
  height: 14px;
  fill: var(--accent);
  color: var(--accent);
}

.footer-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

/* ============================================================
   MOBILE STICKY CTA
   ============================================================ */
.mobile-sticky-cta,
.mobile-call-pill,
.mobile-call {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  background: var(--primary);
  color: var(--ink);
  padding: 14px 22px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.55);
  transition: filter 200ms, transform 200ms;
}

.mobile-sticky-cta:hover,
.mobile-call-pill:hover,
.mobile-call:hover {
  filter: brightness(1.15);
  transform: translateY(-2px);
  text-decoration: none;
  color: var(--ink);
}

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

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

/* ============================================================
   STATS
   ============================================================ */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
  padding: 80px 0;
  text-align: center;
}

.stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 600;
  line-height: 1;
  color: var(--primary);
}

.stat-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(10px, 0.9vw, 13px);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-top: 8px;
}

/* ============================================================
   PROCESS STRIP
   ============================================================ */
.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}

.process-step {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

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

/* ============================================================
   SVG CAPS
   ============================================================ */
.faq-chevron { width: 20px; height: 20px; }
.reviews-stars svg { width: 18px; height: 18px; }
.footer-stars svg { width: 14px; height: 14px; }
.discount-strip-icon { width: 20px; height: 20px; }
.form-success-icon svg { width: 48px; height: 48px; }
.value-icon { width: 28px; height: 28px; }
.service-card-arrow { font-size: 18px; }
.footer-social-links svg { width: 16px; height: 16px; }
.mobile-sticky-cta svg,
.mobile-call-pill svg,
.mobile-call svg { width: 18px; height: 18px; }

svg { overflow: visible; }

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms cubic-bezier(0.22,1,0.36,1), transform 700ms cubic-bezier(0.22,1,0.36,1);
}

.fade-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 700ms cubic-bezier(0.22,1,0.36,1), transform 700ms cubic-bezier(0.22,1,0.36,1);
}

.fade-right {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 700ms cubic-bezier(0.22,1,0.36,1), transform 700ms cubic-bezier(0.22,1,0.36,1);
}

.scale-in {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 700ms cubic-bezier(0.22,1,0.36,1), transform 700ms 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 > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms cubic-bezier(0.22,1,0.36,1), transform 600ms cubic-bezier(0.22,1,0.36,1);
}

.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; }

/* ============================================================
   ACTIVE STATE (tabs, filters)
   ============================================================ */
.active { /* base — specific components handle their own active */ }

/* ============================================================
   MISC UTILITY
   ============================================================ */
.bleed { width: 100vw; margin-left: calc(-50vw + 50%); }

/* Grain texture overlay */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  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)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.022;
}

/* Select element dark styling */
select option {
  background: var(--surface);
  color: var(--ink);
}

/* ============================================================
   SERVICE CARD HOVER (mandatory pattern)
   ============================================================ */
.service-card {
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}

/* ============================================================
   ANCHOR hover (mandatory pattern)
   ============================================================ */
a { transition: color 150ms; }
a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* ============================================================
   HEADING LINK RESET (mandatory verbatim)
   ============================================================ */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}

/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */
@media (max-width: 1200px) {
  .about-grid { grid-template-columns: 360px 1fr; }
  .footer-inner, .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .hero-title { font-size: clamp(56px, 12vw, 96px); }
  .hero-inner { max-width: 100%; padding-inline: clamp(20px, 5vw, 40px); }

  .about-grid { grid-template-columns: 1fr; }
  .about-meta-row { grid-template-columns: repeat(2, 1fr); }

  .cta-banner-inner { grid-template-columns: 1fr; gap: 40px; }

  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
  .hero { min-height: 95svh; align-items: flex-end; }
  .hero-title { font-size: clamp(52px, 14vw, 72px); }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn, .hero-ctas a { width: 100%; justify-content: center; }

  .services-grid { grid-template-columns: 1fr; }

  .faq-header { grid-template-columns: 1fr; }

  .form-row { grid-template-columns: 1fr; }

  .footer-inner, .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }

  .values-grid { grid-template-columns: 1fr; }
  .about-meta-row { grid-template-columns: repeat(2, 1fr); }

  .gallery-grid { grid-template-columns: 1fr; }

  .timeline-step { grid-template-columns: 70px 1px 1fr; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.service-row-photo { grid-column: 1 / -1; }
.footer-grid { grid-column: 1 / -1; }
.footer-bottom { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.about-meta-item { grid-column: 1 / -1; }
.values-intro { grid-column: 1 / -1; }
.timeline-date-col { grid-column: 1 / -1; }
.timeline-dot { grid-column: 1 / -1; }
.timeline-body-col { grid-column: 1 / -1; }
.form-group { grid-column: 1 / -1; }
/* validator patch: never hide a wrapper that contains a heading */
.form-success { display: block !important; }
/* 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; }
