:root {
  --black: #111111;
  --charcoal: #161616;
  --navy: #071426;
  --navy-soft: #0a1628;
  --gold: #c9a84c;
  --gold-bright: #d4af37;
  --gold-muted: #a88735;
  --ivory: #f4f1e8;
  --soft-white: #faf8f2;
  --pearl: #fbfcff;
  --ice: #edf5fb;
  --frost: rgba(255, 255, 255, 0.62);
  --grey: #8a8a8a;
  --ink: #171717;
  --line: rgba(201, 168, 76, 0.28);
  --radius: 22px;
  --shadow: 0 30px 80px rgba(7, 20, 38, 0.14);
  --glow: 0 24px 70px rgba(95, 151, 180, 0.16), 0 10px 34px rgba(201, 168, 76, 0.12);
  --deep-glow: 0 42px 110px rgba(95, 151, 180, 0.26), 0 18px 54px rgba(201, 168, 76, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  touch-action: pan-y;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: rgba(7, 20, 38, 0.82);
  font-family: Inter, Montserrat, "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.55;
  touch-action: pan-y;
  background:
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 16%), rgba(255, 255, 255, 0.74), transparent 16rem),
    radial-gradient(circle at 16% 7%, rgba(255, 255, 255, 0.95), transparent 18rem),
    radial-gradient(circle at 86% 10%, rgba(224, 239, 248, 0.78), transparent 26rem),
    radial-gradient(circle at 44% 44%, rgba(201, 168, 76, 0.16), transparent 30rem),
    linear-gradient(180deg, #fbfcff 0%, #f4f8fb 42%, #edf5fb 78%, #f8f3e4 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 78%, rgba(255, 255, 255, 0.72), transparent 24rem),
    radial-gradient(circle at 78% 58%, rgba(155, 193, 215, 0.16), transparent 24rem),
    repeating-radial-gradient(circle at 50% 50%, rgba(7, 20, 38, 0.018) 0 1px, transparent 1px 5px);
}

body::after {
  content: "";
  position: fixed;
  left: 8%;
  right: 8%;
  bottom: -90px;
  height: 190px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.8), transparent 62%),
    radial-gradient(ellipse at 34% 18%, rgba(201, 168, 76, 0.1), transparent 48%);
  filter: blur(18px);
  opacity: 0.78;
}

.fortis-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.98), transparent 16rem),
    radial-gradient(circle at 50% 58%, rgba(201, 168, 76, 0.12), transparent 18rem),
    linear-gradient(180deg, #f8fbff 0%, #edf5fb 48%, #f8f3e4 100%);
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

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

.loader-mark {
  display: grid;
  justify-items: center;
  gap: 18px;
  width: 120px;
}

.loader-mark img {
  width: 62px;
  height: auto;
  filter: drop-shadow(0 0 22px rgba(201, 168, 76, 0.34));
}

.loader-mark span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(7, 20, 38, 0.08);
}

.loader-mark span::after {
  content: "";
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: fortis-loader-line 1.1s ease-in-out infinite;
}

.page-ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.ambient-piece {
  position: absolute;
  display: block;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

.ambient-a {
  width: clamp(190px, 28vw, 420px);
  aspect-ratio: 1;
  top: 34%;
  right: -9%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.68), transparent 40%),
    radial-gradient(circle, rgba(201, 168, 76, 0.14), transparent 68%);
  filter: blur(1px);
  animation: ambient-float-a 14s ease-in-out infinite alternate;
}

.ambient-b {
  width: clamp(220px, 34vw, 520px);
  height: clamp(90px, 14vw, 190px);
  top: 58%;
  left: -12%;
  border-radius: 999px;
  background: rgba(145, 188, 214, 0.16);
  filter: blur(26px);
  animation: ambient-float-b 16s ease-in-out infinite alternate;
}

.ambient-c {
  width: clamp(170px, 24vw, 360px);
  aspect-ratio: 1;
  bottom: 12%;
  right: 14%;
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.38), rgba(235, 247, 252, 0.1)),
    rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 40px 110px rgba(95, 151, 180, 0.14);
  transform: translate3d(0, var(--parallax-y, 0px), 0) rotate(18deg);
  animation: ambient-float-c 18s ease-in-out infinite alternate;
}

.visual-intro {
  position: relative;
  min-height: min(86vh, 780px);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(72px, 12vw, 130px) 16px clamp(86px, 11vw, 150px);
}

.intro-stage {
  position: relative;
  width: min(620px, 92vw);
  aspect-ratio: 1.2;
  display: grid;
  place-items: center;
  border-radius: 48px;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 38%), rgba(255, 255, 255, 0.9), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(239, 247, 252, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 46px 150px rgba(95, 151, 180, 0.2), 0 20px 70px rgba(201, 168, 76, 0.13);
  backdrop-filter: blur(18px);
  isolation: isolate;
  transform: translateZ(0);
}

.intro-stage::before {
  content: "";
  position: absolute;
  inset: 12%;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.16), transparent 64%);
  filter: blur(16px);
  animation: intro-pulse 4.8s ease-in-out infinite alternate;
}

.intro-stage::after {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.8), transparent 30%),
    radial-gradient(circle at 66% 58%, rgba(201, 168, 76, 0.14), transparent 36%);
  filter: blur(30px);
  animation: intro-glow-shift 7s ease-in-out infinite alternate;
}

.intro-loader {
  position: absolute;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: conic-gradient(from 0deg, rgba(201, 168, 76, 0), rgba(201, 168, 76, 0.95), rgba(255, 255, 255, 0.72), rgba(201, 168, 76, 0));
  filter: blur(1px);
  opacity: 0.72;
  animation: slow-spin 2.8s linear infinite;
}

.intro-loader::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.92), rgba(237, 245, 251, 0.4));
}

