@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:        #D4BCA5;
  --accent:         #D4C4AC;
  --canvas:         #F4EFE6;
  --surface:        #FFFFFF;
  --ink:            #1F1B16;
  --muted:          #7A7268;
  --ink-mid:        #3D3830;
  --primary-tint:   rgba(212,188,165,0.12);
  --primary-tint-20: rgba(212,188,165,0.20);
  --primary-tint-35: rgba(212,188,165,0.35);
  --ink-hairline:   rgba(31,27,22,0.08);
  --ink-divider:    rgba(31,27,22,0.12);
  --border:         rgba(31,27,22,0.10);
  --mounted-border: #F4EFE6;
  --header-height:  72px;
  --radius:         12px;
  --radius-btn:     10px;
  --section-py:     clamp(96px, 12vh, 152px);
  --content-max:    1240px;
  --wide-max:       1400px;
}

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

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

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

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

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

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

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

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

/* Anchor heading rule */
h1 a, h2 a, h3 a, .hero-title a, .hero-eyebrow a, .hero-sub a {
  color: inherit; text-decoration: none; border-bottom: 0;
}

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

h1 { font-size: clamp(40px, 5.5vw, 72px); }
h2 { font-size: clamp(36px, 5vw, 64px); }
h3 { font-size: clamp(22px, 2.8vw, 36px); }
h4 { font-size: clamp(18px, 2vw, 26px); }
h5 { font-size: 14px; font-family: 'Inter Tight', sans-serif; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }

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

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

/* ============================================================
   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); }
.bleed { width: 100%; }

/* Section eyebrow */
.section-eyebrow {
  display: inline-block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.eyebrow-line, .section-eyebrow-line {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--primary);
  margin-bottom: 16px;
  border-radius: 2px;
}
.section-heading, .section-headline, .section-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

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

.btn-primary, .btn-cta-primary {
  background: var(--primary);
  color: var(--ink);
}
.btn-primary:hover, .btn-cta-primary:hover {
  filter: brightness(0.92);
  color: var(--ink);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px -8px rgba(212,188,165,0.55);
}

.btn-secondary, .btn-outline, .btn-cta-ghost {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.5);
  backdrop-filter: blur(4px);
}
.btn-secondary:hover, .btn-outline:hover, .btn-cta-ghost:hover {
  background: rgba(255,255,255,0.22);
  color: #fff;
  transform: translateY(-1px);
}

.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

/* Form submit button */
.form-submit, button[type="submit"] {
  background: var(--primary);
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 36px;
  border-radius: var(--radius-btn);
  border: none;
  cursor: pointer;
  transition: filter 150ms, transform 200ms;
  width: 100%;
  margin-top: 8px;
}
.form-submit:hover, button[type="submit"]:hover {
  filter: brightness(0.92);
  transform: translateY(-1px);
}

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up    { opacity: 0; transform: translateY(28px); transition: opacity 700ms ease-out, transform 700ms ease-out; }
.fade-left  { opacity: 0; transform: translateX(-28px); transition: opacity 700ms ease-out, transform 700ms ease-out; }
.fade-right { opacity: 0; transform: translateX(28px); transition: opacity 700ms ease-out, transform 700ms ease-out; }
.scale-in   { opacity: 0; transform: scale(0.94); transition: opacity 600ms ease-out, transform 600ms ease-out; }
.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 600ms ease-out, transform 600ms ease-out; }

.fade-up.visible, .fade-left.visible, .fade-right.visible, .scale-in.visible { opacity: 1; transform: none; }
.stagger.visible > *:nth-child(1)  { opacity: 1; transform: none; transition-delay: 0ms; }
.stagger.visible > *:nth-child(2)  { opacity: 1; transform: none; transition-delay: 80ms; }
.stagger.visible > *:nth-child(3)  { opacity: 1; transform: none; transition-delay: 160ms; }
.stagger.visible > *:nth-child(4)  { opacity: 1; transform: none; transition-delay: 240ms; }
.stagger.visible > *:nth-child(5)  { opacity: 1; transform: none; transition-delay: 320ms; }
.stagger.visible > *:nth-child(6)  { opacity: 1; transform: none; transition-delay: 400ms; }
.stagger.visible > *:nth-child(7)  { opacity: 1; transform: none; transition-delay: 480ms; }
.stagger.visible > *:nth-child(8)  { opacity: 1; transform: none; transition-delay: 560ms; }
.stagger.visible > *:nth-child(9)  { opacity: 1; transform: none; transition-delay: 640ms; }
.stagger.visible > *:nth-child(n+10) { opacity: 1; transform: none; transition-delay: 720ms; }

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

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

