/* ============================================================
   Ebinger Garten- und Landschaftsbau — heritage-minimal preset
   3 Generationen · Murrhardt · Wald-Grün + Rinden-Braun + Cream
   Self-hosted fonts · Zero-Tracking
   ============================================================ */

/* --- Self-hosted fonts --- */
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 400; font-display: swap; src: url("../../fonts/cormorant-garamond-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500; font-display: swap; src: url("../../fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 600; font-display: swap; src: url("../../fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 400; font-display: swap; src: url("../../fonts/cormorant-garamond-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("../../fonts/inter-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("../../fonts/inter-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("../../fonts/inter-latin-600-normal.woff2") format("woff2"); }

/* --- Design Tokens --- */
:root {
  --c-brand: #2e3b2c;
  --c-brand-dark: #1d2519;
  --c-brand-light: #4a5c44;
  --c-brand-soft: rgba(46, 59, 44, 0.08);

  --c-bark: #6b4f3a;
  --c-bark-light: #8a6a4f;

  --c-paper: #f3eee3;
  --c-paper-warm: #e9e0cd;
  --c-paper-deep: #ddd2ba;
  --c-ink: #21251d;
  --c-ink-mute: rgba(33, 37, 29, 0.64);
  --c-ink-faint: rgba(33, 37, 29, 0.34);
  --c-rule: rgba(33, 37, 29, 0.18);

  --c-gold: #b08d57;
  --c-gold-dark: #8c6e40;

  /* aged-cream for text on dark BG */
  --c-cream: #d8cdb0;
  --c-cream-mute: rgba(216, 205, 176, 0.8);
  --c-cream-faint: rgba(216, 205, 176, 0.52);

  --gap-xs: 0.5rem;
  --gap-sm: 0.875rem;
  --gap-md: 1.5rem;
  --gap-lg: 2.5rem;
  --gap-xl: 4rem;
  --gap-2xl: 7rem;

  --f-display: "Cormorant Garamond", Georgia, serif;
  --f-body: "Inter", system-ui, -apple-system, sans-serif;
  --f-ui: "Inter", system-ui, -apple-system, sans-serif;

  --size-hero: clamp(3.4rem, 9vw, 8.5rem);
  --size-h1: clamp(2.3rem, 5vw, 4rem);
  --size-h2: clamp(1.7rem, 3vw, 2.6rem);
  --size-h3: clamp(1.2rem, 2vw, 1.55rem);
  --size-eyebrow: 0.76rem;
  --size-body: clamp(1rem, 1.05vw, 1.06rem);
  --size-small: 0.86rem;

  --line-tight: 1.04;
  --line-snug: 1.25;
  --line-normal: 1.62;
}

/* --- Reset & base --- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--c-paper);
  color: var(--c-ink);
  font-family: var(--f-body);
  font-size: var(--size-body);
  line-height: var(--line-normal);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--c-brand); }
::selection { background: var(--c-brand); color: var(--c-paper); }

/* --- Typography helpers --- */
h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 500;
  line-height: var(--line-tight);
  letter-spacing: -0.01em;
  margin: 0 0 var(--gap-md);
  color: var(--c-ink);
}
.h-hero { font-size: var(--size-hero); font-weight: 400; letter-spacing: -0.025em; }
.h-1 { font-size: var(--size-h1); }
.h-2 { font-size: var(--size-h2); }
.h-3 { font-size: var(--size-h3); }
.eyebrow {
  font-family: var(--f-ui);
  font-size: var(--size-eyebrow);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--c-brand);
  font-weight: 600;
  display: inline-block;
  margin-bottom: var(--gap-sm);
}
.eyebrow.bark { color: var(--c-bark); }
em, .italic { font-style: italic; }
.kicker {
  font-family: var(--f-ui); font-size: 0.7rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--c-brand); font-weight: 600;
}
.dateline {
  font-family: var(--f-ui); font-size: 0.72rem; letter-spacing: 0.16em;
  color: var(--c-ink-faint);
}
.drop-cap::first-letter {
  font-family: var(--f-display);
  font-size: 4.2em; float: left; line-height: 0.82;
  margin: 0.06em 0.12em 0 0; color: var(--c-brand); font-weight: 500;
}

