/* ============================================================================
   HAYES COUNTRY CLUB — pages.css
   The sections themselves: the hero, the editorial runs, the price
   presentation, the booking funnel, and the page-specific blocks.
   ========================================================================== */

/* Every page pushes its content clear of the fixed header. */
.page { padding-top: 84px; }
.page--hero { padding-top: 0; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  min-height: 640px;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hcc-ivory);
  overflow: hidden;
  isolation: isolate;
}
.hero--short { height: auto; min-height: 0; padding-block: clamp(9rem, 18vw, 13rem) clamp(4rem, 9vw, 7rem); }

.hero__media { position: absolute; inset: -6% 0; z-index: -2; }
.hero__media .shot { position: absolute; inset: 0; height: 100%; }
.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  /* The photograph is atmosphere, not the subject. A heavy heritage-green wash
     keeps the crest and the headline dominant and the type perfectly legible. */
  background:
    radial-gradient(120% 78% at 50% 42%, rgba(5,46,25,.58) 0%, rgba(5,46,25,.88) 78%),
    linear-gradient(180deg, rgba(5,46,25,.92) 0%, rgba(5,46,25,.70) 42%, rgba(5,46,25,.94) 100%);
}

/* The hero photograph sits back into the brand rather than competing with it. */
.hero__media .shot__img {
  filter: saturate(0.62) contrast(1.04) brightness(0.82);
}
.hero__inner { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1.35rem; }
.hero__crest {
  width: clamp(96px, 16vw, 140px);
  height: auto;
  filter: brightness(0) saturate(100%) invert(97%) sepia(6%) saturate(500%) hue-rotate(330deg) brightness(104%) contrast(96%);
}
.hero h1 { color: var(--hcc-ivory); max-width: 17ch; }
.hero__sub {
  max-width: 46ch;
  color: rgba(251, 248, 241, 0.88);
  font-size: var(--step-1);
  line-height: 1.55;
}
.hero .btn-row { margin-top: 0.5rem; }

/* The gold-ruled specification line. */
.spec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hcc-green);
  padding-block: 0.85rem;
  border-top: 1px solid var(--hcc-gold);
  border-bottom: 1px solid var(--hcc-gold);
  width: fit-content;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}
.hero .spec, .band--green .spec, .footer .spec { color: var(--hcc-ivory); }
.spec__item { display: inline-flex; align-items: center; }
.spec__item + .spec__item::before {
  content: "\00B7";
  color: var(--hcc-gold);
  margin-right: 0.85rem;
}

/* FIX B — the hero stacks its buttons on a phone; they belong centred. */
.hero .btn-row { justify-content: center; }
@media (max-width: 460px) {
  .hero .btn-row { flex-direction: column; align-items: stretch; width: 100%; }
  .hero .btn-row .btn { width: 100%; }
}

.scrollcue {
  position: absolute;
  left: 50%;
  bottom: clamp(1.25rem, 4vh, 2.5rem);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  color: rgba(251, 248, 241, 0.75);
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.scrollcue__line {
  display: block;
  width: 1px;
  height: 42px;
  background: rgba(251, 248, 241, 0.3);
  position: relative;
  overflow: hidden;
}
.scrollcue__line::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 40%;
  background: var(--hcc-gold);
  animation: cue-draw 2.4s var(--ease) infinite;
}
@media (max-width: 720px) { .scrollcue { display: none; } }

/* ==========================================================================
   PAGE HEADER (inner pages)
   ========================================================================== */
.pagehead { text-align: center; }
.pagehead h1 { max-width: 20ch; margin-inline: auto; }
.pagehead .lede { max-width: 58ch; margin-inline: auto; }

/* ==========================================================================
   EDITORIAL ROWS — the PLAY / WATCH / EAT / DRINK / STAY run.
   Image and copy swap sides on every row so the rhythm never repeats.
   ========================================================================== */
