/* ============================================================
   Gala Buduri — Garten- & Landschaftsbau · Aalen · seit 2002
   FAMILIEN-HERITAGE-CINEMATIC
   Olive #5c6b3a · Terracotta #b56a43 · Cream #f5efe3
   Fraunces (warm serif) + Inter · self-hosted · zero tracking
   ============================================================ */

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

/* --- Design Tokens --- */
:root {
  --c-olive: #5c6b3a;
  --c-olive-dark: #41502a;
  --c-olive-light: #7d8c54;
  --c-olive-soft: rgba(92, 107, 58, 0.09);
  --c-terra: #b56a43;
  --c-terra-dark: #94542f;

  --c-cream: #f5efe3;
  --c-cream-warm: #ece2cf;
  --c-cream-deep: #ddd0b7;
  --c-ink: #2a2620;
  --c-ink-mute: rgba(42, 38, 32, 0.66);
  --c-ink-faint: rgba(42, 38, 32, 0.36);
  --c-rule: rgba(42, 38, 32, 0.16);

  /* light text on dark imagery — warm parchment, not pure white */
  --c-light: #f3ecdc;
  --c-light-mute: rgba(243, 236, 220, 0.82);
  --c-light-faint: rgba(243, 236, 220, 0.55);

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

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

  --size-h1: clamp(2.4rem, 5vw, 4.2rem);
  --size-h2: clamp(1.7rem, 3vw, 2.6rem);
  --size-h3: clamp(1.2rem, 2vw, 1.6rem);
  --size-eyebrow: 0.76rem;
  --size-body: clamp(1rem, 1.05vw, 1.075rem);

  --line-tight: 1.05; --line-snug: 1.25; --line-normal: 1.6;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--c-cream);
  color: var(--c-ink);
  font-family: var(--f-body);
  font-size: var(--size-body);
  line-height: var(--line-normal);
  -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-olive); }
::selection { background: var(--c-olive); color: var(--c-cream); }

h1, h2, h3, h4 {
  font-family: var(--f-display); font-weight: 500;
  line-height: var(--line-tight); letter-spacing: -0.012em;
  margin: 0 0 var(--gap-md); color: var(--c-ink);
}
.h-1 { font-size: var(--size-h1); font-weight: 500; }
.h-2 { font-size: var(--size-h2); }
.h-3 { font-size: var(--size-h3); }
em, .italic { font-style: italic; }
.eyebrow, .kicker {
  font-family: var(--f-ui); font-size: var(--size-eyebrow);
  text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--c-olive); font-weight: 600;
  display: inline-block; margin-bottom: var(--gap-sm);
}
.eyebrow.terra, .kicker.terra { color: var(--c-terra); }
.eyebrow.ink { color: var(--c-ink-mute); }
.dateline {
  font-family: var(--f-ui); font-size: 0.72rem; letter-spacing: 0.16em;
  color: var(--c-ink-faint); text-transform: uppercase;
}
.drop-cap::first-letter {
  font-family: var(--f-display); font-size: 3.8em; float: left;
  line-height: 0.82; margin: 0.06em 0.12em 0 0; color: var(--c-olive); font-weight: 500;
}

