@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Inter+Tight:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --primary:        #ACBC54;
  --accent:         #88A67A;
  --canvas:         #0C0C0F;
  --surface:        #1A1814;
  --ink:            #F4F1EA;
  --muted:          #8E8A82;
  --border:         rgba(172,188,84,0.22);
  --border-neutral: rgba(244,241,234,0.1);
  --primary-dim:    rgba(172,188,84,0.15);
  --primary-glow:   rgba(172,188,84,0.08);
  --overlay-dark:   rgba(12,12,15,0.82);
  --overlay-hero:   rgba(12,12,15,0.55);
  --shadow-card:    0 24px 48px -16px rgba(0,0,0,0.6);
  --shadow-btn:     0 8px 24px -8px rgba(172,188,84,0.35);
  --radius:         4px;
  --header-height:  72px;
}
@media (max-width: 900px) {
  :root { --header-height: 60px; }
}

/* ============================================================
   GLOBAL SMOOTH SCROLL + SCROLL PADDING
   ============================================================ */
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
  box-sizing: border-box;
}
*, *::before, *::after { box-sizing: inherit; }

/* ============================================================
   UNIVERSAL IMAGE CAP
   ============================================================ */
img { max-width: 100%; height: auto; display: block; }

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

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

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

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

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

/* ============================================================
   HEADING ANCHOR 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
   ============================================================ */
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* Subtle noise grain overlay */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 9999;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' 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");
  opacity: 0.025;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

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

/* Accent word — Cormorant italic tinted brand color, 1.25× surrounding */
.accent-word {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  color: var(--primary);
  font-size: 1.25em;
  line-height: inherit;
}

/* Mono label */
.section-eyebrow,
.page-eyebrow,
.page-header-eyebrow,
.section-label,
.cta-banner-eyebrow,
.crew-strip-eyebrow,
.info-card-label,
.contact-label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 16px;
}

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.wide-container {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.section-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}

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

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

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

.nav-logo { flex: 0 0 auto; }
.nav-logo img { max-height: 44px !important; max-width: 200px !important; }

.nav-pages {
  flex: 1;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0; margin: 0;
  gap: 28px;
  align-items: center;
}
.nav-pages li { display: flex; }
.nav-pages a {
  display: inline-block;
  padding: 6px 0;
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  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 li.active > a,
.nav-pages a[aria-current="page"] {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  padding-bottom: 4px;
}

.nav-cta {
  flex: 0 0 auto;
  background: var(--primary);
  color: var(--canvas);
  padding: 10px 20px;
  border-radius: var(--radius);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 150ms;
}
.nav-cta:hover { filter: brightness(0.9); color: var(--canvas); text-decoration: none; }

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

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-cta span { display: none; }
  .nav-cta { padding: 8px 12px; }
  .nav-pages {
    display: none;
    flex-direction: column;
    position: absolute;
    top: var(--header-height);
    left: 0; right: 0;
    background: var(--canvas);
    padding: 24px;
    gap: 4px;
    border-bottom: 1px solid rgba(244,241,234,0.08);
    z-index: 800;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .nav-pages.open { display: flex; }
  .nav-pages a { font-size: 17px; padding: 10px 0; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn, .btn-primary, .btn-primary-lg, .btn-service, .btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: var(--radius);
  padding: 18px 32px;
  text-decoration: none;
  transition: filter 160ms, transform 160ms, box-shadow 160ms;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}
.btn-primary, .btn-primary-lg {
  background: var(--primary);
  color: var(--canvas);
  box-shadow: var(--shadow-btn);
}
.btn-primary:hover, .btn-primary-lg:hover {
  filter: brightness(0.9);
  transform: translateY(-1px);
  color: var(--canvas);
  text-decoration: none;
}

.btn-ghost, .btn-ghost-lg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: var(--radius);
  padding: 17px 31px;
  border: 1px solid rgba(244,241,234,0.35);
  color: var(--ink);
  background: transparent;
  text-decoration: none;
  transition: border-color 160ms, color 160ms, transform 160ms;
}
.btn-ghost:hover, .btn-ghost-lg:hover {
  border-color: var(--primary);
  color: var(--primary);
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-submit {
  background: var(--primary);
  color: var(--canvas);
  font-size: 15px;
  width: 100%;
  justify-content: center;
  box-shadow: var(--shadow-btn);
}
.btn-submit:hover { filter: brightness(0.9); }
.btn-submit svg { width: 18px; height: 18px; }

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

.hero > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 25%;
  z-index: 0;
}

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 80% 60% at 0% 100%, rgba(172,188,84,0.12) 0%, transparent 55%),
    linear-gradient(to right, rgba(12,12,15,0.85) 0%, rgba(12,12,15,0.55) 50%, rgba(12,12,15,0.82) 100%),
    linear-gradient(to top, rgba(12,12,15,0.9) 0%, rgba(12,12,15,0.4) 50%, rgba(12,12,15,0.65) 100%);
}

