/* ============================================
   BIG BILLIE'S — Mountain Village
   Domine (display) + Work Sans (body)
   Brushed Steel #5C5C56 | Rust #A85A2E | Parchment #EDE6D6
   Charcoal #2B2A26 | Aged Brass #8C7A52 (accent)
   ============================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Work Sans', sans-serif; background: #F7F3EA; color: #2B2A26; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; height: auto; }
picture { display: contents; }
a { text-decoration: none; color: inherit; }
:focus-visible { outline: 3px solid #A85A2E; outline-offset: 2px; }

/* ===== HEADER ===== */
header.site { position: sticky; top: 0; z-index: 40; background: #2B2A26; padding: 10px 20px; }
.nav-row { display: flex; align-items: center; justify-content: space-between; max-width: 1100px; margin: 0 auto; }
header.site .logo img { height: 54px; width: auto; }
.nav-links { display: none; gap: 26px; font-size: 13px; font-weight: 600; color: #EDE6D6; }
.nav-links a { padding: 6px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { border-color: #A85A2E; }
.nav-call { background: #A85A2E; color: #fff; font-size: 12px; font-weight: 700; padding: 9px 18px; border-radius: 3px; white-space: nowrap; }
.nav-toggle { background: none; border: none; color: #EDE6D6; font-size: 22px; cursor: pointer; display: block; }
.mobile-menu { display: none; flex-direction: column; gap: 2px; background: #201f1c; padding: 8px 20px 16px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: #EDE6D6; font-size: 14px; font-weight: 600; padding: 12px 0; border-bottom: 1px solid #3a382f; }

@media (min-width: 760px) {
  .nav-links { display: flex; align-items: center; }
  .nav-toggle { display: none; }
}

.breadcrumb { font-size: 12px; color: #8a8272; padding: 14px 24px; max-width: 1100px; margin: 0 auto; }
.breadcrumb a { color: #A85A2E; font-weight: 700; }

/* ===== HOME HERO ===== */
.home-hero { background: #2B2A26; padding: 56px 24px 44px; text-align: center; }
.home-hero img.badge { width: 240px; height: auto; max-width: 62vw; margin: 0 auto 24px; }
.hero-eyebrow { font-size: 11px; letter-spacing: 2.5px; font-weight: 700; color: #A85A2E; text-transform: uppercase; margin-bottom: 14px; }
.home-hero h1 { font-family: 'Domine', serif; font-weight: 700; font-size: 32px; line-height: 1.2; color: #EDE6D6; margin-bottom: 16px; }
.home-hero p.sub { font-size: 15px; line-height: 1.6; color: #cfc7b6; max-width: 420px; margin: 0 auto 26px; }
.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.btn-primary { background: #A85A2E; color: #fff; padding: 14px 26px; font-weight: 700; font-size: 13px; border-radius: 3px; display: inline-block; }
.btn-secondary { border: 1.5px solid #EDE6D6; color: #EDE6D6; padding: 13px 24px; font-weight: 700; font-size: 13px; border-radius: 3px; display: inline-block; }

.trust-strip { background: #8C7A52; color: #2B2A26; padding: 14px 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; font-size: 11px; font-weight: 700; letter-spacing: 0.3px; text-align: center; text-transform: uppercase; }

/* ===== SECTIONS ===== */
section { padding: 52px 24px; }
.section-title { font-family: 'Domine', serif; font-weight: 700; font-size: 26px; text-align: center; margin-bottom: 10px; color: #2B2A26; }
.section-sub { text-align: center; color: #5c5548; font-size: 14px; max-width: 480px; margin: 0 auto 30px; line-height: 1.55; }

/* Menu highlights */
.menu-highlights { background: #EDE6D6; }
.item-list { display: flex; flex-direction: column; gap: 14px; max-width: 480px; margin: 0 auto 28px; }
.menu-item { background: #fff; border-radius: 6px; padding: 14px 16px; border-left: 3px solid #A85A2E; }
.menu-item .name { font-weight: 700; font-size: 15px; color: #2B2A26; }
.menu-item .desc { font-size: 12px; color: #66594a; margin-top: 3px; line-height: 1.4; }
.center-cta { text-align: center; }

/* About teaser */
.about-teaser { background: #F7F3EA; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 480px; margin: 24px auto 0; }
.about-card { background: #fff; border-radius: 6px; padding: 20px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.about-card .ac-label { font-size: 12px; font-weight: 700; color: #2B2A26; }

/* Visit */
.visit { background: #2B2A26; color: #EDE6D6; }
.visit .section-title { color: #EDE6D6; }
.visit-grid { display: flex; flex-direction: column; gap: 18px; max-width: 420px; margin: 0 auto; text-align: center; }
.visit-row .label { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: #A85A2E; margin-bottom: 4px; font-weight: 700; }
.visit-row .value { font-size: 17px; font-family: 'Domine', serif; }
.visit-ctas { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 10px; }
.btn-visit { background: #A85A2E; color: #fff; padding: 13px 24px; font-weight: 700; font-size: 13px; border-radius: 3px; }
.btn-visit-outline { border: 1.5px solid #EDE6D6; color: #EDE6D6; padding: 12px 22px; font-weight: 700; font-size: 13px; border-radius: 3px; }

/* FAQ */
.faq { max-width: 640px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #ddd2ba; padding: 16px 0; }
.faq-item .q { font-weight: 700; font-size: 14px; margin-bottom: 6px; color: #2B2A26; }
.faq-item .a { font-size: 13px; color: #55493c; line-height: 1.55; }

/* Final CTA */
.final-cta { background: #A85A2E; color: #fff; text-align: center; }
.final-cta h2 { font-family: 'Domine', serif; font-weight: 700; font-size: 24px; margin-bottom: 10px; }
.final-cta p { font-size: 14px; margin-bottom: 22px; opacity: 0.95; }

/* Interior page hero */
.page-hero { background: #2B2A26; padding: 48px 24px 40px; text-align: center; }
.page-hero .eyebrow { font-size: 11px; letter-spacing: 2px; color: #A85A2E; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
.page-hero h1 { font-family: 'Domine', serif; font-weight: 700; font-size: 28px; color: #EDE6D6; }
.page-hero p { font-size: 14px; color: #cfc7b6; margin-top: 12px; max-width: 460px; margin-left: auto; margin-right: auto; }

/* Menu page */
.menu-page-section { padding: 40px 24px; max-width: 680px; margin: 0 auto; }
.menu-page-section h2 { font-family: 'Domine', serif; font-weight: 700; font-size: 22px; color: #A85A2E; margin-bottom: 4px; }
.menu-page-section .cat-note { font-size: 12px; color: #8a8272; margin-bottom: 18px; }
.menu-page-item { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid #ddd2ba; padding: 14px 0; }
.menu-page-item .name { font-weight: 700; font-size: 15px; }
.menu-page-item .desc { font-size: 12px; color: #66594a; margin-top: 4px; line-height: 1.4; }
.menu-page-item .price { font-family: monospace; color: #A85A2E; font-weight: 700; white-space: nowrap; }
.menu-note { background: #fff; border-left: 4px solid #8C7A52; padding: 14px 18px; font-size: 13px; color: #4a4033; border-radius: 4px; margin-bottom: 24px; }

/* About page */
.about-section { max-width: 680px; margin: 0 auto; padding: 44px 24px; }
.about-section h2 { font-family: 'Domine', serif; font-weight: 700; font-size: 24px; color: #A85A2E; margin-bottom: 14px; }
.about-section p { font-size: 14px; line-height: 1.65; color: #3a3227; margin-bottom: 14px; }
.about-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; }
.about-feature { background: #fff; border-radius: 6px; padding: 18px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.about-feature .label { font-size: 12px; font-weight: 700; color: #2B2A26; }
.placeholder-box { border: 2px dashed #ddd2ba; border-radius: 8px; padding: 40px 20px; text-align: center; color: #8a8272; font-size: 13px; margin: 20px 0; }

/* Contact page */
.contact-grid { display: flex; flex-direction: column; gap: 32px; max-width: 640px; margin: 0 auto; padding: 44px 24px; }
.contact-info { display: flex; flex-direction: column; gap: 18px; }
.contact-info .row .label { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: #8C7A52; font-weight: 700; margin-bottom: 4px; }
.contact-info .row .value { font-size: 16px; font-weight: 600; }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.contact-form label { font-size: 12px; font-weight: 700; color: #2B2A26; margin-bottom: 4px; display: block; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 14px; border: 1px solid #ddd2ba; border-radius: 4px; font-family: 'Work Sans', sans-serif; font-size: 14px; background: #fff; }
.contact-form button { background: #A85A2E; color: #fff; border: none; padding: 14px; border-radius: 4px; font-weight: 700; font-size: 14px; cursor: pointer; }
.map-embed { border-radius: 6px; overflow: hidden; border: 1px solid #ddd2ba; }
.map-embed iframe { width: 100%; height: 280px; border: 0; display: block; }

/* Footer */
footer.site-footer { background: #201f1c; color: #a89f8d; padding: 40px 24px 28px; }
.footer-grid { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; text-align: center; }
.footer-links { display: flex; justify-content: center; gap: 20px; font-size: 13px; flex-wrap: wrap; }
.footer-credit { font-size: 12px; opacity: 0.7; }
.footer-credit a { color: #A85A2E; }


/* ===== ADDED v2 ===== */
.menu-page-item .price { font-family: 'Domine', serif; font-weight: 700; font-size: 15px; color: #A85A2E; white-space: nowrap; padding-left: 16px; }
.menu-page-item { display: flex; justify-content: space-between; align-items: baseline; }
.sec-note { font-size: 13px; color: #6d6759; font-style: italic; margin: -6px 0 14px; }
.menu-page-section h2 { margin-top: 36px; }
.menu-page-section h2:first-of-type { margin-top: 0; }
.contact-info .muted { font-size: 13px; color: #6d6759; }

/* sticky mobile call bar */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: flex; background: #2B2A26; border-top: 2px solid #A85A2E; }
.sticky-cta a { flex: 1; text-align: center; padding: 15px 8px; font-size: 14px; font-weight: 700; color: #EDE6D6; letter-spacing: .5px; }
.sticky-cta a:first-child { background: #A85A2E; color: #fff; }
body { padding-bottom: 54px; }
@media (min-width: 760px) { .sticky-cta { display: none; } body { padding-bottom: 0; } }

/* FAQ accordion */
.faq-item .q { cursor: pointer; position: relative; padding-right: 28px; }
.faq-item .q::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 20px; color: #A85A2E; font-weight: 700; }
.faq-item.open .q::after { content: '\2013'; }
.faq-item .a { display: none; }
.faq-item.open .a { display: block; }


/* ===== v3: MENU HIGHLIGHT CARDS ===== */
.card-grid { display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 1000px; margin: 0 auto 28px; }
@media (min-width: 620px) { .card-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .card-grid { grid-template-columns: repeat(4, 1fr); } }
.hcard { background: #fff; border: 1px solid #ded3bd; border-radius: 6px; overflow: hidden;
         display: flex; flex-direction: column; }
.hcard img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hc-body { padding: 15px 16px 17px; display: flex; flex-direction: column; flex: 1; }
.hc-name { font-family: 'Domine', serif; font-weight: 700; font-size: 15px; line-height: 1.25; color: #2B2A26; }
.hc-desc { font-size: 12.5px; line-height: 1.5; color: #66594a; margin: 6px 0 12px; flex: 1; }
.hc-price { font-family: 'Domine', serif; font-weight: 700; font-size: 15px; color: #A85A2E; }

/* ===== v3: PATIO BAND (full-bleed dark) ===== */
.patio-band { background: #2B2A26; padding: 44px 24px; }
.pb-inner { max-width: 1100px; margin: 0 auto; display: grid; gap: 26px; }
@media (min-width: 860px) { .pb-inner { grid-template-columns: 1fr 1fr; align-items: center; } }
.pb-copy h2 { font-family: 'Domine', serif; font-weight: 700; font-size: 27px; line-height: 1.2; color: #EDE6D6; margin-bottom: 14px; }
.pb-copy p { font-size: 14.5px; line-height: 1.65; color: #EDE6D6; opacity: .85; margin-bottom: 14px; }
.pb-kicker { font-size: 12px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: #C9A24A; margin-bottom: 20px; }
.pb-btn { display: inline-block; border: 2px solid #EDE6D6; color: #EDE6D6; padding: 11px 20px; border-radius: 3px; font-size: 13px; font-weight: 700; }
.patio-band img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 4px; }

/* ===== v3: INFO ROW ===== */
.info-row { display: grid; gap: 6px; max-width: 900px; margin: 0 auto 26px; }
@media (min-width: 760px) { .info-row { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.info-cell { display: flex; align-items: flex-start; gap: 12px; padding: 14px 4px; text-align: left; }
@media (min-width: 760px) { .info-cell { justify-content: center; } }
.info-cell svg { width: 26px; height: 26px; flex: 0 0 26px; color: #A85A2E; margin-top: 1px; }
.ic-label { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: #A85A2E; font-weight: 700; margin-bottom: 4px; }
.ic-value { font-size: 14.5px; line-height: 1.45; color: #EDE6D6; }
.ic-value a { border-bottom: 1px solid rgba(237,230,214,.35); }
.visit-ctas { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }


/* ===== v4: SCROLLING BADGE BAND (marquee) ===== */
.badge-strip {
  background: #8C7A52;
  border-top: 3px solid #2B2A26;
  border-bottom: 3px solid #2B2A26;
  overflow: hidden;
  position: relative;
}
/* soft fade at both edges so items enter and exit instead of popping */
.badge-strip::before, .badge-strip::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 46px; z-index: 2; pointer-events: none;
}
.badge-strip::before { left: 0;  background: linear-gradient(90deg, #8C7A52, rgba(140,122,82,0)); }
.badge-strip::after  { right: 0; background: linear-gradient(270deg, #8C7A52, rgba(140,122,82,0)); }

.mq-track { display: flex; width: max-content; animation: bb-marquee 30s linear infinite; will-change: transform; }
.mq-group { display: flex; align-items: center; flex: 0 0 auto; }
.mq-item  { display: inline-flex; align-items: center; gap: 9px; padding: 13px 0; color: #2B2A26; white-space: nowrap; }
.mq-item svg { width: 21px; height: 21px; flex: 0 0 21px; }
.mq-item > span { font-size: 11px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.mq-dot { color: #2B2A26; opacity: .45; font-size: 13px; padding: 0 26px; }

@keyframes bb-marquee { from { transform: translateX(0); } to { transform: translateX(-33.3333%); } }

.badge-strip:hover .mq-track { animation-play-state: paused; }

@media (min-width: 760px) {
  .mq-item > span { font-size: 12px; }
  .mq-dot { padding: 0 34px; }
  .mq-track { animation-duration: 42s; }
}

/* motion-safe fallback: hold still, centred, no scroll */
@media (prefers-reduced-motion: reduce) {
  .mq-track { animation: none; width: 100%; justify-content: center; flex-wrap: wrap; }
  .mq-group[aria-hidden="true"] { display: none; }
  .mq-group { flex-wrap: wrap; justify-content: center; }
  .badge-strip::before, .badge-strip::after { display: none; }
}


/* ===== v5: SECTION EYEBROWS above SEO headings ===== */
.sec-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 2.2px; text-transform: uppercase;
  color: #A85A2E; text-align: center; margin-bottom: 9px;
}
/* the .visit section sits on charcoal — keep the eyebrow legible there */
.visit .sec-eyebrow { color: #C9A24A; }
/* patio band is dark and left-aligned */
.pb-eyebrow { text-align: left; color: #C9A24A; margin-bottom: 10px; }


/* ===== v6: BIKING PAGE ===== */
.alert-note { background: #fff; border-left: 4px solid #A85A2E; border-radius: 4px;
              padding: 15px 17px; margin: 0 0 26px; font-size: 14px; line-height: 1.6; color: #4a443a; }
.alert-note.warn { border-left-color: #8C7A52; background: #F3ECDC; margin-top: 30px; }
.alert-note strong { color: #2B2A26; }
.alert-note a { color: #A85A2E; font-weight: 700; border-bottom: 1px solid rgba(168,90,46,.4); }

.trail-list { display: grid; gap: 12px; margin: 20px 0 10px; }
@media (min-width: 720px) { .trail-list { grid-template-columns: 1fr 1fr; } }
.trail { background: #fff; border: 1px solid #e2d8c4; border-radius: 6px; padding: 15px 16px; }
.t-name { font-family: 'Domine', serif; font-weight: 700; font-size: 15.5px; color: #2B2A26;
          display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.t-grade { font-family: 'Work Sans', sans-serif; font-size: 9.5px; font-weight: 700; letter-spacing: 1px;
           text-transform: uppercase; padding: 3px 8px; border-radius: 2px; color: #fff; }
.t-grade.beg { background: #5B7A52; }
.t-grade.int { background: #8C7A52; }
.t-grade.adv { background: #A85A2E; }
.t-meta { font-size: 11.5px; font-weight: 600; letter-spacing: .4px; text-transform: uppercase;
          color: #A85A2E; margin: 7px 0 6px; }
.t-desc { font-size: 13px; line-height: 1.55; color: #66594a; }
.fineprint { font-size: 12px; color: #7d7466; font-style: italic; margin-top: 4px; }


/* ===== v6: CROSS-LINK BAND ===== */
.crosslink { background: #EDE6D6; padding: 34px 24px; border-top: 3px solid #8C7A52; border-bottom: 3px solid #8C7A52; }
.cl-inner { max-width: 1000px; margin: 0 auto; display: grid; gap: 20px; align-items: center; }
@media (min-width: 820px) { .cl-inner { grid-template-columns: 1fr auto; gap: 34px; } }
.cl-inner h2 { font-family: 'Domine', serif; font-weight: 700; font-size: 23px; line-height: 1.25; color: #2B2A26; margin-bottom: 9px; }
.cl-inner p { font-size: 14.5px; line-height: 1.6; color: #5c5548; }
.cl-inner .btn-primary { white-space: nowrap; justify-self: start; }


/* ===== v7: FOOTER LEGAL LINE ===== */
.footer-legal { margin-bottom: 8px; }
.footer-legal a { font-size: 12px; color: #EDE6D6; opacity: .7; border-bottom: 1px solid rgba(237,230,214,.3); }
.footer-legal a:hover { opacity: 1; }
