/* ============================================================
   شركة عمر بن مدوس للمحاماة والاستشارات القانونية
   OM Law Firm — Brand stylesheet
   Colors from دليل الهوية البصرية V01
   ============================================================ */

:root {
  --burgundy: #2F111A;
  --burgundy-deep: #240D14;
  --burgundy-soft: #47202C;
  --gold: #C59F58;
  --gold-light: #D9BC85;
  --navy: #053753;
  --ink: #1A1A1A;
  --cream: #FAF8F5;
  --cream-dark: #F1EDE6;
  --line: rgba(197, 159, 88, 0.35);

  --font-ar-display: 'Amiri', serif;
  --font-ar-body: 'IBM Plex Sans Arabic', sans-serif;
  --font-en-display: 'Playfair Display', serif;
  --font-en-body: 'IBM Plex Sans Arabic', sans-serif;

  --maxw: 1180px;
  --radius: 4px;
  --shadow: 0 18px 50px -22px rgba(47, 17, 26, 0.35);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-ar-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.9;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body[dir="ltr"] { line-height: 1.7; }

h1, h2, h3, h4 { font-family: var(--font-ar-display); font-weight: 700; line-height: 1.5; }
body[dir="ltr"] h1, body[dir="ltr"] h2, body[dir="ltr"] h3, body[dir="ltr"] h4 { font-family: var(--font-en-display); line-height: 1.25; }

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

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

::selection { background: var(--gold); color: var(--burgundy); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset-inline: 0; top: 0; z-index: 100;
  transition: background .4s var(--ease), box-shadow .4s, padding .4s;
  padding: 18px 0;
}
.site-header.scrolled {
  background: rgba(36, 13, 20, 0.97);
  box-shadow: 0 4px 30px rgba(0,0,0,.25);
  padding: 10px 0;
  backdrop-filter: blur(8px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 52px; width: auto; transition: height .3s; }
.site-header.scrolled .brand img { height: 42px; }
.brand-name { color: var(--cream); font-size: 14px; line-height: 1.45; }
.brand-name strong { display: block; font-family: var(--font-ar-display); font-size: 16px; color: var(--gold-light); letter-spacing: .3px; }
body[dir="ltr"] .brand-name strong { font-family: var(--font-en-display); }

.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  color: var(--cream); font-size: 15px; padding: 8px 14px; border-radius: var(--radius);
  position: relative; transition: color .3s;
}
.main-nav a::after {
  content: ""; position: absolute; bottom: 2px; inset-inline-start: 14px; inset-inline-end: 14px;
  height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: center;
  transition: transform .35s var(--ease);
}
.main-nav a:hover, .main-nav a.active { color: var(--gold-light); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle {
  border: 1px solid var(--line); color: var(--gold-light); background: transparent;
  padding: 7px 16px; border-radius: var(--radius); cursor: pointer;
  font-family: var(--font-ar-body); font-size: 14px; letter-spacing: .5px;
  transition: background .3s, color .3s;
}
.lang-toggle:hover { background: var(--gold); color: var(--burgundy); }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 30px; border-radius: var(--radius); font-size: 15.5px; font-weight: 500;
  border: 1px solid transparent; cursor: pointer; transition: all .35s var(--ease);
  font-family: var(--font-ar-body);
}
.btn-gold { background: var(--gold); color: var(--burgundy); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 10px 25px -10px rgba(197,159,88,.6); }
.btn-outline { border-color: var(--line); color: var(--cream); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.btn-outline-dark { border-color: var(--burgundy); color: var(--burgundy); }
.btn-outline-dark:hover { background: var(--burgundy); color: var(--cream); }
.btn-nav { padding: 9px 22px; font-size: 14px; }

/* Mobile nav */
.nav-burger {
  display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 110;
}
.nav-burger span { display: block; width: 26px; height: 2px; background: var(--gold-light); margin: 6px 0; transition: .35s var(--ease); }
.nav-burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  background:
    radial-gradient(1100px 600px at 78% -10%, rgba(197,159,88,.14), transparent 60%),
    radial-gradient(900px 700px at 10% 110%, rgba(5,55,83,.35), transparent 60%),
    linear-gradient(160deg, var(--burgundy-deep) 0%, var(--burgundy) 55%, #3A1622 100%);
  color: var(--cream); overflow: hidden; padding: 140px 0 90px;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(250,248,245,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(250,248,245,.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(700px 500px at 80% 20%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(700px 500px at 80% 20%, #000 0%, transparent 75%);
}
.hero-watermark {
  position: absolute; inset-inline-end: -6%; bottom: -12%;
  width: min(46vw, 560px); opacity: .07; pointer-events: none;
  filter: grayscale(0);
}
.hero-inner { position: relative; z-index: 2; max-width: 780px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  color: var(--gold-light); font-size: 15px; letter-spacing: 1px; margin-bottom: 22px;
}
.hero-eyebrow::before { content: ""; width: 46px; height: 1px; background: var(--gold); }
.hero h1 {
  font-size: clamp(34px, 5vw, 58px); color: var(--cream); margin-bottom: 22px;
}
.hero h1 em { font-style: normal; color: var(--gold-light); }
.hero p.lead { font-size: clamp(16px, 1.5vw, 19px); color: rgba(250,248,245,.82); max-width: 620px; margin-bottom: 38px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }

/* Nib divider — signature element from the logo's pen nib */
.nib-divider { display: flex; flex-direction: column; align-items: center; gap: 0; padding: 8px 0; }
.nib-divider svg { display: block; }

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section-cream { background: var(--cream); }
.section-cream-dark { background: var(--cream-dark); }
.section-burgundy { background: linear-gradient(160deg, var(--burgundy-deep), var(--burgundy)); color: var(--cream); }
.section-navy { background: linear-gradient(160deg, #032A40, var(--navy)); color: var(--cream); }

.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head.center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--navy); font-size: 14px; font-weight: 500; letter-spacing: 1.5px; margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.section-head.center .eyebrow::after { content: ""; width: 34px; height: 1px; background: var(--gold); }
.section-burgundy .eyebrow, .section-navy .eyebrow { color: var(--gold-light); }
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); color: var(--burgundy); margin-bottom: 14px; }
.section-burgundy .section-head h2, .section-navy .section-head h2 { color: var(--cream); }
.section-head p { color: rgba(26,26,26,.72); font-size: 17px; }
.section-burgundy .section-head p, .section-navy .section-head p { color: rgba(250,248,245,.75); }

/* ---------- Intro split ---------- */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.split-media { position: relative; }
.split-media .frame {
  aspect-ratio: 4/4.6; border-radius: var(--radius); position: relative; overflow: hidden;
  background:
    radial-gradient(500px 300px at 70% 10%, rgba(197,159,88,.22), transparent 60%),
    linear-gradient(165deg, var(--burgundy) 10%, var(--burgundy-deep) 90%);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow);
}
.split-media .frame img { width: 58%; opacity: .95; }
.split-media::after {
  content: ""; position: absolute; inset: 26px -26px -26px 26px;
  border: 1px solid var(--line); border-radius: var(--radius); z-index: -1;
}
body[dir="ltr"] .split-media::after { inset: 26px 26px -26px -26px; }
.split-body h2 { font-size: clamp(26px, 3vw, 36px); color: var(--burgundy); margin-bottom: 18px; }
.split-body p { color: rgba(26,26,26,.75); margin-bottom: 16px; }
.checklist { margin: 22px 0 30px; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; padding: 9px 0; color: rgba(26,26,26,.85); }
.checklist li::before {
  content: "؛"; content: ""; flex: 0 0 auto; width: 22px; height: 22px; margin-top: 6px;
  background: var(--gold); border-radius: 2px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat {
  text-align: center; padding: 38px 18px; border: 1px solid var(--line); border-radius: var(--radius);
  background: rgba(250,248,245,.02); transition: transform .4s var(--ease), background .4s;
}
.stat:hover { transform: translateY(-6px); background: rgba(197,159,88,.06); }
.stat .num {
  font-family: var(--font-en-display); font-size: clamp(38px, 4.4vw, 56px);
  color: var(--gold-light); line-height: 1.1; font-weight: 600;
}
.stat .num span.plus { color: var(--gold); }
.stat .label { color: rgba(250,248,245,.78); font-size: 15.5px; margin-top: 10px; }

/* ---------- Cards (services) ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }

.card {
  background: #fff; border: 1px solid rgba(47,17,26,.08); border-radius: var(--radius);
  padding: 38px 32px; position: relative; overflow: hidden;
  transition: transform .45s var(--ease), box-shadow .45s, border-color .45s;
}
.card::before {
  content: ""; position: absolute; top: 0; inset-inline-start: 0; inset-inline-end: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent 70%);
  transform: scaleX(0); transform-origin: var(--tx-origin, right); transition: transform .5s var(--ease);
}
body[dir="ltr"] .card::before { --tx-origin: left; }
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--line); }
.card:hover::before { transform: scaleX(1); }
.card .icon {
  width: 58px; height: 58px; border-radius: var(--radius); margin-bottom: 22px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, var(--burgundy), var(--burgundy-soft));
  color: var(--gold-light);
}
.card .icon svg { width: 28px; height: 28px; }
.card h3 { font-size: 21px; color: var(--burgundy); margin-bottom: 10px; }
.card p { color: rgba(26,26,26,.7); font-size: 15.5px; }
.card .more { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--navy); font-size: 14.5px; font-weight: 500; }
.card .more svg { transition: transform .3s; }
.card:hover .more svg { transform: translateX(-5px); }
body[dir="ltr"] .card:hover .more svg { transform: translateX(5px); }

/* ---------- Values ---------- */
.value-item { text-align: center; padding: 34px 24px; }
.value-item .v-num { font-family: var(--font-en-display); color: var(--gold); font-size: 15px; letter-spacing: 3px; }
.value-item h3 { color: var(--burgundy); font-size: 21px; margin: 10px 0 8px; }
.value-item p { color: rgba(26,26,26,.68); font-size: 15px; }
.section-burgundy .value-item h3 { color: var(--gold-light); }
.section-burgundy .value-item p { color: rgba(250,248,245,.7); }

/* ---------- Vision / Mission ---------- */
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.vm-card {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 44px 38px;
  background: rgba(250,248,245,.025); position: relative;
}
.vm-card h3 { color: var(--gold-light); font-size: 24px; margin-bottom: 14px; display: flex; align-items: center; gap: 14px; }
.vm-card p { color: rgba(250,248,245,.8); }
.vm-card .vm-mark { width: 40px; height: 1px; background: var(--gold); display: inline-block; }

/* ---------- Team ---------- */
.team-card {
  background: #fff; border: 1px solid rgba(47,17,26,.08); border-radius: var(--radius);
  overflow: hidden; transition: transform .45s var(--ease), box-shadow .45s;
}
.team-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.team-photo {
  aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, var(--burgundy) 0%, var(--burgundy-soft) 100%);
  position: relative; overflow: hidden;
}
.team-photo::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(300px 200px at 50% 0%, rgba(197,159,88,.18), transparent 70%);
}
.team-photo .monogram {
  font-family: var(--font-en-display); font-size: 64px; color: var(--gold-light);
  border: 1px solid var(--line); border-radius: 50%; width: 128px; height: 128px;
  display: flex; align-items: center; justify-content: center; z-index: 1;
}
.team-info { padding: 26px 26px 30px; text-align: center; }
.team-info h3 { color: var(--burgundy); font-size: 20px; }
.team-info .role { color: var(--gold); font-size: 14px; letter-spacing: .5px; margin: 4px 0 12px; font-weight: 500; }
.team-info p { color: rgba(26,26,26,.66); font-size: 14.5px; }
.team-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 14px; }
.team-tags span {
  font-size: 12.5px; padding: 4px 12px; border: 1px solid rgba(5,55,83,.25);
  color: var(--navy); border-radius: 30px;
}

/* ---------- Blog ---------- */
.post-card {
  background: #fff; border: 1px solid rgba(47,17,26,.08); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .45s var(--ease), box-shadow .45s;
}
.post-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.post-media {
  height: 190px; position: relative; display: flex; align-items: flex-end; overflow: hidden;
  background: linear-gradient(150deg, var(--navy), #032A40);
}
.post-media.alt { background: linear-gradient(150deg, var(--burgundy), var(--burgundy-deep)); }
.post-media img.mark { position: absolute; inset-inline-end: -30px; top: -20px; width: 170px; opacity: .1; }
.post-cat {
  margin: 18px; padding: 5px 14px; background: var(--gold); color: var(--burgundy);
  font-size: 12.5px; font-weight: 600; border-radius: 30px; position: relative; z-index: 1;
}
.post-body { padding: 26px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.post-date { color: var(--gold); font-size: 13px; margin-bottom: 8px; }
.post-body h3 { color: var(--burgundy); font-size: 19px; margin-bottom: 10px; line-height: 1.6; }
.post-body p { color: rgba(26,26,26,.68); font-size: 14.5px; flex: 1; }
.post-body .more { margin-top: 18px; color: var(--navy); font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; text-align: center; padding: 110px 0; }
.cta-band .container { position: relative; z-index: 2; max-width: 760px; }
.cta-band h2 { font-size: clamp(28px, 3.6vw, 42px); color: var(--cream); margin-bottom: 16px; }
.cta-band p { color: rgba(250,248,245,.78); margin-bottom: 36px; font-size: 17px; }
.cta-band img.mark { position: absolute; inset-inline-start: 50%; top: 50%; transform: translate(-50%,-50%); width: 420px; opacity: .05; pointer-events: none; }
body[dir="rtl"] .cta-band img.mark { transform: translate(50%,-50%); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: start; }
.contact-info-card {
  background: linear-gradient(160deg, var(--burgundy-deep), var(--burgundy));
  color: var(--cream); border-radius: var(--radius); padding: 44px 38px; box-shadow: var(--shadow);
}
.contact-info-card h3 { color: var(--gold-light); font-size: 24px; margin-bottom: 24px; }
.contact-line { display: flex; gap: 16px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid rgba(197,159,88,.15); }
.contact-line:last-of-type { border-bottom: 0; }
.contact-line .ci {
  flex: 0 0 auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center; color: var(--gold-light);
}
.contact-line .ci svg { width: 20px; height: 20px; }
.contact-line .ct small { display: block; color: rgba(250,248,245,.6); font-size: 13px; }
.contact-line .ct a, .contact-line .ct span { color: var(--cream); font-size: 16px; direction: ltr; unicode-bidi: embed; }
.contact-line .ct .ar-text { direction: inherit; }
.socials { display: flex; gap: 12px; margin-top: 26px; }
.socials a {
  width: 42px; height: 42px; border: 1px solid var(--line); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center; color: var(--gold-light);
  transition: background .3s, color .3s, transform .3s;
}
.socials a:hover { background: var(--gold); color: var(--burgundy); transform: translateY(-3px); }
.socials svg { width: 18px; height: 18px; }

.contact-form { background: #fff; border: 1px solid rgba(47,17,26,.08); border-radius: var(--radius); padding: 44px 38px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 14px; font-weight: 500; color: var(--burgundy); margin-bottom: 8px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; border: 1px solid rgba(47,17,26,.18); border-radius: var(--radius);
  font-family: var(--font-ar-body); font-size: 15px; color: var(--ink); background: var(--cream);
  transition: border-color .3s, box-shadow .3s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(197,159,88,.18);
}
.field textarea { min-height: 140px; resize: vertical; }
.form-note { font-size: 13px; color: rgba(26,26,26,.55); margin-top: 14px; }

.map-frame {
  margin-top: 64px; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(47,17,26,.1);
  box-shadow: var(--shadow);
}
.map-frame iframe { width: 100%; height: 380px; border: 0; display: block; filter: saturate(.85); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  background:
    radial-gradient(800px 400px at 80% 0%, rgba(197,159,88,.12), transparent 60%),
    linear-gradient(160deg, var(--burgundy-deep), var(--burgundy));
  color: var(--cream); padding: 170px 0 80px; position: relative; overflow: hidden;
}
.page-hero .crumbs { color: rgba(250,248,245,.55); font-size: 14px; margin-bottom: 12px; }
.page-hero .crumbs a:hover { color: var(--gold-light); }
.page-hero h1 { font-size: clamp(30px, 4vw, 46px); color: var(--cream); }
.page-hero p.sub { color: rgba(250,248,245,.75); max-width: 640px; margin-top: 14px; font-size: 17px; }
.page-hero img.mark { position: absolute; inset-inline-end: -40px; bottom: -60px; width: 280px; opacity: .07; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(250,248,245,.75); padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px; padding-bottom: 50px; }
.site-footer h4 { color: var(--gold-light); font-size: 17px; margin-bottom: 18px; }
.site-footer .f-brand img { height: 64px; margin-bottom: 16px; }
.site-footer .f-brand p { font-size: 14.5px; max-width: 300px; }
.site-footer ul li { padding: 5px 0; }
.site-footer ul a { font-size: 14.5px; transition: color .3s; }
.site-footer ul a:hover { color: var(--gold-light); }
.f-contact li { display: flex; gap: 10px; align-items: baseline; font-size: 14.5px; padding: 5px 0; }
.f-contact li span.v { direction: ltr; unicode-bidi: embed; }
.footer-bottom {
  border-top: 1px solid rgba(250,248,245,.1); padding: 22px 0; font-size: 13.5px;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: rgba(250,248,245,.5);
}

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; bottom: 26px; inset-inline-start: 26px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center; color: #fff;
  box-shadow: 0 10px 30px -8px rgba(37, 211, 102, .65);
  transition: transform .35s var(--ease), box-shadow .35s;
}
.wa-float:hover { transform: translateY(-4px) scale(1.05); }
.wa-float svg { width: 30px; height: 30px; }
.wa-float .pulse {
  position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(37,211,102,.6);
  animation: waPulse 2.4s infinite;
}
@keyframes waPulse { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.55); opacity: 0; } }

/* ---------- Reveal (GSAP fallback states handled in JS) ---------- */
.reveal { opacity: 0; }
.no-js .reveal, .reduced-motion .reveal { opacity: 1; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split, .contact-grid, .vm-grid { grid-template-columns: 1fr; }
  .split { gap: 44px; }
  .main-nav .btn-nav { display: none; }
}

@media (max-width: 768px) {
  .section { padding: 68px 0; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .nav-burger { display: block; }
  .main-nav {
    position: fixed; inset: 0; background: rgba(36,13,20,.985);
    flex-direction: column; justify-content: center; gap: 10px;
    transform: translateY(-100%); transition: transform .5s var(--ease);
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { font-size: 20px; }
  .brand-name { display: none; }
  .hero { min-height: 86vh; padding-top: 120px; }
  .stats { grid-template-columns: 1fr 1fr; gap: 14px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .lang-toggle { padding: 6px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
