/* ═══════════════════════════════════════════════════════════════════
   Karl Wittig GmbH | Innenausbau | Schreinerei
   Mannheim-Sandhofen · Seit 1952 · 3. Generation
   Preset: archive-magazine · Kundennah Level 3
   Brand: #7a3c5f Refined Burgundy · Cinzel + Cormorant + Inter
   ═══════════════════════════════════════════════════════════════════ */

/* ───────── self-hosted fonts (zero-tracking) ───────── */
@font-face { font-family: "Inter"; font-weight: 400; font-display: swap; src: url("../fonts/inter-400.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-weight: 600; font-display: swap; src: url("../fonts/inter-600.woff2") format("woff2"); }
@font-face { font-family: "Cinzel"; font-weight: 400; font-display: swap; src: url("../fonts/cinzel-400.woff2") format("woff2"); }
@font-face { font-family: "Cinzel"; font-weight: 600; font-display: swap; src: url("../fonts/cinzel-600.woff2") format("woff2"); }
@font-face { font-family: "Cinzel"; font-weight: 700; font-display: swap; src: url("../fonts/cinzel-700.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-weight: 400; font-display: swap; src: url("../fonts/cormorant-400.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-weight: 700; font-display: swap; src: url("../fonts/cormorant-700.woff2") format("woff2"); }

:root {
  --brand-primary: #7a3c5f;
  --brand-primary-dark: #5e2c48;
  --brand-primary-darker: #4a1f3a;
  --brand-primary-light: #a35d80;
  --brand-ink: #1a1614;
  --brand-graphite: #2a2624;
  --brand-mute: #6d6258;
  --brand-line: #e2dccd;
  --brand-line-strong: #9c9286;
  --brand-cream: #f4eee5;
  --brand-cream-2: #ebe2d3;
  --brand-cream-3: #ddd1bd;
  --brand-white: #fbf6ec;
  --shadow-soft: 0 18px 40px -20px rgba(43,42,41,0.18);
  --shadow-pop:  0 28px 60px -24px rgba(43,42,41,0.35);
  --display: "Cinzel", "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --serif: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.18, 0.9, 0.32, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans); font-weight: 400; color: var(--brand-ink);
  background: var(--brand-white); line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.wrap-wide { max-width: 1480px; margin: 0 auto; padding: 0 32px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans); font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--brand-primary-dark);
}
.eyebrow::before { content: ""; width: 32px; height: 1px; background: var(--brand-primary); }
.eyebrow-stamp::before { display: none; }
.eyebrow-stamp { background: var(--brand-primary); color: var(--brand-white); padding: 6px 14px; }

.headline {
  font-family: var(--display); font-weight: 700;
  line-height: 1.04; letter-spacing: 0.02em; color: var(--brand-ink);
}
.headline em { font-style: italic; color: var(--brand-primary-darker); font-family: var(--serif); letter-spacing: 0; }
.lede { font-size: clamp(15px, 1.1vw, 17px); color: var(--brand-graphite); line-height: 1.7; max-width: 56ch; }

/* ───────── SCROLL PROGRESS BAR ───────── */
.scroll-progress {
  position: fixed; top: 0; left: 0;
  height: 2px; width: 0%; background: var(--brand-primary);
  z-index: 100; transition: width .08s linear; pointer-events: none;
}

/* ───────── NAV ───────── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253,251,245,0.94);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--brand-line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 32px; max-width: 1480px; margin: 0 auto;
}
.nav-brand { display: inline-flex; align-items: center; gap: 14px; }
.nav-logo { height: 44px; flex-shrink: 0; display: flex; align-items: center; }
.nav-logo img { height: 100%; width: auto; object-fit: contain; transition: transform .4s var(--ease); }
.nav-brand:hover .nav-logo img { transform: scale(1.04); }
.nav-wordmark {
  font-family: var(--sans); font-weight: 600; font-size: 9.5px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--brand-mute);
  line-height: 1.45; padding-left: 14px; border-left: 1px solid var(--brand-line);
}
.nav-wordmark .sub {
  display: block; font-family: var(--serif); font-style: italic;
  font-size: 12px; letter-spacing: 0.04em; text-transform: none;
  color: var(--brand-graphite); font-weight: 400; margin-top: 3px;
}

.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a {
  font-family: var(--sans); font-size: 12.5px; font-weight: 500;
  color: var(--brand-graphite); position: relative;
  padding: 4px 0; letter-spacing: 0.08em; text-transform: uppercase;
  transition: color .25s var(--ease);
}
.nav-links a:hover, .nav-links a.is-current { color: var(--brand-primary-dark); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -4px;
  width: 0; height: 1px; background: var(--brand-primary);
  transition: width .35s var(--ease);
}
.nav-links a:hover::after, .nav-links a.is-current::after { width: 100%; }
.nav-links .has-sub { position: relative; }
.nav-links .submenu {
  position: absolute; top: 100%; left: -16px; min-width: 280px;
  background: var(--brand-white); border: 1px solid var(--brand-line);
  padding: 12px 0; box-shadow: var(--shadow-soft);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .25s var(--ease);
}
.nav-links .has-sub:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-links .submenu li { list-style: none; }
.nav-links .submenu a { display: block; padding: 9px 22px; font-size: 12px; letter-spacing: 0.06em; text-transform: none; }
.nav-links .submenu a:hover { background: var(--brand-cream); color: var(--brand-primary-dark); }
.nav-links .submenu a::after { display: none; }

/* CTA buttons */
.cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--brand-ink); color: var(--brand-cream);
  padding: 13px 24px; font-family: var(--sans);
  font-size: 12px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform .25s var(--ease), background .25s var(--ease);
  border: none; cursor: pointer;
}
.cta:hover { background: var(--brand-primary); transform: translateY(-1px); }
.cta-ghost { background: transparent; color: var(--brand-ink); border: 1px solid var(--brand-ink); }
.cta-ghost:hover { background: var(--brand-ink); color: var(--brand-cream); }
.cta-brand { background: var(--brand-primary); color: var(--brand-white); }
.cta-brand:hover { background: var(--brand-primary-dark); }

