:root {
  color-scheme: dark;
  --bg: #02070d;
  --bg-2: #061426;
  --panel: rgba(8, 27, 45, 0.72);
  --panel-strong: rgba(10, 32, 52, 0.92);
  --line: rgba(196, 151, 74, 0.24);
  --line-cool: rgba(102, 172, 219, 0.16);
  --text: #f4f7fb;
  --muted: #b6c4d2;
  --soft: #8193a6;
  --gold: #c99a49;
  --gold-2: #f0cf83;
  --blue: #34a5ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --container: min(1160px, calc(100vw - 32px));
  --header: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 12%, rgba(39, 126, 189, 0.17), transparent 36rem),
    radial-gradient(circle at 78% 8%, rgba(201, 154, 73, 0.1), transparent 27rem),
    linear-gradient(180deg, var(--bg), #03111f 48%, #02070d);
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(86, 155, 207, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(86, 155, 207, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 86%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, transparent 0 30%, rgba(52, 165, 255, 0.06) 31%, transparent 32% 65%, rgba(201, 154, 73, 0.05) 66%, transparent 67%),
    radial-gradient(circle at 50% 100%, rgba(28, 76, 117, 0.18), transparent 42rem);
  opacity: 0.8;
}

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

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

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

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

.loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: #000;
  transition: opacity 0.75s var(--ease), visibility 0.75s var(--ease);
}

.loader.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.loader__word {
  position: relative;
  color: #3b3f46;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: clamp(2.2rem, 9vw, 8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.loader__word::after {
  position: absolute;
  inset: 0;
  width: var(--loader-progress, 0%);
  overflow: hidden;
  color: #fff;
  content: attr(data-progress);
  transition: width 0.18s linear;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 997;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: var(--header);
  padding: 12px max(16px, calc((100vw - 1160px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(2, 7, 13, 0.72);
  backdrop-filter: blur(18px);
  transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.site-header.is-scrolled {
  background: rgba(2, 7, 13, 0.92);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.36);
}

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

.brand img {
  display: none;
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(201, 154, 73, 0.22));
}

.brand__mobile-mark {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand span {
  display: none;
  min-width: 0;
  text-transform: uppercase;
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  letter-spacing: 0;
}

.brand small {
  color: #e8edf3;
  font-size: 0.58rem;
  letter-spacing: 0;
}

.nav-toggle {
  position: relative;
  z-index: 1002;
  display: grid;
  gap: 5px;
  width: 44px;
  height: 44px;
  place-content: center;
  border: 1px solid rgba(201, 154, 73, 0.34);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gold-2);
  transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.main-nav {
  position: fixed;
  top: var(--header);
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(100vh - var(--header));
  height: calc(100dvh - var(--header));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  padding: 18px max(20px, calc((100vw - 1160px) / 2)) 28px;
  border-top: 1px solid rgba(201, 154, 73, 0.24);
  border-left: 0;
  background:
    linear-gradient(180deg, rgba(3, 12, 22, 0.98), rgba(3, 12, 22, 0.94)),
    radial-gradient(circle at 82% 24%, rgba(52, 165, 255, 0.12), transparent 18rem);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-16px);
  overflow-y: auto;
  transition: transform 0.38s var(--ease), opacity 0.28s var(--ease), visibility 0.28s var(--ease);
}

.main-nav.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.main-nav a {
  display: flex;
  align-items: center;
  min-height: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #eaf1f7;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--gold-2);
}

.header-cta {
  display: none;
}

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

.section__inner,
.hero__grid {
  width: var(--container);
  margin: 0 auto;
}

.hero {
  display: grid;
  height: 100vh;
  height: 100dvh;
  padding-top: var(--header);
  padding-bottom: 34px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 7, 13, 0.98), rgba(3, 12, 22, 0.82) 42%, rgba(2, 7, 13, 0.28) 76%),
    radial-gradient(circle at 78% 48%, rgba(201, 154, 73, 0.12), transparent 18rem),
    linear-gradient(to top, rgba(2, 7, 13, 0.92), transparent 45%);
}

.hero-map {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.72;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 28px;
  align-items: center;
  height: 100%;
}

.hero__copy {
  will-change: transform;
  transform: none !important;
}

