/* ──────────────────────────────────────────
   TOKENS
────────────────────────────────────────── */
:root {
  --cream:    #F5F0E8;
  --cream2:   #EDE6D6;
  --saffron:  #14B08E;
  --saffron2: #3DCAAA;
  --indigo:   #091426;
  --indigo2:  #12304C;
  --ink:      #0F0F0F;
  --dust:     #5A6270;
  --gold:     #F0A30A;
  --white:    #FEFCF8;

  --f-display: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --f-body:    'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --f-mono:    'JetBrains Mono', 'Consolas', monospace;

  --max-w:     1280px;
  --gutter:    clamp(1.5rem, 5vw, 4rem);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--f-body);
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img, svg {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}

@media print {
  body { display: none !important; }
}

/* ──── CONTAINER ──── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 100%;
}

/* ──── SCROLL PROGRESS ──── */
#sprog {
  position: fixed; top: 0; left: 0; height: 3px;
  background: var(--saffron); z-index: 1000;
  transform-origin: left;
}

/* ──── NAV ──── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  background: rgba(9,20,38,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-wordmark {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
}
.nav-logo {
  height: 96px;
  width: auto;
}
.nav-links {
  display: flex; gap: 2.2rem; list-style: none;
}
.nav-links a {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,0.5);
  transition: color .2s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute; bottom: -2px; left: 0;
  width: 0; height: 1.5px;
  background: var(--saffron);
  transition: width .25s;
}
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after { width: 100%; }

.nav-pill {
  background: var(--saffron);
  color: #fff;
  padding: 10px 24px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: 100px;
  transition: background .2s, transform .2s;
}
.nav-pill:hover { background: var(--saffron2); transform: scale(1.04); }

.ham { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.ham span { display: block; width: 24px; height: 1.5px; background: #fff; }
@media (max-width: 860px) {
  .nav-links, .nav-pill { display: none; }
  .ham { display: flex; }
}

/* ──── HERO ──── */
#hero {
  min-height: 100vh;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  width: 100%;
}

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

/* ── Galaxy centre ── */
.galaxy-core {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translate(0, -50%);
  width: clamp(140px, 18vw, 220px);
  height: clamp(140px, 18vw, 220px);
  opacity: 0.35;
  animation: corePulse 6s ease-in-out infinite;
}
.galaxy-logo { width: 100%; height: 100%; }

@keyframes corePulse {
  0%, 100% { opacity: 0.30; transform: translate(0, -50%) scale(1); }
  50%      { opacity: 0.45; transform: translate(0, -50%) scale(1.04); }
}

/* ── Static orbital rings ── */
.orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(20, 176, 142, 0.06);
}
.orbit--1 {
  width: clamp(280px, 35vw, 440px); height: clamp(280px, 35vw, 440px);
  right: calc(8% + clamp(70px, 9vw, 110px) - clamp(140px, 17.5vw, 220px));
  top: 50%; transform: translateY(-50%);
  border-color: rgba(20, 176, 142, 0.08);
}
.orbit--2 {
  width: clamp(420px, 52vw, 640px); height: clamp(420px, 52vw, 640px);
  right: calc(8% + clamp(70px, 9vw, 110px) - clamp(210px, 26vw, 320px));
  top: 50%; transform: translateY(-50%);
  border-color: rgba(9, 20, 38, 0.10);
}
.orbit--3 {
  width: clamp(580px, 70vw, 880px); height: clamp(580px, 70vw, 880px);
  right: calc(8% + clamp(70px, 9vw, 110px) - clamp(290px, 35vw, 440px));
  top: 50%; transform: translateY(-50%);
  border-color: rgba(20, 176, 142, 0.05);
}
.orbit--4 {
  width: clamp(760px, 90vw, 1140px); height: clamp(760px, 90vw, 1140px);
  right: calc(8% + clamp(70px, 9vw, 110px) - clamp(380px, 45vw, 570px));
  top: 50%; transform: translateY(-50%);
  border-color: rgba(9, 20, 38, 0.06);
}

/* ── Orbiting tracks (rotating containers) ── */
.orbit-track {
  position: absolute;
  border-radius: 50%;
  right: calc(8% + clamp(70px, 9vw, 110px));
  top: 50%;
}

