/* NXTSCN — main.css  (WordPress theme) */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:    #0B0B0A;
  --paper:  #F4F4F0;
  --olive:  #5A6B1F;
  --olive2: #3D4A14;
  --dim:    #1A1A18;
  --grey:   #6B6B66;
  --light:  #B8B8B2;
  --border: #E2E2DC;
  --ease:   cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; font-size: 16px; }
body { background: var(--ink); color: var(--paper); font-family: 'Inter', system-ui, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { border: none; background: none; font-family: inherit; cursor: pointer; color: inherit; }
img { display: block; max-width: 100%; }

/* ━━ NAV — floating logo + burger ━━━━━━━━━━━━━━━━━━━━━ */
.nav-logo {
  position: fixed; top: 28px; left: 40px; z-index: 300;
  font-size: 13px; font-weight: 700; letter-spacing: 0.16em;
  color: var(--paper); text-transform: uppercase;
  opacity: 1; transition: opacity 0.3s var(--ease); pointer-events: auto;
}
.nav-logo b { color: var(--olive); }
.nav-logo.hidden { opacity: 0; pointer-events: none; }

.nav-burger {
  position: fixed; top: 28px; right: 40px; z-index: 300;
  display: flex; flex-direction: column; justify-content: center;
  gap: 7px; width: 32px; height: 32px;
  background: none; border: none; cursor: pointer; padding: 0;
  mix-blend-mode: difference;
}
.nav-burger span {
  display: block; width: 100%; height: 1px; background: var(--paper);
  transition: transform 0.4s var(--ease), opacity 0.3s;
  transform-origin: center;
}
.nav-burger.active span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.nav-burger.active span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

.nav-overlay {
  position: fixed; inset: 0; z-index: 250;
  background: var(--ink);
  display: flex; align-items: center; justify-content: flex-start;
  padding: 0 60px;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s var(--ease);
  pointer-events: none;
}
.nav-overlay.open { clip-path: inset(0 0 0% 0); pointer-events: all; }
.nav-overlay-links { display: flex; flex-direction: column; gap: 8px; }
.nav-overlay-link {
  font-size: clamp(52px, 9vw, 120px);
  font-weight: 900; letter-spacing: -0.03em; line-height: 1;
  color: var(--paper); text-transform: uppercase;
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), color 0.2s;
}
.nav-overlay.open .nav-overlay-link { opacity: 1; transform: translateY(0); }
.nav-overlay-link:hover { color: var(--olive); }