/* --- Layout containers --- */
.shell { max-width: 1240px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
.shell-tight { max-width: 760px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
.shell-wide { max-width: 1480px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
section { padding: var(--gap-2xl) 0; }
section.tight { padding: var(--gap-xl) 0; }

.rule { border: 0; border-top: 1px solid var(--c-rule); margin: 0; }
.rule-haircline { height: 1px; background: var(--c-rule); position: relative; }
.rule-haircline::after {
  content: ""; position: absolute; left: 0; top: 0; height: 1px; background: var(--c-brand);
  width: 0; transition: width 1.3s cubic-bezier(.2,.7,.2,1);
}
.in-view .rule-haircline::after { width: 100%; }

/* --- Navigation --- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(243, 238, 227, 0.9);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--c-rule);
  transition: background .3s;
}
.nav-inner {
  max-width: 1480px; margin: 0 auto;
  padding: 0.85rem clamp(1.25rem, 4vw, 2.5rem);
  display: flex; align-items: center; justify-content: space-between; gap: var(--gap-md);
}
.nav-brand { display: inline-flex; align-items: center; gap: 13px; }
.nav-mark {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; flex-shrink: 0;
  background: var(--c-brand); color: var(--c-paper);
  font-family: var(--f-display); font-size: 1.25rem; font-weight: 600;
  transition: transform .35s;
}
.nav-brand:hover .nav-mark { transform: rotate(-6deg) scale(1.05); }
.nav-wordmark { display: flex; flex-direction: column; line-height: 1.08; }
.nav-wordmark strong {
  font-family: var(--f-display); font-weight: 600; font-size: 1.18rem; color: var(--c-brand);
  letter-spacing: 0.01em;
}
.nav-wordmark .sub {
  font-family: var(--f-ui); font-size: 0.6rem; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--c-ink-mute); margin-top: 1px;
}
.nav-menu { display: flex; gap: var(--gap-md); align-items: center; }
.nav-menu a {
  font-family: var(--f-ui); font-size: 0.84rem; font-weight: 500;
  color: var(--c-ink); padding: 0.4rem 0; position: relative; letter-spacing: 0.01em;
}
.nav-menu a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px;
  height: 1.5px; background: var(--c-brand); transition: right .3s;
}
.nav-menu a:hover::after, .nav-menu a.active::after { right: 0; }
.nav-cta {
  font-family: var(--f-ui); font-size: 0.8rem; font-weight: 600;
  padding: 0.55rem 1.1rem; background: var(--c-brand); color: var(--c-paper) !important;
  border-radius: 999px; transition: background .25s, transform .25s;
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--c-brand-dark); transform: translateY(-1px); }

.nav-burger {
  display: none; flex-direction: column; gap: 4px; padding: 8px; cursor: pointer;
  background: transparent; border: 0;
}
@media (max-width: 920px) { .nav-menu { display: none; } .nav-burger { display: inline-flex; } }
.nav-burger span { width: 22px; height: 1.6px; background: var(--c-ink); transition: .3s; }
.nav-mobile {
  display: none; position: absolute; top: 100%; left: 0; right: 0;
  background: var(--c-paper); border-bottom: 1px solid var(--c-rule);
  padding: var(--gap-md) clamp(1.25rem, 4vw, 2.5rem);
}
.nav-mobile.open { display: block; }
.nav-mobile a { display: block; padding: 0.65rem 0; font-family: var(--f-ui); font-size: 0.98rem; border-bottom: 1px solid var(--c-rule); }
.nav-mobile a:last-child { border-bottom: 0; }

/* --- Buttons --- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 0.85rem 1.5rem;
  font-family: var(--f-ui); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  border-radius: 999px; transition: all .25s; cursor: pointer; border: 0;
}
.btn-primary { background: var(--c-brand); color: var(--c-paper); }
.btn-primary:hover { background: var(--c-brand-dark); color: var(--c-paper); transform: translateY(-2px); box-shadow: 0 10px 28px -12px rgba(29,37,25,0.6); }
.btn-ghost { background: transparent; color: var(--c-ink); border: 1.5px solid var(--c-ink); }
.btn-ghost:hover { background: var(--c-ink); color: var(--c-paper); }
.btn-cream { background: var(--c-cream); color: var(--c-brand-dark); }
.btn-cream:hover { background: #fff; transform: translateY(-2px); }
.btn .arrow { transition: transform .25s; }
.btn:hover .arrow { transform: translateX(4px); }

/* --- Image treatment: natural warm --- */
.img-treated img, .gallery img, .ms-image img {
  filter: saturate(1.02) contrast(1.03) brightness(0.99);
  transition: filter .6s, transform .8s;
}

/* --- Section header --- */
.section-head { text-align: center; margin-bottom: var(--gap-xl); }
.section-head .ornament {
  display: inline-block; width: 38px; height: 1px; background: var(--c-brand);
  margin: 0 var(--gap-sm); vertical-align: middle;
}
.section-head h2 { margin: 0 auto; max-width: 26ch; }
.section-head p { font-family: var(--f-display); font-style: italic; font-size: 1.2rem; color: var(--c-ink-mute); max-width: 56ch; margin: var(--gap-sm) auto 0; }

/* --- Footer --- */
.footer {
  background: var(--c-brand-dark);
  color: var(--c-cream);
  padding: var(--gap-2xl) 0 var(--gap-lg);
  margin-top: 0;
}
.footer a { color: var(--c-cream-mute); }
.footer a:hover { color: var(--c-cream); }
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: var(--gap-xl);
  align-items: start;
}
.footer-brand h3 { font-size: 1.7rem; color: var(--c-cream); margin-bottom: var(--gap-sm); }
.footer-brand p { color: var(--c-cream-mute); font-size: 0.92rem; line-height: 1.6; }
.footer-col h4 {
  font-family: var(--f-ui); font-size: 0.72rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--c-cream-faint); margin-bottom: var(--gap-md); font-weight: 600;
}
.footer-col a, .footer-col p {
  display: block; padding: 0.28rem 0;
  font-family: var(--f-body); font-size: 0.9rem; line-height: 1.55; margin: 0;
}
.footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--gap-md);
  padding-top: var(--gap-md); margin-top: var(--gap-xl);
  border-top: 1px solid rgba(216,205,176,0.18);
  font-family: var(--f-ui); font-size: 0.76rem; color: var(--c-cream-faint); letter-spacing: 0.04em;
}
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--gap-lg); } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }

/* --- Scroll-Reveal --- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal[data-delay="100"] { transition-delay: 100ms; }
.reveal[data-delay="200"] { transition-delay: 200ms; }
.reveal[data-delay="300"] { transition-delay: 300ms; }
.reveal[data-delay="400"] { transition-delay: 400ms; }
.reveal[data-delay="500"] { transition-delay: 500ms; }

:focus-visible { outline: 2px solid var(--c-brand); outline-offset: 3px; }

/* --- Scroll-progress bar --- */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--c-brand), var(--c-bark));
  transform-origin: left center; transform: scaleX(0);
  z-index: 100; pointer-events: none;
}

/* ============================================================
   CINEMATIC HERO — Ken Burns Crossfade + Dust + Haze + Char-Reveal
   ============================================================ */
.hero-cinematic {
  position: relative; min-height: 100vh; overflow: hidden;
  display: grid; place-items: center; background: var(--c-brand-dark); isolation: isolate;
}
.hero-cinematic > .bg {
  position: absolute; inset: -5%; z-index: 0;
  background-size: cover; background-position: center center;
  filter: saturate(1.02) brightness(0.82) contrast(1.05);
  animation: kenburns 30s ease-in-out infinite alternate;
  will-change: transform; opacity: 0; transition: opacity 2s ease;
}
.hero-cinematic > .bg.bg-1 { animation: kenburns 30s ease-in-out infinite alternate, fade-cycle-1 27s ease-in-out infinite; }
.hero-cinematic > .bg.bg-2 { animation: kenburns 30s ease-in-out infinite alternate -10s, fade-cycle-2 27s ease-in-out infinite; }
.hero-cinematic > .bg.bg-3 { animation: kenburns 30s ease-in-out infinite alternate -20s, fade-cycle-3 27s ease-in-out infinite; }
@keyframes kenburns { 0% { transform: scale(1.05) translate(0,0); } 100% { transform: scale(1.2) translate(-2.5%, -3%); } }
@keyframes fade-cycle-1 { 0%,25% { opacity: 1; } 33%,92% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fade-cycle-2 { 0%,25% { opacity: 0; } 33%,58% { opacity: 1; } 66%,100% { opacity: 0; } }
@keyframes fade-cycle-3 { 0%,58% { opacity: 0; } 66%,91% { opacity: 1; } 100% { opacity: 0; } }

.hero-cinematic > .vignette {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(85% 55% at 50% 32%, transparent 0%, rgba(0,0,0,0.06) 65%, rgba(0,0,0,0.28) 100%),
    linear-gradient(180deg, rgba(29,37,25,0.18) 0%, transparent 28%, rgba(29,37,25,0.5) 72%, rgba(0,0,0,0.78) 100%);
}
.hero-cinematic > .dust {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background-image:
    radial-gradient(circle 1.5px at 20% 30%, rgba(255,245,210,0.55), transparent),
    radial-gradient(circle 1px at 80% 20%, rgba(255,245,210,0.45), transparent),
    radial-gradient(circle 2px at 50% 70%, rgba(255,245,210,0.5), transparent),
    radial-gradient(circle 1.5px at 70% 80%, rgba(255,245,210,0.4), transparent),
    radial-gradient(circle 1px at 10% 60%, rgba(255,245,210,0.45), transparent),
    radial-gradient(circle 1.5px at 90% 50%, rgba(255,245,210,0.45), transparent),
    radial-gradient(circle 1px at 30% 85%, rgba(255,245,210,0.5), transparent),
    radial-gradient(circle 1.5px at 60% 15%, rgba(255,245,210,0.45), transparent);
  animation: dust-drift 28s linear infinite; opacity: 0.7;
}
@keyframes dust-drift {
  0% { transform: translateY(0) translateX(0); opacity: 0.25; }
  50% { transform: translateY(-16px) translateX(8px); opacity: 0.7; }
  100% { transform: translateY(-32px) translateX(-4px); opacity: 0.18; }
}
.hero-cinematic > .haze {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: radial-gradient(42% 32% at 28% 18%, rgba(255,240,200,0.16), transparent 70%);
  mix-blend-mode: screen;
}
.hero-cinematic > .letterbox {
  position: absolute; left: 0; right: 0; z-index: 6; pointer-events: none;
  background: #000; transition: height 0.9s cubic-bezier(.4,.7,.2,1);
}
.hero-cinematic > .letterbox.top { top: 0; height: 0; }
.hero-cinematic > .letterbox.bottom { bottom: 0; height: 0; }
.hero-cinematic.in-view > .letterbox.top { height: 52px; }
.hero-cinematic.in-view > .letterbox.bottom { height: 52px; }

.hero-cinematic .hero-inner {
  position: relative; z-index: 3; color: var(--c-cream); text-align: center; padding: 0 var(--gap-md);
  max-width: 880px;
}
.hero-cinematic .hero-eyebrow {
  font-family: var(--f-ui); font-size: 0.76rem; letter-spacing: 0.34em;
  text-transform: uppercase; color: var(--c-cream-faint); margin-bottom: var(--gap-md);
  opacity: 0; transform: translateY(-12px); transition: opacity 1.4s 0.4s, transform 1.4s 0.4s;
}
.hero-cinematic.in-view .hero-eyebrow { opacity: 1; transform: translateY(0); }
.hero-cinematic .hero-title {
  font-family: var(--f-display); font-weight: 500;
  font-size: var(--size-hero); letter-spacing: -0.025em; line-height: 0.94;
  color: var(--c-cream); text-shadow: 0 2px 30px rgba(0,0,0,0.4); margin: 0 0 var(--gap-md);
}
.hero-cinematic .hero-title em { font-style: italic; color: #e8e0c8; }
.hero-cinematic .hero-title .char {
  display: inline-block; opacity: 0;
  transform: translateY(40px) rotateX(-30deg); filter: blur(8px);
  transition: opacity 1.4s cubic-bezier(.2,.7,.2,1), transform 1.4s cubic-bezier(.2,.7,.2,1), filter 1.4s;
}
.hero-cinematic.in-view .hero-title .char { opacity: 1; transform: translateY(0) rotateX(0); filter: blur(0); }
.hero-cinematic .hero-sub {
  font-family: var(--f-display); font-style: italic; font-size: clamp(1.1rem, 1.7vw, 1.5rem);
  color: var(--c-cream-mute); max-width: 54ch; margin: 0 auto var(--gap-lg); line-height: 1.55;
  opacity: 0; transform: translateY(16px); transition: opacity 1.4s 0.8s, transform 1.4s 0.8s;
}
.hero-cinematic.in-view .hero-sub { opacity: 1; transform: translateY(0); }
.hero-cinematic .hero-actions {
  opacity: 0; transform: translateY(14px); transition: opacity 1.4s 1.1s, transform 1.4s 1.1s;
  display: flex; gap: var(--gap-sm); justify-content: center; flex-wrap: wrap;
}
.hero-cinematic.in-view .hero-actions { opacity: 1; transform: translateY(0); }
.hero-cinematic .hero-meta {
  font-family: var(--f-ui); font-size: 0.8rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--c-cream-faint); display: inline-flex; align-items: center; gap: var(--gap-md);
  margin-top: var(--gap-lg);
  opacity: 0; transform: translateY(12px); transition: opacity 1.4s 1.4s, transform 1.4s 1.4s;
}
.hero-cinematic.in-view .hero-meta { opacity: 1; transform: translateY(0); }
.hero-cinematic .hero-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--c-gold); }
.hero-cinematic .scroll-cue {
  position: absolute; bottom: 76px; left: 50%; transform: translateX(-50%);
  color: var(--c-cream-faint); font-family: var(--f-ui); font-size: 0.66rem; letter-spacing: 0.4em;
  text-transform: uppercase; z-index: 3; animation: pulse-down 2.6s ease-in-out infinite;
}
.hero-cinematic .scroll-cue::after { content: "↓"; display: block; font-size: 1rem; margin-top: 6px; }
@keyframes pulse-down { 0%,100% { transform: translate(-50%,0); opacity: 0.65; } 50% { transform: translate(-50%,8px); opacity: 1; } }

