/* ==========================================================================
   NEXT-GENERATION BUILDERS LTD — custom.css
   Primary stylesheet. HTML5 + CSS3 only. No frameworks, no CDN, no fonts server.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. DESIGN TOKENS
   -------------------------------------------------------------------------- */
:root {
  /* Brand colours (blue sampled from the official logo) */
  --color-navy: #0a1b33;
  --color-navy-deep: #05101f;
  --color-navy-soft: #10294a;
  --color-blue: #1668f2;
  --color-blue-light: #4f92ff;
  --color-white: #ffffff;
  --color-light: #f4f6fa;
  --color-light-alt: #e8ecf3;
  --color-dark: #1a1d21;
  --color-gray: #6a7789;
  /* Lines & surfaces */
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(10, 27, 51, 0.12);
  --line-blue: rgba(22, 104, 242, 0.35);
  /* Type */
  --font-sans: "Helvetica Neue", Helvetica, Arial, "Segoe UI", Roboto,
    system-ui, -apple-system, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  /* Spacing / rhythm */
  --section-y: clamp(4.5rem, 9vw, 9rem);
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --max: 1400px;
  --max-narrow: 900px;
  /* Motion */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --speed: 0.45s;
  --header-h: 88px;
}
/* --------------------------------------------------------------------------
   2. RESET / BASE
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}
body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  background: var(--color-white);
  color: var(--color-dark);
  font-family: var(--font-sans);
  font-size: clamp(1rem, 0.35vw + 0.95rem, 1.0625rem);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.is-locked {
  overflow: hidden;
}
img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.06;
  text-transform: uppercase;
  color: var(--color-navy);
}
h1 {
  font-size: clamp(2.4rem, 6.4vw, 5.4rem);
}
h2 {
  font-size: clamp(1.85rem, 4vw, 3.4rem);
}
h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  letter-spacing: 0.01em;
}
p {
  margin: 0 0 1.1rem;
}
p:last-child {
  margin-bottom: 0;
}
::selection {
  background: var(--color-blue);
  color: #fff;
}
:focus-visible {
  outline: 2px solid var(--color-blue);
  outline-offset: 3px;
  border-radius: 2px;
}
.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 1200;
  background: var(--color-blue);
  color: #fff;
  padding: 0.75rem 1.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: top 0.2s var(--ease);
}
.skip-link:focus {
  top: 1rem;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
/* --------------------------------------------------------------------------
   3. LAYOUT HELPERS
   -------------------------------------------------------------------------- */