.run__row { display: grid; gap: clamp(1.75rem, 5vw, 3.5rem); align-items: center; }
.run__row + .run__row { margin-top: clamp(3.5rem, 8vw, 6.5rem); }
@media (min-width: 900px) {
  .run__row { grid-template-columns: 58fr 42fr; }
  .run__row:nth-child(even) .run__media { order: 2; }
  .run__row:nth-child(even) .run__body { order: 1; }
}
.run__body { position: relative; }
.run__ghost {
  position: absolute;
  top: -0.35em;
  left: -0.06em;
  font-family: var(--font-display);
  font-size: clamp(5rem, 13vw, 9rem);
  line-height: 1;
  color: var(--hcc-green);
  opacity: 0.12;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.run__body > *:not(.run__ghost) { position: relative; z-index: 1; }
.run__title { margin-top: 0.65rem; color: var(--hcc-green); }
.run__copy { margin-top: 1rem; max-width: 46ch; }

/* ==========================================================================
   "THE CLUB IS YOURS" — the exclusivity band.
   ========================================================================== */
.yours { display: grid; gap: clamp(2rem, 6vw, 4.5rem); align-items: center; }
@media (min-width: 900px) { .yours { grid-template-columns: 5fr 7fr; } }
.yours__figure {
  border: 1px solid rgba(232, 182, 92, 0.45);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  text-align: center;
}
.yours__row {
  display: flex;
  justify-content: center;
  gap: clamp(0.5rem, 2vw, 1rem);
  padding-block: 1.25rem;
  border-top: 1px solid rgba(232, 182, 92, 0.3);
  border-bottom: 1px solid rgba(232, 182, 92, 0.3);
  margin-block: 1.1rem;
}
.yours__figure .orn--figure { width: clamp(20px, 5vw, 28px); height: auto; color: var(--hcc-gold-light); }
.yours__caption { font-size: var(--step--1); color: rgba(251, 248, 241, 0.78); }

/* ==========================================================================
   THE $75 PRESENTATION
   ========================================================================== */
.price { text-align: center; }
.pricefig {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Enough air that the laurel cradles the figure rather than crowding it. */
  gap: clamp(1.25rem, 4vw, 2.25rem);
  margin-block: 1rem 0.25rem;
}
.pricefig__amount {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(4.5rem, 12vw, 8rem);
  line-height: 0.95;
  color: var(--hcc-green);
  letter-spacing: -0.02em;
}
.pricefig__laurel {
  display: block;
  width: clamp(38px, 7vw, 64px);
  height: clamp(76px, 14vw, 128px);
  color: var(--hcc-gold);
  flex: none;
}
.pricefig__laurel--r { transform: scaleX(-1); }
.price__unit {
  font-family: var(--font-display);
  font-size: var(--step-2);
  color: var(--hcc-ink-soft);
  font-style: italic;
}
.price__cap { margin-top: 0.5rem; font-size: var(--step-1); color: var(--hcc-ink); }
.price__included { margin-top: clamp(2rem, 5vw, 3rem); max-width: 640px; margin-inline: auto; }
.price__value {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--hcc-rule);
}
.price__foot { margin-top: 1rem; font-size: var(--step--1); color: var(--hcc-ink-soft); font-style: italic; }

/* ==========================================================================
   TREATS BY NANCE
   ========================================================================== */
.treatband { display: grid; gap: 0; align-items: stretch; }
@media (min-width: 900px) { .treatband { grid-template-columns: 1fr 1fr; } }
.treatband__media { min-height: clamp(320px, 50vw, 620px); position: relative; }
.treatband__media .shot { position: absolute; inset: 0; }
.treatband__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.15rem;
  padding: clamp(2.5rem, 7vw, 5.5rem) var(--gutter);
}
@media (min-width: 900px) {
  .treatband__body { padding-inline: clamp(2.5rem, 5vw, 4.5rem); }
}

/* The Treats by Nance sub-brand wordmark. */
.wordmark { text-align: center; width: fit-content; }
.wordmark__rule { display: block; height: 1px; background: var(--hcc-gold); }
.wordmark__name {
  font-family: var(--font-display);
  font-size: var(--step-2);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hcc-green);
  padding-block: 0.6rem;
  line-height: 1.2;
}
.band--green .wordmark__name { color: var(--hcc-ivory); }

.treatfeat__name { font-size: var(--step-3); color: var(--hcc-green); margin-top: 0.5rem; }
.treatfeat__copy { margin-block: 0.75rem 1rem; color: var(--hcc-ink-soft); max-width: 42ch; }

