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

/* =====================================================
   CUSTOM PROPERTIES
   ===================================================== */
:root {
  --primary:        #359004;
  --primary-dark:   #27690A;
  --primary-light:  #359004;
  --accent:         #7BCE0F;
  --canvas:         #F4EFE6;
  --surface:        #FFFFFF;
  --ink:            #1F1B16;
  --ink-mid:        #3D3730;
  --muted:          #7A7268;
  --sand-1:         #EDE7DB;
  --sand-2:         #E4DDD0;
  --border:         rgba(31,27,22,0.10);
  --border-mid:     rgba(31,27,22,0.14);
  --primary-tint:   rgba(53,144,4,0.12);
  --primary-tint-8: rgba(53,144,4,0.08);
  --primary-wash:   rgba(53,144,4,0.06);

  --radius:         12px;
  --radius-sm:      8px;
  --radius-pill:    999px;

  --section-py:     clamp(96px, 12vh, 152px);
  --content-max:    1240px;
  --wide-max:       1400px;

  --header-height:  72px;

  /* Photo mount treatment */
  --mount-border:   12px;
  --mount-color:    var(--canvas);
}

@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: 17px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-weight: 450;
  background: var(--canvas);
  color: var(--ink);
  line-height: 1.65;
  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: 44px !important;
  max-width: 200px !important;
  width: auto !important;
  align-self: flex-start !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

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

.hero { position: relative; overflow: hidden; }
.hero-bg, .hero > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; 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; }

/* Headings inside anchors — never render as links */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

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

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

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

p { line-height: 1.68; }

.eyebrow, .section-eyebrow, .svc-eyebrow, .cta-banner-eyebrow,
.info-card-eyebrow, .page-header-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  display: block;
  margin-bottom: 14px;
}

.pull-quote {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-style: italic;
  line-height: 1.3;
  color: var(--ink-mid);
  border-left: 3px solid var(--primary);
  padding-left: 24px;
  margin: 32px 0;
}

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

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

/* =====================================================
   SCROLL PROGRESS
   ===================================================== */
#scrollProgress, #scroll-progress, #progress-bar {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  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 rgba(31,27,22,0.08);
}

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

.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 a {
  display: inline-block;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Inter Tight', sans-serif;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 150ms;
}
.nav-pages a:hover {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.nav-pages a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

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

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

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-cta span { display: none; }
  .nav-cta { padding: 10px; border-radius: var(--radius-pill); }
  .nav-cta svg { width: 20px; height: 20px; }

  .nav-pages {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px; left: 0; right: 0;
    background: var(--canvas);
    padding: 24px;
    gap: 8px;
    border-bottom: 1px solid rgba(31,27,22,0.08);
    z-index: 800;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-pages a { font-size: 17px; padding: 10px 0; width: 100%; }
}

/* =====================================================
   BUTTONS
   ===================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 16px 30px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: transform 220ms ease-out, box-shadow 220ms ease-out, filter 180ms;
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background: var(--primary);
  color: var(--surface);
  box-shadow: 0 6px 24px -6px rgba(53,144,4,0.40);
}
.btn-primary:hover {
  filter: brightness(0.92);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -8px rgba(53,144,4,0.45);
  text-decoration: none; color: var(--surface);
}

.btn-outline {
  background: transparent;
  color: var(--surface);
  border: 2px solid rgba(255,255,255,0.70);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  text-decoration: none; color: var(--surface);
  transform: translateY(-1px);
}

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

.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--surface);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 16px 30px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  transition: filter 180ms, transform 180ms;
  box-shadow: 0 6px 24px -6px rgba(53,144,4,0.40);
}
.btn-submit:hover { filter: brightness(0.92); transform: translateY(-1px); }
.btn-submit svg { width: 18px; height: 18px; }

.btn-banner-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--surface);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: filter 180ms, transform 180ms;
}
.btn-banner-primary:hover { filter: brightness(0.92); transform: translateY(-1px); text-decoration: none; color: var(--surface); }

.btn-banner-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--canvas);
  border: 2px solid rgba(244,239,230,0.55);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background 180ms;
}
.btn-banner-outline:hover { background: rgba(244,239,230,0.12); text-decoration: none; color: var(--canvas); }

.btn-block { display: flex; width: 100%; justify-content: center; }

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--canvas);
  border: 2px solid rgba(244,239,230,0.60);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  text-decoration: none;
}
.btn-outline-white:hover { background: rgba(244,239,230,0.10); text-decoration: none; color: var(--canvas); }

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

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

.hero-overlay {
  background: linear-gradient(
    to top right,
    rgba(31,27,22,0.72) 0%,
    rgba(31,27,22,0.42) 45%,
    rgba(53,144,4,0.18) 100%
  );
}

.hero-inner {
  padding: clamp(48px, 8vh, 96px) clamp(24px, 5vw, 80px);
  max-width: 820px;
  padding-bottom: clamp(64px, 10vh, 120px);
}

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

.hero-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(56px, 9vw, 132px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  color: var(--surface);
  max-width: 14ch;
  margin-bottom: 24px;
}

h1.hero-title, .hero h1 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(56px, 9vw, 132px);
  line-height: 0.98;
  letter-spacing: -0.01em;
  color: var(--surface);
  max-width: 14ch;
  margin-bottom: 24px;
}

.hero-sub {
  font-size: clamp(16px, 1.8vw, 19px);
  color: rgba(244,239,230,0.85);
  line-height: 1.55;
  max-width: 56ch;
  margin-bottom: 36px;
}

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

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

.hero-trust-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-trust-chips .trust-chip {
  background: rgba(53,144,4,0.16);
  color: var(--accent);
  border: none;
}

/* =====================================================
   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: marquee 35s linear infinite;
  align-items: center;
}

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

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

.marquee-sep {
  color: var(--primary);
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}

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

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

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

/* =====================================================
   PHOTO MOUNT TREATMENT
   The signature 12px sand inner border "mounted print"
   ===================================================== */
.photo-mount {
  position: relative;
  display: block;
  background: var(--canvas);
  padding: var(--mount-border);
  border-radius: var(--radius);
  overflow: hidden;
}

.photo-mount img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: calc(var(--radius) - 4px);
  max-height: none;
}

