@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600;700;800;900&display=swap");

:root {
  color-scheme: dark;
  --bg: #050505;
  --bg-soft: #0d0e10;
  --panel: #121316;
  --panel-2: #17191d;
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(255, 255, 255, 0.2);
  --text: #f8f4ec;
  --muted: #b9b0a3;
  --soft: #81796e;
  --gold: #c9a760;
  --gold-2: #e6c986;
  --teal: #4cc7b7;
  --blue: #58a6d6;
  --coral: #f06d55;
  --green: #91c788;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -48px;
  z-index: 200;
  background: var(--gold);
  color: #111;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 700;
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 16px;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(201, 167, 96, 0.08), transparent 28rem),
    linear-gradient(90deg, rgba(76, 199, 183, 0.06), transparent 32rem),
    var(--bg);
}

.container {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 86px 0;
}

.section.compact {
  padding: 64px 0;
}

.section.band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    var(--bg-soft);
}

.section-head {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.eyebrow {
  margin: 0;
  color: var(--gold-2);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: 3.2rem;
}

h2 {
  margin-bottom: 0;
  font-size: 2.35rem;
}

h3 {
  font-size: 1.22rem;
}

.lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 760px;
}

.muted {
  color: var(--muted);
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.header-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(88, 166, 214, 0.26);
  border-radius: 999px;
  color: #00bfff;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.94rem;
  font-weight: 800;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.header-contact:hover,
.header-contact:focus-visible {
  color: #57ddff;
  border-color: rgba(0, 191, 255, 0.5);
  background: rgba(0, 191, 255, 0.08);
  box-shadow: 0 0 24px rgba(0, 191, 255, 0.14);
  outline: none;
}

.home-page .legacy-header {
  background: transparent;
}

.home-page .legacy-header .header-inner {
  position: relative;
  justify-content: center;
}

.home-page .legacy-header .brand {
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.home-page .legacy-header .header-contact {
  position: absolute;
  right: 0;
}

.home-page .legacy-header .header-actions {
  position: absolute;
  right: 0;
}

.site-header.is-scrolled,
body.menu-open .site-header {
  background: rgba(5, 5, 5, 0.88);
  border-color: var(--line);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

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

.brand img {
  width: 102px;
  height: auto;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 167, 96, 0.35);
  border-radius: 8px;
  color: var(--gold);
  font-weight: 900;
}

.brand-text {
  display: none;
  font-weight: 800;
  white-space: nowrap;
}

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

.nav > a,
.nav > button,
.nav-group > a {
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 42px;
  padding: 0 9px;
  border-radius: 8px;
  background: transparent;
  color: rgba(248, 244, 236, 0.72);
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.nav > a:hover,
.nav > a:focus-visible,
.nav > button:hover,
.nav > button:focus-visible,
.nav-group:hover > a,
.nav-group > a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

.nav .nav-contact-link {
  display: inline-flex;
}

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

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.language-option {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  transition: transform 160ms ease, opacity 160ms ease, filter 160ms ease;
}

.language-option .flag {
  transform: translateZ(0);
}

.flag {
  position: relative;
  width: 24px;
  height: 16px;
  display: block;
  overflow: hidden;
  border-radius: 0;
  background: #111;
  box-shadow: none;
}

.flag-tr {
  background: #e30a17 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3E%3Cpath d='M0 0h900v600H0z' fill='%23e30a17'/%3E%3Cpath d='m417.504 300 135.68-44.078-83.86 115.41V228.668l83.86 115.41Zm9.25 80.21c-35.7 56.415-104.387 82.446-168.508 63.86C194.125 425.488 150 366.762 150 300s44.125-125.488 108.246-144.07c64.121-18.586 132.809 7.445 168.508 63.86-33.223-36.97-85.797-49.63-132.203-31.84C248.14 205.737 217.5 250.296 217.5 300s30.64 94.262 77.05 112.05c46.407 17.79 98.981 5.13 132.204-31.84' fill='%23fff'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.flag-tr::before {
  content: none;
  display: none;
}

.flag-tr::after {
  content: none;
  display: none;
}

.flag-de {
  background: linear-gradient(to bottom, #000 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66%);
}

.flag-gb {
  background:
    linear-gradient(27deg, transparent 0 42%, #fff 42% 48%, #c8102e 48% 52%, #fff 52% 58%, transparent 58%),
    linear-gradient(153deg, transparent 0 42%, #fff 42% 48%, #c8102e 48% 52%, #fff 52% 58%, transparent 58%),
    linear-gradient(to right, transparent 0 38%, #fff 38% 44%, #c8102e 44% 56%, #fff 56% 62%, transparent 62%),
    linear-gradient(to bottom, transparent 0 34%, #fff 34% 42%, #c8102e 42% 58%, #fff 58% 66%, transparent 66%),
    #012169;
}

.flag-ae {
  background:
    linear-gradient(to right, #ef3340 0 28%, transparent 28%),
    linear-gradient(to bottom, #009739 0 33.33%, #fff 33.33% 66.66%, #000 66.66%);
}

.language-option:hover,
.language-option:focus-visible,
.language-option.is-active {
  transform: translateY(-1px) scale(1.08);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  filter: saturate(1.08) brightness(1.08);
  outline: none;
}

.nav-group {
  position: relative;
}

.nav-group svg {
  width: 13px;
  height: 13px;
  opacity: 0.72;
  transition: transform 160ms ease;
}

.nav-group:hover svg,
.nav-group:focus-within svg {
  transform: rotate(180deg);
}

.submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  min-width: 238px;
  padding: 8px;
  border: 1px solid rgba(0, 191, 255, 0.18);
  border-radius: 8px;
  background: rgba(2, 10, 15, 0.88);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42), 0 0 26px rgba(0, 191, 255, 0.1);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.submenu a {
  display: block;
  padding: 9px 10px;
  border-radius: 6px;
  color: rgba(248, 244, 236, 0.72);
  font-size: 0.86rem;
  white-space: nowrap;
}

.submenu a:hover,
.submenu a:focus-visible {
  color: #00bfff;
  background: rgba(0, 191, 255, 0.08);
  outline: none;
}

.nav-group:hover .submenu,
.nav-group:focus-within .submenu,
.nav-group.is-open .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
}

.menu-toggle svg {
  width: 20px;
  margin: auto;
}

.google-translate-host,
.goog-te-banner-frame,
.goog-te-balloon-frame,
.skiptranslate iframe,
iframe.skiptranslate,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
#goog-gt-tt {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}

.goog-te-gadget,
.goog-te-combo {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body {
  top: 0 !important;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: center;
  padding: 112px 0 70px;
  isolation: isolate;
}

.legacy-hero {
  min-height: 100vh;
  height: 100vh;
  padding: 0;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 54%, rgba(0, 191, 255, 0.14), transparent 35rem),
    radial-gradient(circle at 50% 48%, rgba(201, 167, 96, 0.06), transparent 24rem),
    linear-gradient(180deg, #061018 0%, #020506 58%, #000 100%);
}

.legacy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 10, 15, 0.12), rgba(0, 0, 0, 0.32)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.36), transparent 34%, transparent 66%, rgba(0, 0, 0, 0.28));
}

.legacy-hero::after {
  z-index: 3;
  background: linear-gradient(90deg, transparent, rgba(0, 191, 255, 0.34), transparent);
}

.legacy-globe-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 1;
}

.legacy-space {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(0, 191, 255, 0.035) 0 1px, transparent 1px 160px),
    repeating-linear-gradient(0deg, rgba(0, 191, 255, 0.03) 0 1px, transparent 1px 160px);
  mask-image: radial-gradient(circle at 50% 54%, #000 0 48%, transparent 76%);
}

.legacy-stage {
  position: relative;
  z-index: 2;
  width: min(100% - 28px, 1240px);
  height: 100%;
  margin: 0 auto;
}

.legacy-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(100%, 560px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  pointer-events: none;
  isolation: isolate;
}

.legacy-center[data-reveal],
.legacy-center[data-reveal].is-visible {
  transform: translate(-50%, -50%);
}

.legacy-center::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 25%;
  z-index: -1;
  width: min(34vw, 320px);
  height: min(34vw, 320px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(201, 167, 96, 0.2), rgba(0, 191, 255, 0.1) 38%, transparent 68%);
  filter: blur(8px);
}

.legacy-center img {
  width: clamp(150px, 15vw, 196px);
  min-width: 0;
  height: auto;
  filter:
    drop-shadow(0 0 16px rgba(201, 167, 96, 0.28))
    drop-shadow(0 0 30px rgba(0, 191, 255, 0.18));
}

.legacy-center p {
  margin: 8px 0 0;
  width: min(76vw, 620px);
  color: var(--gold);
  font-size: clamp(1.35rem, 2.35vw, 2.18rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.18;
  white-space: nowrap;
  text-shadow:
    0 0 16px rgba(201, 167, 96, 0.26),
    0 0 34px rgba(0, 191, 255, 0.08);
}

.sector-pin {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 4px 14px 4px 5px;
  border: 1px solid color-mix(in srgb, var(--pin-color, #00bfff) 46%, transparent);
  border-radius: 999px;
  color: var(--pin-color, #00bfff);
  background:
    radial-gradient(circle at 18px 50%, color-mix(in srgb, var(--pin-color, #00bfff) 20%, transparent), transparent 42px),
    linear-gradient(180deg, rgba(6, 31, 42, 0.9), rgba(0, 10, 15, 0.8));
  backdrop-filter: blur(10px);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--pin-color, #00bfff) 12%, transparent) inset,
    0 10px 30px rgba(0, 0, 0, 0.24),
    0 0 24px color-mix(in srgb, var(--pin-color, #00bfff) 26%, transparent);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  pointer-events: auto;
  will-change: left, top, transform, opacity, filter;
  transition: border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.sector-pin::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--pin-color, #00bfff);
  box-shadow:
    0 0 0 5px color-mix(in srgb, var(--pin-color, #00bfff) 11%, transparent),
    0 0 18px var(--pin-color, #00bfff),
    0 0 36px color-mix(in srgb, var(--pin-color, #00bfff) 42%, transparent);
  transform: translate(-50%, -50%);
  animation: sectorPulse 2.8s ease-in-out infinite;
}

.sector-icon {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  border: 1px solid color-mix(in srgb, var(--pin-color, #00bfff) 42%, rgba(255, 255, 255, 0.08));
  border-radius: 50%;
  background:
    radial-gradient(circle, color-mix(in srgb, var(--pin-color, #00bfff) 30%, transparent), rgba(255, 255, 255, 0.025) 72%),
    rgba(0, 11, 16, 0.84);
  box-shadow:
    inset 0 0 12px color-mix(in srgb, var(--pin-color, #00bfff) 20%, transparent),
    0 0 18px color-mix(in srgb, var(--pin-color, #00bfff) 25%, transparent);
}

.sector-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  filter: drop-shadow(0 0 5px color-mix(in srgb, var(--pin-color, #00bfff) 70%, transparent));
}

.sector-label {
  position: relative;
  z-index: 1;
}

.sector-pin[data-sector="trade"] { --pin-color: #4fd7ff; }
.sector-pin[data-sector="cosmetic"] { --pin-color: #c995ff; }
.sector-pin[data-sector="solar"] { --pin-color: #ffd56a; }
.sector-pin[data-sector="distribution"] { --pin-color: #54f0c2; }
.sector-pin[data-sector="logistics"] { --pin-color: #6fb7ff; }
.sector-pin[data-sector="realestate"] { --pin-color: #d7b36b; }
.sector-pin[data-sector="social"] { --pin-color: #ff7fd1; }
.sector-pin[data-sector="aluminum"] { --pin-color: #b8d8e8; }

.sector-pin[data-sector="cosmetic"]::before { animation-delay: -0.35s; }
.sector-pin[data-sector="solar"]::before { animation-delay: -0.7s; }
.sector-pin[data-sector="distribution"]::before { animation-delay: -1.05s; }
.sector-pin[data-sector="logistics"]::before { animation-delay: -1.4s; }
.sector-pin[data-sector="realestate"]::before { animation-delay: -1.75s; }
.sector-pin[data-sector="social"]::before { animation-delay: -2.1s; }
.sector-pin[data-sector="aluminum"]::before { animation-delay: -2.45s; }

@keyframes sectorPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(0.88);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.18);
  }
}

.sector-pin:hover,
.sector-pin:focus-visible {
  color: #63dcff;
  border-color: rgba(0, 191, 255, 0.58);
  box-shadow:
    0 0 0 1px rgba(0, 191, 255, 0.15) inset,
    0 0 34px rgba(0, 191, 255, 0.34);
  filter: brightness(1.18);
  outline: none;
}

.legacy-scroll {
  display: none;
}

.legacy-scroll::after {
  content: none;
}

@keyframes legacyPinFloat {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, calc(-50% - 7px));
  }
}

@keyframes legacyLogoFloat {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, calc(-50% - 9px));
  }
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 167, 96, 0.5), rgba(76, 199, 183, 0.45), transparent);
  z-index: -1;
}

.operation-canvas {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.7) 43%, rgba(5, 5, 5, 0.08)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.35), rgba(5, 5, 5, 0.92));
}

.hero-content {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.hero-logo {
  width: 176px;
  margin-bottom: 28px;
}

.hero h1 {
  max-width: 820px;
  font-size: 3.6rem;
}

.hero .lead {
  font-size: 1.08rem;
}

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

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 17px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  font-weight: 750;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(201, 167, 96, 0.62);
  background: rgba(201, 167, 96, 0.13);
  outline: none;
}

.button.primary {
  background: var(--gold);
  color: #17140d;
  border-color: var(--gold);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--gold-2);
}

.button.ghost {
  background: transparent;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 1px;
  width: min(100%, 780px);
  margin-top: 42px;
  border: 1px solid var(--line);
  background: var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.hero-metric {
  min-height: 96px;
  padding: 18px;
  background: rgba(12, 13, 14, 0.7);
}

.hero-metric strong {
  display: block;
  color: var(--text);
  font-size: 1.55rem;
  line-height: 1;
}

.hero-metric span {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.88rem;
}

.logo-strip {
  padding: 22px 0;
  background: #080808;
  border-bottom: 1px solid var(--line);
}

.logo-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--soft);
  font-size: 0.94rem;
}

.strip-lines {
  display: grid;
  grid-template-columns: repeat(5, minmax(44px, 1fr));
  gap: 8px;
  width: min(44%, 420px);
}

.strip-lines span {
  height: 2px;
  background: currentColor;
  opacity: 0.34;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.principles {
  display: grid;
  gap: 14px;
}

.principle {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.principle-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(201, 167, 96, 0.1);
  color: var(--gold-2);
  font-weight: 900;
}

.principle h3,
.company-card h3,
.capability h3 {
  margin-bottom: 8px;
}

.principle p,
.company-card p,
.capability p,
.timeline p,
.role p {
  margin-bottom: 0;
  color: var(--muted);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.company-card {
  min-height: 264px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    var(--panel);
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease;
}

.company-card .chip {
  margin-bottom: 18px;
}

.company-card:hover,
.company-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(201, 167, 96, 0.48);
  background:
    linear-gradient(180deg, rgba(201, 167, 96, 0.085), rgba(255, 255, 255, 0.022)),
    var(--panel);
}

.chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(201, 167, 96, 0.28);
  border-radius: 8px;
  color: var(--gold-2);
  background: rgba(201, 167, 96, 0.08);
  font-size: 0.82rem;
  font-weight: 800;
}

.company-stats {
  display: flex;
  gap: 18px;
  margin: auto 0 20px;
  padding-top: 18px;
}

.company-stats span {
  display: block;
  color: var(--soft);
  font-size: 0.78rem;
}

.company-stats strong {
  color: var(--text);
  font-size: 1.05rem;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-weight: 800;
}

.inline-link svg {
  width: 17px;
  transition: transform 160ms ease;
}

.inline-link:hover svg,
.inline-link:focus-visible svg {
  transform: translateX(2px);
}

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

.capability,
.metric-card,
.role,
.contact-card,
.detail-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.capability {
  min-height: 214px;
  padding: 24px;
}

.icon-tile {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid var(--line);
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.04);
}

.icon-tile svg {
  width: 22px;
  height: 22px;
}

.operations-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.flow {
  display: grid;
  gap: 12px;
}

.flow-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.flow-step strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(76, 199, 183, 0.12);
  color: var(--teal);
}

.flow-step h3 {
  margin-bottom: 6px;
}

.flow-step p {
  margin-bottom: 0;
  color: var(--muted);
}

.operations-panel {
  position: relative;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.035), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 58px),
    #0a0b0c;
  overflow: hidden;
}

.operation-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.operation-directory a {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.032);
  font-weight: 750;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.operation-directory a:hover,
.operation-directory a:focus-visible {
  color: #00bfff;
  border-color: rgba(0, 191, 255, 0.34);
  background: rgba(0, 191, 255, 0.07);
  outline: none;
}

.route {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  transform-origin: left center;
  opacity: 0.72;
}

.route.one {
  width: 56%;
  top: 30%;
  left: 16%;
  transform: rotate(18deg);
}

.route.two {
  width: 44%;
  top: 58%;
  left: 26%;
  transform: rotate(-22deg);
  background: linear-gradient(90deg, var(--coral), var(--gold));
}

.route.three {
  width: 34%;
  top: 42%;
  left: 46%;
  transform: rotate(34deg);
  background: linear-gradient(90deg, var(--green), var(--blue));
}

.node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(201, 167, 96, 0.13);
}

.node.a { left: 15%; top: 28%; }
.node.b { left: 72%; top: 45%; background: var(--teal); box-shadow: 0 0 0 7px rgba(76, 199, 183, 0.13); }
.node.c { left: 28%; top: 58%; background: var(--coral); box-shadow: 0 0 0 7px rgba(240, 109, 85, 0.13); }
.node.d { left: 82%; top: 68%; background: var(--green); box-shadow: 0 0 0 7px rgba(145, 199, 136, 0.13); }

.panel-label {
  position: absolute;
  left: 22px;
  bottom: 22px;
  right: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.panel-label span {
  min-height: 70px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.58);
  color: var(--muted);
  font-size: 0.84rem;
}

.panel-label strong {
  display: block;
  color: var(--text);
  font-size: 1.05rem;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.metric-grid + .timeline {
  margin-top: 14px;
}

.metric-card {
  min-height: 136px;
  padding: 22px;
}

.metric-card strong {
  display: block;
  color: var(--gold-2);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
}

.metric-card span {
  display: block;
  color: var(--muted);
}

.timeline {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}

.timeline-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  padding: 22px;
  background: var(--panel);
}

.timeline strong {
  color: var(--teal);
}

.careers-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
}

.role {
  min-height: 92px;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.role h3 {
  margin-bottom: 4px;
  font-size: 1.02rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.88rem;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 13px 14px;
  outline: none;
  transition: border-color 160ms ease, background 160ms ease;
}

.field textarea {
  min-height: 136px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(201, 167, 96, 0.62);
  background: rgba(255, 255, 255, 0.06);
}

.form-status {
  min-height: 24px;
  color: var(--teal);
  font-weight: 700;
}

.contact-card {
  padding: 24px;
}

.contact-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.contact-list div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.contact-list strong {
  display: block;
  margin-bottom: 4px;
}

.contact-list p,
.contact-list a {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #070707;
  padding: 44px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 0.8fr));
  gap: 28px;
}

.footer-grid img {
  width: 132px;
  margin-bottom: 16px;
}

.footer-grid p,
.footer-grid li,
.footer-grid a {
  color: var(--muted);
}

.footer-grid h4 {
  margin-bottom: 12px;
}

.footer-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--soft);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer > .container.footer-bottom {
  margin-top: 0;
}

.premium-footer {
  position: relative;
  overflow: hidden;
  padding: 54px 0 26px;
  background:
    radial-gradient(circle at 16% 0, rgba(201, 167, 96, 0.16), transparent 28rem),
    radial-gradient(circle at 82% 22%, rgba(0, 191, 255, 0.12), transparent 28rem),
    linear-gradient(180deg, rgba(8, 11, 13, 0.96), #050505);
}

.footer-orbit {
  position: absolute;
  inset: 12% auto auto 50%;
  width: 520px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 191, 255, 0.08);
  border-radius: 50%;
  transform: translateX(-50%) rotate(-18deg);
  pointer-events: none;
}

.footer-orbit::before,
.footer-orbit::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(201, 167, 96, 0.08);
  border-radius: inherit;
}

.premium-footer .footer-grid {
  position: relative;
  grid-template-columns: minmax(280px, 1.25fr) repeat(2, minmax(180px, 0.72fr)) minmax(260px, 0.9fr);
  align-items: start;
}

.footer-brand-panel {
  display: grid;
  gap: 18px;
  max-width: 420px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}

.footer-brand img {
  width: 102px;
  margin: 0;
}

.footer-brand span {
  color: var(--text);
  font-size: 1.03rem;
  font-weight: 900;
}

.footer-brand-panel p {
  margin: 0;
  color: var(--muted);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.footer-social {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(248, 244, 236, 0.88);
  font-size: 0.83rem;
  font-weight: 800;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.footer-social svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.footer-social:hover,
.footer-social:focus-visible {
  color: var(--text);
  border-color: rgba(0, 191, 255, 0.34);
  background: rgba(0, 191, 255, 0.075);
  outline: none;
}

.footer-links h4,
.footer-contact-card h4 {
  color: var(--text);
  font-size: 0.94rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
  outline: none;
}

.footer-contact-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(0, 191, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(0, 191, 255, 0.08), transparent 44%),
    rgba(255, 255, 255, 0.035);
}

.footer-contact-card p {
  margin: 0;
  color: var(--muted);
}

.footer-contact-card .button {
  width: 100%;
  min-height: 42px;
}

.footer-status-line {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.footer-status-line span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(201, 167, 96, 0.18);
  border-radius: 8px;
  color: var(--gold-2);
  background: rgba(201, 167, 96, 0.07);
  font-size: 0.74rem;
  font-weight: 860;
}

.premium-footer .footer-bottom {
  position: relative;
}

.footer-legal-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible {
  color: var(--text);
  outline: none;
}

.detail-hero {
  position: relative;
  padding: 132px 0 70px;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.detail-hero .hero-scrim {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.72), rgba(5, 5, 5, 0.48)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.92));
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-weight: 800;
  margin-bottom: 28px;
}

.back-link svg {
  width: 18px;
}

.detail-hero h1 {
  max-width: 840px;
}

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

.detail-stat {
  min-height: 112px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.detail-stat strong {
  display: block;
  color: var(--gold-2);
  font-size: 1.9rem;
  line-height: 1;
  margin-bottom: 10px;
}

.detail-stat span {
  color: var(--muted);
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 22px;
}

.detail-card {
  padding: 28px;
}

.detail-card p {
  color: var(--muted);
}

.detail-card h2 {
  font-size: 1.9rem;
  line-height: 1.12;
  margin-bottom: 16px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tag-list span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
}

.detail-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.detail-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: var(--muted);
}

.detail-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.not-found {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 120px 20px;
  text-align: center;
  position: relative;
  isolation: isolate;
}

.not-found .operation-canvas {
  opacity: 0.52;
}

.not-found-card {
  max-width: 640px;
}

.contact-page .site-shell {
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 191, 255, 0.13), transparent 30rem),
    radial-gradient(circle at 18% 74%, rgba(201, 167, 96, 0.13), transparent 26rem),
    linear-gradient(180deg, #050607, #020405 58%, #030304);
}

.contact-mission {
  position: relative;
  min-height: 100svh;
  padding: 126px 0 50px;
  isolation: isolate;
  overflow: hidden;
}

.contact-3d-mission {
  perspective: 1600px;
  transform-style: preserve-3d;
}

.contact-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 82%, transparent);
}

.contact-mission-canvas {
  opacity: 0.34;
  filter: saturate(1.2);
}

.contact-3d-canvas {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0.78;
  background:
    radial-gradient(circle at 68% 44%, rgba(0, 191, 255, 0.18), transparent 33rem),
    radial-gradient(circle at 18% 78%, rgba(230, 201, 134, 0.12), transparent 27rem);
}

.contact-scanline {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 9px),
    linear-gradient(115deg, transparent 0 18%, rgba(0, 191, 255, 0.09) 18.5%, transparent 19.4% 64%, rgba(201, 167, 96, 0.08) 64.5%, transparent 65.4%);
  opacity: 0.48;
}

.contact-3d-orbit {
  position: absolute;
  right: 0;
  top: 11%;
  z-index: 1;
  width: 620px;
  height: 620px;
  pointer-events: none;
  opacity: 0.96;
  transform-style: preserve-3d;
  transform: rotateX(62deg) rotateZ(-18deg);
  animation: contact-3d-orbit-spin 11s linear infinite;
}

.contact-3d-orbit span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220px;
  min-height: 112px;
  display: grid;
  align-content: space-between;
  padding: 13px;
  border: 1px solid rgba(0, 191, 255, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 191, 255, 0.34), rgba(230, 201, 134, 0.14)),
    rgba(2, 10, 14, 0.82);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 52px rgba(0, 191, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  overflow: hidden;
  animation: contact-card-breathe 2.8s ease-in-out infinite alternate;
}

.contact-3d-orbit span::after {
  content: "";
  position: absolute;
  inset: -40% -70%;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.28), transparent 58%);
  transform: translateX(-55%) rotate(12deg);
  animation: contact-card-scan 3.2s ease-in-out infinite;
}

.contact-3d-orbit span:nth-child(2) {
  animation-delay: -0.7s;
}

.contact-3d-orbit span:nth-child(3) {
  animation-delay: -1.4s;
}

.contact-3d-orbit span:nth-child(4) {
  animation-delay: -2.1s;
}

@keyframes contact-card-breathe {
  from {
    filter: brightness(0.96) saturate(1);
  }

  to {
    filter: brightness(1.18) saturate(1.18);
  }
}

@keyframes contact-card-scan {
  0%,
  30% {
    transform: translateX(-62%) rotate(12deg);
    opacity: 0;
  }

  58% {
    opacity: 0.72;
  }

  100% {
    transform: translateX(62%) rotate(12deg);
    opacity: 0;
  }
}

.contact-3d-orbit b {
  color: #d9f8ff;
  font-size: 0.9rem;
  line-height: 1;
}

.contact-3d-orbit small {
  color: var(--gold-2);
  font-size: 1.66rem;
  font-weight: 900;
  line-height: 1;
}

.contact-3d-orbit span:nth-child(1) {
  transform: translate(-50%, -50%) rotateZ(0deg) translateX(356px) rotateZ(0deg) rotateX(-62deg);
}

.contact-3d-orbit span:nth-child(2) {
  transform: translate(-50%, -50%) rotateZ(90deg) translateX(356px) rotateZ(-90deg) rotateX(-62deg);
}

.contact-3d-orbit span:nth-child(3) {
  transform: translate(-50%, -50%) rotateZ(180deg) translateX(356px) rotateZ(-180deg) rotateX(-62deg);
}

.contact-3d-orbit span:nth-child(4) {
  transform: translate(-50%, -50%) rotateZ(270deg) translateX(356px) rotateZ(-270deg) rotateX(-62deg);
}

@keyframes contact-3d-orbit-spin {
  from {
    transform: rotateX(62deg) rotateZ(-18deg);
  }

  to {
    transform: rotateX(62deg) rotateZ(342deg);
  }
}

.contact-kinetic-tunnel {
  position: absolute;
  right: -8%;
  top: 5%;
  z-index: 0;
  width: min(760px, 54vw);
  aspect-ratio: 1;
  pointer-events: none;
  transform-style: preserve-3d;
  perspective: 1200px;
  opacity: 0.74;
}

.contact-kinetic-tunnel i {
  --ring-size: 74%;
  --ring-rot: 0deg;
  --ring-z: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--ring-size);
  height: var(--ring-size);
  border: 1px solid rgba(0, 191, 255, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 38px rgba(0, 191, 255, 0.13),
    inset 0 0 42px rgba(230, 201, 134, 0.06);
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateX(68deg) rotateZ(var(--ring-rot)) translateZ(var(--ring-z));
  animation: contact-tunnel-spin 9s linear infinite;
}

.contact-kinetic-tunnel i:nth-child(2) {
  --ring-size: 58%;
  --ring-rot: 52deg;
  --ring-z: 70px;
  border-color: rgba(230, 201, 134, 0.18);
  animation-duration: 6.8s;
  animation-direction: reverse;
}

.contact-kinetic-tunnel i:nth-child(3) {
  --ring-size: 42%;
  --ring-rot: -34deg;
  --ring-z: 128px;
  animation-duration: 5.6s;
}

@keyframes contact-tunnel-spin {
  from {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(var(--ring-rot)) translateZ(var(--ring-z));
  }

  to {
    transform: translate(-50%, -50%) rotateX(68deg) rotateZ(calc(var(--ring-rot) + 360deg)) translateZ(var(--ring-z));
  }
}

.contact-mission-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.74fr);
  gap: 34px;
  align-items: center;
  perspective: 1400px;
  transform-style: preserve-3d;
}

.contact-command h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: 4.15rem;
}

.contact-command .lead {
  max-width: 700px;
}

.contact-signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.contact-signal-list span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(0, 191, 255, 0.22);
  border-radius: 8px;
  background: rgba(0, 191, 255, 0.055);
  color: #b9efff;
  font-size: 0.84rem;
  font-weight: 820;
}

.contact-command-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  max-width: 720px;
}

