/* ═══════════════════════════════════════════════════════════
   BEATRICE METZLER – beatricemetzler.com
   Interim CHRO · Fractional Head of HR
   ═══════════════════════════════════════════════════════════ */

/* ─── FONTS ─────────────────────────────────────────────
   Baskervville + Poppins, served from Bunny Fonts (EU, DSGVO-konform).
   No cookies, no tracking, no US servers.
   If you want fully local fonts, see FONTS-README.txt.
   ─────────────────────────────────────────────────────── */
@import url('https://fonts.bunny.net/css?family=baskervville:400,400i|poppins:300,400,500,600&display=swap');

/* ─── RESET & BASE ──────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }

.serif {
  font-family: 'Baskervville', Georgia, 'Times New Roman', serif;
  font-weight: 400;
}

/* ─── COLOR SYSTEM ──────────────────────────────────── */
:root {
  --bg: #FFFFFF;
  --bg-soft: #FAFAF9;
  --bg-warm: #F8F4F5;
  --text-primary: #1A1A1A;
  --text-heading: #3A3A3A;
  --text-body: #6E6666;
  --text-muted: #9A9A9A;
  --accent-deep: #824E5C;
  --accent-mid: #A06273;
  --accent-soft: #C7A2AC;
  --accent-faint: #ECDFE3;
  --border: #E8E4E5;
  --border-soft: #F0ECED;
  --black: #1A1A1A;
}

/* ─── NAVIGATION ────────────────────────────────────── */
nav.main-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 24px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-soft);
  transition: padding 0.3s ease;
}

nav.main-nav.scrolled { padding: 18px 56px; }

.logo {
  font-family: 'Baskervville', serif;
  font-size: 22px;
  color: var(--text-primary);
  letter-spacing: 0.02em;
  font-weight: 400;
}

.logo em { font-style: italic; color: var(--accent-deep); }

nav.main-nav ul {
  list-style: none;
  display: flex;
  gap: 40px;
  align-items: center;
}

nav.main-nav a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-heading);
  transition: color 0.25s ease;
  position: relative;
  padding: 4px 0;
}

nav.main-nav a:hover { color: var(--accent-deep); }

nav.main-nav a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  height: 1px;
  width: 0;
  background: var(--accent-deep);
  transition: width 0.3s ease;
}

nav.main-nav a:hover::after { width: 100%; }

.lang-switch {
  display: flex !important;
  gap: 10px !important;
  padding-left: 36px;
  border-left: 1px solid var(--border);
  margin-left: 4px;
}

.lang-switch a {
  font-size: 11px !important;
  color: var(--text-muted);
}

.lang-switch a.active {
  color: var(--accent-deep);
  font-weight: 500;
}

.lang-switch a.active::after { display: none; }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 0;
  position: relative;
}

.nav-toggle span {
  display: block;
  position: absolute;
  left: 4px; right: 4px;
  height: 1px;
  background: var(--text-primary);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle span:nth-child(1) { top: 11px; }
.nav-toggle span:nth-child(2) { top: 16px; }
.nav-toggle span:nth-child(3) { top: 21px; }

.nav-toggle.open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* ─── HERO ──────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  padding: 140px 56px 100px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  top: 100px; right: 0;
  width: 45%; height: 60%;
  background: linear-gradient(135deg, var(--accent-faint) 0%, transparent 70%);
  opacity: 0.35;
  z-index: -1;
  pointer-events: none;
}

.hero-text { max-width: 640px; }

.eyebrow {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.eyebrow::before {
  content: '';
  width: 36px;
  height: 1px;
  background: var(--accent-deep);
  flex-shrink: 0;
}

.hero h1 {
  font-family: 'Baskervville', serif;
  font-size: clamp(44px, 6.2vw, 84px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--text-primary);
  margin-bottom: 36px;
}

.hero h1 em { font-style: italic; color: var(--accent-deep); }
.hero h1 .period { color: var(--accent-deep); }

.hero-lede {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-body);
  margin-bottom: 40px;
  max-width: 560px;
  font-weight: 300;
}

.hero-meta {
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}

.hero-meta div { font-size: 13px; letter-spacing: 0.02em; }

.hero-meta div span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.hero-meta div strong {
  color: var(--text-heading);
  font-weight: 500;
}

/* ─── BUTTON ────────────────────────────────────────── */
.cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 17px 34px;
  background: var(--text-primary);
  color: var(--bg);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 1px solid var(--text-primary);
  cursor: pointer;
}

.cta:hover {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
  transform: translateY(-1px);
}