/* --- Containers --- */
.shell { max-width: 1280px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
.shell-tight { max-width: 860px; 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-top: 1px solid var(--c-rule); }
.rule-haircline { height: 1px; background: var(--c-ink); position: relative; }
.rule-haircline::after {
  content: ""; position: absolute; left: 0; top: 50%; height: 1px; background: var(--c-olive);
  width: 0; transition: width 1.2s cubic-bezier(.2,.7,.2,1);
}
.in-view .rule-haircline::after { width: 100%; }

/* --- Navigation --- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 239, 227, 0.9);
  backdrop-filter: saturate(150%) blur(10px);
  -webkit-backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--c-rule);
}
.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: 12px; }
.nav-logo { height: 42px; width: auto; flex-shrink: 0; transition: transform .35s; }
.nav-brand:hover .nav-logo { transform: scale(1.05); }
.nav-wordmark { display: flex; flex-direction: column; line-height: 1.05; }
.nav-wordmark strong { font-family: var(--f-display); font-weight: 600; font-size: 1.12rem; color: var(--c-olive); }
.nav-wordmark .sub { font-family: var(--f-ui); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-ink-mute); }
.nav-menu { display: flex; gap: var(--gap-md); align-items: center; }
.nav-menu a {
  font-family: var(--f-ui); font-size: 0.85rem; 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-olive); 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.82rem; font-weight: 600;
  padding: 0.55rem 1.1rem; background: var(--c-terra); color: var(--c-cream) !important;
  border-radius: 999px; transition: background .25s, transform .2s;
}
.nav-cta:hover { background: var(--c-terra-dark); transform: translateY(-1px); }
.nav-cta::after { display: none; }
.nav-burger { display: none; flex-direction: column; gap: 4px; padding: 8px; cursor: pointer; background: transparent; border: 0; }
.nav-burger span { width: 22px; height: 1.5px; background: var(--c-ink); }
.nav-mobile {
  display: none; position: absolute; top: 100%; left: 0; right: 0;
  background: var(--c-cream); border-bottom: 1px solid var(--c-rule); padding: var(--gap-md);
}
.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; }
@media (max-width: 920px) {
  .nav-menu { display: none; }
  .nav-burger { display: inline-flex; }
}

/* --- Buttons --- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 0.85rem 1.5rem; font-family: var(--f-ui); font-size: 0.85rem; 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-terra); color: var(--c-cream); }
.btn-primary:hover { background: var(--c-terra-dark); color: var(--c-cream); transform: translateY(-2px); box-shadow: 0 10px 28px -12px rgba(149,84,47,0.6); }
.btn-olive { background: var(--c-olive); color: var(--c-cream); }
.btn-olive:hover { background: var(--c-olive-dark); color: var(--c-cream); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--c-ink); border: 1px solid var(--c-ink); }
.btn-ghost:hover { background: var(--c-ink); color: var(--c-cream); }
.btn-light { background: var(--c-cream); color: var(--c-ink); }
.btn-light:hover { background: #fff; color: var(--c-ink); transform: translateY(-2px); }
.btn .arrow { transition: transform .25s; }
.btn:hover .arrow { transform: translateX(4px); }

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

/* --- Warm-natural image treatment (NO sepia — gardens live on color) --- */
.img-treated img, .ms-image img, .gallery img, .seg-card img {
  filter: saturate(1.06) contrast(1.03) brightness(1.0);
  transition: filter .6s, transform .8s cubic-bezier(.2,.7,.2,1);
}
.img-treated:hover img { filter: saturate(1.14) contrast(1.05) brightness(1.02); }

/* ============================================================
   HERO — cinematic crossfade garden slideshow
   ============================================================ */
.hero-cinematic {
  position: relative; min-height: 100vh; overflow: hidden;
  display: grid; place-items: center; background: var(--c-olive-dark); isolation: isolate;
}
.hero-cinematic > .bg {
  position: absolute; inset: -5%; z-index: 0;
  background-size: cover; background-position: center;
  filter: saturate(1.04) contrast(1.04) brightness(0.82);
  opacity: 0; will-change: transform, opacity;
}
.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.06) translate(0,0); } 100% { transform: scale(1.2) translate(-2.5%,-3%); } }
@keyframes fade-cycle-1 { 0%,28% { opacity: 1; } 36%,92% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fade-cycle-2 { 0%,28% { opacity: 0; } 36%,61% { opacity: 1; } 69%,100% { opacity: 0; } }
@keyframes fade-cycle-3 { 0%,61% { opacity: 0; } 69%,92% { opacity: 1; } 100% { opacity: 0; } }

.hero-cinematic > .vignette {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(80% 55% at 50% 32%, transparent 0%, rgba(20,24,12,0.08) 70%, rgba(20,24,12,0.3) 100%),
    linear-gradient(180deg, rgba(65,80,42,0.18) 0%, transparent 26%, rgba(30,28,20,0.5) 74%, rgba(20,18,12,0.78) 100%);
}
.hero-cinematic > .haze {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: radial-gradient(42% 32% at 28% 22%, rgba(255,235,190,0.16), transparent 70%);
  mix-blend-mode: screen;
}
.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,242,210,0.6), transparent),
    radial-gradient(circle 1px at 80% 20%, rgba(255,242,210,0.5), transparent),
    radial-gradient(circle 2px at 50% 70%, rgba(255,242,210,0.5), transparent),
    radial-gradient(circle 1.5px at 70% 80%, rgba(255,242,210,0.45), transparent),
    radial-gradient(circle 1px at 12% 62%, rgba(255,242,210,0.5), transparent),
    radial-gradient(circle 1.5px at 90% 50%, rgba(255,242,210,0.45), transparent),
    radial-gradient(circle 1px at 32% 86%, rgba(255,242,210,0.5), transparent),
    radial-gradient(circle 1.5px at 60% 14%, rgba(255,242,210,0.45), transparent);
  animation: dust-drift 28s linear infinite; opacity: 0.8;
}
@keyframes dust-drift {
  0% { transform: translateY(0) translateX(0); opacity: 0.3; }
  50% { transform: translateY(-16px) translateX(8px); opacity: 0.8; }
  100% { transform: translateY(-32px) translateX(-4px); opacity: 0.2; }
}
.hero-cinematic > .letterbox { position: absolute; left: 0; right: 0; z-index: 6; background: #1a160f; height: 0; transition: height 0.9s cubic-bezier(.4,.7,.2,1); pointer-events: none; }
.hero-cinematic > .letterbox.top { top: 0; }
.hero-cinematic > .letterbox.bottom { bottom: 0; }
.hero-cinematic.in-view > .letterbox { height: 48px; }

.hero-cinematic .hero-inner {
  position: relative; z-index: 3; color: var(--c-light); text-align: center; padding: 0 var(--gap-md);
  will-change: transform;
}
.hero-eyebrow {
  font-family: var(--f-ui); font-size: 0.78rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--c-light-faint); margin-bottom: var(--gap-md);
  opacity: 0; transform: translateY(-12px); transition: opacity 1.3s 0.3s, transform 1.3s 0.3s;
}
.hero-cinematic.in-view .hero-eyebrow { opacity: 1; transform: translateY(0); }
.hero-title {
  font-family: var(--f-display); font-weight: 500;
  font-size: clamp(3rem, 10vw, 8rem); letter-spacing: -0.02em; line-height: 0.94;
  color: var(--c-light); text-shadow: 0 4px 40px rgba(0,0,0,0.4); margin: 0 0 var(--gap-md);
  white-space: nowrap; overflow-wrap: normal; word-break: keep-all;
}
@media (max-width: 460px) { .hero-title { font-size: clamp(2.5rem, 13vw, 3.4rem); } }
.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-sub {
  font-family: var(--f-display); font-style: italic; font-size: clamp(1.05rem, 1.6vw, 1.4rem);
  color: var(--c-light-mute); max-width: 56ch; margin: 0 auto var(--gap-lg); line-height: 1.55;
  opacity: 0; transform: translateY(16px); transition: opacity 1.4s 0.85s, transform 1.4s 0.85s;
}
.hero-cinematic.in-view .hero-sub { opacity: 1; transform: translateY(0); }
.hero-meta {
  font-family: var(--f-ui); font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--c-light-faint); display: inline-flex; align-items: center; gap: var(--gap-md); flex-wrap: wrap; justify-content: center;
  opacity: 0; transform: translateY(12px); transition: opacity 1.4s 1.2s, transform 1.4s 1.2s; margin-bottom: var(--gap-lg);
}
.hero-cinematic.in-view .hero-meta { opacity: 1; transform: translateY(0); }
.hero-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--c-terra); }
.hero-actions { opacity: 0; transform: translateY(14px); transition: opacity 1.4s 1.5s, transform 1.4s 1.5s; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero-cinematic.in-view .hero-actions { opacity: 1; transform: translateY(0); }
.scroll-cue {
  position: absolute; bottom: 64px; left: 50%; transform: translateX(-50%); z-index: 3;
  color: var(--c-light-faint); font-family: var(--f-ui); font-size: 0.68rem; letter-spacing: 0.35em; text-transform: uppercase;
  animation: pulse-down 2.6s ease-in-out infinite;
}
.scroll-cue::after { content: " ↓"; }
@keyframes pulse-down { 0%,100% { transform: translateX(-50%) translateY(0); opacity: 0.7; } 50% { transform: translateX(-50%) translateY(8px); opacity: 1; } }

/* --- Sub-page hero (interior pages) --- */
.page-hero {
  position: relative; min-height: 56vh; display: grid; place-items: center;
  overflow: hidden; background: var(--c-olive-dark); isolation: isolate; text-align: center;
}
.page-hero > .bg {
  position: absolute; inset: -4%; z-index: 0; background-size: cover; background-position: center;
  filter: saturate(1.04) contrast(1.03) brightness(0.7); animation: kenburns 34s ease-in-out infinite alternate; will-change: transform;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(30,28,20,0.4), rgba(20,18,12,0.66));
}
.page-hero .page-hero-inner { position: relative; z-index: 2; color: var(--c-light); padding: var(--gap-xl) var(--gap-md); }
.page-hero .page-hero-inner h1 { font-size: clamp(2.6rem, 7vw, 5.4rem); color: var(--c-light); text-shadow: 0 4px 36px rgba(0,0,0,0.4); margin-bottom: var(--gap-sm); }
.page-hero .page-hero-inner .eyebrow { color: var(--c-terra); }
.page-hero .page-hero-inner p { color: var(--c-light-mute); font-family: var(--f-display); font-style: italic; font-size: 1.18rem; max-width: 52ch; margin: var(--gap-sm) auto 0; }

