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

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #046434;
  --primary-tint:   rgba(4,100,52,0.12);
  --primary-deep:   #034d28;
  --primary-wash:   rgba(4,100,52,0.08);
  --accent:         #F4E23A;
  --accent-mid:     #e8d42e;
  --canvas:         #F4EFE6;
  --canvas-mid:     #EDE7DA;
  --surface:        #FFFFFF;
  --ink:            #1F1B16;
  --ink-mid:        #3a342b;
  --muted:          #7A7268;
  --muted-light:    #a09890;
  --border:         rgba(31,27,22,0.10);
  --border-mid:     rgba(31,27,22,0.16);
  --sand-mount:     #F4EFE6;
  --green-bar:      #046434;
  --yellow-bar:     #F4E23A;
  --green-mid-bar:  #2d7a4f;
  --yellow-mid-bar: #f5e96b;
  --radius:         12px;
  --radius-pill:    999px;
  --header-height:  72px;
  --section-py:     clamp(96px, 12vh, 152px);
  --content-max:    1240px;
  --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;
}

body {
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-weight: 450;
  font-size: 17px;
  line-height: 1.68;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
}

/* Universal image cap */
img { max-width: 100%; height: auto; display: block; }

section img:not(.hero-bg):not([class*="full-bleed"]):not([class*="fullbleed"]) {
  max-height: 640px;
  object-fit: cover;
}

.nav img, header img, .header img, .nav-logo img, .logo img {
  max-height: 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 45%; z-index: 0;
}
.hero-inner, .hero > :not(img):not(.hero-bg):not(.hero-overlay) {
  position: relative; z-index: 2;
}
.hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }

.page-header, [class*="page-header"], .about-feature, .about-hero {
  position: relative; overflow: hidden; max-height: 64vh;
}
.page-header > img, [class*="page-header"] > img, .page-header-bg,
.about-feature > img:first-of-type, .about-hero-bg,
.page-header img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 45%; z-index: 0;
}
section > img:first-child:not([class*="logo"]):not(.nav-logo) {
  max-height: 64vh; object-fit: cover;
}
section img:not(.hero-bg):not(.page-header-bg):not([class*="full-bleed"]):not([class*="logo"]) {
  max-height: 720px;
}

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

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

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

/* Table cells */
thead .col-service, thead .col-desc, thead .col-timeline, thead .col-price {
  background: var(--ink); color: #fff;
}

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

h1 { font-size: clamp(48px, 7vw, 96px); }
h2 { font-size: clamp(36px, 5vw, 64px); }
h3 { font-size: clamp(22px, 2.8vw, 32px); }
h4 { font-size: clamp(18px, 2vw, 22px); font-family: 'Inter Tight', sans-serif; font-weight: 600; letter-spacing: 0; }
h5 { font-size: 13px; font-family: 'Inter Tight', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 0.10em; color: var(--muted); }

p { line-height: 1.68; }

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

ul { list-style: none; padding: 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);
}
.section-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-block: var(--section-py);
}

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

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

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

.nav-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav-logo:hover { text-decoration: none; }
.nav-logo img {
  max-height: 44px !important;
  max-width: 200px !important;
  width: auto !important;
}

.nav-pages {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-pages ul {
  display: flex;
  gap: 28px;
  align-items: center;
  list-style: none;
  padding: 0; margin: 0;
}
.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
}
.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: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 150ms;
}
.nav-cta:hover { filter: brightness(0.92); color: #fff; text-decoration: none; }
.nav-cta svg { width: 18px; height: 18px; flex-shrink: 0; }

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

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-cta .nav-cta-label { display: none; }
  .nav-cta { padding: 10px 12px; }
  .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;
  }
  .nav-pages.open { display: flex; }
  .nav-pages ul { flex-direction: column; gap: 8px; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 30px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: filter 180ms, transform 150ms, box-shadow 180ms;
  border: 2px solid transparent;
  line-height: 1.2;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); text-decoration: none; }

.btn-primary {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.btn-primary:hover { filter: brightness(0.92); color: #fff; }

.btn-accent {
  background: var(--accent);
  color: var(--ink);
  border-color: var(--accent);
}
.btn-accent:hover { filter: brightness(0.94); color: var(--ink); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--border-mid);
}
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); }

