/* ============================================================
   Schwebel Law — Production Stylesheet
   Direction A · Classic Authority
   ============================================================ */

:root {
  --navy: #0F172A;
  --navy-2: #1E293B;
  --ink: #020617;
  --slate: #334155;
  --slate-2: #475569;
  --mute: #64748B;
  --rule: #CBD5E1;
  --rule-soft: #E2E8F0;
  --bg: #F8FAFC;
  --cream: #F5EFE4;
  --cream-2: #FBF6EC;
  --gold: #CA8A04;
  --gold-soft: #E8C77A;
  --gold-dark: #A06F03;
  --white: #FFFFFF;

  --serif-he: 'Frank Ruhl Libre', 'David Libre', 'Times New Roman', serif;
  --serif-en: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans-he: 'Noto Sans Hebrew', 'Arial', sans-serif;
  --sans-en: 'Inter', 'Arial', sans-serif;

  --maxw: 1200px;
  --maxw-narrow: 880px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans-he);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

[lang="en"] body { font-family: var(--sans-en); }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: var(--maxw-narrow); margin: 0 auto; padding: 0 32px; }

/* ───── Skip link (a11y) ───── */
.skip {
  position: absolute;
  right: -9999px;
  top: 8px;
  background: var(--gold);
  color: var(--navy);
  padding: 10px 18px;
  font-weight: 500;
  z-index: 200;
}
[dir="ltr"] .skip { right: auto; left: -9999px; }
.skip:focus { right: 16px; outline: 2px solid var(--white); outline-offset: 2px; }
[dir="ltr"] .skip:focus { left: 16px; right: auto; }

/* ───── Top bar ───── */
.topbar {
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbar .inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 10px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.topbar a { opacity: 0.85; transition: opacity .2s; cursor: pointer; }
.topbar a:hover { opacity: 1; }
.topbar a:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; opacity: 1; }
.lang-switch { display: flex; gap: 12px; align-items: center; }
.lang-switch .active { color: var(--gold-soft); }
.lang-switch [aria-hidden] { opacity: 0.4; }
.top-contact { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.top-contact .sep { opacity: 0.4; }

/* ───── Site header / nav ───── */
header.nav {
  background: var(--navy);
  color: var(--white);
  padding: 28px 0 36px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.brand .word {
  font-family: var(--serif-en);
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.18em;
  line-height: 1;
}
.brand .rule {
  width: 100%;
  height: 1px;
  background: var(--gold);
  margin: 8px 0 6px;
}
.brand .sub {
  font-family: var(--sans-he);
  font-size: 11px;
  letter-spacing: 0.32em;
  opacity: 0.85;
  display: flex;
  gap: 10px;
  align-items: center;
}
.brand .sub .dot {
  width: 3px;
  height: 3px;
  background: var(--gold);
  border-radius: 50%;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
nav a {
  position: relative;
  padding: 8px 0;
  cursor: pointer;
  transition: color .2s;
}
nav a:hover,
nav a:focus-visible,
nav a[aria-current="page"] { color: var(--gold-soft); }
nav a:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
nav a[aria-current="page"]::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0; right: 0;
  height: 1px;
  background: var(--gold);
}

/* ───── Hero ───── */
.hero {
  background: var(--navy);
  color: var(--white);
  padding: 96px 0 120px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(202,138,4,0.10), transparent 50%),
    radial-gradient(ellipse at 0% 100%, rgba(255,255,255,0.04), transparent 60%);
  pointer-events: none;
}
.hero .container { position: relative; text-align: center; }
.hero.left .container { text-align: start; }

.eyebrow {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--gold-soft);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 24px;
}

.hero h1 {
  font-family: var(--serif-he);
  font-weight: 500;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1.12;
  margin: 0 auto 28px;
  max-width: 18ch;
  letter-spacing: -0.01em;
}
.hero.left h1 { margin: 0 0 28px; }
[lang="en"] .hero h1 { font-family: var(--serif-en); }

