/* ============================================================
   KOVINTA — Trade in Heavy Machines and Equipment
   Design system: alternating light/dark bands, royal blue from
   the corporate logo, Archivo display + Inter body + Plex Mono
   for technical labels.
   ============================================================ */

/* ---------- Self-hosted typefaces ---------- */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/Archivo-latin-500900.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/Archivo-latin-ext-500900.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Inter (variable, 300-800) carries the running text and UI: the crisp,
   quietly professional voice used by the best-run logistics companies. */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300 800; font-display: swap; src: url(../fonts/Inter-latin-300800.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300 800; font-display: swap; src: url(../fonts/Inter-latin-ext-300800.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face { font-family: 'PlexMono'; font-style: normal; font-weight: 500; font-display: swap; src: url(../fonts/IBMPlexMono-latin-500.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'PlexMono'; font-style: normal; font-weight: 500; font-display: swap; src: url(../fonts/IBMPlexMono-latin-ext-500.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'PlexMono'; font-style: normal; font-weight: 600; font-display: swap; src: url(../fonts/IBMPlexMono-latin-600.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'PlexMono'; font-style: normal; font-weight: 600; font-display: swap; src: url(../fonts/IBMPlexMono-latin-ext-600.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* ---------- Tokens ---------- */

:root {
  /* Dark bands (hero, shipping, terms, header, footer) */
  --ink:        #1a1a1a;
  --ink-2:      #222222;
  --ink-3:      #2a2a2a;
  --ink-line:   rgba(171, 182, 199, 0.16);
  --ink-line-2: rgba(171, 182, 199, 0.32);

  /* Light bands */
  --paper:      #ffffff;
  --mist:       #edeef1;
  --mist-2:     #dfe2e6;
  --line:       #dfe3e8;
  --line-2:     #c6ccd4;   /* decorative dividers */
  --line-ctl:   #7a8596;   /* interactive control boundaries — 3.7:1 on white */

  /* Brand — royal blue from the corporate logo */
  --royal:       #4169e1;
  --royal-ink:   #2a46a8;   /* accessible on white */
  --royal-bright:#6e8ff5;   /* accent on dark */
  --royal-wash:  #eef2fd;
  --royal-glow:  rgba(65, 105, 225, 0.30);
  --warn:        #ffc2c2;   /* payment prohibition — the one warm accent */

  /* Text */
  --graphite:  #101318;   /* headings on light */
  --slate:     #545d6b;   /* body on light */
  --slate-2:   #5b6472;   /* muted on light — 5.6:1 on white, 5.1:1 on mist */
  --steel:     #edf0f4;   /* headings on dark */
  --steel-2:   #aeb8c6;   /* body on dark */
  --chrome: linear-gradient(168deg, #ffffff 0%, #e8eef9 30%, #b9c6de 50%, #ffffff 66%, #ccd7e9 100%);

  /* Type */
  --display: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  --mono: 'PlexMono', ui-monospace, SFMono-Regular, Menlo, monospace;

  /* Rhythm */
  --sect: clamp(3.75rem, 8vw, 7rem);
  --gutter: clamp(1.15rem, 4vw, 2.75rem);
  --maxw: 1240px;
  --r: 4px;          /* engineered, not pill-shaped */
  --r-lg: 8px;
}

/* ---------- Reset ---------- */

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
fieldset { border: 0; min-inline-size: 0; }
button { font: inherit; color: inherit; background: none; border: none; }
img, svg, video { display: block; max-width: 100%; }
table { border-collapse: collapse; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

body {
  font-family: var(--body);
  font-size: clamp(0.97rem, 0.94rem + 0.15vw, 1.05rem);
  line-height: 1.65;
  letter-spacing: -0.006em;      /* Inter reads best a hair tighter */
  color: var(--slate);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: rgba(65, 105, 225, 0.22); }
.band-dark ::selection, .hero ::selection { background: rgba(110, 143, 245, 0.35); }

a { color: var(--royal-ink); text-decoration: none; }
a:hover { color: var(--royal); }

:focus-visible {
  outline: 2px solid var(--royal);
  outline-offset: 3px;
  border-radius: 2px;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.no-scroll { overflow: hidden; }

.skip-link:focus, .skip-link:focus-visible {
  position: fixed;
  top: 0.65rem; left: 0.65rem;
  width: auto; height: auto;
  margin: 0; padding: 0.7rem 1.15rem;
  clip: auto; clip-path: none; overflow: visible;
  z-index: 500;
  background: var(--royal);
  color: #fff;
  font-weight: 600;
  border-radius: var(--r);
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }

/* ---------- Typography ---------- */

h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--graphite);
  line-height: 1.1;
  letter-spacing: -0.022em;
  text-wrap: balance;
  font-weight: 700;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--royal-ink);
  margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; flex: 0 0 auto; }

/* Editorial section index: every section head carries its number, the quiet
   craft signal of the best industrial sites. */
main { counter-reset: sect; }
main .sect-head { counter-increment: sect; }
main .sect-head .eyebrow::after {
  content: counter(sect, decimal-leading-zero);
  order: -1;
  font-weight: 600;
  opacity: 0.62;
  letter-spacing: 0.08em;
}
main .sect-head .eyebrow::before { order: -1; }

.h-sect { font-size: clamp(1.85rem, 1.15rem + 2.6vw, 3rem); font-weight: 800; }
.lead {
  font-size: clamp(1rem, 0.96rem + 0.3vw, 1.12rem);
  color: var(--slate);
  max-width: 60ch;
  margin-top: 1rem;
}

/* ---------- Bands ---------- */

.band { padding-block: var(--sect); }
.band-paper { background: var(--paper); }
.band-mist  { background: var(--mist); border-block: 1px solid var(--line); }
.band-dark  {
  background-color: var(--ink);
  /* faint drafting grid — engineering paper under the dark bands */
  background-image:
    linear-gradient(rgba(180, 190, 205, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 190, 205, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  color: var(--steel-2);
}

.band-dark h1, .band-dark h2, .band-dark h3, .band-dark h4 { color: var(--steel); }
/* Section titles on dark take the wordmark's chrome — the logo's own metal */
.band-dark .h-sect {
  background: var(--chrome);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.band-dark .eyebrow { color: var(--royal-bright); }
.band-dark .lead { color: var(--steel-2); }

.sect-head { margin-bottom: clamp(2.25rem, 4.5vw, 3.5rem); }
.sect-head.split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 1.5rem 3rem;
  align-items: start;
}
/* Drop the deck to the H2's top edge, past the eyebrow, identically everywhere. */
.sect-head.split > .lead { margin-top: 2.3rem; }
@media (max-width: 860px) { .sect-head.split > .lead { margin-top: 0; } }
@media (max-width: 860px) { .sect-head.split { grid-template-columns: 1fr; align-items: start; } }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 1.6rem;
  font-family: var(--body);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  border-radius: var(--r);
  cursor: pointer;
  text-align: center;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.btn:active { transform: translateY(1px); }

.btn-primary {
  background: linear-gradient(135deg, #3557cf 0%, #4169e1 55%, #5d82ef 100%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.btn-primary:hover {
  background: linear-gradient(135deg, #3f63de 0%, #4d74e9 55%, #6d90f4 100%);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 10px 26px var(--royal-glow);
}

.btn-outline { border-color: var(--line-2); color: var(--graphite); background: var(--paper); }
.btn-outline:hover { border-color: var(--royal); color: var(--royal-ink); }

.band-dark .btn-outline,
.hero .btn-outline { border-color: var(--ink-line-2); color: var(--steel); background: transparent; }
.band-dark .btn-outline:hover,
.hero .btn-outline:hover { border-color: var(--royal-bright); color: #fff; background: rgba(255,255,255,0.04); }

.btn-wa { background: #17a34a; color: #fff; }
.btn-wa:hover { background: #128c3e; color: #fff; }

.btn-lg { padding: 1.05rem 1.9rem; font-size: 1rem; }
@media (max-width: 420px) { .btn { width: 100%; } }

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(26, 26, 26, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--ink-line);
}
/* a royal thread under the header — the one line of color in the chrome */
.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 4%, rgba(110, 143, 245, 0.55) 38%, rgba(110, 143, 245, 0.55) 62%, transparent 96%);
  pointer-events: none;
}
.nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 72px;
}
.brand { display: inline-flex; align-items: center; margin-right: auto; flex-shrink: 1; min-width: 0; }
.brand img { height: clamp(30px, 5.4vw, 42px); width: auto; }

.nav-list {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.9vw, 1.9rem);
  list-style: none;
}
.nav-list a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--steel-2);
  padding-block: 0.4rem;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.nav-list a:hover, .nav-list a[aria-current] { color: #fff; border-bottom-color: var(--royal); }

.nav-cta { white-space: nowrap; padding: 0.65rem 1.15rem; font-size: 0.86rem; }
.nav-cta-mobile { display: none; }

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border: 1px solid var(--ink-line-2);
  border-radius: var(--r);
  color: var(--steel);
  cursor: pointer;
  flex: 0 0 auto;
}

/* Language toggle: both languages always visible, the active one marked —
   the two-language convention. Permanently in the header bar on every
   viewport, never hidden inside the mobile drawer. */
.lang-toggle {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--ink-line-2);
  border-radius: var(--r);
  overflow: hidden;
  flex: 0 0 auto;
}
.lang-toggle a,
.lang-toggle .on {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 46px;
  padding-inline: 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0;            /* one label is Arabic — never letter-spaced */
  white-space: nowrap;
  color: var(--steel-2);
}
.lang-toggle a { transition: color 0.15s ease, background-color 0.15s ease; }
.lang-toggle a:hover { color: #fff; background: rgba(110, 143, 245, 0.10); }
.lang-toggle .on { color: #fff; background: rgba(110, 143, 245, 0.17); cursor: default; }
.lang-toggle :first-child + * { border-inline-start: 1px solid var(--ink-line-2); }

@media (max-width: 1080px) {
  .nav-toggle { display: inline-flex; order: 3; }
  .lang-toggle { order: 2; }
  .lang-toggle a, .lang-toggle .on { min-height: 40px; min-width: 40px; padding-inline: 0.55rem; }
  .nav-cta { display: none; }
  .nav-cta-mobile { display: block; }
  .nav-list {
    position: fixed;
    inset: 72px 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--ink);
    border-bottom: 1px solid var(--ink-line);
    padding: 0.5rem 0 1.25rem;
    max-height: calc(100dvh - 72px);
    overflow-y: auto;
    display: none;
  }
  .nav-list.open { display: flex; }
  .nav-list a {
    display: block;
    padding: 1rem var(--gutter);
    border-bottom: 1px solid var(--ink-line);
    font-size: 0.95rem;
  }
  .nav-list a:hover, .nav-list a[aria-current] { border-bottom-color: var(--ink-line); color: var(--royal-bright); }
  .nav-list li:last-child a { border-bottom: none; }
  .nav-cta-mobile { padding: 1rem var(--gutter) 0.25rem; }
  .nav-cta-mobile a { justify-content: center; border-bottom: none; text-transform: none; letter-spacing: 0.01em; font-size: 0.95rem; color: #fff; }
  .nav-cta-mobile a:hover { color: #fff; }
}
@media (max-width: 430px) {
  .lang-toggle a, .lang-toggle .on { min-width: 36px; padding-inline: 0.45rem; }
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  background: var(--ink);
  color: var(--steel-2);
  overflow: hidden;
  isolation: isolate;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 60%; }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 84% 26%, rgba(65,105,225,0.20), transparent 54%),
    linear-gradient(105deg, rgba(18,18,18,0.97) 0%, rgba(11,13,17,0.90) 42%, rgba(24,42,105,0.36) 72%, rgba(8,10,15,0.76) 100%),
    linear-gradient(180deg, rgba(18,18,18,0.55) 0%, transparent 32%, rgba(18,18,18,0.88) 100%);
}
@media (max-width: 760px) {
  .hero-media::after {
    background: linear-gradient(160deg, rgba(18,18,18,0.94) 0%, rgba(18,24,44,0.80) 45%, rgba(18,18,18,0.96) 100%);
  }
}

.hero-inner {
  padding-block: clamp(3.5rem, 9vw, 7rem) clamp(0rem, 2vw, 1rem);
}
/* Constrain the running text, not the column: the H1's left edge must land on
   the same gutter as the logo above and the spec bar below. */
.hero h1 { max-width: 15ch; }
.hero-sub { max-width: 52ch; }

/* Spec bar under the hero */
.spec-bar {
  position: relative;
  border-top: 1px solid var(--ink-line);
  background: rgba(26, 26, 26, 0.86);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  margin-top: clamp(2.5rem, 6vw, 4.5rem);
}
.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.spec-grid > div {
  position: relative;
  padding: clamp(1rem, 2.4vw, 1.5rem) clamp(0.5rem, 1.6vw, 1.25rem);
  border-right: 1px solid var(--ink-line);
}
/* a short royal tick above each figure — gauge marks on the instrument bar */
.spec-grid > div::before {
  content: "";
  position: absolute;
  top: -1px;
  inset-inline-start: 0;
  width: 26px;
  height: 2px;
  background: var(--royal-bright);
}
.spec-grid > div:first-child { padding-left: 0; }
.spec-grid > div:last-child { border-right: none; }
.spec-grid b {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.35rem, 0.9rem + 2vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  background: var(--chrome);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.spec-grid span {
  display: block;
  font-family: var(--mono);
  font-size: clamp(0.6rem, 0.54rem + 0.22vw, 0.7rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--steel-2);
  margin-top: 0.3rem;
}
@media (max-width: 720px) {
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .spec-grid > div { border-bottom: 1px solid var(--ink-line); }
  .spec-grid > div:nth-child(2n) { border-right: none; }
  .spec-grid > div:nth-child(3) { padding-left: 0; }
  .spec-grid > div:nth-last-child(-n+2) { border-bottom: none; }
}

/* ---------- Credentials strip ---------- */

.creds {
  background: var(--mist);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(1.25rem, 3vw, 1.9rem);
}
.creds-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem clamp(1.25rem, 3.5vw, 3rem);
  font-family: var(--mono);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: var(--slate-2);
  text-transform: uppercase;
}
.creds-row .k { color: var(--graphite); font-weight: 600; }
.creds-row > span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  margin-inline-start: clamp(0.6rem, 1.8vw, 1.5rem);
  background: var(--line-2);
  vertical-align: -0.35em;
}
@media (max-width: 700px) { .creds-row > span:not(:last-child)::after { display: none; } }

/* ---------- Equipment cards ---------- */

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}
@media (max-width: 960px) { .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .grid-3 { grid-template-columns: 1fr; } }

.eq-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
/* royal edge sweeps in on hover — the blade pass */
.eq-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2f5be0, #6e8ff5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 1;
}
.eq-card:hover::before { transform: scaleX(1); }
.eq-card:hover {
  border-color: var(--line-2);
  box-shadow: 0 18px 42px rgba(10, 13, 17, 0.16);
  transform: translateY(-5px);
}
.eq-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--mist-2);
  overflow: hidden;
}
.eq-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1); }
/* Dozers has no photograph in the supplied set: a spec drawing on a dark tile,
   deliberate rather than a pale gap in a photographic row. */
.eq-media-drawing {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(150deg, #2c2c2c, #171717);
}
.eq-media-drawing svg { padding: 8%; }
.eq-card:hover .eq-media img { transform: scale(1.055); }
.eq-class {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(26, 26, 26, 0.86);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 3px;
  padding: 0.3rem 0.55rem;
}
.eq-body { padding: clamp(1rem, 2vw, 1.35rem); display: flex; flex-direction: column; gap: 0.45rem; flex: 1; }
.eq-body h3 { font-size: clamp(1.1rem, 1rem + 0.4vw, 1.3rem); font-weight: 700; }
.eq-body p { font-size: 0.9rem; color: var(--slate); }
.eq-models {
  min-height: 4em;            /* two wrapped lines + padding, so the rule sits at one y across a row */
  font-family: var(--mono);
  font-size: 0.74rem;
  color: var(--slate-2);
  letter-spacing: 0.02em;
  margin-top: auto;
  padding-top: 0.6rem;
  border-top: 1px dashed var(--line);
}

/* "Not listed" CTA card fills the 6th cell */
.eq-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: var(--royal-wash);
  border: 1px solid #ccd8fa;
  border-radius: var(--r-lg);
}
.eq-cta h3 { font-size: 1.2rem; }
.eq-cta p { font-size: 0.9rem; color: var(--slate); }
.eq-cta a { font-weight: 600; font-size: 0.92rem; display: inline-flex; align-items: center; min-height: 44px; gap: 0.4rem; }
.eq-cta a svg { transition: transform 0.2s ease; }
.eq-cta a:hover svg { transform: translateX(4px); }

/* Premium specialized divisions — two wide matte-black feature panels */
.eq-feature-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
  margin-top: clamp(1rem, 2vw, 1.6rem);
}
@media (max-width: 960px) { .eq-feature-row { grid-template-columns: 1fr; } }
.eq-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  background: var(--ink);
  color: var(--steel-2);
  border: 1px solid var(--ink-line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.eq-feature::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2f5be0, #6e8ff5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 1;
}
.eq-feature:hover::before { transform: scaleX(1); }
.eq-feature:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(4, 6, 10, 0.5); }
.eq-feature-media { position: relative; min-height: 230px; }
.eq-feature-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.eq-feature-media.eq-media-drawing { display: flex; align-items: center; justify-content: center; }
.eq-feature-media.eq-media-drawing svg { padding: 10%; max-height: 100%; }
.eq-feature-body { padding: clamp(1.25rem, 2.5vw, 1.9rem); display: flex; flex-direction: column; gap: 0.55rem; }
.eq-feature-body h3 { color: var(--steel); font-size: clamp(1.15rem, 1rem + 0.6vw, 1.45rem); }
.eq-feature-body p { font-size: 0.92rem; }
.eq-feature .eq-models { color: var(--steel-2); border-top-color: var(--ink-line); }
.eq-tag {
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--royal-bright);
}
@media (max-width: 640px) { .eq-feature { grid-template-columns: 1fr; } .eq-feature-media { min-height: 200px; } }