.btn-ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}
.btn-ghost-light:hover { border-color: #fff; color: #fff; }

.btn-outline-light {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.65);
  border-radius: 10px;
}
.btn-outline-light:hover { background: rgba(255,255,255,0.12); color: #fff; }

.btn-phone {
  background: rgba(255,255,255,0.18);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 10px;
  backdrop-filter: blur(6px);
}
.btn-phone:hover { background: rgba(255,255,255,0.28); color: #fff; }
.btn-phone svg { width: 20px; height: 20px; }

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

/* ============================================================
   CHIPS & PILLS
   ============================================================ */
.chip {
  display: inline-block;
  background: var(--primary-tint);
  color: var(--primary);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  line-height: 1.2;
}
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }

.trust-chip {
  display: inline-flex;
  align-items: center;
  background: var(--primary-tint);
  color: var(--primary);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 7px 16px;
  border-radius: var(--radius-pill);
  line-height: 1.2;
}
.trust-chip-dark {
  display: inline-block;
  background: var(--primary-tint);
  color: var(--primary);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
}

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

/* ============================================================
   EYEBROWS & LABELS
   ============================================================ */
.eyebrow, .section-eyebrow, .page-eyebrow, .page-header-eyebrow,
.cta-banner-eyebrow {
  display: inline-block;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 14px;
}
.eyebrow-rule { padding-bottom: 12px; border-bottom: 2px solid var(--primary); }
.eyebrow-light { color: rgba(255,255,255,0.8); border-bottom-color: rgba(255,255,255,0.4); }
.eyebrow-center { text-align: center; }

.section-sub, .page-header-sub, .hero-sub, .cta-banner-sub {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 450;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.65;
  color: var(--muted);
  max-width: 64ch;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 94vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero > img:first-of-type, .hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
  z-index: 0;
  filter: saturate(0.88);
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    160deg,
    rgba(31,27,22,0.15) 0%,
    rgba(31,27,22,0.55) 60%,
    rgba(4,100,52,0.35) 100%
  );
}
.hero-ribbon {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--accent);
  z-index: 3;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-bottom: clamp(56px, 8vh, 96px);
  padding-top: clamp(32px, 4vh, 56px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}
.hero-eyebrow {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.85);
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--accent);
}
.hero-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(72px, 9vw, 132px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 14ch;
  margin-bottom: 24px;
}
.hero-sub {
  color: rgba(255,255,255,0.82);
  font-size: clamp(16px, 1.6vw, 20px);
  max-width: 52ch;
  margin-bottom: 32px;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}
.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-trust-chips li { list-style: none; }
.hero-trust-chips .trust-chip {
  background: rgba(4,100,52,0.22);
  color: rgba(255,255,255,0.95);
  border: 1px solid rgba(255,255,255,0.15);
}

/* ============================================================
   MARQUEE STRIP
   ============================================================ */
.marquee-wrap {
  overflow: hidden;
  padding: 16px 0;
  border-top: 1px solid var(--border-mid);
  border-bottom: 1px solid var(--border-mid);
  background: var(--canvas-mid);
  position: relative;
  z-index: 1;
}
.marquee-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
}
.marquee-wrap: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, 18px);
  line-height: 1.2;
  color: var(--ink-mid);
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.marquee-item span {
  color: var(--primary);
}
@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-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

/* ============================================================
   SERVICES BENTO
   ============================================================ */
.services {
  background: var(--canvas);
}
.services .section-eyebrow { display: block; margin-bottom: 14px; }
.services .section-inner > h2 {
  font-size: clamp(36px, 5vw, 64px);
  margin-bottom: 8px;
  max-width: 18ch;
}
.services-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.service-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(4,100,52,0.22);
  text-decoration: none;
  color: var(--ink);
}
.service-card-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.service-card-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  /* mounted print border — the unique move */
  outline: 12px solid var(--sand-mount);
  outline-offset: -12px;
  transition: transform 400ms ease;
}
.service-card:hover .service-card-img-wrap img { transform: scale(1.04); }
.service-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(31,27,22,0.28) 100%);
  pointer-events: none;
}
.service-card-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.service-card-num {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
}
.service-card-body h3 {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.1;
  color: var(--ink);
}
.service-card-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.55;
  flex: 1;
}
.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
.service-card-link::after {
  content: '→';
  transition: transform 200ms;
}
.service-card:hover .service-card-link::after { transform: translateX(3px); }

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

