/* furnr.com — v3 · 2026-05-09
 * Premium B2B furniture pattern (Walter Knoll / Andreu World / Kimball reference)
 * Neutral palette + photography does the coloring
 * Lowercase brand: "furnr"
 */

:root {
  --bg:          #FAFAF7;
  --bg-alt:      #F2F1EC;
  --bg-card:     #FFFFFF;

  --ink:         #0F0F0E;
  --ink-mid:     #4A4A47;
  --ink-soft:    #7A7873;
  --ink-line:    rgba(15, 15, 14, 0.10);
  --ink-line-strong: rgba(15, 15, 14, 0.22);

  --dark:        #0F0F0E;
  --dark-soft:   #1B1B19;

  --accent:      #62BCB7;       /* logo teal — used sparingly: CTA pop, lang toggle, dot */
  --accent-deep: #2D7570;

  --maxw:        82rem;
}

* { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'IBM Plex Sans Arabic', 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}
body[lang="en"] { font-family: 'Inter', system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* ──────────────────────────────────────────────────────────────────
   HEADER — minimal, sits over hero
─────────────────────────────────────────────────────────────────── */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem clamp(1.25rem, 4vw, 3rem);
  background: transparent;
  transition: background 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(250, 250, 247, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--ink-line);
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.brand-mark img {
  width: 30px; height: 30px;
  object-fit: contain;
  border-radius: 6px;
  transition: opacity 0.3s ease;
}
.brand-mark-name {
  font-family: 'Inter', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--bg);
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}
.site-header.is-scrolled .brand-mark-name { color: var(--ink); }

.lang-toggle {
  background: transparent;
  color: var(--bg);
  border: 1px solid rgba(250, 250, 247, 0.45);
  padding: 0.42rem 0.95rem;
  font: 600 0.78rem/1 'Inter', sans-serif;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.lang-toggle:hover {
  background: var(--bg);
  color: var(--ink);
  border-color: var(--bg);
}
.site-header.is-scrolled .lang-toggle {
  color: var(--ink);
  border-color: var(--ink-line-strong);
}
.site-header.is-scrolled .lang-toggle:hover {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}

/* ──────────────────────────────────────────────────────────────────
   HERO — full-bleed image · text bottom-left
─────────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  max-height: 980px;
  overflow: hidden;
  isolation: isolate;
  background: var(--dark);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('https://images.unsplash.com/photo-1631049307264-da0ec9d70304?auto=format&fit=crop&w=2200&q=80');
  background-size: cover;
  background-position: center;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 15, 14, 0.20) 0%, rgba(15, 15, 14, 0.05) 30%, rgba(15, 15, 14, 0.55) 100%),
    linear-gradient(90deg, rgba(15, 15, 14, 0.45) 0%, transparent 55%);
}

/* RTL flips overlay direction */
html[dir="rtl"] .hero-bg::after {
  background:
    linear-gradient(180deg, rgba(15, 15, 14, 0.20) 0%, rgba(15, 15, 14, 0.05) 30%, rgba(15, 15, 14, 0.55) 100%),
    linear-gradient(270deg, rgba(15, 15, 14, 0.45) 0%, transparent 55%);
}

.hero-inner {
  position: absolute;
  z-index: 2;
  inset-inline-start: clamp(1.25rem, 5vw, 4rem);
  bottom: clamp(2.5rem, 8vw, 5rem);
  max-width: 44rem;
  color: var(--bg);
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: 'Inter', 'IBM Plex Sans Arabic', sans-serif;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250, 250, 247, 0.78);
  margin-bottom: 1.5rem;
}
.hero-eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--accent);
}

.hero-title {
  margin: 0;
  font-family: 'Inter', 'IBM Plex Sans Arabic', sans-serif;
  font-weight: 300;
  font-size: clamp(2.6rem, 7vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--bg);
}
body[lang="ar"] .hero-title {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-weight: 300;
  letter-spacing: -0.005em;
  font-size: clamp(2.2rem, 6vw, 4.6rem);
}

.hero-title strong {
  display: block;
  font-weight: 600;
  color: var(--bg);
}

.hero-sub {
  margin: 1.5rem 0 2rem;
  max-width: 32rem;
  font-size: clamp(0.96rem, 1.3vw, 1.1rem);
  line-height: 1.65;
  color: rgba(250, 250, 247, 0.82);
  font-weight: 400;
}