/* ───────── HERO — ARCHIVE COVER (Wordmark-Hero) ───────── */
.hero-cover {
  position: relative;
  background: var(--brand-cream);
  padding: 64px 0 80px;
  overflow: hidden;
}
.hero-top {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 40px; padding-bottom: 18px; margin-bottom: 22px;
  border-bottom: 1px solid var(--brand-line); flex-wrap: wrap;
}
.hero-stamp-single {
  font-family: var(--sans); font-weight: 600; font-size: 10px;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--brand-primary-dark);
  display: inline-flex; align-items: center; gap: 14px;
}
.hero-stamp-single::before { content: ""; width: 32px; height: 1px; background: var(--brand-primary); }
.hero-stamp-meta {
  font-family: var(--sans); font-weight: 600; font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--brand-mute);
}
.hero-stamp-meta strong { color: var(--brand-ink); font-weight: 600; margin-right: 6px; }

.hero-wordmark-row { width: 100%; margin: 26px 0 28px; line-height: 0.86; }
.hero-wordmark {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(70px, 16vw, 240px);
  line-height: 0.92; letter-spacing: 0.04em;
  color: var(--brand-ink);
  display: block; white-space: nowrap;
  text-align: center;
}
/* "O" replacement with green accent: span.dot */
.hero-wordmark .accent { color: var(--brand-primary); }

.hero-sub-row {
  display: grid; grid-template-columns: 1fr auto;
  gap: 50px; align-items: end;
  padding-bottom: 28px; border-bottom: 1px solid var(--brand-line);
}
.hero-sub {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(24px, 2.8vw, 38px);
  color: var(--brand-primary-dark);
  line-height: 1.15; max-width: 28ch;
}
.hero-sub::before { content: "— "; color: var(--brand-mute); }
.hero-sub-meta {
  font-family: var(--sans); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--brand-mute); font-weight: 600;
  text-align: right; line-height: 1.7;
}
.hero-sub-meta strong { color: var(--brand-ink); display: block; margin-bottom: 4px; font-size: 12px; }

