:root {
  color-scheme: dark;
  --ink: #f8f4eb;
  --muted: #c6beb0;
  --subtle: rgba(248, 244, 235, 0.68);
  --panel: rgba(15, 19, 21, 0.74);
  --line: rgba(248, 244, 235, 0.16);
  --charcoal: #0d1011;
  --teal: #43d8ca;
  --blue: #78a8ff;
  --copper: #d48a56;
  --gold: #f4ce74;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--charcoal);
  color: var(--ink);
}

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

.loader {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  background:
    radial-gradient(circle at center, rgba(46, 184, 170, 0.18), transparent 34%),
    linear-gradient(135deg, #080a0b, #151718 55%, #080a0b);
  transition: opacity 650ms ease, visibility 650ms ease;
}

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

.loader__mark {
  position: relative;
  width: 96px;
  height: 96px;
}

.loader__mark span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(248, 244, 235, 0.32);
  border-radius: 28px;
  animation: markSpin 1400ms cubic-bezier(0.76, 0, 0.24, 1) infinite;
}

.loader__mark span:nth-child(2) {
  border-color: rgba(46, 184, 170, 0.68);
  animation-delay: 140ms;
  transform: rotate(30deg);
}

.loader__mark span:nth-child(3) {
  border-color: rgba(201, 125, 72, 0.58);
  animation-delay: 280ms;
  transform: rotate(60deg);
}

.loader p {
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.loader__bar {
  width: min(240px, 64vw);
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(248, 244, 235, 0.14);
}

.loader__bar span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--gold), var(--copper));
  transform-origin: left;
  animation: loadBar 1650ms ease forwards;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(18px, 4vw, 64px);
  background: linear-gradient(180deg, rgba(8, 10, 11, 0.82), rgba(8, 10, 11, 0));
}

.site-header--solid {
  background: rgba(8, 10, 11, 0.9);
  backdrop-filter: blur(16px);
}

.brand,
.nav,
.header-action,
.button {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand__mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.nav {
  gap: clamp(16px, 3vw, 32px);
  color: var(--subtle);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav a,
.header-action {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav a:hover {
  color: var(--ink);
}

.header-action {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
}

.header-action:hover {
  border-color: rgba(248, 244, 235, 0.34);
  background: rgba(255, 255, 255, 0.14);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 148px clamp(18px, 4vw, 64px) 48px;
  background:
    radial-gradient(circle at 74% 38%, rgba(67, 216, 202, 0.16), transparent 31%),
    radial-gradient(circle at 54% 62%, rgba(120, 168, 255, 0.12), transparent 34%),
    linear-gradient(135deg, #07090a 0%, #101517 54%, #090b0c 100%);
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  content: "";
  background: linear-gradient(0deg, var(--charcoal), transparent);
  pointer-events: none;
}

.hero__grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(248, 244, 235, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 244, 235, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 68% 46%, black 0%, transparent 68%);
  opacity: 0.62;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(660px, 100%);
  opacity: 0;
  transform: translateY(20px);
  animation: contentIn 900ms ease 1200ms forwards;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(3.35rem, 7.3vw, 7.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero__copy {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.65;
}

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

.button {
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button--primary {
  color: #0b0f10;
  background: var(--ink);
}

.button--ghost {
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
}

.orb-stage {
  position: relative;
  z-index: 1;
  min-height: min(66vw, 680px);
  border-radius: 8px;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  animation: orbIn 1200ms cubic-bezier(0.2, 0.8, 0.2, 1) 450ms forwards;
}

.orb-stage::before,
.orb-stage::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(74%, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(248, 244, 235, 0.12);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: fieldPulse 5200ms ease-in-out infinite;
}

.orb-stage::after {
  width: min(52%, 365px);
  border-color: rgba(67, 216, 202, 0.22);
  animation-delay: -1800ms;
}

.orb-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.orb-sphere {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(30%, 228px);
  min-width: 128px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 1), transparent 9%),
    radial-gradient(circle at 44% 38%, rgba(255, 255, 255, 0.92), transparent 31%),
    radial-gradient(circle at 70% 72%, rgba(129, 150, 152, 0.78), transparent 54%),
    radial-gradient(circle at center, rgba(246, 252, 252, 1), rgba(206, 224, 225, 0.96) 68%, rgba(103, 132, 135, 0.9));
  box-shadow:
    0 0 42px rgba(236, 247, 246, 0.48),
    0 0 96px rgba(67, 216, 202, 0.34),
    0 0 138px rgba(246, 252, 252, 0.2),
    inset -30px -26px 56px rgba(43, 67, 70, 0.5),
    inset 18px 14px 42px rgba(255, 255, 255, 0.34);
  transform: translate(-50%, -50%);
  isolation: isolate;
  pointer-events: none;
}

.orb-sphere-shimmer {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: min(30%, 228px);
  min-width: 128px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  transform: translate(-50%, -50%);
  contain: paint;
  pointer-events: none;
}

.orb-sphere-shimmer::before {
  position: absolute;
  inset: -25%;
  content: "";
  border-radius: inherit;
  background: linear-gradient(
    25deg,
    transparent 14%,
    rgba(255, 255, 255, 0.5) 31%,
    rgba(255, 255, 255, 0.18) 45%,
    transparent 64%
  );
  opacity: 0;
  transform: translateY(-42%) rotate(8deg);
  animation: sphereShimmerCross 500ms ease-in-out infinite;
}

.orb-sphere::before {
  display: none;
}

.orb-sphere::after {
  position: absolute;
  inset: -25%;
  content: "";
  border-radius: inherit;
  background: linear-gradient(
    115deg,
    transparent 14%,
    rgba(255, 255, 255, 0.56) 31%,
    rgba(255, 255, 255, 0.18) 45%,
    transparent 64%
  );
  opacity: 0;
  transform: translateX(-42%) rotate(8deg);
  animation: sphereShimmer 500ms ease-in-out infinite;
}

.orb-blur-overlay {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  background: rgba(7, 9, 10, 0.08);
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
}

.section {
  padding: clamp(72px, 10vw, 128px) clamp(18px, 4vw, 64px);
}

.vision {
  background:
    linear-gradient(120deg, rgba(120, 168, 255, 0.1), transparent 34%),
    #101415;
}

.section__intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.6fr) minmax(0, 1.4fr);
  gap: 32px;
  align-items: start;
  max-width: 1120px;
}

.text-block {
  display: grid;
  gap: 22px;
  max-width: 900px;
  margin-top: 42px;
}

.text-block p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.75;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1120px;
  margin-top: 48px;
}

.service-grid--aligned {
  margin-left: calc(180px + 32px);
}

.service-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(248, 244, 235, 0.14);
  border-radius: 8px;
  background: #15191a;
}

