/*
 * SLC consolidated stylesheet
 * Generated by tools/build-css-bundles.ps1
 * Source order is intentional and preserves the original cascade.
 */

/* ========================================================================== */
/* Source: styles-v3.css */
/* ========================================================================== */

@font-face {
  font-family: "IRANSansX";
  src: url("./fonts/IRANSansX-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansX";
  src: url("./fonts/IRANSansX-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "IRANYekanX";
  src: url("./fonts/IRANYekanX-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IRANYekanX";
  src: url("./fonts/IRANYekanX-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #020813;
  --ink-blue: #020b1a;
  --navy-950: #031025;
  --navy-900: #06162f;
  --navy-850: #081d3b;
  --navy-800: #0a2548;
  --navy-700: #0d3767;
  --blue-700: #075bc7;
  --blue-600: #087cf0;
  --blue-500: #1b9cff;
  --blue-400: #46bbff;
  --blue-300: #79d4ff;
  --ice: #dff5ff;
  --text: #f4fbff;
  --text-soft: #c5d9ea;
  --text-muted: #8da9c2;
  --line: rgb(105 190 255 / 0.19);
  --line-strong: rgb(108 204 255 / 0.42);
  --glass: rgb(7 29 57 / 0.68);
  --glass-strong: rgb(7 31 62 / 0.88);
  --accent: var(--blue-500);
  --accent-bright: var(--blue-300);
  --accent-deep: var(--blue-700);
  --shadow: 0 30px 90px rgb(0 7 25 / 0.42);
  --shadow-blue: 0 28px 80px rgb(0 85 192 / 0.22);
  --radius-panel: 1.5rem;
  --radius-control: 0.9rem;
  --radius-button: 999px;
  --header-height: 4.5rem;
  --container: min(88rem, calc(100vw - 3rem));
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --z-base: 0;
  --z-content: 2;
  --z-header: 30;
  --z-menu: 25;
  --z-skip: 50;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 20rem;
  overflow-x: clip;
  background:
    radial-gradient(circle at 80% 8%, rgb(8 113 224 / 0.19), transparent 26rem),
    radial-gradient(circle at 10% 42%, rgb(32 154 255 / 0.1), transparent 34rem),
    linear-gradient(180deg, var(--ink) 0%, var(--ink-blue) 100%);
  color: var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

html[lang="fa"] body {
  font-family: "IRANSansX", Tahoma, "Segoe UI", Arial, sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 40;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent calc(8.333vw - 1px),
      rgb(124 211 255 / 0.025) calc(8.333vw - 1px),
      rgb(124 211 255 / 0.025) 8.333vw
    );
  content: "";
  pointer-events: none;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 41;
  background-image:
    radial-gradient(circle at 20% 20%, rgb(255 255 255 / 0.13) 0 0.55px, transparent 0.8px),
    radial-gradient(circle at 80% 60%, rgb(89 185 255 / 0.1) 0 0.6px, transparent 0.9px);
  background-position: 0 0, 0.7rem 0.9rem;
  background-size: 1rem 1rem, 1.35rem 1.35rem;
  content: "";
  opacity: 0.12;
  pointer-events: none;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  background: var(--blue-500);
  color: var(--ink);
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
}

h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3 {
  font-family: "Arial Narrow", "Segoe UI", sans-serif;
  line-height: 1.06;
}

html[lang="fa"] h1,
html[lang="fa"] h2,
html[lang="fa"] h3 {
  font-family: "IRANYekanX", Tahoma, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}

:focus-visible {
  outline: 3px solid var(--blue-300);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  inset-block-start: 0.75rem;
  inset-inline-start: 0.75rem;
  z-index: var(--z-skip);
  padding: 0.65rem 1rem;
  border-radius: var(--radius-control);
  background: var(--ice);
  color: var(--ink);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms var(--ease-out);
}

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

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(6.5rem, 10vw, 10rem);
}

section[id] {
  scroll-margin-block-start: calc(var(--header-height) + 1rem);
}

.header-sentinel {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
}

/* Header */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: var(--z-header);
  height: var(--header-height);
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgb(2 8 19 / 0.74), transparent);
  transition:
    background-color 220ms var(--ease-out),
    border-color 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgb(3 14 31 / 0.88);
  box-shadow: 0 12px 45px rgb(0 8 24 / 0.28);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.route-progress {
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  overflow: hidden;
  background: rgb(87 176 244 / 0.08);
}

.route-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue-700), var(--blue-300));
  box-shadow: 0 0 20px rgb(52 178 255 / 0.7);
  transform: scaleX(0);
  transform-origin: left center;
}

[dir="rtl"] .route-progress span {
  transform-origin: right center;
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 100%;
  gap: 1.5rem;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: start;
  gap: 0.65rem;
}

[dir="rtl"] .header-actions {
  justify-self: end;
}

.site-nav {
  grid-column: 2;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.2rem);
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  color: var(--text-soft);
  font-size: 0.84rem;
  white-space: nowrap;
  transition:
    color 180ms var(--ease-out),
    transform 180ms var(--ease-out);
}

.nav-link::after {
  position: absolute;
  inset: auto 0 0.2rem;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-600), var(--blue-300));
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms var(--ease-out);
}

.nav-link.is-active {
  color: var(--blue-300);
}

.nav-link.is-active::after {
  transform: scaleX(1);
}

.brand {
  grid-column: 3;
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.75rem;
  min-width: max-content;
}

[dir="rtl"] .brand {
  grid-column: 1;
  justify-self: start;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 0.75rem;
  background:
    linear-gradient(145deg, rgb(68 183 255 / 0.24), transparent 54%),
    rgb(7 35 70 / 0.85);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.15),
    0 10px 32px rgb(0 101 226 / 0.18);
  color: var(--ice);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.brand-mark::after {
  position: absolute;
  inset: -80% 35% -80% auto;
  width: 28%;
  background: rgb(255 255 255 / 0.18);
  content: "";
  transform: rotate(24deg) translateX(-220%);
}

.brand-name {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.language-link,
.menu-button {
  display: inline-grid;
  min-height: 2.65rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-button);
  background: rgb(5 24 49 / 0.66);
  color: var(--text-soft);
  cursor: pointer;
  transition:
    color 180ms var(--ease-out),
    border-color 180ms var(--ease-out),
    background-color 180ms var(--ease-out),
    transform 140ms var(--ease-out);
}

.language-link {
  min-width: 2.65rem;
  padding-inline: 0.8rem;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.menu-button {
  display: none;
  padding-inline: 1.1rem;
  font-size: 0.78rem;
  font-weight: 700;
}

/* Hero */

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100dvh;
  overflow: clip;
  align-items: center;
  background: var(--ink);
}

.hero-media,
.hero-media::after,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -4;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.18) contrast(1.06);
  transform-origin: center;
}

.hero-media::after {
  background:
    linear-gradient(90deg, rgb(1 8 19 / 0.18), rgb(0 22 58 / 0.04) 46%, rgb(0 9 24 / 0.48)),
    linear-gradient(180deg, rgb(1 8 18 / 0.22), transparent 42%, var(--ink) 100%);
  content: "";
}

[dir="rtl"] .hero-media::after {
  background:
    linear-gradient(270deg, rgb(1 8 19 / 0.18), rgb(0 22 58 / 0.04) 46%, rgb(0 9 24 / 0.48)),
    linear-gradient(180deg, rgb(1 8 18 / 0.22), transparent 42%, var(--ink) 100%);
}

.hero-shade {
  z-index: -3;
  background:
    radial-gradient(circle at 20% 47%, rgb(15 144 255 / 0.22), transparent 28rem),
    linear-gradient(90deg, rgb(1 8 19 / 0.94) 0%, rgb(2 14 32 / 0.7) 38%, transparent 70%);
}

[dir="rtl"] .hero-shade {
  background:
    radial-gradient(circle at 80% 47%, rgb(15 144 255 / 0.22), transparent 28rem),
    linear-gradient(270deg, rgb(1 8 19 / 0.94) 0%, rgb(2 14 32 / 0.7) 38%, transparent 70%);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgb(70 176 255 / 0.05) 1px, transparent 1px),
    linear-gradient(rgb(70 176 255 / 0.05) 1px, transparent 1px);
  background-size: 6rem 6rem;
  content: "";
  -webkit-mask-image: linear-gradient(90deg, black, transparent 68%);
  mask-image: linear-gradient(90deg, black, transparent 68%);
}

[dir="rtl"] .hero::before {
  -webkit-mask-image: linear-gradient(270deg, black, transparent 68%);
  mask-image: linear-gradient(270deg, black, transparent 68%);
}

.hero::after {
  position: absolute;
  inset: -30% auto -30% 42%;
  z-index: -1;
  width: 13rem;
  background: linear-gradient(90deg, transparent, rgb(92 202 255 / 0.09), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: rotate(15deg) translateX(-60vw);
}

.hero-stage {
  position: relative;
  z-index: var(--z-content);
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(19rem, 5fr);
  align-items: center;
  min-height: 100dvh;
  gap: clamp(2rem, 5vw, 6rem);
  padding-block: calc(var(--header-height) + 1rem) 5rem;
}

[dir="rtl"] .hero-stage {
  grid-template-columns: minmax(19rem, 5fr) minmax(0, 7fr);
}

.hero-copy {
  position: relative;
  max-width: 46rem;
  padding-inline-start: 1.75rem;
}

.hero-copy::before {
  position: absolute;
  inset-block: 0.4rem;
  inset-inline-start: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--blue-300), rgb(27 156 255 / 0.08));
  box-shadow: 0 0 22px rgb(62 184 255 / 0.75);
  content: "";
  transform-origin: top;
}

.kicker,
.panel-label {
  color: var(--blue-300);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

html[lang="fa"] .kicker,
html[lang="fa"] .panel-label {
  letter-spacing: 0;
  text-transform: none;
}

.hero h1 {
  max-width: 14ch;
  margin-top: 1.15rem;
  color: var(--text);
  font-size: clamp(3.1rem, 5.45vw, 5.5rem);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-wrap: balance;
  text-shadow: 0 14px 40px rgb(0 7 24 / 0.35);
}

html[lang="fa"] .hero h1 {
  max-width: 13.5ch;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.12;
}

.hero-lead {
  max-width: 34rem;
  margin-top: 1.5rem;
  color: var(--text-soft);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.85rem 1.55rem;
  border: 1px solid transparent;
  border-radius: var(--radius-button);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  touch-action: manipulation;
  transition:
    transform 140ms var(--ease-out),
    color 180ms var(--ease-out),
    border-color 180ms var(--ease-out),
    background-color 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out);
}

.button::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 18%, rgb(255 255 255 / 0.24), transparent 72%);
  content: "";
  transform: translateX(-130%);
  transition: transform 480ms var(--ease-out);
}

[dir="rtl"] .button::before {
  transform: translateX(130%);
}

.button-primary {
  background: linear-gradient(135deg, var(--blue-600), var(--blue-400));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.26),
    0 12px 35px rgb(0 118 244 / 0.32);
  color: #001226;
}

.button-quiet {
  border-color: var(--line-strong);
  background: rgb(4 24 50 / 0.58);
  color: var(--text);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.button:active,
.language-link:active,
.menu-button:active,
.route-option:active {
  transform: scale(0.97);
}

.button:disabled {
  cursor: not-allowed;
  filter: saturate(0.62);
  opacity: 0.64;
}

.switch-signature {
  position: relative;
  align-self: center;
  width: min(39vw, 33rem);
  justify-self: end;
  padding: 1.15rem;
  border: 1px solid rgb(117 211 255 / 0.21);
  border-radius: 50%;
  background:
    radial-gradient(circle at 46% 48%, rgb(17 123 236 / 0.18), transparent 44%),
    rgb(3 20 43 / 0.18);
  box-shadow:
    inset 0 0 70px rgb(32 154 255 / 0.08),
    0 30px 100px rgb(0 17 48 / 0.38);
  aspect-ratio: 1;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

[dir="rtl"] .switch-signature {
  justify-self: start;
}

.switch-signature::before,
.switch-signature::after {
  position: absolute;
  border: 1px solid rgb(82 190 255 / 0.16);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.switch-signature::before {
  inset: 8%;
}

.switch-signature::after {
  inset: 18%;
  border-style: dashed;
}

.switch-signature svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.switch-rail {
  fill: none;
  stroke: rgb(143 202 237 / 0.28);
  stroke-linecap: round;
  stroke-width: 4;
}

.switch-rail-live {
  stroke: var(--blue-300);
  stroke-width: 6;
  filter: drop-shadow(0 0 7px rgb(64 188 255 / 0.75));
}

.switch-tie {
  fill: none;
  stroke: rgb(189 229 255 / 0.54);
  stroke-width: 3;
}

.switch-node {
  fill: var(--navy-900);
  stroke: rgb(158 220 255 / 0.7);
  stroke-width: 3;
  transform-box: fill-box;
  transform-origin: center;
}

.switch-node-live {
  fill: var(--blue-300);
  stroke: var(--ice);
  filter: drop-shadow(0 0 10px rgb(67 191 255 / 0.8));
}

.hero-baseline {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  height: 4px;
  overflow: hidden;
  background: rgb(96 185 255 / 0.08);
}

.hero-baseline-active {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--blue-500), var(--blue-300));
  box-shadow: 0 0 30px var(--blue-500);
  transform: scaleX(0.18);
  transform-origin: left center;
}

[dir="rtl"] .hero-baseline-active {
  transform-origin: right center;
}

/* Launch dock */

.launch-dock {
  position: relative;
  z-index: 6;
  margin-top: -3.8rem;
}

.launch-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(15rem, 0.85fr) minmax(0, 1.15fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-panel);
  background:
    linear-gradient(120deg, rgb(11 53 98 / 0.94), rgb(4 24 51 / 0.92) 58%),
    var(--glass-strong);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.14),
    var(--shadow-blue);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.launch-panel::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 10%, rgb(51 177 255 / 0.2), transparent 24rem),
    linear-gradient(90deg, transparent 49.8%, rgb(99 193 255 / 0.12) 50%, transparent 50.2%);
  content: "";
  pointer-events: none;
}

.launch-panel::after {
  position: absolute;
  inset: 0 auto 0 -12rem;
  width: 11rem;
  background: linear-gradient(90deg, transparent, rgb(113 210 255 / 0.1), transparent);
  content: "";
  pointer-events: none;
  transform: skewX(-14deg);
}

.launch-copy {
  position: relative;
  z-index: 1;
  padding: clamp(1.8rem, 3vw, 3rem);
}

.launch-copy h2 {
  margin-top: 0.6rem;
  font-size: clamp(1.7rem, 2.5vw, 2.7rem);
}

.launch-status {
  max-width: 34rem;
  margin-top: 0.9rem;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.launch-timezone {
  margin-top: 1rem;
  color: var(--text-muted);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  direction: ltr;
  letter-spacing: 0.06em;
}

.countdown-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-inline-start: 1px solid var(--line);
}

.countdown-cell {
  position: relative;
  display: grid;
  min-height: 11.5rem;
  align-content: center;
  justify-items: center;
  border-inline-end: 1px solid var(--line);
}

.countdown-cell:last-child {
  border-inline-end: 0;
}

.countdown-cell::after {
  position: absolute;
  inset: auto 20% 0;
  height: 2px;
  background: var(--blue-400);
  box-shadow: 0 0 18px var(--blue-400);
  content: "";
  opacity: 0.35;
  transform: scaleX(0.35);
}

.countdown-value {
  color: var(--text);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1;
}

.countdown-label {
  margin-top: 0.7rem;
  color: var(--text-muted);
  font-size: 0.72rem;
}

/* Shared headings */

.section-heading {
  max-width: 50rem;
}

.section-title {
  max-width: 15ch;
  margin-top: 0.9rem;
  font-size: clamp(2.55rem, 5.2vw, 5.8rem);
  font-weight: 620;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

html[lang="fa"] .section-title {
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.22;
}

.section-lead {
  max-width: 42rem;
  margin-top: 1.35rem;
  color: var(--text-soft);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
}

.briefing-intro > .section-title:first-child,
.khorasan-copy > .section-title:first-child,
.sulfur-copy > .section-title:first-child,
.control-section .section-heading > .section-title:first-child,
.inquiry-copy > .section-title:first-child {
  margin-top: 0;
}

/* Services */

.service-section {
  overflow: clip;
  padding-top: clamp(9rem, 13vw, 14rem);
}

.service-section::before {
  position: absolute;
  inset: 9rem -20vw auto;
  height: 45rem;
  background: radial-gradient(ellipse at center, rgb(0 112 234 / 0.19), transparent 66%);
  content: "";
  pointer-events: none;
}

.service-section .section-heading {
  position: relative;
  z-index: 2;
}

.service-ledger {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(13rem, auto);
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 6rem);
  perspective: 1100px;
}

.ledger-item {
  position: relative;
  display: grid;
  grid-column: span 4;
  min-height: 17rem;
  align-content: end;
  overflow: hidden;
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background:
    linear-gradient(145deg, rgb(20 82 146 / 0.34), transparent 52%),
    rgb(5 25 53 / 0.76);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.08),
    0 22px 60px rgb(0 8 25 / 0.22);
  transform-style: preserve-3d;
}

.ledger-item:nth-child(1) {
  grid-column: span 7;
  min-height: 20rem;
  background:
    radial-gradient(circle at 90% 10%, rgb(65 186 255 / 0.24), transparent 18rem),
    linear-gradient(145deg, rgb(8 81 166 / 0.68), rgb(4 27 59 / 0.9));
}

.ledger-item:nth-child(2) {
  grid-column: span 5;
  min-height: 20rem;
  background:
    linear-gradient(165deg, rgb(23 114 205 / 0.48), transparent 52%),
    rgb(5 26 55 / 0.82);
}

.ledger-item:nth-child(3) {
  grid-column: span 5;
}

.ledger-item:nth-child(4) {
  grid-column: span 7;
  background:
    radial-gradient(circle at 15% 100%, rgb(26 157 255 / 0.2), transparent 22rem),
    rgb(6 28 58 / 0.78);
}

.ledger-item:nth-child(5) {
  grid-column: span 8;
  background:
    linear-gradient(120deg, rgb(8 74 155 / 0.66), rgb(5 26 53 / 0.82) 62%);
}

