: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%;
}

.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;
}

.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;
}

.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: 1024 / 392;
  }

  .hero-image {
    display: none;
  }

  .hero::before {
    content: none;
  }

  .venture-grid,
  .insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .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;
  }

  .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 {
    grid-template-columns: 1fr;
  }

  .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;
  }
}
