/* ============================================================
   APOLLO CLEANING — Landing Page
   White / Navy design system · DM Sans + Inter
   ============================================================ */

:root {
  --navy-950: #050e21;
  --navy-900: #081631;
  --navy-800: #0a1f44;
  --navy-700: #10305f;
  --navy-600: #1a4380;
  --steel: #4a6fa5;
  --ice: #eef2f8;
  --cloud: #e4e9f2;
  --white: #ffffff;
  --white-45: rgba(255, 255, 255, 0.45);
  --white-60: rgba(255, 255, 255, 0.6);
  --white-90: rgba(255, 255, 255, 0.9);
  --gold: #c9a35a;

  --font-display: "DM Sans", sans-serif;
  --font-body: "Inter", sans-serif;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--navy-950);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { font: inherit; background: none; border: none; cursor: pointer; color: inherit; }

/* lucide sizing default */
.lucide, svg[data-lucide], i[data-lucide] { width: 20px; height: 20px; stroke-width: 1.5; }

::selection { background: var(--navy-600); color: var(--white); }

/* ============================================================
   PRELOADER
   ============================================================ */

.preloader {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
}

.preloader__half {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50.5%; /* slight overlap so no seam shows mid-animation */
  background: var(--navy-950);
  will-change: transform;
}

.preloader__half--top { top: 0; box-shadow: 0 1px 0 var(--navy-950); }
.preloader__half--btm { bottom: 0; }

.preloader__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.preloader__brand {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(56px, 12vw, 140px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--white);
  overflow: hidden;
  display: flex;
  padding-bottom: 0.06em;
}

.preloader__brand .pl { display: inline-block; will-change: transform; }

/* the two O's carry a subtle steel tint — quiet detail, not decoration */
.preloader__brand .pl:nth-child(3),
.preloader__brand .pl:nth-child(6) { color: var(--steel); }

.preloader__tag {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--white-45);
  white-space: nowrap;
}

.preloader__tag::before,
.preloader__tag::after {
  content: "";
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.preloader__count {
  position: absolute;
  right: 28px;
  bottom: 20px;
  z-index: 2;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(72px, 12vw, 150px);
  line-height: 1;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.13);
  font-variant-numeric: tabular-nums;
}

.preloader__count::after {
  content: "%";
  font-size: 0.35em;
  color: rgba(255, 255, 255, 0.25);
  margin-left: 0.06em;
}

.preloader__bar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.preloader__bar span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--steel), var(--white));
}

body.is-loading { overflow: hidden; }

/* ============================================================
   HERO WRAPPER
   ============================================================ */

.hero-wrap {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* background video (base layer) */
.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* navy gradient wash over the video, for headline legibility */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(160deg, rgba(5, 14, 33, 0.82) 0%, rgba(8, 22, 49, 0.66) 45%, rgba(10, 31, 68, 0.9) 100%);
}

.hero-orb {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.hero-orb--1 {
  width: 520px; height: 520px;
  top: -180px; right: -120px;
  background: radial-gradient(circle, rgba(74, 111, 165, 0.35), transparent 70%);
}

.hero-orb--2 {
  width: 420px; height: 420px;
  bottom: 10%; left: -160px;
  background: radial-gradient(circle, rgba(26, 67, 128, 0.4), transparent 70%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, black 30%, transparent 75%);
  pointer-events: none;
}

/* ============================================================
   NAVBAR
   ============================================================ */

.nav {
  position: relative;
  z-index: 60; /* stays above the mobile overlay so the burger X remains clickable */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  gap: 16px;
}

@media (min-width: 640px)  { .nav { padding: 16px 32px; } }
@media (min-width: 1024px) { .nav { padding: 20px 40px; } }

.nav__brand {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.05em;
  color: var(--white);
  text-transform: uppercase;
}

@media (min-width: 1024px) { .nav__brand { font-size: 30px; } }

.nav__links {
  display: none;
  list-style: none;
  gap: 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px)  { .nav__links { display: flex; } }
@media (min-width: 1024px) { .nav__links { gap: 40px; } }

.nav__links a {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 17px;
  color: var(--white-90);
  transition: color 0.3s var(--ease-out);
}

.nav__links a:hover { color: var(--white); }

.nav__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (min-width: 1024px) { .nav__actions { gap: 12px; } }

.nav__icon-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  color: var(--white-90);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
}

@media (min-width: 640px) { .nav__icon-btn { display: inline-flex; } }

.nav__icon-btn:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.3); }

.nav__quote-btn {
  display: none;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--white);
  color: var(--navy-900);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}

@media (min-width: 768px) { .nav__quote-btn { display: inline-flex; } }

.nav__quote-btn:hover { box-shadow: 0 8px 30px rgba(255, 255, 255, 0.22); }
.nav__quote-btn .lucide { width: 16px; height: 16px; }

.nav__burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  z-index: 60;
}

@media (min-width: 768px) { .nav__burger { display: none; } }

