@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=Pacifico&display=swap');

:root {
  --red: #e83124;
  --red-deep: #b81e16;
  --yellow: #f7cf3a;
  --yellow-pale: #fff1a8;
  --ink: #171514;
  --paper: #fffaf0;
  --cream: #f8f0dc;
  --blue: #285c66;
  --line: rgba(23, 21, 20, .18);
  --sans: 'DM Sans', sans-serif;
  --display: 'Space Grotesk', sans-serif;
  --script: 'Pacifico', cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
svg { display: block; }

.site-shell { overflow: hidden; min-height: 100vh; }
.container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
}
.display { font-family: var(--display); letter-spacing: -.06em; }
.outline-text { color: transparent; -webkit-text-stroke: 2px var(--ink); text-stroke: 2px var(--ink); }

.site-header { background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.nav { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 44px; height: 44px; flex: none; }
.brand-word { font-family: var(--script); font-size: 28px; color: var(--red); line-height: 1; }
.nav-links { display: flex; gap: 31px; align-items: center; margin-left: auto; }
.nav-links a { font-weight: 700; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; position: relative; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .25s; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; margin-left: 28px; }
.lang { border: 0; background: transparent; font-weight: 700; text-transform: uppercase; font-size: 11px; padding: 8px 2px; }
.lang option { background: var(--paper); }
.circle-button { border: 1px solid var(--ink); height: 38px; width: 38px; border-radius: 50%; display: grid; place-items: center; background: transparent; transition: background .2s, color .2s, transform .2s; position: relative; }
.circle-button:hover { background: var(--red); color: var(--paper); transform: rotate(-8deg); }
.cart-count { position: absolute; right: -4px; top: -5px; min-width: 15px; height: 15px; padding: 0 3px; border-radius: 8px; background: var(--red); color: var(--paper); font-size: 9px; line-height: 15px; font-weight: 700; }
.menu-toggle { display: none; }

.hero { min-height: 670px; position: relative; background: var(--red); color: var(--paper); overflow: hidden; display: flex; align-items: center; }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .15; background-image: url('assets/anim-bann.png'); background-size: 390px; background-position: 76% 22%; mix-blend-mode: screen; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 30px; }
.hero-copy { padding: 74px 0 82px; }
.hero-kicker { color: var(--yellow); margin-bottom: 22px; }
.hero-title { font-size: clamp(64px, 8.6vw, 135px); line-height: .82; text-transform: uppercase; margin: 0; max-width: 720px; }
.hero-title .fill { color: var(--paper); }
.hero-title .stroke { -webkit-text-stroke-color: var(--paper); }
.hero-sub { font-size: 17px; line-height: 1.5; max-width: 390px; margin: 31px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 17px; flex-wrap: wrap; }
.button { border: 0; padding: 15px 24px; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; gap: 10px; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-yellow { background: var(--yellow); color: var(--ink); }
.button-yellow:hover { background: var(--paper); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-outline-light { border: 1px solid var(--paper); color: var(--paper); background: transparent; }
.button-outline-light:hover { background: var(--paper); color: var(--red); }
.hero-art { align-self: stretch; min-height: 620px; position: relative; display: grid; place-items: center; }
.hero-photo { width: min(510px, 90%); aspect-ratio: .87; object-fit: cover; filter: saturate(1.1); transform: rotate(4deg); border: 11px solid var(--yellow); box-shadow: 16px 16px 0 var(--ink); }
.hero-burst { position: absolute; right: 1%; top: 12%; width: 124px; height: 124px; display: grid; place-items: center; text-align: center; background: var(--yellow); color: var(--ink); clip-path: polygon(50% 0%, 61% 17%, 79% 7%, 80% 27%, 100% 30%, 84% 46%, 98% 62%, 78% 66%, 81% 87%, 60% 78%, 50% 100%, 39% 81%, 19% 92%, 20% 70%, 0 66%, 16% 50%, 2% 33%, 21% 29%, 20% 8%, 40% 18%); font-size: 11px; font-weight: 700; text-transform: uppercase; line-height: 1.05; transform: rotate(12deg); }
.hero-tag { position: absolute; left: -10px; bottom: 10%; background: var(--paper); color: var(--ink); padding: 13px 16px; font-weight: 700; font-size: 12px; text-transform: uppercase; transform: rotate(-5deg); }

.ticker { background: var(--cream); color: var(--ink); overflow: hidden; border-bottom: 2px solid var(--ink); border-top: 2px solid var(--ink); }
.ticker-track { display: flex; width: max-content; gap: 32px; padding: 14px 0; animation: ticker 46s linear infinite; will-change: transform; }
.ticker span { display: flex; align-items: center; gap: 30px; font-family: var(--display); font-weight: 700; font-size: 20px; text-transform: uppercase; white-space: nowrap; }
.ticker span::after { content: '+'; font-size: 20px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 112px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 42px; gap: 24px; }
.section-heading h2 { font-size: clamp(46px, 6vw, 84px); line-height: .87; margin: 14px 0 0; text-transform: uppercase; max-width: 650px; }
.section-heading p { max-width: 285px; font-size: 14px; line-height: 1.55; margin: 0; }
.red-section { background: var(--red); color: var(--paper); }
.red-section .outline-text { -webkit-text-stroke-color: var(--paper); }
.menu-preview { background: var(--yellow); }
.dish-grid { display: grid; grid-template-columns: 1.18fr .82fr .82fr; gap: 16px; }
.dish-card { background: var(--paper); min-height: 420px; padding: 15px; display: flex; flex-direction: column; border: 1px solid var(--ink); position: relative; transition: transform .25s; }
.dish-card:first-child { min-height: 500px; }
.dish-card:hover { transform: translateY(-8px) rotate(-1deg); }
.dish-card img { height: 240px; width: 100%; object-fit: cover; }
.dish-card:first-child img { height: 320px; }
.dish-body { padding: 20px 7px 5px; display: flex; flex-direction: column; flex: 1; }
.dish-number { font: 700 12px var(--display); color: var(--red); }
.dish-card h3 { font: 700 25px var(--display); line-height: 1; text-transform: uppercase; margin: 9px 0 8px; }
.dish-card p { font-size: 13px; line-height: 1.4; margin: 0; color: #5f5650; }
.dish-meta { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 18px; font-weight: 700; }
.price { font-size: 18px; }
.add-button { height: 34px; width: 34px; border: 1px solid var(--ink); border-radius: 50%; background: var(--yellow); display: grid; place-items: center; font-size: 20px; line-height: 1; transition: background .2s; }
.add-button:hover { background: var(--red); color: var(--paper); }
.center-cta { text-align: center; margin-top: 38px; }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; }
.split-photo { min-height: 500px; background-size: cover; background-position: center; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: 74px max(40px, 8vw); background: var(--cream); }
.split-copy h2 { font-size: clamp(46px, 6vw, 86px); line-height: .86; margin: 17px 0 24px; text-transform: uppercase; }
.split-copy p { font-size: 15px; line-height: 1.6; max-width: 400px; }
.split-copy .button { align-self: flex-start; margin-top: 19px; }
.service-photo { background-image: url('assets/delivery-banner.jpg'); }

.quote-section { background: var(--ink); color: var(--yellow); padding: 108px 0 122px; position: relative; }
.quote-section::before { content: '+'; position: absolute; font: 30vw/.5 Georgia, serif; color: var(--red); opacity: .7; left: -25px; top: 92px; }
.quote-wrap { position: relative; max-width: 920px; margin: auto; text-align: center; }
.quote-mark { color: var(--red); font-size: 44px; line-height: 1; }
.quote { font: 500 clamp(34px, 5vw, 68px)/.98 var(--display); letter-spacing: -.06em; margin: 16px 0 26px; transition: opacity .35s ease; }
.quote.fade { opacity: 0; }
.quote-by { color: var(--paper); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.quote-dots { display: flex; justify-content: center; gap: 9px; margin-top: 36px; }
.quote-dots button { height: 8px; width: 8px; border: 0; padding: 0; background: #766a56; border-radius: 50%; }
.quote-dots button.active { background: var(--red); transform: scale(1.4); }

.home-contact { background: var(--blue); color: var(--paper); }
.contact-band { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.contact-band h2 { font-size: clamp(48px, 7vw, 94px); line-height: .84; text-transform: uppercase; margin: 18px 0; }
.contact-band p { max-width: 365px; line-height: 1.55; font-size: 14px; }
.contact-band .button { margin-top: 17px; }
.mini-form { background: var(--paper); color: var(--ink); padding: 28px; }
.mini-form label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 7px; }
.mini-form input, .mini-form textarea, .contact-form input, .contact-form textarea, .contact-form select { border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 10px 0; width: 100%; outline: 0; margin-bottom: 21px; color: var(--ink); }
.mini-form textarea { resize: vertical; min-height: 58px; }
.mini-form input:focus, .mini-form textarea:focus, .contact-form input:focus, .contact-form textarea:focus { border-color: var(--red); }

.page-hero { background: var(--yellow); padding: 82px 0 74px; border-bottom: 2px solid var(--ink); }
.page-hero h1 { font-size: clamp(66px, 12vw, 160px); line-height: .78; text-transform: uppercase; margin: 20px 0 0; max-width: 980px; }
.page-hero p { max-width: 480px; margin: 28px 0 0; font-size: 17px; line-height: 1.5; }
.menu-page { background: var(--paper); }
.menu-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 50px 0 30px; flex-wrap: wrap; }
.filter-row { display: flex; gap: 8px; flex-wrap: wrap; }
.filter { border: 1px solid var(--ink); background: transparent; padding: 11px 15px; text-transform: uppercase; font-size: 10px; letter-spacing: .12em; font-weight: 700; }
.filter.active, .filter:hover { background: var(--ink); color: var(--yellow); }
.menu-note { color: #6c625a; font-size: 12px; }
.full-menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-bottom: 112px; }
.full-menu-grid .dish-card { min-height: 420px; }
.menu-intro-art { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; padding: 72px 0 0; }
.menu-intro-art img { width: 100%; height: 300px; object-fit: cover; }
.menu-intro-art .art-copy { background: var(--red); color: var(--paper); padding: 38px; display: flex; flex-direction: column; justify-content: center; }
.art-copy h2 { font-size: 48px; line-height: .9; text-transform: uppercase; margin: 0 0 15px; }
.art-copy p { font-size: 14px; line-height: 1.5; margin: 0; }

.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 75px 0 110px; }
.services-grid.single { grid-template-columns: 1fr; max-width: 780px; margin: 0 auto; }
.service-card { min-height: 570px; position: relative; overflow: hidden; color: var(--paper); display: flex; align-items: end; padding: 36px; background-size: cover; background-position: center; }
.service-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,21,20,.88), transparent 64%); }
.service-card.delivery { background-image: url('assets/delivery-banner.jpg'); }
.service-content { position: relative; z-index: 1; }
.service-content h2 { font-size: clamp(48px, 6vw, 80px); text-transform: uppercase; line-height: .82; margin: 10px 0 17px; }
.service-content p { max-width: 370px; font-size: 14px; line-height: 1.5; }
.service-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.service-detail { border-top: 1px solid currentColor; padding-top: 9px; font-size: 11px; text-transform: uppercase; font-weight: 700; }
.service-lower { background: var(--blue); color: var(--paper); padding: 100px 0; }
.service-lower h2 { max-width: 700px; font-size: clamp(46px, 7vw, 93px); line-height: .85; text-transform: uppercase; margin: 17px 0 32px; }
.service-lower p { max-width: 440px; line-height: 1.6; }

