:root {
  --navy-950: #06172d;
  --navy-900: #0b2b4f;
  --navy-800: #123b68;
  --blue-600: #176bd1;
  --cyan-500: #0eb5cf;
  --coral-500: #ef5a39;
  --gold-500: #efb82f;
  --paper: #f8f9f7;
  --mist: #edf3f6;
  --white: #ffffff;
  --ink: #142a42;
  --muted: #5c6d7f;
  --line: rgba(11, 43, 79, 0.15);
  --logo-size: 96px;
  --shell: min(1240px, calc(100% - 48px));
  --shadow: 0 24px 70px rgba(6, 23, 45, 0.15);
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/geist-98bbbccb.woff2) format("woff2");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 124px;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Geist", Arial, sans-serif;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img,
video {
  max-width: 100%;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

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

button:focus-visible,
a:focus-visible,
video:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 4px;
}

::selection {
  color: var(--white);
  background: var(--coral-500);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 16px;
  color: var(--white);
  background: var(--navy-950);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section {
  padding: clamp(88px, 10vw, 145px) 0;
}

.section-shell {
  width: var(--shell);
  margin: 0 auto;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--blue-600);
  font-size: 0.69rem;
  font-weight: 780;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 31px;
  height: 3px;
  background: var(--coral-500);
}

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

.eyebrow.light > span {
  background: var(--gold-500);
}

.section-heading h2,
.experience-intro h2,
.why-heading h2,
.coverage-copy h2,
.contact-copy h2,
.carousel-heading h2,
.video-copy h2 {
  margin: 0;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  align-items: end;
  gap: clamp(55px, 9vw, 125px);
}

.section-lead {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 52px;
  padding: 14px 20px;
  font-size: 0.82rem;
  font-weight: 730;
  border: 0;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

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

.button-primary {
  color: var(--navy-950);
  background: var(--gold-500);
}

.button-primary:hover {
  background: #ffd15e;
}

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

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 35px;
  padding-bottom: 8px;
  color: var(--navy-900);
  font-size: 0.83rem;
  font-weight: 730;
  border-bottom: 1px solid var(--navy-900);
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 124px;
  padding: 0 clamp(20px, 4.8vw, 76px);
  color: var(--white);
  background:
    radial-gradient(circle at 82% 10%, rgba(239, 90, 57, 0.2), transparent 28%),
    rgba(6, 23, 45, 0.96);
  border-bottom: 4px solid var(--coral-500);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
}

.brand img {
  width: var(--logo-size);
  height: var(--logo-size);
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-size: 0.94rem;
  letter-spacing: 0.145em;
}

.brand small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
}

.nav-links button {
  position: relative;
  padding: 13px 12px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.79rem;
  font-weight: 650;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.nav-links button > span {
  display: none;
}

.nav-links button::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 5px;
  left: 12px;
  height: 2px;
  background: var(--coral-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav-links button:hover,
.nav-links button.active {
  color: var(--white);
}

.nav-links button.active::after {
  transform: scaleX(1);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 12px 15px;
  color: var(--navy-950);
  font-size: 0.77rem;
  font-weight: 780;
  background: var(--gold-500);
}

.mobile-nav-head,
.mobile-nav-note,
.menu-toggle,
.nav-backdrop {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: min(920px, 100svh);
  display: flex;
  align-items: flex-end;
  padding: 175px 0 92px;
  color: var(--white);
  background: var(--navy-950);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
  filter: saturate(0.82) contrast(1.05);
}

.hero-media-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 23, 45, 0.97) 0%, rgba(6, 23, 45, 0.83) 43%, rgba(6, 23, 45, 0.2) 78%),
    linear-gradient(0deg, rgba(6, 23, 45, 0.85) 0%, transparent 42%);
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: end;
  gap: 80px;
  width: var(--shell);
  margin: 0 auto;
}

