:root {
  --ink: #0d1827;
  --ink-2: #344257;
  --muted: #69788c;
  --navy: #062d62;
  --blue: #0b63ce;
  --cyan: #0d8aa7;
  --green: #1d735e;
  --amber: #c88a37;
  --red: #b84b42;
  --line: #dce5ef;
  --soft: #f4f8fb;
  --panel: rgba(255, 255, 255, 0.88);
  --shadow: 0 28px 90px rgba(7, 26, 48, 0.17);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Noto Sans JP", sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  line-height: 1.6;
}

h1,
h2,
h3,
p,
strong,
small,
span {
  overflow-wrap: break-word;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

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

.page-shell {
  overflow: clip;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(220, 229, 239, 0.7);
  display: flex;
  gap: 24px;
  height: 76px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(18px, 5vw, 72px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.site-header.is-scrolled {
  box-shadow: 0 14px 40px rgba(9, 30, 52, 0.1);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 236px;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(145deg, var(--navy), var(--blue));
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.brand-text strong {
  color: var(--navy);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
}

.brand-text small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 4px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 4px;
}

.main-nav a {
  border-radius: 999px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  padding: 11px 14px;
}

.main-nav a:hover {
  background: var(--soft);
  color: var(--blue);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.language-button,
.menu-button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
}

.language-button {
  border-radius: 999px;
  font-size: 12px;
  height: 40px;
  min-width: 48px;
}

.menu-button {
  border-radius: 999px;
  display: none;
  flex-direction: column;
  gap: 4px;
  height: 40px;
  width: 40px;
}

.menu-button span {
  background: var(--navy);
  border-radius: 999px;
  height: 2px;
  width: 18px;
}

.hero-section {
  background:
    linear-gradient(115deg, rgba(244, 248, 251, 0.96) 0%, rgba(255, 255, 255, 0.72) 48%, rgba(4, 31, 66, 0.24) 100%),
    url("assets/generated/fast/global-trade-hero.webp") right center / cover no-repeat;
  min-height: 100vh;
  padding: 132px clamp(18px, 5vw, 72px) 0;
  position: relative;
}

.hero-section::before {
  background: linear-gradient(180deg, var(--navy), var(--blue), var(--cyan));
  content: "";
  inset: 76px auto 0 0;
  position: absolute;
  width: 10px;
}

.hero-canvas {
  height: 100%;
  inset: 0;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(30px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.72fr);
  min-height: calc(100vh - 184px);
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 900px;
}

.eyebrow,
.section-label {
  color: var(--green);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero-copy h1 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 8vw, 108px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
  max-width: 980px;
}

.hero-lead {
  color: #23374f;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.48;
  margin: 28px 0 0;
  max-width: 790px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary-action,
.ghost-action {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
}

.primary-action {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  box-shadow: 0 18px 42px rgba(6, 45, 98, 0.25);
  color: #fff;
}

.primary-action:hover,
.ghost-action:hover {
  transform: translateY(-1px);
}

.ghost-action {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  color: var(--navy);
}

.primary-action svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 20px;
}

.command-board {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.board-top {
  align-items: center;
  border-bottom: 1px solid rgba(220, 229, 239, 0.8);
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

.board-top span {
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 900;
}

.board-top strong {
  background: var(--navy);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
}

.board-map {
  background:
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    radial-gradient(circle at 58% 42%, rgba(13, 138, 167, 0.22), transparent 24%),
    radial-gradient(circle at 20% 72%, rgba(200, 138, 55, 0.16), transparent 26%),
    linear-gradient(135deg, #eef5fa, #fff);
  height: 320px;
  position: relative;
}

.board-map::before {
  background-image:
    linear-gradient(rgba(6, 45, 98, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 45, 98, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  position: absolute;
}

.map-dot {
  background: #fff;
  border: 5px solid var(--blue);
  border-radius: 999px;
  box-shadow: 0 0 0 10px rgba(11, 99, 206, 0.1);
  height: 22px;
  position: absolute;
  width: 22px;
  z-index: 2;
}

.dot-japan {
  border-color: var(--red);
  left: 61%;
  top: 42%;
}

.dot-korea {
  left: 52%;
  top: 38%;
}

.dot-asia {
  left: 38%;
  top: 62%;
}

.dot-us {
  left: 82%;
  top: 25%;
}

.map-line {
  background: linear-gradient(90deg, transparent, rgba(11, 99, 206, 0.9), transparent);
  height: 2px;
  left: 42%;
  position: absolute;
  top: 48%;
  transform-origin: left center;
  z-index: 1;
}

.line-one {
  transform: rotate(-11deg);
  width: 180px;
}

.line-two {
  transform: rotate(28deg);
  width: 150px;
}

.line-three {
  transform: rotate(-36deg);
  width: 230px;
}

.board-metrics {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.board-metrics article {
  background: rgba(244, 248, 251, 0.86);
  min-height: 126px;
  padding: 18px;
}

.board-metrics span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  min-height: 38px;
  text-transform: uppercase;
}

.board-metrics strong {
  color: var(--amber);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
}

.ticker {
  background: #0b1728;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  margin: 0 calc(clamp(18px, 5vw, 72px) * -1);
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.ticker-track {
  animation: ticker 32s linear infinite;
  display: flex;
  gap: 34px;
  padding: 16px 0;
  width: max-content;
}

.ticker span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: clamp(72px, 8vw, 128px) clamp(18px, 5vw, 72px);
}

.mission-section {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.mission-grid,
.section-head,
.profile-section,
.inquiry-section {
  display: grid;
  gap: clamp(26px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.mission-grid h2,
.section-head h2,
.profile-section h2,
.inquiry-section h2 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5.8vw, 74px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
}

.mission-copy p,
.section-head p,
.profile-section p,
.inquiry-section p {
  color: var(--ink-2);
  font-size: 18px;
  margin: 0;
  max-width: 760px;
}

.mission-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.mission-badges span {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 950;
  padding: 9px 13px;
}

.route-section {
  background: #0b1728;
  color: #fff;
  display: grid;
  gap: clamp(32px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  position: relative;
}

.route-section::before {
  background:
    radial-gradient(circle at 20% 20%, rgba(13, 138, 167, 0.34), transparent 28%),
    radial-gradient(circle at 80% 70%, rgba(200, 138, 55, 0.22), transparent 24%);
  content: "";
  inset: 0;
  position: absolute;
}

.route-section > * {
  position: relative;
  z-index: 1;
}

.route-copy h2 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5.4vw, 72px);
  font-weight: 500;
  line-height: 1.04;
  margin: 0;
}

.route-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  margin: 24px 0 0;
  max-width: 640px;
}

.route-map {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  position: relative;
}

.route-map::before {
  background: linear-gradient(90deg, rgba(255,255,255,0.16), rgba(13,138,167,0.72), rgba(200,138,55,0.62));
  content: "";
  height: 2px;
  left: 9%;
  position: absolute;
  right: 9%;
  top: 58px;
  z-index: 0;
}

.route-node {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  min-height: 300px;
  padding: 20px;
  position: relative;
  transition:
    background 260ms ease,
    border-color 260ms ease,
    transform 260ms ease;
  z-index: 1;
}

.route-node.active,
.route-node:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-3px);
}

.route-node span {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: var(--navy);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.route-node strong {
  color: #fff;
  display: block;
  font-size: 21px;
  line-height: 1.18;
  margin-top: 94px;
}

.route-node small {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  margin-top: 12px;
}

.operations-section {
  background:
    linear-gradient(90deg, #f7fafc, #fff 48%),
    linear-gradient(180deg, #fff, #eef5fa);
}

.ops-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: 280px minmax(0, 1fr);
  margin-top: 44px;
}

.ops-tabs {
  display: grid;
  gap: 10px;
}

.ops-tabs button {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink-2);
  cursor: pointer;
  font-weight: 950;
  min-height: 70px;
  padding: 0 18px;
  text-align: left;
}

.ops-tabs button.active {
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 16px 36px rgba(6, 45, 98, 0.18);
  color: #fff;
}

.ops-card {
  background:
    linear-gradient(135deg, rgba(6, 45, 98, 0.96), rgba(11, 99, 206, 0.86)),
    url("assets/generated/fast/global-trade-hero.webp") center / cover no-repeat;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: #fff;
  min-height: 430px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 60px);
  position: relative;
}

.ops-card::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  position: absolute;
}

.ops-card > * {
  position: relative;
  z-index: 2;
}

.ops-number {
  color: rgba(255, 255, 255, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  line-height: 1;
  margin: 0 0 64px;
}

.ops-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.ops-card p:not(.ops-number) {
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  max-width: 700px;
}

.ops-output {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  gap: 14px;
  margin-top: 34px;
  padding-top: 20px;
}

.ops-output span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ops-output strong {
  font-size: 18px;
}

.stack-section {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.stack-visual {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.stack-visual::after {
  background: linear-gradient(180deg, transparent 40%, rgba(6, 45, 98, 0.66));
  content: "";
  inset: 0;
  position: absolute;
}

.stack-visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.stack-copy h2 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5.2vw, 70px);
  font-weight: 500;
  line-height: 1.04;
  margin: 0 0 34px;
}

.stack-list {
  display: grid;
  gap: 12px;
}

.stack-list article {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 16px;
  grid-template-columns: 56px minmax(0, 1fr);
  padding: 18px;
}

.stack-list span {
  color: var(--amber);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
}

.stack-list h3 {
  color: var(--navy);
  font-size: 22px;
  grid-column: 2;
  line-height: 1.2;
  margin: 0;
}

.stack-list p {
  color: var(--muted);
  grid-column: 2;
  margin: 8px 0 0;
}

.fields-section {
  background: #fff;
}

.field-wall {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.category-visual {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(7, 26, 48, 0.12);
  height: clamp(260px, 36vw, 440px);
  margin-top: 44px;
  overflow: hidden;
  position: relative;
}

.category-visual::after {
  background: linear-gradient(90deg, rgba(6, 45, 98, 0.72), transparent 52%);
  content: "";
  inset: 0;
  position: absolute;
}

.category-visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.field-tile {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 290px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.field-tile::before {
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--amber));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.field-tile:hover {
  box-shadow: 0 22px 54px rgba(7, 26, 48, 0.12);
  transform: translateY(-3px);
}

.field-tile span {
  color: var(--amber);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 58px;
}

.field-tile h3 {
  color: var(--navy);
  font-size: 24px;
  line-height: 1.18;
  margin: 0;
}

.field-tile p {
  color: var(--muted);
  margin: 12px 0 0;
}

.field-tile.wide {
  grid-column: span 2;
}

.field-tile.accent {
  background: linear-gradient(135deg, var(--navy), #0b5aa8);
  border-color: transparent;
}

.field-tile.accent h3,
.field-tile.accent p {
  color: #fff;
}

.proof-section {
  background: #0b1728;
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.proof-panel {
  align-items: center;
  background:
    linear-gradient(rgba(11, 23, 40, 0.18), rgba(11, 23, 40, 0.7)),
    url("assets/generated/fast/global-trade-hero.webp") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  display: flex;
  min-height: 360px;
  padding: clamp(28px, 4vw, 52px);
}

.proof-panel p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.08;
  margin: 0;
  max-width: 720px;
}

.proof-grid {
  display: grid;
  gap: 14px;
}

.proof-grid article {
  align-items: end;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 130px 1fr;
  min-height: 108px;
  padding: 20px;
}

.proof-grid strong {
  color: var(--amber);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 1;
}

.proof-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.process-section {
  background: linear-gradient(180deg, #fff, #f4f8fb);
}

.timeline {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 44px;
}

.timeline-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 300px;
  padding: 22px;
  position: relative;
  transition:
    background 260ms ease,
    border-color 260ms ease,
    transform 260ms ease;
}

.timeline-step::after {
  background: var(--line);
  content: "";
  height: 2px;
  left: 52px;
  position: absolute;
  right: 0;
  top: 42px;
  z-index: 0;
}

.timeline-step:last-child::after {
  display: none;
}

.timeline-step span {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  height: 42px;
  justify-content: center;
  position: relative;
  width: 42px;
  z-index: 1;
}

.timeline-step.active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
  transform: translateY(-3px);
}

.timeline-step.active span {
  background: #fff;
}

.timeline-step h3 {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.2;
  margin: 84px 0 0;
}

.timeline-step p {
  color: var(--muted);
  margin: 12px 0 0;
}

.timeline-step.active h3,
.timeline-step.active p {
  color: #fff;
}

.profile-section {
  align-items: center;
  background: #fff;
  border-top: 1px solid var(--line);
}

.profile-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-actions a {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 148px;
  padding: 22px;
}

.profile-actions a:hover {
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 26, 48, 0.1);
}

.profile-actions span {
  align-items: center;
  background: var(--navy);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  margin-bottom: 34px;
  width: 38px;
}

.profile-actions strong {
  color: var(--navy);
  display: block;
  font-size: 22px;
}

.inquiry-section {
  background:
    linear-gradient(90deg, rgba(6, 45, 98, 0.96), rgba(10, 65, 104, 0.92)),
    url("assets/generated/fast/global-trade-hero.webp") center / cover no-repeat;
  color: #fff;
  padding: clamp(72px, 8vw, 128px) clamp(18px, 5vw, 72px);
  position: relative;
}

.anchor-alias {
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1px;
}

.inquiry-section .section-label,
.inquiry-section h2,
.inquiry-section p {
  color: #fff;
}

.inquiry-form {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--ink);
  display: grid;
  gap: 14px;
  padding: clamp(20px, 4vw, 34px);
}

.inquiry-form label {
  display: grid;
  gap: 7px;
}

.inquiry-form label span {
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 950;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form .primary-action {
  border: 0;
  cursor: pointer;
  margin-top: 4px;
}

.form-note {
  color: var(--muted) !important;
  font-size: 13px !important;
  margin: 0 !important;
}

.site-footer {
  align-items: center;
  background: #08111f;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 26px clamp(18px, 5vw, 72px);
}

.site-footer p {
  margin: 0;
}

.footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.footer-brand img {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 6px;
  height: 34px;
  object-fit: contain;
  padding: 4px;
  width: 34px;
}

@media (max-width: 1120px) {
  .hero-grid,
  .mission-grid,
  .operations-video-section,
  .cargo-video-section,
  .route-section,
  .section-head,
  .stack-section,
  .profile-section,
  .inquiry-section,
  .proof-section {
    grid-template-columns: 1fr;
  }

  .command-board {
    max-width: 620px;
  }

  .ops-layout {
    grid-template-columns: 1fr;
  }

  .ops-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .field-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-map {
    grid-template-columns: 1fr;
  }

  .route-map::before {
    bottom: 10%;
    height: auto;
    left: 42px;
    right: auto;
    top: 8%;
    width: 2px;
  }

  .route-node {
    min-height: auto;
  }

  .route-node strong {
    margin-top: 34px;
  }

  .stack-visual {
    min-height: 420px;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline-step {
    min-height: auto;
  }

  .timeline-step::after {
    bottom: -13px;
    height: auto;
    left: 42px;
    right: auto;
    top: 64px;
    width: 2px;
  }

  .timeline-step h3 {
    margin-top: 40px;
  }
}

@media (max-width: 920px) {
  .site-header {
    height: 68px;
  }

  .main-nav {
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid var(--line);
    box-shadow: 0 28px 70px rgba(7, 26, 48, 0.14);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 12px 18px 22px;
    position: fixed;
    right: 0;
    top: 68px;
  }

  body.menu-open .main-nav {
    display: flex;
  }

  .main-nav a {
    border-radius: 6px;
    width: 100%;
  }

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

  .hero-section {
    padding-top: 104px;
  }

  .hero-section::before {
    inset-top: 68px;
  }

  .ops-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 0 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    height: 38px;
    width: 38px;
  }

  .brand-text small {
    display: none;
  }

  .hero-section {
    min-height: auto;
    padding: 102px 18px 0;
  }

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

  .hero-copy h1 {
    font-size: 47px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .command-board {
    min-height: auto;
  }

  .board-map {
    height: 240px;
  }

  .board-metrics,
  .field-wall,
  .profile-actions {
    grid-template-columns: 1fr;
  }

  .field-tile.wide {
    grid-column: auto;
  }

  .field-tile {
    min-height: 236px;
  }

  .ops-tabs {
    grid-template-columns: 1fr;
  }

  .operations-video-caption,
  .cargo-video-caption {
    bottom: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    padding: 13px 14px;
  }

  .operations-video-caption strong,
  .cargo-video-caption strong {
    font-size: 16px;
  }

  .ops-card {
    min-height: 370px;
  }

  .ops-number {
    margin-bottom: 44px;
  }

  .stack-visual {
    min-height: 280px;
  }

  .stack-list article {
    grid-template-columns: 1fr;
  }

  .stack-list h3,
  .stack-list p {
    grid-column: auto;
  }

  .proof-grid article {
    grid-template-columns: 94px 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

.site-header {
  background: rgba(6, 16, 31, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.site-header.is-scrolled {
  background: rgba(6, 16, 31, 0.94);
  box-shadow: 0 18px 48px rgba(3, 12, 24, 0.34);
}

.brand-mark {
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.72), transparent 20%),
    linear-gradient(145deg, #0b63ce, #0c223f 74%);
  box-shadow: 0 0 30px rgba(48, 168, 255, 0.36);
}

.brand-text strong,
.language-button {
  color: #fff;
}

.brand-text small,
.main-nav a {
  color: rgba(255, 255, 255, 0.72);
}

.main-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.language-button,
.menu-button {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.menu-button span {
  background: #fff;
}

.hero-section {
  background:
    radial-gradient(circle at 12% 24%, rgba(51, 180, 255, 0.26), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(200, 138, 55, 0.2), transparent 28%),
    linear-gradient(135deg, #06101f 0%, #082449 47%, #091522 100%);
  color: #fff;
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: 0;
}

.hero-section::before {
  background: linear-gradient(180deg, #4ac6ff, #0b63ce 44%, #c88a37);
  box-shadow: 0 0 34px rgba(48, 168, 255, 0.58);
  width: 6px;
}

.hero-section::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 68px 68px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.65), transparent 78%);
  pointer-events: none;
  position: absolute;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1.14fr);
  min-height: calc(100vh - 210px);
}

.hero-copy {
  align-self: center;
  padding-bottom: 40px;
}

.eyebrow,
.section-label {
  color: #cfa057;
}

.hero-copy h1 {
  color: #fff;
  font-size: clamp(56px, 8vw, 118px);
  text-shadow: 0 22px 70px rgba(0, 0, 0, 0.4);
}

.hero-lead {
  color: rgba(255, 255, 255, 0.78);
}

.primary-action {
  background: linear-gradient(135deg, #1a78ff, #082c63 64%, #c88a37);
  box-shadow: 0 20px 52px rgba(18, 114, 255, 0.32);
}

.ghost-action {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.hero-visual {
  align-self: center;
  min-height: 620px;
  position: relative;
  transform-style: preserve-3d;
  z-index: 2;
}

.hero-image-frame {
  animation: heroDrift 9s ease-in-out infinite alternate;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.42);
  height: min(58vw, 620px);
  max-height: 620px;
  min-height: 390px;
  overflow: hidden;
  position: absolute;
  right: -12vw;
  top: 0;
  width: min(78vw, 980px);
}

.hero-image-frame::after {
  background:
    linear-gradient(90deg, rgba(6, 16, 31, 0.72), rgba(6, 16, 31, 0.04) 42%, rgba(6, 16, 31, 0.16)),
    linear-gradient(180deg, transparent 62%, rgba(6, 16, 31, 0.38));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-image-frame img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.route-glow {
  border: 1px solid rgba(84, 196, 255, 0.46);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 999px;
  filter: drop-shadow(0 0 14px rgba(84, 196, 255, 0.78));
  height: 240px;
  position: absolute;
  transform: rotate(-15deg);
  width: 520px;
  z-index: 3;
}

.route-glow-one {
  animation: pulseLine 3.6s ease-in-out infinite;
  right: 12%;
  top: 72px;
}

.route-glow-two {
  animation: pulseLineAlt 4.2s ease-in-out infinite 0.8s;
  bottom: 100px;
  right: 24%;
  transform: rotate(19deg);
}

.floating-panel,
.floating-thumb,
.parts-rail article,
.mission-mini-grid article,
.field-tile,
.ops-card {
  border-radius: 8px;
}

.floating-panel {
  animation: floatPanel 6s ease-in-out infinite alternate;
  backdrop-filter: blur(18px);
  background: rgba(7, 23, 43, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
  color: #fff;
  min-width: 210px;
  padding: 16px 18px;
  position: absolute;
  translate: 0 var(--scroll-shift, 0);
  z-index: 4;
}

.floating-panel span {
  color: #54c4ff;
  display: block;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.floating-panel strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.05;
  margin-top: 8px;
}

.floating-panel small {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 8px;
}

.floating-panel .metric-value {
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
}

.country-strip {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 12px;
}

.country-strip span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding: 7px 6px;
  text-transform: none;
  white-space: nowrap;
}

.panel-japan {
  left: 0;
  top: 42px;
}

.panel-flow {
  bottom: 82px;
  left: 11%;
}

.floating-thumb {
  animation: floatPanel 7s ease-in-out infinite alternate;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 68px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  position: absolute;
  translate: 0 var(--scroll-shift, 0);
  z-index: 4;
}

.floating-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.thumb-logistics {
  height: 168px;
  right: 2%;
  top: 44px;
  width: 168px;
}

.thumb-routes {
  bottom: 34px;
  height: 190px;
  right: 18%;
  width: 270px;
}

.parts-rail {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0 calc(clamp(18px, 5vw, 72px) * -1);
  position: relative;
  z-index: 4;
}

.parts-rail article {
  background: #08111f;
  min-height: 168px;
  overflow: hidden;
  position: relative;
}

.parts-rail img {
  filter: saturate(1.06) contrast(1.04);
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  position: absolute;
  transform: scale(1.02);
  transition: transform 700ms ease, opacity 700ms ease;
  width: 100%;
}

.parts-rail article:hover img {
  opacity: 1;
  transform: scale(1.11);
}

.parts-rail span {
  bottom: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  left: 14px;
  letter-spacing: 0.06em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.parts-rail article::after,
.field-tile::after,
.route-node::after {
  background: linear-gradient(180deg, transparent, rgba(6, 16, 31, 0.76));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.mission-section {
  background:
    linear-gradient(180deg, #fff, #f5f8fc),
    radial-gradient(circle at 86% 22%, rgba(84, 196, 255, 0.16), transparent 28%);
}

.mission-mini-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
}

.mission-mini-grid article {
  background: #08111f;
  box-shadow: 0 18px 44px rgba(7, 26, 48, 0.16);
  min-height: 160px;
  overflow: hidden;
  position: relative;
}

.mission-mini-grid img {
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
  position: absolute;
  width: 100%;
}

.mission-mini-grid strong {
  bottom: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  left: 16px;
  position: absolute;
  z-index: 1;
}

.operations-video-section {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(244, 248, 251, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 12% 18%, rgba(13, 138, 167, 0.16), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(200, 138, 55, 0.16), transparent 28%);
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  overflow: hidden;
  position: relative;
}

.operations-video-section::before {
  background: linear-gradient(180deg, var(--navy), var(--blue), var(--cyan));
  content: "";
  inset: 0 auto 0 0;
  opacity: 0.9;
  position: absolute;
  width: 8px;
}

.operations-video-copy,
.operations-video-grid,
.operations-video-frame {
  position: relative;
  z-index: 1;
}

.operations-video-copy h2 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5.4vw, 72px);
  font-weight: 500;
  line-height: 1.04;
  margin: 0;
}

.operations-video-copy p {
  color: var(--ink-2);
  font-size: 18px;
  margin: 24px 0 0;
  max-width: 640px;
}

.operations-video-grid {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.operations-video-frame {
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(120deg, rgba(6, 16, 31, 0.38), rgba(6, 16, 31, 0.1)),
    url("assets/video/japan-operations-poster.webp") center / cover no-repeat,
    #08111f;
  border: 1px solid rgba(220, 229, 239, 0.9);
  border-radius: 10px;
  box-shadow: 0 28px 90px rgba(7, 26, 48, 0.22);
  overflow: hidden;
  position: relative;
}

.operations-video-frame:nth-child(2) {
  background:
    linear-gradient(120deg, rgba(6, 16, 31, 0.38), rgba(6, 16, 31, 0.1)),
    url("assets/video/office-operations-poster.webp") center / cover no-repeat,
    #08111f;
}

.operations-video-frame video {
  filter: saturate(0.82) contrast(1.08) brightness(0.82);
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 1;
}

.video-poster-fallback {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.operations-video-tint {
  background:
    linear-gradient(110deg, rgba(6, 16, 31, 0.72), transparent 48%),
    linear-gradient(180deg, transparent 38%, rgba(6, 16, 31, 0.68));
  inset: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.operations-video-caption {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(220, 229, 239, 0.86);
  border-radius: 8px;
  bottom: 20px;
  box-shadow: 0 18px 46px rgba(6, 16, 31, 0.22);
  left: 20px;
  max-width: min(430px, calc(100% - 40px));
  padding: 16px 18px;
  position: absolute;
  z-index: 3;
}

.operations-video-caption span {
  color: var(--green);
  display: block;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.operations-video-caption strong {
  color: var(--navy);
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 7px;
}

.cargo-video-section {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(6, 16, 31, 0.96), rgba(8, 36, 73, 0.9)),
    radial-gradient(circle at 12% 22%, rgba(13, 138, 167, 0.34), transparent 30%),
    radial-gradient(circle at 92% 76%, rgba(200, 138, 55, 0.26), transparent 28%);
  color: #fff;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  overflow: hidden;
  position: relative;
}

.shipment-video-grid {
  display: grid;
  gap: 14px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.cargo-video-section::before {
  background: linear-gradient(90deg, rgba(84, 196, 255, 0), rgba(84, 196, 255, 0.72), rgba(200, 138, 55, 0.56), rgba(84, 196, 255, 0));
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 50%;
}

.cargo-video-copy,
.cargo-video-frame {
  position: relative;
  z-index: 1;
}

.cargo-video-copy h2 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5.4vw, 72px);
  font-weight: 500;
  line-height: 1.04;
  margin: 0;
}

.cargo-video-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  margin: 24px 0 0;
  max-width: 640px;
}

.cargo-video-frame {
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(120deg, rgba(6, 16, 31, 0.32), rgba(6, 16, 31, 0.08)),
    url("assets/video/container-loading-poster.webp") center / cover no-repeat,
    #08111f;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  position: relative;
}

.shipment-video-frame:nth-child(2) {
  background:
    linear-gradient(120deg, rgba(6, 16, 31, 0.32), rgba(6, 16, 31, 0.08)),
    url("assets/video/tire-loading-poster.webp") center / cover no-repeat,
    #08111f;
}

.cargo-video-frame video {
  filter: saturate(0.9) contrast(1.08) brightness(0.84);
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 1;
}

.video-fallback video {
  display: none;
}

.cargo-video-tint {
  background:
    linear-gradient(110deg, rgba(6, 16, 31, 0.48), transparent 54%),
    linear-gradient(180deg, transparent 40%, rgba(6, 16, 31, 0.72));
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.cargo-video-caption {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(220, 229, 239, 0.86);
  border-radius: 8px;
  bottom: 20px;
  box-shadow: 0 18px 46px rgba(6, 16, 31, 0.24);
  left: 20px;
  max-width: min(450px, calc(100% - 40px));
  padding: 16px 18px;
  position: absolute;
  z-index: 3;
}

.cargo-video-caption span {
  color: var(--green);
  display: block;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cargo-video-caption strong {
  color: var(--navy);
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 7px;
}

.route-section {
  background:
    linear-gradient(135deg, rgba(6, 16, 31, 0.97), rgba(8, 36, 73, 0.94)),
    url("assets/generated/fast/light-routes.webp") center / cover no-repeat;
  overflow: hidden;
}

.route-section::before {
  background:
    linear-gradient(90deg, rgba(6, 16, 31, 0.84), rgba(6, 16, 31, 0.35)),
    radial-gradient(circle at 78% 34%, rgba(84, 196, 255, 0.32), transparent 32%);
}

.route-map {
  gap: 14px;
}

.route-map::before {
  background: linear-gradient(90deg, rgba(84, 196, 255, 0), rgba(84, 196, 255, 0.98), rgba(200, 138, 55, 0.86), rgba(84, 196, 255, 0));
  box-shadow: 0 0 28px rgba(84, 196, 255, 0.6);
  top: 118px;
}

.route-node {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.08);
  min-height: 360px;
  overflow: hidden;
  padding: 0;
}

.route-node.active,
.route-node:hover {
  transform: translateY(-10px);
}

.node-image {
  height: 170px;
  object-fit: cover;
  opacity: 0.86;
  width: 100%;
}

.route-node span,
.route-node strong,
.route-node small {
  position: relative;
  z-index: 2;
}

.route-node span {
  background: rgba(84, 196, 255, 0.16);
  box-shadow: 0 0 28px rgba(84, 196, 255, 0.34);
  margin: -30px 0 0 18px;
}

.route-node strong {
  padding: 22px 18px 0;
}

.route-node small {
  padding: 0 18px 20px;
}

.operations-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(84, 196, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #f7faff, #eef4f9);
}

.ops-layout {
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
}

.ops-tabs button {
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 26, 48, 0.08);
}

.ops-card {
  background:
    linear-gradient(135deg, rgba(6, 16, 31, 0.94), rgba(8, 36, 73, 0.86)),
    url("assets/generated/fast/operations-command.webp") center / cover no-repeat;
  color: #fff;
  min-height: 520px;
  overflow: hidden;
  padding: 34px;
}

.ops-card::before {
  background:
    linear-gradient(90deg, rgba(6, 16, 31, 0.9) 0%, rgba(6, 16, 31, 0.54) 44%, transparent 100%),
    radial-gradient(circle at 82% 26%, rgba(84, 196, 255, 0.28), transparent 30%);
  content: "";
  inset: 0;
  position: absolute;
}

.ops-card-visual {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  height: 250px;
  max-width: 430px;
  overflow: hidden;
  position: absolute;
  right: 28px;
  top: 28px;
  width: 46%;
  z-index: 1;
}

.ops-card-visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ops-card h3,
.ops-card > p,
.ops-output {
  position: relative;
  z-index: 2;
}

.ops-number {
  color: #cfa057;
}

.ops-card h3 {
  color: #fff;
  max-width: 520px;
}

.ops-card p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
}

.ops-output {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  max-width: 520px;
}

.stack-section {
  background: #08111f;
  color: #fff;
}

.stack-copy h2,
.stack-list h3 {
  color: #fff;
}

.stack-list article {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.stack-list p {
  color: rgba(255, 255, 255, 0.68);
}

.stack-visual {
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.34);
}

.fields-section {
  background:
    radial-gradient(circle at 90% 8%, rgba(84, 196, 255, 0.16), transparent 26%),
    linear-gradient(180deg, #fff, #f5f8fc);
}

.category-visual {
  border-radius: 8px;
  max-height: 520px;
}

.field-wall {
  gap: 16px;
}

.field-tile {
  background: #08111f;
  color: #fff;
  min-height: 360px;
  overflow: hidden;
  padding: 0;
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.field-tile:hover {
  box-shadow: 0 26px 70px rgba(7, 26, 48, 0.2);
  transform: translateY(-8px);
}

.field-image {
  height: 180px;
  object-fit: cover;
  opacity: 0.82;
  width: 100%;
}

.field-tile span,
.field-tile h3,
.field-tile p {
  position: relative;
  z-index: 2;
}

.field-tile span {
  color: #cfa057;
  display: block;
  padding: 22px 24px 0;
}

.field-tile h3 {
  color: #fff;
  padding: 8px 24px 0;
}

.field-tile p {
  color: rgba(255, 255, 255, 0.72);
  padding: 0 24px 24px;
}

.proof-section {
  background:
    linear-gradient(135deg, rgba(6, 16, 31, 0.94), rgba(8, 36, 73, 0.84)),
    url("assets/generated/fast/light-routes.webp") center / cover no-repeat;
  color: #fff;
}

.proof-panel {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.proof-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.proof-grid span,
.proof-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.process-section {
  background: #f6f9fc;
}

.timeline-step {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 251, 0.94)),
    radial-gradient(circle at 20% 10%, rgba(84, 196, 255, 0.22), transparent 34%);
  box-shadow: 0 18px 50px rgba(7, 26, 48, 0.08);
}

.timeline-step.active {
  background:
    linear-gradient(135deg, rgba(6, 16, 31, 0.95), rgba(8, 36, 73, 0.86)),
    url("assets/generated/fast/light-routes.webp") center / cover no-repeat;
  color: #fff;
}

.timeline-step.active h3 {
  color: #fff;
}

.profile-section {
  background: #fff;
}

.profile-logo-plate {
  background: #fff;
  border: 1px solid rgba(220, 229, 239, 0.86);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(7, 26, 48, 0.08);
  margin-bottom: 26px;
  max-width: 360px;
  padding: 18px;
}

.profile-logo-plate img {
  height: auto;
  width: 100%;
}

.inquiry-section {
  background:
    linear-gradient(135deg, rgba(6, 16, 31, 0.94), rgba(8, 36, 73, 0.82)),
    url("assets/generated/fast/logistics-node.webp") right center / cover no-repeat;
  color: #fff;
}

.inquiry-section h2,
.inquiry-section p {
  color: #fff;
}

.inquiry-form {
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}

.inquiry-form label span {
  color: rgba(255, 255, 255, 0.82);
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  background: rgba(255, 255, 255, 0.9);
}

.reveal-ready {
  opacity: 1;
  transform: translateY(18px);
  transition: opacity 680ms ease, transform 680ms ease;
}

.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroDrift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-18px, 12px, 0) scale(1.015);
  }
}

@keyframes floatPanel {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -14px, 0);
  }
}

@keyframes pulseLine {
  0%,
  100% {
    opacity: 0.35;
    transform: rotate(-15deg) scaleX(0.92);
  }

  50% {
    opacity: 1;
    transform: rotate(-15deg) scaleX(1.04);
  }
}

@keyframes pulseLineAlt {
  0%,
  100% {
    opacity: 0.3;
    transform: rotate(19deg) scaleX(0.9);
  }

  50% {
    opacity: 0.92;
    transform: rotate(19deg) scaleX(1.08);
  }
}

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 560px;
  }

  .hero-image-frame {
    left: 0;
    right: auto;
    width: 100%;
  }

  .parts-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .route-map::before {
    top: 8%;
  }

  .route-node strong {
    margin-top: 0;
  }
}

@media (max-width: 920px) {
  .main-nav {
    background: rgba(6, 16, 31, 0.98);
    border-top-color: rgba(255, 255, 255, 0.12);
  }

  .hero-copy h1 {
    font-size: clamp(46px, 11vw, 72px);
  }

  .ops-card-visual {
    margin-bottom: 24px;
    max-width: none;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .ops-layout {
    grid-template-columns: 1fr !important;
  }

  .ops-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-map {
    grid-template-columns: 1fr !important;
  }

  .route-map::before {
    display: none;
  }

  .route-node {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .hero-section {
    padding-top: 96px;
  }

  .hero-copy h1 {
    font-size: 43px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-image-frame {
    height: 410px;
    min-height: 410px;
    right: auto;
  }

  .floating-panel {
    min-width: 180px;
    padding: 13px 14px;
  }

  .floating-panel strong {
    font-size: 21px;
  }

  .panel-flow {
    bottom: 52px;
    left: 4%;
  }

  .thumb-logistics {
    height: 126px;
    right: 0;
    top: 28px;
    width: 126px;
  }

  .thumb-routes {
    bottom: 22px;
    height: 132px;
    right: 0;
    width: 190px;
  }

  .parts-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mission-mini-grid,
  .parts-rail {
    grid-template-columns: 1fr;
  }

  .parts-rail article {
    min-height: 136px;
  }

  .ops-tabs {
    grid-template-columns: 1fr;
  }

  .route-node {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 176px;
  }

  .route-node::after {
    background: linear-gradient(90deg, rgba(6, 16, 31, 0.2), rgba(6, 16, 31, 0.82));
  }

  .route-node span {
    grid-column: 2;
    margin: 16px 16px 0;
  }

  .route-node strong {
    grid-column: 2;
    margin: 0;
    padding: 12px 16px 0;
  }

  .route-node small {
    grid-column: 2;
    padding: 0 16px 18px;
  }

  .node-image,
  .field-image {
    height: 150px;
  }

  .node-image {
    grid-row: 1 / span 4;
    height: 100%;
    min-height: 176px;
  }

  .field-tile {
    min-height: 310px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Production readability fixes */
.brand {
  min-width: 218px;
}

.brand-mark {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(3, 12, 24, 0.24);
  flex: 0 0 44px;
  height: 44px;
  overflow: hidden;
  padding: 4px;
  width: 44px;
}

.brand-mark img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.brand-text strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.floating-panel {
  max-width: min(360px, 78vw);
}

.floating-panel strong {
  line-height: 1.08;
}

.floating-panel small {
  display: block;
  line-height: 1.35;
  margin-top: 4px;
}

.ops-layout {
  align-items: stretch;
  grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
}

.ops-tabs button {
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 16px 18px;
  white-space: normal;
}

.ops-tabs {
  grid-template-columns: 1fr;
}

.ops-card {
  align-items: start;
  display: grid;
  gap: 18px clamp(22px, 4vw, 42px);
  grid-template-areas:
    "number visual"
    "title visual"
    "text visual"
    "output visual"
    "lane visual";
  grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
  min-height: auto;
  padding: clamp(24px, 4vw, 46px);
}

.ops-card::before,
.ops-card::after {
  pointer-events: none;
}

.ops-card-visual {
  align-self: stretch;
  aspect-ratio: 4 / 3;
  grid-area: visual;
  height: auto;
  margin: 0;
  max-width: none;
  min-height: 260px;
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 2;
}

.ops-number {
  grid-area: number;
  margin: 0;
  max-width: none;
}

.ops-card h3 {
  font-size: clamp(32px, 4vw, 58px);
  grid-area: title;
  line-height: 1.04;
  margin: 0;
  max-width: none;
  overflow-wrap: anywhere;
}

.ops-card > p:not(.ops-number) {
  font-size: clamp(16px, 1.35vw, 19px);
  grid-area: text;
  line-height: 1.55;
  margin: 0;
  max-width: none;
  overflow-wrap: anywhere;
}

.ops-output {
  align-self: end;
  flex-wrap: wrap;
  grid-area: output;
  margin-top: 6px;
  max-width: none;
  min-width: 0;
}

.ops-output strong {
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

.mission-section,
.operations-section,
.proof-section {
  position: relative;
}

.micro-logistics {
  height: 54px;
  left: clamp(18px, 5vw, 72px);
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  z-index: 3;
}

.micro-logistics-mission {
  bottom: 24px;
}

.micro-logistics-route {
  bottom: 26px;
  left: auto;
  right: clamp(18px, 5vw, 72px);
  width: min(580px, calc(100% - 36px));
}

.micro-track {
  background: linear-gradient(90deg, transparent, rgba(13, 138, 167, 0.38), rgba(200, 138, 55, 0.58), transparent);
  border-radius: 999px;
  bottom: 11px;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.micro-track::before {
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0 18px, transparent 18px 34px);
  content: "";
  inset: -9px 0 auto;
  height: 2px;
  position: absolute;
}

.micro-forklift,
.micro-drayage {
  bottom: 0;
  max-width: none;
  position: absolute;
  user-select: none;
}

.micro-forklift {
  animation: microForklift 12s ease-in-out infinite;
  width: 64px;
}

.micro-drayage {
  animation: microDrayage 20s linear infinite;
  bottom: 8px;
  opacity: 0.92;
  width: 132px;
}

.micro-container {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(135deg, #0b63ce, #062d62);
  background-size: 8px 100%, auto;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 3px;
  bottom: 14px;
  box-shadow: 0 10px 22px rgba(7, 26, 48, 0.16);
  height: 21px;
  left: 0;
  position: absolute;
  width: 44px;
}

.micro-container-a {
  animation: microContainerA 12s ease-in-out infinite;
  left: clamp(160px, 44%, 480px);
}

.micro-container-b {
  animation: microContainerB 17s ease-in-out infinite;
  left: clamp(230px, 70%, 680px);
}

.micro-logistics-mission .micro-track {
  background: linear-gradient(90deg, transparent, rgba(11, 99, 206, 0.28), rgba(200, 138, 55, 0.48), transparent);
}

.micro-logistics-route .micro-track {
  background: linear-gradient(90deg, transparent, rgba(84, 196, 255, 0.42), rgba(200, 138, 55, 0.74), transparent);
}

.micro-logistics-route .micro-container {
  opacity: 0.9;
}

.logistics-scene {
  display: none;
  appearance: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at 84% 12%, rgba(84, 196, 255, 0.22), transparent 28%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: #fff;
  cursor: pointer;
  display: grid;
  gap: 24px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  margin-top: -26px;
  min-height: 260px;
  overflow: hidden;
  padding: clamp(20px, 3.4vw, 34px);
  position: relative;
  text-align: left;
}

.logistics-scene:focus-visible {
  outline: 3px solid rgba(84, 196, 255, 0.8);
  outline-offset: 4px;
}

.logistics-scene-copy {
  align-self: center;
  display: block;
  position: relative;
  z-index: 2;
}

.logistics-scene-copy strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 500;
  line-height: 1.06;
}

.logistics-scene-copy small {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.55;
  margin-top: 14px;
}

.scene-yard {
  align-self: stretch;
  background:
    linear-gradient(180deg, rgba(6, 16, 31, 0.28), rgba(6, 16, 31, 0.66)),
    linear-gradient(90deg, rgba(84, 196, 255, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  display: block;
  min-height: 210px;
  overflow: hidden;
  position: relative;
}

.yard-dock {
  background: linear-gradient(90deg, rgba(200, 138, 55, 0.9), rgba(84, 196, 255, 0.8));
  border-radius: 999px;
  bottom: 48px;
  height: 4px;
  left: 24px;
  position: absolute;
  right: 24px;
}

.yard-dock::before,
.yard-dock::after {
  background: rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  content: "";
  height: 2px;
  position: absolute;
  top: -16px;
  width: 34%;
}

.yard-dock::before {
  left: 6%;
}

.yard-dock::after {
  right: 8%;
}

.motion-drayage,
.motion-forklift {
  pointer-events: none;
  position: absolute;
  user-select: none;
  z-index: 3;
}

.motion-drayage {
  animation: drayageLoop 18s linear infinite;
  bottom: 62px;
  max-width: none;
  width: 260px;
}

.motion-forklift {
  animation: forkliftLoop 11s linear infinite;
  bottom: 22px;
  max-width: none;
  width: 142px;
}

.yard-container {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(135deg, #0b63ce, #062d62);
  background-size: 14px 100%, auto;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 5px;
  bottom: 50px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
  height: 42px;
  position: absolute;
  width: 92px;
  z-index: 2;
}

.container-one {
  right: 26%;
}

.container-two {
  right: 12%;
  transform: translateY(-48px);
}

.yard-beacon {
  animation: beaconPulse 1.8s ease-in-out infinite;
  background: rgba(200, 138, 55, 0.88);
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(200, 138, 55, 0.46);
  height: 12px;
  position: absolute;
  right: 28px;
  top: 24px;
  width: 12px;
}

.logistics-scene.is-driving .motion-forklift {
  animation: forkliftRun 2.8s ease-in-out;
}

.logistics-scene.is-driving .container-one {
  animation: containerLift 2.8s ease-in-out;
}

.ops-motion-lane {
  grid-area: lane;
  height: 58px;
  max-width: 520px;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.ops-lane-track {
  background: linear-gradient(90deg, rgba(84, 196, 255, 0.2), rgba(200, 138, 55, 0.62), rgba(84, 196, 255, 0.18));
  border-radius: 999px;
  bottom: 9px;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.ops-mini-forklift {
  animation: opsForklift 7.4s ease-in-out infinite;
  bottom: 0;
  max-width: none;
  position: absolute;
  width: 72px;
}

.ops-mini-container {
  animation: opsContainer 7.4s ease-in-out infinite;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(135deg, #0b63ce, #062d62);
  background-size: 9px 100%, auto;
  border-radius: 4px;
  bottom: 13px;
  height: 22px;
  position: absolute;
  width: 48px;
}

.proof-grid article {
  align-items: start;
  gap: 12px;
  grid-template-columns: 1fr;
  min-height: 132px;
}

.proof-grid strong {
  color: #fff;
  font-family: inherit;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.2;
}

.proof-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.section {
  scroll-margin-top: 96px;
}

@keyframes drayageLoop {
  from {
    transform: translateX(110%);
  }

  to {
    transform: translateX(-145%);
  }
}

@keyframes forkliftLoop {
  0% {
    transform: translateX(-120%);
  }

  44%,
  58% {
    transform: translateX(142%);
  }

  100% {
    transform: translateX(410%);
  }
}

@keyframes forkliftRun {
  0% {
    transform: translateX(-115%) translateY(0);
  }

  38% {
    transform: translateX(135%) translateY(0);
  }

  58% {
    transform: translateX(135%) translateY(-12px);
  }

  100% {
    transform: translateX(420%) translateY(0);
  }
}

@keyframes containerLift {
  0%,
  32% {
    transform: translateY(0);
  }

  56% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes beaconPulse {
  50% {
    box-shadow: 0 0 0 12px rgba(200, 138, 55, 0);
    opacity: 0.62;
  }
}

@keyframes opsForklift {
  0% {
    transform: translateX(-82px);
  }

  46%,
  58% {
    transform: translateX(220px);
  }

  100% {
    transform: translateX(560px);
  }
}

@keyframes opsContainer {
  0%,
  40% {
    transform: translateX(180px);
  }

  56%,
  100% {
    transform: translateX(266px);
  }
}

@keyframes microForklift {
  0% {
    transform: translateX(-90px);
  }

  42%,
  54% {
    transform: translateX(min(48vw, 520px));
  }

  100% {
    transform: translateX(calc(100vw + 90px));
  }
}

@keyframes microDrayage {
  from {
    transform: translateX(calc(100vw + 160px));
  }

  to {
    transform: translateX(-190px);
  }
}

@keyframes microContainerA {
  0%,
  34% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes microContainerB {
  0%,
  100% {
    opacity: 0.72;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@media (max-width: 920px) {
  .ops-card {
    grid-template-areas:
      "visual"
      "number"
      "title"
      "text"
      "output"
      "lane";
    grid-template-columns: 1fr;
  }

  .ops-card-visual {
    min-height: 220px;
  }

  .logistics-scene {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1120px) {
  .ops-layout {
    grid-template-columns: 1fr;
  }

  .ops-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ops-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .brand {
    gap: 9px;
    min-width: 0;
  }

  .brand-mark {
    flex-basis: 38px;
    height: 38px;
    width: 38px;
  }

  .brand-text strong {
    font-size: 18px;
  }

  .ops-card {
    padding: 22px;
  }

  .scene-yard {
    min-height: 184px;
  }

  .motion-drayage {
    width: 214px;
  }

  .motion-forklift {
    width: 118px;
  }

  .ops-tabs {
    grid-template-columns: 1fr;
  }

  .ops-card h3 {
    font-size: 32px;
  }

  .ops-number {
    font-size: 46px;
  }
}

/* Final mobile hardening: keep the deployed site readable and keep videos visible on phones. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 760px) {
  .section {
    padding: 56px 18px;
  }

  .site-header {
    left: 12px;
    padding: 10px 12px;
    right: 12px;
    top: 12px;
  }

  .brand {
    min-width: 0;
  }

  .nav {
    display: none;
  }

  .hero-section {
    min-height: auto;
    padding: 96px 18px 0;
  }

  .hero-grid {
    display: block;
    min-height: auto;
  }

  .hero-copy h1 {
    font-size: clamp(40px, 12vw, 48px);
    line-height: 1.02;
  }

  .hero-lead {
    font-size: 16px;
  }

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

  .hero-actions a {
    justify-content: center;
    width: 100%;
  }

  .hero-visual {
    display: grid;
    gap: 12px;
    margin-top: 30px;
    min-height: auto;
  }

  .hero-image-frame {
    aspect-ratio: 16 / 11;
    height: auto;
    max-height: none;
    min-height: 0;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .route-glow,
  .floating-thumb {
    display: none;
  }

  .floating-panel {
    animation: none;
    bottom: auto !important;
    left: auto !important;
    max-width: 100%;
    min-width: 0;
    position: relative;
    right: auto !important;
    top: auto !important;
    width: 100%;
  }

  .floating-panel .metric-value {
    font-size: 40px;
  }

  .country-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .parts-rail,
  .mission-mini-grid,
  .proof-grid,
  .field-wall,
  .ops-tabs,
  .shipment-video-grid {
    grid-template-columns: 1fr !important;
  }

  .mission-grid,
  .operations-video-section,
  .cargo-video-section,
  .route-section,
  .section-head,
  .stack-section,
  .profile-section,
  .inquiry-section,
  .proof-section {
    grid-template-columns: 1fr !important;
  }

  .operations-video-copy h2,
  .cargo-video-copy h2,
  .route-copy h2,
  .section-head h2,
  .stack-copy h2,
  .profile-copy h2,
  .inquiry-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
    overflow-wrap: anywhere;
  }

  .operations-video-frame,
  .cargo-video-frame,
  .shipment-video-frame {
    aspect-ratio: 16 / 9;
    min-height: 210px;
    width: 100%;
  }

  .operations-video-caption,
  .cargo-video-caption {
    bottom: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    padding: 11px 12px;
  }

  .operations-video-caption strong,
  .cargo-video-caption strong {
    font-size: 15px;
  }

  .cargo-video-copy {
    order: 1;
  }

  .shipment-video-grid {
    order: 2;
  }

  .route-map {
    gap: 14px;
  }

  .route-node {
    display: block;
    min-height: auto;
  }

  .node-image {
    height: 140px;
    min-height: 0;
    width: 100%;
  }

  .route-node span,
  .route-node strong,
  .route-node small {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .ops-layout {
    grid-template-columns: 1fr !important;
  }

  .ops-card {
    grid-template-areas:
      "visual"
      "number"
      "title"
      "text"
      "output"
      "lane";
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 22px;
  }

  .ops-card-visual {
    min-height: 200px;
  }

  .field-tile,
  .field-tile.wide {
    grid-column: auto;
    min-height: 240px;
  }

  .proof-grid article {
    grid-template-columns: 1fr;
  }
}