.shell {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.section {
  padding: var(--section-y) 0;
  position: relative;
}
.section--tight {
  padding: clamp(3rem, 5vw, 5rem) 0;
}
.section--light {
  background: var(--color-light);
}
.section--dark {
  background: var(--color-navy);
  color: rgba(255, 255, 255, 0.78);
}
.section--dark h2,
.section--dark h3,
.section--dark h4 {
  color: var(--color-white);
}
.section-head {
  max-width: 62ch;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}
.section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--color-blue);
  margin-bottom: 1.25rem;
}
.label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--color-blue);
}
.section-head--center .label {
  justify-content: center;
}
.lede {
  font-size: clamp(1.02rem, 0.5vw + 0.95rem, 1.22rem);
  color: var(--color-gray);
  max-width: 62ch;
}
.section--dark .lede {
  color: rgba(255, 255, 255, 0.7);
}
.rule {
  height: 1px;
  background: var(--line-light);
  border: 0;
  margin: 0;
}
.section--dark .rule {
  background: var(--line-dark);
}
/* Blueprint grid decoration */
.blueprint {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
}
.blueprint--light {
  background-image: linear-gradient(
      to right,
      rgba(10, 27, 51, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(10, 27, 51, 0.05) 1px, transparent 1px);
}
.blueprint--fade {
  mask-image: radial-gradient(120% 90% at 50% 0%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(
    120% 90% at 50% 0%,
    #000 20%,
    transparent 78%
  );
}
/* --------------------------------------------------------------------------
   4. BUTTONS
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.05rem 1.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid transparent;
  background: var(--color-blue);
  color: #fff;
  transition: background var(--speed) var(--ease),
    color var(--speed) var(--ease), border-color var(--speed) var(--ease),
    transform var(--speed) var(--ease);
}
.btn:hover,
.btn:focus-visible {
  background: var(--color-navy);
  transform: translateY(-2px);
}
.btn .arrow {
  transition: transform var(--speed) var(--ease);
}
.btn:hover .arrow {
  transform: translateX(5px);
}
.btn--ghost {
  background: transparent;
  color: var(--color-navy);
  border-color: var(--line-light);
}
.btn--ghost:hover,
.btn--ghost:focus-visible {
  background: var(--color-navy);
  color: #fff;
  border-color: var(--color-navy);
}
.btn--ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn--ghost-light:hover,
.btn--ghost-light:focus-visible {
  background: #fff;
  color: var(--color-navy);
  border-color: #fff;
}
.btn--sm {
  padding: 0.8rem 1.25rem;
  font-size: 0.66rem;
}
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.25rem;
}
.link-more {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-blue);
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--line-blue);
  transition: color var(--speed) var(--ease),
    border-color var(--speed) var(--ease);
}
.link-more:hover,
.link-more:focus-visible {
  color: var(--color-navy);
  border-color: var(--color-navy);
}
/* --------------------------------------------------------------------------
   5. PRELOADER
   -------------------------------------------------------------------------- */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 1500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  background: var(--color-navy-deep);
  transition: opacity 0.6s var(--ease), visibility 0.6s var(--ease);
}
.preloader__logo {
  width: clamp(190px, 40vw, 280px);
  animation: logo-in 1s var(--ease) both;
}
.preloader__bar {
  position: relative;
  width: clamp(160px, 30vw, 230px);
  height: 2px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}
.preloader__bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-blue);
  transform-origin: left;
  animation: bar-sweep 1.4s var(--ease) infinite;
}
.preloader__caption {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.preloader.is-done {
  opacity: 0;
  visibility: hidden;
}
@keyframes logo-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes bar-sweep {
  0% {
    transform: scaleX(0);
  }
  55% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1) translateX(100%);
  }
}
/* --------------------------------------------------------------------------
   6. HEADER / NAVIGATION
   -------------------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: background var(--speed) var(--ease),
    border-color var(--speed) var(--ease), padding var(--speed) var(--ease);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: var(--header-h);
}
.header--solid,
.header--inner {
  background: rgba(5, 16, 31, 0.92);
  border-color: var(--line-dark);
  backdrop-filter: blur(10px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}
.brand img {
  width: auto;
  height: 46px;
}
.nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.1rem);
}
.nav a {
  position: relative;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  padding: 0.4rem 0;
  transition: color var(--speed) var(--ease);
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--color-blue);
  transition: width var(--speed) var(--ease);
}
.nav a:hover,
.nav a:focus-visible,
.nav a.is-active {
  color: #fff;
}
.nav a:hover::after,
.nav a:focus-visible::after,
.nav a.is-active::after {
  width: 100%;
}
.header__cta {
  display: none;
}
.burger {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-dark);
  background: transparent;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.burger span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: #fff;
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}
.burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
/* Mobile drawer */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--header-h) + 2rem) var(--gutter) 3rem;
  background: var(--color-navy-deep);
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.5s var(--ease), visibility 0.5s var(--ease);
}
.mobile-nav.is-open {
  transform: none;
  visibility: visible;
}
.mobile-nav a {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line-dark);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.mobile-nav a.is-active {
  color: var(--color-blue-light);
}
.mobile-nav__meta {
  margin-top: 2.25rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
}
.mobile-nav__meta a {
  display: inline;
  border: 0;
  padding: 0;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--color-blue-light);
}
@media (max-width: 1080px) {
  .nav {
    display: none;
  }
  .burger {
    display: flex;
  }
}
@media (min-width: 1240px) {
  .header__cta {
    display: inline-flex;
  }
}
/* --------------------------------------------------------------------------
   7. HERO
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-top: calc(var(--header-h) + 3rem);
  padding-bottom: clamp(3rem, 6vw, 6rem);
  background: var(--color-navy-deep);
  overflow: hidden;
}
.hero__media {
  position: absolute;
  inset: 0;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      180deg,
      rgba(5, 16, 31, 0.72) 0%,
      rgba(5, 16, 31, 0.55) 45%,
      rgba(5, 16, 31, 0.95) 100%
    ),
    linear-gradient(90deg, rgba(5, 16, 31, 0.9) 0%, rgba(5, 16, 31, 0.25) 70%);
}
.hero__inner {
  position: relative;
  width: 100%;
}
.hero__eyebrow {
  font-family: var(--font-mono);
  font-size: clamp(0.6rem, 1.4vw, 0.72rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.6rem;
}
.hero__eyebrow::before {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--color-blue);
  flex-shrink: 0;
}
.hero h1 {
  color: #fff;
  max-width: 20ch;
}
.hero h1 .accent {
  color: var(--color-blue-light);
}
.hero__text {
  margin-top: 1.75rem;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.76);
}
.hero__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.75rem;
  margin-top: 2.5rem;
}
.play {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  background: none;
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.play__disc {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background var(--speed) var(--ease),
    border-color var(--speed) var(--ease);
}
.play:hover .play__disc,
.play:focus-visible .play__disc {
  background: var(--color-blue);
  border-color: var(--color-blue);
}
.hero__scroll {
  position: absolute;
  right: var(--gutter);
  bottom: clamp(3rem, 6vw, 6rem);
  display: none;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.hero__scroll::after {
  content: "";
  width: 1px;
  height: 64px;
  background: linear-gradient(
    to bottom,
    var(--color-blue),
    rgba(255, 255, 255, 0)
  );
}
@media (min-width: 1024px) {
  .hero__scroll {
    display: flex;
    flex-direction: column;
  }
}
/* --------------------------------------------------------------------------
   8. PAGE HERO (inner pages)
   -------------------------------------------------------------------------- */