.about-portrait-frame {
  position: relative;
  background: var(--canvas);
  padding: var(--mount-border);
  border-radius: var(--radius);
  overflow: hidden;
}
.about-portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: calc(var(--radius) - 4px);
  max-height: 580px;
}

/* Gallery card photos with mount treatment */
.gallery-card-photo {
  position: relative;
  background: var(--canvas);
  padding: var(--mount-border);
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
  aspect-ratio: 4 / 3;
}
.gallery-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: calc(var(--radius) - 6px);
  max-height: none;
}
.gallery-card-photo span {
  position: absolute;
  z-index: 2;
}
.gallery-card-badge {
  top: 20px; left: 20px;
  background: var(--primary);
  color: var(--surface);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}
.gallery-card-cat {
  bottom: 20px; right: 20px;
  background: rgba(31,27,22,0.55);
  color: var(--canvas);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

/* Service panel photos with mount */
.service-panel-photo {
  background: var(--canvas);
  padding: var(--mount-border);
  border-radius: var(--radius);
  flex: 0 0 45%;
  min-height: 380px;
  max-height: 480px;
  overflow: hidden;
}
.service-panel-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius) - 4px);
  max-height: none;
}

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

.services-header {
  margin-bottom: 40px;
}

.services-header h2 {
  font-size: clamp(36px, 5vw, 64px);
  color: var(--ink);
}

.services-header .eyebrow::after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: var(--primary);
  margin-top: 8px;
}

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

.service-tab {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  border: none;
  background: rgba(31,27,22,0.07);
  color: var(--ink-mid);
  cursor: pointer;
  transition: background 180ms, color 180ms;
  white-space: nowrap;
}
.service-tab:hover {
  background: var(--primary-tint);
  color: var(--primary-dark);
}
.service-tab.active {
  background: var(--primary);
  color: var(--surface);
}

.services-panels { position: relative; }

.service-panel {
  display: none;
  gap: 0;
}
.service-panel.active {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 440px;
  border: 1px solid var(--border);
}