.hero-copy {
  max-width: 850px;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8.2vw, 8.4rem);
  font-weight: 400;
  letter-spacing: -0.068em;
  line-height: 0.86;
}

.hero h1 em {
  color: var(--gold-500);
  font-weight: 400;
}

.hero-lead {
  max-width: 680px;
  margin: 34px 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 10px;
}

.hero-proof {
  display: grid;
  gap: 0;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.hero-proof p {
  margin: 0;
  padding: 17px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.79rem;
  font-weight: 680;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-proof p:last-child {
  color: var(--gold-500);
}

.hero-ribbons {
  position: absolute;
  right: -120px;
  bottom: 3%;
  z-index: 1;
  width: min(52vw, 780px);
  height: 160px;
  transform: rotate(-9deg);
}

.hero-ribbons span {
  position: absolute;
  right: 0;
  left: 0;
  height: 34px;
  background: var(--coral-500);
  border-radius: 50% 0 0 50%;
  opacity: 0.9;
}

.hero-ribbons span:nth-child(2) {
  top: 43px;
  left: -60px;
  background: var(--blue-600);
}

.hero-ribbons span:nth-child(3) {
  top: 86px;
  left: 30px;
  background: var(--white);
  opacity: 0.75;
}

/* Overview */
.overview-section {
  background: var(--paper);
}

.overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(45px, 7vw, 95px);
  align-items: start;
  margin-top: 75px;
}

.overview-image {
  position: relative;
}

.overview-image::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 22px;
  left: -16px;
  height: 5px;
  background: linear-gradient(90deg, var(--coral-500) 0 45%, var(--blue-600) 45% 78%, var(--gold-500) 78%);
}

.overview-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3.3;
  object-fit: cover;
}

.overview-image > span {
  position: absolute;
  right: -16px;
  bottom: -16px;
  padding: 14px 18px;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 720;
  background: var(--navy-900);
}

.overview-copy > p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.overview-copy > p:first-child {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.27rem;
  line-height: 1.65;
}

.purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 42px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.purpose-grid article {
  padding: 28px;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.purpose-grid span {
  color: var(--coral-500);
  font-size: 0.65rem;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.purpose-grid h3 {
  margin: 40px 0 0;
  color: var(--navy-900);
  font-size: 0.98rem;
  font-weight: 610;
  line-height: 1.55;
}

/* Carousels */
.achievements-section {
  padding: clamp(90px, 10vw, 140px) 0;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 10%, rgba(239, 90, 57, 0.21), transparent 30%),
    var(--navy-950);
  border-top: 7px solid var(--coral-500);
}

.carousel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.achievements-section .carousel-heading h2,
.gallery-block .carousel-heading h2 {
  color: var(--white);
}

.carousel-controls {
  display: flex;
  gap: 8px;
}

.carousel-controls button {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--white);
  font-size: 1.15rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.carousel-controls button:hover {
  color: var(--navy-950);
  background: var(--gold-500);
}

.carousel {
  position: relative;
}

.carousel-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-track:focus-visible {
  outline: 2px solid var(--gold-500);
  outline-offset: 6px;
}

.achievement-card {
  position: relative;
  flex: 0 0 min(64vw, 690px);
  min-height: 430px;
  scroll-snap-align: start;
  overflow: hidden;
}

.achievement-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.achievement-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 23, 45, 0.97), rgba(6, 23, 45, 0.62) 70%, rgba(6, 23, 45, 0.18)),
    linear-gradient(0deg, rgba(6, 23, 45, 0.72), transparent);
}

.achievement-card > div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 430px;
  padding: 40px;
}

.achievement-index {
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--gold-500);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.11em;
}

