:root {
  --leaf: #0b2e22;
  --deep: #061a14;
  --turmeric: #f4b83a;
  --chilli: #b83b1b;
  --cream: #fff8e8;
  --muted: #ebddc0;
  --green: #25d366;
  --ink: #172019;
  --radius: 16px;
  --shadow: 0 18px 44px rgba(3, 20, 14, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Manrope", sans-serif; line-height: 1.55; }
body::selection { background: var(--turmeric); color: var(--deep); }
a { color: inherit; text-underline-offset: .22em; }
img { display: block; max-width: 100%; }
svg { width: 1.5rem; height: 1.5rem; flex: 0 0 auto; }
:focus-visible { outline: 3px solid var(--turmeric); outline-offset: 4px; }

.topbar { position: absolute; inset: 0 0 auto; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(18px, 4vw, 48px); color: white; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { width: 48px; height: 48px; border-radius: 50%; box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: .95rem; }
.brand small { color: rgba(255,255,255,.72); font-size: .65rem; }
.call-link { display: flex; align-items: center; gap: 6px; min-height: 42px; padding: 0 15px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; text-decoration: none; font-size: .82rem; font-weight: 700; }

.hero { position: relative; min-height: max(720px, 100svh); display: grid; align-items: center; overflow: hidden; color: white; background: var(--deep); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 18%, rgba(244,184,58,.2), transparent 25%), linear-gradient(145deg, #0e3b2c 0%, var(--deep) 58%); }
.hero-orbit { position: absolute; width: min(68vw, 760px); aspect-ratio: 1; right: -22vw; top: 70px; border: 1px solid rgba(244,184,58,.25); border-radius: 50%; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(244,184,58,.14); border-radius: 50%; }
.hero-orbit::before { inset: 12%; }
.hero-orbit::after { inset: 26%; }
.hero-content { position: relative; z-index: 2; width: min(760px, 100%); padding: 104px clamp(20px, 6vw, 72px) 82px; }
.availability { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: rgba(255,255,255,.82); font-size: .74rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.availability span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
h1, h2 { font-family: "Bodoni Moda", serif; letter-spacing: -.035em; line-height: .98; text-wrap: balance; }
h1 { max-width: 11ch; margin: 0; font-size: clamp(3.15rem, 10vw, 6rem); }
h1 em { color: var(--turmeric); font-style: normal; }
.hero-copy { max-width: 42ch; margin: 22px 0; color: rgba(255,255,255,.84); font-size: clamp(.98rem, 2vw, 1.12rem); }
.offer-ticket { width: fit-content; display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 12px; margin: 24px 0; padding: 10px 14px; border-top: 1px dashed rgba(255,255,255,.45); border-bottom: 1px dashed rgba(255,255,255,.45); }
.offer-ticket span, .offer-ticket small { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.offer-ticket strong { color: var(--turmeric); font-size: 1.65rem; font-variant-numeric: tabular-nums; }
.offer-ticket small { grid-column: 1 / -1; color: rgba(255,255,255,.66); }
.whatsapp-primary { display: flex; align-items: center; gap: 13px; width: min(100%, 410px); min-height: 68px; padding: 12px 16px; border-radius: 14px; color: #062614; background: #32de72; text-decoration: none; box-shadow: 0 14px 34px rgba(0,0,0,.24); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.whatsapp-primary:hover { transform: translateY(-2px); background: #3cec7c; box-shadow: 0 18px 38px rgba(0,0,0,.29); }
.whatsapp-primary > svg:first-child { width: 34px; height: 34px; }
.whatsapp-primary span { display: grid; font-size: 1rem; font-weight: 800; line-height: 1.25; }
.whatsapp-primary small { font-size: .7rem; font-weight: 600; opacity: .72; }
.whatsapp-primary .arrow { margin-left: auto; }
.hero-dishes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; width: min(100%, 520px); margin: 0 0 24px; animation: serve-in .9s .1s cubic-bezier(.16,1,.3,1) both; }
.hero-dishes figure { position: relative; min-width: 0; aspect-ratio: 1.45 / 1; margin: 0; overflow: hidden; border-radius: 12px; background: #173d30; box-shadow: 0 12px 28px rgba(0,0,0,.25); }
.hero-dishes img { position: absolute; inset: 0 auto 0 0; width: 300%; max-width: none; height: 100%; object-fit: fill; }
.hero-dishes figure:nth-child(1) img { left: 0; }
.hero-dishes figure:nth-child(2) img { left: -100%; }
.hero-dishes figure:nth-child(3) img { left: -200%; }
.hero-dishes figcaption { position: absolute; inset: auto 0 0; padding: 22px 8px 8px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.85)); font-size: .72rem; font-weight: 800; text-align: center; }
.hero-proof { position: absolute; inset: auto 0 0; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); background: rgba(5,26,19,.9); }
.hero-proof span { padding: 15px 7px; color: rgba(255,255,255,.78); text-align: center; font-size: .72rem; }
.hero-proof span + span { border-left: 1px solid rgba(255,255,255,.14); }
.hero-proof strong { display: block; color: white; font-size: .9rem; }

section { padding: 78px clamp(20px, 6vw, 80px); }
.section-heading { display: grid; gap: 18px; max-width: 1040px; margin: 0 auto 34px; }
.section-heading h2, .event-copy h2, .booking h2, .trust h2, .contact h2 { margin: 0; font-size: clamp(2.5rem, 7vw, 5.1rem); }
.section-heading p { max-width: 48ch; margin: 0; color: #58645b; }
.meal-story { background: var(--cream); }
.meal-visual { max-width: 1180px; margin: 0 auto; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--leaf); }
.meal-visual img { width: 100%; aspect-ratio: 2.45 / 1; object-fit: cover; }
.meal-visual figcaption { display: grid; grid-template-columns: repeat(3, 1fr); color: white; }
.meal-visual figcaption span { padding: 15px 18px; font-weight: 800; }
.meal-visual figcaption span + span { border-left: 1px solid rgba(255,255,255,.14); }
.meal-visual figcaption small { display: block; color: var(--muted); font-size: .68rem; font-weight: 500; }

.plans { color: white; background: var(--deep); }
.section-heading.inverse p { color: rgba(255,255,255,.65); }
.plan-list { max-width: 1040px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.2); }
.plan-row { display: grid; grid-template-columns: minmax(170px, .8fr) 1.5fr auto; gap: 30px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.plan-row > div { display: flex; align-items: center; gap: 12px; }
.plan-row h3 { margin: 0; font-size: 1.35rem; }
.plan-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--turmeric); }
.plan-row p { margin: 0; color: rgba(255,255,255,.66); font-size: .92rem; }
.plan-row a { color: var(--turmeric); font-size: .84rem; font-weight: 800; text-decoration: none; }
.plan-row.featured { position: relative; }
.plan-row.featured small { padding: 4px 8px; border-radius: 999px; color: var(--deep); background: var(--turmeric); font-size: .58rem; font-weight: 800; text-transform: uppercase; }

.events { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 660px; padding: 0; background: #efe5cf; }
.event-photo { min-height: 520px; background: url('./assets/indian-feast-hero.webp') center 64% / cover no-repeat; }
.event-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(24px, 6vw, 86px); }
.event-copy p { max-width: 48ch; margin: 24px 0; color: #536057; }
.event-copy ul { display: grid; gap: 10px; margin: 0 0 26px; padding: 0; list-style: none; }
.event-copy li { display: flex; align-items: center; gap: 9px; font-weight: 700; }
.event-copy li svg { color: var(--chilli); }
.text-link { width: fit-content; color: var(--leaf); font-weight: 800; text-decoration-thickness: 2px; text-decoration-color: var(--turmeric); }

.booking { background: var(--turmeric); }
.booking > h2, .steps { max-width: 1040px; margin-left: auto; margin-right: auto; }
.booking h2 { max-width: 15ch; margin-bottom: 42px; color: var(--deep); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.steps div { padding: 12px 30px 12px 0; }
.steps div + div { padding-left: 30px; border-left: 1px solid rgba(6,26,20,.3); }
.steps strong { display: block; margin-bottom: 7px; font-size: 1.05rem; }
.steps p { margin: 0; color: rgba(6,26,20,.72); font-size: .88rem; }

.trust { display: grid; grid-template-columns: .65fr 1.35fr; gap: 72px; align-items: end; background: var(--cream); }
.rating { display: flex; align-items: end; gap: 16px; color: var(--chilli); }
.rating strong { font-family: "Bodoni Moda", serif; font-size: clamp(4.5rem, 10vw, 8rem); line-height: .72; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.rating span { color: #59645c; font-size: .74rem; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.trust h2 { max-width: 15ch; }
.trust p { max-width: 54ch; color: #59645c; }

.contact { color: white; text-align: center; background: var(--leaf); }
.contact h2 { color: var(--turmeric); }
.contact > p { margin: 18px auto 28px; color: rgba(255,255,255,.76); }
.whatsapp-primary.final { margin: 0 auto; text-align: left; }
.phone-number { display: block; width: fit-content; margin: 26px auto 14px; color: white; font-size: 1.35rem; font-weight: 800; text-decoration-color: var(--turmeric); }
address { color: rgba(255,255,255,.62); font-style: normal; font-size: .82rem; }

footer { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; padding: 22px clamp(20px, 6vw, 80px) 96px; color: var(--muted); background: var(--deep); font-size: .74rem; }
footer strong { color: white; }
footer small { color: rgba(255,255,255,.45); }
.sticky-whatsapp { position: fixed; right: 16px; bottom: 16px; z-index: 20; display: flex; align-items: center; gap: 8px; min-height: 52px; padding: 0 18px; border-radius: 999px; color: #062614; background: var(--green); text-decoration: none; font-size: .82rem; font-weight: 800; box-shadow: 0 12px 32px rgba(0,0,0,.28); }

@keyframes serve-in { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
@media (min-width: 800px) {
  .section-heading { grid-template-columns: 1.3fr .7fr; align-items: end; }
}
@media (max-width: 900px) {
  .hero { min-height: max(760px, 100svh); align-items: center; }
  .hero-content { padding: 82px 20px 70px; }
  .hero-dishes { width: min(100%, 420px); margin-bottom: 18px; }
  .hero-dishes figure { aspect-ratio: 1.6 / 1; }
  h1 { font-size: clamp(2.75rem, 7vw, 3.5rem); line-height: .94; }
  .availability { margin-bottom: 14px; }
  .hero-copy { margin: 12px 0; font-size: .95rem; }
  .offer-ticket { margin: 12px 0; padding-block: 7px; }
}
@media (max-width: 760px) {
  section { padding-top: 62px; padding-bottom: 62px; }
  .meal-visual img { aspect-ratio: 1.05 / 1; object-position: center; }
  .meal-visual figcaption span { padding: 12px 8px; text-align: center; font-size: .76rem; }
  .meal-visual figcaption small { font-size: .56rem; }
  .plan-row { grid-template-columns: 1fr auto; gap: 12px 16px; }
  .plan-row p { grid-column: 1 / -1; grid-row: 2; }
  .plan-row a { grid-column: 2; grid-row: 1; }
  .plan-row.featured small { display: none; }
  .events { grid-template-columns: 1fr; }
  .event-photo { min-height: 430px; }
  .steps { grid-template-columns: 1fr; }
  .steps div { padding: 18px 0; border-top: 1px solid rgba(6,26,20,.28); }
  .steps div + div { padding-left: 0; border-left: 0; }
  .trust { grid-template-columns: 1fr; gap: 42px; }
  footer { grid-template-columns: 1fr; text-align: center; }
}
@media (max-width: 390px) {
  .topbar { padding-inline: 14px; }
  .brand small { display: none; }
  .call-link { padding-inline: 12px; }
  .hero-content { padding: 88px 17px 76px; }
  h1 { font-size: 2.72rem; }
  .hero-dishes { gap: 7px; margin-bottom: 14px; }
  .hero-dishes figcaption { padding: 16px 4px 5px; font-size: .7rem; }
  .hero-proof span { font-size: .55rem; }
  .hero-proof strong { font-size: .78rem; }
  .whatsapp-primary { min-height: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
