:root {
  --bg: #020607;
  --bg-soft: #071011;
  --line: rgba(217, 165, 74, 0.24);
  --line-muted: rgba(255, 255, 255, 0.11);
  --gold: #d6a14a;
  --gold-light: #edc477;
  --text: #f3eee8;
  --muted: #beb7ae;
  --dim: #888178;
  --max: 1150px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 75% 18%, rgba(105, 80, 36, 0.16), transparent 26rem),
    linear-gradient(180deg, #010304 0%, #061010 54%, #020607 100%);
  font-family: "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 72px;
  padding: 0 2.25rem;
  background: rgba(1, 5, 6, 0.93);
  border-bottom: 1px solid var(--line-muted);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-grid;
  gap: 0.05rem;
  color: var(--gold-light);
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.brand span {
  font-weight: 800;
  font-size: clamp(1.18rem, 2.2vw, 1.75rem);
  letter-spacing: 0.16em;
}

.brand small {
  justify-self: center;
  font-size: 0.68rem;
  letter-spacing: 0.42em;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2.2vw, 2.05rem);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding: 1.85rem 0 1.6rem;
  color: #f5f1ea;
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--gold-light);
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.9rem;
  width: 64px;
  height: 1px;
  background: var(--gold);
  transform: translateX(-50%);
}