.contact-command-card,
.contact-form-panel,
.contact-channel {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028)),
    rgba(7, 11, 14, 0.76);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.contact-command-card {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
  transform-style: preserve-3d;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.contact-command-card:nth-child(1) {
  transform: rotateY(6deg) rotateX(2deg);
}

.contact-command-card:nth-child(2) {
  transform: rotateY(-6deg) rotateX(2deg) translateZ(20px);
}

.contact-command-card:hover {
  transform: translateY(-8px) rotateX(5deg) translateZ(36px);
  border-color: rgba(0, 191, 255, 0.34);
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.36), 0 0 38px rgba(0, 191, 255, 0.12);
}

.contact-command-card span {
  color: var(--gold-2);
  font-size: 0.8rem;
  font-weight: 900;
}

.contact-command-card strong {
  font-size: 1.04rem;
}

.contact-command-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-form-panel {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-color: rgba(0, 191, 255, 0.2);
  background:
    linear-gradient(160deg, rgba(0, 191, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(14, 19, 23, 0.95), rgba(5, 8, 10, 0.95));
  transform: rotateY(-11deg) rotateX(5deg) translateZ(42px);
  transform-style: preserve-3d;
  animation: contact-panel-float 6.5s ease-in-out infinite alternate;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.42),
    0 0 64px rgba(0, 191, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contact-form-panel[data-reveal].is-visible {
  transform: rotateY(-11deg) rotateX(5deg) translateZ(42px);
  animation: contact-panel-float 6.5s ease-in-out infinite alternate;
}

@keyframes contact-panel-float {
  from {
    transform: rotateY(-15deg) rotateX(4deg) rotateZ(-0.8deg) translate3d(0, 0, 30px);
  }

  to {
    transform: rotateY(-5deg) rotateX(8deg) rotateZ(0.8deg) translate3d(-18px, -18px, 74px);
  }
}

.contact-form-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 42px rgba(0, 191, 255, 0.055);
}

.contact-panel-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-panel-head span {
  color: #62dcff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-panel-head strong {
  font-size: 1.12rem;
}

.mission-contact-form {
  position: relative;
  display: grid;
  gap: 13px;
}

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

.mission-field {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.mission-field input,
.mission-field select,
.mission-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  padding: 12px 13px;
  outline: none;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.mission-field select {
  color-scheme: dark;
}

.mission-field select option,
.ai-lead-form select option,
.admin-field select option {
  background: #10151a;
  color: #f8f4ec;
}

.mission-field select option:checked,
.ai-lead-form select option:checked,
.admin-field select option:checked {
  background: #17475a;
  color: #ffffff;
}

.mission-field textarea {
  min-height: 142px;
  resize: vertical;
}

.mission-file input {
  padding: 10px;
  font-size: 0.82rem;
}

.mission-field input:focus,
.mission-field select:focus,
.mission-field textarea:focus {
  border-color: rgba(0, 191, 255, 0.46);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 0 0 3px rgba(0, 191, 255, 0.08);
}

.mission-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-top: 2px;
}

.mission-form-actions .button {
  min-height: 46px;
}

.mission-status {
  min-height: 22px;
  margin: 0;
  color: var(--teal);
  font-size: 0.86rem;
  font-weight: 780;
}

.mission-status.is-ready {
  color: #9ff5c7;
}

.contact-channel-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
  perspective: 1200px;
}

.contact-channel {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 18px;
  transform-style: preserve-3d;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.contact-channel:nth-child(1) {
  transform: rotateY(7deg);
}

.contact-channel:nth-child(2) {
  transform: translateZ(28px) rotateY(3deg);
}

.contact-channel:nth-child(3) {
  transform: translateZ(16px) rotateY(-3deg);
}

.contact-channel:nth-child(4) {
  transform: rotateY(-7deg);
}

.contact-channel span {
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-channel strong {
  color: rgba(248, 244, 236, 0.94);
  font-size: 0.98rem;
  line-height: 1.28;
}

.contact-channel:hover,
.contact-channel:focus-visible {
  transform: translateY(-8px) translateZ(42px) rotateX(4deg);
  border-color: rgba(0, 191, 255, 0.34);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.32), 0 0 34px rgba(0, 191, 255, 0.12);
  outline: none;
}

.press-page .site-shell {
  background:
    radial-gradient(circle at 18% 18%, rgba(201, 167, 96, 0.13), transparent 26rem),
    radial-gradient(circle at 82% 12%, rgba(0, 191, 255, 0.16), transparent 30rem),
    linear-gradient(180deg, #050607 0%, #080b0d 46%, #050505 100%);
}

.press-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 124px 0 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.press-canvas {
  opacity: 0.46;
  filter: saturate(1.25);
}

.press-light-rig {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(0, 191, 255, 0.11) 18.2%, transparent 18.6%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: auto, 52px 52px, 52px 52px;
  mask-image: linear-gradient(180deg, #000 0 72%, transparent 100%);
}

.press-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.8fr);
  align-items: center;
  gap: 54px;
}

.press-hero-copy h1 {
  max-width: 860px;
  margin: 0;
  font-size: 6.4rem;
  line-height: 0.9;
}

.press-hero-copy .lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(248, 244, 236, 0.78);
}

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

