/* Jayshree Masala — brand system */
:root {
  --red-950: #4a0d0d;
  --red-900: #651313;
  --red-800: #7a1717;
  --red-700: #98231f;
  --red-600: #b63127;
  --gold-600: #d89b18;
  --gold-500: #edb42d;
  --gold-300: #f6d77c;
  --green-900: #263f2c;
  --green-700: #456243;
  --cream-100: #fffaf0;
  --cream-200: #f7efdf;
  --cream-300: #eee0c8;
  --white: #fffdf8;
  --ink: #2b201a;
  --muted: #75685f;
  --border: rgba(64, 39, 28, 0.14);

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --container: 1320px;
  --header-height: 88px;

  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 30px;
  --radius-xl: 46px;
  --shadow-sm: 0 10px 30px rgba(68, 35, 23, 0.08);
  --shadow-md: 0 24px 70px rgba(68, 35, 23, 0.14);
  --shadow-pack: drop-shadow(0 28px 22px rgba(52, 25, 12, 0.24));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-100);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.is-locked,
body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

address {
  font-style: normal;
}

:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 4px;
}

::selection {
  color: var(--white);
  background: var(--red-700);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(88px, 9vw, 148px);
}

.section--cream {
  background: var(--cream-200);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--red-900);
  border-radius: var(--radius-sm);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--gold-300);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 28px;
  height: 2px;
  background: currentColor;
}

.eyebrow--dark {
  color: var(--red-700);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 24px;
  color: var(--white);
  background: var(--red-700);
  border: 1px solid var(--red-700);
  border-radius: 999px;
  font-size: 0.87rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  cursor: pointer;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms var(--ease), box-shadow 220ms ease;
}

.button:hover {
  color: var(--red-900);
  background: var(--gold-500);
  border-color: var(--gold-500);
  box-shadow: 0 12px 26px rgba(175, 91, 25, 0.2);
  transform: translateY(-2px);
}

.button--small {
  min-height: 46px;
  padding: 12px 20px;
}

.button--light {
  color: var(--red-900);
  background: var(--cream-100);
  border-color: var(--cream-100);
}

.button--light:hover {
  color: var(--red-900);
  background: var(--gold-300);
  border-color: var(--gold-300);
}

.button--wide {
  width: 100%;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  color: var(--cream-100);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 180ms ease, border-color 180ms ease, gap 180ms ease;
}

.text-link:hover {
  gap: 13px;
  color: var(--gold-300);
  border-color: var(--gold-300);
}

.text-link--dark {
  color: var(--red-700);
  border-color: rgba(152, 35, 31, 0.35);
}

.section-heading {
  margin-bottom: clamp(48px, 6vw, 78px);
}

.section-heading h2,
.about-copy h2,
.why-top h2,
.story-title h2,
.showcase h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5vw, 5.15rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.99;
}

h1 em,
h2 em {
  color: var(--red-700);
  font-weight: 500;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 80px;
}

.section-heading--split > p {
  max-width: 440px;
  margin: 0 0 8px auto;
  color: var(--muted);
  font-size: 1.03rem;
}

.section-heading--center {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading--center > p:last-child {
  max-width: 610px;
  margin: 24px auto 0;
  color: var(--muted);
}

/* Header */
.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--header-height);
  background: rgba(255, 250, 240, 0.88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: height 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  height: 76px;
  background: rgba(255, 253, 248, 0.96);
  border-color: var(--border);
  box-shadow: 0 8px 28px rgba(60, 25, 15, 0.07);
}

.header-accent {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--red-700);
}

.nav-shell {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.brand-seal {
  position: relative;
  display: grid;
  width: 47px;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  color: var(--gold-300);
  background: var(--red-700);
  border: 2px solid var(--gold-500);
  border-radius: 50% 50% 46% 46%;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 0 0 3px var(--red-700), inset 0 0 0 4px rgba(255, 255, 255, 0.35);
}

.brand-seal::after {
  position: absolute;
  content: "";
  top: 3px;
  right: 7px;
  width: 8px;
  height: 4px;
  background: var(--gold-300);
  border-radius: 100% 0 100% 0;
  transform: rotate(-25deg);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 1.34rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-copy span {
  margin-top: 5px;
  color: var(--red-700);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.1vw, 34px);
}

.nav-link {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #4f4139;
  font-size: 0.82rem;
  font-weight: 700;
}

.nav-link::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--red-700);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--ease);
}

.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 50%;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  transition: transform 220ms ease, opacity 180ms ease;
}

/* Hero */
.hero {
  position: relative;
  min-height: min(940px, 100svh);
  padding-top: calc(var(--header-height) + 60px);
  overflow: hidden;
  color: var(--cream-100);
  background:
    radial-gradient(circle at 76% 49%, rgba(239, 180, 45, 0.24) 0, rgba(239, 180, 45, 0) 34%),
    linear-gradient(110deg, var(--red-950) 0%, var(--red-800) 52%, #9f2b22 100%);
}

.hero::before {
  position: absolute;
  content: "";
  z-index: 0;
  inset: auto -10% -40% 35%;
  height: 68%;
  background: rgba(255, 220, 124, 0.11);
  border-radius: 50% 50% 0 0;
  transform: rotate(-10deg);
}

.hero-grain,
.showcase-grain,
.contact-grain {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0.15;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.45) 0 0.7px, transparent 0.9px),
    radial-gradient(circle at 75% 65%, rgba(255, 255, 255, 0.34) 0 0.6px, transparent 0.8px);
  background-position: 0 0, 8px 10px;
  background-size: 13px 13px, 17px 17px;
  mix-blend-mode: soft-light;
}