/* Lower section: 2-col text + figure */
.hero-lower {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 70px; margin-top: 50px; align-items: start;
}
.hero-text { display: flex; flex-direction: column; }
.hero-lede {
  font-size: clamp(15px, 1.15vw, 18px); line-height: 1.7;
  color: var(--brand-graphite); max-width: 48ch; margin-bottom: 32px;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 42px; }

/* Counter row */
.hero-counters {
  display: grid; grid-template-columns: repeat(4, auto);
  gap: 50px; padding-top: 28px;
  border-top: 1px solid var(--brand-line);
}
.hero-counters .item { display: flex; flex-direction: column; }
.hero-counters .num {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(36px, 4.6vw, 56px); line-height: 1;
  color: var(--brand-primary-darker);
  letter-spacing: 0.02em;
}
.hero-counters .item .label {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brand-mute); margin-top: 10px; font-weight: 600;
}
.hero-counters .item .sub {
  font-family: var(--serif); font-style: italic; font-size: 13px;
  color: var(--brand-graphite); margin-top: 4px;
}

.hero-figure { position: relative; }
.hero-figure-main {
  position: relative; aspect-ratio: 4/5; overflow: hidden;
  background: var(--brand-cream-2);
}
.hero-figure-main img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s var(--ease);
}
.hero-figure-main:hover img { transform: scale(1.04); }
.hero-figure-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 18px 22px;
  background: linear-gradient(0deg, rgba(43,42,41,0.82) 0%, transparent 100%);
  display: flex; justify-content: space-between;
  color: var(--brand-cream); font-family: var(--sans);
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
}
.hero-figure-num {
  position: absolute; top: -14px; right: 16px;
  font-family: var(--serif); font-style: italic; font-weight: 700;
  font-size: 26px; color: var(--brand-primary-dark);
  background: var(--brand-cream); padding: 3px 16px; z-index: 3; line-height: 1;
}

@media (max-width: 1200px) {
  .hero-wordmark { font-size: clamp(60px, 14vw, 200px); }
}
@media (max-width: 900px) {
  .hero-wordmark { font-size: clamp(46px, 13vw, 140px); white-space: normal; letter-spacing: 0.03em; }
  .hero-lower { grid-template-columns: 1fr; gap: 40px; }
  .hero-sub-row { grid-template-columns: 1fr; gap: 20px; }
  .hero-sub-meta { text-align: left; }
  .hero-counters { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}

/* ───────── MARQUEE (Institutional clients) ───────── */
.marquee {
  overflow: hidden; padding: 30px 0;
  background: var(--brand-ink); color: var(--brand-cream);
  border-top: 1px solid var(--brand-line);
  border-bottom: 1px solid var(--brand-line);
  white-space: nowrap;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.marquee-track {
  display: inline-flex; gap: 70px; align-items: center;
  animation: wittig-marquee 44s linear infinite;
  will-change: transform;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  font-family: var(--serif); font-style: italic; font-size: 26px;
  color: rgba(248,246,239,0.9); letter-spacing: 0.01em; flex-shrink: 0;
}
.marquee-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand-primary); flex-shrink: 0;
}
@keyframes wittig-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ───────── STAMPS / TAGS ───────── */
.stamp {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-weight: 600; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brand-primary-darker);
  padding: 8px 14px; border: 1px solid var(--brand-primary);
  background: transparent; line-height: 1;
}
.stamp.solid { background: var(--brand-primary); color: var(--brand-white); }
.stamp.dark { background: var(--brand-ink); color: var(--brand-cream); border-color: var(--brand-ink); }

/* Year-stamp (big graphic year mark) */
.year-stamp {
  position: relative; display: inline-block;
  font-family: var(--display); font-weight: 700;
  color: var(--brand-primary-darker);
  font-size: clamp(72px, 10vw, 160px);
  line-height: 0.9; letter-spacing: 0.02em;
}
.year-stamp::after {
  content: ""; position: absolute; left: 0; bottom: 0.12em;
  width: 100%; height: 0.06em; background: var(--brand-primary);
  opacity: 0.22;
}

