:root {
  --ink: #0b0c0e;
  --ink-soft: #131519;
  --charcoal: #1b1d21;
  --paper: #f5f1e9;
  --paper-deep: #e9e1d4;
  --white: #fffdf8;
  --gold: #d6a42f;
  --gold-bright: #efbd43;
  --gold-pale: #f2dfaa;
  --muted: #77736b;
  --line: rgba(11, 12, 14, 0.15);
  --line-dark: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --arabic: "Noto Kufi Arabic", Tahoma, Arial, sans-serif;
  --container: 1220px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html[dir="rtl"] body {
  font-family: var(--arabic);
  line-height: 1.9;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

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

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.section { padding: 128px 0; }

.skip-link {
  position: fixed;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--gold-bright);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus { transform: translateY(0); }

.eyebrow {
  margin: 0 0 20px;
  color: #9d741a;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

html[dir="rtl"] .eyebrow {
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  letter-spacing: 0;
  line-height: 1.7;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2 {
  font-family: var(--arabic);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

h2 { margin-bottom: 0; font-size: clamp(2.55rem, 5vw, 5.2rem); }
h3 { line-height: 1.25; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

html[dir="rtl"] .button { letter-spacing: 0; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
}

.button-small { min-height: 42px; padding: 0 18px; font-size: 0.68rem; }
.button-large { min-height: 58px; padding: 0 30px; }
.button-gold { color: var(--ink); background: var(--gold-bright); }
.button-gold:hover { background: #ffd265; }
.button-ghost { color: var(--white); border-color: rgba(255, 255, 255, 0.48); background: rgba(255, 255, 255, 0.03); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.09); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: #27292d; }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  transition: background 250ms ease, box-shadow 250ms ease;
}

.site-header.is-scrolled {
  background: rgba(8, 9, 11, 0.94);
  box-shadow: 0 10px 40px rgba(0,0,0,0.22);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1380px, calc(100% - 48px));
  min-height: 92px;
  margin: auto;
  gap: 28px;
}

.brand { display: flex; align-items: center; min-width: 290px; gap: 16px; }
.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.26));
}
.brand-copy {
  display: grid;
  padding-inline-start: 16px;
  border-inline-start: 1px solid rgba(255,255,255,0.18);
  line-height: 1.15;
}
.brand-copy strong { color: var(--white); font-family: var(--serif); font-size: 1rem; font-weight: 600; letter-spacing: 0.02em; }
.brand-copy span { margin-top: 4px; color: rgba(255,255,255,0.62); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; }
html[dir="rtl"] .brand-copy strong { font-family: var(--arabic); }
html[dir="rtl"] .brand-copy span { letter-spacing: 0; }

.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { position: relative; color: rgba(255,255,255,0.76); font-size: 0.73rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -10px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 200ms ease; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { transform: scaleX(1); }
html[dir="rtl"] .desktop-nav a { letter-spacing: 0; }
html[dir="rtl"] .desktop-nav a::after { transform-origin: right; }

.header-actions { display: flex; align-items: center; gap: 10px; }
.language-toggle { display: flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 12px; color: var(--white); border: 1px solid rgba(255,255,255,0.18); background: transparent; cursor: pointer; }
.language-toggle:hover { border-color: rgba(255,255,255,0.5); }
.language-current { color: var(--gold-bright); font-family: var(--arabic); font-size: 1rem; font-weight: 700; }
.language-label { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.04em; }
.menu-toggle { display: none; width: 44px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,0.18); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; margin: 5px 0; background: var(--white); transition: transform 200ms ease, opacity 200ms ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { padding: 18px 24px 26px; border-top: 1px solid rgba(255,255,255,0.1); background: rgba(8,9,11,0.98); }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-weight: 600; }

/* Hero */
.hero {
  position: relative;
  display: grid;
  min-height: 850px;
  height: 100svh;
  max-height: 1040px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-media, .hero-overlay, .hero-grid { position: absolute; inset: 0; }
.hero-media { background-image: url("../assets/images/hero-gavel.jpg"); background-size: cover; background-position: 63% center; transform: scale(1.02); animation: hero-drift 16s ease-out both; }
.hero-overlay { background: linear-gradient(90deg, rgba(6,7,8,0.96) 0%, rgba(6,7,8,0.78) 43%, rgba(6,7,8,0.25) 75%, rgba(6,7,8,0.5) 100%), linear-gradient(0deg, rgba(6,7,8,0.72), transparent 45%); }
html[dir="rtl"] .hero-overlay { background: linear-gradient(-90deg, rgba(6,7,8,0.96) 0%, rgba(6,7,8,0.78) 43%, rgba(6,7,8,0.25) 75%, rgba(6,7,8,0.5) 100%), linear-gradient(0deg, rgba(6,7,8,0.72), transparent 45%); }
.hero-grid { opacity: 0.15; background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px); background-size: 120px 120px; -webkit-mask-image: linear-gradient(90deg, black, transparent 70%); mask-image: linear-gradient(90deg, black, transparent 70%); }
html[dir="rtl"] .hero-grid { -webkit-mask-image: linear-gradient(-90deg, black, transparent 70%); mask-image: linear-gradient(-90deg, black, transparent 70%); }

.hero-content { position: relative; z-index: 2; align-self: center; padding-top: 96px; padding-bottom: 76px; }
.hero .eyebrow { color: var(--gold-bright); }
.hero h1 { max-width: 870px; margin-bottom: 26px; font-size: clamp(3.7rem, 7.4vw, 8rem); text-wrap: balance; }
html[dir="rtl"] .hero h1 { max-width: 900px; font-size: clamp(3rem, 6.5vw, 6.7rem); }
.hero-lead { max-width: 680px; margin-bottom: 35px; color: rgba(255,255,255,0.74); font-size: clamp(1rem, 1.45vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

@keyframes hero-drift { from { transform: scale(1.08); } to { transform: scale(1.02); } }

/* About */
.statement-section { background: var(--paper); }
.statement-grid { display: grid; grid-template-columns: 0.93fr 1.07fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.section-heading h2 { max-width: 650px; }
.statement-copy { padding-top: 38px; }
.statement-copy p { max-width: 660px; color: #57544e; }
.statement-copy .lead { color: var(--ink); font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; margin-top: 18px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); gap: 22px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
html[dir="rtl"] .text-link { letter-spacing: 0; }
.text-link span:last-child { transition: transform 200ms ease; }
.text-link:hover span:last-child { transform: translate(4px,-4px); }
html[dir="rtl"] .text-link:hover span:last-child { transform: translate(-4px,-4px); }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 110px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle { position: relative; min-height: 330px; padding: 42px 38px 38px; border-inline-end: 1px solid var(--line); }
.principle:last-child { border-inline-end: 0; }
.principle-number { color: #a47e29; font-family: var(--serif); font-size: 0.75rem; }
.principle h3 { margin: 90px 0 14px; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
html[dir="rtl"] .principle h3 { font-family: var(--arabic); }
.principle p { max-width: 320px; margin-bottom: 0; color: var(--muted); font-size: 0.9rem; }

/* Services */
.services-section { color: var(--white); background: var(--ink); }
.services-intro { display: grid; grid-template-columns: 1.1fr 0.65fr; align-items: end; margin-bottom: 70px; gap: 80px; }
.services-intro h2 { max-width: 750px; }
.services-intro > p { max-width: 500px; margin: 0 0 8px; color: rgba(255,255,255,0.58); }
.services-section .eyebrow { color: var(--gold-bright); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); border-inline-start: 1px solid var(--line-dark); }
.service-card { position: relative; display: grid; grid-template-columns: 45px 1fr 40px; min-height: 310px; padding: 36px; border-inline-end: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); gap: 22px; overflow: hidden; transition: background 250ms ease; }
.service-card::before { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--gold-bright); transform: scaleX(0); transform-origin: left; transition: transform 250ms ease; }
html[dir="rtl"] .service-card::before { transform-origin: right; }
.service-card:hover { background: #121418; }
.service-card:hover::before { transform: scaleX(1); }
.service-index { color: var(--gold); font-family: var(--serif); font-size: 0.78rem; }
.service-card h3 { max-width: 460px; margin: 0 0 20px; font-family: var(--serif); font-size: clamp(1.65rem, 2.4vw, 2.5rem); font-weight: 500; }
html[dir="rtl"] .service-card h3 { font-family: var(--arabic); }
.service-card p { max-width: 470px; margin-bottom: 0; color: rgba(255,255,255,0.57); font-size: 0.9rem; }
.service-card ul { display: grid; padding: 0; margin: 24px 0 0; list-style: none; gap: 6px; }
.service-card li { color: rgba(255,255,255,0.75); font-size: 0.78rem; }
.service-card li::before { content: "—"; margin-inline-end: 8px; color: var(--gold); }
.card-link { display: grid; place-items: center; align-self: end; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.16); transition: color 200ms ease, border-color 200ms ease, background 200ms ease; }
.card-link:hover { color: var(--ink); border-color: var(--gold-bright); background: var(--gold-bright); }
.service-card.featured { grid-row: span 2; min-height: 620px; align-content: space-between; background: linear-gradient(145deg, rgba(214,164,47,0.2), rgba(214,164,47,0.02)); }
.service-card.featured h3 { margin-top: 76px; font-size: clamp(2.5rem, 4.5vw, 4.7rem); }
.service-card.service-cta { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; color: var(--ink); background: var(--gold-bright); }
.service-card.service-cta::before { display: none; }
.service-card.service-cta .service-index, .service-card.service-cta p { color: rgba(11,12,14,0.64); }

/* Vision */
.vision-section { padding: 0; color: var(--white); background: var(--charcoal); }
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: none; }
.vision-quote, .vision-copy { min-height: 620px; padding: clamp(70px, 9vw, 140px); }
.vision-quote { display: flex; flex-direction: column; justify-content: space-between; background: #181a1e; }
.vision-quote blockquote { max-width: 720px; margin: 80px 0 0; font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 4rem); line-height: 1.26; }
html[dir="rtl"] .vision-quote blockquote { font-family: var(--arabic); line-height: 1.65; }
.vision-copy { display: flex; flex-direction: column; justify-content: center; color: var(--ink); background: var(--gold-bright); }
.vision-copy .eyebrow { color: #59420f; }
.vision-copy h2 { max-width: 700px; font-size: clamp(2.5rem, 4.2vw, 4.8rem); }
.vision-copy > p:last-child { max-width: 650px; margin: 30px 0 0; color: rgba(11,12,14,0.66); }

/* Team */
.team-section { background: var(--paper); }
.team-intro { display: grid; grid-template-columns: 1fr 0.62fr; align-items: end; margin-bottom: 70px; gap: 80px; }
.team-intro h2 { max-width: 760px; }
.team-intro > p { max-width: 480px; margin: 0 0 8px; color: var(--muted); font-size: 0.86rem; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.team-card { display: grid; grid-template-columns: 210px 1fr; min-height: 360px; padding: 30px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); gap: 30px; }
.portrait { position: relative; min-height: 285px; overflow: hidden; background: #ddd7cd; }
.portrait::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(11,12,14,0.08); pointer-events: none; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(0.72) contrast(1.03); transition: transform 600ms cubic-bezier(.2,.7,.2,1), filter 300ms ease; }
.team-card:hover .portrait img { transform: scale(1.025); filter: saturate(0.9) contrast(1.03); }
.team-copy { align-self: end; }
.team-copy .role { margin-bottom: 14px; color: #8a681d; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
html[dir="rtl"] .team-copy .role { letter-spacing: 0; }
.team-copy h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
html[dir="rtl"] .team-copy h3 { font-family: var(--arabic); }
.team-copy > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 0.82rem; }
.founder-card { background: #eee7db; }
.support-panel { display: grid; grid-template-columns: 0.55fr 1fr; margin-top: 50px; padding: 60px; color: var(--white); background: var(--ink); gap: 70px; }
.support-label { color: var(--gold-bright); font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 4rem); line-height: 1.1; }
html[dir="rtl"] .support-label { font-family: var(--arabic); line-height: 1.5; }
.support-panel h3 { margin: 0 0 18px; font-size: 1.45rem; }
.support-panel p { max-width: 650px; margin: 0; color: rgba(255,255,255,0.58); }

/* Contact */
.contact-section { color: var(--white); background: #111317; }
.contact-section .eyebrow { color: var(--gold-bright); }
.contact-grid { display: grid; grid-template-columns: 0.76fr 1.24fr; gap: clamp(60px, 8vw, 120px); }
.contact-copy h2 { max-width: 560px; font-size: clamp(2.8rem, 5vw, 5.4rem); }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin-top: 28px; color: rgba(255,255,255,0.58); }
.contact-links { display: grid; margin-top: 55px; border-top: 1px solid var(--line-dark); }
.contact-links a { display: grid; grid-template-columns: 100px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line-dark); gap: 20px; }
.contact-links span { color: var(--gold-bright); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-links strong { overflow-wrap: anywhere; font-size: 0.86rem; font-weight: 500; }

.inquiry-form { padding: clamp(34px, 5vw, 70px); color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.inquiry-form label { display: grid; margin-bottom: 24px; gap: 10px; }
.inquiry-form label > span { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
html[dir="rtl"] .inquiry-form label > span { letter-spacing: 0; }
.inquiry-form input, .inquiry-form textarea, .inquiry-form select { width: 100%; color: var(--ink); border: 0; border-bottom: 1px solid #b9b2a8; border-radius: 0; background: transparent; outline: 0; }
.inquiry-form input, .inquiry-form select { min-height: 52px; }
.inquiry-form textarea { padding: 14px 0; resize: vertical; }
.inquiry-form input:focus, .inquiry-form textarea:focus, .inquiry-form select:focus { border-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.inquiry-form ::placeholder { color: #989289; opacity: 1; }
.form-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; gap: 30px; }
.form-footer p { max-width: 360px; margin: 0; color: var(--muted); font-size: 0.72rem; }

/* Footer */
.site-footer { color: var(--white); background: #08090b; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; min-height: 230px; padding-block: 65px; border-bottom: 1px solid var(--line-dark); gap: 40px; }
.footer-brand { display: grid; }
.footer-brand strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; }
html[dir="rtl"] .footer-brand strong { font-family: var(--arabic); }
.footer-brand span { margin-top: 3px; color: rgba(255,255,255,0.5); font-size: 0.7rem; }
.footer-motto { margin: 0; color: var(--gold-pale); font-family: var(--serif); font-size: 2rem; font-style: italic; text-align: center; }
html[dir="rtl"] .footer-motto { font-family: var(--arabic); font-style: normal; }
.back-top { display: flex; align-items: center; justify-content: flex-end; gap: 16px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 22px; color: rgba(255,255,255,0.42); font-size: 0.68rem; }
.footer-bottom p { margin: 0; }

.floating-whatsapp { position: fixed; z-index: 90; inset: auto 22px 22px auto; display: flex; align-items: center; min-height: 50px; padding: 7px 16px 7px 7px; color: #fff; border: 1px solid rgba(255,255,255,0.18); background: #1d7a47; box-shadow: 0 12px 34px rgba(0,0,0,0.25); gap: 10px; font-size: 0.72rem; font-weight: 700; transition: transform 200ms ease, background 200ms ease; }
html[dir="rtl"] .floating-whatsapp { inset: auto auto 22px 22px; padding: 7px 7px 7px 16px; }
.floating-whatsapp:hover { background: #259a5b; transform: translateY(-2px); }
.wa-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; color: #1d7a47; background: #fff; font-size: 0.62rem; }

/* Motion */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 750ms cubic-bezier(.2,.7,.2,1), transform 750ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.service-grid .reveal:nth-child(even), .team-grid .reveal:nth-child(even) { transition-delay: 80ms; }

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

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .hero h1 { font-size: clamp(3.6rem, 9vw, 6.6rem); }
  .service-card { min-height: 340px; padding: 30px; }
  .team-card { grid-template-columns: 170px 1fr; }
  .portrait { min-height: 250px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 50px; }
  .contact-copy .eyebrow, .contact-copy h2 { grid-column: 1; }
  .contact-copy > p:not(.eyebrow), .contact-links { grid-column: 2; }
  .contact-copy > p:not(.eyebrow) { margin-top: 0; }
  .contact-links { margin-top: 24px; }
}

@media (max-width: 820px) {
  .section { padding: 92px 0; }
  .container { width: min(100% - 36px, var(--container)); }
  .header-shell { width: calc(100% - 28px); min-height: 80px; }
  .header-actions > .button { display: none; }
  .brand { min-width: 0; }
  .brand-copy span { display: none; }
  .hero { min-height: 820px; max-height: none; }
  .hero-media { background-position: 72% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(6,7,8,0.96), rgba(6,7,8,0.55)), linear-gradient(0deg, rgba(6,7,8,0.84), transparent 55%); }
  html[dir="rtl"] .hero-overlay { background: linear-gradient(-90deg, rgba(6,7,8,0.96), rgba(6,7,8,0.55)), linear-gradient(0deg, rgba(6,7,8,0.84), transparent 55%); }
  .hero-content { padding-top: 100px; padding-bottom: 70px; }
  .statement-grid, .services-intro, .team-intro { grid-template-columns: 1fr; gap: 40px; }
  .statement-copy { padding-top: 0; }
  .principles { grid-template-columns: 1fr; margin-top: 75px; }
  .principle { min-height: 245px; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .principle:last-child { border-bottom: 0; }
  .principle h3 { margin-top: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card.featured { grid-row: auto; min-height: 500px; }
  .vision-grid { grid-template-columns: 1fr; }
  .vision-quote, .vision-copy { min-height: 520px; padding: 75px 36px; }
  .team-grid { grid-template-columns: 1fr; }
  .support-panel { grid-template-columns: 1fr; padding: 45px 32px; gap: 38px; }
  .contact-copy { display: block; }
  .contact-copy > p:not(.eyebrow) { margin-top: 28px; }
  .footer-main { grid-template-columns: 1fr; text-align: center; }
  .back-top { justify-content: center; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 5px; text-align: center; }
}

@media (max-width: 580px) {
  body { font-size: 15px; }
  .container { width: calc(100% - 30px); }
  .language-label { display: none; }
  .language-toggle { width: 42px; justify-content: center; padding: 0; }
  .brand-copy strong { font-size: 0.88rem; }
  .brand { gap: 10px; }
  .brand-mark { flex-basis: 48px; width: 48px; height: 48px; }
  .brand-copy { padding-inline-start: 10px; }
  .hero { min-height: 790px; height: 100svh; }
  .hero h1 { font-size: clamp(2.9rem, 12vw, 4.2rem); }
  html[dir="rtl"] .hero h1 { font-size: clamp(2.7rem, 11vw, 4rem); }
  .hero-lead { font-size: 0.95rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .principle { padding: 36px 24px; }
  .service-card { grid-template-columns: 30px 1fr; min-height: 330px; padding: 28px 22px; gap: 14px; }
  .service-card .card-link { grid-column: 2; }
  .service-card.featured h3 { margin-top: 35px; }
  .team-card { grid-template-columns: 1fr; padding: 20px; }
  .portrait { aspect-ratio: 4 / 4.5; min-height: 0; }
  .team-copy { padding: 8px 4px 10px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .inquiry-form { margin-inline: -15px; padding: 34px 20px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .floating-whatsapp { inset: auto 12px 12px auto; padding-right: 10px; }
  html[dir="rtl"] .floating-whatsapp { inset: auto auto 12px 12px; padding: 7px 7px 7px 10px; }
}
