/* ==========================================================================
   ORGATIC — merged build
   Engine: semantic zero-div skeleton (custom props, clamp(), dark mode, CLS=0)
   Skin:   v1 corporate design (brand pills, hero carousel, stats panel)
   ========================================================================== */

:root {
  color-scheme: light;
  --brand: #e30613;
  --brand-dark: #b3050f;
  --brand-light: #ff3b2f;

  --bg: #f5f5f4;
  --surface: #ffffff;
  --ink: #141414;
  --muted: #5f5f5f;
  --line: #e4e4e0;
  --panel: #ececea;
  --ok: #0d7a43;
  --shadow: 0 10px 40px -12px rgb(0 0 0 / 0.16);
  --shadow-brand: 0 8px 24px -8px rgb(227 6 19 / 0.55);

  --font: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-ar: 'IBM Plex Sans Arabic', 'Inter', ui-sans-serif, system-ui, sans-serif;

  --step--1: clamp(0.83rem, 0.8rem + 0.15vw, 0.95rem);
  --step-0:  clamp(1rem, 0.96rem + 0.2vw, 1.1rem);
  --step-1:  clamp(1.25rem, 1.15rem + 0.5vw, 1.55rem);
  --step-2:  clamp(1.55rem, 1.35rem + 1vw, 2.2rem);
  --step-3:  clamp(2rem, 1.6rem + 2vw, 3.2rem);
  --step-4:  clamp(2.3rem, 1.7rem + 3vw, 4.2rem);

  --space-s: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  --space-m: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  --space-l: clamp(2.5rem, 2rem + 2.5vw, 4.5rem);

  --radius: 1.25rem;
  --header-h: 72px;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --bg: #0e0e10;
    --surface: #17181c;
    --ink: #f2f2f0;
    --muted: #a8a8a8;
    --line: #2a2c31;
    --panel: #1d1f24;
    --ok: #4ade80;
    --shadow: 0 10px 40px -12px rgb(0 0 0 / 0.6);
  }
}
[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0e0e10;
  --surface: #17181c;
  --ink: #f2f2f0;
  --muted: #a8a8a8;
  --line: #2a2c31;
  --panel: #1d1f24;
  --ok: #4ade80;
  --shadow: 0 10px 40px -12px rgb(0 0 0 / 0.6);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
body, h1, h2, h3, h4, p, ul, dl, dd, figure, fieldset { margin: 0; }
ul[role="list"], ul[class] { padding: 0; list-style: none; }
img { max-inline-size: 100%; block-size: auto; display: block; }
button, input { font: inherit; }
a { color: inherit; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 8px); }
body {
  font-family: var(--font);
  font-size: var(--step-0);
  line-height: 1.6;
  background: var(--bg);
  color: var(--ink);
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-block-size: 100svh;
}
html[lang="ar"] body { font-family: var(--font-ar); }

