﻿:root {
  --black: #060b14;
  --black-2: #0a1524;
  --navy: #0e1e33;
  --navy-2: #172f4a;
  --navy-3: #234a69;
  --gold: #b88733;
  --gold-2: #6c4a20;
  --gold-3: #d5b15d;
  --green: #0b5846;
  --titanium: #121820;
  --titanium-edge: #6f7d89;
  --white: #f5f6f8;
  --muted: #8b98aa;
  --line: rgba(255, 255, 255, 0.12);
  --line-gold: rgba(184, 135, 51, 0.36);
  --max: 1760px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 6%, rgba(213, 177, 93, 0.055), transparent 26%),
    linear-gradient(180deg, #0a1728 0, #0f2238 38%, #081522 72%, #03070e 100%);
  font-family: "Segoe UI", "Microsoft YaHei", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

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

img,
svg {
  display: block;
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    radial-gradient(circle at 64% 6%, rgba(213, 177, 93, 0.085), transparent 30%),
    radial-gradient(circle at 18% 68%, rgba(35, 74, 105, 0.58), transparent 44%),
    radial-gradient(ellipse at 78% 34%, rgba(238, 244, 248, 0.04), transparent 24%),
    radial-gradient(circle at 88% 58%, rgba(11, 88, 70, 0.08), transparent 30%),
    linear-gradient(142deg, #0a1728 0%, #132940 42%, #0b1a2d 72%, #07111d 100%);
}

.ambient::before {
  content: "";
  position: absolute;
  inset: -18%;
  background:
    linear-gradient(112deg, transparent 8%, rgba(255, 255, 255, 0.042) 18%, transparent 27%),
    linear-gradient(126deg, transparent 34%, rgba(213, 177, 93, 0.04) 43%, transparent 54%),
    radial-gradient(ellipse at 30% 18%, rgba(255, 255, 255, 0.045), transparent 36%),
    radial-gradient(ellipse at 68% 62%, rgba(255, 255, 255, 0.03), transparent 40%);
  filter: blur(24px);
  opacity: 0.72;
  animation: mistDrift 18s ease-in-out infinite alternate;
}

.ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 34%, rgba(255, 255, 255, 0.026) 40%, transparent 48% 100%),
    linear-gradient(170deg, transparent 0 55%, rgba(184, 135, 51, 0.024) 61%, transparent 68% 100%),
    linear-gradient(90deg, transparent, rgba(213, 177, 93, 0.018), transparent);
  opacity: 0.42;
  mix-blend-mode: screen;
  animation: slowSheen 20s ease-in-out infinite alternate;
}

.beam,
.capital-flow,
.noise {
  position: absolute;
}

.beam {
  width: 80vw;
  height: 34vh;
  filter: blur(54px);
  opacity: 0.18;
  transform: rotate(-13deg);
  animation: drift 16s ease-in-out infinite alternate;
}

.beam--one {
  top: 12%;
  left: -18%;
  background: linear-gradient(90deg, transparent, rgba(184, 135, 51, 0.18), transparent);
}

.beam--two {
  right: -26%;
  bottom: 12%;
  background: linear-gradient(90deg, transparent, rgba(32, 78, 128, 0.34), transparent);
  animation-delay: -6s;
}

.capital-flow {
  left: -18%;
  width: 34vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 182, 108, 0.025), rgba(216, 182, 108, 0.38), transparent);
  filter: drop-shadow(0 0 10px rgba(213, 177, 93, 0.18));
  opacity: 0.22;
  transform: rotate(-10deg);
  animation: capitalFlow 13s cubic-bezier(.45,0,.2,1) infinite;
}

.flow--one {
  top: 28%;
}

.flow--two {
  top: 48%;
  animation-delay: -3.4s;
}

.flow--three {
  top: 70%;
  background: linear-gradient(90deg, transparent, rgba(11, 88, 70, 0.06), rgba(11, 88, 70, 0.62), transparent);
  animation-delay: -6.8s;
}

.noise {
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.025) 49%, transparent 51% 100%),
    linear-gradient(90deg, transparent 0 68%, rgba(213, 177, 93, 0.035) 69%, transparent 70% 100%);
  background-size: 86px 86px, 86px 86px, 34px 34px, 220px 220px;
  mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.72), transparent 92%);
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 560px minmax(390px, 1fr) auto;
  align-items: center;
  gap: 62px;
  max-width: var(--max);
  margin: 30px auto 0;
  padding: 28px 48px;
  background:
    linear-gradient(135deg, rgba(22, 44, 68, 0.34), rgba(6, 12, 22, 0.2)),
    rgba(5, 9, 18, 0.08);
  border: 1px solid rgba(213, 177, 93, 0.075);
  box-shadow: 0 28px 96px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(38px) saturate(114%);
  isolation: isolate;
  transition: margin 220ms ease, padding 220ms ease, background 220ms ease, border-color 220ms ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.055), transparent 24%, transparent 72%, rgba(213, 177, 93, 0.045)),
    radial-gradient(circle at 15% 50%, rgba(184, 135, 51, 0.075), transparent 28%),
    radial-gradient(circle at 78% 15%, rgba(255, 255, 255, 0.04), transparent 24%);
  opacity: 0.82;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 135, 51, 0.42), rgba(213, 177, 93, 0.18), rgba(15, 107, 79, 0.15), transparent);
}

.site-header.is-scrolled {
  margin-top: 14px;
  padding: 16px 32px;
  background:
    linear-gradient(135deg, rgba(10, 23, 40, 0.58), rgba(4, 7, 13, 0.42)),
    rgba(5, 9, 18, 0.18);
  border-color: rgba(213, 177, 93, 0.105);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(44px) saturate(112%);
}

.site-header.is-scrolled::after {
  opacity: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 560px;
  height: 104px;
  overflow: visible;
  padding: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.brand::before {
  content: "";
  position: absolute;
  inset: -18px auto -18px -28px;
  width: 285px;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 50%, rgba(213, 177, 93, 0.14), transparent 34%),
    radial-gradient(circle at 45% 54%, rgba(11, 88, 70, 0.1), transparent 28%),
    linear-gradient(90deg, rgba(111, 125, 137, 0.08), transparent 68%);
  filter: blur(16px);
  opacity: 0.74;
}

.brand::after {
  content: "";
  position: absolute;
  inset: 24% 5% 22% 31%;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(103deg, transparent 0 20%, rgba(138, 151, 162, 0.045) 31%, transparent 43% 100%),
    linear-gradient(180deg, rgba(210, 218, 224, 0.025), transparent 42%);
  mix-blend-mode: soft-light;
  opacity: 0.5;
}

.brand:hover {
  transform: translateY(-1px);
  box-shadow: none;
}

.brand-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  opacity: 0.98;
  filter:
    contrast(1.055)
    saturate(0.96)
    drop-shadow(0 18px 34px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 4px rgba(111, 125, 137, 0.045));
}

.site-nav {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 64px;
  color: rgba(245, 246, 248, 0.5);
  font-size: 11px;
  font-weight: 460;
  letter-spacing: 0.16em;
}

.site-header.is-scrolled .site-nav {
  font-size: 11px;
}

.site-nav a {
  position: relative;
  transition: color 180ms ease;
}

.site-nav a:first-child,
.site-nav a:hover {
  color: rgba(213, 177, 93, 0.82);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, rgba(108, 74, 32, 0.72), rgba(213, 177, 93, 0.58));
  transition: transform 180ms ease;
}

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

.language-switch {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  color: rgba(245, 246, 248, 0.48);
  font-size: 10px;
  font-weight: 460;
  letter-spacing: 0.045em;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
}

.language-switch a {
  transition: color 180ms ease;
}

.language-switch a[aria-current="true"],
.language-switch a:hover {
  color: rgba(216, 182, 108, 0.82);
}

