:root {
  --obs-black: #111214;
  --obs-charcoal: #1b1c1e;
  --obs-silver: #d9d9d7;
  --obs-gold: #b9904a;
  --obs-white: #ffffff;
  --obs-light: #f5f5f3;
  --obs-text-muted: #a9a9a7;
  --obs-border: rgba(217, 217, 215, 0.22);
  --obs-panel: rgba(255, 255, 255, 0.03);
  --obs-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  --bs-body-font-family: "Manrope", sans-serif;
  --bs-heading-font-family: "Cormorant Garamond", serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--obs-white);
  color: var(--obs-black);
  font-family: var(--bs-body-font-family);
  line-height: 1.7;
}

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

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-heading-font-family);
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin-bottom: 0.75rem;
}

p {
  margin-bottom: 1rem;
  /* color: var(--obs-charcoal); */
}

.section-label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.28rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--obs-gold);
  margin-bottom: 1rem;
}

.obs-page-shell {
  background: var(--obs-light);
}

.obs-container {
  width: min(1280px, calc(100% - 2rem));
  margin: 0 auto;
}

.btn-obs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.85rem 1.7rem;
  border: 1px solid var(--obs-gold);
  border-radius: 0;
  background: transparent;
  color: var(--obs-black);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-obs:hover,
.btn-obs:focus,
.btn-obs:active {
  background: var(--obs-gold);
  color: var(--obs-white);
}

.btn-obs.btn-obs-dark {
  background: rgba(255, 255, 255, 0.03);
  color: var(--obs-white);
}

.btn-obs.btn-obs-dark:hover,
.btn-obs.btn-obs-dark:focus {
  background: var(--obs-gold);
  color: var(--obs-black);
}

.btn-obs.btn-obs-fill {
  background: var(--obs-gold);
  color: var(--obs-black);
  border-color: var(--obs-gold);
}

.btn-obs.btn-obs-fill:hover,
.btn-obs.btn-obs-fill:focus {
  background: transparent;
  color: var(--obs-gold);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  background: transparent;
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  background: rgba(17, 18, 20, 0.94);
  border-color: rgba(217, 217, 215, 0.14);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  width: 86px;
  flex: 0 0 86px;
}

.brand-mark img {
  width: 100%;
  height: auto;
  display: block;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-text .obs {
  font-family: var(--bs-heading-font-family);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.12em;
  color: var(--obs-white);
  text-transform: uppercase;
}

.brand-text .global {
  font-size: 0.8rem;
  letter-spacing: 0.7rem;
  text-transform: uppercase;
  color: var(--obs-silver);
  font-weight: 600;
}

.site-header .nav-link {
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.14rem;
  font-weight: 600;
  padding: 0.6rem 0.8rem;
  position: relative;
}

.site-header .nav-link.active,
.site-header .nav-link:hover,
.site-header .nav-link:focus {
  color: var(--obs-white);
}

.site-header .nav-link.active::after,
.site-header .nav-link:hover::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: -0.35rem;
  height: 1px;
  background: var(--obs-gold);
}

.join-btn {
  border: 1px solid rgba(185, 144, 74, 0.9);
  background: transparent;
  color: var(--obs-white);
  padding: 0.8rem 1.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  font-weight: 700;
}

.join-btn:hover {
  background: var(--obs-gold);
  color: var(--obs-black);
}

.navbar-toggler {
  border: 1px solid rgba(217, 217, 215, 0.35);
  padding: 0.45rem 0.7rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.8)' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 11, 12, 0.94), rgba(17, 18, 20, 0.55)),
    url("https://images.unsplash.com/photo-1514565131-fce0801e5785?auto=format&fit=crop&w=1600&q=80")
      center/cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 60% 35%,
    rgba(185, 144, 74, 0.28),
    transparent 20%,
    transparent 60%,
    rgba(0, 0, 0, 0.3)
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hero h1 {
  font-size: clamp(4rem, 7vw, 9rem);
  font-weight: 700;
  line-height: 0.8;
  color: var(--obs-white);
  letter-spacing: -0.06em;
}

.hero h1 .line-two {
  display: block;
  color: var(--obs-gold);
  font-style: italic;
}

.hero .subhead {
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  max-width: 680px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1.4rem;
}

