/* ============================================================
   YANSO BBQ — Bento-Grid Architecture
   Asymmetric 8-Tile-Grid als Hero · Korean Hangul groß
   Dark Mood · Korean-Red Akzent · Image-First
   ============================================================ */

:root {
  --c-board: #14110f;
  --c-board-deep: #0a0807;
  --c-board-mid: #1f1a16;
  --c-cream: #f4ead7;
  --c-cream-bright: #ffffff;
  --c-cream-mute: rgba(244, 234, 215, 0.72);
  --c-korean-red: #c8102e;
  --c-korean-red-bright: #e8324a;
  --c-gold: #d4a04a;
  --c-rule: rgba(244, 234, 215, 0.14);
}
:root {
  --c-brand: var(--c-korean-red);
  --c-brand-dark: #8a0a20;
  --c-paper: var(--c-board);
  --c-paper-warm: var(--c-board-mid);
  --c-ink: var(--c-cream);
  --c-rule-warm: var(--c-rule);
  --c-gold-leaf: var(--c-gold);
}

/* --- HIDE everything from cinematic legacy --- */
.hero-cinematic, .chapter-card, .bleed-strip, .bold-statement.cinematic,
.magazine-split, .newspaper-grid, .wine-list, .calendar-hero,
.nav, .nav-mobile, .chalkboard, .board-title, .board-line { display: none !important; }

body {
  background: var(--c-board) !important;
  color: var(--c-cream) !important;
  font-family: 'Inter', sans-serif;
}
body::before { display: none !important; }
::selection { background: var(--c-korean-red); color: var(--c-cream); }

/* ============================================================
   BENTO NAV — Minimal floating top
   ============================================================ */
.bento-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 28px;
  border-bottom: 1px solid var(--c-rule);
  background: rgba(20, 17, 15, 0.92);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.bento-nav .brand {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: 'Noto Serif KR', 'Cormorant Garamond', serif;
}
.bento-nav .brand .latin {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--c-cream-bright);
  letter-spacing: 0.04em;
}
.bento-nav .brand .hangul {
  font-size: 1.4rem;
  color: var(--c-korean-red);
  letter-spacing: 0.02em;
}
.bento-nav .links {
  display: flex;
  gap: 28px;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.bento-nav .links a {
  color: var(--c-cream-mute);
  text-decoration: none;
  position: relative;
  transition: color 0.2s;
}
.bento-nav .links a:hover { color: var(--c-cream-bright); }
.bento-nav .links a.active { color: var(--c-korean-red); }
.bento-nav .links a.active::after {
  content: ""; position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px; background: var(--c-korean-red);
}
.bento-nav .reserve {
  background: var(--c-korean-red);
  color: var(--c-cream-bright);
  padding: 8px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}
.bento-nav .reserve:hover { background: var(--c-korean-red-bright); }

/* ============================================================
   BENTO HERO — 8-Tile Grid (THE landing)
   ============================================================ */
.bento-hero {
  max-width: 1400px;
  margin: 0 auto;
  padding: 28px 18px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 180px;
  gap: 10px;
}
.bento-tile {
  overflow: hidden;
  position: relative;
  background: var(--c-board-mid);
  border-radius: 2px;
  cursor: default;
}
.bento-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(.25,.6,.2,1), filter 0.5s;
  filter: brightness(0.78) contrast(1.08) saturate(0.94);
}
.bento-tile:hover img {
  transform: scale(1.05);
  filter: brightness(0.96) contrast(1.05) saturate(1.0);
}
.bento-tile .overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 30%, rgba(10, 8, 7, 0.5) 70%, rgba(10, 8, 7, 0.88) 100%);
}
.bento-tile .label {
  position: absolute;
  bottom: 14px; left: 14px; right: 14px;
  color: var(--c-cream-bright);
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  z-index: 2;
}
.bento-tile .label .price {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.6rem;
  color: var(--c-gold);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 3px;
}

/* Spans */
.bento-tile.span-2x1 { grid-column: span 2; }
.bento-tile.span-1x2 { grid-row: span 2; }
.bento-tile.span-2x2 { grid-column: span 2; grid-row: span 2; }
.bento-tile.span-3x1 { grid-column: span 3; }
.bento-tile.span-3x2 { grid-column: span 3; grid-row: span 2; }
.bento-tile.span-1x3 { grid-row: span 3; }