.hero-ctas {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
  padding: 0.95rem 1.95rem;
  font: 500 0.85rem/1 'Inter', 'IBM Plex Sans Arabic', sans-serif;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
}
.btn-primary:hover, .btn-secondary:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--bg);
  color: var(--ink);
  border-color: var(--bg);
}
.btn-primary:hover { background: var(--accent); color: var(--bg); border-color: var(--accent); }

.btn-secondary {
  background: transparent;
  color: var(--bg);
  border-color: rgba(250, 250, 247, 0.45);
}
.btn-secondary:hover { border-color: var(--bg); }

/* In light sections, buttons invert */
.section-light .btn-primary,
.contact .btn-primary {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.section-light .btn-primary:hover { background: var(--accent); border-color: var(--accent); }

.section-light .btn-secondary,
.contact .btn-secondary {
  color: var(--ink);
  border-color: var(--ink-line-strong);
}
.section-light .btn-secondary:hover { border-color: var(--ink); }

/* Scroll cue */
.hero-scroll-cue {
  position: absolute;
  bottom: 1.4rem;
  inset-inline-end: clamp(1.25rem, 5vw, 4rem);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font: 500 0.7rem/1 'Inter', sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250, 250, 247, 0.65);
}
.hero-scroll-cue svg { width: 14px; height: 14px; }

/* ──────────────────────────────────────────────────────────────────
   SECTION SCAFFOLD — generous, single-idea
─────────────────────────────────────────────────────────────────── */
section { padding: clamp(5rem, 11vw, 9rem) clamp(1.25rem, 5vw, 4rem); }

.section-head {
  max-width: var(--maxw);
  margin: 0 auto clamp(3.5rem, 7vw, 6rem);
}
.section-head.center { text-align: center; }
.section-head:not(.center) {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
}
@media (max-width: 760px) {
  .section-head:not(.center) { grid-template-columns: 1fr; gap: 1.5rem; align-items: start; }
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: 'Inter', 'IBM Plex Sans Arabic', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--ink-mid);
  margin-bottom: 1rem;
}
.section-eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--accent);
}

.section-title {
  font-family: 'Inter', 'IBM Plex Sans Arabic', sans-serif;
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  font-weight: 300;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.12;
}
body[lang="ar"] .section-title {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-weight: 400;
  letter-spacing: -0.005em;
}
.section-title strong { font-weight: 600; }

.section-intro {
  font-size: clamp(0.96rem, 1.3vw, 1.08rem);
  line-height: 1.75;
  color: var(--ink-mid);
  max-width: 36rem;
  margin: 0;
}
.section-head.center .section-intro { margin: 0 auto; }

/* dark variant */
.section-dark {
  background: var(--dark);
  color: var(--bg);
}
.section-dark .section-title { color: var(--bg); }
.section-dark .section-eyebrow { color: rgba(250, 250, 247, 0.65); }
.section-dark .section-intro { color: rgba(250, 250, 247, 0.72); }

/* ──────────────────────────────────────────────────────────────────
   STATEMENT — the "what we do" one-liner section
─────────────────────────────────────────────────────────────────── */
.statement {
  background: var(--bg);
  padding: clamp(5rem, 11vw, 9rem) clamp(1.25rem, 5vw, 4rem);
  border-bottom: 1px solid var(--ink-line);
}
.statement-inner {
  max-width: 64rem;
  margin: 0 auto;
}
.statement-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font: 500 0.72rem/1 'Inter', 'IBM Plex Sans Arabic', sans-serif;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--ink-mid);
  margin-bottom: 1.85rem;
}
.statement-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--accent); }
.statement-text {
  font-family: 'Inter', 'IBM Plex Sans Arabic', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 300;
  line-height: 1.32;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0;
}
body[lang="ar"] .statement-text { font-family: 'IBM Plex Sans Arabic', sans-serif; font-weight: 400; line-height: 1.55; }
.statement-text strong {
  font-weight: 600;
  color: var(--ink);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 2px;
}

/* ──────────────────────────────────────────────────────────────────
   CAPABILITIES — minimal 4-row grid
─────────────────────────────────────────────────────────────────── */
.capabilities {
  background: var(--bg);
  border-bottom: 1px solid var(--ink-line);
}
.cap-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.cap-card {
  padding: 2.25rem 1.85rem 2rem;
  background: var(--bg-card);
  border: 1px solid var(--ink-line);
  border-radius: 10px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.cap-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px -22px rgba(15, 15, 14, 0.14);
  border-color: var(--ink-line-strong);
}
.cap-num {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--accent-deep);
  letter-spacing: 0.18em;
  margin-bottom: 1.25rem;
}
.cap-card h3 {
  font-family: 'Inter', 'IBM Plex Sans Arabic', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 0.65rem;
  line-height: 1.3;
  letter-spacing: -0.005em;
}
body[lang="ar"] .cap-card h3 { font-family: 'IBM Plex Sans Arabic', sans-serif; font-weight: 600; }
.cap-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--ink-mid);
}

