/* ============================================================================
   ORTEGA OAKS RV PARK & CAMPGROUND — Lake Elsinore, CA
   Design language: national-forest lodge. Deep pine green, warm cream,
   brass-gold — the palette of a trailhead sign in oak shade.
   Type: Fraunces (carved-serif headlines) + Source Sans 3 (plain talk).
   ========================================================================= */

/* ---------- fonts (variable, latin subsets) ---------- */
@font-face { font-family: "Fraunces"; src: url("/assets/fonts/fraunces.woff2") format("woff2"); font-weight: 400 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/assets/fonts/source-sans-3.woff2") format("woff2"); font-weight: 400 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/assets/fonts/source-sans-3-italic.woff2") format("woff2"); font-weight: 400 700; font-style: italic; font-display: swap; }

/* ---------- tokens ---------- */
:root {
  --pine-950: #141c15;      /* midnight canopy */
  --pine-900: #1c2a1e;      /* header, dark bands */
  --pine-800: #24352a;
  --pine-700: #2f4536;
  --moss: #5c7261;          /* muted green accent */
  --cream: #f5f1e4;         /* page bone */
  --cream-2: #ece5d2;       /* alternate band */
  --card: #fcfaf2;
  --gold: #c8a24b;          /* brass sign gold */
  --gold-soft: #d9bc77;
  --gold-deep: #8a6a20;
  --bark: #7c5f3e;          /* trail-dust brown */
  --tx-ink: #262a22;
  --tx-mut: #5a5e50;
  --tx-soft: #6b6e60;
  --tx-inv: #f4f1e4;
  --tx-inv-mut: #bcc0ac;
  --line: #ddd5bd;
  --line-ink: #35422f;
  --disp: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1180px;
  --r: 10px;
  --r-sm: 6px;
  --shadow: 0 1px 2px rgba(20,28,21,.06), 0 14px 34px -14px rgba(20,28,21,.22);
  --shadow-lg: 0 2px 4px rgba(20,28,21,.08), 0 28px 60px -18px rgba(20,28,21,.34);
}

/* ---------- reset-ish ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
body { font-family: var(--body); font-size: 17px; line-height: 1.65; color: var(--tx-ink); background: var(--cream); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; }
input, select, textarea { font: inherit; color: inherit; }
[hidden] { display: none !important; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.tnum { font-variant-numeric: tabular-nums; }
:focus-visible { outline: 3px solid var(--pine-700); outline-offset: 2px; }
.on-ink :focus-visible, .sec--ink :focus-visible, .sec--deep :focus-visible, .site-header :focus-visible, .topbar :focus-visible, .site-footer :focus-visible, .cta-band :focus-visible, .info-card :focus-visible { outline-color: var(--gold); }
[id] { scroll-margin-top: 100px; }
::selection { background: var(--gold); color: var(--pine-950); }

/* ---------- type ---------- */
h1, h2, h3, .disp { font-family: var(--disp); font-weight: 600; line-height: 1.04; letter-spacing: -.01em; text-wrap: balance; color: var(--pine-900); }
h1 { font-size: clamp(42px, 6.2vw, 76px); }
h2 { font-size: clamp(31px, 4.1vw, 50px); }
h3 { font-size: clamp(21px, 2.4vw, 26px); line-height: 1.15; }
.lead { font-size: clamp(17px, 1.5vw, 19.5px); line-height: 1.68; color: var(--tx-mut); max-width: 62ch; }
.on-ink h1, .on-ink h2, .on-ink h3 { color: var(--tx-inv); }
.on-ink .lead { color: var(--tx-inv-mut); }

/* eyebrow — brass small-caps with acorn-gold tick */
.eyebrow { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; font-size: 13.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--bark); }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
.on-ink .eyebrow { color: var(--gold-soft); }
@media (max-width: 560px) { .eyebrow { font-size: 12px; letter-spacing: .17em; } }

/* italic serif flourish for one word in a headline */
.fl { font-style: italic; font-weight: 500; color: var(--gold-deep); }
.on-ink .fl { color: var(--gold-soft); }