.nav__burger .ic-close { display: none; }
.nav__burger.is-open .ic-menu { display: none; }
.nav__burger.is-open .ic-close { display: block; }

/* mobile overlay */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(5, 14, 33, 0.96);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu a {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--white);
}

.mobile-menu__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 14px 26px;
  border-radius: 999px;
  background: var(--white);
  color: var(--navy-900) !important;
  font-size: 18px !important;
  font-family: var(--font-body) !important;
}

/* ============================================================
   HERO CONTENT
   ============================================================ */

.hero {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 20px 60px;
}

@media (min-width: 640px)  { .hero { padding: 120px 32px 72px; } }
@media (min-width: 1024px) { .hero { padding: 140px 48px 80px; } }
@media (min-width: 1280px) { .hero { padding: 160px 56px 96px; } }

.hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.05em;
  font-size: 44px;
  line-height: 1.05;
  color: var(--white);
  max-width: 900px;
}

@media (min-width: 640px)  { .hero__title { font-size: 64px; } }
@media (min-width: 768px)  { .hero__title { font-size: 80px; } }
@media (min-width: 1024px) { .hero__title { font-size: 96px; max-width: 1000px; } }
@media (min-width: 1280px) { .hero__title { font-size: 110px; max-width: 1100px; } }

.hero__title .line { display: block; }

.hero__title .w {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}

.hero__title .wi { display: inline-block; will-change: transform, filter; }

.hero__title .dim { color: var(--white-45); }

.hero__cta {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 640px) {
  .hero__cta { flex-direction: row; align-items: center; gap: 36px; margin-top: 56px; }
}

@media (min-width: 1024px) { .hero__cta { gap: 48px; margin-top: 72px; } }

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background: var(--white);
  color: var(--navy-900);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
  transition: box-shadow 0.4s var(--ease-out);
}

.btn-primary:hover { box-shadow: 0 16px 50px rgba(255, 255, 255, 0.25); }

@media (min-width: 640px)  { .btn-primary { width: 220px; height: 58px; font-size: 17px; } }
@media (min-width: 768px)  { .btn-primary { width: 240px; height: 60px; font-size: 18px; } }
@media (min-width: 1024px) { .btn-primary { width: 260px; height: 64px; font-size: 20px; } }

.hero__copy {
  max-width: 380px;
  color: var(--white-60);
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

@media (min-width: 640px)  { .hero__copy { font-size: 16px; } }
@media (min-width: 1024px) { .hero__copy { font-size: 17px; } }

/* ============================================================
   3-PANEL STRIP
   ============================================================ */

.panels {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) { .panels { grid-template-columns: 2fr 1fr 2fr; } }

.panel { padding: 32px 24px; min-height: 190px; position: relative; overflow: hidden; }

@media (min-width: 1024px) { .panel { padding: 40px 36px; min-height: 220px; } }

/* Panel 1 — light */
.panel--light { background: var(--ice); color: var(--navy-900); }

.panel--light__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.05em;
  max-width: 350px;
  margin-bottom: 20px;
}

@media (min-width: 640px)  { .panel--light__title { font-size: 28px; } }
@media (min-width: 1024px) { .panel--light__title { font-size: 35px; } }

.panel--light__link {
  font-size: 16px;
  letter-spacing: -0.03em;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--navy-800);
  transition: color 0.3s var(--ease-out);
}

.panel--light__link:hover { color: var(--navy-600); }

@media (min-width: 1024px) { .panel--light__link { font-size: 18px; } }

.panel--light__deco {
  position: absolute;
  right: -10px;
  bottom: -14px;
  width: 130px !important;
  height: 130px !important;
  color: var(--navy-800);
  opacity: 0.09;
  stroke-width: 1 !important;
}

/* Panel 2 — carousel */
.panel--carousel {
  background: #fefdf9;
  color: #0a0a0a;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.carousel { position: relative; flex: 1; }

.carousel__card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
  pointer-events: none;
}

.carousel__card.is-active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.carousel__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  color: var(--white);
}

@media (min-width: 640px) { .carousel__icon { width: 48px; height: 48px; } }

