/* ============================================
   THE PICK — thepicktelluride.com
   Design tokens: Bebas Neue (display) + Inter (body)
   Chili Red #C8442D | Avocado Green #7A9B57 | Corn Yellow #E8B84B
   Charred Black #241F1C | Warm Cream #F5EFE3
   ============================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: #F5EFE3;
  color: #241F1C;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
:focus-visible { outline: 3px solid #E8B84B; outline-offset: 2px; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ===== HEADER / NAV ===== */
header.site {
  position: sticky; top: 0; z-index: 40;
  background: #241F1C;
  padding: 12px 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: 28px;
  font-size: 14px;
  font-weight: 600;
  color: #F5EFE3;
}
.nav-links a { padding: 6px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { border-color: #C8442D; }
.nav-call {
  background: #C8442D;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 24px;
  white-space: nowrap;
}
.nav-toggle {
  background: none; border: none; color: #F5EFE3; font-size: 22px; cursor: pointer;
  display: block;
}
.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 2px;
  background: #1a1610;
  padding: 8px 20px 16px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  color: #F5EFE3;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 0;
  border-bottom: 1px solid #3a332c;
}
.mobile-menu .nav-group-divider {
  border-top: 1px solid #3a332c;
  margin: 10px 0 4px;
}

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

/* ===== BREADCRUMB ===== */
.breadcrumb {
  font-size: 12px;
  color: #7a6f5f;
  padding: 14px 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.breadcrumb a { color: #C8442D; font-weight: 600; }

/* ===== HERO (interior pages) ===== */
.page-hero {
  position: relative;
  min-height: 44vh;
  display: flex;
  align-items: flex-end;
  background: #241F1C;
}
.page-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; }

/* About page: full-bleed photo, no text overlay, text sits in its own block below */
.about-photo-hero { width: 100%; max-height: 58vh; overflow: hidden; }
.about-photo-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.about-intro { background: #241F1C; color: #F5EFE3; padding: 40px 24px 36px; }
.about-intro .eyebrow { font-size: 12px; letter-spacing: 2px; color: #E8B84B; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
.about-intro h1 { font-family: 'Bebas Neue', sans-serif; font-size: 34px; letter-spacing: 0.5px; line-height: 1.08; max-width: 700px; }
.about-intro p { font-size: 14px; color: #ece4d4; margin-top: 12px; max-width: 600px; }
@media (min-width: 900px) {
  .about-intro { padding: 48px 40px 44px; }
  .about-intro h1 { font-size: 44px; }
}
.page-hero-content { position: relative; z-index: 2; padding: 48px 24px 40px; color: #F5EFE3; max-width: 1100px; margin: 0 auto; width: 100%; }
.page-hero .eyebrow { font-size: 12px; letter-spacing: 2px; color: #E8B84B; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; text-shadow: 0 2px 10px rgba(0,0,0,0.6); }
.page-hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: 38px; letter-spacing: 0.5px; line-height: 1.05; max-width: 560px; text-shadow: 0 3px 16px rgba(0,0,0,0.65), 0 1px 4px rgba(0,0,0,0.5); }
.page-hero p { font-size: 14px; color: #ece4d4; margin-top: 12px; max-width: 460px; text-shadow: 0 2px 8px rgba(0,0,0,0.55); }

/* ===== HOME HERO ===== */
.home-hero { position: relative; min-height: 74vh; display: flex; align-items: center; }
.home-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.home-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(36,31,28,0.45) 0%, rgba(36,31,28,0.3) 45%, rgba(36,31,28,0.09) 75%, rgba(36,31,28,0) 100%); }
.home-hero-content { position: relative; z-index: 2; padding: 40px 24px; max-width: 500px; color: #F5EFE3; }
.hero-eyebrow { font-size: 12px; letter-spacing: 2.5px; font-weight: 700; color: #E8B84B; text-transform: uppercase; margin-bottom: 8px; text-shadow: 0 2px 10px rgba(0,0,0,0.6); }
.home-hero h1 { font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.5px; font-size: 46px; line-height: 1.02; margin-bottom: 8px; text-shadow: 0 3px 16px rgba(0,0,0,0.65), 0 1px 4px rgba(0,0,0,0.5); }
.home-hero h1 span { color: #C8442D; }
.home-hero p.sub { font-size: 15px; line-height: 1.5; color: #ece4d4; max-width: 360px; margin-bottom: 14px; text-shadow: 0 2px 8px rgba(0,0,0,0.55); }
.hero-lower-group { margin-top: 20px; }
.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-primary { background: #C8442D; color: #fff; padding: 14px 26px; border-radius: 30px; font-weight: 700; font-size: 13px; letter-spacing: 0.3px; display: inline-block; }
.btn-secondary { border: 1.5px solid #F5EFE3; color: #F5EFE3; padding: 13px 24px; border-radius: 30px; font-weight: 700; font-size: 13px; letter-spacing: 0.3px; display: inline-block; text-shadow: 0 2px 8px rgba(0,0,0,0.5); }
.hero-badge { position: relative; z-index: 2; margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: #d8cdb8; text-shadow: 0 2px 8px rgba(0,0,0,0.55); }
.hero-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: #7A9B57; }

/* ===== TRUST STRIP ===== */
.trust-strip {
  background: #E8B84B;
  color: #241F1C;
  padding: 14px 20px;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.2px; text-align: center;
}

/* ===== SECTIONS ===== */
section { padding: 56px 24px; }
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.5px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.section-sub { text-align: center; color: #66594a; font-size: 14px; max-width: 480px; margin: 0 auto 32px; line-height: 1.5; }

/* Build Your Own */
.byo { background: #F5EFE3; text-align: center; }
.byo .section-title { color: #C8442D; }
.steps { display: flex; flex-direction: column; gap: 14px; max-width: 500px; margin: 0 auto; }
@media (min-width: 640px) { .steps { flex-direction: row; } }
.step { background: #fff; border: 1px solid #e5ded2; border-radius: 14px; padding: 20px 18px; display: flex; align-items: center; gap: 14px; flex: 1; text-align: left; }
.step .num { font-family: 'Bebas Neue', sans-serif; color: #7A9B57; font-size: 26px; flex-shrink: 0; }
.step .txt-title { font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.step .txt-desc { font-size: 12px; color: #66594a; }

/* Menu Highlights */
.menu-highlights { background: #241F1C; color: #F5EFE3; }
.menu-highlights .section-title { color: #E8B84B; }
.menu-highlights .section-sub { color: #b8ac9a; }
.item-list { display: flex; flex-direction: column; gap: 16px; max-width: 480px; margin: 0 auto 32px; }
.menu-item { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 14px; }
.menu-item .name { font-weight: 700; font-size: 15px; }
.menu-item .desc { font-size: 12px; color: #b8ac9a; margin-top: 4px; line-height: 1.4; }
.menu-item .price { font-family: monospace; color: #E8B84B; font-size: 15px; white-space: nowrap; }
.center-cta { text-align: center; }

/* Reviews */
.reviews { background: #F5EFE3; }
.reviews .section-title { color: #C8442D; }
.stars-line { text-align: center; color: #E8B84B; font-size: 18px; margin-bottom: 6px; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 560px; margin: 0 auto; }
@media (min-width: 700px) { .review-grid { grid-template-columns: repeat(4, 1fr); } }
.review-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }
.review-card img { width: 100%; height: 130px; object-fit: cover; }
.review-card .body { padding: 10px 12px 14px; }
.review-card .stars-sm { color: #E8B84B; font-size: 12px; margin-bottom: 4px; }
.review-card .quote { font-size: 12px; color: #333; line-height: 1.4; margin-bottom: 6px; }
.review-card .name { font-size: 11px; font-weight: 700; color: #C8442D; }
.toggle-wrap { text-align: center; margin-top: 24px; }
.toggle-btn { background: none; border: 2px solid #C8442D; color: #C8442D; font-weight: 700; font-size: 13px; padding: 10px 24px; border-radius: 30px; cursor: pointer; }
.toggle-btn:hover { background: #C8442D; color: #fff; }

/* Featured item spotlight */
.spotlight { background: #241F1C; padding: 48px 24px; }
.spotlight-card { max-width: 900px; margin: 0 auto; background: #fff; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 8px 30px rgba(0,0,0,0.25); }
.spotlight-card img { width: 100%; height: 220px; object-fit: cover; }
.spotlight-card .spotlight-body { padding: 24px; }
.spotlight-tag { display: inline-block; background: #C8442D; color: #fff; font-size: 10.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; margin-bottom: 12px; }
.spotlight-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 0.5px; color: #1a1610; margin-bottom: 4px; }
.spotlight-price { font-size: 15px; font-weight: 700; color: #C8442D; margin-bottom: 12px; }
.spotlight-card p { font-size: 14px; line-height: 1.6; color: #4a4238; margin-bottom: 18px; }
@media (min-width: 768px) {
  .spotlight-card { flex-direction: row; }
  .spotlight-card img { width: 42%; height: auto; }
  .spotlight-card .spotlight-body { flex: 1; padding: 32px; }
}

/* 3-step process strip */
.steps-strip { background: #F5EFE3; padding: 48px 24px; text-align: center; }
.steps-row { display: flex; flex-direction: column; gap: 24px; max-width: 900px; margin: 32px auto 0; }
.step-item { display: flex; align-items: flex-start; gap: 16px; text-align: left; }
.step-num { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: #C8442D; color: #fff; font-family: 'Bebas Neue', sans-serif; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.step-item h4 { font-size: 15px; font-weight: 700; color: #1a1610; margin-bottom: 3px; }
.step-item p { font-size: 13.5px; color: #66594a; line-height: 1.5; }
@media (min-width: 768px) {
  .steps-row { flex-direction: row; }
  .step-item { flex-direction: column; text-align: center; align-items: center; }
}

/* Ingredient transparency block */
.transparency { background: #fff; padding: 48px 24px; }
.transparency-grid { max-width: 900px; margin: 32px auto 0; display: flex; flex-direction: column; gap: 20px; }
.transparency-col { border: 1px solid #e0d7c4; border-radius: 12px; padding: 20px; }
.transparency-col h4 { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 0.5px; margin-bottom: 10px; }
.transparency-col.yes h4 { color: #7A9B57; }
.transparency-col.ask h4 { color: #E8B84B; }
.transparency-col ul { list-style: none; padding: 0; margin: 0; }
.transparency-col li { font-size: 13.5px; color: #4a4238; padding: 5px 0; border-bottom: 1px solid #f0ebe0; }
.transparency-col li:last-child { border-bottom: none; }
@media (min-width: 768px) { .transparency-grid { flex-direction: row; } .transparency-col { flex: 1; } }

/* Near-gondola: map + order-ahead */
.gondola-actions { background: #F5EFE3; padding: 48px 24px; }
.gondola-actions-grid { max-width: 900px; margin: 32px auto 0; display: flex; flex-direction: column; gap: 24px; }
.order-ahead-card { background: #241F1C; color: #F5EFE3; border-radius: 16px; padding: 28px 24px; text-align: center; }
.order-ahead-card .icon { font-size: 28px; margin-bottom: 10px; }
.order-ahead-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 0.5px; margin-bottom: 8px; }
.order-ahead-card p { font-size: 14px; color: #d8cdb8; margin-bottom: 16px; line-height: 1.5; }
@media (min-width: 768px) { .gondola-actions-grid { flex-direction: row; align-items: stretch; } .gondola-actions-grid > * { flex: 1; } }
.more-reviews { display: none; max-width: 560px; margin: 20px auto 0; flex-direction: column; gap: 12px; }
.more-reviews.open { display: flex; }
.text-review { background: #fff; border-radius: 10px; padding: 14px 16px; box-shadow: 0 1px 6px rgba(0,0,0,0.06); }
.text-review .stars-sm { color: #E8B84B; font-size: 12px; margin-bottom: 4px; }
.text-review .quote { font-size: 13px; color: #333; line-height: 1.45; margin-bottom: 6px; }
.text-review .name { font-size: 11px; font-weight: 700; color: #7A9B57; }

/* Visit */
.visit { background: #7A9B57; color: #fff; }
.visit .section-title { color: #fff; }
.visit-grid { display: flex; flex-direction: column; gap: 18px; max-width: 420px; margin: 0 auto; text-align: center; }
.visit-row .label { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; opacity: 0.8; margin-bottom: 4px; }
.visit-row .value { font-size: 17px; font-weight: 700; }
.visit-ctas { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }
.btn-visit { background: #241F1C; color: #F5EFE3; padding: 13px 24px; border-radius: 30px; font-weight: 700; font-size: 13px; }
.btn-visit-outline { border: 1.5px solid #fff; color: #fff; padding: 12px 22px; border-radius: 30px; font-weight: 700; font-size: 13px; }

/* FAQ */
.faq { background: #F5EFE3; max-width: 640px; margin: 0 auto; }
.faq-item { background: #fff; border-left: 4px solid #7A9B57; border-radius: 6px; padding: 16px 18px; margin-bottom: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.faq-item .q { font-weight: 700; font-size: 14px; margin-bottom: 6px; color: #241F1C; }
.faq-item .a { font-size: 13px; color: #55493c; line-height: 1.55; }

/* Final CTA */
.final-cta { background: #C8442D; color: #fff; text-align: center; }
.final-cta h2 { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 0.5px; margin-bottom: 10px; }
.final-cta p { font-size: 14px; margin-bottom: 22px; opacity: 0.95; }

/* Menu page */
.menu-page-section { padding: 48px 24px; max-width: 640px; margin: 0 auto; }
.menu-page-section h2 { font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.5px; font-size: 24px; color: #C8442D; margin-bottom: 18px; }
.menu-page-item { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid #e0d7c4; 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: #C8442D; font-weight: 700; white-space: nowrap; }
.menu-note { background: #fff; border-left: 4px solid #7A9B57; padding: 14px 18px; font-size: 13px; color: #4a4033; border-radius: 6px; margin-bottom: 24px; }
.draft-flag { background: repeating-linear-gradient(45deg, #fff3cd, #fff3cd 10px, #ffe9a8 10px, #ffe9a8 20px); border: 2px dashed #b8860b; color: #6b5000; font-size: 12.5px; font-weight: 700; padding: 10px 16px; border-radius: 6px; margin-bottom: 16px; text-align: center; }

/* About page */
.about-section { max-width: 680px; margin: 0 auto; padding: 48px 24px; }
.about-section h2 { font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.5px; font-size: 26px; color: #C8442D; 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: 12px; padding: 18px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.about-feature .icon { font-size: 22px; margin-bottom: 8px; }
.about-feature .label { font-size: 12px; font-weight: 700; color: #241F1C; }

/* Contact page */
.contact-grid { display: flex; flex-direction: column; gap: 32px; max-width: 640px; margin: 0 auto; padding: 48px 24px; }
.contact-info { display: flex; flex-direction: column; gap: 18px; }
.contact-info .row .label { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: #7A9B57; 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: #241F1C; margin-bottom: 4px; display: block; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 12px 14px; border: 1px solid #d8cdb8; border-radius: 8px;
  font-family: 'Inter', sans-serif; font-size: 14px; background: #fff;
}
.contact-form button {
  background: #C8442D; color: #fff; border: none; padding: 14px; border-radius: 30px;
  font-weight: 700; font-size: 14px; cursor: pointer;
}
.map-embed { border-radius: 14px; overflow: hidden; border: 1px solid #e0d7c4; }
.map-embed iframe { width: 100%; height: 280px; border: 0; display: block; }

/* Footer */
footer.site-footer { background: #1a1610; color: #b8ac9a; 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: #E8B84B; }

/* Floating scroll-triggered Order Ahead pill */
.order-pill {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 60;
  background: #C8442D;
  color: #fff;
  border-radius: 40px;
  padding: 11px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.order-pill.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.order-pill:hover { background: #a83a25; }
.order-pill .pill-icon { font-size: 17px; line-height: 1; }

/* Menu highlight photo cards (homepage) */
.item-cards { display: flex; flex-direction: column; gap: 18px; max-width: 480px; margin: 0 auto 32px; }
.item-card { background: #fff; border-radius: 12px; overflow: hidden; display: flex; box-shadow: 0 4px 16px rgba(0,0,0,0.25); }
.item-card img { width: 110px; height: 110px; object-fit: cover; flex-shrink: 0; }
.item-card .item-card-body { padding: 12px 14px; display: flex; flex-direction: column; justify-content: center; flex: 1; }
.item-card .name { font-weight: 700; font-size: 14px; color: #241F1C; margin-bottom: 3px; }
.item-card .desc { font-size: 12px; color: #66594a; line-height: 1.4; margin-bottom: 6px; }
.item-card .price { font-weight: 700; font-size: 13px; color: #C8442D; }
@media (min-width: 700px) {
  .item-cards { flex-direction: row; max-width: 1000px; }
  .item-card { flex-direction: column; flex: 1; }
  .item-card img { width: 100%; height: 150px; }
}
