/* Neugestaltung 2026: ruhige, handwerkliche Cocina statt App-Kartenlook */
:root {
  --ink: #173b32;
  --red: #c4513f;
  --sun: #edb84f;
  --leaf: #47795d;
  --blue: #467c83;
  --bg: #f4eddf;
  --surface: #fffaf0;
  --surface-2: #ede1cc;
  --text: #243a33;
  --muted: #68756f;
  --line: rgba(36, 58, 51, .13);
  --line-strong: rgba(36, 58, 51, .28);
  --shadow: 0 18px 50px rgba(33, 54, 47, .09);
  --radius: 8px;
  --radius-sm: 6px;
}

body {
  background:
    radial-gradient(circle at 8% 24%, rgba(237, 184, 79, .11), transparent 26rem),
    linear-gradient(110deg, rgba(255,255,255,.22), transparent 45%),
    var(--bg);
}

.wrap { max-width: 1120px; }

.hero {
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(10, 35, 28, .18) 1px, transparent 1px),
    linear-gradient(rgba(10, 35, 28, .18) 1px, transparent 1px),
    linear-gradient(135deg, #102f27, #234d3f 68%, #2b5948);
  background-size: 38px 38px, 38px 38px, auto;
}

.hero::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -54px;
  height: 110px;
  z-index: 4;
  border-radius: 50% 50% 0 0;
  background: var(--bg);
}