.hero-booking-ribbon {
  position: absolute; top: 28px; right: clamp(20px, 4vw, 48px);
  z-index: 3;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px 16px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
}

.hero-inner {
  position: relative; z-index: 2;
  padding: clamp(64px, 10vw, 120px) clamp(20px, 5vw, 80px);
  padding-bottom: clamp(72px, 10vh, 120px);
  max-width: 860px;
}

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

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

.hero-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  color: rgba(244,241,234,0.7);
  line-height: 1.6;
  margin: 0 0 36px;
  max-width: 52ch;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
  align-items: center;
}

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

.trust-chip, .trust-strip-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(244,241,234,0.75);
  border: 1px solid rgba(244,241,234,0.18);
  border-radius: 999px;
  padding: 5px 12px;
  white-space: nowrap;
}
.trust-chip strong, .trust-strip-chip strong {
  color: var(--ink);
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

/* ============================================================
   SECTION BASE
   ============================================================ */
.section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 24px;
}

/* ============================================================
   SERVICES
   ============================================================ */
.services {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}

.services-header {
  margin-bottom: 48px;
}
.services-header h2 { margin-bottom: 12px; }
.services-header p {
  font-size: 16px;
  color: var(--muted);
  max-width: 56ch;
}

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

.service-tab {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 8px 16px;
  border: 1px solid rgba(244,241,234,0.18);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: border-color 160ms, color 160ms, background 160ms;
  white-space: nowrap;
}
.service-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.service-tab.active {
  border-color: var(--primary);
  background: var(--primary-dim);
  color: var(--primary);
}

.services-panels { position: relative; }

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

.service-panel > img {
  width: 100%; height: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
}

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

.service-panel-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 20px;
}

.service-panel-body p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(244,241,234,0.75);
  margin-bottom: 14px;
}

.service-panel-body .btn-service,
.service-panel-body a.btn-primary {
  margin-top: 8px;
  align-self: flex-start;
  background: var(--primary);
  color: var(--canvas);
  padding: 14px 28px;
  font-size: 14px;
  border-radius: var(--radius);
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: filter 160ms;
}
.service-panel-body a:hover { filter: brightness(0.9); text-decoration: none; color: var(--canvas); }

@media (max-width: 760px) {
  .service-panel { grid-template-columns: 1fr; min-height: auto; }
  .service-panel > img { height: 240px; max-height: 240px; width: 100%; }
}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews-strip {
  background: var(--surface);
  padding: clamp(80px, 10vh, 140px) 0;
  border-top: 1px solid var(--border-neutral);
  border-bottom: 1px solid var(--border-neutral);
}

.reviews-grid, .review-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.review-card {
  padding: 32px 28px;
  background: rgba(244,241,234,0.03);
  border-radius: var(--radius);
  border-top: 1px solid var(--border);
  border: 1px solid rgba(244,241,234,0.08);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0,0,0,0.4);
}

.review-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}
.review-stars svg, .review-stars svg[class*="size"] {
  width: 16px; height: 16px;
  color: var(--primary);
  fill: var(--primary);
  flex-shrink: 0;
}

.review-quote, .review-text {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(244,241,234,0.85);
  margin: 0 0 18px;
  font-style: italic;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(16px, 1.4vw, 19px);
}

.review-attribution {
  font-size: 12px;
  color: var(--muted);
  font-family: 'IBM Plex Mono', monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.review-verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: var(--primary);
  letter-spacing: 0.1em;
  font-family: 'IBM Plex Mono', monospace;
  text-transform: uppercase;
  margin-top: 6px;
}

.review-quote-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px;
  line-height: 1;
  color: var(--primary);
  opacity: 0.4;
  margin-bottom: 8px;
}

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

.reviews-block {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--surface);
}
.reviews-block-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.reviews-block-inner h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 600;
  font-style: italic;
  margin-bottom: 48px;
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-preview, .gallery-section {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}