/* ============================================================
   GALLERY PREVIEW (index page)
   ============================================================ */
.gallery-preview {
  background: var(--surface);
}
.gallery-preview .section-eyebrow { display: block; margin-bottom: 14px; }
.gallery-preview .section-inner > h2 { margin-bottom: 32px; }
.gallery-feature {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: clamp(280px, 40vw, 560px);
}
.gallery-feature > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  /* mounted print border */
  outline: 12px solid var(--sand-mount);
  outline-offset: -12px;
  max-height: none;
}
.gallery-feature-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(31,27,22,0.7) 100%);
  z-index: 1;
}
.gallery-feature-body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.gallery-feature-body a {
  flex-shrink: 0;
}
.gallery-feature-text { color: #fff; }
.gallery-feature-text h3 {
  color: #fff;
  font-size: clamp(22px, 3vw, 36px);
}
.gallery-label {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.7);
  margin-bottom: 8px;
}

/* ============================================================
   GALLERY PAGE
   ============================================================ */
.gallery-section {
  background: var(--canvas);
}
.gallery-inner {
  max-width: var(--wide-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-block: var(--section-py);
}
.gallery-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
.gallery-section-title {
  font-size: clamp(36px, 5vw, 64px);
}
.gallery-count {
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  color: var(--muted);
}
.filter-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-mid);
  background: var(--surface);
  color: var(--muted);
  cursor: pointer;
  transition: background 150ms, color 150ms, border-color 150ms;
}
.filter-pill.active,
.filter-pill:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.pill-count {
  background: rgba(255,255,255,0.25);
  border-radius: var(--radius-pill);
  font-size: 11px;
  padding: 1px 7px;
}
.filter-pill:not(.active) .pill-count {
  background: var(--canvas-mid);
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-card {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
  grid-column: auto;
  width: auto;
  max-width: 100%;
}
.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px -14px rgba(4,100,52,0.2);
}
.photo-mount {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.photo-mount img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  /* the mounted print unique move */
  outline: 12px solid var(--sand-mount);
  outline-offset: -12px;
  transition: transform 400ms ease;
}
.gallery-card:hover .photo-mount img { transform: scale(1.04); }
.card-category-tag {
  position: absolute;
  bottom: 10px; left: 10px;
  background: var(--primary);
  color: #fff;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
}
.gallery-card-body {
  padding: 18px 20px 20px;
}
.gallery-card-body h3 {
  font-size: clamp(16px, 1.6vw, 20px);
  margin-bottom: 6px;
}
.card-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 12px;
}
.card-divider {
  height: 1px;
  background: var(--border);
  margin-bottom: 12px;
}
.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
}
.meta-item svg { width: 14px; height: 14px; }
.meta-licensed { color: var(--primary); }

#no-results {
  display: none;
  text-align: center;
  padding: 64px 0;
  color: var(--muted);
  font-size: 17px;
  grid-column: 1 / -1;
}

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

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews, .reviews-strip {
  background: var(--surface);
}
.reviews .section-eyebrow, .reviews-strip .eyebrow { display: block; }
.reviews .section-inner > h2 { margin-bottom: 8px; }
.reviews-header { text-align: center; margin-bottom: 48px; }
.reviews-header h2 { font-size: clamp(32px, 4.5vw, 56px); }
.reviews-header-sub {
  color: var(--muted);
  font-size: 17px;
  margin-top: 12px;
}
.reviews-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-block: var(--section-py);
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.review-card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--canvas);
  border: 1px solid var(--border);
}
.review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
}
.review-stars svg { width: 18px; height: 18px; color: var(--accent); fill: var(--accent); }
.review-quote-mark {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 64px;
  line-height: 0.6;
  color: var(--primary-tint);
  color: var(--primary);
  opacity: 0.2;
  margin-bottom: 8px;
  height: 28px;
  overflow: hidden;
}
.review-quote-mark::before { content: '\201C'; }
.review-quote {
  font-family: 'DM Serif Display', Georgia, serif;
  font-style: italic;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 18px;
}
.review-attribution, .review-attr {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.review-attribution strong, .review-attr strong {
  color: var(--ink);
  font-weight: 600;
}
.review-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

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

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  background: var(--canvas);
}
.faq .section-eyebrow { display: block; margin-bottom: 14px; }
.faq .section-inner > h2 { margin-bottom: 40px; }
.faq-list {
  max-width: 800px;
}
details.faq-list > details,
.faq-list > details {
  border-bottom: 1px solid var(--border-mid);
  padding: 0;
}
.faq-list > details > summary,
.faq-list details summary {
  cursor: pointer;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.35;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
}
.faq-list details summary::-webkit-details-marker { display: none; }
.faq-chevron {
  width: 22px !important;
  height: 22px !important;
  color: var(--muted);
  flex-shrink: 0;
  transition: transform 250ms ease, color 200ms;
}
.faq-list details[open] summary .faq-chevron {
  transform: rotate(180deg);
  color: var(--primary);
}
.faq-answer {
  padding-bottom: 22px;
  font-size: 16px;
  line-height: 1.68;
  color: var(--ink-mid);
  max-width: 72ch;
}

