:root {
  --oc-ink: #162d33;
  --oc-ink-soft: #385158;
  --oc-navy: #0d3038;
  --oc-navy-deep: #082229;
  --oc-paper: #f7f1e5;
  --oc-paper-deep: #eadfca;
  --oc-white: #fffdf8;
  --oc-red: #c8452d;
  --oc-red-dark: #9d2f20;
  --oc-gold: #efb83d;
  --oc-sage: #9daf91;
  --oc-line: rgba(22, 45, 51, 0.18);
  --oc-shadow: 0 18px 45px rgba(8, 34, 41, 0.1);
  --oc-radius: 0.55rem;
  --oc-serif: Georgia, "Times New Roman", serif;
  --oc-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--oc-white);
  color: var(--oc-ink);
  font-family: var(--oc-sans);
  font-size: 1.05rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::before {
  background: var(--oc-red);
  content: "";
  display: block;
  height: 0.35rem;
  position: relative;
  z-index: 1040;
}

a {
  color: var(--oc-red-dark);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

a:hover {
  color: #6f251b;
}

h1,
h2,
h3,
.display-title {
  color: var(--oc-navy);
  font-family: var(--oc-serif);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

h1 {
  font-size: clamp(3rem, 8vw, 6.7rem);
}

h2 {
  font-size: clamp(2.25rem, 5vw, 4.35rem);
}

h3 {
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  line-height: 1.12;
}

p:last-child {
  margin-bottom: 0;
}

.container {
  max-width: 1180px;
}

.skip-link {
  background: var(--oc-gold);
  color: var(--oc-navy-deep);
  font-weight: 800;
  left: 1rem;
  padding: 0.7rem 1rem;
  position: fixed;
  top: -6rem;
  z-index: 2000;
}

.skip-link:focus {
  top: 1rem;
}

:focus-visible {
  outline: 3px solid var(--oc-gold);
  outline-offset: 3px;
}

.site-nav {
  background: rgba(255, 253, 248, 0.97);
  border-bottom: 1px solid var(--oc-line);
  padding-block: 0.8rem;
}

.navbar-brand {
  align-items: center;
  color: var(--oc-navy) !important;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  gap: 0.65rem;
  letter-spacing: 0.12em;
  line-height: 0.95;
  text-transform: uppercase;
}

.brand-mark {
  align-items: center;
  background: var(--oc-red);
  border-radius: 50%;
  color: var(--oc-white);
  display: inline-flex;
  font-family: var(--oc-serif);
  font-size: 1.1rem;
  height: 2.7rem;
  justify-content: center;
  letter-spacing: -0.08em;
  width: 2.7rem;
}

.nav-link {
  color: var(--oc-ink) !important;
  font-size: 0.85rem;
  font-weight: 750;
  letter-spacing: 0.015em;
  padding-inline: 0.75rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--oc-red-dark) !important;
}

.nav-link.active {
  text-decoration: underline;
  text-decoration-color: var(--oc-red);
  text-decoration-thickness: 0.16rem;
  text-underline-offset: 0.38rem;
}

.navbar-toggler {
  border: 2px solid var(--oc-navy);
  border-radius: 0;
}

.btn {
  border-radius: 0.2rem;
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  padding: 0.82rem 1.3rem;
}

.btn-primary {
  --bs-btn-bg: var(--oc-red);
  --bs-btn-border-color: var(--oc-red);
  --bs-btn-hover-bg: var(--oc-red-dark);
  --bs-btn-hover-border-color: var(--oc-red-dark);
  --bs-btn-active-bg: var(--oc-red-dark);
  --bs-btn-active-border-color: var(--oc-red-dark);
  --bs-btn-disabled-bg: var(--oc-red);
  --bs-btn-disabled-border-color: var(--oc-red);
  color: #fff;
}

.btn-light {
  --bs-btn-bg: var(--oc-white);
  --bs-btn-border-color: var(--oc-white);
  --bs-btn-hover-bg: var(--oc-paper);
  --bs-btn-hover-border-color: var(--oc-paper);
  color: var(--oc-navy);
}

.btn-outline-dark {
  --bs-btn-color: var(--oc-navy);
  --bs-btn-border-color: var(--oc-navy);
  --bs-btn-hover-bg: var(--oc-navy);
  --bs-btn-hover-border-color: var(--oc-navy);
}

.eyebrow {
  align-items: center;
  color: var(--oc-red-dark);
  display: flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 0.7rem;
  letter-spacing: 0.14em;
  margin-bottom: 1.15rem;
  text-transform: uppercase;
}

.eyebrow::before {
  background: currentColor;
  content: "";
  height: 0.18rem;
  width: 2.5rem;
}

.eyebrow-light {
  color: var(--oc-gold);
}

.home-hero {
  background: var(--oc-navy);
  color: var(--oc-white);
  min-height: 780px;
  overflow: hidden;
  position: relative;
}

.home-hero::after {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  bottom: -25rem;
  content: "";
  height: 50rem;
  left: -13rem;
  position: absolute;
  width: 50rem;
}

.home-hero h1,
.page-hero-dark h1 {
  color: var(--oc-white);
}

.hero-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 780px;
  padding-block: 5rem;
  position: relative;
  z-index: 2;
}

