:root {
  --black: #080808;
  --black-2: #111;
  --white: #f7f7f4;
  --gray-100: #eeeeeb;
  --gray-300: #c8c8c4;
  --gray-500: #8f8f8a;
  --gray-800: #242424;
  --radius: 22px;
  --shadow: 0 18px 60px rgba(0,0,0,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--black);
  background: var(--white);
}
body.cart-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8,8,8,.92);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; }
.brand-logo { width: 92px; height: 47px; object-fit: contain; object-position: left center; filter: contrast(1.08); }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #d9d9d5; font-size: .95rem; transition: color .2s; }
.desktop-nav a:hover { color: #fff; }
.cart-button {
  border: 0; border-radius: 999px; padding: 10px 12px 10px 18px; cursor: pointer;
  display: flex; align-items: center; gap: 10px; background: var(--white); color: var(--black); font-weight: 800;
}
.cart-count { min-width: 27px; height: 27px; border-radius: 50%; background: var(--black); color: white; display: grid; place-items: center; font-size: .78rem; }

.section-dark { background: var(--black); color: var(--white); }
.hero { min-height: 700px; display: grid; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 50px; padding: 90px 0; }
.eyebrow { margin: 0 0 18px; font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; color: #c5c5c0; }
.eyebrow.dark { color: #5f5f5a; }
.hero h1 { margin: 0; font-size: clamp(3.7rem, 8vw, 7.7rem); line-height: .84; letter-spacing: -.07em; text-transform: uppercase; }
.hero h1 span { color: #a8a8a3; }
.hero-text { color: #bdbdb9; max-width: 630px; font-size: 1.09rem; line-height: 1.7; margin: 30px 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { border: 1px solid transparent; border-radius: 999px; min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-weight: 850; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-light { background: var(--white); color: var(--black); }
.btn-outline { border-color: #5c5c58; color: white; background: transparent; }
.btn-outline:hover { background: white; color: black; }
.btn-dark { background: var(--black); color: white; }
.full { width: 100%; }
.hero-meta { display: flex; gap: 36px; margin-top: 38px; padding-top: 26px; border-top: 1px solid #2a2a2a; }
.hero-meta div { display: grid; gap: 5px; }
.hero-meta strong { font-size: .86rem; }
.hero-meta span { color: #8f8f8b; font-size: .82rem; }
.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid #272727; border-radius: 50%; }
.hero-visual::after { content: ""; position: absolute; width: 370px; height: 370px; border: 1px dashed #363636; border-radius: 50%; }
.burger-art { position: relative; z-index: 2; width: 330px; transform: rotate(-6deg); filter: drop-shadow(0 36px 28px rgba(0,0,0,.4)); }
.bun { background: linear-gradient(#f4f4f0, #a9a9a4); height: 92px; border-radius: 120px 120px 35px 35px; border: 2px solid white; }
.bun-top::before { content: "··  · ·· ·  ·"; color: #4b4b48; position: absolute; width: 100%; text-align: center; top: 21px; font-size: 35px; letter-spacing: 6px; }
.bun-bottom { height: 68px; border-radius: 24px 24px 80px 80px; }
.patty { height: 66px; background: #252525; border-radius: 26px; border: 2px solid #70706d; margin: -8px 0; }
.patty-2 { height: 58px; }
.cheese { height: 25px; background: #e0e0da; clip-path: polygon(0 14%, 24% 0, 46% 25%, 74% 0, 100% 20%, 92% 100%, 63% 73%, 34% 100%, 7% 72%); margin-top: -4px; position: relative; z-index: 2; }
.cheese-2 { transform: rotate(2deg); }
.lettuce { height: 25px; background: #878783; clip-path: polygon(0 40%, 8% 2%, 18% 44%, 29% 0, 44% 46%, 57% 7%, 70% 47%, 83% 0, 100% 42%, 94% 100%, 6% 93%); margin-bottom: -4px; }
.hero-sticker { position: absolute; z-index: 4; right: 1%; top: 12%; width: 112px; aspect-ratio: 1; border-radius: 50%; background: white; color: black; display: grid; place-items: center; text-align: center; font-weight: 1000; line-height: .96; transform: rotate(10deg); }

.ticker { overflow: hidden; background: #dadad6; border-block: 1px solid #c8c8c3; }
.ticker-track { width: max-content; display: flex; gap: 25px; align-items: center; padding: 15px 0; animation: ticker 25s linear infinite; font-size: .83rem; font-weight: 950; letter-spacing: .16em; }
.ticker-track b { font-size: 1.4rem; font-weight: 400; }
@keyframes ticker { to { transform: translateX(-50%); } }

.menu-section { padding: 105px 0 120px; }
.section-heading { display: grid; grid-template-columns: 1fr 380px; align-items: end; gap: 50px; }
.section-heading h2, .about-copy h2, .contact-section h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.section-heading > p { margin: 0 0 8px; color: #5e5e59; line-height: 1.65; }
.filters { margin: 42px 0 35px; display: flex; gap: 9px; flex-wrap: wrap; }
.filter-btn { border: 1px solid #bdbdb8; background: transparent; border-radius: 999px; padding: 10px 16px; cursor: pointer; font-weight: 750; }
.filter-btn.active, .filter-btn:hover { background: var(--black); color: white; border-color: var(--black); }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.menu-card { border: 1px solid #d0d0cc; border-radius: var(--radius); overflow: hidden; background: #efefec; display: flex; flex-direction: column; min-height: 365px; transition: transform .2s, box-shadow .2s; }
.menu-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.menu-card-top { padding: 26px 26px 12px; min-height: 218px; position: relative; overflow: hidden; background: radial-gradient(circle at 75% 25%, #fff 0, #e5e5e1 42%, #d3d3ce 100%); }
.item-number { font-weight: 950; font-size: .74rem; letter-spacing: .12em; color: #6d6d68; }
.food-emoji { position: absolute; right: 18px; bottom: -12px; font-size: 7.6rem; filter: grayscale(1) contrast(1.1); transform: rotate(-8deg); opacity: .91; }
.menu-card-content { padding: 22px 24px 24px; background: white; display: flex; flex-direction: column; flex: 1; }
.menu-card h3 { margin: 0 0 8px; font-size: 1.25rem; letter-spacing: -.025em; }
.menu-card p { margin: 0; color: #666660; font-size: .92rem; line-height: 1.5; }
.card-bottom { display: flex; align-items: end; gap: 12px; margin-top: auto; padding-top: 20px; }
.price { font-size: 1.25rem; font-weight: 950; }
.add-btn { margin-left: auto; width: 42px; height: 42px; border-radius: 50%; border: 0; background: black; color: white; font-size: 1.4rem; cursor: pointer; transition: transform .2s; }
.add-btn:hover { transform: scale(1.08); }

.promo-section { background: #d5d5d0; padding: 26px 0 110px; }
.promo-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; }
.promo-card { border-radius: 28px; padding: 38px; min-height: 350px; display: flex; flex-direction: column; }
.promo-main { background: var(--black); color: white; }
.promo-main h3, .promo-secondary h3 { margin: 0 0 14px; font-size: clamp(2.2rem, 4.5vw, 4.6rem); line-height: .92; text-transform: uppercase; letter-spacing: -.05em; }
.promo-card p:not(.eyebrow) { color: #a8a8a3; max-width: 540px; line-height: 1.55; }
.promo-secondary { background: #f4f4f1; border: 1px solid #c5c5c0; }
.promo-secondary p:not(.eyebrow) { color: #656560; }
.promo-price { font-size: 2.4rem; font-weight: 1000; margin: auto 0 20px; }
.promo-price.small { font-size: 1.8rem; margin: 0; }
.promo-bottom { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.text-button { border: 0; background: none; font-weight: 900; cursor: pointer; padding: 0; }

.about-section { padding: 120px 0; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.about-logo { background: #0a0a0a; border-radius: 32px; min-height: 450px; display: grid; place-items: center; padding: 50px; }
.about-logo img { width: 76%; }
.about-copy > p:not(.eyebrow) { color: #5d5d58; font-size: 1.05rem; line-height: 1.75; max-width: 680px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 38px; }
.stats div { border-top: 1px solid #bdbdb8; padding-top: 17px; display: grid; gap: 4px; }
.stats strong { font-size: 2rem; }
.stats span { color: #777771; font-size: .84rem; }

.contact-section { padding: 115px 0; background: #101010; color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: center; }
.contact-section .reveal > p:not(.eyebrow) { color: #a8a8a3; line-height: 1.6; }
.contact-section code { color: white; }
.contact-card { background: #1c1c1c; border: 1px solid #303030; border-radius: 25px; padding: 28px; }
.contact-item { display: flex; justify-content: space-between; gap: 22px; padding: 19px 0; border-bottom: 1px solid #303030; }
.contact-item span { color: #8e8e8a; font-size: .85rem; }
.contact-item strong { text-align: right; }
.contact-card .btn { margin-top: 24px; }

footer { background: #070707; color: #aaa; border-top: 1px solid #222; padding: 28px 0; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-grid img { width: 72px; }
.footer-grid p, .footer-grid a { font-size: .84rem; }

.cart-drawer { position: fixed; z-index: 101; top: 0; right: 0; width: min(440px, 100%); height: 100dvh; background: var(--white); transform: translateX(105%); transition: transform .32s ease; display: flex; flex-direction: column; box-shadow: -20px 0 50px rgba(0,0,0,.2); }
.cart-drawer.open { transform: translateX(0); }
.overlay { position: fixed; z-index: 100; inset: 0; background: rgba(0,0,0,.62); opacity: 0; pointer-events: none; transition: opacity .3s; }
.overlay.show { opacity: 1; pointer-events: auto; }
.cart-header { display: flex; justify-content: space-between; align-items: center; padding: 24px 25px; border-bottom: 1px solid #d6d6d1; }
.cart-header .eyebrow { margin-bottom: 4px; }
.cart-header h3 { margin: 0; font-size: 2rem; }
.icon-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #bbb; background: transparent; font-size: 1.5rem; cursor: pointer; }
.cart-items { padding: 18px 25px; overflow: auto; flex: 1; }
.empty-cart { color: #777; text-align: center; margin: 70px 20px; line-height: 1.6; }
.cart-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 16px 0; border-bottom: 1px solid #d5d5d1; }
.cart-row h4 { margin: 0 0 4px; font-size: .98rem; }
.cart-row small { color: #777; }
.qty-controls { display: flex; align-items: center; gap: 10px; margin-top: 9px; }
.qty-controls button { width: 27px; height: 27px; border-radius: 50%; border: 1px solid #bdbdb8; background: transparent; cursor: pointer; }
.cart-row-price { font-weight: 900; }
.cart-footer { padding: 22px 25px 26px; border-top: 1px solid #d5d5d1; background: white; }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 16px; font-size: 1.13rem; }
.clear-cart { width: 100%; border: 0; background: transparent; color: #777; margin-top: 13px; cursor: pointer; }
.toast { position: fixed; z-index: 150; left: 50%; bottom: 28px; transform: translate(-50%, 20px); background: black; color: white; padding: 12px 18px; border-radius: 999px; font-weight: 750; opacity: 0; pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .nav-wrap { min-height: 70px; }
  .cart-button { margin-left: auto; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 72px 0 52px; }
  .hero-visual { min-height: 390px; }
  .burger-art { width: 280px; }
  .hero-visual::before { width: 350px; height: 350px; }
  .hero-visual::after { width: 290px; height: 290px; }
  .section-heading, .about-grid, .contact-grid, .promo-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 18px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .about-logo { min-height: 330px; }
  .contact-grid { gap: 40px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 26px, 1180px); }
  .brand-logo { width: 78px; }
  .cart-button > span:first-child { display: none; }
  .cart-button { padding: 8px; }
  .hero-grid { padding-top: 58px; }
  .hero h1 { font-size: clamp(3rem, 18vw, 5.2rem); }
  .hero-text { font-size: 1rem; }
  .hero-meta { gap: 20px; flex-direction: column; }
  .hero-visual { min-height: 320px; }
  .burger-art { width: 230px; }
  .hero-visual::before { width: 285px; height: 285px; }
  .hero-visual::after { width: 235px; height: 235px; }
  .hero-sticker { width: 86px; font-size: .78rem; }
  .menu-section, .about-section, .contact-section { padding: 78px 0; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 330px; }
  .menu-card-top { min-height: 190px; }
  .food-emoji { font-size: 6.6rem; }
  .promo-section { padding-bottom: 78px; }
  .promo-card { min-height: 310px; padding: 28px; }
  .stats { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; text-align: center; }
  .contact-item { flex-direction: column; }
  .contact-item strong { text-align: left; }
}
