/* ==========================================================================
   Mesquite Oasis — WESTERN theme overlay
   Loads after site.css. Retokenises colour + type, then adds period detail:
   letterpress slab display type, sun-bleached paper, double hairline rules,
   ticket-stub corners and saloon-poster section headers.
   Palette pulled straight from the logo: terracotta #D87635, sun gold #EDB844.
   ========================================================================== */

:root {
  /* ---- Type: vintage poster stack ---- */
  --font-display: 'Bevan', 'Bespoke Slab', Georgia, serif;
  --font-accent: 'Rye', 'Bevan', Georgia, serif;
  --font-body: 'Archivo', 'General Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Bevan runs large for its point size — pull the display scale in a touch */
  --text-xl: clamp(1.35rem, 1.15rem + .9vw, 1.9rem);
  --text-2xl: clamp(1.75rem, 1.4rem + 1.9vw, 2.8rem);
  --text-hero: clamp(1.95rem, 1.5rem + 2.1vw, 3.05rem);

  /* ---- Colour: sun-bleached desert paper ---- */
  --bone: #F8F0E1;
  --paper: #FFFBF3;
  --sand: #F0E3CC;
  --border: #DCC9A9;
  --border-strong: #C0A579;
  --ink: #2A1A0E;
  --ink-2: #4B3320;
  --muted: #7A6242;
  --orange: #D87635;
  --orange-dk: #A9501C;
  --gold: #EDB844;
  --deep: #2B1B0F;
  --deep-2: #3D2716;
  --green: #4F6B3A;
  --green-bg: #EDF0E2;

  --radius: 4px;
  --radius-lg: 6px;
  --shadow-sm: 0 1px 0 rgba(42, 26, 14, .10);
  --shadow: 0 2px 0 rgba(42, 26, 14, .10);
  --shadow-lg: 0 3px 0 rgba(42, 26, 14, .12);
}

/* Sun-bleached paper grain across the whole document */
body {
  background-color: var(--bone);
  background-image:
    radial-gradient(circle at 18% 8%, rgba(216, 118, 53, .07), transparent 55%),
    radial-gradient(circle at 88% 4%, rgba(237, 184, 68, .10), transparent 48%);
  background-attachment: fixed;
}

/* ---- Display type: letterpress ---- */
h1, h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: .002em;
  line-height: 1.06;
  text-transform: uppercase;
}
h1 { font-weight: 400; }
h3 {
  font-family: var(--font-display); font-weight: 400; text-transform: none;
  letter-spacing: .005em; line-height: 1.2;
}
.hero h1, .pagehead h1 {
  text-shadow: 0 2px 0 rgba(0, 0, 0, .38), 0 0 30px rgba(0, 0, 0, .3);
}

/* Eyebrows and small caps get the true western face */
.eyebrow, .footer h4 {
  font-family: var(--font-accent);
  font-weight: 400;
  letter-spacing: .1em;
  color: var(--orange-dk);
}
.section--deep .eyebrow, .footer h4 { color: var(--gold); }
.eyebrow::after {
  content: ""; display: block; width: 2.6rem; height: 3px; margin-top: .5rem;
  background: currentColor; opacity: .5;
}
.center .eyebrow::after { margin-inline: auto; }
.footer h4::after { display: none; }

.hero__stat b, .rate__price b, .rate__name { font-family: var(--font-accent); font-weight: 400; }
.hero__stat span {
  font-family: var(--font-body); font-weight: 700; letter-spacing: .1em;
  color: #D9C7AE;
}
.hero__stat b { letter-spacing: .01em; }
.rate__name { font-size: 1.18rem; letter-spacing: .01em; }