/* --- Sub-page mini cinematic hero --- */
.hero-sub-cinematic { min-height: 62vh; }
.hero-sub-cinematic .hero-title { font-size: clamp(2.8rem, 8vw, 6rem); }

/* ============================================================
   EDITORIAL COLUMN sections
   ============================================================ */
.editorial-intro { max-width: 720px; margin: 0 auto; text-align: center; }
.editorial-intro .lead {
  font-family: var(--f-display); font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.45;
  color: var(--c-ink); font-weight: 400;
}
.editorial-intro .lead em { color: var(--c-brand); }

/* magazine split */
.magazine-split { display: grid; gap: var(--gap-xl); grid-template-columns: 1fr 1fr; align-items: center; margin-bottom: var(--gap-2xl); }
.magazine-split:last-child { margin-bottom: 0; }
.magazine-split.reverse > .ms-text { order: 2; }
.magazine-split .ms-text { padding: var(--gap-md) 0; }
.magazine-split .ms-image { position: relative; overflow: hidden; border-radius: 3px; background: var(--c-paper-warm); }
.magazine-split .ms-image img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; transform: scale(1.08); transition: transform 1.6s cubic-bezier(.2,.7,.2,1), filter .6s; }
.magazine-split.in-view .ms-image img { transform: scale(1); }
.magazine-split .ms-image:hover img { filter: saturate(1.12) brightness(1.02); transform: scale(1.04); }
.magazine-split .ms-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 60px rgba(29,37,25,0.1); pointer-events: none; }
@media (max-width: 880px) { .magazine-split { grid-template-columns: 1fr; gap: var(--gap-lg); } .magazine-split.reverse > .ms-text { order: 0; } }