::selection { background: var(--brand); color: #fff; }

.container { max-inline-size: 75rem; margin-inline: auto; padding-inline: var(--space-m); }

.num { font-variant-numeric: tabular-nums; direction: ltr; unicode-bidi: embed; }

/* ---------- accessibility ---------- */
.skip-link {
  position: absolute;
  inset-inline-start: var(--space-s);
  inset-block-start: -4rem;
  z-index: 100;
  padding: 0.6rem 1rem;
  background: var(--ink);
  color: var(--bg);
  border-radius: 0 0 var(--radius) var(--radius);
  transition: inset-block-start 0.2s;
}
.skip-link:focus-visible { inset-block-start: 0; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; border-radius: 2px; }

.reveal { opacity: 0; translate: 0 30px; transition: opacity 0.7s ease, translate 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.in-view { opacity: 1; translate: 0 0; }

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

/* ---------- pills ---------- */
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: var(--step--1);
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: translate 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.pill:hover { translate: 0 -2px; }
.pill-brand {
  background: linear-gradient(135deg, var(--brand), var(--brand-light));
  color: #fff;
  box-shadow: var(--shadow-brand);
}
.pill-quiet {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
}
.pill-quiet:hover { border-color: var(--brand); color: var(--brand); }
.pill-white { background: #fff; color: var(--brand); box-shadow: var(--shadow); }

/* ---------- header ---------- */
.site-header {
  position: fixed;
  inset-inline: 0;
  inset-block-start: 0;
  z-index: 50;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.site-header.scrolled {
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(14px);
  box-shadow: 0 2px 20px rgb(0 0 0 / 0.08);
}

.nav {
  display: flex;
  align-items: center;
  gap: var(--space-m);
  block-size: var(--header-h);
}

.brand {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  padding: 0.5rem 0.9rem;
  border-radius: 0.65rem;
  text-decoration: none;
  box-shadow: 0 6px 18px -6px rgb(0 0 0 / 0.3);
}
.brand-logo { block-size: 1.85rem; inline-size: auto; display: block; }

.nav-list { display: none; align-items: center; gap: clamp(1rem, 0.5rem + 1.2vw, 1.8rem); margin-inline: auto; }
.nav-list a {
  font-size: var(--step--1);
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-list a:hover { color: var(--brand); }

.nav-actions { display: flex; align-items: center; gap: 0.6rem; margin-inline-start: auto; }
.nav-actions .hide-lg { display: none; }
.nav-actions .hide-md { display: none; }

.icon-btn {
  display: grid;
  place-items: center;
  inline-size: 2.6rem;
  block-size: 2.6rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.icon-btn:hover { border-color: var(--brand); color: var(--brand); }

.lang-toggle {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: var(--step--1);
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.lang-toggle:hover { border-color: var(--brand); color: var(--brand); }

.menu-btn { display: grid; }

@media (min-width: 62rem) {
  .nav-list { display: flex; }
  .nav-actions .hide-md { display: block; }
  .menu-btn { display: none; }
}
@media (min-width: 80rem) {
  .nav-actions .hide-lg { display: block; }
}

/* header over hero (top of page, not scrolled): light-on-dark */
.site-header:not(.scrolled) .nav-list a,
.site-header:not(.scrolled) .icon-btn,
.site-header:not(.scrolled) .lang-toggle {
  color: #fff;
  border-color: rgb(255 255 255 / 0.35);
  background: rgb(255 255 255 / 0.08);
  text-shadow: 0 1px 8px rgb(0 0 0 / 0.4);
}
.site-header:not(.scrolled) .nav-list a { background: none; border: 0; text-shadow: 0 1px 8px rgb(0 0 0 / 0.5); }

/* mobile menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 49;
  background: var(--bg);
  padding: calc(var(--header-h) + var(--space-m)) var(--space-m) var(--space-m);
  translate: 0 -100%;
  transition: translate 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.mobile-menu.open { translate: 0 0; }
.mobile-menu ul { display: grid; gap: 0.25rem; }
.mobile-menu a:not(.pill) {
  display: block;
  padding: 1rem 1.25rem;
  font-size: var(--step-1);
  font-weight: 800;
  text-decoration: none;
  border-radius: var(--radius);
}
.mobile-menu a:not(.pill):hover { background: var(--surface); color: var(--brand); }
.mm-pills { display: flex; flex-wrap: wrap; gap: 0.6rem; padding-block-start: var(--space-m); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-block-size: 100svh;
  overflow: hidden;
  color: #fff;
}
.hero-media { position: absolute; inset: 0; }
.hero-media img {
  position: absolute;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.1s ease;
}
.hero-media img.active { opacity: 1; }
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 0.5), rgb(0 0 0 / 0.12) 45%, rgb(0 0 0 / 0.25));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-m);
  inline-size: 100%;
  padding-block-end: calc(var(--space-l) + 4.5rem);
}

.hero-card {
  max-inline-size: 36rem;
  background: var(--surface);
  color: var(--ink);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 1.2rem + 1.5vw, 2.4rem);
  box-shadow: var(--shadow);
}
.kicker {
  font-size: var(--step--1);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brand);
  margin-block-end: var(--space-s);
}
.hero-card h1 { font-size: var(--step-3); line-height: 1.1; letter-spacing: -0.03em; }
.hero-card > p:not(.kicker):not(.hero-ctas) { margin-block-start: var(--space-s); color: var(--muted); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-block-start: var(--space-m); }

.glance {
  inline-size: 21rem;
  max-inline-size: 100%;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: blur(14px);
  color: var(--ink);
  border-radius: var(--radius);
  padding: var(--space-m);
  box-shadow: var(--shadow);
  display: none;
}
@media (min-width: 62rem) { .glance { display: block; } }
.glance-title {
  font-size: var(--step--1);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-block-end: var(--space-s);
}
.glance dl { display: grid; }
.glance dl > div {
  display: flex;
  justify-content: space-between;
  gap: var(--space-s);
  padding-block: 0.65rem;
  border-block-end: 1px solid var(--line);
}
.glance dl > div:last-child { border-block-end: 0; }
.glance dt { color: var(--muted); font-size: var(--step--1); }
.glance dd { font-weight: 700; font-size: var(--step--1); text-align: end; }
.glance-more {
  display: inline-block;
  margin-block-start: var(--space-s);
  color: var(--brand);
  font-weight: 700;
  font-size: var(--step--1);
  text-decoration: none;
}
.glance-more:hover { text-decoration: underline; }

.hero-tabs {
  position: absolute;
  inset-block-end: 0;
  inset-inline: 0;
  z-index: 3;
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-block-end: var(--space-m);
  scrollbar-width: none;
}
.hero-tabs::-webkit-scrollbar { display: none; }
.hero-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.4);
  background: rgb(255 255 255 / 0.1);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 0.6rem 1.15rem 0.6rem 0.85rem;
  font-size: var(--step--1);
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s;
}
.hero-tabs button .tab-num { font-size: 0.75em; opacity: 0.65; font-variant-numeric: tabular-nums; }
.hero-tabs button svg { inline-size: 1rem; block-size: 1rem; }
.hero-tabs button:hover { background: rgb(255 255 255 / 0.25); }
.hero-tabs button[aria-selected="true"] {
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: var(--shadow-brand);
}

/* ---------- sections rhythm ---------- */
.section { padding-block: var(--space-l); }
.section h2 { font-size: var(--step-3); line-height: 1.1; letter-spacing: -0.03em; max-inline-size: 22ch; }
.section-head { margin-block-end: var(--space-m); }
.section-lede { margin-block-start: var(--space-m); max-inline-size: 62ch; color: var(--muted); }

.split {
  display: grid;
  gap: var(--space-m);
  margin-block-start: var(--space-m);
  align-items: center;
}
@media (min-width: 62rem) { .split { grid-template-columns: 1fr 1fr; gap: var(--space-l); } }
.split-media { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media img { aspect-ratio: 4 / 3; inline-size: 100%; object-fit: cover; }
.split-text p { color: var(--muted); font-size: var(--step-1); line-height: 1.55; }
.split-links { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-block-start: var(--space-m); }

/* ---------- services (pattern-interrupt cards) ---------- */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  gap: var(--space-m);
}
.service {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: var(--space-m);
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  box-shadow: var(--shadow);
  transition: translate 0.25s ease, box-shadow 0.25s ease;
}
.service:hover { translate: 0 -4px; }
.service .s-index { font-size: var(--step-2); font-weight: 800; color: var(--brand); line-height: 1; }
.service h3 { font-size: var(--step-1); letter-spacing: -0.02em; }
.service .s-benchmark {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: var(--step--1);
  border-block: 2px solid var(--ink);
  padding-block: 0.5rem;
}
.service > p:not(.s-index):not(.s-benchmark) { color: var(--muted); }
.service footer { margin-block-start: auto; }
.service footer a { color: var(--brand); font-weight: 700; text-decoration: none; }
.service footer a:hover { text-decoration: underline; }

/* ---------- stats ---------- */
.stats-panel {
  margin-block-start: var(--space-l);
  background: var(--panel);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
}
.stats-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--step--1);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-block-end: var(--space-m);
}
.stats-label i { inline-size: 0.55rem; block-size: 0.55rem; border-radius: 50%; background: var(--brand); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-m) var(--space-s);
}
@media (min-width: 62rem) { .stats-grid { grid-template-columns: repeat(3, 1fr); gap: var(--space-l) var(--space-m); } }
.stats-grid .stat-value {
  font-size: clamp(1.9rem, 1.4rem + 2.5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  direction: ltr;
  unicode-bidi: embed;
  text-align: start;
}
.stats-grid .stat-suffix { font-size: 0.5em; font-weight: 700; margin-inline-start: 0.15em; }
.stats-grid .stat-label { margin-block-start: 0.35rem; color: var(--muted); font-size: var(--step--1); }

/* ---------- network ---------- */
.network { position: relative; overflow: hidden; content-visibility: auto; contain-intrinsic-size: auto 30rem; }
.network-media { position: absolute; inset: 0; }
.network-media img { inline-size: 100%; block-size: 100%; object-fit: cover; filter: grayscale(1); }
.network-media::after { content: ""; position: absolute; inset: 0; background: rgb(0 0 0 / 0.55); }
.network-content { position: relative; z-index: 1; color: #fff; padding-block: var(--space-l); }
.network-content > div { max-inline-size: 40rem; }
.network-content h2 { font-size: var(--step-3); line-height: 1.1; letter-spacing: -0.03em; }
.network-content p:not(:last-child) { margin-block: var(--space-m); color: rgb(255 255 255 / 0.78); }

/* ---------- news ---------- */
.news-head { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--space-m); }
.news-nav { display: flex; gap: 0.5rem; }
.news-viewport { overflow: hidden; margin-block-start: var(--space-m); }
.news-track {
  display: flex;
  gap: var(--space-m);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-track > li { flex: 0 0 100%; }
@media (min-width: 40rem) { .news-track > li { flex-basis: calc(50% - var(--space-m) / 2); } }
@media (min-width: 62rem) { .news-track > li { flex-basis: calc(33.333% - var(--space-m) * 2 / 3); } }
.news-card {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  block-size: 100%;
}
.news-card figure { overflow: hidden; }
.news-card img { aspect-ratio: 16 / 10; inline-size: 100%; object-fit: cover; transition: scale 0.6s ease; }
.news-card:hover img { scale: 1.05; }
.news-card .nc-body { padding: var(--space-m); }
.news-card .nc-meta { display: flex; align-items: center; gap: 0.75rem; font-size: var(--step--1); }
.news-card .nc-tag {
  background: color-mix(in srgb, var(--brand) 12%, transparent);
  color: var(--brand);
  font-weight: 700;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
}
.news-card .nc-date { color: var(--muted); font-variant-numeric: tabular-nums; }
.news-card h3 { margin-block-start: 0.75rem; font-size: var(--step-1); line-height: 1.35; letter-spacing: -0.01em; }
.news-card .nc-read {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-block-start: var(--space-s);
  color: var(--brand);
  font-weight: 700;
  font-size: var(--step--1);
}
.news-nav .arrow { transition: transform 0.2s; }
html[dir="rtl"] .news-nav .arrow, html[dir="rtl"] .nc-read svg { transform: scaleX(-1); }
.news-nav button:disabled { opacity: 0.3; cursor: default; }

/* ---------- contact ---------- */
.contact-grid { display: grid; gap: var(--space-m); }
@media (min-width: 62rem) { .contact-grid { grid-template-columns: 1.2fr 0.8fr; align-items: start; } }
.callback fieldset {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: var(--space-m);
  background: var(--surface);
  box-shadow: var(--shadow);
  display: grid;
  gap: var(--space-s);
}
.callback legend { font-weight: 800; padding-inline: 0.5rem; font-size: var(--step-1); }
.callback label { display: block; font-size: var(--step--1); font-weight: 700; margin-block-end: 0.3rem; }
.callback input {
  inline-size: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) / 1.6);
  background: var(--bg);
  color: var(--ink);
}
.callback input:focus { border-color: var(--brand); outline: none; }
.form-row { display: flex; align-items: center; gap: var(--space-s); flex-wrap: wrap; }
.form-status { font-size: var(--step--1); font-weight: 700; color: var(--ok); min-block-size: 1.5em; }
.privacy-note { font-size: var(--step--1); color: var(--muted); }

.availability {
  background: var(--ink);
  color: var(--bg);
  border-radius: var(--radius);
  padding: var(--space-m);
  display: grid;
  gap: var(--space-s);
  align-content: start;
  min-block-size: 11rem;
}
html[dir="rtl"] .availability { background: #141414; color: #f5f5f4; }
[data-theme="dark"] .availability { background: var(--surface); color: var(--ink); border: 1px solid var(--line); }
.availability h3 { font-size: var(--step-1); letter-spacing: -0.02em; }
.avail-status { display: flex; align-items: center; gap: 0.6rem; }
.pulse-dot {
  inline-size: 0.8rem;
  block-size: 0.8rem;
  border-radius: 50%;
  background: #4ade80;
  flex-shrink: 0;
  animation: pulse 1.8s ease-in-out infinite;
}
.pulse-dot[data-state="offline"] { background: #f59e0b; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgb(74 222 128 / 0.5); }
  50% { box-shadow: 0 0 0 0.5rem rgb(74 222 128 / 0); }
}
.avail-slot { opacity: 0.75; font-size: var(--step--1); }

/* ---------- cta band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand) 55%, var(--brand-light));
  color: #fff;
}
.cta-inner { padding-block: var(--space-l); text-align: center; }
.cta-inner h2 { font-size: var(--step-3); letter-spacing: -0.03em; line-height: 1.1; max-inline-size: 24ch; margin-inline: auto; }
.cta-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-block-start: var(--space-m); }

/* ---------- footer ---------- */
.site-footer { background: var(--panel); border-block-start: 1px solid var(--line); }
.footer-grid {
  display: grid;
  gap: var(--space-l);
  padding-block: var(--space-l) var(--space-m);
}
@media (min-width: 62rem) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-contact .brand { margin-block-end: var(--space-m); }
.footer-contact h3, .footer-col h3 { font-size: var(--step-1); margin-block-end: var(--space-s); }
.footer-contact address { font-style: normal; display: grid; gap: 0.1rem; color: var(--muted); }
.footer-contact address small, .footer-lines small { color: var(--muted); font-size: var(--step--1); opacity: 0.8; }
.footer-lines { display: grid; gap: 0.15rem; margin-block-start: var(--space-m); }
.footer-lines .hotline { font-weight: 800; color: var(--brand); text-decoration: none; }
.footer-col ul { display: grid; gap: 0.6rem; }
.footer-col a { color: var(--muted); text-decoration: none; font-size: var(--step--1); }
.footer-col a:hover { color: var(--brand); }

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--space-s);
  border-block-start: 1px solid var(--line);
  padding-block: var(--space-m);
}
.footer-legal ul { display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem; }
.footer-legal a { color: var(--muted); text-decoration: none; font-size: var(--step--1); }
.footer-legal a:hover { color: var(--brand); }
.footer-legal small { color: var(--muted); font-size: var(--step--1); }

/* ---------- cookie ---------- */
.cookie {
  position: fixed;
  inset-block-end: 1rem;
  inset-inline-end: 1rem;
  z-index: 60;
  inline-size: min(24rem, calc(100% - 2rem));
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: var(--space-m);
  box-shadow: var(--shadow);
}
.cookie h4 { font-size: var(--step-0); margin-block-end: 0.4rem; }
.cookie p { font-size: var(--step--1); color: var(--muted); }
.cookie-actions { display: flex; gap: 0.5rem; margin-block-start: var(--space-s); }
.cookie-actions .pill { flex: 1; padding-inline: 0.75rem; }
