:root {
  --ink: #162119;
  --muted: #60685d;
  --green: #102d1d;
  --green-2: #183e29;
  --matcha: #9bae63;
  --sage: #e6ecda;
  --cream: #f4efe5;
  --paper: #fffaf1;
  --cocoa: #5c3d2c;
  --clay: #a86541;
  --line: rgba(23, 37, 27, 0.14);
  --shadow: 0 18px 45px rgba(35, 41, 27, 0.12);
  --shadow-strong: 0 30px 90px rgba(22, 30, 18, 0.2);
  --container: 1180px;
  --font-body: "Avenir Light", "Avenir Next", "Nunito Sans", "Segoe UI", Arial, sans-serif;
  --font-display: "Brandon Grotesque", "Avenir Next", "Nunito Sans", "Segoe UI", Arial, sans-serif;
  --font-accent: "Brandon Grotesque", "Avenir Next", "Nunito Sans", "Segoe UI", Arial, sans-serif;
  --ease-out-expo: cubic-bezier(.16, 1, .3, 1);
  --ease-soft: cubic-bezier(.19, 1, .22, 1);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}
body.nav-open { overflow: hidden; }
body.cart-open { overflow: hidden; }
body.is-transitioning { pointer-events: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(191, 112, 72, 0.55); outline-offset: 3px; }

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 88;
  pointer-events: none;
  opacity: .045;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 170 170' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 120;
  transform: translateY(-150%);
  border-radius: 6px;
  background: var(--green);
  color: #fff;
  padding: 10px 14px;
}
.skip-link:focus { transform: translateY(0); }