.hero .stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  gap: 1rem;
  max-width: 640px;
  margin-top: 2.5rem;
}

.hero-stat {
  border: 1px solid rgba(217, 217, 215, 0.25);
  background: rgba(17, 18, 20, 0.28);
  padding: 1rem 0.75rem;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-stat strong {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  color: var(--obs-white);
  display: block;
  font-family: var(--bs-heading-font-family);
}

.hero-stat span {
  font-size: 0.73rem;
  letter-spacing: 0.14rem;
  color: var(--obs-silver);
  text-transform: uppercase;
  display: block;
  margin-top: 0.3rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-visual {
  position: relative;
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.planet {
  width: min(86vw, 700px);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0.01) 15%,
      rgba(0, 0, 0, 0.65) 52%,
      rgba(0, 0, 0, 0.9) 100%
    ),
    url("https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?auto=format&fit=crop&w=1200&q=80")
      center/cover no-repeat;
  box-shadow:
    inset 0 0 60px rgba(176, 151, 101, 0.18),
    0 0 80px rgba(185, 144, 74, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.planet::before {
  content: "";
  position: absolute;
  inset: 3%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

section {
  padding: 6rem 0;
}

.section-shell {
  background: var(--obs-light);
}

.section-shell-dark {
  background: #0e0f12;
  color: var(--obs-white);
}

.section-shell-dark p,
.section-shell-dark li,
.section-shell-dark .stat-copy {
  color: rgba(255, 255, 255, 0.72);
}

.section-header {
  margin-bottom: 3rem;
}

.section-header .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: var(--obs-gold);
  font-size: 0.76rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-header h2 {
  font-size: clamp(2.6rem, 4vw, 5rem);
  color: var(--obs-black);
}

.section-shell-dark .section-header h2 {
  color: var(--obs-white);
}

.editorial-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.editorial-grid h3 {
  font-size: clamp(2.6rem, 4vw, 5rem);
  letter-spacing: -0.05em;
}

.editorial-grid .line {
  width: 110px;
  height: 1px;
  background: linear-gradient(90deg, var(--obs-gold), transparent 75%);
  display: block;
  margin: 1.5rem 0;
}

.map-panel {
  position: relative;
  min-height: 420px;
  border: 1px solid var(--obs-border);
  background: linear-gradient(
    135deg,
    rgba(17, 18, 20, 0.78),
    rgba(17, 18, 20, 0.4)
  );
  overflow: hidden;
}

.map-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(185, 144, 74, 0.7) 1px,
    transparent 1.4px
  );
  background-size: 18px 18px;
  opacity: 0.28;
}

.map-panel::after {
  content: "";
  position: absolute;
  inset: 12% 5% 8% 5%;
  border: 1px solid rgba(217, 217, 215, 0.18);
  border-radius: 48% 52% 50% 50% / 44% 42% 58% 56%;
  transform: rotate(-12deg);
}

.platform-list {
  display: grid;
  grid-template-columns: repeat(10, minmax(120px, 1fr));
  gap: 0;
  border-top: 1px solid var(--obs-border);
  border-left: 1px solid var(--obs-border);
  background: rgba(255, 255, 255, 0.18);
}

.platform-item {
  border-right: 1px solid var(--obs-border);
  border-bottom: 1px solid var(--obs-border);
  padding: 1.1rem 0.9rem 0.9rem;
  min-height: 190px;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
  background: rgba(255, 255, 255, 0.12);
}

.platform-item:hover {
  transform: translateY(-4px);
  background: rgba(185, 144, 74, 0.05);
}

.platform-item .index {
  font-size: 0.7rem;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
  color: var(--obs-text-muted);
  display: block;
  margin-bottom: 1rem;
}

.platform-item .name {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  font-family: var(--bs-heading-font-family);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.platform-item .name small {
  font-size: 0.7rem;
}

.platform-item p {
  font-size: 0.8rem;
  color: rgba(17, 18, 20, 0.72);
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

.platform-item .link {
  color: var(--obs-black);
  font-size: 0.74rem;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  font-weight: 700;
}

.platform-item .link i {
  margin-left: 0.3rem;
}

.platform-item:nth-child(1) .name {
  color: var(--obs-black);
}
.platform-item:nth-child(2) .name {
  color: #312e2a;
}
.platform-item:nth-child(3) .name {
  color: #3b3a33;
}
.platform-item:nth-child(4) .name {
  color: #312723;
}
.platform-item:nth-child(5) .name {
  color: #2a2d27;
}
.platform-item:nth-child(6) .name {
  color: #3d382d;
}
.platform-item:nth-child(7) .name {
  color: #324447;
}
.platform-item:nth-child(8) .name {
  color: #35402e;
}
.platform-item:nth-child(9) .name {
  color: #243b48;
}
.platform-item:nth-child(10) .name {
  color: #2d3144;
}

.season-dark {
  background: #0e0f12;
  color: var(--obs-white);
  padding: 6rem 0;
}

.season-hero {
  display: grid;
  grid-template-columns: 1.1fr 1.5fr;
  gap: 2.5rem;
  align-items: center;
}

.season-copy h2 {
  font-size: clamp(4rem, 5vw, 7rem);
  color: var(--obs-white);
  line-height: 0.8;
}

.season-copy .date {
  color: var(--obs-silver);
  letter-spacing: 0.14rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 1.5rem 0;
}

.count-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.counter-box {
  border: 1px solid rgba(185, 144, 74, 0.3);
  padding: 1.2rem 1rem;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.02);
}

.counter-box .count {
  font-family: var(--bs-heading-font-family);
  font-size: clamp(2.5rem, 3vw, 4rem);
  color: var(--obs-white);
  line-height: 1;
}

.counter-box .label {
  text-transform: uppercase;
  letter-spacing: 0.14rem;
  font-size: 0.7rem;
  color: var(--obs-text-muted);
  margin-top: 0.7rem;
}

.opportunity-grid,
.chapter-grid,
.leadership-grid,
.media-grid,
.ecosystem-grid,
.platform-grid {
  display: grid;
  gap: 1.5rem;
}

.opportunity-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-obs {
  background: #fff;
  border: 1px solid var(--obs-border);
  border-radius: 0;
  overflow: hidden;
}

.card-obs .card-body {
  padding: 1.5rem;
}

.card-obs .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.badge-soft {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.35rem 0.7rem;
  font-size: 0.7rem;
  letter-spacing: 0.08rem;
  color: var(--obs-black);
  border: 1px solid rgba(185, 144, 74, 0.4);
  text-transform: uppercase;
  background: rgba(185, 144, 74, 0.06);
}

.opportunity-card h3,
.chapter-card h3,
.leadership-card h3,
.media-card h3 {
  font-size: clamp(2rem, 2.4vw, 3rem);
  margin-bottom: 0.8rem;
}

.card-link {
  color: var(--obs-black);
  font-size: 0.74rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  font-weight: 700;
}

.filter-panel {
  background: rgba(17, 18, 20, 0.02);
  border: 1px solid var(--obs-border);
  padding: 1.2rem;
  margin-bottom: 2rem;
}

.form-control,
.form-select {
  min-height: 52px;
  border-radius: 0;
  border: 1px solid rgba(17, 18, 20, 0.18);
  background: var(--obs-white);
}

.form-label {
  font-size: 0.72rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: var(--obs-charcoal);
  font-weight: 700;
}

.page-hero {
  padding-top: 4.5rem;
  padding-bottom: 4rem;
  background:
    linear-gradient(180deg, rgba(17, 18, 20, 0.96), rgba(17, 18, 20, 0.9)),
    url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1600&q=80")
      center/cover no-repeat;
  color: var(--obs-white);
}

.page-hero h1 {
  font-size: clamp(3.4rem, 6vw, 7rem);
  letter-spacing: -0.05em;
  color: var(--obs-white);
}

.page-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  max-width: 720px;
}

.breadcrumb {
  font-size: 0.72rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.breadcrumb a,
.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.8);
}

.list-checked {
  list-style: none;
  padding-left: 0;
}

.list-checked li {
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 0.8rem;
}

.list-checked li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--obs-gold);
  font-weight: 700;
}

