:root {
  --navy: #0b2038;
  --navy-deep: #061528;
  --blue: #173d5d;
  --cream: #f5f0e6;
  --paper: #fbf8f1;
  --gold: #c99b38;
  --gold-light: #e2bd6c;
  --burgundy: #78363f;
  --ink: #122236;
  --slate: #586474;
  --line: rgba(11, 32, 56, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

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

.site-header {
  align-items: center;
  background: rgba(251, 248, 241, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding: 0 clamp(24px, 6vw, 96px);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand span {
  color: var(--gold);
  font-size: 24px;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 34px;
}

.desktop-nav a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.desktop-nav a:not(.nav-cta):hover {
  color: var(--gold);
}

.nav-cta {
  background: var(--navy);
  color: white;
  padding: 14px 20px;
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  list-style: none;
  text-transform: uppercase;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav > div {
  background: var(--paper);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-width: 230px;
  padding: 18px;
  position: absolute;
  right: 0;
  top: 36px;
}

.mobile-nav a {
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
  padding: 12px 6px;
}

.hero {
  background: var(--navy-deep);
  color: white;
  min-height: 710px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  margin: 0 auto;
  max-width: 1540px;
  min-height: 710px;
}

.hero-copy {
  align-self: center;
  padding: 88px clamp(32px, 7vw, 112px);
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.23em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--burgundy);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  font-size: clamp(52px, 5vw, 78px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin-bottom: 30px;
  max-width: 820px;
}

h1 em {
  color: var(--gold-light);
  font-weight: 500;
}

.hero-lede {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.75;
  max-width: 710px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 52px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-gold {
  background: var(--gold);
  color: var(--navy-deep);
}

.button-gold:hover {
  background: var(--gold-light);
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.32);
  color: white;
}

.button-outline:hover {
  border-color: var(--gold-light);
}

.hero-markets {
  align-items: center;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.16em;
  margin-top: 54px;
  text-transform: uppercase;
}

.hero-markets i {
  background: var(--gold);
  border-radius: 100%;
  height: 4px;
  width: 4px;
}

.hero-visual {
  background:
    linear-gradient(145deg, rgba(23, 61, 93, 0.2), rgba(6, 21, 40, 0.75)),
    repeating-linear-gradient(90deg, transparent 0, transparent 96px, rgba(255, 255, 255, 0.035) 97px),
    repeating-linear-gradient(0deg, transparent 0, transparent 96px, rgba(255, 255, 255, 0.035) 97px);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 710px;
  overflow: hidden;
  position: relative;
}

.orbital {
  border: 1px solid rgba(226, 189, 108, 0.25);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 47%;
  transform: translate(-50%, -50%);
}

.orbital-one {
  height: 540px;
  width: 540px;
}

.orbital-two {
  height: 430px;
  transform: translate(-50%, -50%) rotate(58deg) scaleX(0.36);
  width: 430px;
}

.orbital-three {
  height: 430px;
  transform: translate(-50%, -50%) rotate(-58deg) scaleX(0.36);
  width: 430px;
}

.coordinate {
  color: rgba(255, 255, 255, 0.32);
  font-size: 10px;
  letter-spacing: 0.16em;
  position: absolute;
}

.coordinate-top {
  right: 44px;
  top: 48px;
}

.coordinate-bottom {
  bottom: 48px;
  left: 44px;
}

.visual-lockup {
  background: rgba(6, 21, 40, 0.72);
  border-left: 3px solid var(--gold);
  bottom: 82px;
  display: flex;
  flex-direction: column;
  left: clamp(28px, 5vw, 70px);
  padding: 22px 24px;
  position: absolute;
  right: clamp(28px, 5vw, 70px);
}

.visual-lockup span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.visual-lockup strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  margin-top: 4px;
}

.credibility-strip {
  align-items: center;
  background: var(--gold);
  color: var(--navy-deep);
  display: flex;
  justify-content: space-between;
  padding: 22px clamp(24px, 7vw, 110px);
}

.credibility-strip p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}

.credibility-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.credibility-strip span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section {
  padding: 112px clamp(24px, 7vw, 110px);
}

.section-heading {
  margin: 0 auto 62px;
  max-width: 1380px;
}

.split-heading {
  align-items: end;
  display: grid;
  gap: 72px;
  grid-template-columns: 1.2fr 0.8fr;
}

.section-heading h2,
.contact-copy h2,
.principles-section h2 {
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin-bottom: 0;
}

.split-heading > p {
  color: var(--slate);
  font-size: 17px;
  margin: 0;
}

.capability-grid {
  border-left: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1380px;
}

.capability-card {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  min-height: 270px;
  padding: 34px 28px;
}

.capability-card > span,
.approach-track article > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.capability-card h3 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  margin: 54px 0 14px;
}

.capability-card p {
  color: var(--slate);
  font-size: 14px;
  margin: 0;
}

.journey-section {
  background: #e9e2d4;
}

.journey-heading .eyebrow {
  color: var(--burgundy);
}

.journey-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, 1fr);
  margin: 0 auto;
  max-width: 1380px;
}