/* Compliance & settlement cards */
.comp-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.25rem, 2.4vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.comp-card:hover { border-color: var(--royal); box-shadow: 0 12px 30px rgba(16, 19, 24, 0.08); transform: translateY(-3px); }
.comp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; width: 46px;
  height: 46px;
  border-radius: var(--r);
  background: var(--royal-wash);
  color: var(--royal-ink);
  border: 1px solid #ccd8fa;
}
.comp-card h3 { font-size: 1.08rem; }
.comp-card p { font-size: 0.9rem; color: var(--slate); }

/* ---------- Shipping / map ---------- */

.map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: stretch;
}
@media (max-width: 1000px) { .map-layout { grid-template-columns: 1fr; } }

/* The chart panel is the light object on the dark band — a nautical chart
   on drafting paper: navy land from the logo, royal corridor, chrome origin. */
.map-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(65, 105, 225, 0.28);
  border-radius: var(--r-lg);
  background-color: #f4f8fd;
  background-image:
    linear-gradient(rgba(42, 70, 168, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 70, 168, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  padding: clamp(0.75rem, 2vw, 1.25rem);
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(4, 5, 8, 0.45);
}
.map-panel svg { width: 100%; height: auto; }

.map-chart-title {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--royal-ink);
  padding: 0.15rem 0.2rem 0.7rem;
  border-bottom: 1px solid rgba(42, 70, 168, 0.18);
  margin-bottom: 0.7rem;
}
.map-chart-title .chart-no { color: var(--slate-2); }