.service-panel-body {
  flex: 1;
  padding: clamp(28px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.service-panel-body .eyebrow {
  margin-bottom: 12px;
}

.service-panel-body h3 {
  font-size: clamp(26px, 3.5vw, 40px);
  margin-bottom: 20px;
  line-height: 1.05;
}

.service-panel-body p {
  color: var(--ink-mid);
  line-height: 1.65;
  margin-bottom: 14px;
  font-size: 16px;
}

.service-panel-body .btn {
  margin-top: 8px;
  align-self: flex-start;
}
.service-panel-body .btn-primary {
  background: var(--primary);
  color: var(--surface);
}

.svc-cta {
  margin-top: 8px;
  align-self: flex-start;
}

@media (max-width: 768px) {
  .service-panel.active {
    flex-direction: column;
    min-height: auto;
  }
  .service-panel-photo {
    flex: none;
    height: 260px;
    min-height: 0;
    max-height: 260px;
    border-radius: var(--radius) var(--radius) 0 0;
  }
}

/* =====================================================
   SERVICE ROWS (services.html)
   ===================================================== */
.service-row {
  padding: var(--section-py) 0;
}

.service-row-canvas { background: var(--canvas); }
.service-row-surface { background: var(--surface); }

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

/* flip = layout reversal via order, never mirror transform */
.service-row-inner.flip .svc-photo { order: 2; }
.service-row-inner.flip .svc-text  { order: 1; }

.svc-photo { position: relative; }
.svc-photo .photo-mount { height: 100%; min-height: 360px; }

.svc-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;
  display: block;
}
.svc-eyebrow::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--primary);
  margin-top: 8px;
}

.svc-text h2 {
  font-size: clamp(28px, 4vw, 48px);
  margin-bottom: 24px;
  line-height: 1.05;
}

.svc-body p {
  color: var(--ink-mid);
  line-height: 1.68;
  margin-bottom: 14px;
  font-size: 16px;
}

.svc-cta.btn { margin-top: 16px; }

@media (max-width: 768px) {
  .service-row-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .service-row-inner.flip .svc-photo { order: -1; }
  .service-row-inner.flip .svc-text  { order: 0; }
  .svc-photo .photo-mount { min-height: 280px; }
}

/* Services jump nav (services.html) */
.services-jump {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.services-jump::-webkit-scrollbar { display: none; }

.services-jump-inner {
  display: flex;
  gap: 0;
  max-width: var(--content-max);
  margin-inline: auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.services-jump-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 18px 16px;
  white-space: nowrap;
  flex: 0 0 auto;
  border-right: 1px solid var(--border);
}

.services-jump-inner a {
  display: inline-block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-mid);
  padding: 18px 16px;
  white-space: nowrap;
  border-right: 1px solid var(--border);
  text-decoration: none;
  transition: color 150ms, background 150ms;
  flex: 0 0 auto;
}
.services-jump-inner a:hover {
  color: var(--primary);
  background: var(--primary-wash);
  text-decoration: none;
}

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

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

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

.page-header-inner h1 {
  font-size: clamp(40px, 6vw, 80px);
  color: var(--surface);
  line-height: 1.0;
}

.page-header-sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(244,239,230,0.80);
  margin-top: 12px;
  max-width: 54ch;
}

/* =====================================================
   GALLERY SECTION (index.html preview)
   ===================================================== */
.gallery-preview {
  background: var(--surface);
  padding: var(--section-py) 0;
}

.gallery-sec-header {
  margin-bottom: 40px;
}

.gallery-sec-header h2 {
  font-size: clamp(36px, 5vw, 64px);
}

.gallery-sec-header .eyebrow::after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: var(--primary);
  margin-top: 8px;
}

.gallery-feature-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--canvas);
  padding: var(--mount-border);
  text-decoration: none;
  transition: transform 250ms ease-out;
}
.gallery-feature-link:hover { transform: scale(1.005); text-decoration: none; }
.gallery-feature-link > img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: calc(var(--radius) - 4px);
  display: block;
  max-height: none;
}

.gallery-feature-overlay {
  position: absolute;
  inset: var(--mount-border);
  border-radius: calc(var(--radius) - 4px);
  background: linear-gradient(to top, rgba(31,27,22,0.70) 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 32px;
}

.gallery-feature-caption {
  color: var(--surface);
}

.gallery-feature-caption h3 {
  color: var(--surface);
  font-size: clamp(22px, 3vw, 36px);
  margin-bottom: 16px;
}

.gallery-feature-caption p {
  font-size: 14px;
  color: rgba(244,239,230,0.75);
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}

.gallery-feature-caption .btn-outline {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: var(--radius-sm);
}

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

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

.gallery-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.gallery-heading-block h2 {
  font-size: clamp(32px, 4.5vw, 56px);
}

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

.section-eyebrow::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--primary);
  margin-top: 8px;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-pill {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  background: rgba(31,27,22,0.07);
  color: var(--ink-mid);
  border: none;
  cursor: pointer;
  transition: background 160ms, color 160ms;
}
.filter-pill:hover, .filter-pill.active {
  background: var(--primary);
  color: var(--surface);
}

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

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