/* trail divider — dashed path with a marker, used between big sections */
.trail-line { display: flex; align-items: center; gap: 14px; border: 0; margin: 0 auto; max-width: var(--wrap); padding: 0 24px; }
.trail-line::before, .trail-line::after { content: ""; flex: 1; border-top: 2px dashed var(--line); }
.trail-line svg { color: var(--gold-deep); flex: none; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--body); font-weight: 700; font-size: 14.5px; letter-spacing: .13em; text-transform: uppercase; text-decoration: none; padding: 16px 28px 15px; border-radius: var(--r-sm); transition: transform .15s ease, background .15s ease, box-shadow .15s ease, color .15s ease; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn--gold { background: var(--gold); color: var(--pine-950); box-shadow: 0 3px 0 var(--gold-deep); }
.btn--gold:hover { background: var(--gold-soft); }
.btn--pine { background: var(--pine-800); color: var(--tx-inv); box-shadow: 0 3px 0 var(--pine-950); }
.btn--pine:hover { background: var(--pine-700); }
.btn--ghost { border: 2px solid var(--pine-800); color: var(--pine-800); padding-top: 14px; padding-bottom: 13px; }
.btn--ghost:hover { background: var(--pine-800); color: var(--tx-inv); }
.on-ink .btn--ghost { border-color: rgba(244,241,228,.75); color: var(--tx-inv); }
.on-ink .btn--ghost:hover { background: var(--tx-inv); color: var(--pine-900); border-color: var(--tx-inv); }
.btn svg { flex: none; }

.skip { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--gold); color: var(--pine-950); padding: 12px 18px; font-weight: 700; border-radius: 0 0 var(--r-sm) 0; text-decoration: none; }
.skip:focus { left: 0; }

/* ---------- topbar ---------- */
.topbar { background: var(--pine-950); color: var(--tx-inv-mut); font-size: 13.5px; letter-spacing: .03em; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 38px; }
.topbar b { color: var(--gold-soft); font-weight: 600; }
.topbar a { color: var(--tx-inv); text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; min-height: 26px; padding: 6px 0; }
.topbar a:hover { color: var(--gold-soft); }
.topbar .tb-links { display: flex; gap: 22px; align-items: center; }
@media (max-width: 760px) { .topbar .hide-s { display: none; } }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: var(--pine-900); border-bottom: 1px solid rgba(200,162,75,.28); }
.site-header .bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 84px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; line-height: 1; }
.brand svg { flex: none; color: var(--gold); }
.brand .bt { display: flex; flex-direction: column; }
.brand .b1 { font-family: var(--disp); font-weight: 600; font-size: 25px; letter-spacing: .045em; color: var(--tx-inv); text-transform: uppercase; }
.brand .b2 { font-size: 10.5px; font-weight: 700; letter-spacing: .34em; color: var(--gold-soft); text-transform: uppercase; margin-top: 5px; }
.mainnav { display: flex; align-items: center; gap: 2px; }
.mainnav a { font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; color: var(--tx-inv-mut); padding: 10px 9px; border-radius: var(--r-sm); white-space: nowrap; }
.mainnav a:hover { color: var(--tx-inv); }
.mainnav a[aria-current="page"] { color: var(--gold-soft); box-shadow: inset 0 -3px 0 var(--gold); }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; text-decoration: none; line-height: 1.1; }
.header-phone .p1 { font-family: var(--disp); font-weight: 600; font-size: 20px; color: var(--tx-inv); letter-spacing: .02em; white-space: nowrap; }
.header-phone .p2 { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: var(--tx-inv-mut); font-weight: 700; }
.header-phone:hover .p1 { color: var(--gold-soft); }
.header-cta .btn { font-size: 13px; padding: 13px 20px 12px; }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: var(--r-sm); align-items: center; justify-content: center; color: var(--tx-inv); }
@media (max-width: 1150px) {
  .mainnav { position: fixed; inset: 0; background: var(--pine-950); flex-direction: column; justify-content: center; gap: 6px; transform: translateX(100%); transition: transform .28s ease, visibility .28s; visibility: hidden; overflow-y: auto; padding: 84px 0 44px; z-index: 70; }
  .mainnav.open { transform: none; visibility: visible; }
  .mainnav a { color: var(--tx-inv); font-size: 24px; font-family: var(--disp); font-weight: 500; letter-spacing: .05em; text-transform: none; padding: 12px 20px; }
  .mainnav a[aria-current="page"] { color: var(--gold-soft); box-shadow: none; }
  .mainnav .nav-close { position: absolute; top: 22px; right: 22px; color: var(--tx-inv); width: 48px; height: 48px; }
  .mainnav .nav-call { margin-top: 24px; }
  .nav-toggle { display: inline-flex; }
}
@media (min-width: 1151px) { .mainnav .nav-close, .mainnav .nav-call { display: none; } }

