/* ─────────────────────────────────────────────────────────────────────────
   Clear Fork RV Park — premium polish for the REAL guest pages
   (/reservation and /partner-with-us). Loaded AFTER styles.css so these
   refinements win. Intentionally NOT linked by the investor demo pages.
   Larger type, clearer hierarchy, roomier spacing, modern form fields.
   ───────────────────────────────────────────────────────────────────────── */

/* ── Base scale-up ── */
body { font-size: 16.5px; line-height: 1.62; color: var(--ink); }
.section { padding: 88px 0; }
.container { max-width: 1160px; }
.eyebrow { font-size: 13px; letter-spacing: .16em; margin-bottom: 14px; }
.h-sec { font-size: clamp(30px, 4.6vw, 48px); letter-spacing: -0.018em; margin-bottom: 18px; }
.lead { font-size: 18.5px; line-height: 1.6; max-width: 64ch; }
.muted { color: var(--muted); }

/* ── Hero — larger, stronger headline ── */
.v-hero h1 { font-size: clamp(40px, 6.2vw, 64px); line-height: 1.04; letter-spacing: -0.02em; }
.v-hero p { font-size: 18.5px; line-height: 1.6; }
.v-hero__bullets li { font-size: 16px; }

/* ── Buttons — confident, polished ── */
.btn { font-size: 16px; font-weight: 700; padding: 15px 30px; letter-spacing: .005em; }
.btn--primary:hover, .btn--gold:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }

/* ── Top navigation bar (website-first) ── */
.nav { background: var(--bg-raised); border-bottom: 1px solid var(--border); box-shadow: var(--shadow-sm); position: sticky; top: 0; z-index: 60; }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 15px; padding-bottom: 15px; }
.nav__brand { font-family: 'DM Serif Display', Georgia, serif; font-size: 23px; color: var(--forest); text-decoration: none; letter-spacing: -0.01em; white-space: nowrap; }
.nav__brand span { color: var(--river); }
.nav__links { display: flex; align-items: center; gap: 26px; }
.nav__links > a:not(.btn) { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 16px; transition: color .14s; }
.nav__links > a:not(.btn):hover, .nav__links > a.is-active { color: var(--forest); }
.nav__links .btn { padding: 11px 22px; font-size: 15.5px; }
@media (max-width: 720px) {
  .nav__inner { flex-wrap: wrap; gap: 10px 18px; justify-content: center; padding-top: 12px; padding-bottom: 12px; }
  .nav__brand { font-size: 20px; }
  .nav__links { gap: 18px; }
  .nav__links > a:not(.btn) { font-size: 15px; }
}