.intro-orbit {
  position: relative;
  width: min(360px, 66vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.fortis-core {
  width: clamp(86px, 18vw, 138px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(237, 245, 251, 0.46)),
    rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(201, 168, 76, 0.32);
  box-shadow: 0 32px 86px rgba(95, 151, 180, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  animation: core-float 5.5s ease-in-out infinite alternate;
}

.fortis-core img {
  width: 48%;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(201, 168, 76, 0.18));
}

.orbit-ring,
.orbit-satellite {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.orbit-ring-a {
  inset: 8%;
  border: 1px solid rgba(201, 168, 76, 0.34);
  box-shadow: 0 0 38px rgba(201, 168, 76, 0.1);
  animation: slow-spin 16s linear infinite;
}

.orbit-ring-b {
  inset: 21%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transform: rotateX(66deg) rotateZ(12deg);
  animation: orbit-tilt 12s ease-in-out infinite alternate;
}

.orbit-satellite {
  width: 11px;
  height: 11px;
  background: var(--gold-bright);
  box-shadow: 0 0 24px rgba(201, 168, 76, 0.88);
}

.satellite-a {
  top: 12%;
  left: 49%;
  animation: satellite-a 8s linear infinite;
}

.satellite-b {
  right: 13%;
  top: 52%;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.92);
  animation: satellite-b 10s linear infinite;
}

.satellite-c {
  left: 18%;
  bottom: 20%;
  width: 7px;
  height: 7px;
  animation: satellite-c 13s linear infinite;
}

.intro-object {
  position: absolute;
  pointer-events: none;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.intro-slab {
  width: min(260px, 42vw);
  height: min(98px, 17vw);
  right: 3%;
  bottom: 10%;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(226, 241, 249, 0.18)),
    rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 38px 90px rgba(95, 151, 180, 0.2);
  animation: slab-drift 9s ease-in-out infinite alternate;
}

.intro-orb {
  width: min(130px, 24vw);
  aspect-ratio: 1;
  left: 8%;
  top: 18%;
  border-radius: 999px;
  background: radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.22) 38%, transparent 70%);
  border: 1px solid rgba(255, 255, 255, 0.66);
  box-shadow: 0 24px 70px rgba(95, 151, 180, 0.24);
  animation: drift-orb 7.5s ease-in-out infinite alternate;
}

.intro-terrain {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: min(720px, 110vw);
  height: 150px;
  transform: translate3d(-50%, var(--parallax-y, 0px), 0);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.94), transparent 62%),
    repeating-linear-gradient(100deg, rgba(7, 20, 38, 0.05) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(12deg, rgba(201, 168, 76, 0.05) 0 1px, transparent 1px 40px);
  clip-path: polygon(0 38%, 12% 25%, 26% 42%, 42% 22%, 57% 39%, 70% 24%, 86% 40%, 100% 30%, 100% 100%, 0 100%);
  opacity: 0.86;
  filter: blur(0.2px);
  animation: terrain-drift 8s ease-in-out infinite alternate;
}

.intro-blur {
  position: absolute;
  left: 0;
  right: 0;
  height: 110px;
  z-index: 5;
  pointer-events: none;
}

.intro-blur-top {
  top: 0;
  background: linear-gradient(180deg, rgba(251, 252, 255, 0.88), transparent);
}

.intro-blur-bottom {
  bottom: 0;
  background: linear-gradient(0deg, rgba(251, 252, 255, 0.94), transparent);
  backdrop-filter: blur(4px);
}

.scroll-cue {
  position: absolute;
  bottom: 34px;
  left: 50%;
  z-index: 8;
  width: 34px;
  height: 54px;
  display: grid;
  place-items: start center;
  padding-top: 10px;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0 18px 42px rgba(95, 151, 180, 0.18);
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(201, 168, 76, 0.8);
  animation: scroll-dot 1.4s ease-in-out infinite;
}

.cinematic-intro {
  --intro-progress: 0;
  --object-y: 0px;
  --object-scale: 1;
  --object-rotate: 0deg;
  --liquid-opacity: 0;
  --splash-scale: 0;
  --blur-amount: 0px;
  --text-reveal: 0;
  position: relative;
  height: 420vh;
  margin-top: -78px;
  isolation: isolate;
}

body.fortis-lite .cinematic-intro {
  --blur-amount: 0px;
}

.cinematic-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 92px 18px 42px;
  background:
    radial-gradient(circle at 50% calc(14% + (var(--intro-progress) * 22%)), rgba(255, 255, 255, 0.92), transparent 16rem),
    radial-gradient(circle at 55% 72%, rgba(201, 168, 76, calc(0.12 + (var(--intro-progress) * 0.13))), transparent 24rem),
    linear-gradient(180deg, #fbfcff 0%, #edf5fb 52%, #f8f3e4 100%);
}

body.fortis-lite .cinematic-stage {
  background:
    radial-gradient(circle at 50% calc(18% + (var(--intro-progress) * 16%)), rgba(255, 255, 255, 0.94), transparent 16rem),
    radial-gradient(circle at 55% 74%, rgba(201, 168, 76, calc(0.1 + (var(--intro-progress) * 0.08))), transparent 18rem),
    linear-gradient(180deg, #fbfcff 0%, #f4f8fb 60%, #f8f3e4 100%);
}

.cinematic-stage::before,
.cinematic-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cinematic-stage::before {
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 26%, rgba(170, 207, 226, 0.18), transparent 18rem),
    radial-gradient(circle at 88% 22%, rgba(201, 168, 76, 0.12), transparent 18rem),
    radial-gradient(circle at 50% 82%, rgba(255, 255, 255, 0.74), transparent 20rem);
  filter: blur(calc(1px + var(--blur-amount)));
  opacity: 0.96;
}

body.fortis-lite .cinematic-stage::before {
  filter: none;
  opacity: 0.8;
}

.cinematic-stage::after {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 32vh;
  background: linear-gradient(0deg, rgba(251, 252, 255, calc(0.26 + (var(--text-reveal) * 0.58))), transparent);
  backdrop-filter: blur(calc(var(--blur-amount) * 0.38));
}

body.fortis-lite .cinematic-stage::after {
  backdrop-filter: none;
}