/* ============================================================
   Chapter cards (heritage)
   ============================================================ */
.chapter-card {
  position: relative; min-height: 64vh; background: var(--c-ink); color: var(--c-light);
  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(92,107,58,0.3), transparent 70%), linear-gradient(180deg,#1a160f,#211c12 50%,#1a160f);
}
.chapter-inner { position: relative; z-index: 2; text-align: center; padding: 0 var(--gap-md); }
.chapter-year {
  font-family: var(--f-display); font-size: clamp(7rem, 20vw, 18rem); font-weight: 500;
  letter-spacing: -0.03em; line-height: 0.85; color: var(--c-light); opacity: 0.12; margin: 0;
  will-change: transform;
}
.chapter-tag { font-family: var(--f-ui); font-size: 0.78rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--c-terra); margin-bottom: var(--gap-md); }
.chapter-line {
  font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: clamp(1.5rem, 3vw, 2.4rem);
  color: var(--c-light); max-width: 30ch; margin: 0 auto; line-height: 1.25;
  margin-top: calc(-1 * clamp(3.5rem, 10vw, 10rem)); position: relative; z-index: 3;
}

/* ============================================================
   Magazine split / segment cards
   ============================================================ */
.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-text p { color: var(--c-ink-mute); }
.magazine-split .ms-image { position: relative; overflow: hidden; border-radius: 4px; background: var(--c-cream-warm); box-shadow: 0 24px 60px -32px rgba(42,38,32,0.5); }
.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.0); }
.magazine-split .ms-image::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(243,236,220,0.4); pointer-events: none; z-index: 2; opacity: 0; transition: opacity .8s 0.4s; }
.magazine-split.in-view .ms-image::before { opacity: 1; }
@media (max-width: 880px) { .magazine-split { grid-template-columns: 1fr; gap: var(--gap-lg); } .magazine-split.reverse > .ms-text { order: 0; } }