.gallery-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  gap: 24px;
}
.gallery-preview-header a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  white-space: nowrap;
  flex-shrink: 0;
}

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

.gallery-tile {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  background: var(--surface);
}
.gallery-tile.tall {
  grid-row: span 2;
  aspect-ratio: unset;
  min-height: 400px;
}
.gallery-tile > img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: unset;
  transition: transform 500ms ease;
}
.gallery-tile:hover > img { transform: scale(1.04); }

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

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

/* Full gallery page */
.gallery-header-row {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 7px 14px;
  border: 1px solid rgba(244,241,234,0.18);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: all 150ms;
}
.filter-pill:hover, .filter-pill.active {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-dim);
}

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

.project-grid {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.project-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.project-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}
.project-card.featured { grid-column: span 2; }

.project-card-img-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.project-card.featured .project-card-img-wrap { aspect-ratio: 16 / 9; }
.project-card-img-wrap > img {
  width: 100%; height: 100%;
  object-fit: cover;
  max-height: unset;
  transition: transform 500ms ease;
}
.project-card:hover .project-card-img-wrap > img { transform: scale(1.04); }

.project-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12,12,15,0.75) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 300ms;
  display: flex;
  align-items: flex-end;
  padding: 24px;
}
.project-card:hover .project-card-overlay { opacity: 1; }

.project-card-body { color: var(--ink); }
.project-card-title { font-weight: 600; font-size: 15px; margin: 0 0 4px; }
.project-card-meta { font-size: 12px; color: rgba(244,241,234,0.65); }

.project-card-badge {
  position: absolute;
  top: 12px; left: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--primary);
  color: var(--canvas);
  padding: 4px 10px;
  border-radius: 999px;
}
.project-card-num {
  position: absolute;
  top: 12px; right: 12px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: rgba(244,241,234,0.5);
  letter-spacing: 0.1em;
}
.project-card-info {
  padding: 16px 20px;
}
.project-card-info-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 4px;
}
.project-card-info-cat {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin: 0;
}

@media (max-width: 900px) {
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-card.featured { grid-column: span 2; }
}
@media (max-width: 640px) {
  .project-grid { grid-template-columns: 1fr; }
  .project-card.featured { grid-column: span 1; }
}

/* ============================================================
   SERVICE AREAS
   ============================================================ */
.service-areas {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
  border-top: 1px solid var(--border-neutral);
}

.areas-cloud, .area-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.area-pill {
  display: inline-flex;
  align-items: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(244,241,234,0.65);
  border: 1px solid rgba(244,241,234,0.15);
  border-radius: 999px;
  padding: 7px 16px;
  transition: border-color 150ms, color 150ms;
}
.area-pill:hover { border-color: var(--primary); color: var(--primary); }

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
  border-top: 1px solid var(--border-neutral);
}

.faq-list {
  margin-top: 48px;
  max-width: 800px;
}

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

.faq-list details > summary,
details.faq > summary {
  cursor: pointer;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  transition: color 150ms;
  gap: 16px;
}
.faq-list details > summary::-webkit-details-marker,
details.faq > summary::-webkit-details-marker { display: none; }

.faq-chevron {
  width: 20px; height: 20px;
  flex-shrink: 0;
  color: var(--muted);
  transition: transform 220ms, color 220ms;
}
.faq-list details[open] > summary .faq-chevron,
details.faq[open] > summary .faq-chevron {
  transform: rotate(180deg);
  color: var(--primary);
}

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

.faq-answer, .faq-list details p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(244,241,234,0.7);
  padding: 0 0 22px;
  margin: 0;
  max-width: 70ch;
}

/* ============================================================
   TEAM CTA
   ============================================================ */
#team-cta.team-cta {
  padding: clamp(60px, 8vh, 100px) 0;
  background: var(--surface);
  border-top: 1px solid var(--border-neutral);
  border-bottom: 1px solid var(--border-neutral);
}

.team-cta-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.team-cta-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 52px);
  font-style: italic;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.1;
  max-width: 60ch;
  margin: 0;
}

.team-cta-inner > a {
  background: var(--primary);
  color: var(--canvas);
  padding: 18px 36px;
  border-radius: var(--radius);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: filter 150ms;
}
.team-cta-inner > a:hover { filter: brightness(0.9); color: var(--canvas); text-decoration: none; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
  border-top: 1px solid var(--border-neutral);
}