.cinematic-atmosphere,
.cinematic-object-wrap,
.liquid-zone,
.cinematic-copy,
.cinematic-scroll-cue,
.cinematic-fade {
  position: absolute;
  pointer-events: none;
}

.cinematic-webgl {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  filter: saturate(1.02) contrast(1.02);
  transition: opacity 0.7s ease;
}

body.has-webgl .cinematic-webgl {
  opacity: 1;
}

body.fortis-lite .cinematic-webgl {
  filter: saturate(0.98) contrast(1);
}

body.has-webgl .cinematic-object-wrap {
  opacity: 0;
}

body.has-webgl .cinematic-copy {
  z-index: 7;
}

.cinematic-atmosphere {
  inset: 0;
  z-index: 1;
}

.cinematic-glow {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(28px);
  transform: translate3d(0, calc(var(--intro-progress) * -34px), 0) scale(calc(1 + (var(--intro-progress) * 0.08)));
}

.glow-one {
  width: min(72vw, 560px);
  height: min(42vw, 320px);
  left: 50%;
  top: 18%;
  background: rgba(255, 255, 255, 0.78);
  transform: translate3d(-50%, calc(var(--intro-progress) * -34px), 0) scale(calc(1 + (var(--intro-progress) * 0.08)));
}

.glow-two {
  width: min(58vw, 470px);
  height: min(34vw, 260px);
  left: 50%;
  bottom: 14%;
  background: rgba(201, 168, 76, calc(0.14 + (var(--liquid-opacity) * 0.18)));
  transform: translate3d(-50%, calc(var(--intro-progress) * 24px), 0) scale(calc(0.86 + (var(--intro-progress) * 0.18)));
}

.cinematic-grid {
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: min(980px, 140vw);
  height: 260px;
  transform: translateX(-50%) perspective(460px) rotateX(63deg) translateY(calc(var(--intro-progress) * 30px));
  background:
    linear-gradient(90deg, rgba(7, 20, 38, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(201, 168, 76, 0.07) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse at 50% 30%, #000 14%, transparent 70%);
  opacity: calc(0.22 + (var(--liquid-opacity) * 0.24));
}

.cinematic-copy {
  top: clamp(102px, 18vh, 150px);
  left: 50%;
  z-index: 4;
  display: grid;
  gap: 6px;
  text-align: center;
  transform: translate(-50%, calc(var(--intro-progress) * -18px));
  opacity: calc(1 - (var(--text-reveal) * 0.84));
}

.cinematic-kicker {
  color: var(--gold-muted);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.cinematic-copy strong {
  color: rgba(7, 20, 38, 0.74);
  font-family: Cinzel, "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 3.8vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cinematic-object-wrap {
  left: 50%;
  top: 36%;
  z-index: 5;
  width: min(270px, 64vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform:
    translate3d(-50%, var(--object-y), 0)
    scale(var(--object-scale))
    rotate(var(--object-rotate));
  transform-origin: center;
  filter: blur(calc(var(--blur-amount) * 0.15));
  will-change: transform, filter;
}

.fortis-tile {
  position: relative;
  width: clamp(108px, 23vw, 178px);
  aspect-ratio: 1;
  transform-style: preserve-3d;
  transform: perspective(720px) rotateX(calc(13deg + (var(--intro-progress) * 28deg))) rotateY(calc(-18deg + (var(--intro-progress) * 150deg)));
  filter: drop-shadow(0 34px 42px rgba(7, 20, 38, calc(0.13 + (var(--liquid-opacity) * 0.08))));
}

.tile-face {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border-radius: 30px;
  overflow: hidden;
}

.tile-face-front {
  background:
    radial-gradient(circle at 31% 20%, rgba(255, 255, 255, 0.26), transparent 24%),
    linear-gradient(145deg, #242424 0%, #111111 42%, #090909 100%);
  border: 1px solid rgba(201, 168, 76, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset -20px -24px 46px rgba(0, 0, 0, 0.34),
    inset 18px 18px 46px rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.tile-face-front img {
  width: 42%;
  height: auto;
  filter: brightness(1.35) contrast(1.1) drop-shadow(0 0 20px rgba(201, 168, 76, 0.34));
}

.tile-face-side {
  inset: 8px -12px -8px 18px;
  z-index: -1;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.68), rgba(95, 68, 18, 0.88)),
    #a88735;
  filter: blur(0.2px);
  transform: translateZ(-32px);
}

.tile-shine {
  position: absolute;
  inset: 9px 9px auto;
  height: 42%;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 60%);
  opacity: 0.72;
  pointer-events: none;
}

.object-shadow {
  position: absolute;
  left: 50%;
  bottom: 2%;
  width: clamp(96px, 24vw, 190px);
  height: 32px;
  border-radius: 999px;
  background: rgba(7, 20, 38, calc(0.12 + (var(--liquid-opacity) * 0.11)));
  filter: blur(17px);
  transform: translateX(-50%) scale(calc(0.72 + (var(--liquid-opacity) * 0.58)));
  opacity: calc(0.32 + (var(--liquid-opacity) * 0.44));
}

.cinematic-orbit {
  position: absolute;
  inset: 4%;
  display: grid;
  place-items: center;
  opacity: calc(0.32 + (var(--text-reveal) * 0.6));
  transform: rotate(calc(var(--object-rotate) * -0.45)) scale(calc(1.12 - (var(--liquid-opacity) * 0.22)));
}

.orbit-line {
  position: absolute;
  inset: 14%;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.42);
  box-shadow: 0 0 34px rgba(201, 168, 76, 0.16);
}

.orbit-line-b {
  inset: 25%;
  border-color: rgba(255, 255, 255, 0.68);
  transform: rotateX(64deg) rotateZ(18deg);
}

.orbit-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--gold-bright);
  box-shadow: 0 0 22px rgba(201, 168, 76, 0.9);
}

.orbit-dot-a {
  top: 14%;
  left: 50%;
}

.orbit-dot-b {
  right: 17%;
  bottom: 30%;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.94);
}

