:root {
  --red: #8e1b14;
  --red-2: #a7251a;
  --orange: #ff8a00;
  --yellow: #ffc13d;
  --cream: #fff3de;
  --cream-2: #fff9ef;
  --ink: #28100d;
  --muted: #75615b;
  --line: rgba(71, 24, 18, .13);
  --shadow: 0 28px 60px rgba(72, 22, 15, .14);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 20px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-2); font-family: 'DM Sans', system-ui, sans-serif; }
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
img { display: block; width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 92px 0; }
.announcement { background: var(--ink); color: var(--cream); text-align: center; padding: 9px 18px; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,249,239,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(80, 20, 12, .06); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: 'Fredoka', sans-serif; font-size: 20px; white-space: nowrap; }
.brand img { width: 46px; height: 46px; border-radius: 14px; object-fit: cover; box-shadow: 0 8px 20px rgba(155,35,22,.2); }
.brand span strong { color: var(--red); }
.nav-links { display: flex; margin-left: auto; align-items: center; gap: 26px; color: #604944; font-weight: 700; font-size: 14px; }
.nav-links a { transition: color .2s ease, transform .2s ease; }
.nav-links a:hover { color: var(--red); transform: translateY(-1px); }
.cart-button { border: 0; border-radius: 999px; background: var(--red); color: white; padding: 12px 16px; font-weight: 800; display: flex; align-items: center; gap: 8px; }
.cart-button span { display: grid; place-items: center; min-width: 24px; height: 24px; border-radius: 999px; background: var(--yellow); color: var(--ink); padding: 0 6px; }
.hero { overflow: hidden; background: radial-gradient(circle at 85% 12%, rgba(255,193,61,.35), transparent 31%), linear-gradient(180deg, #fff9ef 0%, #fff4df 100%); }
.hero-grid { min-height: 640px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 62px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-weight: 900; font-size: 12px; letter-spacing: .14em; }
.eyebrow::before { content: ''; width: 24px; height: 3px; border-radius: 8px; background: var(--orange); }
.hero-copy h1, .section-heading h2, .story-copy h2, .order-card h2, .feature-copy h2 { font-family: 'Fredoka', sans-serif; letter-spacing: -.035em; margin: 16px 0; }
.hero-copy h1 { font-size: clamp(54px, 6.2vw, 94px); line-height: .93; max-width: 720px; }
.hero-copy h1 em { color: var(--red); font-style: normal; }
.hero-copy h1 span { color: var(--orange); }
.hero-copy > p { max-width: 620px; font-size: 18px; line-height: 1.75; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; margin: 30px 0 34px; flex-wrap: wrap; }
.btn { border: 0; border-radius: 999px; padding: 15px 22px; font-weight: 900; display: inline-flex; align-items: center; justify-content: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:disabled, .text-button:disabled { opacity: .55; transform: none; box-shadow: none; }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 14px 30px rgba(142,27,20,.22); }
.btn-primary:hover { background: #78140f; box-shadow: 0 18px 36px rgba(142,27,20,.28); }
.btn-secondary { background: #fff; color: var(--red); box-shadow: inset 0 0 0 1px var(--line); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { font-size: 14px; }
.hero-proof span { font-size: 12px; color: var(--muted); line-height: 1.45; }
.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-card { position: relative; z-index: 3; margin: 0; width: min(500px, 88%); border-radius: 48px; overflow: hidden; box-shadow: 0 35px 80px rgba(82, 21, 14, .22); transform: rotate(2deg); background: #fff; }
.hero-card img { height: 545px; object-fit: cover; }
.hero-card figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; justify-content: space-between; align-items: center; border-radius: 22px; padding: 16px 18px; background: rgba(255,249,239,.9); backdrop-filter: blur(12px); box-shadow: 0 18px 36px rgba(50,15,10,.12); }
.hero-card figcaption div { display: grid; gap: 4px; }
.hero-card figcaption span { text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .1em; color: var(--red); }
.hero-card figcaption strong { font-family: 'Fredoka', sans-serif; font-size: 22px; }
.hero-card figcaption b { font-size: 28px; }
.hero-orbit { position: absolute; border-radius: 999px; border: 2px dashed rgba(142,27,20,.16); }
.orbit-one { width: 560px; height: 560px; }
.orbit-two { width: 710px; height: 710px; }
.floating-tag { position: absolute; z-index: 5; border-radius: 999px; background: var(--yellow); color: var(--ink); padding: 11px 15px; font-family: 'Fredoka', sans-serif; font-weight: 700; box-shadow: 0 16px 30px rgba(108,60,0,.16); }
.tag-one { top: 82px; left: 16px; transform: rotate(-8deg); }
.tag-two { right: 4px; bottom: 100px; transform: rotate(7deg); background: var(--red); color: white; }
.brand-strip { background: var(--red); color: var(--cream); overflow: hidden; }
.strip-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: 'Fredoka', sans-serif; font-weight: 700; letter-spacing: .04em; }
.strip-inner i { color: var(--yellow); font-style: normal; }
.feature-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr; gap: 20px; }
.feature-card { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
.feature-card > img { height: 100%; object-fit: cover; }
.feature-main { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--ink); color: #fff; }
.feature-image img { height: 100%; object-fit: cover; }
.feature-copy { align-self: center; padding: 38px; }
.pill { display: inline-flex; border-radius: 999px; background: var(--yellow); color: var(--ink); padding: 7px 11px; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.feature-copy h2 { font-size: 38px; line-height: 1.05; }
.feature-copy h2 span { color: var(--yellow); }
.feature-copy p { color: rgba(255,255,255,.68); line-height: 1.7; }
.text-button { border: 0; background: none; color: var(--yellow); padding: 0; font-weight: 900; }
.card-overlay { position: absolute; inset: auto 16px 16px 16px; padding: 18px; border-radius: 20px; background: rgba(39,16,13,.84); backdrop-filter: blur(12px); color: #fff; display: grid; gap: 5px; }
.card-overlay span { color: var(--yellow); font-size: 11px; text-transform: uppercase; font-weight: 900; letter-spacing: .09em; }
.card-overlay strong { font-family: 'Fredoka'; font-size: 21px; }
.menu-section { background: #fff; border-radius: 56px 56px 0 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
.section-heading > div { max-width: 700px; }
.section-heading h2, .story-copy h2 { font-size: clamp(42px, 5vw, 66px); line-height: 1; }
.section-heading p { max-width: 400px; color: var(--muted); line-height: 1.65; }
.menu-filter { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 30px; }
.filter-chip { border: 1px solid var(--line); background: var(--cream-2); color: #6b514c; padding: 10px 15px; border-radius: 999px; font-weight: 800; font-size: 13px; }
.filter-chip.active { background: var(--red); color: #fff; border-color: var(--red); }
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.menu-card { border-radius: 28px; background: var(--cream-2); overflow: hidden; border: 1px solid rgba(114,58,45,.08); transition: transform .2s ease, box-shadow .2s ease; }
.menu-card:hover { transform: translateY(-5px); box-shadow: 0 22px 40px rgba(68,31,22,.12); }
.menu-card-sold-out { background: #f1ece5; }
.menu-card-sold-out:hover { transform: none; box-shadow: none; }
.menu-image { position: relative; aspect-ratio: 1 / .9; overflow: hidden; background: #ead9c4; }
.menu-image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.menu-card:hover .menu-image img { transform: scale(1.04); }
.menu-card-sold-out .menu-image img { filter: grayscale(.72); opacity: .58; }
.menu-card-sold-out:hover .menu-image img { transform: none; }
.menu-badge { position: absolute; top: 12px; left: 12px; background: var(--yellow); color: var(--ink); padding: 7px 10px; border-radius: 999px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.stock-badge { position: absolute; top: 12px; right: 12px; background: var(--red); color: #fff; padding: 7px 10px; border-radius: 999px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; box-shadow: 0 8px 18px rgba(90,20,14,.22); }
.menu-body { padding: 18px; }
.menu-category { color: var(--red); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.menu-body h3 { font-family: 'Fredoka'; font-size: 21px; margin: 7px 0 8px; line-height: 1.05; }
.menu-body p { min-height: 56px; margin: 0; color: var(--muted); line-height: 1.5; font-size: 13px; }
.menu-bottom { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 18px; }
.menu-price { font-family: 'Fredoka'; font-size: 22px; color: var(--red); }
.add-button { border: 0; width: 42px; height: 42px; border-radius: 14px; background: var(--ink); color: #fff; font-size: 22px; transition: background .2s ease, transform .2s ease; }
.add-button:hover { background: var(--red); transform: rotate(4deg) scale(1.04); }
.add-button:disabled { width: auto; min-width: 58px; padding: 0 10px; background: #a89c96; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.add-button:disabled:hover { background: #a89c96; transform: none; }
.story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.story-photo { position: relative; }
.story-photo img { height: 620px; object-fit: cover; border-radius: 46px; box-shadow: var(--shadow); }
.story-photo span { position: absolute; right: -16px; bottom: 44px; background: var(--yellow); padding: 14px 18px; border-radius: 999px; font-family: 'Fredoka'; font-weight: 700; transform: rotate(-6deg); }
.story-copy > p { color: var(--muted); font-size: 17px; line-height: 1.8; max-width: 580px; }
.story-list { display: grid; gap: 12px; margin-top: 28px; }
.story-list div { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; background: rgba(255,255,255,.55); border: 1px solid rgba(120,61,49,.08); border-radius: 20px; padding: 13px; }
.story-list b { display: grid; place-items: center; height: 48px; border-radius: 14px; background: var(--red); color: #fff; }
.story-list span { display: grid; gap: 3px; }
.story-list small { color: var(--muted); }
.gallery { background: var(--ink); color: white; }
.gallery .section-heading p { color: rgba(255,255,255,.6); }
.gallery .eyebrow { color: var(--yellow); }
.gallery-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-auto-rows: 260px; gap: 16px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: 28px; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.04); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.order-section { background: var(--cream-2); }
.order-card { border-radius: 44px; background: linear-gradient(135deg, #7f140f 0%, #a52519 60%, #d34a18 100%); color: white; padding: 54px; display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 34px; align-items: center; box-shadow: 0 34px 70px rgba(142,27,20,.22); }
.eyebrow.light { color: var(--yellow); }
.order-card h2 { font-size: 42px; line-height: 1.02; margin-bottom: 0; }
.order-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.order-steps div { min-width: 115px; }
.order-steps span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: var(--yellow); color: var(--ink); font-weight: 900; }
.order-steps p { font-size: 12px; color: rgba(255,255,255,.72); line-height: 1.4; }
.order-steps b { color: #fff; }
.btn-cream { background: var(--cream); color: var(--red); white-space: nowrap; }
footer { background: #1f0b08; color: #fff; padding: 60px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; }
.brand-footer { color: white; margin-bottom: 14px; }
.footer-grid p { max-width: 390px; color: rgba(255,255,255,.58); line-height: 1.6; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 12px; }
.footer-grid > div:not(:first-child) strong { color: var(--yellow); margin-bottom: 5px; }
.footer-grid a, .footer-link { color: rgba(255,255,255,.67); font-size: 14px; background: none; border: 0; padding: 0; text-align: left; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); margin-top: 44px; padding-top: 20px; display: flex; justify-content: space-between; gap: 15px; color: rgba(255,255,255,.42); font-size: 12px; }
.cart-drawer { position: fixed; z-index: 50; top: 0; right: 0; width: min(450px, 100%); height: 100vh; background: #fffaf2; transform: translateX(105%); transition: transform .34s cubic-bezier(.2,.8,.2,1); box-shadow: -30px 0 70px rgba(50,18,14,.2); display: grid; grid-template-rows: auto 1fr auto auto; padding: 24px; }
.cart-drawer.open { transform: translateX(0); }
.drawer-backdrop { position: fixed; z-index: 40; inset: 0; background: rgba(33, 9, 6, .46); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.cart-head { display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.cart-head h3 { font-family: 'Fredoka'; font-size: 30px; margin: 5px 0 0; }
.icon-button { width: 42px; height: 42px; border: 0; border-radius: 14px; background: var(--cream); font-size: 28px; line-height: 1; }
.cart-items { min-height: 0; overflow: auto; padding: 16px 0; display: grid; align-content: start; gap: 10px; }
.cart-item { display: grid; grid-template-columns: 70px 1fr auto; gap: 12px; align-items: center; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 9px; }
.cart-item img { width: 70px; height: 70px; object-fit: cover; border-radius: 13px; }
.cart-item strong { display: block; font-size: 13px; }
.cart-item small { color: var(--red); font-weight: 800; }
.qty-control { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.qty-control button { border: 0; width: 26px; height: 26px; border-radius: 8px; background: var(--cream); }
.remove-item { border: 0; background: none; color: #a28b85; font-size: 20px; }
.cart-empty { align-self: center; text-align: center; color: var(--muted); }
.cart-empty span { font-size: 48px; }
.cart-empty h4 { font-family: 'Fredoka'; color: var(--ink); font-size: 22px; margin: 8px 0; }
.cart-form { border-top: 1px solid var(--line); padding-top: 14px; display: grid; gap: 10px; }
.cart-form label { display: grid; gap: 6px; font-size: 12px; font-weight: 800; }
.cart-form input, .cart-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #fff; padding: 11px 12px; outline: none; resize: vertical; }
.cart-form input:focus, .cart-form textarea:focus { border-color: rgba(142,27,20,.5); box-shadow: 0 0 0 3px rgba(142,27,20,.08); }
.cart-footer { border-top: 1px solid var(--line); padding-top: 14px; }
.cart-total { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.cart-total strong { font-family: 'Fredoka'; font-size: 28px; color: var(--red); }
.checkout-button { width: 100%; }
.cart-footer small { display: block; color: #9b8982; font-size: 10px; line-height: 1.45; margin-top: 9px; }
.cart-footer code { background: #f1e4d8; padding: 1px 4px; border-radius: 4px; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 24px; transform: translate(-50%, 30px); background: var(--ink); color: #fff; padding: 12px 16px; border-radius: 999px; font-weight: 800; font-size: 13px; opacity: 0; pointer-events: none; transition: .25s ease; box-shadow: 0 16px 30px rgba(0,0,0,.2); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 24px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-proof { max-width: 720px; margin-inline: auto; }
  .hero-visual { min-height: 600px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-main { grid-column: 1 / -1; }
  .menu-grid { grid-template-columns: repeat(3, 1fr); }
  .order-card { grid-template-columns: 1fr; text-align: center; }
  .order-steps { max-width: 500px; width: 100%; margin: auto; }
  .order-card .btn { justify-self: center; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 68px 0; }
  .announcement { font-size: 11px; }
  .nav-wrap { min-height: 68px; gap: 12px; }
  .brand img { width: 40px; height: 40px; }
  .brand { font-size: 17px; }
  .nav-links { display: none; }
  .cart-button { margin-left: auto; padding: 10px 12px; font-size: 12px; }
  .hero-grid { gap: 24px; min-height: auto; }
  .hero-copy h1 { font-size: clamp(49px, 15vw, 74px); }
  .hero-copy > p { font-size: 16px; }
  .hero-proof { grid-template-columns: 1fr; text-align: left; }
  .hero-visual { min-height: 470px; }
  .hero-card { border-radius: 34px; width: 92%; }
  .hero-card img { height: 450px; }
  .orbit-one { width: 420px; height: 420px; }
  .orbit-two { width: 540px; height: 540px; }
  .tag-one { left: -4px; top: 40px; }
  .tag-two { right: -3px; bottom: 65px; }
  .strip-inner { min-width: 740px; justify-content: flex-start; }
  .brand-strip { overflow-x: hidden; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-main { grid-column: auto; grid-template-columns: 1fr; }
  .feature-image { height: 300px; }
  .feature-card { min-height: 390px; }
  .section-heading { display: grid; align-items: start; }
  .section-heading h2, .story-copy h2 { font-size: 44px; }
  .menu-section { border-radius: 34px 34px 0 0; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .menu-body { padding: 14px; }
  .menu-body h3 { font-size: 18px; }
  .menu-body p { min-height: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .story-grid { grid-template-columns: 1fr; gap: 38px; }
  .story-photo img { height: 500px; }
  .story-photo span { right: 10px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .gallery-tall { grid-row: span 2; }
  .gallery-wide { grid-column: 1 / -1; }
  .order-card { padding: 36px 22px; border-radius: 30px; }
  .order-card h2 { font-size: 38px; }
  .order-steps { gap: 7px; }
  .order-steps div { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .hero-actions .btn { width: 100%; }
  .hero-card img { height: 390px; }
  .hero-visual { min-height: 420px; }
  .floating-tag { font-size: 12px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-image { aspect-ratio: 1.2 / 1; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery-tall, .gallery-wide { grid-column: auto; grid-row: auto; }
  .order-steps { grid-template-columns: 1fr; text-align: left; }
  .order-steps div { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 10px; }
  .order-steps p { margin: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