.achievement-card strong {
  color: var(--gold-500);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.8rem, 9vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.achievement-card h3 {
  margin: 20px 0 10px;
  font-size: 1.45rem;
  font-weight: 650;
}

.achievement-card p {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.65;
}

.carousel-status {
  margin-top: 21px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

/* Expertise */
.expertise-section {
  color: var(--white);
  background: var(--navy-900);
}

.expertise-section .section-heading h2 {
  color: var(--white);
}

.expertise-section .section-lead {
  color: rgba(255, 255, 255, 0.58);
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.expertise-card {
  position: relative;
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.expertise-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--coral-500);
  transform: translateY(101%);
  transition: transform 0.35s ease;
}

.expertise-card:hover::before {
  transform: translateY(0);
}

.expertise-card > * {
  position: relative;
  z-index: 1;
}

.expertise-card > span {
  color: var(--gold-500);
  font-size: 0.68rem;
}

.expertise-card h3 {
  margin: 80px 0 17px;
  font-size: 1.08rem;
  line-height: 1.3;
}

.expertise-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.79rem;
  line-height: 1.68;
}

.expertise-card:hover p,
.expertise-card:hover > span {
  color: var(--white);
}

/* Experience accordion */
.experience-section {
  background: var(--mist);
}

.experience-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(60px, 9vw, 130px);
}

.experience-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.experience-intro > p:not(.eyebrow) {
  margin: 28px 0;
  color: var(--muted);
  line-height: 1.75;
}

.accordion {
  border-top: 1px solid rgba(11, 43, 79, 0.35);
}

.accordion-item {
  border-bottom: 1px solid rgba(11, 43, 79, 0.35);
}

.accordion-item h3 {
  margin: 0;
}

.accordion-item button {
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 30px;
  align-items: center;
  width: 100%;
  padding: 27px 0;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.accordion-item button > span {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  align-items: baseline;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.35vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
}

.accordion-item button i {
  color: var(--coral-500);
  font-family: "Geist", Arial, sans-serif;
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 750;
}

.accordion-item button b {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(11, 43, 79, 0.35);
  border-radius: 50%;
}

.accordion-item button b::before,
.accordion-item button b::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--navy-900);
  transform: translate(-50%, -50%);
}

.accordion-item button b::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.25s ease;
}

.accordion-item.is-open button b {
  background: var(--gold-500);
  border-color: var(--gold-500);
}

.accordion-item.is-open button b::after {
  transform: translate(-50%, -50%) rotate(0);
}

.accordion-panel {
  max-width: 690px;
  padding: 0 64px 30px 56px;
}

.accordion-panel[hidden] {
  display: none;
}

.accordion-panel p,
.accordion-panel li {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.75;
}

.accordion-panel p {
  margin: 0;
}

.accordion-panel ul {
  display: grid;
  gap: 5px;
  margin: 16px 0 0;
  padding-left: 18px;
}

/* Why choose us */
.why-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  min-height: 900px;
  color: var(--white);
  background: var(--navy-950);
}

.why-image {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.why-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 23, 45, 0.72), transparent 60%);
}

.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-content {
  padding: clamp(80px, 9vw, 130px) clamp(30px, 7vw, 110px);
}

.why-heading {
  max-width: 720px;
}

.why-heading h2 {
  color: var(--white);
}

.why-heading > p:not(.eyebrow) {
  max-width: 600px;
  margin: 28px 0 55px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.75;
}

.reason-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.reason-list article {
  min-height: 205px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  transition: color 0.25s ease, background 0.25s ease;
}

.reason-list article:hover {
  color: var(--navy-950);
  background: var(--gold-500);
}

.reason-list span {
  color: var(--coral-500);
  font-size: 0.66rem;
  font-weight: 760;
}

.reason-list h3 {
  margin: 40px 0 9px;
  font-size: 1rem;
}

.reason-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
  line-height: 1.6;
}

.reason-list article:hover span,
.reason-list article:hover p {
  color: var(--navy-800);
}

/* Approach */
.approach-section {
  background: var(--paper);
}