.contact-page { background: var(--cream); padding: 80px 0 112px; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; margin-top: 65px; }
.contact-info h2 { font-size: 46px; line-height: .9; text-transform: uppercase; margin: 15px 0 22px; }
.contact-info > p { line-height: 1.6; max-width: 320px; font-size: 14px; }
.contact-list { margin-top: 40px; display: grid; gap: 24px; }
.contact-list div { display: grid; gap: 5px; }
.contact-list strong { text-transform: uppercase; font-size: 10px; letter-spacing: .14em; }
.contact-list a, .contact-list span { font-size: 17px; }
.contact-form { background: var(--paper); border: 1px solid var(--ink); padding: clamp(24px, 5vw, 55px); }
.contact-form h2 { font-size: 35px; text-transform: uppercase; line-height: .9; margin: 0 0 29px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 7px; }
.contact-form textarea { min-height: 100px; resize: vertical; }
.success-box { background: var(--yellow); border: 1px solid var(--ink); padding: 17px; font-weight: 700; line-height: 1.35; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }

.footer { background: var(--ink); color: var(--paper); padding: 72px 0 28px; }
.footer-top { display: flex; justify-content: space-between; gap: 45px; padding-bottom: 74px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 54px; height: 54px; flex: none; }
.footer-brand .brand-word { font-size: 32px; color: var(--yellow); }
.footer-note { max-width: 260px; font: 500 28px/.95 var(--display); letter-spacing: -.05em; margin: 0; }
.footer-links { display: flex; gap: 68px; }
.footer-links div { display: grid; align-content: start; gap: 11px; }
.footer-links strong { font-size: 10px; color: var(--yellow); letter-spacing: .15em; text-transform: uppercase; margin-bottom: 5px; }
.footer-links a, .footer-links span { font-size: 13px; color: #d8d0c2; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { border-top: 1px solid #49423a; padding-top: 19px; display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; color: #e4dccb; letter-spacing: .02em; }
.footer-bottom a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.footer-bottom a:hover { color: var(--paper); }

.modal-backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(23,21,20,.72); display: grid; place-items: center; padding: 20px; animation: fade .2s ease; }
.modal { width: min(520px, 100%); background: var(--paper); border: 2px solid var(--ink); padding: 31px; position: relative; animation: pop .25s ease; }
.modal-close { position: absolute; right: 14px; top: 14px; border: 1px solid var(--ink); background: transparent; height: 30px; width: 30px; border-radius: 50%; }
.modal h2 { font: 700 42px/.85 var(--display); text-transform: uppercase; margin: 14px 30px 12px 0; }
.modal p { font-size: 14px; line-height: 1.5; margin: 0 0 22px; }
.modal input, .modal select { width: 100%; border: 1px solid var(--ink); padding: 13px; background: transparent; margin-bottom: 12px; outline: none; }
.modal .button { width: 100%; margin-top: 6px; }
.modal-cart { max-height: 86vh; overflow-y: auto; }
.quantity { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; font-weight: 700; }
.quantity > div { display: flex; align-items: center; gap: 14px; }
.quantity b { min-width: 16px; text-align: center; }