.language-switch span {
  color: rgba(255, 255, 255, 0.2);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  color: var(--white);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 960px;
  max-width: var(--max);
  margin: 0 auto;
  overflow: hidden;
  isolation: isolate;
  padding: 350px 7vw 168px;
  background:
    radial-gradient(ellipse at 72% 38%, rgba(245, 246, 248, 0.038), transparent 25%),
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.026), transparent 28%),
    radial-gradient(circle at 74% 34%, rgba(213, 177, 93, 0.038), transparent 31%),
    linear-gradient(180deg, rgba(14, 30, 51, 0.045), rgba(7, 16, 28, 0.7) 86%),
    linear-gradient(102deg, rgba(8, 18, 31, 0.88) 8%, rgba(18, 39, 61, 0.58) 48%, rgba(6, 15, 27, 0.82));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.42;
  background:
    linear-gradient(106deg, transparent 0 24%, rgba(222, 230, 236, 0.022) 32%, transparent 42% 100%),
    linear-gradient(172deg, transparent 0 62%, rgba(184, 135, 51, 0.02) 68%, transparent 74% 100%),
    linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.009) 1px, transparent 1px),
    radial-gradient(circle at 76% 42%, rgba(213, 177, 93, 0.05), transparent 24%),
    radial-gradient(circle at 58% 18%, rgba(23, 54, 84, 0.28), transparent 34%);
  background-size: auto, auto, 104px 104px, 104px 104px, auto, auto;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% 0 -10%;
  z-index: -1;
  height: 34%;
  background: linear-gradient(to top, rgba(3, 7, 14, 0.92), transparent);
}

.hero-media {
  position: absolute;
  inset: 138px 0 0;
  z-index: -1;
  pointer-events: none;
}

.map-stage {
  position: absolute;
  top: 18%;
  right: 4vw;
  width: min(48vw, 820px);
  aspect-ratio: 1.62;
  opacity: 0;
  transform: translate3d(48px, 16px, 0) scale(0.98);
  animation: revealMap 1200ms 260ms cubic-bezier(.2,.8,.2,1) forwards;
  mix-blend-mode: screen;
  --map-opacity: 0.28;
}

.central-asia-map {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.country {
  fill: rgba(28, 60, 88, 0.12);
  stroke: rgba(245, 246, 248, 0.028);
  stroke-width: 1;
}

.country--kz {
  fill: rgba(35, 74, 105, 0.09);
}

.country--uz,
.country--tm {
  fill: rgba(20, 43, 69, 0.12);
}

.country--kg,
.country--tj {
  fill: rgba(11, 88, 70, 0.055);
}

.regional-outline {
  fill: none;
  stroke: url(#goldStroke);
  stroke-width: 0.6;
  filter: none;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  animation: drawLine 2600ms 560ms ease forwards;
}

.route {
  fill: none;
  stroke: rgba(245, 246, 248, 0.08);
  stroke-width: 0.6;
  stroke-dasharray: 4 12;
  animation: routeMove 16s linear infinite;
}

.route--two {
  stroke: rgba(213, 177, 93, 0.19);
  animation-duration: 12s;
}

.route--three {
  stroke: rgba(11, 88, 70, 0.2);
  animation-duration: 18s;
}

.node {
  fill: rgba(184, 135, 51, 0.88);
  filter: none;
  transform-origin: center;
  animation: pulseNode 2400ms ease-in-out infinite;
}

.node--b,
.node--d {
  animation-delay: 540ms;
}

.node--c,
.node--e {
  fill: var(--green);
  animation-delay: 1000ms;
}

.data-ring {
  position: absolute;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  color: rgba(216, 182, 108, 0.29);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid rgba(184, 135, 51, 0.075);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 135, 51, 0.03), rgba(2, 3, 6, 0.047) 58%, transparent);
  box-shadow: none;
  opacity: 0.24;
}

.data-ring i {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  animation: none;
}

.data-ring--energy {
  top: 8%;
  left: 18%;
}

.data-ring--grid {
  top: 45%;
  right: 8%;
}

.data-ring--mining {
  left: 48%;
  bottom: 2%;
}

.industry-marks {
  display: none;
}

.mark {
  position: relative;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.008));
}

.mark--tower span,
.mark--mine span,
.mark--energy span {
  position: absolute;
  background: rgba(184, 135, 51, 0.66);
}

.mark--tower span:nth-child(1) {
  left: 45px;
  top: 16px;
  width: 2px;
  height: 62px;
}

.mark--tower span:nth-child(2) {
  left: 25px;
  top: 36px;
  width: 34px;
  height: 2px;
}

.mark--tower span:nth-child(3) {
  left: 29px;
  top: 56px;
  width: 34px;
  height: 2px;
}

.mark--mine span {
  bottom: 22px;
  width: 46px;
  height: 2px;
  transform: rotate(-26deg);
}

.mark--mine span:nth-child(1) {
  left: 18px;
  background: rgba(245, 246, 248, 0.48);
}

.mark--mine span:nth-child(2) {
  left: 30px;
  bottom: 38px;
}

.mark--mine span:nth-child(3) {
  left: 42px;
  bottom: 54px;
  background: rgba(15, 107, 79, 0.58);
}

.mark--energy span {
  left: 20px;
  right: 20px;
  height: 2px;
}

.mark--energy span:nth-child(1) {
  top: 28px;
}

.mark--energy span:nth-child(2) {
  top: 44px;
  background: rgba(15, 107, 79, 0.62);
}

.mark--energy span:nth-child(3) {
  top: 60px;
}

.hero-content {
  max-width: 920px;
  opacity: 0;
  transform: translateY(22px);
  animation: contentIn 900ms 160ms ease forwards;
}

.kicker {
  margin: 0 0 34px;
  color: rgba(216, 182, 108, 0.72);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 380;
  letter-spacing: 0.17em;
}

.kicker span + span::before {
  content: " · ";
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: rgba(250, 252, 255, 0.92);
  font-size: 62px;
  line-height: 1.32;
  font-weight: 450;
  letter-spacing: 0.02em;
  text-shadow: 0 26px 74px rgba(0, 0, 0, 0.22);
  text-wrap: balance;
}

.hero-sub {
  max-width: 560px;
  margin: 52px 0 0;
  color: rgba(245, 246, 248, 0.48);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 330;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 86px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 238px;
  min-height: 60px;
  padding: 0 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.095), 0 14px 36px rgba(0, 0, 0, 0.1);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary,
.btn--gold {
  color: #100e09;
  border-color: rgba(213, 177, 93, 0.22);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.1), transparent 24%),
    linear-gradient(135deg, #bd9848, #a97a2d 54%, #67461d);
  box-shadow: 0 14px 42px rgba(184, 135, 51, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.btn--primary:hover,
.btn--gold:hover {
  border-color: rgba(222, 194, 132, 0.32);
  box-shadow: 0 18px 52px rgba(184, 135, 51, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.btn--secondary,
.btn--line {
  color: rgba(216, 182, 108, 0.82);
  border-color: rgba(213, 177, 93, 0.22);
  background:
    linear-gradient(180deg, rgba(22, 45, 70, 0.18), rgba(8, 17, 30, 0.12));
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 14px 36px rgba(0, 0, 0, 0.1);
}

.btn--secondary:hover,
.btn--line:hover {
  border-color: rgba(216, 182, 108, 0.36);
  background:
    linear-gradient(180deg, rgba(213, 177, 93, 0.05), rgba(12, 28, 47, 0.15));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.065), 0 14px 38px rgba(0, 0, 0, 0.12);
}

.btn:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}


.structure-layer {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 32px 120px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background:
    linear-gradient(180deg, rgba(9, 22, 38, 0.34), rgba(6, 15, 27, 0.18)),
    rgba(7, 17, 30, 0.16);
}

.structure-label {
  color: rgba(216, 182, 108, 0.72);
  font-size: 10px;
  line-height: 1.7;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.structure-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 86px;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.structure-grid div {
  min-width: 0;
  min-height: 168px;
  padding: 34px 34px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.055);
}

.structure-grid div:last-child {
  border-right: 0;
}

.structure-grid span {
  display: block;
  color: rgba(213, 177, 93, 0.54);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.14em;
}

.structure-grid strong {
  display: block;
  max-width: 260px;
  margin-top: 54px;
  color: rgba(250, 252, 255, 0.86);
  font-size: 21px;
  line-height: 1.42;
  font-weight: 420;
  letter-spacing: 0.018em;
}

.positioning-layer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 104px 7vw;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(90deg, rgba(213, 177, 93, 0.03), transparent 28%, rgba(11, 88, 70, 0.024)),
    rgba(16, 36, 59, 0.045);
}

.positioning-layer p {
  max-width: 980px;
  margin: 0;
  color: rgba(250, 252, 255, 0.84);
  font-size: 29px;
  line-height: 1.62;
  font-weight: 390;
  letter-spacing: 0.026em;
}

.orientation-section {
  padding-top: 136px;
  padding-bottom: 142px;
  background:
    linear-gradient(180deg, rgba(9, 20, 34, 0.08), rgba(13, 30, 50, 0.06));
}

.orientation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.orientation-grid article {
  min-height: 270px;
  padding: 38px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.055);
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: rgba(8, 22, 36, 0.055);
}