.contact-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  margin-top: 40px;
}

.contact-label {
  color: var(--primary);
}

.contact-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  color: var(--ink);
}

.contact-intro {
  font-size: 15px;
  color: var(--muted);
  margin: 0 0 36px;
  line-height: 1.65;
}

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

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.form-group.full { grid-column: 1 / -1; }

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

.form-group input,
.form-group textarea,
.form-group select {
  background: var(--surface);
  border: 1px solid rgba(244,241,234,0.15);
  border-radius: var(--radius);
  padding: 14px 16px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  color: var(--ink);
  transition: border-color 150ms;
  outline: none;
  width: 100%;
  appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--primary);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--muted);
  opacity: 0.6;
}
.form-group textarea { resize: vertical; min-height: 120px; }

.form-submit { margin-top: 16px; }

.form-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
  text-align: center;
}

.contact-info-block {
  margin-bottom: 28px;
}
.contact-info-label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 8px;
}
.contact-info-value {
  display: block;
  font-size: 15px;
  color: rgba(244,241,234,0.8);
  line-height: 1.5;
}

.contact-phone-big {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
  font-style: italic;
  color: var(--ink);
}

.contact-socials { display: flex; gap: 12px; margin-top: 8px; }
.contact-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border: 1px solid rgba(244,241,234,0.2);
  border-radius: var(--radius);
  color: var(--muted);
  transition: border-color 150ms, color 150ms;
}
.contact-social-link:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }
.contact-social-link svg { width: 18px; height: 18px; }

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

/* Contact page specific */
.contact-form-col { display: flex; flex-direction: column; }
.contact-form-col h2 { margin-bottom: 16px; }
.contact-form-wrap { background: transparent; }

.info-card {
  background: var(--surface);
  border: 1px solid var(--border-neutral);
  border-top: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px;
}
.info-card-label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 24px;
}
.info-block {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-neutral);
}
.info-block:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.info-block-title {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin: 0 0 10px;
}
.info-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--ink);
  text-decoration: none;
  transition: color 150ms;
  margin-bottom: 6px;
}
.info-link:hover { color: var(--primary); text-decoration: none; }
.info-link svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; }
.info-text {
  font-size: 14px;
  color: rgba(244,241,234,0.65);
  line-height: 1.6;
  margin: 0;
}

.info-guarantee {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info-guarantee div {
  font-size: 13px;
  color: rgba(244,241,234,0.7);
  padding-left: 14px;
  position: relative;
}
.info-guarantee div::before {
  content: '';
  position: absolute; left: 0; top: 7px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--primary);
}

.social-row { display: flex; gap: 10px; }
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border: 1px solid rgba(244,241,234,0.18);
  border-radius: var(--radius);
  color: var(--muted);
  transition: all 150ms;
}
.social-link:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }
.social-link svg { width: 18px; height: 18px; }

/* ============================================================
   PAGE HEADER (sub-pages)
   ============================================================ */
.page-header {
  min-height: 52vh;
  max-height: 64vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(40px, 6vh, 72px);
}
.page-header-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to top, rgba(12,12,15,0.9) 0%, rgba(12,12,15,0.4) 60%, rgba(12,12,15,0.65) 100%);
}
.page-header-inner {
  position: relative; z-index: 2;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.page-header-title, .page-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 600;
  font-style: italic;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 12px 0 16px;
}
.page-header-title em, .page-title em {
  color: var(--primary);
  font-style: italic;
}
.page-header-sub, .page-sub {
  font-size: 16px;
  color: rgba(244,241,234,0.65);
  max-width: 55ch;
  margin: 0;
  line-height: 1.6;
}

/* ============================================================
   SERVICES PAGE — FEATURE BLOCKS
   ============================================================ */
.services-page {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}
.services-page-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.section-intro-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4.5vw, 68px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 8px 0 20px;
}
.section-intro-heading em { color: var(--primary); font-style: italic; }
.section-intro-body {
  font-size: 16px;
  color: var(--muted);
  max-width: 60ch;
  line-height: 1.7;
  margin-bottom: 64px;
}

.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
  padding: clamp(48px, 6vh, 80px) 0;
  border-bottom: 1px solid var(--border-neutral);
}
.feature-block:last-of-type { border-bottom: none; }
.feature-block.reverse { direction: rtl; }
.feature-block.reverse > * { direction: ltr; }

.feature-photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}
.feature-photo > img {
  width: 100%; height: 420px;
  max-height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}