.particle-trail {
  position: absolute;
  inset: -34% 26% auto;
  height: 160px;
  opacity: calc(var(--liquid-opacity) * 0.1 + min(var(--intro-progress), 0.45) * 1.7);
  transform: translateY(calc(var(--object-y) * -0.42));
}

.particle-trail span {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold-bright);
  box-shadow: 0 0 18px rgba(201, 168, 76, 0.82);
}

.particle-trail span:nth-child(1) { left: 22%; top: 20%; opacity: 0.38; }
.particle-trail span:nth-child(2) { left: 48%; top: 2%; opacity: 0.58; }
.particle-trail span:nth-child(3) { left: 72%; top: 28%; opacity: 0.42; }
.particle-trail span:nth-child(4) { left: 36%; top: 52%; opacity: 0.54; }
.particle-trail span:nth-child(5) { left: 60%; top: 66%; opacity: 0.36; }
.particle-trail span:nth-child(6) { left: 12%; top: 76%; opacity: 0.48; }

.liquid-zone {
  left: 50%;
  bottom: 9vh;
  z-index: 3;
  width: min(820px, 112vw);
  height: clamp(220px, 30vh, 300px);
  transform: translateX(-50%);
  opacity: calc(0.22 + (var(--liquid-opacity) * 0.78));
}

.liquid-surface,
.frost-platform,
.liquid-wave,
.ripple,
.splash {
  position: absolute;
  pointer-events: none;
}

.liquid-surface {
  left: 50%;
  top: 52%;
  width: 74%;
  height: 28%;
  border-radius: 999px;
  transform: translateX(-50%) scaleX(calc(0.84 + (var(--liquid-opacity) * 0.18)));
  background:
    radial-gradient(ellipse at 50% 45%, rgba(255, 255, 255, 0.9), transparent 62%),
    linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.18), transparent);
  border-top: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 74px rgba(95, 151, 180, 0.24), 0 0 56px rgba(201, 168, 76, calc(var(--liquid-opacity) * 0.32));
  filter: blur(calc(0.5px + (var(--liquid-opacity) * 1.2px)));
}

.liquid-wave {
  left: 9%;
  right: 9%;
  top: 56%;
  height: 42px;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 25% 50%, rgba(201, 168, 76, 0.24), transparent 30%),
    radial-gradient(ellipse at 68% 45%, rgba(255, 255, 255, 0.58), transparent 34%);
  filter: blur(7px);
  opacity: calc(var(--liquid-opacity) * 0.62);
  transform: translateX(calc((var(--intro-progress) - 0.5) * 44px));
}

.wave-b {
  top: 60%;
  opacity: calc(var(--liquid-opacity) * 0.38);
  transform: translateX(calc((0.5 - var(--intro-progress)) * 38px));
}

.ripple {
  left: 50%;
  top: 55%;
  width: clamp(92px, 30vw, 250px);
  aspect-ratio: 1 / 0.34;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.44);
  transform: translate(-50%, -50%) scale(calc(0.24 + (var(--splash-scale) * 1.8)));
  opacity: calc(var(--liquid-opacity) * 0.62);
  filter: drop-shadow(0 0 14px rgba(201, 168, 76, 0.28));
}

.ripple-b {
  transform: translate(-50%, -50%) scale(calc(0.34 + (var(--splash-scale) * 2.35)));
  opacity: calc(var(--liquid-opacity) * 0.42);
}

.ripple-c {
  transform: translate(-50%, -50%) scale(calc(0.48 + (var(--splash-scale) * 2.95)));
  opacity: calc(var(--liquid-opacity) * 0.24);
}

.splash {
  left: 50%;
  top: 43%;
  width: clamp(74px, 16vw, 132px);
  height: clamp(64px, 15vw, 126px);
  border-radius: 999px 999px 0 0;
  border-top: 2px solid rgba(255, 255, 255, 0.84);
  border-left: 1px solid rgba(201, 168, 76, 0.36);
  transform-origin: bottom center;
  opacity: calc(var(--liquid-opacity) * var(--splash-scale) * 0.76);
  filter: blur(0.2px) drop-shadow(0 0 20px rgba(255, 255, 255, 0.52));
}

.splash-a {
  transform: translate(-50%, 0) rotate(-34deg) scale(var(--splash-scale));
}

.splash-b {
  transform: translate(-46%, 6%) rotate(28deg) scale(calc(var(--splash-scale) * 0.88));
}

.splash-c {
  width: clamp(42px, 10vw, 82px);
  transform: translate(-50%, 12%) rotate(4deg) scale(calc(var(--splash-scale) * 0.7));
}

.frost-platform {
  left: 50%;
  bottom: 6%;
  width: min(500px, 76vw);
  height: 92px;
  border-radius: 999px;
  transform: translateX(-50%) scale(calc(0.78 + (var(--text-reveal) * 0.28)));
  background:
    radial-gradient(ellipse at 50% 36%, rgba(255, 255, 255, 0.9), rgba(239, 247, 252, 0.2) 55%, transparent 72%),
    linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.16), transparent);
  filter: blur(0.2px);
  opacity: calc(0.22 + (var(--text-reveal) * 0.68));
  box-shadow: 0 42px 96px rgba(95, 151, 180, 0.2);
}

.cinematic-scroll-cue {
  left: 50%;
  bottom: 30px;
  z-index: 12;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.34);
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 18px 42px rgba(95, 151, 180, 0.16);
  transform: translateX(-50%);
  pointer-events: auto;
  opacity: calc(1 - (var(--text-reveal) * 0.72));
}

.cinematic-scroll-cue span {
  color: var(--gold);
  font-size: 1.22rem;
  line-height: 1;
  text-shadow: 0 0 14px rgba(201, 168, 76, 0.6);
  animation: fortis-arrow-drop 1.45s ease-in-out infinite;
}

body.fortis-lite .cinematic-scroll-cue span {
  animation-duration: 2s;
}