.brand-intro {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 250, 240, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 48% 42%, rgba(155, 174, 99, 0.22), transparent 32%),
    linear-gradient(135deg, #0f2418, #173826 48%, #0b1c13);
  background-size: 42px 42px, 42px 42px, auto, auto;
  color: #fff;
  animation: introFade 2.55s ease forwards;
}
.brand-intro.is-hidden { display: none; }
.intro-card {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 12px;
  transform: translateY(12px) scale(0.98);
  animation: introLift 1.55s cubic-bezier(.2,.8,.2,1) forwards;
}
.intro-card::before,
.intro-card::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
}
.intro-card::before {
  bottom: -34px;
  width: min(360px, 68vw);
  height: 2px;
  background: rgba(255, 255, 255, 0.18);
}
.intro-card::after {
  bottom: -34px;
  width: min(360px, 68vw);
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--matcha), #fffaf0, var(--clay));
  animation: introProgress 2.05s cubic-bezier(.22,.9,.2,1) forwards;
}
.intro-card strong {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 6vw, 4.25rem);
  font-weight: 900;
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: .12em;
  animation: introWord 1.1s 340ms cubic-bezier(.2,.8,.2,1) both;
}
.intro-card span:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  animation: introWord 1.1s 520ms cubic-bezier(.2,.8,.2,1) both;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.96);
  backdrop-filter: blur(16px);
}
.header-shell {
  width: calc(100% - 40px);
  max-width: var(--container);
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.brand-mark {
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid rgba(18, 57, 35, 0.2);
  border-radius: 8px;
  background: url("./assets/logo-mark.jpg") center / cover no-repeat, var(--sage);
}
.brand-mark-large {
  width: min(360px, 74vw);
  height: min(360px, 74vw);
  border-color: rgba(255, 255, 255, 0.45);
  background-image: url("./assets/logo-full.jpg");
  background-size: cover;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.25);
  animation: introLogo 1.25s cubic-bezier(.2,.8,.2,1) both;
}
.brand-mark__bowl {
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 24%;
  height: 24%;
  border: 3px solid var(--green);
  border-top: 0;
  border-radius: 0 0 20px 20px;
}
.brand-mark__bowl::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: -48%;
  height: 50%;
  border-radius: 50%;
  background: var(--matcha);
}
.brand-mark__steam {
  position: absolute;
  top: 19%;
  left: 33%;
  width: 32%;
  height: 28%;
  border-left: 2px solid var(--green);
  border-right: 2px solid var(--green);
  border-radius: 50%;
  transform: rotate(14deg);
  animation: steamDrift 2.8s ease-in-out infinite;
}
.brand-mark__bowl,
.brand-mark__steam {
  display: none;
}
.brand-copy { display: grid; gap: 0; line-height: 1.15; }
.brand-copy strong { font-family: var(--font-display); font-size: 1.24rem; font-weight: 900; }
.brand-copy span { color: var(--muted); font-size: 0.78rem; }
.main-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-nav a {
  position: relative;
  border-radius: 6px;
  color: #263426;
  font-size: 0.94rem;
  font-weight: 800;
  padding: 10px 12px;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: var(--matcha);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 220ms ease;
}
.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.main-nav a:hover, .main-nav a[aria-current="page"] { background: rgba(18, 57, 35, 0.08); color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.cart-button, .menu-button {
  border: 1px solid rgba(18, 57, 35, 0.18);
  border-radius: 6px;
  background: var(--green);
  color: #fff;
}
.cart-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  font-weight: 900;
}
.cart-button strong {
  display: grid;
  min-width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--matcha);
  color: var(--green);
}
.menu-button { display: none; width: 44px; height: 44px; place-items: center; padding: 10px; }
.menu-button span { display: block; width: 20px; height: 2px; margin: 3px auto; background: #fff; }

.hero, .page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero {
  min-height: 680px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255,250,240,.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,250,240,.05) 1px, transparent 1px),
    linear-gradient(135deg, #0b1c13 0%, #132f20 48%, #243d2d 100%);
  background-size: 44px 44px, 44px 44px, auto;
}
.page-hero {
  padding: 92px 20px 58px;
  background:
    radial-gradient(circle at 84% 20%, rgba(168, 101, 65, 0.13), transparent 26%),
    linear-gradient(135deg, var(--green), #173825 55%, #0b1c13);
  color: #fff;
}
.hero-overlay { position: absolute; inset: 0; }
.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11, 28, 19, 0.97) 0%, rgba(16, 45, 29, 0.88) 46%, rgba(16, 45, 29, 0.4) 74%, rgba(16, 45, 29, 0.12) 100%),
    linear-gradient(0deg, rgba(18, 57, 35, 0.22), rgba(18, 57, 35, 0));
}
.hero-visual {
  position: absolute;
  right: max(4vw, calc((100vw - var(--container)) / 2));
  top: 50%;
  z-index: 0;
  --hero-visual-opacity: 1;
  width: min(540px, 42vw);
  height: min(560px, 72vh);
  opacity: var(--hero-visual-opacity);
  transform: translateY(-50%);
  animation: visualArrive 900ms 180ms cubic-bezier(.2,.8,.2,1) both;
}
.matcha-stage {
  position: relative;
  width: 100%;
  height: 100%;
  animation: stageFloat 6s ease-in-out infinite;
}
.hero-logo-card {
  position: absolute;
  top: 6px;
  right: 44px;
  width: 196px;
  height: 196px;
  border: 1px solid rgba(255, 250, 240, 0.28);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  animation: logoBreath 4.8s ease-in-out infinite;
}
.matcha-motion {
  position: absolute;
  left: 10px;
  right: 0;
  bottom: 20px;
  height: 348px;
}
.matcha-scene {
  position: absolute;
  inset: -44px -22px -18px -34px;
  width: calc(100% + 56px);
  height: calc(100% + 62px);
  overflow: visible;
}
.scene-mug,
.scene-whisk-static,
.scene-leaves,
.tea-motion,
.tea-swish,
.foam {
  transform-box: fill-box;
  transform-origin: center;
}
.scene-mug {
  transform-origin: center bottom;
  animation: cupSway 4.8s cubic-bezier(.45,0,.2,1) infinite;
}
.mug-shadow {
  fill: rgba(4, 12, 7, .22);
  filter: blur(6px);
  transform-origin: center;
  animation: shadowBreathe 4.8s cubic-bezier(.45,0,.2,1) infinite;
}
.scene-leaves path {
  fill: #9fbd5f;
  stroke: rgba(18,57,35,.3);
  stroke-width: 1;
  filter: drop-shadow(0 8px 10px rgba(4, 12, 7, .16));
  transform-origin: center;
  animation: matchaLeafFloat 6.4s ease-in-out infinite;
}
.scene-leaves path:nth-child(2) { animation-delay: .7s; }
.scene-leaves path:nth-child(3) { animation-delay: 1.25s; }
.scene-leaves path:nth-child(4) { animation-delay: 1.75s; }
.scene-whisk-static {
  opacity: .95;
  filter: drop-shadow(0 18px 18px rgba(7, 22, 13, .18));
  transform: rotate(4deg);
  transform-origin: center bottom;
}
.static-whisk-handle,
.static-whisk-neck,
.static-whisk-line,
.static-whisk-cross {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.static-whisk-handle {
  stroke: url("#bambooWhisk");
  stroke-width: 25;
}
.static-whisk-neck {
  fill: rgba(205, 145, 75, .3);
  stroke: url("#bambooWhisk");
  stroke-width: 8;
}
.static-whisk-line {
  stroke: #efd08d;
  stroke-width: 4;
  opacity: .92;
}
.static-whisk-cross {
  stroke: rgba(122, 76, 43, .58);
  stroke-width: 2;
}
.mug-body,
.mug-handle {
  fill: url("#mugBody");
  stroke: rgba(18,57,35,.24);
  stroke-width: 1.5;
}
.mug-handle {
  fill: none;
  stroke: url("#mugBody");
  stroke-width: 34;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 12px 12px rgba(7, 22, 13, .14));
}
.mug-shade { fill: rgba(18,57,35,.07); }
.mug-highlight { fill: rgba(255,255,255,.42); }
.mug-rim {
  fill: url("#mugLip");
  stroke: rgba(18,57,35,.22);
  stroke-width: 1.5;
}
.mug-inner { fill: rgba(18,57,35,.1); }
.mug-brand-text,
.mug-brand-tag {
  fill: rgba(47, 28, 9, .84);
  font-family: var(--font-display);
  letter-spacing: 3px;
  pointer-events: none;
}
.mug-brand-text {
  font-size: 24px;
  font-weight: 800;
}
.mug-brand-tag {
  font-size: 10px;
  letter-spacing: 5px;
  opacity: .72;
}
.mug-steam path {
  fill: none;
  stroke: rgba(255, 250, 240, .74);
  stroke-width: 4;
  stroke-linecap: round;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: matchaSteam 4s ease-in-out infinite;
}
.mug-steam path:nth-child(2) { animation-delay: .55s; }
.mug-steam path:nth-child(3) { animation-delay: 1.05s; }
.tea-motion {
  transform-origin: center;
  animation: teaFloat 4.2s ease-in-out infinite;
}
.tea-surface {
  fill: url("#matchaTea");
  animation: teaPulse 4.2s ease-in-out infinite;
}
.tea-swish {
  fill: rgba(255,250,240,.45);
  mix-blend-mode: screen;
  transform-origin: center;
  animation: teaSwish 4.2s ease-in-out infinite;
}
.tea-swish-two {
  opacity: .3;
  animation-delay: .45s;
}
.foam {
  fill: rgba(231, 249, 173, .96);
  animation: foamDrift 2.9s ease-in-out infinite;
}
.foam.two { animation-delay: .34s; }
.foam.three { animation-delay: .62s; }
.foam.four { animation-delay: .9s; }
.hero-content, .page-hero-inner, .section-inner, .footer-inner {
  width: calc(100% - 40px);
  max-width: var(--container);
  margin: 0 auto;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 78px 0 62px;
  color: #fff;
}
.hero-content > * { max-width: 640px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--matcha);
  font-family: var(--font-accent);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, .modal-content h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
}
.hero h1, .page-hero h1 {
  font-size: 3.78rem;
  line-height: 1.04;
  max-width: 720px;
  animation: titleSettle 800ms cubic-bezier(.2,.8,.2,1) both;
}
.page-hero h1 { max-width: 900px; }
.hero-copy, .page-hero p:not(.eyebrow) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.16rem;
  max-width: 680px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}
