/* ============================================================
   PRAIRIE JUNCTION RV RESORT — main.css  (v2, aesthetic pass)
   Editorial, photography-led, prairie-calm pacing.
   Signatures: junction-line divider · ticket CTAs · sunset arch
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --prairie-cream: #F7F1E5;
  --cream-deep: #EFE6D3;
  --rail-char: #241F19;
  --sunset-ember: #C4622D;
  --ember-deep: #A84F20;
  --wheat-gold: #D9A441;
  --sky-slate: #6E7F8C;
  --pine-shadow: #37412F;
  --card-cream: #FCF8F0;
  --line-soft: rgba(36, 31, 25, 0.12);

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", -apple-system, "Segoe UI", sans-serif;

  --max-w: 1160px;
  --pad-x: clamp(1.1rem, 4vw, 2rem);
  --radius: 14px;
  --shadow-sm: 0 2px 10px rgba(36, 31, 25, .06);
  --shadow: 0 16px 40px rgba(36, 31, 25, .12);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--prairie-cream);
  color: var(--rail-char);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sunset-ember); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ember-deep); }
::selection { background: var(--wheat-gold); color: var(--rail-char); }
:focus-visible { outline: 3px solid var(--wheat-gold); outline-offset: 3px; border-radius: 3px; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--rail-char); color: var(--prairie-cream);
  padding: .6rem 1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad-x); }
section { padding: clamp(3.6rem, 8vw, 6.5rem) 0; }

/* ---------- Type ---------- */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600; line-height: 1.08;
  margin: 0 0 .55em; letter-spacing: -0.015em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 6.2vw, 4.1rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); }
h3 { font-size: clamp(1.18rem, 2.2vw, 1.45rem); }
p { margin: 0 0 1em; }
.lede { font-size: clamp(1.1rem, 2vw, 1.28rem); color: #4a4238; max-width: 60ch; }
.ital { font-style: italic; font-weight: inherit; color: var(--sunset-ember); }
.hero .ital, .on-dark .ital { color: var(--wheat-gold); }

.eyebrow {
  font-size: .74rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--sunset-ember);
  display: inline-flex; align-items: center; gap: .6em; margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--wheat-gold); }

/* ---------- Signature: junction line ---------- */
.junction-line {
  height: 14px; border: 0; margin: 0 auto; max-width: min(480px, 64%);
  border-top: 1.5px solid var(--line-soft);
  border-bottom: 1.5px solid var(--line-soft);
  background: repeating-linear-gradient(90deg, transparent 0 15px, var(--wheat-gold) 15px 18px);
  background-size: 33px 6px; background-position: center; background-repeat: repeat-x;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: .9;
}

/* ---------- Signature: ticket CTA ---------- */
.ticket {
  position: relative; display: inline-block;
  background: linear-gradient(180deg, #CF6C35, var(--sunset-ember) 55%);
  color: var(--prairie-cream);
  font-weight: 700; text-decoration: none; text-align: center;
  padding: 1rem 2.2rem .85rem; border-radius: 8px;
  box-shadow: 0 8px 22px rgba(196, 98, 45, .35);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease);
}
.ticket::before, .ticket::after {
  content: ""; position: absolute; top: 50%; width: 15px; height: 15px;
  background: var(--prairie-cream); border-radius: 50%; transform: translateY(-50%);
}
.ticket::before { left: -8px; }
.ticket::after { right: -8px; }
.hero .ticket::before, .hero .ticket::after,
.on-dark .ticket::before, .on-dark .ticket::after { background: transparent; box-shadow: inset 0 0 0 20px rgba(0,0,0,.28); }
.ticket .ticket-main { display: block; font-size: 1.04rem; letter-spacing: .01em; }
.ticket .ticket-stub {
  display: block; font-size: .6rem; font-weight: 700; letter-spacing: .26em;
  text-transform: uppercase; opacity: .85; margin-top: .32rem;
  border-top: 1px dashed rgba(247, 241, 229, .45); padding-top: .32rem;
}
.ticket:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(196, 98, 45, .45); color: var(--prairie-cream); }
.ticket--gold { background: linear-gradient(180deg, #E4B255, var(--wheat-gold) 55%); color: var(--rail-char); box-shadow: 0 8px 22px rgba(217, 164, 65, .38); }
.ticket--gold .ticket-stub { border-top-color: rgba(36,31,25,.32); }
.ticket--gold:hover { color: var(--rail-char); }
.ticket--dark { background: linear-gradient(180deg, #352E25, var(--rail-char) 55%); color: var(--prairie-cream); box-shadow: 0 8px 22px rgba(36,31,25,.4); }
.ticket--dark:hover { color: var(--prairie-cream); }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247, 241, 229, .92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.nav-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .55rem var(--pad-x); max-width: var(--max-w); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--rail-char); }
.brand img { width: 52px; height: auto; }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 1.08rem; line-height: 1.1; }
.brand-name small { display: block; font-family: var(--font-body); font-size: .58rem; font-weight: 700; letter-spacing: .24em; color: var(--sunset-ember); text-transform: uppercase; margin-top: .15rem; }

.nav-toggle { display: none; background: none; border: 2px solid var(--rail-char); border-radius: 8px; padding: .48rem .62rem; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--rail-char); margin: 4px 0; }