/* --- Stat counters --- */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap-lg); text-align: center; }
.stat .num { font-family: var(--f-display); font-size: clamp(2.6rem, 5vw, 4rem); font-weight: 500; color: var(--c-brand); line-height: 1; font-variant-numeric: tabular-nums; }
.stat .label { font-family: var(--f-ui); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-ink-mute); margin-top: var(--gap-xs); }
@media (max-width: 700px) { .stat-row { grid-template-columns: 1fr 1fr; gap: var(--gap-md); } }

/* --- Service editorial list --- */
.service-list { list-style: none; margin: 0; padding: 0; }
.service-list li { display: grid; grid-template-columns: auto 1fr auto; gap: var(--gap-md); align-items: baseline; padding: var(--gap-md) 0; border-bottom: 1px solid var(--c-rule); }
.service-list li:first-child { border-top: 1px solid var(--c-rule); }
.service-list .num { font-family: var(--f-ui); font-size: 0.76rem; color: var(--c-ink-faint); letter-spacing: 0.14em; min-width: 2.6rem; }
.service-list .item-title { font-family: var(--f-display); font-size: var(--size-h3); font-weight: 500; color: var(--c-ink); }
.service-list .item-desc { font-family: var(--f-body); color: var(--c-ink-mute); font-size: 0.94rem; margin-top: 0.3rem; line-height: 1.5; }
.service-list .go { font-family: var(--f-ui); font-size: 0.78rem; color: var(--c-brand); white-space: nowrap; font-weight: 600; }