.map-sea    { fill: transparent; }
.map-land   { fill: #101d4d; stroke: #33468e; stroke-width: 1; }
.map-origin { fill: #cdd9ee; stroke: var(--royal-ink); stroke-width: 1.6; }
.map-dest   { fill: #2f55d4; stroke: #1d3fa9; stroke-width: 1.1; }
.map-route  { fill: none; stroke: #2a46a8; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 10 9; }
.map-route-glow { fill: none; stroke: var(--royal); stroke-width: 8; opacity: 0.16; stroke-linecap: round; }
.map-arrhead { fill: #2a46a8; }
@media (prefers-reduced-motion: no-preference) {
  .map-route { animation: flow 2.4s linear infinite; }
  @keyframes flow { to { stroke-dashoffset: -38; } }
  .map-pulse { animation: portPulse 2.6s ease-out infinite; }
  .map-pulse-2 { animation-delay: 1.3s; }
  @keyframes portPulse {
    0%   { transform: scale(0.35); opacity: 0.85; }
    70%  { transform: scale(1.5); opacity: 0; }
    100% { transform: scale(1.5); opacity: 0; }
  }
}
.map-pulse {
  fill: none;
  stroke: var(--royal);
  stroke-width: 2.5;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}
.map-port      { fill: var(--royal); stroke: #fff; stroke-width: 2.2; }
.map-port-home { fill: #0e1940; stroke: #fff; stroke-width: 2.5; }
.map-wp        { fill: #8fa0bf; }
.map-label {
  font-family: 'PlexMono', monospace;
  font-size: 19px;
  font-weight: 600;
  fill: #0e1940;
  letter-spacing: 0.02em;
  paint-order: stroke;
  stroke: rgba(244, 248, 253, 0.88);
  stroke-width: 4px;
  stroke-linejoin: round;
}
.map-label-home { fill: var(--royal-ink); }
.map-label-sm {
  font-family: 'PlexMono', monospace;
  font-size: 15px;
  fill: #55617a;
  paint-order: stroke;
  stroke: rgba(244, 248, 253, 0.8);
  stroke-width: 3px;
  stroke-linejoin: round;
}
.lbl-tight { display: none; }

/* The SVG scales with its container, so on small screens the labels must grow in
   map units to stay legible. Waypoint names drop out; the table carries detail. */
@media (max-width: 900px) {
  .map-label { font-size: 30px; }
  /* at the larger label size Sohar would run off the chart's right edge */
  .lbl-sohar { text-anchor: end; }
  .map-label-sm, .map-wp { display: none; }
  /* Rotterdam and Antwerp are only 15 map units apart — keep 2r below that
     so neighbouring ports stay as separate dots. */
  .map-port, .map-port-home { r: 5; stroke-width: 1.6; }
  .lbl-wide { display: none; }
  .lbl-tight { display: block; }
}
@media (max-width: 560px) {
  .map-label { font-size: 38px; }
  .map-route { stroke-width: 4; stroke-dasharray: 13 13; }
  .map-route-glow { stroke-width: 10; }
}

.map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.4rem;
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(42, 70, 168, 0.18);
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate-2);
}
.map-legend i { display: inline-block; width: 16px; height: 2px; background: var(--royal-ink); margin-inline-end: 0.45rem; vertical-align: middle; flex: 0 0 auto; }
.map-legend span { display: inline-flex; align-items: center; }
.map-note { margin-top: 0.6rem; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--slate-2); }
.map-legend .sq { display: inline-block; width: 10px; height: 10px; background: #2f55d4; border: 1px solid #1d3fa9; border-radius: 2px; }

/* Route table */
.routes-card {
  border: 1px solid var(--ink-line);
  border-radius: var(--r-lg);
  background: var(--ink-2);
  padding: clamp(1.1rem, 2.4vw, 1.6rem);
}
.routes-card h3 {
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--steel-2);
  margin-bottom: 1.1rem;
}
.route-table { width: 100%; font-size: 0.9rem; }
.route-table th {
  text-align: left;
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel-2);
  padding: 0 0 0.7rem;
  border-bottom: 1px solid var(--ink-line-2);
}
.route-table th:last-child, .route-table td:last-child { text-align: right; }
.route-table td { padding: 0.72rem 0; border-bottom: 1px solid var(--ink-line); color: var(--steel); }
.route-table tr:last-child td { border-bottom: none; }
.route-table .ctry { display: block; font-family: var(--mono); font-size: 0.7rem; color: var(--steel-2); letter-spacing: 0.06em; text-transform: uppercase; }
.route-table .days { font-family: var(--mono); font-weight: 600; color: var(--royal-bright); white-space: nowrap; font-variant-numeric: tabular-nums; }

.note {
  margin-top: 1.1rem;
  padding: 0.9rem 1.1rem;
  border-left: 2px solid var(--royal);
  background: rgba(65, 105, 225, 0.07);
  border-radius: 0 var(--r) var(--r) 0;
  font-size: 0.87rem;
  color: var(--steel-2);
}
.note b { color: var(--steel); }
.band-paper .note, .band-mist .note { background: var(--royal-wash); color: var(--slate); }
.band-paper .note b, .band-mist .note b { color: var(--graphite); }

/* ---------- Gallery ---------- */

.gal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.6rem, 1.4vw, 1rem);
}
@media (max-width: 1000px) { .gal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 700px)  { .gal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.gal-item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--r);
  overflow: hidden;
  background: var(--mist-2);
  border: 1px solid var(--line);
  cursor: zoom-in;
  padding: 0;
}
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.gal-item:hover img { transform: scale(1.05); }
.gal-cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2.1rem 0.7rem 0.6rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: left;
  background: linear-gradient(180deg, rgba(18,18,18,0) 0%, rgba(18,18,18,0.6) 34%, rgba(18,18,18,0.95) 68%);
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}