@media (max-width: 470px) {
  .header-cta .btn--gold { display: none; }
  .brand .b1 { font-size: 21px; }
  .brand .b2 { letter-spacing: .26em; }
  .site-header .bar { height: 72px; }
}

/* ---------- hero ---------- */
.hero { position: relative; background: var(--pine-900); color: var(--tx-inv); }
.hero__bg, .hero__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(76deg, rgba(16,23,17,.94) 0%, rgba(16,23,17,.82) 30%, rgba(16,23,17,.44) 62%, rgba(16,23,17,.18) 100%); }
@media (max-width: 700px) { .hero__bg::after, .page-hero__bg::after { background: rgba(16,23,17,.74); } }
.hero .wrap { position: relative; z-index: 1; padding-top: clamp(76px, 9.5vw, 138px); padding-bottom: clamp(96px, 11vw, 150px); }
.hero h1 { color: var(--tx-inv); max-width: 15ch; margin: 20px 0 22px; }
.hero .lead { color: var(--tx-inv-mut); max-width: 52ch; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
/* the mockup's dark info bar, docked bottom-right */
.hero__facts { position: absolute; z-index: 1; right: 24px; bottom: 0; transform: translateY(50%); display: flex; background: var(--pine-950); border: 1px solid rgba(200,162,75,.35); border-radius: var(--r); box-shadow: var(--shadow-lg); overflow: hidden; }
.hero__facts .hf { display: flex; align-items: center; gap: 12px; padding: 18px 26px; border-left: 1px solid rgba(244,241,228,.1); }
.hero__facts .hf:first-child { border-left: 0; }
.hero__facts svg { color: var(--gold); flex: none; }
.hero__facts b { display: block; font-size: 15px; color: var(--tx-inv); font-weight: 700; line-height: 1.25; }
.hero__facts span { display: block; font-size: 12.5px; color: var(--tx-inv-mut); letter-spacing: .04em; }
@media (max-width: 1080px) { .hero__facts { position: relative; right: auto; bottom: auto; z-index: 1; transform: none; margin: 44px 24px 0; display: inline-flex; flex-wrap: wrap; } .hero .wrap { padding-bottom: clamp(56px, 7vw, 90px); } }
@media (max-width: 640px) { .hero__facts { display: grid; grid-template-columns: 1fr; width: 100%; } .hero__facts .hf { border-left: 0; border-top: 1px solid rgba(244,241,228,.1); } .hero__facts .hf:first-child { border-top: 0; } }
/* rating chip */
.gchip { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; background: rgba(16,23,17,.55); border: 1px solid rgba(244,241,228,.16); border-radius: 99px; padding: 8px 18px 8px 12px; font-size: 14px; color: var(--tx-inv-mut); backdrop-filter: blur(4px); }
.gchip .stars { color: var(--gold); display: inline-flex; gap: 2px; }
.gchip b { color: var(--tx-inv); }

/* ---------- sections ---------- */
.sec { padding: clamp(72px, 8.5vw, 120px) 0; }
.sec--ink { background: var(--pine-900); color: var(--tx-inv); }
.sec--deep { background: var(--pine-950); color: var(--tx-inv); }
.sec--alt { background: var(--cream-2); }
.sec-head { max-width: 730px; margin-bottom: clamp(38px, 4.5vw, 58px); }
.sec-head h2 { margin: 15px 0 16px; }
.center { text-align: center; }
.center .sec-head { margin-left: auto; margin-right: auto; }
.center .eyebrow { justify-content: center; }
.center .eyebrow::after { content: ""; width: 28px; height: 2px; background: var(--gold); }
.center .lead { margin-left: auto; margin-right: auto; }

/* reveal */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; } }