/* --- Service cards --- */
.service-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: var(--gap-lg); }
.service-card {
  background: var(--c-paper); border: 1px solid var(--c-rule); border-radius: 4px; overflow: hidden;
  display: flex; flex-direction: column; transition: transform .4s, box-shadow .4s, border-color .4s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px -28px rgba(29,37,25,0.5); border-color: var(--c-brand-light); }
.service-card .sc-img { aspect-ratio: 16/10; overflow: hidden; background: var(--c-paper-warm); }
.service-card .sc-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.02); transition: transform .8s; }
.service-card:hover .sc-img img { transform: scale(1.06); }
.service-card .sc-body { padding: var(--gap-md); display: flex; flex-direction: column; gap: var(--gap-xs); flex: 1; }
.service-card .sc-body h3 { font-size: 1.4rem; margin: 0; }
.service-card .sc-body p { font-size: 0.92rem; color: var(--c-ink-mute); margin: 0; flex: 1; }
.service-card .sc-link { font-family: var(--f-ui); font-size: 0.78rem; font-weight: 600; color: var(--c-brand); text-transform: uppercase; letter-spacing: 0.08em; margin-top: var(--gap-xs); }
.service-card .sc-link .arrow { transition: transform .25s; display: inline-block; }
.service-card:hover .sc-link .arrow { transform: translateX(4px); }

/* ============================================================
   BEFORE / AFTER SLIDER (GaLaBau core feature)
   ============================================================ */
.ba-wrap {
  position: relative; width: 100%; max-width: 1100px; margin: 0 auto;
  aspect-ratio: 1800/700; overflow: hidden; border-radius: 4px;
  user-select: none; touch-action: pan-y; cursor: ew-resize;
  box-shadow: 0 30px 70px -36px rgba(29,37,25,0.7);
}
.ba-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba-after { z-index: 1; }
.ba-before-clip { position: absolute; inset: 0; z-index: 2; width: 50%; overflow: hidden; }
.ba-before-clip img { width: auto; height: 100%; min-width: 1100px; max-width: none; }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%; z-index: 3; width: 3px;
  background: var(--c-cream); transform: translateX(-50%); pointer-events: none;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
}
.ba-grip {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 48px; height: 48px; border-radius: 50%; background: var(--c-cream);
  display: grid; place-items: center; box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  color: var(--c-brand-dark); font-size: 1.1rem; font-weight: 700;
}
.ba-grip::before { content: "⟺"; font-size: 1.2rem; }
.ba-label {
  position: absolute; bottom: 16px; z-index: 4; font-family: var(--f-ui);
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
  padding: 6px 12px; border-radius: 999px; background: rgba(29,37,25,0.72); color: var(--c-cream);
  backdrop-filter: blur(4px);
}
.ba-label.before { left: 16px; }
.ba-label.after { right: 16px; }

/* ============================================================
   GALLERY (masonry-ish) + LIGHTBOX
   ============================================================ */
.gallery-masonry { columns: 3 280px; column-gap: var(--gap-sm); }
.gallery-masonry .g-item {
  break-inside: avoid; margin-bottom: var(--gap-sm); overflow: hidden; border-radius: 3px;
  background: var(--c-paper-warm); cursor: zoom-in; position: relative; display: block;
}
.gallery-masonry .g-item img { width: 100%; height: auto; display: block; filter: saturate(0.96) brightness(0.99); transition: filter .6s, transform .8s; }
.gallery-masonry .g-item:hover img { filter: saturate(1.12) brightness(1.03); transform: scale(1.05); }
.gallery-masonry .g-item .g-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 1.2rem 1rem 0.7rem;
  font-family: var(--f-ui); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: #fff; background: linear-gradient(transparent, rgba(29,37,25,0.78));
  opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .4s;
}
.gallery-masonry .g-item:hover .g-cap { opacity: 1; transform: translateY(0); }
@media (max-width: 640px) { .gallery-masonry { columns: 2 150px; } }