.gallery-card-body {
  padding: 20px 20px 24px;
}

.gallery-card-body h3 {
  font-size: clamp(16px, 1.8vw, 20px);
  margin-bottom: 8px;
  line-height: 1.2;
}

.gallery-card-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 10px;
}
.gallery-card-location svg { width: 14px; height: 14px; flex: 0 0 auto; color: var(--primary); }

.gallery-card-desc {
  font-size: 14px;
  color: var(--ink-mid);
  line-height: 1.55;
  margin-bottom: 16px;
}

.gallery-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gallery-meta-item {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--canvas);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

.gallery-meta-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.gallery-meta-value { font-size: 13px; font-weight: 500; color: var(--ink-mid); }

.gallery-title { font-size: clamp(32px, 4.5vw, 56px); }
.gallery-heading-block { }

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

/* =====================================================
   SERVICE AREAS
   ===================================================== */
.service-areas {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

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

.service-areas-grid > div:first-child { grid-column: 1; }
.service-areas-grid > div:last-child  { grid-column: 2; }

.service-areas-grid h2 {
  font-size: clamp(32px, 4.5vw, 56px);
  margin-bottom: 16px;
}

.service-areas-sub {
  font-size: 16px;
  color: var(--ink-mid);
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 48ch;
}

.service-areas-heading {
  font-size: clamp(28px, 4vw, 48px);
}

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

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

.testimonial-pull {
  background: var(--surface);
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--border);
  position: relative;
}

.testimonial-pull::before {
  content: '"';
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 80px;
  color: var(--primary);
  opacity: 0.25;
  position: absolute;
  top: 8px; left: 24px;
  line-height: 1;
}

.testimonial-pull blockquote {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(18px, 2.4vw, 24px);
  font-style: italic;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 20px;
  padding-top: 24px;
}

.testimonial-pull cite {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-style: normal;
}

@media (max-width: 768px) {
  .service-areas-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .service-areas-grid > div:first-child { grid-column: 1; }
  .service-areas-grid > div:last-child  { grid-column: 1; }
}

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

.faq-header {
  margin-bottom: 52px;
}

.faq-header h2 {
  font-size: clamp(36px, 5vw, 64px);
}

.faq-heading {
  font-size: clamp(36px, 5vw, 64px);
}

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

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

details.faq > summary {
  cursor: pointer;
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  color: var(--ink);
  gap: 16px;
  user-select: none;
}

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

.faq-chevron {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--muted);
  transition: transform 220ms ease, color 180ms;
}

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

details.faq > summary::after { display: none; }

.faq-answer {
  padding: 0 0 22px;
  line-height: 1.68;
  color: var(--ink-mid);
  max-width: 68ch;
  font-size: 16px;
}

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

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

.contact-form-col { grid-column: 1; }
.contact-info-col { grid-column: 2; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 80px);
  align-items: start;
}

.contact-grid > div:first-child { grid-column: 1; }
.contact-grid > div:last-child  { grid-column: 2; }

.contact-form-col h2, .contact-grid > div:first-child h2 {
  font-size: clamp(28px, 4vw, 48px);
  margin-bottom: 12px;
}

.contact-form-heading {
  font-size: clamp(28px, 4vw, 48px);
  margin-bottom: 12px;
}

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

.form-row, .form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-row label, .form-group label {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.form-row input, .form-group input,
.form-row textarea, .form-group textarea,
.form-group select,
#contact-name, #contact-email, #contact-phone, #contact-message,
#name, #email, #phone, #message, #service {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--border-mid);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  color: var(--ink);
  outline: none;
  transition: border-color 180ms, box-shadow 180ms;
  -webkit-appearance: none;
  appearance: none;
}

.form-row input:focus, .form-group input:focus,
.form-row textarea:focus, .form-group textarea:focus,
.form-group select:focus,
#contact-name:focus, #contact-email:focus,
#contact-phone:focus, #contact-message:focus,
#name:focus, #email:focus, #phone:focus, #message:focus, #service:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(53,144,4,0.12);
}

