/* SALSA — Home Page Styles */

/* HERO */
.hero{background:var(--red);min-height:min(78vh,720px);display:flex;align-items:center;position:relative;overflow:hidden;padding:40px 20px}
.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/svg%3E")}
.hero-inner{position:relative;z-index:1;max-width:1100px;margin:0 auto;width:100%;display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}
.hero-eyebrow{font-size:.85rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--cream);margin-bottom:14px;opacity:.95}
.hero-title{font-size:clamp(2.4rem,4.6vw,4.2rem);font-weight:900;color:var(--white);line-height:1.02;letter-spacing:-1.5px}
.hero-title .accent{color:var(--cream);display:block}
.hero-tagline{font-size:clamp(1.1rem,2vw,1.5rem);color:var(--white);margin:16px 0 26px;font-weight:500;line-height:1.4}
.hero-btns{display:flex;gap:10px;flex-wrap:wrap}
.hero-btns .btn{padding-inline:22px}
.hero-img-wrap{border-radius:24px;overflow:hidden;aspect-ratio:1/1;max-height:560px;width:100%;background:rgba(255,255,255,0.1);box-shadow:0 24px 60px rgba(38,38,38,0.35);position:relative}
.hero-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:var(--hero-focus,50% 50%)}
.hero-img-badge{position:absolute;top:16px;left:16px;background:var(--cream);color:var(--black);padding:10px 18px;border-radius:var(--radius-pill);font-weight:700;font-size:0.85rem;box-shadow:var(--shadow);display:flex;align-items:center;gap:7px}

.btn-hero{background:var(--white);color:var(--red);border-color:var(--white);font-weight:800;padding-inline:26px;box-shadow:0 10px 26px rgba(38,38,38,.28)}
.btn-hero:hover{background:var(--cream);transform:translateY(-2px)}
.hero-facts{display:flex;flex-wrap:wrap;gap:4px 22px;margin-top:20px;font-size:.95rem;color:rgba(255,255,255,.92)}
.hero-facts strong{color:var(--cream);font-weight:800}

/* ORDER TYPES */
.order-types{background:var(--cream);padding:60px 20px}
.order-types-header{text-align:center;margin-bottom:36px}
.order-types-header h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:900;margin-bottom:8px}
.order-types-header p{color:var(--gray-text)}
.order-types-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:860px;margin:0 auto}
.order-type-card{background:var(--white);border-radius:20px;padding:32px 20px;text-align:center;cursor:pointer;color:var(--black);border:2px solid transparent;transition:all 0.25s ease;box-shadow:0 4px 16px rgba(38,38,38,0.07);display:block}
.order-type-card:hover{border-color:var(--red);transform:translateY(-5px);box-shadow:0 14px 36px rgba(192,24,46,0.15)}
.ot-icon-wrap{width:60px;height:60px;background:var(--cream);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--red)}
.ot-name{font-size:1.15rem;font-weight:900;margin-bottom:6px}
.ot-time{font-size:0.8rem;font-weight:600;color:var(--gray-text)}
.ot-detail{font-size:0.83rem;color:var(--gray-text);margin-bottom:14px;line-height:1.5}
.ot-price{display:inline-block;background:var(--red);color:var(--white);border-radius:var(--radius-pill);padding:5px 16px;font-size:0.8rem;font-weight:700}
.ot-price-free{display:inline-block;background:var(--green);color:var(--white);border-radius:var(--radius-pill);padding:5px 16px;font-size:0.8rem;font-weight:700}
.ot-price-dark{display:inline-block;background:var(--black);color:var(--white);border-radius:var(--radius-pill);padding:5px 16px;font-size:0.8rem;font-weight:700}

/* FEATURED */
.featured{padding:72px 20px;background:var(--white)}
.featured-header{text-align:center;margin-bottom:40px}
.menu-category-title{font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:900;max-width:1100px;margin:0 auto;padding:0 0 20px}
.menu-category-title--spaced{margin-top:52px}
.dishes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1100px;margin:0 auto}
.dish-card{background:var(--white);border-radius:18px;overflow:hidden;box-shadow:0 4px 20px rgba(38,38,38,0.07);transition:transform 0.25s ease,box-shadow 0.25s ease;border:1px solid var(--border)}
.dish-card:hover{transform:translateY(-6px);box-shadow:0 14px 36px rgba(38,38,38,0.12)}
.dish-img{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--photo-bg)}
.dish-body{padding:16px}
.dish-badge{display:inline-block;font-size:0.7rem;font-weight:700;padding:3px 10px;border-radius:var(--radius-pill);margin-bottom:6px}
.dish-badge-star{background:var(--red);color:var(--white)}
.dish-name{font-size:0.95rem;font-weight:700;margin-bottom:4px}
.dish-desc{font-size:0.8rem;color:var(--gray-text);margin-bottom:12px;line-height:1.5}
.dish-footer{display:flex;align-items:center;justify-content:space-between}
.dish-price{font-size:1.1rem;font-weight:900;color:var(--red)}
.dish-price sup{font-size:0.7rem;font-weight:600;color:var(--gray-text)}
.add-btn{padding:8px 16px;border-radius:var(--radius-pill);background:var(--red);color:var(--white);font-size:0.9rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:4px;transition:all 0.2s ease;border:none;cursor:pointer}
.add-btn:hover{background:var(--red-dark);transform:translateY(-2px)}

