@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:        #E58325;
  --primary-tint:   rgba(229, 131, 37, 0.12);
  --primary-dark:   #c96e18;
  --accent:         #855428;
  --accent-tint:    rgba(133, 84, 40, 0.10);
  --canvas:         #F4EFE6;
  --canvas-warm:    #EDE7D9;
  --surface:        #FFFFFF;
  --ink:            #1F1B16;
  --ink-mid:        #3D3830;
  --muted:          #7A7268;
  --border:         rgba(31, 27, 22, 0.10);
  --border-mid:     rgba(31, 27, 22, 0.16);
  --mount-border:   #F4EFE6;
  --mount-width:    12px;
  --shadow-card:    0 2px 16px rgba(31,27,22,0.07);
  --shadow-float:   0 18px 48px -12px rgba(31,27,22,0.22);
  --radius:         12px;
  --radius-pill:    999px;
  --btn-radius:     10px;
  --section-py:     clamp(96px, 12vh, 152px);
  --header-height:  72px;
}

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

/* ─── GLOBAL IMAGE CAP (MANDATORY) ──────────────────────────────────────── */
img { max-width: 100%; height: auto; display: block; }

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

.nav img, header img, .header img, .nav-logo img, .logo img {
  max-height: 64px !important;
  max-width: 220px !important;
  width: auto !important;
  align-self: flex-start !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

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

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

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

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

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

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

/* ─── HEADING ANCHOR RESET ───────────────────────────────────────────────── */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}

/* ─── 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-font-smoothing: antialiased;
}

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

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

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

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

p { line-height: 1.7; }

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

/* Eyebrow label */
.eyebrow,
.section-eyebrow,
.page-eyebrow,
.page-header-eyebrow,
.cta-banner-eyebrow,
.info-card-eyebrow,
.service-panel-eyebrow {
  display: inline-block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 10px;
}

.eyebrow-bar {
  display: block;
  width: 36px;
  height: 2px;
  background: var(--primary);
  margin: 6px 0 20px;
}

/* ─── LAYOUT CONTAINERS ──────────────────────────────────────────────────── */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

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

/* ─── SCROLL PROGRESS ────────────────────────────────────────────────────── */
#scroll-progress,
#scrollProgress,
#scrollBar,
#progress-bar,
.scroll-progress,
.scroll-bar {
  position: fixed; top: 0; left: 0; z-index: 9999;
  height: 3px; width: 0%;
  background: var(--primary);
  transition: width 60ms 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 {
  height: var(--header-height);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-logo {
  flex: 0 0 auto;
  text-decoration: none;
}
.nav-logo img {
  max-height: 44px;
  max-width: 200px;
  width: auto;
  object-fit: contain;
}

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

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

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

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

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-pages {
    display: none;
    position: absolute;
    top: var(--header-height);
    left: 0; right: 0;
    flex-direction: column;
    background: var(--canvas);
    padding: 24px;
    gap: 8px;
    border-bottom: 1px solid rgba(31,27,22,0.08);
    z-index: 890;
    justify-content: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-pages li { width: 100%; }
  .nav-pages a { font-size: 17px; padding: 10px 0; width: 100%; }
  .nav-cta span { display: none; }
}

/* ─── BUTTONS ─────────────────────────────────────────────────────────────── */
.btn,
.btn-primary,
.btn-submit,
button[type="submit"],
.cta-form button {
  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(--btn-radius);
  border: none;
  cursor: pointer;
  transition: filter 180ms, transform 180ms;
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary,
.btn-submit,
button[type="submit"],
.cta-form button {
  background: var(--primary);
  color: var(--surface);
}
.btn-primary:hover,
.btn-submit:hover { filter: brightness(0.92); transform: translateY(-1px); color: var(--surface); text-decoration: none; }

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

/* ─── FORMS ───────────────────────────────────────────────────────────────── */
.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

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

.form-field input,
.form-field textarea,
.form-field select,
.cta-form input,
.cta-form textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 450;
  padding: 12px 16px;
  border: 1.5px solid var(--border-mid);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  outline: none;
  transition: border-color 150ms;
  width: 100%;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus,
.cta-form input:focus,
.cta-form textarea:focus {
  border-color: var(--primary);
}

.form-field textarea,
.cta-form textarea { min-height: 120px; resize: vertical; }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-field.full { grid-column: 1 / -1; }

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

.form-submit { margin-top: 8px; }
.form-note { font-size: 12px; color: var(--muted); margin-top: 6px; }

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

/* ─── PHOTO MOUNT TREATMENT (unique move) ────────────────────────────────── */
.photo-mount,
.photo-frame,
.about-photo-wrap,
.about-photo-col .photo-frame,
.service-panel-photo.photo-mount,
.founder-portrait-col .photo-frame {
  position: relative;
}

.photo-mount > img,
.photo-frame > img,
.about-photo-wrap > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius) - 2px);
  box-shadow: inset 0 0 0 var(--mount-width) var(--mount-border);
  outline: var(--mount-width) solid var(--mount-border);
  outline-offset: calc(-1 * var(--mount-width));
}

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

