:root {
  --bg: #f3f4f6;
  --surface: #ffffff;
  --surface-muted: #e8edf4;
  --ink: #0c1320;
  --ink-soft: #48566b;
  --line: rgba(13, 25, 43, 0.12);
  --navy: #10213a;
  --navy-2: #163457;
  --black: #090d14;
  --blue-accent: #2e5b93;
  --blue-soft: #cad7e6;
  --white: #ffffff;
  --gold-muted: #8f7a49;
  --shadow: 0 24px 60px rgba(7, 17, 30, 0.14);
  --radius: 22px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

p {
  margin: 0;
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(9, 13, 20, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  color: var(--white);
}

.brand-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

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

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: rgba(255, 255, 255, 0.82);
}

.site-nav a {
  font-size: 0.92rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--white), #d8e4f5);
  color: var(--black);
  font-weight: 600;
  box-shadow: 0 14px 40px rgba(13, 27, 50, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(13, 27, 50, 0.22);
}

.button-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--white);
  box-shadow: none;
}

.button-small {
  padding: 0.7rem 1.05rem;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
}

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

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: end;
  color: var(--white);
  background: var(--black);
}

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.05) brightness(0.45);
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(7, 10, 16, 0.28), rgba(7, 10, 16, 0.92)),
    linear-gradient(120deg, rgba(21, 49, 86, 0.8), rgba(4, 8, 16, 0.45));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 8rem 0 4rem;
}

.eyebrow,
.section-kicker,
.insight-tag {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  color: rgba(227, 236, 250, 0.72);
  margin-bottom: 1rem;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(3.25rem, 8vw, 6rem);
  margin-bottom: 1.25rem;
}

.hero-copy {
  max-width: 760px;
  color: rgba(240, 245, 252, 0.82);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 4rem;
}

.metric-card {
  padding: 1.3rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.metric-card strong {
  display: block;
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.metric-card span {
  color: rgba(236, 241, 249, 0.74);
  font-size: 0.92rem;
}

.section {
  padding: 6rem 0;
}

.intro-band {
  padding: 2.75rem 0;
  background: linear-gradient(180deg, #dfe7f1, #edf1f6);
  border-top: 1px solid rgba(13, 25, 43, 0.08);
  border-bottom: 1px solid rgba(13, 25, 43, 0.08);
}

.intro-grid,
.two-column,
.outcomes-grid,
.global-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}

.section-kicker {
  color: var(--blue-accent);
  margin-bottom: 1rem;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 2.5rem;
}

.section-heading.narrow {
  max-width: 720px;
}

.section h2 {
  font-size: clamp(2.3rem, 5vw, 4rem);
  margin-bottom: 1rem;
}

.section-copy {
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.audience-grid,
.services-grid,
.method-grid,
.insight-grid {
  display: grid;
  gap: 1.5rem;
}

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

.audience-card,
.service-card,
.method-card,
.insight-card,
.proof-item,
.contact-form,
.image-panel,
.map-panel {
  border-radius: var(--radius);
}

.audience-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.audience-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.audience-card div {
  padding: 1.4rem;
}

.audience-card h3,
.service-card h3,
.method-card h3,
.insight-card h3 {
  font-size: 1.7rem;
  margin-bottom: 0.7rem;
}

.audience-card p,
.service-card p,
.method-card p,
.insight-card p,
.proof-item span,
.detail-list,
.footer-copy,
.footer-meta,
.contact-form p,
.global-list span,
.contact-notes span {
  color: var(--ink-soft);
}

.section-dark {
  background: linear-gradient(180deg, #0d1523, #111f33);
  color: var(--white);
}

.section-dark .section-kicker,
.section-dark .insight-tag {
  color: #8db2df;
}

.section-dark .section-copy,
.section-dark .detail-list,
.section-dark .insight-card p,
.section-dark .proof-item span {
  color: rgba(231, 237, 247, 0.74);
}

.detail-list {
  margin: 1.5rem 0 0;
  padding-left: 1.2rem;
}

.detail-list li + li {
  margin-top: 0.75rem;
}

.image-panel,
.map-panel {
  overflow: hidden;
  min-height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
}

.image-panel img,
.map-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.service-card {
  padding: 2rem;
  background: var(--surface);
  border: 1px solid var(--line);
}

.service-card ul {
  margin: 1.2rem 0 0;
  padding-left: 1.2rem;
  color: var(--ink-soft);
}

.service-card li + li {
  margin-top: 0.55rem;
}

.proof-stack {
  display: grid;
  gap: 1rem;
}

.proof-item {
  padding: 1.35rem 1.45rem;
  background: var(--surface);
  border: 1px solid var(--line);
}

.proof-item strong {
  display: block;
  margin-bottom: 0.45rem;
}

.method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.method-card {
  padding: 1.75rem;
  background: linear-gradient(180deg, var(--surface), var(--surface-muted));
  border: 1px solid var(--line);
}

.method-card span {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-bottom: 1rem;
  background: rgba(22, 52, 87, 0.12);
  color: var(--navy-2);
  font-weight: 700;
}

.insight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insight-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.insight-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.insight-card div {
  padding: 1.35rem;
}

.insight-tag {
  margin-bottom: 0.75rem;
}

.global-list,
.contact-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.global-list span,
.contact-notes span {
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.contact-section {
  background: linear-gradient(180deg, #f5f7fa, #e7edf4);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.93rem;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(13, 25, 43, 0.12);
  background: #fbfcfd;
  color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
}

.full-width {
  grid-column: 1 / -1;
}

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

.site-footer {
  background: #09101a;
  color: rgba(255, 255, 255, 0.75);
  padding: 2rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
}

.footer-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  color: var(--white);
  margin-bottom: 0.45rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .metrics-grid,
  .method-grid,
  .insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(8, 13, 21, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav.is-open {
    display: flex;
  }

  .intro-grid,
  .two-column,
  .outcomes-grid,
  .global-grid,
  .contact-grid,
  .audience-grid,
  .services-grid,
  .insight-grid,
  .method-grid,
  .contact-form,
  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-top: 7rem;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .image-panel,
  .map-panel {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 4.25rem 0;
  }

  .nav-shell {
    min-height: 74px;
  }

  .brand {
    gap: 0.45rem;
  }

  .brand-text {
    display: none;
  }

  .button,
  .button-small {
    width: 100%;
  }

  .hero-actions,
  .form-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-form {
    padding: 1rem;
  }
}