.ledger-item:nth-child(6) {
  grid-column: span 4;
}

.ledger-item::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgb(255 255 255 / 0.06), transparent 32%),
    linear-gradient(90deg, transparent 49.8%, rgb(111 198 255 / 0.08) 50%, transparent 50.2%);
  content: "";
  pointer-events: none;
}

.ledger-item::after {
  position: absolute;
  inset: auto -12% -42% auto;
  width: 12rem;
  border: 1px solid rgb(92 196 255 / 0.22);
  border-radius: 50%;
  content: "";
  aspect-ratio: 1;
  pointer-events: none;
}

.ledger-item > div {
  position: relative;
  z-index: 2;
  max-width: 34rem;
}

.ledger-item h3 {
  font-size: clamp(1.35rem, 2.1vw, 2.15rem);
}

.ledger-item p {
  margin-top: 0.8rem;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.motion-spotlight {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
  width: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(64 183 255 / 0.24), transparent 66%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  aspect-ratio: 1;
}

/* Operation statement */

.operation-band {
  isolation: isolate;
  min-height: 90dvh;
  overflow: clip;
  background:
    radial-gradient(circle at 82% 28%, rgb(97 205 255 / 0.2), transparent 28rem),
    linear-gradient(125deg, #06449d 0%, #063375 36%, #051b3c 76%, #031329 100%);
}

.operation-band::before {
  position: absolute;
  inset: -20% auto -20% 51%;
  z-index: -1;
  width: 4px;
  background: rgb(124 217 255 / 0.3);
  box-shadow:
    3rem 0 0 rgb(124 217 255 / 0.08),
    6rem 0 0 rgb(124 217 255 / 0.05);
  content: "";
  transform: rotate(17deg);
}

.operation-band::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 5.9rem,
      rgb(123 209 255 / 0.06) 6rem
    );
  content: "";
}

.operation-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  min-height: 72dvh;
  gap: clamp(3rem, 8vw, 9rem);
}

.operation-year {
  position: relative;
  display: grid;
  align-content: center;
}

.operation-year span {
  color: var(--blue-300);
  font-size: 0.75rem;
  font-weight: 700;
}

.operation-year strong {
  color: var(--text);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: clamp(6rem, 15vw, 13.5rem);
  font-weight: 700;
  letter-spacing: -0.12em;
  line-height: 0.8;
  text-shadow: 0 30px 80px rgb(0 15 48 / 0.42);
}

.operation-statement {
  position: relative;
  z-index: 2;
  max-width: 46rem;
}

.operation-statement h2 {
  font-size: clamp(2.5rem, 5.2vw, 5.8rem);
  font-weight: 580;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

html[lang="fa"] .operation-statement h2 {
  font-weight: 400;
  line-height: 1.22;
}

.operation-statement p {
  max-width: 36rem;
  margin-top: 1.4rem;
  color: var(--text-soft);
}

.operation-switch {
  position: absolute;
  inset: auto 0 8%;
  display: grid;
  gap: 0.65rem;
  opacity: 0.5;
}

.operation-switch span {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue-300), transparent);
  transform: scaleX(0.28);
}

.operation-switch span:nth-child(2) {
  transform: scaleX(0.48);
}

.operation-switch span:nth-child(3) {
  transform: scaleX(0.7);
}

/* Briefing */

.briefing-section {
  overflow: visible;
  background:
    radial-gradient(circle at 15% 26%, rgb(0 119 243 / 0.14), transparent 30rem),
    var(--ink-blue);
}

.briefing-layout {
  display: grid;
  grid-template-columns: minmax(17rem, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 9rem);
}

.briefing-intro {
  position: sticky;
  top: calc(var(--header-height) + 2.5rem);
}

.briefing-intro .section-title {
  font-size: clamp(2.6rem, 4.8vw, 5.2rem);
}

.briefing-groups {
  display: grid;
  gap: 14vh;
  padding-bottom: 12vh;
}

.briefing-group {
  position: sticky;
  top: calc(var(--header-height) + 2.5rem);
  min-height: 25rem;
  overflow: hidden;
  padding: clamp(1.7rem, 3vw, 3rem);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-panel);
  background:
    radial-gradient(circle at 86% 12%, rgb(57 179 255 / 0.18), transparent 20rem),
    linear-gradient(145deg, rgb(10 53 101 / 0.96), rgb(4 25 54 / 0.96));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.12),
    0 36px 100px rgb(0 8 29 / 0.38);
}

.briefing-group:nth-child(2) {
  top: calc(var(--header-height) + 4rem);
  background:
    radial-gradient(circle at 12% 86%, rgb(34 157 255 / 0.18), transparent 22rem),
    linear-gradient(145deg, rgb(8 44 88 / 0.98), rgb(4 23 50 / 0.98));
}

.briefing-group:nth-child(3) {
  top: calc(var(--header-height) + 5.5rem);
  background:
    radial-gradient(circle at 78% 8%, rgb(70 194 255 / 0.2), transparent 19rem),
    linear-gradient(145deg, rgb(8 51 101 / 0.98), rgb(4 23 50 / 0.98));
}

.briefing-group::after {
  position: absolute;
  inset: auto -10% -34% auto;
  width: 19rem;
  border: 1px solid rgb(90 197 255 / 0.18);
  border-radius: 50%;
  content: "";
  aspect-ratio: 1;
}

.briefing-group h3 {
  position: relative;
  z-index: 1;
  max-width: 12ch;
  color: var(--blue-300);
  font-size: clamp(2rem, 4.2vw, 4.4rem);
}

.briefing-pair {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: clamp(4rem, 8vw, 7rem);
}

.briefing-pair > div {
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}

.briefing-pair span {
  color: var(--text);
  font-weight: 700;
}

.briefing-pair p {
  margin-top: 0.7rem;
  color: var(--text-muted);
  font-size: 0.88rem;
}

/* Khorasan media story */

.khorasan-section {
  overflow: clip;
  padding-block: clamp(8rem, 13vw, 13rem);
  background:
    radial-gradient(circle at 92% 40%, rgb(10 128 240 / 0.16), transparent 35rem),
    var(--ink);
}

.khorasan-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  min-height: 48rem;
}

.khorasan-media {
  position: relative;
  grid-column: 1 / span 8;
  grid-row: 1;
  min-height: 46rem;
  overflow: hidden;
  border-radius: var(--radius-panel);
  box-shadow: var(--shadow);
}

[dir="rtl"] .khorasan-media {
  grid-column: 5 / -1;
}

.khorasan-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 52%, rgb(2 11 26 / 0.72)),
    linear-gradient(180deg, transparent 52%, rgb(2 10 22 / 0.5));
  content: "";
}

[dir="rtl"] .khorasan-media::after {
  background:
    linear-gradient(270deg, transparent 52%, rgb(2 11 26 / 0.72)),
    linear-gradient(180deg, transparent 52%, rgb(2 10 22 / 0.5));
}

.khorasan-media picture,
.khorasan-media img {
  width: 100%;
  height: 100%;
}

.khorasan-media img {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.khorasan-copy {
  position: relative;
  z-index: 3;
  grid-column: 7 / -1;
  grid-row: 1;
  padding: clamp(2rem, 4vw, 4rem);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-panel);
  background:
    linear-gradient(145deg, rgb(15 67 123 / 0.72), rgb(4 22 47 / 0.9)),
    var(--glass-strong);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.14),
    var(--shadow-blue);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

[dir="rtl"] .khorasan-copy {
  grid-column: 1 / span 6;
}

.handoff-list {
  display: grid;
  gap: 1.15rem;
  margin-top: 2rem;
}

.handoff-list > div {
  display: grid;
  grid-template-columns: minmax(5rem, 0.35fr) 1fr;
  gap: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.handoff-list dt {
  color: var(--blue-300);
  font-weight: 700;
}

.handoff-list dd {
  color: var(--text-muted);
  font-size: 0.86rem;
}

/* Sulfur */

.sulfur-section {
  min-height: 58rem;
  overflow: clip;
  background:
    radial-gradient(circle at 70% 20%, rgb(14 129 235 / 0.2), transparent 32rem),
    linear-gradient(180deg, #051733, #020b1a);
}

.sulfur-section::before {
  position: absolute;
  inset: 12% -20% auto;
  height: 35rem;
  border: 1px solid rgb(65 181 255 / 0.1);
  border-radius: 50%;
  content: "";
  transform: rotate(-8deg);
}

.sulfur-mark {
  position: absolute;
  inset-block-start: 2%;
  inset-inline-start: -0.04em;
  color: transparent;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: min(42vw, 42rem);
  font-weight: 900;
  line-height: 1;
  opacity: 0.12;
  -webkit-text-stroke: 2px var(--blue-400);
  pointer-events: none;
}

.sulfur-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(18rem, 0.74fr) minmax(0, 1.26fr);
  align-items: center;
  min-height: 54rem;
  gap: clamp(2rem, 6vw, 7rem);
}

.sulfur-copy {
  position: relative;
  z-index: 3;
}

.sulfur-copy .section-title {
  font-size: clamp(2.7rem, 5.1vw, 5.5rem);
}

.material-flow {
  position: relative;
  display: grid;
  gap: 1rem;
  margin-top: 2.25rem;
  padding-inline-start: 1.5rem;
}

.material-flow::before {
  position: absolute;
  inset-block: 0.65rem;
  inset-inline-start: 0.28rem;
  width: 2px;
  background: linear-gradient(180deg, var(--blue-300), rgb(27 156 255 / 0.1));
  content: "";
  transform-origin: top;
}

.material-flow li {
  position: relative;
  color: var(--text);
  font-weight: 700;
}

.material-flow li::before {
  position: absolute;
  inset-block-start: 0.55em;
  inset-inline-start: -1.48rem;
  width: 0.62rem;
  border: 2px solid var(--blue-300);
  border-radius: 50%;
  background: var(--navy-900);
  box-shadow: 0 0 14px rgb(54 184 255 / 0.55);
  content: "";
  aspect-ratio: 1;
}

.material-note {
  margin-top: 2rem;
  padding-inline-start: 1rem;
  border-inline-start: 1px solid var(--line-strong);
  color: var(--text-muted);
  font-size: 0.8rem;
}

.sulfur-media {
  position: relative;
  min-height: 40rem;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-panel);
  box-shadow: var(--shadow);
}

.sulfur-media::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgb(2 12 26 / 0.08), rgb(1 8 19 / 0.52)),
    linear-gradient(90deg, rgb(1 12 29 / 0.58), transparent 42%);
  content: "";
  pointer-events: none;
}

[dir="rtl"] .sulfur-media::before {
  background:
    linear-gradient(180deg, rgb(2 12 26 / 0.08), rgb(1 8 19 / 0.52)),
    linear-gradient(270deg, rgb(1 12 29 / 0.58), transparent 42%);
}

.sulfur-media::after {
  position: absolute;
  inset: 1rem;
  z-index: 3;
  border: 1px solid rgb(175 225 255 / 0.2);
  border-radius: calc(var(--radius-panel) - 0.55rem);
  content: "";
  pointer-events: none;
}

.sulfur-media picture,
.sulfur-media img {
  width: 100%;
  height: 100%;
}

.sulfur-media img {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

/* Corridor console */

.corridor-section {
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(circle at 50% 40%, rgb(7 112 229 / 0.25), transparent 34rem),
    linear-gradient(180deg, #020b1a, #04152e 55%, #020b1a);
}

.corridor-section::before {
  position: absolute;
  inset: 18% 0 auto;
  z-index: -1;
  height: 38rem;
  background:
    linear-gradient(90deg, transparent 49.9%, rgb(83 185 255 / 0.09) 50%, transparent 50.1%),
    linear-gradient(transparent 49.9%, rgb(83 185 255 / 0.09) 50%, transparent 50.1%);
  background-size: 7rem 7rem;
  content: "";
  transform: perspective(500px) rotateX(62deg) scale(1.45);
}

.corridor-heading {
  margin-inline: auto;
  text-align: center;
}

.corridor-heading .section-title,
.corridor-heading .section-lead {
  margin-inline: auto;
}

.corridor-console {
  position: relative;
  display: grid;
  grid-template-columns: minmax(17rem, 0.42fr) minmax(0, 1fr);
  min-height: 44rem;
  margin-top: clamp(3rem, 6vw, 6rem);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-panel);
  background:
    radial-gradient(circle at 82% 18%, rgb(48 178 255 / 0.15), transparent 30rem),
    rgb(3 21 45 / 0.88);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.12),
    var(--shadow-blue);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.route-selector {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  gap: 0.65rem;
  padding: clamp(1.2rem, 3vw, 2.4rem);
  border-inline-end: 1px solid var(--line);
  background: rgb(3 18 39 / 0.5);
}

.route-option {
  position: relative;
  display: grid;
  gap: 0.35rem;
  width: 100%;
  overflow: hidden;
  padding: 1.2rem 1.1rem;
  border: 1px solid transparent;
  border-radius: var(--radius-control);
  background: transparent;
  color: var(--text-soft);
  cursor: pointer;
  text-align: start;
  touch-action: manipulation;
  transition:
    transform 140ms var(--ease-out),
    color 180ms var(--ease-out),
    border-color 180ms var(--ease-out),
    background-color 180ms var(--ease-out);
}

.route-option::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--blue-300), var(--blue-600));
  content: "";
  opacity: 0;
  transform: scaleY(0.4);
  transition:
    opacity 180ms var(--ease-out),
    transform 220ms var(--ease-out);
}

[dir="rtl"] .route-option::before {
  inset: 0 0 0 auto;
}

.route-option.is-active {
  border-color: var(--line-strong);
  background: linear-gradient(90deg, rgb(24 128 230 / 0.2), rgb(7 36 70 / 0.46));
  color: var(--text);
}

[dir="rtl"] .route-option.is-active {
  background: linear-gradient(270deg, rgb(24 128 230 / 0.2), rgb(7 36 70 / 0.46));
}

.route-option.is-active::before {
  opacity: 1;
  transform: scaleY(1);
}

.route-option span {
  position: relative;
  z-index: 1;
  font-size: 0.88rem;
  font-weight: 750;
}

.route-option small {
  position: relative;
  z-index: 1;
  color: var(--text-muted);
  font-size: 0.75rem;
}

.route-map {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  padding: clamp(1rem, 4vw, 3.5rem);
}

.route-map::before {
  position: absolute;
  width: min(70%, 30rem);
  border: 1px solid rgb(64 184 255 / 0.14);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(15 122 233 / 0.13), transparent 66%);
  content: "";
  aspect-ratio: 1;
  pointer-events: none;
}

.route-map svg {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 34rem;
  overflow: visible;
}

.route-map figcaption {
  position: absolute;
  inset: auto 2rem 1.4rem;
  z-index: 3;
  color: var(--text-muted);
  font-size: 0.72rem;
  text-align: center;
}

.map-rail,
.map-route {
  fill: none;
  stroke-linecap: round;
}

.map-rail {
  stroke: rgb(115 185 229 / 0.2);
  stroke-width: 4;
}

.map-route {
  stroke: var(--blue-300);
  stroke-width: 6;
  opacity: 0;
  filter: drop-shadow(0 0 8px rgb(55 182 255 / 0.65));
  transition: opacity 180ms var(--ease-out);
}

.corridor-console[data-route="afghanistan"] .map-route-afghanistan,
.corridor-console[data-route="central-asia"] .map-route-central,
.corridor-console[data-route="handoff"] .map-route-handoff {
  opacity: 1;
}

.corridor-console[data-route="handoff"] .map-route-handoff {
  stroke-dasharray: 14 12;
}

.map-node circle {
  fill: var(--navy-900);
  stroke: rgb(140 216 255 / 0.72);
  stroke-width: 4;
}

.map-node text {
  fill: var(--text-muted);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.map-cargo {
  fill: var(--ice);
  stroke: var(--blue-400);
  stroke-width: 4;
  filter: drop-shadow(0 0 10px var(--blue-300));
  pointer-events: none;
}

/* Control field and process */

.control-section {
  overflow: clip;
  background:
    radial-gradient(circle at 18% 50%, rgb(11 123 239 / 0.15), transparent 32rem),
    var(--ink);
}

.control-field {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(11rem, auto);
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 6rem);
}

.control-feature,
.control-note {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 2.8vw, 2.6rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: rgb(5 28 58 / 0.72);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.07);
}

.control-feature {
  display: grid;
  grid-column: span 7;
  grid-row: span 2;
  align-content: end;
  min-height: 31rem;
  background:
    radial-gradient(circle at 75% 24%, rgb(71 194 255 / 0.3), transparent 18rem),
    linear-gradient(145deg, #0750a8, #06306a 56%, #061b3a);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.16),
    var(--shadow-blue);
}

.control-feature::before {
  position: absolute;
  inset: 10% auto auto 10%;
  width: 54%;
  border: 1px solid rgb(135 219 255 / 0.28);
  border-radius: 50%;
  content: "";
  aspect-ratio: 1;
}

.control-feature::after {
  position: absolute;
  inset: 16% auto auto 18%;
  width: 42%;
  border: 1px dashed rgb(135 219 255 / 0.18);
  border-radius: 50%;
  content: "";
  aspect-ratio: 1;
}

.control-note {
  grid-column: span 5;
  min-height: 15rem;
  background:
    linear-gradient(145deg, rgb(9 58 113 / 0.82), rgb(4 25 54 / 0.86));
}

.control-note:nth-child(3) {
  background:
    radial-gradient(circle at 90% 10%, rgb(45 176 255 / 0.18), transparent 13rem),
    rgb(5 27 57 / 0.84);
}

.control-note:nth-child(4),
.control-note:nth-child(5) {
  grid-column: span 6;
}

.control-feature h3,
.control-note h3,
.control-feature p,
.control-note p {
  position: relative;
  z-index: 2;
}

.control-feature h3 {
  max-width: 11ch;
  font-size: clamp(2.3rem, 4.5vw, 4.9rem);
}

.control-note h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.control-feature p,
.control-note p {
  max-width: 35rem;
  margin-top: 0.8rem;
  color: var(--text-soft);
}

.process-spine {
  position: relative;
  margin-top: clamp(7rem, 12vw, 12rem);
  padding: clamp(2rem, 4vw, 4rem);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-panel);
  background:
    linear-gradient(125deg, rgb(8 55 109 / 0.84), rgb(4 24 52 / 0.88)),
    var(--glass);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.1),
    var(--shadow-blue);
}