.treats {
  display: grid;
  gap: 1px;
  background: var(--hcc-rule);
  border: 1px solid var(--hcc-rule);
}
@media (min-width: 620px) { .treats { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .treats { grid-template-columns: repeat(3, 1fr); } }
.treat {
  background: var(--hcc-ivory);
  padding: clamp(1.35rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.treat__cat { color: var(--hcc-gold-deep); }
.treat__name { font-size: var(--step-1); color: var(--hcc-green); line-height: 1.25; }
.treat__copy { font-size: var(--step--1); color: var(--hcc-ink-soft); line-height: 1.6; }
.treat__avail {
  margin-top: auto;
  padding-top: 0.75rem;
  font-size: 0.72rem;
  color: var(--hcc-ink-soft);
  font-style: italic;
}

.byob {
  border: 1px solid var(--hcc-gold);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  max-width: 620px;
}
.byob__copy { margin-top: 0.85rem; color: var(--hcc-ink-soft); }
.byob__note { margin-top: 0.85rem; font-size: var(--step--1); color: var(--hcc-ink-soft); font-style: italic; }
.band--green .byob__copy, .band--green .byob__note { color: rgba(251,248,241,.82); }

/* ==========================================================================
   EVENTS
   ========================================================================== */
.events { display: grid; gap: 1.25rem; }
@media (min-width: 780px) { .events { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1120px) { .events--three { grid-template-columns: repeat(3, 1fr); } }
.ecard {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1.25rem;
  border: 1px solid var(--hcc-rule);
  background: var(--hcc-paper);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  transition: border-color 220ms var(--ease);
}
.ecard:hover { border-color: var(--hcc-gold); }
.ecard__date {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid var(--hcc-rule);
  padding-right: 1.25rem;
  min-width: 60px;
}
.ecard__mon {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hcc-gold-deep);
}
.ecard__day { font-family: var(--font-display); font-size: var(--step-3); line-height: 1; color: var(--hcc-green); }
.ecard__cat { color: var(--hcc-gold-deep); }
.ecard__title { font-size: var(--step-1); color: var(--hcc-green); margin-top: 0.35rem; }
.ecard__blurb { font-size: var(--step--1); color: var(--hcc-ink-soft); margin-top: 0.5rem; line-height: 1.6; }
.ecard__meta { font-size: 0.74rem; color: var(--hcc-ink-soft); margin-top: 0.6rem; }
.ecard__foot {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid var(--hcc-rule);
}
.event__title { font-size: var(--step-3); color: var(--hcc-green); margin-top: 0.6rem; }
.event__when { font-size: var(--step--1); color: var(--hcc-gold-deep); margin-top: 0.5rem; font-weight: 500; }
.event__detail { margin-top: 1.15rem; color: var(--hcc-ink-soft); max-width: 58ch; }
.event__facts {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-block: 1.25rem;
  border-top: 1px solid var(--hcc-rule);
  border-bottom: 1px solid var(--hcc-rule);
}
@media (min-width: 560px) { .event__facts { grid-template-columns: repeat(3, 1fr); } }
.event__facts > div { display: flex; flex-direction: column; gap: 0.3rem; }
.event__facts span:last-child { font-size: var(--step--1); color: var(--hcc-ink-soft); }
.event__state {
  margin-top: 1.25rem;
  padding: 0.85rem 1rem;
  border-left: 2px solid var(--hcc-green);
  background: var(--hcc-green-mist);
  font-size: var(--step--1);
  color: var(--hcc-green);
}
.event__state[data-state="waitlisted"] { border-left-color: var(--hcc-gold-deep); background: rgba(215,151,31,.09); color: var(--hcc-gold-deep); }
.event__state[data-state="full"] { border-left-color: var(--hcc-reserved); background: rgba(110,104,94,.08); color: var(--hcc-ink-soft); }
.event__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }

/* ==========================================================================
   MEMBERSHIP
   ========================================================================== */
.seal {
  position: relative;
  width: clamp(180px, 34vw, 230px);
  aspect-ratio: 1;
  margin-inline: auto;
  display: grid;
  place-items: center;
  text-align: center;
}
.seal__laurel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 76%;
  color: var(--hcc-gold);
}
.seal__laurel--l { left: 2%; }
.seal__laurel--r { right: 2%; transform: translateY(-50%) scaleX(-1); }
.seal__body { display: flex; flex-direction: column; gap: 0.2rem; }
.seal__top {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--hcc-gold-light);
}
.seal__bottom { font-family: var(--font-display); font-size: var(--step-3); color: var(--hcc-ivory); line-height: 1; }
.seal__rule { height: 1px; width: 3rem; background: var(--hcc-gold); margin: 0.45rem auto; }
.band--ivory .seal__top, .band--cream .seal__top { color: var(--hcc-gold-deep); }
.band--ivory .seal__bottom, .band--cream .seal__bottom { color: var(--hcc-green); }

.benefits { display: grid; gap: 1.25rem; }
@media (min-width: 720px) { .benefits { grid-template-columns: 1fr 1fr; gap: 1.35rem 2.5rem; } }
.benefit__body { display: flex; flex-direction: column; gap: 0.25rem; }
.benefit__title { font-family: var(--font-display); font-size: var(--step-1); color: var(--hcc-green); line-height: 1.25; }
.benefit__copy { font-size: var(--step--1); color: var(--hcc-ink-soft); line-height: 1.6; }
.band--green .benefit__title { color: var(--hcc-ivory); }
.band--green .benefit__copy { color: rgba(251,248,241,.8); }

/* ==========================================================================
   HOURS, SPEC SHEET, ARRIVAL
   ========================================================================== */
.hours { border-top: 1px solid var(--hcc-rule); }
.hours__row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.9rem;
  border-bottom: 1px solid var(--hcc-rule);
  font-size: var(--step--1);
}
.hours__row dt { font-weight: 600; color: var(--hcc-green); }
.hours__row dd { color: var(--hcc-ink-soft); margin: 0; text-align: right; }