.page-hero {
  position: relative;
  background: var(--color-navy);
  color: #fff;
  padding: calc(var(--header-h) + clamp(3.5rem, 8vw, 8rem)) 0
    clamp(3.5rem, 7vw, 7rem);
  overflow: hidden;
}
.page-hero h1 {
  color: #fff;
  max-width: 24ch;
}
.page-hero__inner {
  position: relative;
}
.crumbs {
  display: flex;
  gap: 0.6rem;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5rem;
}
.crumbs a:hover {
  color: #fff;
}
.page-hero p {
  margin-top: 1.5rem;
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.72);
}
/* --------------------------------------------------------------------------
   9. VALUE STRIP
   -------------------------------------------------------------------------- */
.value-grid {
  display: grid;
  gap: 1px;
  background: var(--line-light);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  grid-template-columns: 1fr;
}
.value {
  background: var(--color-white);
  padding: clamp(1.75rem, 3vw, 2.75rem);
}
.value__icon {
  color: var(--color-blue);
  margin-bottom: 1.5rem;
}
.value h3 {
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  margin-bottom: 0.75rem;
}
.value p {
  color: var(--color-gray);
  font-size: 0.94rem;
}
@media (min-width: 640px) {
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .value-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* --------------------------------------------------------------------------
   10. SPLIT / EDITORIAL
   -------------------------------------------------------------------------- */
.split {
  display: grid;
  gap: clamp(2.25rem, 5vw, 4.5rem);
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .split {
    grid-template-columns: 1fr 1fr;
  }
  .split--reverse .split__media {
    order: -1;
  }
}
.split__media {
  position: relative;
}
.frame {
  position: relative;
  overflow: hidden;
  background: var(--color-navy);
}
.frame img {
  width: 100%;
  transition: transform 1.1s var(--ease);
}
.frame::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}
.frame:hover img {
  transform: scale(1.05);
}
.stat-badge {
  position: absolute;
  left: -1px;
  bottom: -1px;
  background: var(--color-blue);
  color: #fff;
  padding: 1.4rem 1.6rem;
  max-width: 220px;
}
.stat-badge strong {
  display: block;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.03em;
}
.stat-badge span {
  display: block;
  margin-top: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.85;
}
.tick-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.75rem 0 0;
}
.tick-list li {
  position: relative;
  padding-left: 2.1rem;
  font-size: 0.95rem;
  color: var(--color-gray);
}
.section--dark .tick-list li {
  color: rgba(255, 255, 255, 0.75);
}
.tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 14px;
  height: 8px;
  border-left: 2px solid var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
  transform: rotate(-45deg);
}
.tick-grid {
  display: grid;
  gap: 0.85rem 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .tick-grid {
    grid-template-columns: 1fr 1fr;
  }
}
/* --------------------------------------------------------------------------
   11. VISION & MISSION
   -------------------------------------------------------------------------- */
.vm-grid {
  position: relative;
  display: grid;
  gap: clamp(2.5rem, 5vw, 5rem);
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .vm-grid {
    grid-template-columns: 1fr 1fr;
  }
  .vm + .vm {
    border-left: 1px solid var(--line-dark);
    padding-left: clamp(2.5rem, 5vw, 5rem);
  }
}
.vm__index {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  color: var(--color-blue-light);
  margin-bottom: 1.25rem;
}
.vm h2 {
  color: var(--color-blue-light);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  margin-bottom: 1.5rem;
}
.vm p {
  font-size: clamp(1.05rem, 0.6vw + 0.95rem, 1.3rem);
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.55;
}
/* --------------------------------------------------------------------------
   12. CORE VALUES
   -------------------------------------------------------------------------- */
.values-grid {
  display: grid;
  gap: 1px;
  background: var(--line-light);
  grid-template-columns: 1fr;
}
.value-card {
  background: var(--color-white);
  padding: clamp(1.9rem, 3vw, 2.9rem);
  position: relative;
  transition: background var(--speed) var(--ease);
}
.value-card:hover {
  background: var(--color-navy);
}
.value-card:hover h3,
.value-card:hover .value-card__num {
  color: #fff;
}
.value-card:hover p {
  color: rgba(255, 255, 255, 0.72);
}
.value-card__num {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  color: var(--color-blue);
  transition: color var(--speed) var(--ease);
}
.value-card h3 {
  margin: 2.5rem 0 0.9rem;
  transition: color var(--speed) var(--ease);
}
.value-card p {
  color: var(--color-gray);
  font-size: 0.95rem;
  transition: color var(--speed) var(--ease);
}
@media (min-width: 700px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .values-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* --------------------------------------------------------------------------
   13. SERVICES (alternating)
   -------------------------------------------------------------------------- */
.service {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  border-top: 1px solid var(--line-light);
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .service {
    grid-template-columns: 1fr 1fr;
  }
  .service--flip .service__media {
    order: -1;
  }
}
.service__num {
  font-family: var(--font-mono);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(10, 27, 51, 0.12);
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}
.service__icon {
  color: var(--color-blue);
  margin-bottom: 1.25rem;
}
.service h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}
.service p {
  color: var(--color-gray);
}
.service .link-more {
  margin-top: 1.75rem;
}
/* --------------------------------------------------------------------------
   14. PROJECTS
   -------------------------------------------------------------------------- */
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
.filter {
  background: transparent;
  border: 1px solid var(--line-light);
  padding: 0.7rem 1.15rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-navy);
  transition: all var(--speed) var(--ease);
}
.filter:hover {
  border-color: var(--color-navy);
}
.filter.is-active {
  background: var(--color-navy);
  border-color: var(--color-navy);
  color: #fff;
}
.projects-grid {
  display: grid;
  gap: clamp(1.25rem, 2vw, 2rem);
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.project {
  position: relative;
  background: var(--color-navy);
  overflow: hidden;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.project.is-hidden {
  display: none;
}
.project img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: transform 1s var(--ease), opacity var(--speed) var(--ease);
}
.project::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(5, 16, 31, 0.1) 0%,
    rgba(5, 16, 31, 0.9) 78%
  );
}
.project:hover img,
.project:focus-within img {
  transform: scale(1.08);
  opacity: 0.75;
}
.project__body {
  position: relative;
  z-index: 2;
  padding: clamp(1.4rem, 2.5vw, 2rem);
  color: #fff;
}
.project__num {
  position: absolute;
  top: clamp(1.2rem, 2.5vw, 1.75rem);
  right: clamp(1.2rem, 2.5vw, 1.75rem);
  z-index: 2;
  font-family: var(--font-mono);
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.22);
}
.project__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.9rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-blue-light);
  margin-bottom: 0.9rem;
}
.project h3 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
.project p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease), opacity 0.4s var(--ease),
    margin 0.5s var(--ease);
}
.project__link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
}
.project__link:hover {
  color: var(--color-blue-light);
}
.project:hover p,
.project:focus-within p,
.project.is-expanded p {
  max-height: 200px;
  opacity: 1;
  margin-bottom: 0.4rem;
}
.placeholder-note {
  margin-top: 2rem;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-gray);
  border-left: 2px solid var(--color-blue);
  padding-left: 1rem;
}
/* --------------------------------------------------------------------------
   15. INVESTMENT
   -------------------------------------------------------------------------- */