/* Archive tag (corner vertical text) */
.archive-tag {
  position: absolute; font-family: var(--sans); font-weight: 600;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--brand-mute); writing-mode: vertical-rl; padding: 14px 0;
}
.archive-tag.tl { top: 90px; left: 14px; }
.archive-tag.tr { top: 90px; right: 14px; }

/* Pull quote */
.pullquote {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(28px, 3.4vw, 44px); line-height: 1.3;
  color: var(--brand-ink); max-width: 880px;
  margin: 0 auto; text-align: center;
}
.pullquote::before, .pullquote::after {
  content: "—"; display: block; color: var(--brand-primary);
  font-size: 22px; font-style: normal; letter-spacing: 0.4em;
  margin: 0 auto 24px;
}
.pullquote::after { margin: 24px auto 0; }
.pullquote-attrib {
  display: block; font-style: normal; font-family: var(--sans);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brand-mute); font-weight: 600; margin-top: 18px;
}

/* ───────── YEAR-SECTION (Magazine spread für historie) ───────── */
.year-section { padding: 0; background: var(--brand-cream); }
.year-section-inner {
  padding: 80px 0 100px;
  border-top: 1px solid var(--brand-line);
  position: relative; overflow: hidden;
}
.year-grid {
  display: grid; grid-template-columns: 0.4fr 1fr 0.6fr;
  gap: 60px; align-items: center;
}
.year-mark { position: relative; }
.year-mark .year-meta {
  font-family: var(--sans); font-weight: 600; font-size: 10px;
  letter-spacing: 0.20em; text-transform: uppercase;
  color: var(--brand-mute); margin-top: 14px; line-height: 1.5;
}
.year-quote {
  font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: clamp(24px, 2.6vw, 38px); line-height: 1.3;
  color: var(--brand-ink); max-width: 30ch;
}
.year-quote em { color: var(--brand-primary-dark); }
.year-side { padding-left: 40px; border-left: 1px solid var(--brand-line); }
.year-side h4 {
  font-family: var(--sans); font-weight: 600; font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--brand-primary-dark); margin-bottom: 14px;
}
.year-side p { font-size: 13px; line-height: 1.7; color: var(--brand-graphite); }
@media (max-width: 900px) {
  .year-grid { grid-template-columns: 1fr; gap: 30px; }
  .year-side { padding-left: 0; border-left: none; border-top: 1px solid var(--brand-line); padding-top: 22px; }
}

/* ───────── Historie Timeline (vertikal) ───────── */
.timeline {
  position: relative; max-width: 880px; margin: 0 auto;
  padding-left: 50px;
}
.timeline::before {
  content: ""; position: absolute; top: 6px; bottom: 6px; left: 12px;
  width: 2px; background: var(--brand-line);
}
.timeline-entry { position: relative; padding-bottom: 40px; }
.timeline-entry:last-child { padding-bottom: 0; }
.timeline-entry::before {
  content: ""; position: absolute; left: -44px; top: 14px;
  width: 11px; height: 11px; background: var(--brand-primary);
  border-radius: 50%; border: 3px solid var(--brand-cream);
  box-shadow: 0 0 0 1px var(--brand-primary);
}
.timeline-year {
  font-family: var(--display); font-weight: 700;
  font-size: 24px; letter-spacing: 0.04em;
  color: var(--brand-primary-darker); margin-bottom: 6px;
}
.timeline-event { font-size: 15px; line-height: 1.7; color: var(--brand-graphite); }
.timeline-event strong { color: var(--brand-ink); }

/* ───────── EDITORIAL / MAGAZINE-SPREAD ───────── */
.editorial { position: relative; padding: 110px 0; background: var(--brand-cream); overflow: hidden; }
.editorial-header {
  display: grid; grid-template-columns: 100px 1fr 100px;
  gap: 40px; align-items: end;
  padding-bottom: 28px; border-bottom: 1px solid var(--brand-line);
  margin-bottom: 60px;
}
.editorial-header .e-num {
  font-family: var(--display); font-weight: 700;
  font-size: 56px; color: var(--brand-primary-dark); line-height: 1;
}
.editorial-header h2 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(30px, 4vw, 50px); line-height: 1.05;
  letter-spacing: 0.02em;
}
.editorial-header h2 em { color: var(--brand-primary-dark); font-style: italic; font-family: var(--serif); letter-spacing: 0; }
.editorial-header .e-cat {
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--brand-mute); text-align: right; font-weight: 600;
}