#hero.hero > img:first-of-type,
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; 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.18) 0%,
    rgba(31,27,22,0.55) 55%,
    rgba(229,131,37,0.35) 100%
  );
}

.hero-ribbon {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(31,27,22,0.72) 0%, transparent 52%);
}

.hero-inner {
  position: relative; z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(48px, 8vh, 96px) clamp(20px, 4vw, 56px);
  padding-top: clamp(120px, 18vh, 160px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

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

.hero-sub {
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 450;
  color: rgba(244,239,230,0.90);
  max-width: 52ch;
  line-height: 1.55;
  margin-bottom: 36px;
}

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

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

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

.trust-chip svg { width: 14px; height: 14px; flex-shrink: 0; }

@media (max-width: 640px) {
  #hero.hero { min-height: 85vh; }
  .hero-title, .hero-inner h1 { font-size: clamp(52px, 13vw, 80px); }
  .hero-ctas { flex-direction: column; width: 100%; }
  .hero-ctas .btn, .hero-ctas a { width: 100%; justify-content: center; }
}

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

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

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  background: var(--primary-tint);
  padding: 8px 16px;
  border-radius: var(--radius-pill);
}
.trust-badge svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; }

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

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

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

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

.marquee-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}

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

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

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

.section-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 18ch;
  margin-bottom: 16px;
}

.section-sub {
  font-size: clamp(15px, 1.6vw, 18px);
  color: var(--muted);
  max-width: 58ch;
  line-height: 1.65;
}

/* Services subpage */
.services-intro {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(56px, 8vh, 96px) clamp(20px, 4vw, 56px) 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
}

.services-intro-left { }
.services-intro-left .section-eyebrow { margin-bottom: 8px; }
.section-heading {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.services-intro-lead {
  font-size: clamp(16px, 1.7vw, 19px);
  color: var(--muted);
  line-height: 1.65;
  max-width: 52ch;
  align-self: end;
}

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

/* Tab strip */
.services-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  padding: 0 clamp(20px, 4vw, 56px);
}

/* when inside .container */
.container .services-tabs { padding: 0; }

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

.service-tab:hover {
  background: var(--primary-tint);
  color: var(--primary);
}

.service-tab.active {
  background: var(--primary);
  color: var(--surface);
}

/* Panels */
.services-panels {
  padding: 0 clamp(20px, 4vw, 56px);
}
.container .services-panels { padding: 0; }

.service-panel {
  display: none;
  grid-template-columns: 45% 1fr;
  gap: 40px;
  align-items: start;
  min-height: 480px;
}

.service-panel.active { display: grid; }

.service-panel-photo {
  position: relative;
  height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--canvas-warm);
}

/* Mounted print treatment on service panels */
.service-panel-photo.photo-mount {
  box-shadow: inset 0 0 0 var(--mount-width) var(--mount-border);
  outline: var(--mount-width) solid var(--mount-border);
  outline-offset: calc(-1 * var(--mount-width));
}

.service-panel-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
}

.service-panel-body {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.service-panel-body h3 {
  font-size: clamp(28px, 3.5vw, 40px);
  margin-bottom: 20px;
  margin-top: 8px;
}

.service-panel-body p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 16px;
  font-size: 16px;
}

.service-panel-body a.btn-primary,
.service-panel-body a {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  background: var(--primary);
  color: var(--surface);
  padding: 14px 28px;
  border-radius: var(--btn-radius);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  width: fit-content;
  transition: filter 180ms;
}
.service-panel-body a:hover { filter: brightness(0.92); text-decoration: none; color: var(--surface); }