.nav-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 1.6rem;
  border: 1px solid var(--gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-button {
  min-width: 126px;
}

.button.primary {
  background: linear-gradient(135deg, #e3ba73, #c9913b);
  color: #090908;
  border-color: transparent;
}

.button.secondary {
  background: transparent;
  color: #fff;
}

.button:hover,
.nav-button:hover {
  border-color: var(--gold-light);
  box-shadow: 0 0 0 3px rgba(214, 161, 74, 0.12);
}

.section-band {
  border-bottom: 1px solid var(--line-muted);
}

.hero {
  position: relative;
  min-height: 0;
  height: auto;
  aspect-ratio: 1024 / 392;
  display: block;
  overflow: hidden;
  background: #020607 url("assets/hero-full.jpg") center top / 100% 100% no-repeat;
}

.hero::before {
  content: none;
}

.hero-copy {
  display: none;
}

.hero-image {
  display: none;
}

.hero-image::after {
  content: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-hotspot {
  position: absolute;
  z-index: 2;
  top: 81%;
  height: 8.5%;
}

.hero-hotspot-ventures {
  left: 6.6%;
  width: 14.8%;
}

.hero-hotspot-story {
  left: 22.7%;
  width: 13%;
}

.vault-entry {
  position: absolute;
  z-index: 3;
  right: 4.4%;
  bottom: 5.5%;
  display: grid;
  grid-template-columns: 3.1rem minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  width: min(430px, 40%);
  padding: 0.8rem 0.95rem 0.8rem 0.8rem;
  color: var(--text);
  background: rgba(2, 6, 7, 0.91);
  border: 1px solid rgba(214, 161, 74, 0.55);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.38);
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.vault-entry-mark {
  position: relative;
  display: grid;
  width: 3.1rem;
  height: 3.75rem;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid currentColor;
  border-radius: 1.55rem 1.55rem 0.15rem 0.15rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.vault-entry-mark::after {
  content: "";
  position: absolute;
  right: 0.52rem;
  width: 0.2rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 50%;
}

.vault-entry-copy {
  display: grid;
  gap: 0.12rem;
}

.vault-entry-copy small {
  color: var(--gold-light);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vault-entry-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  font-weight: 400;
  line-height: 1.05;
}

.vault-entry-description {
  max-width: 42ch;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.7rem;
  line-height: 1.3;
}

.vault-entry-arrow {
  color: var(--gold-light);
  font-size: 1.45rem;
  transition: transform 0.25s ease;
}

.vault-entry:hover,
.vault-entry:focus-visible {
  background: rgba(7, 16, 17, 0.98);
  border-color: var(--gold-light);
  outline: 2px solid rgba(237, 196, 119, 0.32);
  outline-offset: 3px;
}

.vault-entry:hover .vault-entry-arrow,
.vault-entry:focus-visible .vault-entry-arrow {
  transform: translateX(0.3rem);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  max-width: 510px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.7rem, 4.2vw, 4.3rem);
  line-height: 0.98;
}

.gold-rule {
  width: 58px;
  height: 2px;
  margin: 1.4rem 0 1.45rem;
  background: var(--gold);
}

.hero-text {
  max-width: 410px;
  margin-bottom: 1.9rem;
  color: #f1eee9;
  font-size: 0.88rem;
  line-height: 1.65;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem;
}

.ventures,
.insights {
  padding: 1.25rem max(1.25rem, calc((100vw - var(--max)) / 2)) 2.35rem;
}

.section-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.section-heading h2,
.timeline h2,
.insight-top h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2.1vw, 1.65rem);
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  margin: 0.55rem auto 0;
  background: var(--gold);
}

.venture-grid,
.insight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.venture-card,
.insight-card {
  background: rgba(3, 10, 11, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.venture-card img {
  height: 145px;
  object-fit: cover;
}

.venture-card img.logo-card-image {
  object-fit: contain;
  padding: 1.45rem 2rem;
  background: #ffffff;
}

.card-copy,
.insight-card {
  padding: 1.2rem 1.25rem 1.05rem;
}

.venture-card h3,
.insight-card h3 {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.25;
}

.venture-card p,
.insight-card p {
  min-height: 4.3rem;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.65;
}

.venture-card a,
.insight-card a,
.insight-top a {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(280px, 0.78fr) minmax(230px, 0.62fr);
  gap: clamp(1.7rem, 4vw, 3.35rem);
  align-items: center;
  padding: 0 max(1.25rem, calc((100vw - var(--max)) / 2)) 1.6rem 0;
}

.about-photo {
  height: 305px;
  object-fit: cover;
}

.about-copy {
  padding-top: 1rem;
}

.about-copy h2 {
  margin-bottom: 0.2rem;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.about-copy p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.75;
}

.about-copy .button {
  margin-top: 0.95rem;
}

.role-list {
  display: grid;
  gap: 1.35rem;
  padding-left: 2rem;
  border-left: 1px solid var(--gold);
}

.role-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.85rem;
  align-items: start;
}

.role-item h3 {
  margin-bottom: 0.3rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 400;
}

.role-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.role-icon {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid var(--gold);
  border-radius: 3px;
}

.role-icon::before,
.role-icon::after {
  content: "";
  position: absolute;
  border-color: var(--gold);
}

.briefcase::before {
  inset: 10px 4px auto;
  border-top: 1px solid var(--gold);
}

.briefcase::after {
  top: -5px;
  left: 8px;
  width: 10px;
  height: 6px;
  border: 1px solid var(--gold);
  border-bottom: 0;
}

.people {
  border-radius: 50%;
}

.people::before {
  right: -8px;
  top: 4px;
  width: 13px;
  height: 13px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.people::after {
  right: -9px;
  bottom: -1px;
  width: 18px;
  height: 10px;
  border: 1px solid var(--gold);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: 0;
}

.chart::before {
  left: 5px;
  right: 5px;
  bottom: 6px;
  height: 16px;
  background: linear-gradient(90deg, transparent 0 18%, var(--gold) 18% 22%, transparent 22% 42%, var(--gold) 42% 46%, transparent 46% 68%, var(--gold) 68% 72%, transparent 72%);
  border-bottom: 1px solid var(--gold);
}

.chart::after {
  left: 5px;
  bottom: 9px;
  width: 17px;
  height: 9px;
  border-left: 1px solid var(--gold);
  border-top: 1px solid var(--gold);
  transform: skewY(-27deg);
}

.pen {
  transform: rotate(-45deg);
}

.pen::before {
  left: 12px;
  top: -3px;
  width: 4px;
  height: 29px;
  background: var(--gold);
}

.pen::after {
  left: 9px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  transform: rotate(45deg);
}

.story-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.8rem, 5vw, 5rem);
  padding: 2.55rem max(1.25rem, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(90deg, rgba(214, 161, 74, 0.08), transparent 36%),
    rgba(2, 8, 9, 0.74);
}

.story-kicker h2 {
  max-width: 430px;
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 1.05;
}

.story-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.2rem);
  align-self: end;
}

