:root {
  --navy: #0d1b2a;
  --navy-2: #10243a;
  --ink: #1e1e1e;
  --gold: #d4a017;
  --gold-soft: #f3d77c;
  --teal: #0fa3b1;
  --paper: #f8f9fa;
  --white: #ffffff;
  --muted: #667085;
  --line: rgba(13, 27, 42, .12);
  --line-dark: rgba(255, 255, 255, .14);
  --shadow: 0 24px 70px rgba(13, 27, 42, .16);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

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

.container {
  width: min(var(--container), 92vw);
  margin-inline: auto;
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 249, 250, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--navy);
  font-weight: 800;
}

.brand-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.brand-name {
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(13, 27, 42, .78);
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.nav a:hover {
  color: var(--navy);
}

.nav-cta {
  padding: 10px 16px;
  color: var(--navy);
  border: 1px solid rgba(13, 27, 42, .22);
  border-radius: 999px;
}

.nav-cta:hover {
  background: var(--navy);
  color: var(--white) !important;
  border-color: var(--navy);
}

h1,
h2,
h3 {
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  color: var(--navy);
  line-height: 1.04;
  margin: 0;
}

h1 {
  max-width: 11ch;
  font-size: clamp(48px, 7vw, 92px);
}

h2 {
  font-size: clamp(32px, 4.8vw, 60px);
}

h3 {
  font-size: clamp(20px, 2vw, 26px);
}

p {
  margin: 0;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.muted {
  color: var(--muted);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(13, 27, 42, .97), rgba(16, 36, 58, .92)),
    var(--navy);
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -24% 48%;
  height: 460px;
  background: radial-gradient(circle, rgba(15, 163, 177, .28), rgba(15, 163, 177, 0) 68%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, .72fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
  padding-block: clamp(84px, 12vw, 142px);
}

.hero h1,
.hero h2,
.hero h3 {
  color: var(--white);
}

.hero .eyebrow {
  color: var(--gold-soft);
}

.hero-lede {
  max-width: 660px;
  margin-top: 28px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.38;
}

.intro,
.section-copy,
.rich-copy {
  color: var(--muted);
  font-size: 17px;
}

.hero .intro {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .72);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

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

.btn-primary {
  color: var(--navy);
  background: var(--gold);
  box-shadow: 0 18px 44px rgba(212, 160, 23, .22);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
}

.hero-panel,
.series-brand-panel {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .08);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: clamp(26px, 5vw, 48px);
}

.hero-logo,
.series-hero-logo-head {
  width: auto;
  max-width: 100%;
  max-height: 280px;
  margin-inline: auto;
  object-fit: contain;
}

.hero-panel-copy {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line-dark);
}

.hero-panel-copy p,
.hero-panel-copy span {
  display: block;
  color: rgba(255, 255, 255, .68);
}

.hero-panel-copy strong {
  display: block;
  margin-top: 4px;
  color: var(--white);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 28px;
  line-height: 1.1;
}

.section {
  padding-block: clamp(76px, 10vw, 132px);
}

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

.section-heading p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
}

.section-heading.compact {
  max-width: 660px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 84px);
}

.rich-copy {
  display: grid;
  gap: 20px;
}

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

.ventures-section {
  background: #eef3f5;
}

.venture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.venture-card,
.service-card,
.insight-grid article,
.pillar-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(13, 27, 42, .06);
}

.venture-card {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: 24px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.venture-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(13, 27, 42, .12);
}

.venture-logo-link {
  display: grid;
  min-height: 170px;
  place-items: center;
  margin-bottom: 28px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #0c1825, #132a42);
}

.venture-logo-premiervoyage,
.series-brand-premiervoyage {
  background:
    radial-gradient(circle at 50% 44%, rgba(8, 27, 47, .78), rgba(1, 13, 24, .96) 68%),
    #010d18;
}

.venture-logo-premiervoyage {
  overflow: hidden;
}

.venture-logo-premiervoyage .series-logo {
  width: min(250px, 88%);
  mix-blend-mode: screen;
  filter: saturate(1.06) contrast(1.04);
}

.series-logo {
  width: min(220px, 82%);
  max-height: 150px;
  object-fit: contain;
}

.series-logo-fallback {
  color: var(--white);
  font-weight: 800;
}

.venture-card-body {
  display: grid;
  gap: 12px;
}

.venture-label,
.insight-type {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.venture-card-body p:not(.venture-label),
.service-card p,
.insight-grid p:not(.insight-type),
.pillar-grid p,
.contact-panel p {
  color: var(--muted);
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: auto;
  padding-top: 28px;
}

.text-link {
  color: var(--navy);
  font-weight: 800;
  border-bottom: 2px solid var(--gold);
}

.muted-link {
  color: var(--muted);
  border-bottom-color: rgba(13, 27, 42, .2);
}

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

.pillar-section h2,
.pillar-section h3 {
  color: var(--white);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.pillar-grid article {
  min-height: 300px;
  padding: 28px;
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, .06);
}

.pillar-number {
  display: block;
  margin-bottom: 56px;
  color: var(--gold-soft);
  font-weight: 800;
}

.pillar-grid p {
  margin-top: 16px;
  color: rgba(255, 255, 255, .72);
}

.metrics-section,
.testimonial-section {
  background: var(--white);
}

.metrics-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(34px, 7vw, 84px);
}