@media (max-width: 900px) {
  .service-panel { grid-template-columns: 1fr; min-height: auto; }
  .service-panel-photo { height: 260px; }
  .services-tabs { padding: 0; }
  .services-panels { padding: 0; }
}

/* ─── GALLERY (index page) ────────────────────────────────────────────────── */
.gallery {
  background: var(--surface);
  padding: var(--section-py) 0;
}

.gallery-intro {
  margin-bottom: 40px;
}

.gallery-intro .section-eyebrow { margin-bottom: 8px; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
  margin-bottom: 40px;
}

/* Tall tile spans 2 rows */
.gallery-tile.tall {
  grid-row: span 2;
  aspect-ratio: auto;
}
.gallery-tile.tall img { height: 100%; max-height: 100%; object-fit: cover; }

/* Override the shared gallery-tile aspect ratio for tall */
.gallery-grid > .gallery-tile.tall { aspect-ratio: auto; height: 100%; }

.gallery-tile {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
  cursor: pointer;
}

/* Mounted print treatment on gallery tiles */
.gallery-tile {
  box-shadow: inset 0 0 0 var(--mount-width) var(--mount-border);
  outline: var(--mount-width) solid var(--mount-border);
  outline-offset: calc(-1 * var(--mount-width));
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  max-height: none;
}

.gallery-tile:hover img { transform: scale(1.04); }

.gallery-view-all {
  text-align: center;
}

.gallery-view-all a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 4px;
  transition: opacity 180ms;
}

.gallery-view-all a:hover { opacity: 0.75; text-decoration: none; }

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

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

/* ─── GALLERY PAGE ────────────────────────────────────────────────────────── */
.gallery-section {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

.gallery-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}

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

/* Gallery cards (gallery.html) */
#gallery-grid.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: var(--shadow-float);
}

.gallery-card-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  box-shadow: inset 0 0 0 var(--mount-width) var(--mount-border);
  outline: var(--mount-width) solid var(--mount-border);
  outline-offset: calc(-1 * var(--mount-width));
}

.gallery-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: saturate(0.88);
  transition: transform 500ms ease, filter 300ms;
}

.gallery-card:hover .gallery-card-photo img {
  transform: scale(1.04);
  filter: saturate(1);
}

.gallery-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--primary);
  color: var(--surface);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  z-index: 2;
}

.gallery-card-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  background: rgba(31,27,22,0.65);
  color: var(--surface);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  z-index: 2;
}

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

.gallery-card-body h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.gallery-card-location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}
.gallery-card-location svg { width: 12px; height: 12px; flex-shrink: 0; }

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

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

.gallery-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.gallery-meta-item svg { width: 13px; height: 13px; flex-shrink: 0; }

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

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

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

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

.service-areas-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  align-items: start;
  margin-top: 40px;
}

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

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

.areas-callout {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid var(--border);
}

.areas-callout-number {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 64px;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 4px;
}

.areas-callout-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: 16px;
}

.areas-callout p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.areas-callout a {
  display: inline-flex;
  background: var(--primary);
  color: var(--surface);
  padding: 12px 24px;
  border-radius: var(--btn-radius);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: filter 180ms;
}
.areas-callout a:hover { filter: brightness(0.92); text-decoration: none; color: var(--surface); }

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

.area-chip-mini {
  display: inline-flex;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--primary);
  background: var(--primary-tint);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
}

.service-areas-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

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

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

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

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

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

details.fade-up > summary,
.faq-inner details > summary,
.faq-list details > summary {
  cursor: pointer;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: clamp(15px, 1.5vw, 17px);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  color: var(--ink);
  min-height: 64px;
  gap: 16px;
  transition: color 150ms;
}

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

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

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

details.fade-up > summary::after,
.faq-inner details:not([class]) > summary::after,
.faq-list details:not([class]) > summary::after {
  content: none;
}

/* For summaries without an explicit svg, use CSS "+/-" */
details.faq > summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  transition: transform 200ms;
  color: var(--primary);
  flex-shrink: 0;
}
details.faq[open] > summary::after {
  transform: rotate(45deg);
}

details p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
  padding-bottom: 22px;
  max-width: 72ch;
}

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