.specsheet { border: 1px solid var(--hcc-rule); padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--hcc-paper); }
.specsheet__pending {
  font-family: var(--font-display);
  font-size: var(--step-2);
  color: var(--hcc-green);
  margin-block: 0.85rem 0.75rem;
}
.specsheet__copy { font-size: var(--step--1); color: var(--hcc-ink-soft); max-width: 52ch; line-height: 1.65; }
.specsheet__mail { margin-top: 1rem; font-size: var(--step--1); }
.specsheet__mail a { color: var(--hcc-green); }
.specsheet__row { display: flex; justify-content: space-between; gap: 1.5rem; padding-block: 0.8rem; border-bottom: 1px solid var(--hcc-rule); }
.specsheet__row dt { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--hcc-green); }
.specsheet__row dd { margin: 0; font-size: var(--step--1); color: var(--hcc-ink-soft); text-align: right; }

.arrival { display: grid; gap: 1.5rem; counter-reset: step; }
@media (min-width: 760px) { .arrival { grid-template-columns: repeat(4, 1fr); } }
.arrival__step { display: flex; flex-direction: column; gap: 0.6rem; }
.arrival__num {
  font-family: var(--font-display);
  font-size: var(--step-3);
  /* These numerals carry meaning, so they use the deep gold. The bright gold
     measures 2.2:1 on cream and would fail. */
  color: var(--hcc-gold-deep);
  line-height: 1;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--hcc-rule);
}
.arrival__body { display: flex; flex-direction: column; gap: 0.35rem; }
.arrival__title { font-family: var(--font-display); font-size: var(--step-1); color: var(--hcc-green); }
.arrival__copy { font-size: var(--step--1); color: var(--hcc-ink-soft); line-height: 1.6; }

/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery { display: grid; gap: 1rem; }
@media (min-width: 620px) { .gallery { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
.gallery__item { margin: 0; position: relative; }
.gallery__open {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid var(--hcc-rule);
  transition: border-color 220ms var(--ease);
}
.gallery__open:hover { border-color: var(--hcc-gold); }
.gallery__cap {
  margin-top: 0.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hcc-ink-soft);
}

/* ==========================================================================
   BOOKING FUNNEL
   ========================================================================== */
.booking { padding-top: 84px; }
.booking__grid { display: grid; gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
@media (min-width: 1100px) { .booking__grid { grid-template-columns: 1fr 360px; } }

.stepper-wrap {
  position: sticky;
  top: 84px;
  z-index: 60;
  background: var(--hcc-ivory);
  border-bottom: 1px solid var(--hcc-rule);
}
.stepper__list { display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; }
.stepper__list::-webkit-scrollbar { display: none; }
.stepper__item { flex: 1 0 auto; min-width: 0; }
.stepper__btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 60px;
  padding: 0.5rem 0.85rem;
  border-bottom: 2px solid transparent;
  text-align: left;
  color: var(--hcc-ink-soft);
  white-space: nowrap;
}
.stepper__dot {
  flex: none;
  width: 9px; height: 9px;
  border-radius: 50%;
  border: 1px solid var(--hcc-rule);
}
.stepper__flag { flex: none; width: 15px; height: 18px; color: var(--hcc-green); }
.stepper__num { font-size: 0.66rem; letter-spacing: 0.14em; font-weight: 600; color: var(--hcc-gold-deep); }
.stepper__label { font-size: 0.72rem; letter-spacing: 0.06em; }
@media (max-width: 900px) { .stepper__label { display: none; } }

.stepper__item[data-state="done"] .stepper__dot { background: var(--hcc-gold); border-color: var(--hcc-gold); }
.stepper__item[data-state="done"] .stepper__btn { color: var(--hcc-green); }
.stepper__item[data-state="active"] .stepper__btn {
  border-bottom-color: var(--hcc-green);
  color: var(--hcc-green);
  font-weight: 600;
}
.stepper__item[data-state="todo"] .stepper__btn[aria-disabled="true"] { opacity: 0.5; }

.step { padding-block: clamp(2rem, 5vw, 3.25rem); }
.step__head { margin-bottom: clamp(1.5rem, 3.5vw, 2.25rem); }
.step__title { font-size: var(--step-3); color: var(--hcc-green); margin-top: 0.5rem; }
.step__sub { margin-top: 0.6rem; color: var(--hcc-ink-soft); max-width: 52ch; font-size: var(--step-0); }
.step__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--hcc-rule);
}
.step__hint { font-size: var(--step--1); color: var(--hcc-ink-soft); font-style: italic; }