/* ---------- stay cards (four-up, mockup's medallion cards) ---------- */
.stay-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 1040px) { .stay-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .stay-grid { grid-template-columns: 1fr; } }
.stay { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); text-decoration: none; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.stay:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.stay__img { border-radius: var(--r) var(--r) 0 0; overflow: hidden; aspect-ratio: 4 / 3; position: relative; }
.stay__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.stay:hover .stay__img img { transform: scale(1.05); }
.stay__medal { width: 62px; height: 62px; border-radius: 50%; background: var(--pine-800); border: 3px solid var(--card); display: flex; align-items: center; justify-content: center; color: var(--gold); margin: -31px auto 0; position: relative; z-index: 1; }
.stay__body { padding: 14px 22px 24px; text-align: center; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.stay__body h3 { color: var(--pine-900); }
.stay__body p { color: var(--tx-mut); font-size: 15px; line-height: 1.6; flex: 1; }
.stay__go { font-weight: 700; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.stay:hover .stay__go { text-decoration: underline; text-underline-offset: 4px; }

/* groups band — cream plaque under the stay grid */
.groups-band { margin-top: clamp(36px, 4.5vw, 54px); background: var(--card); border: 1px solid var(--line); border-left: 5px solid var(--gold); border-radius: var(--r); box-shadow: var(--shadow); padding: 26px 30px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.groups-band svg { color: var(--gold-deep); flex: none; }
.groups-band .gb-text { flex: 1; min-width: 260px; }
.groups-band .gb-text b { font-family: var(--disp); font-weight: 600; font-size: 21px; color: var(--pine-900); display: block; margin-bottom: 4px; }
.groups-band .gb-text p { color: var(--tx-mut); font-size: 15.5px; }

/* ---------- amenities dark band ---------- */
.amen-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px 4px; }
@media (max-width: 1000px) { .amen-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 620px) { .amen-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 420px) { .amen-grid { grid-template-columns: repeat(2, 1fr); } }
.amen { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; padding: 26px 10px 22px; border-radius: var(--r-sm); color: var(--tx-inv-mut); font-weight: 600; font-size: 14.5px; letter-spacing: .03em; text-decoration: none; }
.amen:hover { background: rgba(244,241,228,.05); color: var(--tx-inv); }
.amen svg { color: var(--gold); }

/* ---------- feature split (image + copy rows) ---------- */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
@media (max-width: 920px) { .feature { grid-template-columns: 1fr; } .feature .media { order: -1; } }
.feature .media { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.feature .media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.feature .media .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 34px 18px 13px; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: var(--tx-inv); background: linear-gradient(transparent, rgba(16,23,17,.8)); }
.feature h2 { margin: 15px 0 16px; }
.feature .flist { margin: 20px 0 8px; }
.feature .flist li { display: flex; gap: 12px; padding: 8px 0; align-items: flex-start; font-size: 16px; }
.feature .flist li svg { flex: none; color: var(--gold-deep); margin-top: 4px; }
.on-ink .feature .flist li svg { color: var(--gold); }
.feature .factions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

/* ---------- explore / trails cards ---------- */
.trail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 940px) { .trail-grid { grid-template-columns: 1fr; } }
.tcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 10px; }
.tcard .t-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tcard .t-top svg { color: var(--gold-deep); }
.tcard .t-tag { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--pine-700); background: var(--cream-2); border-radius: 99px; padding: 5px 12px 4px; }
.tcard h3 { color: var(--pine-900); }
.tcard p { color: var(--tx-mut); font-size: 15px; line-height: 1.62; flex: 1; }
.tcard .t-meta { font-size: 13.5px; color: var(--tx-soft); border-top: 1px dashed var(--line); padding-top: 12px; }