/* Gold ball tracks  */
.orbit-track--1 {
  width: clamp(280px, 35vw, 440px); height: clamp(280px, 35vw, 440px);
  margin-top:  calc(-0.5 * clamp(280px, 35vw, 440px));
  margin-right: calc(-0.5 * clamp(280px, 35vw, 440px));
  animation: revolve 18s linear infinite;
}
.orbit-track--2 {
  width: clamp(420px, 52vw, 640px); height: clamp(420px, 52vw, 640px);
  margin-top:  calc(-0.5 * clamp(420px, 52vw, 640px));
  margin-right: calc(-0.5 * clamp(420px, 52vw, 640px));
  animation: revolve 30s linear infinite reverse;
}
.orbit-track--3 {
  width: clamp(580px, 70vw, 880px); height: clamp(580px, 70vw, 880px);
  margin-top:  calc(-0.5 * clamp(580px, 70vw, 880px));
  margin-right: calc(-0.5 * clamp(580px, 70vw, 880px));
  animation: revolve 45s linear infinite;
}

/* Teal particle tracks */
.orbit-track--4 {
  width: clamp(340px, 42vw, 530px); height: clamp(340px, 42vw, 530px);
  margin-top:  calc(-0.5 * clamp(340px, 42vw, 530px));
  margin-right: calc(-0.5 * clamp(340px, 42vw, 530px));
  animation: revolve 22s linear infinite;
}
.orbit-track--5 {
  width: clamp(500px, 62vw, 760px); height: clamp(500px, 62vw, 760px);
  margin-top:  calc(-0.5 * clamp(500px, 62vw, 760px));
  margin-right: calc(-0.5 * clamp(500px, 62vw, 760px));
  animation: revolve 35s linear infinite reverse;
}
.orbit-track--6 {
  width: clamp(640px, 78vw, 970px); height: clamp(640px, 78vw, 970px);
  margin-top:  calc(-0.5 * clamp(640px, 78vw, 970px));
  margin-right: calc(-0.5 * clamp(640px, 78vw, 970px));
  animation: revolve 50s linear infinite;
}
.orbit-track--7 {
  width: clamp(760px, 90vw, 1140px); height: clamp(760px, 90vw, 1140px);
  margin-top:  calc(-0.5 * clamp(760px, 90vw, 1140px));
  margin-right: calc(-0.5 * clamp(760px, 90vw, 1140px));
  animation: revolve 60s linear infinite reverse;
}

@keyframes revolve {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ── Gold balls ── */
.gold-ball {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #F7D060, #F0A30A 60%, #C8850A);
  box-shadow: 0 0 12px rgba(240, 163, 10, 0.4), 0 0 32px rgba(240, 163, 10, 0.15);
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gold-ball--lg { width: 12px; height: 12px; }
.gold-ball--md { width: 8px;  height: 8px; opacity: 0.8; }
.gold-ball--sm { width: 5px;  height: 5px; opacity: 0.6; }

/* ── Teal particles ── */
.teal-particle {
  position: absolute;
  border-radius: 50%;
  background: #14B08E;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.teal-particle--1 { width: 4px; height: 4px; opacity: 0.35; }
.teal-particle--2 { width: 3px; height: 3px; opacity: 0.25; }
.teal-particle--3 { width: 5px; height: 5px; opacity: 0.18; }
.teal-particle--4 { width: 3px; height: 3px; opacity: 0.30; }

.hero-left { position: relative; z-index: 1; }

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 2rem;
  font-weight: 400;
}
.hero-kicker::before {
  content: '';
  width: 32px; height: 1px;
  background: var(--saffron);
}

.hero-h1 {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(3.5rem, 7.5vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--indigo);
}
.hero-h1 .line-italic {
  font-weight: 300;
  color: var(--saffron);
  display: block;
}
.hero-h1 .line-outline {
  -webkit-text-stroke: 2px var(--indigo);
  color: transparent;
  display: block;
}

.hero-right {
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
}

.hero-desc {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--dust);
  max-width: 420px;
  margin-bottom: 2.5rem;
}
.hero-desc strong { color: var(--ink); font-weight: 600; }

.hero-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.cta-main {
  background: var(--saffron);
  color: #fff;
  padding: 14px 32px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-radius: 100px;
  transition: all .25s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cta-main:hover { background: var(--indigo); transform: translateY(-2px); }
.cta-main .arrow { transition: transform .25s; }
.cta-main:hover .arrow { transform: translateX(4px); }

.cta-ghost {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--indigo);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  transition: color .2s;
}
.cta-ghost:hover { color: var(--saffron); }

.hero-scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: var(--gutter);
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dust);
  z-index: 1;
}
.scroll-line {
  width: 40px; height: 1px;
  background: var(--dust);
  position: relative;
  overflow: hidden;
}
.scroll-line::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: var(--saffron);
  animation: scanline 2s ease-in-out infinite;
}
@keyframes scanline { 0%,100%{left:-100%} 50%{left:100%} }