/* Special tiles — non-image */
.bento-tile.glyph {
  background: var(--c-korean-red);
  display: grid;
  place-items: center;
  font-family: 'Noto Serif KR', serif;
  font-weight: 700;
  font-size: clamp(3rem, 6vw, 6rem);
  color: var(--c-cream-bright);
  text-align: center;
  line-height: 0.95;
  letter-spacing: -0.01em;
}
.bento-tile.glyph .latin {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--c-cream);
  margin-top: 12px;
  opacity: 0.85;
}
.bento-tile.quote {
  background: var(--c-board-mid);
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
}
.bento-tile.quote .q {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.25;
  color: var(--c-cream-bright);
  margin: 0 0 8px;
}
.bento-tile.quote .source {
  font-family: 'Inter', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--c-korean-red);
}
.bento-tile.stat {
  background: var(--c-board-mid);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 20px;
}
.bento-tile.stat .big {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(3rem, 5vw, 5rem);
  color: var(--c-gold);
  line-height: 1;
}
.bento-tile.stat .label-mute {
  font-family: 'Inter', sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--c-cream-mute);
  margin-top: 10px;
}
.bento-tile.title-tile {
  background: linear-gradient(135deg, var(--c-board-deep) 0%, var(--c-board-mid) 100%);
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
}
.bento-tile.title-tile .hangul-big {
  font-family: 'Noto Serif KR', serif;
  font-weight: 700;
  font-size: clamp(3rem, 6vw, 5rem);
  color: var(--c-korean-red);
  line-height: 0.95;
  margin-bottom: 12px;
}
.bento-tile.title-tile .latin-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--c-cream-bright);
  margin-bottom: 6px;
}
.bento-tile.title-tile .tagline {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--c-cream-mute);
}

/* ============================================================
   BENTO-SECTION — Generic section frame
   ============================================================ */
.bento-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 18px;
}
.bento-section-head {
  text-align: center;
  margin-bottom: 36px;
}
.bento-section-head .kicker {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--c-korean-red);
  margin-bottom: 12px;
}
.bento-section-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  color: var(--c-cream-bright);
  margin: 0;
  line-height: 1.05;
}
.bento-section-head h2 .hangul {
  display: block;
  font-family: 'Noto Serif KR', serif;
  font-weight: 700;
  font-size: 0.72em;
  color: var(--c-korean-red);
  margin-top: 4px;
  font-style: normal;
}
.bento-section-head p {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--c-cream-mute);
  max-width: 56ch;
  margin: 14px auto 0;
}

/* ============================================================
   STORY — Image + Prose mixed
   ============================================================ */
.bento-story {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 18px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}
.bento-story .image {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.bento-story .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85) contrast(1.06);
}
.bento-story .image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--c-korean-red);
  pointer-events: none;
  transform: translate(12px, 12px);
  z-index: -1;
}
.bento-story .prose .hangul-eyebrow {
  font-family: 'Noto Serif KR', serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--c-korean-red);
  margin-bottom: 14px;
  line-height: 1;
}
.bento-story .prose h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  color: var(--c-cream-bright);
  margin: 0 0 18px;
  line-height: 1.1;
}
.bento-story .prose p {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.78;
  color: var(--c-cream);
  margin-bottom: 14px;
}
.bento-story .prose p em {
  color: var(--c-korean-red);
  font-style: italic;
}
.bento-story .prose .signature {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--c-gold);
  margin-top: 22px;
}

/* ============================================================
   CUT-GRID — 7 cuts of meat
   ============================================================ */
.cut-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.cut-tile {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--c-board-mid);
}
.cut-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s, filter 0.4s;
  filter: brightness(0.78) contrast(1.08);
}
.cut-tile:hover img {
  transform: scale(1.06);
  filter: brightness(0.95) contrast(1.05);
}
.cut-tile .meta {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  background: linear-gradient(180deg, transparent 40%, rgba(10,8,7,0.9) 100%);
  pointer-events: none;
}
.cut-tile .meta .name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--c-cream-bright);
  line-height: 1.15;
}
.cut-tile .meta .name .hangul {
  display: block;
  font-family: 'Noto Serif KR', serif;
  font-weight: 700;
  font-size: 0.75em;
  color: var(--c-korean-red);
  margin-bottom: 4px;
  font-style: normal;
}
.cut-tile .meta .price {
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-top: 6px;
}

/* ============================================================
   MENU-LIST — Detailed menu (sub-page)
   ============================================================ */
.bento-menu {
  max-width: 1080px;
  margin: 0 auto;
}
.bento-menu .menu-section {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--c-rule);
}
.bento-menu .menu-section:last-child { border-bottom: none; }
.bento-menu .section-label {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 22px;
}
.bento-menu .section-label .hangul {
  font-family: 'Noto Serif KR', serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--c-korean-red);
  line-height: 1;
}
.bento-menu .section-label .latin {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 2rem;
  color: var(--c-cream-bright);
}
.bento-menu .item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dotted var(--c-rule);
  align-items: baseline;
}
.bento-menu .item:last-child { border-bottom: none; }
.bento-menu .item .name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--c-cream-bright);
  line-height: 1.3;
}
.bento-menu .item .name .desc {
  display: block;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 0.82rem;
  color: var(--c-cream-mute);
  margin-top: 4px;
  line-height: 1.5;
}
.bento-menu .item .price {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.3rem;
  color: var(--c-gold);
  white-space: nowrap;
}
.bento-menu .item.signature {
  background: rgba(200, 16, 46, 0.08);
  padding-left: 16px;
  padding-right: 16px;
  border-bottom-style: solid;
}
.bento-menu .item.signature::before {
  content: "★ ";
  color: var(--c-korean-red);
}

/* ============================================================
   PAGE BANNER — Sub-Page top
   ============================================================ */