.hero-copy .lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.1rem, 1.8vw, 1.32rem);
  line-height: 1.62;
  max-width: 42rem;
}

.hero-media {
  height: 100%;
  min-height: 540px;
  overflow: hidden;
  position: relative;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-media::before {
  background: linear-gradient(90deg, var(--oc-navy) 0, transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-caption {
  background: rgba(8, 34, 41, 0.9);
  bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.72rem;
  left: 1.25rem;
  line-height: 1.4;
  max-width: calc(100% - 2.5rem);
  padding: 0.7rem 0.85rem;
  position: absolute;
  z-index: 2;
}

.section-pad {
  padding-block: clamp(4.5rem, 8.1vw, 7.65rem);
}

.section-pad-sm {
  padding-block: clamp(3.15rem, 5.4vw, 4.95rem);
}

.bg-paper {
  background: var(--oc-paper);
}

.bg-navy {
  background: var(--oc-navy);
  color: rgba(255, 255, 255, 0.88);
}

.bg-navy h2,
.bg-navy h3 {
  color: var(--oc-white);
}

.bg-red {
  background: var(--oc-red);
  color: #fff;
}

.bg-red h2,
.bg-red h3 {
  color: #fff;
}

.lede {
  color: var(--oc-ink-soft);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.58;
}

.locked-section {
  background: #b85a2e;
  border-bottom: 1px solid var(--oc-line);
  border-top: 1px solid var(--oc-line);
}

.home-value-section {
  background: var(--oc-red);
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  position: relative;
}

.home-value-section::after {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  content: "";
  height: 28rem;
  position: absolute;
  right: -9rem;
  top: -12rem;
  width: 28rem;
}

.home-value-section .container {
  position: relative;
  z-index: 1;
}

.home-value-section .finance-snapshot {
  background: var(--oc-white);
  box-shadow: 0 22px 50px rgba(8, 34, 41, 0.18);
  color: var(--oc-ink);
}

.home-value-section .value-copy h2 {
  color: #fff;
}

.home-value-section .value-copy .eyebrow {
  color: var(--oc-gold);
}

.home-value-section .value-copy a {
  color: #fff;
}

.home-value-stat {
  color: rgba(255, 255, 255, 0.9);
  padding-block: clamp(0.5rem, 2vw, 1rem);
}

.home-value-stat .stat {
  color: var(--oc-white);
  font-family: var(--oc-serif);
  font-size: clamp(4rem, 10vw, 7.5rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.locked-section h2 a {
  color: inherit;
  text-decoration-color: transparent;
  transition: text-decoration-color 180ms ease;
}

.locked-section h2 a:hover {
  color: inherit;
  text-decoration-color: var(--oc-gold);
}

.locked-copy {
  color: rgba(255, 255, 255, 0.9);
}

.locked-copy h2 {
  color: var(--oc-white);
}

.locked-copy .eyebrow {
  color: var(--oc-gold);
}

.card-kicker,
.section-date {
  color: var(--oc-red-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.our-park-visual {
  background: var(--oc-paper);
  min-height: 24rem;
  overflow: hidden;
}

.our-park-visual img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.launch-label {
  align-self: flex-start;
  background: var(--oc-gold);
  color: var(--oc-navy-deep);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0.4rem 0.65rem;
  text-transform: uppercase;
}

.finance-snapshot {
  background: var(--oc-paper);
  border: 1px solid var(--oc-line);
  padding: clamp(2rem, 5vw, 4.5rem);
}

.mini-stat {
  border-top: 1px solid var(--oc-line);
  padding-top: 1.3rem;
}

.mini-stat strong {
  color: var(--oc-navy);
  display: block;
  font-family: var(--oc-serif);
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.6rem;
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(200, 69, 45, 0.09) 1px, transparent 1px),
    linear-gradient(rgba(200, 69, 45, 0.09) 1px, transparent 1px),
    var(--oc-paper);
  background-size: 4rem 4rem;
  border-bottom: 1px solid var(--oc-line);
  padding-block: clamp(4.5rem, 9vw, 8.1rem);
}

.page-hero h1 {
  max-width: 900px;
}

.page-hero .lede {
  max-width: 780px;
}

.page-hero-dark {
  background: var(--oc-navy);
  color: rgba(255, 255, 255, 0.88);
  overflow: hidden;
  padding-block: clamp(4.5rem, 9vw, 8.1rem);
  position: relative;
}

.page-hero-dark::after {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
  height: 28rem;
  position: absolute;
  right: -9rem;
  top: -12rem;
  width: 28rem;
}

.park-hero {
  padding-block: clamp(3rem, 6vw, 5rem);
}

.park-hero h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
}

.park-hero .lede {
  max-width: 52rem;
}

.history-section {
  align-items: center;
  min-height: 33rem;
}

.history-copy {
  padding-block: 2rem;
}

.history-figure {
  margin: 0;
}

.history-image {
  aspect-ratio: 4 / 3;
  background: var(--oc-paper-deep);
  object-fit: cover;
  width: 100%;
}

.history-image-map {
  filter: sepia(0.2) contrast(1.08);
}

.stat-card {
  background: var(--oc-navy);
  color: rgba(255, 255, 255, 0.84);
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.2rem);
  position: relative;
}

.stat-card::after {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  bottom: -9rem;
  content: "";
  height: 20rem;
  position: absolute;
  right: -6rem;
  width: 20rem;
}

.stat-card .stat {
  color: var(--oc-white);
  font-family: var(--oc-serif);
  font-size: clamp(3.8rem, 10vw, 7.5rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.stat-label {
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.status-pill {
  background: var(--oc-gold);
  color: var(--oc-navy-deep);
  display: inline-block;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0.35rem 0.55rem;
  text-transform: uppercase;
}

.rent-card {
  background: var(--oc-red);
  color: #fff;
  height: 100%;
  padding: clamp(2rem, 5vw, 4rem);
}

.rent-card h2,
.rent-card h3 {
  color: #fff;
}

.rent-card .stat {
  font-family: var(--oc-serif);
  font-size: clamp(3.2rem, 7vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.revenue-item {
  border-top: 1px solid var(--oc-line);
  font-weight: 750;
  min-height: 7.5rem;
  padding: 1.4rem 0.8rem 1rem 0;
}

.revenue-item span {
  color: var(--oc-red);
  display: block;
  font-family: var(--oc-serif);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.community-plan {
  margin-inline: auto;
  max-width: 48rem;
}

.community-plan img {
  display: block;
  height: auto;
  width: 100%;
}

.site-footer {
  background: var(--oc-navy-deep);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  padding-block: 3.6rem 1.8rem;
}

.site-footer a {
  color: #fff;
}

.footer-brand {
  color: #fff;
  font-family: var(--oc-serif);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.footer-rule {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 3rem;
  padding-top: 1.5rem;
}

@media (max-width: 1199.98px) {
  .navbar-collapse {
    border-top: 1px solid var(--oc-line);
    margin-top: 0.8rem;
    padding-top: 0.8rem;
  }

  .nav-link {
    padding-block: 0.65rem;
  }

  .home-hero,
  .hero-copy {
    min-height: auto;
  }

  .hero-media {
    min-height: 32rem;
  }

  .hero-media::before {
    background: linear-gradient(180deg, var(--oc-navy) 0, transparent 25%);
  }
}

@media (max-width: 991.98px) {
  .history-section {
    --bs-gutter-y: 1rem;
  }

  .history-media {
    order: 2 !important;
  }

  .history-copy {
    order: 1 !important;
  }

  .history-figure {
    max-height: 100vh;
    max-height: 100svh;
    overflow: hidden;
  }

  .history-copy {
    padding-block: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .home-hero .eyebrow,
  .home-hero .hero-media {
    display: none;
  }

}

@media (max-width: 575.98px) {
  body {
    font-size: 1rem;
  }

  .hero-copy {
    padding-block: 4rem;
  }

  .hero-media {
    min-height: 23rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