.stats-strip {
  border-top: 1px solid var(--obs-border);
  border-bottom: 1px solid var(--obs-border);
  background: rgba(17, 18, 20, 0.02);
}

.stat-box {
  text-align: center;
  padding: 2rem 1rem;
}

.stat-box strong {
  font-size: clamp(2rem, 3vw, 4rem);
  font-family: var(--bs-heading-font-family);
  display: block;
  color: var(--obs-black);
}

.stat-box span {
  font-size: 0.72rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: var(--obs-text-muted);
}

.platform-card-hero {
  border: 1px solid var(--obs-border);
  background: #fff;
  min-height: 100%;
}

.platform-card-hero .card-body {
  padding: 2rem;
}

.chapter-card,
.media-card,
.leadership-card,
.opportunity-card {
  border: 1px solid var(--obs-border);
  background: #fff;
  height: 100%;
}

.chapter-card .card-body,
.media-card .card-body,
.leadership-card .card-body,
.opportunity-card .card-body {
  padding: 1.4rem;
}

.cover-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  background: linear-gradient(135deg, #d9d9d7, #f5f5f3);
}

.logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.logo-lockup .obs-burst {
  font-size: 2.2rem;
  font-family: var(--bs-heading-font-family);
  color: var(--obs-white);
}

.logo-lockup .obs-tag {
  font-size: 0.68rem;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
  color: var(--obs-silver);
}