.contact-section {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

.contact-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 56px;
  align-items: start;
}

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

.contact-form-wrap .section-eyebrow { margin-bottom: 6px; }
.contact-form-wrap h2 {
  font-size: clamp(32px, 4vw, 52px);
  margin-bottom: 8px;
}

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

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 32px;
}

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

/* Contact info panel (index) */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Contact info card (contact.html) */
.contact-info-card {
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-card-header { margin-bottom: 0; }
.info-card-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 4px;
}
.info-card-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 22px;
  color: var(--ink);
}

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

.info-block-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.info-block h4 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 18px;
  margin-bottom: 4px;
}

.info-block p, .info-block a {
  font-size: 15px;
  color: var(--ink-mid);
  line-height: 1.6;
}

.info-block a { color: var(--primary); }

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

.badge-24hr {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  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: var(--radius-pill);
  margin-top: 4px;
  width: fit-content;
}
.badge-24hr svg { width: 12px; height: 12px; }

.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 16px;
}
.hours-day { font-size: 14px; color: var(--muted); }
.hours-time { font-size: 14px; color: var(--ink); font-weight: 500; }

.free-estimate-note {
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  margin-top: 8px;
}

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

/* ─── PAGE HEADER (sub-pages) ─────────────────────────────────────────────── */
.page-header {
  position: relative;
  min-height: 40vh;
  max-height: 64vh;
  display: flex;
  align-items: flex-end;
  background: var(--ink);
}

.page-header > img:first-of-type,
.page-header-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  filter: saturate(0.80);
}

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

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

.page-header-inner h1 {
  font-size: clamp(48px, 7vw, 96px);
  color: var(--surface);
  max-width: 16ch;
  margin-bottom: 8px;
}

.page-header-eyebrow {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 12px;
}

.page-header-sub {
  font-size: clamp(15px, 1.8vw, 19px);
  color: rgba(244,239,230,0.85);
  max-width: 56ch;
}

.page-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 12px;
}

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

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

.cta-banner-inner {
  position: relative; z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.cta-banner-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 12px;
}

.cta-banner-heading,
.cta-banner h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  color: var(--surface);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.cta-banner-sub,
.cta-banner > .container > p,
.cta-banner-left p {
  font-size: 16px;
  color: rgba(244,239,230,0.75);
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 52ch;
}

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

.cta-banner-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-family: 'DM Serif Display', Georgia, serif;
  color: var(--surface);
  text-decoration: none;
}

.cta-banner-hours {
  font-size: 13px;
  color: rgba(244,239,230,0.55);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* contact.html cta-banner with simple container */
.cta-banner > .container {
  position: relative; z-index: 2;
  text-align: center;
}
.cta-banner > .container h2 { margin: 0 auto 20px; }
.cta-banner > .container .cta-banner-actions { justify-content: center; }

.cta-form {
  background: rgba(244,239,230,0.06);
  border: 1px solid rgba(244,239,230,0.15);
  border-radius: var(--radius);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cta-form-title {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(244,239,230,0.7);
  margin-bottom: 4px;
}

.cta-form input,
.cta-form textarea {
  background: rgba(255,255,255,0.08);
  border-color: rgba(244,239,230,0.2);
  color: var(--surface);
}
.cta-form input::placeholder,
.cta-form textarea::placeholder { color: rgba(244,239,230,0.4); }
.cta-form input:focus,
.cta-form textarea:focus { border-color: var(--primary); }

.cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--surface);
  font-size: 20px;
  font-family: 'DM Serif Display', Georgia, serif;
  text-decoration: none;
}
.cta-phone:hover { color: var(--primary); text-decoration: none; }

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

/* ─── FOUNDER STORY (about.html) ──────────────────────────────────────────── */
.founder-story {
  background: var(--canvas);
  padding: var(--section-py) 0;
}

.founder-story-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 72px;
  align-items: start;
}

.founder-portrait-col .photo-frame {
  border-radius: var(--radius);
  overflow: hidden;
  height: 560px;
}

.founder-portrait-col .photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: saturate(0.85);
  /* Mounted print treatment */
  outline: var(--mount-width) solid var(--mount-border);
  outline-offset: calc(-1 * var(--mount-width));
}

.founder-story-col {
  padding-top: 16px;
}