.nav-menu { display: flex; align-items: center; gap: .1rem; list-style: none; margin: 0; padding: 0; }
.nav-menu a { display: block; padding: .55rem .72rem; color: var(--rail-char); text-decoration: none; font-weight: 600; font-size: .92rem; border-radius: 7px; transition: background .15s; }
.nav-menu a:hover { background: rgba(217, 164, 65, .16); }
.nav-menu .ticket { margin-left: .55rem; padding: .55rem 1.35rem .48rem; }
.nav-menu .ticket .ticket-main { font-size: .88rem; }
.nav-menu .ticket::before, .nav-menu .ticket::after { width: 11px; height: 11px; left: -6px; }
.nav-menu .ticket::after { left: auto; right: -6px; }

.has-sub { position: relative; }
.has-sub > a::after { content: " ▾"; font-size: .68em; opacity: .7; }
.sub-menu {
  position: absolute; top: 100%; left: 0; min-width: 250px;
  background: var(--card-cream); border: 1px solid var(--line-soft); border-radius: 12px;
  box-shadow: var(--shadow); list-style: none; margin: .3rem 0 0; padding: .45rem;
  display: none;
}
.has-sub:hover .sub-menu, .has-sub:focus-within .sub-menu, .has-sub.open .sub-menu { display: block; }
.sub-menu a { font-weight: 500; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-menu {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--prairie-cream); border-bottom: 2px solid var(--line-soft);
    padding: .6rem var(--pad-x) 1.3rem; max-height: calc(100vh - 70px); overflow: auto;
    box-shadow: 0 24px 40px rgba(36,31,25,.15);
  }
  .nav-menu.open { display: flex; }
  .sub-menu { position: static; display: block; box-shadow: none; border: 0; background: none; padding-left: 1rem; }
  .has-sub > a::after { content: ""; }
  .nav-menu .ticket { margin: .9rem 0 0; }
}