.cta svg {
  width: 16px; height: 16px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.cta:hover svg { transform: translateX(4px); }

.cta.inverted {
  background: transparent;
  color: var(--text-primary);
}

.cta.inverted:hover {
  background: var(--accent-deep);
  color: var(--bg);
}

/* ─── HERO PORTRAIT ─────────────────────────────────── */
.hero-portrait {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 520px;
  margin-left: auto;
  width: 100%;
}

.hero-portrait::before {
  content: '';
  position: absolute;
  top: -20px; left: -20px;
  right: 20px; bottom: 20px;
  border: 1px solid var(--accent-soft);
  z-index: -1;
}

.hero-portrait img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(12%) contrast(1.02);
}

/* ─── SECTION BASE ──────────────────────────────────── */
.section {
  padding: 140px 56px;
  position: relative;
}

.section-soft { background: var(--bg-soft); }
.section-warm { background: var(--bg-warm); }

.section-inner { max-width: 1280px; margin: 0 auto; }

.section-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 100px;
}

.section-label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent-deep);
  display: flex;
  align-items: center;
  gap: 14px;
}

.section-label::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--accent-deep);
}

.section h2 {
  font-family: 'Baskervville', serif;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--text-primary);
}

.section h2 em { font-style: italic; color: var(--accent-deep); }

.section-intro {
  font-size: 18px;
  line-height: 1.7;
  max-width: 540px;
  color: var(--text-body);
  margin-top: 32px;
}

/* ─── SECTION 2: SITUATIONS ─────────────────────────── */
.situations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
}

.situation {
  padding: 56px 40px 56px 0;
  border-right: 1px solid var(--border);
  position: relative;
  transition: background 0.35s ease;
}

.situation:last-child { border-right: none; }
.situation:not(:first-child) { padding-left: 40px; }

.situation:hover { background: var(--bg); }

.situation-number {
  font-family: 'Baskervville', serif;
  font-style: italic;
  font-size: 46px;
  color: var(--accent-soft);
  line-height: 1;
  margin-bottom: 32px;
  transition: color 0.3s ease;
}

.situation:hover .situation-number { color: var(--accent-deep); }

.situation h3 {
  font-family: 'Baskervville', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--text-primary);
  margin-bottom: 22px;
  letter-spacing: -0.005em;
}

.situation p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-body);
  margin-bottom: 18px;
}

.situation p.action {
  color: var(--text-heading);
  padding-top: 20px;
  border-top: 1px solid var(--border-soft);
  margin-top: 26px;
  margin-bottom: 0;
}

.situations-footer {
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
  font-family: 'Baskervville', serif;
  font-style: italic;
  font-size: 17px;
  color: var(--text-heading);
  text-align: center;
}

.situations-footer a {
  color: var(--accent-deep);
  border-bottom: 1px solid var(--accent-soft);
  padding-bottom: 2px;
  transition: border-color 0.3s ease;
}

.situations-footer a:hover { border-color: var(--accent-deep); }

/* ─── SECTION 3: HOW I WORK ─────────────────────────── */
.how-phases {
  display: grid;
  gap: 0;
}

.how-phase {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 80px;
  padding: 56px 0;
  border-top: 1px solid var(--border);
  align-items: start;
}

.how-phase:first-child {
  padding-top: 0;
  border-top: none;
}

.phase-meta { position: sticky; top: 120px; }

.phase-marker {
  font-family: 'Baskervville', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--accent-deep);
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.phase-number {
  font-family: 'Baskervville', serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  color: var(--accent-soft);
  margin-bottom: 0;
}

.how-phase h3 {
  font-family: 'Baskervville', serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--text-primary);
  margin-bottom: 22px;
  letter-spacing: -0.01em;
}

.how-phase p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-body);
  margin-bottom: 16px;
}

.how-phase p:last-child { margin-bottom: 0; }

.how-phase p em {
  font-family: 'Baskervville', serif;
  font-style: italic;
  color: var(--text-heading);
  font-size: 17px;
}

.how-phase p strong {
  color: var(--text-heading);
  font-weight: 500;
}

.phase-subdivide {
  padding: 16px 0;
  border-bottom: 1px solid var(--border-soft);
}

.phase-subdivide:last-child { border-bottom: none; }

.phase-subdivide p:first-child {
  margin-bottom: 6px;
}

/* Engagement models */
.engagement-header {
  margin-top: 120px;
  padding-top: 56px;
  border-top: 1px solid var(--border);
  margin-bottom: 48px;
}

.engagement-header h3 {
  font-family: 'Baskervville', serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--text-primary);
  letter-spacing: -0.005em;
}