.invest {
  position: relative;
  background: var(--color-navy-deep);
  color: rgba(255, 255, 255, 0.78);
  overflow: hidden;
}
.invest__bg {
  position: absolute;
  inset: 0;
}
.invest__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}
.invest__inner {
  position: relative;
}
.invest h2,
.invest h3 {
  color: #fff;
}
.invest__sub {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-blue-light);
  margin-top: 1.25rem;
}
.opps {
  display: grid;
  gap: 1px;
  background: var(--line-dark);
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  border-top: 1px solid var(--line-dark);
  grid-template-columns: 1fr;
}
.opp {
  background: rgba(255, 255, 255, 0.03);
  padding: clamp(1.75rem, 3vw, 2.5rem);
}
.opp__num {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  color: var(--color-blue-light);
  margin-bottom: 1.75rem;
}
.opp h3 {
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.85rem;
}
.opp p {
  font-size: 0.93rem;
  color: rgba(255, 255, 255, 0.68);
}
@media (min-width: 900px) {
  .opps {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* --------------------------------------------------------------------------
   16. STATS
   -------------------------------------------------------------------------- */
.stats {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media (min-width: 900px) {
  .stats {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stat {
  border-top: 2px solid var(--color-blue);
  padding-top: 1.5rem;
}
.stat__value {
  display: flex;
  align-items: baseline;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
}
.stat__value span {
  color: var(--color-blue-light);
}
.stat__label {
  margin-top: 0.9rem;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
/* --------------------------------------------------------------------------
   17. CLIENTS
   -------------------------------------------------------------------------- */
.clients-grid {
  display: grid;
  gap: clamp(1.25rem, 2vw, 1.75rem);
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .clients-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.client {
  border: 1px solid var(--line-light);
  background: var(--color-white);
  overflow: hidden;
  transition: border-color var(--speed) var(--ease);
}
.client:hover {
  border-color: var(--color-blue);
}
.client__media {
  overflow: hidden;
  background: var(--color-navy);
}
.client__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}
.client:hover .client__media img {
  transform: scale(1.06);
}
.client__body {
  padding: 1.5rem;
}
.client h3 {
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.7rem;
}
.client p {
  font-size: 0.9rem;
  color: var(--color-gray);
}
/* --------------------------------------------------------------------------
   18. APPROACH TIMELINE
   -------------------------------------------------------------------------- */
.timeline {
  position: relative;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}
.step {
  position: relative;
  padding: 1.9rem 0 1.9rem 3.25rem;
  border-top: 1px solid var(--line-light);
}
.step:last-child {
  border-bottom: 1px solid var(--line-light);
}
.step::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--line-light);
}
.step::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2.35rem;
  width: 13px;
  height: 13px;
  border: 2px solid var(--color-blue);
  background: var(--color-white);
  border-radius: 50%;
  transition: background var(--speed) var(--ease);
}
.step:hover::after {
  background: var(--color-blue);
}
.step__num {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  color: var(--color-blue);
  margin-bottom: 0.5rem;
}
.step h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.step p {
  color: var(--color-gray);
  font-size: 0.94rem;
  max-width: 70ch;
}
@media (min-width: 1000px) {
  .timeline {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 clamp(1.5rem, 3vw, 2.5rem);
  }
  .step:last-child {
    border-bottom: 0;
  }
  .step {
    padding-left: 0;
    padding-top: 2.25rem;
  }
  .step::before {
    display: none;
  }
  .step::after {
    top: -7px;
    left: 0;
  }
}
/* --------------------------------------------------------------------------
   19. CTA BAND
   -------------------------------------------------------------------------- */
.cta {
  position: relative;
  background: var(--color-navy);
  color: rgba(255, 255, 255, 0.78);
  overflow: hidden;
  text-align: center;
}
.cta__inner {
  position: relative;
  max-width: var(--max-narrow);
  margin: 0 auto;
}
.cta h2 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.8rem);
}
.cta p {
  margin: 1.75rem auto 0;
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.72);
}
.cta .btn-row {
  justify-content: center;
}
/* --------------------------------------------------------------------------
   20. CONTACT
   -------------------------------------------------------------------------- */