/* WHY SALSA */

/* PROMO BANNER */
.promo-section{background:var(--white);padding:80px 20px}
.promo-banner{max-width:900px;margin:0 auto;background:var(--red);color:var(--white);border-radius:24px;padding:44px 52px;display:flex;align-items:center;justify-content:space-between;gap:32px;box-shadow:0 16px 40px rgba(192,24,46,0.25)}
.promo-text h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:900;margin-bottom:8px}
.promo-text p{opacity:0.88;font-size:1rem;line-height:1.5;margin-bottom:16px}
.promo-price-pill{display:inline-block;background:rgba(255,255,255,0.15);border-radius:var(--radius-pill);padding:6px 16px;font-size:0.85rem;font-weight:700;color:var(--cream)}
.promo-cta{display:flex;gap:14px;flex-shrink:0;flex-wrap:wrap;align-items:center}

/* RESPONSIVE HOME */
@media(max-width:900px){
  .dishes-grid{grid-template-columns:repeat(2,1fr)}
  .promo-banner{flex-direction:column;text-align:center;padding:36px 28px}
  .promo-cta{justify-content:center}
}
@media(max-width:768px){
  .hero-inner{grid-template-columns:1fr;text-align:center}
  .hero-img-wrap{max-height:260px;aspect-ratio:unset}
  .hero-btns{justify-content:center}
  .order-types-grid{grid-template-columns:1fr;max-width:380px}
}
@media(max-width:480px){.dishes-grid{grid-template-columns:1fr}}

/* ─── PHONE FIRST SCREEN ────────────────────────────────────────────────────
   The hero used to be 92vh of red with the photo pushed below the fold: a
   customer on a phone saw a title and two buttons, and no food. The photo now
   leads, and photo + title + both buttons fit in one screen. */
@media(max-width:768px){
  .hero{min-height:auto;padding:20px 16px 32px}
  .hero-inner{gap:18px}
  .hero-img-wrap{order:-1;max-height:none;aspect-ratio:16/10;border-radius:20px}
  .hero-img-wrap picture,.hero-img-wrap img{height:100%}
  .hero-eyebrow{margin-bottom:8px;font-size:.78rem}
  .hero-title{font-size:clamp(1.9rem,8.6vw,2.6rem);letter-spacing:-1px}
  .hero-tagline{margin:8px 0 16px;font-size:1.02rem}
  .hero-btns{flex-wrap:nowrap}
  .hero-btns .btn{flex:1;justify-content:center;padding:15px 12px;font-size:.95rem}
  .hero-btns .btn{white-space:nowrap;padding:15px 10px}
  .hero-btns .btn-hero{flex:1.6}
  .hero-btns .btn-outline-white .ar{display:none}
  .hero-facts{justify-content:center;margin-top:14px;font-size:.85rem;gap:4px 12px}
  .hero-img-badge{top:10px;left:10px;padding:6px 12px;font-size:.75rem}
}
.home-menu-more{max-width:1100px;margin:36px auto 0;text-align:center}
.home-menu-more p{color:var(--gray-text);margin-bottom:16px}

/* FAQ */
.faq-section{background:var(--gray-bg);padding:64px 20px}
.faq-inner{max-width:760px;margin:0 auto}
.faq-list{margin-top:24px;display:flex;flex-direction:column;gap:10px}
.faq-item{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:0 18px}
.faq-item summary{cursor:pointer;font-weight:800;padding:16px 28px 16px 0;list-style:none;position:relative;min-height:44px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';position:absolute;right:0;top:12px;font-size:1.4rem;color:var(--red);font-weight:900}
.faq-item[open] summary::after{content:'–'}
.faq-item p{padding:0 0 16px;color:var(--gray-text);line-height:1.6;font-size:.95rem}
.dish-badge-best{background:var(--black);color:var(--tan);font-weight:900}

.hero-proof{display:inline-flex;align-items:center;gap:6px;margin-top:18px;color:rgba(255,255,255,.92);font-size:.95rem}
.hero-proof strong{font-size:1.05rem;color:#fff}
.hero-proof-stars{color:#ffd166;font-size:1.1rem}
.proof-section{background:var(--paper);text-align:center}
.proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:28px;text-align:left}
.proof-card{background:var(--white);border:1px solid var(--border);border-radius:18px;padding:22px;box-shadow:var(--shadow)}
.proof-card blockquote{font-size:1rem;line-height:1.55;margin:10px 0 14px}
.proof-card figcaption{font-size:.8rem;color:var(--gray-text)}
.proof-stars{color:#e0a100;letter-spacing:2px}
.proof-stars span{color:var(--border)}
.proof-note{margin-top:20px;font-size:.82rem;color:var(--gray-text)}