.hero .reveal,
.hero__copy {
  opacity: 1 !important;
}

.is-anchor-scrolling .reveal {
  opacity: 1 !important;
  transform: none !important;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Arial Narrow", Impact, "Segoe UI Condensed", sans-serif;
  line-height: 1.06;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.25rem, 8.5vw, 4.15rem);
}

h1 span {
  color: var(--gold);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.15rem, 9vw, 4rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
}

.hero__lead {
  max-width: 690px;
  color: #d5dde7;
  font-size: 0.98rem;
}

.hero__statement {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(201, 154, 73, 0.58);
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 0.28s var(--ease), border-color 0.28s var(--ease), background 0.28s var(--ease);
}

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

.btn--gold {
  background: linear-gradient(135deg, #b78332, #efd08a 52%, #aa7628);
  color: #09111b;
  box-shadow: 0 14px 34px rgba(201, 154, 73, 0.22);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.orbit {
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(240, 207, 131, 0.24);
  border-radius: 50%;
  animation: drift 18s linear infinite;
}

.orbit--two {
  inset: 0;
  border-style: dashed;
  border-color: rgba(52, 165, 255, 0.22);
  animation-duration: 28s;
  animation-direction: reverse;
}

.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  z-index: 3;
  width: 22px;
  height: 22px;
  border-right: 2px solid var(--gold-2);
  border-bottom: 2px solid var(--gold-2);
  transform: translateX(-50%) rotate(45deg);
  animation: cue 1.6s infinite;
}

.section-copy p,
.contact__copy p {
  max-width: 620px;
  color: var(--muted);
}

.about {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(3, 15, 27, 0.44), rgba(3, 15, 27, 0.16));
}

.about__grid {
  display: grid;
  gap: 34px;
}

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

.principles article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 14px;
  border: 1px solid var(--line-cool);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
}

.icon,
.reason span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(201, 154, 73, 0.52);
  border-radius: 50%;
  color: var(--gold-2);
  font-weight: 900;
}

.icon {
  width: 42px;
  height: 42px;
}

.icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 0;
}

.service-grid,
.reason-grid {
  display: grid;
  gap: 18px;
}

.service-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(11, 32, 52, 0.8), rgba(4, 16, 29, 0.9));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.service-card__visual {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  border-bottom: 1px solid rgba(201, 154, 73, 0.22);
  background: #06111d;
}

.service-card__visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(2, 7, 13, 0.08), rgba(2, 7, 13, 0.62)),
    radial-gradient(circle at 50% 20%, transparent 0 36%, rgba(201, 154, 73, 0.14) 68%, transparent 69%);
  pointer-events: none;
}

.service-card__visual img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.55s var(--ease), filter 0.55s var(--ease);
}

.service-card:hover .service-card__visual img {
  transform: scale(1.07);
  filter: saturate(1.12) contrast(1.04);
}

.service-card__body {
  position: relative;
  padding: 26px 22px 24px;
}

.service-card p,
.service-card li,
.reason p {
  color: var(--muted);
  font-size: 0.93rem;
}

.service-card ul {
  display: grid;
  gap: 6px;
  margin: 20px 0 0;
  padding-left: 18px;
}

.service-card li::marker {
  color: var(--gold-2);
}

.reasons {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.reason {
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
  text-align: center;
}

.reason h3 {
  color: var(--gold);
}

.contact {
  padding-bottom: 68px;
  background:
    linear-gradient(90deg, rgba(7, 21, 35, 0.82), rgba(2, 7, 13, 0.4)),
    radial-gradient(circle at 82% 40%, rgba(52, 165, 255, 0.13), transparent 24rem);
}

.contact__grid {
  display: grid;
  gap: 24px;
}

.contact-panel {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 8px 0;
  font-style: normal;
}

.contact-panel strong {
  color: #fff;
}

.contact-panel a,
.contact-panel span {
  color: var(--muted);
}

.contact-panel a:hover {
  color: var(--gold-2);
}

.site-footer {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  width: var(--container);
  margin: 0 auto;
  padding: 24px 0 34px;
  color: var(--soft);
}

.brand--footer img {
  width: 58px;
  height: 58px;
}

.site-footer p {
  margin-bottom: 0;
  font-size: 0.85rem;
}

.to-top {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(201, 154, 73, 0.4);
  border-radius: 50%;
  color: var(--gold-2);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.72s var(--ease), transform 0.72s var(--ease);
}

.reveal-ready .reveal {
  opacity: 1;
  transform: translateY(14px);
}

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

.gate-page {
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background: #000;
}

.gate {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  padding: 40px 18px;
  overflow: hidden;
}

.gate::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 45%, rgba(201, 154, 73, 0.16), transparent 18rem),
    radial-gradient(circle at 50% 60%, rgba(52, 165, 255, 0.12), transparent 24rem);
}