.orientation-grid span {
  display: block;
  color: rgba(250, 252, 255, 0.82);
  font-size: 19px;
  line-height: 1.34;
  font-weight: 500;
}

.orientation-grid p {
  margin: 76px 0 0;
  color: rgba(139, 152, 170, 0.84);
  font-size: 14px;
  line-height: 1.78;
}


.num,
.section-label {
  display: block;
  color: rgba(216, 182, 108, 0.82);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}


.trust-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(213, 177, 93, 0.035), transparent 28%),
    linear-gradient(180deg, rgba(13, 30, 50, 0.18), rgba(10, 21, 36, 0.055));
}

.trust-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.55fr);
  gap: 8vw;
  align-items: end;
  margin-top: 56px;
}

.trust-heading h2,
.presence-copy h2 {
  margin: 0;
  max-width: 860px;
  color: rgba(250, 252, 255, 0.92);
  font-size: 52px;
  line-height: 1.24;
  font-weight: 470;
  letter-spacing: 0.024em;
  text-wrap: balance;
}

.trust-heading p,
.presence-copy p {
  margin: 0;
  color: rgba(245, 246, 248, 0.45);
  font-size: 15px;
  line-height: 1.9;
}

.sector-matrix {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 82px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.sector-matrix article,
.why-grid article {
  min-height: 350px;
  padding: 42px 36px;
}

.sector-matrix span {
  display: block;
  color: rgba(213, 177, 93, 0.74);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sector-matrix strong {
  display: block;
  margin-top: 118px;
  color: rgba(250, 252, 255, 0.86);
  font-size: 21px;
  line-height: 1.34;
  font-weight: 520;
}

.why-grid p {
  margin: 22px 0 0;
  color: rgba(139, 152, 170, 0.84);
  font-size: 14px;
  line-height: 1.78;
}

.presence-section {
  background:
    linear-gradient(180deg, rgba(18, 40, 64, 0.105), rgba(8, 19, 33, 0.035));
}

.presence-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: 10vw;
  align-items: start;
  margin-top: 44px;
}

.presence-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.presence-list div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 26px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.presence-list span {
  color: rgba(216, 182, 108, 0.82);
  font-size: 13px;
  font-weight: 650;
}

.presence-list strong {
  color: rgba(250, 252, 255, 0.76);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 420;
}

.credibility-section {
  padding-top: 128px;
  padding-bottom: 132px;
  background:
    linear-gradient(180deg, rgba(10, 22, 38, 0.11), rgba(8, 19, 33, 0.035));
}

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

.footprint-grid article {
  min-height: 260px;
  padding: 38px 36px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(8, 22, 36, 0.08);
}

.footprint-grid span {
  display: block;
  color: rgba(216, 182, 108, 0.68);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footprint-list {
  display: grid;
  gap: 0;
  margin-top: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footprint-list strong {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(250, 252, 255, 0.78);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 430;
}





.execution-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(213, 177, 93, 0.035), transparent 28%),
    linear-gradient(180deg, rgba(12, 26, 45, 0.12), rgba(8, 19, 33, 0.045));
}

.execution-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 0.82fr);
  gap: 10vw;
  align-items: start;
  margin-top: 64px;
}

.execution-statement h2 {
  margin: 0;
  color: rgba(250, 252, 255, 0.92);
  font-size: 54px;
  line-height: 1.24;
  font-weight: 470;
  letter-spacing: 0.024em;
  text-wrap: balance;
}

.execution-statement p {
  max-width: 560px;
  margin: 32px 0 0;
  color: rgba(245, 246, 248, 0.45);
  font-size: 15px;
  line-height: 1.95;
}

.execution-steps {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.execution-steps div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 84px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.execution-steps span {
  color: rgba(213, 177, 93, 0.7);
  font-size: 11px;
  font-weight: 650;
}

.execution-steps strong {
  color: rgba(250, 252, 255, 0.78);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 440;
}




.partners-section {
  padding-top: 155px;
  padding-bottom: 170px;
  background: linear-gradient(180deg, rgba(16, 36, 59, 0.075), rgba(10, 21, 36, 0.025));
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.partner-grid span {
  min-height: 132px;
  padding: 34px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.052);
  border-bottom: 1px solid rgba(255, 255, 255, 0.052);
  color: rgba(250, 252, 255, 0.74);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 460;
  background: rgba(16, 36, 59, 0.026);
}

.why-section {
  background:
    radial-gradient(circle at 16% 6%, rgba(11, 88, 70, 0.055), transparent 26%),
    radial-gradient(ellipse at 78% 20%, rgba(213, 177, 93, 0.045), transparent 28%),
    linear-gradient(180deg, rgba(22, 48, 74, 0.18), rgba(9, 20, 34, 0.065));
  padding-top: 205px;
  padding-bottom: 210px;
}

.why-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  margin-top: 86px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.why-grid article {
  min-height: 320px;
  padding: 46px 38px;
}

.why-grid article:first-child {
  background:
    linear-gradient(135deg, rgba(213, 177, 93, 0.055), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.008)),
    rgba(16, 36, 59, 0.055);
}

.why-grid span {
  display: block;
  color: rgba(250, 252, 255, 0.86);
  font-size: 24px;
  line-height: 1.26;
  font-weight: 540;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 195px 7vw;
  background: linear-gradient(180deg, rgba(16, 36, 59, 0.062), rgba(10, 21, 36, 0.01));
}

.why-section,
.trust-section,
.presence-section,
.execution-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.platform-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.56fr);
  gap: 10vw;
  align-items: end;
  margin-top: 72px;
}

.statement h2,
.contact h2 {
  margin: 0;
  color: rgba(250, 252, 255, 0.92);
  font-size: 62px;
  line-height: 1.24;
  font-weight: 480;
  letter-spacing: 0.024em;
  text-wrap: balance;
}

.capital-panel {
  min-height: 420px;
  padding: 46px 42px;
  border: 1px solid rgba(184, 135, 51, 0.26);
  background:
    linear-gradient(135deg, rgba(213, 177, 93, 0.055), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.008));
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.2);
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease;
}

.capital-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 182, 108, 0.4);
  background:
    linear-gradient(135deg, rgba(184, 135, 51, 0.08), transparent 48%),
    rgba(255, 255, 255, 0.024);
}

.capital-panel span {
  color: rgba(216, 182, 108, 0.82);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.capital-panel strong {
  display: block;
  margin-top: 126px;
  color: #fff;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 650;
}

.capital-panel p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.82;
}







.inquiry-form-section {
  padding-top: 165px;
  padding-bottom: 175px;
  background:
    radial-gradient(circle at 80% 8%, rgba(213, 177, 93, 0.035), transparent 28%),
    linear-gradient(180deg, rgba(14, 30, 51, 0.09), rgba(8, 19, 33, 0.045));
}

.access-intro {
  max-width: 860px;
  margin-top: 54px;
}

.access-intro h2 {
  max-width: 820px;
  margin: 0;
  color: rgba(250, 252, 255, 0.9);
  font-size: 42px;
  line-height: 1.28;
  font-weight: 440;
  letter-spacing: 0.018em;
}

.access-intro p {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(238, 244, 248, 0.58);
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.018em;
}

.project-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 24px;
  max-width: 860px;
  margin-top: 72px;
  padding-top: 42px;
  border-top: 1px solid rgba(213, 177, 93, 0.14);
}

.project-form label {
  display: grid;
  gap: 12px;
}

