/* ---------------------------------------------------------------
   Camp Bridal — RV + tenting page
   Builds on styles.css (tokens, header/footer/buttons/form,
   .subhero, .section-head, .ataglance, .ticks, .inquire).
   Adds: what's-included intro, seasonal rate cards, site map,
   long-term band, tenting, and good-to-know.
---------------------------------------------------------------- */

/* ----- intro / what's included ----- */
.rv-intro { padding: var(--section-pad) var(--gutter); }
.rv-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 84rem;
  margin: 0 auto;
  align-items: center;
}
.rv-intro-grid h2 { margin-bottom: 1.25rem; }
.rv-intro-grid .ticks { margin-bottom: 0; }

/* ----- rates ----- */
.rv-rates {
  background: var(--cream-deep);
  padding: var(--section-pad) var(--gutter);
}
.season-toggle {
  display: flex;
  width: fit-content;
  gap: 0.25rem;
  margin: 0 auto 2.5rem;
  padding: 0.3rem;
  background: oklch(0.99 0.007 95);
  border: 1px solid var(--line);
}
.season-btn {
  font-family: var(--display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding: 0.7rem 2rem;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  transition: background-color 0.2s var(--ease-out), color 0.2s var(--ease-out);
}
.season-btn:hover { color: var(--ink); }
.season-btn.is-active { background: var(--forest); color: oklch(0.98 0.01 95); }

.rate-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
  max-width: 90rem;
  margin: 0 auto;
}
.rate-cards[hidden] { display: none; }
.rate-card {
  background: oklch(0.99 0.007 95);
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  box-shadow: 0 12px 30px oklch(0.3 0.04 150 / 0.1);
  display: flex;
  flex-direction: column;
}
.rate-type {
  font-family: var(--display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.rate-price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin: 0.4rem 0 0.2rem;
}
.rate-price b {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2.6rem, 4.5vw, 3.4rem);
  line-height: 1;
  color: var(--ink);
}
.rate-price span {
  font-family: var(--display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  font-size: 1rem;
}
.rate-sub {
  color: var(--ink-soft);
  font-size: 0.95rem;
  padding-bottom: 1.1rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid var(--line);
}
.rate-incl { list-style: none; display: grid; gap: 0.6rem; }
.rate-incl li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 0.98rem;
}
.rate-incl li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.45rem;
  width: 0.75rem;
  height: 0.42rem;
  border-left: 3px solid var(--yellow-hover);
  border-bottom: 3px solid var(--yellow-hover);
  transform: rotate(-45deg);
}
.rates-fine {
  max-width: 90rem;
  margin: 1.5rem auto 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

/* ----- site map ----- */
.rv-map { padding: var(--section-pad) var(--gutter); }
.map-figure {
  max-width: 72rem;
  margin: 0 auto;
  background: oklch(0.99 0.007 95);
  border: 1px solid var(--line);
  padding: clamp(1rem, 2.5vw, 2rem);
  box-shadow: 0 18px 44px oklch(0.3 0.04 150 / 0.12);
}
.map-figure img { width: 100%; height: auto; }

/* ----- long-term band ----- */
.rv-longterm {
  background: var(--forest);
  color: oklch(0.95 0.015 110);
  padding: clamp(3rem, 6vw, 5rem) var(--gutter);
}
.longterm-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 84rem;
  margin: 0 auto;
}
.longterm-inner > div { max-width: 44rem; }
.rv-longterm h2 { color: oklch(0.98 0.01 95); margin-bottom: 1rem; }
.rv-longterm .lede { color: oklch(0.88 0.025 120); }

/* ----- tenting ----- */
.tenting { padding: var(--section-pad) var(--gutter); }
.tenting-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 90rem;
  margin: 0 auto;
  align-items: center;
}
.tenting-copy h2 { margin: 0.5rem 0 1.25rem; }
.tenting-copy .lede { margin-bottom: 1.75rem; }
.tenting-rate {
  display: inline-block;
  background: var(--sage);
  padding: 1.1rem 1.5rem;
  margin-bottom: 1.75rem;
}
.tenting-rate .rate-price { margin: 0.2rem 0; }
.tenting-rate .rate-sub { border: 0; padding: 0; margin: 0; }
.tenting-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: 0 18px 44px oklch(0.3 0.04 150 / 0.16);
}

/* tent-site photo carousel: same footprint as the static tenting-media image */
.tenting-media.carousel { margin: 0; max-width: none; }
.tenting-media .carousel-viewport {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: oklch(0.2 0.04 150);
  box-shadow: 0 18px 44px oklch(0.3 0.04 150 / 0.16);
}
.tenting-media .carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.55s var(--ease-out);
  will-change: transform;
}
.tenting-media .carousel-slide { position: relative; flex: 0 0 100%; height: 100%; }
.tenting-media .carousel-slide img {
  width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; box-shadow: none;
}
.tenting-media .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(2.75rem, 4vw, 3.25rem);
  height: clamp(2.75rem, 4vw, 3.25rem);
  display: grid;
  place-items: center;
  border: 0;
  cursor: pointer;
  background: oklch(0.98 0.01 95 / 0.92);
  color: var(--forest);
  font-size: 1.8rem;
  line-height: 1;
  font-family: var(--display);
  box-shadow: 0 6px 18px oklch(0.2 0.04 150 / 0.3);
  transition: background-color 0.2s var(--ease-out);
}
.tenting-media .carousel-arrow span { margin-top: -3px; }
.tenting-media .carousel-arrow:hover { background: var(--yellow); }
.tenting-media .carousel-prev { left: clamp(0.75rem, 1.5vw, 1.1rem); }
.tenting-media .carousel-next { right: clamp(0.75rem, 1.5vw, 1.1rem); }
.tenting-media .carousel-counter {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.3rem 0.7rem;
  background: oklch(0.2 0.04 150 / 0.6);
  color: oklch(0.98 0.01 95);
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  font-variant-numeric: tabular-nums;
}
@media (prefers-reduced-motion: reduce) {
  .tenting-media .carousel-track { transition: none; }
}

/* ----- good to know ----- */
.goodtoknow {
  background: var(--cream-deep);
  padding: var(--section-pad) var(--gutter);
}
.gtk-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
  max-width: 90rem;
  margin: 0 auto;
}
.gtk-item {
  background: oklch(0.99 0.007 95);
  padding: clamp(1.25rem, 2vw, 1.75rem);
}
.gtk-item h3 {
  font-family: var(--display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.gtk-item p { color: var(--ink-soft); font-size: 0.98rem; }
.gtk-links {
  max-width: 90rem;
  margin: 1.75rem auto 0;
  font-size: 0.98rem;
  color: var(--ink-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  align-items: center;
}
.gtk-links a {
  font-family: var(--display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.92rem;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 0.1rem;
}
.gtk-links a:hover { border-bottom-color: var(--yellow-hover); }

/* ----- responsive ----- */
@media (max-width: 900px) {
  .rv-intro-grid,
  .tenting-grid { grid-template-columns: 1fr; }
  .tenting-media { order: -1; }
}
@media (max-width: 640px) {
  .site-header { flex-wrap: wrap; gap: 0.6rem 1rem; padding-block: 0.6rem; }
  .site-nav { order: 3; width: 100%; margin-left: 0; overflow-x: auto; }
  .site-header .btn { margin-left: auto; }
  .subhero { min-height: min(70svh, 34rem); }
  .season-toggle { width: 100%; }
  .season-btn { flex: 1; padding-inline: 1rem; }
}