/* ━━ HERO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.ha {
  height: 100svh; background: var(--ink);
  display: flex; flex-direction: column;
  justify-content: flex-end; padding: 0 60px 160px;
  position: relative; overflow: hidden;
}
.ha-headline {
  font-size: clamp(56px, 10.5vw, 148px); font-weight: 900;
  letter-spacing: -0.03em; line-height: 0.92; color: var(--paper);
  animation: fade-up 1s 0.1s var(--ease) both;
}
.ha-word { color: var(--olive); font-style: italic; font-weight: 300; }

/* ━━ MANIFESTO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.manifesto { background: var(--paper); color: var(--ink); padding: 120px 60px 100px; }
.manifesto-inner { max-width: 900px; }
.manifesto-tag {
  font-size: 9px; font-weight: 600; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--light); margin-bottom: 32px; display: block;
}
.manifesto-headline {
  font-size: clamp(36px, 5.5vw, 76px); font-weight: 900;
  letter-spacing: -0.04em; line-height: 1.0; color: var(--ink); margin-bottom: 56px;
}
.manifesto-headline em { color: var(--olive); font-style: italic; font-weight: 300; }
.manifesto-headline .thin { font-weight: 300; }
.manifesto-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.manifesto-desc { font-size: 15px; font-weight: 300; color: var(--grey); line-height: 1.8; max-width: 460px; }
.manifesto-btn {
  flex-shrink: 0; padding: 16px 32px; background: var(--ink); color: var(--paper);
  border-radius: 6px; font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; white-space: nowrap;
  transition: background 0.3s, transform 0.3s var(--ease);
}
.manifesto-btn:hover { background: var(--olive); transform: translateY(-2px); }

/* ━━ STATS TICKER ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.mix-ticker {
  background: var(--paper); color: var(--ink);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 22px 0; overflow: hidden; white-space: nowrap;
}
.mix-ticker-inner { display: inline-flex; animation: ticker 18s linear infinite; }
.mix-ticker-item { display: inline-flex; align-items: baseline; gap: 10px; padding: 0 56px; border-right: 1px solid var(--border); }
.mix-ticker-n { font-size: 28px; font-weight: 900; letter-spacing: -0.04em; color: var(--olive); }
.mix-ticker-l { font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--light); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ━━ LEISTUNGEN GIANT WORDS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.b-services { background: var(--ink); padding: 80px 0 60px; }
.b-svc-tag { font-size: 9px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--light); padding: 0 48px; margin-bottom: 60px; display: block; }
.b-svc-word {
  display: block; font-size: clamp(56px, 12vw, 170px); font-weight: 900;
  letter-spacing: -0.05em; line-height: 0.85; padding: 24px 48px;
  color: var(--paper); border-top: 1px solid rgba(255,255,255,0.06);
  position: relative; overflow: hidden;
  transition: color 0.4s var(--ease), padding-left 0.5s var(--ease);
}
.b-svc-word:last-child { border-bottom: 1px solid rgba(255,255,255,0.06); }
.b-svc-word:hover { color: var(--olive); padding-left: 80px; }
.b-svc-hint {
  position: absolute; right: 48px; bottom: 28px;
  font-size: 11px; letter-spacing: 0.1em; font-weight: 400;
  color: rgba(255,255,255,0); transition: color 0.4s var(--ease); white-space: nowrap;
}
.b-svc-word:hover .b-svc-hint { color: rgba(255,255,255,0.35); }

/* ━━ FEATURED PROJECTS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.hp-feat { background: var(--ink); padding: 0 0 4px; }
.hp-feat-head { display: flex; align-items: baseline; justify-content: space-between; padding: 72px 60px 48px; }
.hp-feat-label { font-size: 9px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(255,255,255,0.25); }
.hp-feat-link { font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--olive); border-bottom: 1px solid rgba(90,107,31,0.5); padding-bottom: 1px; }
.hp-feat-link:hover { border-color: var(--olive); }
.hp-feat-grid { display: grid; grid-template-columns: 58% 42%; grid-template-rows: 1fr 1fr; gap: 4px; }
.hp-feat-card {
  position: relative; overflow: hidden; display: flex; flex-direction: column;
  justify-content: flex-end; padding: 28px; min-height: 300px;
  transition: transform 0.6s var(--ease);
}
.hp-feat-card:hover { transform: scale(0.987); }
.hp-feat-card.main { grid-row: span 2; min-height: 600px; }
.hp-feat-bg { position: absolute; inset: 0; transition: transform 0.6s var(--ease); }
.hp-feat-card:hover .hp-feat-bg { transform: scale(1.03); }
.hp-feat-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.hp-feat-card:hover .hp-feat-img { transform: scale(1.03); }
.hp-feat-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%); }
.hp-feat-meta { position: relative; z-index: 1; }
.hp-feat-cat { font-size: 9px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--olive); display: block; margin-bottom: 7px; }
.hp-feat-name { font-size: clamp(18px, 2.4vw, 30px); font-weight: 700; color: var(--paper); letter-spacing: -0.025em; line-height: 1.1; }
.hp-feat-n { position: absolute; top: 22px; right: 22px; font-size: 9px; color: rgba(255,255,255,0.18); letter-spacing: 0.1em; z-index: 1; }

/* ━━ STATEMENT CAROUSEL ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.hp-statement {
  background: var(--ink); padding: 120px 60px 100px;
  position: relative; overflow: hidden;
  text-align: center; display: flex; flex-direction: column; align-items: center;
}
.hp-statement-inner { position: relative; z-index: 1; }
.hp-statement-slot {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
}
.hp-statement-q {
  font-size: clamp(24px, 3.8vw, 52px); font-weight: 300; letter-spacing: -0.025em;
  line-height: 1.3; color: rgba(255,255,255,0.45);
  max-width: 760px; position: relative; z-index: 1;
}
.hp-statement-author {
  display: block; margin-top: 32px; font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--olive);
}
.hp-statement-dots { display: flex; gap: 8px; margin-top: 48px; position: relative; z-index: 1; }
.hp-statement-dot {
  width: 20px; height: 2px; background: rgba(255,255,255,0.15);
  border: none; cursor: pointer; padding: 0;
  transition: background 0.3s, width 0.3s var(--ease);
}
.hp-statement-dot.active { background: var(--olive); width: 36px; }

/* ━━ HOMEPAGE GIANT CTA ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.hp-finale {
  background: var(--paper); color: var(--ink);
  padding: 100px 60px 80px; position: relative; overflow: hidden;
}
.hp-finale-tag { font-size: 9px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--light); display: block; margin-bottom: 28px; }
.hp-finale-h2 {
  font-size: clamp(72px, 16vw, 220px); font-weight: 900;
  letter-spacing: -0.055em; line-height: 0.85; color: var(--ink);
}
.hp-finale-h2 em { color: var(--olive); font-style: italic; font-weight: 300; }
.hp-finale-row {
  margin-top: 64px; display: flex; align-items: center;
  justify-content: space-between; gap: 40px; flex-wrap: wrap;
  padding-top: 40px; border-top: 1px solid var(--border);
}
.hp-finale-email { font-size: clamp(14px, 2vw, 22px); color: var(--olive); font-weight: 300; border-bottom: 1px solid rgba(90,107,31,0.4); padding-bottom: 2px; }
.hp-finale-email:hover { border-color: var(--olive); }
.hp-finale-btn {
  padding: 18px 40px; background: var(--ink); color: var(--paper);
  border-radius: 6px; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  transition: background 0.3s, transform 0.3s var(--ease);
}
.hp-finale-btn:hover { background: var(--olive); transform: translateY(-2px); }

/* ━━ FOOTER ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.footer { background: var(--paper); border-top: 1px solid var(--border); padding: 24px 48px; display: flex; align-items: center; justify-content: space-between; }
.footer-logo { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; color: var(--ink); text-decoration: none; }
.footer-logo b { color: var(--olive); }
.footer-copy { font-size: 11px; color: var(--light); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 11px; color: var(--light); transition: color 0.2s; }
.footer-links a:hover { color: var(--ink); }

/* ━━ PAGE HERO (work, über uns) ━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-hero {
  background: var(--ink); padding: 160px 48px 80px;
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 52svh; position: relative; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.page-hero-tag { font-size: 9px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--olive); margin-bottom: 20px; display: block; }
.page-hero-h1 {
  font-size: clamp(56px, 10vw, 130px); font-weight: 900;
  letter-spacing: -0.03em; line-height: 0.9; color: var(--paper);
}
.page-hero-h1 em { color: var(--olive); font-style: italic; font-weight: 300; }
.page-hero-sub { margin-top: 28px; font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.4); max-width: 520px; line-height: 1.7; }

/* ━━ WORK GRID ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.work-grid { background: var(--ink); padding: 64px 48px 120px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.work-card { position: relative; overflow: hidden; cursor: pointer; background: var(--dim); transition: transform 0.5s var(--ease); }
.work-card:hover { transform: scale(0.985); }
.work-card:hover .work-card-info { opacity: 1; transform: none; }
.work-card-img { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; }
.work-card-placeholder { width: 100%; }
.work-card.tall .work-card-placeholder { aspect-ratio: 3/4; }
.work-card:not(.tall):not(.wide) .work-card-placeholder { aspect-ratio: 4/3; }
.work-card.wide { grid-column: span 2; }
.work-card.wide .work-card-placeholder { aspect-ratio: 16/7; }
.work-card-info {
  position: absolute; inset: 0; background: rgba(0,0,0,0.6);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 32px; opacity: 0; transform: translateY(8px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.work-card-cat { font-size: 9px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--olive); margin-bottom: 6px; }
.work-card-name { font-size: clamp(18px, 2.2vw, 26px); font-weight: 700; color: var(--paper); letter-spacing: -0.02em; line-height: 1.1; }
.work-card-year { font-size: 10px; color: rgba(255,255,255,0.3); margin-top: 8px; letter-spacing: 0.08em; }
.work-card-num { position: absolute; top: 20px; right: 20px; font-size: 9px; color: rgba(255,255,255,0.15); letter-spacing: 0.1em; }
.work-cta { background: var(--ink); text-align: center; padding: 80px 48px 120px; }
.work-cta-h2 { font-size: clamp(32px, 5vw, 64px); font-weight: 900; letter-spacing: -0.04em; color: var(--paper); margin-bottom: 20px; }
.work-cta-h2 em { color: var(--olive); font-style: italic; font-weight: 300; }
.work-cta-sub { font-size: 15px; color: rgba(255,255,255,0.4); margin-bottom: 40px; }
.work-cta-btn { display: inline-block; padding: 16px 36px; background: var(--olive); color: var(--paper); border-radius: 6px; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; transition: background 0.3s, transform 0.3s var(--ease); }
.work-cta-btn:hover { background: var(--olive2); transform: translateY(-2px); }

/* ━━ ABOUT PAGE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.about-intro { background: var(--paper); color: var(--ink); padding: 100px 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-intro-big { font-size: clamp(28px, 3.5vw, 44px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.2; }
.about-intro-big em { color: var(--olive); font-style: italic; font-weight: 300; }
.about-intro-text { font-size: 15px; font-weight: 300; color: var(--grey); line-height: 1.9; }
.about-intro-text p + p { margin-top: 20px; }
.about-manifesto { background: var(--dim); padding: 100px 48px; text-align: center; }
.about-manifesto-q { font-size: clamp(28px, 4vw, 52px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.2; color: var(--paper); max-width: 800px; margin: 0 auto; }
.about-manifesto-q em { color: var(--olive); font-style: italic; font-weight: 300; }
.about-values { background: var(--paper); color: var(--ink); padding: 100px 48px; }
.about-values-tag { font-size: 9px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--light); margin-bottom: 56px; display: block; }
.about-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.about-value { padding: 40px; background: var(--paper); border: 1px solid var(--border); }
.about-value-n { font-size: 11px; color: var(--olive); letter-spacing: 0.1em; margin-bottom: 20px; display: block; }
.about-value-name { font-size: clamp(20px, 2.2vw, 26px); font-weight: 700; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 14px; line-height: 1.1; }
.about-value-desc { font-size: 13px; color: var(--grey); line-height: 1.8; font-weight: 300; }
.about-team { background: var(--ink); color: var(--paper); padding: 100px 48px; }
.about-team-tag { font-size: 9px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--olive); margin-bottom: 56px; display: block; }
.about-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.about-team-card { display: flex; flex-direction: column; gap: 16px; }
.about-team-photo { aspect-ratio: 3/4; background: var(--dim); border: 1px solid rgba(255,255,255,0.06); width: 100%; object-fit: cover; }
.about-team-name { font-size: 16px; font-weight: 700; letter-spacing: -0.02em; color: var(--paper); }
.about-team-role { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.3); }

/* ━━ LEISTUNGEN — ROW STRUCTURE ━━━━━━━━━━━━━━━━━━━━━━━━ */
.lsv { background: var(--ink); }
.lsv-hero {
  padding: 140px 60px 60px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.lsv-hero-tag { display: block; font-size: 9px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--olive); margin-bottom: 20px; }