.journey-card {
  background: var(--navy);
  height: 430px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.journey-card::after {
  background: linear-gradient(to top, rgba(3, 13, 25, 0.96), rgba(3, 13, 25, 0.05) 62%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.journey-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}

.journey-card:hover img {
  transform: scale(1.025);
}

.journey-card figcaption {
  bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.journey-card figcaption span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.journey-card figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.25;
  max-width: 560px;
}

.journey-europe {
  grid-column: 1 / span 7;
}

.journey-europe img {
  object-position: center 43%;
}

.journey-china {
  grid-column: 8 / span 5;
}

.journey-china img {
  object-position: center 42%;
}

.journey-espn {
  grid-column: 1 / span 5;
  height: 480px;
}

.journey-espn img {
  object-position: center 28%;
}

.journey-executive {
  grid-column: 6 / span 7;
  height: 480px;
}

.journey-executive img {
  object-position: center 42%;
}

.engagement-section {
  background: var(--navy);
  color: white;
}

.light-heading > p {
  color: rgba(255, 255, 255, 0.62);
}

.engagement-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  max-width: 1380px;
}

.engagement-note {
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  margin: 24px auto 0;
  max-width: 1380px;
  text-align: center;
}

.engagement-card {
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 30px;
  grid-template-columns: 54px minmax(280px, 1.15fr) minmax(280px, 1fr);
  padding: 34px;
}

.engagement-card.featured {
  background: rgba(201, 155, 56, 0.09);
  border-color: var(--gold);
}

.engagement-number {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.card-label {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.engagement-main h3 {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 13px;
}

.engagement-description {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  margin-bottom: 0;
}

.engagement-card ul,
.principles-section ul,
.proof-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.engagement-card li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  padding: 7px 0 7px 18px;
  position: relative;
}

.engagement-card li::before,
.proof-list li::before {
  color: var(--gold);
  content: "→";
  left: 0;
  position: absolute;
}

.centered-heading {
  max-width: 930px;
  text-align: center;
}

.approach-track {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1380px;
  position: relative;
}

.approach-track::before {
  background: var(--gold);
  content: "";
  height: 1px;
  left: 12.5%;
  position: absolute;
  right: 12.5%;
  top: 18px;
}

.approach-track article {
  padding: 0 30px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.approach-track article > span {
  background: var(--paper);
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  align-items: center;
  width: 38px;
}

.approach-track h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 24px 0 12px;
}

.approach-track p {
  color: var(--slate);
  font-size: 14px;
}

.founder-section {
  background: #ece6da;
}

.founder-grid {
  align-items: center;
  display: grid;
  gap: clamp(60px, 8vw, 120px);
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  margin: 0 auto;
  max-width: 1260px;
}

.founder-visual {
  aspect-ratio: 4 / 5;
  max-width: 460px;
  overflow: hidden;
  position: relative;
}

.founder-photo {
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  width: 100%;
}

.founder-caption {
  background: linear-gradient(to top, rgba(3, 13, 25, 0.96), rgba(3, 13, 25, 0));
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 85px 34px 30px;
  position: absolute;
  right: 0;
}

.founder-caption span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.founder-caption strong {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.founder-copy h2 {
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.founder-copy > p:not(.eyebrow) {
  color: #4f5966;
  font-size: 16px;
}

.proof-list {
  border-top: 1px solid var(--line);
  margin-top: 30px;
}

.proof-list li {
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
  padding: 13px 0 13px 25px;
  position: relative;
}

.principles-section {
  align-items: start;
  background: var(--burgundy);
  color: white;
  display: grid;
  gap: 80px;
  grid-template-columns: 0.9fr 1.1fr;
  padding: 88px clamp(24px, 8vw, 130px);
}

.principles-section h2 {
  max-width: 600px;
}

.principles-section li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.77);
  font-size: 14px;
  padding: 16px 0 16px 28px;
  position: relative;
}

.principles-section li::before {
  color: var(--gold-light);
  content: "◆";
  font-size: 8px;
  left: 2px;
  position: absolute;
  top: 22px;
}

.contact-section {
  background: var(--navy-deep);
  color: white;
  display: grid;
  gap: 90px;
  grid-template-columns: 0.8fr 1.2fr;
  padding: 112px clamp(24px, 8vw, 130px);
}

.contact-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  margin-top: 26px;
}

.contact-note {
  border-left: 2px solid var(--gold);
  display: flex;
  flex-direction: column;
  font-size: 11px;
  gap: 3px;
  letter-spacing: 0.08em;
  margin-top: 38px;
  padding-left: 18px;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form label > span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: white;
  min-height: 50px;
  padding: 12px 14px;
  width: 100%;
}

.contact-form select option {
  color: var(--ink);
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold-light);
  outline: 2px solid rgba(226, 189, 108, 0.22);
}