.button::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.34) 45%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}
.button:hover::after { transform: translateX(120%); }
.button:hover { transform: translateY(-1px); box-shadow: 0 12px 24px rgba(18, 57, 35, 0.13); }
.button-primary { background: var(--green); color: #fff; }
.button-primary:hover { background: var(--green-2); }
.button-secondary { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.12); color: #fff; }
.button-secondary:hover { background: rgba(255,255,255,.18); }
.button-ghost { border-color: var(--line); background: #fff; color: var(--green); }
.button-ghost:hover { border-color: rgba(18,57,35,.32); background: var(--sage); }
.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 42px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255,255,255,.26);
}
.hero-metrics div { min-width: 134px; }
.hero-metrics dt {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.72rem;
  font-weight: 900;
  line-height: 1;
}
.hero-metrics dd { margin: 6px 0 0; color: rgba(255,255,255,.78); font-size: .92rem; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 26px;
  color: rgba(255,255,255,.75);
  font-size: .92rem;
}
.breadcrumb a { text-decoration: underline; text-underline-offset: 4px; }
.section { padding: 88px 20px; }
.section-heading { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.section-heading.align-left { margin-left: 0; text-align: left; }
.section-heading h2 { color: var(--ink); font-size: 2.68rem; line-height: 1.1; }
.section-heading p:not(.eyebrow) { margin: 16px 0 0; color: var(--muted); font-size: 1.05rem; }
.product-section { background: linear-gradient(180deg, var(--cream), #fbf6ea 55%, #f3ead9); }
.statement-section, .wholesale-section { background: linear-gradient(135deg, rgba(232,240,220,.96), rgba(255,250,240,.94)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.private-section { background: var(--paper); }
.contact-section { background: linear-gradient(135deg, #f4ead9, #fff9ed 55%, #eef3e4); }
.category-tabs {
  width: fit-content;
  max-width: 100%;
  display: flex;
  gap: 4px;
  margin: 0 auto 26px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,250,240,.88);
}
.tab {
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--green);
  padding: 8px 14px;
  font-weight: 900;
}
.tab.is-active { background: var(--green); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; align-items: start; }
.product-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(23,37,27,.11);
  border-radius: 8px;
  background: rgba(255, 250, 241, .96);
  box-shadow: 0 16px 38px rgba(35, 41, 27, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease;
  will-change: transform;
}
.product-card::after,
.statement-panel::after,
.process-grid article::after,
.faq-grid details::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 250, 240, 0.38), transparent 34%);
  transition: opacity 220ms ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-strong); }
.motion-ready .product-card,
.motion-ready .statement-panel,
.motion-ready .process-grid article,
.motion-ready .faq-grid details {
  transform: perspective(900px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translateY(var(--lift, 0));
}
.motion-ready .product-card:hover,
.motion-ready .statement-panel:hover,
.motion-ready .process-grid article:hover,
.motion-ready .faq-grid details:hover {
  --lift: -4px;
}
.motion-ready .product-card:hover::after,
.motion-ready .statement-panel:hover::after,
.motion-ready .process-grid article:hover::after,
.motion-ready .faq-grid details:hover::after {
  opacity: 1;
}
.product-card[hidden] { display: none; }
.product-image { aspect-ratio: 1 / 1; overflow: hidden; background: #f4f0e6; }
.product-image.product-image-tall { aspect-ratio: 4 / 5; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.product-image img.product-fit-contain {
  object-fit: contain;
  background: #fbf8f1;
}
.product-card:hover .product-image img { transform: scale(1.035); }
.product-body { min-width: 0; padding: 22px 22px 0; }
.product-tag {
  display: inline-block;
  margin: 0 0 12px;
  border-radius: 4px;
  background: rgba(230, 236, 218, .9);
  color: #455f32;
  font-size: .72rem;
  font-weight: 900;
  padding: 4px 8px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.product-card h3 { color: var(--green); font-size: 1.56rem; line-height: 1.14; }
.product-card p:not(.product-tag) { margin: 12px 0 0; color: var(--muted); }
.product-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 18px; color: var(--cocoa); font-size: .92rem; font-weight: 900; }
.product-actions { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 22px; }
.product-notes {
  max-width: 860px;
  margin: 30px auto 0;
}
.flavour-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.flavour-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, .96);
  box-shadow: 0 16px 38px rgba(35, 41, 27, 0.1);
}
.flavour-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.flavour-card h3,
.flavour-card p {
  padding: 0 18px;
}
.flavour-card h3 {
  margin-top: 18px;
  color: var(--green);
  font-size: 1.2rem;
}
.flavour-card p {
  margin: 8px 0 20px;
  color: var(--muted);
  font-size: .94rem;
}
.flavour-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 280px);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding: 4px 4px 18px;
}
.flavour-rail .flavour-card {
  scroll-snap-align: start;
}
.flavour-card .product-meta {
  padding: 0 18px 18px;
  margin-top: 0;
}