.form-row textarea, .form-group textarea, #contact-message, #message {
  resize: vertical;
  min-height: 120px;
}

.form-group.full { grid-column: 1 / -1; }

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}

.contact-form .form-group { margin-bottom: 20px; }
.contact-form .form-group.full { grid-column: 1 / -1; }
.contact-form .btn-submit { grid-column: 1 / -1; margin-top: 8px; }

.contact-info-heading {
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 24px;
}

.info-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid var(--border);
}

.info-card h3 {
  font-size: clamp(20px, 2.5vw, 28px);
  margin-bottom: 28px;
}

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

.info-row, .info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.info-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  background: var(--primary-tint);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-icon svg { width: 20px; height: 20px; color: var(--primary); }

.info-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}

.info-value {
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.5;
}
.info-value a { color: var(--ink); }
.info-value a:hover { color: var(--primary); }

.info-divider, .contact-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 24px 0;
}

.service-area-section { margin-top: 4px; }
.service-area-section .info-label { margin-bottom: 12px; }
.service-area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.service-area-pills .area-pill, .area-pill {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  background: var(--primary-tint);
  color: var(--primary-dark);
  border-radius: var(--radius-pill);
}

@media (max-width: 900px) {
  .contact-inner, .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-col { grid-column: 1; }
  .contact-info-col { grid-column: 1; }
  .contact-grid > div:first-child { grid-column: 1; }
  .contact-grid > div:last-child  { grid-column: 1; }
  .contact-form { grid-template-columns: 1fr; }
}

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

.about-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}

.about-portrait-wrap { grid-column: 1; }
.about-body { grid-column: 2; }

.about-portrait-frame {
  margin-bottom: 20px;
}

.about-portrait-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.about-body h2 {
  font-size: clamp(32px, 4.5vw, 56px);
  margin-bottom: 24px;
  line-height: 1.05;
}

.about-display-heading {
  font-size: clamp(28px, 4vw, 48px);
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 24px;
}

.about-body .section-eyebrow::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--primary);
  margin-top: 8px;
}

.about-prose p {
  font-size: 16px;
  color: var(--ink-mid);
  line-height: 1.72;
  margin-bottom: 18px;
}

@media (max-width: 900px) {
  .about-inner {
    grid-template-columns: 1fr;
  }
  .about-portrait-wrap { grid-column: 1; }
  .about-body { grid-column: 1; }
}

/* About credentials */
.about-credentials {
  background: var(--surface);
  padding: var(--section-py) 0;
}

.about-credentials-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 80px);
}

.about-credentials-inner > .creds-block:first-child { grid-column: 1; }
.about-credentials-inner > .creds-block:last-child  { grid-column: 2; }

.creds-block h3 {
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 20px;
}

.creds-list {
  list-style: none;
  padding: 0;
}
.creds-list li {
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.6;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
}
.creds-list li::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--primary);
  border-radius: 50%;
  flex: 0 0 6px;
}

@media (max-width: 768px) {
  .about-credentials-inner {
    grid-template-columns: 1fr;
  }
  .about-credentials-inner > .creds-block:first-child { grid-column: 1; }
  .about-credentials-inner > .creds-block:last-child  { grid-column: 1; }
}

/* =====================================================
   REVIEW SPOTLIGHT
   ===================================================== */
.review-spotlight {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

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

.review-spotlight-inner > .fade-up:first-child { grid-column: 1; }
.review-spotlight-inner > .fade-up:last-child  { grid-column: 2; }

.review-card-single {
  background: var(--surface);
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid var(--border);
  position: relative;
}

.review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}
.review-stars svg { width: 20px; height: 20px; color: #F5A623; flex: 0 0 20px; }

.review-quote-mark {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 64px;
  color: var(--primary);
  opacity: 0.3;
  line-height: 0.5;
  display: block;
  margin-bottom: 12px;
}

.review-text {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(18px, 2.2vw, 24px);
  font-style: italic;
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 20px;
}

.review-attribution {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (max-width: 768px) {
  .review-spotlight-inner {
    grid-template-columns: 1fr;
  }
  .review-spotlight-inner > .fade-up:first-child { grid-column: 1; }
  .review-spotlight-inner > .fade-up:last-child  { grid-column: 1; }
}

/* =====================================================
   CTA BANNER
   ===================================================== */
.cta-banner {
  background: var(--ink);
  padding: var(--section-py) 0;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(53,144,4,0.20) 0%, transparent 65%);
  pointer-events: none;
}

.cta-banner-bg-wash {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(123,206,15,0.10) 0%, transparent 60%);
}