/* --- Calendar ----------------------------------------------------------- */
.cal { max-width: 560px; }
.cal__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.cal__nav {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--hcc-rule);
  color: var(--hcc-green);
  transition: border-color 180ms var(--ease), background-color 180ms var(--ease);
}
.cal__nav:hover:not([disabled]) { border-color: var(--hcc-gold); background: var(--hcc-paper); }
.cal__nav[disabled] { opacity: 0.35; cursor: not-allowed; }
.cal__title { font-family: var(--font-display); font-size: var(--step-2); color: var(--hcc-green); }
.cal__grid { border: 1px solid var(--hcc-rule); background: var(--hcc-paper); }
.cal__row { display: grid; grid-template-columns: repeat(7, 1fr); }
.cal__row--head { border-bottom: 1px solid var(--hcc-rule); }
.cal__dow {
  padding-block: 0.6rem;
  text-align: center;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--hcc-ink-soft);
}
.cal__cell { border-right: 1px solid var(--hcc-rule); border-bottom: 1px solid var(--hcc-rule); }
.cal__row > .cal__cell:last-child { border-right: 0; }
.cal__row:last-child .cal__cell { border-bottom: 0; }
.cal__cell--empty { background: rgba(220, 211, 194, 0.16); }
.cal__day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  min-height: 56px;
  padding: 0.35rem 0.15rem;
  color: var(--hcc-ink);
  transition: background-color 160ms var(--ease);
}
.cal__num { font-size: 0.92rem; line-height: 1; }
.cal__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--hcc-available); }
.cal__day[data-state="limited"] .cal__dot { background: var(--hcc-limited); }
.cal__day[data-state="reserved"] .cal__dot { background: var(--hcc-reserved); }
.cal__day[data-state="closed"] .cal__dot,
.cal__day[data-state="past"] .cal__dot { background: transparent; border: 1px solid var(--hcc-rule); }
.cal__day:hover:not([disabled]) { background: var(--hcc-green-mist); }
.cal__day[disabled] { color: var(--hcc-reserved); opacity: 0.55; cursor: not-allowed; }
.cal__cell[aria-selected="true"] .cal__day {
  background: var(--hcc-green);
  color: var(--hcc-ivory);
}
.cal__cell[aria-selected="true"] .cal__dot { background: var(--hcc-gold-light); }

.legend { display: flex; flex-wrap: wrap; gap: 0.6rem 1.25rem; margin-top: 1rem; }
.legend__item { display: flex; align-items: center; gap: 0.45rem; font-size: 0.72rem; color: var(--hcc-ink-soft); }
.legend__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--hcc-available); }
.legend__dot[data-state="limited"] { background: var(--hcc-limited); }
.legend__dot[data-state="reserved"] { background: var(--hcc-reserved); }
.legend__dot[data-state="closed"] { background: transparent; border: 1px solid var(--hcc-rule); }

/* --- Time slots --------------------------------------------------------- */
.slots { display: grid; gap: 0.75rem; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
.slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  min-height: 72px;
  padding: 0.85rem 0.75rem;
  border: 1px solid var(--hcc-green);
  color: var(--hcc-green);
  background: var(--hcc-paper);
  transition: background-color 180ms var(--ease), color 180ms var(--ease), border-color 180ms var(--ease);
}
.slot__time { font-size: var(--step-0); font-weight: 500; }
.slot__state { font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; }
.slot[data-state="limited"] { border-color: var(--hcc-limited); color: var(--hcc-gold-deep); }
.slot[data-state="reserved"] {
  border-color: var(--hcc-rule);
  color: var(--hcc-reserved);
  cursor: not-allowed;
  background: rgba(220, 211, 194, 0.22);
}
.slot[data-state="reserved"] .slot__time { text-decoration: line-through; }
.slot:hover:not([disabled]) { background: var(--hcc-green-mist); }
.slot[aria-pressed="true"] { background: var(--hcc-green); color: var(--hcc-ivory); border-color: var(--hcc-green); }
.slot[aria-pressed="true"][data-state="limited"] { background: var(--hcc-gold-deep); border-color: var(--hcc-gold-deep); color: var(--hcc-ivory); }

/* --- Options (duration, party) ------------------------------------------ */
.options { display: grid; gap: 0.9rem; }
@media (min-width: 700px) { .options { grid-template-columns: repeat(3, 1fr); } }
.option {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-height: 128px;
  padding: 1.35rem 1.25rem;
  border: 1px solid var(--hcc-rule);
  background: var(--hcc-paper);
  text-align: left;
  transition: border-color 180ms var(--ease), background-color 180ms var(--ease);
}
.option--compact { min-height: 76px; justify-content: center; align-items: center; text-align: center; }
.option:hover:not([disabled]) { border-color: var(--hcc-gold); }
.option[aria-pressed="true"] { border-color: var(--hcc-green); background: var(--hcc-green-mist); }
.option[aria-pressed="true"]::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid var(--hcc-gold);
  pointer-events: none;
}
.option[disabled] { opacity: 0.5; cursor: not-allowed; }
.option__tag {
  position: absolute;
  top: -0.6rem; left: 1.25rem;
  background: var(--hcc-gold);
  color: var(--hcc-green-deep);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.22rem 0.55rem;
}
.option__title { font-family: var(--font-display); font-size: var(--step-1); color: var(--hcc-green); }
.option__price { font-family: var(--font-display); font-size: var(--step-2); color: var(--hcc-ink); }
.option__note { font-size: 0.74rem; color: var(--hcc-ink-soft); line-height: 1.5; margin-top: auto; }
.perhead { margin-top: 1.25rem; text-align: center; }