.process-spine > h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.process-spine ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin-top: clamp(3rem, 6vw, 5rem);
}

.process-spine ol::before {
  position: absolute;
  inset: 1.1rem 0 auto;
  height: 2px;
  background: rgb(84 182 246 / 0.18);
  content: "";
}

.process-rail-fill {
  position: absolute;
  inset: 1.1rem 0 auto;
  z-index: 2;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-600), var(--blue-300));
  box-shadow: 0 0 15px rgb(43 170 255 / 0.65);
  transform: scaleX(0);
  transform-origin: left center;
}

[dir="rtl"] .process-rail-fill {
  transform-origin: right center;
}

.process-marker {
  position: absolute;
  inset-block-start: calc(1.1rem - 0.38rem);
  inset-inline-start: 0;
  z-index: 3;
  width: 0.85rem;
  border: 2px solid var(--ice);
  border-radius: 50%;
  background: var(--blue-400);
  box-shadow: 0 0 18px var(--blue-300);
  aspect-ratio: 1;
}

.process-spine li {
  position: relative;
  z-index: 3;
  padding-top: 3rem;
}

.process-spine li::before {
  position: absolute;
  inset-block-start: 0.62rem;
  inset-inline-start: 0;
  width: 1rem;
  border: 3px solid var(--navy-800);
  border-radius: 50%;
  background: var(--blue-300);
  box-shadow: 0 0 0 1px var(--blue-300);
  content: "";
  aspect-ratio: 1;
}

.process-spine strong,
.process-spine span {
  display: block;
}

.process-spine strong {
  color: var(--text);
}

.process-spine span {
  margin-top: 0.5rem;
  color: var(--text-muted);
  font-size: 0.8rem;
}

/* Inquiry */

.inquiry-section {
  overflow: clip;
  padding-bottom: clamp(8rem, 12vw, 12rem);
  background:
    radial-gradient(circle at 78% 30%, rgb(37 164 255 / 0.2), transparent 32rem),
    linear-gradient(180deg, var(--ink), #041631);
}

.inquiry-section::before {
  position: absolute;
  inset: auto -12% -30%;
  height: 45rem;
  border: 1px solid rgb(74 187 255 / 0.13);
  border-radius: 50%;
  content: "";
  transform: rotate(6deg);
}

.inquiry-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(18rem, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 8rem);
}

.inquiry-copy {
  position: sticky;
  top: calc(var(--header-height) + 2.5rem);
}

.inquiry-copy .section-title {
  font-size: clamp(2.7rem, 5vw, 5.4rem);
}

.availability-note {
  margin-top: 1.6rem;
  padding: 1rem 1.1rem;
  border-inline-start: 2px solid var(--blue-400);
  background: rgb(15 73 132 / 0.2);
  color: var(--text-muted);
  font-size: 0.8rem;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  padding: clamp(1.5rem, 3.5vw, 3.5rem);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-panel);
  background:
    radial-gradient(circle at 92% 4%, rgb(40 170 255 / 0.14), transparent 20rem),
    rgb(5 27 57 / 0.78);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.12),
    var(--shadow-blue);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.field {
  display: grid;
  gap: 0.55rem;
}

.field-full,
.form-actions {
  grid-column: 1 / -1;
}

.field label {
  color: var(--text-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 3.55rem;
  border: 1px solid rgb(117 196 244 / 0.24);
  border-radius: var(--radius-control);
  outline: none;
  background: rgb(1 14 32 / 0.62);
  color: var(--text);
  transition:
    border-color 180ms var(--ease-out),
    background-color 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out),
    transform 180ms var(--ease-out);
}

.field input,
.field textarea {
  padding: 0.85rem 1rem;
}

.field select {
  padding: 0.75rem 1rem;
}

.field textarea {
  min-height: 9rem;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #82a3bd;
  opacity: 1;
  text-overflow: ellipsis;
}

.field select option {
  background: var(--navy-900);
  color: var(--text);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue-300);
  background: rgb(3 23 51 / 0.88);
  box-shadow:
    0 0 0 3px rgb(45 169 255 / 0.15),
    0 12px 35px rgb(0 91 205 / 0.14);
  transform: translateY(-1px);
}

.field-help {
  color: var(--text-muted);
  font-size: 0.72rem;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.form-state {
  color: var(--text-muted);
  font-size: 0.75rem;
}

/* Footer */

.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 120%, rgb(17 127 233 / 0.24), transparent 32rem),
    #020a17;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 49.9%, rgb(82 184 255 / 0.07) 50%, transparent 50.1%);
  background-size: 8rem 100%;
  content: "";
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 3rem;
  padding-block: clamp(4rem, 7vw, 7rem);
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.footer-brand p {
  max-width: 18rem;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.footer-links {
  display: grid;
  gap: 0.7rem;
}

.footer-links a {
  position: relative;
  color: var(--text-soft);
  font-size: 0.84rem;
  transition:
    color 180ms var(--ease-out),
    transform 180ms var(--ease-out);
}

.footer-meta {
  justify-self: end;
  max-width: 22rem;
  color: var(--text-muted);
  font-size: 0.75rem;
  text-align: end;
}

.footer-meta p + p {
  margin-top: 0.65rem;
}

/* Motion helpers */

.motion-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.motion-word > span {
  display: inline-block;
}

.motion-mask {
  overflow: hidden;
}

/* Responsive */

@media (max-width: 75rem) {
  :root {
    --container: min(100% - 2rem, 72rem);
  }

  .brand-name {
    display: none;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 6.3vw, 5.5rem);
  }

  .switch-signature {
    width: min(40vw, 28rem);
  }

  .section-title {
    font-size: clamp(2.6rem, 5.5vw, 4.8rem);
  }
}

@media (max-width: 64rem) {
  :root {
    --header-height: 4.25rem;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .header-actions {
    grid-column: 1;
    justify-self: start;
  }

  [dir="rtl"] .header-actions {
    grid-column: 2;
    justify-self: end;
  }

  .brand,
  [dir="rtl"] .brand {
    grid-column: 2;
    justify-self: end;
  }

  [dir="rtl"] .brand {
    grid-column: 1;
    justify-self: start;
  }

  .menu-button {
    display: inline-grid;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 0;
    z-index: var(--z-menu);
    display: grid;
    grid-column: auto;
    width: 100%;
    height: calc(100dvh - var(--header-height));
    align-items: center;
    overscroll-behavior: contain;
    padding: 1rem;
    border-bottom: 1px solid var(--line);
    background:
      radial-gradient(circle at 80% 10%, rgb(31 154 255 / 0.18), transparent 20rem),
      rgb(3 16 35 / 0.97);
    box-shadow: 0 30px 80px rgb(0 5 18 / 0.48);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-1rem);
    visibility: hidden;
    transition:
      opacity 200ms var(--ease-out),
      transform 220ms var(--ease-out),
      visibility 0ms linear 220ms;
  }

  .site-nav[data-open="true"] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    transition:
      opacity 180ms var(--ease-out),
      transform 220ms var(--ease-out),
      visibility 0ms linear 0ms;
  }

  .keyboard-menu-toggle .site-nav {
    transition: none;
  }

  .nav-list {
    display: grid;
    width: var(--container);
    margin-inline: auto;
    gap: 0;
  }

  .nav-link {
    width: 100%;
    min-height: clamp(4rem, 10vw, 6rem);
    border-bottom: 1px solid var(--line);
    font-size: clamp(1.25rem, 4vw, 2.4rem);
  }

  .hero-stage,
  [dir="rtl"] .hero-stage {
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
  }

  .hero-copy {
    max-width: 40rem;
  }

  .switch-signature {
    position: absolute;
    inset-block-start: 23%;
    inset-inline-end: -6rem;
    z-index: -1;
    width: 26rem;
    opacity: 0.6;
  }

  [dir="rtl"] .switch-signature {
    inset-inline: -6rem auto;
  }

  .launch-panel {
    grid-template-columns: 1fr;
  }

  .countdown-grid {
    border-block-start: 1px solid var(--line);
    border-inline-start: 0;
  }

  .countdown-cell {
    min-height: 8rem;
  }

  .briefing-layout,
  .sulfur-layout,
  .inquiry-layout {
    grid-template-columns: 1fr;
  }

  .briefing-intro,
  .inquiry-copy {
    position: relative;
    top: auto;
  }

  .briefing-groups {
    gap: 2rem;
    padding-bottom: 0;
  }

  .briefing-group,
  .briefing-group:nth-child(2),
  .briefing-group:nth-child(3) {
    position: relative;
    top: auto;
  }

  .khorasan-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .khorasan-media,
  [dir="rtl"] .khorasan-media {
    grid-column: 1;
    grid-row: 1;
    min-height: 38rem;
  }

  .khorasan-copy,
  [dir="rtl"] .khorasan-copy {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    width: min(92%, 38rem);
    margin: 0 1rem 1rem;
  }

  [dir="rtl"] .khorasan-copy {
    justify-self: end;
  }

  .corridor-console {
    grid-template-columns: 1fr;
  }

  .route-selector {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block-end: 1px solid var(--line);
    border-inline-end: 0;
  }

  .route-option {
    min-width: 0;
  }

  .route-map {
    min-height: 31rem;
  }

  .process-spine ol {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }

  .process-spine ol::before,
  .process-rail-fill,
  .process-marker {
    display: none;
  }

  .process-spine li {
    padding-top: 2rem;
  }

  .process-spine li::before {
    inset-block-start: 0;
  }
}

@media (max-width: 47.99rem) {
  :root {
    --container: min(100% - 1.25rem, 45rem);
    --radius-panel: 1.15rem;
    --radius-control: 0.78rem;
  }

  body::before {
    display: none;
  }

  .section {
    padding-block: 5.5rem;
  }

  .header-inner {
    gap: 0.65rem;
  }

  .language-link,
  .menu-button {
    min-height: 2.45rem;
  }

  .menu-button {
    padding-inline: 0.85rem;
  }

  .brand-mark {
    width: 2.4rem;
    height: 2.4rem;
  }

  .hero {
    min-height: max(43rem, 100dvh);
  }

  .hero-stage,
  [dir="rtl"] .hero-stage {
    min-height: max(43rem, 100dvh);
    align-content: end;
    padding-block: calc(var(--header-height) + 1.75rem) 5.5rem;
  }

  .hero-media img {
    object-position: 58% center;
  }

  .hero-shade,
  [dir="rtl"] .hero-shade {
    background:
      linear-gradient(180deg, rgb(1 8 18 / 0.12), rgb(2 11 27 / 0.34) 36%, rgb(1 8 20 / 0.94) 80%),
      radial-gradient(circle at 20% 34%, rgb(19 138 255 / 0.17), transparent 22rem);
  }

  .hero::before {
    opacity: 0.45;
  }

  .hero-copy {
    align-self: end;
    max-width: none;
    padding-inline-start: 1rem;
  }

  .hero h1,
  html[lang="fa"] .hero h1 {
    max-width: 13.5ch;
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .hero-lead {
    max-width: 31rem;
    font-size: 0.93rem;
    line-height: 1.75;
  }

  .hero-actions {
    gap: 0.55rem;
    margin-top: 1.45rem;
  }

  .button {
    min-height: 3.05rem;
    padding-inline: 1.15rem;
    font-size: 0.78rem;
  }

  .switch-signature {
    inset-block-start: 18%;
    inset-inline-end: -7rem;
    width: 22rem;
    opacity: 0.46;
  }

  [dir="rtl"] .switch-signature {
    inset-inline: -7rem auto;
  }

  .launch-dock {
    margin-top: -2.25rem;
  }

  .launch-copy {
    padding: 1.35rem;
  }

  .launch-copy h2 {
    font-size: 1.55rem;
  }

  .launch-status {
    font-size: 0.78rem;
  }

  .countdown-cell {
    min-height: 6.4rem;
  }

  .countdown-value {
    font-size: clamp(1.5rem, 8vw, 2.4rem);
  }

  .section-title,
  .briefing-intro .section-title,
  .sulfur-copy .section-title,
  .inquiry-copy .section-title {
    max-width: 17ch;
    font-size: clamp(2.2rem, 10vw, 3.6rem);
  }

  .service-section {
    padding-top: 7.5rem;
  }

  .service-ledger {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    margin-top: 2.5rem;
  }

  .ledger-item,
  .ledger-item:nth-child(1),
  .ledger-item:nth-child(2),
  .ledger-item:nth-child(3),
  .ledger-item:nth-child(4),
  .ledger-item:nth-child(5),
  .ledger-item:nth-child(6) {
    grid-column: 1;
    min-height: 15rem;
  }

  .ledger-item h3 {
    font-size: 1.45rem;
  }

  .operation-band {
    min-height: auto;
  }

  .operation-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 3rem;
  }

  .operation-year strong {
    font-size: clamp(5.5rem, 28vw, 8rem);
  }

  .operation-statement h2 {
    font-size: clamp(2.25rem, 10vw, 3.55rem);
  }

  .briefing-pair {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }

  .briefing-group {
    min-height: auto;
  }

  .khorasan-media,
  [dir="rtl"] .khorasan-media {
    min-height: 34rem;
  }

  .khorasan-copy,
  [dir="rtl"] .khorasan-copy {
    position: relative;
    grid-row: 2;
    width: 100%;
    margin: -4rem 0 0;
  }

  .handoff-list > div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .sulfur-section {
    min-height: auto;
  }

  .sulfur-layout {
    min-height: auto;
  }

  .sulfur-media {
    min-height: 28rem;
  }

  .sulfur-mark {
    font-size: 82vw;
  }

  .corridor-heading {
    text-align: start;
  }

  .corridor-heading .section-title,
  .corridor-heading .section-lead {
    margin-inline: 0;
  }

  .corridor-console {
    min-height: auto;
  }

  .route-selector {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding: 0.85rem;
  }

  .route-option {
    padding: 0.9rem;
  }

  .route-map {
    min-height: 24rem;
    padding: 1rem 0.5rem 3rem;
  }

  .route-map figcaption {
    inset-inline: 1rem;
    bottom: 0.8rem;
    font-size: 0.65rem;
  }

  .control-field {
    grid-template-columns: 1fr;
  }

  .control-feature,
  .control-note,
  .control-note:nth-child(4),
  .control-note:nth-child(5) {
    grid-column: 1;
    grid-row: auto;
    min-height: 14rem;
  }

  .control-feature {
    min-height: 24rem;
  }

  .control-feature h3 {
    font-size: 2.7rem;
  }

  .process-spine {
    margin-top: 6rem;
    padding: 1.35rem;
  }

  .process-spine ol {
    grid-template-columns: 1fr;
  }

  .inquiry-layout {
    gap: 2.5rem;
  }

  .inquiry-form {
    grid-template-columns: 1fr;
    padding: 1.15rem;
  }

  .field,
  .field-full,
  .form-actions {
    grid-column: 1;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-meta {
    justify-self: start;
    text-align: start;
  }
}

@media (max-width: 24rem) {
  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .countdown-label {
    font-size: 0.63rem;
  }
}

@media (max-height: 45rem) and (min-width: 48rem) {
  .hero h1 {
    font-size: clamp(2.8rem, 6vw, 4.9rem);
  }

  .hero-lead {
    margin-top: 1rem;
  }

  .hero-actions {
    margin-top: 1.2rem;
  }

  .switch-signature {
    width: min(35vw, 22rem);
  }
}

@media (hover: hover) and (pointer: fine) {
  .nav-link:hover,
  .footer-links a:hover {
    color: var(--blue-300);
    transform: translateY(-1px);
  }

  .nav-link:hover::after {
    transform: scaleX(1);
  }

  .brand:hover .brand-mark::after {
    transform: rotate(24deg) translateX(520%);
    transition: transform 520ms var(--ease-out);
  }

  .language-link:hover,
  .menu-button:hover {
    border-color: var(--line-strong);
    background: rgb(12 54 101 / 0.75);
    color: var(--text);
  }

  .button:hover:not(:disabled) {
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.24),
      0 16px 45px rgb(0 118 244 / 0.35);
    transform: translateY(-2px);
  }

  .button:hover:not(:disabled)::before {
    transform: translateX(130%);
  }

  [dir="rtl"] .button:hover:not(:disabled)::before {
    transform: translateX(-130%);
  }

  .ledger-item,
  .control-feature,
  .control-note {
    transition:
      border-color 220ms var(--ease-out),
      box-shadow 220ms var(--ease-out),
      transform 260ms var(--ease-out);
  }

  .ledger-item:hover,
  .control-feature:hover,
  .control-note:hover {
    border-color: rgb(101 203 255 / 0.55);
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.14),
      0 28px 75px rgb(0 83 184 / 0.2);
    transform: translateY(-6px);
  }

  .route-option:hover {
    border-color: var(--line);
    background: rgb(11 52 99 / 0.5);
    color: var(--text);
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header.is-scrolled,
  .button-quiet,
  .launch-panel,
  .khorasan-copy,
  .corridor-console,
  .inquiry-form {
    background-color: var(--navy-900);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero::after {
    animation: hero-signal-sweep 8s var(--ease-in-out) 1.5s infinite;
  }

  .switch-signature::after {
    animation: orbit-ring 18s linear infinite;
  }

  .switch-node-live {
    animation: signal-node 2.2s ease-in-out infinite;
  }

  .launch-panel::after {
    animation: panel-sweep 7s var(--ease-in-out) 2s infinite;
  }

  @keyframes hero-signal-sweep {
    0%,
    70% {
      opacity: 0;
      transform: rotate(15deg) translateX(-60vw);
    }
    78% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: rotate(15deg) translateX(70vw);
    }
  }

  @keyframes orbit-ring {
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes signal-node {
    0%,
    100% {
      opacity: 0.72;
      transform: scale(0.92);
    }
    50% {
      opacity: 1;
      transform: scale(1.08);
    }
  }

  @keyframes panel-sweep {
    0%,
    72% {
      transform: translateX(0) skewX(-14deg);
    }
    100% {
      transform: translateX(calc(100vw + 24rem)) skewX(-14deg);
    }
  }
}

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

  .hero-media img,
  .switch-signature,
  .ledger-item,
  .briefing-group,
  .khorasan-media,
  .sulfur-media,
  .route-map,
  .control-feature,
  .control-note,
  .inquiry-form,
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .motion-spotlight,
  .map-cargo,
  .process-marker {
    display: none;
  }
}