.story-columns p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.8;
}

.story-actions {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: -1.2rem;
}

.business-vault {
  padding: clamp(3.5rem, 7vw, 6.25rem) max(1.25rem, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 87% 9%, rgba(214, 161, 74, 0.12), transparent 25rem),
    linear-gradient(180deg, rgba(8, 17, 18, 0.96), rgba(2, 8, 9, 0.98));
}

.vault-intro {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 7vw, 6.5rem);
  align-items: start;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.vault-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
  line-height: 0.96;
}

.vault-copy {
  max-width: 650px;
  padding-top: 0.15rem;
}

.vault-copy p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.85;
}

.vault-copy .vault-lead {
  color: #f0ece6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.55;
}

.vault-copy .button {
  margin-top: 1.15rem;
}

.vault-copy .button span {
  margin-left: 0.75rem;
  font-size: 1rem;
}

.vault-collections {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.vault-card {
  position: relative;
  min-height: 250px;
  padding: 1.65rem 1.45rem 1.5rem;
  background: rgba(1, 6, 7, 0.44);
  border-right: 1px solid var(--line);
}

.vault-card:last-child {
  border-right: 0;
}

.vault-card-featured {
  background: linear-gradient(145deg, rgba(214, 161, 74, 0.16), rgba(3, 10, 11, 0.68));
}

.vault-card-number {
  margin-bottom: 2.7rem;
  color: var(--gold-light);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.vault-card h3 {
  margin-bottom: 0.8rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 1.8vw, 1.5rem);
  font-weight: 400;
  line-height: 1.2;
}

.vault-card > p:not(.vault-card-number) {
  margin-bottom: 2.75rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.vault-card > span {
  position: absolute;
  left: 1.45rem;
  bottom: 1.5rem;
  color: var(--dim);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vault-card-featured > span {
  color: var(--gold-light);
}

.timeline {
  position: relative;
  min-height: 220px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 27%;
  overflow: hidden;
  background: #060b0b;
}

.timeline-content {
  position: relative;
  z-index: 2;
  padding: 1.45rem clamp(2rem, 4vw, 3.5rem) 2.15rem max(2rem, calc((100vw - var(--max)) / 2 + 1rem));
}

.timeline h2 {
  text-align: center;
  margin-bottom: 1.7rem;
}

.timeline-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 790px;
  margin: 0 auto 1.15rem;
}

.timeline-line::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 1px;
  background: rgba(214, 161, 74, 0.68);
}

.timeline-line span {
  position: relative;
  width: 7px;
  height: 7px;
  justify-self: center;
  border-radius: 50%;
  background: rgba(237, 196, 119, 0.82);
}

.timeline-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.35rem;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.timeline-items h3 {
  margin-bottom: 0.75rem;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 400;
}

.timeline-items p {
  margin-bottom: 0.35rem;
  color: #f6f1ea;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.88rem;
  line-height: 1.35;
}

.timeline-items small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.timeline img {
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.84) saturate(0.92);
}

.insight-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.insight-card {
  padding: 0 1.2rem 1rem;
}

.insight-card img {
  height: 110px;
  margin: 0 -1.2rem 0.85rem;
  width: calc(100% + 2.4rem);
  object-fit: cover;
}

.insight-card h3 {
  color: #fff;
  margin-bottom: 0.45rem;
}

.insight-card p {
  min-height: 3.2rem;
  margin-bottom: 0.55rem;
}

.closing-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.5rem, 6vw, 5rem);
  padding: 1.45rem 1.25rem 1.6rem;
}