.press-orbit-preview {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(4, 10, 13, 0.74);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45), inset 0 0 40px rgba(0, 191, 255, 0.05);
  backdrop-filter: blur(18px);
}

.press-orbit-preview::before,
.press-orbit-preview::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(0, 191, 255, 0.18);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.press-orbit-preview::before {
  width: 78%;
  aspect-ratio: 1;
}

.press-orbit-preview::after {
  width: 112%;
  aspect-ratio: 1 / 0.48;
}

.press-orbit-preview img {
  position: relative;
  z-index: 2;
  width: min(62%, 260px);
  height: auto;
  filter: drop-shadow(0 22px 50px rgba(0, 0, 0, 0.55));
}

.press-orbit-ring {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 22%;
  top: 24%;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 28px rgba(230, 201, 134, 0.75);
}

.press-metrics {
  position: absolute;
  inset-inline: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.press-metrics span {
  min-height: 72px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
  color: rgba(248, 244, 236, 0.7);
  font-size: 0.78rem;
}

.press-metrics strong {
  color: var(--gold-2);
  font-size: 1.4rem;
  line-height: 1;
}

.press-main {
  position: relative;
  padding: 76px 0 96px;
}

.press-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 18%, rgba(0, 191, 255, 0.08), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 26rem);
}

.press-main > .container {
  position: relative;
  z-index: 1;
}

.press-section {
  margin-top: 78px;
}

.press-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.press-section-head h2 {
  margin: 0;
  font-size: 3.1rem;
}

.press-section-index {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(0, 191, 255, 0.18);
  border-radius: 999px;
  color: #9fe9ff;
  background: rgba(0, 191, 255, 0.06);
  font-size: 0.82rem;
  font-weight: 820;
}

.press-slider-controls {
  display: inline-flex;
  gap: 8px;
}

.press-slider-controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.press-slider-controls button:hover,
.press-slider-controls button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 191, 255, 0.36);
  background: rgba(0, 191, 255, 0.11);
  outline: none;
}

.press-slider-controls svg {
  width: 20px;
  height: 20px;
}

.press-featured {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 191, 255, 0.09), rgba(201, 167, 96, 0.08)),
    rgba(9, 12, 15, 0.86);
  box-shadow: 0 26px 82px rgba(0, 0, 0, 0.35);
}

.press-featured-media {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(0, 191, 255, 0.22), transparent 16rem),
    #05080a;
}

.press-featured-media img {
  width: min(62%, 260px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 55px rgba(0, 0, 0, 0.62));
}

.press-featured-media::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(0, 191, 255, 0.18);
  border-radius: 8px;
}

.press-featured-media span {
  position: absolute;
  left: 18px;
  top: 18px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(230, 201, 134, 0.35);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
}

.press-featured-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(26px, 4vw, 54px);
}

.press-featured-copy h2 {
  margin: 0;
  font-size: 3.35rem;
  line-height: 0.96;
}

.press-featured-copy p {
  max-width: 640px;
  margin: 0;
  color: rgba(248, 244, 236, 0.75);
}

.press-featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.press-featured-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(248, 244, 236, 0.74);
  font-size: 0.78rem;
  font-weight: 760;
}

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

.press-video-card,
.press-photo-card,
.press-article-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 15, 0.84);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.25);
}

.press-video-card {
  display: grid;
  gap: 14px;
  padding: 12px;
}

.press-video-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 7px;
  background:
    radial-gradient(circle at center, rgba(0, 191, 255, 0.2), transparent 10rem),
    rgba(0, 0, 0, 0.5);
}

.press-video-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.press-video-frame img.press-video-media {
  width: 48%;
  height: auto;
  object-fit: contain;
  opacity: 0.92;
}

.press-play-button {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(230, 201, 134, 0.92);
  color: #111;
  box-shadow: 0 0 28px rgba(230, 201, 134, 0.32);
}

.press-play-button svg {
  width: 18px;
  height: 18px;
}

.press-video-card > div:last-child {
  display: grid;
  gap: 7px;
  padding: 0 2px 4px;
}

.press-video-card span,
.press-photo-card span,
.press-article-card span,
.press-article-card small {
  color: #72dcff;
  font-size: 0.76rem;
  font-weight: 900;
}

.press-video-card h3,
.press-article-card h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.press-video-card p,
.press-photo-card p,
.press-article-card p {
  margin: 0;
  color: rgba(248, 244, 236, 0.68);
  font-size: 0.88rem;
}

.press-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.press-photo-card {
  overflow: hidden;
}

.press-photo-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  padding: 28px;
  background:
    radial-gradient(circle at center, rgba(201, 167, 96, 0.16), transparent 9rem),
    rgba(0, 0, 0, 0.36);
}

.press-photo-card div {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.press-photo-card strong {
  line-height: 1.2;
}

.press-article-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.press-article-card {
  min-height: 238px;
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 20px;
}

.press-3d-hero {
  min-height: 100svh;
  padding: 116px 0 64px;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 52%, rgba(0, 191, 255, 0.14), transparent 34rem),
    radial-gradient(circle at 76% 20%, rgba(230, 201, 134, 0.13), transparent 22rem),
    #020406;
}

.press-3d-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(0, 191, 255, 0.12), transparent 36rem),
    linear-gradient(180deg, rgba(4, 8, 11, 0.35), rgba(0, 0, 0, 0.8));
  mask-image: linear-gradient(90deg, transparent 0 34%, rgba(0, 0, 0, 0.24) 48%, #000 62%);
}

.press-3d-hero .press-canvas {
  z-index: 0;
  opacity: 0.16;
  mix-blend-mode: screen;
}

.press-3d-hero .hero-scrim {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 42%, rgba(0, 0, 0, 0.38)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent 48%, rgba(0, 0, 0, 0.28));
}

.press-3d-hero .press-light-rig {
  z-index: 3;
  opacity: 0.62;
}

.press-dom-orbit {
  position: absolute;
  left: 48%;
  top: 10%;
  z-index: 3;
  width: 610px;
  height: 610px;
  pointer-events: none;
  opacity: 0.94;
  transform-style: preserve-3d;
  transform: rotateX(58deg) rotateZ(-16deg);
  animation: press-dom-orbit-spin 13s linear infinite;
}

.press-dom-orbit span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220px;
  min-height: 116px;
  display: grid;
  align-content: space-between;
  padding: 14px;
  border: 1px solid rgba(0, 191, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 191, 255, 0.28), rgba(230, 201, 134, 0.12)),
    rgba(2, 10, 14, 0.82);
  color: var(--text);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.42),
    0 0 44px rgba(0, 191, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  overflow: hidden;
  animation: press-card-breathe 2.6s ease-in-out infinite alternate;
}

.press-dom-orbit span::after {
  content: "";
  position: absolute;
  inset: -42% -70%;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.26), transparent 58%);
  transform: translateX(-58%) rotate(12deg);
  animation: press-card-scan 3s ease-in-out infinite;
}

.press-dom-orbit span:nth-child(2) {
  animation-delay: -0.5s;
}

.press-dom-orbit span:nth-child(3) {
  animation-delay: -1s;
}

.press-dom-orbit span:nth-child(4) {
  animation-delay: -1.5s;
}

.press-dom-orbit span:nth-child(5) {
  animation-delay: -2s;
}

@keyframes press-card-breathe {
  from {
    filter: brightness(0.94) saturate(1);
  }

  to {
    filter: brightness(1.2) saturate(1.18);
  }
}

@keyframes press-card-scan {
  0%,
  32% {
    transform: translateX(-64%) rotate(12deg);
    opacity: 0;
  }

  58% {
    opacity: 0.7;
  }

  100% {
    transform: translateX(64%) rotate(12deg);
    opacity: 0;
  }
}

.press-dom-orbit b {
  color: #bff4ff;
  font-size: 1.18rem;
  line-height: 1;
}

.press-dom-orbit small {
  color: var(--gold-2);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1;
}

.press-dom-orbit span:nth-child(1) {
  transform: translate(-50%, -50%) rotateZ(0deg) translateX(356px) rotateZ(0deg) rotateX(-58deg);
}

.press-dom-orbit span:nth-child(2) {
  transform: translate(-50%, -50%) rotateZ(72deg) translateX(356px) rotateZ(-72deg) rotateX(-58deg);
}

.press-dom-orbit span:nth-child(3) {
  transform: translate(-50%, -50%) rotateZ(144deg) translateX(356px) rotateZ(-144deg) rotateX(-58deg);
}

.press-dom-orbit span:nth-child(4) {
  transform: translate(-50%, -50%) rotateZ(216deg) translateX(356px) rotateZ(-216deg) rotateX(-58deg);
}

.press-dom-orbit span:nth-child(5) {
  transform: translate(-50%, -50%) rotateZ(288deg) translateX(356px) rotateZ(-288deg) rotateX(-58deg);
}

@keyframes press-dom-orbit-spin {
  from {
    transform: rotateX(58deg) rotateZ(-16deg);
  }

  to {
    transform: rotateX(58deg) rotateZ(344deg);
  }
}

.press-kinetic-tunnel {
  position: absolute;
  right: -10%;
  top: 4%;
  z-index: 2;
  width: min(820px, 58vw);
  aspect-ratio: 1;
  pointer-events: none;
  transform-style: preserve-3d;
  perspective: 1300px;
  opacity: 0.76;
}

.press-kinetic-tunnel i {
  --ring-size: 76%;
  --ring-rot: 0deg;
  --ring-z: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--ring-size);
  height: var(--ring-size);
  border: 1px solid rgba(0, 191, 255, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 46px rgba(0, 191, 255, 0.14),
    inset 0 0 48px rgba(230, 201, 134, 0.06);
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateX(66deg) rotateZ(var(--ring-rot)) translateZ(var(--ring-z));
  animation: press-tunnel-spin 8.4s linear infinite;
}

.press-kinetic-tunnel i:nth-child(2) {
  --ring-size: 60%;
  --ring-rot: 48deg;
  --ring-z: 82px;
  border-color: rgba(230, 201, 134, 0.18);
  animation-duration: 6.6s;
  animation-direction: reverse;
}

.press-kinetic-tunnel i:nth-child(3) {
  --ring-size: 44%;
  --ring-rot: -36deg;
  --ring-z: 148px;
  animation-duration: 5.2s;
}

@keyframes press-tunnel-spin {
  from {
    transform: translate(-50%, -50%) rotateX(66deg) rotateZ(var(--ring-rot)) translateZ(var(--ring-z));
  }

  to {
    transform: translate(-50%, -50%) rotateX(66deg) rotateZ(calc(var(--ring-rot) + 360deg)) translateZ(var(--ring-z));
  }
}

.press-hero-3d-grid {
  z-index: 4;
  min-height: calc(100svh - 180px);
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.58fr);
  perspective: 1400px;
}

.press-3d-hero .press-hero-copy {
  align-self: end;
  max-width: 760px;
  padding-bottom: 5svh;
}

.press-3d-hero .eyebrow {
  color: #72dcff;
  text-shadow: 0 0 20px rgba(0, 191, 255, 0.45);
}

.press-3d-hero .press-hero-copy h1 {
  max-width: 720px;
  font-size: 6.8rem;
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow:
    0 0 24px rgba(0, 191, 255, 0.28),
    0 34px 92px rgba(0, 0, 0, 0.58);
}

.press-3d-hero .lead {
  max-width: 610px;
  color: rgba(248, 244, 236, 0.82);
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.54);
}

.press-holo-status {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.press-holo-status span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(0, 191, 255, 0.22);
  border-radius: 999px;
  background: rgba(0, 191, 255, 0.07);
  color: #b9f3ff;
  font-size: 0.78rem;
  font-weight: 860;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 20px rgba(0, 191, 255, 0.09);
}

.press-command-deck {
  position: relative;
  align-self: center;
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(0, 191, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(1, 8, 12, 0.54);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.5),
    0 0 52px rgba(0, 191, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  transform: rotateY(-12deg) rotateX(5deg);
  transform-style: preserve-3d;
  animation: press-command-float 6s ease-in-out infinite alternate;
}

.press-command-deck[data-reveal].is-visible {
  transform: rotateY(-12deg) rotateX(5deg);
  animation: press-command-float 6s ease-in-out infinite alternate;
}

@keyframes press-command-float {
  from {
    transform: rotateY(-17deg) rotateX(4deg) rotateZ(-0.8deg) translate3d(0, 0, 26px);
  }

  to {
    transform: rotateY(-5deg) rotateX(9deg) rotateZ(0.9deg) translate3d(-20px, -20px, 82px);
  }
}

.press-command-deck::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 32%, rgba(0, 191, 255, 0.42) 36%, transparent 42%),
    linear-gradient(300deg, transparent 0 56%, rgba(230, 201, 134, 0.24) 60%, transparent 66%);
  opacity: 0.48;
  mix-blend-mode: screen;
}

.press-deck-screen {
  position: relative;
  min-height: 300px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at center, rgba(0, 191, 255, 0.2), transparent 14rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.54));
  perspective: 920px;
}

.press-deck-screen::before,
.press-deck-screen::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(0, 191, 255, 0.22);
  border-radius: 50%;
  transform: rotate(-17deg);
}

.press-deck-screen::after {
  inset: 58px 18px;
  border-color: rgba(230, 201, 134, 0.22);
  transform: rotate(22deg);
}

.press-deck-screen img {
  position: relative;
  z-index: 7;
  width: min(58%, 210px);
  height: auto;
  filter:
    drop-shadow(0 22px 40px rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 24px rgba(0, 191, 255, 0.22));
}

.press-deck-3d-stack {
  position: absolute;
  inset: 0;
  z-index: 6;
  transform-style: preserve-3d;
  animation: press-deck-stack-float 7s ease-in-out infinite alternate;
}

.press-deck-3d-stack span {
  position: absolute;
  width: 174px;
  min-height: 92px;
  display: grid;
  align-content: space-between;
  padding: 12px;
  border: 1px solid rgba(0, 191, 255, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 191, 255, 0.34), rgba(230, 201, 134, 0.16)),
    rgba(0, 12, 18, 0.82);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.46),
    0 0 46px rgba(0, 191, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.press-deck-3d-stack b {
  color: #d7f9ff;
  font-size: 0.86rem;
  line-height: 1;
}

.press-deck-3d-stack small {
  color: var(--gold-2);
  font-size: 1.68rem;
  font-weight: 900;
  line-height: 1;
}

.press-deck-3d-stack span:nth-child(1) {
  left: 6%;
  top: 12%;
  transform: rotateY(34deg) rotateX(10deg) rotateZ(-8deg) translateZ(78px);
}

.press-deck-3d-stack span:nth-child(2) {
  right: 6%;
  top: 16%;
  transform: rotateY(-36deg) rotateX(12deg) rotateZ(9deg) translateZ(110px);
}

.press-deck-3d-stack span:nth-child(3) {
  left: 12%;
  bottom: 12%;
  transform: rotateY(28deg) rotateX(-12deg) rotateZ(7deg) translateZ(92px);
}

.press-deck-3d-stack span:nth-child(4) {
  right: 12%;
  bottom: 15%;
  transform: rotateY(-28deg) rotateX(-10deg) rotateZ(-7deg) translateZ(70px);
}

@keyframes press-deck-stack-float {
  from {
    transform: rotateX(0deg) rotateY(-4deg) translateY(0);
  }

  to {
    transform: rotateX(4deg) rotateY(5deg) translateY(-10px);
  }
}

.press-deck-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 8;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(230, 201, 134, 0.36);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 900;
}

.press-command-deck .press-metrics {
  position: static;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.press-command-deck .press-metrics span {
  min-height: 86px;
  background:
    linear-gradient(180deg, rgba(0, 191, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.26);
}

.press-deck-lines {
  display: grid;
  gap: 7px;
}

.press-deck-lines i {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 191, 255, 0.72), rgba(230, 201, 134, 0.45), transparent);
  box-shadow: 0 0 14px rgba(0, 191, 255, 0.2);
}

.press-deck-lines i:nth-child(2) {
  width: 82%;
}

.press-deck-lines i:nth-child(3) {
  width: 64%;
}

.press-deck-lines i:nth-child(4) {
  width: 42%;
}

.press-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 5;
  transform: translateX(-50%);
  color: rgba(248, 244, 236, 0.48);
  font-size: 0.72rem;
  font-weight: 900;
}

.press-page .press-main {
  background:
    radial-gradient(circle at 18% 8%, rgba(230, 201, 134, 0.12), transparent 28rem),
    radial-gradient(circle at 82% 16%, rgba(0, 191, 255, 0.12), transparent 32rem),
    #050607;
  perspective: 1600px;
}

.press-page .press-featured {
  transform: rotateX(2deg);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.45), 0 0 48px rgba(0, 191, 255, 0.09);
}