.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(15,18,12,0.94); display: none; place-items: center; padding: var(--gap-lg); backdrop-filter: blur(6px); }
.lightbox.open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 86vh; object-fit: contain; border-radius: 3px; box-shadow: 0 20px 80px rgba(0,0,0,0.6); }
.lightbox .lb-close { position: absolute; top: 22px; right: 26px; color: var(--c-cream); font-size: 2rem; cursor: pointer; line-height: 1; background: none; border: 0; }
.lightbox .lb-nav { position: absolute; top: 50%; transform: translateY(-50%); color: var(--c-cream); font-size: 2.4rem; cursor: pointer; background: none; border: 0; padding: 0 var(--gap-md); user-select: none; opacity: 0.7; transition: opacity .2s; }
.lightbox .lb-nav:hover { opacity: 1; }
.lightbox .lb-prev { left: 8px; } .lightbox .lb-next { right: 8px; }
.lightbox .lb-cap { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; color: var(--c-cream-mute); font-family: var(--f-ui); font-size: 0.8rem; letter-spacing: 0.1em; }

/* ============================================================
   BLEED STRIP (full-bleed atmospheric)
   ============================================================ */
.bleed-strip {
  position: relative; min-height: 78vh; margin: 0; overflow: hidden;
  display: grid; place-items: center; isolation: isolate;
}
.bleed-strip > img {
  position: absolute; inset: 0; width: 100%; height: 128%; object-fit: cover;
  z-index: -2; will-change: transform; filter: saturate(0.9) brightness(0.52) contrast(1.08);
}
.bleed-strip::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(135deg, rgba(46,59,44,0.5), rgba(29,37,25,0.78)); mix-blend-mode: multiply;
}
.bleed-strip::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 46px; background: #000; z-index: 2; opacity: 0; transition: opacity .8s; pointer-events: none; }
.bleed-strip .letterbox-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 46px; background: #000; z-index: 2; opacity: 0; transition: opacity .8s; pointer-events: none; }
.bleed-strip.in-view::before, .bleed-strip.in-view .letterbox-bottom { opacity: 1; }
.bleed-strip .bleed-inner { text-align: center; color: var(--c-cream); padding: 0 var(--gap-lg); max-width: 820px; z-index: 1; }
.bleed-strip .bleed-inner .eyebrow { color: var(--c-gold); }
.bleed-strip .bleed-inner h2 { color: var(--c-cream); font-size: clamp(2.4rem, 5.5vw, 5rem); font-style: italic; font-weight: 400; text-shadow: 0 2px 30px rgba(0,0,0,0.45); margin: 0 auto var(--gap-md); }
.bleed-strip .bleed-inner p { color: var(--c-cream-mute); font-family: var(--f-display); font-style: italic; font-size: 1.2rem; max-width: 50ch; margin: 0 auto; }

/* ============================================================
   CHAPTER CARD (3-generations dark statement)
   ============================================================ */
.chapter-card { position: relative; min-height: 70vh; background: var(--c-brand-dark); color: var(--c-cream); display: grid; place-items: center; padding: var(--gap-2xl) 0; overflow: hidden; isolation: isolate; }
.chapter-card::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(60% 50% at 50% 50%, rgba(46,59,44,0.4), transparent 70%), linear-gradient(180deg, #161c12 0%, #1d2519 50%, #161c12 100%); }
.chapter-card .chapter-inner { position: relative; z-index: 2; text-align: center; padding: 0 var(--gap-md); }
.chapter-card .chapter-num { font-family: var(--f-display); font-size: clamp(7rem, 20vw, 18rem); font-weight: 400; letter-spacing: -0.03em; line-height: 0.85; color: var(--c-cream); opacity: 0.1; margin: 0; }
.chapter-card .chapter-tag { font-family: var(--f-ui); font-size: 0.76rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--c-gold); margin-bottom: var(--gap-md); }
.chapter-card .chapter-line { font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: clamp(1.5rem, 3vw, 2.5rem); color: var(--c-cream); max-width: 28ch; margin: 0 auto; line-height: 1.3; margin-top: calc(-1 * clamp(3rem, 10vw, 10rem)); }

