@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Nunito+Sans:wght@500;600;700;800;900&display=swap");

:root {
  --cream: #fff8e8;
  --paper: #f7e9cb;
  --yellow: #f4b41a;
  --red: #e9472b;
  --brown: #2b1710;
  --white: #fffdf7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--brown);
  font-family: "Nunito Sans", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  height: 100px;
  padding: 0 clamp(24px, 4vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,248,232,.92);
  border-bottom: 1px solid rgba(43,23,16,.09);
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(12px);
}
.brand, .footer-brand {
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(25px, 2.5vw, 39px);
  font-weight: 800;
  letter-spacing: -1.5px;
}
.brand b, .footer-brand b { color: var(--red); }
.brand i { color: var(--yellow); font-style: normal; font-size: 22px; vertical-align: top; }
nav { display: flex; gap: clamp(24px, 4vw, 66px); font-weight: 800; }
nav a { position: relative; }
nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -8px;
  height: 3px; border-radius: 3px; background: var(--red);
  transition: right .25s ease;
}
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.mini-order {
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--red); font-size: 25px;
  box-shadow: 0 7px 0 #bf321e;
}

.hero {
  min-height: calc(100vh - 100px);
  display: grid;
  grid-template-columns: 46% 54%;
  position: relative;
  overflow: hidden;
  padding-left: clamp(24px, 5vw, 86px);
  background:
    radial-gradient(rgba(43,23,16,.055) .7px, transparent .7px) 0 0/8px 8px,
    var(--cream);
}
.hero-copy { align-self: center; z-index: 3; padding: 64px 24px 76px 0; }
.eyebrow {
  color: var(--red); text-transform: uppercase; letter-spacing: .18em;
  font-size: 13px; font-weight: 900;
}
.hero h1 {
  margin: 18px 0 22px;
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(70px, 7.7vw, 126px);
  line-height: .76;
  letter-spacing: -.065em;
  font-weight: 800;
}
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 strong { color: var(--red); font-weight: inherit; }
.hero-copy p { max-width: 520px; font-size: 19px; line-height: 1.55; font-weight: 600; opacity: .78; }
.primary-button {
  margin-top: 22px;
  background: var(--red); color: white;
  min-width: 320px; height: 74px; border-radius: 40px;
  display: inline-flex; align-items: center; justify-content: space-between;
  padding: 0 30px; font-size: 20px; font-weight: 900;
  box-shadow: 0 9px 0 #bd321e;
  transition: transform .2s ease, box-shadow .2s ease;
}
.primary-button span { font-size: 36px; line-height: 1; transition: transform .2s ease; }
.primary-button:hover { transform: translateY(-4px); box-shadow: 0 13px 0 #bd321e; }
.primary-button:hover span { transform: translateX(8px); }

.hero-visual { position: relative; min-height: 680px; }
.sun-shape {
  position: absolute; inset: 3% -12% -12% 3%;
  background: var(--yellow);
  border-radius: 48% 52% 0 32%;
  transform: rotate(-3deg);
}
.photo-frame {
  position: absolute; left: 7%; right: 8%; top: 19%; bottom: 13%;
  border-radius: 52% 48% 39% 42%;
  overflow: hidden;
  transform: rotate(1.5deg);
  box-shadow: 0 32px 70px rgba(80,42,0,.25);
  border: 12px solid rgba(255,248,232,.4);
  animation: burger-in .7s ease-out both;
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03) rotate(-1.5deg); }
.rating-card, .delivery-card {
  position: absolute; right: 3%;
  width: 142px; min-height: 145px;
  border-radius: 26px; background: rgba(255,253,247,.96);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 14px 30px rgba(87,44,0,.17);
  z-index: 4;
}
.rating-card { top: 23%; transform: rotate(2deg); }
.delivery-card { bottom: 13%; transform: rotate(-2deg); }
.rating-card > span, .delivery-card > span { color: var(--red); font-size: 25px; }
.rating-card strong, .delivery-card strong { font-family: "Baloo 2"; font-size: 34px; line-height: 1; }
.rating-card small, .delivery-card small { font-size: 12px; font-weight: 800; opacity: .55; margin-top: 6px; }
.spark { position: absolute; color: var(--red); font-size: 52px; font-weight: 900; }
.spark-one { left: 46%; bottom: 6%; transform: rotate(12deg); }
.spark-two { left: 5%; bottom: 5%; color: var(--yellow); letter-spacing: -8px; }

.menu-section { padding: 110px clamp(24px, 6vw, 100px) 130px; background: var(--white); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 55px; }
.section-heading h2, .campaign h2, .about h2 {
  font-family: "Baloo 2"; font-weight: 800; letter-spacing: -.04em;
  font-size: clamp(50px, 6vw, 86px); line-height: .92; margin: 12px 0 0;
}
.section-heading p { max-width: 420px; font-size: 18px; line-height: 1.6; opacity: .7; }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.menu-card { border-radius: 36px; padding: 30px; min-height: 430px; position: relative; overflow: hidden; }
.menu-card.red { background: var(--red); color: white; }
.menu-card.yellow { background: var(--yellow); }
.menu-card.brown { background: var(--brown); color: white; }
.menu-number { font-weight: 900; opacity: .5; }
.burger-mark { font-size: 80px; text-align: center; margin: 20px 0; filter: drop-shadow(0 12px 6px rgba(0,0,0,.15)); }
.menu-card h3 { font: 800 32px "Baloo 2"; margin: 0; }
.menu-card p { min-height: 54px; line-height: 1.5; opacity: .8; margin: 4px 0 28px; }
.menu-bottom { display: flex; justify-content: space-between; align-items: center; }
.menu-bottom strong { font: 800 28px "Baloo 2"; }
.menu-bottom button {
  border: 0; width: 52px; height: 52px; border-radius: 50%; background: var(--white);
  color: var(--brown); font-size: 32px; cursor: pointer; transition: transform .2s ease;
}
.menu-bottom button:hover { transform: rotate(90deg) scale(1.08); }

