:root {
  --ink: #18221a;
  --green: #164f2b;
  --green-dark: #0e3b20;
  --red: #a82127;
  --red-dark: #7d1519;
  --gold: #efa719;
  --cream: #f7f1e4;
  --paper: #fffaf0;
  --white: #fffdf8;
  --line: rgba(24, 34, 26, 0.16);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); overflow-x: hidden; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.announcement { background: var(--green-dark); color: #f8df9a; text-align: center; padding: 8px 16px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.site-header { height: 86px; max-width: 1440px; margin: auto; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { width: 68px; height: 68px; display: flex; align-items: center; justify-content: center; }
.brand img { width: 64px; height: 64px; aspect-ratio: 1 / 1; object-fit: contain; transform: none; padding: 3px; background: #fff; border: 1px solid rgba(207, 147, 25, .7); border-radius: 15px; box-shadow: 0 5px 16px rgba(74, 42, 9, .12); }
nav { display: flex; gap: 38px; align-items: center; }
nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
nav a:hover { color: var(--red); }

.button { border: 0; border-radius: 999px; background: var(--red); color: white; min-height: 54px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; font-weight: 700; cursor: pointer; box-shadow: 0 8px 24px rgba(125, 21, 25, .18); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 12px 28px rgba(125, 21, 25, .25); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(239, 167, 25, .55); outline-offset: 3px; }
.button span { font-size: 18px; }
.button-small { min-height: 44px; padding: 0 21px; font-size: 14px; }

.hero { min-height: calc(100vh - 118px); max-width: 1440px; margin: auto; padding: 54px 5vw 34px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 5vw; position: relative; }
.hero-copy { max-width: 660px; position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--red); text-transform: uppercase; letter-spacing: .14em; font-weight: 700; font-size: 12px; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow > span { width: 32px; height: 1px; background: var(--red); }
h1, h2 { font-family: var(--serif); font-weight: 400; margin: 0; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(56px, 6.5vw, 94px); }
h1 em, h2 em { color: var(--red); font-weight: 400; }
.hero-lead { max-width: 580px; margin: 28px 0 32px; font-size: 18px; line-height: 1.7; color: #465048; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ink); padding: 6px 0; display: inline-flex; gap: 20px; }
.trust-row { margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-row div { display: flex; flex-direction: column; gap: 5px; }
.trust-row b { font-family: var(--serif); font-size: 24px; color: var(--green); font-weight: 400; }
.trust-row span { color: #6b736c; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }

.hero-visual { min-height: 650px; height: calc(100vh - 190px); max-height: 760px; position: relative; display: flex; justify-content: center; align-items: flex-end; }
.sun-disc { position: absolute; width: min(36vw, 570px); aspect-ratio: 1; border-radius: 50%; background: var(--gold); right: -4%; top: 1%; }
.sun-disc::before, .sun-disc::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; inset: 8%; }
.sun-disc::after { inset: 16%; }
.hero-product { width: min(31vw, 465px); max-height: 100%; object-fit: contain; position: relative; z-index: 1; filter: drop-shadow(0 28px 22px rgba(66, 15, 16, .22)); transform: rotate(1deg); }
.stamp { position: absolute; left: 0; top: 17%; width: 108px; height: 108px; border: 1px solid var(--red-dark); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--red-dark); font-size: 10px; line-height: 1.25; letter-spacing: .17em; transform: rotate(-10deg); z-index: 2; text-align: center; }
.stamp b { font-size: 15px; }
.floating-note { position: absolute; right: 0; bottom: 10%; background: var(--white); border-radius: 12px; padding: 16px 22px; z-index: 2; font-family: var(--serif); font-size: 22px; box-shadow: 0 12px 35px rgba(24,34,26,.14); }
.floating-note > span { color: var(--gold); }
.floating-note small { font-family: var(--sans); color: #6b736c; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.feature-ribbon { background: var(--green); color: white; padding: 22px 6vw; display: grid; grid-template-columns: repeat(4, 1fr); }
.feature-ribbon div { display: flex; align-items: center; justify-content: center; gap: 12px; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; border-right: 1px solid rgba(255,255,255,.2); }
.feature-ribbon div:last-child { border: 0; }
.feature-ribbon span { color: var(--gold); font-size: 20px; }

.section { max-width: 1440px; margin: auto; padding: 120px 6vw; }
.story { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 10vw; }
.story-visual { display: flex; align-items: stretch; max-height: 770px; }
.nutrition-card { width: 100%; min-height: 680px; overflow: hidden; border-radius: 240px 240px 22px 22px; padding: 74px 38px 36px; border: 1px solid rgba(168, 33, 39, .28); background: var(--red-dark); color: var(--white); display: flex; flex-direction: column; justify-content: space-between; box-shadow: inset 0 0 0 14px rgba(255,255,255,.06); }
.nutrition-card-head { text-align: center; }
.nutrition-card-head > span { color: #f4c45d; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.nutrition-card-head h3 { margin: 14px 0 4px; font-family: var(--serif); font-size: clamp(44px, 4.5vw, 68px); font-weight: 400; line-height: .88; letter-spacing: -.02em; }
.nutrition-card-head p { margin: 15px 0 0; color: #efc9c5; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.nutrition-list { margin: 34px 0 0; }
.nutrition-list div { display: flex; justify-content: space-between; gap: 22px; padding: 14px 4px; border-top: 1px solid rgba(255,255,255,.2); }
.nutrition-list div:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.nutrition-list dt { color: #f4deda; font-size: 13px; }
.nutrition-list dd { margin: 0; color: #fff; font-size: 14px; font-weight: 700; }
.vertical-note { writing-mode: vertical-rl; transform: rotate(180deg); margin: 0 0 0 16px; padding: 10px 0; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; color: #747a74; }
.story h2, .section-heading h2, .pack h2, .order-banner h2 { font-size: clamp(46px, 5.5vw, 78px); }
.large-copy { margin: 30px 0 38px; max-width: 650px; font-size: 18px; line-height: 1.75; color: #535c55; }
.detail-list { border-top: 1px solid var(--line); }
.detail-list article { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.detail-list article > span { color: var(--red); font-size: 12px; padding-top: 5px; }
.detail-list h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.detail-list p { margin: 0; color: #606862; line-height: 1.55; font-size: 14px; }

.occasions { padding-top: 40px; }
.section-heading { text-align: center; margin-bottom: 58px; }
.occasion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.occasion-card { aspect-ratio: 1.04; border-radius: 160px 160px 20px 20px; color: white; position: relative; overflow: hidden; background: var(--green-dark); box-shadow: 0 12px 30px rgba(24,34,26,.12); }
.occasion-card::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(12,20,14,.92) 0%, rgba(12,20,14,.2) 62%, rgba(12,20,14,.08) 100%); }
.card-red::before { background: linear-gradient(to top, rgba(83,10,15,.94) 0%, rgba(83,10,15,.2) 62%, rgba(83,10,15,.05) 100%); }
.card-gold::before { background: linear-gradient(to top, rgba(91,50,3,.94) 0%, rgba(91,50,3,.18) 62%, rgba(91,50,3,.04) 100%); }
.occasion-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card-red .occasion-photo { object-position: center; }
.card-gold .occasion-photo { object-position: 54% 68%; }
.card-green .occasion-photo { object-position: 58% 52%; }
.occasion-card:hover .occasion-photo { transform: scale(1.045); }
.card-number { position: absolute; z-index: 2; top: 30px; left: 30px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: grid; place-items: center; font-size: 12px; background: rgba(15,20,15,.18); backdrop-filter: blur(5px); }
.occasion-card div { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; }
.occasion-card p { margin: 0 0 5px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; opacity: .78; }
.occasion-card h3 { font-family: var(--serif); font-size: clamp(42px, 4vw, 64px); font-weight: 400; margin: 0; }

.pack { max-width: none; padding: 90px max(6vw, calc((100vw - 1260px)/2)); background: var(--green-dark); color: white; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 6vw; overflow: hidden; }
.pack-copy { max-width: 640px; position: relative; z-index: 2; }
.pack .section-kicker { color: #f1bb43; }
.pack h2 em { color: #f1bb43; }
.pack-copy > p:not(.section-kicker) { color: #cdd9d0; font-size: 17px; line-height: 1.75; max-width: 590px; }
.pack-sizes { list-style: none; padding: 0; margin: 36px 0; display: flex; gap: 12px; }
.pack-sizes li { width: 76px; height: 76px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); display: flex; align-items: baseline; justify-content: center; padding-top: 18px; }
.pack-sizes b { font-family: var(--serif); font-size: 28px; font-weight: 400; }
.pack-sizes span { font-size: 11px; margin-left: 3px; color: #dbe5dd; }
.button-light { background: var(--white); color: var(--green-dark); box-shadow: none; }
.button-light:hover { color: white; }
.pack-visual { min-height: 610px; display: grid; place-items: center; position: relative; }
.pack-visual::before { content: ""; width: 500px; height: 500px; max-width: 42vw; max-height: 42vw; position: absolute; border-radius: 50%; background: #f1bb43; }
.pack-visual img { max-height: 610px; position: relative; z-index: 1; filter: drop-shadow(0 28px 24px rgba(0,0,0,.28)); }
.grain-ring { position: absolute; right: -70px; top: 50px; color: rgba(255,255,255,.28); width: 190px; height: 190px; border: 1px solid currentColor; border-radius: 50%; padding: 35px; font-size: 11px; letter-spacing: .15em; line-height: 1.6; transform: rotate(13deg); }

.order-banner { background: #f0ad23; padding: 90px max(6vw, calc((100vw - 1260px)/2)); display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.order-banner .section-kicker { color: var(--red-dark); }
.order-banner h2 em { color: var(--red-dark); }
.order-banner-action { max-width: 380px; }
.order-banner-action p { line-height: 1.6; }
.button-gold { background: var(--red-dark); }

footer { background: #101a13; color: #d9e1db; padding: 65px max(6vw, calc((100vw - 1260px)/2)) 24px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; font-size: 13px; line-height: 1.7; }
.footer-brand img { width: 110px; height: 110px; aspect-ratio: 1 / 1; object-fit: contain; padding: 5px; background: #fff; border: 1px solid #d9a83e; border-radius: 22px; box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.footer-brand p { color: #9eaaa1; }
footer a { display: block; color: #d9e1db; text-decoration: none; }
.footer-title { color: #f1bb43; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.fssai-number { display: flex; flex-direction: column; gap: 2px; margin-top: 20px; }
.fssai-number span { color: #f1bb43; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.fssai-number strong { color: #fff; font-size: 16px; letter-spacing: .04em; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); margin-top: 22px; padding-top: 22px; display: flex; justify-content: space-between; color: #8e9b91; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.modal.is-open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(7, 18, 10, .75); backdrop-filter: blur(7px); }
.modal-panel { width: min(540px, 100%); position: relative; background: var(--paper); border-radius: 24px; padding: 44px 40px 40px; transform: translateY(20px); transition: transform .25s; }
.modal.is-open .modal-panel { transform: translateY(0); }
.modal-close { appearance: none; -webkit-appearance: none; position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 40px; min-width: 40px; max-width: 40px; height: 40px; min-height: 40px; max-height: 40px; aspect-ratio: 1; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; color: var(--ink); font-family: Arial, sans-serif; font-size: 25px; font-weight: 400; line-height: 1; }
.modal-head { padding-right: 40px; }
.modal-head .section-kicker { margin-bottom: 12px; }
.modal-head h2 { font-size: clamp(36px, 5vw, 52px); }
.modal-head > p:not(.section-kicker) { color: #606962; line-height: 1.55; margin: 14px 0; }
.amazon-badge { width: min(280px, calc(100% - 52px)); height: auto; margin: 0 0 26px; }
.amazon-order-link { width: 100%; margin-top: 16px; text-decoration: none; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { min-height: auto; padding-top: 70px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { height: 650px; min-height: 0; margin-top: 30px; }
  .sun-disc { width: 530px; right: 7%; }
  .hero-product { width: 430px; }
  .stamp { left: 8%; }
  .floating-note { right: 9%; }
  .story { gap: 7vw; padding-left: 4vw; padding-right: 4vw; }
  .pack { grid-template-columns: 1fr 1fr; }
  .pack-visual::before { width: 400px; height: 400px; }
  .pack-visual img { max-height: 540px; }
}

@media (max-width: 720px) {
  .announcement { font-size: 9px; }
  .site-header { height: 70px; padding: 0 18px; }
  .brand { width: 58px; height: 58px; }
  .brand img { width: 54px; height: 54px; border-radius: 13px; }
  .site-header .button { display: none; }
  .hero { display: flex; flex-direction: column; padding: 46px 20px 0; gap: 0; }
  .hero-copy { display: contents; }
  .eyebrow { order: 1; margin-bottom: 15px; align-self: stretch; }
  h1 { order: 2; font-size: clamp(48px, 14vw, 66px); }
  .hero-lead { order: 3; margin: 20px 0 24px; font-size: 16px; }
  .hero-actions { order: 4; align-self: stretch; }
  .hero-actions .button { min-width: 155px; }
  .hero-visual { order: 5; height: 500px; width: 100%; margin-top: 30px; }
  .sun-disc { width: 350px; max-width: 100%; right: 0; top: 3%; }
  .hero-product { width: 330px; max-width: 80vw; }
  .stamp { width: 82px; height: 82px; left: -2%; top: 18%; font-size: 8px; }
  .stamp b { font-size: 11px; }
  .floating-note { right: 0; bottom: 7%; padding: 12px 15px; font-size: 18px; }
  .trust-row { order: 6; align-self: stretch; margin-top: 16px; margin-bottom: 30px; }
  .trust-row b { font-size: 19px; }
  .trust-row span { font-size: 9px; }
  .feature-ribbon { padding: 15px 10px; grid-template-columns: 1fr 1fr; gap: 12px 0; }
  .feature-ribbon div { font-size: 9px; }
  .feature-ribbon div:nth-child(2) { border: 0; }
  .section { padding: 80px 20px; }
  .story { display: flex; flex-direction: column-reverse; gap: 55px; }
  .story-visual { height: 590px; width: 100%; }
  .nutrition-card { width: calc(100% - 24px); min-height: 590px; padding: 62px 30px 30px; }
  .nutrition-card-head h3 { font-size: 52px; }
  .nutrition-list div { padding: 11px 2px; }
  .story h2, .section-heading h2, .pack h2, .order-banner h2 { font-size: 48px; }
  .large-copy { font-size: 16px; }
  .occasions { padding-top: 10px; }
  .section-heading { text-align: left; margin-bottom: 38px; }
  .occasion-grid { grid-template-columns: 1fr; }
  .occasion-card { aspect-ratio: 1.35; border-radius: 160px 160px 18px 18px; }
  .occasion-card div { bottom: 24px; }
  .pack { padding: 75px 20px 50px; grid-template-columns: 1fr; }
  .pack-visual { min-height: 500px; margin-top: 20px; }
  .pack-visual::before { max-width: 100%; max-height: none; width: 360px; height: 360px; }
  .pack-visual img { max-height: 500px; }
  .grain-ring { display: none; }
  .order-banner { padding: 70px 20px; display: block; }
  .order-banner-action { margin-top: 28px; }
  footer { padding: 50px 20px 90px; grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { display: flex; }
  .modal { padding: 16px; align-items: center; }
  .modal-panel { width: 100%; border-radius: 24px; padding: 38px 20px 28px; }
  .modal-close { top: 14px; right: 14px; width: 42px; min-width: 42px; max-width: 42px; height: 42px; min-height: 42px; max-height: 42px; }
  .amazon-badge { width: min(220px, calc(100% - 64px)); margin-bottom: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Heritage-inspired visual language */
:root {
  --ink: #2c1b13;
  --green: #285331;
  --green-dark: #173c25;
  --red: #942526;
  --red-dark: #681718;
  --gold: #c99227;
  --cream: #f5ead1;
  --paper: #fff9e9;
  --white: #fffdf5;
  --line: rgba(96, 56, 27, .23);
  --serif: "Noto Serif", Georgia, serif;
  --sans: "Noto Sans", Arial, sans-serif;
}

body {
  min-height: 100%;
  font-weight: 500;
  background-color: var(--cream);
  background-image:
    radial-gradient(circle at 50% 0, transparent 20px, rgba(139, 79, 31, .13) 21px, rgba(139, 79, 31, .13) 22px, transparent 23px),
    radial-gradient(circle at 50% 100%, transparent 20px, rgba(139, 79, 31, .13) 21px, rgba(139, 79, 31, .13) 22px, transparent 23px),
    radial-gradient(circle at 0 50%, transparent 20px, rgba(148, 37, 38, .10) 21px, rgba(148, 37, 38, .10) 22px, transparent 23px),
    radial-gradient(circle at 100% 50%, transparent 20px, rgba(148, 37, 38, .10) 21px, rgba(148, 37, 38, .10) 22px, transparent 23px);
  background-size: 64px 64px;
}

.announcement {
  position: relative;
  padding: 9px 16px 10px;
  background: var(--red-dark);
  color: #f3d88c;
  border-bottom: 3px double #d7a53e;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .12em;
}

.announcement span { margin: 0 12px; color: #fff4cd; font-size: 8px; }

.site-header {
  height: 92px;
  position: relative;
  background: rgba(255, 249, 233, .92);
  border-bottom: 4px double rgba(151, 101, 35, .55);
}

.site-header::after {
  content: "◆  ❖  ◆";
  position: absolute;
  left: 50%;
  bottom: -9px;
  z-index: 2;
  padding: 0 12px;
  color: var(--red-dark);
  background: var(--cream);
  font-size: 10px;
  letter-spacing: .55em;
  transform: translateX(-50%);
}

.brand { width: 72px; height: 72px; }
.brand img {
  width: 68px;
  height: 68px;
  padding: 4px;
  border: 3px double var(--gold);
  border-radius: 50%;
  outline: 1px solid rgba(104, 23, 24, .32);
  outline-offset: 3px;
  box-shadow: 0 5px 18px rgba(78, 40, 14, .18);
}

nav a {
  position: relative;
  color: #41271b;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .025em;
}

nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -8px;
  height: 1px;
  background: var(--gold);
  transition: left .2s ease, right .2s ease;
}

nav a:hover::after { left: 0; right: 0; }

.button {
  min-height: 52px;
  border: 1px solid #d6a945;
  border-radius: 5px;
  background: linear-gradient(180deg, #a72d2f, var(--red-dark));
  box-shadow: 4px 4px 0 rgba(79, 37, 16, .16), inset 0 0 0 2px rgba(255,255,255,.08);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .035em;
}

.button:hover { background: linear-gradient(180deg, #7e2021, #501011); box-shadow: 5px 6px 0 rgba(79, 37, 16, .18); }
.button-small { min-height: 42px; font-size: 15px; }

.hero {
  min-height: calc(100vh - 127px);
  isolation: isolate;
  padding-top: 62px;
  background-color: #f8eed8;
  background-image:
    linear-gradient(90deg, rgba(255,249,233,.91) 0%, rgba(255,249,233,.78) 52%, rgba(245,225,181,.38) 100%),
    radial-gradient(circle at 50% 0, transparent 22px, rgba(126, 61, 30, .15) 23px, rgba(126, 61, 30, .15) 24px, transparent 25px),
    radial-gradient(circle at 0 50%, transparent 22px, rgba(148, 37, 38, .12) 23px, rgba(148, 37, 38, .12) 24px, transparent 25px);
  background-size: auto, 70px 70px, 70px 70px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 24px 2.4vw;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(154, 103, 38, .30);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.32);
}

.hero::after {
  content: "✦  ❈  ✦";
  position: absolute;
  left: 6vw;
  bottom: 35px;
  color: rgba(148, 37, 38, .52);
  font-size: 14px;
  letter-spacing: .55em;
}

.eyebrow, .section-kicker {
  color: var(--red-dark);
  font-family: var(--sans);
  letter-spacing: .18em;
}

.eyebrow > span { width: 42px; background: var(--gold); }

h1, h2 { letter-spacing: -.025em; font-weight: 700; line-height: 1.03; }
h1 { font-size: clamp(58px, 6.8vw, 98px); }
h1 em, h2 em { color: var(--red-dark); font-weight: 600; }
.hero-lead { color: #523f31; font-size: 18px; font-weight: 500; }

.text-link {
  border-bottom: 1px solid var(--gold);
  font-family: var(--serif);
  font-size: 17px;
}

.trust-row { border-top: 3px double rgba(148, 37, 38, .3); }
.trust-row b { color: var(--red-dark); font-weight: 600; }
.trust-row span { color: #614c3c; font-weight: 600; }

.sun-disc {
  background:
    radial-gradient(circle, #e9bd5d 0 42%, transparent 42.5%),
    repeating-conic-gradient(from 0deg, #c4861e 0 5deg, #efc866 5deg 10deg);
  border: 2px solid #b27318;
  box-shadow: 0 0 0 8px rgba(255, 248, 220, .72), 0 0 0 10px rgba(148, 37, 38, .18);
}

.sun-disc::before { inset: 10%; border: 2px dotted rgba(104, 23, 24, .42); }
.sun-disc::after { inset: 20%; border: 1px solid rgba(104, 23, 24, .35); }

.stamp {
  width: 116px;
  height: 116px;
  border: 3px double var(--red-dark);
  background: rgba(255, 249, 233, .78);
  box-shadow: 0 0 0 5px rgba(201, 146, 39, .2);
  font-family: var(--serif);
}

.stamp::before { content: "❖"; color: var(--gold); font-size: 16px; margin-bottom: 3px; }

.floating-note {
  border: 3px double rgba(168, 115, 32, .6);
  border-radius: 4px;
  background: rgba(255, 250, 235, .96);
  box-shadow: 8px 8px 0 rgba(104, 23, 24, .12);
}

.feature-ribbon {
  position: relative;
  padding: 26px 6vw;
  background:
    linear-gradient(rgba(20,54,33,.94), rgba(20,54,33,.94)),
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(255,255,255,.08) 12px 13px);
  border-top: 4px double #d3a33c;
  border-bottom: 4px double #d3a33c;
}

.feature-ribbon div { font-family: var(--serif); font-size: 15px; letter-spacing: .08em; }
.feature-ribbon span { color: #e4b94d; }

.section { position: relative; }
.story {
  max-width: none;
  padding-left: max(6vw, calc((100vw - 1260px)/2));
  padding-right: max(6vw, calc((100vw - 1260px)/2));
  background-color: rgba(255, 250, 237, .82);
  background-image:
    linear-gradient(45deg, rgba(148,37,38,.045) 25%, transparent 25%, transparent 75%, rgba(148,37,38,.045) 75%),
    linear-gradient(-45deg, rgba(139,79,31,.055) 25%, transparent 25%, transparent 75%, rgba(139,79,31,.055) 75%);
  background-position: 0 0, 26px 26px;
  background-size: 52px 52px;
}

.nutrition-card {
  border: 5px double #d3a33c;
  background:
    linear-gradient(rgba(104,23,24,.95), rgba(104,23,24,.95)),
    radial-gradient(circle at 50% 0, transparent 0 22px, rgba(255,255,255,.12) 23px 24px, transparent 25px) 0 0 / 52px 52px;
  box-shadow: inset 0 0 0 10px rgba(255,245,215,.08), 12px 14px 0 rgba(92,53,22,.10);
}

.nutrition-card-head > span, .pack .section-kicker { color: #e9c461; }
.nutrition-list div { border-color: rgba(239, 211, 143, .28); }
.nutrition-list dt { color: #f2dfbd; }

.section-kicker::before { content: "❖"; margin-right: 10px; color: var(--gold); }
.story h2, .section-heading h2, .pack h2, .order-banner h2 { font-weight: 700; }
.large-copy { color: #544032; font-weight: 500; }
.detail-list { border-top: 3px double var(--line); }
.detail-list article { border-bottom: 1px solid var(--line); }
.detail-list article > span { color: var(--gold); font-family: var(--serif); font-size: 15px; }
.detail-list h3 { color: var(--red-dark); font-size: 23px; font-weight: 700; }
.detail-list p { color: #514238; font-weight: 500; }

.occasions { padding-top: 75px; isolation: isolate; }
.occasions::before {
  content: "";
  position: absolute;
  inset: 32px 2.5vw;
  z-index: -1;
  pointer-events: none;
  border: 3px double rgba(148, 37, 38, .25);
  background-image:
    radial-gradient(circle at center, transparent 0 7px, rgba(153, 96, 30, .10) 8px, transparent 9px),
    radial-gradient(circle at center, rgba(148, 37, 38, .07) 0 2px, transparent 3px);
  background-size: 44px 44px;
  background-position: 0 0, 22px 22px;
}
.section-heading::after {
  content: "◆  ─────  ❖  ─────  ◆";
  display: block;
  margin-top: 30px;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .35em;
}

.occasion-grid { gap: 24px; }
.occasion-card {
  border: 4px double #d6aa4a;
  border-radius: 180px 180px 8px 8px;
  outline: 1px solid rgba(104, 23, 24, .24);
  outline-offset: 5px;
  box-shadow: 10px 12px 0 rgba(91, 53, 25, .12);
}

.occasion-card::after {
  content: "✦";
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  color: #f4d886;
  font-size: 17px;
}

.card-number { border: 3px double rgba(255,244,211,.75); background: rgba(72, 22, 16, .42); }
.occasion-card p { font-weight: 700; opacity: .92; }
.occasion-card h3 { font-weight: 700; }

.pack {
  border-top: 5px double #d4a23c;
  border-bottom: 5px double #d4a23c;
  background:
    linear-gradient(rgba(19,57,34,.95), rgba(19,57,34,.95)),
    repeating-radial-gradient(circle at 0 0, transparent 0 20px, rgba(241,187,67,.18) 21px 22px, transparent 23px 42px);
}
.pack-copy > p:not(.section-kicker) { color: #eff3e9; font-weight: 500; }

.pack-sizes li { border: 3px double rgba(237,203,125,.62); background: rgba(255,255,255,.04); }
.button-light { color: var(--red-dark); border-color: #d6aa4a; background: #fff8e8; }
.pack-visual::before {
  border: 4px double #7d4b0f;
  background:
    radial-gradient(circle, #edc662 0 46%, transparent 46.5%),
    repeating-conic-gradient(#c18420 0 6deg, #edc55f 6deg 12deg);
  box-shadow: 0 0 0 10px rgba(255,250,220,.13);
}

.order-banner {
  position: relative;
  color: #fff8e8;
  border-bottom: 5px double #d3a33c;
  background:
    linear-gradient(90deg, rgba(104,23,24,.97), rgba(126,30,30,.93)),
    radial-gradient(circle at 1px 1px, #efc660 1px, transparent 1.5px) 0 0 / 20px 20px;
}

.order-banner::before, .order-banner::after {
  content: "❖";
  position: absolute;
  top: 50%;
  color: rgba(239, 198, 96, .45);
  font-size: 38px;
  transform: translateY(-50%);
}

.order-banner::before { left: 2vw; }
.order-banner::after { right: 2vw; }
.order-banner .section-kicker, .order-banner h2 em { color: #f0c966; }
.order-banner-action p { color: #f3ddc1; font-weight: 500; }
.button-gold { background: linear-gradient(180deg, #e0ae42, #b7791d); color: #3c1c11; border-color: #ffe1a0; }
.button-gold:hover { background: linear-gradient(180deg, #ecc25e, #c38a27); color: #32150c; }

footer {
  border-top: 1px solid #f0c45d;
  background:
    linear-gradient(rgba(30,34,23,.97), rgba(30,34,23,.97)),
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(239,198,96,.08) 18px 19px);
}
footer { font-weight: 500; }

.footer-brand img {
  border: 4px double #d7aa47;
  border-radius: 50%;
  outline: 1px solid rgba(255,244,208,.25);
  outline-offset: 4px;
}

.footer-title, .fssai-number span { color: #e2ba57; }
.footer-contact { display: flex; flex-direction: column; gap: 2px; margin-top: 20px; }
.footer-contact span { color: #e2ba57; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-contact a { width: fit-content; color: #fff; font-size: 16px; font-weight: 600; letter-spacing: .04em; }

.modal-backdrop { background: rgba(35, 16, 10, .82); }
.modal-panel {
  border: 5px double #c79332;
  border-radius: 8px;
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at center, transparent 0 8px, rgba(130,80,32,.08) 9px, transparent 10px),
    radial-gradient(circle at center, rgba(148,37,38,.055) 0 2px, transparent 3px);
  background-size: 38px 38px;
  background-position: 0 0, 19px 19px;
  box-shadow: 12px 14px 0 rgba(30, 12, 7, .22);
}

.modal-close { border: 2px solid var(--gold); border-radius: 50%; background: #fff8e8; }


.open-order { min-width: 138px; letter-spacing: .025em; }

.pack-visual::before { content: none; }

.hero-visual {
  align-items: stretch;
  padding-block: 24px 18px;
}

.product-stage {
  width: auto;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 1452 / 1863;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.product-stage .hero-product {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-stage .stamp {
  left: -58px;
  top: 42px;
}

.product-stage .floating-note {
  right: -68px;
  bottom: 58px;
}

@media (min-width: 721px) and (max-width: 980px) {
  .hero-visual { margin-top: 12px; padding-block: 22px 16px; }
  .product-stage { max-width: min(72vw, 520px); }
  .product-stage .stamp { left: -56px; top: 42px; }
  .product-stage .floating-note { right: -66px; bottom: 58px; }
}

@media (max-width: 720px) {
  .announcement { font-size: 9px; letter-spacing: .07em; }
  .announcement span { margin: 0 5px; }
  .site-header { height: 76px; }
  .site-header::after { bottom: -8px; font-size: 8px; }
  .brand { width: 58px; height: 58px; }
  .brand img { width: 54px; height: 54px; border-radius: 50%; }
  .hero { padding-top: 54px; }
  .hero::before { inset: 18px 10px 12px; }
  .hero::after { display: none; }
  h1 { font-size: clamp(50px, 14vw, 68px); }
  .hero-lead { font-size: 17px; }
  .hero-visual { height: 480px; margin-top: 10px; padding-block: 18px 12px; }
  .product-stage { width: auto; max-width: 100%; }
  .product-stage .hero-product { max-width: 100%; }
  .product-stage .stamp { left: -12px; top: 34px; }
  .product-stage .floating-note { right: -10px; bottom: 48px; }
  .stamp { width: 86px; height: 86px; }
  .stamp::before { font-size: 11px; }
  .feature-ribbon { padding: 18px 10px; }
  .feature-ribbon div { font-size: 11px; }
  .story { padding-left: 20px; padding-right: 20px; }
  .nutrition-card { border-width: 4px; }
  .section-heading::after { letter-spacing: .14em; }
  .occasion-card { border-radius: 180px 180px 7px 7px; outline-offset: 3px; box-shadow: 6px 7px 0 rgba(91,53,25,.12); }
  .order-banner::before, .order-banner::after { display: none; }
  .modal-panel { border-width: 4px; border-radius: 10px; }
}