/* --- Segment cards (3 audiences) --- */
.seg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap-md); }
.seg-card {
  position: relative; overflow: hidden; border-radius: 6px; min-height: 420px; display: flex;
  align-items: flex-end; isolation: isolate; transition: transform .4s; box-shadow: 0 18px 44px -28px rgba(42,38,32,0.45);
}
.seg-card:hover { transform: translateY(-6px); }
.seg-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.seg-card:hover img { transform: scale(1.08); }
.seg-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 28%, rgba(30,28,20,0.86)); }
.seg-card .seg-body { padding: var(--gap-lg); color: var(--c-light); }
.seg-card .seg-body h3 { color: var(--c-light); margin-bottom: 0.5rem; font-size: 1.5rem; }
.seg-card .seg-body p { color: var(--c-light-mute); font-size: 0.95rem; margin: 0 0 var(--gap-sm); }
.seg-card .seg-link { font-family: var(--f-ui); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--c-light); display: inline-flex; gap: 8px; align-items: center; }
.seg-card .seg-link .arrow { transition: transform .25s; }
.seg-card:hover .seg-link .arrow { transform: translateX(5px); }
@media (max-width: 820px) { .seg-grid { grid-template-columns: 1fr; } .seg-card { min-height: 340px; } }

/* --- Promise / feature list --- */
.promise-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--gap-md); }
.promise {
  display: flex; gap: 14px; align-items: flex-start; padding: var(--gap-md);
  background: var(--c-cream-warm); border-radius: 6px; border: 1px solid var(--c-rule);
}
.promise .ico { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--c-olive); color: var(--c-cream); font-size: 0.9rem; }
.promise span.txt { font-family: var(--f-ui); font-size: 0.95rem; font-weight: 500; color: var(--c-ink); }