.hero .lede {
  max-width: 60ch;
  margin: 0 auto 40px;
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255,255,255,0.86);
}
.hero.left .lede { margin: 0 0 40px; }

.hero-rule {
  width: 80px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 40px;
}
.hero.left .hero-rule { margin: 0 0 40px; }

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero.left .hero-actions { justify-content: flex-start; }

/* ───── Buttons ───── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  font-family: var(--sans-he);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}
[lang="en"] .btn { font-family: var(--sans-en); }
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-soft); }
.btn-primary:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }
.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-soft); }
.btn-ghost:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ───── Sections ───── */
section { padding: 96px 0; }

.section-eyebrow {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 12px;
}

h2 {
  font-family: var(--serif-he);
  font-weight: 500;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.15;
  margin: 12px 0 24px;
  color: var(--navy);
  letter-spacing: -0.01em;
}
[lang="en"] h2 { font-family: var(--serif-en); }

h3 {
  font-family: var(--serif-he);
  font-weight: 500;
  margin: 0;
  color: var(--navy);
}
[lang="en"] h3 { font-family: var(--serif-en); }

.section-rule {
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 0 0 36px;
}
.center { text-align: center; }
.center .section-rule { margin-right: auto; margin-left: auto; }

/* ───── About / Bio ───── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.about-grid .body p {
  margin: 0 0 18px;
  font-size: 17px;
  color: var(--slate);
}

.credentials {
  border-inline-start: 2px solid var(--gold);
  padding-inline-start: 28px;
}
.credentials dt {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--mute);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 18px;
}
.credentials dt:first-child { margin-top: 0; }
.credentials dd {
  margin: 6px 0 0;
  font-family: var(--serif-he);
  font-size: 19px;
  color: var(--ink);
}
[lang="en"] .credentials dd { font-family: var(--serif-en); }

/* Portrait */
.portrait { margin: 40px 0 0; padding: 0; }
.portrait-frame {
  aspect-ratio: 4 / 5;
  background: var(--cream);
  padding: 14px;
  position: relative;
  overflow: hidden;
}
.portrait-frame::after {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid var(--gold);
  pointer-events: none;
  opacity: 0.55;
}
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% 20%;
  display: block;
  position: relative;
}
.portrait figcaption {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
}
.portrait .name {
  font-family: var(--serif-he);
  font-size: 18px;
  color: var(--navy);
  font-weight: 500;
}
[lang="en"] .portrait .name { font-family: var(--serif-en); }
.portrait .role {
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 12px;
  color: var(--mute);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* Wide portrait for /about hero */
.portrait-wide {
  aspect-ratio: 5 / 6;
  max-width: 460px;
}

/* ───── Practice areas grid ───── */
.practice { background: var(--cream); }
.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule);
  margin-top: 24px;
  border: 1px solid var(--rule);
}
.practice-card {
  background: var(--cream);
  padding: 40px 32px;
  cursor: default;
  transition: background .25s;
  min-height: 240px;
  display: flex;
  flex-direction: column;
}
.practice-card:hover { background: var(--cream-2); }
.practice-card h3 {
  font-size: 24px;
  margin: 0 0 14px;
}
.practice-card .num {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}
.practice-card p {
  font-size: 15px;
  color: var(--slate);
  margin: 0;
  line-height: 1.7;
}
.practice-card a.card-link {
  margin-top: 16px;
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--navy);
  border-bottom: 1px solid var(--gold);
  padding: 4px 0;
  align-self: flex-start;
  font-size: 14px;
  cursor: pointer;
  transition: color .2s;
}
.practice-card a.card-link:hover { color: var(--gold); }

/* ───── /practice page — long-form anchor sections ───── */
.practice-anchor-toc {
  background: var(--cream);
  padding: 32px 0;
  border-bottom: 1px solid var(--rule);
}
.practice-anchor-toc ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 32px;
  counter-reset: toc;
}
.practice-anchor-toc li {
  counter-increment: toc;
  padding: 8px 0;
}
.practice-anchor-toc a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: var(--serif-he);
  font-size: 17px;
  color: var(--navy);
  cursor: pointer;
  transition: color .2s;
}
[lang="en"] .practice-anchor-toc a { font-family: var(--serif-en); }
.practice-anchor-toc a:hover,
.practice-anchor-toc a:focus-visible { color: var(--gold-dark); }
.practice-anchor-toc a:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.practice-anchor-toc a::before {
  content: counter(toc, upper-roman) ".";
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0.15em;
  min-width: 32px;
}