.cta-banner-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cta-banner-inner h2 {
  color: var(--canvas);
  font-size: clamp(36px, 5.5vw, 72px);
  line-height: 1.0;
  max-width: 16ch;
}

.cta-banner-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 16px;
}

.cta-banner-sub {
  color: rgba(244,239,230,0.72);
  font-size: clamp(15px, 1.8vw, 18px);
  max-width: 54ch;
  line-height: 1.6;
}

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

.cta-banner-left { }
.cta-banner-right {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.cta-banner-phone {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(20px, 3vw, 32px);
  color: var(--canvas);
  text-decoration: none;
}
.cta-banner-phone:hover { color: var(--accent); text-decoration: none; }

.cta-phone-link {
  color: var(--canvas);
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(20px, 3vw, 32px);
  text-decoration: none;
}
.cta-phone-link:hover { color: var(--accent); }

/* =====================================================
   FOOTER
   ===================================================== */
.site-footer {
  background: var(--ink);
  color: rgba(244,239,230,0.70);
  padding: 72px 0 0;
}

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

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(244,239,230,0.10);
}

.footer-grid > div:nth-child(1) { grid-column: 1; }
.footer-grid > div:nth-child(2) { grid-column: 2; }
.footer-grid > div:nth-child(3) { grid-column: 3; }
.footer-grid > div:nth-child(4) { grid-column: 4; }

.footer-brand img,
.footer-brand-img { max-height: 44px !important; margin-bottom: 16px; }

.footer-brand-name {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 22px;
  color: var(--canvas);
  margin-bottom: 8px;
}

.footer-brand-tagline, .footer-tagline {
  font-size: 14px;
  color: rgba(244,239,230,0.60);
  line-height: 1.55;
  max-width: 32ch;
}

.footer-col h4, .footer-col-heading, .footer-col-title {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--canvas);
  margin-bottom: 20px;
  display: block;
}

.footer-col ul, .footer-links { list-style: none; }
.footer-col ul li, .footer-links li { margin-bottom: 12px; }

.footer-nav-link, .footer-col ul li a, .footer-links li a {
  color: rgba(244,239,230,0.65);
  font-size: 14px;
  text-decoration: none;
  transition: color 150ms;
}
.footer-nav-link:hover, .footer-col ul li a:hover, .footer-links li a:hover {
  color: var(--canvas);
  text-decoration: none;
}

.footer-contact-line, .footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(244,239,230,0.65);
  margin-bottom: 12px;
}
.footer-contact-link { color: rgba(244,239,230,0.65); text-decoration: none; }
.footer-contact-link:hover { color: var(--canvas); text-decoration: none; }
.footer-contact-item svg { width: 16px; height: 16px; flex: 0 0 auto; color: var(--accent); }

.footer-trust-line {
  font-size: 12px;
  color: rgba(244,239,230,0.45);
  line-height: 1.5;
  margin-bottom: 6px;
}