.founder-story-col .eyebrow { color: var(--primary); }
.founder-story-col h2 { margin: 8px 0 24px; }

.drop-cap::first-letter {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 4.2em;
  line-height: 0.78;
  float: left;
  margin: 4px 10px 0 0;
  color: var(--primary);
}

.founder-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.founder-chip {
  display: inline-flex;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  background: var(--primary-tint);
  padding: 7px 14px;
  border-radius: var(--radius-pill);
}

@media (max-width: 900px) {
  .founder-story-inner { grid-template-columns: 1fr; gap: 40px; }
  .founder-portrait-col .photo-frame { height: 340px; }
}

/* ─── VALUES SECTION ──────────────────────────────────────────────────────── */
.values-section {
  background: var(--surface);
  padding: var(--section-py) 0;
}

.values-header {
  margin-bottom: 48px;
}

.values-header .eyebrow { color: var(--primary); }
.values-header h2 { margin-top: 8px; }

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

.value-card {
  background: var(--canvas);
  border-radius: var(--radius);
  padding: 28px 24px;
  border: 1px solid var(--border);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}

.value-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-float);
}

.value-card-num {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 48px;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.5;
}

.value-card h3 { font-size: 20px; margin-bottom: 12px; }
.value-card p { font-size: 15px; color: var(--muted); line-height: 1.65; }

@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);
  padding: var(--section-py) 0;
}

.journey-header {
  margin-bottom: 56px;
}
.journey-header .eyebrow { color: var(--primary); }
.journey-header h2 { margin-top: 8px; }

.journey-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.journey-connector {
  position: absolute;
  top: 20px;
  left: calc(12.5% + 20px);
  right: calc(12.5% + 20px);
  height: 2px;
  background: var(--border-mid);
  z-index: 0;
}

.journey-step {
  position: relative;
  z-index: 1;
  padding-top: 52px;
}

.journey-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  border: 4px solid var(--canvas);
  box-shadow: 0 0 0 2px var(--primary);
}

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

.journey-step h3 { font-size: 18px; margin-bottom: 8px; }
.journey-step p { font-size: 14px; color: var(--muted); line-height: 1.6; }

@media (max-width: 900px) {
  .journey-steps { grid-template-columns: 1fr 1fr; }
  .journey-connector { display: none; }
}
@media (max-width: 640px) {
  .journey-steps { grid-template-columns: 1fr; }
}

/* ─── CREW STRIP ──────────────────────────────────────────────────────────── */
.crew-strip {
  background: var(--ink);
  padding: clamp(64px, 9vh, 96px) 0;
}

.crew-strip-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.crew-quote blockquote {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(22px, 3vw, 34px);
  font-style: italic;
  line-height: 1.35;
  color: var(--surface);
  margin-bottom: 20px;
}

.crew-quote blockquote::before { content: '\201C'; }
.crew-quote blockquote::after  { content: '\201D'; }

.crew-quote cite {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--primary);
  font-style: normal;
}

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

.crew-stat { text-align: center; }

.crew-stat-num {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(40px, 5vw, 64px);
  color: var(--primary);
  line-height: 1;
  margin-bottom: 6px;
}

.crew-stat-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(244,239,230,0.55);
}

@media (max-width: 900px) {
  .crew-strip-inner { grid-template-columns: 1fr; gap: 40px; }
  .crew-stats { grid-template-columns: repeat(3, 1fr); }
}

/* ─── ABOUT SECTION (about.html section.about-section) ───────────────────── */
.about-section {
  background: var(--canvas-warm);
  padding: var(--section-py) 0;
}

.about-split {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 72px;
  align-items: center;
}

.about-photo-col .photo-frame {
  border-radius: var(--radius);
  overflow: hidden;
  height: 520px;
}

.about-photo-col .photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: saturate(0.85);
  outline: var(--mount-width) solid var(--mount-border);
  outline-offset: calc(-1 * var(--mount-width));
}

.about-text-col .eyebrow { color: var(--primary); }
.about-text-col h2 { margin-top: 8px; margin-bottom: 24px; }
.about-text-col p { color: var(--muted); line-height: 1.7; margin-bottom: 16px; }

.about-cta-row { margin-top: 28px; }

@media (max-width: 900px) {
  .about-split { grid-template-columns: 1fr; }
  .about-photo-col .photo-frame { height: 300px; }
}