.service-card span {
  color: var(--teal);
  font-weight: 800;
}

.service-card h3 {
  margin: 54px 0 12px;
  font-size: 1.35rem;
}

.service-card p,
.proof-band p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.section-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin-top: 28px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.08);
}

.home-service-stack {
  display: grid;
  justify-items: start;
  max-width: 760px;
  margin-top: 48px;
}

.home-brochure {
  display: block;
  width: 100%;
  max-width: 760px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #15191a;
  box-shadow: var(--shadow);
}

.home-brochure img {
  display: block;
  width: 100%;
  background: #080a0b;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: 168px clamp(18px, 4vw, 64px) clamp(72px, 10vw, 120px);
  background:
    radial-gradient(circle at 70% 32%, rgba(67, 216, 202, 0.16), transparent 30%),
    linear-gradient(135deg, #07090a, #111718 58%, #090b0c);
}

.page-hero--single {
  display: block;
}

.page-hero__content h1,
.page-hero h1 {
  max-width: 980px;
}

.page-hero__content p:not(.eyebrow),
.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.7;
}

.brochure-card {
  width: 100%;
  max-width: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #15191a;
  box-shadow: var(--shadow);
}

.brochure-card a {
  display: block;
}

.brochure-card img {
  display: block;
  width: 100%;
  background: #080a0b;
}

.service-detail-section {
  background: #0f1314;
}

.service-list {
  display: grid;
  gap: 1px;
  max-width: 1120px;
  margin-top: 52px;
  margin-left: calc(180px + 32px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.service-detail {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 24px;
  padding: clamp(24px, 4vw, 42px);
  background: #15191a;
}

.service-detail span {
  color: var(--teal);
  font-weight: 800;
}

.service-detail h3 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.6vw, 2.2rem);
}

.service-detail p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.news-grid {
  display: grid;
  max-width: 1120px;
  margin-top: 52px;
}

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

.news-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #15191a;
}

.news-card a {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
  min-height: 320px;
}

.news-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  background: #080a0b;
}

.news-card__body {
  display: grid;
  align-content: center;
  padding: clamp(24px, 4vw, 44px);
}

.news-card h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3.2vw, 3.25rem);
  line-height: 1;
}

.news-card p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.news-card span {
  color: var(--gold);
  font-weight: 800;
}

.news-card--teaser a {
  grid-template-columns: 1fr;
  min-height: 0;
}

.news-card--teaser img {
  height: 260px;
  min-height: 260px;
}

.news-card--teaser .news-card__body {
  align-content: start;
}

.news-card--teaser h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.65rem);
  line-height: 1.04;
}

.article {
  padding: 168px clamp(18px, 4vw, 64px) clamp(72px, 10vw, 128px);
  background:
    radial-gradient(circle at 72% 16%, rgba(67, 216, 202, 0.13), transparent 26%),
    #0f1314;
}