/* ========================================================================== */
/* Source: styles-v4.css */
/* ========================================================================== */

/*
 * SLC V4 - Signal Daylight
 * A light, high-energy art direction layered over the V3 layout and motion system.
 */

:root {
  color-scheme: light;
  --ink: #f6faff;
  --ink-blue: #edf5ff;
  --navy-950: #061a35;
  --navy-900: #082342;
  --navy-850: #0b2e55;
  --navy-800: #104274;
  --navy-700: #135792;
  --blue-700: #0055c7;
  --blue-600: #006de8;
  --blue-500: #087ff5;
  --blue-400: #32adff;
  --blue-300: #78d4ff;
  --ice: #eef9ff;
  --text: #071d39;
  --text-soft: #294866;
  --text-muted: #526d87;
  --line: rgb(17 95 169 / 0.15);
  --line-strong: rgb(7 105 218 / 0.29);
  --glass: rgb(255 255 255 / 0.72);
  --glass-strong: rgb(255 255 255 / 0.88);
  --accent: var(--blue-600);
  --accent-bright: var(--blue-400);
  --accent-deep: var(--blue-700);
  --shadow: 0 32px 90px rgb(23 81 139 / 0.15);
  --shadow-blue: 0 28px 75px rgb(8 100 205 / 0.16);
  --radius-panel: 1.75rem;
  --radius-control: 0.95rem;
}

html {
  background: #f4f9ff;
}

body {
  background:
    radial-gradient(circle at 82% 4%, rgb(66 183 255 / 0.16), transparent 28rem),
    radial-gradient(circle at 6% 32%, rgb(3 116 239 / 0.08), transparent 34rem),
    linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%);
  color: var(--text);
}

body::before {
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent calc(8.333vw - 1px),
      rgb(15 95 172 / 0.035) calc(8.333vw - 1px),
      rgb(15 95 172 / 0.035) 8.333vw
    );
}

body::after {
  background-image:
    radial-gradient(circle at 20% 20%, rgb(5 88 171 / 0.2) 0 0.5px, transparent 0.8px),
    radial-gradient(circle at 80% 60%, rgb(15 137 238 / 0.15) 0 0.55px, transparent 0.9px);
  opacity: 0.09;
}

::selection {
  background: #0b6fe7;
  color: #f8fcff;
}

:focus-visible {
  outline-color: #086fe9;
}

.skip-link {
  background: #075fcf;
  color: #f8fcff;
}

.section {
  background-color: transparent;
}

/* Light navigation */

.site-header {
  border-bottom-color: rgb(13 82 153 / 0.08);
  background:
    linear-gradient(180deg, rgb(249 252 255 / 0.94), rgb(246 250 255 / 0.76));
  box-shadow: 0 8px 30px rgb(36 93 150 / 0.07);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgb(248 252 255 / 0.91);
  box-shadow: 0 15px 45px rgb(23 80 139 / 0.11);
}

.route-progress {
  background: rgb(8 105 218 / 0.08);
}

.route-progress span {
  background: linear-gradient(90deg, #0057cf, #27a7ff);
  box-shadow: 0 0 14px rgb(8 115 235 / 0.32);
}

.nav-link {
  color: #365773;
}

.nav-link.is-active {
  color: #005ccf;
}

.brand-mark {
  border-color: rgb(0 85 199 / 0.35);
  background:
    linear-gradient(145deg, rgb(89 201 255 / 0.38), transparent 50%),
    #066ee8;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.42),
    0 10px 28px rgb(0 95 210 / 0.22);
  color: #f8fcff;
}

.brand-name {
  color: #08213f;
}

.language-link,
.menu-button {
  border-color: rgb(9 91 177 / 0.16);
  background: rgb(255 255 255 / 0.72);
  box-shadow: 0 6px 20px rgb(31 87 143 / 0.07);
  color: #163b61;
}

/* Hero: the approved image stays, the stage becomes daylight */

.hero {
  background: #dceeff;
}

.hero-media img {
  filter: saturate(1.08) brightness(1.11) contrast(0.94);
}

.hero-media::after {
  background:
    linear-gradient(90deg, rgb(239 248 255 / 0.22), transparent 50%, rgb(210 234 255 / 0.2)),
    linear-gradient(180deg, rgb(242 249 255 / 0.24), transparent 56%, rgb(225 241 255 / 0.84) 100%);
}

[dir="rtl"] .hero-media::after {
  background:
    linear-gradient(270deg, rgb(239 248 255 / 0.22), transparent 50%, rgb(210 234 255 / 0.2)),
    linear-gradient(180deg, rgb(242 249 255 / 0.24), transparent 56%, rgb(225 241 255 / 0.84) 100%);
}

.hero-shade {
  background:
    radial-gradient(circle at 20% 47%, rgb(49 166 255 / 0.19), transparent 28rem),
    linear-gradient(90deg, rgb(241 248 255 / 0.88) 0%, rgb(235 246 255 / 0.55) 36%, transparent 68%);
}

[dir="rtl"] .hero-shade {
  background:
    radial-gradient(circle at 80% 47%, rgb(49 166 255 / 0.19), transparent 28rem),
    linear-gradient(270deg, rgb(241 248 255 / 0.88) 0%, rgb(235 246 255 / 0.55) 36%, transparent 68%);
}

.hero::before {
  background:
    linear-gradient(90deg, rgb(0 94 196 / 0.055) 1px, transparent 1px),
    linear-gradient(rgb(0 94 196 / 0.055) 1px, transparent 1px);
}

.hero::after {
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.44), transparent);
}

.hero-stage {
  padding-block: calc(var(--header-height) + 1rem) 4.5rem;
}

[dir="rtl"] .hero-stage {
  grid-template-columns: minmax(22rem, 6fr) minmax(0, 6fr);
}

.hero-copy {
  max-width: 47rem;
  padding: clamp(1.7rem, 3.2vw, 3.35rem);
  border: 1px solid rgb(255 255 255 / 0.88);
  border-radius: calc(var(--radius-panel) + 0.35rem);
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.86), rgb(242 249 255 / 0.72)),
    rgb(255 255 255 / 0.7);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.9),
    0 28px 80px rgb(13 69 126 / 0.17);
  backdrop-filter: blur(22px) saturate(132%);
  -webkit-backdrop-filter: blur(22px) saturate(132%);
}

.hero-copy::before {
  inset-block: 1.8rem;
  inset-inline-start: -1px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #005bcf, #35b7ff);
  box-shadow: 0 10px 25px rgb(0 103 224 / 0.22);
}

.kicker,
.panel-label {
  color: #0059c8;
}

.hero h1 {
  color: #071d39;
  text-shadow: none;
}

html[lang="fa"] .hero h1 {
  max-width: 16ch;
  font-size: clamp(3.1rem, 4.55vw, 4.8rem);
}

.hero-lead {
  color: #294a68;
}

.button-primary {
  border-color: #0056c4;
  background: #065fcf;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.24),
    0 13px 32px rgb(0 91 201 / 0.25);
  color: #f8fcff;
}

.button-quiet {
  border-color: rgb(8 94 184 / 0.22);
  background: rgb(255 255 255 / 0.8);
  box-shadow: 0 9px 26px rgb(33 85 139 / 0.08);
  color: #0a3158;
}

.switch-signature {
  border-color: rgb(9 102 208 / 0.24);
  background:
    radial-gradient(circle at 46% 48%, rgb(62 182 255 / 0.25), transparent 44%),
    rgb(245 251 255 / 0.48);
  box-shadow:
    inset 0 0 70px rgb(255 255 255 / 0.28),
    0 30px 90px rgb(19 78 136 / 0.14);
}

.switch-signature::before,
.switch-signature::after {
  border-color: rgb(0 98 208 / 0.18);
}

.switch-rail {
  stroke: rgb(12 68 119 / 0.29);
}

.switch-rail-live {
  stroke: #006be7;
  filter: drop-shadow(0 3px 5px rgb(0 100 216 / 0.28));
}

.switch-tie {
  stroke: rgb(13 75 133 / 0.46);
}

.switch-node {
  fill: #f4faff;
  stroke: rgb(6 89 178 / 0.58);
}

.switch-node-live {
  fill: #087ff5;
  stroke: #eefaff;
  filter: drop-shadow(0 4px 8px rgb(0 97 207 / 0.32));
}

.hero-baseline {
  background: rgb(0 96 206 / 0.09);
}

.hero-baseline-active {
  background: linear-gradient(90deg, transparent, #006be7, #32adff);
  box-shadow: 0 0 18px rgb(0 103 222 / 0.3);
}

/* Launch panel */

.launch-panel {
  border-color: rgb(7 101 205 / 0.2);
  background:
    linear-gradient(120deg, rgb(255 255 255 / 0.97), rgb(237 247 255 / 0.94) 58%),
    #f8fcff;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.95),
    0 30px 80px rgb(19 82 146 / 0.16);
}

.launch-panel::before {
  background:
    radial-gradient(circle at 85% 10%, rgb(55 179 255 / 0.18), transparent 24rem),
    linear-gradient(90deg, transparent 49.8%, rgb(11 105 208 / 0.09) 50%, transparent 50.2%);
}

.launch-panel::after {
  background: linear-gradient(90deg, transparent, rgb(24 146 241 / 0.12), transparent);
}

.launch-copy h2,
.countdown-value {
  color: #082544;
}

.launch-status {
  color: #385976;
}

.launch-timezone,
.countdown-label {
  color: #57738d;
}

.countdown-grid,
.countdown-cell {
  border-color: rgb(12 87 163 / 0.13);
}

.countdown-cell:nth-child(odd) {
  background: rgb(224 242 255 / 0.38);
}

.countdown-cell::after {
  background: #087ff5;
  box-shadow: 0 4px 12px rgb(0 105 220 / 0.22);
}

/* Shared typography */

.section-title,
.operation-statement h2,
.process-spine > h2 {
  color: #071d39;
}

.section-lead {
  color: #3c5b77;
}

/* Services: bright, irregular and varied */

.service-section {
  background:
    radial-gradient(circle at 92% 18%, rgb(51 180 255 / 0.16), transparent 30rem),
    radial-gradient(circle at 5% 88%, rgb(0 104 225 / 0.08), transparent 28rem),
    #f5faff;
}

.service-section::before {
  background: radial-gradient(ellipse at center, rgb(32 159 255 / 0.12), transparent 66%);
}

.ledger-item {
  border-color: rgb(8 93 186 / 0.16);
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.98), rgb(237 247 255 / 0.92));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.9),
    0 22px 55px rgb(27 83 140 / 0.1);
  color: #092441;
}