.cinematic-fade {
  inset: auto 0 0;
  z-index: 11;
  height: 34vh;
  background: linear-gradient(0deg, rgba(251, 252, 255, calc(0.26 + (var(--text-reveal) * 0.74))), transparent);
  backdrop-filter: blur(calc(var(--blur-amount) * 0.55));
  opacity: calc(0.4 + (var(--text-reveal) * 0.6));
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
.button:focus-visible,
.legal-close:focus-visible,
.legal-summary-inner a:focus-visible {
  outline: 3px solid rgba(212, 175, 55, 0.72);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 10000;
  padding: 11px 15px;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.34);
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  opacity: 1;
}

.page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px 0 0;
  pointer-events: none;
}

.nav-shell {
  width: min(1120px, calc(100% - 32px));
  min-height: 64px;
  margin: 0 auto;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(244, 249, 252, 0.46)),
    rgba(255, 255, 255, 0.42);
  box-shadow: 0 18px 52px rgba(7, 20, 38, 0.12), 0 8px 24px rgba(201, 168, 76, 0.08);
  backdrop-filter: blur(18px);
  pointer-events: auto;
  transition: background 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.site-header.is-scrolled .nav-shell {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(244, 249, 252, 0.55)),
    rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 46px rgba(7, 20, 38, 0.16), 0 8px 28px rgba(201, 168, 76, 0.12);
  transform: translateY(-2px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 31px;
  height: 39px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  text-transform: uppercase;
}

.brand strong {
  color: var(--gold);
  font-family: Cinzel, "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  letter-spacing: 0.18em;
}

.brand small {
  color: rgba(7, 20, 38, 0.58);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(7, 20, 38, 0.72);
  font-size: 0.88rem;
  font-weight: 760;
}

.nav-links a {
  text-decoration: none;
}

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

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 11vw, 136px) 0 clamp(56px, 9vw, 104px);
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.float-object {
  position: absolute;
  display: block;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

.float-object.orb {
  width: clamp(150px, 23vw, 285px);
  aspect-ratio: 1;
  top: 14%;
  right: 4%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.18) 34%, transparent 68%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(221, 238, 248, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 42px 115px rgba(95, 151, 180, 0.32), 0 0 44px rgba(255, 255, 255, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  filter: blur(0.1px);
  animation: drift-orb 8s ease-in-out infinite alternate;
}

.float-object.ring {
  width: clamp(210px, 33vw, 390px);
  aspect-ratio: 1;
  left: -86px;
  top: 28%;
  border-radius: 999px;
  background:
    radial-gradient(circle, transparent 58%, rgba(201, 168, 76, 0.38) 59%, rgba(201, 168, 76, 0.38) 62%, transparent 63%),
    conic-gradient(from 90deg, transparent, rgba(201, 168, 76, 0.42), transparent 44%, rgba(255, 255, 255, 0.48), transparent);
  filter: blur(0.2px);
  animation: slow-spin 18s linear infinite;
}

.float-object.slab {
  width: clamp(160px, 25vw, 310px);
  height: clamp(70px, 9vw, 118px);
  right: 12%;
  bottom: 10%;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(235, 246, 252, 0.28)),
    rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 46px 112px rgba(95, 151, 180, 0.28), 0 0 62px rgba(201, 168, 76, 0.16);
  transform: translate3d(0, var(--parallax-y, 0px), 0) rotate(-7deg) skewX(-4deg);
  animation: slab-drift 8.8s ease-in-out infinite alternate;
}

.hero-atmosphere::before,
.hero-atmosphere::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(28px);
  opacity: 0.72;
  animation: glow-breathe 6s ease-in-out infinite alternate;
}

.hero-atmosphere::before {
  width: 430px;
  height: 220px;
  right: 14%;
  top: 24%;
  background: rgba(201, 168, 76, 0.26);
}

.hero-atmosphere::after {
  width: 520px;
  height: 230px;
  left: 8%;
  bottom: 8%;
  background: rgba(130, 180, 210, 0.3);
  animation-delay: 1.2s;
}

.terrain-glow {
  position: absolute;
  left: 50%;
  bottom: -84px;
  width: min(1020px, 120vw);
  height: 270px;
  transform: translate3d(-50%, var(--parallax-y, 0px), 0);
  background:
    radial-gradient(ellipse at 50% 8%, rgba(255, 255, 255, 0.98), transparent 54%),
    repeating-linear-gradient(100deg, rgba(7, 20, 38, 0.06) 0 1px, transparent 1px 32px),
    repeating-linear-gradient(8deg, rgba(201, 168, 76, 0.055) 0 1px, transparent 1px 38px);
  clip-path: polygon(0 40%, 14% 28%, 27% 42%, 40% 24%, 53% 38%, 66% 22%, 78% 36%, 90% 26%, 100% 40%, 100% 100%, 0 100%);
  filter: blur(0.3px);
  opacity: 0.86;
  animation: terrain-drift 9s ease-in-out infinite alternate;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
}