/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(10, 10, 10, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: min(96vw, 1200px);
  max-height: min(82vh, 100vh - 7.5rem);
  width: auto; height: auto;
  border-radius: var(--r);
}
.lightbox-close {
  position: absolute;
  top: clamp(0.7rem, 2vw, 1.4rem);
  right: clamp(0.7rem, 2vw, 1.4rem);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 44px;
  padding: 0.6rem 1rem;
  border: 1px solid var(--ink-line-2);
  border-radius: var(--r);
  background: var(--ink-2);
  color: var(--steel);
  font-size: 0.85rem;
  cursor: pointer;
}
.lightbox-cap {
  position: absolute;
  left: 50%;
  bottom: clamp(0.8rem, 3vw, 1.6rem);
  transform: translateX(-50%);
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--steel-2);
  text-align: center;
  max-width: 90vw;
}

/* ---------- Inspection ---------- */

.insp-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.15rem, 2.2vw, 1.6rem);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.insp-card:hover { border-color: var(--royal); box-shadow: 0 10px 26px rgba(17,24,35,0.08); }
.insp-num {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  background: linear-gradient(135deg, #2a46a8, #5d82ef);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.insp-card h3 { font-size: 1.05rem; font-weight: 700; }
.insp-card p { font-size: 0.89rem; color: var(--slate); }

.chip-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: clamp(1.5rem, 3vw, 2.25rem); }
.chip {
  font-family: var(--mono);
  font-size: 0.71rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--slate);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 0.4rem 0.85rem;
}
.band-mist .chip { background: var(--paper); }
.chip.lead-chip { background: var(--graphite); color: #fff; border-color: var(--graphite); }

/* ---------- Commercial terms ---------- */

.terms-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
@media (max-width: 820px) { .terms-grid { grid-template-columns: 1fr; gap: 1.5rem; } }

.term {
  border-top: 2px solid var(--royal);
  padding-top: 1.1rem;
}
.term .lbl {
  display: block;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--royal-bright);
  margin-bottom: 0.6rem;
}
.term .big {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.6rem, 1.1rem + 2vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin-bottom: 0.5rem;
  font-variant-numeric: tabular-nums;
  background: var(--chrome);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.term p { font-size: 0.9rem; color: var(--steel-2); }

/* the emblem, ghosted into the terms band — the brand watermarks its word */
#terms {
  background-image:
    url("../img/emblem-watermark.png"),
    linear-gradient(rgba(180, 190, 205, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 190, 205, 0.03) 1px, transparent 1px);
  background-repeat: no-repeat, repeat, repeat;
  background-position: right -4rem top 14%, 0 0, 0 0;
  background-size: min(52vw, 620px) auto, 72px 72px, 72px 72px;
}