.two-column, .contact-layout, .split-feature { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); gap: 42px; align-items: start; }
.statement-panel, .enquiry-panel, .contact-form, .modal-panel, .info-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23,37,27,.12);
  border-radius: 8px;
  background: rgba(255,250,240,.94);
  box-shadow: var(--shadow);
}
.statement-panel { padding: 34px; }
.dark-panel { background: linear-gradient(135deg, var(--green), #0d2116); color: #fff; }
.dark-panel h2, .dark-panel p { color: #fff; }
.support-grid { display: grid; gap: 14px; }
.support-grid div, .contact-list li {
  border-left: 4px solid var(--clay);
  padding-left: 14px;
}
.support-grid strong, .support-grid span, .contact-list strong, .contact-list span { display: block; }
.support-grid strong, .contact-list strong { color: var(--green); font-size: 1.05rem; }
.support-grid span, .contact-list span { color: var(--muted); margin-top: 2px; }
.dark-panel + .support-grid { align-self: stretch; }
.dark-panel + .support-grid div { background: rgba(255,250,240,.72); border-radius: 8px; padding: 18px 18px 18px 20px; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.process-grid-compact { grid-template-columns: repeat(2, minmax(0,1fr)); }
.process-grid article, .comparison-table, .faq-grid details, .sitemap-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}
.process-grid span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}
.process-grid h3 { margin-top: 20px; color: var(--green); font-size: 1.4rem; }
.process-grid p { margin: 10px 0 0; color: var(--muted); }
.enquiry-panel, .contact-form { display: grid; gap: 16px; padding: 28px; }
.enquiry-panel h2, .enquiry-panel h3 { color: var(--green); font-size: 2rem; line-height: 1.1; }
label { display: grid; gap: 6px; color: var(--ink); font-weight: 900; }
input, select, textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(23,37,27,.2);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  padding: 11px 12px;
}
textarea { min-height: 136px; resize: vertical; }
.form-message { min-height: 24px; margin: 0; color: var(--green); font-weight: 900; }
.comparison-table { overflow-x: auto; padding: 0; }
table { width: 100%; border-collapse: collapse; min-width: 640px; }
th, td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--green); background: var(--sage); }
.faq-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
details summary { cursor: pointer; color: var(--green); font-weight: 900; }
details p { margin: 12px 0 0; color: var(--muted); }
.contact-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.site-footer { background: var(--green); color: #fff; padding: 30px 20px; }
.footer-inner { display: grid; grid-template-columns: auto 1fr; gap: 18px 28px; align-items: center; }
.site-footer .brand-mark { background: url("./assets/logo-mark.jpg") center / cover no-repeat, rgba(255,255,255,.9); }
.site-footer .brand-copy span, .site-footer p, .footer-links a { color: rgba(255,255,255,.76); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 18px; font-weight: 800; }
.site-footer p { grid-column: 1 / -1; margin: 0; border-top: 1px solid rgba(255,255,255,.16); padding-top: 16px; }
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(13,24,18,.64); }
.modal-panel {
  position: relative;
  z-index: 1;
  width: min(1080px,100%);
  max-height: min(820px, calc(100vh - 40px));
  display: grid;
  grid-template-columns: minmax(300px,.88fr) minmax(0,1.12fr);
  overflow: auto;
  background: var(--paper);
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--green);
  font-weight: 900;
}
.modal-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  height: clamp(420px, 58vw, 760px);
  overflow: hidden;
  background: #faf8f1;
  padding: 28px 58px 86px;
}
.modal-image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal-gallery-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(23,37,27,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--green);
  font-size: 1.25rem;
  font-weight: 900;
  transform: translateY(-50%);
  box-shadow: 0 10px 20px rgba(23,37,27,.12);
}
.modal-gallery-button-prev { left: 16px; }
.modal-gallery-button-next { right: 16px; }
.modal-thumbs {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px 2px 4px;
  scrollbar-width: none;
}
.modal-thumbs::-webkit-scrollbar { display: none; }
.modal-thumb {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(23,37,27,.16);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,.9);
  padding: 0;
}
.modal-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-thumb.is-active {
  border-color: var(--green);
  box-shadow: 0 0 0 2px rgba(23,63,39,.2);
}
.modal-content { display: grid; align-content: start; gap: 16px; padding: 42px; }
.modal-content h2 { color: var(--green); font-size: 2.6rem; line-height: 1.04; }
.modal-content p:not(.product-tag) { margin: 0; color: var(--muted); }
.modal-content strong { color: var(--cocoa); font-size: 1.1rem; }
.modal-detail {
  display: grid;
  gap: 18px;
}
.modal-lede {
  color: var(--muted);
  font-size: 1.02rem;
}
.modal-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.modal-facts div {
  min-width: 0;
  border: 1px solid rgba(23,37,27,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.68);
  padding: 12px;
}
.modal-facts span,
.modal-facts strong {
  display: block;
}
.modal-facts span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}
.modal-facts strong {
  margin-top: 4px;
  color: var(--green);
  font-size: .98rem;
  line-height: 1.35;
}
.modal-info-grid {
  display: grid;
  gap: 12px;
}
.modal-info-block {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.modal-info-block h3 {
  color: var(--green);
  font-size: 1.05rem;
}
.modal-info-block ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.modal-info-block li {
  position: relative;
  color: var(--muted);
  padding-left: 18px;
}
.modal-info-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--matcha);
}