.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 img {
  max-height: 44px !important;
  max-width: 200px !important;
}
.nav-logo:hover { opacity: 0.85; }
.nav-logo:hover img { filter: none; }

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

.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-family: '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: 7px;
  background: var(--primary);
  color: var(--ink);
  padding: 10px 20px;
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 150ms;
}
.nav-cta svg { width: 16px; height: 16px; flex-shrink: 0; }
.nav-cta:hover { filter: brightness(0.92); text-decoration: none; color: var(--ink); }

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

@media (max-width: 900px) {
  .top-nav { padding-inline: 18px; gap: 16px; }
  .nav-toggle { display: flex; }
  .nav-pages {
    display: none;
    flex-direction: column;
    position: absolute;
    top: var(--header-height);
    left: 0; right: 0;
    background: var(--canvas);
    padding: 24px 24px 32px;
    gap: 4px;
    border-bottom: 1px solid var(--ink-hairline);
    z-index: 888;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-pages li { width: 100%; }
  .nav-pages a { font-size: 18px; padding: 10px 0; display: block; }
  .nav-cta .nav-cta-label { display: none; }
  .nav-cta { padding: 10px 12px; border-radius: 999px; }
}

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

.hero-overlay {
  background: linear-gradient(
    160deg,
    rgba(31,27,22,0.55) 0%,
    rgba(31,27,22,0.35) 40%,
    rgba(212,188,165,0.35) 100%
  );
}

.hero-inner {
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 4vw, 48px) clamp(64px, 10vh, 104px);
}

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

.hero-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(56px, 9vw, 120px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 16ch;
  margin-bottom: 28px;
}

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

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

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

.trust-chip {
  display: inline-block;
  background: var(--primary-tint);
  color: var(--primary);
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 999px;
  border: none;
  backdrop-filter: blur(4px);
}

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

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

.trust-pill {
  display: inline-block;
  background: var(--primary-tint);
  color: var(--ink-mid);
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 999px;
}

/* ============================================================
   MARQUEE STRIP
   ============================================================ */
.marquee-strip {
  overflow: hidden;
  padding: 18px 0;
  border-top: 1px solid var(--ink-divider);
  border-bottom: 1px solid var(--ink-divider);
  background: var(--canvas);
  max-height: 70px;
  position: relative;
  z-index: 1;
  cursor: default;
  user-select: none;
}

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

.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-size: clamp(13px, 1.4vw, 16px);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.2;
}

.marquee-item span {
  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%); }
}

/* ============================================================
   MOUNTED PRINT — the signature detail
   ============================================================ */
.mounted-print {
  box-shadow: inset 0 0 0 12px var(--mounted-border);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}

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

.services-header {
  margin-bottom: 40px;
}
.services-header h2 { margin-bottom: 8px; }
.services-header .fade-up { color: var(--muted); font-size: 17px; max-width: 56ch; margin-top: 12px; }

.services-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 36px;
  list-style: none;
}

.service-tab {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1.5px solid var(--ink-divider);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: background 200ms, color 200ms, border-color 200ms;
}

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

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

.services-panels {
  position: relative;
}

.service-panel {
  display: none;
  grid-template-columns: 45% 1fr;
  gap: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--ink-hairline);
  min-height: 480px;
}

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

.service-panel-img {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  box-shadow: inset 0 0 0 12px var(--mounted-border);
}

.service-panel-img img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
}