.hero-stat-strip {
  position: absolute;
  bottom: 2.5rem; right: var(--gutter);
  display: flex; gap: 2.5rem;
  z-index: 1;
}
.hstat { text-align: right; }
.hstat-num {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 2rem;
  color: var(--indigo);
  line-height: 1;
}
.hstat-label {
  font-family: var(--f-mono);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: var(--dust);
  text-transform: uppercase;
  margin-top: 3px;
}

@media (max-width: 860px) {
  #hero {
    padding: 130px 0 2rem;
    min-height: auto;
    justify-content: flex-start;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .hero-h1 { font-size: clamp(2.2rem, 10vw, 3.5rem); }
  .hero-bg-geo { display: none; }
  .hero-scroll-hint { display: none; }
  .hero-stat-strip {
    position: static;
    justify-content: center;
    gap: 1.5rem;
    margin: 2.5rem auto 0;
    padding: 0 var(--gutter);
    width: 100%;
  }
  .hstat { text-align: center; }
  .hstat-num { font-size: 1.5rem; }
}

/* ──── MARQUEE ──── */
.marquee-section {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 0;
}
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 25s linear infinite;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  padding: 0 2rem;
  font-family: var(--f-display);
  font-weight: 300;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.35);
}
.marquee-item .dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.5;
  flex-shrink: 0;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ──── SECTION BASE ──── */
section { position: relative; }

.s-label {
  font-family: var(--f-mono);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 0.8rem;
}
.s-head {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--indigo);
}
.s-head em {
  font-style: normal;
  font-weight: 300;
  color: var(--saffron);
}

/* ──── ABOUT ──── */
#about {
  padding: 0 0 120px;
  background: var(--indigo);
  color: #fff;
}
#about .s-label { color: var(--saffron2); }
#about .s-head { color: #fff; }
#about .s-head em { color: var(--saffron2); }
.about-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 80px var(--gutter) 0;
}

.about-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.about-header-icon {
  width: 52px;
  height: auto;
  flex-shrink: 0;
  opacity: 0.85;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
@media (max-width:800px) { .about-content { grid-template-columns: 1fr; gap: 2.5rem; } }

.about-text {}
.about-text .big-quote {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  line-height: 1.45;
  color: #fff;
  border-left: 3px solid var(--saffron);
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
.about-text p {
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.55);
  margin-bottom: 1.2rem;
}
.about-text p strong { color: #fff; font-weight: 600; }

.value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
}
.vcard {
  background: rgba(255,255,255,0.03);
  padding: 1.8rem;
  transition: background .25s;
}
.vcard:hover { background: rgba(255,255,255,0.07); }
.vcard-num {
  font-family: var(--f-display);
  font-size: 2.2rem;
  font-weight: 900;
  -webkit-text-stroke: 1px var(--saffron2);
  color: transparent;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.vcard h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.4rem;
}
.vcard p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  margin: 0;
}

/* ──── SERVICES ──── */
#services {
  padding: 120px 0;
  background: var(--cream);
}
.services-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.services-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
  flex-wrap: wrap;
  gap: 2rem;
}

.services-list { display: flex; flex-direction: column; }

.svc-row {
  display: grid;
  grid-template-columns: 60px 1fr 280px 100px;
  gap: 2rem;
  align-items: start;
  padding: 2.2rem 0;
  border-top: 1px solid rgba(15,15,15,0.1);
  transition: all .3s;
  cursor: default;
  position: relative;
}
.svc-row:last-child { border-bottom: 1px solid rgba(15,15,15,0.1); }
.svc-row:hover { padding-left: 1.5rem; }
.svc-row::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: var(--saffron);
  transition: width .3s;
}
.svc-row:hover::before { width: 3px; }

.svc-num {
  font-family: var(--f-mono);
  font-size: 0.68rem;
  color: var(--dust);
  letter-spacing: 0.08em;
  padding-top: 4px;
}
.svc-name {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  color: var(--indigo);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.svc-desc {
  font-size: 0.82rem;
  color: var(--dust);
  line-height: 1.7;
}
.svc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-end;
}
.stag {
  font-family: var(--f-mono);
  font-size: 0.6rem;
  letter-spacing: 0.04em;
  color: var(--indigo2);
  background: var(--cream2);
  padding: 3px 9px;
  border-radius: 100px;
}