.ledger-item:nth-child(1) {
  border-color: rgb(255 255 255 / 0.32);
  background:
    radial-gradient(circle at 90% 10%, rgb(113 214 255 / 0.34), transparent 18rem),
    linear-gradient(145deg, #087cf0, #0057c8);
  box-shadow: 0 30px 70px rgb(0 91 201 / 0.25);
  color: #f7fcff;
}

.ledger-item:nth-child(2) {
  background:
    linear-gradient(165deg, rgb(100 204 255 / 0.2), transparent 52%),
    #ffffff;
}

.ledger-item:nth-child(3) {
  background:
    radial-gradient(circle at 15% 15%, rgb(255 255 255 / 0.78), transparent 15rem),
    #dff3ff;
}

.ledger-item:nth-child(4) {
  background:
    radial-gradient(circle at 15% 100%, rgb(29 156 255 / 0.16), transparent 22rem),
    #f9fcff;
}

.ledger-item:nth-child(5) {
  background:
    linear-gradient(120deg, #cfeaff, #e9f7ff 62%);
}

.ledger-item:nth-child(6) {
  border-color: rgb(0 113 229 / 0.2);
  background:
    linear-gradient(155deg, rgb(42 170 255 / 0.16), transparent 60%),
    #ffffff;
}

.ledger-item::before {
  background:
    linear-gradient(120deg, rgb(255 255 255 / 0.42), transparent 32%),
    linear-gradient(90deg, transparent 49.8%, rgb(8 103 210 / 0.06) 50%, transparent 50.2%);
}

.ledger-item::after {
  border-color: rgb(9 102 208 / 0.14);
}

.ledger-number {
  color: rgb(0 91 199 / 0.22);
}

.ledger-item p {
  color: #486580;
}

.ledger-item:nth-child(1) .ledger-number {
  color: rgb(255 255 255 / 0.32);
}

.ledger-item:nth-child(1) p {
  color: rgb(244 251 255 / 0.84);
}

.motion-spotlight {
  background: radial-gradient(circle, rgb(42 171 255 / 0.16), transparent 66%);
}

/* One deliberate vivid color block */

.operation-band {
  min-height: 82dvh;
  background:
    radial-gradient(circle at 82% 28%, rgb(153 226 255 / 0.28), transparent 28rem),
    linear-gradient(125deg, #0c82f4 0%, #066ee8 42%, #0058cb 100%);
}

.operation-band::before {
  background: rgb(190 235 255 / 0.46);
  box-shadow:
    3rem 0 0 rgb(196 238 255 / 0.14),
    6rem 0 0 rgb(196 238 255 / 0.08);
}

.operation-band::after {
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 5.9rem,
      rgb(221 245 255 / 0.09) 6rem
    );
}

.operation-year span {
  color: #e6f7ff;
}

.operation-year strong,
.operation-statement h2 {
  color: #f8fcff;
  text-shadow: 0 22px 60px rgb(0 48 115 / 0.2);
}

.operation-statement p {
  color: rgb(239 249 255 / 0.86);
}

.operation-switch span {
  background: linear-gradient(90deg, transparent, #e6f7ff, transparent);
}

/* Sticky briefing, now floating on daylight */

.briefing-section {
  background:
    radial-gradient(circle at 15% 26%, rgb(0 119 243 / 0.09), transparent 30rem),
    #f7fbff;
}

.briefing-group {
  border-color: rgb(7 96 194 / 0.18);
  background:
    radial-gradient(circle at 86% 12%, rgb(61 181 255 / 0.17), transparent 20rem),
    linear-gradient(145deg, #ffffff, #edf7ff);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.95),
    0 34px 80px rgb(26 83 140 / 0.14);
}

.briefing-group:nth-child(2) {
  border-color: rgb(255 255 255 / 0.26);
  background:
    radial-gradient(circle at 12% 86%, rgb(121 215 255 / 0.3), transparent 22rem),
    linear-gradient(145deg, #0b7cf0, #0560d3);
  box-shadow: 0 36px 85px rgb(0 91 201 / 0.24);
  color: #f7fcff;
}

.briefing-group:nth-child(3) {
  background:
    radial-gradient(circle at 78% 8%, rgb(84 192 255 / 0.22), transparent 19rem),
    linear-gradient(145deg, #e3f4ff, #f7fbff);
}

.briefing-group::after {
  border-color: rgb(0 99 207 / 0.13);
}

.briefing-group h3 {
  color: #075ecb;
}

.briefing-group:nth-child(2) h3,
.briefing-group:nth-child(2) .briefing-pair span {
  color: #f8fcff;
}

.briefing-pair > div {
  border-top-color: rgb(8 91 180 / 0.15);
}

.briefing-pair span {
  color: #0b2c4c;
}

.briefing-pair p {
  color: #55718a;
}

.briefing-group:nth-child(2) .briefing-pair > div {
  border-top-color: rgb(255 255 255 / 0.22);
}

.briefing-group:nth-child(2) .briefing-pair p {
  color: rgb(238 248 255 / 0.8);
}

/* Khorasan */

.khorasan-section {
  background:
    radial-gradient(circle at 92% 40%, rgb(40 165 255 / 0.11), transparent 35rem),
    #eef7ff;
}

.khorasan-media {
  border: 1px solid rgb(12 95 180 / 0.13);
  box-shadow: 0 34px 90px rgb(24 80 136 / 0.16);
}

.khorasan-media img {
  filter: saturate(1.04) brightness(1.05);
}

.khorasan-media::after {
  background:
    linear-gradient(90deg, transparent 56%, rgb(232 245 255 / 0.56)),
    linear-gradient(180deg, transparent 65%, rgb(228 242 255 / 0.28));
}

[dir="rtl"] .khorasan-media::after {
  background:
    linear-gradient(270deg, transparent 56%, rgb(232 245 255 / 0.56)),
    linear-gradient(180deg, transparent 65%, rgb(228 242 255 / 0.28));
}

.khorasan-copy {
  border-color: rgb(255 255 255 / 0.88);
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.91), rgb(236 247 255 / 0.84)),
    #ffffff;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.96),
    0 30px 75px rgb(20 78 135 / 0.17);
}

.handoff-list > div {
  border-top-color: rgb(8 94 184 / 0.14);
}

.handoff-list dt {
  color: #0564d3;
}

.handoff-list dd {
  color: #506d87;
}

/* Sulfur */

.sulfur-section {
  background:
    radial-gradient(circle at 70% 20%, rgb(39 169 255 / 0.13), transparent 32rem),
    linear-gradient(180deg, #f7fbff, #e8f5ff);
}

.sulfur-section::before {
  border-color: rgb(0 102 216 / 0.09);
}

.sulfur-mark {
  opacity: 0.13;
  -webkit-text-stroke-color: #0782f4;
}

.material-flow::before {
  background: linear-gradient(180deg, #0065da, rgb(41 169 255 / 0.14));
}

.material-flow li {
  color: #0b2d4e;
}

.material-flow li::before {
  border-color: #0879ed;
  background: #f3faff;
  box-shadow: 0 3px 12px rgb(0 97 206 / 0.2);
}

.material-note {
  border-inline-start-color: #168bee;
  color: #526e88;
}

.sulfur-media {
  border-color: rgb(8 94 184 / 0.16);
  box-shadow: 0 34px 90px rgb(24 80 136 / 0.16);
}

.sulfur-media img {
  filter: saturate(1.04) brightness(1.04);
}

.sulfur-media::before {
  background:
    linear-gradient(180deg, rgb(235 247 255 / 0.05), rgb(218 239 255 / 0.15)),
    linear-gradient(90deg, rgb(232 245 255 / 0.22), transparent 42%);
}

[dir="rtl"] .sulfur-media::before {
  background:
    linear-gradient(180deg, rgb(235 247 255 / 0.05), rgb(218 239 255 / 0.15)),
    linear-gradient(270deg, rgb(232 245 255 / 0.22), transparent 42%);
}

.sulfur-media::after {
  border-color: rgb(255 255 255 / 0.52);
}

/* Interactive corridor console */

.corridor-section {
  background:
    radial-gradient(circle at 50% 42%, rgb(40 168 255 / 0.13), transparent 34rem),
    linear-gradient(180deg, #f7fbff, #eaf5ff 55%, #f8fbff);
}

.corridor-section::before {
  background:
    linear-gradient(90deg, transparent 49.9%, rgb(5 103 210 / 0.07) 50%, transparent 50.1%),
    linear-gradient(transparent 49.9%, rgb(5 103 210 / 0.07) 50%, transparent 50.1%);
}

.corridor-console {
  border-color: rgb(6 94 190 / 0.18);
  background:
    radial-gradient(circle at 82% 18%, rgb(45 176 255 / 0.14), transparent 30rem),
    rgb(255 255 255 / 0.9);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.96),
    0 34px 85px rgb(22 82 142 / 0.15);
}

.route-selector {
  border-color: rgb(9 86 166 / 0.13);
  background: rgb(235 246 255 / 0.62);
}

.route-option {
  color: #355772;
}

.route-option.is-active,
[dir="rtl"] .route-option.is-active {
  border-color: rgb(6 103 215 / 0.24);
  background: linear-gradient(120deg, rgb(28 143 241 / 0.14), rgb(255 255 255 / 0.7));
  color: #082a4b;
}

.route-option small {
  color: #5b748c;
}

.route-map::before {
  border-color: rgb(0 101 213 / 0.12);
  background: radial-gradient(circle, rgb(30 158 249 / 0.11), transparent 66%);
}

.route-map figcaption {
  color: #58738b;
}

.map-rail {
  stroke: rgb(16 91 158 / 0.18);
}

.map-route {
  stroke: #0673e8;
  filter: drop-shadow(0 4px 5px rgb(0 99 210 / 0.2));
}

.map-node circle {
  fill: #f7fbff;
  stroke: rgb(5 101 205 / 0.52);
}

.map-node text {
  fill: #45627d;
}

.map-cargo {
  fill: #f8fcff;
  stroke: #0575e9;
  filter: drop-shadow(0 4px 7px rgb(0 100 212 / 0.25));
}

/* Control field and process */

.control-section {
  background:
    radial-gradient(circle at 18% 50%, rgb(33 161 251 / 0.11), transparent 32rem),
    #f5faff;
}

.control-feature,
.control-note {
  border-color: rgb(7 94 184 / 0.15);
  background: #ffffff;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.95),
    0 20px 55px rgb(27 83 140 / 0.1);
}

.control-feature {
  border-color: rgb(255 255 255 / 0.28);
  background:
    radial-gradient(circle at 75% 24%, rgb(135 219 255 / 0.34), transparent 18rem),
    linear-gradient(145deg, #0780f2, #005dcc 62%, #0753b5);
  box-shadow: 0 32px 80px rgb(0 87 189 / 0.24);
  color: #f8fcff;
}

.control-feature::before {
  border-color: rgb(214 244 255 / 0.35);
}

.control-feature::after {
  border-color: rgb(214 244 255 / 0.23);
}

.control-note {
  background:
    linear-gradient(145deg, #ffffff, #eff8ff);
}

.control-note:nth-child(3) {
  background:
    radial-gradient(circle at 90% 10%, rgb(52 178 255 / 0.18), transparent 13rem),
    #e4f4ff;
}

.control-note:nth-child(4) {
  background:
    linear-gradient(145deg, rgb(38 165 255 / 0.14), transparent 62%),
    #ffffff;
}

.control-note:nth-child(5) {
  background: #dcefff;
}

.control-feature h3 {
  color: #f8fcff;
}

.control-note h3 {
  color: #0a2b4b;
}

.control-feature p {
  color: rgb(241 250 255 / 0.86);
}

.control-note p {
  color: #526e87;
}

.process-spine {
  border-color: rgb(7 98 199 / 0.18);
  background:
    linear-gradient(125deg, rgb(255 255 255 / 0.95), rgb(231 245 255 / 0.88)),
    #ffffff;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.96),
    0 30px 80px rgb(22 82 142 / 0.14);
}

.process-spine ol::before {
  background: rgb(6 98 203 / 0.14);
}

.process-rail-fill {
  background: linear-gradient(90deg, #0057cf, #2ba9ff);
  box-shadow: 0 3px 10px rgb(0 97 207 / 0.2);
}

.process-marker {
  border-color: #ffffff;
  background: #0780f2;
  box-shadow: 0 4px 12px rgb(0 98 207 / 0.25);
}

.process-spine li::before {
  border-color: #eaf6ff;
  background: #0780f2;
  box-shadow: 0 0 0 1px #0780f2;
}

.process-spine strong {
  color: #0b2c4b;
}

.process-spine span {
  color: #55718a;
}

/* Inquiry */

.inquiry-section {
  background:
    radial-gradient(circle at 78% 30%, rgb(39 166 255 / 0.14), transparent 32rem),
    linear-gradient(180deg, #eaf6ff, #f8fbff);
}

.inquiry-section::before {
  border-color: rgb(5 101 211 / 0.09);
}

.availability-note {
  border-inline-start-color: #087cec;
  background: rgb(20 137 235 / 0.08);
  color: #4b6983;
}

.inquiry-form {
  border-color: rgb(7 96 194 / 0.18);
  background:
    radial-gradient(circle at 92% 4%, rgb(44 176 255 / 0.13), transparent 20rem),
    rgb(255 255 255 / 0.92);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.98),
    0 32px 82px rgb(21 80 139 / 0.15);
}

.field label {
  color: #294b69;
}

.field input,
.field select,
.field textarea {
  border-color: rgb(10 91 174 / 0.2);
  background: #f4f9ff;
  color: #0a2948;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #667f96;
}

.field select option {
  background: #f8fcff;
  color: #0a2948;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #087bec;
  background: #ffffff;
  box-shadow:
    0 0 0 3px rgb(8 123 236 / 0.13),
    0 12px 30px rgb(0 91 193 / 0.1);
}

.field-help,
.form-state {
  color: #5b748c;
}

/* Light footer */

.site-footer {
  border-top-color: rgb(5 91 183 / 0.13);
  background:
    radial-gradient(circle at 50% 120%, rgb(29 157 247 / 0.16), transparent 32rem),
    #e7f3ff;
}

.site-footer::before {
  background: linear-gradient(90deg, transparent 49.9%, rgb(6 99 206 / 0.055) 50%, transparent 50.1%);
}

.footer-brand p,
.footer-meta {
  color: #536f88;
}

.footer-links a {
  color: #244866;
}

/* Correct V3 hover colors for the new light material */

@media (hover: hover) and (pointer: fine) {
  .nav-link:hover,
  .footer-links a:hover {
    color: #0059c8;
  }

  .language-link:hover,
  .menu-button:hover {
    border-color: rgb(5 99 206 / 0.28);
    background: #ffffff;
    color: #063d76;
  }

  .button:hover:not(:disabled) {
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.28),
      0 16px 40px rgb(0 91 199 / 0.24);
  }

  .ledger-item:hover,
  .control-note:hover {
    border-color: rgb(5 105 216 / 0.3);
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.96),
      0 28px 68px rgb(16 83 150 / 0.15);
  }

  .control-feature:hover {
    border-color: rgb(255 255 255 / 0.46);
    box-shadow: 0 34px 82px rgb(0 84 184 / 0.27);
  }

  .route-option:hover {
    border-color: rgb(7 96 193 / 0.16);
    background: rgb(255 255 255 / 0.64);
    color: #082d52;
  }
}

@media (max-width: 64rem) {
  .header-actions,
  .brand,
  [dir="rtl"] .header-actions,
  [dir="rtl"] .brand {
    grid-row: 1;
  }

  .site-nav {
    border-bottom-color: rgb(9 87 166 / 0.15);
    background:
      radial-gradient(circle at 80% 10%, rgb(32 162 255 / 0.15), transparent 20rem),
      rgb(246 251 255 / 0.98);
    box-shadow: 0 30px 80px rgb(25 77 129 / 0.16);
  }

  .nav-link {
    border-bottom-color: rgb(9 87 166 / 0.14);
    color: #163f64;
  }

  .switch-signature {
    opacity: 0.72;
  }

  [dir="rtl"] .hero-stage {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 47.99rem) {
  .hero-shade,
  [dir="rtl"] .hero-shade {
    background:
      linear-gradient(180deg, rgb(239 248 255 / 0.08), rgb(234 245 255 / 0.14) 38%, rgb(227 241 255 / 0.82) 84%),
      radial-gradient(circle at 20% 34%, rgb(28 157 255 / 0.14), transparent 22rem);
  }

  .hero-copy {
    padding: 1.35rem;
    border-radius: var(--radius-panel);
    background:
      linear-gradient(145deg, rgb(255 255 255 / 0.9), rgb(238 247 255 / 0.82)),
      rgb(255 255 255 / 0.84);
  }

  .hero-copy::before {
    inset-block: 1.35rem;
  }

  .switch-signature {
    opacity: 0.42;
  }

  .countdown-grid {
    border-block-start-color: rgb(8 86 164 / 0.13);
  }

  .operation-band {
    min-height: auto;
  }

  .briefing-group:nth-child(2) {
    box-shadow: 0 26px 65px rgb(0 89 194 / 0.2);
  }

  .khorasan-copy,
  [dir="rtl"] .khorasan-copy {
    box-shadow: 0 24px 60px rgb(18 73 128 / 0.16);
  }
}

@media (max-width: 24rem) {
  .hero h1,
  html[lang="fa"] .hero h1 {
    font-size: clamp(2.35rem, 11.5vw, 3rem);
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .site-header.is-scrolled,
  .button-quiet,
  .hero-copy,
  .launch-panel,
  .khorasan-copy,
  .corridor-console,
  .inquiry-form {
    background: #f8fcff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}


/* ========================================================================== */
/* Source: styles-v5.css */
/* ========================================================================== */

/*
 * SLC V5 — Kinetic Freight Editorial
 * One steel-blue palette, tighter information density and scroll-led storytelling.
 */

:root {
  color-scheme: light;
  --canvas: #eef3f8;
  --surface: #fbfdff;
  --surface-muted: #e4edf5;
  --surface-blue: #dce9f5;
  --steel-950: #071e33;
  --steel-900: #0b2942;
  --steel-800: #123a58;
  --steel-700: #28516d;
  --steel-600: #47677f;
  --steel-500: #648096;
  --signal: #075fbe;
  --signal-strong: #064f9f;
  --signal-soft: #2c83cf;
  --text: var(--steel-950);
  --text-soft: var(--steel-700);
  --text-muted: var(--steel-600);
  --line: rgb(14 64 101 / 0.13);
  --line-strong: rgb(7 95 190 / 0.25);
  --glass: rgb(251 253 255 / 0.78);
  --glass-strong: rgb(251 253 255 / 0.94);
  --accent: var(--signal);
  --accent-bright: var(--signal-soft);
  --accent-deep: var(--signal-strong);
  --shadow: 0 24px 65px rgb(23 61 91 / 0.13);
  --shadow-blue: 0 24px 65px rgb(7 77 143 / 0.17);
  --radius-panel: 1.15rem;
  --radius-control: 0.68rem;
}

html {
  background: var(--canvas);
}

body {
  background: var(--canvas);
  color: var(--text);
}

body::before {
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent calc(8.333vw - 1px),
      rgb(16 66 103 / 0.026) calc(8.333vw - 1px),
      rgb(16 66 103 / 0.026) 8.333vw
    );
}

body::after {
  opacity: 0.035;
}

::selection {
  background: var(--signal);
  color: #ffffff;
}

.section {
  padding-block: clamp(5rem, 7.5vw, 7.5rem);
}

.section-title {
  font-size: clamp(2.35rem, 4.45vw, 4.85rem);
}

.section-lead {
  color: var(--text-soft);
}

/* Navigation */

.site-header,
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgb(246 250 253 / 0.9);
  box-shadow: 0 8px 30px rgb(31 64 88 / 0.07);
}

.route-progress {
  height: 3px;
  background: rgb(7 95 190 / 0.08);
}

.route-progress span {
  background: var(--signal);
  box-shadow: none;
}

.brand-mark {
  border-color: rgb(255 255 255 / 0.22);
  background: var(--signal);
  box-shadow: 0 7px 18px rgb(7 81 156 / 0.19);
}

.language-link,
.menu-button {
  border-color: var(--line);
  border-radius: var(--radius-control);
  background: rgb(251 253 255 / 0.82);
  box-shadow: none;
  color: var(--steel-800);
}

/* Hero: approved switchyard image, no decorative signature */

.hero {
  background: #d7e3ec;
}

.hero-media img {
  filter: saturate(1.03) brightness(1.06) contrast(0.98);
}

.hero-media::after {
  background:
    linear-gradient(90deg, rgb(237 244 249 / 0.16), transparent 55%),
    linear-gradient(180deg, rgb(236 243 248 / 0.08), transparent 55%, rgb(222 232 240 / 0.88));
}

[dir="rtl"] .hero-media::after {
  background:
    linear-gradient(270deg, rgb(237 244 249 / 0.16), transparent 55%),
    linear-gradient(180deg, rgb(236 243 248 / 0.08), transparent 55%, rgb(222 232 240 / 0.88));
}

.hero-shade {
  background:
    linear-gradient(90deg, rgb(235 242 247 / 0.96) 0%, rgb(232 240 246 / 0.78) 31%, transparent 62%);
}

[dir="rtl"] .hero-shade {
  background:
    linear-gradient(270deg, rgb(235 242 247 / 0.96) 0%, rgb(232 240 246 / 0.78) 31%, transparent 62%);
}

.hero::before {
  background:
    linear-gradient(90deg, rgb(7 66 119 / 0.05) 1px, transparent 1px),
    linear-gradient(rgb(7 66 119 / 0.05) 1px, transparent 1px);
  background-size: 5rem 5rem;
}

.hero::after {
  display: none;
}

.hero-stage,
[dir="rtl"] .hero-stage {
  grid-template-columns: minmax(22rem, 5fr) minmax(0, 7fr);
  gap: clamp(2rem, 4vw, 5rem);
  padding-block: calc(var(--header-height) + 1rem) 4rem;
}

[dir="rtl"] .hero-stage {
  grid-template-columns: minmax(0, 7fr) minmax(22rem, 5fr);
}

.hero-copy {
  width: min(100%, 42rem);
  max-width: 42rem;
  padding: clamp(1.7rem, 2.8vw, 2.7rem);
  border: 1px solid rgb(255 255 255 / 0.78);
  border-radius: var(--radius-panel);
  background: rgb(245 249 252 / 0.9);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.92),
    0 22px 65px rgb(20 55 82 / 0.17);
  backdrop-filter: blur(18px) saturate(118%);
  -webkit-backdrop-filter: blur(18px) saturate(118%);
}

.hero-copy::before {
  inset-block: 1.55rem;
  width: 4px;
  background: var(--signal);
  box-shadow: none;
}

.kicker,
.panel-label {
  color: var(--signal);
}

.hero h1,
html[lang="fa"] .hero h1 {
  max-width: 15ch;
  color: var(--steel-950);
  font-size: clamp(3rem, 4.35vw, 4.65rem);
  text-shadow: none;
}

.hero-lead {
  max-width: 31rem;
  margin-top: 1.2rem;
  color: var(--steel-700);
}

.hero-actions {
  margin-top: 1.65rem;
}

.button {
  min-height: 3.15rem;
  border-radius: var(--radius-control);
}

.button-primary {
  border-color: var(--signal-strong);
  background: var(--signal);
  box-shadow: 0 10px 24px rgb(7 81 156 / 0.2);
  color: #ffffff;
}

.button-quiet {
  border-color: var(--line-strong);
  background: rgb(251 253 255 / 0.8);
  box-shadow: none;
  color: var(--steel-800);
}

.hero-baseline {
  height: 3px;
  background: rgb(7 95 190 / 0.1);
}

.hero-baseline-active {
  background: var(--signal);
  box-shadow: none;
}

/* Compact launch dock */

.launch-dock {
  margin-top: -3rem;
}

.launch-panel {
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
  border-color: var(--line-strong);
  border-radius: var(--radius-panel);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.launch-panel::before {
  background:
    linear-gradient(90deg, transparent 49.8%, rgb(7 95 190 / 0.07) 50%, transparent 50.2%);
}

.launch-panel::after {
  background: var(--signal);
  opacity: 0.08;
}

.launch-copy {
  padding: clamp(1.5rem, 2.35vw, 2.25rem);
}

.launch-copy h2 {
  color: var(--steel-950);
  font-size: clamp(1.6rem, 2.2vw, 2.35rem);
}

.countdown-cell {
  min-height: 8.75rem;
}

.countdown-value {
  color: var(--steel-900);
  font-size: clamp(2rem, 3.4vw, 3.65rem);
}

.countdown-cell:nth-child(odd) {
  background: rgb(220 233 245 / 0.42);
}

.countdown-cell::after {
  background: var(--signal);
  box-shadow: none;
}

/* Services: denser bento, one controlled saturated card */

.service-section {
  padding-top: clamp(6rem, 7.5vw, 7.5rem);
  background: var(--canvas);
}

.service-section::before {
  inset: 4rem -20vw auto;
  height: 26rem;
  background: radial-gradient(ellipse at center, rgb(7 95 190 / 0.07), transparent 66%);
}

.service-section .section-heading,
.control-section .section-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.3fr) minmax(16rem, 0.7fr);
  align-items: end;
  column-gap: clamp(2rem, 6vw, 6rem);
}

.service-section .section-heading .kicker {
  grid-column: 1 / -1;
}

.service-section .section-heading .section-title,
.service-section .section-heading .section-lead,
.control-section .section-heading .section-title,
.control-section .section-heading .section-lead {
  margin-inline: 0;
}

.service-section .section-heading .section-lead,
.control-section .section-heading .section-lead {
  align-self: end;
  margin-bottom: 0.4rem;
}

.service-ledger {
  grid-auto-rows: minmax(10rem, auto);
  gap: 0.75rem;
  margin-top: clamp(2.5rem, 4vw, 3.75rem);
}

.ledger-item,
.ledger-item:nth-child(1),
.ledger-item:nth-child(2) {
  min-height: 14rem;
  padding: clamp(1.35rem, 2vw, 1.9rem);
  border-color: var(--line);
  border-radius: var(--radius-panel);
  background: var(--surface);
  box-shadow: 0 16px 42px rgb(23 61 91 / 0.085);
  color: var(--steel-950);
}

.ledger-item:nth-child(1) {
  min-height: 16.5rem;
  border-color: rgb(255 255 255 / 0.14);
  background:
    linear-gradient(145deg, rgb(44 131 207 / 0.28), transparent 55%),
    var(--signal-strong);
  box-shadow: var(--shadow-blue);
  color: #ffffff;
}

.ledger-item:nth-child(2),
.ledger-item:nth-child(4),
.ledger-item:nth-child(6) {
  background: #f5f9fc;
}

.ledger-item:nth-child(3),
.ledger-item:nth-child(5) {
  background: var(--surface-blue);
}

.ledger-item::before {
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent calc(25% - 1px),
      rgb(7 95 190 / 0.045) calc(25% - 1px),
      rgb(7 95 190 / 0.045) 25%
    );
}

.ledger-item::after {
  inset: auto -9% -44% auto;
  border-color: rgb(7 95 190 / 0.11);
}

.ledger-number {
  color: rgb(7 79 145 / 0.18);
  font-size: clamp(2.25rem, 4vw, 4.35rem);
}

.ledger-item p {
  color: var(--steel-600);
}

.ledger-item:nth-child(1) p {
  color: rgb(255 255 255 / 0.79);
}

.motion-spotlight {
  background: radial-gradient(circle, rgb(44 131 207 / 0.13), transparent 66%);
}

/* Operations: the primary scroll chapter */

.operation-band {
  min-height: 100dvh;
  padding-block: 0;
  background:
    linear-gradient(112deg, var(--steel-950) 0%, var(--steel-900) 42%, var(--signal-strong) 100%);
}

.operation-band::before {
  inset: -20% auto -20% 49.8%;
  width: 3px;
  background: rgb(255 255 255 / 0.2);
  box-shadow:
    2.5rem 0 0 rgb(255 255 255 / 0.07),
    5rem 0 0 rgb(255 255 255 / 0.035);
}

.operation-band::after {
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 4.95rem,
      rgb(255 255 255 / 0.045) 5rem
    );
}

.operation-layout {
  min-height: 100dvh;
  gap: clamp(2rem, 6vw, 6.5rem);
}

.operation-year span {
  color: rgb(220 235 247 / 0.76);
}

.operation-year strong {
  color: #f4f8fb;
  font-size: clamp(5.5rem, 12vw, 10.5rem);
  text-shadow: none;
}

.operation-statement h2 {
  color: #ffffff;
  font-size: clamp(2.6rem, 4.75vw, 5rem);
  text-shadow: none;
}

.operation-statement p {
  color: rgb(226 237 246 / 0.78);
}

.operation-switch {
  inset-block-end: 6%;
  opacity: 0.7;
}

.operation-switch span {
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.62), transparent);
  transform-origin: center;
}

/* Sticky operational briefing */

.briefing-section {
  background: #f5f8fb;
}

.briefing-layout {
  grid-template-columns: minmax(16rem, 0.63fr) minmax(0, 1.37fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
}

.briefing-intro {
  top: calc(var(--header-height) + 2rem);
}

.briefing-intro .section-title {
  font-size: clamp(2.35rem, 4vw, 4.4rem);
}

.briefing-groups {
  gap: 7vh;
  padding-bottom: 5vh;
}

.briefing-group {
  top: calc(var(--header-height) + 1.75rem);
  min-height: 21rem;
  padding: clamp(1.55rem, 2.5vw, 2.35rem);
  border-color: var(--line);
  border-radius: var(--radius-panel);
  background: var(--surface);
  box-shadow: 0 20px 52px rgb(25 62 90 / 0.12);
  color: var(--steel-950);
}

.briefing-group:nth-child(2) {
  top: calc(var(--header-height) + 3rem);
  border-color: var(--line-strong);
  background: var(--surface-blue);
  box-shadow: 0 22px 56px rgb(18 68 109 / 0.13);
  color: var(--steel-950);
}

.briefing-group:nth-child(3) {
  top: calc(var(--header-height) + 4.25rem);
  background: #edf4f9;
}

.briefing-group::after {
  border-color: rgb(7 95 190 / 0.1);
}

.briefing-group h3,
.briefing-group:nth-child(2) h3 {
  color: var(--signal);
  font-size: clamp(1.9rem, 3.35vw, 3.65rem);
}

.briefing-pair {
  gap: 1.5rem;
  margin-top: clamp(2.5rem, 4.5vw, 4rem);
}

.briefing-pair > div,
.briefing-group:nth-child(2) .briefing-pair > div {
  border-top-color: var(--line);
}

.briefing-pair span,
.briefing-group:nth-child(2) .briefing-pair span {
  color: var(--steel-900);
}

.briefing-pair p,
.briefing-group:nth-child(2) .briefing-pair p {
  color: var(--steel-600);
}

/* Media stories */

.khorasan-section {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  background: var(--surface-muted);
}

.khorasan-grid {
  min-height: 39rem;
}

.khorasan-media {
  min-height: 38rem;
  border-radius: var(--radius-panel);
  box-shadow: var(--shadow);
}

.khorasan-media::after,
[dir="rtl"] .khorasan-media::after {
  background:
    linear-gradient(180deg, transparent 72%, rgb(9 31 49 / 0.18));
}

.khorasan-copy {
  padding: clamp(1.7rem, 3vw, 3rem);
  border-color: rgb(255 255 255 / 0.76);
  border-radius: var(--radius-panel);
  background: rgb(251 253 255 / 0.92);
  box-shadow: var(--shadow);
}

.handoff-list {
  margin-top: 1.5rem;
}

.handoff-list dt {
  color: var(--signal);
}

.handoff-list dd {
  color: var(--steel-600);
}

.sulfur-section {
  min-height: 46rem;
  background: #f3f7fa;
}

.sulfur-section::before {
  border-color: rgb(7 95 190 / 0.06);
}

.sulfur-layout {
  min-height: 42rem;
  gap: clamp(2rem, 5vw, 5rem);
}

.sulfur-copy .section-title {
  font-size: clamp(2.4rem, 4.35vw, 4.65rem);
}

.sulfur-mark {
  opacity: 0.055;
  -webkit-text-stroke-color: var(--signal);
}

.material-flow {
  margin-top: 1.75rem;
}

.material-flow::before {
  background: linear-gradient(180deg, var(--signal), rgb(7 95 190 / 0.08));
}

.material-flow li {
  color: var(--steel-900);
}

.material-flow li::before {
  border-color: var(--signal);
  background: var(--surface);
  box-shadow: none;
}

.material-note {
  border-inline-start-color: var(--signal);
  color: var(--steel-600);
}

.sulfur-media {
  min-height: 34rem;
  border-color: var(--line);
  border-radius: var(--radius-panel);
  box-shadow: var(--shadow);
}

.sulfur-media::before,
[dir="rtl"] .sulfur-media::before {
  background:
    linear-gradient(180deg, transparent 72%, rgb(9 31 49 / 0.2));
}

.sulfur-media::after {
  inset: 0.75rem;
  border-color: rgb(255 255 255 / 0.45);
  border-radius: calc(var(--radius-panel) - 0.35rem);
}

/* Corridor control console */

.corridor-section {
  background: var(--canvas);
}

.corridor-section::before {
  inset-block-start: 12%;
  height: 26rem;
  background:
    linear-gradient(90deg, transparent 49.9%, rgb(7 95 190 / 0.045) 50%, transparent 50.1%),
    linear-gradient(transparent 49.9%, rgb(7 95 190 / 0.045) 50%, transparent 50.1%);
}

.corridor-heading {
  max-width: 58rem;
}

.corridor-console {
  grid-template-columns: minmax(15rem, 0.38fr) minmax(0, 1fr);
  min-height: 35rem;
  margin-top: clamp(2.5rem, 4vw, 3.75rem);
  border-color: var(--line-strong);
  border-radius: var(--radius-panel);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.route-selector {
  padding: clamp(1rem, 2.2vw, 1.75rem);
  border-color: var(--line);
  background: var(--surface-muted);
}

.route-option {
  border-radius: var(--radius-control);
  color: var(--steel-600);
}

.route-option.is-active,
[dir="rtl"] .route-option.is-active {
  border-color: var(--line-strong);
  background: var(--surface);
  color: var(--steel-950);
}

.route-option small,
.route-map figcaption {
  color: var(--steel-600);
}

.route-map {
  padding: clamp(1rem, 3vw, 2.5rem);
}

.route-map::before {
  border-color: rgb(7 95 190 / 0.1);
  background: radial-gradient(circle, rgb(7 95 190 / 0.065), transparent 66%);
}

.route-map svg {
  max-height: 28rem;
}

.map-rail {
  stroke: rgb(18 74 116 / 0.17);
}

.map-route {
  stroke: var(--signal);
  filter: none;
}

.map-node circle {
  fill: var(--surface);
  stroke: rgb(7 95 190 / 0.5);
}

.map-node text {
  fill: var(--steel-600);
}

.map-cargo {
  fill: #ffffff;
  stroke: var(--signal);
  filter: drop-shadow(0 3px 5px rgb(7 76 145 / 0.2));
}

/* Control field and process rail */

.control-section {
  --control-signal: #0b6bbf;
  --control-ink: #0a2f4c;
  --control-copy: #49677d;
  background:
    radial-gradient(circle at 14% 42%, rgb(23 105 164 / 0.055), transparent 28rem),
    #f5f8fb;
}

.control-field {
  grid-auto-rows: minmax(9rem, auto);
  gap: 0.75rem;
  margin-top: clamp(2.5rem, 4vw, 3.75rem);
}

.control-feature,
.control-note {
  padding: clamp(1.35rem, 2.25vw, 2.15rem);
  border-color: var(--line);
  border-radius: var(--radius-panel);
  box-shadow: 0 16px 42px rgb(23 61 91 / 0.085);
}

.control-feature {
  min-height: 25rem;
  border-color: rgb(141 190 222 / 0.24);
  background:
    linear-gradient(90deg, rgb(3 20 35 / 0.12), rgb(3 24 43 / 0.7) 72%, rgb(3 21 38 / 0.84)),
    url("./assets/images/iran-rail-network-background.png") center / cover no-repeat,
    #082943;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.12),
    0 24px 58px rgb(10 58 92 / 0.18);
}

.control-feature::before,
.control-feature::after {
  border-color: rgb(186 220 240 / 0.17);
}

.control-note,
.control-note:nth-child(3),
.control-note:nth-child(4),
.control-note:nth-child(5) {
  min-height: 12rem;
  border-color: rgb(74 129 168 / 0.2);
  background:
    radial-gradient(circle at 92% 8%, rgb(40 116 171 / 0.07), transparent 12rem),
    linear-gradient(145deg, #ffffff, #f0f5f9);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.98),
    0 14px 36px rgb(25 70 103 / 0.09);
}

.control-note:nth-child(3) {
  border-color: rgb(70 129 169 / 0.2);
  background:
    radial-gradient(circle at 90% 10%, rgb(50 124 173 / 0.08), transparent 12rem),
    linear-gradient(145deg, #f2f7fa, #dce9f1);
}

.control-note:nth-child(4) {
  border-color: rgb(76 121 157 / 0.19);
  background:
    radial-gradient(circle at 88% 12%, rgb(39 102 151 / 0.075), transparent 12rem),
    linear-gradient(145deg, #fafcfd, #e6edf3);
}

.control-note:nth-child(5) {
  border-color: rgb(77 121 151 / 0.2);
  background:
    radial-gradient(circle at 90% 10%, rgb(48 105 145 / 0.07), transparent 12rem),
    linear-gradient(145deg, #f5f8fa, #dde7ed);
}

.control-feature h3 {
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
}

.control-feature p {
  color: #eaf3f8;
}

.control-note h3 {
  color: var(--control-ink);
}

.control-note p {
  color: var(--control-copy);
}

.control-note .app-icon--card {
  color: var(--control-signal);
}

.process-spine {
  margin-top: clamp(4.5rem, 6vw, 6rem);
  padding: clamp(1.7rem, 3vw, 3rem);
  border-color: var(--line-strong);
  border-radius: var(--radius-panel);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.process-spine ol {
  margin-top: clamp(2.25rem, 4vw, 3.5rem);
}

.process-spine ol::before {
  background: rgb(7 95 190 / 0.12);
}

.process-rail-fill {
  background: var(--signal);
  box-shadow: none;
}

.process-marker {
  border-color: var(--surface);
  background: var(--signal);
  box-shadow: 0 0 0 4px rgb(7 95 190 / 0.12);
}

.process-spine li::before {
  border-color: var(--surface);
  background: var(--signal);
  box-shadow: 0 0 0 1px var(--signal);
}

.process-spine strong,
.process-spine > h2 {
  color: var(--steel-950);
}

.process-spine span {
  color: var(--steel-600);
}

/* Inquiry and footer */

.inquiry-section {
  padding-bottom: clamp(5.5rem, 8vw, 8rem);
  background: var(--surface-muted);
}

.inquiry-section::before {
  border-color: rgb(7 95 190 / 0.07);
}

.inquiry-layout {
  gap: clamp(2.5rem, 5vw, 5.5rem);
}

.availability-note {
  border-inline-start-color: var(--signal);
  background: rgb(7 95 190 / 0.055);
  color: var(--steel-600);
}

.inquiry-form {
  padding: clamp(1.4rem, 2.7vw, 2.7rem);
  border-color: var(--line-strong);
  border-radius: var(--radius-panel);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.field label {
  color: var(--steel-700);
}

.field input,
.field select,
.field textarea {
  border-color: var(--line);
  border-radius: var(--radius-control);
  background: #f5f8fb;
  color: var(--steel-900);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--signal);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgb(7 95 190 / 0.1);
}

.site-footer {
  border-top-color: var(--line);
  background: #e2ebf2;
}

.site-footer::before {
  background: linear-gradient(90deg, transparent 49.9%, rgb(7 95 190 / 0.04) 50%, transparent 50.1%);
}

.footer-inner {
  padding-block: clamp(3rem, 5vw, 5rem);
}

/* Motion layers */

.motion-ready .hero-media,
.motion-ready .hero-copy,
.motion-ready .operation-year,
.motion-ready .operation-statement,
.motion-ready .operation-switch span {
  will-change: transform, opacity;
}

@media (hover: hover) and (pointer: fine) {
  .nav-link:hover,
  .footer-links a:hover {
    color: var(--signal);
  }

  .language-link:hover,
  .menu-button:hover {
    border-color: var(--line-strong);
    background: #ffffff;
    color: var(--signal-strong);
  }

  .button:hover:not(:disabled) {
    box-shadow: 0 13px 28px rgb(7 81 156 / 0.23);
  }

  .ledger-item:hover,
  .control-note:hover {
    border-color: var(--line-strong);
    box-shadow: 0 20px 48px rgb(17 66 106 / 0.13);
  }

  .control-feature:hover {
    box-shadow: 0 28px 68px rgb(7 77 143 / 0.2);
  }
}

@media (max-width: 64rem) {
  .section {
    padding-block: clamp(4.75rem, 8vw, 6rem);
  }

  .hero-stage,
  [dir="rtl"] .hero-stage {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy {
    max-width: 39rem;
  }

  .service-section .section-heading,
  .control-section .section-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-section .section-heading .section-lead,
  .control-section .section-heading .section-lead {
    margin-top: 1.25rem;
  }

  .operation-band {
    min-height: 76dvh;
    padding-block: 4rem;
  }

  .operation-layout {
    min-height: 64dvh;
  }

  .briefing-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }

  .briefing-intro {
    position: relative;
    top: auto;
  }

  .briefing-groups {
    gap: 4rem;
  }

  .khorasan-grid {
    min-height: 35rem;
  }

  .khorasan-media {
    min-height: 34rem;
  }

  .sulfur-section,
  .sulfur-layout {
    min-height: auto;
  }

  .sulfur-media {
    min-height: 30rem;
  }
}

@media (max-width: 47.99rem) {
  .section {
    padding-block: 4rem;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-shade,
  [dir="rtl"] .hero-shade {
    background:
      linear-gradient(180deg, rgb(238 244 248 / 0.06), rgb(232 239 244 / 0.12) 34%, rgb(225 234 241 / 0.94) 80%);
  }

  .hero-stage,
  [dir="rtl"] .hero-stage {
    min-height: 100svh;
    padding-block: calc(var(--header-height) + 1rem) 3.5rem;
  }

  .hero-copy {
    padding: 1.25rem;
    background: rgb(246 250 252 / 0.93);
  }

  .hero h1,
  html[lang="fa"] .hero h1 {
    font-size: clamp(2.5rem, 11vw, 3.45rem);
  }

  .launch-dock {
    margin-top: -2rem;
  }

  .launch-panel {
    grid-template-columns: 1fr;
  }

  .countdown-cell {
    min-height: 6.7rem;
  }

  .service-section {
    padding-top: 5.25rem;
  }

  .service-ledger {
    margin-top: 2.25rem;
  }

  .ledger-item,
  .ledger-item:nth-child(1),
  .ledger-item:nth-child(2),
  .ledger-item:nth-child(3),
  .ledger-item:nth-child(4),
  .ledger-item:nth-child(5),
  .ledger-item:nth-child(6) {
    min-height: 12.5rem;
  }

  .operation-band {
    min-height: auto;
    padding-block: 4rem;
  }

  .operation-layout {
    min-height: auto;
    gap: 2.25rem;
  }

  .operation-switch {
    inset-block-end: 2rem;
  }

  .briefing-groups {
    gap: 1rem;
    padding-bottom: 0;
  }

  .briefing-group,
  .briefing-group:nth-child(2),
  .briefing-group:nth-child(3) {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .briefing-pair {
    margin-top: 2.25rem;
  }

  .khorasan-section {
    padding-block: 4rem;
  }

  .khorasan-grid {
    min-height: auto;
  }

  .khorasan-media,
  [dir="rtl"] .khorasan-media {
    min-height: 28rem;
  }

  .khorasan-copy,
  [dir="rtl"] .khorasan-copy {
    margin-top: -2.5rem;
  }

  .sulfur-media {
    min-height: 24rem;
  }

  .corridor-console {
    min-height: auto;
  }

  .route-map {
    min-height: 21rem;
  }

  .control-feature {
    min-height: 21rem;
    background:
      linear-gradient(180deg, rgb(3 20 35 / 0.28), rgb(3 22 40 / 0.82)),
      url("./assets/images/iran-rail-network-background.png") 54% center / cover no-repeat,
      #082943;
  }

  .control-note,
  .control-note:nth-child(3),
  .control-note:nth-child(4),
  .control-note:nth-child(5) {
    min-height: 11rem;
  }

  .process-spine {
    margin-top: 4rem;
  }

  .inquiry-section {
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 24rem) {
  .hero h1,
  html[lang="fa"] .hero h1 {
    font-size: clamp(2.2rem, 10.5vw, 2.75rem);
  }

  .countdown-cell {
    min-height: 6rem;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .hero-copy,
  .launch-panel,
  .khorasan-copy,
  .corridor-console,
  .inquiry-form {
    background: var(--surface);
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .hero-media,
  .motion-ready .hero-copy,
  .motion-ready .operation-year,
  .motion-ready .operation-statement,
  .motion-ready .operation-switch span {
    will-change: auto;
  }
}


/* ========================================================================== */
/* Source: styles-v6.css */
/* ========================================================================== */

/*
 * SLC V6 - Rail Atlas
 * A lighter steel-blue system with one frosted hero surface and a researched corridor map.
 */

:root {
  --canvas: #edf4f9;
  --surface: #f8fbfd;
  --surface-muted: #dfeaf2;
  --surface-blue: #d3e3ef;
  --steel-950: #061c2f;
  --steel-900: #0a2a43;
  --steel-800: #123d5d;
  --steel-700: #315b76;
  --steel-600: #527188;
  --signal: #0868c9;
  --signal-strong: #0754a4;
  --signal-soft: #2b8bdc;
  --line: rgb(12 61 96 / 0.14);
  --line-strong: rgb(8 104 201 / 0.28);
  --shadow: 0 24px 64px rgb(25 66 96 / 0.13);
  --shadow-blue: 0 26px 68px rgb(7 69 126 / 0.18);
}

/* One measured title scale across the page */

.section-title,
.briefing-intro .section-title,
.sulfur-copy .section-title,
.inquiry-copy .section-title {
  max-width: 16ch;
  font-size: clamp(2.25rem, 3.5vw, 3.95rem);
  line-height: 1.08;
}

html[lang="fa"] .section-title,
html[lang="fa"] .briefing-intro .section-title,
html[lang="fa"] .sulfur-copy .section-title,
html[lang="fa"] .inquiry-copy .section-title {
  line-height: 1.2;
}

.briefing-group h3,
.briefing-group:nth-child(2) h3 {
  font-size: clamp(1.85rem, 2.7vw, 3.1rem);
}

.control-feature h3 {
  font-size: clamp(2.2rem, 3.25vw, 3.65rem);
}

.process-spine > h2 {
  max-width: 17ch;
  font-size: clamp(2.15rem, 3.25vw, 3.65rem);
  line-height: 1.12;
}

html[lang="fa"] .process-spine > h2 {
  line-height: 1.24;
}

/* The top edge belongs to the photograph, not a white navigation slab */

.site-header:not(.is-scrolled) {
  border-bottom-color: rgb(255 255 255 / 0.12);
  background:
    linear-gradient(180deg, rgb(5 25 42 / 0.86), rgb(6 31 51 / 0.6));
  box-shadow: 0 12px 34px rgb(3 17 29 / 0.13);
  backdrop-filter: blur(16px) saturate(126%);
  -webkit-backdrop-filter: blur(16px) saturate(126%);
}

.site-header:not(.is-scrolled) .nav-link {
  color: rgb(235 245 252 / 0.82);
}

.site-header:not(.is-scrolled) .nav-link.is-active {
  color: #ffffff;
}

.site-header:not(.is-scrolled) .brand-name {
  color: #f4f9fc;
}

.site-header:not(.is-scrolled) .language-link,
.site-header:not(.is-scrolled) .menu-button {
  border-color: rgb(255 255 255 / 0.2);
  background: rgb(255 255 255 / 0.09);
  color: #f4f9fc;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.12);
}

/* Hero: retain the approved switchyard, remove the white wash */

.hero {
  background: #9fb3c1;
}

.hero-media img {
  filter: saturate(1.12) brightness(1.02) contrast(1.02);
}

.hero-media::after,
[dir="rtl"] .hero-media::after {
  background: transparent;
}

.hero-shade,
[dir="rtl"] .hero-shade {
  background: transparent;
}

.hero-copy {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgb(255 255 255 / 0.68);
  background: rgb(245 250 253 / 0.32);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.86),
    inset 0 -1px 0 rgb(255 255 255 / 0.18),
    0 24px 70px rgb(3 21 35 / 0.2);
  backdrop-filter: blur(10px) saturate(120%) brightness(1.18);
  -webkit-backdrop-filter: blur(10px) saturate(120%) brightness(1.18);
}

.hero-copy::before {
  display: none;
}

.hero-copy::after {
  position: absolute;
  z-index: 0;
  inset: 1px;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: calc(var(--radius-panel) - 1px);
  background: transparent;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.34),
    inset 1px 0 0 rgb(255 255 255 / 0.1);
  content: "";
  pointer-events: none;
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.hero h1,
html[lang="fa"] .hero h1 {
  color: #061d31;
}

.hero-lead {
  color: #244e69;
}

.hero .button-quiet {
  border-color: rgb(6 76 137 / 0.22);
  background: rgb(248 252 255 / 0.52);
}

.launch-panel {
  background:
    linear-gradient(135deg, rgb(248 252 254 / 0.96), rgb(226 237 245 / 0.95));
}

/* 2010 now supports a compact operational story instead of occupying a full chapter */

.operation-band {
  min-height: auto;
  padding-block: clamp(4.8rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 78% 14%, rgb(43 139 220 / 0.24), transparent 30rem),
    linear-gradient(112deg, var(--steel-950), var(--steel-900) 56%, #0a4e85);
}

.operation-band::before {
  inset: -18% auto -18% 30%;
  width: 2px;
  background: rgb(255 255 255 / 0.14);
  box-shadow:
    2.2rem 0 0 rgb(255 255 255 / 0.045),
    4.4rem 0 0 rgb(255 255 255 / 0.025);
}

[dir="rtl"] .operation-band::before {
  inset: -18% 30% -18% auto;
}

.operation-band::after {
  opacity: 0.7;
}

.operation-layout {
  display: grid;
  min-height: auto;
  grid-template-columns: minmax(15rem, 0.56fr) minmax(0, 1.44fr);
  align-items: start;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.operation-year {
  align-self: start;
  padding-top: 0.3rem;
}

.operation-year strong {
  display: block;
  margin-top: 0.25rem;
  font-size: clamp(4.8rem, 8.5vw, 8.2rem);
  line-height: 0.86;
}

.operation-year small {
  display: block;
  max-width: 26rem;
  margin-top: 1.35rem;
  color: rgb(220 235 245 / 0.7);
  font-size: 0.88rem;
  line-height: 1.9;
}

.operation-statement h2 {
  max-width: 17ch;
  color: #f7fbfe;
  font-size: clamp(2.4rem, 3.9vw, 4.3rem);
  line-height: 1.08;
}

html[lang="fa"] .operation-statement h2 {
  line-height: 1.24;
}

.operation-statement > p {
  max-width: 45rem;
  margin-top: 1.35rem;
}

.operation-proof {
  display: grid;
  margin-top: clamp(2.2rem, 4vw, 3.6rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgb(255 255 255 / 0.18);
}

.operation-proof li {
  min-height: 9.5rem;
  padding: 1.35rem 1.2rem 0 0;
}

[dir="rtl"] .operation-proof li {
  padding: 1.35rem 1.2rem 0;
}

.operation-proof li + li {
  border-inline-start: 1px solid rgb(255 255 255 / 0.13);
  padding-inline-start: 1.2rem;
}

.operation-proof strong,
.operation-proof span {
  display: block;
}

.operation-proof strong {
  color: #ffffff;
  font-size: 1rem;
}

.operation-proof span {
  margin-top: 0.75rem;
  color: rgb(220 235 245 / 0.72);
  font-size: 0.82rem;
  line-height: 1.8;
}

/* Faster briefing rhythm: cards remain readable while the next card arrives */

.briefing-groups {
  gap: 4.5vh;
  padding-bottom: 2vh;
}

.briefing-group {
  min-height: 19rem;
}

/* Geographic corridor console */

.corridor-section {
  background:
    radial-gradient(circle at 50% 32%, rgb(37 125 194 / 0.09), transparent 34rem),
    #e8f1f7;
}

.corridor-section::before {
  display: none;
}

.corridor-heading {
  max-width: 52rem;
}

.corridor-console {
  grid-template-columns: minmax(18rem, 0.4fr) minmax(0, 1fr);
  min-height: 41rem;
  overflow: hidden;
  border-color: rgb(7 76 132 / 0.2);
  background: #dce9f2;
  box-shadow: 0 30px 76px rgb(19 62 94 / 0.15);
}

.route-selector {
  display: flex;
  padding: clamp(1.4rem, 2.5vw, 2.25rem);
  flex-direction: column;
  gap: 0.7rem;
  border-color: rgb(255 255 255 / 0.11);
  background:
    radial-gradient(circle at 20% 0%, rgb(43 139 220 / 0.24), transparent 18rem),
    linear-gradient(155deg, #0b304c, #0a253b);
}

.route-selector-copy {
  margin-bottom: 1.1rem;
}

.route-selector-copy strong {
  display: block;
  color: #f7fbfe;
  font-family: "IRANYekanX", "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  line-height: 1.25;
}

.route-selector-copy p {
  max-width: 28rem;
  margin-top: 0.75rem;
  color: rgb(218 235 247 / 0.67);
  font-size: 0.82rem;
  line-height: 1.8;
}

.route-option {
  position: relative;
  min-height: 6.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgb(255 255 255 / 0.1);
  background: rgb(255 255 255 / 0.055);
  color: rgb(226 239 248 / 0.7);
}

.route-option::before {
  width: 3px;
  background: var(--signal-soft);
}

.route-option.is-active,
[dir="rtl"] .route-option.is-active {
  border-color: rgb(255 255 255 / 0.36);
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.97), rgb(224 238 248 / 0.94));
  box-shadow: 0 16px 38px rgb(1 16 28 / 0.22);
  color: var(--steel-950);
}

.route-option span {
  font-family: "IRANYekanX", "Segoe UI", sans-serif;
  font-size: 1rem;
}

.route-option small {
  margin-top: 0.45rem;
  color: inherit;
  opacity: 0.68;
}

.route-readout {
  margin-top: auto;
  padding-top: 1.3rem;
  border-top: 1px solid rgb(255 255 255 / 0.13);
}

.route-readout > span {
  color: rgb(166 207 236 / 0.72);
  font-size: 0.7rem;
}

.route-readout p {
  display: none;
  margin-top: 0.65rem;
  color: rgb(239 247 252 / 0.84);
  font-size: 0.79rem;
  line-height: 1.9;
}

.corridor-console[data-route="afghanistan"] [data-route-readout="afghanistan"],
.corridor-console[data-route="central-asia"] [data-route-readout="central-asia"] {
  display: block;
}

.route-map {
  display: grid;
  min-height: 41rem;
  padding: clamp(1rem, 2vw, 1.8rem);
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  background:
    radial-gradient(circle at 73% 34%, rgb(8 104 201 / 0.11), transparent 18rem),
    linear-gradient(145deg, #edf5fa, #dce9f2);
}

.route-map::before {
  inset: 10% 11%;
  width: auto;
  border: 1px solid rgb(8 104 201 / 0.08);
  border-radius: 50%;
  background: transparent;
  aspect-ratio: auto;
}

.route-map svg {
  width: 100%;
  max-height: 35rem;
  overflow: visible;
}

.iran-outline {
  fill: url(#iran-map-fill);
  stroke: rgb(21 75 111 / 0.34);
  stroke-width: 1.6;
  vector-effect: non-scaling-stroke;
}

.map-country-label {
  fill: rgb(10 57 88 / 0.14);
  font-family: "Arial Narrow", "Segoe UI", sans-serif;
  font-size: 4.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.map-rail {
  fill: none;
  stroke: rgb(18 71 108 / 0.2);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.map-route {
  fill: none;
  stroke: var(--signal);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.map-node {
  opacity: 0.26;
  transition: opacity 180ms ease;
}

.corridor-console[data-route="afghanistan"] [data-route-node~="afghanistan"],
.corridor-console[data-route="central-asia"] [data-route-node~="central-asia"] {
  opacity: 1;
}

.map-node circle {
  fill: #f8fbfd;
  stroke: var(--signal);
  stroke-width: 2.25;
  vector-effect: non-scaling-stroke;
}

.map-node .node-halo {
  fill: rgb(8 104 201 / 0.12);
  stroke: none;
  transform-box: fill-box;
  transform-origin: center;
}

.map-node-external circle:not(.node-halo) {
  fill: var(--signal);
  stroke: #ffffff;
}

.map-node text {
  fill: #173f59;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.map-cargo {
  fill: #ffffff;
  stroke: var(--signal);
  stroke-width: 3;
  filter: drop-shadow(0 4px 6px rgb(7 62 108 / 0.28));
  vector-effect: non-scaling-stroke;
}

@keyframes map-node-pulse {
  0%,
  100% {
    opacity: 0.24;
    transform: scale(0.78);
  }

  50% {
    opacity: 0.58;
    transform: scale(1.18);
  }
}

.corridor-console[data-route="afghanistan"]
  .map-node-external[data-route-node~="afghanistan"]
  .node-halo,
.corridor-console[data-route="central-asia"]
  .map-node-external[data-route-node~="central-asia"]
  .node-halo {
  animation: map-node-pulse 1.8s ease-in-out infinite;
}

.route-map figcaption {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: 46rem;
  padding: 0.9rem 1rem 0;
  border-top: 1px solid rgb(14 64 101 / 0.12);
  color: #46677d;
  font-size: 0.72rem;
  line-height: 1.8;
}

/* Keep the strong control composition, but return its heading to the shared scale */

.control-section .section-heading .section-title {
  max-width: 13ch;
  font-size: clamp(2.25rem, 3.5vw, 3.95rem);
}

.inquiry-copy .section-title {
  max-width: 15ch;
}

.motion-ready .operation-proof li,
.motion-ready .iran-outline,
.motion-ready .map-node {
  will-change: transform, opacity;
}

@media (hover: hover) and (pointer: fine) {
  .site-header:not(.is-scrolled) .language-link:hover,
  .site-header:not(.is-scrolled) .menu-button:hover {
    border-color: rgb(255 255 255 / 0.36);
    background: rgb(255 255 255 / 0.16);
    color: #ffffff;
  }

  .route-option:hover {
    border-color: rgb(255 255 255 / 0.25);
    background: rgb(255 255 255 / 0.1);
    color: #ffffff;
  }

  .route-option.is-active:hover {
    background: #f8fbfd;
    color: var(--steel-950);
  }
}

@media (max-width: 64rem) {
  .operation-layout {
    grid-template-columns: minmax(12rem, 0.48fr) minmax(0, 1.52fr);
    gap: 3rem;
  }

  .operation-proof {
    grid-template-columns: minmax(0, 1fr);
  }

  .operation-proof li {
    min-height: auto;
    padding-block: 1.1rem;
  }

  .operation-proof li + li {
    border-inline-start: 0;
    border-top: 1px solid rgb(255 255 255 / 0.13);
    padding-inline-start: 0;
  }

  .corridor-console {
    grid-template-columns: minmax(16rem, 0.42fr) minmax(0, 1fr);
  }

  .route-map,
  .corridor-console {
    min-height: 35rem;
  }
}

@media (max-width: 47.99rem) {
  .section-title,
  .briefing-intro .section-title,
  .sulfur-copy .section-title,
  .inquiry-copy .section-title,
  .control-section .section-heading .section-title {
    font-size: clamp(2.05rem, 9vw, 3rem);
  }

  .site-header:not(.is-scrolled) {
    background: rgb(5 27 45 / 0.78);
  }

  .hero-shade,
  [dir="rtl"] .hero-shade {
    background: transparent;
  }

  .hero-copy {
    border-color: rgb(255 255 255 / 0.64);
    background: rgb(245 250 253 / 0.38);
    backdrop-filter: blur(9px) saturate(118%) brightness(1.16);
    -webkit-backdrop-filter: blur(9px) saturate(118%) brightness(1.16);
  }

  .operation-band {
    padding-block: 4.2rem;
  }

  .operation-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.6rem;
  }

  .operation-year strong {
    font-size: clamp(4.2rem, 24vw, 6.4rem);
  }

  .operation-statement h2 {
    font-size: clamp(2.1rem, 9.5vw, 3.2rem);
  }

  .briefing-groups {
    gap: 1rem;
  }

  .corridor-console {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .route-selector {
    min-height: auto;
  }

  .route-readout {
    margin-top: 1rem;
  }

  .route-map {
    min-height: 25rem;
    padding: 0.8rem;
  }

  .route-map::before {
    inset: 10% 5%;
  }

  .route-map svg {
    max-height: 25rem;
  }

  .map-country-label {
    font-size: 4rem;
  }

  .map-node text {
    font-size: 12px;
  }

  .route-map figcaption {
    padding-inline: 0.35rem;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .hero-copy {
    background: rgb(229 240 247 / 0.96);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .map-node,
  .route-option {
    transition: none;
  }

  .motion-ready .operation-proof li,
  .motion-ready .iran-outline,
  .motion-ready .map-node {
    will-change: auto;
  }

  .map-node .node-halo {
    animation: none !important;
  }
}


/* ========================================================================== */
/* Source: styles-v7.css */
/* ========================================================================== */

/*
 * SLC V7 - Signal Cabin Glass
 * Promotes the selected V1 Hero direction into the bilingual main site.
 */

:root {
  --v7-navy: #06152b;
  --v7-cyan: #25b8ff;
  --v7-blue: #1677ff;
  --v7-amber: #ffb44a;
  --v7-text: #f3f8fc;
  --v7-muted: #b9ccda;
}

/* Dark photographic stage with local rail light, not a full-surface gradient. */

.hero {
  --v7-shift-near-x: 0px;
  --v7-shift-near-y: 0px;
  background: var(--v7-navy);
}

.hero-media img {
  object-position: 45% center;
  filter: saturate(1.12) contrast(1.08) brightness(0.75);
}

.hero-media::after,
[dir="rtl"] .hero-media::after {
  background: transparent;
}

.hero-shade,
[dir="rtl"] .hero-shade {
  background: rgb(3 14 30 / 0.42);
}

.hero::before {
  background: transparent;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero::after {
  display: none;
}

/* The panel occupies the reading side while the switchyard remains exposed. */

.hero-stage {
  grid-template-columns: minmax(22rem, 5fr) minmax(0, 7fr);
  gap: clamp(2rem, 4vw, 5rem);
  padding-block: calc(var(--header-height) + 0.75rem) 3.5rem;
}

[dir="rtl"] .hero-stage {
  grid-template-columns: minmax(0, 7fr) minmax(22rem, 5fr);
}

[dir="rtl"] .hero-copy {
  grid-column: 1 / -1;
  justify-self: stretch;
  margin-right: 0;
  margin-left: auto;
}

.hero-copy {
  width: clamp(28rem, 29vw, 34rem);
  max-width: 100%;
}

.hero-copy.glass-box-shell {
  isolation: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Remove legacy V3/V6 frame layers; the inner glass-box owns the only visible edge. */
.hero-copy.glass-box-shell::before,
.hero-copy.glass-box-shell::after {
  display: none;
  content: none;
}

/* Interactive glass surface supplied for the hero; the existing content stays intact. */

.glass-box {
  --pointer-x: 50%;
  --pointer-y: 28%;
  --rotate-x: 0deg;
  --rotate-y: 0deg;
  position: relative;
  isolation: isolate;
  width: 100%;
  padding: clamp(1.55rem, 2.2vw, 2.4rem);
  overflow: hidden;
  color: #fff;
  background: rgb(255 255 255 / 0.03);
  -webkit-backdrop-filter: blur(6px) saturate(85%) brightness(86%) contrast(112%);
  backdrop-filter: blur(6px) saturate(85%) brightness(86%) contrast(112%);
  border-radius: 10px;
  box-shadow:
    0 18px 42px rgb(0 0 0 / 0.28),
    inset 0 1px 0 rgb(255 255 255 / 0.13),
    inset 0 -12px 24px rgb(0 0 0 / 0.1);
  transform: perspective(900px) rotateX(var(--rotate-x)) rotateY(var(--rotate-y));
  transform-style: preserve-3d;
  transition:
    transform 420ms cubic-bezier(0.22, 0.61, 0.36, 1),
    border-radius 420ms ease,
    backdrop-filter 420ms ease,
    -webkit-backdrop-filter 420ms ease;
}

.glass-box > span {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.glass-box__content {
  position: relative;
  z-index: 10;
}

.glass-box__ambient {
  z-index: 2;
  background:
    radial-gradient(circle at 82% 12%, rgb(116 184 255 / 0.18), transparent 72%),
    linear-gradient(
      82deg,
      color-mix(in oklab, #0e2644 5%, transparent),
      color-mix(in oklab, white 5%, transparent)
    );
}

.glass-box__noise {
  z-index: 3;
  opacity: 0.015;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
  background-size: 150px 150px;
  mix-blend-mode: soft-light;
}

.glass-box__specular {
  z-index: 4;
  background:
    radial-gradient(44% 90% at 19.5% -8%, rgb(255 255 255 / 0.24), transparent 58%),
    radial-gradient(80% 110% at 100% 100%, rgb(116 184 255 / 0.1), transparent 60%);
}

.glass-box__glare {
  z-index: 5;
  background: radial-gradient(
    circle at var(--pointer-x) var(--pointer-y),
    rgb(255 255 255 / 0.3),
    rgb(255 255 255 / 0.06) 16%,
    transparent 44%
  );
}

.glass-box__rim {
  z-index: 8;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgb(255 255 255 / 0.58),
    rgb(255 255 255 / 0.06) 34%,
    rgb(0 0 0 / 0.18) 68%,
    rgb(255 255 255 / 0.2)
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.glass-box:hover {
  border-radius: 16px;
  -webkit-backdrop-filter: blur(4px) saturate(85%) brightness(86%) contrast(112%);
  backdrop-filter: blur(4px) saturate(85%) brightness(86%) contrast(112%);
  transform:
    perspective(900px)
    translateY(-5px)
    rotateX(var(--rotate-x))
    rotateY(var(--rotate-y))
    scale(1.008);
}

.glass-box.is-pressed {
  transform: perspective(900px) rotateX(var(--rotate-x)) rotateY(var(--rotate-y)) scale(0.992);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass-box {
    background: rgb(24 30 42 / 0.9);
  }
}

.hero .kicker {
  margin: 0 0 0.85rem;
  color: var(--v7-cyan);
  font-size: clamp(0.8rem, 1.2vw, 0.95rem);
  font-weight: 700;
}

.hero h1,
html[lang="fa"] .hero h1 {
  max-width: 17ch;
  margin: 0;
  color: var(--v7-text);
  font-family: "IRANYekanX", "IRANSansX", sans-serif;
  font-size: clamp(2rem, 2.45vw, 3rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.055em;
  text-shadow: 0 16px 44px rgb(0 8 22 / 0.34);
}

.hero-lead {
  max-width: 34rem;
  margin-top: 1rem;
  color: var(--v7-muted);
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  line-height: 1.85;
}

.operation-promise,
.journey-callout,
.material-callout {
  padding: 1rem 1.25rem;
  border-inline-start: 3px solid var(--v7-cyan);
  background: rgb(37 184 255 / 0.08);
}

.operation-promise {
  max-width: 38rem;
  color: var(--v7-text);
}

.journey-callout {
  margin-top: 2rem;
  color: #0a3152;
}

.material-callout {
  color: #0a3152;
  font-size: 0.95rem;
  line-height: 2;
}

.hero-actions {
  display: grid;
  width: min(100%, 28rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.hero .button {
  width: 100%;
  min-width: 0;
  min-height: 3rem;
  padding-inline: 1.35rem;
  border-radius: 8px;
}

.hero .button-primary {
  border-color: rgb(37 184 255 / 0.46);
  background: #0c72c9;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.26),
    0 14px 34px rgb(22 119 255 / 0.26);
  color: #f7fbff;
}

.hero .button:disabled {
  filter: saturate(0.82);
}

.hero .button-quiet {
  border-color: rgb(255 255 255 / 0.24);
  background: rgb(255 255 255 / 0.1);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.13);
  color: var(--v7-text);
}

.hero .button-quiet:is(:hover, :focus-visible) {
  border-color: rgb(37 184 255 / 0.52);
  background: rgb(37 184 255 / 0.12);
}

/* A single railway signal remains as the only illustrative rail motif. */

.v7-rail-lighting {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.v7-signal-mast {
  position: absolute;
  bottom: 24%;
  left: 11%;
  display: grid;
  gap: 0.6rem;
  width: 2.5rem;
  padding: 0.5rem;
  border: 1px solid rgb(255 255 255 / 0.24);
  border-radius: 1.2rem;
  background: rgb(4 18 35 / 0.7);
  box-shadow: 0 18px 34px rgb(0 7 18 / 0.42);
  transform: translate3d(var(--v7-shift-near-x), var(--v7-shift-near-y), 0);
}

.v7-signal-lamp {
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
}

.v7-signal-lamp-cyan {
  background: var(--v7-cyan);
  box-shadow: 0 0 20px var(--v7-cyan);
}

.v7-signal-lamp-amber {
  background: var(--v7-amber);
  box-shadow: 0 0 20px var(--v7-amber);
}

.v7-visual-caption {
  position: absolute;
  bottom: 1.7rem;
  left: 0;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  direction: rtl;
  color: rgb(243 248 252 / 0.52);
  font-size: 0.75rem;
}

.v7-visual-caption i {
  width: 2.8rem;
  height: 1px;
  background: rgb(37 184 255 / 0.56);
}

.hero-baseline {
  background: rgb(37 184 255 / 0.09);
}

.hero-baseline-active {
  background: var(--v7-cyan);
  box-shadow: 0 0 16px rgb(37 184 255 / 0.42);
}

html[lang="fa"] .countdown-grid {
  direction: ltr;
}

@media (min-width: 64.0625rem) {
  .glass-box {
    padding: clamp(1.55rem, 2.2vw, 2.4rem);
  }
}

@media (max-width: 64rem) {
  .hero-stage,
  [dir="rtl"] .hero-stage {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy {
    width: min(68vw, 34rem);
  }

  .glass-box {
    padding: clamp(1.45rem, 3vw, 2rem);
  }

  [dir="rtl"] .hero-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 47.99rem) {
  .hero,
  .hero-stage,
  [dir="rtl"] .hero-stage {
    min-height: 100dvh;
  }

  .hero-media img {
    object-position: 42% center;
    filter: saturate(1.1) contrast(1.08) brightness(0.68);
  }

  .hero-shade,
  [dir="rtl"] .hero-shade {
    background: rgb(3 14 30 / 0.42);
  }

  .hero-stage,
  [dir="rtl"] .hero-stage {
    align-items: end;
    padding-block: calc(var(--header-height) + 1rem) 2.5rem;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .glass-box {
    padding: clamp(1.2rem, 5vw, 1.5rem);
  }

  .hero h1,
  html[lang="fa"] .hero h1 {
    font-size: clamp(1.9rem, 8.8vw, 2.7rem);
  }

  html[lang="fa"] .hero h1 {
    max-width: 18ch;
    font-size: clamp(1.85rem, 8.2vw, 2.55rem);
  }

  .hero-lead {
    margin-top: 0.9rem;
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.15rem;
  }

  .hero .button {
    min-width: 0;
    padding-inline: 0.8rem;
  }

  .v7-signal-mast {
    top: 15%;
    bottom: auto;
    left: 7%;
  }

  .v7-visual-caption {
    display: none;
  }
}

/* Keep the complete hero legible on common 1366x768 and other short desktop viewports. */
@media (min-width: 48rem) and (max-height: 50rem) {
  .hero {
    min-height: max(37rem, 100svh);
  }

  .hero-stage,
  [dir="rtl"] .hero-stage {
    padding-block: calc(var(--header-height) + 0.5rem) 2.25rem;
  }

  .hero-copy {
    width: clamp(27rem, 37vw, 32rem);
  }

  .glass-box {
    padding: 1.4rem 1.65rem;
  }

  .hero .kicker {
    margin-bottom: 0.65rem;
  }

  .hero h1,
  html[lang="fa"] .hero h1 {
    font-size: clamp(1.9rem, 3vw, 2.65rem);
  }

  .hero-lead {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .hero-actions {
    margin-top: 1rem;
  }

  .hero .button {
    min-height: 2.8rem;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .glass-box {
    background: rgb(24 30 42 / 0.94);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glass-box {
    transform: none !important;
    transition: none !important;
  }

  .v7-signal-mast {
    transform: none !important;
  }
}


/* ========================================================================== */
/* Source: styles-journeys.css */
/* ========================================================================== */

/*
 * Regional journey content
 * Integrates the Central Asia and Khorasan briefs into the existing rail-atlas system.
 */

.khorasan-copy > .kicker,
.sulfur-copy > .kicker {
  margin-bottom: 0;
  color: var(--signal);
}

.khorasan-copy .section-title,
.sulfur-copy .section-title {
  max-width: 15ch;
}

.khorasan-copy .section-lead + .section-lead,
.sulfur-copy .section-lead + .section-lead {
  margin-top: 0.75rem;
}

.journey-path {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.journey-path li {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.42rem 0.8rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgb(248 252 255 / 0.78);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.9);
  color: var(--steel-700);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.journey-path li::before {
  width: 0.42rem;
  border: 2px solid rgb(255 255 255 / 0.9);
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 1px rgb(8 104 201 / 0.22);
  content: "";
  aspect-ratio: 1;
}

.khorasan-copy .handoff-list {
  margin-top: 1.8rem;
}

.sulfur-copy .material-flow,
.sulfur-copy .material-services {
  margin-top: 1.8rem;
}

.material-services {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-strong);
}

.material-services h3 {
  color: var(--signal);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

.material-services ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 0.7rem;
}

.material-services li {
  position: relative;
  min-height: 3.3rem;
  padding: 0.75rem 1.25rem 0.75rem 0.5rem;
  border-bottom: 1px solid var(--line);
  color: var(--steel-700);
  font-size: 0.85rem;
  line-height: 1.8;
}

[dir="rtl"] .material-services li {
  padding-right: 1.25rem;
  padding-left: 0.5rem;
}

.material-services .fa {
  position: absolute;
  inset-block-start: 1.35rem;
  inset-inline-start: 0;
  padding-top: 0;
  color: #4b81e8;
  font: normal normal normal 0.42rem/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.material-services .fa-circle::before {
  content: "\f111";
}

.regional-connect-section {
  background: var(--surface-muted);
}

.regional-connect-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: clamp(26rem, 40vw, 34rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 7rem);
  border: 1px solid rgb(68 142 190 / 0.3);
  border-radius: clamp(1rem, 1.8vw, 1.5rem);
  background:
    linear-gradient(90deg, rgb(2 24 45 / 0.2), rgb(2 25 47 / 0.64) 58%, rgb(2 22 42 / 0.88)),
    url("./assets/images/regional-connect-background-v2.png") center / cover no-repeat,
    #072b48;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.05),
    0 1.75rem 4.5rem rgb(9 46 71 / 0.18);
}

.regional-connect-card::before,
.regional-connect-card::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgb(58 151 210 / 0.17);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.regional-connect-card::before {
  width: clamp(27rem, 38vw, 43rem);
  inset-inline-start: -10rem;
  inset-block-end: -24rem;
  aspect-ratio: 1;
}

.regional-connect-card::after {
  width: clamp(18rem, 27vw, 31rem);
  inset-inline-start: -5rem;
  inset-block-end: -18rem;
  aspect-ratio: 1;
}

.regional-connect-card__copy {
  width: min(100%, 58rem);
  margin-inline-start: auto;
  text-align: right;
}

.regional-connect-card__kicker {
  margin: 0 0 1.5rem;
  color: #73cff7;
  font-size: clamp(0.9rem, 1.25vw, 1.15rem);
  font-weight: 800;
}

.regional-connect-card h2 {
  max-width: 15ch;
  margin: 0;
  color: #f7fbff;
  font-family: "IRANYekanX", "IRANSansX", sans-serif;
  font-size: clamp(3.1rem, 5.5vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.24;
  text-wrap: balance;
}

.regional-connect-card__lead {
  max-width: 74rem;
  margin: clamp(2rem, 3vw, 3rem) 0 0;
  color: rgb(222 236 246 / 0.76);
  font-size: clamp(1rem, 1.45vw, 1.4rem);
  font-weight: 500;
  line-height: 2;
}

@media (max-width: 64rem) {
  .regional-connect-card {
    min-height: 30rem;
    padding: clamp(2.25rem, 7vw, 4rem);
  }

  .regional-connect-card h2 {
    font-size: clamp(2.8rem, 8vw, 4.8rem);
  }
}

@media (max-width: 47.99rem) {
  .regional-connect-card {
    min-height: 28rem;
    align-items: flex-start;
    padding: 2.4rem 1.5rem;
    background:
      linear-gradient(180deg, rgb(2 22 42 / 0.76), rgb(2 24 45 / 0.58)),
      url("./assets/images/regional-connect-background-v2.png") 52% center / cover no-repeat,
      #072b48;
  }

  .regional-connect-card__kicker {
    margin-bottom: 1rem;
  }

  .regional-connect-card h2 {
    font-size: clamp(2.45rem, 12vw, 3.9rem);
    line-height: 1.3;
  }

  .regional-connect-card__lead {
    margin-top: 1.6rem;
    font-size: 0.95rem;
    line-height: 1.95;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .regional-connect-card {
    background: #082c49;
  }
}
.inquiry-copy > .kicker {
  margin-bottom: 0.85rem;
  color: var(--signal);
}

.inquiry-checklist {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-strong);
}

.inquiry-checklist h3 {
  color: var(--steel-900);
  font-size: 1rem;
  line-height: 1.7;
}

.inquiry-checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 1rem;
  margin-top: 0.9rem;
}

.inquiry-checklist li {
  position: relative;
  padding-inline-start: 1rem;
  color: var(--steel-600);
  font-size: 0.82rem;
  line-height: 1.7;
}

.inquiry-checklist li::before {
  position: absolute;
  inset-block-start: 0.65rem;
  inset-inline-start: 0;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--signal);
  content: "";
}

.process-spine > .process-kicker {
  margin-bottom: 0;
  color: var(--signal);
}

.process-spine > h2 {
  margin-top: 0.85rem;
}

.process-intro {
  max-width: 42rem;
  margin-top: 1rem;
  color: var(--steel-600);
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  line-height: 1.9;
}

.process-spine li h3 {
  color: var(--steel-950);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 700;
  line-height: 1.6;
}

.process-cta {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin-top: 2.25rem;
  padding-block: 0.35rem;
  border-bottom: 1px solid var(--line-strong);
  color: var(--signal-strong);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color 180ms var(--ease-out),
    color 180ms var(--ease-out);
}

.process-cta:is(:hover, :focus-visible) {
  border-bottom-color: var(--signal);
  color: var(--signal);
}

@media (max-width: 47.99rem) {
  .material-services ul,
  .inquiry-checklist ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .journey-path {
    gap: 0.45rem;
    margin-top: 1.1rem;
  }

  .journey-path li {
    min-height: 2.15rem;
    padding-inline: 0.68rem;
    font-size: 0.7rem;
  }

  .process-intro {
    font-size: 0.92rem;
  }

  .process-cta {
    margin-top: 1.8rem;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .journey-path li {
    background: var(--surface);
  }
}