.cart-list { display: grid; gap: 14px; margin: 22px 0; padding: 0; list-style: none; }
.cart-item { display: grid; grid-template-columns: 56px 1fr auto; gap: 13px; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.cart-item img { width: 56px; height: 56px; object-fit: cover; border: 1px solid var(--ink); }
.cart-item-name { font: 700 15px var(--display); text-transform: uppercase; line-height: 1.1; margin: 0 0 4px; }
.cart-item-price { font-size: 12px; color: #6c625a; }
.cart-item-controls { display: flex; align-items: center; gap: 10px; }
.cart-item-controls .circle-button { height: 28px; width: 28px; }
.cart-item-controls b { min-width: 14px; text-align: center; font-size: 13px; }
.cart-remove { border: 0; background: transparent; color: var(--red); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 4px 0; justify-self: end; }
.cart-remove:hover { text-decoration: underline; }
.cart-empty { text-align: center; padding: 30px 0; color: #6c625a; }
.cart-empty .button { margin-top: 16px; }
.cart-subtotal { display: flex; justify-content: space-between; align-items: center; font: 700 16px var(--display); text-transform: uppercase; border-top: 2px solid var(--ink); padding-top: 16px; margin-bottom: 18px; }

.toast { position: fixed; z-index: 60; right: 22px; bottom: 22px; background: var(--yellow); color: var(--ink); border: 1px solid var(--ink); padding: 15px 19px; font-weight: 700; font-size: 13px; animation: slide .3s ease; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes pop { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes slide { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.hidden { display: none !important; }

@media (max-width: 800px) {
  .container { width: min(100% - 34px, 620px); }
  .nav { height: 70px; }
  .brand img { width: 36px; height: 36px; }
  .brand-word { font-size: 22px; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 70px; padding: 22px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 19px; margin: 0; }
  .nav-links.open { display: flex; }
  .nav-actions { margin-left: auto; }
  .menu-toggle { display: grid; }
  .hero { min-height: 780px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding: 69px 0 10px; }
  .hero-art { min-height: 370px; align-items: start; }
  .hero-photo { width: 68%; margin-left: 14%; border-width: 7px; box-shadow: 9px 9px 0 var(--ink); }
  .hero-burst { width: 91px; height: 91px; right: 4%; top: 0; font-size: 9px; }
  .hero-tag { bottom: 5%; left: 0; font-size: 10px; }
  .section { padding: 75px 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading p { margin-top: 22px; }
  .dish-grid, .full-menu-grid { grid-template-columns: 1fr; }
  .dish-card, .dish-card:first-child, .full-menu-grid .dish-card { min-height: 395px; }
  .dish-card img, .dish-card:first-child img { height: 245px; }
  .split-feature { grid-template-columns: 1fr; }
  .split-photo { min-height: 350px; }
  .split-copy { padding: 62px 24px 70px; }
  .contact-band, .contact-layout, .menu-intro-art { grid-template-columns: 1fr; gap: 38px; }
  .contact-band h2 { max-width: 430px; }
  .services-grid { grid-template-columns: 1fr; padding: 45px 0 75px; }
  .service-card { min-height: 520px; }
  .contact-page { padding: 65px 0 78px; }
  .contact-layout { margin-top: 42px; gap: 48px; }
  .footer-top { display: grid; grid-template-columns: 1fr 1fr; padding-bottom: 50px; }
  .footer-note { grid-column: 1 / -1; grid-row: 1; margin-bottom: 25px; }
  .footer-links { display: contents; }
  .footer-links div:last-child { grid-column: 2; }
  .footer-bottom { display: grid; gap: 10px; }
}
@media (max-width: 430px) {
  .nav-actions .lang { display: none; }
  .hero-title { font-size: 62px; }
  .hero-sub { font-size: 15px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .service-details { grid-template-columns: 1fr; gap: 16px; }
  .service-card { min-height: 470px; padding: 24px; }
}