/* Magazine 6-tile spread */
.mag-grid {
  display: grid; grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 130px; gap: 24px;
}
.mag-tile {
  position: relative; overflow: hidden;
  background: var(--brand-white);
}
.mag-tile.t-big { grid-column: span 7; grid-row: span 4; }
.mag-tile.t-med { grid-column: span 5; grid-row: span 3; }
.mag-tile.t-tall { grid-column: span 5; grid-row: span 4; }
.mag-tile.t-wide { grid-column: span 8; grid-row: span 3; }
.mag-tile.t-sml { grid-column: span 4; grid-row: span 3; }
.mag-tile.t-square { grid-column: span 6; grid-row: span 4; }

.mag-tile.text-block { padding: 36px 30px; display: flex; flex-direction: column; justify-content: space-between; }
.mag-tile.text-block.cream { background: var(--brand-cream-2); }
.mag-tile.text-block.green { background: var(--brand-primary); color: var(--brand-white); }
.mag-tile.text-block.dark { background: var(--brand-ink); color: var(--brand-cream); }

/* BW + Color-Accent for institutional photos */
.mag-tile img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease), filter .55s var(--ease);
  filter: grayscale(1) contrast(1.04);
}
.mag-tile:hover img { transform: scale(1.04); filter: grayscale(0) contrast(1.04); }
.mag-tile.color-on img { filter: grayscale(0) contrast(1.05); }
.mag-tile.color-on:hover img { transform: scale(1.04); }

.mag-tile .tile-caption {
  position: absolute; bottom: 16px; left: 16px; right: 16px;
  background: rgba(253,251,245,0.94); backdrop-filter: blur(10px);
  padding: 10px 14px;
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--brand-ink);
  display: flex; justify-content: space-between; align-items: center;
  opacity: 0; transform: translateY(8px);
  transition: opacity .35s, transform .35s;
}
.mag-tile.photo:hover .tile-caption { opacity: 1; transform: translateY(0); }

.mag-tile .t-eyebrow {
  font-family: var(--sans); font-weight: 600; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.75;
}
.mag-tile .t-title {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(20px, 2vw, 28px); line-height: 1.15;
  margin-top: 10px; letter-spacing: 0.02em;
}
.mag-tile.green .t-title, .mag-tile.dark .t-title { color: var(--brand-white); }
.mag-tile.cream .t-title em { color: var(--brand-primary-dark); font-style: italic; font-family: var(--serif); letter-spacing: 0; }
.mag-tile .t-desc { font-size: 13px; line-height: 1.6; opacity: 0.86; margin-top: 14px; }
.mag-tile .t-link {
  font-family: var(--sans); font-weight: 600; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  margin-top: 22px; display: inline-flex; gap: 8px; align-items: center;
}
.mag-tile .t-link::after { content: "→"; transition: transform .25s; }
.mag-tile:hover .t-link::after { transform: translateX(4px); }

@media (max-width: 1100px) {
  .mag-grid { grid-template-columns: repeat(6, 1fr); }
  .mag-tile.t-big, .mag-tile.t-wide, .mag-tile.t-square { grid-column: span 6; }
  .mag-tile.t-med, .mag-tile.t-tall, .mag-tile.t-sml { grid-column: span 3; }
}
@media (max-width: 700px) {
  .mag-grid { grid-template-columns: 1fr; }
  .mag-tile { grid-column: span 1 !important; grid-row: span 1 !important; aspect-ratio: 16/10; }
  .mag-tile.text-block { aspect-ratio: auto; padding: 28px 22px; }
}

/* ───────── SECTIONS ───────── */
.section-cream { padding: 110px 0; background: var(--brand-cream); }
.section-white { padding: 110px 0; background: var(--brand-white); }
.section-dark { padding: 110px 0; background: var(--brand-ink); color: var(--brand-cream); }
.section-dark h2, .section-dark h3 { color: var(--brand-cream); }
.section-dark h2 em, .section-dark h3 em { color: var(--brand-primary-light); }