/* ============================================================
   CONTACT SECTION (index page)
   ============================================================ */
.contact {
  background: var(--surface);
}
.contact .section-eyebrow { display: block; margin-bottom: 14px; }
.contact .section-inner > h2 { margin-bottom: 40px; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-field, .form-group { display: flex; flex-direction: column; gap: 6px; }
.form-label, .form-field label, .form-group label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-mid);
}
.form-input, .form-field input, .form-group input,
.form-field textarea, .form-group textarea,
.form-field select, .form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border-mid);
  border-radius: 8px;
  background: var(--canvas);
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 450;
  outline: none;
  transition: border-color 150ms, box-shadow 150ms;
  appearance: none;
}
.form-input:focus, .form-field input:focus, .form-group input:focus,
.form-field textarea:focus, .form-group textarea:focus,
.form-field select:focus, .form-group select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-tint);
}
.form-textarea, .form-field textarea, .form-group textarea {
  min-height: 128px;
  resize: vertical;
}
.form-note {
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  margin-top: 8px;
}
.contact-info { display: flex; flex-direction: column; gap: 0; }
.contact-info-block {
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.contact-info-block:last-child { border-bottom: none; }
.contact-info-block h4 {
  font-size: 13px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--muted);
  margin-bottom: 6px;
}
.contact-info-block a {
  font-size: 17px;
  color: var(--ink);
  font-weight: 500;
}
.contact-info-block p {
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.6;
}
.emergency-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(220,40,40,0.10);
  color: #c62828;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.emergency-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #c62828;
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

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

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-section {
  background: var(--canvas);
}
.contact-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-block: var(--section-py);
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: start;
}
.contact-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contact-form-wrap .section-eyebrow { display: block; margin-bottom: 10px; }
.contact-form-wrap h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  margin-bottom: 10px;
}
.form-intro {
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 28px;
  line-height: 1.6;
}
.contact-info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  position: sticky;
  top: calc(var(--header-height) + 24px);
}
.info-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  display: block;
  margin-bottom: 6px;
}
.info-value {
  font-size: 16px;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.55;
}
.info-value a { color: var(--ink); font-weight: 600; }
.info-value a:hover { color: var(--primary); }
.info-divider {
  height: 1px;
  background: var(--border);
  margin: 16px 0;
}
.info-item { display: flex; flex-direction: column; gap: 6px; }
.info-phone-link {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 28px;
  color: var(--primary);
  text-decoration: none;
  display: inline-block;
  margin-top: 4px;
}
.info-phone-link:hover { text-decoration: underline; text-decoration-thickness: 2px; }
.service-area-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.area-chip {
  display: inline-block;
  background: var(--canvas-mid);
  color: var(--ink-mid);
  font-size: 12px;
  font-weight: 600;
  font-family: 'Inter Tight', sans-serif;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}