.bento-page-banner {
  text-align: center;
  padding: 60px 24px 40px;
  position: relative;
  border-bottom: 1px solid var(--c-rule);
}
.bento-page-banner .hangul-big {
  font-family: 'Noto Serif KR', serif;
  font-weight: 700;
  font-size: clamp(3rem, 6vw, 5rem);
  color: var(--c-korean-red);
  line-height: 0.95;
  margin: 0 0 14px;
}
.bento-page-banner h1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  color: var(--c-cream-bright);
  margin: 0;
  line-height: 1.0;
  letter-spacing: -0.005em;
}
.bento-page-banner .strap {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: var(--c-cream-mute);
  margin: 14px auto 0;
  max-width: 60ch;
  line-height: 1.6;
}

/* ============================================================
   PROSE PAPER (for impressum / datenschutz)
   ============================================================ */
.bento-paper {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 24px;
  font-family: 'Inter', sans-serif;
  line-height: 1.7;
  color: var(--c-cream);
}
.bento-paper h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.8rem;
  color: var(--c-cream-bright);
  margin: 28px 0 14px;
}
.bento-paper p { margin-bottom: 14px; font-size: 1rem; }
.bento-paper p em { color: var(--c-korean-red); font-style: italic; }
.bento-paper a { color: var(--c-korean-red); text-decoration: none; border-bottom: 1px solid rgba(200,16,46,0.5); }
.bento-paper a:hover { color: var(--c-korean-red-bright); border-bottom-color: var(--c-korean-red); }
.bento-paper hr { border: none; border-top: 1px solid var(--c-rule); margin: 28px 0; }
.bento-paper ul { list-style: none; padding: 0; }
.bento-paper ul li {
  padding: 12px 0;
  border-bottom: 1px dotted var(--c-rule);
  font-style: italic;
}

/* ============================================================
   CONTACT BLOCK
   ============================================================ */
.bento-contact {
  max-width: 720px;
  margin: 50px auto;
  padding: 40px 28px;
  background: var(--c-board-mid);
  border: 1px solid var(--c-korean-red);
  text-align: center;
}
.bento-contact .hangul-label {
  font-family: 'Noto Serif KR', serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--c-korean-red);
  margin-bottom: 6px;
}
.bento-contact .label {
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--c-cream-mute);
  margin-bottom: 14px;
}
.bento-contact .phone {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: var(--c-cream-bright);
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
}
.bento-contact .phone:hover { color: var(--c-gold); }
.bento-contact .lines {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: var(--c-cream);
  line-height: 1.7;
}
.bento-contact .lines a {
  color: var(--c-korean-red);
  text-decoration: none;
  border-bottom: 1px solid rgba(200,16,46,0.5);
}

/* ============================================================
   FOOTER — Bento-style mini-tiles
   ============================================================ */
.bento-footer {
  background: var(--c-board-deep);
  padding: 60px 28px 32px;
  border-top: 4px solid var(--c-korean-red);
}
.bento-footer .closing {
  text-align: center;
  margin-bottom: 50px;
}
.bento-footer .closing .hangul-big {
  font-family: 'Noto Serif KR', serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: var(--c-korean-red);
  margin-bottom: 6px;
  line-height: 0.95;
}
.bento-footer .closing .latin {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  color: var(--c-cream-bright);
  margin: 0;
}
.bento-footer .closing a.phone-big {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--c-gold);
  text-decoration: none;
  border-bottom: 1px solid var(--c-gold);
  display: inline-block;
  margin-top: 16px;
}
.bento-footer .imprint-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  max-width: 1080px;
  margin: 0 auto 28px;
  padding-top: 32px;
  border-top: 1px solid var(--c-rule);
}
.bento-footer .imprint-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--c-korean-red);
  margin: 0 0 14px;
}
.bento-footer .imprint-col a,
.bento-footer .imprint-col p {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: var(--c-cream);
  text-decoration: none;
  line-height: 1.7;
  opacity: 0.82;
  margin-bottom: 2px;
}
.bento-footer .imprint-col a:hover { color: var(--c-cream-bright); opacity: 1; }
.bento-footer .imprint-bottom {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 18px;
  border-top: 1px solid var(--c-rule);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: var(--c-cream-mute);
}
.bento-footer .imprint-bottom a { color: var(--c-cream-mute); text-decoration: underline; }

/* ============================================================
   REVEAL
   ============================================================ */
.bento-reveal { opacity: 0; transform: translateY(20px); transition: opacity 1s ease-out, transform 1s ease-out; }
.bento-reveal.in-view { opacity: 1; transform: translateY(0); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .bento-hero { grid-template-columns: repeat(4, 1fr); }
  .bento-tile.span-3x1 { grid-column: span 2; }
  .bento-tile.span-3x2 { grid-column: span 2; }
  .bento-story { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .bento-hero { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .bento-tile.span-2x1, .bento-tile.span-3x1, .bento-tile.span-2x2, .bento-tile.span-3x2 { grid-column: span 2; }
  .bento-tile.span-1x3 { grid-row: span 1; }
  .bento-nav .links { display: none; }
  .bento-footer .imprint-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .bento-footer .imprint-grid { grid-template-columns: 1fr; }
}