.service-panel-body {
  padding: clamp(32px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.service-panel-body h3 {
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

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

.service-panel-body .btn,
.service-panel-body a.btn {
  margin-top: 8px;
  align-self: flex-start;
  background: var(--primary);
  color: var(--ink);
  border-radius: var(--radius-btn);
  font-size: 14px;
  padding: 13px 26px;
  text-decoration: none;
}
.service-panel-body a.btn:hover {
  filter: brightness(0.92);
  text-decoration: none;
  color: var(--ink);
}

@media (max-width: 900px) {
  .service-panel { grid-template-columns: 1fr; min-height: auto; }
  .service-panel-img { min-height: 260px; box-shadow: inset 0 0 0 8px var(--mounted-border); }
}

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

#gallery .section-inner > h2,
#gallery .section-inner > span.section-eyebrow { display: block; }

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

.gallery-grid-wrap .gallery-tile {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 12px var(--mounted-border);
  position: relative;
  transition: transform 300ms ease-out;
}

.gallery-grid-wrap .gallery-tile:hover { transform: scale(1.02); }

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

.gallery-grid-wrap .gallery-tile:hover img { transform: scale(1.05); }

.gallery-cta-row {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.gallery-cta-row a {
  background: var(--primary);
  color: var(--ink);
  padding: 14px 32px;
  border-radius: var(--radius-btn);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 15px;
  transition: filter 150ms;
  text-decoration: none;
}
.gallery-cta-row a:hover { filter: brightness(0.92); text-decoration: none; color: var(--ink); }

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

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

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

.area-pill {
  display: inline-block;
  background: var(--primary-tint);
  color: var(--ink-mid);
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  transition: background 200ms;
}
.area-pill:hover { background: var(--primary-tint-20); }

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

.faq-list {
  margin-top: 40px;
  border-top: 1px solid var(--ink-divider);
}

details.faq-item {
  border-bottom: 1px solid var(--ink-divider);
}

details.faq-item > summary {
  cursor: pointer;
  font-family: 'Inter Tight', sans-serif;
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 600;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  min-height: 68px;
  gap: 24px;
  transition: color 150ms;
}
details.faq-item > summary::-webkit-details-marker { display: none; }
details.faq-item > summary:hover { color: var(--primary); }

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

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

.faq-answer {
  padding-bottom: 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 72ch;
}

/* contact.html faq-section */
.faq-section {
  background: var(--canvas);
  padding-block: var(--section-py);
}

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

.faq-inner h2 { margin-bottom: 8px; }

.faq-inner .faq-list {
  margin-top: 40px;
  border-top: 1px solid var(--ink-divider);
}

.faq-inner details { border-bottom: 1px solid var(--ink-divider); }
.faq-inner details > summary {
  cursor: pointer;
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  min-height: 68px;
  gap: 24px;
  transition: color 150ms;
}
.faq-inner details > summary::-webkit-details-marker { display: none; }
.faq-inner details[open] > summary { color: var(--primary); }
.faq-inner details > summary::after {
  content: "+";
  font-weight: 300;
  font-size: 24px;
  transition: transform 200ms;
  flex-shrink: 0;
  color: var(--muted);
}
.faq-inner details[open] > summary::after { transform: rotate(45deg); color: var(--primary); }
.faq-inner details > p { padding-bottom: 24px; color: var(--muted); font-size: 16px; line-height: 1.7; }

/* ============================================================
   TEAM CTA
   ============================================================ */
#team-cta.team-cta {
  background: var(--ink);
  padding-block: clamp(64px, 8vh, 96px);
}

.team-cta-inner {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}

.team-cta-text {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 20ch;
}

.team-cta-text em {
  font-style: italic;
  color: var(--primary);
}

.team-cta-inner > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--ink);
  padding: 16px 36px;
  border-radius: var(--radius-btn);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: filter 150ms, transform 200ms;
}
.team-cta-inner > a:hover { filter: brightness(0.92); transform: translateY(-1px); text-decoration: none; color: var(--ink); }

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

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  margin-top: 48px;
}

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

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

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

.form-field input,
.form-field textarea,
.form-field select,
.form-group input,
.form-group textarea,
.form-group select {
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--surface);
  border: 1.5px solid var(--ink-divider);
  border-radius: 8px;
  padding: 13px 16px;
  width: 100%;
  transition: border-color 200ms;
  outline: none;
  -webkit-appearance: none;
}

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

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

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

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

.contact-info-block p { font-size: 16px; line-height: 1.6; }
.contact-info-block a { color: var(--ink); }
.contact-info-block a:hover { color: var(--primary); }

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

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