/* ──────────────────────────────────────────────────────────────────
   SECTORS — case-study style, large images
─────────────────────────────────────────────────────────────────── */
.sectors {
  background: var(--bg);
  padding-top: clamp(5rem, 11vw, 9rem);
  padding-bottom: clamp(5rem, 11vw, 9rem);
}
.sectors-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
.sector-card {
  background: var(--bg-card);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--ink-line);
}
.sector-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px -22px rgba(15, 15, 14, 0.18);
}
.sector-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bg-alt);
  position: relative;
}
.sector-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.sector-card:hover .sector-img img { transform: scale(1.05); }
.sector-body {
  padding: 1.6rem 1.5rem 1.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.sector-tag {
  font-family: 'Inter', 'IBM Plex Sans Arabic', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mid);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.sector-tag::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
}
.sector-tag-direct::before { background: var(--accent); }
.sector-tag-channel::before { background: var(--ink-soft); }

.sector-card h3 {
  font-family: 'Inter', 'IBM Plex Sans Arabic', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
body[lang="ar"] .sector-card h3 { font-family: 'IBM Plex Sans Arabic', sans-serif; font-weight: 600; }

.sector-scope {
  font-size: 0.86rem;
  line-height: 1.65;
  color: var(--ink-mid);
  margin: 0;
}

/* ──────────────────────────────────────────────────────────────────
   PROCESS — clean, generous
─────────────────────────────────────────────────────────────────── */
.process {
  background: var(--bg-alt);
  border-top: 1px solid var(--ink-line);
}
.proc-flow {
  max-width: 64rem;
  margin: 0 auto;
}
.proc-step {
  display: grid;
  grid-template-columns: minmax(80px, 110px) 1fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding: clamp(2rem, 4vw, 2.75rem) 0;
  border-bottom: 1px solid var(--ink-line);
  position: relative;
}
.proc-step:last-child { border-bottom: 0; }
.proc-step::before {
  content: '';
  position: absolute;
  bottom: -1px;
  inset-inline-start: 0;
  width: 40px;
  height: 1px;
  background: var(--accent);
}
.proc-step:last-child::before { display: none; }
.proc-num {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.85rem, 1.1vw, 0.95rem);
  font-weight: 500;
  color: var(--accent-deep);
  letter-spacing: 0.20em;
  padding-top: 0.45rem;
  text-transform: uppercase;
}
.proc-content h3 {
  font-family: 'Inter', 'IBM Plex Sans Arabic', sans-serif;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 400;
  color: var(--ink);
  margin: 0 0 0.65rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
body[lang="ar"] .proc-content h3 { font-family: 'IBM Plex Sans Arabic', sans-serif; font-weight: 500; }
.proc-content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ink-mid);
  max-width: 38rem;
}

/* ──────────────────────────────────────────────────────────────────
   ABOUT — minimal
─────────────────────────────────────────────────────────────────── */
.about {
  background: var(--bg);
  border-top: 1px solid var(--ink-line);
}
.about-inner {
  max-width: 56rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
@media (max-width: 760px) {
  .about-inner { grid-template-columns: 1fr; gap: 1.75rem; }
}
.about-eyebrow {
  font: 500 0.72rem/1 'Inter', 'IBM Plex Sans Arabic', sans-serif;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--ink-mid);
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.about-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--accent); }

.about-body {
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 1.85rem;
  font-weight: 300;
  letter-spacing: -0.005em;
}
body[lang="ar"] .about-body { font-family: 'IBM Plex Sans Arabic', sans-serif; font-weight: 400; line-height: 1.7; }

.about-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}
.about-meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.about-meta-label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.about-meta-value {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink);
}