.practice-area {
  padding: 88px 0;
  border-bottom: 1px solid var(--rule-soft);
  scroll-margin-top: 32px;
}
.practice-area:last-of-type { border-bottom: none; }
.practice-area .head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  margin-bottom: 36px;
  align-items: start;
}
.practice-area .head .label {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}
.practice-area h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 42px);
}
.practice-area .lead {
  font-size: 18px;
  color: var(--slate);
  margin: 0;
  line-height: 1.8;
}
.practice-area .body {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
}
.practice-area .body p {
  margin: 0 0 16px;
  color: var(--slate);
  font-size: 16px;
  line-height: 1.85;
}
.practice-area .services {
  list-style: none;
  padding: 0;
  margin: 0;
}
.practice-area .services li {
  padding: 14px 0;
  border-top: 1px solid var(--rule-soft);
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
  align-items: baseline;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.6;
}
.practice-area .services li:last-child { border-bottom: 1px solid var(--rule-soft); }
.practice-area .services li::before {
  content: '·';
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
}
.practice-area .services-head {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--mute);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}
.practice-area .cta {
  margin-top: 24px;
  display: inline-flex;
  gap: 10px;
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--navy);
  border-bottom: 1px solid var(--gold);
  padding: 6px 0;
  cursor: pointer;
  transition: color .2s;
  font-size: 15px;
}
.practice-area .cta:hover { color: var(--gold); }

/* ───── Innovation & Technology ───── */
.innovation { background: var(--bg); }
.innovation .head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}
.innovation .head p {
  color: var(--slate);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  max-width: 52ch;
}
.innovation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.innovation-card {
  background: var(--white);
  border: 1px solid var(--rule-soft);
  padding: 40px 32px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color .25s, transform .25s;
}
.innovation-card:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}
.innovation-card .icon {
  color: var(--gold);
  display: flex;
  align-items: center;
}
.innovation-card .label {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--mute);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 4px;
}
.innovation-card h3 {
  font-size: 22px;
  margin: 0;
  line-height: 1.3;
}
.innovation-card p {
  font-size: 15px;
  color: var(--slate);
  margin: 0;
  line-height: 1.75;
}
.innovation .security-note {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--rule-soft);
  display: flex;
  gap: 16px;
  align-items: baseline;
  color: var(--mute);
  font-size: 13px;
  line-height: 1.7;
}
.innovation .security-note .label {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 11px;
  white-space: nowrap;
}

/* ───── Writing / Insights ───── */
.writing { background: var(--bg); }
.writing .head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 48px;
}
.writing .head p {
  color: var(--slate);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  max-width: 50ch;
}
.articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.article {
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: border-color .25s, transform .25s;
  cursor: pointer;
  min-height: 240px;
}
.article:hover { border-color: var(--gold); transform: translateY(-2px); }
.article .meta {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--mute);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.article .meta .topic { color: var(--gold); }
.article h3 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 12px;
}
.article p {
  font-size: 15px;
  color: var(--slate);
  margin: 0 0 24px;
  line-height: 1.7;
}
.article .read {
  margin-top: auto;
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--navy);
  border-bottom: 1px solid var(--gold);
  padding: 4px 0;
  align-self: flex-start;
  font-size: 14px;
}
.writing .all-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--navy);
  border-bottom: 1px solid var(--gold);
  padding: 6px 0;
  cursor: pointer;
  font-size: 16px;
}