/* ─── ABOUT (services.html inline about) ─────────────────────────────────── */
.about {
  background: var(--surface);
  padding: var(--section-py) 0;
}

.about-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: start;
}

.about-photo-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  height: 460px;
  outline: var(--mount-width) solid var(--mount-border);
  outline-offset: calc(-1 * var(--mount-width));
}

.about-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  filter: saturate(0.85);
}

.about-body {
  padding-top: 16px;
}
.about-body .section-eyebrow { color: var(--primary); }
.about-body h2 { margin: 8px 0 20px; }
.about-body p { color: var(--muted); margin-bottom: 14px; line-height: 1.7; }

.about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

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

/* ─── FOOTER ──────────────────────────────────────────────────────────────── */
.footer,
.site-footer {
  background: var(--ink);
  color: rgba(244,239,230,0.75);
  padding: clamp(64px, 8vh, 96px) 0 0;
}

.footer-inner,
.footer > .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.footer-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 260px 1fr 1fr 1fr;
  gap: 48px;
}

.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-brand img { filter: brightness(0) invert(1); opacity: 0.85; }
.footer-brand-logo img { filter: brightness(0) invert(1); opacity: 0.85; }
.footer-brand-name {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 20px;
  color: var(--surface);
}
.footer-tagline,
.footer-brand-tagline {
  font-size: 14px;
  color: rgba(244,239,230,0.55);
  line-height: 1.6;
}

.footer-col h4,
.footer-col h5,
.footer-col-title {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(244,239,230,0.4);
  margin-bottom: 16px;
}

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

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

.footer-col-muted {
  font-size: 13px;
  color: rgba(244,239,230,0.4);
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact-item,
.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(244,239,230,0.7);
}
.footer-contact-item svg,
.footer-contact-list li svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; }
.footer-contact-item a,
.footer-contact-list li a { color: rgba(244,239,230,0.7); text-decoration: none; }
.footer-contact-item a:hover,
.footer-contact-list li a:hover { color: var(--primary); text-decoration: none; }

.footer-phone-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--surface) !important;
}

.footer-areas {
  font-size: 13px;
  color: rgba(244,239,230,0.4);
  line-height: 1.7;
}

.footer-service-areas {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-service-areas li { font-size: 13px; color: rgba(244,239,230,0.55); }

.footer-license {
  font-size: 12px;
  color: rgba(244,239,230,0.35);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(48px, 6vh, 64px);
  padding: 20px clamp(20px, 4vw, 56px);
  border-top: 1px solid rgba(244,239,230,0.08);
  font-size: 13px;
  color: rgba(244,239,230,0.4);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

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

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

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

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

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

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

/* ─── ANIMATION UTILITIES ─────────────────────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.fade-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.fade-right {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.scale-in {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 550ms ease, transform 550ms ease;
}

.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; }
.stagger .fade-up:nth-child(7)  { transition-delay: 480ms; }
.stagger .fade-up:nth-child(8)  { transition-delay: 560ms; }

/* ─── SERVICE CARD HOVER ──────────────────────────────────────────────────── */
.service-card {
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.18);
}

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

.stat-num {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 400;
  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;
  font-weight: 600;
}

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

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

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

/* ─── REVIEW CARDS ────────────────────────────────────────────────────────── */
.review-card {
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(0,0,0,0.02);
}

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

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

.review-attribution {
  font-size: 13px;
  color: var(--muted);
  opacity: 0.75;
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.photo-mount { grid-column: 1 / -1; }
.form-field { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.services-intro-left { grid-column: 1 / -1; }
.services-intro-lead { grid-column: 1 / -1; }
.about-photo-wrap { grid-column: 1 / -1; }
.about-body { grid-column: 1 / -1; }
.journey-connector { grid-column: 1 / -1; }
.crew-stat { grid-column: 1 / -1; }
.footer-brand { grid-column: 1 / -1; }
.footer-col-contact { grid-column: 1 / -1; }
.hours-day { grid-column: 1 / -1; }
.hours-time { grid-column: 1 / -1; }
/* validator patch: hero must never crop its headline */
#hero, .hero { overflow: visible !important; }
:where(#hero, .hero) { padding-top: max(var(--header-height, 72px), 72px); }
