:root {
  --green: #2e6b45;
  --green-deep: #17452d;
  --green-soft: #a5c3a1;
  --cream: #f6f2e9;
  --white: #ffffff;
  --ink: #111111;
  --muted: #6d716c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Montserrat", "Avenir Next", Avenir, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.hero { min-height: 100svh; color: var(--white); background: radial-gradient(circle at 78% 35%, rgba(165,195,161,.24), transparent 28%), linear-gradient(135deg, var(--green-deep) 0%, var(--green) 70%, #3f8157 100%); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; right: -210px; top: -180px; }
.nav { height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 28px; position: relative; z-index: 5; }
.brand { width: 172px; height: 78px; overflow: hidden; display: block; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.navLinks { display: flex; align-items: center; gap: 34px; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.navLinks a { opacity: .78; transition: opacity .2s ease; }
.navLinks a:hover { opacity: 1; }
.navButton, .primaryButton, .lightButton { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.navButton { border: 1px solid rgba(255,255,255,.45); }
.navButton:hover, .lightButton:hover, .primaryButton:hover { transform: translateY(-2px); }
.heroInner { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; min-height: calc(100svh - 166px); padding: 54px 0 112px; position: relative; z-index: 2; }
.heroCopy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; font-size: .71rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--green); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; }
h1 { max-width: 720px; font-size: clamp(3.7rem, 6.8vw, 6.3rem); line-height: .91; }
h1 em, h2 em { color: var(--green-soft); font-weight: 400; }
.heroText { max-width: 600px; margin: 28px 0 0; color: rgba(255,255,255,.8); font-size: 1.02rem; line-height: 1.75; }
.heroActions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.primaryButton { background: var(--white); color: var(--green-deep); gap: 28px; box-shadow: 0 10px 30px rgba(7,34,19,.18); }
.textButton { display: inline-flex; gap: 10px; align-items: center; font-size: .82rem; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 5px; }
.heroNotes { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 42px; font-size: .69rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.heroNotes span::before { content: "✓"; margin-right: 8px; color: var(--green-soft); }
.heroVisual { min-height: 520px; position: relative; display: flex; align-items: center; justify-content: center; }
.heroVisual img { position: relative; z-index: 2; width: 116%; max-width: 710px; aspect-ratio: 4 / 3; object-fit: cover; clip-path: circle(42% at 52% 50%); filter: drop-shadow(0 34px 32px rgba(3,24,12,.4)); }
.heroHalo { position: absolute; width: 450px; height: 450px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.stamp { position: absolute; z-index: 3; top: 72px; right: 0; width: 112px; height: 112px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(8deg); }
.stamp strong { font: 700 .66rem/1.2 Georgia, serif; letter-spacing: .13em; }
.stamp span { font-size: .48rem; letter-spacing: .18em; margin-top: 4px; }
.heroBadge { position: absolute; z-index: 4; bottom: 60px; left: 18px; background: var(--cream); color: var(--green-deep); padding: 16px 22px; border-radius: 4px; box-shadow: 0 16px 40px rgba(5,35,17,.28); }
.heroBadge span { display: block; margin-bottom: 4px; font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--green); }
.heroBadge strong { font: 500 1.25rem Georgia, serif; }
.marquee { position: absolute; z-index: 4; bottom: 0; left: 0; width: 100%; background: var(--cream); color: var(--green-deep); border-bottom: 1px solid #ded9cd; overflow: hidden; white-space: nowrap; }
.marquee div { display: flex; justify-content: space-around; align-items: center; min-width: 1180px; height: 58px; font-size: .68rem; font-weight: 800; letter-spacing: .17em; }
.marquee i { color: var(--green-soft); font-style: normal; }

.menuSection { padding: 120px 0 130px; background: var(--cream); }
.sectionHeading { display: flex; justify-content: space-between; gap: 70px; align-items: end; margin-bottom: 52px; }
.sectionHeading h2, .storyCopy h2, .orderCard h2 { font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: 1.02; }
.sectionHeading h2 em { color: var(--green); }
.sectionHeading > p { max-width: 405px; margin: 0 0 8px; color: var(--muted); font-size: .96rem; line-height: 1.75; }
.burgerGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.burgerCard { display: flex; flex-direction: column; background: var(--white); border: 1px solid #e3ded4; transition: transform .3s ease, box-shadow .3s ease; }
.burgerCard:hover { transform: translateY(-7px); box-shadow: 0 20px 50px rgba(37,62,43,.12); }
.burgerCard.featured { border-color: var(--green-soft); }
.cardImage { aspect-ratio: 4 / 3; background: var(--green-deep); position: relative; overflow: hidden; }
.cardImage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(0,0,0,.18)); pointer-events: none; }
.cardImage img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.burgerCard:hover .cardImage img { transform: scale(1.035); }
.cardImage > span { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 9px 12px; background: rgba(246,242,233,.93); color: var(--green-deep); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cardBody { display: flex; flex: 1; flex-direction: column; padding: 25px 25px 28px; }
.cardTitle { display: flex; align-items: baseline; gap: 12px; }
.cardTitle p { margin: 0; color: var(--green); font-size: .66rem; font-weight: 800; }
.cardTitle h3 { margin: 0; font: 500 1.9rem Georgia, serif; letter-spacing: -.03em; }
.cardBody > p:not(.cardFriesNote) { min-height: 72px; margin: 14px 0 20px; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.cardPriceList { margin-top: auto; border-top: 1px solid #e5e0d7; }
.cardPriceList a { display: grid; grid-template-columns: 1fr auto 18px; align-items: center; gap: 10px; min-height: 50px; border-bottom: 1px solid #e5e0d7; color: var(--green); transition: background .2s ease, padding .2s ease; }
.cardPriceList a:hover { background: rgba(46,107,69,.05); padding-inline: 8px; }
.cardPriceList a span { font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cardPriceList a strong { color: var(--green-deep); font: 500 1.25rem Georgia, serif; }
.cardPriceList a i { font-style: normal; text-align: right; }
.cardFriesNote { display: flex; align-items: center; gap: 8px; margin: 18px 0 0; color: var(--muted); font-size: .61rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.cardFriesNote span { color: var(--green); }

.storySection { padding: 125px 0; background: #153e29; color: var(--white); overflow: hidden; }
.storyGrid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.storyMark { aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-content: center; text-align: center; position: relative; }
.storyMark::before, .storyMark::after { content: ""; position: absolute; border: 1px solid rgba(165,195,161,.35); border-radius: 50%; inset: 7%; }
.storyMark::after { inset: 18%; }
.storyMark span { font: italic 8rem/1 Georgia, serif; color: var(--green-soft); }
.storyMark p { margin: 0; font-size: .61rem; font-weight: 800; line-height: 1.65; letter-spacing: .2em; text-transform: uppercase; }
.storyCopy > p:not(.eyebrow) { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 1rem; line-height: 1.85; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 42px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.values div { display: grid; gap: 8px; }
.values strong { color: var(--green-soft); font: 500 1rem Georgia, serif; }
.values span { font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.orderSection { padding: 32px; background: var(--cream); }
.orderCard { min-height: 390px; padding: 70px 74px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; background: var(--green); color: var(--white); position: relative; overflow: hidden; }
.orderCard::after { content: "B"; position: absolute; right: -30px; bottom: -155px; font: italic 24rem/1 Georgia, serif; color: rgba(255,255,255,.06); }
.orderAction { position: relative; z-index: 2; }
.orderAction p { margin: 0 0 26px; color: rgba(255,255,255,.78); font-size: .95rem; line-height: 1.75; }
.orderAction .orderPhone { margin: -12px 0 24px; color: var(--white); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lightButton { width: fit-content; background: var(--white); color: var(--green-deep); gap: 28px; }
footer { background: var(--cream); }
.footerInner { min-height: 155px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid #dcd7cd; }
.footerBrand { width: 150px; height: 64px; }
.footerBrand img { filter: none; }
.footerInner p { margin: 0; color: var(--muted); font-size: .68rem; letter-spacing: .05em; }
.creatorCredit { min-height: 48px; display: flex; align-items: center; justify-content: center; border-top: 1px solid #e5e0d7; }
.creatorCredit p { margin: 0; color: #8a8d88; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.creatorCredit strong { color: var(--green); font-weight: 800; }

@media (max-width: 920px) {
  .navLinks { display: none; }
  .heroInner { grid-template-columns: 1fr; padding-top: 36px; }
  .heroCopy { max-width: 700px; }
  .heroVisual { min-height: 430px; margin-top: -20px; }
  .heroVisual img { width: min(700px, 118%); }
  .stamp { right: 6%; top: 20px; }
  .heroBadge { left: 8%; bottom: 25px; }
  .sectionHeading { align-items: start; flex-direction: column; gap: 24px; }
  .burgerGrid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }
  .cardBody > p:not(.cardFriesNote) { min-height: auto; }
  .storyGrid { grid-template-columns: 1fr; gap: 70px; }
  .storyMark { width: min(440px, 100%); margin-inline: auto; }
  .orderCard { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav { height: 88px; }
  .brand { width: 142px; height: 62px; }
  .navButton { min-height: 44px; padding: 0 16px; font-size: .66rem; }
  .heroInner { min-height: auto; padding: 64px 0 110px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .heroText { font-size: .92rem; }
  .heroActions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .heroNotes { display: grid; gap: 10px; }
  .heroVisual { min-height: 340px; margin-top: 8px; }
  .heroHalo { width: 310px; height: 310px; }
  .stamp { width: 84px; height: 84px; right: 0; }
  .heroBadge { bottom: 10px; left: 0; }
  .menuSection { padding: 88px 0 92px; }
  .sectionHeading h2, .storyCopy h2, .orderCard h2 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .storySection { padding: 90px 0; }
  .storyGrid { gap: 52px; }
  .storyMark span { font-size: 6rem; }
  .values { grid-template-columns: 1fr; gap: 20px; }
  .values div { grid-template-columns: 32px 1fr; align-items: center; }
  .orderSection { padding: 14px; }
  .orderCard { width: 100%; padding: 54px 28px; min-height: 410px; }
  .footerInner { padding: 35px 0; flex-direction: column; text-align: center; }
  .creatorCredit { min-height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