/* --- Editorial service list --- */
.editorial-list { list-style: none; margin: 0; padding: 0; }
.editorial-list li { display: grid; grid-template-columns: auto 1fr; gap: var(--gap-md); align-items: baseline; padding: var(--gap-md) 0; border-bottom: 1px solid var(--c-rule); }
.editorial-list li:first-child { border-top: 1px solid var(--c-rule); }
.editorial-list .num { font-family: var(--f-ui); font-size: 0.78rem; color: var(--c-terra); letter-spacing: 0.12em; min-width: 2.4rem; font-weight: 600; }
.editorial-list .item-title { font-family: var(--f-display); font-size: var(--size-h3); font-weight: 500; color: var(--c-ink); }
.editorial-list .item-desc { font-family: var(--f-body); color: var(--c-ink-mute); font-size: 0.96rem; margin-top: 0.25rem; line-height: 1.55; }

/* --- Bold editorial statement --- */
.bold-statement { padding: var(--gap-2xl) 0; text-align: center; position: relative; }
.bold-statement .quote { font-family: var(--f-display); font-size: clamp(2rem, 5vw, 4rem); line-height: 1.12; font-weight: 400; font-style: italic; color: var(--c-ink); max-width: 22ch; margin: 0 auto var(--gap-md); letter-spacing: -0.012em; }
.bold-statement .quote em { color: var(--c-terra); font-style: italic; }

/* ============================================================
   BEFORE / AFTER transformation slider
   ============================================================ */
.ba-wrap {
  position: relative; max-width: 1040px; margin: 0 auto; aspect-ratio: 16/10;
  border-radius: 8px; overflow: hidden; user-select: none; touch-action: pan-y;
  box-shadow: 0 30px 70px -34px rgba(42,38,32,0.55); cursor: ew-resize; background: #000;
}
.ba-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba-after { z-index: 1; }
.ba-before { z-index: 2; clip-path: inset(0 50% 0 0); }
.ba-label {
  position: absolute; z-index: 4; bottom: 16px; font-family: var(--f-ui); font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-light);
  background: rgba(26,22,15,0.6); padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(4px);
}
.ba-label.before { left: 16px; }
.ba-label.after { right: 16px; }
.ba-handle {
  position: absolute; top: 0; bottom: 0; z-index: 3; width: 3px; background: var(--c-cream); left: 50%; transform: translateX(-50%);
  box-shadow: 0 0 18px rgba(0,0,0,0.45);
}
.ba-grip {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 46px; height: 46px; border-radius: 50%; background: var(--c-cream); color: var(--c-olive-dark);
  display: grid; place-items: center; font-size: 1.1rem; box-shadow: 0 6px 20px rgba(0,0,0,0.35); cursor: ew-resize;
}
.ba-range { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }

/* ============================================================
   GALLERY — masonry + filter + lightbox
   ============================================================ */
.gallery-filter { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: var(--gap-xl); }
.gallery-filter button {
  font-family: var(--f-ui); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.5rem 1.1rem; border-radius: 999px; border: 1px solid var(--c-rule); background: transparent; color: var(--c-ink-mute);
  cursor: pointer; transition: all .25s;
}
.gallery-filter button:hover { border-color: var(--c-olive); color: var(--c-olive); }
.gallery-filter button.active { background: var(--c-olive); color: var(--c-cream); border-color: var(--c-olive); }
.gallery-masonry { columns: 3; column-gap: var(--gap-md); }
.gallery-masonry .g-item { break-inside: avoid; margin-bottom: var(--gap-md); border-radius: 6px; overflow: hidden; cursor: zoom-in; position: relative; box-shadow: 0 14px 34px -22px rgba(42,38,32,0.4); transition: opacity .4s, transform .4s; }
.gallery-masonry .g-item.hide { display: none; }
.gallery-masonry .g-item img { width: 100%; filter: saturate(1.05) contrast(1.03); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .6s; }
.gallery-masonry .g-item:hover img { transform: scale(1.06); filter: saturate(1.16) contrast(1.05); }
.gallery-masonry .g-item::after { content: "⤢"; position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; border-radius: 50%; background: rgba(26,22,15,0.55); color: #fff; display: grid; place-items: center; opacity: 0; transition: opacity .3s; font-size: 0.9rem; }
.gallery-masonry .g-item:hover::after { opacity: 1; }
@media (max-width: 880px) { .gallery-masonry { columns: 2; } }
@media (max-width: 540px) { .gallery-masonry { columns: 1; } }

.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(20,18,12,0.94); display: none; place-items: center; padding: 4vw; }
.lightbox.open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 4px; box-shadow: 0 30px 80px rgba(0,0,0,0.6); }
.lightbox .lb-close { position: absolute; top: 22px; right: 28px; color: #fff; font-size: 2rem; cursor: pointer; line-height: 1; background: none; border: 0; }
.lightbox .lb-nav { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 2.4rem; cursor: pointer; background: none; border: 0; padding: 0 18px; opacity: 0.7; transition: opacity .25s; }
.lightbox .lb-nav:hover { opacity: 1; }
.lightbox .lb-prev { left: 8px; } .lightbox .lb-next { right: 8px; }

/* ============================================================
   Full-bleed atmospheric strips (parallax)
   ============================================================ */
.bleed-strip { position: relative; min-height: 78vh; overflow: hidden; display: grid; place-items: center; isolation: isolate; }
.bleed-strip > img { position: absolute; inset: 0; width: 100%; height: 132%; object-fit: cover; z-index: -2; will-change: transform; filter: saturate(0.96) contrast(1.06) brightness(0.6); }
.bleed-strip::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(135deg, rgba(65,80,42,0.5), rgba(26,22,15,0.74)); }
.bleed-strip .bleed-inner { text-align: center; color: var(--c-light); padding: 0 var(--gap-lg); max-width: 820px; }
.bleed-strip .bleed-inner .eyebrow { color: var(--c-terra); }
.bleed-strip .bleed-inner h2 { color: var(--c-light); font-size: clamp(2.4rem, 6vw, 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-light-mute); font-family: var(--f-display); font-style: italic; font-size: 1.15rem; max-width: 50ch; margin: 0 auto var(--gap-lg); }