.carousel__icon--navy  { background: var(--navy-800); }
.carousel__icon--green { background: #065f46; }
.carousel__icon--steel { background: #155e75; }
.carousel__icon--gold  { background: #b45309; }

.carousel__card p {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.8);
  padding-top: 4px;
}

@media (min-width: 640px)  { .carousel__card p { font-size: 16px; } }
@media (min-width: 1024px) { .carousel__card p { font-size: 18px; } }

.carousel__dots { display: flex; gap: 6px; margin-top: 20px; }

.carousel__dots span {
  height: 2px;
  flex: 1;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.4s var(--ease-out);
}

.carousel__dots span.is-active { background: #000; }

/* Panel 3 — navy */
.panel--navy {
  background: var(--navy-900);
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (min-width: 1024px) { .panel--navy { gap: 28px; } }

.panel--navy__img {
  width: 120px; height: 82px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

@media (min-width: 640px)  { .panel--navy__img { width: 160px; height: 110px; } }
@media (min-width: 1024px) { .panel--navy__img { width: 208px; height: 142px; } }

.panel--navy__stat .num {
  display: block;
  font-size: 24px;
  letter-spacing: -0.05em;
  color: var(--white);
  margin-bottom: 8px;
}

@media (min-width: 640px)  { .panel--navy__stat .num { font-size: 30px; } }
@media (min-width: 1024px) { .panel--navy__stat .num { font-size: 35px; } }

.panel--navy__stat p {
  color: var(--white-60);
  font-size: 14px;
  line-height: 1.2;
  max-width: 260px;
}

@media (min-width: 640px)  { .panel--navy__stat p { font-size: 16px; } }
@media (min-width: 1024px) { .panel--navy__stat p { font-size: 18px; } }

/* ============================================================
   CLIENT MARQUEE
   ============================================================ */

.clients {
  background: var(--white);
  padding: 80px 0 88px;
}

.clients__label {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 40px;
}

.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
}

.marquee__track {
  display: flex;
  align-items: center;
  gap: 80px;
  width: max-content;
  animation: marquee 18s linear infinite;
}

.marquee__track img {
  height: 60px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1) opacity(0.4);
  transition: filter 0.4s var(--ease-out), transform 0.4s var(--ease-out);
}

.marquee__track img:hover {
  filter: grayscale(0) opacity(1) drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
  transform: scale(1.08);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   SCRUB TEXT STRIP
   ============================================================ */

.strip {
  background: var(--white);
  padding: 8px 0 64px;
  overflow: hidden;
  white-space: nowrap;
}

.strip__text {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(64px, 11vw, 150px);
  letter-spacing: -0.04em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(10, 31, 68, 0.35);
  will-change: transform;
}

/* split-text helpers (JS wraps words in .sw > .swi) */
[data-split] .sw {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
}

[data-split] .swi { display: inline-block; will-change: transform; }

/* ============================================================
   SERVICES
   ============================================================ */

.services {
  position: relative;
  background: var(--navy-950);
  padding: 96px 20px 80px;
}

@media (min-width: 640px)  { .services { padding: 112px 32px 96px; } }
@media (min-width: 1024px) { .services { padding: 140px 40px 110px; } }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 20px;
}

.eyebrow .lucide { width: 14px; height: 14px; }

.eyebrow--light { color: rgba(255, 255, 255, 0.55); }

.services__head h2,
.cta-final h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.04em;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1.02;
  color: var(--white);
}

.services__head h2 em,
.cta-final h2 em {
  font-style: normal;
  color: var(--white-45);
}

.services__list {
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.service-row {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 26px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: padding 0.5s var(--ease-out), background 0.5s var(--ease-out);
}

@media (min-width: 768px) {
  .service-row {
    grid-template-columns: 80px 1fr auto auto;
    gap: 32px;
    padding: 34px 12px;
  }
}

.service-row:hover { padding-left: 28px; background: rgba(255, 255, 255, 0.03); }

.service-row__num {
  font-size: 14px;
  color: var(--steel);
  letter-spacing: 0.08em;
}

.service-row__name {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.03em;
  font-size: clamp(24px, 4.2vw, 52px);
  line-height: 1.05;
  color: var(--white);
  transition: color 0.4s var(--ease-out);
}

.service-row:hover .service-row__name { color: var(--white); text-shadow: 0 0 40px rgba(255,255,255,0.35); }

.service-row__tag {
  display: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white-45);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 16px;
  white-space: nowrap;
}

@media (min-width: 768px) { .service-row__tag { display: inline-block; } }

.service-row__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  transition: background 0.4s var(--ease-out), transform 0.4s var(--ease-out), color 0.4s var(--ease-out);
}

@media (min-width: 1024px) { .service-row__arrow { width: 54px; height: 54px; } }

.service-row:hover .service-row__arrow {
  background: var(--white);
  color: var(--navy-900);
  transform: rotate(45deg);
}

/* cursor-follow preview */
.service-preview {
  position: fixed;
  top: 0; left: 0;
  z-index: 30;
  width: 400px;
  height: 280px;
  border-radius: 14px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.service-preview img { width: 100%; height: 100%; object-fit: cover; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; image-rendering: high-quality; }

@media (max-width: 1023px), (pointer: coarse) { .service-preview { display: none; } }

.services__foot { margin-top: 56px; }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
  font-size: 16px;
  letter-spacing: -0.02em;
  transition: background 0.4s var(--ease-out), color 0.4s var(--ease-out);
}

.btn-outline:hover { background: var(--white); color: var(--navy-900); }

/* ============================================================
   STATS BAND
   ============================================================ */

.stats {
  background: var(--ice);
  color: var(--navy-900);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 24px;
  padding: 48px 20px;
}

@media (min-width: 768px) {
  .stats { grid-template-columns: repeat(4, 1fr); padding: 56px 40px; }
}

.stat { text-align: center; }

.stat__num,
.stat__suffix {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.05em;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1;
  color: var(--navy-800);
}

.stat__suffix { font-size: clamp(24px, 3vw, 38px); color: var(--steel); margin-left: 2px; }

.stat p {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--steel);
}