.terms-legal {
  border-top: 1px solid var(--ink-line);
  padding-top: clamp(1.5rem, 3vw, 2rem);
}
.terms-legal p {
  font-size: clamp(0.92rem, 0.9rem + 0.15vw, 1rem);
  color: var(--steel-2);
  max-width: 88ch;
}
.terms-legal strong { color: var(--steel); font-weight: 600; }
.terms-legal .flag { color: var(--warn); font-weight: 600; }


/* ---------- RFQ ---------- */

.rfq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.4fr);
  gap: clamp(1.5rem, 3.5vw, 3rem);
  align-items: start;
}
@media (max-width: 980px) { .rfq-layout { grid-template-columns: 1fr; } }

.contact-list { list-style: none; display: flex; flex-direction: column; }
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.93rem;
}
.contact-list li:last-child { border-bottom: none; }
.contact-list svg { color: var(--royal-ink); flex: 0 0 auto; margin-top: 3px; }
.contact-list .lbl {
  display: block;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate-2);
  margin-bottom: 0.15rem;
}
.contact-list a, .contact-list .val { color: var(--graphite); font-weight: 600; word-break: break-word; }
.contact-list a { display: inline-flex; align-items: center; min-height: 44px; }
.contact-list a:hover { color: var(--royal-ink); }