.contact-grid {
  display: grid;
  gap: clamp(2.25rem, 4vw, 4rem);
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 960px) {
  .contact-grid {
    grid-template-columns: 0.85fr 1.15fr;
  }
}
.contact-list {
  display: grid;
  gap: 1.75rem;
  margin-top: 2.25rem;
}
.contact-item {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
}
.contact-item__icon {
  color: var(--color-blue);
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-item h3 {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--color-gray);
  margin-bottom: 0.35rem;
  font-family: var(--font-mono);
  font-weight: 400;
}
.contact-item a,
.contact-item p {
  font-size: 1.02rem;
  color: var(--color-navy);
  font-weight: 500;
}
.section--dark .contact-item a,
.section--dark .contact-item p {
  color: #fff;
}
.contact-item a:hover {
  color: var(--color-blue);
}
/* Form */
.form {
  background: var(--color-white);
  border: 1px solid var(--line-light);
  padding: clamp(1.5rem, 3vw, 2.75rem);
}
.form-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .field--full {
    grid-column: 1 / -1;
  }
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.field label {
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-gray);
}
.field input,
.field select,
.field textarea {
  font: inherit;
  font-size: 0.98rem;
  color: var(--color-navy);
  background: var(--color-light);
  border: 1px solid transparent;
  border-bottom: 1px solid var(--line-light);
  padding: 0.95rem 1rem;
  width: 100%;
  transition: border-color var(--speed) var(--ease),
    background var(--speed) var(--ease);
}
.field textarea {
  min-height: 150px;
  resize: vertical;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--color-blue);
}
.field .error {
  font-size: 0.78rem;
  color: #c62828;
  min-height: 1rem;
}
.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: #c62828;
}
.form__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.75rem;
}
.form__note {
  font-size: 0.8rem;
  color: var(--color-gray);
}
.form-status {
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--color-blue);
  background: var(--color-light);
  font-size: 0.92rem;
  color: var(--color-navy);
  display: none;
}
.form-status.is-visible {
  display: block;
}
.map-card {
  position: relative;
  border: 1px solid var(--line-light);
  background: var(--color-light);
  overflow: hidden;
  padding: clamp(1.75rem, 3vw, 3rem);
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.map-card__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      to right,
      rgba(10, 27, 51, 0.08) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(10, 27, 51, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
}
.map-card__pin {
  position: absolute;
  top: 42%;
  left: 38%;
  width: 16px;
  height: 16px;
  background: var(--color-blue);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(22, 104, 242, 0.18);
}
.map-card__body {
  position: relative;
}
/* --------------------------------------------------------------------------
   21. FOOTER
   -------------------------------------------------------------------------- */
.footer {
  position: relative;
  background: var(--color-navy-deep);
  color: rgba(255, 255, 255, 0.6);
  padding: clamp(3.5rem, 6vw, 6rem) 0 2rem;
  overflow: hidden;
}
.footer__inner {
  position: relative;
}
.footer__top {
  display: grid;
  gap: clamp(2.25rem, 4vw, 3.5rem);
  grid-template-columns: 1fr;
}
@media (min-width: 760px) {
  .footer__top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .footer__top {
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  }
}
.footer__brand img {
  height: 58px;
  width: auto;
}
.footer__tagline {
  margin-top: 1.5rem;
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.82);
  font-style: italic;
}
.footer h3 {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: #fff;
  margin-bottom: 1.5rem;
}
.footer li + li {
  margin-top: 0.7rem;
}
.footer a {
  font-size: 0.93rem;
  transition: color var(--speed) var(--ease);
}
.footer a:hover,
.footer a:focus-visible {
  color: var(--color-blue-light);
}
.footer__bottom {
  margin-top: clamp(2.5rem, 4vw, 4rem);
  padding-top: 1.75rem;
  border-top: 1px solid var(--line-dark);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
}
/* --------------------------------------------------------------------------
   22. BACK TO TOP
   -------------------------------------------------------------------------- */
.to-top {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 900;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--color-navy);
  color: #fff;
  border: 1px solid var(--line-dark);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all var(--speed) var(--ease);
}
.to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.to-top:hover {
  background: var(--color-blue);
  border-color: var(--color-blue);
}
/* --------------------------------------------------------------------------
   23. SCROLL REVEAL
   -------------------------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.reveal[data-delay="1"] {
  transition-delay: 0.09s;
}
.reveal[data-delay="2"] {
  transition-delay: 0.18s;
}
.reveal[data-delay="3"] {
  transition-delay: 0.27s;
}
.reveal[data-delay="4"] {
  transition-delay: 0.36s;
}
/* --------------------------------------------------------------------------
   24. REDUCED MOTION
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
/* --------------------------------------------------------------------------
   25. SMALL SCREEN REFINEMENTS (mobile designed independently)
   -------------------------------------------------------------------------- */