.cart-drawer[hidden] { display: none; }
.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 104;
  display: grid;
  justify-items: end;
}
.cart-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(13, 24, 18, 0.56);
}
.cart-panel {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  padding: 24px;
  border-left: 1px solid rgba(23,37,27,.14);
  background: var(--paper);
  box-shadow: -30px 0 90px rgba(22, 30, 18, 0.2);
  transform: translateX(105%);
  animation: cartSlideIn 520ms var(--ease-out-expo) forwards;
}
.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}
.cart-header h2 {
  color: var(--green);
  font-size: 2rem;
}
.cart-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--green);
  font-weight: 900;
}
.cart-items {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 12px;
  overflow: auto;
  padding-right: 4px;
}
.cart-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}
.cart-item img {
  width: 74px;
  height: 74px;
  border-radius: 6px;
  object-fit: cover;
  background: var(--sage);
}
.cart-item-body {
  min-width: 0;
  display: grid;
  gap: 8px;
}
.cart-item-title {
  color: var(--green);
  font-weight: 900;
  line-height: 1.2;
}
.cart-item-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: .9rem;
}
.cart-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.qty-button,
.cart-remove {
  min-width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  color: var(--green);
  font-weight: 900;
}
.cart-remove {
  min-width: auto;
  padding: 0 10px;
}
.cart-qty {
  min-width: 24px;
  text-align: center;
  color: var(--ink);
  font-weight: 900;
}
.cart-empty {
  border: 1px dashed rgba(18,57,35,.28);
  border-radius: 8px;
  background: rgba(232,240,220,.55);
  color: var(--muted);
  padding: 18px;
}
.cart-footer {
  display: grid;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.cart-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--green);
  font-weight: 900;
}
.cart-note {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr);
  gap: 28px;
  align-items: start;
}
.checkout-form,
.checkout-summary {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.checkout-form {
  display: grid;
  gap: 18px;
  padding: 28px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.full-span { grid-column: 1 / -1; }
.checkout-summary {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
  padding: 26px;
}
.checkout-summary h2 {
  color: var(--green);
  font-size: 2rem;
}
.checkout-items {
  display: grid;
  gap: 12px;
}
.checkout-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.checkout-item img {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  object-fit: cover;
  background: var(--sage);
}
.checkout-item strong,
.checkout-item span {
  display: block;
}
.checkout-item strong {
  color: var(--green);
  font-weight: 900;
  line-height: 1.2;
}
.checkout-item span {
  color: var(--muted);
  font-size: .9rem;
  margin-top: 3px;
}
.checkout-item b {
  color: var(--cocoa);
  white-space: nowrap;
}
.checkout-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  color: var(--green);
  font-size: 1.08rem;
  font-weight: 900;
}
.button:disabled {
  cursor: not-allowed;
  opacity: .58;
  transform: none;
}
body.reveal-ready [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
body.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.cursor-glow,
.cursor-dot,
.scroll-progress,
.page-transition {
  position: fixed;
  pointer-events: none;
}
.cursor-glow {
  z-index: 95;
  left: 0;
  top: 0;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  opacity: 0;
  transform: translate3d(calc(var(--cursor-x, -200px) - 50%), calc(var(--cursor-y, -200px) - 50%), 0);
  background:
    radial-gradient(circle, rgba(159, 189, 95, 0.28), rgba(191, 112, 72, 0.12) 38%, transparent 68%);
  filter: blur(8px);
  mix-blend-mode: multiply;
  transition: opacity 180ms ease;
}
.cursor-dot {
  z-index: 96;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
  transform: translate3d(calc(var(--cursor-x, -20px) - 50%), calc(var(--cursor-y, -20px) - 50%), 0);
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(159, 189, 95, 0.16);
  transition: opacity 180ms ease, width 180ms ease, height 180ms ease, background 180ms ease;
}
.cursor-active .cursor-glow,
.cursor-active .cursor-dot {
  opacity: 1;
}
.cursor-hover .cursor-dot {
  width: 14px;
  height: 14px;
  background: var(--clay);
}
.scroll-progress {
  z-index: 115;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--matcha), var(--clay), #fffaf0);
}
.page-transition {
  z-index: 125;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255,250,240,.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,250,240,.06) 1px, transparent 1px),
    linear-gradient(135deg, rgba(18, 57, 35, 0.97), rgba(13, 33, 22, 0.99));
  background-size: 40px 40px, 40px 40px, auto;
  transform: translateY(105%);
}
.page-transition-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  transform: translateY(16px) scale(.96);
  opacity: 0;
}
.page-transition-card img {
  width: 88px;
  height: 88px;
  border: 1px solid rgba(255,250,240,.36);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 52px rgba(0,0,0,.28);
}
.page-transition-card strong {
  font-family: var(--font-display);
  font-size: 2.45rem;
  font-weight: 900;
}
.page-transition-card span {
  width: min(360px, 64vw);
  height: 4px;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--matcha), #fffaf0, var(--clay));
  box-shadow: 0 0 24px rgba(159, 189, 95, 0.28);
}
.page-transition.is-active {
  animation: pageSweep 920ms cubic-bezier(.72,0,.18,1) forwards;
}
.page-transition.is-active .page-transition-card { animation: transitionWord 780ms ease both; }
.page-transition.is-active .page-transition-card span { animation: transitionLoad 820ms cubic-bezier(.22,.9,.2,1) forwards; }

