:root {
  --ink: #17130f;
  --paper: #f2eadb;
  --cream: #fff7e9;
  --red: #b52d20;
  --mustard: #e7a92d;
  --sage: #8d9a78;
  --line: rgba(23, 19, 15, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
body.drawer-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }

.announcement {
  height: 32px; display: grid; place-items: center; background: var(--mustard);
  font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.site-header {
  height: 82px; padding: 0 clamp(20px, 4vw, 64px); display: flex; align-items: center;
  justify-content: space-between; background: var(--cream); border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 40;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  color: var(--cream); background: var(--red); font-family: "Bebas Neue"; font-size: 22px;
  transform: rotate(-7deg); border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink);
}
.brand span:last-child { display: flex; flex-direction: column; line-height: .83; text-transform: uppercase; }
.brand strong { font-family: "Bebas Neue"; font-size: 23px; letter-spacing: .04em; }
.brand em { color: var(--red); font-family: "Playfair Display"; font-size: 13px; }
.site-header nav { display: flex; gap: 34px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: .25s; }
.site-header nav a:hover::after { right: 0; }
.header-tools { display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 800; }
.language-switch button { border: 0; padding: 4px 2px; color: #8b8175; background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; }
.language-switch button.active { color: var(--red); border-bottom: 2px solid var(--red); }
.cart-trigger {
  border: 0; background: var(--ink); color: var(--cream); border-radius: 999px; padding: 9px 10px 9px 18px;
  display: flex; align-items: center; gap: 13px; cursor: pointer; font-weight: 700; font-size: 12px; text-transform: uppercase;
}
.cart-trigger b { width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: var(--mustard); }

.hero { min-height: calc(100vh - 114px); position: relative; display: flex; align-items: center; overflow: hidden; color: var(--cream); }
.hero-image { position: absolute; inset: 0; background: url("imagen/pastrami_bbq_melt_1.png") center 44% / cover; transform: scale(1.03); animation: heroZoom 12s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,12,8,.93) 0%, rgba(18,12,8,.64) 48%, rgba(18,12,8,.12) 78%), linear-gradient(0deg, rgba(18,12,8,.4), transparent 45%); }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.01); } }
.hero-content { position: relative; z-index: 2; padding: 70px clamp(24px, 7vw, 110px); max-width: 850px; }
.eyebrow { margin: 0 0 18px; color: var(--mustard); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: var(--red); }
.hero h1 { margin: 0; font-family: "Bebas Neue"; font-size: clamp(76px, 11vw, 160px); line-height: .78; letter-spacing: -.015em; text-transform: uppercase; }
.hero h1 i { color: var(--mustard); font-family: "Playfair Display"; text-transform: none; }
.hero-copy { max-width: 580px; margin: 28px 0 35px; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; color: rgba(255,247,233,.82); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 5px 5px 0 var(--mustard); }
.button-light { background: var(--cream); color: var(--ink); }
.text-link { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 5px; }
.text-link span { color: var(--mustard); margin-left: 6px; }
.hero-stamp {
  position: absolute; z-index: 2; right: 6vw; bottom: 8vh; width: 145px; height: 145px; border: 2px solid var(--cream);
  border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-transform: uppercase; transform: rotate(8deg); background: rgba(23,19,15,.18); backdrop-filter: blur(5px);
}
.hero-stamp::before { content: "✦"; color: var(--mustard); font-size: 20px; margin-bottom: 4px; }
.hero-stamp span { font-size: 9px; letter-spacing: .2em; }
.hero-stamp strong { font-family: "Bebas Neue"; font-size: 24px; letter-spacing: .05em; }

.marquee { overflow: hidden; background: var(--red); color: var(--cream); border-block: 2px solid var(--ink); }
.marquee div { width: max-content; padding: 13px 0; font-family: "Bebas Neue"; font-size: 23px; letter-spacing: .08em; animation: marquee 22s linear infinite; }
.marquee span { color: var(--mustard); margin: 0 20px; }
@keyframes marquee { to { transform: translateX(-30%); } }