.section-head { max-width: 720px; margin: 0 auto 64px; text-align: center; }
.section-head h2 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(30px, 4vw, 52px); line-height: 1.06;
  margin-top: 16px; letter-spacing: 0.02em;
}
.section-head h2 em { color: var(--brand-primary-dark); font-style: italic; font-family: var(--serif); letter-spacing: 0; }
.section-head p { margin-top: 18px; color: var(--brand-graphite); line-height: 1.7; max-width: 56ch; margin-left: auto; margin-right: auto; }

/* ───────── Service Grid ───────── */
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-card {
  position: relative; background: var(--brand-cream-2);
  overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.service-card .service-photo { aspect-ratio: 4/3; overflow: hidden; background: var(--brand-cream-3); }
.service-card .service-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .4s; filter: grayscale(0.4); }
.service-card:hover .service-photo img { transform: scale(1.05); filter: grayscale(0); }
.service-card .service-body { padding: 24px 22px 26px; flex: 1; display: flex; flex-direction: column; }
.service-card .service-num {
  display: inline-block; font-family: var(--serif); font-style: italic; font-weight: 700;
  font-size: 18px; color: var(--brand-primary-dark); line-height: 1; margin-bottom: 12px;
}
.service-card h3 {
  font-family: var(--display); font-weight: 700; font-size: 17px;
  letter-spacing: 0.04em; line-height: 1.2; color: var(--brand-ink); margin-bottom: 10px;
  text-transform: uppercase;
}
.service-card p { font-size: 13px; line-height: 1.7; color: var(--brand-graphite); flex: 1; }
.service-card .service-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
  font-family: var(--sans); font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand-primary-dark);
  border-bottom: 1px solid currentColor; padding-bottom: 2px; align-self: flex-start;
  transition: color .25s, border-color .25s;
}
.service-card .service-link:hover { color: var(--brand-primary-darker); }

@media (max-width: 1100px) { .service-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .service-grid { grid-template-columns: 1fr; } }

/* ───────── Editorial-row (2-col text + photo) ───────── */
.editorial-row {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 80px; align-items: center;
}
.editorial-row.reverse { grid-template-columns: 1.2fr 1fr; }
.editorial-row.reverse .editorial-text { order: 2; }
.editorial-row.reverse .editorial-figure { order: 1; }
.editorial-figure { aspect-ratio: 4/5; overflow: hidden; background: var(--brand-cream-2); }
.editorial-figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.editorial-figure:hover img { transform: scale(1.03); }
.editorial-text h2 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(28px, 3.8vw, 50px); line-height: 1.08;
  letter-spacing: 0.02em; margin: 14px 0 22px;
}
.editorial-text h2 em { color: var(--brand-primary-dark); font-style: italic; font-family: var(--serif); letter-spacing: 0; }
.editorial-text p { font-size: 16px; line-height: 1.75; color: var(--brand-graphite); margin-bottom: 16px; }
.editorial-text ul { list-style: none; margin-top: 22px; }
.editorial-text ul li {
  padding: 12px 0; font-size: 14px; color: var(--brand-graphite);
  border-bottom: 1px solid var(--brand-line);
  display: flex; gap: 14px;
}
.editorial-text ul li::before {
  content: ""; width: 18px; height: 1px; background: var(--brand-primary);
  flex-shrink: 0; margin-top: 11px;
}

@media (max-width: 900px) {
  .editorial-row, .editorial-row.reverse { grid-template-columns: 1fr; gap: 40px; }
  .editorial-row.reverse .editorial-text { order: 1; }
  .editorial-row.reverse .editorial-figure { order: 2; }
}

/* ───────── Pull-Quote Band ───────── */
.pullquote-band {
  padding: 110px 0; background: var(--brand-cream);
  border-top: 1px solid var(--brand-line);
  border-bottom: 1px solid var(--brand-line);
}