.trust-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }

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

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: clamp(240px, 38vh, 420px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--ink);
}
.page-header > img {
  filter: saturate(0.82);
}
.page-header-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(31,27,22,0.3) 0%,
    rgba(31,27,22,0.62) 100%
  );
}
.page-header-inner {
  position: relative; z-index: 2;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-bottom: clamp(40px, 6vh, 64px);
  padding-top: 32px;
}
.page-header-inner h1 {
  color: #fff;
  font-size: clamp(40px, 6vw, 80px);
  margin-bottom: 10px;
}
.page-header-eyebrow {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.7);
  margin-bottom: 12px;
}
.page-header-eyebrow a { color: rgba(255,255,255,0.7); }
.page-header-eyebrow a:hover { color: #fff; }
.page-header-sub {
  color: rgba(255,255,255,0.78);
  font-size: clamp(15px, 1.5vw, 18px);
  margin-top: 8px;
  max-width: 56ch;
}
.page-eyebrow {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.7);
  margin-bottom: 12px;
}

/* ============================================================
   SERVICE FEATURE (services.html)
   ============================================================ */
.services-index {
  background: var(--canvas-mid);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: var(--header-height);
  z-index: 100;
}
.services-index-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.services-index-inner::-webkit-scrollbar { display: none; }
.services-index-inner a {
  display: inline-block;
  padding: 16px 20px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 150ms, border-color 150ms;
}
.services-index-inner a:hover { color: var(--primary); border-bottom-color: var(--primary); }
.service-index-link { /* same as above */ }

.service-feature {
  background: var(--canvas);
}
.service-feature:nth-child(even) { background: var(--surface); }
.service-feature-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-block: var(--section-py);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.service-feature-inner.reverse .service-photo-wrap { order: 2; }
.service-feature-inner.reverse .service-body { order: 1; }
.service-photo-wrap { position: relative; }
.service-photo-frame {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  position: relative;
}
.service-photo-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  /* mounted print border */
  outline: 12px solid var(--sand-mount);
  outline-offset: -12px;
}
.service-feature:nth-child(even) .service-photo-frame img {
  outline-color: var(--surface);
}
.service-body { display: flex; flex-direction: column; gap: 16px; }
.service-body h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.0;
}
.service-body .eyebrow {
  font-size: 11px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 4px;
}
.service-h2 { font-size: clamp(28px, 4vw, 48px); }
.service-p {
  font-size: 16px;
  line-height: 1.68;
  color: var(--ink-mid);
}
.service-bullets {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
}
.service-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.5;
}
.service-bullets li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
  margin-top: 7px;
}

@media (max-width: 900px) {
  .service-feature-inner { grid-template-columns: 1fr; }
  .service-feature-inner.reverse .service-photo-wrap { order: 0; }
  .service-feature-inner.reverse .service-body { order: 0; }
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--primary);
  position: relative;
  overflow: hidden;
}
.cta-banner > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.18;
  z-index: 0;
  filter: grayscale(100%);
  max-height: none;
}
.cta-banner-bg { position: absolute; inset: 0; z-index: 0; }
.cta-banner-bg-tint {
  position: absolute; inset: 0; z-index: 1;
  background: rgba(4,100,52,0.92);
}
.cta-banner-inner {
  position: relative; z-index: 2;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-block: clamp(72px, 10vh, 112px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.cta-banner-inner h2 { color: #fff; font-size: clamp(36px, 5vw, 64px); }
.cta-banner-eyebrow { color: rgba(255,255,255,0.75); }
.cta-banner-sub {
  color: rgba(255,255,255,0.82);
  font-size: clamp(16px, 1.6vw, 19px);
  max-width: 56ch;
  line-height: 1.65;
}
.cta-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.cta-banner-copy { display: flex; flex-direction: column; gap: 12px; }
.cta-banner-text { display: flex; flex-direction: column; gap: 12px; }
.cta-banner-text .section-eyebrow { color: rgba(255,255,255,0.75); }
.cta-banner-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  color: #fff;
  text-decoration: none;
}
.cta-phone-display {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(22px, 3vw, 36px);
  color: #fff;
}
.cta-phone-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.65);
  margin-bottom: 4px;
  display: block;
}
.display-heading {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.display-heading-light { color: #fff; }

/* ============================================================
   ABOUT — FOUNDER STORY
   ============================================================ */
.founder-story {
  background: var(--canvas);
}
.founder-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-block: var(--section-py);
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(48px, 6vw, 80px);
  align-items: start;
}
.portrait-col {
  position: relative;
}
.portrait-img, .portrait-col > img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--radius);
  max-height: none;
  /* mounted print border */
  outline: 12px solid var(--sand-mount);
  outline-offset: -12px;
  filter: saturate(0.9) sepia(0.08);
  display: block;
}
.portrait-accent-block {
  position: absolute;
  bottom: -20px; right: -20px;
  width: 80px; height: 80px;
  background: var(--accent);
  border-radius: 8px;
  z-index: -1;
}
.portrait-stat {
  position: absolute;
  bottom: 20px; left: 20px;
  background: var(--primary);
  color: #fff;
  padding: 16px 20px;
  border-radius: 8px;
  text-align: center;
}
.portrait-stat-num {
  display: block;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 36px;
  line-height: 1.0;
  color: #fff;
}
.portrait-stat-label {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.8);
  margin-top: 4px;
}
.founder-text { display: flex; flex-direction: column; gap: 20px; }
.founder-text h2 { font-size: clamp(32px, 4.5vw, 56px); }
.body-copy {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.72;
  color: var(--ink-mid);
}
.drop-cap::first-letter {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 4em;
  line-height: 0.78;
  float: left;
  margin-right: 10px;
  color: var(--primary);
  padding-top: 6px;
}