.feature-block:hover .feature-photo > img { transform: scale(1.03); }

.feature-body { display: flex; flex-direction: column; gap: 0; }
.feature-index {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin-bottom: 14px;
}
.feature-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.05;
  color: var(--ink);
  margin: 0 0 20px;
}
.feature-title em { color: var(--primary); font-style: italic; }
.feature-desc {
  font-size: 15px;
  color: rgba(244,241,234,0.75);
  line-height: 1.7;
  margin-bottom: 14px;
}
.feature-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature-bullets li {
  font-size: 14px;
  color: rgba(244,241,234,0.7);
  padding-left: 18px;
  position: relative;
}
.feature-bullets li::before {
  content: '';
  position: absolute; left: 0; top: 8px;
  width: 6px; height: 1px;
  background: var(--primary);
}

.feature-body > a {
  align-self: flex-start;
  background: var(--primary);
  color: var(--canvas);
  padding: 14px 28px;
  border-radius: var(--radius);
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: filter 150ms;
}
.feature-body > a:hover { filter: brightness(0.9); color: var(--canvas); text-decoration: none; }

@media (max-width: 900px) {
  .feature-block { grid-template-columns: 1fr; }
  .feature-block.reverse { direction: ltr; }
  .feature-photo > img { height: 280px; max-height: 280px; }
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  padding: clamp(80px, 10vh, 130px) 0;
  background: var(--surface);
  border-top: 1px solid var(--border-neutral);
}
.cta-banner-inner, .cta-banner-text {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  text-align: center;
}
.cta-banner-eyebrow { text-align: center; }
.cta-banner-title, .cta-banner-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(40px, 5.5vw, 88px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 12px auto 20px;
  max-width: 18ch;
}
.cta-banner-title em, .cta-banner-heading em { color: var(--primary); font-style: italic; }
.cta-banner-sub {
  font-size: 16px;
  color: var(--muted);
  max-width: 52ch;
  margin: 0 auto 36px;
  line-height: 1.65;
}
.cta-banner-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-story {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
}
.about-story-grid {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: clamp(48px, 6vw, 80px);
  align-items: flex-start;
}
.about-story-portrait {
  position: relative;
}
.about-story-portrait > img {
  width: 100%; height: auto;
  max-height: 600px;
  object-fit: cover;
  border-radius: var(--radius);
  filter: saturate(0.65) contrast(1.05);
}
.portrait-accent {
  position: absolute;
  bottom: -12px; right: -12px;
  width: 60%; height: 60%;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  z-index: -1;
  pointer-events: none;
}
.about-story-text h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.05;
  margin: 8px 0 24px;
}
.about-story-text h2 em { color: var(--primary); font-style: italic; }
.about-story-text p {
  font-size: 16px;
  color: rgba(244,241,234,0.78);
  line-height: 1.75;
  margin-bottom: 18px;
}
.about-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; }
  .portrait-accent { display: none; }
}

/* How We Work */
.how-we-work {
  background: var(--surface);
  padding: clamp(80px, 10vh, 140px) 0;
  border-top: 1px solid var(--border-neutral);
}
.how-we-work-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.how-we-work-inner > h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.05;
  margin: 8px 0 48px;
}
.how-we-work-inner > h2 em { color: var(--primary); font-style: italic; }
.work-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.work-block {
  padding: 28px;
  border: 1px solid var(--border-neutral);
  border-top: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--canvas);
}
.work-block-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.work-block p {
  font-size: 15px;
  color: rgba(244,241,234,0.75);
  line-height: 1.65;
  margin: 0;
}
.work-block strong {
  color: var(--ink);
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-style: italic;
}
@media (max-width: 900px) {
  .work-blocks { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .work-blocks { grid-template-columns: 1fr; }
}

/* Values */
.values-section {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
  border-top: 1px solid var(--border-neutral);
}
.values-section-head {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  margin-bottom: 48px;
}
.values-section-head h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 600;
  font-style: italic;
  margin: 8px 0 0;
}
.values-section-head h2 em { color: var(--primary); font-style: italic; }
.values-grid {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.value-card {
  background: var(--surface);
  border: 1px solid var(--border-neutral);
  border-top: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.value-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}
.value-card-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.value-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  color: var(--ink);
  margin: 0 0 12px;
  line-height: 1.1;
}
.value-card p {
  font-size: 14px;
  color: rgba(244,241,234,0.65);
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 900px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .values-grid { grid-template-columns: 1fr; }
}