/* --- Enhancements ------------------------------------------------------- */
.enhancements { display: grid; gap: 0.75rem; }
.enhancement {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: start;
  min-height: 72px;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--hcc-rule);
  background: var(--hcc-paper);
  text-align: left;
  transition: border-color 180ms var(--ease), background-color 180ms var(--ease);
}
.enhancement:hover { border-color: var(--hcc-gold); }
.enhancement[aria-pressed="true"] { border-color: var(--hcc-green); background: var(--hcc-green-mist); }
.enhancement__check {
  flex: none;
  width: 22px; height: 22px;
  border: 1px solid var(--hcc-green);
  margin-top: 0.15rem;
  position: relative;
}
.enhancement[aria-pressed="true"] .enhancement__check { background: var(--hcc-green); }
.enhancement[aria-pressed="true"] .enhancement__check::after {
  content: "";
  position: absolute;
  left: 7px; top: 3px;
  width: 6px; height: 11px;
  border: solid var(--hcc-ivory);
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.enhancement__body { display: flex; flex-direction: column; gap: 0.3rem; }
.enhancement__name { font-family: var(--font-display); font-size: var(--step-1); color: var(--hcc-green); }
.enhancement__copy { font-size: var(--step--1); color: var(--hcc-ink-soft); line-height: 1.6; }
.enhancement__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
  font-family: var(--font-display);
  font-size: var(--step-1);
  color: var(--hcc-ink);
  white-space: nowrap;
}
.enhancement__pricenote {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hcc-ink-soft);
}

/* --- Summary rail and mobile bar ---------------------------------------- */
.rail { display: none; }
@media (min-width: 1100px) {
  .rail {
    display: block;
    position: sticky;
    top: 156px;
    border: 1px solid var(--hcc-rule);
    background: var(--hcc-paper);
  }
}
.rail__head { padding: 1.25rem 1.35rem 1rem; border-bottom: 1px solid var(--hcc-rule); }
.rail__body { padding: 1.1rem 1.35rem; display: flex; flex-direction: column; gap: 0.6rem; }
.rail__row { display: flex; justify-content: space-between; gap: 1rem; font-size: var(--step--1); }
.rail__row span:first-child { color: var(--hcc-ink-soft); }
.rail__row span:last-child { color: var(--hcc-ink); text-align: right; }
.rail__row.is-muted span:last-child { color: var(--hcc-reserved); font-style: italic; }
.rail__rule { height: 1px; background: var(--hcc-rule); margin-block: 0.35rem; }
.rail__foot { padding: 1.1rem 1.35rem 1.35rem; border-top: 1px solid var(--hcc-rule); }
.rail__total { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.rail__total dt { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; color: var(--hcc-green); }
.rail__total dd { margin: 0; font-family: var(--font-display); font-size: var(--step-3); color: var(--hcc-green); }

.sticky-summary {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--hcc-green-deep);
  color: var(--hcc-ivory);
  padding: 0.85rem var(--gutter);
  padding-bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--hcc-gold);
}
@media (min-width: 1100px) { .sticky-summary { display: none; } }
.sticky-summary__body { flex: 1 1 auto; min-width: 0; }
.sticky-summary__meta {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(251, 248, 241, 0.72);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sticky-summary__total { font-family: var(--font-display); font-size: var(--step-2); line-height: 1.1; }
/* The funnel needs room to clear its own bottom bar. */
@media (max-width: 1099px) { .booking { padding-bottom: 96px; } }

/* --- Confirming overlay ------------------------------------------------- */
.confirming {
  position: fixed;
  inset: 0;
  z-index: 170;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  background: var(--hcc-green-deep);
  color: var(--hcc-ivory);
  opacity: 0;
  transition: opacity 240ms var(--ease);
}
.confirming[data-open="true"] { opacity: 1; }
.confirming__flag { width: 44px; height: 52px; color: var(--hcc-gold); }
.confirming__flag .orn--flag { animation: flag-plant 1.1s var(--ease) infinite; }

/* --- Confirmation ------------------------------------------------------- */
.confirm { text-align: center; max-width: 720px; margin-inline: auto; }
.confirm__crest { width: clamp(90px, 18vw, 120px); height: auto; margin: 0 auto 1.25rem; }
.confirm__title { font-size: var(--step-4); color: var(--hcc-green); margin-top: 0.6rem; }
.confirm__number {
  margin-top: 0.85rem;
  font-size: 0.85rem;
  letter-spacing: 0.28em;
  color: var(--hcc-gold-deep);
}
.confirm .certificate { margin-top: clamp(1.75rem, 4vw, 2.5rem); text-align: left; }
.confirm__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
}
.arrival-brief {
  margin-top: 1.75rem;
  text-align: left;
  border-top: 1px solid var(--hcc-rule);
  padding-top: 1.5rem;
}
.arrival-brief p + p { margin-top: 0.85rem; }
.arrival-brief p:not(.tracked) { font-size: var(--step--1); color: var(--hcc-ink-soft); line-height: 1.65; }
.arrival-brief .tracked { margin-bottom: 1rem; }

