:root {
  --ohl-bg: #071018;
  --ohl-surface: rgba(10, 17, 27, 0.76);
  --ohl-surface-strong: rgba(13, 21, 33, 0.92);
  --ohl-border: rgba(201, 168, 76, 0.2);
  --ohl-border-soft: rgba(255, 255, 255, 0.08);
  --ohl-text: #f4eee3;
  --ohl-text-dim: rgba(244, 238, 227, 0.72);
  --ohl-text-soft: rgba(244, 238, 227, 0.54);
  --ohl-gold: #c9a84c;
  --ohl-gold-bright: #ead08a;
  --ohl-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --ohl-radius-lg: 28px;
  --ohl-radius-md: 20px;
  --ohl-radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(rgba(7, 16, 24, 0.72), rgba(5, 11, 18, 0.84)),
    url("./hexagon-network-bg.png"),
    radial-gradient(circle at top left, rgba(22, 40, 58, 0.78), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(201, 168, 76, 0.1), transparent 24%),
    linear-gradient(180deg, #071018 0%, #08111a 48%, #050b12 100%);
  color: var(--ohl-text);
  font-family: "Inter", "Segoe UI", sans-serif;
  background-size: cover, cover, auto, auto, auto;
  background-position: center, center right, center, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: fixed, fixed, scroll, scroll, scroll;
}

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

button,
input {
  font: inherit;
}

.ohl-page-shell {
  position: relative;
  overflow: hidden;
}

.ohl-atmosphere {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.35;
}

.ohl-atmosphere--one {
  top: -120px;
  right: -80px;
  width: 380px;
  height: 380px;
  background: rgba(201, 168, 76, 0.12);
}

.ohl-atmosphere--two {
  left: -120px;
  top: 340px;
  width: 320px;
  height: 320px;
  background: rgba(56, 97, 140, 0.18);
}

.ohl-topbar,
.ohl-hero,
.ohl-section,
.ohl-final-cta,
.ohl-footer {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ohl-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 18px;
}

.ohl-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.ohl-brand span span {
  color: var(--ohl-gold);
}

.ohl-nav {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: var(--ohl-text-dim);
  font-size: 14px;
}

.ohl-nav a:hover,
.ohl-footer__links a:hover,
.ohl-waitlist-links a:hover {
  color: var(--ohl-text);
}

.ohl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 650;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

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

.ohl-btn--gold {
  background: linear-gradient(135deg, #b88f35 0%, var(--ohl-gold) 48%, var(--ohl-gold-bright) 100%);
  color: #081018;
  box-shadow: 0 12px 28px rgba(201, 168, 76, 0.2);
}

.ohl-btn--hero {
  margin-top: 8px;
}

.ohl-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 34px;
  align-items: center;
  padding: 42px 0 72px;
}

.ohl-eyebrow {
  margin-bottom: 16px;
  color: var(--ohl-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ohl-hero h1,
.ohl-section-head h2,
.ohl-final-cta h2 {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.ohl-hero h1 {
  font-size: clamp(38px, 5.7vw, 68px);
  color: #f4eee3;
}

.ohl-section-head h2,
.ohl-final-cta h2 {
  font-size: clamp(30px, 4.1vw, 50px);
  color: #f0e3c0;
}

.ohl-hero-lead,
.ohl-section-head p,
.ohl-demo-copy p,
.ohl-demo-cta p,
.ohl-module-card p,
.ohl-reinforcement-note,
.ohl-problem-copy p,
.ohl-progression-card p,
.ohl-final-cta p {
  color: var(--ohl-text-dim);
  line-height: 1.72;
  font-size: 16px;
}

.ohl-hero-lead {
  max-width: 700px;
  margin: 22px 0 18px;
}

.ohl-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.ohl-proof-strip li {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(231, 203, 118, 0.92);
  font-size: 13px;
}

.ohl-hero-panel,
.ohl-demo-shell,
.ohl-reinforcement-card,
.ohl-progression-card,
.ohl-final-cta {
  border: 1px solid var(--ohl-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    var(--ohl-surface);
  box-shadow: var(--ohl-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ohl-hero-panel {
  border-radius: var(--ohl-radius-lg);
  padding: 24px;
}

.ohl-hero-panel__header,
.ohl-system-node__label,
.ohl-demo-tab span,
.ohl-briefing-title,
.ohl-context-grid label,
.ohl-progress-metrics label,
.ohl-module-card__tag {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ohl-hero-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  color: rgba(231, 203, 118, 0.92);
}

.ohl-status-pill {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, 0.32);
  background: rgba(34, 197, 94, 0.1);
  color: #77d89a;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ohl-system-flow {
  display: grid;
  gap: 14px;
}

.ohl-system-node,
.ohl-context-card,
.ohl-briefing-card,
.ohl-progress-card,
.ohl-module-card,
.ohl-problem-lead,
.ohl-problem-copy {
  border-radius: var(--ohl-radius-md);
  border: 1px solid var(--ohl-border-soft);
  background: rgba(255, 255, 255, 0.03);
}

.ohl-system-node {
  padding: 18px;
}

.ohl-system-node__label {
  color: var(--ohl-gold);
}

.ohl-system-node strong,
.ohl-demo-copy h3,
.ohl-context-grid strong,
.ohl-progress-metrics strong,
.ohl-module-card h3 {
  display: block;
  margin: 8px 0 6px;
  font-size: 18px;
  font-weight: 650;
  color: #f0e3c0;
}

.ohl-system-node p {
  margin: 0;
  color: var(--ohl-text-dim);
  line-height: 1.6;
}

.ohl-section {
  padding: 34px 0 0;
}

.ohl-section-head {
  max-width: 830px;
  margin-bottom: 24px;
  position: relative;
  padding-left: 22px;
}

.ohl-section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 2px;
  height: calc(100% - 12px);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(234, 208, 138, 0.95), rgba(157, 116, 36, 0.25));
}

.ohl-section-head p {
  margin: 14px 0 0;
}

.ohl-problem-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
}

.ohl-problem-lead,
.ohl-problem-copy {
  padding: 22px;
}

.ohl-problem-lead p {
  margin: 0 0 14px;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(28px, 3.3vw, 40px);
  line-height: 1.02;
  color: #f0e3c0;
}

.ohl-demo-shell {
  border-radius: 30px;
  padding: 22px;
}

.ohl-demo-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ohl-demo-tab {
  border: none;
  background: transparent;
  color: var(--ohl-text-dim);
  padding: 12px 16px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.ohl-demo-tab.is-active {
  background: rgba(201, 168, 76, 0.14);
  color: #f0e3c0;
  box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.25);
}

.ohl-demo-panel {
  display: none;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: start;
}

.ohl-demo-panel.is-active {
  display: grid;
}

.ohl-demo-copy {
  padding: 16px 4px 0 2px;
}

.ohl-demo-copy h3 {
  margin: 0 0 10px;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.06;
}

.ohl-demo-module {
  margin-top: 14px;
  color: rgba(231, 203, 118, 0.92);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ohl-context-card,
.ohl-briefing-card,
.ohl-progress-card {
  padding: 22px;
}

.ohl-context-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: rgba(231, 203, 118, 0.92);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ohl-context-grid,
.ohl-progress-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ohl-context-grid__wide {
  grid-column: 1 / -1;
}

.ohl-context-grid label,
.ohl-progress-metrics label {
  display: block;
  margin-bottom: 6px;
  color: rgba(231, 203, 118, 0.82);
}

.ohl-context-grid strong,
.ohl-progress-metrics strong {
  margin: 0;
}

.ohl-briefing-card {
  display: grid;
  gap: 14px;
}

.ohl-briefing-block,
.ohl-progress-list {
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.ohl-briefing-title {
  margin-bottom: 10px;
  color: var(--ohl-gold);
}

.ohl-briefing-block ul,
.ohl-progress-list ul,
.ohl-decision-list {
  margin: 0;
  padding-left: 18px;
}

.ohl-briefing-block li,
.ohl-progress-list li,
.ohl-decision-list li {
  color: var(--ohl-text-dim);
  line-height: 1.68;
}

.ohl-progress-hero {
  margin-bottom: 14px;
}

.ohl-progress-delta {
  color: #7ad89b;
}

.ohl-progress-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ohl-progress-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-left: 3px solid rgba(201, 168, 76, 0.5);
  color: var(--ohl-text-dim);
  background: rgba(255, 255, 255, 0.025);
  border-radius: 0 12px 12px 0;
}

.ohl-demo-cta {
  text-align: center;
  padding: 22px 10px 4px;
}

.ohl-demo-cta h3 {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  color: #f0e3c0;
}

.ohl-demo-cta p {
  max-width: 760px;
  margin: 12px auto 16px;
}

.ohl-pricing-note {
  margin-top: 12px;
  color: var(--ohl-text-soft);
  font-size: 13px;
}

.ohl-reinforcement-card,
.ohl-progression-card {
  border-radius: 24px;
  padding: 24px;
}

.ohl-decision-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
}

.ohl-reinforcement-note {
  margin: 18px 0 0;
  color: #f0e3c0;
  font-size: 17px;
}

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

.ohl-module-grid--tight .ohl-module-card {
  padding: 20px;
}

.ohl-module-card {
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.ohl-module-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(231, 203, 118, 0), rgba(231, 203, 118, 0.65), rgba(231, 203, 118, 0));
}

.ohl-module-card__tag {
  color: var(--ohl-gold);
}

.ohl-progression-card p {
  margin: 0;
  font-size: 17px;
}

.ohl-final-cta {
  display: block;
  margin-top: 34px;
  padding: 26px 22px 24px;
  border-radius: 32px;
}

.ohl-final-cta__inner {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}

.ohl-final-cta p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.6;
}

.ohl-waitlist-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 196px;
  gap: 12px;
  max-width: 620px;
  margin: 22px auto 10px;
}