.footer-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--canvas);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.footer-phone:hover { color: var(--accent); text-decoration: none; }
.footer-phone svg { width: 18px; height: 18px; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copy, .footer-bottom p, .footer-bottom span {
  font-size: 13px;
  color: rgba(244,239,230,0.40);
}

.footer-badges { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.footer-badge {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244,239,230,0.45);
  background: rgba(244,239,230,0.07);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .footer-grid > div:nth-child(1) { grid-column: 1 / -1; }
  .footer-grid > div:nth-child(2) { grid-column: 1; }
  .footer-grid > div:nth-child(3) { grid-column: 2; }
  .footer-grid > div:nth-child(4) { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div { grid-column: 1; }
}

/* =====================================================
   MOBILE STICKY CTA (mandatory)
   ===================================================== */
.mobile-call-pill, .sticky-call, .mobile-sticky-cta,
.mobile-call-btn, .mobile-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: var(--surface);
  padding: 14px 22px;
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  transition: transform 180ms, filter 180ms;
}

.mobile-call-pill a, .sticky-call a, .mobile-sticky-cta a,
.mobile-call-btn a, .mobile-cta a {
  color: var(--surface);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-call-pill a:hover, .sticky-call a:hover,
.mobile-sticky-cta a:hover, .mobile-call-btn a:hover,
.mobile-cta a:hover { text-decoration: none; color: var(--surface); }

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

.mobile-call-pill:hover, .sticky-call:hover, .mobile-sticky-cta:hover,
.mobile-call-btn:hover, .mobile-cta:hover {
  transform: translateY(-2px);
  filter: brightness(0.92);
}

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

/* =====================================================
   ANIMATION UTILITIES
   ===================================================== */
.fade-up, .fade-left, .fade-right, .scale-in {
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-up    { transform: translateY(32px); }
.fade-left  { transform: translateX(-32px); }
.fade-right { transform: translateX(32px); }
.scale-in   { transform: scale(0.94); }

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

.stagger .fade-up:nth-child(1) { transition-delay: 0ms; }
.stagger .fade-up:nth-child(2) { transition-delay: 80ms; }
.stagger .fade-up:nth-child(3) { transition-delay: 160ms; }
.stagger .fade-up:nth-child(4) { transition-delay: 240ms; }
.stagger .fade-up:nth-child(5) { transition-delay: 320ms; }
.stagger .fade-up:nth-child(6) { transition-delay: 400ms; }

.fade-up-delay-1 { transition-delay: 120ms !important; }

.stagger.visible .fade-up:nth-child(1),
.stagger .fade-up:nth-child(1).visible { transition-delay: 0ms; }
.stagger.visible .fade-up:nth-child(2),
.stagger .fade-up:nth-child(2).visible { transition-delay: 80ms; }
.stagger.visible .fade-up:nth-child(3),
.stagger .fade-up:nth-child(3).visible { transition-delay: 160ms; }
.stagger.visible .fade-up:nth-child(4),
.stagger .fade-up:nth-child(4).visible { transition-delay: 240ms; }

/* Pre-visible states for elements already on page */
.fade-up.visible, .fade-left.visible, .fade-right.visible, .scale-in.visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

/* =====================================================
   SERVICE CARD HOVER (from system prompt)
   ===================================================== */
.service-card {
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 28px;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18);
}

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

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

.step-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  letter-spacing: 0.12em;
}

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

.stat-num {
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 900;
  line-height: 1;
  color: var(--primary);
}

.stat-label {
  font-size: clamp(11px, 1vw, 14px);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-top: 8px;
}

/* =====================================================
   REVIEW CARD SYSTEM
   ===================================================== */
.review-card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
}

.review-card .review-stars svg { color: #F5A623; width: 18px; height: 18px; }

.review-quote {
  font-size: 17px;
  line-height: 1.55;
  margin: 14px 0;
}

/* =====================================================
   MISC ELEMENTS
   ===================================================== */
.jump-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 0.06em;
  text-decoration: none;
}
.jump-chip:hover { text-decoration: underline; }

.services-heading { font-size: clamp(36px, 5vw, 64px); }

.services-jump-label { font-size: 12px; }

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

/* =====================================================
   RESPONSIVE FINE-TUNING
   ===================================================== */
@media (max-width: 640px) {
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .service-areas-grid { gap: 28px; }
  .cta-banner-actions { flex-direction: column; }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 32px;
  }
}

/* =====================================================
   TABLE STYLES (system prompt)
   ===================================================== */
.services-table thead .col-service,
.services-table thead .col-desc,
.services-table thead .col-timeline,
.services-table thead .col-price {
  background: var(--ink);
  color: var(--canvas);
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 14px 18px;
}

.services-table tbody .col-service,
.services-table tbody .col-desc,
.services-table tbody .col-timeline,
.services-table tbody .col-price {
  background: inherit;
  color: var(--ink-mid);
  font-size: 15px;
  padding: 14px 18px;
}

/* No mirror transforms */
.flip {
  /* ONLY layout reversal — no scaleX or rotateY */
  /* order rules are applied per child in .service-row-inner.flip above */
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.footer-col { grid-column: 1 / -1; }
.fade-up-delay-1 { grid-column: 1 / -1; }
.footer-brand { grid-column: 1 / -1; }
.form-group { grid-column: 1 / -1; }