/* ============================================================
   FINAL CTA
   ============================================================ */

.cta-final {
  background:
    radial-gradient(ellipse 70% 90% at 50% 110%, rgba(26, 67, 128, 0.5), transparent 70%),
    var(--navy-900);
  padding: 110px 20px;
  text-align: center;
}

@media (min-width: 1024px) { .cta-final { padding: 150px 40px; } }

.cta-final__inner { max-width: 780px; margin: 0 auto; }

.cta-final__copy {
  margin: 24px auto 40px;
  max-width: 480px;
  color: var(--white-60);
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 640px) { .cta-final__copy { font-size: 18px; } }

.cta-final__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

@media (min-width: 640px) { .cta-final__actions { flex-direction: row; justify-content: center; gap: 18px; } }

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 60px;
  padding: 0 34px;
  border-radius: 8px;
  background: var(--white);
  color: var(--navy-900);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.02em;
  transition: box-shadow 0.4s var(--ease-out);
  width: 100%;
  max-width: 320px;
}

@media (min-width: 640px) { .btn-white { width: auto; } }

.btn-white:hover { box-shadow: 0 16px 50px rgba(255, 255, 255, 0.25); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 34px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
  font-size: 17px;
  letter-spacing: -0.02em;
  transition: background 0.4s var(--ease-out), border-color 0.4s var(--ease-out);
  width: 100%;
  max-width: 320px;
}

@media (min-width: 640px) { .btn-ghost { width: auto; } }

.btn-ghost:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.45); }

/* ============================================================
   ESTIMATION CALCULATOR
   ============================================================ */

.calc-section {
  background: var(--white);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.calc-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 900px) {
  .calc-layout { grid-template-columns: 1fr 1fr; gap: 64px; }
}

.calc-intro { max-width: 460px; }

.calc-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--navy-900);
  margin-bottom: 16px;
}
.calc-title em { font-style: normal; color: var(--steel); }

.calc-desc {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: #5a6472;
  margin-bottom: 28px;
}

.calc-trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.calc-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--navy-800);
}
.calc-trust i { color: var(--steel); }

.calc-card {
  background: var(--ice);
  border: 1px solid var(--cloud);
  border-radius: 16px;
  padding: 32px;
}

.calc-field { margin-bottom: 20px; }

.calc-label {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--navy-800);
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.calc-select {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid var(--cloud);
  border-radius: 10px;
  background: var(--white);
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--navy-900);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234a6fa5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
  transition: border-color 0.2s;
}
.calc-select:focus {
  outline: none;
  border-color: var(--navy-700);
}

.calc-result {
  background: var(--navy-950);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.calc-result__label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}

.calc-result__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.calc-result__from {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
}

.calc-result__amount {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 44px;
  letter-spacing: -0.03em;
  color: var(--white);
  line-height: 1;
  transition: transform 0.3s var(--ease-out);
}

.calc-result__note {
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 8px;
}

/* ============================================================
   FOOTER (simple — used on inner pages)
   ============================================================ */

.footer {
  background: var(--navy-950);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 56px 20px 32px;
}

@media (min-width: 1024px) { .footer { padding: 64px 40px 36px; } }

.footer__top {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
  .footer__top { flex-direction: row; justify-content: space-between; align-items: center; }
}

.footer__brand {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.footer__nav { display: flex; flex-wrap: wrap; gap: 20px 28px; }

.footer__nav a {
  font-size: 15px;
  color: var(--white-60);
  transition: color 0.3s var(--ease-out);
}

.footer__nav a:hover { color: var(--white); }

.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
}

@media (min-width: 768px) { .footer__bottom { flex-direction: row; justify-content: space-between; } }

/* ============================================================
   SITE FOOTER (full — landing page)
   ============================================================ */

.site-footer {
  background: var(--navy-950);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 64px 20px 0;
}

.site-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 640px) {
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .site-footer__inner { grid-template-columns: 1.4fr 1fr 0.8fr 1fr; gap: 48px; }
}

/* Brand column */
.site-footer__logo {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}

.site-footer__tagline {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--steel);
  margin-bottom: 14px;
}

.site-footer__desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  max-width: 300px;
}

.site-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.site-footer__contact-list a,
.site-footer__contact-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer__contact-list a:hover { color: var(--white); }
.site-footer__contact-list i { color: var(--steel); flex-shrink: 0; }

.site-footer__book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 24px;
  border-radius: 999px;
  background: #eab308;
  color: var(--navy-950);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.site-footer__book-btn:hover {
  background: #facc15;
  transform: translateY(-1px);
}

/* Link columns */
.site-footer__link-col h4,
.site-footer__heading {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 15px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}

.site-footer__link-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__link-col li a {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer__link-col li a:hover { color: var(--white); }

/* CTA column */
.site-footer__ndis { margin-bottom: 18px; }

.site-footer__ndis-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
}