.ohl-waitlist-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(201, 168, 76, 0.22);
  background: rgba(255, 255, 255, 0.82);
  color: #18232d;
  font-size: 16px;
  outline: none;
}

.ohl-waitlist-form input:focus {
  border-color: rgba(201, 168, 76, 0.52);
  box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.12);
}

.ohl-waitlist-form .ohl-btn {
  min-height: 54px;
  border-radius: 16px;
  font-size: 16px;
}

.ohl-waitlist-form .ohl-btn:disabled {
  opacity: 0.72;
  cursor: not-allowed;
  filter: saturate(0.7);
}

.ohl-waitlist-form.is-disabled input {
  opacity: 0.78;
}

.ohl-waitlist-status {
  min-height: 24px;
  margin-top: 4px;
  color: var(--ohl-text-dim);
  font-size: 14px;
}

.ohl-waitlist-status[data-tone="success"] {
  color: #7ad89b;
}

.ohl-waitlist-status[data-tone="error"] {
  color: #f68a8a;
}

.ohl-waitlist-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 12px;
  font-size: 14px;
  color: var(--ohl-text-soft);
}

.ohl-waitlist-links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

.ohl-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 0 42px;
  color: var(--ohl-text-soft);
  font-size: 13px;
}

.ohl-brand--footer {
  font-size: 18px;
}