/* ---------- Hero ---------- */
.hero { position: relative; color: var(--prairie-cream); padding: 0; min-height: clamp(560px, 88vh, 820px); display: flex; align-items: flex-end; }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(36,31,25,.42) 0%, rgba(36,31,25,.08) 34%, rgba(36,31,25,.58) 78%, rgba(36,31,25,.78) 100%),
    radial-gradient(120% 60% at 50% 100%, rgba(196,98,45,.28), transparent 60%);
}
.hero-inner { position: relative; z-index: 1; width: 100%; max-width: var(--max-w); margin: 0 auto; padding: clamp(7rem, 18vw, 11rem) var(--pad-x) clamp(3.4rem, 7vw, 5.5rem); }
.hero .eyebrow { color: var(--wheat-gold); }
.hero .eyebrow::before { background: var(--wheat-gold); }
.hero h1 { max-width: 14ch; text-shadow: 0 2px 26px rgba(0,0,0,.45); }
.hero p { max-width: 50ch; font-size: clamp(1.05rem, 2vw, 1.22rem); text-shadow: 0 1px 12px rgba(0,0,0,.4); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 2rem; }
.hero-note {
  display: inline-flex; align-items: center; gap: .5rem;
  margin-top: 1.4rem; font-size: .84rem; font-weight: 600; letter-spacing: .02em;
  background: rgba(36,31,25,.42); border: 1px solid rgba(247,241,229,.28);
  padding: .45rem 1rem; border-radius: 999px; backdrop-filter: blur(4px);
}
.hero-note .stars { color: var(--wheat-gold); letter-spacing: .12em; }