/* --- Summary table (shared by review and confirmation) ------------------- */
.sumlist { display: flex; flex-direction: column; }
.sumrow {
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 1rem;
  padding-block: 0.7rem;
  border-bottom: 1px solid var(--hcc-rule);
  font-size: var(--step--1);
}
.sumrow dt { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--hcc-green); }
.sumrow dd { margin: 0; color: var(--hcc-ink); }
.sumrow--math dd { display: flex; justify-content: space-between; gap: 1rem; color: var(--hcc-ink-soft); }
.sumrow--math dd span { color: var(--hcc-ink); }
.sumrow--total { border-bottom: 0; padding-top: 1rem; align-items: baseline; }
.sumrow--total dt { font-size: 0.74rem; }
.sumrow--total dd { font-family: var(--font-display); font-size: var(--step-3); color: var(--hcc-green); }
.sumlist + .tracked { margin-top: 1.25rem; }

/* --- Reservation history ------------------------------------------------ */
.history { border-top: 1px solid var(--hcc-rule); }
.history__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding-block: 1.1rem;
  border-bottom: 1px solid var(--hcc-rule);
}
.history__date { display: flex; flex-direction: column; align-items: center; min-width: 46px; }
.history__mon { font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--hcc-gold-deep); }
.history__day { font-family: var(--font-display); font-size: var(--step-2); line-height: 1; color: var(--hcc-green); }
.history__num { color: var(--hcc-green); }
.history__meta { font-size: 0.76rem; color: var(--hcc-ink-soft); margin-top: 0.25rem; }
.history__right { display: flex; flex-direction: column; align-items: flex-end; gap: 0.35rem; }
.history__total { font-family: var(--font-display); font-size: var(--step-1); color: var(--hcc-ink); }
.history__item[data-status="cancelled"] .history__day,
.history__item[data-status="cancelled"] .history__num { color: var(--hcc-reserved); }

/* --- Empty state -------------------------------------------------------- */
.empty { text-align: center; max-width: 560px; margin-inline: auto; }
.empty__crest { width: clamp(90px, 18vw, 120px); height: auto; margin: 0 auto 1.5rem; opacity: 0.9; }

/* ==========================================================================
   MODIFY BANNER
   ========================================================================== */
.modify-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  background: var(--hcc-green-mist);
  border-left: 2px solid var(--hcc-green);
  padding: 0.9rem 1.15rem;
  font-size: var(--step--1);
  color: var(--hcc-green);
  margin-top: 1.5rem;
}

/* ==========================================================================
   PHOTOGRAPHY FRAMES AND PAGE-LEVEL GRIDS
   ========================================================================== */
.shot-frame { display: block; position: relative; }
.hero__media .shot-frame,
.hero__media .shot-frame .shot,
.treatband__media .shot-frame,
.treatband__media .shot-frame .shot,
.lightbox__stage .shot-frame { position: absolute; inset: 0; }
.lightbox__stage .shot-frame .shot { position: absolute; inset: 0; }

.hero__video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* The Idea — two columns of prose under a centred headline. */
.idea__cols { display: grid; gap: 1.5rem; margin-top: clamp(2rem, 5vw, 3rem); }
@media (min-width: 800px) {
  .idea__cols { grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); }
}

/* Fernandina Beach — offset editorial, wide column plus a narrow one. */
.local { display: grid; gap: clamp(2.25rem, 5vw, 3rem); }
@media (min-width: 900px) {
  .local { grid-template-columns: 7fr 5fr; gap: clamp(2.5rem, 6vw, 4.5rem); align-items: start; }
}

/* Two-column editorial used across the inner pages. */
.split { display: grid; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .split--wide-left { grid-template-columns: 7fr 5fr; } }
@media (min-width: 900px) { .split--wide-right { grid-template-columns: 5fr 7fr; } }
@media (min-width: 900px) { .split--flip > *:first-child { order: 2; } }