.page-header > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-header-overlay {
  position: absolute; inset: 0;
  background: rgba(31,27,22,0.52);
  z-index: 1;
  pointer-events: none;
}

.page-header-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin-inline: auto;
  padding: clamp(40px, 6vw, 72px) clamp(20px, 4vw, 48px) clamp(48px, 7vw, 80px);
  width: 100%;
}

.page-header-inner h1 {
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 20ch;
  margin-top: 16px;
}

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

.page-header-sub, .page-sub {
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  color: rgba(255,255,255,0.78);
  margin-top: 14px;
  max-width: 56ch;
  line-height: 1.6;
}

/* ============================================================
   SERVICES DETAIL (services.html)
   ============================================================ */
#services {
  background: var(--canvas);
}

.service-feature-wrap {
  padding-block: var(--section-py);
}

.service-feature-wrap.on-canvas { background: var(--canvas); }
.service-feature-wrap.on-surface { background: var(--surface); }

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

.service-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.service-feature.reverse {
  direction: ltr;
}
.service-feature.reverse .service-feature-photo { order: 2; }
.service-feature.reverse .service-feature-body  { order: 1; }

.service-feature-photo {
  position: relative;
}

.service-feature-photo-frame {
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 12px var(--mounted-border);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  position: relative;
}

.service-feature-photo-frame img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
}

.service-feature-index {
  position: absolute;
  bottom: -8px; right: 16px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 80px;
  font-weight: 400;
  color: var(--primary);
  opacity: 0.22;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.service-feature-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

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

.service-feature-body h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

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

.service-feature-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.05;
}

.service-feature-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}

.service-feature-bullets li {
  font-size: 15px;
  color: var(--ink-mid);
  padding-left: 20px;
  position: relative;
}

.service-feature-bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--primary);
}

.service-feature-body a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--ink);
  padding: 14px 28px;
  border-radius: var(--radius-btn);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  align-self: flex-start;
  margin-top: 8px;
  transition: filter 150ms, transform 200ms;
}
.service-feature-body a:hover { filter: brightness(0.92); transform: translateY(-1px); text-decoration: none; color: var(--ink); }

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

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  padding-block: clamp(72px, 10vh, 112px);
}

.cta-banner > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.35;
}

.cta-banner-inner {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

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

.cta-banner-inner h2 {
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  margin-bottom: 16px;
}

.cta-banner-sub {
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  margin-bottom: 28px;
  line-height: 1.6;
}

.cta-banner-actions, .cta-banner-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-banner-actions a, .cta-banner-ctas a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius-btn);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: filter 150ms, transform 200ms;
}

.cta-banner-actions a:first-child, .cta-banner-ctas a:first-child {
  background: var(--primary);
  color: var(--ink);
}
.cta-banner-actions a:first-child:hover, .cta-banner-ctas a:first-child:hover {
  filter: brightness(0.92); transform: translateY(-1px); text-decoration: none; color: var(--ink);
}

.cta-banner-actions a:not(:first-child), .cta-banner-ctas a:not(:first-child) {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.35);
  backdrop-filter: blur(4px);
}
.cta-banner-actions a:not(:first-child):hover, .cta-banner-ctas a:not(:first-child):hover {
  background: rgba(255,255,255,0.18); transform: translateY(-1px); text-decoration: none; color: #fff;
}

.cta-banner-left {
  display: flex;
  flex-direction: column;
}

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

.cta-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(24px, 3vw, 36px);
  color: #fff;
  text-decoration: none;
  margin-block: 16px;
  transition: color 150ms;
}
.cta-phone-link:hover { color: var(--primary); text-decoration: none; }
.cta-phone-link svg { width: 24px; height: 24px; flex-shrink: 0; }

.cta-form-block, .cta-form {
  background: var(--surface);
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 44px);
}

.cta-form-block h3, .cta-form h3 {
  font-size: clamp(22px, 2.5vw, 32px);
  margin-bottom: 8px;
}

.cta-form-block > p, .cta-form > p {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 24px;
}

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

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

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

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

.form-headline, .form-sub {
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.form-note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.5;
}

.cta-banner-phone {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(20px, 2.5vw, 32px);
  color: #fff;
  margin-block: 12px;
}

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

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

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

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 16px;
}

.gallery-title-block h2 { margin-bottom: 4px; }