.engagements {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.engagement {
  padding: 40px 32px;
  border: 1px solid var(--border);
  background: var(--bg);
  transition: all 0.3s ease;
}

.engagement:hover {
  border-color: var(--accent-soft);
  transform: translateY(-2px);
}

.engagement h4 {
  font-family: 'Baskervville', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.3;
}

.engagement .eng-duration {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 20px;
}

.engagement p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-body);
}

/* ─── SECTION 4: WHAT REMAINS ───────────────────────── */
.remains-intro {
  margin-bottom: 80px;
}

.remains-intro p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-body);
  max-width: 720px;
  margin-bottom: 16px;
}

.remains-intro p.emphasis {
  font-family: 'Baskervville', serif;
  font-style: italic;
  font-size: 20px;
  color: var(--text-heading);
}

.deliverables {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--border);
  margin-bottom: 40px;
}

.deliverable-group {
  background: var(--bg);
  padding: 48px 40px;
}

.deliverable-group h4 {
  font-family: 'Baskervville', serif;
  font-style: italic;
  font-size: 20px;
  color: var(--accent-deep);
  margin-bottom: 24px;
  font-weight: 400;
}

.deliverable-group ul {
  list-style: none;
}

.deliverable-group li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-body);
  padding: 6px 0 6px 20px;
  position: relative;
}

.deliverable-group li::before {
  content: '';
  position: absolute;
  left: 0; top: 16px;
  width: 8px; height: 1px;
  background: var(--accent-soft);
}

.remains-footer {
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
  text-align: center;
  font-family: 'Baskervville', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--text-muted);
}

/* ─── SECTION 5: CASE STUDIES ───────────────────────── */
.cases-intro {
  margin-bottom: 60px;
}

.cases-intro p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-body);
  max-width: 720px;
}

.case {
  padding: 56px 0;
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 80px;
  align-items: start;
}

.case:last-child { border-bottom: 1px solid var(--border); }

.case-header { position: sticky; top: 120px; }

.case-number {
  font-family: 'Baskervville', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--accent-deep);
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.case-title {
  font-family: 'Baskervville', serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--text-primary);
  margin-bottom: 20px;
  letter-spacing: -0.005em;
}

.case-context {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-muted);
  padding-top: 16px;
  border-top: 1px solid var(--border-soft);
}

.case-body {
  display: grid;
  gap: 32px;
}

.case-lede {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-body);
  padding-left: 24px;
  border-left: 2px solid var(--accent-soft);
}

.case-block h5 {
  font-family: 'Baskervville', serif;
  font-style: italic;
  font-size: 15px;
  color: var(--accent-deep);
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.case-block p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-body);
}

/* ─── SECTION 6: ABOUT ──────────────────────────────── */
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}

.about-portrait {
  position: relative;
  aspect-ratio: 3 / 4;
  max-width: 440px;
}

.about-portrait::before {
  content: '';
  position: absolute;
  top: 20px; left: 20px;
  right: -20px; bottom: -20px;
  border: 1px solid var(--accent-soft);
  z-index: -1;
}

.about-portrait img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(10%) contrast(1.02);
}

.about-text h2 {
  margin-bottom: 36px;
}

.about-text p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-body);
  margin-bottom: 20px;
}

.about-text p.emphasis {
  font-family: 'Baskervville', serif;
  font-style: italic;
  font-size: 20px;
  color: var(--text-heading);
  padding: 8px 0;
}

.about-text p.closing {
  font-family: 'Baskervville', serif;
  font-style: italic;
  font-size: 19px;
  color: var(--accent-deep);
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--border);
}

.about-credentials {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text-muted);
}

.about-credentials strong {
  display: block;
  color: var(--text-heading);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 4px;
}

/* ─── SECTION 7: CONTACT ────────────────────────────── */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.contact-intro h2 { margin-bottom: 36px; }

.contact-intro p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-body);
  margin-bottom: 20px;
}

.contact-details {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 56px 48px;
}

.contact-method {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-soft);
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: baseline;
}

.contact-method:first-child { padding-top: 0; }
.contact-method:last-child { border-bottom: none; padding-bottom: 0; }