/* ───────── Catalog Index ───────── */
.catalog-index { padding: 100px 0 80px; background: var(--brand-white); }
.cat-row {
  display: grid; grid-template-columns: 60px 80px 1fr 100px;
  align-items: center; padding: 22px 0;
  border-bottom: 1px solid var(--brand-line); gap: 36px;
  transition: padding .25s var(--ease); color: inherit;
}
.cat-row:hover { padding-left: 14px; padding-right: 14px; background: var(--brand-cream); }
.cat-num { font-family: var(--serif); font-weight: 700; font-size: 26px; color: var(--brand-primary-dark); }
.cat-volume { font-family: var(--sans); font-weight: 600; font-size: 10px; letter-spacing: 0.20em; text-transform: uppercase; color: var(--brand-mute); }
.cat-title { font-family: var(--display); font-weight: 700; font-size: clamp(20px, 2vw, 28px); color: var(--brand-ink); line-height: 1.2; letter-spacing: 0.03em; }
.cat-title em { color: var(--brand-primary-dark); font-style: italic; font-family: var(--serif); letter-spacing: 0; }
.cat-page { font-family: var(--sans); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand-mute); text-align: right; }
@media (max-width: 700px) {
  .cat-row { grid-template-columns: 50px 1fr; gap: 14px; }
  .cat-row .cat-volume, .cat-row .cat-page { display: none; }
}

/* ───────── Mosaic / Galerie ───────── */
.mosaic { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.mosaic-tile { aspect-ratio: 1/1; overflow: hidden; position: relative; background: var(--brand-cream-2); }
.mosaic-tile img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s var(--ease), filter .5s;
  filter: grayscale(1) contrast(1.04);
}
.mosaic-tile:hover img { transform: scale(1.08); filter: grayscale(0) contrast(1.04); }
.mosaic-tile.color-on img { filter: grayscale(0); }
.mosaic-tile.color-on:hover img { transform: scale(1.06); }
.mosaic-tile .tile-label {
  position: absolute; left: 14px; bottom: 14px;
  background: rgba(253,251,245,0.94); color: var(--brand-ink);
  padding: 7px 14px;
  font-family: var(--sans); font-size: 10px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  opacity: 0; transform: translateY(6px); transition: all .35s var(--ease);
}
.mosaic-tile:hover .tile-label { opacity: 1; transform: translateY(0); }
@media (max-width: 700px) { .mosaic { grid-template-columns: repeat(2, 1fr); } }

/* ───────── Contact ───────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-info-block { padding: 22px 0; }
.contact-info-block h3 {
  font-family: var(--sans); font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--brand-primary-dark);
  margin-bottom: 14px;
}
.contact-info-block p, .contact-info-block a {
  font-family: var(--serif); font-size: 21px; line-height: 1.4;
  color: var(--brand-ink); display: block;
}
.contact-info-block a:hover { color: var(--brand-primary-dark); }
.contact-info-block .small { font-family: var(--sans); font-size: 14px; color: var(--brand-graphite); }

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

/* ───────── Form ───────── */
.field { margin-bottom: 18px; }
.field label {
  display: block; font-family: var(--sans); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brand-mute); margin-bottom: 8px;
}
.field input, .field textarea, .field select {
  width: 100%; border: 1px solid var(--brand-line); background: var(--brand-white);
  padding: 14px 16px; font: inherit; color: var(--brand-ink);
  transition: border-color .25s var(--ease);
  font-family: var(--sans);
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--brand-primary);
}
.field textarea { min-height: 140px; resize: vertical; }

/* ───────── Footer ───────── */
.footer { background: var(--brand-ink); color: rgba(248,246,239,0.7); padding: 80px 0 32px; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-grid h4 {
  font-family: var(--sans); font-weight: 600; color: var(--brand-cream);
  margin-bottom: 18px; font-size: 11px; letter-spacing: 0.20em; text-transform: uppercase;
}
.footer-grid a, .footer-grid p { display: block; padding: 4px 0; transition: color .2s; font-size: 13px; line-height: 1.7; }
.footer-grid a:hover { color: var(--brand-primary-light); }
.footer-brand img { height: 32px; margin-bottom: 14px; }
.footer-brand p { line-height: 1.7; max-width: 36ch; opacity: 0.72; margin-top: 10px; }
.footer-bot {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(248,246,239,0.1); padding-top: 28px;
  font-size: 11px; letter-spacing: 0.06em;
}
.footer-bot a { color: rgba(248,246,239,0.8); transition: color .2s; }
.footer-bot a:hover { color: var(--brand-primary-light); }
.footer-note { font-style: italic; font-family: var(--serif); opacity: 0.7; }
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-bot { flex-direction: column; gap: 12px; align-items: flex-start; }
}