@media (max-width: 768px) {
  .svc-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1.4rem 0;
  }
  .svc-row:hover { padding-left: 0; }
  .svc-num { display: none; }
  .svc-name { font-size: 1.05rem; }
  .svc-desc {
    font-size: 0.78rem;
    margin-top: 0.3rem;
  }
  .svc-tags {
    justify-content: flex-start;
    margin-top: 0.3rem;
  }
}

/* ──── WORKS ──── */
#works {
  padding: 120px 0;
  background: var(--indigo);
  color: #fff;
}
.works-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
#works .s-label { color: var(--saffron2); }
#works .s-head { color: #fff; }
#works .s-head em { color: var(--saffron2); }

.works-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
  flex-wrap: wrap;
  gap: 2rem;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: 1.5px;
  background: rgba(255,255,255,0.05);
}

.wcard {
  background: rgba(255,255,255,0.03);
  padding: 2.5rem 2rem;
  transition: background .3s;
  position: relative;
  overflow: hidden;
}
.wcard:hover { background: rgba(255,255,255,0.07); }
.wcard:nth-child(1) { grid-column: span 7; }
.wcard:nth-child(2) { grid-column: span 5; }
.wcard:nth-child(3) { grid-column: span 4; }
.wcard:nth-child(4) { grid-column: span 4; }
.wcard:nth-child(5) { grid-column: span 4; }
.wcard:nth-child(6) { grid-column: span 12; }
@media (max-width: 860px) { .wcard { grid-column: span 12 !important; } }

.wcard-cat {
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--saffron2);
  margin-bottom: 1rem;
}
.wcard-title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.wcard-desc {
  font-size: 0.8rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.5);
}
.wcard-tag {
  display: inline-flex;
  margin-top: 1.5rem;
  font-family: var(--f-mono);
  font-size: 0.62rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.06em;
}
.wcard-num-bg {
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 8rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.04);
  pointer-events: none;
  user-select: none;
}

/* ──── AZURE ──── */
#azure {
  padding: 120px 0;
  background: var(--cream2);
}
.azure-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.az-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin-bottom: 4rem;
  align-items: end;
}
@media (max-width:800px) { .az-intro { grid-template-columns: 1fr; gap: 2rem; } }

.az-intro p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--dust);
}

.az-arch {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(15,15,15,0.08);
  border: 1px solid rgba(15,15,15,0.08);
}
@media (max-width:900px) { .az-arch { grid-template-columns: repeat(2,1fr); } }
@media (max-width:500px) { .az-arch { grid-template-columns: 1fr; } }

.az-card {
  background: var(--cream2);
  padding: 2rem 1.8rem;
  transition: background .25s;
}
.az-card:hover { background: var(--cream); }
.az-step {
  font-family: var(--f-mono);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  color: var(--saffron);
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.az-card h4 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--indigo);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.az-card p {
  font-size: 0.72rem;
  line-height: 1.7;
  color: var(--dust);
}
.az-cost-bar {
  margin-top: 2.5rem;
  background: var(--indigo);
  color: #fff;
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.az-cost-bar .cost-label {
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.az-cost-bar .cost-num {
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 2.2rem;
  color: var(--saffron2);
  line-height: 1;
}
.az-cost-bar .cost-note {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  max-width: 350px;
  line-height: 1.7;
}

/* ──── POLICY ──── */
#policy {
  padding: 120px 0;
  background: var(--indigo);
  color: #fff;
}
#policy .s-label { color: var(--saffron2); }
#policy .s-head { color: #fff; }
#policy .s-head em { color: var(--saffron2); }
.policy-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.policy-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 5rem;
  margin-top: 3.5rem;
}

.policy-sidebar {
  position: sticky;
  top: 120px;
  height: fit-content;
}
.psb-item {
  padding: 0.8rem 0;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255,255,255,0.45);
  cursor: pointer;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: color .2s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.psb-item.active, .psb-item:hover { color: var(--saffron2); }
.psb-item .psb-dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; flex-shrink: 0; }

@media (max-width:760px) {
  .policy-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .policy-sidebar {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .psb-item {
    font-size: 0.72rem;
    border-bottom: none;
    padding: 0.5rem 1rem;
    background: rgba(255,255,255,0.06);
    border-radius: 100px;
  }
  .psb-dot { display: none; }
}

#policy .policy-body {}
#policy .pb-section { margin-bottom: 3rem; }
#policy .pb-section h3 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid rgba(255,255,255,0.08);
}
#policy .pb-section p {
  font-size: 0.85rem;
  line-height: 1.9;
  color: rgba(255,255,255,0.55);
  margin-bottom: 0.9rem;
}
#policy .pb-section ul {
  list-style: none;
  margin: 0.8rem 0;
}
#policy .pb-section ul li {
  font-size: 0.82rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.5);
  padding: 4px 0 4px 1.5rem;
  position: relative;
}
#policy .pb-section ul li::before {
  content: '\2192';
  position: absolute;
  left: 0;
  color: var(--saffron2);
  font-size: 0.75rem;
}