.console {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(17, 24, 35, 0.07);
}
.steps { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); background: var(--mist); }
.step-tab {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: clamp(0.85rem, 2vw, 1.1rem) clamp(0.75rem, 2vw, 1.35rem);
  font-family: var(--mono);
  font-size: clamp(0.66rem, 0.6rem + 0.25vw, 0.75rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate-2);
  border-bottom: 3px solid transparent;
}
.step-tab .n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  font-size: 0.68rem;
  flex: 0 0 auto;
}
.step-tab.active { color: var(--graphite); border-bottom-color: var(--royal); background: var(--paper); }
.step-tab.active .n { background: var(--royal); border-color: var(--royal); color: #fff; }
.step-tab.done .n { background: var(--royal-ink); border-color: var(--royal-ink); color: #fff; }

.console-body { padding: clamp(1.15rem, 3vw, 2rem); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.05rem 1.15rem; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.form-grid .full { grid-column: 1 / -1; }

.field > label {
  display: block;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 0.4rem;
}
.field .req { color: var(--royal-ink); }

.field input, .field select, .field textarea {
  width: 100%;
  padding: 0.78rem 0.9rem;
  font-family: var(--body);
  font-size: 1rem;              /* 16px — below this iOS auto-zooms on focus */
  color: var(--graphite);
  background: var(--paper);
  border: 1px solid var(--line-ctl);
  border-radius: var(--r);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.field textarea { resize: vertical; min-height: 92px; }
.field select {
  appearance: none;
  padding-right: 2.4rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2355617a' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--royal);
  box-shadow: 0 0 0 3px var(--royal-glow);
}
.field input::placeholder, .field textarea::placeholder { color: #6d7482; }

.field .err {
  display: none;
  font-size: 0.78rem;
  color: #c0392b;
  margin-top: 0.3rem;
}
.field.invalid input, .field.invalid select { border-color: #c0392b; }
.field.invalid .err { display: block; }

.toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid var(--line-ctl);
  border-radius: var(--r);
  background: var(--mist);
}
.toggle .t-main { font-size: 0.93rem; font-weight: 600; color: var(--graphite); }
.toggle .t-sub { display: block; font-size: 0.78rem; font-weight: 400; color: var(--slate-2); }
.switch { position: relative; display: inline-block; width: 50px; height: 28px; flex: 0 0 auto; }
.switch input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; margin: 0; cursor: pointer; z-index: 2; }
.switch .track { position: absolute; inset: 0; border-radius: 100px; background: #aeb9cb; box-shadow: inset 0 0 0 1px var(--line-ctl); transition: background 0.18s ease, box-shadow 0.18s ease; }
.switch .track::after {
  content: "";
  position: absolute;
  top: 3px; left: 3px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  transition: transform 0.18s ease;
}
.switch input:checked + .track { background: var(--royal); box-shadow: inset 0 0 0 1px var(--royal-ink); }
.switch input:checked + .track::after { transform: translateX(22px); }
.switch input:focus-visible + .track { outline: 2px solid var(--royal); outline-offset: 3px; }

.console-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.6rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
}
.console-nav .grp { display: flex; flex-wrap: wrap; gap: 0.75rem; }
@media (max-width: 560px) {
  .console-nav, .console-nav .grp { flex-direction: column; align-items: stretch; width: 100%; }
}

.form-note { margin-top: 0.9rem; font-size: 0.78rem; color: var(--slate-2); }
.send-error {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid #f0c2bc;
  border-left: 3px solid #c0392b;
  border-radius: var(--r);
  background: #fdf3f2;
  color: #92291c;
  font-size: 0.88rem;
}

.success { padding: clamp(1.75rem, 5vw, 3.25rem); text-align: center; }
.success .ok {
  width: 58px; height: 58px;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  background: var(--royal-wash);
  border: 1px solid var(--royal);
  color: var(--royal-ink);
  display: flex; align-items: center; justify-content: center;
}
.success h3 { font-size: 1.35rem; margin-bottom: 0.5rem; }
.success p { max-width: 44ch; margin: 0 auto 1.4rem; color: var(--slate); }

[hidden] { display: none !important; }

/* ---------- Footer ---------- */

.site-footer { background: var(--ink); color: var(--steel-2); padding-block: clamp(3rem, 6vw, 4.5rem) 1.75rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand img { height: 46px; width: auto; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.92rem; max-width: 42ch; }

.f-title {
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 1rem;
}
.f-list { list-style: none; display: flex; flex-direction: column; font-size: 0.92rem; }
.f-list li { display: flex; align-items: center; min-height: 44px; }
.f-list a { display: flex; align-items: center; min-height: 44px; width: 100%; }
.f-list a { color: var(--steel-2); }
.f-list a:hover { color: var(--royal-bright); }

.social-row {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin-bottom: 0.9rem;
}
.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border: 1px solid var(--ink-line-2);
  border-radius: var(--r);
  color: var(--steel-2);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.social-row a:hover { color: #fff; border-color: var(--royal-bright); background: rgba(110,143,245,0.10); }

.registry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1px;
  background: var(--ink-line);
  border: 1px solid var(--ink-line);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: 1.75rem;
}
.registry div { background: var(--ink-2); padding: 0.95rem 1.1rem; }
.registry .lbl {
  display: block;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel-2);
  margin-bottom: 0.25rem;
}
.registry .val { font-family: var(--mono); font-size: 0.88rem; font-weight: 600; color: var(--steel); word-break: break-all; }
.registry .val-name { word-break: normal; }

.footer-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ink-line);
  font-size: 0.8rem;
  color: var(--steel-2);
}

/* ---------- Floating WhatsApp ---------- */

.wa-float {
  position: fixed;
  right: clamp(0.85rem, 2.5vw, 1.5rem);
  bottom: clamp(0.85rem, 2.5vw, 1.5rem);
  z-index: 200;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: #17a34a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.32);
  transition: transform 0.18s ease, background 0.18s ease;
}
.wa-float:hover { background: #128c3e; color: #fff; transform: translateY(-2px); }
.wa-label { display: none; font-weight: 600; font-size: 0.95rem; }

/* Below 1024px the content column reaches the viewport edge, so a floating
   circle sits on top of table values, gallery tiles and footer links — and
   intercepts their taps. Dock it instead: the bar reserves its own height, so
   it can never cover anything. */
@media (max-width: 1024px) {
  body { padding-bottom: 60px; }
  .wa-float {
    right: 0; left: 0; bottom: 0;
    width: auto; height: 60px;
    border-radius: 0;
    padding-bottom: env(safe-area-inset-bottom, 0);
    box-shadow: 0 -6px 22px rgba(0, 0, 0, 0.28);
  }
  .wa-float:hover { transform: none; }
  .wa-label { display: inline; }
}
/* With JS the button waits until the hero has scrolled away; without JS it is
   simply always present. */
.js .wa-float { opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s; }
.js .wa-float.show { opacity: 1; visibility: visible; transform: none; }

/* ---------- Scroll reveal (JS-gated) ---------- */

.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.55s ease, transform 0.55s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; } }

/* ---------- Utility page (404) ---------- */

.util {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(3rem, 8vw, 6rem) var(--gutter);
  background: var(--paper);
}
.util .inner { max-width: 520px; }
.util img { margin: 0 auto 1.75rem; width: min(260px, 70%); height: auto; }
.util h1 { color: var(--graphite); font-size: clamp(1.7rem, 4vw, 2.5rem); margin-bottom: 0.75rem; }
.util p { color: var(--slate); margin-bottom: 1.75rem; }

/* ---------- Route groups: Egypt carries the direct commitment alone ---------- */

.rgroup + .rgroup { border-top: 1px solid var(--ink-line); }
.rgroup-head th {
  padding: 1rem 0 0.55rem;
  border-bottom: none;
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--royal-bright);
}
.rgroup:first-of-type .rgroup-head th { padding-top: 0.2rem; }
.rgroup-note td { border-bottom: none; padding: 0.15rem 0 0.9rem; }
.route-table .rgroup-head th, .route-table .rgroup-note td { text-align: left; }
[dir="rtl"] .route-table .rgroup-head th,
[dir="rtl"] .route-table .rgroup-note td { text-align: right; }
.flag-direct, .flag-ts {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.6rem;
  border-radius: 3px;
}
.flag-direct { color: #8fe0b0; background: rgba(52, 199, 123, 0.13); border: 1px solid rgba(52, 199, 123, 0.34); }
.flag-direct::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #46c98a; flex: 0 0 auto; }
.flag-ts { color: var(--steel-2); background: rgba(255, 255, 255, 0.06); border: 1px solid var(--ink-line-2); }

.num-ltr { direction: ltr; unicode-bidi: isolate; }
.f-list a { gap: 0.35rem; }
.contact-list a + a { display: block; }
.registry .val { word-break: normal; overflow-wrap: anywhere; }

/* ---------- Country customs protocols (light band) ---------- */

.proto-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.6rem); }
@media (max-width: 1000px) { .proto-grid { grid-template-columns: 1fr; } }
.proto-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.3rem, 2.5vw, 1.85rem);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.proto-card:hover { border-color: var(--royal); box-shadow: 0 14px 34px rgba(17, 24, 35, 0.10); transform: translateY(-3px); }
.proto-code {
  display: flex; align-items: center; gap: 0.55rem;
  font-family: var(--mono); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate-2);
}
.proto-code span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 34px; padding: 0.2rem 0.4rem; border-radius: 3px;
  background: var(--royal-wash); border: 1px solid #ccd8fa;
  color: var(--royal-ink); letter-spacing: 0.08em;
}
.proto-card h3 { font-size: clamp(1.05rem, 0.98rem + 0.35vw, 1.24rem); }
.proto-card > p { font-size: 0.9rem; color: var(--slate); }
.proto-ports {
  margin-top: auto; padding-top: 0.9rem;
  border-top: 1px dashed var(--line-2);
  display: flex; flex-direction: column; gap: 0.15rem;
}
.proto-ports .lbl {
  font-family: var(--mono); font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--slate-2);
}
.proto-ports .val { font-family: var(--mono); font-size: 0.92rem; font-weight: 600; color: var(--graphite); }