.article-header,
.article-body,
.article-figure {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.article-header h1 {
  max-width: 980px;
  font-size: clamp(2.8rem, 5.8vw, 6rem);
}

.article-standfirst {
  margin: 24px 0 0;
  color: var(--ink);
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  font-weight: 800;
  line-height: 1.2;
}

.article-meta {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.article-figure {
  margin-top: 56px;
  margin-bottom: 56px;
}

.article-figure img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #080a0b;
}

.article-figure figcaption {
  margin-top: 14px;
  color: var(--subtle);
  font-size: 0.9rem;
  line-height: 1.6;
}

.article-body {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.article-body h2 {
  margin-top: 34px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.article-heading--signal {
  color: #95ac40;
}

.article-signal-box {
  padding: 18px clamp(24px, 4vw, 38px);
  border-left: 3px solid var(--copper);
  border-radius: 8px;
  background: #f6f8ea;
}

.article-signal-box h2 {
  margin-top: 0;
  margin-bottom: 26px;
}

.article-signal-box ul {
  margin-bottom: 0;
}

.article-body .article-signal-box li {
  color: #080b07;
  font-size: 1.12rem;
  font-weight: 400;
}

.article-body .article-signal-box li::marker {
  color: var(--copper);
}

.article-body p,
.article-body li {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.article-body p,
.article-body ul {
  margin: 0;
}

.article-body ul {
  padding-left: 22px;
}

.article-body blockquote {
  margin: 18px 0;
  padding: 24px;
  border-left: 3px solid var(--copper);
  color: #080b07;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.55;
  background: #f6f8ea;
}

.article-action-list {
  display: grid;
  gap: 8px;
}

.article-action-table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.article-action-table div {
  padding: 24px;
  background: #15191a;
}

.article-action-table h3 {
  margin: 0 0 12px;
  color: var(--teal);
}

.article-action-table p {
  margin: 0;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(248, 244, 235, 0.14);
}

.proof-band div {
  padding: clamp(36px, 6vw, 72px) clamp(18px, 4vw, 64px);
  background: #e9dfcf;
  color: #101314;
}

.proof-band__number {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  font-weight: 800;
  line-height: 0.94;
}

.proof-band p {
  max-width: 300px;
  color: #394041;
}

.contact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  background:
    linear-gradient(120deg, rgba(46, 184, 170, 0.12), transparent 32%),
    #101314;
}

.contact h2 {
  max-width: 820px;
}

.site-footer {
  padding: 24px clamp(18px, 4vw, 64px);
  border-top: 1px solid var(--line);
  background: #080a0b;
}

.site-footer p {
  max-width: 1120px;
  margin: 0;
  color: rgba(248, 244, 235, 0.58);
  font-size: 0.82rem;
  line-height: 1.55;
}

@keyframes markSpin {
  0% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.82);
  }

  50% {
    opacity: 1;
    transform: rotate(130deg) scale(1);
  }

  100% {
    opacity: 0.5;
    transform: rotate(260deg) scale(0.82);
  }
}

@keyframes loadBar {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

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

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

@keyframes fieldPulse {
  0%,
  100% {
    opacity: 0.34;
    transform: translate(-50%, -50%) scale(0.96);
  }

  50% {
    opacity: 0.82;
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@keyframes sphereShimmer {
  0%,
  42% {
    opacity: 0;
    transform: translateX(-42%) rotate(8deg);
  }

  52% {
    opacity: 0.96;
  }

  68%,
  100% {
    opacity: 0;
    transform: translateX(42%) rotate(8deg);
  }
}

@keyframes sphereShimmerCross {
  0%,
  42% {
    opacity: 0;
    transform: translateY(-42%) rotate(8deg);
  }

  52% {
    opacity: 0.9;
  }

  68%,
  100% {
    opacity: 0;
    transform: translateY(42%) rotate(8deg);
  }
}

@media (max-width: 860px) {
  .site-header {
    position: absolute;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14px 20px;
  }

  .header-action {
    display: none;
  }

  .nav {
    order: 3;
    width: 100%;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 90vh;
    padding-top: 150px;
  }

  .page-hero {
    grid-template-columns: 1fr;
    padding-top: 150px;
  }

  .home-service-stack,
  .home-brochure,
  .brochure-card {
    max-width: 100%;
  }

  .service-grid,
  .proof-band,
  .section__intro,
  .service-detail {
    grid-template-columns: 1fr;
  }

  .service-grid--aligned {
    margin-left: 0;
  }

  .service-list {
    margin-left: 0;
  }

  .news-card a {
    grid-template-columns: 1fr;
  }

  .news-grid--cards {
    grid-template-columns: 1fr;
  }

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

  .orb-stage {
    min-height: 480px;
    order: -1;
    margin-top: -36px;
    margin-bottom: -20px;
  }

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

@media (max-width: 520px) {
  .site-header {
    padding: 18px;
  }

  .brand {
    font-size: 0.98rem;
  }

  .brand__mark {
    width: 30px;
    height: 30px;
  }

  .nav {
    gap: 16px;
    font-size: 0.88rem;
  }

  h1 {
    font-size: clamp(2.65rem, 16vw, 4.6rem);
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .orb-stage {
    min-height: 360px;
  }

  .orb-blur-overlay {
    background: rgba(7, 9, 10, 0.04);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }

  .home-service-stack,
  .home-brochure,
  .brochure-card {
    max-width: 420px;
  }

}

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

  .loader {
    display: none;
  }

  .hero__content,
  .orb-stage {
    opacity: 1;
    transform: none;
  }

  .orb-stage::before,
  .orb-stage::after,
  .orb-sphere::after,
  .orb-sphere-shimmer::before {
    animation: none !important;
  }
}