/* ============================================================
   LGS feature band
   ============================================================ */
.lgs-band { background: var(--c-olive); color: var(--c-light); }
.lgs-inner { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap-xl); align-items: center; }
.lgs-inner .eyebrow { color: var(--c-cream); opacity: 0.8; }
.lgs-inner h2 { color: var(--c-light); }
.lgs-inner p { color: var(--c-light-mute); }
@media (max-width: 820px) { .lgs-inner { grid-template-columns: 1fr; } }

/* ============================================================
   Contact
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap-xl); align-items: start; }
.contact-card { background: var(--c-cream-warm); border: 1px solid var(--c-rule); border-radius: 8px; padding: var(--gap-xl); }
.contact-card h3 { font-size: 1.8rem; color: var(--c-olive); 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, .contact-card .field span { font-size: 1.05rem; color: var(--c-ink); }
.contact-card .field a:hover { color: var(--c-terra); }
.region-strip { display: flex; flex-wrap: wrap; gap: 8px; }
.region-strip .chip { font-family: var(--f-ui); font-size: 0.8rem; padding: 6px 12px; border-radius: 999px; background: var(--c-olive-soft); color: var(--c-olive-dark); }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }

/* --- Demo notice pill --- */
.demo-notice {
  position: fixed; bottom: 14px; left: 14px; z-index: 120;
  font-family: var(--f-ui); font-size: 0.7rem; letter-spacing: 0.04em;
  background: rgba(42,38,32,0.86); color: var(--c-light); padding: 7px 13px; border-radius: 999px;
  backdrop-filter: blur(6px); max-width: 78vw;
}
.demo-notice strong { color: var(--c-terra); }
@media (max-width: 600px) { .demo-notice { font-size: 0.62rem; padding: 6px 10px; } }

/* --- Sticky mobile Angebot CTA --- */
.sticky-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 110;
  background: var(--c-terra); padding: 0.7rem clamp(1rem, 4vw, 1.5rem);
  align-items: center; justify-content: space-between; gap: 12px;
  box-shadow: 0 -8px 24px -12px rgba(0,0,0,0.4);
}
.sticky-cta .sc-txt { color: var(--c-cream); font-family: var(--f-ui); font-size: 0.82rem; font-weight: 600; line-height: 1.2; }
.sticky-cta .sc-txt small { display: block; font-weight: 400; opacity: 0.85; font-size: 0.7rem; }
.sticky-cta a { background: var(--c-cream); color: var(--c-terra-dark); padding: 0.6rem 1.05rem; border-radius: 999px; font-family: var(--f-ui); font-size: 0.8rem; font-weight: 700; white-space: nowrap; }
@media (max-width: 720px) { .sticky-cta { display: flex; } body { padding-bottom: 60px; } .demo-notice { bottom: 64px; } }

/* ============================================================
   Footer
   ============================================================ */
.footer { background: var(--c-ink); color: var(--c-light); padding: var(--gap-2xl) 0 var(--gap-md); margin-top: var(--gap-2xl); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: var(--gap-xl); align-items: start; }
.footer-brand h3 { font-size: 1.7rem; color: var(--c-light); margin-bottom: var(--gap-sm); }
.footer-brand p { color: var(--c-light-mute); font-size: 0.92rem; line-height: 1.6; }
.footer-col h4 { font-family: var(--f-ui); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-terra); 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; color: var(--c-light-mute); line-height: 1.6; }
.footer-col a:hover { color: var(--c-light); }
.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(243,236,220,0.14); font-family: var(--f-ui); font-size: 0.76rem; color: var(--c-light-faint); }
.footer-bottom a:hover { color: var(--c-light); }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Scroll-progress + reveals
   ============================================================ */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; background: var(--c-terra); transform-origin: left center; transform: scaleX(0); z-index: 130; pointer-events: none; }
.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; }

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

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