.settle-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.6rem); margin-top: clamp(1rem, 2vw, 1.6rem); }
@media (max-width: 860px) { .settle-row { grid-template-columns: 1fr; } }
.settle-card {
  display: flex; align-items: flex-start; gap: 1rem;
  background: var(--ink); border: 1px solid var(--ink-line);
  border-radius: var(--r-lg); padding: clamp(1.1rem, 2.2vw, 1.5rem);
}
.settle-card h3 { font-size: 1rem; color: var(--steel); margin-bottom: 0.3rem; }
.settle-card p { font-size: 0.87rem; color: var(--steel-2); }
.settle-card .comp-icon { background: rgba(65, 105, 225, 0.16); border-color: rgba(110, 143, 245, 0.36); color: var(--royal-bright); }

/* ---------- Unit records (light band) ---------- */

.unit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
@media (max-width: 1040px) { .unit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px)  { .unit-grid { grid-template-columns: 1fr; } }
.unit-card {
  display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.unit-card:hover { border-color: var(--line-2); box-shadow: 0 16px 38px rgba(17, 24, 35, 0.12); transform: translateY(-4px); }
.unit-media {
  position: relative; display: block; width: 100%;
  aspect-ratio: 4 / 3; background: var(--mist-2);
  cursor: zoom-in; padding: 0; border: 0; border-bottom: 1px solid var(--line);
}
.unit-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.2, 0.6, 0.2, 1); }
.unit-card:hover .unit-media img { transform: scale(1.05); }
.unit-badge {
  position: absolute; left: 0.7rem; bottom: 0.7rem;
  font-family: var(--mono); font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.09em; text-transform: uppercase;
  color: #fff; background: rgba(18, 18, 18, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px; padding: 0.28rem 0.5rem;
}
.unit-badge.is-new { color: #9df0c0; border-color: rgba(52, 199, 123, 0.5); }
.unit-body { padding: clamp(0.95rem, 2vw, 1.25rem); display: flex; flex-direction: column; gap: 0.3rem; flex: 1; }
.unit-model { font-size: 1.05rem; font-weight: 700; }
.unit-sub { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.05em; color: var(--slate-2); text-transform: uppercase; }
.unit-spec {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 0.9rem;
  margin-top: 0.85rem; padding-top: 0.85rem; border-top: 1px solid var(--line);
}
.unit-spec .wide { grid-column: 1 / -1; }
.unit-spec dt {
  font-family: var(--mono); font-size: 0.6rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate-2);
}
.unit-spec dd { font-size: 0.88rem; font-weight: 600; color: var(--graphite); font-variant-numeric: tabular-nums; }
.unit-spec dd.ok { color: #1a7a4a; font-size: 0.84rem; }
.unit-spec dd.tbd { color: var(--slate-2); font-weight: 500; }

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--mono);
  font-size: clamp(0.62rem, 0.55rem + 0.28vw, 0.72rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--steel-2);
  border: 1px solid var(--ink-line-2);
  border-radius: 100px;
  padding: 0.42rem 0.95rem;
  margin-bottom: clamp(1.25rem, 3vw, 1.9rem);
}
.hero-tag .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--royal-bright);
  box-shadow: 0 0 8px var(--royal-bright);
  flex: 0 0 auto;
}