@media (max-width: 520px) {
  :root {
    --header-h: 74px;
  }
  .brand img {
    height: 38px;
  }
  .hero {
    align-items: center;
    min-height: 92svh;
  }
  .hero h1 {
    font-size: clamp(2.1rem, 10vw, 2.9rem);
    max-width: 100%;
  }
  .hero__foot {
    gap: 1.25rem;
  }
  .btn {
    width: 100%;
    justify-content: space-between;
  }
  .btn-row {
    width: 100%;
  }
  .play {
    width: 100%;
  }
  .stat-badge {
    position: static;
    max-width: 100%;
    margin-top: 1px;
  }
  .project {
    min-height: 320px;
  }
  .project p {
    max-height: 200px;
    opacity: 1;
  }
  .footer__bottom {
    flex-direction: column;
  }
}

/* --------------------------------------------------------------------------
   26. FEATURED VIDEO SHOWCASE
   -------------------------------------------------------------------------- */
.video-section {
  background: var(--color-navy-deep);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.video-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
@media (max-width: 992px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}
.video-info h2 {
  color: var(--color-white);
  font-size: clamp(1.85rem, 3.8vw, 3.2rem);
  margin-bottom: 1.25rem;
}
.video-info p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
}
.video-frame-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 24px;
  padding: 10px;
  background: rgba(16, 41, 74, 0.7);
  border: 1px solid var(--line-blue);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 35px rgba(22, 104, 242, 0.3);
  backdrop-filter: blur(16px);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.video-frame-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 35px 75px rgba(0, 0, 0, 0.65), 0 0 50px rgba(22, 104, 242, 0.45);
}
.video-aspect-shorts {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}
.video-aspect-shorts iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Clickable YT thumbnail card (used when embedding is disabled) */
.video-yt-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
.video-yt-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 0.55s var(--ease), opacity 0.4s var(--ease);
}
.video-yt-card:hover img {
  transform: scale(1.06);
  opacity: 1;
}
.video-yt-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.7rem;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.video-play-icon--center {
  position: relative;
  z-index: 3;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  color: #fff;
  box-shadow: 0 0 35px rgba(22, 104, 242, 0.75);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease);
  margin-bottom: 0.85rem;
}
.video-yt-card:hover .video-play-icon--center {
  transform: scale(1.14);
  background: #1d72ff;
  box-shadow: 0 0 55px rgba(22, 104, 242, 0.95);
}
.video-play-text {
  position: relative;
  z-index: 3;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}
.video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #05101f;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
  border-radius: 16px;
}
.video-poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  transition: transform 0.6s var(--ease), opacity 0.4s var(--ease);
}
.video-poster:hover img {
  transform: scale(1.05);
  opacity: 0.88;
}
.video-poster-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,16,31,0.2) 0%, rgba(5,16,31,0.75) 100%);
  z-index: 1;
}
.video-play-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  background: transparent;
  border: 0;
  color: var(--color-white);
  padding: 0;
}
.video-play-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--color-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
  box-shadow: 0 0 30px rgba(22, 104, 242, 0.7);
  transition: transform 0.3s var(--ease), background 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.video-play-btn:hover .video-play-icon {
  transform: scale(1.12);
  background: #1d72ff;
  box-shadow: 0 0 45px rgba(22, 104, 242, 0.9);
}
.video-play-text {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-white);
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}
.video-fallback-bar {
  text-align: center;
  margin-top: 1rem;
}
.video-fallback-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--color-blue-light);
  font-family: var(--font-mono);
  letter-spacing: 0.05em;
  transition: color 0.2s var(--ease);
}
.video-fallback-link:hover {
  color: #fff;
}
.video-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0.9rem;
  border-radius: 100px;
  background: rgba(22, 104, 242, 0.18);
  border: 1px solid rgba(79, 146, 255, 0.35);
  color: var(--color-blue-light);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.video-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff2a2a;
  box-shadow: 0 0 10px #ff2a2a;
  animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

/* --------------------------------------------------------------------------
   27. LEADERSHIP & TEAM SECTION
   -------------------------------------------------------------------------- */