.site-footer {
  background: #0e0f12;
  color: rgba(255, 255, 255, 0.82);
  padding-top: 4rem;
  border-top: 1px solid rgba(217, 217, 215, 0.14);
}

.site-footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.site-footer .footer-brand img {
  width: 100px;
}

.site-footer h5 {
  color: var(--obs-white);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li {
  margin-bottom: 0.6rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer .newsletter {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
}

.site-footer .newsletter input {
  flex: 1;
  min-height: 48px;
}

.footer-bottom {
  border-top: 1px solid rgba(217, 217, 215, 0.12);
  padding: 1.2rem 0 2rem;
  margin-top: 2rem;
}

.social-links a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(217, 217, 215, 0.28);
  color: var(--obs-white);
  margin-right: 0.5rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline {
  position: relative;
  margin-top: 2.5rem;
  padding-left: 1.75rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0.95rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(185, 144, 74, 0.5);
}

.timeline-item {
  position: relative;
  padding-left: 2.75rem;
  margin-bottom: 2rem;
}

.timeline-badge {
  position: absolute;
  left: -0.2rem;
  top: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--obs-gold);
  color: var(--obs-black);
  font-weight: 700;
  border: 4px solid var(--obs-light);
}

.timeline-content {
  background: rgba(17, 18, 20, 0.02);
  border: 1px solid var(--obs-border);
  padding: 1.25rem 1.5rem;
}

.timeline-content h3 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--obs-gold);
  color: var(--obs-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--obs-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: all 0.25s ease;
  z-index: 1031;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.offcanvas {
  background: rgba(17, 18, 20, 0.97);
  color: var(--obs-white);
}

.offcanvas .nav-link {
  color: var(--obs-white);
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.modal-content {
  border-radius: 0;
  border: 1px solid rgba(17, 18, 20, 0.12);
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 700px;
  }

  .hero-content {
    padding-top: 5rem;
  }

  .hero-visual {
    margin-top: 2rem;
    height: 500px;
  }

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

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

  .platform-list {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width: 767.98px) {
  section {
    padding: 4rem 0;
  }

  .hero {
    min-height: 650px;
  }

  .hero h1 {
    font-size: 4.1rem;
  }

  .hero .stat-row,
  .count-grid,
  .opportunity-grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-header .nav-link {
    padding: 0.8rem 0;
  }

  .brand-text .obs {
    font-size: 2rem;
  }

  .brand-text .global {
    letter-spacing: 0.35rem;
  }

  .platform-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .hero .stat-row,
  .count-grid,
  .opportunity-grid {
    grid-template-columns: 1fr;
  }

  .section-header h2,
  .season-copy h2,
  .editorial-grid h3 {
    font-size: 2.8rem;
  }

  .btn-obs {
    width: 100%;
  }

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

/* -------------------- Source: style(2).css -------------------- */
:root {
  --black: #08090a;
  --charcoal: #111315;
  --silver: #d9d9d7;
  --gold: #c6a05c;
  --gold-light: #e4c27e;
  --white: #fff;
  --ivory: #f4f2ed;
  --ink: #141414;
  --muted: #aaa8a2;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 9999;
  background: #fff;
  color: #000;
  padding: 0.7rem 1rem;
}
.skip-link:focus {
  top: 1rem;
}
a {
  text-decoration: none;
}
.site-header {
  padding: 12px 0;
  transition: 0.35s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  padding: 4px 0;
  background: rgba(8, 9, 10, 0.94);
  backdrop-filter: blur(16px);
  border-color: rgba(198, 160, 92, 0.22);
}
.navbar-brand {
  margin: 0;
}
.brand-frame {
  display: block;
  width: 230px;
  overflow: hidden;
  position: relative;
}
.brand-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #0b0b0b;
}
.navbar .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.71rem;
  letter-spacing: 0.07em;
  padding: 0.6rem;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--gold-light);
}
.nav-divider {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding-left: 0.6rem;
}
.navbar-toggler {
  color: #fff;
  border: 0;
  font-size: 1.8rem;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 2px var(--gold);
}
.offcanvas-body a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.btn {
  border-radius: 1px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 0.9rem 1.35rem;
}
.btn-sm {
  padding: 0.65rem 1rem;
}
.btn-gold {
  background: linear-gradient(100deg, #b68b45, #e1bd73);
  border: 1px solid var(--gold);
  color: #111;
}
.btn-gold:hover {
  background: #e2bd75;
  border-color: #e2bd75;
  color: #111;
  transform: translateY(-2px);
}
.btn-outline-gold {
  border: 1px solid var(--gold);
  color: #fff;
  background: transparent;
}
.btn-outline-gold:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #111;
}
.hero-section {
  position: relative;
  padding: 150px 0 100px;
  background:
    radial-gradient(
      circle at 82% 42%,
      rgba(198, 160, 92, 0.16),
      transparent 28%
    ),
    linear-gradient(115deg, #050607 20%, #0d0f11 60%, #050607);
  overflow: hidden;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, transparent, black);
}
.orbital-glow {
  position: absolute;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(198, 160, 92, 0.25);
  border-radius: 50%;
  right: -110px;
  top: 80px;
  box-shadow:
    0 0 90px rgba(198, 160, 92, 0.07),
    inset 0 0 70px rgba(198, 160, 92, 0.05);
}
.orbital-glow:after,
.orbital-glow:before {
  content: "";
  position: absolute;
  border: 1px solid rgba(217, 217, 215, 0.09);
  border-radius: 50%;
  inset: 12%;
}
.orbital-glow:after {
  inset: 27%;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  font-weight: 600;
}
.text-gold {
  color: var(--gold) !important;
}
.display-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(4.2rem, 7.5vw, 8.2rem);
  line-height: 0.79;
  letter-spacing: -0.04em;
  margin: 1.6rem 0 2rem;
}
.display-title span,
.display-subtitle span {
  color: var(--gold-light);
}
.gold-rule {
  width: 44px;
  height: 1px;
  background: var(--gold);
  margin: 0 0 1.25rem;
}
.hero-copy {
  font-size: 1.02rem;
  max-width: 540px;
  color: #dfdfdb;
  margin-bottom: 2rem;
}
.hero-stats {
  border: 1px solid rgba(198, 160, 92, 0.28);
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}
.stat {
  padding: 1.5rem;
  border-right: 1px solid rgba(198, 160, 92, 0.26);
  border-bottom: 1px solid rgba(198, 160, 92, 0.26);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.stat:nth-child(even) {
  border-right: 0;
}
.hero-stats .stat:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.stat i {
  color: var(--gold);
  font-size: 1.6rem;
  margin-bottom: auto;
}
.stat strong {
  font-family: var(--serif);
  font-size: 2.6rem;
  line-height: 1;
}
.stat span {
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
}
.scroll-cue {
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.6rem;
  writing-mode: vertical-rl;
}
.scroll-cue span {
  display: block;
  height: 50px;
  width: 1px;
  background: var(--gold);
  margin: 0 auto 0.8rem;
}
.section-pad {
  padding: clamp(85px, 10vw, 145px) 0;
}
.bg-ivory {
  background: var(--ivory);
  color: var(--ink);
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5vw, 5.7rem);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.section-title em {
  font-weight: 400;
  color: #91723c;
}
.lead-copy {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1.35;
}
.small-lead {
  font-size: 1.45rem;
}
.caps-line {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: #876d3f;
  margin-top: 2rem;
}
.platforms-section {
  background: #faf9f6;
  color: var(--ink);
  border-top: 1px solid #ddd9d0;
}
.section-heading {
  margin-bottom: 3.5rem;
}
.platform-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  border: 1px solid #dedbd4;
}
.platform-grid article {
  min-height: 255px;
  padding: 1.2rem 0.85rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dedbd4;
  position: relative;
  transition: 0.3s;
}
.platform-grid article:last-child {
  border-right: 0;
}
.platform-grid article:hover {
  background: #121315;
  color: #fff;
  transform: translateY(-7px);
  z-index: 2;
}
.platform-grid small {
  font-size: 0.62rem;
}
.platform-grid h3 {
  font-family: var(--sans);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.05;
  margin: auto 0 0.7rem;
}
.platform-grid p {
  font-size: 0.68rem;
  line-height: 1.5;
  margin: 0;
  min-height: 42px;
}
.platform-grid a {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  color: var(--gold);
  opacity: 0;
  transition: 0.3s;
  display: contents;
}
.platform-grid article:hover a {
  opacity: 1;
  display: contents;
}
.bolt {
  color: #e3a626;
}
.life {
  color: #4f8c42;
}
.tech {
  color: #306d9f;
}
.season-section {
  position: relative;
  background: linear-gradient(120deg, #0a0c0e, #101418);
  overflow: hidden;
}
.season-dots {
  position: absolute;
  left: 38%;
  right: 0;
  bottom: -120px;
  height: 460px;
  opacity: 0.28;
  background-image: radial-gradient(circle, var(--gold) 1px, transparent 1.6px);
  background-size: 20px 20px;
  mask-image: radial-gradient(ellipse, black, transparent 68%);
}
.display-subtitle {
  font-family: var(--serif);
  font-size: clamp(3.7rem, 6.5vw, 7rem);
  line-height: 0.9;
  font-weight: 500;
}
.season-date {
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  margin: 1.5rem 0;
}
.season-section p:not(.eyebrow):not(.season-date) {
  color: #c8c8c4;
  max-width: 440px;
}
.season-stats {
  border-top: 1px solid rgba(198, 160, 92, 0.3);
  border-bottom: 1px solid rgba(198, 160, 92, 0.3);
}
.season-stats .stat {
  min-height: 215px;
  text-align: center;
  align-items: center;
  border-bottom: 0;
}
.season-stats .stat:last-child {
  border-right: 0;
}
.intent-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #d5d1c9;
}
.intent-grid a {
  color: var(--ink);
  padding: 2rem;
  min-height: 220px;
  border-right: 1px solid #d5d1c9;
  border-bottom: 1px solid #d5d1c9;
  position: relative;
  transition: 0.3s;
}
.intent-grid a:nth-child(3n) {
  border-right: 0;
}
.intent-grid a:nth-last-child(-n + 3) {
  border-bottom: 0;
}
.intent-grid a:hover {
  background: #121315;
  color: #fff;
}
.intent-grid span {
  font-size: 0.62rem;
}
.intent-grid i {
  font-size: 1.8rem;
  color: var(--gold);
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.intent-grid h3 {
  font-family: var(--serif);
  font-size: 2.5rem;
  margin-top: 3.5rem;
}
.intent-grid p {
  font-size: 0.83rem;
  margin: 0;
}
.network-section {
  background: #0d1012;
  overflow: hidden;
}
.network-orbit {
  width: min(550px, 80vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(198, 160, 92, 0.3);
  margin: auto;
  position: relative;
  box-shadow:
    inset 0 0 90px rgba(198, 160, 92, 0.07),
    0 0 70px rgba(198, 160, 92, 0.08);
}
.network-orbit:before,
.network-orbit:after {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.network-orbit:after {
  inset: 34%;
}
.network-orbit span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 15px var(--gold);
}
.network-orbit span:nth-child(1) {
  top: 20%;
  left: 25%;
}
.network-orbit span:nth-child(2) {
  top: 38%;
  right: 12%;
}
.network-orbit span:nth-child(3) {
  bottom: 19%;
  right: 35%;
}
.network-orbit span:nth-child(4) {
  bottom: 32%;
  left: 10%;
}
.join-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
    url("../images/obs-logo.jpg") center/cover no-repeat;
  background-attachment: fixed;
}
.join-section p:not(.eyebrow) {
  color: #c8c8c5;
}
.site-footer {
  padding: 85px 0 0px;
  background: #070809;
  border-top: 1px solid rgba(198, 160, 92, 0.24);
  color: #aaa;
}
.footer-brand {
  width: 280px;
  margin-bottom: 1.5rem;
}
.site-footer h3 {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--gold-light);
  margin-bottom: 1.4rem;
}
.site-footer a {
  display: block;
  color: #b8b8b4;
  font-size: 0.82rem;
  padding: 0.22rem 0;
}
.site-footer a:hover {
  color: #fff;
}
.newsletter-form {
  display: flex;
  border-bottom: 1px solid #555;
}
.newsletter-form input {
  flex: 1;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0.8rem 0;
  outline: 0;
}
.newsletter-form button {
  background: transparent;
  border: 0;
  color: var(--gold);
  font-size: 1.3rem;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #242526;
  margin-top: 4rem;
  padding-top: 1.5rem;
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.modal-content {
  border-radius: 0;
  border: 1px solid #d3c7ad;
}
.modal-header,
.modal-footer {
  border: 0;
  padding: 1.5rem;
}
.modal-body {
  padding: 0 1.5rem;
}
.modal-title {
  font-family: var(--serif);
  font-size: 2.4rem;
}
.form-control,
.form-select {
  border-radius: 0;
  padding: 0.75rem;
  border-color: #ccc;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.18rem rgba(198, 160, 92, 0.18);
}
.form-status {
  font-size: 0.85rem;
  color: #427547;
}
.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 44px;
  height: 44px;
  background: var(--gold);
  color: #111;
  border: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 99;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1199.98px) {
  .brand-frame {
    width: 190px;
    /*height: 52px;*/
  }
  .site-header {
    background: rgba(8, 9, 10, 0.9);
  }
  .platform-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .platform-grid article {
    border-bottom: 1px solid #dedbd4;
  }
  .platform-grid article:nth-child(5) {
    border-right: 0;
  }
  .platform-grid article:nth-last-child(-n + 5) {
    border-bottom: 0;
  }
  .hero-section {
    padding-top: 130px;
  }
  .orbital-glow {
    right: -280px;
    opacity: 0.6;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }
  .section-pad {
    padding: 78px 0;
  }
  .container-fluid {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .display-title {
    font-size: clamp(3.6rem, 17vw, 5.5rem);
  }
  .hero-section {
    min-height: auto !important;
    padding: 135px 0 90px;
  }
  .hero-copy {
    max-width: 330px;
  }
  .hero-stats {
    margin-top: 1.5rem;
  }
  .stat {
    min-height: 145px;
    padding: 1.1rem;
  }
  .stat strong {
    font-size: 2.1rem;
  }
  .scroll-cue {
    display: none;
  }
  .platform-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .platform-grid article {
    min-height: 210px;
  }
  .platform-grid article:nth-child(odd) {
    border-right: 1px solid #dedbd4;
  }
  .platform-grid article:nth-child(even) {
    border-right: 0;
  }
  .platform-grid article:nth-last-child(-n + 5) {
    border-bottom: 1px solid #dedbd4;
  }
  .platform-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .intent-grid {
    grid-template-columns: 1fr;
  }
  .intent-grid a,
  .intent-grid a:nth-child(3n),
  .intent-grid a:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid #d5d1c9;
  }
  .intent-grid a:last-child {
    border-bottom: 0;
  }
  .season-stats .stat:nth-child(2) {
    border-right: 0;
  }
  .season-stats .stat:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(198, 160, 92, 0.3);
  }
  .network-orbit {
    width: 82vw;
  }
  .join-section {
    background-attachment: scroll;
  }
  .footer-brand {
    width: 230px;
  }
  .footer-bottom {
    gap: 1rem;
    flex-direction: column;
  }
  .btn {
    padding: 0.82rem 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .btn,
  .platform-grid article {
    transition: none;
  }
}