@media (max-width: 900px) {
  .founder-inner { grid-template-columns: 1fr; }
  .portrait-col { max-width: 360px; margin-inline: auto; }
}

/* ============================================================
   VALUES SECTION
   ============================================================ */
.values-section {
  background: var(--surface);
}
.values-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-block: var(--section-py);
}
.values-header { margin-bottom: 48px; }
.values-header h2 { font-size: clamp(32px, 4.5vw, 56px); margin-top: 14px; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.value-card {
  background: var(--canvas);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
  position: relative;
}
.value-card-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  border-radius: 2px 2px 0 0;
}
.bar-green { background: var(--green-bar); }
.bar-yellow { background: var(--yellow-bar); }
.bar-green-mid { background: var(--green-mid-bar); }
.bar-yellow-mid { background: var(--yellow-mid-bar); }
.value-icon {
  width: 44px; height: 44px;
  background: var(--primary-tint);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.value-icon svg { width: 24px; height: 24px; color: var(--primary); }
.value-icon-yellow { background: rgba(244,226,58,0.20); }
.value-icon-yellow svg { color: #b8970c; }
.value-card h3 { font-size: 20px; line-height: 1.1; }
.value-title { font-size: 18px; }
.value-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}

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

/* ============================================================
   JOURNEY TIMELINE
   ============================================================ */
.journey-section {
  background: var(--canvas);
}
.journey-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-block: var(--section-py);
}
.journey-header { margin-bottom: 56px; }
.journey-header h2 { font-size: clamp(32px, 4.5vw, 56px); margin-top: 14px; }
.journey-grid {
  display: grid;
  grid-template-columns: 2px repeat(4, 1fr);
  gap: 0 32px;
  position: relative;
}
.journey-line {
  grid-column: 1;
  grid-row: 1;
  background: var(--border-mid);
  width: 2px;
  display: none; /* horizontal line handled via pseudo */
}
.journey-grid::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 0; right: 0;
  height: 2px;
  background: var(--border-mid);
}
.journey-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 0;
  grid-column: auto;
}
.step-dot {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--canvas);
  border: 2px solid var(--border-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.step-dot-inner {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--primary);
}
.step-label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-top: 16px;
}
.journey-step h3 { font-size: 18px; }
.step-title { font-size: 18px; }
.step-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .journey-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .journey-grid::before { display: none; }
  .journey-line { display: none; }
}
@media (max-width: 640px) {
  .journey-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.75);
}
.footer-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-block: clamp(56px, 8vh, 80px);
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: clamp(32px, 4vw, 56px);
}
.footer-grid {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-block: clamp(56px, 8vh, 80px);
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: clamp(32px, 4vw, 56px);
}
.footer-brand img { margin-bottom: 16px; }
.footer-brand-img { margin-bottom: 16px; }
.footer-brand-name {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
}
.footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.55);
  margin-bottom: 12px;
}
.footer-lic, .footer-license {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  line-height: 1.6;
}
.footer-lic a, .footer-license a { color: rgba(255,255,255,0.5); }
.footer-col-head, .footer-col-title {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
  display: block;
}
.footer-col h5, .footer-col h4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
}
.footer-links, .footer-link-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.footer-links li a, .footer-link-list li a {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 150ms;
}
.footer-links li a:hover, .footer-link-list li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-contact-col, .footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
}
.footer-contact-item a { color: rgba(255,255,255,0.75); }
.footer-contact-item a:hover { color: #fff; }
.footer-contact-icon, .footer-contact-item svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--primary); margin-top: 1px; }
.footer-contact-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 3px;
}
.footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
}
.footer-contact-row svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--primary); }
.footer-contact-row a { color: rgba(255,255,255,0.75); }
.footer-contact-row a:hover { color: #fff; }
.footer-contact-line {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
}
.footer-contact-line a { color: rgba(255,255,255,0.75); }
.footer-contact-line a:hover { color: #fff; }
.footer-divider {
  height: 1px;
  background: rgba(255,255,255,0.1);
  max-width: var(--content-max);
  margin-inline: auto;
  margin-left: clamp(20px, 4vw, 48px);
  margin-right: clamp(20px, 4vw, 48px);
}
.footer-bottom {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-block: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  padding-block: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer-copy, .footer-bottom-text, .footer-legal {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}
.footer-accent { color: var(--accent); }
.footer-badge {
  display: inline-block;
  background: var(--primary-tint);
  color: var(--primary);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 4px;
}
.footer-socials { display: flex; gap: 10px; margin-top: 12px; }
.footer-social-btn {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 150ms, color 150ms;
}
.footer-social-btn svg { width: 18px; height: 18px; }
.footer-social-btn:hover { background: var(--primary); color: #fff; text-decoration: none; }
.footer-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.75);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  margin-top: 8px;
}
.footer-phone-link svg { width: 18px; height: 18px; }
.footer-phone-link:hover { color: #fff; text-decoration: none; }

@media (max-width: 900px) {
  .footer-inner, .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .footer-inner, .footer-grid {
    grid-template-columns: 1fr;
  }
}

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

@media (max-width: 900px) {
  .mobile-call-pill, .mobile-cta-pill, .mobile-call-fab { display: flex; }
  .mobile-cta a { display: flex; }
}

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

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

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

.scale-in {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 550ms cubic-bezier(0.22,1,0.36,1), transform 550ms cubic-bezier(0.22,1,0.36,1);
}
.scale-in.visible { opacity: 1; transform: scale(1); }

.stagger > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 550ms cubic-bezier(0.22,1,0.36,1), transform 550ms cubic-bezier(0.22,1,0.36,1);
}
.stagger.visible > * { opacity: 1; transform: translateY(0); }
.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; }

/* ============================================================
   UNIQUE MOVE — MOUNTED PRINT PHOTOS
   ============================================================ */
.mounted {
  outline: 12px solid var(--sand-mount);
  outline-offset: -12px;
}
/* Grayscale photo treatment to unify all photography */
.gallery-card .photo-mount img,
.review-card img,
.service-card-img-wrap img {
  filter: saturate(0.88) sepia(0.06);
}

/* ============================================================
   MISC / UTILITY
   ============================================================ */
.section-title { font-size: clamp(36px, 5vw, 64px); }
.contact-big-phone {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(28px, 4vw, 48px);
  color: var(--primary);
  text-decoration: none;
  display: inline-block;
}
.contact-big-phone:hover { text-decoration: underline; text-decoration-thickness: 2px; }

/* ============================================================
   PRINT-SAFE
   ============================================================ */
@media print {
  .site-header, .mobile-call-pill, .mobile-cta-pill,
  .mobile-call-fab, .mobile-cta { display: none !important; }
  body { background: #fff; color: #000; }
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.contact-form { grid-column: 1 / -1; }
.contact-info { grid-column: 1 / -1; }
.form-field { grid-column: 1 / -1; }
.footer-brand { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.footer-contact-col { grid-column: 1 / -1; }
.footer-grid { grid-column: 1 / -1; }
.footer-bottom { grid-column: 1 / -1; }
.founder-text { grid-column: 1 / -1; }
.form-group { grid-column: 1 / -1; }
/* validator patch: cap unsized SVGs in layout cells */
.footer-contact-icon { width: 24px; height: 24px; max-width: 32px; max-height: 32px; }
/* 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; }