.hero-sequence .eyebrow,
.hero-sequence h1,
.hero-sequence .lead,
.hero-sequence .hero-actions,
.hero-panel {
  opacity: 0;
  transform: translateY(18px);
  animation: hero-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-sequence h1 {
  animation-delay: 0.12s;
}

.hero-sequence .lead {
  animation-delay: 0.24s;
}

.hero-sequence .hero-actions {
  animation-delay: 0.36s;
}

.hero-panel {
  animation-delay: 0.22s;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Cinzel, "Cormorant Garamond", Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

h1 {
  max-width: 820px;
  color: var(--navy);
  font-size: clamp(2.4rem, 6vw, 5rem);
  letter-spacing: -0.02em;
}

h2 {
  max-width: 780px;
  color: var(--navy);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
}

h3 {
  color: var(--ink);
  font-size: 1.18rem;
}

.lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(7, 20, 38, 0.68);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

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

.contact-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 520px;
}

.contact-pills .button {
  min-height: 46px;
  padding: 11px 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.button {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  padding: 12px 20px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: 0.02em;
  box-shadow: 0 18px 34px rgba(7, 20, 38, 0.12);
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: transform 0.55s ease;
}

.button,
.legal-close,
.legal-summary-inner a {
  touch-action: manipulation;
}

.button::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: -15px;
  height: 20px;
  border-radius: 999px;
  background: rgba(7, 20, 38, 0.14);
  filter: blur(12px);
  z-index: -1;
}

.button:hover::after {
  transform: translateX(120%) skewX(-18deg);
}

.button-gold {
  color: #101010;
  background: linear-gradient(135deg, #8f681b, var(--gold-bright) 46%, #f1d67e 52%, var(--gold-muted));
  box-shadow: 0 22px 44px rgba(201, 168, 76, 0.28), 0 0 30px rgba(212, 175, 55, 0.18);
}

.button-glass {
  color: var(--navy);
  border-color: rgba(201, 168, 76, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(239, 247, 252, 0.36)),
    rgba(255, 255, 255, 0.5);
  box-shadow: 0 22px 46px rgba(95, 151, 180, 0.16), 0 0 28px rgba(255, 255, 255, 0.68);
}

.hero-panel,
.contact-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(239, 247, 252, 0.38)),
    rgba(255, 255, 255, 0.52);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-panel,
.contact-card {
  box-shadow: var(--deep-glow);
}

.hero-panel::before,
.contact-card::before,
.service-card::before,
.process-list article::before,
.addon-grid span::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), transparent 34%, rgba(201, 168, 76, 0.18));
  opacity: 0.7;
  mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  padding: 1px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}

.hero-panel {
  padding: clamp(22px, 4vw, 34px);
  transform-style: preserve-3d;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.hero-panel:hover {
  transform: translateY(-8px) rotateX(2deg) rotateY(-2deg);
  box-shadow: 0 52px 120px rgba(95, 151, 180, 0.28), 0 20px 58px rgba(201, 168, 76, 0.22);
}

.hero-logo {
  width: min(260px, 82%);
  height: auto;
  display: block;
}

.panel-line {
  width: 74px;
  height: 1px;
  margin: 22px 0;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.hero-panel p {
  margin: 0;
  color: rgba(7, 20, 38, 0.68);
}


.section {
  position: relative;
  padding: clamp(56px, 9vw, 104px) 0;
}

.section::before {
  content: "";
  position: absolute;
  inset: 10% 0 auto;
  height: 220px;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.58), transparent 58%);
  opacity: var(--section-glow, 0.28);
  transition: opacity 0.5s ease;
}

.section.section-active {
  --section-glow: 0.72;
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: clamp(24px, 5vw, 42px);
}

.section-head.narrow {
  max-width: 760px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 24px);
  perspective: 1000px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 24px;
  border-radius: var(--radius);
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(239, 247, 252, 0.48)),
    rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(201, 168, 76, 0.26);
  box-shadow: var(--glow);
  backdrop-filter: blur(18px);
  transform: translateY(0);
  transform-style: preserve-3d;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.service-card::before,
.contact-card::before,
.hero-panel::before {
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 18%), rgba(255, 255, 255, 0.8), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), transparent 34%, rgba(201, 168, 76, 0.18));
}

.service-card:hover {
  transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
  border-color: rgba(201, 168, 76, 0.44);
  box-shadow: 0 44px 110px rgba(95, 151, 180, 0.26), 0 20px 54px rgba(201, 168, 76, 0.17);
}

.service-card::after,
.process-list article::after,
.addon-grid span::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: -17px;
  height: 24px;
  border-radius: 999px;
  background: rgba(7, 20, 38, 0.13);
  filter: blur(14px);
  z-index: -1;
}

.service-card.featured {
  transform: translateY(-8px);
  border-color: rgba(201, 168, 76, 0.52);
  box-shadow: 0 42px 105px rgba(95, 151, 180, 0.26), 0 18px 50px rgba(201, 168, 76, 0.2);
}

.service-card.featured:hover {
  transform: translateY(-14px) rotateX(2deg) rotateY(-2deg);
}

.price {
  display: block;
  margin-top: 18px;
  color: var(--navy);
  font-family: Cinzel, "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 5vw, 3rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.tier {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold-muted);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #4a4d50;
}

li + li {
  margin-top: 8px;
}

.process-section {
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.72), transparent 22rem),
    radial-gradient(circle at 80% 20%, rgba(201, 168, 76, 0.12), transparent 22rem);
}

.process-flow-shell {
  position: relative;
  isolation: isolate;
}

.process-flow-svg {
  position: absolute;
  inset: 4px 0 auto;
  width: 100%;
  height: 180px;
  z-index: -1;
  overflow: visible;
  pointer-events: none;
}

.flow-base,
.flow-live {
  fill: none;
  stroke-linecap: round;
}

.flow-base {
  stroke: rgba(7, 20, 38, 0.08);
  stroke-width: 7;
}

.flow-live {
  stroke: rgba(201, 168, 76, 0.72);
  stroke-width: 4;
  stroke-dasharray: 1040;
  stroke-dashoffset: 1040;
  filter: drop-shadow(0 0 12px rgba(201, 168, 76, 0.34));
}

.process-section.section-active .flow-live {
  animation: flow-draw 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards, flow-pulse 2.4s ease-in-out 1.8s infinite;
}

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

.process-list article {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(201, 168, 76, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(239, 247, 252, 0.42)),
    rgba(255, 255, 255, 0.44);
  box-shadow: 0 20px 50px rgba(95, 151, 180, 0.12);
  backdrop-filter: blur(16px);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.process-list article::before {
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 168, 76, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), transparent 38%, rgba(201, 168, 76, 0.14));
}

.process-list article span {
  position: relative;
}

.process-list article span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gold-bright);
  box-shadow: 0 0 22px rgba(201, 168, 76, 0.85);
  transform: translateX(-50%);
  animation: node-glow 2.2s ease-in-out infinite alternate;
}

.process-list article:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 78px rgba(95, 151, 180, 0.18), 0 12px 34px rgba(201, 168, 76, 0.1);
}