.press-page .press-video-card,
.press-page .press-photo-card,
.press-page .press-article-card {
  transform-style: preserve-3d;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.press-page .press-video-card:hover,
.press-page .press-photo-card:hover,
.press-page .press-article-card:hover {
  transform: translateY(-8px) rotateX(2deg);
  border-color: rgba(0, 191, 255, 0.34);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42), 0 0 34px rgba(0, 191, 255, 0.11);
}

.is-three-fallback .press-command-deck {
  transform: none;
}

.global-ops-page .site-shell {
  background:
    linear-gradient(180deg, rgba(0, 191, 255, 0.08), transparent 34rem),
    linear-gradient(120deg, rgba(201, 167, 96, 0.09), transparent 42rem),
    #040506;
}

.ops-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 126px 0 76px;
  isolation: isolate;
  perspective: 1200px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ops-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, #000 0 72%, transparent 100%);
}

.ops-canvas {
  opacity: 0.48;
  filter: saturate(1.25) contrast(1.06);
}

.ops-aurora {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0 22%, rgba(0, 191, 255, 0.14) 32%, transparent 54%),
    linear-gradient(24deg, transparent 0 58%, rgba(230, 201, 134, 0.11) 70%, transparent 92%);
  mix-blend-mode: screen;
  opacity: 0.82;
  animation: opsAuroraSweep 12s ease-in-out infinite alternate;
}

.ops-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
}

.ops-hero-copy {
  max-width: 820px;
}

.ops-hero-copy h1 {
  max-width: 900px;
  margin: 12px 0 22px;
  font-size: clamp(3.55rem, 8vw, 7.8rem);
  line-height: 0.88;
}

.ops-hero-copy .lead {
  max-width: 720px;
  color: rgba(248, 244, 236, 0.78);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.ops-tag-list,
.ops-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ops-tag-list {
  margin-top: 28px;
}

.ops-tag-list span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(0, 191, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 191, 255, 0.055);
  color: #9fe9ff;
  font-size: 0.78rem;
  font-weight: 850;
}

.ops-hero-actions {
  margin-top: 30px;
}

.ops-visual {
  min-width: 0;
  transform-style: preserve-3d;
}

.ops-3d-stage {
  --ops-accent: #58dfff;
  --ops-accent-2: #e6c986;
  --ops-panel: rgba(7, 14, 18, 0.78);
  position: relative;
  min-height: min(620px, 70svh);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    var(--ops-panel);
  box-shadow:
    0 34px 94px rgba(0, 0, 0, 0.42),
    inset 0 0 52px color-mix(in srgb, var(--ops-accent) 12%, transparent);
  transform: rotateY(-12deg) rotateX(6deg) translateZ(0);
  transform-style: preserve-3d;
  animation: opsStageDrift 7s ease-in-out infinite alternate;
  backdrop-filter: blur(18px);
}

.ops-theme-countries { --ops-accent: #91c788; --ops-accent-2: #58dfff; }
.ops-theme-distribution { --ops-accent: #e6c986; --ops-accent-2: #58dfff; }
.ops-theme-logistics { --ops-accent: #58a6d6; --ops-accent-2: #4cc7b7; }
.ops-theme-factories { --ops-accent: #f06d55; --ops-accent-2: #e6c986; }
.ops-theme-warehouses { --ops-accent: #4cc7b7; --ops-accent-2: #91c788; }
.ops-theme-hubs { --ops-accent: #58dfff; --ops-accent-2: #f06d55; }
.ops-theme-partners { --ops-accent: #e6c986; --ops-accent-2: #91c788; }
.ops-theme-projects { --ops-accent: #c9a760; --ops-accent-2: #58a6d6; }
.ops-theme-certificates { --ops-accent: #f8f4ec; --ops-accent-2: #e6c986; }

.ops-stage-grid {
  position: absolute;
  width: 112%;
  height: 112%;
  transform: rotateX(66deg) rotateZ(-18deg) translateZ(-46px);
  background:
    linear-gradient(color-mix(in srgb, var(--ops-accent) 22%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--ops-accent) 18%, transparent) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.42;
  animation: opsGridSlide 16s linear infinite;
}

.ops-orbit-ring {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--ops-accent) 38%, transparent);
  border-radius: 50%;
  transform-style: preserve-3d;
  box-shadow: 0 0 34px color-mix(in srgb, var(--ops-accent) 12%, transparent);
}

.ops-orbit-ring.ring-a {
  width: 78%;
  aspect-ratio: 1;
  transform: rotateX(62deg) rotateZ(12deg);
  animation: opsRingSpin 18s linear infinite;
}

.ops-orbit-ring.ring-b {
  width: 104%;
  aspect-ratio: 1 / 0.52;
  transform: rotateX(58deg) rotateZ(-22deg);
  animation: opsRingSpinReverse 24s linear infinite;
}

.ops-orbit-ring.ring-c {
  width: 54%;
  aspect-ratio: 1 / 0.66;
  transform: rotateX(72deg) rotateZ(42deg);
  border-color: color-mix(in srgb, var(--ops-accent-2) 42%, transparent);
  animation: opsRingSpin 14s linear infinite;
}

.ops-core-card {
  position: relative;
  z-index: 3;
  width: min(48%, 260px);
  min-width: 190px;
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 26px 20px;
  border: 1px solid color-mix(in srgb, var(--ops-accent) 30%, transparent);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.28);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  transform: translateZ(58px);
}

.ops-core-card img {
  width: min(70%, 160px);
  height: auto;
  filter: drop-shadow(0 20px 42px rgba(0, 0, 0, 0.55));
}

.ops-core-card span {
  color: var(--ops-accent-2);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-align: center;
}

.ops-node {
  position: absolute;
  z-index: 4;
  min-width: 112px;
  max-width: 168px;
  min-height: 74px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--ops-accent) 38%, transparent);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.46);
  color: var(--ops-accent-2);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.36), 0 0 24px color-mix(in srgb, var(--ops-accent) 14%, transparent);
  transform-style: preserve-3d;
  animation: opsNodeFloat 5.8s ease-in-out infinite alternate;
}

.ops-node small {
  color: rgba(248, 244, 236, 0.72);
  font-size: 0.72rem;
  font-weight: 720;
  line-height: 1.25;
}

.ops-node.node-a { left: 8%; top: 17%; transform: translateZ(80px) rotateY(10deg); }
.ops-node.node-b { right: 9%; top: 26%; transform: translateZ(104px) rotateY(-12deg); animation-delay: -1.1s; }
.ops-node.node-c { left: 12%; bottom: 18%; transform: translateZ(68px) rotateY(8deg); animation-delay: -2s; }
.ops-node.node-d { right: 10%; bottom: 15%; transform: translateZ(92px) rotateY(-8deg); animation-delay: -3.2s; }

.ops-stat-strip {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 10, 12, 0.86);
}

.ops-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.ops-stat {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 20px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    #080b0e;
}

.ops-stat strong {
  color: var(--gold-2);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1;
}

.ops-stat span {
  color: rgba(248, 244, 236, 0.7);
  font-size: 0.84rem;
  font-weight: 760;
}

.ops-intel-section,
.ops-related-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 28rem),
    #050607;
}

.ops-intel-section .section-head p:not(.eyebrow),
.ops-flow-grid p {
  max-width: 760px;
  color: rgba(248, 244, 236, 0.72);
}

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

.ops-intel-card,
.ops-related-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(10, 12, 15, 0.88);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.ops-intel-card::before,
.ops-related-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 191, 255, 0.12), transparent);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.ops-intel-card:hover::before,
.ops-related-card:hover::before,
.ops-intel-card:focus-within::before,
.ops-related-card:focus-visible::before {
  transform: translateX(120%);
}

.ops-intel-card {
  min-height: 280px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: clamp(22px, 3vw, 32px);
}

.ops-intel-card span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(230, 201, 134, 0.34);
  border-radius: 8px;
  color: var(--gold-2);
  font-weight: 900;
}

.ops-intel-card h3,
.ops-related-card strong {
  margin: 0;
  color: var(--text);
}

.ops-intel-card p {
  margin: 0;
  color: rgba(248, 244, 236, 0.72);
}

.ops-flow-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.ops-flow-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ops-flow-list li {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 191, 255, 0.09), rgba(230, 201, 134, 0.04)),
    rgba(7, 9, 12, 0.8);
  transform: perspective(800px) rotateY(-4deg);
}

.ops-flow-list span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--gold);
  color: #17140d;
  font-weight: 950;
}

.ops-flow-list strong {
  color: var(--text);
  font-size: 1.06rem;
}

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

.ops-related-card {
  min-height: 160px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.ops-related-card:hover,
.ops-related-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(0, 191, 255, 0.3);
  outline: none;
}

.ops-related-card span {
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 900;
}

.global-ops-avrupa-operasyon-haritasi .site-shell {
  background:
    radial-gradient(circle at 74% 10%, rgba(88, 223, 255, 0.2), transparent 30rem),
    radial-gradient(circle at 16% 28%, rgba(230, 201, 134, 0.14), transparent 28rem),
    linear-gradient(180deg, #030506 0%, #071015 44%, #040506 100%);
}

.europe-map-hero {
  min-height: 104svh;
}

.europe-map-hero .hero-scrim {
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.98), rgba(3, 8, 10, 0.76) 38%, rgba(3, 8, 10, 0.34)),
    radial-gradient(circle at 76% 42%, rgba(0, 191, 255, 0.13), transparent 28rem),
    linear-gradient(180deg, rgba(3, 5, 6, 0.25), rgba(3, 5, 6, 0.96));
}

.europe-hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(470px, 1.12fr);
}

.europe-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3.4rem, 7.4vw, 7.25rem);
}

.europe-command-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 720px;
  margin-top: 28px;
}

.europe-command-strip span {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(0, 191, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.24);
}

.europe-command-strip b {
  color: var(--gold-2);
  font-size: 0.9rem;
}

.europe-command-strip small {
  color: rgba(248, 244, 236, 0.68);
  font-size: 0.72rem;
  font-weight: 760;
}

.europe-radar-rings {
  position: absolute;
  right: min(9vw, 120px);
  top: 18%;
  z-index: -1;
  width: min(660px, 48vw);
  aspect-ratio: 1;
  pointer-events: none;
  transform: rotateX(66deg) rotateZ(-18deg);
  opacity: 0.5;
}

.europe-radar-rings span {
  position: absolute;
  inset: calc(var(--i, 0) * 11%);
  border: 1px solid rgba(88, 223, 255, 0.22);
  border-radius: 50%;
  animation: europeRadarPulse 4.8s ease-in-out infinite;
}

.europe-radar-rings span:nth-child(1) { --i: 0; }
.europe-radar-rings span:nth-child(2) { --i: 1; animation-delay: -1.4s; }
.europe-radar-rings span:nth-child(3) { --i: 2; animation-delay: -2.8s; }

.europe-map-visual {
  transform-style: preserve-3d;
}

.europe-map-console {
  position: relative;
  min-height: min(670px, 72svh);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.02)),
    rgba(3, 12, 16, 0.84);
  box-shadow:
    0 44px 130px rgba(0, 0, 0, 0.5),
    inset 0 0 70px rgba(0, 191, 255, 0.08);
  transform: rotateY(-9deg) rotateX(6deg) translateZ(0);
  transform-style: preserve-3d;
  animation: europeConsoleFloat 7s ease-in-out infinite alternate;
  backdrop-filter: blur(20px);
}

.europe-map-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, #000 0 74%, transparent 100%);
}

.europe-console-top,
.europe-console-bottom {
  position: absolute;
  z-index: 5;
  left: 18px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.europe-console-top {
  top: 16px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(88, 223, 255, 0.18);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.32);
}

.europe-console-top span {
  color: #9fe9ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.europe-console-top strong {
  color: var(--gold-2);
  font-size: 0.86rem;
}

.europe-console-bottom {
  bottom: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.europe-console-bottom span {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.32);
}

.europe-console-bottom strong {
  color: var(--gold-2);
  font-size: 1.35rem;
  line-height: 1;
}

.europe-console-bottom small {
  color: rgba(248, 244, 236, 0.68);
  font-size: 0.7rem;
  font-weight: 760;
}

.europe-map-plane {
  position: absolute;
  inset: 76px 22px 106px;
  transform: perspective(900px) rotateX(52deg) rotateZ(-8deg);
  transform-style: preserve-3d;
  border: 1px solid rgba(88, 223, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 28% 60%, rgba(230, 201, 134, 0.18), transparent 12rem),
    radial-gradient(circle at 72% 30%, rgba(88, 223, 255, 0.22), transparent 16rem),
    linear-gradient(rgba(88, 223, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 223, 255, 0.11) 1px, transparent 1px),
    rgba(0, 0, 0, 0.3);
  background-size: auto, auto, 42px 42px, 42px 42px, auto;
  box-shadow: inset 0 0 56px rgba(0, 191, 255, 0.06);
}

.europe-map-glow {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(230, 201, 134, 0.24);
  border-radius: 50%;
  filter: blur(0.2px);
  animation: europeMapGlow 5s ease-in-out infinite alternate;
}

.europe-route-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: translateZ(28px);
}

.europe-route-svg .route {
  fill: none;
  stroke: rgba(88, 223, 255, 0.72);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 8 13;
  filter: drop-shadow(0 0 8px rgba(88, 223, 255, 0.42));
  animation: europeRouteFlow 2.8s linear infinite;
}

.europe-route-svg .route-b,
.europe-route-svg .route-d {
  stroke: rgba(230, 201, 134, 0.74);
  filter: drop-shadow(0 0 8px rgba(230, 201, 134, 0.38));
  animation-duration: 3.5s;
}

.euro-node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 4;
  min-width: 82px;
  display: grid;
  justify-items: start;
  gap: 2px;
  padding: 8px 10px;
  border: 1px solid rgba(88, 223, 255, 0.32);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(88, 223, 255, 0.08) inset, 0 14px 34px rgba(0, 0, 0, 0.34);
  transform: translate3d(-50%, -50%, 64px) rotateX(-52deg) rotateZ(8deg);
  color: #f8f4ec;
  animation: euroNodeFloat 4.8s ease-in-out infinite alternate;
}

.euro-node::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #58dfff;
  box-shadow: 0 0 24px rgba(88, 223, 255, 0.75);
  transform: translate(-18px, -50%);
}

.euro-node.hub {
  border-color: rgba(230, 201, 134, 0.54);
  box-shadow: 0 0 0 1px rgba(230, 201, 134, 0.12) inset, 0 18px 44px rgba(0, 0, 0, 0.44);
}

.euro-node.hub::before {
  background: var(--gold-2);
  box-shadow: 0 0 28px rgba(230, 201, 134, 0.8);
}

.euro-node b {
  color: var(--gold-2);
  font-size: 0.88rem;
  line-height: 1;
}

.euro-node small {
  color: rgba(248, 244, 236, 0.7);
  font-size: 0.66rem;
  font-weight: 760;
}

.europe-corridor-section {
  background:
    radial-gradient(circle at 76% 18%, rgba(88, 223, 255, 0.12), transparent 30rem),
    #050607;
}

.europe-corridor-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.europe-corridor-board {
  display: grid;
  gap: 12px;
  perspective: 1000px;
}

.europe-corridor-board article {
  min-height: 96px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(88, 223, 255, 0.09), rgba(230, 201, 134, 0.055)),
    rgba(7, 11, 14, 0.84);
  transform: rotateY(-5deg);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.europe-corridor-board span {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--gold);
  color: #17140d;
  font-weight: 950;
}

.europe-corridor-board strong {
  color: var(--text);
  font-size: 1.05rem;
}

.europe-corridor-board small {
  color: rgba(248, 244, 236, 0.68);
  font-weight: 680;
}

.europe-country-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.europe-country-grid article {
  min-height: 156px;
  display: grid;
  align-content: end;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    radial-gradient(circle at 22% 20%, rgba(88, 223, 255, 0.16), transparent 6rem),
    linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(8, 10, 13, 0.9);
  transition: transform 180ms ease, border-color 180ms ease;
}

.europe-country-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(88, 223, 255, 0.34);
}

.europe-country-grid span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(230, 201, 134, 0.35);
  border-radius: 8px;
  color: var(--gold-2);
  font-weight: 950;
}

.europe-country-grid strong {
  color: var(--text);
  line-height: 1.1;
}

.europe-country-grid small {
  color: rgba(248, 244, 236, 0.66);
  font-weight: 680;
}

@keyframes europeConsoleFloat {
  from {
    transform: rotateY(-11deg) rotateX(5deg) translate3d(0, 0, 0);
  }

  to {
    transform: rotateY(-6deg) rotateX(8deg) translate3d(-10px, -10px, 30px);
  }
}

@keyframes europeRadarPulse {
  0%,
  100% {
    opacity: 0.28;
    transform: scale(0.92);
  }

  50% {
    opacity: 0.72;
    transform: scale(1.04);
  }
}

@keyframes europeMapGlow {
  from {
    opacity: 0.32;
    transform: scale(0.96);
  }

  to {
    opacity: 0.72;
    transform: scale(1.08);
  }
}