.site-footer__avail {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 22px;
}

.site-footer__social-label {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 12px;
}

.site-footer__socials {
  display: flex;
  gap: 10px;
}

.site-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  transition: background 0.2s, transform 0.2s;
}
.site-footer__socials a:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

/* Bottom bar */
.site-footer__bottom {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 0;
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* ============================================================
   INNER PAGES — shared premium system (services, about, …)
   ============================================================ */

.page-head {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 90% at 80% -20%, rgba(74, 111, 165, 0.28), transparent 65%),
    var(--navy-950);
}

.page-head .hero-grid { position: absolute; }

.page-hero {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 20px 88px;
}

@media (min-width: 640px)  { .page-hero { padding: 88px 32px 104px; } }
@media (min-width: 1024px) { .page-hero { padding: 104px 40px 128px; } }

.page-hero__crumb {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white-45);
  margin-bottom: 28px;
}

.page-hero__crumb a { color: var(--white-60); transition: color 0.3s var(--ease-out); }
.page-hero__crumb a:hover { color: var(--white); }

.page-hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.04em;
  font-size: clamp(44px, 8vw, 104px);
  line-height: 1.0;
  color: var(--white);
  margin-bottom: 28px;
}

.page-hero h1 em { font-style: normal; color: var(--white-45); }

.page-hero__copy {
  max-width: 560px;
  color: var(--white-60);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

@media (min-width: 640px) { .page-hero__copy { font-size: 18px; } }

/* ---------- light content section ---------- */

.section-light { background: var(--white); }
.section-ice   { background: var(--ice); }

.section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 20px;
}

@media (min-width: 640px)  { .section-inner { padding: 56px 32px; } }
@media (min-width: 1024px) { .section-inner { padding: 64px 40px; } }

.section-head { max-width: 640px; margin-bottom: 32px; }

.section-head h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.04em;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.04;
  color: var(--navy-900);
}

.section-head h2 em { font-style: normal; color: var(--steel); }

.eyebrow--navy { color: var(--steel); }

/* ---------- filter chips ---------- */

.svc-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 44px;
}

.chip {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 11px 22px;
  border-radius: 999px;
  border: 1px solid rgba(10, 31, 68, 0.18);
  background: var(--white);
  color: var(--navy-800);
  cursor: pointer;
  transition: background 0.3s var(--ease-out), color 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
}

.chip:hover { border-color: var(--navy-800); }

.chip.is-active {
  background: var(--navy-800);
  border-color: var(--navy-800);
  color: var(--white);
}

/* ---------- service cards ---------- */

.svc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

@media (min-width: 640px)  { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1280px) { .svc-grid { grid-template-columns: repeat(4, 1fr); } }

.svc-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--cloud);
  border-radius: 16px;
  background: var(--white);
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  padding: 0;
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out), border-color 0.5s var(--ease-out);
}

.svc-card:hover {
  transform: translateY(-8px);
  border-color: rgba(10, 31, 68, 0.35);
  box-shadow: 0 26px 60px rgba(8, 22, 49, 0.18);
}

.svc-card__img {
  height: 170px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--ice);
}

.svc-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-out);
}

.svc-card:hover .svc-card__img img { transform: scale(1.07); }

.svc-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px;
}

.svc-card__tag {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 10px;
}

.svc-card__body h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 21px;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--navy-900);
  margin-bottom: 8px;
}

.svc-card__body > p {
  font-size: 13.5px;
  line-height: 1.45;
  color: #5a6472;
  margin-bottom: 16px;
}

.svc-card__bullets {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
}

.svc-card__bullets span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--navy-800);
}

.svc-card__bullets .lucide { width: 14px; height: 14px; color: var(--steel); flex-shrink: 0; }

.svc-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--navy-800);
}

.svc-card__link .lucide { width: 15px; height: 15px; transition: transform 0.4s var(--ease-out); }
.svc-card:hover .svc-card__link .lucide { transform: translate(3px, -3px); }

/* ---------- why cards ---------- */

.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) { .why-grid { grid-template-columns: repeat(3, 1fr); } }

.why-card {
  background: var(--white);
  border: 1px solid var(--cloud);
  border-radius: 16px;
  padding: 34px 30px;
}

.why-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--navy-800);
  color: var(--white);
  margin-bottom: 22px;
}

.why-card__icon .lucide { width: 22px; height: 22px; }

.why-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 23px;
  letter-spacing: -0.03em;
  color: var(--navy-900);
  margin-bottom: 10px;
}

.why-card p { font-size: 14.5px; line-height: 1.5; color: #5a6472; }

/* ---------- navy button (light backgrounds) ---------- */

.btn-navy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 54px;
  padding: 0 28px;
  border-radius: 8px;
  background: var(--navy-800);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
  border: none;
  cursor: pointer;
  transition: background 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}

.btn-navy:hover { background: var(--navy-600); box-shadow: 0 14px 40px rgba(10, 31, 68, 0.3); }