.centered {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.centered .eyebrow {
  justify-content: center;
}

.centered > p:not(.eyebrow) {
  max-width: 620px;
  margin: 28px auto 0;
  color: var(--muted);
  line-height: 1.75;
}

.approach-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 70px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.approach-flow article {
  min-height: 260px;
  padding: 25px;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.approach-flow span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--navy-950);
  font-size: 0.66rem;
  font-weight: 740;
  background: var(--gold-500);
  border-radius: 50%;
}

.approach-flow h3 {
  margin: 70px 0 12px;
  color: var(--navy-900);
  font-size: 1rem;
}

.approach-flow p {
  margin: 0;
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.6;
}

/* Fieldwork and video */
.fieldwork-section {
  background: var(--navy-950);
}

.video-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  align-items: center;
  gap: clamp(60px, 11vw, 170px);
  width: var(--shell);
  min-height: 930px;
  margin: 0 auto;
  padding: clamp(90px, 10vw, 140px) 0;
}

.video-copy h2 {
  max-width: 780px;
  color: var(--white);
}

.video-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 30px 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 1rem;
  line-height: 1.8;
}

.video-meta {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.video-meta span {
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.video-meta strong {
  color: var(--gold-500);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.phone-stage {
  position: relative;
  justify-self: center;
}

.phone-stage::before,
.phone-stage::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(14, 181, 207, 0.38);
  border-radius: 50%;
  animation: pulseRing 3s ease-out infinite;
}

.phone-stage::before {
  top: 14%;
  left: -72px;
}

.phone-stage::after {
  right: -70px;
  bottom: 16%;
  border-color: rgba(239, 184, 47, 0.4);
  animation-delay: 1.1s;
}

.phone-frame {
  position: relative;
  z-index: 2;
  width: min(340px, 78vw);
  padding: 12px;
  background: #02060c;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 38px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.46);
}

.phone-frame::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  z-index: 4;
  width: 78px;
  height: 20px;
  background: #02060c;
  border-radius: 20px;
  transform: translateX(-50%);
  pointer-events: none;
}

.phone-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 9;
  object-fit: cover;
  background: #02060c;
  border-radius: 28px;
}

.phone-stage > p {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.7rem;
  text-align: center;
}

.phone-stage > p span {
  margin-right: 7px;
  color: var(--coral-500);
}

.phone-stage.is-playing::before,
.phone-stage.is-playing::after {
  animation-play-state: paused;
  opacity: 0.3;
}

.gallery-block {
  padding: clamp(90px, 10vw, 140px) 0;
  background: var(--navy-900);
  border-top: 7px solid var(--coral-500);
}

.gallery-carousel figure {
  position: relative;
  flex: 0 0 min(48vw, 570px);
  height: 440px;
  margin: 0;
  scroll-snap-align: start;
  overflow: hidden;
}

.gallery-carousel figure:nth-child(3n + 2) {
  flex-basis: min(33vw, 390px);
}

.gallery-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-carousel figure:hover img {
  transform: scale(1.035);
}

.gallery-carousel figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 24px 22px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 650;
  background: linear-gradient(0deg, rgba(6, 23, 45, 0.9), transparent);
}

/* Coverage */
.coverage-section {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 30%, rgba(23, 107, 209, 0.3), transparent 33%),
    var(--navy-950);
  overflow: hidden;
}

.coverage-layout {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  align-items: end;
  gap: 90px;
  padding-top: clamp(95px, 11vw, 155px);
  padding-bottom: clamp(95px, 11vw, 155px);
}

.coverage-copy h2 {
  max-width: 800px;
  color: var(--white);
}

.coverage-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.8;
}

.coverage-levels {
  display: grid;
  gap: 11px;
}