/* ---------- Arch image (echoes the logo's sunset arch) ---------- */
.arch-frame { position: relative; padding: 10px; background: var(--card-cream); border: 1px solid var(--line-soft); border-radius: 500px 500px 18px 18px; box-shadow: var(--shadow); }
.arch-frame img { border-radius: 490px 490px 10px 10px; aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.arch-frame::after {
  content: ""; position: absolute; inset: 4px; pointer-events: none;
  border: 1px dashed rgba(217, 164, 65, .55); border-radius: 496px 496px 14px 14px;
}

/* ---------- Two-column feature ---------- */
.feature-grid { display: grid; grid-template-columns: minmax(0, 420px) 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (max-width: 860px) { .feature-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 1.6rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 920px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 610px) { .grid-3 { grid-template-columns: 1fr; } }

.card {
  background: var(--card-cream); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-media { overflow: hidden; }
.card-media img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; transition: transform .6s var(--ease); }
.card:hover .card-media img { transform: scale(1.05); }
.card-body { padding: 1.35rem 1.45rem 1.55rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.card-body h3 { margin-bottom: .1em; }
.card-body h3 a { color: var(--rail-char); text-decoration: none; }
.card-body h3 a:hover { color: var(--sunset-ember); }
.card-body p { font-size: .95rem; color: #4a4238; margin: 0; flex: 1; }
.card-link { font-weight: 700; font-size: .9rem; text-decoration: none; display: inline-flex; align-items: center; gap: .35em; }
.card-link .arr { transition: transform .2s var(--ease); }
.card:hover .card-link .arr { transform: translateX(4px); }
.card-badge {
  align-self: flex-start; background: var(--wheat-gold); color: var(--rail-char);
  font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  padding: .3rem .65rem; border-radius: 5px;
}

/* ---------- Amenity strip ---------- */
.amenity-strip { background: var(--pine-shadow); color: var(--prairie-cream); border-top: 1px solid rgba(217,164,65,.4); border-bottom: 1px solid rgba(217,164,65,.4); padding: clamp(2.4rem, 5vw, 3.4rem) 0; }
.amenity-strip .wrap { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.4rem; text-align: center; }
.amenity-strip .amen { font-size: .88rem; font-weight: 600; opacity: .95; padding: .2rem .6rem; }
.amenity-strip .amen + .amen { border-left: 1px dashed rgba(217,164,65,.35); }
.amenity-strip .amen strong { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: var(--wheat-gold); margin-bottom: .25rem; }
@media (max-width: 840px) {
  .amenity-strip .wrap { grid-template-columns: repeat(2, 1fr); }
  .amenity-strip .amen + .amen { border-left: 0; }
  .amenity-strip .amen:last-child { grid-column: 1 / -1; }
}

/* ---------- Banners ---------- */
.banner {
  position: relative; overflow: hidden;
  border-radius: 18px; padding: clamp(1.9rem, 4.5vw, 3rem);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.6rem;
  box-shadow: var(--shadow);
}
.banner h2 { margin: 0 0 .35rem; }
.banner p { margin: 0; max-width: 54ch; }
.banner small { display: block; margin-top: .6rem; opacity: .75; font-size: .8rem; }
.banner--winter { background: radial-gradient(140% 160% at 100% 0%, #3A332A, var(--rail-char) 55%); color: var(--prairie-cream); }
.banner--winter .price { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.2rem); color: var(--wheat-gold); line-height: 1; }
.banner--winter .price span { font-size: 1rem; font-family: var(--font-body); font-weight: 600; }
.banner--glamp { background: linear-gradient(120deg, #E0AF52 0%, var(--sunset-ember) 68%, var(--ember-deep) 100%); color: var(--rail-char); }
.banner--glamp h2, .banner--glamp .eyebrow { color: var(--rail-char); }
.banner--glamp .eyebrow::before { background: var(--rail-char); }

/* ---------- Reviews ---------- */
.review-header { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.gbadge { display: inline-flex; align-items: center; gap: .55rem; background: var(--card-cream); border: 1px solid var(--line-soft); border-radius: 999px; padding: .55rem 1.2rem; font-weight: 700; font-size: .94rem; text-decoration: none; color: var(--rail-char); box-shadow: var(--shadow-sm); }
.gbadge .stars { color: var(--wheat-gold); letter-spacing: .12em; }
.review-card { position: relative; background: var(--card-cream); border-radius: var(--radius); padding: 2.6rem 1.5rem 1.5rem; margin: 0; box-shadow: var(--shadow-sm); }
.review-card::before {
  content: "\201C"; position: absolute; top: .4rem; left: 1.1rem;
  font-family: var(--font-display); font-size: 4.2rem; line-height: 1;
  color: var(--wheat-gold); opacity: .55;
}
.review-card p { font-size: .97rem; margin-bottom: .9rem; }
.review-card cite { font-style: normal; font-weight: 700; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: var(--sky-slate); }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line-soft); }
.faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.15rem 0; font-weight: 700; font-size: 1.06rem; transition: color .15s;
}
.faq summary:hover { color: var(--sunset-ember); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; font-family: var(--font-display); font-size: 1.6rem; color: var(--sunset-ember); transition: transform .2s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-a { padding: 0 0 1.3rem; color: #4a4238; max-width: 66ch; }

/* ---------- Photo mosaic ---------- */
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; gap: .7rem; }
.photo-grid a { display: block; overflow: hidden; border-radius: 12px; }
.photo-grid img { aspect-ratio: 1; object-fit: cover; width: 100%; height: 100%; transition: transform .6s var(--ease); }
.photo-grid a:hover img { transform: scale(1.06); }
.photo-grid .span2 { grid-column: span 2; grid-row: span 2; }
@media (max-width: 640px) { .photo-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Visit / map ---------- */
.visit-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(2rem, 5vw, 3.4rem); align-items: center; }
@media (max-width: 840px) { .visit-grid { grid-template-columns: 1fr; } }
.visit-info p { margin-bottom: .55rem; }
.map-embed { border: 0; width: 100%; height: 380px; border-radius: var(--radius); box-shadow: var(--shadow); }

/* ---------- Alternating section tints ---------- */
.tint { background: var(--cream-deep); }

/* ---------- Footer ---------- */
.site-footer { background: var(--rail-char); color: var(--prairie-cream); padding: 3.6rem 0 2rem; margin-top: 3rem; border-top: 4px solid var(--wheat-gold); }
.site-footer a { color: var(--wheat-gold); text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.2rem; }
@media (max-width: 840px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { font-family: var(--font-body); font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; color: var(--sky-slate); margin: 0 0 .9rem; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; font-size: .94rem; }
.footer-brand img { width: 74px; margin-bottom: .8rem; filter: drop-shadow(0 2px 8px rgba(0,0,0,.3)); }
.footer-brand p { font-size: .92rem; opacity: .8; max-width: 34ch; }
.footer-bottom { border-top: 1px solid rgba(247,241,229,.14); margin-top: 2.6rem; padding-top: 1.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem; font-size: .8rem; opacity: .7; }

/* ---------- Reveal motion ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Utilities ---------- */
.center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.section-head { max-width: 720px; margin-bottom: 2.6rem; }
.section-head.center { margin-inline: auto; }

/* ============================================================
   v2.1 additions — inner-page components
   ============================================================ */

/* Page hero (shorter variant for inner pages) */
.hero.page-hero { min-height: clamp(380px, 52vh, 560px); }
.hero.page-hero h1 { font-size: clamp(2.1rem, 4.8vw, 3.2rem); }
.hero.page-hero .hero-inner { padding-top: clamp(6rem, 12vw, 8rem); }

/* Breadcrumbs */
.crumbs { font-size: .78rem; font-weight: 600; letter-spacing: .04em; opacity: .85; margin-bottom: 1rem; }
.crumbs a { color: inherit; text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs .sep { opacity: .5; padding: 0 .35em; }

/* Checklist (two-column ✅ list) */
.check-list { list-style: none; margin: 1.2rem 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1.6rem; }
@media (max-width: 700px) { .check-list { grid-template-columns: 1fr; } }
.check-list li { position: relative; padding-left: 1.7em; font-size: .98rem; }
.check-list li::before { content: "✔"; position: absolute; left: 0; top: .05em; color: var(--sunset-ember); font-weight: 700; }
.check-list li strong { display: block; }

/* Price table */
.price-table { width: 100%; border-collapse: collapse; margin: 1.4rem 0; background: var(--card-cream); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.price-table th, .price-table td { text-align: left; padding: .9rem 1.1rem; border-bottom: 1px solid var(--line-soft); font-size: .97rem; }
.price-table th { background: var(--pine-shadow); color: var(--prairie-cream); font-family: var(--font-body); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table .pt-price { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--sunset-ember); white-space: nowrap; }
.price-table .pt-note { font-size: .82rem; color: var(--sky-slate); }

/* Forms */
.form { display: grid; gap: 1rem; max-width: 560px; }
.form label { font-weight: 700; font-size: .85rem; letter-spacing: .04em; display: grid; gap: .35rem; }
.form input, .form textarea, .form select {
  font: inherit; color: var(--rail-char);
  background: var(--card-cream); border: 1px solid var(--line-soft); border-radius: 10px;
  padding: .8rem .95rem; width: 100%;
}
.form input:focus, .form textarea:focus, .form select:focus { outline: 3px solid var(--wheat-gold); outline-offset: 1px; border-color: var(--wheat-gold); }
.form textarea { min-height: 130px; resize: vertical; }
.form .hp { position: absolute; left: -9999px; }
.form button.ticket { border: 0; cursor: pointer; font-family: var(--font-body); width: fit-content; }

/* Glamping unit teaser grid */
.unit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
@media (max-width: 860px) { .unit-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .unit-grid { grid-template-columns: 1fr; } }
.unit { background: var(--card-cream); border-radius: 12px; padding: 1.1rem 1.2rem; box-shadow: var(--shadow-sm); border-top: 3px solid var(--wheat-gold); }
.unit h3 { font-size: 1.12rem; margin-bottom: .25em; }
.unit p { font-size: .88rem; color: #4a4238; margin: 0; }

/* Notice box */
.notice { background: var(--card-cream); border-left: 4px solid var(--wheat-gold); border-radius: 8px; padding: 1rem 1.2rem; font-size: .94rem; box-shadow: var(--shadow-sm); }

/* Narrow prose */
.content-narrow { max-width: 780px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 1.1rem; margin-top: 1.6rem; }

/* Big stat / cost-math block */
.cost-math { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.2rem; background: var(--rail-char); color: var(--prairie-cream); border-radius: 18px; padding: clamp(1.6rem, 4vw, 2.4rem); box-shadow: var(--shadow); text-align: center; }
.cost-math .cm-num { font-family: var(--font-display); font-size: clamp(1.9rem, 4.5vw, 2.8rem); color: var(--wheat-gold); line-height: 1.05; }
.cost-math .cm-label { font-size: .82rem; opacity: .85; margin-top: .3rem; }
.cost-math .cm-vs { font-family: var(--font-display); font-style: italic; font-size: 1.3rem; opacity: .7; }
@media (max-width: 640px) { .cost-math { grid-template-columns: 1fr; } .cost-math .cm-vs { padding: .2rem 0; } }

/* Ghost ticket (outline variant) */
.ticket--ghost { background: transparent; color: var(--rail-char); box-shadow: inset 0 0 0 2px var(--rail-char); padding: .85rem 1.6rem; }
.ticket--ghost::before, .ticket--ghost::after { display: none; }
.ticket--ghost:hover { background: var(--rail-char); color: var(--prairie-cream); box-shadow: inset 0 0 0 2px var(--rail-char); }

/* Two-up grid (cabins) */
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 640px) { .grid-2 { grid-template-columns: 1fr; } }

/* Hero review note as link */
a.hero-note { color: inherit; text-decoration: none; }
a.hero-note:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Video frame */
.video-frame { border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); background: #000; }
.video-frame video { display: block; width: 100%; height: auto; }

/* Feedback round: hero legibility */
.hero .eyebrow { background: rgba(36,31,25,.5); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); padding: .45rem .95rem; border-radius: 999px; }
.hero-media::after {
  background:
    linear-gradient(100deg, rgba(36,31,25,.6) 0%, rgba(36,31,25,.26) 40%, transparent 65%),
    linear-gradient(180deg, rgba(36,31,25,.4) 0%, rgba(36,31,25,.06) 34%, rgba(36,31,25,.55) 78%, rgba(36,31,25,.76) 100%),
    radial-gradient(120% 60% at 50% 100%, rgba(196,98,45,.24), transparent 60%);
}

/* Rustic stamp frame (cabins) */
.stamp-frame { position: relative; padding: 12px; background: var(--card-cream); box-shadow: var(--shadow); transform: rotate(-1.4deg);
  -webkit-mask: radial-gradient(circle 7px, transparent 96%, #000 99%) -9px -9px/22px 22px round, linear-gradient(#000 0 0) content-box;
          mask: radial-gradient(circle 7px, transparent 96%, #000 99%) -9px -9px/22px 22px round, linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: source-over; mask-composite: add; }
.stamp-frame img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }

/* Prairie Haven unit cards with photos */
.unit { padding: 0; overflow: hidden; }
.unit .unit-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.unit .unit-body { padding: .95rem 1.1rem 1.1rem; }

/* Instagram reel embed */
.reel-frame { max-width: 420px; height: min(78vh, 760px); margin: 0 auto; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); background: #000; }
.reel-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Ghost ticket on photo heroes: frosted, visible */
.hero .ticket--ghost { color: var(--prairie-cream); box-shadow: inset 0 0 0 2px rgba(247,241,229,.9); background: rgba(36,31,25,.28); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.hero .ticket--ghost:hover { background: var(--prairie-cream); color: var(--rail-char); box-shadow: inset 0 0 0 2px var(--prairie-cream); }

/* Inquiry form extras */
.form select, .form textarea { width: 100%; padding: .8rem .9rem; border: 1.5px solid #d9cfba; border-radius: 10px; font: inherit; background: #fff; }
.form textarea { min-height: 130px; resize: vertical; }
.form .checks { display: grid; gap: .45rem; margin: .3rem 0 .5rem; }
.form .checks label { display: flex; gap: .55rem; align-items: center; font-weight: 500; }
.form .checks input { width: auto; }

/* Stronger left scrim for bright hero photos */
.hero-media::after {
  background:
    linear-gradient(100deg, rgba(36,31,25,.68) 0%, rgba(36,31,25,.32) 42%, transparent 66%),
    linear-gradient(180deg, rgba(36,31,25,.4) 0%, rgba(36,31,25,.06) 34%, rgba(36,31,25,.55) 78%, rgba(36,31,25,.76) 100%),
    radial-gradient(120% 60% at 50% 100%, rgba(196,98,45,.24), transparent 60%);
}