/* ──────────────────────────────────────────────────────────────────
   CONTACT
─────────────────────────────────────────────────────────────────── */
.contact {
  background: var(--bg-alt);
  border-top: 1px solid var(--ink-line);
}
.contact-list {
  max-width: 64rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.4rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--ink-line);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 0;
  text-decoration: none;
  color: inherit;
  transition: color 0.22s ease;
  min-width: 0;
}
.contact-item:not(.contact-item-static):hover {
  color: var(--accent-deep);
}
.contact-item-icon {
  flex: 0 0 auto;
  width: 38px; height: 38px;
  display: grid;
  place-items: center;
  background: rgba(98, 188, 183, 0.10);
  border-radius: 50%;
  color: var(--accent-deep);
  transition: background 0.22s ease, color 0.22s ease;
}
.contact-item:not(.contact-item-static):hover .contact-item-icon {
  background: var(--accent);
  color: var(--bg);
}
.contact-item-icon svg { width: 17px; height: 17px; stroke-width: 1.5; }
.contact-item-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  flex: 1;
}
.contact-item-label {
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.contact-item-value {
  font-size: 0.94rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.contact-item-meta {
  font-size: 0.78rem;
  color: var(--ink-soft);
  margin-top: 0.15rem;
}

/* ──────────────────────────────────────────────────────────────────
   FOOTER — MKW logo + sector line (universal endorsement pattern)
─────────────────────────────────────────────────────────────────── */
.site-footer {
  background: var(--dark);
  color: rgba(250, 250, 247, 0.78);
  padding: 2.5rem clamp(1.25rem, 5vw, 4rem) 2rem;
}
.footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
.footer-mkw-link {
  display: inline-block;
  font-family: 'IBM Plex Sans Arabic', 'Inter', sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  color: rgba(250, 250, 247, 0.78);
  opacity: 0.86;
  text-decoration: none;
  text-align: center;
  max-width: 92vw;
  padding: 0.5rem 0.75rem;
  transition: opacity 0.22s ease;
}
body[lang="en"] .footer-mkw-link { font-family: 'Inter', sans-serif; letter-spacing: 0.04em; }
.footer-mkw-link:hover { opacity: 1; }
.inline-mkw-logo {
  display: inline-block;
  height: 1.7em;
  width: auto;
  margin: 0 0.35em;
  vertical-align: middle;
  position: relative;
  top: -0.08em;
  object-fit: contain;
}
.footer-copy {
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  color: rgba(250, 250, 247, 0.45);
  font-family: 'Inter', sans-serif;
}

/* About — MKW endorsement (inline-logo word-replacement) */
.about-mkw-link {
  display: inline-block;
  font-family: 'IBM Plex Sans Arabic', 'Inter', sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink);
  text-decoration: none;
  transition: opacity 0.22s ease;
  opacity: 0.88;
}
body[lang="en"] .about-mkw-link { font-family: 'Inter', sans-serif; }
.about-mkw-link:hover { opacity: 1; }
.about-inline-logo { height: 1.6em; margin: 0 0.3em; top: -0.05em; }
body[lang="en"] .about-mkw-line { font-family: 'Inter', sans-serif; }

/* ──────────────────────────────────────────────────────────────────
   REVEAL
─────────────────────────────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* ──────────────────────────────────────────────────────────────────
   RESPONSIVE
─────────────────────────────────────────────────────────────────── */
@media (max-width: 600px) {
  .site-header { padding: 0.85rem 1rem; }
  .brand-mark img { width: 26px; height: 26px; }
  .brand-mark-name { font-size: 1rem; }
  .lang-toggle { padding: 0.36rem 0.8rem; font-size: 0.72rem; }

  .hero { height: 92vh; min-height: 520px; }
  .hero-eyebrow { font-size: 0.66rem; margin-bottom: 1rem; }
  .hero-title { font-size: clamp(2rem, 11vw, 3.6rem); }
  body[lang="ar"] .hero-title { font-size: clamp(1.85rem, 9.5vw, 3rem); }
  .hero-sub { font-size: 0.94rem; margin-top: 1rem; }
  .btn-primary, .btn-secondary { padding: 0.78rem 1.4rem; font-size: 0.78rem; }
  .hero-scroll-cue { display: none; }

  .statement-text { font-size: clamp(1.3rem, 5.2vw, 1.7rem); }

  .cap-grid { grid-template-columns: 1fr; }
  .cap-card { padding: 1.85rem 1.5rem 1.65rem; }

  .proc-step { grid-template-columns: 50px 1fr; gap: 1rem; padding: 1.5rem 0; }

  .footer-mkw-link { font-size: 0.82rem; padding: 0.5rem 0.75rem; }
  .inline-mkw-logo { height: 1.55em; }
  .about-mkw-link { flex-wrap: wrap; }
  .about-mkw-line { font-size: 0.8rem; }
}