.ohl-footer__links {
  display: flex;
  gap: 16px;
}

.ohl-footer__links a {
  color: rgba(217, 184, 90, 0.9);
}

@media (max-width: 1120px) {
  .ohl-hero,
  .ohl-demo-panel,
  .ohl-problem-grid {
    grid-template-columns: 1fr;
  }

  .ohl-module-grid,
  .ohl-decision-list,
  .ohl-progress-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .ohl-topbar {
    flex-wrap: wrap;
  }

  .ohl-nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    gap: 14px;
  }

  .ohl-demo-tabs,
  .ohl-progress-columns,
  .ohl-context-grid,
  .ohl-module-grid,
  .ohl-decision-list {
    grid-template-columns: 1fr;
  }

  .ohl-demo-tabs {
    display: grid;
  }

  .ohl-final-cta,
  .ohl-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .ohl-hero-panel,
  .ohl-demo-shell,
  .ohl-final-cta,
  .ohl-context-card,
  .ohl-briefing-card,
  .ohl-progress-card,
  .ohl-module-card,
  .ohl-problem-lead,
  .ohl-problem-copy,
  .ohl-reinforcement-card,
  .ohl-progression-card {
    border-radius: 22px;
  }

  .ohl-section-head {
    padding-left: 18px;
  }
}

@media (max-width: 560px) {
  .ohl-topbar,
  .ohl-hero,
  .ohl-section,
  .ohl-final-cta,
  .ohl-footer {
    width: min(100% - 24px, 1180px);
  }

  .ohl-topbar {
    padding-top: 18px;
  }

  .ohl-hero {
    padding-top: 24px;
    padding-bottom: 54px;
  }

  .ohl-waitlist-form {
    grid-template-columns: 1fr;
  }

  .ohl-waitlist-links {
    flex-direction: column;
    gap: 8px;
  }
}