@keyframes europeRouteFlow {
  to {
    stroke-dashoffset: -42;
  }
}

@keyframes euroNodeFloat {
  from {
    margin-top: 0;
  }

  to {
    margin-top: -12px;
  }
}

@media (max-width: 1180px) {
  .europe-hero-grid,
  .europe-corridor-grid {
    grid-template-columns: 1fr;
  }

  .europe-map-visual {
    max-width: 820px;
  }

  .europe-map-console {
    min-height: 610px;
    transform: rotateY(-6deg) rotateX(4deg);
  }

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

  .europe-corridor-board article {
    transform: none;
  }
}

@media (max-width: 760px) {
  .europe-map-hero {
    min-height: auto;
  }

  .europe-hero-copy h1 {
    font-size: clamp(3rem, 15vw, 4.25rem);
  }

  .europe-command-strip {
    grid-template-columns: 1fr;
  }

  .europe-radar-rings {
    right: -36%;
    top: 25%;
    width: 112vw;
    opacity: 0.32;
  }

  .europe-map-console {
    min-height: 560px;
    transform: none;
    animation: none;
  }

  .europe-console-top {
    align-items: start;
    flex-direction: column;
  }

  .europe-map-plane {
    inset: 104px 12px 118px;
    transform: perspective(720px) rotateX(46deg) rotateZ(-7deg);
  }

  .euro-node {
    min-width: 68px;
    padding: 7px 8px;
  }

  .euro-node b {
    font-size: 0.78rem;
  }

  .euro-node small {
    font-size: 0.58rem;
  }

  .europe-console-bottom {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .europe-console-bottom span {
    min-height: 50px;
  }

  .europe-corridor-board article {
    grid-template-columns: 1fr;
  }

  .europe-corridor-board span {
    grid-row: auto;
  }

  .europe-country-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes opsAuroraSweep {
  from {
    transform: translate3d(-3%, 0, 0) skewX(-4deg);
    opacity: 0.55;
  }

  to {
    transform: translate3d(3%, -1%, 0) skewX(4deg);
    opacity: 0.92;
  }
}

@keyframes opsStageDrift {
  from {
    transform: rotateY(-13deg) rotateX(5deg) translate3d(0, 0, 0);
  }

  to {
    transform: rotateY(-8deg) rotateX(8deg) translate3d(-10px, -12px, 28px);
  }
}

@keyframes opsGridSlide {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 92px 92px, 92px 92px;
  }
}

@keyframes opsRingSpin {
  from {
    rotate: 0deg;
  }

  to {
    rotate: 360deg;
  }
}

@keyframes opsRingSpinReverse {
  from {
    rotate: 360deg;
  }

  to {
    rotate: 0deg;
  }
}

@keyframes opsNodeFloat {
  from {
    margin-top: 0;
  }

  to {
    margin-top: -16px;
  }
}

@media (max-width: 1080px) {
  .ops-hero-grid,
  .ops-flow-grid {
    grid-template-columns: 1fr;
  }

  .ops-visual {
    max-width: 680px;
  }

  .ops-3d-stage {
    min-height: 500px;
    transform: rotateY(-7deg) rotateX(4deg);
  }

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

  .ops-flow-list li {
    transform: none;
  }
}

@media (max-width: 720px) {
  .ops-hero {
    min-height: auto;
    padding: 108px 0 50px;
  }

  .ops-hero-copy h1 {
    font-size: clamp(3rem, 16vw, 4.35rem);
  }

  .ops-3d-stage {
    min-height: 410px;
    transform: none;
    animation: none;
  }

  .ops-core-card {
    width: 54%;
    min-width: 168px;
    padding: 20px 16px;
  }

  .ops-node {
    min-width: 96px;
    max-width: 132px;
    min-height: 62px;
    padding: 10px;
    font-size: 0.95rem;
  }

  .ops-node small {
    font-size: 0.64rem;
  }

  .ops-node.node-a { left: 4%; top: 13%; }
  .ops-node.node-b { right: 4%; top: 20%; }
  .ops-node.node-c { left: 5%; bottom: 14%; }
  .ops-node.node-d { right: 5%; bottom: 12%; }

  .ops-stat-grid,
  .ops-intel-grid,
  .ops-related-grid {
    grid-template-columns: 1fr;
  }

  .ops-stat {
    min-height: 92px;
  }

  .ops-intel-card {
    min-height: 230px;
  }

  .ops-flow-list li {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ops-aurora,
  .ops-3d-stage,
  .ops-stage-grid,
  .ops-orbit-ring,
  .ops-node {
    animation: none;
  }
}

.admin-media-tools .admin-card {
  min-height: 190px;
}

.admin-json-field textarea {
  min-height: 210px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  line-height: 1.48;
}

.admin-page .site-shell {
  background:
    radial-gradient(circle at 80% 8%, rgba(0, 191, 255, 0.15), transparent 26rem),
    radial-gradient(circle at 18% 86%, rgba(201, 167, 96, 0.13), transparent 28rem),
    #040506;
}

.admin-console {
  position: relative;
  min-height: 100svh;
  padding: 118px 0 58px;
  isolation: isolate;
}

.admin-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.admin-rail,
.admin-workspace,
.admin-card,
.admin-preview {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028)),
    rgba(7, 11, 14, 0.78);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.admin-rail {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.admin-rail h1 {
  margin: 0;
  font-size: 1.38rem;
  line-height: 1.12;
}

.admin-rail p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.admin-tabs {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.admin-tabs button,
.admin-action,
.admin-file-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 191, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 191, 255, 0.055);
  color: rgba(248, 244, 236, 0.88);
  padding: 0 12px;
  font-size: 0.86rem;
  font-weight: 820;
  cursor: pointer;
}

.admin-tabs button {
  justify-content: flex-start;
}

.admin-tabs button.is-active,
.admin-tabs button:hover,
.admin-tabs button:focus-visible,
.admin-action:hover,
.admin-action:focus-visible,
.admin-file-button:hover,
.admin-file-button:focus-visible {
  color: var(--text);
  border-color: rgba(0, 191, 255, 0.38);
  background: rgba(0, 191, 255, 0.11);
  outline: none;
}

.admin-workspace {
  padding: 20px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.admin-topbar h2 {
  font-size: 1.74rem;
}

.admin-topbar p {
  margin: 6px 0 0;
  color: var(--muted);
}

.admin-status {
  min-width: 220px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.82rem;
  font-weight: 760;
}

.admin-status[data-state="success"] {
  color: #9ff5c7;
  border-color: rgba(17, 173, 98, 0.28);
}

.admin-status[data-state="warning"] {
  color: var(--gold-2);
  border-color: rgba(201, 167, 96, 0.28);
}

.admin-panel {
  display: none;
}

.admin-panel.is-active {
  display: grid;
  gap: 16px;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-field {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.admin-field.full {
  grid-column: 1 / -1;
}

.admin-field input,
.admin-field textarea,
.admin-field select {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  padding: 12px 13px;
  outline: none;
}

.admin-field textarea {
  min-height: 112px;
  resize: vertical;
}

.admin-field input:focus,
.admin-field textarea:focus,
.admin-field select:focus {
  border-color: rgba(0, 191, 255, 0.44);
  background: rgba(255, 255, 255, 0.075);
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-action.primary {
  color: #101010;
  border-color: rgba(230, 201, 134, 0.6);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.admin-file-button input {
  display: none;
}

.admin-preview {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.admin-preview span {
  color: #62dcff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-preview strong {
  font-size: 1.22rem;
}

.admin-preview small {
  color: var(--muted);
}

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

.admin-card {
  min-height: 146px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
}

.admin-card span {
  color: var(--gold-2);
  font-size: 0.74rem;
  font-weight: 900;
}

.admin-card strong {
  font-size: 1rem;
}

.admin-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.admin-card a {
  color: #aeefff;
  font-weight: 820;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

.contact-form-panel[data-reveal].is-visible {
  transform-style: preserve-3d;
  animation: contact-panel-float 5.2s ease-in-out infinite alternate;
}

.press-command-deck[data-reveal].is-visible {
  transform-style: preserve-3d;
  animation: press-command-float 5s ease-in-out infinite alternate;
}

.ai-contact-widget {
  position: fixed;
  inset-inline-end: 22px;
  bottom: 22px;
  z-index: 120;
  width: min(392px, calc(100vw - 32px));
  pointer-events: none;
}

.ai-contact-widget *,
.ai-contact-widget *::before,
.ai-contact-widget *::after {
  box-sizing: border-box;
}

.ai-floating-actions {
  display: grid;
  justify-items: end;
  gap: 10px;
  pointer-events: auto;
}

.whatsapp-fab,
.ai-chat-toggle {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--text);
  cursor: pointer;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(16px);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.whatsapp-fab {
  padding: 0 17px;
  background: linear-gradient(135deg, rgba(17, 173, 98, 0.98), rgba(10, 122, 76, 0.98));
  font-size: 0.92rem;
  font-weight: 850;
}

.ai-chat-toggle {
  padding: 0 18px;
  background:
    linear-gradient(135deg, rgba(0, 191, 255, 0.16), rgba(201, 167, 96, 0.12)),
    rgba(8, 12, 15, 0.88);
  font-size: 0.9rem;
  font-weight: 850;
}

.whatsapp-fab svg,
.ai-chat-toggle svg,
.ai-chat-close svg,
.ai-chat-compose button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.whatsapp-fab:hover,
.whatsapp-fab:focus-visible,
.ai-chat-toggle:hover,
.ai-chat-toggle:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(0, 191, 255, 0.36);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.42), 0 0 24px rgba(0, 191, 255, 0.13);
  outline: none;
}

.ai-chat-panel {
  position: absolute;
  inset-inline-end: 0;
  bottom: 116px;
  width: 100%;
  max-height: min(76svh, 720px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(0, 191, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(13, 18, 22, 0.96), rgba(3, 7, 9, 0.97)),
    rgba(5, 5, 5, 0.94);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.54), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(22px);
  pointer-events: auto;
}

.ai-chat-panel[hidden] {
  display: none;
}

.ai-chat-head {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 16px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ai-chat-kicker {
  display: block;
  margin-bottom: 2px;
  color: #62dcff;
  font-size: 0.72rem;
  font-weight: 900;
}

.ai-chat-head strong {
  display: block;
  font-size: 1rem;
}

.ai-chat-close {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
}

.ai-chat-close:hover,
.ai-chat-close:focus-visible {
  border-color: rgba(0, 191, 255, 0.4);
  outline: none;
}

.ai-chat-body {
  min-height: 0;
  display: grid;
  gap: 13px;
  overflow-y: auto;
  padding: 14px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 191, 255, 0.38) transparent;
}

.ai-chat-log {
  max-height: 172px;
  min-height: 84px;
  display: grid;
  align-content: start;
  gap: 9px;
  overflow-y: auto;
  padding-right: 2px;
}

.ai-message {
  max-width: 92%;
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(248, 244, 236, 0.94);
  font-size: 0.88rem;
  line-height: 1.38;
}

.ai-message.bot {
  justify-self: start;
  border: 1px solid rgba(0, 191, 255, 0.14);
  background: rgba(0, 191, 255, 0.07);
}

.ai-message.user {
  justify-self: end;
  border: 1px solid rgba(201, 167, 96, 0.2);
  background: rgba(201, 167, 96, 0.12);
}

.ai-chat-actions,
.ai-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ai-chat-actions button,
.ai-submit,
.ai-whatsapp-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(0, 191, 255, 0.18);
  background: rgba(0, 191, 255, 0.07);
  color: #aeefff;
  padding: 0 12px;
  font-size: 0.82rem;
  font-weight: 820;
  cursor: pointer;
}

.ai-submit {
  background: rgba(201, 167, 96, 0.14);
  border-color: rgba(201, 167, 96, 0.26);
  color: var(--gold-2);
}

.ai-whatsapp-link {
  background: rgba(17, 173, 98, 0.14);
  border-color: rgba(17, 173, 98, 0.3);
  color: #9ff5c7;
}

.ai-chat-actions button:hover,
.ai-chat-actions button:focus-visible,
.ai-submit:hover,
.ai-submit:focus-visible,
.ai-whatsapp-link:hover,
.ai-whatsapp-link:focus-visible {
  background: rgba(0, 191, 255, 0.12);
  outline: none;
}

.ai-lead-form {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.ai-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ai-lead-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.ai-lead-form input,
.ai-lead-form select,
.ai-lead-form textarea,
.ai-chat-compose input {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  padding: 10px 11px;
  outline: none;
}

.ai-lead-form select {
  color-scheme: dark;
}

.ai-lead-form textarea {
  resize: vertical;
}

.ai-lead-form input:focus,
.ai-lead-form select:focus,
.ai-lead-form textarea:focus,
.ai-chat-compose input:focus {
  border-color: rgba(0, 191, 255, 0.42);
  background: rgba(255, 255, 255, 0.075);
}

.ai-file-field input {
  padding: 9px;
  font-size: 0.78rem;
}

.ai-form-status {
  min-height: 18px;
  margin: 0;
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 760;
}

.ai-chat-compose {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ai-chat-compose button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 191, 255, 0.2);
  border-radius: 8px;
  background: rgba(0, 191, 255, 0.1);
  color: #aeefff;
  cursor: pointer;
}

@media (min-width: 641px) {
  .contact-page .ai-contact-widget {
    width: auto;
  }

  .contact-page .contact-form-panel {
    width: calc(100% - 34px);
    justify-self: start;
  }

  .contact-page .ai-floating-actions {
    display: grid;
    justify-content: flex-end;
  }

  .contact-page .whatsapp-fab,
  .contact-page .ai-chat-toggle {
    width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    border-radius: 50%;
  }

  .contact-page .whatsapp-fab span,
  .contact-page .ai-chat-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .contact-page .ai-chat-panel {
    width: min(392px, calc(100vw - 32px));
  }
}

@media (min-width: 760px) {
  .brand-text {
    display: block;
  }

  h1 {
    font-size: 4.65rem;
  }

  h2 {
    font-size: 3.05rem;
  }

  .hero h1 {
    font-size: 5rem;
  }
}

@media (min-width: 1120px) {
  .hero h1 {
    font-size: 5.35rem;
  }
}

@media (max-width: 1040px) and (min-width: 861px) {
  .brand-text {
    display: none;
  }

  .brand img {
    width: 86px;
  }

  .nav > a,
  .nav > button,
  .nav-group > a {
    padding: 0 6px;
    font-size: 0.81rem;
  }

  .language-option {
    width: 28px;
    height: 28px;
  }
}

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

  .capability-grid,
  .operation-directory,
  .operations-layout,
  .careers-grid,
  .contact-layout,
  .contact-mission-grid,
  .admin-shell,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .contact-command h1 {
    font-size: 3.45rem;
  }

  .contact-form-panel {
    max-width: 760px;
  }

  .contact-command-card,
  .contact-channel {
    transform: none;
    animation: none;
  }

  .contact-form-panel,
  .contact-form-panel[data-reveal].is-visible {
    transform: perspective(1000px) rotateX(2deg) rotateY(-4deg) translateZ(18px);
    transform-style: preserve-3d;
    animation: contact-panel-float-tablet 6s ease-in-out infinite alternate;
  }

  @keyframes contact-panel-float-tablet {
    from {
      transform: perspective(1000px) rotateX(1deg) rotateY(-5deg) translate3d(0, 0, 12px);
    }

    to {
      transform: perspective(1000px) rotateX(4deg) rotateY(-2deg) translate3d(-8px, -10px, 34px);
    }
  }

  .contact-3d-orbit {
    right: 10%;
    top: 18%;
    width: 360px;
    height: 360px;
    opacity: 0.5;
  }

  .contact-kinetic-tunnel,
  .press-kinetic-tunnel {
    right: -18%;
    width: min(540px, 72vw);
    opacity: 0.42;
  }

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

  .admin-rail {
    position: static;
  }

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

  .press-hero-grid,
  .press-featured {
    grid-template-columns: 1fr;
  }

  .press-hero-3d-grid {
    min-height: auto;
  }

  .press-command-deck {
    max-width: 520px;
    transform: rotateY(-7deg) rotateX(4deg);
    transform-style: preserve-3d;
    animation: press-command-float-tablet 6s ease-in-out infinite alternate;
  }

  .press-command-deck[data-reveal].is-visible {
    transform: rotateY(-7deg) rotateX(4deg);
    animation: press-command-float-tablet 6s ease-in-out infinite alternate;
  }

  @keyframes press-command-float-tablet {
    from {
      transform: rotateY(-9deg) rotateX(3deg) translate3d(0, 0, 14px);
    }

    to {
      transform: rotateY(-3deg) rotateX(6deg) translate3d(-8px, -10px, 36px);
    }
  }

  .press-dom-orbit {
    left: 28%;
    top: 18%;
    opacity: 0.7;
    transform: scale(0.72) rotateX(58deg) rotateZ(-16deg);
    animation: press-dom-orbit-spin-tablet 18s linear infinite;
  }

  @keyframes press-dom-orbit-spin-tablet {
    from {
      transform: scale(0.72) rotateX(58deg) rotateZ(-16deg);
    }

    to {
      transform: scale(0.72) rotateX(58deg) rotateZ(344deg);
    }
  }

  .press-orbit-preview {
    min-height: 360px;
  }

  .press-hero-copy h1 {
    font-size: 5rem;
  }

  .press-3d-hero .press-hero-copy h1 {
    font-size: 5.2rem;
  }

  .press-featured-copy h2 {
    font-size: 2.65rem;
  }

  .press-video-grid,
  .press-article-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .operations-panel {
    min-height: 360px;
  }

  .metric-grid,
  .detail-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .home-page .legacy-header .header-inner {
    justify-content: space-between;
  }

  .home-page .legacy-header .brand {
    position: static;
    opacity: 1;
    pointer-events: auto;
  }

  .home-page .legacy-header .header-actions {
    position: static;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .nav {
    position: fixed;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(0, 191, 255, 0.18);
    border-radius: 8px;
    background: rgba(2, 10, 15, 0.96);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.46), 0 0 26px rgba(0, 191, 255, 0.08);
    backdrop-filter: blur(18px);
  }

  body.menu-open .nav {
    display: grid;
  }

  .nav > a,
  .nav-group > a {
    width: 100%;
    min-height: 46px;
    justify-content: space-between;
    padding: 0 12px;
  }

  .nav .nav-contact-link {
    display: inline-flex;
  }

  .nav-group {
    width: 100%;
  }

  .submenu {
    position: static;
    display: none;
    min-width: 0;
    margin: 0 0 6px;
    padding: 6px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: rgba(0, 191, 255, 0.045);
  }

  .submenu a {
    white-space: normal;
  }

  .nav-group:hover .submenu,
  .nav-group:focus-within .submenu,
  .nav-group.is-open .submenu {
    display: block;
    transform: none;
  }

  .primary-nav {
    display: none;
  }

  body.menu-open .primary-nav {
    display: none;
  }

  .header-inner {
    gap: 10px;
  }

  .brand img {
    width: 86px;
  }

  .header-actions {
    gap: 8px;
  }

  .language-switcher {
    gap: 3px;
    min-height: 38px;
    padding: 3px;
  }

  .language-option {
    width: 28px;
    height: 28px;
  }

  .hero {
    min-height: 88svh;
    padding-top: 104px;
  }

  .legacy-hero {
    min-height: 820px;
    height: 100svh;
    padding-top: 0;
  }

  .legacy-stage {
    width: min(100% - 28px, 760px);
  }

  .legacy-center {
    top: 50%;
    width: min(100%, 460px);
  }

  .legacy-center img {
    width: 142px;
    min-width: 0;
  }

  .legacy-center p {
    margin-top: 8px;
    width: min(82vw, 430px);
    font-size: clamp(1.05rem, 3.1vw, 1.38rem);
    letter-spacing: 0;
    white-space: nowrap;
  }

  .sector-pin {
    min-height: 31px;
    gap: 7px;
    padding: 3px 10px 3px 4px;
    font-size: 0.72rem;
  }

  .sector-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .sector-icon svg {
    width: 14px;
    height: 14px;
  }

  .sector-pin::before {
    left: 11px;
    width: 8px;
    height: 8px;
  }

  .pin-trade { left: 30%; top: 58%; }
  .pin-cosmetic { left: 45%; top: 22%; }
  .pin-solar { left: 45%; top: 28%; }
  .pin-distribution { left: 72%; top: 38%; }
  .pin-logistics { left: 68%; top: 52%; }
  .pin-realestate { left: 50%; top: 70%; }
  .pin-social { left: 35%; top: 84%; }
  .pin-aluminum { left: 70%; top: 78%; }

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

  .about-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .premium-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand-panel,
  .footer-links,
  .footer-contact-card,
  .footer-bottom {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .footer-brand {
    width: 100%;
    max-width: 100%;
  }

  .strip-lines {
    display: none;
  }
}

@media (max-width: 640px) {
  .container,
  .hero-content {
    width: min(100% - 28px, var(--max));
  }

  .premium-footer {
    padding: 42px 0 132px;
  }

  .premium-footer .footer-grid {
    gap: 24px;
  }

  .footer-orbit {
    left: 50%;
    width: min(62vw, 260px);
    opacity: 0.36;
  }

  .footer-brand-panel {
    gap: 14px;
  }

  .footer-socials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .footer-social {
    width: 100%;
    justify-content: center;
    padding: 0 10px;
  }

  .footer-links ul {
    gap: 9px;
  }

  .footer-contact-card {
    padding: 16px;
  }

  .footer-bottom {
    display: grid;
    justify-content: stretch;
    gap: 10px;
  }

  .footer-legal-links {
    display: grid;
    gap: 8px;
  }

  .ai-contact-widget {
    inset-inline: 12px;
    bottom: 12px;
    width: auto;
  }

  .ai-floating-actions {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .whatsapp-fab,
  .ai-chat-toggle {
    width: 100%;
    min-height: 46px;
    padding: 0 12px;
  }

  .ai-chat-panel {
    inset-inline: 0;
    bottom: 106px;
    max-height: calc(100svh - 132px);
  }

  .ai-form-grid {
    grid-template-columns: 1fr;
  }

  .ai-chat-log {
    max-height: 132px;
  }

  .section {
    padding: 68px 0;
  }

  .hero-logo {
    width: 118px;
    margin-bottom: 18px;
  }

  h1,
  .hero h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .lead {
    font-size: 1rem;
  }

  .contact-mission {
    padding: 104px 0 132px;
  }

  .contact-3d-canvas {
    opacity: 0.56;
  }

  .contact-3d-orbit {
    left: 50%;
    right: auto;
    top: 298px;
    width: 240px;
    height: 240px;
    opacity: 0.64;
    transform: translateX(-50%) rotateX(62deg) rotateZ(-18deg);
    animation: contact-3d-orbit-spin-mobile 18s linear infinite;
  }

  .contact-kinetic-tunnel,
  .press-kinetic-tunnel {
    left: 50%;
    right: auto;
    top: 290px;
    width: 330px;
    opacity: 0.3;
    transform: translateX(-50%);
  }

  .contact-3d-orbit span {
    width: 112px;
    min-height: 64px;
    padding: 9px;
  }

  .contact-3d-orbit b {
    font-size: 0.64rem;
  }

  .contact-3d-orbit small {
    font-size: 1.06rem;
  }

  .contact-3d-orbit span:nth-child(1) {
    transform: translate(-50%, -50%) rotateZ(0deg) translateX(142px) rotateZ(0deg) rotateX(-62deg);
  }

  .contact-3d-orbit span:nth-child(2) {
    transform: translate(-50%, -50%) rotateZ(90deg) translateX(142px) rotateZ(-90deg) rotateX(-62deg);
  }

  .contact-3d-orbit span:nth-child(3) {
    transform: translate(-50%, -50%) rotateZ(180deg) translateX(142px) rotateZ(-180deg) rotateX(-62deg);
  }

  .contact-3d-orbit span:nth-child(4) {
    transform: translate(-50%, -50%) rotateZ(270deg) translateX(142px) rotateZ(-270deg) rotateX(-62deg);
  }

  @keyframes contact-3d-orbit-spin-mobile {
    from {
      transform: translateX(-50%) rotateX(62deg) rotateZ(-18deg);
    }

    to {
      transform: translateX(-50%) rotateX(62deg) rotateZ(342deg);
    }
  }

  .contact-command h1 {
    font-size: 2.55rem;
  }

  .contact-command-grid,
  .mission-form-grid,
  .contact-channel-grid,
  .admin-form-grid,
  .admin-page-grid,
  .press-video-grid,
  .press-photo-grid,
  .press-article-list {
    grid-template-columns: 1fr;
  }

  .press-hero {
    min-height: auto;
    padding: 112px 0 54px;
  }

  .press-3d-hero {
    min-height: 100svh;
    padding: 102px 0 70px;
  }

  .press-hero-grid {
    gap: 28px;
  }

  .press-hero-3d-grid {
    gap: 26px;
  }

  .press-hero-copy h1 {
    font-size: 3.2rem;
  }

  .press-3d-hero .press-hero-copy {
    align-self: center;
    padding-bottom: 0;
  }

  .press-3d-hero .press-hero-copy h1 {
    font-size: 2.72rem;
    line-height: 0.88;
  }

  .press-3d-hero .lead {
    max-width: 100%;
    font-size: 0.96rem;
    overflow-wrap: break-word;
  }

  .press-3d-hero .press-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .press-3d-hero .press-hero-actions .button {
    width: 100%;
  }

  .press-holo-status {
    gap: 7px;
  }

  .press-holo-status span {
    min-height: 30px;
    padding: 0 9px;
    font-size: 0.7rem;
  }

  .press-command-deck {
    padding: 12px;
    width: 100%;
    max-width: 100%;
    transform: perspective(900px) rotateX(2deg) rotateY(-3deg);
    animation: press-command-float-mobile 5.4s ease-in-out infinite alternate;
  }

  .press-command-deck[data-reveal].is-visible {
    transform: perspective(900px) rotateX(2deg) rotateY(-3deg);
    animation: press-command-float-mobile 5.4s ease-in-out infinite alternate;
  }

  @keyframes press-command-float-mobile {
    from {
      transform: perspective(900px) rotateX(1deg) rotateY(-3deg) translate3d(0, 0, 8px);
    }

    to {
      transform: perspective(900px) rotateX(4deg) rotateY(2deg) translate3d(0, -8px, 24px);
    }
  }

  .press-dom-orbit {
    display: block;
    left: 50%;
    top: 286px;
    width: 240px;
    height: 240px;
    opacity: 0.78;
    transform: translateX(-50%) rotateX(60deg) rotateZ(-12deg);
    animation: press-dom-orbit-spin-mobile 20s linear infinite;
  }

  .press-dom-orbit span {
    width: 112px;
    min-height: 66px;
    padding: 9px;
    border-color: rgba(0, 191, 255, 0.22);
    background:
      linear-gradient(135deg, rgba(0, 191, 255, 0.18), rgba(230, 201, 134, 0.08)),
      rgba(2, 10, 14, 0.52);
    box-shadow: 0 12px 38px rgba(0, 0, 0, 0.34), 0 0 20px rgba(0, 191, 255, 0.12);
  }

  .press-dom-orbit b {
    font-size: 0.68rem;
  }

  .press-dom-orbit small {
    font-size: 1.08rem;
  }

  .press-dom-orbit span:nth-child(1) {
    transform: translate(-50%, -50%) rotateZ(0deg) translateX(142px) rotateZ(0deg) rotateX(-60deg);
  }

  .press-dom-orbit span:nth-child(2) {
    transform: translate(-50%, -50%) rotateZ(72deg) translateX(142px) rotateZ(-72deg) rotateX(-60deg);
  }

  .press-dom-orbit span:nth-child(3) {
    transform: translate(-50%, -50%) rotateZ(144deg) translateX(142px) rotateZ(-144deg) rotateX(-60deg);
  }

  .press-dom-orbit span:nth-child(4) {
    transform: translate(-50%, -50%) rotateZ(216deg) translateX(142px) rotateZ(-216deg) rotateX(-60deg);
  }

  .press-dom-orbit span:nth-child(5) {
    transform: translate(-50%, -50%) rotateZ(288deg) translateX(142px) rotateZ(-288deg) rotateX(-60deg);
  }

  @keyframes press-dom-orbit-spin-mobile {
    from {
      transform: translateX(-50%) rotateX(60deg) rotateZ(-12deg);
    }

    to {
      transform: translateX(-50%) rotateX(60deg) rotateZ(348deg);
    }
  }

  .press-deck-screen {
    min-height: 220px;
  }

  .press-deck-3d-stack span {
    width: 120px;
    min-height: 68px;
    padding: 9px;
  }

  .press-deck-3d-stack b {
    font-size: 0.66rem;
  }

  .press-deck-3d-stack small {
    font-size: 1.16rem;
  }

  .press-deck-3d-stack span:nth-child(1) {
    left: 1%;
    top: 13%;
    transform: rotateY(32deg) rotateX(10deg) rotateZ(-8deg) translateZ(54px);
  }

  .press-deck-3d-stack span:nth-child(2) {
    right: 1%;
    top: 17%;
    transform: rotateY(-34deg) rotateX(12deg) rotateZ(8deg) translateZ(70px);
  }

  .press-deck-3d-stack span:nth-child(3) {
    left: 7%;
    bottom: 13%;
    transform: rotateY(28deg) rotateX(-10deg) rotateZ(7deg) translateZ(62px);
  }

  .press-deck-3d-stack span:nth-child(4) {
    right: 7%;
    bottom: 15%;
    transform: rotateY(-28deg) rotateX(-10deg) rotateZ(-7deg) translateZ(50px);
  }

  .press-deck-badge {
    left: 12px;
    bottom: 12px;
    font-size: 0.62rem;
  }

  .press-scroll-cue {
    display: none;
  }

  .press-command-deck .press-metrics {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .press-orbit-preview {
    min-height: 320px;
  }

  .press-metrics {
    position: static;
    width: calc(100% - 28px);
    margin: 0 auto 14px;
    grid-template-columns: 1fr;
  }

  .press-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .press-featured-media {
    min-height: 260px;
  }

  .admin-console {
    padding: 104px 0 128px;
  }

  .admin-topbar {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-status {
    width: 100%;
  }

  .contact-form-panel,
  .contact-command-card,
  .contact-channel {
    padding: 16px;
  }

  .contact-form-panel,
  .contact-form-panel[data-reveal].is-visible {
    transform: perspective(900px) rotateX(1.5deg) rotateY(-2deg) translateZ(8px);
    transform-style: preserve-3d;
    animation: contact-panel-float-mobile 5.4s ease-in-out infinite alternate;
  }

  @keyframes contact-panel-float-mobile {
    from {
      transform: perspective(900px) rotateX(0.8deg) rotateY(-2deg) translate3d(0, 0, 6px);
    }

    to {
      transform: perspective(900px) rotateX(3.5deg) rotateY(2deg) translate3d(0, -8px, 22px);
    }
  }

  .contact-signal-list {
    gap: 8px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .metric-grid,
  .detail-stats,
  .portfolio-grid,
  .capability-grid,
  .operation-directory,
  .form-row {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 92px;
    padding-bottom: 36px;
  }

  .legacy-hero {
    min-height: 720px;
    height: 100svh;
    padding: 0;
  }

  .legacy-center {
    top: 49%;
  }

  .legacy-center img {
    width: 118px;
  }

  .legacy-center p {
    width: min(86vw, 330px);
    font-size: clamp(0.92rem, 3.8vw, 1.08rem);
    letter-spacing: 0;
  }

  .sector-pin {
    max-width: min(72vw, 300px);
    font-size: 0.66rem;
  }

  .sector-label {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pin-cosmetic,
  .pin-logistics {
    display: none;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
  }

  .hero-metric,
  .metric-card,
  .detail-stat {
    min-height: 88px;
  }

  .hero-metric {
    min-height: 78px;
    padding: 14px;
  }

  .hero-metric strong {
    font-size: 1.28rem;
  }

  .principle,
  .flow-step,
  .timeline-item {
    grid-template-columns: 1fr;
  }

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

  .operations-panel {
    min-height: 440px;
  }
}

.about-page .site-shell {
  background:
    radial-gradient(circle at 72% 12%, rgba(88, 166, 214, 0.16), transparent 30rem),
    radial-gradient(circle at 14% 76%, rgba(230, 201, 134, 0.12), transparent 28rem),
    #050505;
}

.about-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto 1fr;
  padding: clamp(22px, 4vw, 54px);
  background: #050505;
  color: var(--text);
  transition: opacity 420ms ease, visibility 420ms ease;
}

.about-loader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.about-loader-label {
  align-self: start;
  justify-self: start;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  animation: about-loader-in 620ms ease both;
}

.about-loader strong {
  grid-column: 1 / -1;
  align-self: center;
  justify-self: center;
  color: rgba(248, 244, 236, 0.82);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3.8rem, 10vw, 9rem);
  font-style: italic;
  font-weight: 400;
  line-height: 0.9;
  animation: about-word-in 900ms ease both;
}

.about-loader-count {
  grid-column: 2;
  align-self: end;
  justify-self: end;
  color: var(--text);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(4rem, 10vw, 10rem);
  line-height: 0.82;
  font-variant-numeric: tabular-nums;
}

.about-loader i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.12);
}

.about-loader i b {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #89aacc 0%, #4e85bf 100%);
  box-shadow: 0 0 12px rgba(137, 170, 204, 0.42);
}

@keyframes about-loader-in {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes about-word-in {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.about-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 132px 0 96px;
}

.about-video,
.about-3d-canvas,
.about-video-overlay,
.about-hero-fade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-video {
  z-index: -6;
  object-fit: cover;
  opacity: 0.52;
  filter: saturate(0.92) contrast(1.08);
}

.about-video.flipped {
  transform: scaleY(-1);
}

.about-3d-canvas {
  z-index: -3;
  pointer-events: none;
  opacity: 0.9;
  mask-image: linear-gradient(90deg, transparent 0 22%, rgba(0, 0, 0, 0.44) 42%, #000 60%);
}

.about-video-overlay {
  z-index: -5;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 191, 255, 0.15), transparent 30rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.54) 46%, rgba(0, 0, 0, 0.72)),
    rgba(0, 0, 0, 0.28);
}

.about-hero-fade {
  z-index: -2;
  background: linear-gradient(180deg, transparent 62%, var(--bg));
}

.about-hero-orbit {
  position: absolute;
  right: -9%;
  top: 10%;
  z-index: -1;
  width: min(780px, 58vw);
  aspect-ratio: 1;
  pointer-events: none;
  perspective: 1400px;
  transform-style: preserve-3d;
}

.about-hero-orbit i {
  --ring-size: 78%;
  --ring-z: 0px;
  --ring-rot: 0deg;
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--ring-size);
  height: var(--ring-size);
  border: 1px solid rgba(88, 166, 214, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(64deg) rotateZ(var(--ring-rot)) translateZ(var(--ring-z));
  box-shadow: 0 0 46px rgba(88, 166, 214, 0.14), inset 0 0 54px rgba(230, 201, 134, 0.05);
  animation: about-orbit-spin 9s linear infinite;
}

.about-hero-orbit i:nth-child(2) {
  --ring-size: 58%;
  --ring-z: 86px;
  --ring-rot: 52deg;
  border-color: rgba(230, 201, 134, 0.22);
  animation-duration: 7s;
  animation-direction: reverse;
}

.about-hero-orbit i:nth-child(3) {
  --ring-size: 42%;
  --ring-z: 150px;
  --ring-rot: -28deg;
  animation-duration: 5.4s;
}

@keyframes about-orbit-spin {
  from {
    transform: translate(-50%, -50%) rotateX(64deg) rotateZ(var(--ring-rot)) translateZ(var(--ring-z));
  }

  to {
    transform: translate(-50%, -50%) rotateX(64deg) rotateZ(calc(var(--ring-rot) + 360deg)) translateZ(var(--ring-z));
  }
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: start;
  max-width: var(--max);
}

.about-hero h1 {
  max-width: 940px;
  margin: 0 0 22px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(5rem, 12vw, 11rem);
  font-style: italic;
  font-weight: 400;
  line-height: 0.82;
}

.about-role-line {
  max-width: 860px;
  margin: 0;
  color: rgba(248, 244, 236, 0.9);
  font-size: clamp(1.25rem, 2.6vw, 2.35rem);
  line-height: 1.12;
}

.about-role-line span {
  color: var(--gold-2);
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
}

.about-hero-copy {
  max-width: 660px;
  margin: 20px 0 0;
  color: rgba(248, 244, 236, 0.68);
  font-size: 1.02rem;
}

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

.about-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 4;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(248, 244, 236, 0.52);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  transform: translateX(-50%);
}

.about-scroll-cue i {
  position: relative;
  width: 1px;
  height: 42px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}

.about-scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, var(--gold-2), transparent);
  animation: about-scroll-down 1.5s ease-in-out infinite;
}

@keyframes about-scroll-down {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(200%);
  }
}

.about-section {
  position: relative;
  padding: 96px 0;
  background: var(--bg);
}

.about-section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.about-section-head h2,
.about-playground h2,
.about-cta h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  line-height: 0.95;
}