.cardgrid { display: grid; gap: 1.5rem; }
@media (min-width: 700px) { .cardgrid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .cardgrid--three { grid-template-columns: repeat(3, 1fr); } }
.card {
  border: 1px solid var(--hcc-rule);
  background: var(--hcc-paper);
  padding: clamp(1.5rem, 3.5vw, 2.25rem);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.card__title { font-family: var(--font-display); font-size: var(--step-1); color: var(--hcc-green); line-height: 1.25; }
.card__copy { font-size: var(--step--1); color: var(--hcc-ink-soft); line-height: 1.65; }
.band--green .card { background: rgba(251,248,241,.05); border-color: rgba(232,182,92,.35); }
.band--green .card__title { color: var(--hcc-ivory); }
.band--green .card__copy { color: rgba(251,248,241,.82); }

/* The formats list on the golf page. */
.formats { display: grid; gap: 1px; background: var(--hcc-rule); border: 1px solid var(--hcc-rule); }
@media (min-width: 720px) { .formats { grid-template-columns: 1fr 1fr; } }
.format { background: var(--hcc-ivory); padding: clamp(1.35rem, 3vw, 2rem); display: flex; flex-direction: column; gap: 0.45rem; }
.band--cream .format { background: var(--hcc-cream); }
.format__name { font-family: var(--font-display); font-size: var(--step-1); color: var(--hcc-green); }
.format__copy { font-size: var(--step--1); color: var(--hcc-ink-soft); line-height: 1.6; }
.format__best { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--hcc-gold-deep); margin-top: auto; padding-top: 0.6rem; }

/* The mobile booking bar sits on deep green, so its button inverts to ivory. */
.sticky-summary .btn--primary {
  background: var(--hcc-ivory);
  color: var(--hcc-green-deep);
  border-color: var(--hcc-ivory);
  flex: none;
}
.sticky-summary .btn--primary:hover {
  background: var(--hcc-gold-light);
  border-color: var(--hcc-gold-light);
}
.sticky-summary :focus-visible { outline-color: var(--hcc-gold-light); }

/* ==========================================================================
   EDITORIAL COMPOSITIONS
   A deliberate set of layouts so the page never settles into
   eyebrow → headline → paragraph → three cards.
   ========================================================================== */

/* --- Editorial split: photograph and text share the storytelling ---------- */
/* Scoped to the modifier — the base .split above is shared with other pages
   and must keep its own proportions. */
@media (min-width: 900px) {
  .split--58 { grid-template-columns: 58fr 42fr; gap: clamp(3rem, 6vw, 5.5rem); }
  .split--58 > .split__media { order: 1; }
  .split--58 > .split__body  { order: 2; }
  .split--58.split--flip > .split__media { order: 2; }
  .split--58.split--flip > .split__body  { order: 1; }
}
.split__body > .tracked { margin-bottom: 1.1rem; }
.split__body h2 { margin-top: 0; }

/* --- Ultra-wide transitional strip ---------------------------------------- */
.strip { position: relative; background: var(--hcc-green-deep); }
.strip__media { position: relative; overflow: hidden; }
.strip__media .shot { width: 100%; }
/* A whisper of green so the photograph belongs to the brand rather than
   interrupting it. */
.strip__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,46,25,.30) 0%, rgba(5,46,25,.10) 45%, rgba(5,46,25,.38) 100%);
  pointer-events: none;
}
@media (max-width: 700px) {
  /* An ultra-wide crop becomes a letterbox sliver on a phone. Give it height. */
  .strip__media .shot { aspect-ratio: 16 / 10; }
}

/* A page-opening band. Capped so it sets the scene without pushing the
   headline below the fold. */
.strip--head .strip__media { max-height: 40vh; overflow: hidden; }
.strip--head .strip__media .shot { height: 40vh; aspect-ratio: auto; }
@media (max-width: 700px) {
  .strip--head .strip__media { max-height: 30vh; }
  .strip--head .strip__media .shot { height: 30vh; }
}

/* --- Two-image story: one large, one supporting --------------------------- */
.pair {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: start;
}
@media (min-width: 780px) {
  /* A wide lead photograph and a tall detail, deliberately staggered rather
     than lined up in two matching boxes. */
  .pair { grid-template-columns: 1.4fr 1fr; align-items: start; }
  .pair__item:last-child { margin-top: clamp(2.5rem, 7vw, 6rem); }
}
.pair__item { margin: 0; }

/* --- Three lifestyle details, not three feature cards --------------------- */
.trio {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2.25rem);
}
@media (min-width: 760px) {
  .trio { grid-template-columns: repeat(3, 1fr); }
  /* A gentle vertical drift so the row never reads as a card rack. */
  .trio__item:nth-child(2) { margin-top: clamp(1.5rem, 4vw, 3.25rem); }
  .trio__item:nth-child(3) { margin-top: clamp(0.5rem, 1.5vw, 1.25rem); }
}
.trio__item { margin: 0; }

/* --- Lead paragraph: slightly larger, for the opening of a section -------- */
.prose--lead p {
  font-size: var(--step-0);
  line-height: 1.7;
}
.prose--lead p:first-child { font-size: var(--step-1); line-height: 1.55; }