.campaign {
  margin: 30px clamp(24px, 6vw, 100px) 120px;
  padding: clamp(40px, 6vw, 90px);
  background: var(--yellow);
  border-radius: 52px;
  display: flex; justify-content: space-between; align-items: center;
  position: relative; overflow: hidden;
}
.campaign::after {
  content: ""; width: 480px; height: 480px; border: 70px solid var(--red);
  border-radius: 50%; position: absolute; right: -150px; top: -180px; opacity: .9;
}
.campaign p { font-size: 19px; font-weight: 700; }
.campaign > div:first-child > strong { display: block; font: 800 52px "Baloo 2"; margin: 18px 0; }
.campaign a { display: inline-block; background: var(--brown); color: white; border-radius: 30px; padding: 16px 26px; font-weight: 900; }
.campaign-badge { z-index: 2; width: 240px; height: 240px; border-radius: 50%; background: var(--cream); display: flex; align-items: center; justify-content: center; transform: rotate(8deg); box-shadow: 0 18px 0 rgba(43,23,16,.12); }
.campaign-badge b { font: 800 100px "Baloo 2"; color: var(--red); line-height: 1; }
.campaign-badge span { font-weight: 900; line-height: 1.1; }

.about { padding: 120px clamp(24px, 8vw, 140px); background: var(--brown); color: white; display: grid; grid-template-columns: .7fr 1.2fr 1fr; align-items: center; gap: 70px; }
.about-stamp { width: 210px; height: 210px; border: 5px solid var(--yellow); border-radius: 50%; display: grid; place-content: center; text-align: center; font: 800 32px/0.8 "Baloo 2"; color: var(--yellow); transform: rotate(-8deg); }
.about-stamp span { font: 800 12px "Nunito Sans"; letter-spacing: .2em; margin-top: 14px; }
.about p { opacity: .7; line-height: 1.7; font-size: 17px; max-width: 580px; }
.facts { display: grid; gap: 24px; }
.facts div { border-bottom: 1px solid rgba(255,255,255,.17); padding-bottom: 20px; display: flex; justify-content: space-between; align-items: baseline; }
.facts b { font: 800 30px "Baloo 2"; color: var(--yellow); }
.facts span { opacity: .7; }

footer { padding: 70px clamp(24px, 6vw, 100px) 30px; display: grid; grid-template-columns: 1.3fr 1fr 1fr auto; gap: 40px; align-items: start; }
footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
footer div > span { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 900; color: var(--red); }
footer div > a, footer div > p { margin: 0; font-weight: 800; }
.footer-order { padding: 14px 20px; border: 2px solid var(--brown); border-radius: 24px; font-weight: 900; }
footer small { grid-column: 1 / -1; border-top: 1px solid rgba(43,23,16,.15); padding-top: 25px; opacity: .5; }

@keyframes burger-in { from { opacity: 0; transform: translateY(18px) scale(.97) rotate(1.5deg); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

@media (max-width: 900px) {
  .site-header { height: 82px; }
  nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 0; }
  .hero-copy { padding: 60px 24px 24px; text-align: center; }
  .hero h1 { font-size: clamp(62px, 19vw, 100px); }
  .hero-copy p { margin-inline: auto; }
  .primary-button { min-width: min(100%, 340px); }
  .hero-visual { min-height: 560px; }
  .sun-shape { inset: 5% -20% -10%; border-radius: 48% 48% 0 0; }
  .photo-frame { left: 5%; right: 5%; top: 12%; bottom: 12%; }
  .rating-card, .delivery-card { width: 112px; min-height: 120px; right: 4%; }
  .rating-card { top: 6%; } .delivery-card { bottom: 5%; }
  .spark { display: none; }
  .section-heading { display: block; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 380px; }
  .campaign { display: block; text-align: center; }
  .campaign-badge { width: 170px; height: 170px; margin: 45px auto 0; }
  .about { grid-template-columns: 1fr; text-align: center; }
  .about-stamp { margin: auto; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer small { grid-column: 1; }
  .footer-order { justify-self: center; }
}

@media (max-width: 480px) {
  .brand { font-size: 25px; }
  .mini-order { width: 44px; height: 44px; }
  .hero-copy { padding-top: 42px; }
  .hero h1 { letter-spacing: -.075em; }
  .hero-visual { min-height: 440px; }
  .photo-frame { border-width: 7px; }
  .rating-card, .delivery-card { min-height: 98px; width: 92px; border-radius: 19px; }
  .rating-card strong, .delivery-card strong { font-size: 25px; }
  .rating-card small, .delivery-card small { font-size: 9px; }
  .menu-section { padding-top: 80px; }
  .campaign { border-radius: 34px; }
  .about { padding-block: 90px; }
}