.about-section-head em,
.about-playground em {
  color: var(--gold-2);
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.about-section-head p {
  max-width: 720px;
  color: rgba(248, 244, 236, 0.64);
}

.about-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  perspective: 1500px;
}

.about-bento-card {
  position: relative;
  min-height: 260px;
  grid-column: span 5;
  display: grid;
  align-content: end;
  gap: 12px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 18%, rgba(88, 166, 214, 0.22), transparent 12rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 10, 12, 0.86);
  box-shadow: 0 32px 96px rgba(0, 0, 0, 0.32);
  transform-style: preserve-3d;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.about-bento-card.large {
  grid-column: span 7;
  min-height: 340px;
}

.about-bento-card.warm {
  background:
    radial-gradient(circle at 78% 20%, rgba(230, 201, 134, 0.2), transparent 13rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 10, 12, 0.86);
}

.about-bento-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.5;
}

.about-bento-card:hover,
.about-bento-card:focus-visible {
  transform: translateY(-10px) rotateX(3deg) translateZ(34px);
  border-color: rgba(88, 166, 214, 0.42);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.42), 0 0 42px rgba(88, 166, 214, 0.13);
  outline: none;
}

.about-bento-card span,
.about-journal-row span {
  position: relative;
  z-index: 1;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
}

.about-bento-card strong {
  position: relative;
  z-index: 1;
  max-width: 520px;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1.02;
}