/* ---------- reviews ---------- */
.rev-head { display: flex; align-items: flex-end; gap: 26px; flex-wrap: wrap; justify-content: space-between; margin-bottom: 40px; }
.rev-score { display: flex; align-items: center; gap: 18px; }
.rev-score .num { font-family: var(--disp); font-weight: 600; font-size: 80px; line-height: .9; color: var(--pine-900); }
.on-ink .rev-score .num { color: var(--tx-inv); }
.rev-score .stars { color: var(--gold); display: flex; gap: 3px; }
.rev-score .sub { font-size: 14.5px; color: var(--tx-mut); margin-top: 6px; }
.on-ink .rev-score .sub { color: var(--tx-inv-mut); }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 960px) { .rev-grid { grid-template-columns: 1fr; } }
.review { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 26px 20px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 12px; }
.review .stars { color: var(--gold); display: flex; gap: 2px; }
.review p { color: var(--tx-ink); font-size: 15.5px; line-height: 1.66; flex: 1; }
.review footer { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; border-top: 1px solid var(--line); padding-top: 12px; }
.review footer b { font-weight: 700; }
.review footer .rev-when { font-size: 13px; color: var(--tx-soft); }
.star-p { position: relative; display: inline-flex; }
.star-p .star-p__base { color: #d8d1ba; display: inline-flex; }
.star-p .star-p__fill { position: absolute; inset: 0; overflow: hidden; color: var(--gold); display: inline-flex; }
.sec--ink .star-p .star-p__base, .sec--deep .star-p .star-p__base { color: #46523f; }

/* ---------- rates ---------- */
.rate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
@media (max-width: 1000px) { .rate-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; } }
.rate { background: var(--card); border: 1px solid var(--line); border-top: 6px solid var(--gold); border-radius: var(--r); box-shadow: var(--shadow); padding: 30px 28px 26px; display: flex; flex-direction: column; gap: 14px; }
.rate--pine { border-top-color: var(--pine-800); }
.rate .r-head h2 { font-size: clamp(23px, 2.4vw, 27px); line-height: 1.15; }
.rate .r-head .r-sub { color: var(--tx-soft); font-size: 14px; margin-top: 4px; }
.rate .price { font-family: var(--disp); font-weight: 600; color: var(--pine-900); line-height: 1; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.rate .price .n { font-size: 46px; }
.rate .price .u { font-size: 15px; color: var(--tx-mut); font-family: var(--body); font-weight: 600; }
.rate .price .from { font-size: 13px; color: var(--gold-deep); font-family: var(--body); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; width: 100%; }
.rate ul { border-top: 1px dashed var(--line); padding-top: 14px; flex: 1; }
.rate ul li { display: flex; gap: 11px; padding: 6px 0; align-items: flex-start; font-size: 15.5px; color: var(--tx-mut); }
.rate ul li svg { flex: none; color: var(--gold-deep); margin-top: 4px; }
.rate .r-note { font-size: 13px; color: var(--tx-soft); }
.rate .btn { align-self: flex-start; }
.rates-fine { margin-top: clamp(30px, 4vw, 44px); background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 32px; }
@media (max-width: 860px) { .rates-fine { grid-template-columns: 1fr; } }
.rates-fine .rf { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--tx-mut); }
.rates-fine .rf svg { flex: none; color: var(--bark); margin-top: 3px; }
.rates-fine .rf b { color: var(--tx-ink); }

/* ---------- form / contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(28px, 4.5vw, 64px); align-items: start; }
@media (max-width: 940px) { .contact-grid { grid-template-columns: 1fr; } }
.form-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-lg); padding: clamp(26px, 3.2vw, 40px); }
.form-card h2 { font-size: clamp(21px, 2.4vw, 26px); line-height: 1.15; margin-bottom: 6px; }
.form-card .sub { color: var(--tx-mut); font-size: 15px; margin-bottom: 22px; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .fgrid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: 12.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--pine-700); }
.field input, .field select, .field textarea { background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 13px 14px; font-size: 16px; transition: border-color .15s ease, box-shadow .15s ease; width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--pine-700); box-shadow: 0 0 0 3px rgba(47,69,54,.14); }
.field textarea { min-height: 110px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235a5e50' stroke-width='2.4'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.form-msg { margin-top: 14px; padding: 13px 16px; border-radius: var(--r-sm); font-weight: 600; font-size: 15px; }
.form-msg.ok { background: #e7f0e0; color: #2e5a24; border: 1px solid #bdd6ae; }
.form-msg.err { background: #f7e8e2; color: #8a3018; border: 1px solid #e7c6b8; }
.info-card { background: var(--pine-900); color: var(--tx-inv); border-radius: var(--r); box-shadow: var(--shadow-lg); padding: clamp(26px, 3.2vw, 38px); }
.info-card h2 { font-size: clamp(21px, 2.4vw, 26px); line-height: 1.15; color: var(--tx-inv); margin-bottom: 18px; }
.info-card .row { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line-ink); font-size: 15.5px; }
.info-card .row:last-of-type { border-bottom: 0; }
.info-card .row svg { flex: none; color: var(--gold); margin-top: 3px; }
.info-card .row a { color: var(--tx-inv); text-decoration: none; font-weight: 600; }
.info-card .row a:hover { color: var(--gold-soft); }
.info-card .row .mut { color: var(--tx-inv-mut); }
.map-embed { border: 0; width: 100%; height: 340px; border-radius: var(--r-sm); box-shadow: var(--shadow); filter: grayscale(.15); }

/* directions cards */
.dir-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 860px) { .dir-grid { grid-template-columns: 1fr; } }
.dir { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); padding: 26px 28px; }
.dir h3 { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.dir h3 svg { color: var(--gold-deep); flex: none; }
.dir p { color: var(--tx-mut); font-size: 15.5px; }
.dir .d-note { margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--line); font-size: 14px; color: var(--tx-soft); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; background: var(--pine-950); color: var(--tx-inv); overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 140% at 85% 20%, rgba(200,162,75,.14), transparent 55%); }
.cta-band .wrap { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-top: 52px; padding-bottom: 52px; }
.cta-band h2 { color: var(--tx-inv); font-size: clamp(27px, 3.4vw, 42px); max-width: 24ch; }
.cta-band .sub { color: var(--tx-inv-mut); margin-top: 8px; font-size: 16px; }
.cta-band .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- footer ---------- */
.site-footer { background: var(--pine-950); color: var(--tx-inv-mut); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding: clamp(52px, 6vw, 76px) 24px 48px; max-width: var(--wrap); margin: 0 auto; }
@media (max-width: 960px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-top { grid-template-columns: 1fr; } }
.f-brand { display: flex; flex-direction: column; align-items: flex-start; }
.f-brand svg { color: var(--gold); margin-bottom: 12px; }
.f-brand .b1 { font-family: var(--disp); font-weight: 600; font-size: 23px; letter-spacing: .045em; color: var(--tx-inv); text-transform: uppercase; }
.f-brand .b2 { font-size: 10px; font-weight: 700; letter-spacing: .34em; color: var(--gold-soft); text-transform: uppercase; margin-top: 5px; }
.f-brand p { font-size: 14.5px; line-height: 1.7; margin-top: 16px; max-width: 34ch; }
.site-footer .f-head { font-weight: 700; font-size: 13px; letter-spacing: .24em; text-transform: uppercase; color: var(--tx-inv); margin-bottom: 16px; }
.site-footer .col a { display: block; color: var(--tx-inv-mut); text-decoration: none; font-size: 15px; padding: 5px 0; }
.site-footer .col a:hover { color: var(--gold-soft); }
.f-contact li { display: flex; gap: 11px; padding: 6px 0; font-size: 15px; align-items: flex-start; }
.f-contact li svg { flex: none; color: var(--gold); margin-top: 3px; }
.f-contact a { color: var(--tx-inv); text-decoration: none; font-weight: 600; }
.f-contact a:hover { color: var(--gold-soft); }
.footer-bot { border-top: 1px solid var(--line-ink); }
.footer-bot .wrap { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 20px; padding-bottom: 22px; font-size: 13px; }