/* ---------- service detail modal ---------- */

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(5, 14, 33, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 16px;
  overflow-y: auto;
}

.modal-overlay.is-open { display: flex; }

.modal {
  max-width: 720px;
  width: 100%;
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.45);
}

.modal__head {
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  padding: 30px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.modal__head h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--white);
}

.modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  flex-shrink: 0;
  transition: background 0.3s var(--ease-out);
}

.modal__close:hover { background: rgba(255, 255, 255, 0.28); }

.modal__body { padding: 30px 32px 34px; }

.modal__body > p {
  font-size: 15.5px;
  line-height: 1.55;
  color: #3d4654;
  margin-bottom: 26px;
}

.modal__label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 14px;
}

.modal__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 28px;
}

@media (min-width: 640px) { .modal__features { grid-template-columns: 1fr 1fr; } }

.modal__features span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--navy-900);
}

.modal__features .lucide { width: 16px; height: 16px; color: var(--steel); flex-shrink: 0; }

.modal__section h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -0.02em;
  color: var(--navy-900);
  margin-bottom: 12px;
}

.modal__section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 26px;
}

.modal__section li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #3d4654;
}

.modal__section li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--navy-800);
  margin-top: 7px;
  flex-shrink: 0;
}

/* nav active link */
.nav__links a.is-active { color: var(--white); }

/* ============================================================
   SHARED PAGE COMPONENTS (about, contact, career, portfolio, blog)
   ============================================================ */

/* ---------- two-column intro + image ---------- */

.split-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

@media (min-width: 768px) { .split-intro { grid-template-columns: 1fr 1fr; gap: 56px; } }

.split-intro__copy p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #5a6472;
  margin-bottom: 16px;
}

.split-intro__copy p:last-child { margin-bottom: 0; }

.split-intro__img {
  position: relative;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--ice);
}

@media (min-width: 768px) { .split-intro__img { height: 400px; } }

.split-intro__img img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- stat tiles (light) ---------- */

.stat-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 48px;
}

@media (min-width: 768px) { .stat-tiles { grid-template-columns: repeat(4, 1fr); } }

.stat-tile {
  border-radius: 14px;
  background: var(--ice);
  border: 1px solid var(--cloud);
  padding: 26px 22px;
}

.stat-tile__num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 38px;
  letter-spacing: -0.04em;
  color: var(--navy-800);
  line-height: 1;
}

.stat-tile p { margin-top: 10px; font-size: 13.5px; color: #5a6472; }

/* ---------- hours / emergency band (navy) ---------- */

.hours-band { background: var(--navy-950); color: var(--white); }

.hours-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media (min-width: 768px) { .hours-grid { grid-template-columns: repeat(3, 1fr); } }

.hours-grid__label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 14px;
}

.hours-grid__day {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}

.hours-grid__time { font-size: 15px; color: var(--white-60); margin-bottom: 16px; }
.hours-grid__time:last-child { margin-bottom: 0; }

.hours-grid p { font-size: 15px; line-height: 1.55; color: var(--white-60); }

.emergency-card {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 26px;
}

.emergency-card__tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 14px;
}

.emergency-card__tag span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

.emergency-card__phone {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.03em;
  color: var(--white);
}

.emergency-card p { font-size: 13.5px; color: var(--white-45); margin-top: 10px; }

/* ---------- testimonial ---------- */

.testimonial { background: var(--ice); }

.testimonial__inner { max-width: 780px; margin: 0 auto; text-align: center; }

.testimonial__stars { color: var(--gold); font-size: 16px; margin-bottom: 20px; letter-spacing: 2px; }

.testimonial__quote {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 3.2vw, 30px);
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--navy-900);
  margin-bottom: 24px;
}

.testimonial__name { font-weight: 500; font-size: 15px; color: var(--navy-900); }
.testimonial__role { font-size: 13.5px; color: var(--steel); margin-top: 2px; }

/* ---------- form elements ---------- */

.form-panel { background: var(--white); }

.form-field {
  height: 50px;
  border-radius: 8px;
  border: 1px solid var(--cloud);
  background: var(--white);
  padding: 0 16px;
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--navy-900);
  width: 100%;
  transition: border-color 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

textarea.form-field { height: auto; padding: 14px 16px; resize: vertical; }

.form-field:focus {
  outline: none;
  border-color: var(--navy-800);
  box-shadow: 0 0 0 3px rgba(10, 31, 68, 0.1);
}

.form-field::placeholder { color: #9aa5b5; }

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 480px) { .form-row--2 { grid-template-columns: 1fr 1fr; } }

.form-stack { display: flex; flex-direction: column; gap: 14px; }

.form-error {
  background: #fef1f1;
  color: #b3261e;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #f4c9c6;
}

.form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 320px;
  gap: 6px;
}

.form-success__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--navy-800);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.form-success h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--navy-900);
}

.form-success p { font-size: 14px; color: #5a6472; max-width: 320px; }

/* ---------- contact info cards ---------- */

.info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 640px) { .info-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .info-grid { grid-template-columns: repeat(4, 1fr); } }