.gallery-count {
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.06em;
}

.filter-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}

.filter-pill {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1.5px solid var(--ink-divider);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: background 200ms, color 200ms, border-color 200ms;
}
.filter-pill:hover, .filter-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--ink);
}

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

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

.project-photo-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  box-shadow: inset 0 0 0 10px var(--mounted-border);
}

.project-photo-wrap img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
  transition: transform 500ms ease-out;
}
.project-card:hover .project-photo-wrap img { transform: scale(1.04); }

.project-badge {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--ink);
  color: #fff;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 2;
}

.project-cat-tag {
  position: absolute;
  top: 14px; right: 14px;
  background: var(--primary-tint);
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 2;
  backdrop-filter: blur(4px);
}

.project-body {
  padding: 20px 22px 24px;
}

.project-body h3 {
  font-size: 20px;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin-bottom: 8px;
}

.project-headline {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 20px;
}

.project-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  margin-bottom: 8px;
}

.project-location svg { width: 14px; height: 14px; flex-shrink: 0; }

.project-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 14px;
}

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

.meta-item {
  background: var(--primary-tint);
  color: var(--ink-mid);
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
}

.gallery-empty {
  display: none;
  text-align: center;
  padding: 48px;
  color: var(--muted);
  font-size: 16px;
}

.gallery-empty a { color: var(--primary); }

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

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

.about-story-grid {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-top: 0;
}

.about-story-photo-wrap {
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 12px var(--mounted-border);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  position: relative;
}

.about-story-photo-wrap img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: none;
}

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

.about-story-body h2 {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.05;
}

.about-story-body p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.about-story-body p a { color: var(--ink); font-weight: 600; }

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

.about-chip {
  display: inline-block;
  background: var(--primary-tint);
  color: var(--ink-mid);
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
}

@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; }
  .about-story-photo-wrap { aspect-ratio: 4 / 3; }
}

/* ============================================================
   VALUES
   ============================================================ */
.values-section {
  background: var(--surface);
  padding-block: var(--section-py);
}

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

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

.value-card {
  background: var(--canvas);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid var(--ink-hairline);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.value-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.14);
}

.value-icon {
  width: 40px; height: 40px;
  margin-bottom: 16px;
  color: var(--primary);
}

.value-icon svg {
  width: 32px !important;
  height: 32px !important;
  color: var(--primary);
}

.value-card h3 {
  font-size: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.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: 600px) {
  .values-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline-section {
  background: var(--canvas);
  padding-block: var(--section-py);
}

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

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

.timeline-track::before {
  content: '';
  position: absolute;
  top: 16px; left: 16px; right: 16px;
  height: 2px;
  background: var(--primary-tint-20);
  pointer-events: none;
}

.timeline-step {
  position: relative;
  padding-top: 48px;
}

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

.timeline-step h4 {
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.timeline-step p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .timeline-track { grid-template-columns: repeat(2, 1fr); }
  .timeline-track::before { display: none; }
}
@media (max-width: 600px) {
  .timeline-track { grid-template-columns: 1fr; gap: 28px; }
}

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

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

.contact-form-wrap {
  background: var(--surface);
  border-radius: var(--radius);
  padding: clamp(32px, 4vw, 52px);
  border: 1px solid var(--ink-hairline);
}

.contact-form-wrap h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  margin-bottom: 6px;
}

.contact-info-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid var(--ink-hairline);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-info-card > div > h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.guarantee-strip {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--primary-tint);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}

.guarantee-strip svg {
  width: 22px !important;
  height: 22px !important;
  flex-shrink: 0;
  color: var(--primary);
  margin-top: 2px;
}

.guarantee-strip p {
  font-size: 14px;
  color: var(--ink-mid);
  line-height: 1.55;
}

.info-divider {
  height: 1px;
  background: var(--ink-divider);
  margin-block: 16px;
}

.info-block {
  padding-block: 10px;
}

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

.info-value {
  font-size: 16px;
  color: var(--ink);
  line-height: 1.55;
}

.info-value a { color: var(--ink); }
.info-value a:hover { color: var(--primary); }

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