/* ---------- page hero (interior pages) ---------- */
.page-hero { position: relative; background: var(--pine-900); color: var(--tx-inv); padding: clamp(58px, 7vw, 96px) 0; overflow: hidden; }
.page-hero__bg, .page-hero__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(76deg, rgba(16,23,17,.95) 0%, rgba(16,23,17,.8) 42%, rgba(16,23,17,.45) 100%); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { color: var(--tx-inv); font-size: clamp(38px, 5.2vw, 62px); margin-top: 16px; max-width: 18ch; }
.page-hero .lead { margin-top: 14px; }

/* ---------- misc content blocks ---------- */
.check-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 40px; max-width: 780px; }
@media (max-width: 640px) { .check-cols { grid-template-columns: 1fr; } }
.check-cols li { display: flex; gap: 12px; padding: 8px 0; align-items: flex-start; font-size: 16px; }
.check-cols li svg { flex: none; color: var(--gold-deep); margin-top: 4px; }

.gallery-duo { display: grid; grid-template-columns: 1.4fr 1fr; gap: 22px; }
@media (max-width: 860px) { .gallery-duo { grid-template-columns: 1fr; } }
.gallery-duo figure { position: relative; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); }
.gallery-duo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 10; }
.gallery-duo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 36px 18px 13px; background: linear-gradient(transparent, rgba(16,23,17,.8)); color: var(--tx-inv); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }

.mt-lg { margin-top: clamp(36px, 4.5vw, 56px); }

@media print {
  .topbar, .site-header, .site-footer, .cta-band, .nav-toggle, .no-print { display: none !important; }
  body { background: #fff; }
}