@keyframes introFade {
  0%, 72% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; pointer-events: none; }
}
@keyframes introLift {
  0% { opacity: 0; transform: translateY(16px) scale(.96); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes introLogo {
  from { opacity: 0; transform: scale(.88) rotate(-2deg); filter: blur(10px); }
  to { opacity: 1; transform: scale(1) rotate(0deg); filter: blur(0); }
}
@keyframes introWord {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes introProgress {
  from { transform: translateX(-50%) scaleX(0); }
  to { transform: translateX(-50%) scaleX(1); }
}
@keyframes titleSettle {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes visualArrive {
  from { opacity: 0; transform: translateY(calc(-50% + 24px)) scale(.96); filter: blur(8px); }
  to { opacity: var(--hero-visual-opacity, 1); transform: translateY(-50%) scale(1); filter: blur(0); }
}
@keyframes steamDrift {
  0%, 100% { transform: translateY(0) rotate(14deg); opacity: .9; }
  50% { transform: translateY(-3px) rotate(14deg); opacity: .64; }
}
@keyframes heroIn {
  from { opacity: .88; filter: saturate(.9); }
  to { opacity: 1; filter: saturate(1); }
}
@keyframes stageFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes logoBreath {
  0%, 100% { transform: translateY(0) scale(1); filter: saturate(1); }
  50% { transform: translateY(-8px) scale(1.018); filter: saturate(1.08); }
}
@keyframes cupSway {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  30% { transform: translateY(-4px) rotate(-1.2deg); }
  62% { transform: translateY(2px) rotate(.9deg); }
}
@keyframes shadowBreathe {
  0%, 100% { opacity: .82; transform: scaleX(1); }
  30% { opacity: .62; transform: scaleX(.92); }
  62% { opacity: .9; transform: scaleX(1.04); }
}
@keyframes teaFloat {
  0%, 100% { transform: translateX(0) rotate(0deg); }
  38% { transform: translate(2px, 1px) rotate(.25deg); }
  68% { transform: translate(-2px, 0) rotate(-.2deg); }
}
@keyframes teaPulse {
  0%, 100% { transform: translateX(0); filter: saturate(1); }
  45% { transform: translateX(2px); filter: saturate(1.08); }
  72% { transform: translateX(-2px); }
}
@keyframes teaSwish {
  0%, 100% { opacity: .24; transform: translateX(-4px); }
  45% { opacity: .48; transform: translateX(5px); }
  75% { opacity: .34; transform: translateX(1px); }
}
@keyframes foamDrift {
  0%, 100% { opacity: .52; transform: translate(0, 0) scale(.92); }
  45% { opacity: .9; transform: translate(3px, -2px) scale(1); }
  76% { opacity: .68; transform: translate(-2px, 1px) scale(.96); }
}
@keyframes matchaSteam {
  0% { opacity: 0; transform: translateY(18px) scale(.84); stroke-dasharray: 0 120; }
  24% { opacity: .72; stroke-dasharray: 54 120; }
  64% { opacity: .48; }
  100% { opacity: 0; transform: translateY(-24px) scale(1.05); stroke-dasharray: 0 120; }
}
@keyframes matchaLeafFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-8deg); opacity: .76; }
  45% { transform: translate3d(13px, -16px, 0) rotate(10deg); opacity: 1; }
  72% { transform: translate3d(-7px, -6px, 0) rotate(3deg); opacity: .86; }
}
@keyframes transitionWord {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes transitionLoad {
  0% { transform: scaleX(0); }
  72% { transform: scaleX(.82); }
  100% { transform: scaleX(1); }
}
@keyframes cartSlideIn {
  from { transform: translateX(105%); }
  to { transform: translateX(0); }
}
@keyframes pageSweep {
  0% { transform: translateY(105%); }
  48% { transform: translateY(0); }
  100% { transform: translateY(-105%); }
}

@media (max-width: 980px) {
  .header-shell {
    width: calc(100% - 28px);
    max-width: var(--container);
    min-height: 70px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
  }
  .main-nav {
    position: fixed;
    top: 82px;
    left: 14px;
    right: 14px;
    justify-self: stretch;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    padding: 8px;
    box-shadow: var(--shadow);
    max-height: calc(100dvh - 96px);
    overflow-y: auto;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px; }
  .menu-button { display: block; }
  .intro-card strong { font-size: 3.2rem; }
  .hero { min-height: 620px; }
  .hero-visual {
    right: -54px;
    width: 430px;
    height: 480px;
    --hero-visual-opacity: .38;
  }
  .hero h1, .page-hero h1 { font-size: 2.9rem; }
  .section-heading h2 { font-size: 2.3rem; }
  .page-transition-card strong { font-size: 2.2rem; }
  .page-hero-inner,
  .section-inner,
  .footer-inner { width: 100%; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .two-column, .contact-layout, .split-feature { grid-template-columns: 1fr; }
  .process-grid, .faq-grid, .flavour-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .site-header { backdrop-filter: blur(12px); }
  .header-shell {
    width: calc(100% - 24px);
    min-height: 64px;
    gap: 10px;
  }
  .brand { gap: 8px; }
  .brand-mark { width: 40px; height: 40px; border-radius: 6px; }
  .brand-mark-large { width: min(300px, 76vw); height: min(300px, 76vw); }
  .intro-card strong { font-size: 2.38rem; }
  .brand-copy { min-width: 0; }
  .brand-copy strong { overflow: hidden; font-size: 1rem; text-overflow: ellipsis; white-space: nowrap; }
  .brand-copy span { display: none; }
  .header-actions { gap: 8px; }
  .cart-button { min-height: 40px; gap: 6px; padding: 6px 9px; font-size: .8rem; }
  .cart-button span { display: inline; }
  .cart-button strong { min-width: 24px; height: 24px; font-size: .82rem; }
  .menu-button { width: 40px; height: 40px; }
  .main-nav { top: 72px; left: 12px; right: 12px; max-height: calc(100dvh - 84px); }
  .main-nav a { padding: 12px; }
  .hero { min-height: 0; }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(11,28,19,.98) 0%, rgba(15,42,27,.96) 64%, rgba(18,57,35,.9) 100%);
  }
  .hero-visual {
    right: -126px;
    top: auto;
    bottom: -88px;
    width: 350px;
    height: 370px;
    --hero-visual-opacity: .16;
    transform: none;
    animation: none;
  }
  .home-hero .hero-visual { display: none; }
  .hero-logo-card { display: none; }
  .matcha-motion { bottom: 0; transform: scale(.72); transform-origin: center bottom; }
  .hero-content { width: calc(100% - 32px); padding: 42px 0 36px; }
  .hero-content > * { max-width: none; }
  .hero h1, .page-hero h1 { font-size: 2.18rem; line-height: 1.06; }
  .home-hero .hero-content { padding: 34px 0 28px; }
  .home-hero h1 { font-size: 2rem; line-height: 1.08; }
  .section-heading h2 { font-size: 1.9rem; line-height: 1.12; }
  .page-transition-card strong { font-size: 1.8rem; }
  .page-transition-card img { width: 74px; height: 74px; }
  .eyebrow { margin-bottom: 10px; font-size: .7rem; line-height: 1.4; }
  .hero-copy, .page-hero p:not(.eyebrow) { margin-top: 18px; font-size: .98rem; line-height: 1.65; }
  .home-hero .hero-copy { margin-top: 16px; font-size: .94rem; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
  .home-hero .hero-actions { margin-top: 20px; }
  .hero-actions .button { width: 100%; min-height: 46px; padding: 11px 14px; }
  .hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
  }
  .home-hero .hero-metrics { margin-top: 24px; padding-top: 18px; }
  .hero-metrics div { min-width: 0; }
  .hero-metrics dt { font-size: 1.2rem; }
  .hero-metrics dd { margin-top: 5px; font-size: .72rem; line-height: 1.35; }
  .page-hero { padding: 46px 16px 36px; }
  .breadcrumb { margin-bottom: 18px; font-size: .82rem; }
  .section { padding: 56px 16px; }
  .page-hero-inner,
  .section-inner,
  .footer-inner { width: 100%; }
  .section-heading { margin-bottom: 24px; }
  .section-heading p:not(.eyebrow) { margin-top: 12px; font-size: .98rem; }
  .category-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto minmax(0, 1fr);
    gap: 3px;
    overflow: visible;
  }
  .tab { min-width: 0; min-height: 38px; padding: 7px 9px; font-size: .78rem; white-space: nowrap; }
  .product-grid, .process-grid, .process-grid-compact, .faq-grid, .flavour-grid { grid-template-columns: 1fr; }
  .product-grid { gap: 16px; }
  body[data-page="home"] .product-section .product-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 320px);
    gap: 14px;
    margin-inline: -16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 4px 16px 20px;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
  }
  body[data-page="home"] .product-section .product-grid::-webkit-scrollbar { display: none; }
  body[data-page="home"] .product-section .product-card { scroll-snap-align: start; }
  body[data-page="home"] .product-section .product-actions { grid-template-columns: 1fr; }
  .product-card { box-shadow: 0 12px 28px rgba(35, 41, 27, .09); }
  .product-body { padding: 18px 18px 0; }
  .product-card h3 { font-size: 1.42rem; }
  .product-actions { grid-template-columns: minmax(0,1fr) auto; gap: 8px; padding: 18px; }
  .product-actions .button { min-height: 44px; padding: 10px 14px; }
  .flavour-rail { grid-auto-columns: min(82vw, 280px); gap: 14px; padding-inline: 0; }
  .two-column, .contact-layout, .split-feature { gap: 24px; }
  .enquiry-panel, .contact-form, .process-grid article, .statement-panel { padding: 18px; }
  .enquiry-panel h2, .enquiry-panel h3 { font-size: 1.68rem; }
  .comparison-table { margin-inline: 0; }
  th, td { padding: 13px; }
  .site-footer { padding: 26px 16px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: start; }
  .footer-links { justify-content: flex-start; }
  .modal { padding: 0; }
  .modal-panel { width: 100%; height: 100dvh; max-height: none; display: block; border: 0; border-radius: 0; }
  .modal-close { top: max(12px, env(safe-area-inset-top)); right: 12px; }
  .modal-image { min-height: 0; height: 292px; max-height: none; padding: 16px 54px 68px; overflow: hidden; }
  .modal-gallery-button { width: 34px; height: 34px; font-size: 1rem; }
  .modal-gallery-button-prev { left: 12px; }
  .modal-gallery-button-next { right: 12px; }
  .modal-thumbs { left: 12px; right: 12px; bottom: 10px; }
  .modal-thumb { flex-basis: 46px; width: 46px; height: 46px; }
  .modal-content { padding: 22px 18px max(26px, env(safe-area-inset-bottom)); }
  .modal-content h2 { font-size: 1.75rem; line-height: 1.1; }
  .modal-facts { grid-template-columns: 1fr; }
  .cart-panel { width: 100%; height: 100dvh; gap: 14px; padding: 16px 14px max(16px, env(safe-area-inset-bottom)); }
  .cart-header { padding-bottom: 12px; }
  .cart-header h2 { font-size: 1.58rem; }
  .cart-item { grid-template-columns: 64px 1fr; gap: 12px; padding: 10px; }
  .cart-item img { width: 64px; height: 64px; }
  .checkout-layout { grid-template-columns: 1fr; gap: 18px; }
  .checkout-form, .checkout-summary { padding: 18px; }
  .checkout-summary { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .checkout-item { grid-template-columns: 56px 1fr; gap: 10px; }
  .checkout-item img { width: 56px; height: 56px; }
  .checkout-item b { grid-column: 2; }
}

@media (max-width: 360px) {
  .header-shell { width: calc(100% - 20px); gap: 8px; }
  .brand-copy strong { font-size: .92rem; }
  .cart-button span { display: none; }
  .hero h1, .page-hero h1 { font-size: 2.02rem; }
  .home-hero h1 { font-size: 1.9rem; }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-metrics div { display: grid; grid-template-columns: 92px 1fr; align-items: baseline; gap: 8px; }
  .hero-metrics dd { margin: 0; }
}

@media (pointer: coarse), (max-width: 780px) {
  .cursor-glow,
  .cursor-dot {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  .brand-intro { display: none; }
  .cursor-glow,
  .cursor-dot,
  .page-transition,
  .scroll-progress {
    display: none;
  }
  body.reveal-ready [data-reveal], [data-reveal] { opacity: 1; transform: none; }
}