/* --- Quote / bold statement --- */
.bold-statement { padding: var(--gap-2xl) 0; text-align: center; position: relative; }
.bold-statement .quote { font-family: var(--f-display); font-size: clamp(1.9rem, 4.5vw, 3.8rem); line-height: 1.12; font-weight: 400; font-style: italic; color: var(--c-ink); max-width: 24ch; margin: 0 auto var(--gap-md); letter-spacing: -0.01em; }
.bold-statement .quote em { color: var(--c-brand); }

/* --- Contact card --- */
.contact-card { background: var(--c-paper); border: 1px solid var(--c-rule); border-radius: 4px; padding: var(--gap-xl); display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap-xl); }
.contact-card h3 { font-size: 1.9rem; color: var(--c-brand); margin-bottom: var(--gap-md); }
.contact-card .field { margin-bottom: var(--gap-md); }
.contact-card .field strong { display: block; font-family: var(--f-ui); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-ink-mute); margin-bottom: 4px; }
.contact-card .field a { color: var(--c-ink); border-bottom: 1px solid var(--c-rule); }
.contact-card .field a:hover { color: var(--c-brand); border-color: var(--c-brand); }
@media (max-width: 700px) { .contact-card { grid-template-columns: 1fr; padding: var(--gap-lg); } }

/* --- Region chips --- */
.region-chips { display: flex; flex-wrap: wrap; gap: var(--gap-sm); justify-content: center; }
.region-chips span { font-family: var(--f-ui); font-size: 0.82rem; padding: 0.45rem 1rem; border: 1px solid var(--c-rule); border-radius: 999px; color: var(--c-ink-mute); background: var(--c-paper); transition: all .3s; }
.region-chips span:hover { border-color: var(--c-brand); color: var(--c-brand); transform: translateY(-2px); }

/* --- Legal pages --- */
.legal-body { max-width: 720px; margin: 0 auto; }
.legal-body h2 { margin-top: var(--gap-lg); font-size: 1.5rem; }
.legal-body p, .legal-body li { color: var(--c-ink-mute); line-height: 1.7; }
.legal-body ul { padding: 0; list-style: none; }
.legal-body ul li { padding: 0.5rem 0; border-bottom: 1px solid var(--c-rule); }

/* ============================================================
   DEMO NOTICE + STICKY MOBILE CTA
   ============================================================ */
.demo-notice {
  position: fixed; bottom: 14px; left: 14px; z-index: 90;
  background: rgba(29,37,25,0.92); color: var(--c-cream); backdrop-filter: blur(6px);
  font-family: var(--f-ui); font-size: 0.7rem; letter-spacing: 0.03em;
  padding: 0.5rem 0.85rem; border-radius: 999px; max-width: 280px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25); line-height: 1.4;
}
.demo-notice strong { color: var(--c-gold); }

.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 80;
  display: none; gap: 8px; padding: 10px 12px;
  background: rgba(243,238,227,0.96); backdrop-filter: blur(8px);
  border-top: 1px solid var(--c-rule); box-shadow: 0 -6px 24px rgba(29,37,25,0.12);
}
.sticky-cta a { flex: 1; justify-content: center; padding: 0.8rem; font-size: 0.74rem; }
@media (max-width: 720px) {
  .sticky-cta { display: flex; }
  .demo-notice { bottom: 64px; font-size: 0.64rem; padding: 0.4rem 0.7rem; max-width: 220px; }
  body { padding-bottom: 0; }
}

/* --- reduce motion --- */
@media (prefers-reduced-motion: reduce) {
  .scroll-progress, .hero-cinematic > .bg, .hero-cinematic > .dust, .bleed-strip > img,
  .hero-cinematic .hero-title .char, .magazine-split .ms-image img {
    transition: none !important; animation: none !important; transform: none !important;
  }
  .reveal { opacity: 1; transform: none; }
  .hero-cinematic > .bg.bg-1 { opacity: 1; }
}
@media print { .nav, .footer, .scroll-cue, .scroll-progress, .demo-notice, .sticky-cta { display: none !important; } }