.info-card {
  display: block;
  border-radius: 14px;
  background: var(--ice);
  border: 1px solid var(--cloud);
  padding: 24px;
  transition: border-color 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}

.info-card:hover { border-color: var(--navy-800); box-shadow: 0 12px 30px rgba(8, 22, 49, 0.1); transform: translateY(-3px); }

.info-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--navy-800);
  color: var(--white);
  margin-bottom: 16px;
}

.info-card__label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 8px;
}

.info-card__value { font-family: var(--font-display); font-weight: 500; font-size: 17px; letter-spacing: -0.02em; color: var(--navy-900); }

/* ---------- split map/media panel ---------- */

.split-panel {
  border-radius: 16px;
  border: 1px solid var(--cloud);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) { .split-panel { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .split-panel--wide { grid-template-columns: 1fr 1.1fr; } }

.split-panel__form { padding: 40px; }
.split-panel__form h3 { font-family: var(--font-display); font-weight: 500; font-size: 26px; letter-spacing: -0.03em; color: var(--navy-900); margin-bottom: 8px; }
.split-panel__form > p { font-size: 14px; color: #5a6472; margin-bottom: 24px; }

.split-panel__media {
  position: relative;
  min-height: 320px;
  background: var(--navy-950);
  color: var(--white);
}

.split-panel__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }

.split-panel__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 14, 33, 0.1), rgba(5, 14, 33, 0.92));
}

.split-panel__media-content { position: absolute; left: 32px; right: 32px; bottom: 32px; z-index: 1; }
.split-panel__media-content h4 { font-family: var(--font-display); font-weight: 500; font-size: 24px; letter-spacing: -0.03em; margin-bottom: 10px; }
.split-panel__media-content p { font-size: 14px; line-height: 1.5; color: var(--white-60); margin-bottom: 16px; }

/* ---------- perk / value cards (compact) ---------- */

.perk-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 640px) { .perk-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .perk-grid { grid-template-columns: repeat(4, 1fr); } }

.perk-card { border-radius: 14px; background: var(--white); border: 1px solid var(--cloud); padding: 24px; transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out); }
.perk-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(8, 22, 49, 0.1); }
.perk-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; background: var(--navy-800); color: var(--white); margin-bottom: 16px; }
.perk-card h3 { font-family: var(--font-display); font-weight: 500; font-size: 17px; letter-spacing: -0.02em; color: var(--navy-900); margin-bottom: 6px; }
.perk-card p { font-size: 13px; line-height: 1.5; color: #5a6472; }

/* ---------- role rows (career openings) ---------- */

.role-list { display: flex; flex-direction: column; gap: 12px; }

.role-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-radius: 14px;
  background: var(--ice);
  border: 1px solid var(--cloud);
  padding: 22px 26px;
}

.role-row__main { display: flex; align-items: center; gap: 16px; }
.role-row__dot { width: 12px; height: 12px; border-radius: 50%; background: var(--navy-800); flex-shrink: 0; }
.role-row__title { font-family: var(--font-display); font-weight: 500; font-size: 19px; letter-spacing: -0.02em; color: var(--navy-900); margin-bottom: 4px; }
.role-row__meta { display: flex; gap: 12px; flex-wrap: wrap; font-size: 13px; color: var(--steel); }

/* ---------- work / portfolio cards ---------- */

.work-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px) { .work-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .work-grid { grid-template-columns: repeat(3, 1fr); } }