/* ---- Buttons: stamped ticket ---- */
.btn {
  border-radius: 3px;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .8125rem;
  border-width: 2px;
}
.btn--lg { font-size: .875rem; }
.btn--primary {
  background: var(--orange); border-color: var(--orange-dk);
  box-shadow: 0 3px 0 var(--orange-dk);
}
.btn--primary:hover { background: var(--orange-dk); border-color: #7E3A12; box-shadow: 0 3px 0 #7E3A12; }
.btn--gold { background: var(--gold); border-color: #C08F1E; box-shadow: 0 3px 0 #C08F1E; color: #33240A; }
.btn--gold:hover { background: #E0A92F; border-color: #A97A16; box-shadow: 0 3px 0 #A97A16; }
.btn--ghost { border-color: var(--ink); }
.btn--ghost:hover { background: rgba(42, 26, 14, .06); }

/* ---- Header: saloon board with a double rule ---- */
.header {
  background: var(--paper);
  border-bottom: 3px double var(--border-strong);
  box-shadow: 0 1px 0 rgba(42, 26, 14, .05);
}
.brand__sun { width: 46px; height: 26px; }
.brand__name {
  font-family: var(--font-accent); font-weight: 400; font-size: 1.06rem;
  color: var(--orange-dk); letter-spacing: .01em; text-transform: uppercase;
}
.brand__sub {
  font-family: var(--font-body); font-size: .5625rem; letter-spacing: .14em;
  color: var(--muted); font-weight: 700;
}
.brand { gap: .55rem; }
.nav a {
  font-family: var(--font-body); font-weight: 600; letter-spacing: .04em;
  font-size: .8125rem; text-transform: uppercase;
}
.nav a[aria-current="page"] { color: var(--orange-dk); }

/* Top strip becomes a telegraph banner */
.strip {
  background: var(--deep);
  border-bottom: 2px solid var(--gold);
  letter-spacing: .02em;
}
.strip strong { font-family: var(--font-accent); font-weight: 400; letter-spacing: .04em; color: var(--gold); }
.strip a { color: #F6D383; }

/* ---- Hero: sunset wash + hand-cut rule under the stats ---- */
.hero::after {
  background: linear-gradient(172deg,
    rgba(30, 17, 8, .88) 0%,
    rgba(48, 26, 12, .58) 42%,
    rgba(112, 54, 18, .42) 66%,
    rgba(26, 15, 7, .94) 100%);
}
.hero__img { opacity: .74; }
.hero__foot { border-top: 3px double rgba(237, 184, 68, .45); }
.hero__stat b { color: var(--gold); font-size: 1.7rem; }
.hero__stat + .hero__stat { border-left: 1px solid rgba(237, 184, 68, .18); padding-left: var(--s5); }
@media (max-width: 759px) { .hero__stat + .hero__stat { border-left: 0; padding-left: 0; } }

.pill {
  border-radius: 2px; border-width: 2px; text-transform: uppercase;
  font-family: var(--font-body); font-weight: 700; letter-spacing: .08em; font-size: .6875rem;
}

/* ---- Page heads ---- */
.pagehead { border-bottom: 3px solid var(--gold); }
.crumbs { font-family: var(--font-body); letter-spacing: .08em; text-transform: uppercase; }

/* ---- Cards / rate boards: ticket stubs with corner pins ---- */
.card, .step, .rate, .toc, .quote, .tablewrap {
  border-radius: var(--radius);
  border-color: var(--border-strong);
}
.card, .step, .rate {
  position: relative;
  box-shadow: 0 2px 0 rgba(42, 26, 14, .09);
}
.rate { border-width: 2px; }
.rate__body { border-top: 3px double var(--border-strong); }
.rate__prices { gap: .4rem; }
.rate__price { border-radius: 2px; border-color: var(--border-strong); background: var(--sand); }
.rate__price--best { background: rgba(237, 184, 68, .26); border-color: #C08F1E; }
.rate__price b { font-size: 1.1rem; }

/* Bullet ticks become desert-star marks */
.rate ul li::before, .amenities li::before {
  content: "\2726"; border: 0; width: auto; height: auto;
  color: var(--orange); font-size: .82rem; line-height: 1.5; top: 0;
  background: none; transform: none;
}
.section--deep .rate ul li::before, .section--deep .amenities li::before { color: var(--gold); }

/* Numbered steps: branded medallions */
.step::before {
  font-family: var(--font-accent); font-weight: 400;
  background: var(--gold); color: #33240A;
  border-radius: 50%; border: 2px solid var(--orange-dk);
}

/* ---- Section rhythm: sand panels get a top rule ---- */
.section--sand { border-block: 1px solid var(--border); }
.section--deep {
  background-color: var(--deep);
  background-image:
    radial-gradient(circle at 78% 0%, rgba(216, 118, 53, .3), transparent 58%),
    radial-gradient(circle at 8% 100%, rgba(237, 184, 68, .12), transparent 50%);
  border-block: 3px solid var(--gold);
}

/* ---- Tables: ledger paper ---- */
.tablewrap { border-width: 2px; }
table caption {
  font-family: var(--font-accent); font-weight: 400; letter-spacing: .04em;
  text-transform: uppercase; font-size: .8125rem;
}
thead th {
  font-family: var(--font-body); font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; font-size: .6875rem; background: var(--sand);
}
tbody tr:nth-child(even) { background: rgba(240, 227, 204, .38); }

/* ---- Notices: stamped bulletins ---- */
.notice { border-radius: var(--radius); border-left-width: 5px; }
.notice h3, .notice h4 {
  font-family: var(--font-accent); font-weight: 400; text-transform: uppercase;
  letter-spacing: .03em; font-size: 1rem;
}

/* ---- Gallery: photo-print borders ---- */
.gal figure { border-radius: 2px; border: 1px solid var(--border-strong); background: var(--paper); }
.gal img { border-radius: 0; }
.gal figcaption { font-family: var(--font-body); letter-spacing: .03em; }

/* ---- Prose pages keep the body face for readability ---- */
.prose h2 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; letter-spacing: .01em; }
.prose h3 { font-family: var(--font-body); font-weight: 700; text-transform: none; }
.quote blockquote { font-family: var(--font-display); font-weight: 400; text-transform: none; letter-spacing: 0; }

/* ---- FAQ ---- */
.faq__q { font-family: var(--font-body); font-weight: 600; letter-spacing: .01em; }

/* ---- Footer: night-sky poster foot ---- */
.footer {
  background-color: var(--deep);
  background-image: radial-gradient(circle at 50% -10%, rgba(216, 118, 53, .22), transparent 55%);
  border-top: 3px solid var(--gold);
}
.footer__logo { width: 220px; height: auto; }
.footer__brand img { width: 220px; }
.footer h4 { letter-spacing: .12em; }
.footer__legal { border-top: 3px double rgba(237, 184, 68, .3); }

/* ---- Mobile action bar ---- */
.actionbar { border-top: 3px solid var(--gold); background: var(--paper); }

/* Owner-to-confirm chips stay obvious */
.todo { border-radius: 2px; font-family: var(--font-body); font-weight: 700; letter-spacing: .05em; }

/* ---- small screens: Bevan is wide, so tighten the display scale ---- */
@media (max-width: 640px) {
  :root {
    --text-hero: clamp(1.6rem, 1.15rem + 3.4vw, 2.2rem);
    --text-2xl: clamp(1.5rem, 1.1rem + 3vw, 2.1rem);
    --text-xl: clamp(1.2rem, 1rem + 1.6vw, 1.6rem);
  }
  .hero__stat span { letter-spacing: .05em; font-size: .625rem; }
  .hero__stat b { font-size: 1.45rem; }
  .brand__name { font-size: .95rem; }
  .brand__sub { font-size: .5rem; letter-spacing: .1em; }
  .brand__sun { width: 40px; height: 23px; }
}