.project-form label span {
  color: rgba(213, 177, 93, 0.68);
  font-size: 11px;
  font-weight: 620;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.project-form input,
.project-form select,
.project-form textarea {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(213, 177, 93, 0.14);
  color: rgba(250, 252, 255, 0.82);
  background: rgba(8, 22, 36, 0.58);
  border-radius: 0;
  padding: 0 18px;
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.project-form select {
  appearance: none;
  padding-right: 48px;
  color: rgba(250, 252, 255, 0.78);
  background:
    linear-gradient(45deg, transparent 50%, rgba(216, 182, 108, 0.72) 50%) calc(100% - 24px) 50% / 6px 6px no-repeat,
    linear-gradient(135deg, rgba(216, 182, 108, 0.72) 50%, transparent 50%) calc(100% - 18px) 50% / 6px 6px no-repeat,
    rgba(8, 22, 36, 0.58);
}

.project-form select:invalid {
  color: rgba(238, 244, 248, 0.42);
}

.project-form textarea {
  min-height: 168px;
  padding-top: 18px;
  resize: vertical;
}

.project-form input:focus,
.project-form select:focus,
.project-form textarea:focus {
  border-color: rgba(213, 177, 93, 0.36);
  background-color: rgba(10, 28, 46, 0.72);
}

.project-form option {
  color: rgba(250, 252, 255, 0.86);
  background: #081624;
}

.project-form option[value=""] {
  color: rgba(238, 244, 248, 0.46);
}

.form-wide {
  grid-column: 1 / -1;
}

.form-submit {
  justify-self: start;
  margin-top: 24px;
}

.turnstile-holder {
  grid-column: 1 / -1;
  min-height: 36px;
  margin-top: 6px;
  opacity: 0.72;
}

.turnstile-holder iframe {
  max-width: 100%;
}

.form-status {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 0;
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  color: rgba(238, 244, 248, 0.78);
  background: transparent;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.045em;
  opacity: 0;
  transition: opacity 220ms ease;
}

.form-status:empty {
  display: none;
}

.form-status.is-visible {
  opacity: 1;
}

.form-status.is-confirmed {
  margin-top: 8px;
  padding: 16px 18px;
  border-left: 2px solid rgba(216, 182, 108, 0.58);
  border-top: 1px solid rgba(216, 182, 108, 0.18);
  background: rgba(8, 22, 36, 0.68);
  color: rgba(250, 252, 255, 0.86);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 96px;
  align-items: end;
  max-width: var(--max);
  margin: 0 auto;
  padding: 190px 7vw 210px;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  background:
    radial-gradient(circle at 85% 12%, rgba(213, 177, 93, 0.06), transparent 30%),
    linear-gradient(180deg, rgba(9, 20, 34, 0.055), rgba(6, 12, 22, 0.32));
}

.contact h2 {
  max-width: 880px;
  margin-top: 26px;
}

.inquiry-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin-top: 38px;
}

.inquiry-topics span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(245, 246, 248, 0.64);
  background: rgba(255, 255, 255, 0.025);
  font-size: 12px;
  font-weight: 520;
}

.contact-actions {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 10px;
  min-width: min(430px, 100%);
}

.mail,
.icon-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(245, 246, 248, 0.54);
  background: rgba(255, 255, 255, 0.022);
  backdrop-filter: blur(10px);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.mail:hover,
.icon-action:hover {
  color: rgba(216, 182, 108, 0.82);
  border-color: rgba(216, 182, 108, 0.34);
  background: rgba(184, 135, 51, 0.045);
  transform: translateY(-1px);
}

.inquiry-primary,
.deck-link,
.utility-link {
  grid-column: 1 / -1;
  width: 100%;
}

.mail {
  padding: 0 18px;
  font-size: 12px;
  font-weight: 620;
  letter-spacing: 0.025em;
}

