:root { --paper: #fdfae9; --sheet: #f7f4e3; --ink: #34341b; --muted: #48473e; --gold: #735c00; --yellow: #fed65b; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.5 Manrope, sans-serif; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
button { cursor: pointer; font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: Newsreader, Georgia, serif; font-weight: 400; }
h2 { font-size: 48px; line-height: 1.1; }
h3 { font-size: 24px; line-height: 1.3; }
.home-nav { position: absolute; inset: 0 0 auto; z-index: 2; display: flex; align-items: center; gap: 32px; padding: 24px 32px; background: rgba(253,250,233,.8); backdrop-filter: blur(6px); border-bottom: 1px solid #34341b1a; }
.home-nav>a>img { display: block; width: 186px; height: 30px; }
.home-nav nav { display: flex; gap: 24px; font: 18px Newsreader, serif; color: #735C00; }
.language-toggle { display: flex; align-items: center; margin-left: auto; border: 1px solid #c9c7ba; border-radius: 12px; padding: 2px 8px; }
.language-toggle button { background: none; border: 0; padding: 8px 5px; font-size: 14px; color: var(--muted); }
.language-toggle button[aria-pressed="true"] { color: var(--gold); font-weight: 700; }
.language-toggle span { opacity: .3; }
.hero { min-height: 921px; display: flex; align-items: center; padding: 200px 32px 110px; background: url("assets/home-hero.png") center/cover no-repeat; color: var(--paper); }
.hero-content { width: 100%; max-width: 1472px; margin: auto; }
.hero h1 { max-width: 900px; font-size: clamp(60px,8.28vw,106px); line-height: 1.2; letter-spacing: -.025em; font-style: italic; font-weight: 300; font-synthesis: none; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--yellow); font-weight: inherit; }
.hero p { max-width: 576px; margin-top: 30px; font-size: 20px; line-height: 1.625; color: #e6e3d2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 17px 32px; background: var(--gold); color: white; font-size: 14px; font-weight: 700; letter-spacing: .1em; }
.button.outline { background: transparent; border: 1px solid #fdfae94d; color: var(--paper); }
.section-wrap { max-width: 1536px; margin: auto; padding-left: 32px; padding-right: 32px; }
.promotions { padding-top: 96px; padding-bottom: 64px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 64px; }
.section-heading p { max-width: 448px; margin-top: 16px; color: var(--muted); }
.carousel-controls { display: flex; gap: 16px; }
.carousel-controls button { background: transparent; border: 1px solid #c9c7ba; border-radius: 12px; width: 38px; height: 40px; font-size: 24px; }
.promo-grid { display: flex; gap: 32px; overflow: hidden; }
.promo-grid.is-moving { transition: transform 520ms cubic-bezier(.22,.61,.36,1); }
.promo-card { background: var(--sheet); padding: 8px; min-width: 0; }
.promo-card { flex: 0 0 calc((100% - 64px) / 3); }
.promo-card.highlighted { background: #f1eedd; border: 1px solid #735c004d; }
.promo-image { position: relative; }
.promo-image img { display: block; width: 100%; height: auto; }
.badge { position: absolute; top: 16px; left: 16px; background: var(--gold); color: white; text-transform: uppercase; font-size: 10px; letter-spacing: .1em; padding: 4px 12px; font-weight: 700; }
.badge-0, .badge-4 { background: var(--gold); }
.badge-1, .badge-2 { background: #502811; }
.badge-3 { background: #34341B; }
.badge-5 { background: #34341B; }
.promo-copy { padding: 24px 16px; text-align: center; }
.promo-copy p { margin-top: 8px; font-size: 14px; line-height: 1.45; color: var(--muted); }
.variety { padding-top: 48px; padding-bottom: 96px; }
.center-heading { text-align: center; margin-bottom: 80px; }
.center-heading p { max-width: 520px; margin: 32px auto 0; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.category { display: flex; flex-direction: column; min-width: 0; }
.category.reverse { flex-direction: column-reverse; }
.category img { width: 100%; height: auto; display: block; }
.category-label { background: #ebe9d8; min-height: 256px; display: grid; place-content: center; padding: 24px; text-align: center; }
.category-label h3 { font-size: 20px; max-width: 170px; }
.orders-section { background: var(--sheet); padding: 96px 0; }
.orders-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 24px; }
.delivery, .boxes { min-height: 400px; padding: 48px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: var(--paper); background: var(--ink); }
.orders-grid h2 { font-size: 36px; }.orders-grid p { max-width: 384px; margin: 24px 0 32px; color: #e6e3d2; }
.delivery { position: relative; }
.take-away-icon { position: absolute; top: 24px; right: 24px; width: 48px; height: 73px; opacity: .2; pointer-events: none; }
.yellow { background: var(--yellow); color: #241a00; }
.boxes { background: #6b3e25 url("assets/home-boxes.png") center/cover no-repeat; justify-content: flex-end; }
.boxes h2 { font-size: 30px; }.boxes p { font-size: 14px; margin: 16px 0 24px; }.boxes small { color: var(--yellow); letter-spacing: .1em; font-size: 12px; }
.home-footer { padding: 64px 48px 32px; background: var(--ink); color: var(--paper); }
.footer-content { display: flex; gap: 80px; padding: 48px 32px; border-top: 1px solid #4b4b30; }
.footer-content>img { width: 98px; height: 193px; object-fit: contain; }
.footer-content h2 { color: var(--yellow); font-size: 24px; margin-bottom: 24px; }
.footer-content a, .footer-content p { display: block; font-size: 14px; line-height: 1.8; color: #fdfae9cc; }
.copyright { border-top: 1px solid #4b4b304d; padding-top: 20px; text-align: center; font-size: 10px; text-transform: uppercase; letter-spacing: 2px; opacity: .5; }
@media (max-width: 800px) {
  .home-nav { padding: 18px 20px; gap: 20px; flex-wrap: wrap; }.home-nav>a>img { width: 149px; height: auto; }.home-nav nav { gap: 16px; }
  .hero { min-height: 740px; padding: 180px 24px 100px; }.hero h1 { font-size: clamp(34px,8.5vw,64px); line-height: 1.15; letter-spacing: -.02em; text-wrap: balance; }.hero p { font-size: 18px; }
  .section-wrap { padding-left: 24px; padding-right: 24px; }h2 { font-size: 38px; }
  .promotions, .orders-section { padding-top: 64px; padding-bottom: 64px; }.section-heading { margin-bottom: 36px; }
  .category-grid, .orders-grid { grid-template-columns: minmax(0,1fr); }
  .promo-grid { gap: 28px; }.promo-card { flex-basis: 100%; max-width: 480px; width: 100%; margin: auto; }
  .category, .category.reverse { flex-direction: column; }.category-label { min-height: 140px; }.category { max-width: 480px; width: 100%; margin: auto; }
  .variety { padding-bottom: 64px; }.center-heading { margin-bottom: 40px; }.delivery,.boxes { padding: 32px; min-height: 340px; }
  .footer-content { flex-direction: column; gap: 32px; padding: 32px 0; }.home-footer { padding: 40px 24px 24px; }
}
@media (max-width: 420px) {
  .home-nav { gap: 12px; padding: 16px; }.home-nav>a>img { width: 120px; height: auto; }.home-nav nav { font-size: 16px; gap: 12px; }.language-toggle { padding: 0 4px; }
  .hero-actions { gap: 12px; }.button { padding: 16px 20px; font-size: 12px; }.section-heading { align-items: flex-start; }.carousel-controls { gap: 6px; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }

.category-label .category-icon { width: auto; height: 28px; margin: 0 auto 18px; object-fit: contain; }
@media (max-width: 800px) {
  .hero { background-image: url("assets/home-hero-mobile.png"); }
  .hero h1 { font-weight: 400; }
  .promotions .carousel-controls { display: none; }
  .promotions .promo-grid { overflow-x: auto; overflow-y: hidden; gap: 16px; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; transform: none !important; transition: none !important; padding-bottom: 4px; }
  .promotions .promo-grid::-webkit-scrollbar { display: none; }
  .promotions .promo-card { flex: 0 0 82%; max-width: 360px; margin: 0; scroll-snap-align: start; }
  .promotions .promo-copy { padding: 20px 12px; }
  .delivery h2 { font-size: 28px; padding-right: 28px; }
  .delivery .take-away-icon { width: 32px; height: auto; top: 20px; right: 20px; }
}