.process-list span {
  color: var(--gold);
  font-weight: 950;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.process-list h3 {
  margin-top: 12px;
  color: var(--navy);
  font-size: 1rem;
}

.process-list p {
  margin: 10px 0 0;
  color: rgba(7, 20, 38, 0.64);
  font-size: 0.92rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

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

.addon-grid span {
  position: relative;
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(201, 168, 76, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(239, 247, 252, 0.42)),
    rgba(255, 255, 255, 0.48);
  color: rgba(7, 20, 38, 0.72);
  font-weight: 750;
  box-shadow: 0 18px 42px rgba(95, 151, 180, 0.11);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.addon-grid span:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 72px rgba(95, 151, 180, 0.18);
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: clamp(24px, 5vw, 42px);
}

.trust-strip {
  padding: 0 0 clamp(18px, 4vw, 34px);
}

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

.trust-grid span {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 999px;
  color: rgba(7, 20, 38, 0.68);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(239, 247, 252, 0.38)),
    rgba(255, 255, 255, 0.46);
  box-shadow: 0 18px 50px rgba(95, 151, 180, 0.12);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.service-grid [data-reveal]:nth-child(2),
.process-list [data-reveal]:nth-child(2),
.addon-grid [data-reveal]:nth-child(2) {
  transition-delay: 0.08s;
}

.service-grid [data-reveal]:nth-child(3),
.process-list [data-reveal]:nth-child(3),
.addon-grid [data-reveal]:nth-child(3) {
  transition-delay: 0.16s;
}

.process-list [data-reveal]:nth-child(4),
.addon-grid [data-reveal]:nth-child(4) {
  transition-delay: 0.24s;
}

.addon-grid [data-reveal]:nth-child(5) {
  transition-delay: 0.32s;
}

.addon-grid [data-reveal]:nth-child(6) {
  transition-delay: 0.4s;
}

.site-header,
.hero,
.section,
.trust-strip,
.site-footer {
  transform: translateZ(0);
}

.contact-card p {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(7, 20, 38, 0.66);
}

.contact-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.disclaimer {
  padding: 24px 0;
  border-top: 1px solid rgba(201, 168, 76, 0.16);
  border-bottom: 1px solid rgba(201, 168, 76, 0.16);
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(12px);
}

.disclaimer p {
  margin: 0;
  color: rgba(7, 20, 38, 0.66);
  font-size: 0.9rem;
}

.site-footer {
  padding: 34px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 20px;
  align-items: center;
  text-align: center;
}

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

.site-footer p {
  margin: 0;
  color: rgba(7, 20, 38, 0.58);
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  gap: 14px;
  color: rgba(7, 20, 38, 0.72);
  font-weight: 760;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gold);
}

.company-credentials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(201, 168, 76, 0.2);
  color: rgba(7, 20, 38, 0.68);
  font-size: 0.86rem;
}

.company-credentials strong {
  color: var(--navy);
}

.company-credentials a {
  color: var(--gold-muted);
  text-decoration: none;
  font-weight: 800;
}

.legal-summary {
  padding: 2px 0 18px;
}

.legal-summary-inner {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: rgba(7, 20, 38, 0.68);
}

.legal-summary-inner a {
  position: relative;
  text-decoration: none;
  font-weight: 800;
}

.legal-summary-inner a:hover {
  color: var(--gold);
}

.legal-summary-inner a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.legal-summary-inner a:hover::after,
.legal-summary-inner a:focus-visible::after {
  transform: scaleX(1);
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(7, 20, 38, 0.42);
  backdrop-filter: blur(14px);
}

.legal-modal:target,
.legal-modal.is-open {
  display: grid;
}

.legal-card {
  position: relative;
  width: min(680px, 100%);
  max-height: min(80vh, 760px);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 26px 24px 24px;
  border-radius: 26px;
  border: 1px solid rgba(201, 168, 76, 0.28);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.9), transparent 20rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 252, 0.9));
  box-shadow: 0 32px 96px rgba(7, 20, 38, 0.24), 0 14px 46px rgba(201, 168, 76, 0.12);
  color: rgba(7, 20, 38, 0.84);
}