/* ── Sub-page header band (no video; used on /reservation and /partner-with-us) ── */
.page-head { background: var(--forest-deep); color: #eef3ef; padding: 62px 0 56px; }
.page-head .eyebrow { color: var(--gold); }
.page-head h1 { font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(32px, 5vw, 52px); color: #fff; margin: 0 0 14px; line-height: 1.08; letter-spacing: -0.015em; }
.page-head h1 .gold { color: var(--gold); }
.page-head p { color: rgba(238,243,239,.82); font-size: 18.5px; line-height: 1.55; max-width: 62ch; margin: 0; }

/* ── Home two-path cards ── */
.paths { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.path-card { display: flex; flex-direction: column; gap: 10px; }
.path-card h3 { font-family: 'DM Serif Display', Georgia, serif; font-size: 24px; margin: 0; }
.path-card .btn { align-self: flex-start; margin-top: 8px; }
@media (max-width: 860px) { .paths { grid-template-columns: 1fr; } .page-head { padding: 44px 0; } }

/* ── Booking notice ── */
.notice {
  background: var(--gold-soft); border: 1px solid var(--gold);
  border-left: 5px solid var(--gold); color: #5c4a17;
  border-radius: var(--radius-sm); padding: 16px 20px; font-size: 16px; font-weight: 600;
  margin: 0 auto 34px; max-width: 820px; text-align: center; line-height: 1.5;
}

/* ── Layout ── */
.res-hero { text-align: center; }
.res-layout { display: grid; grid-template-columns: 1.55fr 1fr; gap: 30px; align-items: start; }

/* ── Form card + fields (modern, roomy) ── */
.form-card { padding: 36px; border-radius: 20px; box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 22px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 15px; font-weight: 600; color: var(--ink); letter-spacing: -0.004em; }
.field input, .field select, .field textarea {
  font: inherit; font-size: 16px; padding: 14px 16px; border-radius: 12px;
  border: 1.5px solid var(--border-strong); background: #fff; color: var(--ink);
  transition: border-color .14s var(--ease), box-shadow .14s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--dim); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--river); box-shadow: 0 0 0 3px rgba(47,125,166,.16);
}
.field textarea { line-height: 1.55; resize: vertical; }

/* ── Fieldset / numbered steps ── */
.fieldset { border: none; padding: 0; margin: 0 0 36px; }
.fieldset > legend {
  font-family: 'DM Serif Display', Georgia, serif; font-size: 25px; color: var(--ink);
  margin: 0 0 16px; padding: 0; display: flex; align-items: baseline; gap: 4px;
}

/* ── Choice tiles (stay type, pad size) ── */
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pad-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.choice__box { display: block; border: 1.5px solid var(--border-strong); border-radius: 14px; background: #fff; padding: 16px 18px; cursor: pointer; transition: all .15s var(--ease); }
.choice__box b { display: block; font-size: 17px; color: var(--ink); margin-bottom: 2px; }
.choice__box span { font-size: 13.5px; color: var(--muted); }
.choice input:checked + .choice__box { border-color: var(--forest); background: #f1f6f2; box-shadow: inset 0 0 0 1.5px var(--forest); }
.choice input:focus-visible + .choice__box { outline: 2px solid var(--river); outline-offset: 2px; }
.choice input:disabled + .choice__box { opacity: .55; cursor: not-allowed; background: var(--bg); }

/* ── Availability gate ── */
.avail-banner { margin-top: 14px; padding: 14px 18px; border-radius: 12px; font-size: 15.5px; font-weight: 600; line-height: 1.45; }
.avail-banner--ok { background: #e3f3ea; color: var(--st-available); border: 1px solid var(--st-available); }
.avail-banner--no { background: var(--st-due-bg); color: var(--st-due); border: 1px solid var(--st-due); }

/* ── Radio inline (pets) ── */
.radio-inline { display: flex; gap: 22px; align-items: center; padding-top: 4px; }
.radio-inline label { display: flex; align-items: center; gap: 7px; font-weight: 600; font-size: 15.5px; }
.radio-inline input { width: 18px; height: 18px; }

/* ── Errors ── */
.err { color: var(--st-due); font-size: 13.5px; font-weight: 600; }
.field.has-err input, .field.has-err select { border-color: var(--st-due); }

/* ── Summary card ── */
.summary-card { position: sticky; top: 20px; padding: 28px; border-radius: 20px; }
.summary-card h3 { font-family: 'DM Serif Display', Georgia, serif; font-size: 23px; margin: 0 0 16px; }
.sum-row { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--border); font-size: 15.5px; }
.sum-row span:first-child { color: var(--muted); }
.sum-row span:last-child { color: var(--ink); font-weight: 600; text-align: right; }
.sum-total span:last-child { color: var(--forest); font-family: 'DM Serif Display', Georgia, serif; font-size: 22px; }
.sum-note { font-size: 13px; color: var(--dim); margin-top: 14px; line-height: 1.5; }

/* ── Success ── */
.success { text-align: center; padding: 48px 24px; }
.success .check { width: 72px; height: 72px; border-radius: 50%; background: #e3f3ea; color: var(--st-available); display: grid; place-items: center; margin: 0 auto 20px; font-size: 34px; }

/* ── Partner With Us CTA (on the reservation page) ── */
.partner-cta { background: var(--forest-deep); color: #eef3ef; border-radius: 22px; padding: 40px 44px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; box-shadow: var(--shadow-lg); }
.partner-cta h3 { font-family: 'DM Serif Display', Georgia, serif; font-size: 27px; color: #fff; margin: 0 0 8px; line-height: 1.15; }
.partner-cta p { margin: 0; color: rgba(238,243,239,.82); font-size: 16.5px; max-width: 52ch; }

/* ── Partner page benefits ── */
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 8px; }
.benefit { display: flex; gap: 13px; align-items: flex-start; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px; }
.benefit__ic { flex: none; width: 30px; height: 30px; border-radius: 9px; background: #e3f3ea; color: var(--st-available); display: grid; place-items: center; font-weight: 800; font-size: 15px; }
.benefit b { display: block; font-size: 16.5px; color: var(--ink); }
.keybox { background: var(--river-soft); border: 1px solid var(--river); border-left: 5px solid var(--river); border-radius: 14px; padding: 24px 26px; font-size: 18px; line-height: 1.55; color: var(--ink); }

/* ── Footer ── */
.park-footer { background: var(--forest-deep); color: #eef3ef; padding: 40px 0; }
.park-footer a { color: rgba(238,243,239,.72); text-decoration: none; }
.park-footer a:hover { color: #fff; }
.footer-links { margin-top: 14px; font-size: 14px; display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

[hidden] { display: none !important; }

/* ── Mobile ── */
@media (max-width: 860px) {
  body { font-size: 16px; }
  .section { padding: 56px 0; }
  .res-layout { grid-template-columns: 1fr; }
  .summary-card { position: static; }
  .pad-row { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .site-logo { height: 48px; }
  .form-card { padding: 24px; }
  .partner-cta { padding: 30px 26px; text-align: center; justify-content: center; }
  .partner-cta p { margin: 0 auto; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   GUEST-FACING TYPE SCALE — guest-page refinements over the styles.css base
   (html 18px, body/inputs/labels/p/li). rem-based so everything tracks the
   root. H1 clamp(2.35rem,5vw,4rem); section headings clamp(1.65rem,3vw,2.25rem).
   ═══════════════════════════════════════════════════════════════════════════ */
.lead, .page-head p, .v-hero p { font-size: 1.15rem; line-height: 1.6; }
.eyebrow { font-size: 0.8rem; }
.h-sec { font-size: clamp(1.65rem, 3vw, 2.25rem); }
.page-head h1, .v-hero h1 { font-size: clamp(2.35rem, 5vw, 4rem); line-height: 1.05; }
.v-hero__bullets li { font-size: 1rem; }
.btn { font-size: 1rem; padding: 15px 30px; }
.nav__links > a:not(.btn) { font-size: 1rem; }
.nav__links .btn { font-size: 0.95rem; padding: 12px 22px; }
.field label { font-size: 1rem; font-weight: 600; }
.field input, .field select, .field textarea { font-size: 1rem; padding: 15px 17px; }
.fieldset > legend { font-size: 1.5rem; }
.choice__box b { font-size: 1.08rem; }
.choice__box span { font-size: 0.92rem; }
.notice { font-size: 1rem; }
.avail-banner { font-size: 0.98rem; }
.radio-inline label { font-size: 1rem; }
.err { font-size: 0.9rem; }
.summary-card h3 { font-size: 1.35rem; }
.sum-row { font-size: 0.98rem; }
.sum-total span:last-child { font-size: 1.3rem; }
.sum-note { font-size: 0.9rem; }
.partner-cta h3 { font-size: 1.6rem; }
.partner-cta p { font-size: 1.05rem; }
.benefit b { font-size: 1.05rem; }
.keybox { font-size: 1.1rem; }
.path-card h3 { font-size: 1.45rem; }
.path-card p { font-size: 1.05rem; }
.footer-links, .footer-links a { font-size: 0.9rem; }

/* ═══════════════════════════════════════════════════════════════════════════
   Maintenance report — QR-ready card + photo placeholder
   ═══════════════════════════════════════════════════════════════════════════ */
.qr-card { text-align: center; position: sticky; top: 20px; }
.qr-card h3 { font-family: 'DM Serif Display', Georgia, serif; font-size: 22px; margin: 4px 0 8px; }
.qr-card p { color: var(--muted); margin: 0; }
.qr-box {
  width: 180px; height: 180px; margin: 0 auto 16px; border-radius: 16px;
  border: 2px dashed var(--border-strong); background:
    repeating-linear-gradient(45deg, #faf8f2, #faf8f2 10px, #f1ede3 10px, #f1ede3 20px);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
}
.qr-box__label { font-weight: 800; letter-spacing: .04em; color: var(--forest); font-size: 15px; text-transform: uppercase; }
.qr-box__hint { font-size: 14px; color: var(--muted); }
.qr-img { width: 200px; height: 200px; display: block; margin: 0 auto 16px; padding: 12px; background: #fff; border: 1px solid var(--border); border-radius: 16px; }
.photo-drop {
  display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 14px;
  border: 1.5px dashed var(--border-strong); background: #faf8f2;
}
.photo-drop__ic { font-size: 30px; line-height: 1; }
.photo-drop b { font-size: 17px; }
.photo-drop p { font-size: 16px; }

/* ═══════════════════════════════════════════════════════════════════════════
   Park calendar — month grid, event chips, list view, detail modal
   ═══════════════════════════════════════════════════════════════════════════ */
.cal-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
.cal-title { font-family: 'DM Serif Display', Georgia, serif; font-size: 26px; color: var(--ink); margin: 0; }
.cal-nav { display: flex; gap: 8px; align-items: center; }
.cal-nav button { font: inherit; font-size: 17px; font-weight: 700; padding: 9px 16px; border-radius: 10px; border: 1.5px solid var(--border-strong); background: #fff; color: var(--ink); cursor: pointer; }
.cal-nav button:hover { border-color: var(--forest); color: var(--forest); }
.view-toggle { display: inline-flex; border: 1.5px solid var(--border-strong); border-radius: 10px; overflow: hidden; }
.view-toggle button { font: inherit; font-size: 16px; font-weight: 600; padding: 9px 16px; border: 0; background: #fff; color: var(--muted); cursor: pointer; }
.view-toggle button.is-active { background: var(--forest); color: #fff; }

.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.cal-dow { text-align: center; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); padding-bottom: 6px; }
.cal-cell { min-width: 0; min-height: 108px; border: 1px solid var(--border); border-radius: 12px; background: #fff; padding: 8px; display: flex; flex-direction: column; gap: 5px; }
.cal-chip { max-width: 100%; }
.cal-cell--pad { background: transparent; border: 0; }
.cal-cell--today { border-color: var(--river); box-shadow: inset 0 0 0 1.5px var(--river); }
.cal-daynum { font-size: 15px; font-weight: 700; color: var(--ink); }
.cal-cell--today .cal-daynum { color: var(--river); }
.cal-chip { text-align: left; font: inherit; font-size: 13.5px; font-weight: 600; line-height: 1.2; padding: 5px 7px; border-radius: 8px; border: 0; cursor: pointer; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cal-chip:hover { filter: brightness(1.06); }
.cal-more { font-size: 13px; color: var(--muted); font-weight: 600; padding-left: 4px; }

/* Category colors */
.cat-food { background: #c2681f; } .cat-utilities { background: #2f7da6; }
.cat-pet-services { background: #7a5cb0; } .cat-laundry { background: #3f8f6b; }
.cat-transportation { background: #486079; } .cat-services { background: #b07f2a; }
.cat-amenities { background: #6b7280; } .cat-default { background: #1f3d2f; }

/* List view */
.cal-list { display: flex; flex-direction: column; gap: 10px; }
.cal-list__day { font-family: 'DM Serif Display', Georgia, serif; font-size: 20px; margin: 18px 0 4px; color: var(--forest); }
.cal-item { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; font: inherit; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; cursor: pointer; }
.cal-item:hover { border-color: var(--forest); box-shadow: var(--shadow-sm); }
.cal-item__dot { width: 12px; height: 12px; border-radius: 50%; flex: none; }
.cal-item__body b { font-size: 18px; display: block; }
.cal-item__meta { font-size: 15px; color: var(--muted); }
.cal-empty { text-align: center; color: var(--muted); padding: 40px; font-size: 18px; }

/* Detail modal */
.modal { position: fixed; inset: 0; background: rgba(21,41,31,.55); display: flex; align-items: center; justify-content: center; padding: 20px; z-index: 100; }
.modal[hidden] { display: none; }
.modal__card { background: #fff; border-radius: 20px; max-width: 480px; width: 100%; padding: 28px; box-shadow: var(--shadow-lg); max-height: 90vh; overflow-y: auto; }
.modal__cat { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: #fff; padding: 4px 12px; border-radius: 999px; margin-bottom: 10px; }
.modal__title { font-family: 'DM Serif Display', Georgia, serif; font-size: 27px; margin: 0 0 14px; }
.modal__row { display: flex; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--border); font-size: 17px; }
.modal__row b { min-width: 92px; color: var(--muted); font-weight: 600; }
.modal__note { margin-top: 14px; background: var(--gold-soft); border-radius: 10px; padding: 12px 14px; font-size: 16px; color: #5c4a17; }
.modal__close { float: right; font-size: 26px; line-height: 1; border: 0; background: none; cursor: pointer; color: var(--muted); }
@media (max-width: 720px) {
  .cal-view--month { display: none; }        /* mobile defaults to the list view */
  .cal-cell { min-height: 84px; }
}