.hero h1 {
  font-size: clamp(2.15rem, 1.1rem + 5.2vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.032em;
  line-height: 1.02;
  color: var(--steel);
  margin-bottom: clamp(1.1rem, 2.6vw, 1.6rem);
}
.hero h1 .chrome {
  background: var(--chrome);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.divisions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem clamp(0.6rem, 1.6vw, 1.1rem);
  font-family: var(--mono);
  font-size: clamp(0.74rem, 0.62rem + 0.5vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: clamp(1.1rem, 2.4vw, 1.5rem);
}
.divisions .sep { color: var(--royal-bright); }

.hero-sub { max-width: 54ch; color: var(--steel-2); margin-bottom: clamp(1.75rem, 3.5vw, 2.4rem); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* ---------- Corporate banner hero: message centred between iron and vessel ---------- */

.hero-center .hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-block: clamp(3rem, 8vw, 6.5rem) clamp(1.5rem, 3vw, 2.5rem);
}
.hero-center h1 {
  max-width: 20ch;
  font-size: clamp(2rem, 1.1rem + 4vw, 3.75rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.hero-center .hero-sub { max-width: 60ch; }
.hero-center .hero-actions { justify-content: center; }
.hero-center .hero-media::after {
  background:
    radial-gradient(ellipse 62% 80% at 50% 38%, rgba(10, 18, 38, 0.56), rgba(10, 18, 38, 0.20) 60%, transparent 80%),
    linear-gradient(180deg, rgba(10, 17, 34, 0.30) 0%, transparent 32%, transparent 64%, rgba(9, 16, 32, 0.38) 100%);
}
/* in the hero the chrome treatment loses against bright photography — solid white wins */
.hero-center h1 .chrome {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #fff;
}
/* the photograph stays clean; the words carry their own shadow */
.hero-center .hero-tag,
.hero-center h1,
.hero-center .divisions,
.hero-center .hero-sub {
  text-shadow: 0 2px 20px rgba(6, 11, 24, 0.55), 0 1px 3px rgba(6, 11, 24, 0.55);
}
@media (max-width: 1000px) {
  .hero-center .hero-media::after {
    background:
      radial-gradient(ellipse 120% 70% at 50% 46%, rgba(10, 18, 38, 0.58), rgba(10, 18, 38, 0.26) 62%, transparent 84%),
      linear-gradient(180deg, rgba(10, 17, 34, 0.44) 0%, rgba(10, 17, 34, 0.16) 34%, rgba(9, 16, 32, 0.52) 100%);
  }
}

/* the corridor, stated as a rail rather than a card */
.port-rail {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem clamp(1rem, 3vw, 2.4rem);
  margin-top: clamp(1.9rem, 4vw, 2.9rem);
  padding: clamp(0.9rem, 2vw, 1.15rem) clamp(1rem, 2.4vw, 1.6rem);
  background: rgba(6, 18, 54, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--r-lg);
  backdrop-filter: blur(9px) saturate(120%);
  -webkit-backdrop-filter: blur(9px) saturate(120%);
  width: 100%;
  max-width: 940px;
}
.port-rail li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.16rem;
  min-width: 120px;
}
.pr-port {
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.pr-days {
  font-family: var(--display);
  font-size: clamp(0.95rem, 0.85rem + 0.4vw, 1.15rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 640px) {
  .port-rail { gap: 0.9rem 1.2rem; }
  .port-rail li { min-width: 44%; }
}


/* ============================================================
   LIGHT-OUT: no dark sections anywhere. Header, shipping, terms,
   footer and every panel that used to sit on ink now render on the
   white system; royal blue stays the only strong colour.
   ============================================================ */

/* --- header --- */
.site-header { background: rgba(255, 255, 255, 0.94); border-bottom: 1px solid var(--line); }
.site-header::after { background: linear-gradient(90deg, transparent 4%, rgba(65,105,225,0.5) 38%, rgba(65,105,225,0.5) 62%, transparent 96%); }
.nav-list a { color: var(--slate); }
.nav-list a:hover, .nav-list a[aria-current] { color: var(--graphite); border-bottom-color: var(--royal); }
.nav-toggle { border-color: var(--line-2); color: var(--graphite); }
.lang-toggle { border-color: var(--line-2); }
.lang-toggle a, .lang-toggle .on { color: var(--slate); }
.lang-toggle .on { background: var(--royal-wash); color: var(--royal-ink); }
.lang-toggle a:hover { background: var(--royal-wash); color: var(--royal-ink); }
@media (max-width: 1080px) {
  .nav-list { background: #fff; border-bottom: 1px solid var(--line); }
  .nav-list a { border-bottom-color: var(--line); }
  .nav-list a:hover, .nav-list a[aria-current] { border-bottom-color: var(--line); color: var(--royal-ink); }
}

/* --- spec bar: a white ledger under the banner --- */
.spec-bar { background: #fff; border-top: 1px solid var(--line); backdrop-filter: none; -webkit-backdrop-filter: none; }
.spec-grid > div { border-right: 1px solid var(--line); }
.spec-grid > div::before { background: var(--royal); }
.spec-grid b { background: none; -webkit-background-clip: border-box; background-clip: border-box; color: var(--graphite); }
.spec-grid span { color: var(--slate-2); }
@media (max-width: 720px) { .spec-grid > div { border-bottom: 1px solid var(--line); } }

/* --- hero controls sit on the blue banner --- */
.hero .btn-outline { border-color: rgba(255, 255, 255, 0.6); color: #fff; background: rgba(255, 255, 255, 0.06); }
.hero .btn-outline:hover { border-color: #fff; background: rgba(255, 255, 255, 0.16); color: #fff; }
.hero-tag { border-color: rgba(255, 255, 255, 0.45); color: rgba(255, 255, 255, 0.92); }
.hero-sub { color: rgba(255, 255, 255, 0.94); }
.divisions { color: #fff; }
.divisions .sep { color: rgba(255, 255, 255, 0.65); }

/* --- shipping: chart, legend and route table on white --- */
.map-panel { border-color: var(--line); box-shadow: 0 16px 40px rgba(17, 24, 35, 0.10); }
.map-legend { border-top-color: var(--line); color: var(--slate-2); }
.map-legend i { background: var(--royal-ink); }
.map-note { color: var(--slate-2); }
.routes-card { background: var(--paper); border-color: var(--line); }
.routes-card h3 { color: var(--slate-2); }
.route-table th { color: var(--slate-2); border-bottom-color: var(--line-2); }
.route-table td { border-bottom-color: var(--line); color: var(--graphite); }
.route-table .days { color: var(--royal-ink); }
.rgroup + .rgroup { border-top-color: var(--line); }
.rgroup-head th { color: var(--royal-ink); }
.flag-direct { color: #12703f; background: rgba(26, 122, 74, 0.10); border-color: rgba(26, 122, 74, 0.34); }
.flag-direct::before { background: #1a7a4a; }
.flag-ts { color: var(--slate-2); background: var(--mist); border-color: var(--line-2); }

/* --- terms --- */
#terms { background-image: none; }
.term .lbl { color: var(--royal-ink); }
.term .big { background: none; -webkit-background-clip: border-box; background-clip: border-box; color: var(--graphite); }
.term p { color: var(--slate); }
.terms-legal { border-top-color: var(--line); }
.terms-legal p { color: var(--slate); }
.terms-legal strong { color: var(--graphite); }
.terms-legal .flag { color: #c0392b; }

/* --- premium divisions and settlement panels --- */
.eq-feature { background: var(--paper); border-color: var(--line); color: var(--slate); }
.eq-feature:hover { box-shadow: 0 18px 42px rgba(17, 24, 35, 0.12); }
.eq-feature-body h3 { color: var(--graphite); }
.eq-feature-body p { color: var(--slate); }
.eq-feature .eq-models { color: var(--slate-2); border-top-color: var(--line); }
.eq-tag { color: var(--royal-ink); }
.eq-media-drawing { background: linear-gradient(150deg, #eef2fd, #dde5f8); }
.settle-card { background: var(--paper); border-color: var(--line); }
.settle-card h3 { color: var(--graphite); }
.settle-card p { color: var(--slate); }
.settle-card .comp-icon { background: var(--royal-wash); border-color: #ccd8fa; color: var(--royal-ink); }

/* --- footer --- */
.site-footer { background: var(--mist); color: var(--slate); border-top: 1px solid var(--line); }
.footer-brand p { color: var(--slate); }
.f-title { color: var(--slate-2); }
.f-list a { color: var(--slate); }
.f-list a:hover { color: var(--royal-ink); }
.f-list li { color: var(--slate); }
.registry { background: var(--line); border-color: var(--line); }
.registry > div { background: var(--paper); }
.registry .lbl { color: var(--slate-2); }
.registry .val { color: var(--graphite); }
.footer-base { border-top-color: var(--line); color: var(--slate-2); }
.social-row a { border-color: var(--line-2); color: var(--slate); }
.social-row a:hover { border-color: var(--royal); color: var(--royal-ink); }

/* the hero's ground shows only while the banner loads — keep it brand blue */
.hero { background: linear-gradient(105deg, #0b1f5e 0%, #14409e 55%, #2564cf 100%); }