.legal-card h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-family: Cinzel, "Cormorant Garamond", Georgia, "Times New Roman", serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-card p {
  margin: 0 0 12px;
  color: rgba(7, 20, 38, 0.72);
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-close {
  position: sticky;
  top: 0;
  float: right;
  width: 40px;
  height: 40px;
  margin: -6px -4px 8px 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  font-size: 1.4rem;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(7, 20, 38, 0.12);
  cursor: pointer;
}

body.legal-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button::after {
    display: none;
  }

  [data-reveal],
  .fortis-loader,
  .cinematic-intro,
  .cinematic-stage,
  .cinematic-object-wrap,
  .cinematic-glow,
  .cinematic-orbit,
  .fortis-tile,
  .liquid-zone,
  .ripple,
  .splash,
  .particle-trail,
  .intro-stage,
  .hero-sequence .eyebrow,
  .hero-sequence h1,
  .hero-sequence .lead,
  .hero-sequence .hero-actions,
  .hero-panel,
  .float-object,
  .intro-object,
  .orbit-ring,
  .orbit-satellite,
  .intro-loader,
  .fortis-core {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .cinematic-intro {
    height: auto;
    min-height: 100vh;
    margin-top: 0;
  }

  .cinematic-stage {
    position: relative;
    min-height: 100vh;
  }

  .fortis-loader {
    display: none;
  }
}

@media (max-width: 980px) {
  body.fortis-lite .cinematic-stage::before,
  body.fortis-lite .cinematic-stage::after,
  body.fortis-lite .cinematic-glow,
  body.fortis-lite .cinematic-grid {
    opacity: 0.6;
  }

  body.fortis-lite .float-object,
  body.fortis-lite .ambient-piece {
    animation-duration: 16s !important;
  }

  body.fortis-lite .hero-panel,
  body.fortis-lite .service-card,
  body.fortis-lite .contact-card {
    backdrop-filter: blur(10px);
  }
}

@media (max-width: 860px) {
  .hero-grid,
  .split,
  .contact-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .process-list,
  .trust-grid {
    grid-template-columns: 1fr;
  }

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

  .service-card.featured {
    transform: none;
  }

  .contact-actions {
    justify-content: stretch;
  }

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

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-top: 10px;
  }

  .nav-shell {
    width: calc(100% - 24px);
    min-height: 54px;
    gap: 10px;
    padding: 7px 10px;
  }

  .brand img {
    width: 25px;
    height: 31px;
  }

  .brand strong {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }

  .brand small {
    font-size: 0.54rem;
  }

  .nav-links {
    gap: 10px;
    overflow-x: auto;
    font-size: 0.76rem;
    -webkit-overflow-scrolling: touch;
  }

  .page {
    width: calc(100% - 24px);
  }

  h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .hero {
    padding-top: 58px;
  }

  .cinematic-intro {
    height: 360vh;
    margin-top: -68px;
  }

  .cinematic-stage {
    min-height: 100svh;
    padding: 78px 12px 32px;
  }

  .cinematic-object-wrap {
    top: 34%;
    width: min(235px, 72vw);
  }

  .fortis-tile {
    width: clamp(100px, 34vw, 138px);
  }

  .tile-face {
    border-radius: 24px;
  }

  .tile-face-side {
    border-radius: 24px;
  }

  .liquid-zone {
    bottom: 8vh;
    width: 116vw;
    height: 250px;
  }

  .intro-stage {
    width: min(390px, 94vw);
    border-radius: 34px;
  }

  .intro-orbit {
    width: min(270px, 72vw);
  }

  .intro-slab {
    right: -42px;
    bottom: 12%;
  }

  .intro-orb {
    left: -22px;
  }

  .float-object.orb {
    width: 118px;
    right: -32px;
    top: 17%;
  }

  .float-object.ring {
    width: 170px;
    left: -100px;
    top: 34%;
  }

  .float-object.slab {
    width: 170px;
    right: -60px;
    bottom: 9%;
  }

  .hero-actions {
    display: grid;
  }

  .contact-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: 100%;
  }

  .contact-pills .button {
    min-height: 42px;
    padding: 10px 8px;
    font-size: 0.68rem;
    letter-spacing: 0.07em;
  }

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

  .process-flow-svg {
    display: none;
  }

  .process-flow-shell::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 18px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, transparent, rgba(201, 168, 76, 0.5), transparent);
    filter: drop-shadow(0 0 8px rgba(201, 168, 76, 0.28));
  }

  .hero-panel,
  .contact-card,
  .service-card {
    padding: 20px;
  }

  .button {
    width: 100%;
  }
}

@keyframes hero-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes glow-breathe {
  to {
    opacity: 0.86;
    transform: translateY(-16px) scale(1.06);
  }
}

@keyframes intro-pulse {
  to {
    transform: scale(1.08);
    opacity: 0.9;
  }
}

@keyframes intro-glow-shift {
  to {
    transform: translate3d(2%, -3%, 0) scale(1.04);
    opacity: 0.9;
  }
}

@keyframes core-float {
  to {
    transform: translateY(-10px) rotate(-2deg);
  }
}

@keyframes orbit-tilt {
  to {
    transform: rotateX(66deg) rotateZ(42deg);
  }
}

@keyframes satellite-a {
  to {
    transform: rotate(360deg) translateX(128px) rotate(-360deg);
  }
}

@keyframes satellite-b {
  to {
    transform: rotate(-360deg) translateX(106px) rotate(360deg);
  }
}

@keyframes satellite-c {
  to {
    transform: rotate(360deg) translateX(84px) rotate(-360deg);
  }
}

@keyframes scroll-dot {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  50% {
    transform: translateY(22px);
    opacity: 1;
  }
}

@keyframes flow-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes flow-pulse {
  50% {
    stroke-width: 6;
    opacity: 0.78;
  }
}

@keyframes node-glow {
  to {
    transform: translateX(-50%) scale(1.45);
    opacity: 0.58;
  }
}

@keyframes ambient-float-a {
  to {
    transform: translate3d(-20px, calc(var(--parallax-y, 0px) + 28px), 0) scale(1.04);
  }
}

@keyframes ambient-float-b {
  to {
    transform: translate3d(30px, calc(var(--parallax-y, 0px) - 18px), 0) scale(1.08);
  }
}

@keyframes ambient-float-c {
  to {
    transform: translate3d(-16px, calc(var(--parallax-y, 0px) + 18px), 0) rotate(10deg);
  }
}

@keyframes icon-float {
  to {
    transform: translateY(-6px);
  }
}

@keyframes terrain-drift {
  to {
    transform: translate3d(-50%, calc(var(--parallax-y, 0px) - 14px), 0) scale(1.02);
    opacity: 0.95;
  }
}

@keyframes drift-orb {
  0% {
    transform: translate3d(0, var(--parallax-y, 0px), 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-14px, calc(var(--parallax-y, 0px) + 16px), 0) rotate(9deg);
  }
}

@keyframes slab-drift {
  0% {
    transform: translate3d(0, var(--parallax-y, 0px), 0) rotate(-7deg) skewX(-4deg);
  }
  100% {
    transform: translate3d(16px, calc(var(--parallax-y, 0px) - 12px), 0) rotate(-4deg) skewX(-3deg);
  }
}

@keyframes slow-spin {
  to {
    transform: translate3d(0, var(--parallax-y, 0px), 0) rotate(360deg);
  }
}

@keyframes fortis-loader-line {
  0% {
    transform: translateX(-120%);
    opacity: 0.2;
  }
  45% {
    opacity: 1;
  }
  100% {
    transform: translateX(240%);
    opacity: 0.2;
  }
}

@keyframes fortis-arrow-drop {
  0%,
  100% {
    transform: translateY(-2px);
    opacity: 0.56;
  }
  50% {
    transform: translateY(5px);
    opacity: 1;
  }
}