/* Timeline */
.timeline-section {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--surface);
  border-top: 1px solid var(--border-neutral);
}
.timeline-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.timeline-inner > h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.05;
  margin: 8px 0 48px;
}
.timeline-inner > h2 em { color: var(--primary); font-style: italic; }
.timeline-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.timeline-track::before {
  content: '';
  position: absolute;
  top: 10px; left: 0; right: 0;
  height: 1px;
  background: var(--border);
  z-index: 0;
}
.timeline-step {
  position: relative;
  padding-top: 28px;
}
.timeline-dot {
  position: absolute;
  top: 0; left: 0;
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  background: var(--canvas);
  z-index: 1;
}
.timeline-year {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.timeline-step h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: var(--ink);
  margin: 0 0 8px;
}
.timeline-step p {
  font-size: 14px;
  color: rgba(244,241,234,0.65);
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 900px) {
  .timeline-track { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .timeline-track { grid-template-columns: 1fr; }
  .timeline-track::before { display: none; }
}

/* Known For */
.known-for {
  padding: clamp(80px, 10vh, 140px) 0;
  background: var(--canvas);
  border-top: 1px solid var(--border-neutral);
}
.known-for > .section-eyebrow,
.known-for > h2 {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: block;
}
.known-for > h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 600;
  font-style: italic;
  line-height: 1.05;
  margin: 8px 0 48px;
  padding-inline: clamp(20px, 4vw, 48px);
}
.known-for > h2 em { color: var(--primary); font-style: italic; }
.known-for-grid {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.known-item {
  border-left: 2px solid var(--border);
  padding-left: 24px;
}
.known-item-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
.known-item h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  color: var(--ink);
  margin: 0 0 10px;
}
.known-item p {
  font-size: 14px;
  color: rgba(244,241,234,0.65);
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 640px) {
  .known-for-grid { grid-template-columns: 1fr; }
}

/* Crew Strip */
.crew-strip {
  position: relative;
  min-height: 360px;
  max-height: 480px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.crew-strip > img:first-of-type {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
  z-index: 0;
  max-height: unset;
}
.crew-strip-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,12,15,0.85) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
}
.crew-strip-text {
  padding: clamp(32px, 5vh, 56px) clamp(20px, 4vw, 48px);
  position: relative;
  z-index: 2;
}
.crew-strip-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  display: block;
  margin-bottom: 10px;
}
.crew-strip-hed {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 600;
  font-style: italic;
  color: var(--ink);
  margin: 0;
  line-height: 1.1;
}
.crew-strip-label {
  position: absolute;
  top: 16px; left: clamp(20px, 4vw, 48px);
  z-index: 3;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
}
.crew-strip-caption {
  position: absolute;
  bottom: 16px; right: clamp(20px, 4vw, 48px);
  z-index: 3;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(244,241,234,0.45);
}

/* ============================================================
   FOOTER
   ============================================================ */
footer, .site-footer {
  background: var(--surface);
  border-top: 1px solid var(--border-neutral);
  padding-top: clamp(60px, 8vh, 100px);
}
.footer-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}
.footer-brand, .footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-brand > img, .footer-brand-col > img {
  margin-bottom: 4px;
}
.footer-tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  font-style: italic;
  color: rgba(244,241,234,0.6);
  line-height: 1.4;
  margin: 0 0 4px;
}
.footer-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 36ch;
  margin: 0;
}
.footer-contact-line {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}
.footer-contact-line a { color: var(--muted); transition: color 150ms; }
.footer-contact-line a:hover { color: var(--primary); text-decoration: none; }

.footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
  transition: color 150ms;
  margin-bottom: 6px;
}
.footer-contact-item:hover { color: var(--primary); }
.footer-contact-item svg { width: 14px; height: 14px; flex-shrink: 0; }

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

.footer-links, footer ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links li a, footer ul li a {
  font-size: 14px;
  color: rgba(244,241,234,0.6);
  text-decoration: none;
  transition: color 150ms;
}
.footer-links li a:hover, footer ul li a:hover { color: var(--primary); text-decoration: none; }

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

