/* Brand update: colour, bilingual typography and refined hero/header alignment. */
:root { --red: #a42024 !important; }

body,
input,
select,
textarea,
button {
  font-family: "Kanit", sans-serif !important;
}

.primary-nav,
.button,
.eyebrow,
.hero h1,
.event-meta,
.section-label,
h1, h2, h3,
.footer-grid nav,
.footer-grid small {
  font-family: "Montserrat", "Kanit", sans-serif !important;
}

.hero-copy,
.icon-list,
.split-heading p,
.program-cards p,
.program-cards li,
.fee-feature,
.opportunity-cards p {
  font-family: "Kanit", sans-serif !important;
}

.site-header .nav-shell {
  align-items: center !important;
}

.site-header .primary-nav {
  align-items: center !important;
  height: 100% !important;
  line-height: 1 !important;
}

.brand-logo {
  display: block;
  width: 48px;
  height: 58px;
  object-fit: contain;
}

.hero .eyebrow {
  margin: 17px 0 22px !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.hero .eyebrow b {
  color: var(--red);
}

.hero h1 {
  margin: 0 !important;
  font-weight: 900 !important;
}

.hero .hero-copy {
  font-weight: 400 !important;
}

.hero .event-meta {
  font-weight: 700 !important;
  align-items: center;
  gap: 16px !important;
}

.hero .event-meta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hero .event-meta img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: invert(20%) sepia(31%) saturate(3300%) hue-rotate(322deg) brightness(86%) contrast(90%);
}

.hero .event-meta b {
  display: block;
  width: 1px;
  height: 19px;
  background: var(--red);
}

.hero .button-row {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.hero .button {
  white-space: nowrap;
}

.site-footer .brand-logo {
  width: 42px;
  height: 52px;
}

@media (max-width: 760px) {
  .brand-logo {
    width: 5.2vw !important;
    height: 6.4vw !important;
  }

  .hero .eyebrow {
    margin: 1.5vw 0 1.8vw !important;
  }

  .hero .button-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }

  .hero .event-meta {
    flex-direction: row !important;
    gap: 1.6vw !important;
    margin: 1.9vw 0 !important;
  }

  .hero .event-meta span {
    gap: 0.65vw;
  }

  .hero .event-meta img {
    width: 1.7vw;
    height: 1.7vw;
  }

  .hero .event-meta b {
    width: 1px;
    height: 2.15vw;
  }
}

/* Opportunity layout, art-directed from the approved reference. */
.opportunity {
  min-height: 0;
  padding: 0 !important;
  aspect-ratio: 2074 / 620;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.opportunity-art { width:100%; height:100%; object-fit:cover; }

.investors-art-section {
  padding: 0;
  background: #050505;
  aspect-ratio: 6030 / 2171;
  display: flex;
  overflow: hidden;
}

.investors-art { width: 100%; height: 100%; object-fit: cover; }

.art-section {
  padding: 0;
  display: block;
  overflow: hidden;
  background: #f4f4f4;
}

.section-artwork {
  display: block;
  width: 100%;
  height: auto;
}
.opportunity .section-art { opacity: .56; }
.opportunity .section-grid {
  width: min(94%, var(--container));
  grid-template-columns: 25% 39% 36%;
  gap: 0;
  align-items: start;
  padding: 4.4% 0;
}
.opportunity-label i { display:block; width:120px; height:5px; background:var(--red); margin-bottom:24px; }
.opportunity-label h2 { font-size:clamp(2.2rem,3.35vw,4.6rem); line-height:.9; }
.opportunity-heading h2 { font-size:clamp(2.2rem,3.1vw,4.2rem); line-height:.95; white-space:nowrap; }
.opportunity-heading h2 span, .opportunity-heading h2 b { display:block; }
.opportunity-heading h2 span { color:var(--ink); }
.opportunity-heading h2 b { color:var(--red); }
.opportunity .icon-list { padding-top:18%; gap:clamp(12px,1.25vw,28px); font-size:clamp(1rem,1.8vw,2.4rem); }
.opportunity .icon-list li { align-items:center; gap:12px; font-weight:400; }
.opportunity .icon-list img { width:1.2em; height:1.2em; object-fit:contain; flex:none; }
.opportunity .icon-list strong { font-family:"Montserrat",sans-serif; font-weight:800; }

@media (max-width: 760px) {
  .opportunity { aspect-ratio:auto !important; display:block !important; }
  .opportunity-art { height:auto !important; }
  .opportunity + .investors-art-section {
    margin-top: -2px;
    position: relative;
    z-index: 1;
  }
  .investors-art-section { aspect-ratio: auto; display: block; }
  .investors-art { height: auto; display: block; }
  .opportunity .section-grid { grid-template-columns:22% 51% 27% !important; padding:4.4% 0 !important; }
  .opportunity-label i { width:8vw; height:.38vw; margin-bottom:1.5vw; }
  .opportunity-label h2 { font-size:2.4vw !important; }
  .opportunity-heading h2 { font-size:2.9vw !important; }
  .opportunity .icon-list { position:absolute; top:27%; right:0; width:max-content; grid-column:auto !important; padding-top:0 !important; gap:1.2vw !important; font-size:1.55vw !important; }
  .opportunity .icon-list li { gap:.75vw !important; white-space:nowrap; }
}