.social-row {
  display: flex;
  gap: 12px;
  margin-top: 6px;
  align-items: center;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  background: var(--primary-tint);
  border-radius: 8px;
  color: var(--ink);
  transition: background 200ms, color 200ms;
  text-decoration: none;
}
.social-link:hover { background: var(--primary); color: var(--ink); text-decoration: none; }
.social-link svg { width: 18px !important; height: 18px !important; }

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

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer, footer {
  background: var(--ink);
  color: rgba(244,239,230,0.7);
}

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

.footer-top, .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  padding-top: clamp(56px, 8vh, 80px);
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(244,239,230,0.10);
}

.footer-brand img {
  max-height: 44px !important;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.footer-brand p {
  font-size: 14px;
  color: rgba(244,239,230,0.55);
  margin-top: 12px;
  line-height: 1.65;
  max-width: 28ch;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.footer-social a, .footer-social .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  background: rgba(244,239,230,0.08);
  border-radius: 6px;
  color: rgba(244,239,230,0.6);
  transition: background 200ms, color 200ms;
  text-decoration: none;
}
.footer-social a:hover, .footer-social .social-link:hover {
  background: var(--primary);
  color: var(--ink);
  text-decoration: none;
}
.footer-social svg { width: 16px !important; height: 16px !important; }

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

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

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

.footer-contact-item {
  font-size: 14px;
  color: rgba(244,239,230,0.65);
  margin-bottom: 8px;
  line-height: 1.6;
}

.footer-phone { color: rgba(244,239,230,0.65); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
  gap: 12px;
  flex-wrap: wrap;
}

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

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

/* ============================================================
   MOBILE CTA (floating pill / FAB)
   ============================================================ */
.mobile-cta,
.mobile-cta-pill,
.mobile-call-fab {
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--ink);
  padding: 14px 22px;
  border-radius: 999px;
  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: transform 200ms, filter 150ms;
}

.mobile-cta > a,
.mobile-cta-pill > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  text-decoration: none;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.mobile-cta a svg,
.mobile-cta-pill svg,
.mobile-call-fab svg {
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0;
}

.mobile-cta:hover,
.mobile-cta-pill:hover,
.mobile-call-fab:hover {
  transform: translateY(-2px);
  filter: brightness(0.92);
  text-decoration: none;
}

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

/* ============================================================
   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);
}

/* ============================================================
   SECTION BACKGROUND ALTERNATION
   ============================================================ */
.on-canvas { background: var(--canvas); }
.on-surface { background: var(--surface); }

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

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

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

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

/* Section spacing */
section, .services, #gallery, #service-areas, #faq, #contact, .about-story,
.values-section, .timeline-section, .gallery-section, .contact-section, .faq-section {
  padding-block: var(--section-py);
}

.hero, .page-header, .cta-banner, .trust-strip, .marquee-strip,
#services, .team-cta { padding-block: 0; }

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

/* Section inner spacing for sections that don't use section-inner */
.services .section-inner,
#gallery .section-inner,
#service-areas .section-inner,
#faq .section-inner,
#contact .section-inner {
  padding-block: 0;
}

/* Headings inside section-inner */
.section-inner > h2 {
  font-size: clamp(36px, 5vw, 64px);
  margin-bottom: 8px;
}

/* Project body must always be visible */
.project-body { display: block; }

/* Misc utility */
address { font-style: normal; }

/* Logo in footer on services.html (plain footer, not site-footer) */
footer .footer-brand img { filter: brightness(0) invert(1); opacity: 0.85; }

/* Page header h1 title */
.page-header-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #fff;
}


/* === Validator patches (auto-applied) === */
/* validator patch: grid children without placement → span full row */
.gallery-tile { grid-column: 1 / -1; }
.footer-col { grid-column: 1 / -1; }
.service-feature-photo { grid-column: 1 / -1; }
.service-feature-body { grid-column: 1 / -1; }
.cta-banner-eyebrow { grid-column: 1 / -1; }
.cta-banner-title { grid-column: 1 / -1; }
.cta-banner-sub { grid-column: 1 / -1; }
.cta-banner-phone { grid-column: 1 / -1; }
.cta-banner-actions { grid-column: 1 / -1; }
.gallery-empty { grid-column: 1 / -1; }
.form-group { grid-column: 1 / -1; }
.form-field { 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); }

/* 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; }