.contact-method span {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.contact-method a {
  font-family: 'Baskervville', serif;
  font-size: 20px;
  color: var(--text-primary);
  letter-spacing: -0.005em;
  transition: color 0.3s ease;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.contact-method a:hover {
  color: var(--accent-deep);
  border-bottom-color: var(--accent-soft);
}

/* ─── FOOTER ────────────────────────────────────────── */
footer {
  background: var(--text-primary);
  color: rgba(255, 255, 255, 0.7);
  padding: 80px 56px 40px;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 32px;
}

.footer-brand {
  font-family: 'Baskervville', serif;
  font-size: 22px;
  color: var(--bg);
  margin-bottom: 14px;
}

.footer-brand em { color: var(--accent-soft); font-style: italic; }

.footer-tagline {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 360px;
  line-height: 1.6;
}

.footer-col h5 {
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin-bottom: 18px;
  font-weight: 500;
}

.footer-col a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  padding: 4px 0;
  transition: color 0.3s ease;
}

.footer-col a:hover { color: var(--accent-soft); }

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-bottom a { color: rgba(255, 255, 255, 0.4); margin-left: 24px; }
.footer-bottom a:hover { color: var(--accent-soft); }

/* ─── LEGAL PAGES (Impressum, Datenschutz) ──────────── */
.legal-page {
  padding: 160px 56px 120px;
  max-width: 840px;
  margin: 0 auto;
}

.legal-page h1 {
  font-family: 'Baskervville', serif;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.legal-page .eyebrow { margin-bottom: 24px; }

.legal-page h2 {
  font-family: 'Baskervville', serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--text-primary);
  margin: 48px 0 20px;
  letter-spacing: -0.005em;
}

.legal-page h3 {
  font-family: 'Baskervville', serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--text-heading);
  margin: 32px 0 14px;
  font-style: italic;
}

.legal-page p, .legal-page li {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-body);
  margin-bottom: 16px;
}

.legal-page ul { padding-left: 20px; margin-bottom: 16px; }
.legal-page li { margin-bottom: 8px; }

.legal-page a {
  color: var(--accent-deep);
  border-bottom: 1px solid var(--accent-soft);
  transition: border-color 0.3s ease;
}

.legal-page a:hover { border-bottom-color: var(--accent-deep); }

.legal-page strong { color: var(--text-heading); font-weight: 500; }

.legal-page .intro-box {
  background: var(--bg-soft);
  padding: 32px;
  margin: 32px 0 48px;
  border-left: 3px solid var(--accent-deep);
}

.legal-page .intro-box p { margin-bottom: 0; font-size: 15px; }

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-deep);
  border-bottom: 1px solid var(--accent-soft);
  padding-bottom: 4px;
}

.back-link:hover { border-bottom-color: var(--accent-deep); }

/* ─── ANIMATIONS ────────────────────────────────────── */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── RESPONSIVE ────────────────────────────────────── */
@media (max-width: 1024px) {
  nav.main-nav { padding: 20px 32px; }
  nav.main-nav ul { gap: 28px; }
  nav.main-nav a { font-size: 11px; letter-spacing: 0.08em; }

  .hero { padding: 130px 32px 80px; gap: 56px; }
  .section { padding: 100px 32px; }

  .section-header { gap: 40px; }

  .engagements { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 820px) {
  nav.main-nav ul:not(.lang-switch) { display: none; }
  .nav-toggle { display: block; }

  /* Mobile menu overlay */
  .mobile-menu {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--bg);
    z-index: 99;
    padding: 100px 40px 40px;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .mobile-menu.open { transform: translateX(0); }

  .mobile-menu a {
    font-family: 'Baskervville', serif;
    font-size: 28px;
    color: var(--text-primary);
    padding: 16px 0;
    border-bottom: 1px solid var(--border-soft);
    text-transform: none;
    letter-spacing: 0;
  }

  .mobile-menu .lang-switch {
    border: none;
    padding: 32px 0 0;
    margin: 24px 0 0;
    border-top: 1px solid var(--border);
    gap: 20px !important;
  }

  .mobile-menu .lang-switch a {
    font-family: 'Poppins', sans-serif;
    font-size: 12px !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0;
    border: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 56px;
    padding: 120px 24px 80px;
    min-height: auto;
  }

  .hero-portrait { max-width: 400px; margin: 0 auto; }

  .section { padding: 80px 24px; }

  .section-header {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 64px;
  }

  .situations { grid-template-columns: 1fr; border-top: none; }
  .situation {
    border-right: none;
    border-top: 1px solid var(--border);
    padding: 44px 0 !important;
  }

  .how-phase {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .phase-meta { position: static; }
  .phase-number { font-size: 48px; }

  .deliverables { grid-template-columns: 1fr; }

  .case {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .case-header { position: static; }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .about-portrait { max-width: 320px; margin: 0 auto; }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact-details { padding: 40px 32px; }
  .contact-method {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 40px;
    margin-bottom: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .footer-bottom a { margin: 0 8px; }

  .hero-meta { gap: 24px; }

  .legal-page { padding: 120px 24px 80px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 44px; }
  .section h2 { font-size: 32px; }
  .hero-lede { font-size: 16px; }
  .cta { padding: 16px 28px; font-size: 11px; }
}

/* ─── UTILITIES ─────────────────────────────────────── */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