.closing-cta p {
  margin: 0;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.18;
  text-align: center;
}

.site-footer {
  background: #020607;
  border-top: 1px solid var(--line-muted);
  color: var(--muted);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(180px, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.45rem 1.25rem 1.65rem;
}

.footer-company h2 {
  margin: 0 0 1rem;
  color: var(--gold-light);
  font-size: 1.08rem;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-company address {
  margin-bottom: 1rem;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.65;
}

.footer-company a,
.footer-nav a {
  color: var(--muted);
}

.footer-company a:hover,
.footer-nav a:hover {
  color: var(--gold-light);
}

.footer-nav {
  display: grid;
  gap: 0.75rem;
  min-width: 150px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-social {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
}

.footer-social a {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(214, 161, 74, 0.55);
  color: var(--gold-light);
}

.footer-social a:hover {
  border-color: var(--gold-light);
  background: rgba(214, 161, 74, 0.1);
}

.footer-social svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-legal {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem 2rem;
  color: var(--dim);
  font-size: 0.78rem;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 1rem;
    padding: 1rem 1.25rem;
  }

  .main-nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .main-nav a {
    padding: 0.45rem 0 0.75rem;
  }

  .main-nav a.active::after {
    bottom: 0.2rem;
  }

  .hero {
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    padding-top: 38.28125%;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .vault-entry {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(620px, calc(100% - 2.5rem));
    margin: 1.25rem;
  }

  .hero-image {
    display: none;
  }

  .hero::before {
    content: none;
  }

  .venture-grid,
  .insight-grid,
  .vault-collections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vault-card:nth-child(2) {
    border-right: 0;
  }

  .vault-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .about {
    grid-template-columns: 1fr 1fr;
    padding: 0 1.25rem 2rem;
  }

  .about-photo {
    grid-column: 1 / -1;
    margin-inline: -1.25rem;
    width: calc(100% + 2.5rem);
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .story-detail {
    grid-template-columns: 1fr;
  }

  .story-actions {
    grid-column: auto;
    margin-top: 0;
  }

  .timeline img {
    display: none;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-social {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .nav-button {
    justify-self: start;
  }

  .hero {
    min-height: 0;
  }

  .vault-entry {
    grid-template-columns: 3rem minmax(0, 1fr) auto;
    gap: 0.75rem;
    width: calc(100% - 2.5rem);
    padding: 0.75rem;
  }

  .vault-entry-mark {
    width: 3rem;
    height: 3.65rem;
  }

  .hero-copy {
    display: none;
  }

  .button-row,
  .closing-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .nav-button {
    width: 100%;
  }

  .venture-grid,
  .insight-grid,
  .about,
  .story-columns,
  .timeline-items,
  .vault-intro,
  .vault-collections {
    grid-template-columns: 1fr;
  }

  .business-vault {
    padding-block: 3.5rem;
  }

  .vault-intro {
    gap: 1.4rem;
  }

  .vault-card,
  .vault-card:nth-child(2),
  .vault-card:last-child {
    min-height: 225px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .vault-card:last-child {
    border-bottom: 0;
  }

  .venture-card p,
  .insight-card p {
    min-height: 0;
  }

  .role-list {
    padding-left: 0;
    border-left: 0;
  }

  .timeline-line {
    display: none;
  }

  .timeline-items {
    gap: 0.9rem;
    text-align: left;
  }

  .timeline-items div {
    padding-left: 1rem;
    border-left: 1px solid var(--gold);
  }

  .insight-top {
    align-items: start;
    flex-direction: column;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

/* NorthStar Intelligence venture page */
.northstar-page {
  background:
    radial-gradient(circle at 78% 10%, rgba(82, 170, 220, 0.16), transparent 28rem),
    radial-gradient(circle at 10% 0%, rgba(214, 161, 74, 0.12), transparent 24rem),
    linear-gradient(180deg, #010607 0%, #061114 48%, #020607 100%);
}

.northstar-hero,
.northstar-about,
.northstar-status,
.northstar-philosophy {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(1.6rem, 4.5vw, 4rem);
  align-items: center;
  padding: clamp(2.4rem, 5vw, 4.7rem) max(1.25rem, calc((100vw - var(--max)) / 2));
}

.northstar-hero {
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(1, 8, 12, 0.98), rgba(3, 15, 20, 0.72) 48%, rgba(1, 6, 8, 0.96)),
    radial-gradient(circle at 76% 18%, rgba(80, 190, 255, 0.2), transparent 22rem);
}

.northstar-mark {
  width: min(220px, 68vw);
  margin-bottom: 1.6rem;
}

.northstar-hero h1 {
  max-width: 620px;
  margin-bottom: 0.6rem;
  font-size: clamp(3rem, 5.8vw, 6.3rem);
  letter-spacing: -0.03em;
}

.northstar-hero h2,
.northstar-about h2,
.northstar-status h2,
.northstar-philosophy h2 {
  margin: 0;
  color: #f8fbff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.northstar-hero p:not(.eyebrow),
.northstar-copy p,
.northstar-status-copy p,
.northstar-philosophy p {
  color: #cbd7dc;
  font-size: 1rem;
  line-height: 1.8;
}

.northstar-hero-shot,
.northstar-shot-grid a {
  display: block;
  border: 1px solid rgba(99, 203, 255, 0.28);
  background: rgba(1, 12, 18, 0.82);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.northstar-hero-shot {
  padding: 0.65rem;
}

.northstar-hero-shot img,
.northstar-shot-grid img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left top;
}

.northstar-about {
  align-items: start;
}

.northstar-copy {
  display: grid;
  gap: 1rem;
}

.northstar-copy p {
  margin: 0;
}

.northstar-highlights,
.northstar-gallery {
  padding: clamp(2.25rem, 4vw, 3.6rem) max(1.25rem, calc((100vw - var(--max)) / 2));
}

.northstar-highlight-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.northstar-highlight-grid article,
.northstar-status-panel,
.northstar-philosophy {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(90, 197, 255, 0.08), transparent 34%),
    rgba(4, 14, 18, 0.76);
}

.northstar-highlight-grid article {
  min-height: 132px;
  padding: 1rem;
}

.northstar-highlight-grid span {
  color: #68caff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.northstar-highlight-grid h3 {
  margin: 0.75rem 0 0;
  color: #f5f1ea;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.35;
}

.northstar-status-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.northstar-status-panel div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.northstar-status-panel div:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.northstar-status-panel span {
  color: var(--muted);
}

.northstar-status-panel strong {
  color: #61e7bd;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.northstar-status-panel .is-disabled strong {
  color: #ff7a87;
}

.northstar-gallery .insight-top p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.northstar-shot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.northstar-shot-grid a {
  padding: 0.55rem;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.northstar-shot-grid a:hover,
.northstar-shot-grid a:focus-visible {
  border-color: rgba(104, 202, 255, 0.62);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.48), 0 0 0 3px rgba(104, 202, 255, 0.08);
  transform: translateY(-2px);
}

.northstar-shot-grid span {
  display: block;
  margin: 0.85rem 0 0.35rem;
  color: var(--gold-light);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.northstar-shot-grid p {
  margin: 0;
  color: #cbd7dc;
  font-size: 0.86rem;
  line-height: 1.6;
}

.northstar-philosophy {
  display: block;
  max-width: var(--max);
  margin: clamp(2rem, 4vw, 3.5rem) auto;
}

.northstar-philosophy h2 {
  margin-bottom: 1rem;
}

.northstar-philosophy p {
  max-width: 760px;
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .northstar-hero,
  .northstar-about,
  .northstar-status {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  .northstar-hero {
    min-height: auto;
  }

  .northstar-highlight-grid,
  .northstar-shot-grid,
  .northstar-status-panel {
    grid-template-columns: 1fr;
  }

  .northstar-status-panel div:nth-child(odd) {
    border-right: 0;
  }
}