.icon-action svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 42px 7vw;
  color: rgba(245, 246, 248, 0.34);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(5, 9, 18, 0.56), #02050a);
  font-size: 13px;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  max-width: min(380px, calc(100vw - 40px));
  padding: 14px 16px;
  color: rgba(216, 182, 108, 0.82);
  background: rgba(2, 3, 6, 0.92);
  border: 1px solid var(--line-gold);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

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

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(216, 182, 108, 0.18);
  color: rgba(245, 246, 248, 0.58);
  background: rgba(4, 8, 15, 0.68);
  backdrop-filter: blur(18px) saturate(108%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
  font: inherit;
  font-size: 11px;
  font-weight: 560;
  letter-spacing: 0.08em;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.back-to-top.is-visible:not(.is-suppressed) {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.back-to-top:hover {
  color: rgba(216, 182, 108, 0.72);
  border-color: rgba(216, 182, 108, 0.3);
  background: rgba(6, 12, 22, 0.78);
}

@keyframes contentIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes revealMap {
  to {
    opacity: var(--map-opacity, 0.46);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes routeMove {
  to {
    stroke-dashoffset: -240;
  }
}

@keyframes pulseNode {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.56;
  }
  50% {
    transform: scale(1.42);
    opacity: 1;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes drift {
  to {
    transform: translate3d(8vw, -3vh, 0) rotate(-8deg);
  }
}

@keyframes capitalFlow {
  0% {
    transform: translateX(0) rotate(-10deg);
    opacity: 0;
  }
  16% {
    opacity: 0.42;
  }
  72% {
    opacity: 0.24;
  }
  100% {
    transform: translateX(132vw) rotate(-10deg);
    opacity: 0;
  }
}

@keyframes mistDrift {
  to {
    transform: translate3d(3vw, -2vh, 0) scale(1.04);
  }
}

@keyframes slowSheen {
  to {
    transform: translate3d(4vw, 0, 0);
    opacity: 0.56;
  }
}

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

@media (max-width: 1280px) {
  .site-header {
    grid-template-columns: 440px minmax(300px, 1fr) auto;
    gap: 32px;
  }

  .brand {
    width: 440px;
    height: 86px;
  }

  .site-nav {
    gap: 30px;
    font-size: 11px;
  }

  .hero {
    min-height: 900px;
    padding-top: 266px;
  }

  .hero h1 {
    font-size: 62px;
  }

  .statement h2,
  .contact h2 {
    font-size: 56px;
  }

  .map-stage {
    width: 54vw;
    --map-opacity: 0.24;
  }
  .structure-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .platform-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .ambient::after {
    opacity: 0.34;
  }

  .capital-flow {
    opacity: 0.12;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    margin: 10px 12px 0;
    padding: 18px 20px;
    background:
      linear-gradient(135deg, rgba(12, 26, 45, 0.5), rgba(5, 9, 18, 0.32)),
      rgba(5, 9, 18, 0.12);
  }

  .brand::before {
    inset: -14px auto -14px -18px;
    width: 200px;
    opacity: 0.72;
  }

  .brand::after {
    inset: 26% 3% 22% 32%;
    opacity: 0.36;
  }

  .site-header::after {
    left: 12px;
    right: 12px;
  }

  .brand {
    width: 360px;
    max-width: calc(100vw - 104px);
    height: 74px;
  }

  .language-switch {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    min-height: 32px;
    margin-top: 2px;
    padding: 0 10px;
    font-size: 10px;
  }

  .nav-toggle {
    display: block;
    grid-column: 3;
    justify-self: end;
    width: 34px;
    height: 42px;
  }

  .site-nav,
  .site-header.is-scrolled .site-nav {
    position: fixed;
    top: 82px;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    background: rgba(2, 6, 14, 0.9);
    backdrop-filter: blur(24px) saturate(112%);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-nav a {
    padding: 16px;
  }

  .hero {
    min-height: 810px;
    padding: 178px 24px 116px;
  }

  .hero-media {
    inset: 86px 0 0;
  }

  .map-stage {
    top: 24%;
    right: -34vw;
    width: 118vw;
    --map-opacity: 0.12;
  }

  .kicker {
    font-size: 16px;
  }

  .hero h1 {
    max-width: 650px;
    font-size: 42px;
    line-height: 1.22;
    letter-spacing: 0.018em;
  }

  .hero-sub {
    max-width: 450px;
    font-size: 15px;
    line-height: 1.92;
  }

  .hero-actions {
    gap: 12px;
    margin-top: 52px;
  }

  .btn {
    min-width: 0;
    width: 100%;
    min-height: 56px;
    font-size: 13px;
  }

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

  .sector-matrix,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .trust-heading,
  .presence-grid,
  .execution-grid,
  .orientation-grid,
  .footprint-grid,
  .project-form {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .trust-heading h2,
  .presence-copy h2,
  .execution-statement h2,
  .execution-statement h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .structure-layer {
    padding: 76px 22px 72px;
  }

  .structure-grid {
    margin-top: 54px;
  }

  .structure-grid div {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  }

  .structure-grid div:last-child {
    border-bottom: 0;
  }

  .structure-grid strong {
    margin-top: 34px;
    font-size: 19px;
  }
}

@media (max-width: 560px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand {
    width: 300px;
    max-width: calc(100vw - 96px);
    height: 66px;
  }

  .language-switch {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    margin-top: 8px;
  }

  .nav-toggle {
    grid-column: 2;
    grid-row: 1;
  }

  .site-nav,
  .site-header.is-scrolled .site-nav {
    top: 128px;
  }

  .hero {
    min-height: 820px;
    padding-top: 210px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.24;
  }

  .hero-sub {
    font-size: 14px;
  }

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

  .data-ring {
    width: 82px;
    height: 82px;
    font-size: 9px;
    opacity: 0.18;
  }

  .statement h2,
  .contact h2,
  .trust-heading h2,
  .presence-copy h2,
  .execution-statement h2,
  .execution-statement h2 {
    font-size: 36px;
    line-height: 1.22;
  }

  .sector-matrix article,
  .why-grid article,
  .orientation-grid article,
  .footprint-grid article,
  .partner-grid span {
    padding: 26px 18px;
  }

  .inquiry-topics {
    gap: 8px;
  }

  .inquiry-topics span {
    width: 100%;
    justify-content: center;
  }

  .project-form {
    gap: 16px;
  }

  .sector-matrix strong {
    font-size: 21px;
  }
}

.structure-layer {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 110px 32px 130px;
  box-sizing: border-box;
}

.structure-label {
  display: block;
  margin-bottom: 34px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(210, 174, 88, 0.9);
}

.structure-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
}

.structure-grid > div {
  min-height: 150px;
  padding: 28px 26px;
  border: 1px solid rgba(197, 163, 89, 0.18);
  background: rgba(8, 22, 36, 0.42);
  box-sizing: border-box;
}

.structure-grid span {
  display: block;
  margin-bottom: 54px;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: rgba(210, 174, 88, 0.85);
}

.structure-grid strong {
  display: block;
  font-size: 18px;
  line-height: 1.35;
  color: rgba(238, 244, 248, 0.92);
}

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

@media (max-width: 560px) {
  .structure-layer {
    padding: 84px 22px 96px;
  }

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

@media (max-width: 900px) {
  .site-header {
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
  }

  .brand {
    width: min(340px, calc(100vw - 110px));
    height: 68px;
  }

  .language-switch {
    max-width: 100%;
    min-height: 30px;
    gap: 7px;
    padding: 0 9px;
    font-size: 9px;
  }

  .nav-toggle {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .site-nav,
  .site-header.is-scrolled .site-nav {
    top: 118px;
  }

  .hero {
    min-height: 760px;
    padding: 178px 24px 104px;
  }

  .hero-content {
    max-width: 620px;
  }

  .kicker {
    max-width: 520px;
    font-size: 13px;
    line-height: 1.7;
  }

  .hero h1 {
    max-width: 620px;
    font-size: 40px;
    line-height: 1.22;
  }

  .hero-sub {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.78;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 420px);
    gap: 12px;
    margin-top: 42px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .structure-layer {
    max-width: 100%;
    padding: 82px 24px 94px;
  }

  .structure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .structure-grid > div,
  .sector-matrix article {
    min-width: 0;
  }

  .sector-matrix {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .inquiry-form-section {
    padding-top: 104px;
    padding-bottom: 112px;
  }

  .project-form {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 56px;
    padding-top: 34px;
  }

  .project-form label {
    gap: 10px;
  }

  .project-form input,
  .project-form select,
  .project-form textarea {
    min-height: 56px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 560px) {
  .site-header {
    margin: 8px 10px 0;
    padding: 14px 14px;
  }

  .brand {
    width: min(260px, calc(100vw - 86px));
    height: 58px;
  }

  .language-switch {
    gap: 6px;
    min-height: 28px;
    padding: 0 8px;
    font-size: 9px;
    letter-spacing: 0.02em;
  }

  .nav-toggle {
    width: 34px;
    height: 38px;
  }

  .site-nav,
  .site-header.is-scrolled .site-nav {
    top: 110px;
  }

  .hero {
    min-height: 720px;
    padding: 168px 20px 88px;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.22;
  }

  .hero-sub {
    font-size: 14px;
    line-height: 1.72;
  }

  .hero-actions {
    width: 100%;
    margin-top: 34px;
  }

  .btn {
    min-height: 54px;
    padding: 0 16px;
    white-space: normal;
  }

  .structure-layer {
    padding: 78px 20px 88px;
  }

  .structure-label {
    margin-bottom: 26px;
    font-size: 11px;
  }

  .structure-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .structure-grid > div {
    min-height: auto;
    padding: 24px 22px;
  }

  .structure-grid span {
    margin-bottom: 34px;
  }

  .structure-grid strong {
    font-size: 17px;
  }

  .sector-matrix article {
    min-height: auto;
    padding: 24px 20px;
  }

  .project-form {
    gap: 20px;
    margin-top: 44px;
  }

  .project-form textarea {
    min-height: 150px;
  }
}

@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    width: calc(100% - 24px);
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px 14px;
    margin: 10px 12px 0;
    box-sizing: border-box;
  }

  .brand {
    width: min(340px, calc(100vw - 104px));
    max-width: 100%;
  }

  .language-switch {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    max-width: 100%;
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .nav-toggle {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    flex: 0 0 auto;
  }

  .site-nav,
  .site-header.is-scrolled .site-nav {
    left: 12px;
    right: 12px;
    top: 116px;
    box-sizing: border-box;
  }

  .hero {
    max-width: 100%;
    min-height: 760px;
    padding: 180px 24px 104px;
  }

  .hero-media {
    overflow: hidden;
  }

  .map-stage {
    top: 24%;
    right: -18vw;
    width: min(112vw, 820px);
    max-width: none;
    --map-opacity: 0.1;
  }

  .hero h1 {
    max-width: 640px;
    font-size: clamp(38px, 8vw, 52px);
    line-height: 1.2;
  }

  .hero-sub {
    max-width: 560px;
    font-size: 15px;
    line-height: 1.78;
  }

  .hero-actions,
  .contact-actions {
    width: min(100%, 430px);
  }

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

  .hero-actions .btn,
  .contact-actions .btn,
  .form-submit {
    width: 100%;
  }

  .structure-layer,
  .section,
  .contact {
    max-width: 100%;
    box-sizing: border-box;
  }

  .structure-layer {
    padding: 86px 24px 98px;
  }

  .structure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .structure-grid > div {
    min-width: 0;
    padding: 26px 24px;
  }

  .sector-matrix {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sector-matrix article {
    min-width: 0;
    min-height: auto;
  }

  .contact {
    gap: 44px;
    padding: 112px 24px 124px;
  }

  .contact-actions {
    min-width: 0;
  }

  .mail {
    width: 100%;
    min-width: 0;
    padding: 0 14px;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .project-form input,
  .project-form textarea {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 20px);
    gap: 10px 12px;
    margin: 8px 10px 0;
    padding: 13px 14px;
  }

  .brand {
    width: min(248px, calc(100vw - 82px));
    height: 56px;
  }

  .language-switch {
    min-height: auto;
    padding: 7px 8px;
    font-size: 9px;
    line-height: 1.4;
  }

  .site-nav,
  .site-header.is-scrolled .site-nav {
    top: 112px;
    left: 10px;
    right: 10px;
  }

  .site-nav a {
    padding: 15px 14px;
  }

  .hero {
    min-height: 700px;
    padding: 162px 20px 86px;
  }

  .map-stage {
    top: 30%;
    right: -46vw;
    width: 142vw;
    --map-opacity: 0.075;
  }

  .kicker {
    font-size: 12px;
    line-height: 1.65;
  }

  .kicker span {
    display: block;
  }

  .kicker span + span {
    margin-top: 8px;
  }

  .kicker span + span::before {
    content: "";
  }

  .hero h1 {
    font-size: clamp(30px, 10vw, 36px);
    line-height: 1.18;
  }

  .hero-sub {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }

  .hero-actions,
  .contact-actions {
    width: 100%;
  }

  .btn {
    min-height: 54px;
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
  }

  .structure-layer {
    padding: 76px 20px 88px;
  }

  .structure-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .structure-grid > div {
    padding: 24px 20px;
  }

  .structure-grid span {
    margin-bottom: 32px;
  }

  .sector-matrix article {
    padding: 24px 20px;
  }

  .sector-matrix strong {
    font-size: 20px;
    line-height: 1.34;
  }

  .inquiry-form-section {
    padding-top: 92px;
    padding-bottom: 100px;
  }

  .project-form {
    gap: 18px;
    margin-top: 42px;
  }

  .project-form input,
  .project-form textarea {
    min-height: 58px;
  }

  .contact {
    padding: 96px 20px 112px;
  }

  .contact h2 {
    font-size: 34px;
  }

  .inquiry-topics span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .site-footer {
    flex-direction: column;
    gap: 10px;
    padding: 32px 20px;
  }
}

@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 12px 14px;
    padding: 15px 16px;
  }

  .brand {
    width: min(320px, calc(100vw - 104px));
    height: 66px;
  }

  .language-switch {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    max-width: calc(100vw - 56px);
    margin-top: 0;
  }

  .nav-toggle {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    width: 36px;
    height: 40px;
  }

  .site-nav,
  .site-header.is-scrolled .site-nav {
    top: 112px;
  }

  .hero,
  .hero-media {
    overflow: hidden;
  }

  .kicker {
    max-width: 520px;
  }

  .kicker span {
    display: block;
  }

  .kicker span + span {
    margin-top: 9px;
  }

  .kicker span + span::before {
    content: "";
  }

  .map-stage {
    right: -22vw;
    width: min(116vw, 760px);
  }

  .structure-layer {
    width: 100%;
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .structure-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
  }

  .structure-grid > div {
    min-width: 0;
    min-height: 148px;
    padding: 26px 24px;
    border: 1px solid rgba(197, 163, 89, 0.18);
    background: rgba(8, 22, 36, 0.42);
  }

  .structure-grid span {
    margin-bottom: 42px;
  }

  .orientation-section {
    padding-top: 104px;
    padding-bottom: 110px;
  }

  .orientation-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 46px;
    border-left: 0;
  }

  .orientation-grid article {
    min-height: auto;
    padding: 28px 24px;
    border: 1px solid rgba(197, 163, 89, 0.14);
    background: rgba(8, 22, 36, 0.52);
  }

  .orientation-grid span {
    font-size: 17px;
    line-height: 1.35;
  }

  .orientation-grid p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(238, 244, 248, 0.64);
  }

  .sector-matrix {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sector-matrix article {
    width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 28px 24px;
    box-sizing: border-box;
  }

  .credibility-section {
    padding-top: 104px;
    padding-bottom: 108px;
  }

  .footprint-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 46px;
  }

  .footprint-grid article {
    min-height: auto;
    padding: 28px 24px;
    border: 1px solid rgba(197, 163, 89, 0.14);
    background: rgba(8, 22, 36, 0.52);
  }

  .footprint-grid span {
    font-size: 10px;
    line-height: 1.4;
  }

  .footprint-list {
    margin-top: 34px;
  }

  .footprint-list strong {
    padding: 15px 0;
    font-size: 17px;
    line-height: 1.35;
  }

  .project-form,
  .project-form label,
  .project-form input,
  .project-form textarea,
  .form-submit,
  .contact-actions,
  .contact-actions .btn,
  .mail {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .mail {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

@media (max-width: 560px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 10px 12px;
    padding: 13px 14px;
  }

  .brand {
    width: min(242px, calc(100vw - 82px));
    height: 54px;
  }

  .language-switch {
    max-width: calc(100vw - 48px);
    padding: 7px 8px;
  }

  .site-nav,
  .site-header.is-scrolled .site-nav {
    top: 106px;
  }

  .hero {
    padding-top: 156px;
  }

  .map-stage {
    right: -44vw;
    width: 138vw;
  }

  .structure-layer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .structure-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .structure-grid > div {
    min-height: 136px;
    padding: 24px 20px;
  }

  .structure-grid span {
    margin-bottom: 32px;
  }

  .sector-matrix {
    gap: 12px;
  }

  .sector-matrix article {
    padding: 24px 20px;
  }

  .orientation-grid {
    gap: 12px;
  }

  .orientation-grid article {
    padding: 24px 20px;
  }

  .footprint-grid {
    gap: 12px;
  }

  .footprint-grid article {
    padding: 24px 20px;
  }
}

@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    background:
      radial-gradient(circle at 72% 0%, rgba(213, 177, 93, 0.026), transparent 22%),
      linear-gradient(180deg, #081522 0, #0e2034 42%, #07121f 76%, #03070e 100%);
  }

  .ambient {
    overflow: hidden;
    contain: paint;
    background:
      radial-gradient(circle at 22% 22%, rgba(35, 74, 105, 0.34), transparent 42%),
      linear-gradient(142deg, #081522 0%, #10243a 46%, #07121f 100%);
  }

  .ambient::before,
  .ambient::after,
  .beam,
  .capital-flow {
    opacity: 0 !important;
    animation: none !important;
  }

  .noise {
    opacity: 0.08;
    mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.52), transparent 72%);
  }

  .hero {
    min-height: 790px;
    padding-top: 198px;
    padding-bottom: 118px;
    background:
      radial-gradient(ellipse at 78% 32%, rgba(245, 246, 248, 0.02), transparent 24%),
      linear-gradient(180deg, rgba(14, 30, 51, 0.035), rgba(7, 16, 28, 0.66) 86%),
      linear-gradient(102deg, rgba(8, 18, 31, 0.9) 8%, rgba(18, 39, 61, 0.48) 52%, rgba(6, 15, 27, 0.84));
  }

  .hero::before {
    opacity: 0.22;
  }

  .hero-content {
    max-width: 600px;
  }

  .kicker {
    margin-bottom: 42px;
    color: rgba(216, 182, 108, 0.64);
  }

  .hero h1 {
    max-width: 560px;
    font-size: clamp(34px, 7.2vw, 46px);
    line-height: 1.24;
    font-weight: 430;
  }

  .hero-sub {
    margin-top: 30px;
    color: rgba(245, 246, 248, 0.58);
  }

  .hero-actions {
    margin-top: 48px;
  }

  .btn--primary,
  .btn--gold {
    color: rgba(18, 14, 8, 0.9);
    border-color: rgba(213, 177, 93, 0.18);
    background:
      linear-gradient(110deg, rgba(255, 255, 255, 0.06), transparent 24%),
      linear-gradient(135deg, #aa8841, #946828 56%, #563a19);
    box-shadow: 0 12px 34px rgba(184, 135, 51, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .btn--primary:hover,
  .btn--gold:hover {
    border-color: rgba(222, 194, 132, 0.24);
    box-shadow: 0 14px 38px rgba(184, 135, 51, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

  .section {
    padding-top: 118px;
    padding-bottom: 124px;
  }

  .structure-layer {
    padding-top: 102px;
    padding-bottom: 112px;
  }

  .sector-matrix {
    gap: 16px;
  }

  .sector-matrix article {
    padding: 32px 26px;
  }

  .sector-matrix span {
    margin-bottom: 68px;
  }

  .sector-matrix strong {
    line-height: 1.36;
  }

  .inquiry-form-section {
    padding-top: 116px;
    padding-bottom: 122px;
  }

  .contact {
    padding-top: 124px;
    padding-bottom: 132px;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 730px;
    padding-top: 176px;
    padding-bottom: 96px;
  }

  .kicker {
    margin-bottom: 36px;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.14em;
  }

  .kicker span + span {
    margin-top: 10px;
  }

  .hero h1 {
    max-width: 340px;
    font-size: clamp(28px, 8.6vw, 32px);
    line-height: 1.24;
  }

  .hero-sub {
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.74;
  }

  .hero-actions {
    margin-top: 42px;
    gap: 11px;
  }

  .btn {
    min-height: 52px;
    font-size: 12px;
  }

  .map-stage {
    right: -38vw;
    width: 128vw;
    --map-opacity: 0.055;
  }

  .section {
    padding-top: 102px;
    padding-bottom: 108px;
  }

  .structure-layer {
    padding-top: 92px;
    padding-bottom: 102px;
  }

  .structure-grid > div,
  .sector-matrix article {
    padding: 28px 22px;
  }

  .sector-matrix {
    gap: 14px;
  }

  .sector-matrix span {
    margin-bottom: 58px;
  }

  .sector-matrix strong {
    font-size: 19px;
  }

  .inquiry-form-section {
    padding-top: 102px;
    padding-bottom: 110px;
  }

  .contact {
    padding-top: 108px;
    padding-bottom: 120px;
  }
}

@media (max-width: 768px) {
  html,
  body,
  main,
  section {
    overflow-x: hidden;
  }

  body {
    background: linear-gradient(180deg, #081522 0, #0d1e31 44%, #06111e 78%, #03070e 100%);
  }

  .ambient,
  .ambient::before,
  .ambient::after,
  .beam,
  .capital-flow {
    display: none !important;
    opacity: 0 !important;
    animation: none !important;
  }

  .hero,
  .trust-section,
  .presence-section,
  .execution-section,
  .inquiry-form-section,
  .contact {
    background-image: none !important;
    background-color: transparent;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(8, 18, 31, 0.94), rgba(7, 16, 28, 0.82) 82%, rgba(4, 9, 16, 0.96)),
      #07121f !important;
  }

  .hero::before,
  .hero::after,
  .contact::before,
  .contact::after {
    display: none !important;
    opacity: 0 !important;
    content: none !important;
  }

  .hero-media {
    overflow: hidden;
    opacity: 0.62;
  }

  .map-stage {
    filter: none;
    mix-blend-mode: normal;
  }

  .data-ring {
    opacity: 0.08 !important;
    filter: none !important;
  }

  .hero h1 {
    position: relative;
    text-shadow: none !important;
    filter: none !important;
  }

  .noise,
  .data-ring,
  .hero-media::before,
  .hero-media::after,
  .trust-section::before,
  .trust-section::after,
  .presence-section::before,
  .presence-section::after,
  .execution-section::before,
  .execution-section::after,
  .inquiry-form-section::before,
  .inquiry-form-section::after {
    display: none !important;
    opacity: 0 !important;
    content: none !important;
  }

  .hero {
    min-height: 720px;
    padding-top: 186px;
    padding-bottom: 104px;
  }

  .kicker {
    margin-bottom: 34px;
    color: rgba(216, 182, 108, 0.58);
    font-size: 12px;
    line-height: 1.72;
    letter-spacing: 0.145em;
  }

  .kicker span {
    display: block;
  }

  .kicker span + span {
    margin-top: 9px;
  }

  .kicker span + span::before {
    content: "";
  }

  .hero h1 {
    max-width: 520px;
    margin-top: 0;
    font-size: clamp(29px, 8vw, 38px);
    line-height: 1.26;
    font-weight: 420;
    letter-spacing: 0.016em;
  }

  .hero-sub {
    margin-top: 28px;
    max-width: 520px;
    color: rgba(245, 246, 248, 0.56);
    font-size: 14px;
    line-height: 1.76;
  }

  .hero-actions {
    margin-top: 44px;
  }

  .section-label,
  .structure-label {
    font-size: 9px;
    line-height: 1.8;
    letter-spacing: 0.18em;
    color: rgba(216, 182, 108, 0.62);
  }

  .section {
    padding-top: 108px;
    padding-bottom: 114px;
  }

  .structure-layer {
    padding-top: 96px;
    padding-bottom: 106px;
  }

  .structure-label {
    margin-bottom: 28px;
  }

  .sector-matrix {
    gap: 14px;
  }

  .sector-matrix article {
    padding: 30px 24px;
    border-color: rgba(197, 163, 89, 0.16);
    background: rgba(8, 22, 36, 0.38);
  }

  .sector-matrix span {
    margin-bottom: 58px;
    color: rgba(216, 182, 108, 0.62);
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .sector-matrix strong {
    color: rgba(238, 244, 248, 0.88);
    font-size: 19px;
    line-height: 1.38;
    font-weight: 420;
  }

  .contact {
    padding-top: 108px;
    padding-bottom: 118px;
    background: transparent !important;
  }

  .contact h2 {
    font-size: clamp(30px, 8.4vw, 36px);
    line-height: 1.24;
  }

  .contact-actions,
  .mail {
    max-width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .why-grid article::before,
  .why-grid article::after,
  .sector-matrix article::before,
  .sector-matrix article::after,
  .structure-grid > div::before,
  .structure-grid > div::after {
    display: none !important;
    opacity: 0 !important;
    content: none !important;
  }

  .site-header::before,
  .site-header::after,
  .hero::before,
  .hero::after,
  .ambient,
  .beam,
  .capital-flow {
    display: none !important;
    opacity: 0 !important;
    content: none !important;
  }

  .why-grid article,
  .sector-matrix article,
  .orientation-grid article,
  .footprint-grid article,
  .structure-grid > div {
    position: relative;
    overflow: hidden;
    background: rgba(8, 22, 36, 0.72) !important;
    border: 1px solid rgba(197, 163, 89, 0.18);
  }
}

@media (max-width: 768px) {
  .section-label,
  .structure-label {
    font-size: 11px !important;
    letter-spacing: 0.22em !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: rgba(210, 174, 88, 0.82) !important;
    text-transform: uppercase;
  }

  .structure-grid span,
  .sector-matrix span,
  .execution-steps span,
  .num {
    display: inline-block;
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    word-spacing: 0 !important;
    font-variant-numeric: tabular-nums;
  }

  .structure-grid strong,
  .why-grid span,
  .orientation-grid span,
  .sector-matrix strong,
  .footprint-list strong,
  .presence-list strong,
  .execution-steps strong {
    font-size: 17px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
  }

  .why-grid p,
  .orientation-grid p,
  .presence-copy p,
  .execution-statement p,
  .capital-panel p,
  .form-status,
  .project-form input,
  .project-form textarea {
    font-size: 14px !important;
    line-height: 1.75 !important;
    color: rgba(238, 244, 248, 0.68);
  }

  .presence-copy h2,
  .execution-statement h2,
  .access-intro h2,
  .contact h2 {
    font-size: 25px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
  }

  .access-intro {
    margin-top: 38px;
  }

  .access-intro p {
    font-size: 14px !important;
    line-height: 1.75 !important;
    color: rgba(238, 244, 248, 0.68);
  }

  .btn,
  .mail {
    font-size: 12px !important;
    letter-spacing: 0.18em !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 768px) {
  .site-header::before,
  .site-header::after,
  .brand::before,
  .brand::after,
  .brand-logo::before,
  .brand-logo::after,
  .language-switch::before,
  .language-switch::after {
    display: none !important;
    content: none !important;
    opacity: 0 !important;
  }

  .site-header,
  .brand,
  .language-switch {
    overflow: hidden !important;
    background-image: none !important;
  }

  .site-header * {
    box-shadow: none;
  }
}

@media (min-width: 769px) {
  .hero {
    min-height: 920px;
    padding-top: 318px;
    padding-bottom: 188px;
    background:
      radial-gradient(ellipse at 72% 38%, rgba(245, 246, 248, 0.026), transparent 25%),
      radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.018), transparent 28%),
      radial-gradient(circle at 74% 34%, rgba(213, 177, 93, 0.022), transparent 31%),
      linear-gradient(180deg, rgba(14, 30, 51, 0.04), rgba(7, 16, 28, 0.72) 86%),
      linear-gradient(102deg, rgba(8, 18, 31, 0.9) 8%, rgba(18, 39, 61, 0.5) 48%, rgba(6, 15, 27, 0.84));
  }

  .hero::before {
    opacity: 0.3;
  }

  .hero h1 {
    max-width: 720px;
    font-size: 56px;
    line-height: 1.34;
    font-weight: 430;
    color: rgba(250, 252, 255, 0.88);
    text-shadow: 0 20px 56px rgba(0, 0, 0, 0.18);
  }

  .hero-sub {
    margin-top: 46px;
    color: rgba(245, 246, 248, 0.44);
  }

  .hero-actions {
    margin-top: 72px;
  }

  .map-stage {
    width: min(44vw, 760px);
    --map-opacity: 0.2;
    opacity: 0.82;
  }

  .route--two {
    stroke: rgba(213, 177, 93, 0.13);
  }

  .node {
    fill: rgba(184, 135, 51, 0.68);
  }

  .data-ring {
    color: rgba(216, 182, 108, 0.2);
    border-color: rgba(184, 135, 51, 0.055);
    opacity: 0.18;
  }

  .btn {
    min-height: 58px;
    letter-spacing: 0.1em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 12px 30px rgba(0, 0, 0, 0.09);
  }

  .btn--primary,
  .btn--gold {
    color: rgba(16, 14, 9, 0.92);
    border-color: rgba(213, 177, 93, 0.18);
    background:
      linear-gradient(110deg, rgba(255, 255, 255, 0.07), transparent 24%),
      linear-gradient(135deg, #ad8b42, #98702c 54%, #5c3f1b);
    box-shadow: 0 12px 34px rgba(184, 135, 51, 0.085), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }

  .btn--primary:hover,
  .btn--gold:hover {
    border-color: rgba(222, 194, 132, 0.24);
    box-shadow: 0 14px 40px rgba(184, 135, 51, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

  .section-label,
  .structure-label {
    font-size: 9px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: rgba(216, 182, 108, 0.64);
  }

  .structure-layer {
    padding-top: 126px;
    padding-bottom: 136px;
  }

  .orientation-section {
    padding-top: 148px;
    padding-bottom: 152px;
  }

  .why-section,
  .trust-section,
  .presence-section,
  .execution-section {
    padding-top: 158px;
    padding-bottom: 164px;
  }

  .why-grid,
  .sector-matrix {
    margin-top: 78px;
  }

  .presence-grid {
    margin-top: 58px;
  }

  .credibility-section {
    padding-top: 146px;
    padding-bottom: 150px;
  }

  .footprint-grid {
    margin-top: 68px;
  }

  .execution-grid {
    margin-top: 72px;
  }

  .inquiry-form-section {
    padding-top: 176px;
    padding-bottom: 186px;
  }

  .access-intro {
    margin-top: 62px;
  }

  .project-form {
    margin-top: 82px;
  }

  .contact {
    padding-top: 210px;
    padding-bottom: 230px;
    gap: 110px;
  }

  .site-footer {
    padding-top: 56px;
    padding-bottom: 58px;
    color: rgba(245, 246, 248, 0.3);
    font-size: 12px;
    line-height: 1.7;
  }
}

.site-footer {
  display: block;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
  color: rgba(245, 246, 248, 0.42);
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 17, 30, 0.72), #02050a 78%);
  background-size: 96px 96px, auto;
  font-size: 13px;
}

.footer-system {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr) minmax(320px, 0.72fr);
  gap: 72px;
  padding: 82px 7vw 74px;
}

.footer-label {
  display: block;
  color: rgba(216, 182, 108, 0.62);
  font-size: 9px;
  line-height: 1.5;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-primary strong,
.footer-positioning strong,
.footer-contact-grid strong,
.footer-contact-grid a {
  display: block;
  margin-top: 22px;
  color: rgba(250, 252, 255, 0.78);
  font-size: 18px;
  line-height: 1.48;
  font-weight: 430;
}

.footer-positioning strong {
  max-width: 560px;
  font-size: 22px;
  line-height: 1.36;
  color: rgba(250, 252, 255, 0.84);
}

.footer-positioning p {
  max-width: 520px;
  margin: 34px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(216, 182, 108, 0.16);
  color: rgba(238, 244, 248, 0.5);
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.footer-contact-grid {
  display: grid;
  gap: 38px;
}

.footer-contact-grid > div {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-contact-grid a {
  overflow-wrap: anywhere;
  transition: color 180ms ease;
}

.footer-contact-grid a:hover {
  color: rgba(216, 182, 108, 0.82);
}

.footer-legal {
  grid-column: 1 / -1;
  max-width: 980px;
  margin: 8px 0 0;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
  color: rgba(245, 246, 248, 0.32);
  font-size: 12px;
  line-height: 1.85;
  letter-spacing: 0.018em;
}

@media (max-width: 900px) {
  .site-footer {
    background:
      linear-gradient(180deg, rgba(7, 17, 30, 0.78), #02050a 82%);
  }

  .footer-system {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 68px 24px 62px;
  }

  .footer-primary strong,
  .footer-positioning strong,
  .footer-contact-grid strong,
  .footer-contact-grid a {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .footer-positioning strong {
    font-size: 20px;
    line-height: 1.38;
  }

  .footer-positioning p {
    margin-top: 28px;
    padding-top: 20px;
  }

  .footer-contact-grid {
    gap: 30px;
  }

  .footer-legal {
    margin-top: 0;
    padding-top: 28px;
  }
}

@media (max-width: 560px) {
  .footer-system {
    gap: 36px;
    padding: 58px 20px 54px;
  }

  .footer-label {
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .footer-positioning strong {
    font-size: 18px;
  }

  .footer-primary strong,
  .footer-contact-grid strong,
  .footer-contact-grid a {
    font-size: 15px;
  }

  .footer-legal {
    font-size: 11px;
    line-height: 1.8;
  }
}


@media (min-width: 769px) {
  .hero {
    min-height: 900px;
    padding-top: 306px;
    padding-bottom: 198px;
  }

  .hero-content {
    max-width: 820px;
  }

  .hero h1 {
    max-width: 680px;
    font-size: 52px;
    line-height: 1.36;
    font-weight: 420;
    letter-spacing: 0.016em;
  }

  .hero-sub {
    max-width: 520px;
    margin-top: 44px;
  }

  .hero-actions {
    margin-top: 68px;
  }

  .section-label,
  .structure-label {
    font-size: 8.5px;
    letter-spacing: 0.22em;
    font-weight: 600;
    color: rgba(216, 182, 108, 0.58);
  }

  .map-stage {
    width: min(42vw, 730px);
    --map-opacity: 0.18;
    opacity: 0.76;
  }

  .regional-outline {
    stroke-width: 0.52;
  }

  .route--two {
    stroke: rgba(213, 177, 93, 0.1);
  }

  .node {
    fill: rgba(184, 135, 51, 0.58);
  }

  .data-ring {
    opacity: 0.14;
  }

  .btn--primary,
  .btn--gold {
    border-color: rgba(213, 177, 93, 0.15);
    background:
      linear-gradient(110deg, rgba(255, 255, 255, 0.055), transparent 24%),
      linear-gradient(135deg, #a6853f, #8e6728 54%, #533817);
    box-shadow: 0 10px 28px rgba(184, 135, 51, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .btn--primary:hover,
  .btn--gold:hover {
    transform: translateY(-0.5px);
    border-color: rgba(222, 194, 132, 0.2);
    box-shadow: 0 12px 32px rgba(184, 135, 51, 0.085), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }

  .btn--secondary,
  .btn--line {
    color: rgba(216, 182, 108, 0.72);
    border-color: rgba(213, 177, 93, 0.18);
  }

  .btn--secondary:hover,
  .btn--line:hover {
    border-color: rgba(216, 182, 108, 0.26);
    background:
      linear-gradient(180deg, rgba(213, 177, 93, 0.035), rgba(12, 28, 47, 0.12));
  }

  .site-footer {
    padding-top: 66px;
    padding-bottom: 64px;
    color: rgba(245, 246, 248, 0.28);
    letter-spacing: 0.01em;
  }
}

.section-label,
.structure-label {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: rgba(216, 182, 108, 0.76);
}

@media (max-width: 768px) {
  .section-label,
  .structure-label {
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    letter-spacing: 0.13em !important;
    color: rgba(216, 182, 108, 0.78) !important;
  }
}

@media (min-width: 769px) {
  .section-label,
  .structure-label {
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.13em;
    color: rgba(216, 182, 108, 0.74);
  }
}

@media (min-width: 769px) {
  .site-nav {
    gap: 72px;
    color: rgba(238, 244, 248, 0.62);
    font-size: 11.75px;
    font-weight: 600;
    letter-spacing: 0.125em;
  }

  .site-header.is-scrolled .site-nav {
    font-size: 11.75px;
  }

  .site-nav a {
    transition: color 220ms ease, opacity 220ms ease;
  }

  .site-nav a:first-child {
    color: rgba(216, 182, 108, 0.76);
  }

  .site-nav a:hover {
    color: rgba(216, 182, 108, 0.8);
  }

  .site-nav a::after {
    bottom: -11px;
    background: linear-gradient(90deg, rgba(184, 135, 51, 0.38), rgba(216, 182, 108, 0.46));
    transition: transform 220ms ease, opacity 220ms ease;
    opacity: 0.78;
  }

  .site-nav a:hover::after {
    opacity: 0.92;
  }
}

@media (max-width: 900px) {
  .site-header,
  .site-header.is-scrolled {
    position: fixed;
    overflow: visible !important;
    z-index: 1200;
    pointer-events: auto;
  }

  .nav-toggle {
    position: relative;
    z-index: 1202;
    pointer-events: auto;
    touch-action: manipulation;
  }

  .site-nav,
  .site-header.is-scrolled .site-nav {
    position: fixed;
    z-index: 1201;
    max-height: calc(100dvh - 132px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body.nav-open .site-nav {
    pointer-events: auto;
  }
}

@media (max-width: 560px) {
  .back-to-top {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    min-width: 58px;
    min-height: 36px;
    padding: 0 10px;
    font-size: 10px;
  }
}