.coverage-levels span {
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  min-height: 65px;
  padding: 0 20px;
  font-size: 0.82rem;
  font-weight: 680;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.coverage-levels i {
  color: var(--gold-500);
  font-size: 0.65rem;
  font-style: normal;
}

.values-marquee {
  padding: 22px 0;
  color: var(--navy-950);
  background: var(--gold-500);
  overflow: hidden;
}

.values-marquee > div {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.values-marquee span {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-right: 34px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.3vw, 2.2rem);
}

.values-marquee i {
  color: var(--coral-500);
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
  font-style: normal;
}

/* Contact and footer */
.contact-section {
  background: var(--mist);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(60px, 10vw, 145px);
}

.contact-copy > p:not(.eyebrow) {
  max-width: 630px;
  margin: 28px 0 35px;
  color: var(--muted);
  line-height: 1.8;
}

.contact-card {
  padding: clamp(30px, 5vw, 55px);
  color: var(--white);
  background: var(--navy-900);
  box-shadow: var(--shadow);
}

.contact-brand {
  margin-bottom: 35px;
}

.contact-card dl {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-card dl > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-card dt {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
}

.contact-card dd {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 640;
}

footer {
  padding: 68px clamp(24px, 6vw, 90px) 28px;
  color: var(--white);
  background: var(--navy-950);
  border-top: 7px solid var(--coral-500);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 65px;
  padding-bottom: 55px;
}

.footer-top > p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.5;
}

.footer-top > button {
  padding: 11px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.68rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Motion */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.72s cubic-bezier(0.2, 0.65, 0.25, 1), transform 0.72s cubic-bezier(0.2, 0.65, 0.25, 1);
}

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

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

@keyframes pulseRing {
  0% { opacity: 0.75; transform: scale(0.7); }
  70%, 100% { opacity: 0; transform: scale(1.45); }
}

/* Responsive */
@media (max-width: 1080px) {
  .site-header {
    height: 116px;
  }

  .site-header > .brand {
    position: relative;
    z-index: 2;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    place-content: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.33);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    background: var(--white);
  }

  .menu-toggle span:nth-child(2) {
    width: 14px;
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 3;
    display: block;
    background: rgba(3, 12, 26, 0.72);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }

  .nav-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: min(430px, 92vw);
    padding: 0 30px 32px;
    color: var(--white);
    background:
      radial-gradient(circle at 88% 12%, rgba(239, 90, 57, 0.23), transparent 27%),
      var(--navy-950);
    border-left: 5px solid var(--coral-500);
    box-shadow: -30px 0 80px rgba(0, 0, 0, 0.34);
    transform: translateX(102%);
    visibility: hidden;
    transition: transform 0.38s cubic-bezier(0.3, 0.7, 0.2, 1), visibility 0.38s ease;
  }

  .menu-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .menu-open .nav-panel {
    transform: translateX(0);
    visibility: visible;
  }

  .mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 105px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .menu-close {
    position: relative;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
  }

  .menu-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 2px;
    background: var(--white);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .menu-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .nav-links {
    display: grid;
    width: 100%;
    margin: 28px 0 auto;
  }

  .nav-links button {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    width: 100%;
    padding: 16px 0;
    color: rgba(255, 255, 255, 0.82);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 5vw, 2.15rem);
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-links button > span {
    display: block;
    color: var(--coral-500);
    font-family: "Geist", Arial, sans-serif;
    font-size: 0.64rem;
    font-weight: 760;
  }

  .nav-links button::after {
    display: none;
  }

  .nav-links button.active {
    color: var(--gold-500);
  }

  .nav-panel .nav-cta {
    justify-content: space-between;
    margin-top: 22px;
    padding: 16px 18px;
  }

  .mobile-nav-note {
    display: block;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.64rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .expertise-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-section {
    grid-template-columns: 0.62fr 1.38fr;
  }

  .approach-flow {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .split-heading,
  .overview-grid,
  .experience-layout,
  .video-feature,
  .coverage-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .split-heading {
    align-items: start;
    gap: 28px;
  }

  .hero {
    min-height: 860px;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .hero-media-wash {
    background:
      linear-gradient(90deg, rgba(6, 23, 45, 0.93), rgba(6, 23, 45, 0.46)),
      linear-gradient(0deg, rgba(6, 23, 45, 0.9) 0%, transparent 58%);
  }

  .hero-proof {
    grid-template-columns: repeat(3, 1fr);
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
  }

  .hero-proof p {
    padding: 0 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 0;
  }

  .hero-proof p:first-child {
    padding-left: 0;
  }

  .overview-grid {
    gap: 55px;
  }

  .experience-intro {
    position: static;
  }

  .why-section {
    grid-template-columns: 1fr;
  }

  .why-image {
    height: 620px;
  }

  .why-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .approach-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-feature {
    min-height: auto;
  }

  .phone-stage {
    margin-top: 10px;
  }

  .coverage-layout {
    align-items: start;
  }

  .coverage-levels {
    grid-template-columns: repeat(3, 1fr);
  }

  .coverage-levels span {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .footer-top {
    grid-template-columns: 1fr auto;
  }

  .footer-top > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 580px) {
  :root {
    --shell: min(100% - 34px, 1240px);
  }

  html {
    scroll-padding-top: 116px;
  }

  .site-header {
    height: 116px;
    padding: 0 17px;
  }

  .site-header .brand strong {
    font-size: 0.8rem;
  }

  .site-header .brand small {
    font-size: 0.57rem;
  }

  .nav-panel {
    width: min(390px, 94vw);
    padding-right: 22px;
    padding-left: 22px;
  }

  .mobile-nav-head {
    min-height: 116px;
  }

  .hero {
    min-height: 820px;
    padding: 166px 0 70px;
  }

  .hero-media img {
    object-position: 62% center;
  }

  .hero h1 {
    font-size: clamp(3.65rem, 17.5vw, 5.7rem);
    line-height: 0.88;
  }

  .hero-lead {
    margin: 27px 0;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-proof p {
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero-ribbons {
    right: -110px;
    bottom: 20%;
    width: 88vw;
    opacity: 0.8;
  }

  .section-heading h2,
  .experience-intro h2,
  .why-heading h2,
  .coverage-copy h2,
  .contact-copy h2,
  .carousel-heading h2,
  .video-copy h2 {
    font-size: clamp(2.55rem, 12.5vw, 4rem);
  }

  .purpose-grid,
  .expertise-grid,
  .reason-list,
  .approach-flow {
    grid-template-columns: 1fr;
  }

  .purpose-grid h3 {
    margin-top: 28px;
  }

  .carousel-heading {
    align-items: center;
    gap: 20px;
  }

  .carousel-heading .eyebrow {
    margin-bottom: 15px;
  }

  .carousel-controls button {
    width: 42px;
    height: 42px;
  }

  .achievement-card {
    flex-basis: 88vw;
    min-height: 480px;
  }

  .achievement-card > div {
    min-height: 480px;
    padding: 28px;
  }

  .expertise-card {
    min-height: 260px;
  }

  .expertise-card h3 {
    margin-top: 55px;
  }

  .accordion-item button {
    grid-template-columns: 1fr 30px;
    gap: 12px;
    padding: 23px 0;
  }

  .accordion-item button > span {
    grid-template-columns: 34px 1fr;
    font-size: 1.3rem;
  }

  .accordion-panel {
    padding: 0 20px 26px 34px;
  }

  .why-image {
    height: 470px;
  }

  .reason-list article {
    min-height: 175px;
  }

  .reason-list h3 {
    margin-top: 28px;
  }

  .video-feature {
    gap: 45px;
  }

  .video-meta {
    flex-wrap: wrap;
  }

  .gallery-carousel figure,
  .gallery-carousel figure:nth-child(3n + 2) {
    flex-basis: 86vw;
    height: 390px;
  }

  .coverage-levels {
    grid-template-columns: 1fr;
  }

  .coverage-levels span {
    grid-template-columns: 46px 1fr;
  }

  .contact-card dl > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-top > p {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-top > button {
    justify-self: start;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

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