/* ──── DISCLAIMER ──── */
#disclaimer {
  padding: 120px 0;
  background: var(--cream);
}
.disclaimer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
#disclaimer .policy-body {
  max-width: 820px;
  margin-top: 3.5rem;
}
#disclaimer .pb-section { margin-bottom: 3rem; }
#disclaimer .pb-section h3 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--indigo);
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid var(--cream2);
}
#disclaimer .pb-section p {
  font-size: 0.85rem;
  line-height: 1.9;
  color: var(--dust);
  margin-bottom: 0.9rem;
}
#disclaimer .pb-section ul {
  list-style: none;
  margin: 0.8rem 0;
}
#disclaimer .pb-section ul li {
  font-size: 0.82rem;
  line-height: 1.8;
  color: var(--dust);
  padding: 4px 0 4px 1.5rem;
  position: relative;
}
#disclaimer .pb-section ul li::before {
  content: '\2192';
  position: absolute;
  left: 0;
  color: var(--saffron);
  font-size: 0.75rem;
}
.disc-alert {
  margin-top: 2.5rem;
  background: var(--indigo);
  color: rgba(255,255,255,0.7);
  padding: 1.8rem 2rem;
  font-size: 0.8rem;
  line-height: 1.8;
  border-left: 3px solid var(--saffron);
}
.disc-alert strong { color: #fff; }

/* ──── CONTACT ──── */
#contact {
  padding: 120px 0;
  background: var(--indigo);
}
.contact-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
@media (max-width:860px) { .contact-grid { grid-template-columns: 1fr; gap: 4rem; } }

#contact .s-label { color: var(--saffron2); }
#contact .s-head { color: #fff; }
#contact .s-head em { color: var(--saffron2); }

.contact-left p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.5);
  max-width: 380px;
  margin-top: 1.5rem;
}
.contact-details { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.2rem; }
.cd-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
}
.cd-icon {
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.1);
  display: grid;
  place-items: center;
  color: var(--saffron2);
  flex-shrink: 0;
  border-radius: 8px;
}

/* FORM */
.contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width:480px) { .cf-row { grid-template-columns: 1fr; } }
.fg { display: flex; flex-direction: column; gap: 6px; }
.fg label {
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
.fg input, .fg textarea, .fg select {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  padding: 12px 16px;
  font-family: var(--f-body);
  font-size: 0.85rem;
  outline: none;
  border-radius: 6px;
  transition: border-color .25s, background .25s;
  resize: vertical;
  width: 100%;
}
.fg input:focus, .fg textarea:focus, .fg select:focus {
  border-color: var(--saffron2);
  background: rgba(255,255,255,0.08);
}
.fg input::placeholder, .fg textarea::placeholder { color: rgba(255,255,255,0.2); }
.fg select option { background: var(--indigo); }
textarea { min-height: 110px; }
.cf-submit {
  background: var(--saffron);
  color: #fff;
  border: none;
  padding: 15px 32px;
  font-family: var(--f-body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  border-radius: 100px;
  transition: all .25s;
  width: 100%;
  text-align: center;
}
.cf-submit:hover { background: #fff; color: var(--indigo); }

/* ──── FOOTER ──── */
footer {
  background: #060E1C;
  padding: 60px 0 28px;
}
.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
@media (max-width:900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; } }

.footer-logo {
  height: 52px;
  width: auto;
  margin-bottom: 0.8rem;
}
.footer-tagline {
  font-size: 0.78rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.35);
  max-width: 260px;
  margin-bottom: 1.2rem;
}
.footer-reg {
  font-family: var(--f-mono);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 5px 12px;
  display: inline-block;
  border-radius: 100px;
}

.footer-col h5 {
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--saffron2);
  margin-bottom: 1.2rem;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col ul a {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color .2s;
}
.footer-col ul a:hover { color: rgba(255,255,255,0.85); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.8rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-bottom p {
  font-family: var(--f-mono);
  font-size: 0.62rem;
  color: rgba(255,255,255,0.2);
}
.footer-bottom a { color: var(--saffron2); text-decoration: none; }

/* ──── REVEAL ──── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-left {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal-left.visible { opacity: 1; transform: none; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