.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.5rem, 2.5vw, 2rem);
  margin-top: clamp(2rem, 3.5vw, 3rem);
}
.team-card {
  position: relative;
  background: var(--color-navy);
  border: 1px solid var(--line-dark);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
  width: 100%;
  max-width: 275px;
  flex: 0 1 275px;
}
@media (max-width: 600px) {
  .team-card {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
.team-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-blue);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 24px rgba(22, 104, 242, 0.2);
}
.team-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--color-navy-deep);
}
.team-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.7s var(--ease), filter 0.5s var(--ease);
}
.team-card:hover .team-card__media img {
  transform: scale(1.05);
}
.team-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 16, 31, 0) 40%, rgba(5, 16, 31, 0.85) 100%);
  pointer-events: none;
}
.team-card__body {
  padding: 1.5rem 1.4rem 1.6rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  background: var(--color-navy);
}
.team-card__role {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-blue-light);
  margin-bottom: 0.45rem;
}
.team-card__name {
  font-size: 1.18rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.team-card__bio {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
.team-card__social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.team-card__social-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--ease);
}
.team-card__social-link:hover {
  background: var(--color-blue);
  color: #fff;
  transform: translateY(-2px);
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */

/* --------------------------------------------------------------------------
   Contact grid  (info + form side-by-side)
   -------------------------------------------------------------------------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
@media (max-width: 820px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   Contact info list
   -------------------------------------------------------------------------- */
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2.5rem;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
}
.contact-item__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--color-blue) 0%, var(--color-navy-soft) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 6px 18px rgba(22, 104, 242, 0.35);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.contact-item:hover .contact-item__icon {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 10px 28px rgba(22, 104, 242, 0.5);
}
.contact-item h3 {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-blue);
  margin-bottom: 0.3rem;
  font-weight: 700;
}
.contact-item a,
.contact-item p {
  color: var(--color-navy);
  font-size: 0.97rem;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
  transition: color 0.25s;
}
.contact-item a:hover {
  color: var(--color-blue);
}

/* --------------------------------------------------------------------------
   Modernized Enquiry form
   -------------------------------------------------------------------------- */
.form {
  background: #ffffff;
  border: 1px solid rgba(22, 104, 242, 0.12);
  border-radius: 24px;
  padding: clamp(2rem, 4vw, 3rem);
  box-shadow: 0 24px 60px rgba(5, 16, 31, 0.07), 0 1px 3px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}
.form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1668f2 0%, #25d366 50%, #00b4d8 100%);
}
.form:hover {
  border-color: rgba(22, 104, 242, 0.24);
  box-shadow: 0 30px 70px rgba(5, 16, 31, 0.1), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.form__head {
  margin-bottom: 2rem;
}
.form__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(37, 211, 102, 0.12);
  color: #128c46;
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(37, 211, 102, 0.25);
}
.form__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.3);
  animation: pulseDot 2s infinite;
}
@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.7; }
}

.form__title {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--color-navy);
  margin-bottom: 0.35rem;
  letter-spacing: -0.01em;
}
.form__subtitle {
  font-size: 0.88rem;
  color: var(--color-gray);
  line-height: 1.5;
  margin: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1.35rem;
}
@media (max-width: 580px) {
  .form-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  position: relative;
}
.field--full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.field label span.req {
  color: #e0334c;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  font: inherit;
  font-size: 0.94rem;
  color: var(--color-navy);
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.85rem 1.1rem;
  outline: none;
  transition: all 0.25s var(--ease);
  -webkit-appearance: none;
  appearance: none;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #94a3b8;
  font-size: 0.9rem;
}
.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: #cbd5e1;
  background: #f1f5f9;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  background: #ffffff;
  border-color: var(--color-blue);
  box-shadow: 0 0 0 4px rgba(22, 104, 242, 0.12);
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M1 2l6 6 6-6' stroke='%231668f2' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.1rem center;
  padding-right: 2.8rem;
  cursor: pointer;
}
.field textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

.field input.is-invalid,
.field select.is-invalid,
.field textarea.is-invalid {
  border-color: #e0334c;
  background: #fff5f5;
  box-shadow: 0 0 0 4px rgba(224, 51, 76, 0.1);
}
.error {
  font-size: 0.74rem;
  color: #e0334c;
  min-height: 1.1em;
  font-weight: 600;
  margin-top: 0.15rem;
}

.form__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid #f1f5f9;
}
.btn--whatsapp {
  background: linear-gradient(135deg, #1668f2 0%, #1a56db 50%, #16a34a 100%);
  background-size: 200% auto;
  color: #ffffff;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.95rem 1.85rem;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 24px rgba(22, 104, 242, 0.3), 0 4px 12px rgba(22, 163, 74, 0.2);
  transition: all 0.35s var(--ease);
  cursor: pointer;
}
.btn--whatsapp:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(22, 104, 242, 0.4), 0 6px 16px rgba(22, 163, 74, 0.35);
  color: #fff;
}
.btn--whatsapp .btn__icon {
  flex-shrink: 0;
  fill: currentColor;
}

.form__note {
  font-size: 0.82rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.form-status {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  min-height: 1.4em;
  color: #1668f2;
  padding: 0.85rem 1.15rem;
  border-radius: 10px;
  background: rgba(22, 104, 242, 0.08);
  display: none;
}
.form-status.is-visible {
  display: block;
  animation: fadeInStatus 0.3s ease;
}
.form-status.is-error {
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
}
.form-status.is-success {
  color: #15803d;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}
@keyframes fadeInStatus {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --------------------------------------------------------------------------
   Split utility  (text left | card right)
   -------------------------------------------------------------------------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}
@media (max-width: 820px) {
  .split {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   Map card  (decorative blueprint-style card used on contact page)
   -------------------------------------------------------------------------- */
.map-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--color-navy);
  border: 1px solid var(--line-dark);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(22, 104, 242, 0.14);
  min-height: 320px;
}

/* Animated grid overlay */
.map-card__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line-blue) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-blue) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.55;
  animation: mapGridPan 28s linear infinite;
}
@keyframes mapGridPan {
  0%   { background-position: 0 0; }
  100% { background-position: 44px 44px; }
}

