/* Key West Half — 2026 brand system */
@font-face {
  font-family: "M PLUS Rounded 1c";
  src: url("../fonts/MPLUSRounded1c-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/BricolageGrotesque-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/BricolageGrotesque-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --reef: #415F60;
  --shell: #C15E3B;
  --sunset: #E3A23B;
  --sand: #D7C2A1;
  --palm: #686140;
  --deepdive: #263535;
  --white: #ffffff;
  --ink: #263535;
  --cream: #D7C2A1;
  --max: 1180px;
  --header-h: 104px;
  --font-display: "M PLUS Rounded 1c", system-ui, sans-serif;
  --font-body: "Bricolage Grotesque", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  font-family: var(--font-body);
  font-weight: 400;
  background: var(--sand);
  color: var(--deepdive);
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.skip { position: absolute; left: -999px; top: 0; }
.skip:focus {
  left: 12px; top: 12px; z-index: 50;
  background: var(--white); padding: 8px 12px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.caption,
.hero-meta,
.kicker,
.stat-row,
.tier-price-note,
.tbd-badge {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0;
}

h1, h2, h3,
.section h2,
.page-hero h1,
.hero-tagline {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

/* —— Header —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--deepdive);
  color: var(--sand);
  min-height: var(--header-h);
}
.site-header .site-nav a { color: var(--sand); }
.site-header .nav-toggle {
  border-color: var(--sand);
  color: var(--sand);
}

body.home .site-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  background: transparent;
  color: var(--sand);
  border: 0;
}
body.home .site-header.is-solid {
  position: fixed;
  background: rgba(38, 53, 53, 0.92);
  backdrop-filter: blur(8px);
}
body.home .site-header .site-nav a,
body.home .site-header .nav-toggle {
  color: var(--white);
  border-color: var(--white);
}

.header-inner {
  max-width: 1400px;
  min-height: var(--header-h);
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.brand-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  max-width: 280px;
}
.lockup {
  display: flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  flex-shrink: 0;
}
.lockup img,
.site-header .lockup img,
.logo-mark {
  display: block;
  height: 84px;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: left center;
}
.hero-meta {
  color: var(--sand);
  line-height: 1.55;
  max-width: 22rem;
}

.nav-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 4px;
}
.nav-toggle {
  display: none;
  border: 1px solid currentColor;
  background: transparent;
  font-family: var(--font-body);
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 11px;
}
.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 22px;
  align-items: center;
}
.site-nav a {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
}
.site-nav a:hover,
.site-nav a:focus-visible { color: var(--sunset); }
.site-nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--shell);
  color: #fff !important;
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 22px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}
.btn:hover, .btn:focus-visible {
  filter: brightness(1.05);
  outline: 2px solid var(--sunset);
  outline-offset: 2px;
}
.site-header .btn {
  padding: 8px 16px;
  font-size: 11px;
  letter-spacing: 0.18em;
}
.btn-register {
  background: var(--shell);
  color: #fff !important;
  border: 1px solid var(--shell);
  font-weight: 700;
}
.btn-register:hover, .btn-register:focus-visible {
  background: #A84F32;
  border-color: #A84F32;
  color: #fff !important;
  filter: none;
  outline-color: var(--sand);
}
.btn-ghost {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.95);
}
.btn-ghost:hover, .btn-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.12) !important;
  filter: none;
  outline-color: var(--sand);
}
.btn-outline {
  background: transparent;
  color: var(--deepdive) !important;
  border: 1px solid var(--deepdive);
}
.btn-outline.on-dark {
  color: #fff !important;
  border-color: #fff;
}

/* —— Video hero —— */
.hero-video {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: end start;
  overflow: hidden;
  background: var(--deepdive);
  color: var(--sand);
}
.hero-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-video__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(38, 53, 53, 0.4) 0%, transparent 36%, rgba(38, 53, 53, 0.55) 100%),
    linear-gradient(90deg, rgba(38, 53, 53, 0.35) 0%, transparent 50%);
  pointer-events: none;
}
.hero-video__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 48px 28px 72px;
}
.hero-video__content .kicker {
  color: var(--sunset);
  margin-bottom: 14px;
}
.hero-tagline,
.hero-video__content h1 {
  font-size: clamp(40px, 8vw, 78px);
  line-height: 1.02;
  margin: 0 0 14px;
  color: var(--white);
  letter-spacing: 0.06em;
  text-transform: none;
  max-width: 14ch;
}
.hero-video__content .hero-body {
  max-width: 38ch;
  font-size: 1.15rem;
  margin: 0 0 22px;
  color: var(--sand);
  font-weight: 300;
}
.hero-video__content .hero-caption {
  margin-top: 16px;
  color: rgba(215, 194, 161, 0.85);
}

.marquee {
  overflow: hidden;
  background: var(--deepdive);
  color: var(--sunset);
  border-block: 3px solid var(--shell);
}
.marquee-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: ticker 22s linear infinite;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(22px, 4vw, 40px);
  padding: 10px 0;
}
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section { padding: 72px 20px; }
.wrap { max-width: var(--max); margin: 0 auto; }
.section h2 {
  font-size: clamp(28px, 5.2vw, 52px);
  line-height: 1.08;
  color: var(--reef);
  margin: 0 0 18px;
  max-width: 18ch;
}
.band-deepdive .section h2,
.band-deepdive h2,
.band-reef h2,
.band-shell h2,
.band-palm h2 { color: var(--sunset); }
.band-shell h2 { color: #fff; }
.lede { font-size: 1.15rem; max-width: 62ch; margin: 0 0 12px; }
.lede strong { font-weight: 400; color: var(--shell); }

.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(38, 53, 53, 0.2);
  color: var(--palm);
  font-size: 12px;
  letter-spacing: 0.22em;
}
.band-deepdive .stat-row {
  border-top-color: rgba(215, 194, 161, 0.25);
  color: var(--sand);
}