.footer-bottom {
  border-top: 1px solid var(--border-neutral);
  padding: 24px 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-legal, .footer-copy {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: rgba(244,241,234,0.3);
  letter-spacing: 0.06em;
  margin: 0;
}
.footer-socials {
  display: flex;
  gap: 10px;
}

footer address {
  font-style: normal;
  font-size: 14px;
  color: rgba(244,241,234,0.6);
  line-height: 1.75;
}

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

/* ============================================================
   MOBILE STICKY CTA PILL
   ============================================================ */
.mobile-sticky-cta, .mobile-cta {
  position: fixed;
  bottom: 18px; right: 18px;
  z-index: 999;
  background: var(--primary);
  color: var(--canvas);
  padding: 14px 22px;
  border-radius: 999px;
  box-shadow: 0 18px 40px -10px rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: filter 150ms, transform 150ms;
}
.mobile-sticky-cta:hover, .mobile-cta:hover { filter: brightness(0.9); transform: translateY(-2px); text-decoration: none; color: var(--canvas); }
.mobile-sticky-cta svg, .mobile-cta svg { width: 18px; height: 18px; flex-shrink: 0; }
.mobile-sticky-cta > a {
  display: flex; align-items: center; gap: 8px;
  color: var(--canvas); text-decoration: none;
  font-weight: 600; font-size: 14px;
}
.mobile-sticky-cta > a svg { width: 18px; height: 18px; }

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

/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.fade-up, .fade-left, .fade-right, .scale-in {
  opacity: 0;
  transition: opacity 640ms ease, transform 640ms ease;
  will-change: opacity, transform;
}
.fade-up    { transform: translateY(24px); }
.fade-left  { transform: translateX(-24px); }
.fade-right { transform: translateX(24px); }
.scale-in   { transform: scale(0.96); }

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

.stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 560ms ease, transform 560ms ease;
}
.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; }

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

/* ============================================================
   FAQs (native details/summary variant used in HTML)
   ============================================================ */
details.faq {
  border-bottom: 1px solid var(--border-neutral);
  padding: 18px 0;
}
details.faq > summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
details.faq > summary::-webkit-details-marker { display: none; }
details.faq > summary::after {
  content: "+";
  font-weight: 300;
  font-size: 20px;
  transition: transform 200ms;
  color: var(--muted);
  flex-shrink: 0;
}
details.faq[open] > summary::after {
  transform: rotate(45deg);
  color: var(--primary);
}
details.faq p { margin-top: 12px; line-height: 1.6; }

/* ============================================================
   MISC UTILITY
   ============================================================ */
.full { grid-column: 1 / -1; }

/* SVG caps for inline star icons etc */
.review-stars svg { width: 16px; height: 16px; }
.faq-chevron { width: 20px; height: 20px; }

/* Success message (form) */
.form-success {
  display: none;
  padding: 16px 20px;
  background: var(--primary-dim);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
.form-success.visible { display: block; }

/* Stats (if needed) */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
  padding: 80px 0;
  text-align: center;
}
.stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  color: var(--primary);
}
.stat-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(11px, 1vw, 14px);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-top: 8px;
}

/* Process strip */
.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}
.process-step {
  padding: 24px;
  border: 1px solid var(--border-neutral);
  border-radius: var(--radius);
}
.step-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  letter-spacing: 0.12em;
  font-family: 'IBM Plex Mono', monospace;
  text-transform: uppercase;
}

/* Gallery view all link */
.gallery-view-all {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

/* Page header sub and eyebrow */
.page-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  margin: 0 0 12px;
  display: block;
}

/* Gallery section */
.gallery-section {
  max-width: 100%;
  padding-top: clamp(48px, 7vh, 96px);
  padding-bottom: clamp(80px, 10vh, 140px);
}

/* Featured project cards */
@media (max-width: 640px) {
  .project-card.featured { grid-column: span 1; }
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */
@media (max-width: 1200px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; }
}

@media (max-width: 900px) {
  .hero-inner { max-width: 100%; padding-left: clamp(20px, 5vw, 40px); padding-right: clamp(20px, 5vw, 40px); }
  .services-tabs { gap: 6px; }
  .service-tab { font-size: 10px; padding: 7px 12px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .gallery-grid-preview { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .hero-title { max-width: 100%; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ctas .btn-primary-lg, .hero-ctas .btn-ghost-lg { width: 100%; justify-content: center; }
  .cta-banner-actions { flex-direction: column; align-items: center; }
  .team-cta-inner { flex-direction: column; text-align: center; }
}


/* === 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; }
.feature-photo { grid-column: 1 / -1; }
.feature-body { grid-column: 1 / -1; }
.form-group { 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; }