.metric-list {
  display: grid;
  gap: 14px;
}

.metric-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.metric-item strong {
  color: var(--navy);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
}

.metric-item span {
  color: var(--muted);
  font-weight: 800;
  text-align: right;
}

.metric-item.placeholder strong,
.metric-item.placeholder span {
  color: rgba(13, 27, 42, .38);
}

.partners-section {
  background: #eef3f5;
}

.partner-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.partner-row span {
  display: grid;
  min-height: 118px;
  place-items: center;
  padding: 18px;
  border: 1px dashed rgba(13, 27, 42, .22);
  border-radius: var(--radius);
  color: rgba(13, 27, 42, .48);
  font-weight: 800;
  text-align: center;
  background: rgba(255, 255, 255, .58);
}

.testimonial-card {
  max-width: 940px;
  padding: clamp(34px, 6vw, 64px);
  border-left: 6px solid var(--gold);
  background: #f4f6f8;
}

.testimonial-card blockquote {
  margin: 0;
}

.testimonial-card blockquote p {
  color: var(--navy);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.14;
}

.testimonial-card span {
  display: block;
  margin-top: 26px;
  color: var(--muted);
  font-weight: 800;
}

.insights-section {
  background: var(--paper);
}

.insight-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.insight-grid article,
.service-card {
  padding: 26px;
}

.insight-grid h3,
.service-card h3 {
  margin-top: 18px;
}

.insight-grid p:last-child,
.service-card p {
  margin-top: 14px;
}

.contact-section,
.series-cta-section {
  background: var(--navy);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: clamp(34px, 6vw, 62px);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .04));
}

.contact-panel h2 {
  max-width: 760px;
  color: var(--white);
}

.contact-panel p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .76);
}

.site-footer {
  color: rgba(255, 255, 255, .72);
  background: #07111d;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(220px, .7fr);
  gap: 32px;
  padding-block: 38px;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--white);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 800;
}

.footer-links {
  display: flex;
  gap: 18px;
  color: var(--white);
  font-weight: 700;
}

.footer-meta {
  text-align: right;
}

.tiny {
  margin-top: 4px;
  font-size: 13px;
}

.series-hero {
  background:
    linear-gradient(135deg, rgba(13, 27, 42, .98), rgba(16, 36, 58, .92)),
    var(--navy);
  color: var(--white);
}

.series-hero-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
  align-items: center;
  gap: clamp(38px, 7vw, 88px);
  padding-block: clamp(72px, 10vw, 118px);
}

.series-hero h1 {
  max-width: 12ch;
  color: var(--white);
}

.series-hero .eyebrow {
  color: var(--gold-soft);
}

.series-hero .intro {
  max-width: 660px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .72);
}

.series-brand-panel {
  display: grid;
  min-height: 380px;
  place-items: center;
  padding: clamp(28px, 5vw, 48px);
}

.series-brand-premiervoyage {
  overflow: hidden;
}

.series-brand-premiervoyage .series-hero-logo-head {
  mix-blend-mode: screen;
  filter: saturate(1.06) contrast(1.04);
}

.series-brand-panel strong {
  color: var(--white);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 34px;
  text-align: center;
}

.series-overview {
  background: var(--white);
}

.services-section {
  background: #eef3f5;
}

.service-card {
  min-height: 210px;
}

@media (max-width: 980px) {
  .header-inner {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding-block: 16px;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero-grid,
  .series-hero-grid,
  .split-layout,
  .metrics-grid {
    grid-template-columns: 1fr;
  }

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

  h1 {
    max-width: 12ch;
  }

  .venture-grid,
  .pillar-grid,
  .insight-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

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

  .contact-panel,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-meta {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .brand-name {
    white-space: normal;
  }

  .nav {
    gap: 16px;
    font-size: 13px;
  }

  .nav-cta {
    padding: 9px 13px;
  }

  .hero-grid,
  .series-hero-grid {
    padding-block: 64px;
  }

  .hero-logo,
  .series-hero-logo-head {
    max-height: 220px;
  }

  .venture-card {
    min-height: auto;
  }

  .partner-row {
    grid-template-columns: 1fr;
  }

  .metric-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .metric-item span {
    text-align: left;
  }

  .footer-links {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Make series detail logo panel blend with page background */
.series-brand-panel {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.series-brand-panel img {
    background: transparent !important;
}

/* Clean logo panel treatment */
.hero-panel,
.series-brand-panel {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.hero-panel img,
.series-brand-panel img {
    background: transparent !important;
}