/* Radial glow in the centre */
.map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% 45%, rgba(22, 104, 242, 0.22) 0%, transparent 72%);
  pointer-events: none;
  z-index: 1;
}

/* Animated pin */
.map-card__pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 36px;
  height: 36px;
  z-index: 3;
  display: block;
}
.map-card__pin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 50% 0;
  rotate: -45deg;
  background: var(--color-blue);
  box-shadow: 0 0 0 4px rgba(22, 104, 242, 0.3), 0 6px 20px rgba(22, 104, 242, 0.55);
  animation: pinBounce 2.4s ease-in-out infinite;
}
.map-card__pin::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  animation: pinShadow 2.4s ease-in-out infinite;
}
@keyframes pinBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(-10px); }
}
@keyframes pinShadow {
  0%, 100% { opacity: 0.45; transform: translateX(-50%) scaleX(1); }
  50%       { opacity: 0.15; transform: translateX(-50%) scaleX(0.6); }
}

/* Info body at the bottom of the card */
.map-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 1.4rem 1.6rem;
  background: linear-gradient(0deg, rgba(5, 16, 31, 0.96) 0%, rgba(5, 16, 31, 0.72) 70%, transparent 100%);
  backdrop-filter: blur(4px);
}
.map-card__body h3 {
  color: #fff;
  font-size: 1rem;
  margin-top: 0.1rem;
}
.map-card__body p {
  margin-top: 0.45rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.45;
}
.map-card__body .label {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  color: var(--color-blue-light);
  text-transform: uppercase;
  font-weight: 700;
}

/* Directions link inside the map card */
.map-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.9rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-blue-light);
  transition: color 0.25s, gap 0.25s;
}
.map-card__link:hover {
  color: #fff;
  gap: 0.7rem;
}

/* Embedded map iframe wrapper */
.map-embed {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.38);
  aspect-ratio: 4 / 3;
}
.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(20%) contrast(1.05);
  transition: filter 0.4s;
}
.map-embed:hover iframe {
  filter: grayscale(0%) contrast(1);
}

/* --------------------------------------------------------------------------
   CONTACT ITEM — icon + label rows (phone, email, address)
   -------------------------------------------------------------------------- */
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 2rem;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-item__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(0, 122, 255, 0.10);
  color: var(--color-blue);
  border: 1px solid rgba(0, 122, 255, 0.18);
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.contact-item:hover .contact-item__icon {
  background: var(--color-blue);
  border-color: var(--color-blue);
  color: #fff;
  transform: translateY(-2px);
}
.contact-item h3 {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-blue);
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.contact-item a,
.contact-item p {
  font-size: 0.95rem;
  color: var(--color-gray);
  line-height: 1.5;
  transition: color 0.2s;
}
.contact-item a:hover {
  color: var(--color-blue);
}

/* --------------------------------------------------------------------------
   FOOTER CONTACT LIST WITH ICONS
   -------------------------------------------------------------------------- */
.footer__contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.footer__contact-list li {
  margin: 0 !important;
}
.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.93rem;
  line-height: 1.45;
  transition: color 0.25s var(--ease, ease);
}
.footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(22, 104, 242, 0.12);
  border: 1px solid rgba(22, 104, 242, 0.3);
  color: var(--color-blue-light, #6ba1ff);
  flex-shrink: 0;
  margin-top: 1px;
  transition: all 0.25s var(--ease, ease);
}
.footer__contact-icon svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.footer__contact-item:hover {
  color: #fff;
}
.footer__contact-item:hover .footer__contact-icon {
  background: var(--color-blue, #1668f2);
  color: #fff;
  border-color: var(--color-blue, #1668f2);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(22, 104, 242, 0.4);
}
.footer__contact-text {
  flex: 1;
  word-break: break-word;
}

/* --------------------------------------------------------------------------
   SOCIAL MEDIA LINKS (Modern circular icon buttons)
   -------------------------------------------------------------------------- */
.social-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s var(--ease, ease);
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.social-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-3px);
  color: #fff;
}
.social-link:hover svg {
  transform: scale(1.1);
}
/* Brand specific glow on hover */
.social-link[aria-label="TikTok"]:hover,
.social-link[aria-label="TikTok"]:focus-visible {
  background: #010101;
  border-color: #fe2c55;
  box-shadow: 0 6px 20px rgba(254, 44, 85, 0.4);
}
.social-link[aria-label="Facebook"]:hover,
.social-link[aria-label="Facebook"]:focus-visible {
  background: #1877f2;
  border-color: #1877f2;
  box-shadow: 0 6px 20px rgba(24, 119, 242, 0.45);
}

/* Light variant — used inside light sections (e.g. Contact page card) */
.social-links--light .social-link {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: var(--color-navy, #0c1a30);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.social-links--light .social-link:hover,
.social-links--light .social-link:focus-visible {
  color: #fff;
}
.social-links--light .social-link[aria-label="TikTok"]:hover {
  background: #010101;
  border-color: #010101;
}
.social-links--light .social-link[aria-label="Facebook"]:hover {
  background: #1877f2;
  border-color: #1877f2;
}