.hero-orb {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orb--one {
  width: 400px;
  height: 400px;
  top: 18%;
  left: -260px;
}

.hero-orb--two {
  width: 140px;
  height: 140px;
  right: 5%;
  bottom: 17%;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 20px;
}

.hero-copy {
  max-width: 680px;
  padding-block: 36px 80px;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-family: var(--font-display);
  font-size: clamp(4rem, 6.7vw, 7.7rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.89;
}

.hero h1 em {
  color: var(--gold-300);
}

.hero-intro {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(255, 250, 240, 0.78);
  font-size: clamp(1rem, 1.3vw, 1.13rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.hero .button {
  color: var(--red-950);
  background: var(--gold-500);
  border-color: var(--gold-500);
}

.hero .button:hover {
  background: var(--cream-100);
  border-color: var(--cream-100);
}

.hero-place {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 42px;
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.85rem;
  font-weight: 600;
}

.hero-place small {
  display: block;
  color: rgba(255, 250, 240, 0.48);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.place-pin {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.place-pin::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  left: 50%;
  background: var(--gold-300);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hero-stage {
  position: relative;
  height: 650px;
  align-self: end;
}

.hero-sun {
  position: absolute;
  z-index: 0;
  width: min(570px, 90%);
  aspect-ratio: 1;
  top: 44%;
  left: 53%;
  background: radial-gradient(circle at 42% 38%, #f6d771 0, #dda31d 48%, #b76a14 100%);
  border-radius: 50%;
  box-shadow: 0 60px 100px rgba(51, 9, 5, 0.35);
  transform: translate(-50%, -50%);
}

.sun-ring {
  position: absolute;
  border: 1px solid rgba(255, 249, 222, 0.45);
  border-radius: 50%;
}

.sun-ring--one {
  inset: 7%;
}

.sun-ring--two {
  inset: 16%;
}

.hero-pack {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  left: 50%;
  width: 39%;
  filter: var(--shadow-pack);
  transform-origin: bottom center;
}

.hero-pack img {
  width: 100%;
  height: auto;
}

.hero-pack--main {
  z-index: 4;
  width: 36%;
  transform: translateX(-50%) rotate(-1deg);
  animation: pack-float 5.5s ease-in-out infinite;
}

.hero-pack--left {
  z-index: 2;
  left: 19%;
  width: 31%;
  bottom: 18px;
  transform: rotate(-10deg) translateX(-8%);
}

.hero-pack--right {
  z-index: 3;
  left: auto;
  right: 8%;
  width: 31%;
  bottom: 14px;
  transform: rotate(9deg) translateX(5%);
}

@keyframes pack-float {
  0%, 100% { transform: translateX(-50%) translateY(0) rotate(-1deg); }
  50% { transform: translateX(-50%) translateY(-12px) rotate(0.5deg); }
}

.spice-dot {
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(44, 13, 6, 0.2);
}

.spice-dot--one {
  width: 15px;
  height: 15px;
  top: 22%;
  left: 20%;
  background: var(--gold-300);
}

.spice-dot--two {
  width: 9px;
  height: 9px;
  top: 32%;
  right: 9%;
  background: #7aa35e;
}

.spice-dot--three {
  width: 11px;
  height: 11px;
  right: 15%;
  bottom: 22%;
  background: #ef6c42;
}

.hero-note {
  position: absolute;
  z-index: 6;
  top: 18%;
  right: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 17px;
  color: var(--red-950);
  background: rgba(255, 250, 240, 0.94);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  transform: rotate(3deg);
}

.hero-note strong {
  color: var(--red-700);
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.hero-note span {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-ticker {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--red-950);
  background: var(--gold-500);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.ticker-track {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  padding-inline: 28px;
  white-space: nowrap;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ticker-track i {
  width: 7px;
  height: 7px;
  background: var(--red-700);
  border-radius: 50%;
}

/* Range */
.range-intro {
  background: var(--cream-100);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.category-card {
  position: relative;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(26px, 3vw, 40px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  transition: transform 280ms var(--ease), box-shadow 280ms ease;
}

.category-card::before {
  position: absolute;
  content: "";
  width: 210px;
  height: 210px;
  right: -80px;
  bottom: -100px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.18;
  transition: transform 380ms var(--ease);
}

.category-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-8px);
}

.category-card:hover::before {
  transform: scale(1.22);
}

.category-card--red {
  color: var(--cream-100);
  background: linear-gradient(145deg, var(--red-800), var(--red-950));
}

.category-card--gold {
  color: var(--red-950);
  background: linear-gradient(145deg, #f5c956, #df9915);
}

.category-card--green {
  color: var(--cream-100);
  background: linear-gradient(145deg, #4b6847, var(--green-900));
}

.category-number {
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  opacity: 0.7;
}

.category-card p {
  margin-bottom: 7px;
  font-size: 0.8rem;
  opacity: 0.72;
}

.category-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.5vw, 2.7rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
}

.round-arrow {
  position: absolute;
  right: 28px;
  bottom: 27px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.2rem;
  opacity: 0.72;
  transition: background 220ms ease, color 220ms ease, transform 220ms var(--ease);
}

.category-card:hover .round-arrow {
  color: var(--red-950);
  background: var(--cream-100);
  transform: rotate(-45deg);
}

/* Featured products */
.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.featured-card {
  position: relative;
  min-height: 650px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(72, 39, 20, 0.08);
  border-radius: var(--radius-xl);
  box-shadow: 0 14px 44px rgba(77, 38, 17, 0.08);
}

.featured-card::after {
  position: absolute;
  content: "";
  width: 330px;
  height: 330px;
  top: 64px;
  left: 50%;
  background: rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  transform: translateX(-50%);
}

.featured-card--chilli {
  background: linear-gradient(160deg, #f5c8bc, #ef9b86);
}

.featured-card--turmeric {
  background: linear-gradient(160deg, #f8e5a5, #e7bf43);
}

.featured-card--coriander {
  background: linear-gradient(160deg, #d7e4b5, #a6bd74);
}

.featured-index {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 32px;
  color: rgba(53, 28, 16, 0.45);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.featured-card picture {
  position: absolute;
  z-index: 2;
  width: 60%;
  height: 420px;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}

.featured-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 20px rgba(63, 32, 12, 0.22));
  transition: transform 420ms var(--ease);
}

.featured-card:hover img {
  transform: translateY(-11px) rotate(1deg) scale(1.025);
}

.featured-card__copy {
  position: absolute;
  z-index: 3;
  right: 34px;
  bottom: 34px;
  left: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(58, 31, 20, 0.24);
}

.featured-card__copy p {
  margin-bottom: 7px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.featured-card__copy h3 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.7vw, 2.9rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.product-trigger {
  padding: 0 0 4px;
  color: var(--red-900);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(101, 19, 19, 0.4);
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
}

.product-trigger:hover {
  border-color: var(--red-900);
}

/* About */
.about {
  background: var(--white);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(460px, 0.98fr) minmax(420px, 0.82fr);
  align-items: center;
  gap: clamp(70px, 9vw, 140px);
}

.about-visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 40%, rgba(247, 218, 133, 0.25), transparent 34%),
    var(--green-900);
  border-radius: 220px 220px var(--radius-lg) var(--radius-lg);
}

.about-visual::before,
.about-visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
}

.about-visual::before {
  width: 530px;
  height: 530px;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}

.about-visual::after {
  width: 420px;
  height: 420px;
  top: 103px;
  left: 50%;
  transform: translateX(-50%);
}

.about-pack {
  position: absolute;
  z-index: 2;
  bottom: 80px;
  width: 45%;
  filter: var(--shadow-pack);
}

.about-pack img {
  width: 100%;
  height: auto;
}

.about-pack--back {
  left: 12%;
  transform: rotate(-8deg);
}

.about-pack--front {
  z-index: 3;
  right: 12%;
  transform: rotate(6deg);
}

.about-caption {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 22px 28px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(15, 34, 21, 0.76);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.about-copy h2 {
  margin-bottom: 35px;
}

.about-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.about-copy .about-lead {
  color: var(--ink) !important;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 1.9vw, 1.65rem);
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 34px 0 26px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.about-points div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.about-points strong {
  color: var(--red-700);
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.about-points span {
  color: var(--muted);
  font-size: 0.86rem;
}

/* Why */
.why {
  color: var(--cream-100);
  background:
    radial-gradient(circle at 90% 0, rgba(237, 180, 45, 0.14), transparent 30%),
    linear-gradient(130deg, var(--red-950), var(--red-800));
  overflow: hidden;
}

.why::after {
  position: absolute;
  content: "J";
  right: -2vw;
  bottom: -15vw;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--font-display);
  font-size: 54vw;
  font-weight: 700;
  line-height: 1;
}

.why .container {
  position: relative;
  z-index: 1;
}

.why-top {
  max-width: 900px;
  margin-bottom: 70px;
}

.why-top h2 em {
  color: var(--gold-300);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.benefit-card {
  position: relative;
  min-height: 350px;
  padding: 40px 30px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.benefit-card:last-child {
  border-right: 0;
}

.benefit-card::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--gold-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms var(--ease);
}

.benefit-card:hover::after {
  transform: scaleX(1);
}

.benefit-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: var(--gold-300);
  border: 1px solid rgba(246, 215, 124, 0.45);
  border-radius: 50%;
  font-size: 1.4rem;
}

.benefit-number {
  position: absolute;
  top: 40px;
  right: 30px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.benefit-card h3 {
  margin: 64px 0 15px;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.1;
}

.benefit-card p {
  margin: 0;
  color: rgba(255, 250, 240, 0.65);
  font-size: 0.92rem;
}

/* Editorial spice story */
.spice-story {
  background: var(--cream-200);
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(460px, 1.2fr);
  gap: clamp(70px, 10vw, 160px);
}

.story-title {
  position: sticky;
  top: 130px;
  align-self: start;
}

.story-title h2 {
  margin-bottom: 28px;
}

.story-title > p:last-child {
  max-width: 360px;
  color: var(--muted);
  font-size: 1.05rem;
}

.story-notes article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 28px;
  padding: 42px 0;
  border-top: 1px solid var(--border);
}

.story-notes article:last-child {
  border-bottom: 1px solid var(--border);
}

.story-notes article > span {
  color: var(--red-700);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.story-notes h3 {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 3.5vw, 3.3rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.story-notes p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

/* Showcase banner */
.showcase {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  color: var(--cream-100);
  background:
    radial-gradient(circle at 70% 50%, rgba(242, 186, 50, 0.2), transparent 32%),
    linear-gradient(115deg, var(--green-900), #173320);
}

.showcase::before {
  position: absolute;
  content: "";
  width: 570px;
  height: 570px;
  top: 50%;
  right: 10%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  transform: translateY(-50%);
}

.showcase-layout {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 600px;
  grid-template-columns: minmax(350px, 0.76fr) minmax(550px, 1.24fr);
  align-items: center;
  gap: 50px;
}

.showcase-copy h2 {
  margin-bottom: 40px;
  font-size: clamp(3.2rem, 5vw, 5.7rem);
}

.showcase-copy h2 em {
  color: var(--gold-300);
}

.showcase-packs {
  position: relative;
  height: 570px;
  align-self: end;
}

.showcase-pack {
  position: absolute;
  bottom: -30px;
  filter: var(--shadow-pack);
  transform-origin: bottom center;
}

.showcase-pack img {
  width: 100%;
  height: auto;
}

.showcase-pack--one {
  z-index: 1;
  width: 31%;
  left: 9%;
  transform: rotate(-8deg);
}

.showcase-pack--two {
  z-index: 3;
  width: 32%;
  left: 35%;
  bottom: -8px;
}

.showcase-pack--three {
  z-index: 2;
  width: 31%;
  right: 6%;
  transform: rotate(8deg);
}

/* Product catalog */
.products {
  background: var(--cream-100);
}

.product-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 46px;
}

.filter-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  padding: 11px 18px;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.filter-button span {
  display: grid;
  min-width: 23px;
  height: 23px;
  place-items: center;
  background: rgba(80, 54, 42, 0.08);
  border-radius: 50%;
  font-size: 0.65rem;
}

.filter-button:hover,
.filter-button.is-active {
  color: var(--white);
  background: var(--red-700);
  border-color: var(--red-700);
}

.filter-button.is-active span {
  background: rgba(255, 255, 255, 0.16);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.product-card[hidden] {
  display: none;
}

.product-card__button {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.product-card__visual {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 0.87;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(70, 38, 22, 0.08);
  border-radius: var(--radius-lg);
  transition: box-shadow 280ms ease, transform 280ms var(--ease);
}

.product-card__visual::before {
  position: absolute;
  content: "";
  z-index: 0;
  width: 66%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}

.product-card__visual--red { background: #f2d2c9; }
.product-card__visual--green { background: #dce7c1; }
.product-card__visual--gold { background: #f4e2a3; }
.product-card__visual--oil { background: #eee5cb; }
.product-card__visual--soya { background: #dfe8cf; }

.product-card picture {
  position: relative;
  z-index: 1;
  width: 74%;
  height: 84%;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 16px rgba(62, 31, 13, 0.2));
  transition: transform 360ms var(--ease);
}

.product-card__button:hover .product-card__visual,
.product-card__button:focus-visible .product-card__visual {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.product-card__button:hover img,
.product-card__button:focus-visible img {
  transform: translateY(-8px) scale(1.025);
}

.view-chip {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  display: grid;
  min-width: 58px;
  min-height: 58px;
  place-items: center;
  color: var(--white);
  background: var(--red-700);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms var(--ease);
}

.product-card__button:hover .view-chip,
.product-card__button:focus-visible .view-chip {
  opacity: 1;
  transform: translateY(0);
}

.product-card__meta {
  display: block;
  padding: 20px 5px 4px;
}

.product-card__meta > span {
  display: block;
  margin-bottom: 6px;
  color: var(--red-700);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-card__meta strong {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.product-card__meta small {
  flex: 0 0 auto;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Contact */
.contact {
  overflow: hidden;
  color: var(--cream-100);
  background:
    radial-gradient(circle at 8% 90%, rgba(237, 180, 45, 0.14), transparent 30%),
    var(--red-950);
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, 0.78fr) minmax(520px, 1.22fr);
  align-items: start;
  gap: clamp(60px, 9vw, 140px);
}

.contact-copy h2 {
  margin-bottom: 26px;
}

.contact-copy h2 em {
  color: var(--gold-300);
}

.contact-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 250, 240, 0.65);
}

.contact-list {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 27px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-item__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--gold-300);
  border: 1px solid rgba(246, 215, 124, 0.45);
  border-radius: 50%;
  font-size: 0.67rem;
  font-weight: 700;
}

.contact-item small {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 250, 240, 0.45);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-item a:not(.directions-link) {
  display: block;
  width: fit-content;
  color: var(--cream-100);
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.5;
}

.contact-item a:hover {
  color: var(--gold-300);
}

.contact-item address {
  color: rgba(255, 250, 240, 0.76);
  line-height: 1.55;
}

.directions-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--gold-300);
  font-size: 0.8rem;
  font-weight: 700;
}

.enquiry-card {
  padding: clamp(30px, 4vw, 54px);
  color: var(--ink);
  background: var(--cream-100);
  border-radius: var(--radius-xl);
  box-shadow: 0 35px 90px rgba(25, 5, 4, 0.28);
}

.enquiry-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
}

.enquiry-card__head span {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 600;
}

.enquiry-card__head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field {
  margin-bottom: 19px;
}

.field label {
  display: block;
  margin-bottom: 8px;
  color: #56463d;
  font-size: 0.78rem;
  font-weight: 700;
}

.field label span {
  color: var(--red-700);
}

.field input,
.field textarea {
  width: 100%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.field input {
  min-height: 52px;
  padding: 11px 14px;
}

.field textarea {
  min-height: 120px;
  padding: 13px 14px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  outline: 0;
  background: var(--white);
  border-color: var(--red-700);
  box-shadow: 0 0 0 3px rgba(152, 35, 31, 0.12);
}

.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: #b32323;
}

.form-note {
  margin: -2px 0 20px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

/* Footer */
.site-footer {
  color: rgba(255, 250, 240, 0.7);
  background: #241816;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.45fr 0.65fr 0.75fr 1.15fr;
  gap: 60px;
  padding-block: 82px 66px;
}

.brand--footer {
  color: var(--cream-100);
}

.footer-brand > p {
  max-width: 320px;
  margin: 24px 0 0;
  font-size: 0.9rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-column h2 {
  margin-bottom: 10px;
  color: var(--cream-100);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-column a {
  font-size: 0.86rem;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column a:hover {
  color: var(--gold-300);
  transform: translateX(3px);
}

.footer-column address {
  margin-top: 5px;
  font-size: 0.83rem;
  line-height: 1.7;
}

.footer-bottom {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.75rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  color: var(--gold-300);
}

/* Product dialog */
.product-dialog {
  width: min(960px, calc(100% - 32px));
  max-height: min(760px, calc(100dvh - 32px));
  padding: 0;
  color: var(--ink);
  background: var(--cream-100);
  border: 0;
  border-radius: var(--radius-xl);
  box-shadow: 0 30px 110px rgba(26, 8, 3, 0.45);
  overflow: hidden;
}

.product-dialog::backdrop {
  background: rgba(32, 13, 8, 0.72);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.product-dialog[open] {
  animation: dialog-in 260ms var(--ease);
}

@keyframes dialog-in {
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.dialog-shell {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 610px;
}

.dialog-close {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.dialog-close:hover {
  color: var(--white);
  background: var(--red-700);
}

.dialog-visual {
  position: relative;
  display: grid;
  min-height: 610px;
  place-items: center;
  overflow: hidden;
  background: var(--cream-300);
}

.dialog-visual::before {
  position: absolute;
  content: "";
  width: 78%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.53);
  border-radius: 50%;
}

.dialog-visual picture {
  position: relative;
  z-index: 1;
  width: 74%;
  height: 500px;
}

.dialog-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: var(--shadow-pack);
}

.dialog-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(38px, 5vw, 68px);
}

.dialog-category {
  margin-bottom: 10px;
  color: var(--red-700);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dialog-copy h2 {
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.dialog-copy > p:not(.eyebrow):not(.dialog-category) {
  color: var(--muted);
}

.dialog-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 20px;
}

.mobile-call,
.back-to-top {
  position: fixed;
  z-index: 900;
  box-shadow: var(--shadow-md);
}

.mobile-call {
  display: none;
}

.back-to-top {
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--white);
  background: var(--red-700);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms var(--ease), background 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  color: var(--red-950);
  background: var(--gold-500);
}

/* Scroll reveal */
.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms var(--ease), transform 720ms var(--ease);
}

.js .reveal--delay { transition-delay: 90ms; }
.js .reveal--delay-2 { transition-delay: 180ms; }
.js .reveal--delay-3 { transition-delay: 270ms; }

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Multi-page hero and editorial layouts */
.page-hero {
  position: relative;
  min-height: 790px;
  padding-top: calc(var(--header-height) + 42px);
  overflow: hidden;
  color: var(--cream-100);
}

.page-hero--products,
.page-hero--why,
.page-hero--contact {
  background:
    radial-gradient(circle at 78% 45%, rgba(237, 180, 45, 0.18), transparent 34%),
    linear-gradient(120deg, var(--red-950), var(--red-800));
}

.page-hero--about {
  background:
    radial-gradient(circle at 78% 45%, rgba(237, 180, 45, 0.16), transparent 32%),
    linear-gradient(125deg, #152d1d, var(--green-900));
}

.page-hero::after {
  position: absolute;
  content: "";
  width: 680px;
  height: 680px;
  right: -230px;
  bottom: -430px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.page-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
}

.page-hero__copy {
  max-width: 720px;
  padding-block: 50px 70px;
}

.breadcrumbs {
  margin-bottom: 42px;
}

.breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: rgba(255, 250, 240, 0.55);
  list-style: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.breadcrumbs li + li::before {
  content: "/";
  margin-right: 10px;
  opacity: 0.55;
}

.breadcrumbs a:hover {
  color: var(--gold-300);
}

.page-hero h1 {
  margin-bottom: 28px;
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 6.3vw, 7.4rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.page-hero h1 em {
  color: var(--gold-300);
}

.page-hero__lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 250, 240, 0.73);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
}

.page-hero__visual {
  position: relative;
  height: 620px;
  align-self: end;
}

.page-hero__disc {
  position: absolute;
  width: min(540px, 92%);
  aspect-ratio: 1;
  top: 48%;
  left: 50%;
  background: radial-gradient(circle at 38% 34%, #f6d77c, #d69318 68%, #ae6215);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 50px 100px rgba(30, 8, 5, 0.28);
  transform: translate(-50%, -50%);
}

.page-hero__disc::before,
.page-hero__disc::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
}

.page-hero__disc::before { inset: 8%; }
.page-hero__disc::after { inset: 18%; }

.product-hero-pack,
.about-hero-pack,
.why-hero-pack {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  filter: var(--shadow-pack);
  transform-origin: bottom center;
}

.product-hero-pack img,
.about-hero-pack img,
.why-hero-pack img {
  width: 100%;
  height: auto;
}

.product-hero-pack--spice {
  z-index: 4;
  width: 35%;
  left: 35%;
}

.product-hero-pack--oil {
  z-index: 3;
  width: 17%;
  right: 5%;
  bottom: -10px;
  transform: rotate(7deg);
}

.product-hero-pack--food {
  z-index: 2;
  width: 32%;
  left: 4%;
  transform: rotate(-7deg);
}

.about-hero-pack--one {
  width: 43%;
  left: 11%;
  transform: rotate(-8deg);
}

.about-hero-pack--two {
  z-index: 3;
  width: 43%;
  right: 9%;
  transform: rotate(7deg);
}

.page-hero__note {
  position: absolute;
  z-index: 5;
  top: 19%;
  right: 0;
  padding: 13px 18px;
  color: var(--green-900);
  background: var(--cream-100);
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
  transform: rotate(3deg);
}

.why-hero-pack--one {
  width: 38%;
  left: 5%;
  transform: rotate(-8deg);
}

.why-hero-pack--two {
  z-index: 4;
  width: 36%;
  left: 33%;
  bottom: 0;
}

.why-hero-pack--three {
  z-index: 3;
  width: 34%;
  right: 3%;
  transform: rotate(8deg);
}

.catalog-intro {
  color: var(--cream-100);
  background: var(--green-900);
}

.catalog-intro__grid {
  display: grid;
  min-height: 120px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-intro__grid a {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-content: center;
  gap: 2px 12px;
  padding: 24px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  transition: color 180ms ease, background 180ms ease;
}

.catalog-intro__grid a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.catalog-intro__grid a:hover {
  color: var(--red-950);
  background: var(--gold-500);
}

.catalog-intro__grid span {
  grid-row: 1 / 3;
  color: var(--gold-300);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.catalog-intro__grid a:hover span { color: var(--red-800); }
.catalog-intro__grid strong { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; line-height: 1; }
.catalog-intro__grid small { color: rgba(255, 255, 255, 0.53); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.catalog-intro__grid a:hover small { color: rgba(74, 13, 13, 0.7); }

.pack-story__layout,
.choice-band__layout {
  display: grid;
  grid-template-columns: minmax(440px, 0.92fr) minmax(420px, 0.78fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}

.pack-story__visual,
.choice-band__visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: linear-gradient(145deg, #edd3c6, #dba485);
  border-radius: var(--radius-xl);
}

.pack-story__disc {
  position: absolute;
  width: 480px;
  height: 480px;
  top: 42%;
  left: 50%;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pack-story__bag,
.pack-story__pouch,
.choice-band__bag,
.choice-band__pouch {
  position: absolute;
  z-index: 2;
  bottom: -18px;
  width: 48%;
  filter: var(--shadow-pack);
}

.pack-story__bag,
.choice-band__bag { left: 6%; transform: rotate(-7deg); }
.pack-story__pouch,
.choice-band__pouch { z-index: 3; right: 6%; transform: rotate(6deg); }
.pack-story__bag img, .pack-story__pouch img, .choice-band__bag img, .choice-band__pouch img { width: 100%; height: auto; }

.pack-story__copy h2,
.brand-story__heading h2,
.range-ribbon h2,
.kitchen-moments h2,
.choice-band__copy h2,
.home-contact h2,
.location-card h2 {
  margin-bottom: 28px;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.pack-story__copy h2 em,
.brand-story__heading h2 em,
.kitchen-moments h2 em,
.choice-band__copy h2 em,
.location-card h2 em { color: var(--red-700); }

.pack-story__copy > p,
.choice-band__copy > p { color: var(--muted); }
.pack-story__copy .about-lead { color: var(--ink); font-family: var(--font-display); font-size: 1.35rem; line-height: 1.45; }
.pack-story__copy .button, .choice-band__copy .button { margin-top: 14px; }

.home-contact {
  background: var(--cream-100);
}

.home-contact__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: center;
  gap: 70px;
  padding: clamp(38px, 6vw, 76px);
  background: linear-gradient(135deg, var(--cream-200), #f1dfbf);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
}

.home-contact h2 {
  margin-bottom: 14px;
  font-size: clamp(2.4rem, 4.4vw, 4.5rem);
}

.home-contact__panel p:last-child { max-width: 620px; margin-bottom: 0; color: var(--muted); }
.home-contact__actions { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; }

.brand-story {
  background: var(--white);
}

.brand-story__layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(520px, 1.15fr);
  align-items: start;
  gap: clamp(70px, 11vw, 170px);
}

.brand-story__heading {
  position: sticky;
  top: 130px;
}

.brand-story__body {
  padding-top: 42px;
  border-top: 1px solid var(--border);
}

.brand-story__body p {
  color: var(--muted);
  font-size: 1.04rem;
}

.brand-story__body .brand-story__lead {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.brand-lens__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.brand-lens__card {
  min-height: 360px;
  padding: 38px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform 260ms var(--ease), box-shadow 260ms ease;
}

.brand-lens__card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.brand-lens__card > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--red-700); border: 1px solid rgba(152, 35, 31, 0.3); border-radius: 50%; font-size: 0.7rem; font-weight: 700; }
.brand-lens__card h3 { margin: 84px 0 15px; font-family: var(--font-display); font-size: 2rem; font-weight: 600; letter-spacing: -0.03em; line-height: 1.05; }
.brand-lens__card p { margin: 0; color: var(--muted); }

.range-ribbon {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: var(--cream-100);
  background: linear-gradient(120deg, var(--green-900), #173320);
}

.range-ribbon__layout {
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(380px, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: 70px;
}

.range-ribbon h2 { font-size: clamp(3rem, 5.2vw, 5.7rem); }
.range-ribbon__packs { position: relative; height: 520px; align-self: end; }
.range-ribbon__packs picture { position: absolute; bottom: -30px; width: 32%; filter: var(--shadow-pack); }
.range-ribbon__packs picture:nth-child(1) { left: 3%; transform: rotate(-8deg); }
.range-ribbon__packs picture:nth-child(2) { z-index: 3; left: 34%; bottom: -4px; }
.range-ribbon__packs picture:nth-child(3) { right: 1%; transform: rotate(8deg); }
.range-ribbon__packs img { width: 100%; height: auto; }

.kitchen-moments {
  background: var(--cream-100);
}

.kitchen-moments__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.kitchen-moment {
  min-height: 380px;
  padding: 38px 28px;
  border-right: 1px solid var(--border);
}

.kitchen-moment:last-child { border-right: 0; }
.kitchen-moment__number { color: var(--red-700); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.13em; }
.kitchen-moment__line { width: 36px; height: 2px; margin: 54px 0 36px; background: var(--gold-500); }
.kitchen-moment h3 { margin-bottom: 14px; font-family: var(--font-display); font-size: 2.2rem; font-weight: 600; letter-spacing: -0.04em; }
.kitchen-moment p { color: var(--muted); font-size: 0.91rem; }
.kitchen-moment small { display: block; margin-top: 32px; color: var(--red-700); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }

.choice-band__visual {
  background: linear-gradient(145deg, #dce8c2, #a9bf77);
}

.contact-hero__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 16px;
}

.contact-hero__card {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  color: var(--ink);
  background: var(--cream-100);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 55px rgba(27, 7, 5, 0.18);
  transition: color 220ms ease, background 220ms ease, transform 220ms var(--ease);
}

.contact-hero__card:hover { color: var(--red-950); background: var(--gold-500); transform: translateY(-5px); }
.contact-hero__card--wide { grid-column: 1 / -1; min-height: 170px; }
.contact-hero__card span { color: var(--red-700); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-hero__card strong { font-family: var(--font-display); font-size: clamp(1.3rem, 2.1vw, 2rem); font-weight: 600; letter-spacing: -0.025em; overflow-wrap: anywhere; }
.contact-hero__card[href^="mailto:"] strong { font-family: var(--font-body); font-size: clamp(0.95rem, 1.45vw, 1.25rem); font-weight: 700; letter-spacing: -0.025em; }
.contact-hero__card small { color: var(--muted); font-size: 0.72rem; }

.location-section { background: var(--cream-200); }
.location-card { display: grid; min-height: 610px; grid-template-columns: 1.2fr 0.8fr; overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-xl); box-shadow: var(--shadow-md); }
.location-card__map { position: relative; min-height: 610px; overflow: hidden; background: #d9e4cd; }
.location-card__map::before, .location-card__map::after { position: absolute; content: ""; border: 2px solid rgba(56, 85, 50, 0.15); border-radius: 50%; }
.location-card__map::before { width: 420px; height: 420px; top: -140px; left: -90px; }
.location-card__map::after { width: 330px; height: 330px; right: -110px; bottom: -90px; }
.map-road { position: absolute; height: 28px; background: rgba(255, 253, 248, 0.72); border: 1px solid rgba(67, 96, 59, 0.12); border-radius: 999px; }
.map-road--one { width: 120%; top: 34%; left: -10%; transform: rotate(-14deg); }
.map-road--two { width: 90%; top: 58%; left: 4%; transform: rotate(22deg); }
.map-road--three { width: 75%; top: 18%; left: 31%; transform: rotate(74deg); }
.map-pin { position: absolute; z-index: 3; width: 86px; height: 86px; top: 46%; left: 52%; display: grid; place-items: center; background: var(--red-700); border: 8px solid rgba(255, 255, 255, 0.75); border-radius: 50% 50% 50% 0; box-shadow: var(--shadow-md); transform: translate(-50%, -50%) rotate(-45deg); }
.map-pin i { width: 22px; height: 22px; background: var(--gold-300); border-radius: 50%; }
.map-label { position: absolute; z-index: 4; top: calc(46% + 68px); left: 52%; padding: 8px 14px; color: var(--green-900); background: var(--cream-100); border-radius: 999px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; transform: translateX(-50%); box-shadow: var(--shadow-sm); }
.location-card__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 82px); }
.location-card__copy address { margin-bottom: 28px; color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.location-card__copy .button { align-self: flex-start; }

/* Tablet */
@media (max-width: 1120px) {
  :root {
    --header-height: 78px;
  }

  .container {
    width: min(calc(100% - 40px), var(--container));
  }

  .primary-nav {
    gap: 18px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 60px);
  }

  .hero-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  }

  .hero-stage {
    height: 590px;
  }

  .featured-card {
    min-height: 580px;
    border-radius: 34px;
  }

  .featured-card picture {
    height: 365px;
  }

  .featured-card__copy {
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-card:nth-child(2) {
    border-right: 0;
  }

  .benefit-card:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-layout {
    gap: 60px;
  }

  .footer-top {
    grid-template-columns: 1.25fr repeat(3, 0.75fr);
    gap: 36px;
  }
}

@media (max-width: 900px) {
  .site-header::after {
    position: fixed;
    content: "";
    z-index: 1;
    inset: var(--header-height) 0 0;
    background: rgba(39, 16, 10, 0.62);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  body.menu-open .site-header::after {
    opacity: 1;
    pointer-events: auto;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    z-index: 2;
    width: min(390px, 92vw);
    top: var(--header-height);
    right: 0;
    bottom: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 38px 28px 44px;
    overflow-y: auto;
    background: var(--cream-100);
    border-left: 1px solid var(--border);
    box-shadow: -20px 20px 60px rgba(45, 15, 9, 0.18);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform 300ms var(--ease), visibility 0s linear 300ms;
  }

  .primary-nav.is-open {
    transform: translateX(0);
    visibility: visible;
    transition: transform 300ms var(--ease), visibility 0s linear 0s;
  }

  .nav-link {
    min-height: 62px;
    padding-inline: 6px;
    border-bottom: 1px solid var(--border);
    font-family: var(--font-display);
    font-size: 1.45rem;
    font-weight: 600;
  }

  .nav-link::after {
    display: none;
  }

  .nav-cta {
    display: inline-flex;
    margin-top: 26px;
  }

  .hero-layout {
    min-height: 920px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
    padding: 25px 0 0;
  }

  .hero h1 {
    max-width: 760px;
    font-size: clamp(4.2rem, 12vw, 7.1rem);
  }

  .hero-stage {
    width: min(720px, 100%);
    height: 560px;
    margin-inline: auto;
  }

  .hero-note {
    right: 4%;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-heading--split > p {
    margin-left: 0;
  }

  .featured-grid {
    grid-template-columns: 1fr;
  }

  .featured-card {
    min-height: 520px;
  }

  .featured-card::after {
    width: 300px;
    height: 300px;
    top: 30px;
  }

  .featured-card picture {
    width: 42%;
    height: 350px;
    top: 8px;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-visual {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .story-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .story-title {
    position: static;
  }

  .showcase-layout {
    min-height: 720px;
    grid-template-columns: 1fr;
    padding-top: 82px;
  }

  .showcase-packs {
    width: min(700px, 100%);
    height: 440px;
    margin-inline: auto;
  }

  .showcase-pack {
    bottom: -50px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    max-width: 680px;
  }

  .footer-top {
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
  }

  .footer-column--contact {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-column--contact h2 {
    flex-basis: 100%;
  }
}

/* Mobile */
@media (max-width: 680px) {
  :root {
    --header-height: 72px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .section {
    padding-block: 82px;
  }

  .section-heading h2,
  .about-copy h2,
  .why-top h2,
  .story-title h2,
  .showcase h2,
  .contact-copy h2 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .brand-seal {
    width: 42px;
  }

  .brand-copy strong {
    font-size: 1.17rem;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .hero {
    min-height: 930px;
    padding-top: calc(var(--header-height) + 48px);
  }

  .hero-layout {
    min-height: 825px;
    align-content: start;
    gap: 0;
  }

  .hero-copy {
    position: relative;
    z-index: 10;
  }

  .hero h1 {
    margin-bottom: 22px;
    font-size: clamp(3.35rem, 15vw, 5.2rem);
    line-height: 0.91;
  }

  .hero-intro {
    font-size: 0.97rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-place {
    display: none;
  }

  .hero-stage {
    width: 112%;
    height: 410px;
    left: -6%;
    margin-top: 8px;
  }

  .hero-sun {
    width: 380px;
  }

  .hero-pack--main {
    width: 41%;
  }

  .hero-pack--left,
  .hero-pack--right {
    width: 34%;
  }

  .hero-note {
    top: 8%;
    right: 6%;
    padding: 10px 12px;
  }

  .hero-note strong {
    font-size: 1.6rem;
  }

  .hero-note span {
    font-size: 0.57rem;
  }

  .hero-ticker {
    min-height: 54px;
  }

  .ticker-track {
    width: max-content;
    justify-content: flex-start;
    animation: ticker 22s linear infinite;
  }

  @keyframes ticker {
    to { transform: translateX(-42%); }
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 200px;
  }

  .featured-card {
    min-height: 520px;
    padding: 24px;
    border-radius: 30px;
  }

  .featured-card picture {
    width: 62%;
    height: 340px;
  }

  .featured-card__copy {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .about-visual {
    min-height: 590px;
    border-radius: 180px 180px var(--radius-lg) var(--radius-lg);
  }

  .about-visual::before {
    width: 410px;
    height: 410px;
  }

  .about-visual::after {
    width: 330px;
    height: 330px;
    top: 90px;
  }

  .about-pack {
    width: 52%;
    bottom: 72px;
  }

  .about-pack--back {
    left: 3%;
  }

  .about-pack--front {
    right: 3%;
  }

  .about-caption {
    gap: 20px;
    padding: 18px;
    font-size: 0.62rem;
  }

  .about-points {
    grid-template-columns: 1fr;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card,
  .benefit-card:nth-child(2) {
    min-height: 285px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .benefit-card:last-child {
    border-bottom: 0;
  }

  .benefit-card h3 {
    margin-top: 42px;
  }

  .story-notes article {
    grid-template-columns: 38px 1fr;
    gap: 16px;
  }

  .showcase {
    min-height: 680px;
  }

  .showcase-layout {
    min-height: 680px;
    padding-top: 70px;
    gap: 10px;
  }

  .showcase-packs {
    width: 110%;
    height: 330px;
    left: -5%;
  }

  .showcase-pack--one,
  .showcase-pack--two,
  .showcase-pack--three {
    width: 38%;
  }

  .showcase-pack--one { left: 2%; }
  .showcase-pack--two { left: 31%; }
  .showcase-pack--three { right: 0; }

  .product-filters {
    flex-wrap: nowrap;
    margin-right: 0;
    padding-right: 0;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .product-filters::-webkit-scrollbar {
    display: none;
  }

  .filter-button {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card__visual {
    aspect-ratio: 1 / 0.95;
  }

  .product-card picture {
    width: 60%;
    height: 86%;
  }

  .view-chip {
    top: 14px;
    opacity: 1;
    bottom: auto;
    transform: none;
  }

  .contact-item {
    grid-template-columns: 46px 1fr;
    gap: 12px;
  }

  .contact-item a:not(.directions-link) {
    font-size: 1.05rem;
    overflow-wrap: anywhere;
  }

  .enquiry-card {
    padding: 28px 20px;
    border-radius: 28px;
  }

  .enquiry-card__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 28px;
    padding-block: 66px 50px;
  }

  .footer-brand,
  .footer-column--contact {
    grid-column: 1 / -1;
  }

  .footer-column--contact {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .footer-bottom {
    min-height: 105px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding-bottom: 64px;
  }

  .mobile-call {
    right: 16px;
    bottom: 16px;
    display: grid;
    width: 52px;
    height: 52px;
    min-height: 48px;
    place-items: center;
    padding: 0;
    color: var(--red-950);
    background: var(--gold-500);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
  }

  .mobile-call span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .back-to-top {
    display: none;
  }

  .product-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 28px;
    overflow-y: auto;
  }

  .dialog-shell {
    grid-template-columns: 1fr;
  }

  .dialog-visual {
    min-height: 350px;
  }

  .dialog-visual picture {
    width: 58%;
    height: 310px;
  }

  .dialog-copy {
    padding: 42px 26px 36px;
  }

  .dialog-copy .eyebrow {
    margin-bottom: 14px;
  }

  .dialog-actions .button {
    width: 100%;
  }
}

@media (min-width: 420px) and (max-width: 680px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .product-card__visual {
    aspect-ratio: 0.82;
    border-radius: 22px;
  }

  .product-card picture {
    width: 76%;
    height: 86%;
  }

  .product-card__meta {
    padding-top: 14px;
  }

  .product-card__meta strong {
    min-height: 52px;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    font-size: 1.18rem;
  }

  .view-chip {
    right: 10px;
    top: 10px;
    bottom: auto;
    min-width: 48px;
    min-height: 48px;
  }
}

@media (max-width: 380px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .brand-copy {
    display: none;
  }

  .hero {
    min-height: 900px;
  }

  .hero h1 {
    font-size: 3.15rem;
  }

  .hero-stage {
    height: 385px;
  }

  .hero-note {
    display: none;
  }

  .about-visual {
    min-height: 520px;
  }

  .contact-item {
    grid-template-columns: 1fr;
  }

  .contact-item__icon {
    width: 36px;
    height: 36px;
  }
}

@media (min-width: 1600px) {
  :root {
    --container: 1480px;
  }

  .hero-layout {
    min-height: 760px;
    grid-template-columns: minmax(0, 0.92fr) minmax(600px, 1.08fr);
  }

  .hero-stage {
    height: 710px;
  }

  .product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .page-hero__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 40px;
  }

  .page-hero h1 { font-size: clamp(4rem, 7vw, 6.2rem); }
  .catalog-intro__grid a { padding-inline: 24px; }
  .pack-story__layout, .choice-band__layout { gap: 60px; }
  .brand-story__layout { gap: 80px; }
  .kitchen-moments__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kitchen-moment:nth-child(2) { border-right: 0; }
  .kitchen-moment:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .location-card { grid-template-columns: 1fr 0.85fr; }
}

@media (max-width: 900px) {
  .page-hero {
    min-height: 1050px;
  }

  .page-hero__layout {
    min-height: 970px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .page-hero__copy {
    max-width: 760px;
    padding: 65px 0 10px;
  }

  .page-hero__visual {
    width: min(680px, 100%);
    height: 570px;
    margin-inline: auto;
  }

  .contact-hero__cards {
    width: min(680px, 100%);
    margin: 28px auto 70px;
  }

  .catalog-intro__grid {
    min-height: auto;
  }

  .catalog-intro__grid a {
    min-height: 120px;
  }

  .pack-story__layout,
  .choice-band__layout,
  .brand-story__layout,
  .range-ribbon__layout,
  .home-contact__panel {
    grid-template-columns: 1fr;
  }

  .pack-story__visual,
  .choice-band__visual {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .brand-story__heading {
    position: static;
  }

  .brand-story__body {
    padding-top: 32px;
  }

  .brand-lens__grid {
    grid-template-columns: 1fr;
  }

  .brand-lens__card {
    min-height: 280px;
  }

  .brand-lens__card h3 {
    margin-top: 45px;
  }

  .range-ribbon__layout {
    min-height: 790px;
    padding-top: 80px;
    gap: 20px;
  }

  .range-ribbon__packs {
    width: min(680px, 100%);
    height: 430px;
    margin-inline: auto;
  }

  .home-contact__panel {
    gap: 32px;
  }

  .location-card {
    grid-template-columns: 1fr;
  }

  .location-card__map {
    min-height: 470px;
  }
}

@media (max-width: 680px) {
  .page-hero {
    min-height: 930px;
    padding-top: calc(var(--header-height) + 28px);
  }

  .page-hero__layout {
    min-height: 850px;
  }

  .page-hero__copy {
    padding-top: 36px;
  }

  .breadcrumbs {
    margin-bottom: 28px;
  }

  .page-hero h1 {
    font-size: clamp(3.35rem, 15vw, 5rem);
  }

  .page-hero__lead {
    font-size: 0.97rem;
  }

  .page-hero__copy .button {
    width: 100%;
  }

  .page-hero__visual {
    width: 110%;
    height: 410px;
    left: -5%;
  }

  .page-hero__disc {
    width: 370px;
  }

  .product-hero-pack--spice { width: 39%; left: 33%; }
  .product-hero-pack--oil { width: 18%; right: 3%; }
  .product-hero-pack--food { width: 36%; left: 1%; }
  .about-hero-pack--one, .about-hero-pack--two { width: 48%; }
  .why-hero-pack--one { width: 42%; left: 0; }
  .why-hero-pack--two { width: 41%; left: 30%; }
  .why-hero-pack--three { width: 39%; right: 0; }
  .page-hero__note { top: 8%; right: 3%; font-size: 0.55rem; }

  .catalog-intro__grid {
    grid-template-columns: 1fr;
  }

  .catalog-intro__grid a,
  .catalog-intro__grid a:first-child {
    min-height: 98px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .pack-story__visual,
  .choice-band__visual {
    min-height: 520px;
    border-radius: 28px;
  }

  .pack-story__bag,
  .pack-story__pouch,
  .choice-band__bag,
  .choice-band__pouch {
    width: 54%;
  }

  .pack-story__bag, .choice-band__bag { left: 0; }
  .pack-story__pouch, .choice-band__pouch { right: 0; }

  .pack-story__copy h2,
  .brand-story__heading h2,
  .range-ribbon h2,
  .kitchen-moments h2,
  .choice-band__copy h2,
  .home-contact h2,
  .location-card h2 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .home-contact__panel {
    padding: 34px 24px;
    border-radius: 28px;
  }

  .home-contact__actions .button {
    width: 100%;
  }

  .brand-story__layout {
    gap: 36px;
  }

  .brand-story__body .brand-story__lead {
    font-size: 1.45rem;
  }

  .brand-lens__card {
    min-height: 250px;
    padding: 28px;
  }

  .brand-lens__card h3 {
    margin-top: 36px;
  }

  .range-ribbon {
    min-height: 690px;
  }

  .range-ribbon__layout {
    min-height: 690px;
    padding-top: 65px;
  }

  .range-ribbon__packs {
    width: 110%;
    height: 330px;
    left: -5%;
  }

  .range-ribbon__packs picture { width: 38%; }
  .range-ribbon__packs picture:nth-child(1) { left: 0; }
  .range-ribbon__packs picture:nth-child(2) { left: 31%; }
  .range-ribbon__packs picture:nth-child(3) { right: 0; }

  .kitchen-moments__grid {
    grid-template-columns: 1fr;
  }

  .kitchen-moment,
  .kitchen-moment:nth-child(2) {
    min-height: 300px;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .kitchen-moment:last-child { border-bottom: 0; }
  .kitchen-moment__line { margin: 36px 0 26px; }

  .contact-hero__cards {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .contact-hero__card,
  .contact-hero__card--wide {
    min-height: 150px;
    grid-column: auto;
  }

  .page-hero--contact {
    min-height: 1180px;
  }

  .page-hero--contact .page-hero__layout {
    min-height: 1100px;
  }

  .location-card {
    border-radius: 28px;
  }

  .location-card__map {
    min-height: 390px;
  }

  .location-card__copy {
    padding: 42px 25px;
  }

  .location-card__copy .button {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .page-hero h1 { font-size: 3.05rem; }
  .page-hero__visual { height: 380px; }
  .contact-hero__card { padding: 22px; }
  .contact-hero__card strong { font-size: 1.25rem; }
  .page-hero--contact { min-height: 1220px; }
}