.work-card { border-radius: 16px; background: var(--white); border: 1px solid var(--cloud); overflow: hidden; transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out); }
.work-card:hover { transform: translateY(-8px); box-shadow: 0 26px 60px rgba(8, 22, 49, 0.16); }
.work-card__img { height: 190px; overflow: hidden; background: var(--ice); }
.work-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease-out); }
.work-card:hover .work-card__img img { transform: scale(1.07); }
.work-card__body { padding: 22px; }
.work-card__tag { display: inline-flex; align-items: center; height: 24px; padding: 0 12px; border-radius: 999px; font-size: 11px; font-weight: 500; letter-spacing: 0.04em; background: var(--navy-800); color: var(--white); margin-bottom: 12px; }
.work-card h3 { font-family: var(--font-display); font-weight: 500; font-size: 19px; letter-spacing: -0.02em; color: var(--navy-900); margin-bottom: 8px; }
.work-card p { font-size: 13.5px; line-height: 1.5; color: #5a6472; margin-bottom: 14px; }
.work-card__loc { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--steel); }
.work-card__loc span { width: 6px; height: 6px; border-radius: 50%; background: #3ba876; }

/* ---------- dark stats strip ---------- */

.stats-dark { background: var(--navy-950); color: var(--white); }
.stats-dark .stats { background: transparent; }
.stats-dark .stat__num, .stats-dark .stat__suffix { color: var(--white); }
.stats-dark .stat p { color: var(--white-45); }

/* ---------- blog cards ---------- */

.blog-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
@media (min-width: 640px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }

.blog-card { display: flex; flex-direction: column; height: 100%; border-radius: 14px; background: var(--white); border: 1px solid var(--cloud); overflow: hidden; transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out), border-color 0.4s var(--ease-out); }
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(8, 22, 49, 0.12); border-color: var(--navy-800); }
.blog-card__body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.blog-card__meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.blog-card__cat { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: var(--navy-800); background: var(--ice); padding: 4px 10px; border-radius: 5px; }
.blog-card__date { font-size: 12px; color: var(--steel); }
.blog-card h3 { font-family: var(--font-display); font-weight: 500; font-size: 19px; letter-spacing: -0.02em; line-height: 1.3; color: var(--navy-900); margin-bottom: 10px; }
.blog-card h3 a { color: inherit; }
.blog-card p { font-size: 13.5px; line-height: 1.5; color: #5a6472; margin-bottom: 18px; }
.blog-card__foot { padding: 16px 24px; border-top: 1px solid var(--cloud); background: var(--ice); display: flex; align-items: center; justify-content: space-between; }
.blog-card__foot span { font-size: 12px; color: var(--steel); display: flex; align-items: center; gap: 6px; }
.blog-card__foot a { font-size: 12.5px; font-weight: 500; color: var(--navy-800); display: inline-flex; align-items: center; gap: 4px; }

.blog-empty, .blog-loading { text-align: center; padding: 64px 24px; color: var(--steel); }
.blog-empty { border: 1px dashed var(--cloud); border-radius: 14px; }
.blog-empty h3 { font-family: var(--font-display); color: var(--navy-900); font-size: 18px; margin-bottom: 8px; }

/* ---------- article (blog-post) typography ---------- */

.article-wrap { max-width: 720px; margin: 0 auto; padding: 56px 20px 88px; }
@media (min-width: 640px) { .article-wrap { padding: 72px 32px 100px; } }

.article-cat { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; color: var(--steel); display: inline-block; margin-bottom: 18px; }

.article-title { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.04em; font-size: clamp(30px, 5vw, 48px); line-height: 1.1; color: var(--navy-900); margin-bottom: 20px; }

.article-excerpt { font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: 19px; line-height: 1.5; color: #5a6472; margin-bottom: 32px; }

.article-byline { display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--cloud); border-bottom: 1px solid var(--cloud); padding: 18px 0; margin-bottom: 40px; }
.article-byline__avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--navy-800); color: var(--white); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 500; flex-shrink: 0; }
.article-byline__name { font-weight: 500; font-size: 14.5px; color: var(--navy-900); }
.article-byline__meta { font-size: 13px; color: var(--steel); margin-top: 2px; }

.article-body { font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.75; color: #2b3140; }
.article-body p { margin-bottom: 24px; }
.article-body h2 { font-family: var(--font-display); font-weight: 500; font-size: 26px; letter-spacing: -0.02em; color: var(--navy-900); margin: 40px 0 16px; }
.article-body h3 { font-family: var(--font-display); font-weight: 500; font-size: 21px; color: var(--navy-900); margin: 30px 0 12px; }
.article-body ul, .article-body ol { margin-bottom: 24px; padding-left: 22px; }
.article-body li { margin-bottom: 8px; }
.article-body strong { color: var(--navy-900); }

.article-foot { border-top: 1px solid var(--cloud); margin-top: 56px; padding-top: 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.article-foot a { font-size: 14.5px; font-weight: 500; color: var(--navy-800); display: inline-flex; align-items: center; gap: 8px; }
.article-foot span { font-size: 13.5px; color: var(--steel); }

.article-error { text-align: center; padding: 80px 24px; border: 1px solid var(--cloud); border-radius: 14px; }
.article-error h2 { font-family: var(--font-display); font-size: 22px; color: var(--navy-900); margin: 16px 0 10px; }
.article-error p { color: #5a6472; margin-bottom: 24px; }

/* ---------- blog category chips (reuse .chip) ---------- */

/* ---------- application form aside (career) ---------- */

.apply-panel { border-radius: 16px; overflow: hidden; border: 1px solid var(--cloud); display: grid; grid-template-columns: 1fr; }
@media (min-width: 900px) { .apply-panel { grid-template-columns: 1fr 1.1fr; } }
.apply-panel__aside { background: var(--navy-950); color: var(--white); padding: 40px; }
.apply-panel__aside h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.03em; font-size: 30px; margin-bottom: 16px; }
.apply-panel__aside > p { font-size: 15px; line-height: 1.55; color: var(--white-60); margin-bottom: 26px; }
.apply-panel__perk { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; font-size: 14.5px; }
.apply-panel__perk:last-child { margin-bottom: 0; }
.apply-panel__perk-icon { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--white); }
.apply-panel__form { background: var(--white); padding: 40px; }
.apply-panel__note { text-align: center; font-size: 12.5px; color: var(--steel); }

/* Animations intentionally run regardless of OS reduce-motion settings —
   the animated experience is the core of this landing page. */