.values {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.value {
  background: rgba(255, 255, 255, 0.45);
  border: 2px solid var(--deepdive);
  padding: 22px 16px;
  text-align: center;
}
.value h3 {
  margin: 0;
  color: var(--shell);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
}
.value p {
  margin: 10px 0 0;
  font-size: 0.92rem;
  font-weight: 300;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.card {
  background: rgba(255, 255, 255, 0.55);
  border: 2px solid var(--deepdive);
  padding: 22px 20px;
  min-height: 160px;
}
.card h3 {
  margin: 0 0 10px;
  color: var(--shell);
  font-size: 1rem;
}
.card p { margin: 0; font-weight: 300; }
.band-reef .card,
.band-deepdive .card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.band-reef .card h3,
.band-deepdive .card h3 { color: var(--sunset); }

.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  margin: 28px 0 28px;
}
.detail dt {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--palm);
  margin: 0 0 6px;
}
.detail dd {
  margin: 0;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.15rem;
  color: var(--reef);
}

.note {
  background: var(--sunset);
  color: var(--deepdive);
  padding: 12px 14px;
  font-weight: 400;
  border: 2px solid var(--deepdive);
}

.band-deepdive { background: var(--deepdive); color: #fff; }
.band-deepdive h2 { color: var(--sunset); }
.band-shell { background: var(--shell); color: #fff; }
.band-shell h2 { color: #fff; }
.band-reef { background: var(--reef); color: #fff; }
.band-reef h2 { color: #fff; }
.band-sunset { background: var(--sunset); color: var(--deepdive); }
.band-sunset h2 { color: var(--deepdive); }
.band-palm { background: var(--palm); color: #fff; }
.band-sand { background: var(--sand); color: var(--deepdive); }

.two-col {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
}
.panel {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.35);
  min-height: 180px;
  padding: 24px;
}

/* Page heroes (inner pages) */
.page-hero {
  padding: 56px 20px 40px;
  background: var(--reef);
  color: #fff;
}
.page-hero .kicker {
  color: var(--sunset);
  margin-bottom: 12px;
}
.page-hero h1 {
  font-size: clamp(36px, 7vw, 72px);
  line-height: 1.05;
  margin: 0 0 14px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.04em;
  max-width: 16ch;
}
.page-hero .lede {
  color: rgba(255, 255, 255, 0.92);
  max-width: 48ch;
}
.page-hero--faq { background: var(--palm); }
.page-hero--register { background: var(--reef); }

/* Pricing */
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.tier {
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid var(--deepdive);
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tier h3 {
  margin: 0;
  color: var(--shell);
  font-size: 1.1rem;
}
.tier .price {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: 0.08em;
  color: var(--reef);
  margin: 0;
}
.tier ul {
  margin: 0;
  padding: 0 0 0 1.1em;
  font-weight: 300;
  flex: 1;
}
.tier li { margin-bottom: 6px; }
.tier .btn { margin-top: 8px; width: 100%; }

/* Forms */
.form-stack {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  max-width: 560px;
}
.form-stack label {
  display: grid;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 300;
}
.form-stack input,
.form-stack select,
.form-stack textarea {
  padding: 12px 14px;
  border: 2px solid var(--deepdive);
  background: rgba(255, 255, 255, 0.7);
  color: var(--deepdive);
  font: inherit;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}
.form-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.form-row input[type="email"] {
  flex: 1 1 220px;
  padding: 12px 14px;
  border: 2px solid var(--sand);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font: inherit;
}
.form-row input[type="email"]::placeholder { color: rgba(215, 194, 161, 0.7); }
.band-deepdive .form-row input[type="email"] {
  border-color: var(--sand);
  color: #fff;
}
.form-msg { margin-top: 10px; font-weight: 400; }
.form-note {
  margin-top: 12px;
  font-size: 0.95rem;
  font-weight: 300;
  opacity: 0.9;
}

/* FAQ accordion */
.accordion { border-top: 2px solid currentColor; margin: 28px 0; }
.acc-item { border-bottom: 2px solid currentColor; }
.acc-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: left;
  padding: 16px 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 0.95rem;
}
.acc-item .plus { font-size: 1.4rem; line-height: 1; flex-shrink: 0; }
.acc-panel {
  display: none;
  padding: 0 0 18px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font-body);
  max-width: 62ch;
}
.acc-item.open .acc-panel { display: block; }

.cta-band {
  text-align: center;
  padding: 64px 20px;
}
.cta-band h2 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  background: var(--deepdive);
  color: var(--sand);
  padding: 48px 20px 36px;
  font-weight: 300;
}
.site-footer a {
  color: var(--sunset);
  text-decoration: none;
}
.site-footer a:hover { text-decoration: underline; }
.site-footer strong {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px 40px;
}
.footer-tag {
  font-family: var(--font-display);
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  color: var(--white);
  margin: 8px 0 16px;
}
.footer-coming {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--sunset);
  margin: 0;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 16px 0;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.footer-copy {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(215, 194, 161, 0.2);
  padding-top: 18px;
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.85;
}

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: var(--deepdive);
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px 20px;
    border-bottom: 2px solid var(--reef);
  }
  body.home .site-nav { background: rgba(38, 53, 53, 0.96); }
  .site-nav.open { display: flex; }
  .nav-wrap > .btn:not(.btn-register) { display: none; }
  .header-inner { position: relative; min-width: 0; }
  .brand-block {
    max-width: min(280px, calc(100% - 96px));
    min-width: 0;
  }
  .hero-meta {
    letter-spacing: 0.18em;
    font-size: 10px;
    max-width: 100%;
  }
  .two-col,
  .tiers,
  .values,
  .footer-grid { grid-template-columns: 1fr; }
  .values { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .lockup img,
  .site-header .lockup img,
  .logo-mark {
    height: 64px;
    width: auto;
    max-width: none;
  }
  .header-inner { padding: 14px 16px; }
  .hero-video__content { padding: 40px 16px 56px; }
  .values { grid-template-columns: 1fr; }
  .section { padding: 56px 16px; }
}