/* ───────── Demo Notice ───────── */
.demo-notice {
  position: fixed; left: 24px; bottom: 24px; z-index: 100;
  background: var(--brand-ink); color: var(--brand-cream);
  padding: 12px 18px; font-family: var(--sans);
  font-size: 11px; letter-spacing: 0.06em; line-height: 1.45;
  box-shadow: var(--shadow-soft); max-width: 360px;
}
.demo-notice strong { font-weight: 600; color: var(--brand-primary-light); }
.demo-notice a { color: var(--brand-cream); text-decoration: underline; text-underline-offset: 2px; }
.demo-notice .close {
  position: absolute; top: 6px; right: 10px; background: none; border: none;
  color: var(--brand-cream); cursor: pointer; font-size: 14px; opacity: 0.5;
}
.demo-notice .close:hover { opacity: 1; }
.demo-notice.is-hidden { display: none; }
@media (max-width: 700px) {
  .demo-notice { left: 12px; right: 12px; bottom: 12px; max-width: none; }
}

/* ───────── Reveal animations ───────── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.stagger.is-visible > * { opacity: 1; transform: translateY(0); }
.stagger.is-visible > *:nth-child(1) { transition-delay: 0.05s; }
.stagger.is-visible > *:nth-child(2) { transition-delay: 0.12s; }
.stagger.is-visible > *:nth-child(3) { transition-delay: 0.19s; }
.stagger.is-visible > *:nth-child(4) { transition-delay: 0.26s; }
.stagger.is-visible > *:nth-child(5) { transition-delay: 0.33s; }
.stagger.is-visible > *:nth-child(6) { transition-delay: 0.40s; }
.stagger.is-visible > *:nth-child(7) { transition-delay: 0.47s; }
.stagger.is-visible > *:nth-child(8) { transition-delay: 0.54s; }

/* Counter animation: number fade-in */
.counter[data-target] { opacity: 0; transition: opacity .5s; }
.counter[data-target].is-visible { opacity: 1; }

/* ───────── Prose (legal pages) ───────── */
.prose { max-width: 760px; margin: 0 auto; font-size: 15px; line-height: 1.75; color: var(--brand-graphite); }
.prose h2 { font-family: var(--display); font-weight: 700; font-size: 28px; letter-spacing: 0.03em; color: var(--brand-ink); margin: 42px 0 16px; }
.prose h3 { font-family: var(--display); font-weight: 600; font-size: 18px; letter-spacing: 0.04em; color: var(--brand-ink); margin: 32px 0 12px; text-transform: uppercase; }
.prose p { margin-bottom: 14px; }
.prose ul { margin: 14px 0 22px 22px; }
.prose li { margin-bottom: 6px; }
.prose a { color: var(--brand-primary-dark); border-bottom: 1px solid currentColor; }
.prose a:hover { color: var(--brand-primary-darker); }
.prose .lead { font-size: 17px; color: var(--brand-ink); margin-bottom: 28px; }

/* ───────── Responsive ───────── */
@media (max-width: 900px) {
  .wrap { padding: 0 22px; }
  .wrap-wide { padding: 0 22px; }
  .nav-inner { padding: 14px 22px; }
  .nav-links { display: none; }
  .nav-wordmark { display: none; }
  .nav-logo { height: 36px; }
  .editorial-header { grid-template-columns: 60px 1fr; gap: 22px; }
  .editorial-header .e-cat { display: none; }
  .section-cream, .section-white, .section-dark { padding: 72px 0; }
  .pullquote-band, .editorial { padding: 72px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