.gate__ambient {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(84vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(201, 154, 73, 0.16);
  border-radius: 50%;
  translate: -50% -50%;
  animation: drift 28s linear infinite;
}

.gate__ambient::after {
  position: absolute;
  inset: 8%;
  content: "";
  border: 1px dashed rgba(52, 165, 255, 0.2);
  border-radius: 50%;
}

.gate__logo-3d {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(68vw, 440px, 58dvh);
  aspect-ratio: 1;
  translate: -50% -50%;
  transform-style: preserve-3d;
  animation: logoSpin 9s linear infinite;
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.72));
}

.gate__logo-side,
.gate__logo-edge {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  backface-visibility: hidden;
}

.gate__logo-side {
  background: url("assets/logo.png") center / contain no-repeat;
}

.gate__logo-side--front {
  transform: translateZ(18px);
}

.gate__logo-side--back {
  transform: rotateY(180deg) translateZ(18px);
  filter: brightness(0.82);
}

.gate__logo-edge {
  background:
    radial-gradient(circle, transparent 57%, rgba(240, 207, 131, 0.14) 59%, rgba(8, 12, 16, 0.42) 64%, transparent 68%),
    radial-gradient(circle, transparent 38%, rgba(201, 154, 73, 0.08) 40%, transparent 43%);
  transform: translateZ(0);
}

.gate__logo-3d::after {
  position: absolute;
  inset: 6%;
  content: "";
  border-radius: 50%;
  background: linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, 0.16), transparent 42%);
  transform: translateZ(22px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.gate__button {
  position: absolute;
  top: min(calc(50% + min(35vw, 230px)), calc(100dvh - 96px));
  left: 50%;
  z-index: 2;
  translate: -50% 0;
  white-space: nowrap;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

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

@keyframes logoSpin {
  0% {
    transform: rotateY(0deg) rotateX(0deg);
  }
  11% {
    transform: rotateY(0deg) rotateX(0deg);
  }
  55% {
    transform: rotateY(180deg) rotateX(3deg);
  }
  100% {
    transform: rotateY(360deg) rotateX(0deg);
  }
}

@keyframes cue {
  0%,
  100% {
    opacity: 0.35;
    translate: 0 0;
  }
  50% {
    opacity: 1;
    translate: 0 8px;
  }
}

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

  .brand__mobile-mark {
    display: none;
  }

  .brand span {
    display: block;
  }

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

@media (max-width: 560px) and (max-height: 700px) {
  .hero {
    padding-bottom: 20px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 8vw, 2.35rem);
  }

  .hero__lead {
    margin-bottom: 12px;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .hero__statement {
    margin-bottom: 0;
    font-size: 0.94rem;
  }

  .hero__actions {
    gap: 10px;
    margin-top: 16px;
  }

  .hero__actions .btn {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.68rem;
  }
}

@media (min-width: 760px) {
  :root {
    --header: 86px;
  }

  .about__grid,
  .contact__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  }

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

  .site-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1040px) {
  .nav-toggle {
    display: none;
  }

  .main-nav {
    position: static;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    gap: 22px;
    transform: none;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .main-nav a {
    min-height: auto;
    border-bottom: 0;
    font-size: 0.78rem;
  }

  .header-cta {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 4px;
    background: linear-gradient(135deg, #b78332, #efd08a 52%, #aa7628);
    color: #09111b;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 0.74fr) minmax(260px, 1fr);
  }

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

  .principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: center;
  }

  .principles article:last-child {
    grid-column: span 2;
  }
}

@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;
  }
}