.intro { max-width: 1320px; margin: 0 auto; padding: 100px 40px 45px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 40px; }
.intro h2, .story h2 { margin: 0; font-family: "Bebas Neue"; font-size: clamp(64px, 8vw, 112px); line-height: .9; text-transform: uppercase; }
.intro > p { max-width: 520px; margin: 0; font-size: 17px; line-height: 1.7; }
.category-nav { max-width: 1320px; margin: 0 auto 45px; padding: 0 40px 16px; display: flex; gap: 10px; overflow-x: auto; border-bottom: 1px solid var(--line); }
.category-nav button { flex: none; border: 1px solid var(--ink); background: transparent; padding: 10px 18px; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.category-nav button.active, .category-nav button:hover { background: var(--ink); color: var(--cream); }
.menu-shell { max-width: 1320px; margin: auto; padding: 0 40px 110px; }
.menu-section { scroll-margin-top: 130px; margin: 0 0 75px; }
.section-title { display: flex; align-items: center; gap: 18px; margin: 0 0 25px; }
.section-title h3 { margin: 0; font-family: "Bebas Neue"; font-size: 42px; letter-spacing: .02em; }
.section-title span { flex: 1; height: 1px; background: var(--line); }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.menu-item { position: relative; background: var(--cream); border: 1px solid var(--line); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.menu-item:hover { transform: translateY(-6px); box-shadow: 9px 11px 0 var(--ink); }
.menu-photo { position: relative; aspect-ratio: 1 / .78; overflow: hidden; background: #d5caba; cursor: zoom-in; }
.menu-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.menu-item:hover .menu-photo img { transform: scale(1.04); }
.badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; color: var(--ink); background: var(--mustard); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.item-body { padding: 22px; }
.item-top { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; }
.item-top h4 { margin: 0; font-family: "Playfair Display"; font-size: 23px; line-height: 1.05; }
.price { color: var(--red); font-family: "Bebas Neue"; font-size: 25px; white-space: nowrap; }
.item-body p { min-height: 66px; margin: 13px 0 20px; color: #665e54; font-size: 13px; line-height: 1.6; }
.add-button { width: 100%; min-height: 43px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transition: .2s; }
.add-button:hover { color: var(--cream); background: var(--red); border-color: var(--red); }

.feature-break { min-height: 700px; display: grid; grid-template-columns: 1.25fr .75fr; color: var(--cream); background: var(--red); }
.feature-photo { background: url("imagen/broadway_deluxe_1.png") center / cover; min-height: 560px; }
.feature-copy { padding: 80px clamp(35px, 6vw, 95px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.feature-copy h2 { margin: 0; font-family: "Bebas Neue"; font-size: clamp(75px, 9vw, 130px); line-height: .78; }
.feature-copy > p:not(.eyebrow) { max-width: 440px; margin: 28px 0; font-size: 17px; line-height: 1.65; }
.story { padding: 120px clamp(35px, 6vw, 95px); display: grid; grid-template-columns: .35fr 1fr .7fr; gap: 55px; align-items: center; overflow: hidden; }
.story-number { align-self: start; font-family: "Bebas Neue"; color: var(--red); font-size: 110px; line-height: .7; }
.story-number span { display: block; color: var(--ink); font-size: 22px; letter-spacing: .12em; }
.story-copy > p:not(.eyebrow) { max-width: 660px; font-size: 17px; line-height: 1.75; }
.principles { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 10px; }
.principles span { padding: 10px 12px; border: 1px solid var(--ink); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.story-photo { height: 540px; background: url("imagen/broadway_clasico_3.png") center / cover; transform: rotate(3deg); box-shadow: 14px 14px 0 var(--mustard); }
.visit { padding: 100px clamp(35px, 6vw, 95px); color: var(--cream); background: var(--ink); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: end; }
.visit h2 { margin: 0; font-family: "Bebas Neue"; font-size: clamp(70px, 8vw, 120px); line-height: .82; }
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #62584d; }
.visit-grid div { padding: 30px 20px; border-right: 1px solid #62584d; }
.visit-grid span { display: block; margin-bottom: 12px; color: var(--mustard); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.visit-grid strong { font-family: "Playfair Display"; font-size: 15px; line-height: 1.6; }
footer { padding: 55px 40px 30px; text-align: center; background: var(--mustard); border-top: 2px solid var(--ink); }
.footer-logo { font-family: "Bebas Neue"; font-size: clamp(55px, 9vw, 130px); line-height: .9; }
.footer-logo i { font-family: "Playfair Display"; color: var(--red); text-transform: none; }
footer > p { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.fine-print { margin-top: 40px; opacity: .65; font-size: 9px; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 70; background: rgba(23,19,15,.68); opacity: 0; pointer-events: none; transition: .3s; backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; width: min(470px, 100%); height: 100%; padding: 30px; background: var(--cream); transform: translateX(101%); transition: .35s cubic-bezier(.7,0,.2,1); overflow-y: auto; }
.drawer-open .drawer-backdrop { opacity: 1; pointer-events: auto; }
.drawer-open .cart-drawer { transform: translateX(0); }
.drawer-head { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-family: "Bebas Neue"; font-size: 48px; }
.drawer-head button { border: 1px solid var(--ink); background: transparent; width: 40px; height: 40px; cursor: pointer; font-size: 27px; }
.empty-cart { padding: 70px 10px; text-align: center; }
.empty-cart b { display: block; font-family: "Playfair Display"; font-size: 24px; margin-bottom: 10px; }
.empty-cart p { color: #746a5e; }
.cart-line { display: grid; grid-template-columns: 68px 1fr auto; gap: 15px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 68px; height: 68px; object-fit: cover; }
.cart-line h4 { margin: 0 0 7px; font-family: "Playfair Display"; font-size: 16px; }
.qty { display: inline-flex; border: 1px solid var(--line); }
.qty button { width: 28px; height: 27px; border: 0; background: transparent; cursor: pointer; }
.qty span { width: 28px; display: grid; place-items: center; font-size: 12px; }
.cart-line-price { text-align: right; font-family: "Bebas Neue"; font-size: 20px; }
.remove { display: block; margin-top: 8px; border: 0; background: transparent; color: var(--red); cursor: pointer; font-size: 9px; text-transform: uppercase; }
.cart-summary { margin-top: 28px; }
.summary-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 13px; }
.summary-row.total { margin-top: 10px; padding-top: 18px; border-top: 2px solid var(--ink); font-family: "Bebas Neue"; font-size: 26px; }
.checkout { width: 100%; margin-top: 18px; }
.order-note { margin-top: 12px; text-align: center; color: #756b60; font-size: 10px; }
.modal { position: fixed; inset: 0; z-index: 100; padding: 25px; display: grid; place-items: center; background: rgba(23,19,15,.92); }
.modal-card { width: min(1050px, 100%); max-height: 92vh; overflow: auto; background: var(--paper); position: relative; display: grid; grid-template-columns: 1.1fr .9fr; }
.modal-card img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.modal-copy { padding: 60px 45px; align-self: center; }
.modal-copy h3 { margin: 0; font-family: "Playfair Display"; font-size: 48px; line-height: 1; }
.modal-copy p { margin: 22px 0; line-height: 1.7; color: #655d53; }
.modal-close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 42px; height: 42px; border: 0; background: var(--mustard); cursor: pointer; font-size: 26px; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 24px; transform: translate(-50%, 30px); padding: 13px 20px; background: var(--ink); color: var(--cream); opacity: 0; pointer-events: none; transition: .25s; font-size: 12px; font-weight: 700; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero-stamp { display: none; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-break { grid-template-columns: 1fr; }
  .feature-copy { min-height: 520px; }
  .story { grid-template-columns: .25fr 1fr; }
  .story-photo { grid-column: 2; width: 80%; }
  .visit { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .announcement { font-size: 8px; letter-spacing: .1em; }
  .site-header { height: 70px; padding-inline: 16px; }
  .cart-trigger span { display: none; }
  .cart-trigger { padding: 7px; }
  .header-tools { gap: 10px; }
  .hero { min-height: 720px; }
  .hero-image { background-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(18,12,8,.95) 3%, rgba(18,12,8,.48) 70%, rgba(18,12,8,.18)); }
  .hero-content { align-self: end; padding: 50px 22px 65px; }
  .hero h1 { font-size: clamp(70px, 23vw, 105px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .intro { padding: 75px 20px 35px; grid-template-columns: 1fr; }
  .intro h2 { font-size: 68px; }
  .category-nav { padding-inline: 20px; }
  .menu-shell { padding: 0 20px 80px; }
  .menu-grid { grid-template-columns: 1fr; }
  .item-body p { min-height: 0; }
  .feature-break { min-height: 0; }
  .feature-photo { min-height: 460px; }
  .feature-copy { min-height: 470px; padding: 55px 25px; }
  .story { padding: 80px 25px; grid-template-columns: 1fr; gap: 35px; }
  .story-number { font-size: 82px; }
  .story h2 { font-size: 63px; }
  .story-photo { grid-column: 1; width: 90%; height: 400px; }
  .visit { padding: 80px 25px; gap: 45px; }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-grid div { border-right: 0; border-bottom: 1px solid #62584d; padding-inline: 0; }
  .modal { padding: 12px; }
  .modal-card { grid-template-columns: 1fr; }
  .modal-card img { min-height: 330px; max-height: 45vh; }
  .modal-copy { padding: 35px 25px; }
  .modal-copy h3 { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