.lsv-hero-h1 { font-size: clamp(56px, 10vw, 130px); font-weight: 900; letter-spacing: -0.03em; line-height: 0.9; color: var(--paper); }
.lsv-hero-sub { margin-top: 28px; font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.4); max-width: 520px; line-height: 1.7; }

.lsv-row {
  display: flex; align-items: center; gap: 0;
  padding: 0 60px; border-bottom: 1px solid rgba(255,255,255,0.05);
  position: relative; overflow: hidden; min-height: 160px;
  text-decoration: none; color: var(--paper);
  transition: background 0.5s var(--ease), padding-left 0.5s var(--ease);
}
.lsv-row:first-of-type { border-top: 1px solid rgba(255,255,255,0.05); }
.lsv-row:hover { background: rgba(255,255,255,0.02); padding-left: 80px; }
.lsv-num {
  font-size: clamp(100px, 14vw, 180px); font-weight: 900;
  color: rgba(255,255,255,0.04); letter-spacing: -0.06em; line-height: 1;
  flex-shrink: 0; width: clamp(120px, 16vw, 200px);
  transition: color 0.5s var(--ease); user-select: none;
}
.lsv-row:hover .lsv-num { color: rgba(90,107,31,0.14); }
.lsv-center { flex: 1; padding: 40px 0 40px 40px; }
.lsv-name {
  display: block; font-size: clamp(52px, 8.5vw, 120px); font-weight: 900;
  letter-spacing: -0.045em; line-height: 0.88; color: var(--paper);
  transition: color 0.4s var(--ease);
}
.lsv-row:hover .lsv-name { color: var(--olive); }
.lsv-hint {
  display: block; margin-top: 10px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(255,255,255,0);
  transition: color 0.45s var(--ease);
}
.lsv-row:hover .lsv-hint { color: rgba(255,255,255,0.28); }
.lsv-arr {
  font-size: 28px; color: rgba(255,255,255,0.08); flex-shrink: 0;
  transition: transform 0.45s var(--ease), color 0.4s;
}
.lsv-row:hover .lsv-arr { color: var(--olive); transform: translate(6px,-6px); }
.lsv-foot {
  background: var(--paper); color: var(--ink); padding: 80px 60px;
  display: flex; align-items: center; justify-content: space-between; gap: 48px;
}
.lsv-foot-text { font-size: clamp(22px, 3vw, 40px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.15; max-width: 520px; }
.lsv-foot-strong { font-weight: 900; font-style: italic; color: var(--olive); }
.lsv-foot-cta {
  flex-shrink: 0; padding: 18px 36px; background: var(--ink); color: var(--paper);
  border-radius: 6px; font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; white-space: nowrap;
  transition: background 0.3s, transform 0.3s var(--ease);
}
.lsv-foot-cta:hover { background: var(--olive); transform: translateY(-2px); }

/* ━━ CONTACT PAGE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.contact-body { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.contact-left {
  padding: 120px 64px 80px; background: var(--ink); color: var(--paper);
  display: flex; flex-direction: column; justify-content: space-between; gap: 60px;
  min-height: 100vh;
}
.contact-big {
  font-size: clamp(26px, 3.8vw, 54px); font-weight: 900;
  letter-spacing: -0.04em; line-height: 0.92; color: var(--paper);
}
.contact-big em { color: var(--olive); font-style: italic; font-weight: 300; }
.contact-left-bottom { display: flex; flex-direction: column; gap: 24px; }
.contact-email { font-size: clamp(15px, 1.8vw, 20px); color: var(--olive); font-weight: 300; border-bottom: 1px solid rgba(90,107,31,0.35); padding-bottom: 2px; align-self: flex-start; }
.contact-email:hover { border-color: var(--olive); }
.contact-reply { font-size: 13px; color: rgba(255,255,255,0.28); font-weight: 300; letter-spacing: 0.02em; }
.contact-social { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.25); align-self: flex-start; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 1px; transition: color 0.2s, border-color 0.2s; }
.contact-social:hover { color: var(--paper); border-color: rgba(255,255,255,0.4); }
.contact-right { padding: 80px 64px; background: var(--paper); color: var(--ink); display: flex; flex-direction: column; justify-content: center; }
.contact-form-tag { font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--light); margin-bottom: 40px; display: block; }

.cf-form { display: flex; flex-direction: column; }
.cf { border-bottom: 1px solid var(--border); padding: 18px 0; transition: border-color 0.2s; }
.cf:first-of-type { border-top: 1px solid var(--border); }
.cf:focus-within { border-color: var(--olive); }
.cf label { font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--light); display: block; margin-bottom: 6px; }
.cf input, .cf textarea, .cf select { width: 100%; background: none; border: none; outline: none; font-family: inherit; font-size: 15px; color: var(--ink); font-weight: 300; }
.cf input::placeholder, .cf textarea::placeholder { color: var(--border); }
.cf textarea { resize: none; min-height: 80px; line-height: 1.6; }
.cf select { appearance: none; cursor: pointer; }
.cf-submit { margin-top: 28px; align-self: flex-start; padding: 14px 32px; background: var(--ink); color: var(--paper); border-radius: 6px; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; border: none; font-family: inherit; cursor: pointer; transition: background 0.3s, transform 0.3s var(--ease); }
.cf-submit:hover { background: var(--olive); transform: translateY(-2px); }

/* ━━ LEGAL ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.legal { background: var(--paper); color: var(--ink); min-height: 100vh; padding: 160px 48px 120px; }
.legal-inner { max-width: 720px; margin: 0 auto; }
.legal h1 { font-size: clamp(36px, 5vw, 64px); font-weight: 900; letter-spacing: -0.04em; line-height: 1; margin-bottom: 56px; }
.legal h2 { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); margin: 40px 0 12px; }
.legal p { font-size: 15px; line-height: 1.8; font-weight: 300; margin-bottom: 12px; }
.legal a { color: var(--olive); border-bottom: 1px solid rgba(90,107,31,0.4); }
.legal a:hover { border-color: var(--olive); }

/* ━━ SCROLL REVEAL ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; }
.d2 { transition-delay: .16s; }
.d3 { transition-delay: .24s; }
.thin { font-weight: 300; }

@keyframes fade-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes fade-in  { from { opacity: 0; } to { opacity: 1; } }

/* ━━ RESPONSIVE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1024px) {
  .about-values-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav-logo { left: 24px; top: 20px; }
  .nav-burger { right: 24px; top: 20px; }
  .nav-overlay { padding: 0 28px; }
  .ha { padding: 0 28px 100px; }
  .manifesto { padding: 60px 28px; }
  .manifesto-bottom { flex-direction: column; align-items: flex-start; }
  .b-svc-word { font-size: clamp(40px, 14vw, 80px); padding: 16px 24px; }
  .b-svc-tag { padding: 0 24px; }
  .hp-feat-head { padding: 48px 28px 32px; }
  .hp-feat-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .hp-feat-card.main { min-height: 420px; grid-row: auto; }
  .hp-feat-card { min-height: 280px; }
  .hp-statement { padding: 80px 28px; }
  .hp-finale { padding: 60px 28px; }
  .hp-finale-h2 { font-size: clamp(56px, 18vw, 96px); }
  .hp-finale-row { flex-direction: column; align-items: flex-start; gap: 24px; }
  .page-hero { padding: 140px 24px 60px; min-height: 44svh; }
  .work-grid { padding: 24px 24px 80px; grid-template-columns: 1fr; }
  .work-card.wide { grid-column: span 1; }
  .about-intro { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; }
  .about-values { padding: 60px 24px; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-team { padding: 60px 24px; }
  .about-team-grid { grid-template-columns: 1fr 1fr; }
  .lsv-hero { padding: 120px 28px 48px; }
  .lsv-row { padding: 0 28px; min-height: 120px; }
  .lsv-num { font-size: clamp(64px, 18vw, 100px); width: clamp(80px, 20vw, 120px); }
  .lsv-center { padding: 28px 0 28px 20px; }
  .lsv-name { font-size: clamp(36px, 12vw, 64px); }
  .lsv-foot { padding: 60px 28px; flex-direction: column; align-items: flex-start; gap: 32px; }
  .contact-body { grid-template-columns: 1fr; min-height: auto; }
  .contact-left { padding: 100px 28px 60px; min-height: auto; }
  .contact-right { padding: 60px 28px 80px; }
  .footer { flex-direction: column; gap: 14px; text-align: center; padding: 24px; }
  .footer-links { justify-content: center; }
}
@media (max-width: 480px) {
  .about-team-grid { grid-template-columns: 1fr; }
}