/* ───── Approach (values) ───── */
.approach { background: var(--navy); color: var(--white); }
.approach h2 { color: var(--white); }
.approach .section-eyebrow { color: var(--gold-soft); }
.approach .values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 40px;
  margin-top: 56px;
}
@media (min-width: 1100px) {
  .approach .values { grid-template-columns: repeat(4, 1fr); gap: 40px 32px; }
}
.value h4 {
  font-family: var(--serif-he);
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 12px;
  color: var(--white);
}
[lang="en"] .value h4 { font-family: var(--serif-en); }
.value .num-big {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--gold);
  font-size: 40px;
  line-height: 1;
  margin-bottom: 16px;
}
.value p {
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

/* ───── Contact strip ───── */
.contact { background: var(--cream); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.contact-grid h2 { margin-top: 0; }
.contact-grid p { color: var(--slate); font-size: 17px; }

.contact-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
}
.contact-list li {
  padding: 22px 0;
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.contact-list li:last-child { border-bottom: 1px solid var(--rule); }
.contact-list .label {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--mute);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
}
.contact-list .value-link {
  font-family: var(--serif-he);
  font-size: 22px;
  color: var(--navy);
  direction: ltr;
  unicode-bidi: isolate;
  transition: color .2s;
  cursor: pointer;
}
[lang="en"] .contact-list .value-link { font-family: var(--serif-en); }
.contact-list a.value-link:hover { color: var(--gold); }
.contact-list a.value-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ───── Legal-page long-form content ───── */
.legal-content {
  padding: 80px 0;
  font-size: 16.5px;
  color: var(--slate);
}
.legal-content h2 {
  font-size: clamp(26px, 3vw, 36px);
  margin: 48px 0 18px;
  color: var(--navy);
}
.legal-content h3 {
  font-size: 20px;
  margin: 32px 0 12px;
}
.legal-content p { margin: 0 0 16px; line-height: 1.85; }
.legal-content ul, .legal-content ol { margin: 0 0 18px; padding-inline-start: 22px; }
.legal-content li { margin: 6px 0; line-height: 1.85; }
.legal-content .updated {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--mute);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}
.legal-content a { color: var(--gold-dark); border-bottom: 1px solid var(--gold); }
.legal-content a:hover { color: var(--gold); }

/* ───── Footer ───── */
footer.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.7);
  padding: 56px 0 32px;
  font-size: 14px;
}
.foot-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.foot-brand .word {
  font-family: var(--serif-en);
  font-size: 22px;
  color: var(--white);
  letter-spacing: 0.18em;
}
.foot-brand p { margin: 12px 0 0; max-width: 36ch; }
.foot-col h5 {
  font-family: var(--serif-en);
  font-style: italic;
  color: var(--gold-soft);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 16px;
}
.foot-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.foot-col li { margin: 8px 0; }
.foot-col a { transition: color .2s; cursor: pointer; }
.foot-col a:hover { color: var(--gold-soft); }
.foot-col a:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; color: var(--gold-soft); }
.foot-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  opacity: 0.7;
}

/* ───── Responsive ───── */
@media (max-width: 960px) {
  .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .articles { grid-template-columns: repeat(2, 1fr); }
  .practice-anchor-toc ol { grid-template-columns: repeat(2, 1fr); }
  .innovation-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .nav-inner { flex-wrap: wrap; gap: 16px; }
  nav ul { gap: 18px; flex-wrap: wrap; }
  .about-grid,
  .contact-grid,
  .foot-top,
  .approach .values,
  .writing .head,
  .innovation .head,
  .practice-area .head,
  .practice-area .body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .practice-grid,
  .articles,
  .practice-anchor-toc ol {
    grid-template-columns: 1fr;
  }
  section { padding: 64px 0; }
  .hero { padding: 56px 0 80px; }
  .topbar .inner {
    flex-direction: column;
    gap: 8px;
    padding: 8px 16px;
  }
  .container, .container-narrow { padding: 0 20px; }
  .legal-content { padding: 56px 0; }
  .portrait-wide { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}

/* High-contrast / forced-colors mode hint */
@media (forced-colors: active) {
  .hero, .approach, footer.site-footer { background: Canvas; color: CanvasText; }
  .btn-primary, .btn-ghost { border: 1px solid; }
}