.about-bento-card p {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0;
  color: rgba(248, 244, 236, 0.66);
}

.about-manifesto {
  background:
    radial-gradient(circle at 78% 24%, rgba(88, 166, 214, 0.12), transparent 24rem),
    #050505;
}

.about-journal-list {
  display: grid;
  gap: 14px;
}

.about-journal-row {
  display: grid;
  grid-template-columns: 54px minmax(190px, 0.5fr) minmax(240px, 1fr) 150px;
  gap: 18px;
  align-items: center;
  min-height: 96px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.about-journal-row:hover {
  transform: translateX(10px);
  border-color: rgba(88, 166, 214, 0.34);
  background: rgba(255, 255, 255, 0.06);
}

.about-journal-row strong {
  font-size: 1.04rem;
}

.about-journal-row p {
  margin: 0;
  color: rgba(248, 244, 236, 0.64);
}

.about-journal-row small {
  justify-self: end;
  color: var(--muted);
  font-weight: 800;
}

.about-playground {
  position: relative;
  min-height: 240vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 32%, rgba(88, 166, 214, 0.16), transparent 34rem),
    #050505;
}

.about-playground-sticky {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100svh;
  width: min(100% - 40px, 760px);
  display: grid;
  align-content: center;
  gap: 18px;
  margin: 0 auto;
  text-align: center;
}

.about-playground-sticky p {
  color: rgba(248, 244, 236, 0.64);
}

.about-playground-sticky .button {
  justify-self: center;
}

.about-parallax-layers {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(44px, 12vw, 180px);
  width: min(100% - 40px, 1360px);
  margin: 0 auto;
  left: 0;
  right: 0;
  pointer-events: none;
}

.about-parallax-layers article {
  width: min(320px, 38vw);
  aspect-ratio: 1;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(88, 166, 214, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(88, 166, 214, 0.16), rgba(230, 201, 134, 0.08)),
    rgba(8, 12, 16, 0.68);
  box-shadow: 0 24px 82px rgba(0, 0, 0, 0.34), 0 0 36px rgba(88, 166, 214, 0.1);
  backdrop-filter: blur(16px);
}

.about-parallax-layers article:nth-child(odd) {
  justify-self: start;
  margin-top: 20vh;
  transform: rotate(-6deg);
}

.about-parallax-layers article:nth-child(even) {
  justify-self: end;
  margin-top: 42vh;
  transform: rotate(7deg);
}

.about-parallax-layers article span {
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-parallax-layers article strong {
  font-size: 1.3rem;
  line-height: 1.08;
}

.about-stats {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

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

.about-stats-grid article {
  min-height: 190px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}

.about-stats-grid strong {
  color: var(--gold-2);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 400;
  line-height: 0.82;
}

.about-stats-grid span {
  color: rgba(248, 244, 236, 0.7);
  font-weight: 800;
}

.about-cta {
  position: relative;
  min-height: 72svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 96px 0;
  text-align: center;
}

.about-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: -4;
  background: rgba(0, 0, 0, 0.68);
}

.about-marquee {
  position: absolute;
  left: 0;
  right: 0;
  top: 12%;
  z-index: -1;
  overflow: hidden;
  color: rgba(248, 244, 236, 0.08);
  font-size: clamp(4rem, 11vw, 12rem);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.about-marquee span {
  display: inline-block;
  min-width: 200%;
  animation: about-marquee 34s linear infinite;
}

@keyframes about-marquee {
  from {
    transform: translateX(0);
  }

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

.about-cta-inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 800px;
}

.about-cta-inner p {
  max-width: 620px;
  margin: 0;
  color: rgba(248, 244, 236, 0.68);
}

@media (max-width: 1080px) {
  .about-bento-grid,
  .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .about-bento-card,
  .about-bento-card.large {
    grid-column: span 1;
  }

  .about-journal-row {
    grid-template-columns: 42px 1fr;
    border-radius: 8px;
  }

  .about-journal-row p,
  .about-journal-row small {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .about-loader {
    grid-template-columns: 1fr;
  }

  .about-loader-count {
    grid-column: 1;
  }

  .about-hero {
    padding: 112px 0 86px;
    place-items: start;
  }

  .about-3d-canvas {
    opacity: 0.62;
    mask-image: linear-gradient(180deg, transparent 0 20%, #000 42%, rgba(0, 0, 0, 0.18) 82%);
  }

  .about-hero-orbit {
    left: 50%;
    right: auto;
    top: 310px;
    width: 320px;
    transform: translateX(-50%);
    opacity: 0.52;
  }

  .about-hero-actions,
  .about-hero-actions .button {
    width: 100%;
  }

  .about-section {
    padding: 72px 0;
  }

  .about-bento-card,
  .about-bento-card.large {
    min-height: 250px;
  }

  .about-playground {
    min-height: 190vh;
  }

  .about-playground-sticky {
    align-content: start;
    padding-top: 112px;
  }

  .about-parallax-layers {
    grid-template-columns: 1fr;
    align-content: start;
    padding-top: 52vh;
  }

  .about-parallax-layers article {
    width: min(260px, 76vw);
    justify-self: center !important;
    margin-top: 20px !important;
  }

  .about-stats-grid article {
    min-height: 150px;
  }
}

.about-v16 .about-hero {
  min-height: 100svh;
  place-items: center;
  padding: 126px 0 92px;
  background: #020405;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.about-v16 .about-hero::before,
.about-v16 .about-hero::after,
.about-flash-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.about-v16 .about-hero::before {
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0 78%, transparent);
  animation: about-grid-drift 18s linear infinite;
}

.about-v16 .about-hero::after {
  z-index: 1;
  background:
    linear-gradient(105deg, transparent 0 42%, rgba(110, 229, 255, 0.2) 46%, transparent 51%),
    linear-gradient(180deg, transparent 0 52%, rgba(230, 201, 134, 0.08) 54%, transparent 58%);
  mix-blend-mode: screen;
  opacity: 0.54;
  transform: translateX(-32%);
  animation: about-flash-sweep 5.8s ease-in-out infinite;
}

.about-flash-grid {
  z-index: 0;
  background:
    linear-gradient(118deg, transparent 0 32%, rgba(0, 191, 255, 0.1) 34%, transparent 37%),
    linear-gradient(64deg, transparent 0 56%, rgba(230, 201, 134, 0.12) 59%, transparent 62%);
  opacity: 0.64;
  filter: blur(0.2px);
  animation: about-flash-grid 9s linear infinite;
}

@keyframes about-grid-drift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 72px 144px, 144px 72px;
  }
}

@keyframes about-flash-sweep {
  0%,
  24% {
    transform: translateX(-54%) skewX(-8deg);
    opacity: 0;
  }

  34% {
    opacity: 0.62;
  }

  54% {
    transform: translateX(58%) skewX(-8deg);
    opacity: 0;
  }

  100% {
    transform: translateX(58%) skewX(-8deg);
    opacity: 0;
  }
}

@keyframes about-flash-grid {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 220px -160px, -180px 200px;
  }
}

.about-v16 .about-video {
  opacity: 0.38;
  filter: saturate(1.08) contrast(1.18) brightness(0.82);
}

.about-v16 .about-3d-canvas {
  z-index: 0;
  opacity: 1;
  mask-image: linear-gradient(90deg, transparent 0 6%, rgba(0, 0, 0, 0.72) 24%, #000 44%, rgba(0, 0, 0, 0.9) 86%, transparent);
}

.about-v16 .about-video-overlay {
  background:
    radial-gradient(ellipse at 56% 45%, rgba(0, 191, 255, 0.18), transparent 34rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.76)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.22) 46%, rgba(0, 0, 0, 0.86));
}

.about-v16 .about-hero-inner {
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.58fr);
  align-items: center;
  gap: clamp(26px, 5vw, 82px);
  width: min(100% - 48px, 1360px);
  max-width: none;
}

.about-copy-stack {
  display: grid;
  justify-items: start;
  max-width: 760px;
}

.about-v16 .about-hero h1 {
  display: grid;
  gap: 10px;
  max-width: 980px;
  margin: 0 0 20px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(3.45rem, 7vw, 7.4rem);
  font-style: normal;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-v16 .about-hero h1 span {
  color: var(--gold-2);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 0.38em;
  font-style: italic;
  font-weight: 400;
  line-height: 0.9;
  text-transform: none;
}

.about-v16 .about-hero h1 strong {
  max-width: 900px;
  color: #fffaf0;
  font-weight: 700;
  text-shadow: 0 0 32px rgba(0, 191, 255, 0.12);
}

.about-v16 .about-role-line {
  max-width: 760px;
  font-size: clamp(1.18rem, 2.1vw, 2rem);
  line-height: 1.18;
}

.about-v16 .about-hero-copy {
  max-width: 720px;
  color: rgba(248, 244, 236, 0.78);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
}

.about-command-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-command-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(88, 223, 255, 0.2);
  border-radius: 8px;
  background: rgba(2, 10, 14, 0.52);
  color: rgba(248, 244, 236, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
}

.about-command-strip b {
  color: var(--gold-2);
  font-size: 1rem;
}

.about-sector-console {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(88, 223, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(88, 223, 255, 0.12), rgba(230, 201, 134, 0.08)),
    rgba(2, 8, 12, 0.58);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36), inset 0 0 44px rgba(0, 191, 255, 0.06);
  backdrop-filter: blur(18px);
  transform: perspective(1200px) rotateY(-8deg) rotateX(4deg) translateZ(0);
  transform-style: preserve-3d;
  animation: about-console-float 5.6s ease-in-out infinite alternate;
  overflow: hidden;
}

.about-sector-console::before {
  position: absolute;
  inset: -40% -30%;
  content: "";
  background: linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.16), transparent 58%);
  transform: translateX(-60%);
  animation: about-console-sheen 4.8s ease-in-out infinite;
}

@keyframes about-console-float {
  from {
    transform: perspective(1200px) rotateY(-9deg) rotateX(3deg) translate3d(0, 0, 0);
  }

  to {
    transform: perspective(1200px) rotateY(-4deg) rotateX(6deg) translate3d(0, -12px, 34px);
  }
}