.full-field,
.form-button,
.form-disclaimer {
  grid-column: 1 / -1;
}

.form-button {
  cursor: pointer;
  justify-self: start;
}

.form-disclaimer {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  margin: -12px 0 0;
}

.honeypot {
  left: -9999px;
  position: absolute;
}

footer {
  align-items: center;
  background: #030d19;
  color: rgba(255, 255, 255, 0.56);
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr auto;
  padding: 35px clamp(24px, 7vw, 110px);
}

.footer-brand {
  color: white;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer > div {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

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

  .hero-copy {
    min-height: 650px;
  }

  .hero-visual {
    display: none;
  }

  .credibility-strip,
  .principles-section,
  .contact-section {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .credibility-strip {
    flex-direction: column;
    gap: 18px;
  }

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

  .journey-card,
  .journey-espn,
  .journey-executive {
    height: 390px;
  }

  .approach-track::before {
    display: none;
  }

  .approach-track article {
    border: 1px solid var(--line);
    padding: 28px;
  }

  .engagement-card {
    grid-template-columns: 44px 1fr 0.7fr;
  }

  .engagement-card ul {
    grid-column: 2 / -1;
  }

  .founder-grid {
    gap: 60px;
    grid-template-columns: 0.7fr 1fr;
  }

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

  footer > div {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 70px;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-copy {
    min-height: 0;
    padding: 86px 24px 76px;
  }

  h1 {
    font-size: 48px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-markets {
    margin-top: 38px;
  }

  .credibility-strip {
    padding: 24px;
  }

  .credibility-strip div {
    gap: 10px 20px;
  }

  .section {
    padding: 82px 24px;
  }

  .split-heading,
  .principles-section,
  .contact-section {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading h2,
  .contact-copy h2,
  .principles-section h2 {
    font-size: 39px;
  }

  .capability-grid,
  .approach-track,
  .founder-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

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

  .journey-card,
  .journey-europe,
  .journey-china,
  .journey-espn,
  .journey-executive {
    grid-column: auto;
    height: 390px;
  }

  .journey-card figcaption {
    padding: 24px;
  }

  .journey-card figcaption strong {
    font-size: 20px;
  }

  .capability-card {
    min-height: 220px;
  }

  .capability-card h3 {
    margin-top: 36px;
  }

  .engagement-card {
    gap: 22px;
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .engagement-card ul {
    grid-column: auto;
  }

  .approach-track article {
    text-align: left;
  }

  .founder-visual {
    justify-self: center;
    width: min(100%, 430px);
  }

  .principles-section,
  .contact-section {
    padding: 80px 24px;
  }

  .contact-form {
    gap: 20px;
  }

  .full-field,
  .form-button,
  .form-disclaimer {
    grid-column: auto;
  }

  footer {
    align-items: start;
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }

  footer > div {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