.hero-top { padding-top: max(22px, env(safe-area-inset-top)); }
.place { color: #f2cc7a; letter-spacing: .19em; }
.lang-btn { border: 0; border-bottom: 1px solid rgba(255,255,255,.5); border-radius: 0; padding-inline: 4px; }
.lang-btn:hover { background: transparent; border-color: var(--sun); }

.hero-main {
  min-height: 410px;
  display: grid;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 58px;
}

.hero-copy { position: relative; z-index: 3; max-width: 670px; }
.hero h1 { max-width: none; margin-bottom: 20px; }
.hero .t-a {
  font-family: var(--font-body);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #f7e9cb;
  margin-bottom: 12px;
}
.hero .t-b {
  max-width: 9ch;
  font-size: clamp(4rem, 10vw, 7.6rem);
  line-height: .82;
  letter-spacing: -.025em;
  color: #f3bd55;
  text-shadow: none;
}
.intro { font-size: clamp(1.15rem, 2.4vw, 1.42rem); max-width: 33ch; color: #fbf3e3; }
.wheel { right: clamp(-100px, 2vw, 30px); top: 45%; width: min(42vw, 430px); height: auto; transform: translateY(-50%); opacity: .42; animation: none; }
.status-pill { margin-top: 12px; padding: 10px 14px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); font-size: .94rem; }
.status-pill.is-open { background: #eaf2e8; color: #28583e; border-color: transparent; }
.status-pill.is-closed { background: #f7e5df; color: #87362d; border-color: transparent; }
.bay { position: relative; z-index: 2; height: 145px; margin-top: -145px; opacity: .72; }
.band { position: relative; z-index: 5; }

main { position: relative; z-index: 6; padding-bottom: 70px; }
.nota {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.5fr);
  gap: 24px 60px;
  align-items: start;
  margin-top: 30px;
  padding: 34px 42px;
  border: 0;
  border-left: 5px solid var(--red);
  border-radius: 0;
  box-shadow: 0 14px 42px rgba(37, 55, 48, .07);
  transform: none;
}
.nota::before { left: 42px; top: -7px; width: 78px; height: 14px; margin: 0; background: rgba(237,184,79,.72); }
.nota::after { display: none; }
.nota-title { grid-column: 1; font-size: 2.25rem; color: var(--red); margin: 0; }
.nota > p:not(.nota-firma) { grid-column: 1; margin: -12px 0 0; }
.nota-firma { grid-column: 1; margin: 0; text-align: left; }
.como { grid-column: 2; grid-row: 1 / span 3; border: 0; padding: 0; gap: 18px; }
.como li { align-items: flex-start; font-size: 1rem; }
.como-n { width: 32px; height: 32px; border-radius: 4px; font-family: var(--font-body); font-size: .9rem; }

.menu { padding-top: 76px; }
.menu > h2, .checkout > h2 { font-size: clamp(2.7rem, 6vw, 4.5rem); color: var(--ink); }
.menu h2::after, .checkout h2::after { width: 48px; height: 4px; margin-top: 14px; background: var(--red); }
.dishes { margin-top: 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.dish {
  grid-template-columns: 76px 1fr;
  grid-template-areas: "emoji body" "actions actions";
  min-height: 218px;
  align-items: start;
  padding: 24px;
  border: 0;
  border-top: 3px solid transparent;
  border-radius: 3px;
  box-shadow: 0 8px 28px rgba(34, 55, 47, .065);
}
.dish::before { display: none; }
.dish:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-top-color: var(--sun); }
.dish.in-cart { border-color: var(--leaf); box-shadow: 0 0 0 2px var(--leaf), var(--shadow); }
.dish-emoji { width: 66px; height: 66px; border: 0; border-radius: 4px; background: var(--surface-2); box-shadow: none; font-size: 2.15rem; }
.dish h3 { font-size: 1.55rem; line-height: 1; }
.dish-desc { line-height: 1.4; }
.dish-meta { margin-top: 10px; }
.price { color: var(--red); }
.dish-actions { align-self: end; margin-top: 16px; }
.dish-actions .btn, .dish-actions .stepper { width: 100%; }
.dish-actions .stepper { justify-content: space-between; }

.btn { border-radius: 4px; text-transform: none; box-shadow: none; }
.btn.primary { background: var(--red); }
.btn.primary:hover { background: #a83f31; }
.btn.closed-order {
  width: 100%;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--line-strong);
  opacity: .82;
}
.stepper { border-radius: 5px; padding: 4px; }
.step { border-radius: 3px; background: var(--ink); }

.checkout { max-width: 820px; margin-inline: auto; padding-top: 90px; }
.checkout .card { border: 0; border-radius: 3px; box-shadow: 0 10px 36px rgba(34,55,47,.07); }
.checkout .card + .card { margin-top: 22px; }
.form fieldset { padding-bottom: 4px; border-bottom: 1px solid var(--line); }
.form fieldset:last-of-type { border-bottom: 0; }
.form legend { font-size: 1.55rem; color: var(--ink); }
.choice-box, .chip span, input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"], input[type="time"], textarea, select { border-radius: 4px; }
.choice input:checked + .choice-box { border-color: var(--leaf); background: #edf4ea; }
.chip span { border-radius: 4px; }
.sinpe, .privacy { border-radius: 3px; }

.cartbar { background: rgba(18, 48, 40, .97); border-top: 1px solid rgba(255,255,255,.12); }
.tracking { border-radius: 3px; }
.footer { margin-top: 0; padding-top: 24px; background: #102f27; }

@media (max-width: 760px) {
  .hero { min-height: 580px; }
  .hero-main { min-height: 390px; padding-top: 28px; }
  .hero .t-b { font-size: clamp(3.9rem, 18vw, 5.6rem); }
  .wheel { right: -100px; width: 290px; opacity: .27; }
  .bay { height: 115px; margin-top: -115px; }
  .nota { grid-template-columns: 1fr; gap: 10px; padding: 28px 24px; }
  .nota-title, .nota > p:not(.nota-firma), .nota-firma, .como { grid-column: 1; }
  .nota > p:not(.nota-firma) { margin: 0; }
  .como { grid-row: auto; margin-top: 14px; padding-top: 18px; border-top: 1px solid var(--line); }
  .dishes { grid-template-columns: 1fr; }
  .dish { min-height: 0; }
  .menu { padding-top: 58px; }
  .checkout { padding-top: 64px; }
}

@media (max-width: 430px) {
  .hero { min-height: 545px; }
  .hero .t-a { font-size: .76rem; }
  .hero .t-b { font-size: 3.75rem; }
  .intro { font-size: 1.05rem; }
  .dish { grid-template-columns: 58px 1fr; padding: 18px; }
  .dish-emoji { width: 52px; height: 52px; font-size: 1.8rem; }
  .choices.two { grid-template-columns: 1fr; }
}

/* Referenzdesign: editorialer Storefront */
body { background: #faf7f0; color: #211d19; }
.wrap { max-width: 1180px; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(250,247,240,.96); border-bottom: 1px solid #ded7cb; backdrop-filter: blur(16px); }
.site-header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 18px; color: #211d19; text-decoration: none; }
.brand-mark { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #211d19; border-radius: 50%; font-family: Georgia, 'Times New Roman', serif; font-size: 1.05rem; }
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-words small { margin-bottom: 7px; font: 700 .72rem/1 var(--font-body); letter-spacing: .2em; text-transform: uppercase; }
.brand-words strong { font: 400 1.55rem/1 Georgia, 'Times New Roman', serif; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(20px,4vw,52px); }
.site-nav a, .site-nav .lang-btn { color: #211d19; font-weight: 900; text-decoration: none; }
.site-nav a { padding: 12px 0; border-bottom: 1px solid transparent; }
.site-nav a:hover { border-color: #211d19; }
.site-nav .lang-btn { min-height: 38px; border: 0; padding: 6px; }
.editorial-hero { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(390px, .85fr); min-height: 670px; background: #18483b; }
.hero-art { min-height: 670px; background: #efe6d2 url('../img/hero-mercedes.png') center/cover no-repeat; }
.hero-story { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(46px,6vw,90px); color: #f8f2e8; }
.hero-story .status-pill { order: -2; margin: 0 0 46px; background: transparent; border: 1px solid rgba(248,242,232,.35); color: #f8f2e8; }
.hero-story .status-pill.is-open { color: #f8f2e8; }
.hero-story .status-pill.is-closed { color: #f8f2e8; background: rgba(154,54,43,.35); }
.hero-kicker { width: 100%; padding-top: 13px; border-top: 1px solid #d7aa5c; margin: 0 0 28px; color: #e8c982; font-size: .75rem; font-weight: 900; letter-spacing: .24em; text-transform: uppercase; }
.hero-story h1 { margin: 0 0 28px; color: #f8f2e8; font: 400 clamp(3.2rem,5.1vw,5.4rem)/.95 Georgia, 'Times New Roman', serif; letter-spacing: -.04em; }
.hero-story .intro { margin: 0 0 38px; color: #e5ddd0; font: 400 1.18rem/1.65 Georgia, 'Times New Roman', serif; }
.hero-cta { display: inline-flex; align-items: center; min-height: 48px; color: #f8f2e8; border-bottom: 1px solid #e8c982; font-size: .77rem; font-weight: 900; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
main { padding: 0; }
main > .wrap { max-width: none; padding: 0; }
.nota { max-width: none; margin: 0; padding: 38px max(24px,calc((100vw - 1120px)/2)); display: block; color: #f8f2e8; background: #b74a37; border: 0; box-shadow: none; }
.nota-title, .nota > p, .nota-firma { display: none; }
.como { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 0; padding: 0; border: 0; }
.como li { padding: 8px 34px; border-right: 1px solid rgba(255,255,255,.35); color: #fffaf1; font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; }
.como li:first-child { padding-left: 0; }
.como li:last-child { border-right: 0; }
.como-n, .como li:nth-child(2) .como-n, .como li:nth-child(3) .como-n { background: transparent; color: #f2cc80; width: auto; height: auto; font: 400 1.15rem Georgia, serif; }
.menu { padding: 110px max(24px,calc((100vw - 1120px)/2)) 100px; }
.menu > h2 { margin-bottom: 16px; color: #211d19; font: 400 clamp(3.4rem,6vw,5.4rem)/1 Georgia, 'Times New Roman', serif; }
.menu h2::before { content: 'MENÚ DEL DÍA'; display: block; margin-bottom: 22px; color: #9e4334; font: 900 .72rem/1 var(--font-body); letter-spacing: .24em; }
.menu h2::after { display: none; }
.dishes { display: block; margin-top: 55px; counter-reset: dishes; border-top: 1px solid #d8d0c4; }
.dish { position: relative; display: grid; grid-template-columns: 70px 76px minmax(0,1fr) 150px 170px; grid-template-areas: 'num emoji body price actions'; gap: 22px; min-height: 0; align-items: center; padding: 30px 0; border: 0; border-bottom: 1px solid #d8d0c4; border-radius: 0; box-shadow: none; counter-increment: dishes; }
.dish::before { content: counter(dishes, decimal-leading-zero); display: block; position: static; grid-area: num; color: #a24a3a; font: 400 1rem Georgia, serif; }
.dish:hover { transform: none; border-top-color: transparent; box-shadow: none; background: rgba(237,228,210,.35); }
.dish-emoji { grid-area: emoji; width: 62px; height: 62px; background: #eee5d4; border-radius: 50%; }
.dish-body { grid-area: body; }
.dish h3 { margin: 0 0 7px; color: #211d19; font: 400 1.65rem/1.1 Georgia, 'Times New Roman', serif; }
.dish-desc { margin: 0; max-width: 48ch; color: #6c655e; }
.dish-meta { display: contents; }
.dish-meta .price { grid-area: price; justify-self: end; color: #211d19; font-size: 1.2rem; }
.dish-meta .tag { position: absolute; left: 168px; bottom: 18px; padding: 0; background: transparent; color: #647067; font-size: .72rem; }
.dish-actions { grid-area: actions; margin: 0; }
.dish-actions .btn { min-width: 150px; width: 100%; background: transparent; color: #211d19; border: 1px solid #211d19; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.dish-actions .btn.primary:hover { background: #211d19; color: #faf7f0; }
.dish.in-cart { border-color: #47795d; box-shadow: none; }
.checkout { max-width: none; padding: 100px max(24px,calc((100vw - 860px)/2)); background: #eee7db; }
.checkout > h2 { color: #211d19; font: 400 clamp(3.4rem,6vw,5rem)/1 Georgia, serif; }
.checkout h2::after { background: #a84534; }
.checkout .card { background: #faf7f0; }
.cartbar .btn.sun { background: #e8c982; }
.footer { background: #18483b; }
@media (max-width: 900px) {
  .editorial-hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 56vw; }
  .hero-story { padding: 58px 28px 70px; }
  .hero-story .status-pill { margin-bottom: 34px; }
  .dish { grid-template-columns: 44px 60px 1fr auto; grid-template-areas: 'num emoji body price' '. . actions actions'; }
  .dish-meta .tag { position: static; display: inline-flex; margin-top: 8px; }
  .dish-actions { justify-self: end; width: 180px; }
}
@media (max-width: 620px) {
  .site-header-inner { min-height: 80px; }
  .brand-mark { width: 46px; height: 46px; }
  .brand-words small { font-size: .58rem; }
  .brand-words strong { font-size: 1.05rem; }
  .site-nav { gap: 14px; }
  .site-nav a { display: none; }
  .editorial-hero { min-height: 0; }
  .hero-art { min-height: 78vw; background-position: center; }
  .hero-story h1 { font-size: clamp(3rem,14vw,4.4rem); }
  .como { grid-template-columns: 1fr; gap: 12px; }
  .como li, .como li:first-child { padding: 4px 0; border: 0; }
  .menu { padding-top: 76px; }
  .dishes { margin-top: 36px; }
  .dish { grid-template-columns: 36px 52px 1fr; grid-template-areas: 'num emoji body' '. . price' '. actions actions'; gap: 12px; padding: 25px 0; }
  .dish-meta .price { justify-self: start; margin-top: 8px; }
  .dish-actions { justify-self: stretch; width: auto; }
  .dish-actions .btn { min-width: 0; }
}