@keyframes about-console-sheen {
  0%,
  30% {
    transform: translateX(-70%);
  }

  58% {
    transform: translateX(70%);
  }

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

.about-console-head,
.about-sector-node {
  position: relative;
  z-index: 1;
}

.about-console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 2px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-console-head span {
  color: rgba(248, 244, 236, 0.52);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.about-console-head b {
  color: var(--gold-2);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.about-sector-node {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(248, 244, 236, 0.78);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.about-sector-node i {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(88, 223, 255, 0.32);
  border-radius: 50%;
  background: rgba(0, 191, 255, 0.1);
  color: var(--gold-2);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 1000;
  box-shadow: 0 0 18px rgba(0, 191, 255, 0.16);
}

.about-sector-node i::after {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #55e4ff;
  box-shadow: 0 0 16px #55e4ff;
  content: "";
}

.about-sector-node span {
  overflow: hidden;
  font-size: 0.86rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-sector-node small {
  color: rgba(248, 244, 236, 0.5);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-sector-node:hover,
.about-sector-node:focus-visible,
.about-sector-node.is-active {
  border-color: rgba(230, 201, 134, 0.52);
  background: linear-gradient(90deg, rgba(0, 191, 255, 0.16), rgba(230, 201, 134, 0.12));
  box-shadow: 0 0 28px rgba(0, 191, 255, 0.12);
  transform: translate3d(-8px, 0, 28px);
}

.about-v16 .about-sector-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
}

.about-v16 .about-sector-grid .about-bento-card {
  grid-column: span 3;
  min-height: 290px;
  transform-style: preserve-3d;
}

.about-v16 .about-sector-grid .about-bento-card.large {
  grid-column: span 6;
}

.about-v16 .about-bento-card {
  background:
    linear-gradient(135deg, rgba(88, 223, 255, 0.09), transparent 42%),
    rgba(255, 255, 255, 0.045);
}

.about-v16 .about-bento-card strong,
.about-v16 .about-journal-row strong,
.about-v16 .about-parallax-layers article strong {
  font-weight: 700;
}

.about-v16 .about-bento-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.12), transparent 58%);
  content: "";
  opacity: 0;
  transform: translateX(-40%);
  transition: opacity 200ms ease, transform 420ms ease;
}

.about-v16 .about-bento-card:hover::after,
.about-v16 .about-bento-card:focus-visible::after {
  opacity: 1;
  transform: translateX(40%);
}

.about-v16 .about-playground {
  background:
    linear-gradient(180deg, #050505, #02070a 42%, #050505),
    radial-gradient(ellipse at 50% 45%, rgba(0, 191, 255, 0.16), transparent 36rem);
}

.about-v16 .about-parallax-layers article {
  border-color: rgba(88, 223, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(0, 191, 255, 0.2), rgba(230, 201, 134, 0.1)),
    rgba(5, 12, 16, 0.72);
  transform-style: preserve-3d;
  animation: about-card-breathe 4.6s ease-in-out infinite alternate;
}

@keyframes about-card-breathe {
  from {
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.34), 0 0 22px rgba(88, 223, 255, 0.1);
  }

  to {
    box-shadow: 0 32px 96px rgba(0, 0, 0, 0.42), 0 0 42px rgba(230, 201, 134, 0.12);
  }
}

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

  .about-sector-console {
    width: min(100%, 720px);
    transform: none;
  }

  .about-sector-node:hover,
  .about-sector-node:focus-visible,
  .about-sector-node.is-active {
    transform: translate3d(0, -2px, 0);
  }

  .about-v16 .about-sector-grid .about-bento-card,
  .about-v16 .about-sector-grid .about-bento-card.large {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .about-v16 .about-hero {
    min-height: auto;
    padding: 112px 0 88px;
  }

  .about-v16 .about-hero-inner {
    width: min(100% - 28px, 1360px);
    gap: 22px;
  }

  .about-v16 .about-3d-canvas {
    opacity: 0.78;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0 18%, #000 42%, rgba(0, 0, 0, 0.44) 86%, transparent);
  }

  .about-v16 .about-hero h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .about-v16 .about-hero h1 span {
    font-size: 0.46em;
  }

  .about-command-strip {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .about-command-strip span {
    justify-content: center;
    min-height: 54px;
    padding: 8px;
    text-align: center;
  }

  .about-sector-console {
    max-height: none;
    padding: 12px;
    animation: about-console-float-mobile 5.4s ease-in-out infinite alternate;
  }

  @keyframes about-console-float-mobile {
    from {
      transform: perspective(900px) rotateX(1deg) rotateY(-2deg) translate3d(0, 0, 6px);
    }

    to {
      transform: perspective(900px) rotateX(3deg) rotateY(2deg) translate3d(0, -7px, 22px);
    }
  }

  .about-sector-node {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .about-sector-node small {
    display: none;
  }

  .about-sector-node span {
    white-space: normal;
  }

  .about-v16 .about-sector-grid {
    grid-template-columns: 1fr;
  }

  .about-v16 .about-sector-grid .about-bento-card,
  .about-v16 .about-sector-grid .about-bento-card.large {
    grid-column: span 1;
  }
}

/* About v18 professional media slots and overlap fixes */
.about-v18 .about-architecture {
  background:
    radial-gradient(ellipse at 12% 16%, rgba(0, 191, 255, 0.11), transparent 30rem),
    radial-gradient(ellipse at 84% 62%, rgba(230, 201, 134, 0.09), transparent 26rem),
    #050505;
}

.about-v18 .about-architecture .about-section-head {
  max-width: 1060px;
}

.about-v18 .about-architecture .about-section-head h2 {
  max-width: 1040px;
  font-size: clamp(2.75rem, 4.7vw, 4.95rem);
}

.about-v18 .about-sector-grid {
  gap: clamp(16px, 2vw, 24px);
}

.about-v18 .about-sector-grid .about-bento-card {
  min-height: 378px;
  grid-template-rows: auto minmax(150px, 1fr) auto auto;
  align-content: stretch;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.022)),
    rgba(2, 7, 10, 0.86);
}

.about-v18 .about-sector-grid .about-bento-card.large {
  min-height: 422px;
}

.about-v18 .about-bento-card::before {
  inset: 12px;
  opacity: 0.34;
  pointer-events: none;
}

.about-v18 .about-bento-card::after {
  pointer-events: none;
}

.about-card-photo,
.about-orbit-photo {
  --photo-a: rgba(0, 191, 255, 0.32);
  --photo-b: rgba(230, 201, 134, 0.18);
  --photo-c: rgba(4, 15, 20, 0.94);
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.18), transparent 7rem),
    linear-gradient(135deg, var(--photo-a), var(--photo-b) 46%, var(--photo-c));
  box-shadow: inset 0 0 44px rgba(255, 255, 255, 0.035), 0 18px 46px rgba(0, 0, 0, 0.24);
  isolation: isolate;
}

.about-card-photo {
  min-height: 160px;
}

.about-v18 .about-bento-card.large .about-card-photo {
  min-height: 190px;
}

.about-orbit-photo {
  min-height: 134px;
}

.about-card-photo::before,
.about-card-photo::after,
.about-orbit-photo::before,
.about-orbit-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.about-card-photo::before,
.about-orbit-photo::before {
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.42;
  transform: rotate(-4deg) scale(1.12);
}

.about-card-photo::after,
.about-orbit-photo::after {
  z-index: -1;
  background:
    linear-gradient(120deg, transparent 0 36%, rgba(255, 255, 255, 0.16) 44%, transparent 56%),
    linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.28));
  opacity: 0.74;
}

.about-card-photo i,
.about-orbit-photo i {
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: min(42%, 168px);
  aspect-ratio: 1.55;
  border: 1px solid rgba(248, 244, 236, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 28px rgba(0, 191, 255, 0.12);
  transform: rotate(-5deg);
}

.about-card-photo i::before,
.about-card-photo i::after,
.about-orbit-photo i::before,
.about-orbit-photo i::after {
  position: absolute;
  content: "";
}

.about-card-photo i::before,
.about-orbit-photo i::before {
  left: 14%;
  top: 18%;
  width: 38%;
  height: 46%;
  border-radius: 999px;
  background: rgba(230, 201, 134, 0.28);
  box-shadow: 0 0 22px rgba(230, 201, 134, 0.16);
}

.about-card-photo i::after,
.about-orbit-photo i::after {
  right: 12%;
  bottom: 16%;
  width: 54%;
  height: 2px;
  background: rgba(248, 244, 236, 0.46);
  box-shadow: 0 -12px 0 rgba(248, 244, 236, 0.22), 0 -24px 0 rgba(248, 244, 236, 0.14);
}

.photo-trade {
  --photo-a: rgba(0, 197, 255, 0.32);
  --photo-b: rgba(4, 66, 82, 0.52);
  --photo-c: rgba(3, 10, 13, 0.94);
}

.photo-estate {
  --photo-a: rgba(230, 201, 134, 0.34);
  --photo-b: rgba(20, 82, 96, 0.36);
  --photo-c: rgba(8, 10, 12, 0.94);
}

.photo-brand {
  --photo-a: rgba(204, 164, 255, 0.28);
  --photo-b: rgba(230, 201, 134, 0.22);
  --photo-c: rgba(12, 6, 16, 0.94);
}

.photo-media {
  --photo-a: rgba(0, 191, 255, 0.24);
  --photo-b: rgba(255, 79, 147, 0.22);
  --photo-c: rgba(5, 7, 13, 0.96);
}

.photo-logistics {
  --photo-a: rgba(44, 220, 179, 0.25);
  --photo-b: rgba(0, 191, 255, 0.22);
  --photo-c: rgba(4, 13, 14, 0.96);
}

.photo-solar {
  --photo-a: rgba(255, 211, 77, 0.34);
  --photo-b: rgba(0, 191, 255, 0.22);
  --photo-c: rgba(8, 12, 10, 0.96);
}

.photo-industry {
  --photo-a: rgba(155, 184, 205, 0.3);
  --photo-b: rgba(0, 191, 255, 0.2);
  --photo-c: rgba(5, 9, 12, 0.96);
}

.photo-distribution {
  --photo-a: rgba(230, 201, 134, 0.28);
  --photo-b: rgba(88, 223, 255, 0.2);
  --photo-c: rgba(7, 9, 12, 0.96);
}

.about-v18 .about-playground {
  min-height: 235vh;
  overflow: clip;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 50% 32%, rgba(0, 191, 255, 0.16), transparent 36rem),
    linear-gradient(180deg, #050505 0%, #02070a 46%, #050505 100%);
}

.about-v18 .about-playground-sticky {
  z-index: 8;
  padding-inline: 24px;
  pointer-events: auto;
}

.about-v18 .about-playground-sticky::before {
  position: absolute;
  inset: 24vh -42px auto;
  z-index: -1;
  height: min(58vh, 520px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(ellipse at 50% 36%, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.62) 48%, transparent 74%),
    linear-gradient(90deg, transparent, rgba(0, 191, 255, 0.08), transparent);
  box-shadow: 0 0 84px rgba(0, 0, 0, 0.52);
  content: "";
  pointer-events: none;
}

.about-v18 .about-playground-sticky h2,
.about-v18 .about-playground-sticky p,
.about-v18 .about-playground-sticky .button {
  position: relative;
  z-index: 1;
}

.about-v18 .about-parallax-layers {
  z-index: 1;
  padding: 15vh 0 26vh;
}

.about-v18 .about-parallax-layers article {
  min-height: 330px;
  grid-template-rows: minmax(132px, 1fr) auto auto;
  align-content: stretch;
  gap: 12px;
  padding: 16px;
  opacity: 0.82;
  will-change: transform;
}

.about-v18 .about-parallax-layers article span,
.about-v18 .about-parallax-layers article strong {
  position: relative;
  z-index: 1;
}

.about-v18 .about-parallax-layers article:nth-child(odd) {
  margin-top: 12vh;
}

.about-v18 .about-parallax-layers article:nth-child(even) {
  margin-top: 34vh;
}

@media (max-width: 1120px) {
  .about-v18 .about-sector-grid .about-bento-card,
  .about-v18 .about-sector-grid .about-bento-card.large {
    min-height: 360px;
  }

  .about-v18 .about-playground-sticky::before {
    inset-inline: -20px;
  }
}

@media (max-width: 640px) {
  .about-v18 .about-sector-grid .about-bento-card,
  .about-v18 .about-sector-grid .about-bento-card.large {
    min-height: auto;
    grid-template-rows: auto 164px auto auto;
    padding: 16px;
  }

  .about-v18 .about-playground {
    min-height: 210vh;
  }

  .about-v18 .about-playground-sticky {
    padding-top: 104px;
    width: min(100% - 28px, 760px);
  }

  .about-v18 .about-playground-sticky::before {
    inset: 72px -10px auto;
    height: 440px;
  }

  .about-v18 .about-parallax-layers {
    z-index: 1;
    padding-top: 72vh;
  }

  .about-v18 .about-parallax-layers article {
    width: min(288px, 82vw);
    min-height: 248px;
    grid-template-rows: 112px auto auto;
    opacity: 0.76;
  }
}

/* Press hero collision fixes */
.press-3d-hero .press-hero-copy,
.press-3d-hero .press-command-deck {
  position: relative;
  z-index: 8;
}

.press-3d-hero .press-hero-copy::before {
  position: absolute;
  inset: -24px -36px -28px -30px;
  z-index: -1;
  border-radius: 8px;
  background:
    radial-gradient(ellipse at 18% 42%, rgba(0, 0, 0, 0.74), transparent 68%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.22), transparent);
  content: "";
  filter: blur(1px);
  pointer-events: none;
}

.press-3d-hero .press-hero-copy h1 {
  width: min(100%, 660px);
  font-size: clamp(4.9rem, 7.35vw, 6.35rem);
}

.press-3d-hero .lead {
  max-width: 560px;
}

.press-hero-3d-grid {
  align-items: center;
  gap: clamp(46px, 6.8vw, 112px);
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.58fr);
}

.press-dom-orbit {
  left: 55%;
  top: 13%;
  z-index: 3;
  width: 540px;
  height: 540px;
  opacity: 0.46;
  filter: saturate(0.92) brightness(0.86);
}

.press-dom-orbit span {
  width: 176px;
  min-height: 94px;
}

.press-dom-orbit b {
  font-size: 0.92rem;
}

.press-dom-orbit small {
  font-size: 1.48rem;
}

.press-dom-orbit span:nth-child(1) {
  transform: translate(-50%, -50%) rotateZ(0deg) translateX(312px) rotateZ(0deg) rotateX(-58deg);
}

.press-dom-orbit span:nth-child(2) {
  transform: translate(-50%, -50%) rotateZ(72deg) translateX(312px) rotateZ(-72deg) rotateX(-58deg);
}

.press-dom-orbit span:nth-child(3) {
  transform: translate(-50%, -50%) rotateZ(144deg) translateX(312px) rotateZ(-144deg) rotateX(-58deg);
}

.press-dom-orbit span:nth-child(4) {
  transform: translate(-50%, -50%) rotateZ(216deg) translateX(312px) rotateZ(-216deg) rotateX(-58deg);
}

.press-dom-orbit span:nth-child(5) {
  transform: translate(-50%, -50%) rotateZ(288deg) translateX(312px) rotateZ(-288deg) rotateX(-58deg);
}

.press-kinetic-tunnel {
  right: -14%;
  top: 1%;
  z-index: 1;
  opacity: 0.38;
}

.press-command-deck {
  justify-self: end;
  width: min(100%, 448px);
  transform: perspective(1200px) rotateY(-8deg) rotateX(4deg);
}

.press-command-deck[data-reveal].is-visible {
  transform: perspective(1200px) rotateY(-8deg) rotateX(4deg);
}

@keyframes press-command-float {
  from {
    transform: perspective(1200px) rotateY(-11deg) rotateX(3deg) rotateZ(-0.35deg) translate3d(0, 0, 18px);
  }

  to {
    transform: perspective(1200px) rotateY(-4deg) rotateX(7deg) rotateZ(0.45deg) translate3d(-10px, -12px, 54px);
  }
}

.press-deck-badge {
  position: relative;
  inset: auto;
  z-index: 10;
  justify-self: start;
  margin: 0 0 16px;
  background:
    linear-gradient(90deg, rgba(230, 201, 134, 0.18), rgba(0, 191, 255, 0.08)),
    rgba(0, 0, 0, 0.54);
  box-shadow: 0 0 22px rgba(230, 201, 134, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

.press-deck-screen {
  min-height: 316px;
}

.press-deck-3d-stack span {
  width: 146px;
  min-height: 80px;
}

.press-deck-3d-stack span:nth-child(1) {
  left: 11%;
  top: 10%;
}

.press-deck-3d-stack span:nth-child(2) {
  right: 11%;
  top: 11%;
}

.press-deck-3d-stack span:nth-child(3) {
  left: 13%;
  bottom: 10%;
}

.press-deck-3d-stack span:nth-child(4) {
  right: 13%;
  bottom: 12%;
}

@media (max-width: 1080px) {
  .press-hero-3d-grid {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .press-3d-hero .press-hero-copy {
    width: 100%;
    max-width: 760px;
  }

  .press-dom-orbit {
    left: 60%;
    top: 24%;
    opacity: 0.34;
  }

  .press-command-deck {
    justify-self: start;
    width: min(100%, 540px);
  }
}

@media (max-width: 640px) {
  .press-3d-hero {
    min-height: auto;
    padding: 104px 0 62px;
  }

  .press-3d-hero .press-hero-copy::before {
    inset: -18px -16px -20px;
    background:
      radial-gradient(ellipse at 28% 40%, rgba(0, 0, 0, 0.72), transparent 66%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.12));
  }

  .press-3d-hero .press-hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .press-3d-hero .press-hero-copy h1 {
    width: min(100%, 340px);
    font-size: clamp(2.75rem, 13.2vw, 4.05rem);
    line-height: 0.86;
  }

  .press-dom-orbit {
    left: 78%;
    top: 260px;
    width: 214px;
    height: 214px;
    opacity: 0.26;
    filter: saturate(0.86) brightness(0.78);
  }

  .press-dom-orbit span {
    width: 90px;
    min-height: 56px;
    padding: 7px;
  }

  .press-dom-orbit span:nth-child(1) {
    transform: translate(-50%, -50%) rotateZ(0deg) translateX(112px) rotateZ(0deg) rotateX(-60deg);
  }

  .press-dom-orbit span:nth-child(2) {
    transform: translate(-50%, -50%) rotateZ(72deg) translateX(112px) rotateZ(-72deg) rotateX(-60deg);
  }

  .press-dom-orbit span:nth-child(3) {
    transform: translate(-50%, -50%) rotateZ(144deg) translateX(112px) rotateZ(-144deg) rotateX(-60deg);
  }

  .press-dom-orbit span:nth-child(4) {
    transform: translate(-50%, -50%) rotateZ(216deg) translateX(112px) rotateZ(-216deg) rotateX(-60deg);
  }

  .press-dom-orbit span:nth-child(5) {
    transform: translate(-50%, -50%) rotateZ(288deg) translateX(112px) rotateZ(-288deg) rotateX(-60deg);
  }

  .press-command-deck {
    width: 100%;
  }

  .press-deck-screen {
    min-height: 244px;
  }

  .press-deck-badge {
    min-height: 28px;
    margin-bottom: 12px;
    padding: 0 9px;
    font-size: 0.6rem;
  }

  .press-deck-3d-stack span {
    width: 96px;
    min-height: 62px;
  }

  .press-command-deck .press-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .press-command-deck .press-metrics span {
    min-height: 74px;
    padding: 12px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* --- HOVER GAP BRIDGE FIX --- */
.submenu::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: transparent;
  z-index: 10;
}
