@font-face {
  font-family: "Obviously";
  src: url("assets/fonts/fonnts.com-Obviously.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Obviously";
  src: url("assets/fonts/fonnts.com-Obviously_Medi.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Obviously";
  src: url("assets/fonts/fonnts.com-Obviously_Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Obviously";
  src: url("assets/fonts/fonnts.com-Obviously_Blck.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --wine: #9c2023;
  --yellow: #f2e4ad;
  --brown: #432216;
  --coffee: #b86f45;
  --cream: var(--yellow);
  --line: 2px solid var(--brown);
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--brown);
  font-family: "Obviously", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
}

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

button,
input {
  font: inherit;
}

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

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

.announcement {
  min-height: 36px;
  padding: 0.45rem var(--pad);
  display: flex;
  justify-content: center;
  gap: 2rem;
  background: var(--brown);
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.announcement p {
  margin: 0;
}

.announcement a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  min-height: 84px;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: var(--line);
  background: color-mix(in srgb, var(--cream) 94%, transparent);
  backdrop-filter: blur(12px);
}

.site-header:has(.brand-lockup) {
  min-height: 112px;
}

.wordmark {
  display: flex;
  align-items: center;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.wordmark .ampersand {
  width: 34px;
  height: 34px;
  margin: 0 0.35rem;
  display: grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 45% 55% 48% 52%;
  font-size: 1rem;
  font-weight: 400;
  transform: rotate(-8deg);
}

.brand-logo-link {
  width: 118px;
  height: 94px;
  display: block;
  overflow: visible;
}

.brand-lockup {
  --lockup-width: 118px;
  position: relative;
  width: var(--lockup-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: currentColor;
  font-family: "Obviously", Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.72;
}

.lockup-est {
  margin-bottom: 0.45em;
  padding: 0.22em 0.55em 0.28em;
  border: 1.4px solid currentColor;
  border-radius: 50%;
  font-size: calc(var(--lockup-width) * 0.075);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.lockup-over {
  position: relative;
  display: block;
  font-size: calc(var(--lockup-width) * 0.35);
}

.lockup-over::after {
  position: absolute;
  top: 25%;
  right: -17%;
  width: 15%;
  height: 2px;
  background: currentColor;
  box-shadow:
    3px -7px 0 -0.3px currentColor,
    3px 7px 0 -0.3px currentColor;
  content: "";
}

.lockup-bottom {
  margin-top: 0.07em;
  display: flex;
  align-items: center;
}

.lockup-oat {
  font-size: calc(var(--lockup-width) * 0.35);
}

.lockup-amp {
  width: calc(var(--lockup-width) * 0.24);
  height: calc(var(--lockup-width) * 0.24);
  margin-right: 0.025em;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 46% 54% 42% 58% / 54% 42% 58% 46%;
  font-family: Georgia, serif;
  font-size: calc(var(--lockup-width) * 0.17);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  transform: rotate(-6deg);
}

.lockup-tagline {
  margin-top: 0.8em;
  font-size: calc(var(--lockup-width) * 0.052);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
}

.lockup-header {
  --lockup-width: 112px;
  color: var(--wine);
  transform: scale(0.78);
  transform-origin: left center;
}

.lockup-jar {
  --lockup-width: 205px;
  color: var(--yellow);
}

.lockup-footer {
  --lockup-width: clamp(210px, 28vw, 390px);
  color: var(--yellow);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.2vw, 2.5rem);
  font-size: 0.76rem;
  font-weight: 500;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 2px;
  background: var(--wine);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  justify-self: auto;
}

.header-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 0.65rem;
}

.button-order {
  background: var(--yellow);
  color: var(--brown);
}

.menu-toggle {
  display: none;
}

.button {
  min-height: 52px;
  padding: 0.85rem 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brown);
  border-radius: 100px;
  background: var(--wine);
  color: var(--yellow);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 4px 4px 0 var(--brown);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  box-shadow: 1px 1px 0 var(--brown);
  transform: translate(3px, 3px);
}

.button-small {
  min-height: 42px;
  padding: 0.65rem 1rem;
  font-size: 0.7rem;
}

.button-yellow {
  background: var(--yellow);
  color: var(--brown);
}

.button-brown {
  background: var(--brown);
  color: var(--yellow);
}

.text-link {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  border-bottom: 1.5px solid currentColor;
  font-size: 0.8rem;
  font-weight: 700;
}

.hero {
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  border-bottom: var(--line);
}

.hero-copy {
  padding: clamp(4rem, 8vw, 8.5rem) var(--pad) 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow,
.section-label {
  margin: 0 0 1.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  letter-spacing: -0.065em;
  line-height: 0.94;
}

h1 {
  max-width: 9ch;
  margin-bottom: 2rem;
  font-size: clamp(4.4rem, 8.7vw, 9.5rem);
  font-weight: 900;
}

h1 em,
h2 em {
  color: var(--wine);
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.08em;
}

.hero-intro {
  max-width: 37rem;
  margin-bottom: 2rem;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.hero-actions {
  display: flex;
  gap: 1.75rem;
  align-items: center;
}

.proof-list {
  margin: auto 0 0;
  padding: 2.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
}

.proof-list li {
  padding: 0.5rem 0.7rem;
  border: 1.5px solid var(--brown);
  border-radius: 100px;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-art {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-left: var(--line);
  background: var(--wine);
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doodle,
.hero-sticker {
  position: absolute;
}

.doodle-one {
  top: 9%;
  right: 7%;
  color: var(--yellow);
  font-size: 4rem;
  transform: rotate(12deg);
}

.doodle-two {
  right: -2rem;
  bottom: 18%;
  padding: 0.7rem 2.7rem;
  border: 2px solid var(--brown);
  background: var(--yellow);
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: 1.3rem;
  font-style: italic;
  transform: rotate(-9deg);
}

.hero-sticker {
  top: 5%;
  left: 4%;
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brown);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--brown);
  text-align: center;
  transform: rotate(-8deg);
}

.hero-sticker strong {
  font-size: 2.2rem;
  line-height: 0.9;
}

.hero-sticker span {
  font-size: 0.56rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.ticker {
  padding: 0.85rem 0;
  overflow: hidden;
  border-bottom: var(--line);
  background: var(--yellow);
}

.ticker-track {
  width: max-content;
  display: flex;
  gap: 1.4rem;
  align-items: center;
  animation: ticker 25s linear infinite;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.section-pad {
  padding: clamp(5.5rem, 10vw, 10rem) var(--pad);
}

.about {
  background: var(--cream);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.about h2,
.section-heading h2,
.story h2,
.drop h2,
.notify h2 {
  margin-bottom: 0;
  font-size: clamp(3.5rem, 7.2vw, 8rem);
  font-weight: 900;
}

.about h2 span {
  color: var(--wine);
}

.about-copy {
  padding-bottom: 0.7rem;
  font-size: 0.95rem;
}

.about-copy p {
  margin-bottom: 1.35rem;
}

.promise-card {
  position: relative;
  margin-top: clamp(5rem, 9vw, 10rem);
  padding: clamp(2.5rem, 6vw, 6rem);
  border: var(--line);
  border-radius: 50% 50% 5rem 5rem / 3rem 3rem 5rem 5rem;
  background: var(--yellow);
  text-align: center;
}

.promise-card blockquote {
  max-width: 22ch;
  margin: 0 auto;
  font-family: Georgia, serif;
  font-size: clamp(2.2rem, 4.5vw, 5rem);
  font-style: italic;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.promise-seal {
  position: absolute;
  right: 5%;
  bottom: -42px;
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  border: 2px solid var(--yellow);
  border-radius: 50%;
  outline: 2px solid var(--wine);
  background: var(--wine);
  color: var(--yellow);
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1.15;
  transform: rotate(9deg);
}

.products {
  border-top: var(--line);
  background: var(--yellow);
}

.section-heading {
  margin-bottom: clamp(3.5rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: 1fr minmax(240px, 0.36fr);
  gap: 3rem;
  align-items: end;
}

.section-heading p {
  margin-bottom: 0;
}

.flavour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: var(--line);
}

.flavour-card {
  min-width: 0;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  border-right: var(--line);
}

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

.flavour-card.coffee {
  background: var(--coffee);
  color: var(--brown);
}

.flavour-card.chocolate {
  background: var(--brown);
  color: var(--yellow);
}

.flavour-card.vanilla {
  background: var(--cream);
}

.card-topline {
  display: flex;
  justify-content: space-between;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.jar {
  width: min(70%, 250px);
  margin: clamp(3rem, 7vw, 6rem) auto 2.5rem;
  filter: drop-shadow(12px 14px 0 rgb(67 34 22 / 18%));
  transform: rotate(-3deg);
  transition: transform 250ms ease;
}

.flavour-card:nth-child(2) .jar {
  transform: rotate(3deg);
}

.flavour-card:hover .jar {
  transform: rotate(0) translateY(-8px);
}

.jar-lid {
  width: 82%;
  height: 26px;
  margin: 0 auto -3px;
  border: 2px solid currentColor;
  border-radius: 10px 10px 2px 2px;
  background: var(--yellow);
}

.jar-body {
  aspect-ratio: 0.84;
  padding: 20% 8% 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  border-radius: 10% 10% 22% 22%;
  background: rgb(242 228 173 / 63%);
  color: var(--brown);
  text-align: center;
  backdrop-filter: blur(4px);
}

.jar-body span {
  font-size: clamp(1.4rem, 2.8vw, 2.6rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.08em;
}

.jar-body small {
  margin-top: 1rem;
  font-family: Georgia, serif;
  font-size: 0.85rem;
  font-style: italic;
}

.card-copy {
  margin-top: auto;
}

.card-copy h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 900;
}

.card-copy p {
  max-width: 30ch;
  margin: 0;
  font-size: 0.75rem;
}

.size-switcher {
  padding: clamp(2rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  border: solid var(--brown);
  border-width: 0 2px 2px;
  background: var(--cream);
}

.size-copy .eyebrow {
  margin-bottom: 0.7rem;
}

.size-copy h3 {
  margin-bottom: 0.5rem;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  font-weight: 900;
}

.size-copy p:last-child {
  margin-bottom: 0;
}

.size-controls {
  display: flex;
  border: 2px solid var(--brown);
  border-radius: 100px;
  overflow: hidden;
}

.size-button {
  width: 125px;
  padding: 0.8rem;
  border: 0;
  background: transparent;
  color: var(--brown);
  cursor: pointer;
}

.size-button + .size-button {
  border-left: 2px solid var(--brown);
}

.size-button.active {
  background: var(--wine);
  color: var(--yellow);
}

.size-button strong,
.size-button span {
  display: block;
}

.size-button strong {
  font-size: 1.15rem;
}

.size-button span {
  font-size: 0.6rem;
}

.story {
  background: var(--cream);
}

.story-intro {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 2rem;
}

.story-intro h2 {
  max-width: 12ch;
}

.story-body {
  margin-top: clamp(4rem, 9vw, 9rem);
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: clamp(2rem, 8vw, 8rem);
  align-items: center;
}

.story-photo-placeholder {
  min-height: 600px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--brown);
  border-radius: 49% 51% 3rem 3rem / 4rem 4rem 3rem 3rem;
  background:
    repeating-linear-gradient(135deg, transparent 0 16px, rgb(67 34 22 / 5%) 16px 18px),
    var(--yellow);
  color: var(--brown);
  text-align: center;
}

.story-photo-placeholder span {
  font-family: Georgia, serif;
  font-size: 2rem;
  font-style: italic;
}

.story-photo-placeholder small {
  margin-top: 0.6rem;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-copy {
  font-size: 1rem;
}

.story-copy .lead {
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 3.2vw, 3.4rem);
  font-style: italic;
  line-height: 1.08;
}

.story-punchline {
  margin-top: 2.5rem;
  color: var(--wine);
  font-size: 1.25rem;
  font-weight: 900;
}

.drop {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(3rem, 8vw, 9rem);
  overflow: hidden;
  border-top: var(--line);
  background: var(--wine);
  color: var(--yellow);
}

.drop h2 em {
  color: var(--yellow);
}

.drop-copy > p {
  max-width: 50rem;
}

.drop-copy .button {
  margin-top: 1rem;
}

.drop-art {
  position: relative;
  min-height: 620px;
}

.drop-card {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(26vw, 360px);
  aspect-ratio: 0.72;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brown);
  color: var(--brown);
  text-align: center;
}

.card-back {
  background: var(--yellow);
  font-size: 1.5rem;
  font-weight: 900;
  transform: translate(-86%, -48%) rotate(-13deg);
}

.card-mid {
  background: var(--cream);
  font-size: 1.5rem;
  font-weight: 900;
  transform: translate(-20%, -54%) rotate(11deg);
}

.card-front {
  background: var(--yellow);
  transform: translate(-51%, -50%) rotate(-2deg);
  box-shadow: 14px 14px 0 var(--brown);
}

.card-front span {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.card-front strong {
  font-size: clamp(5rem, 10vw, 8rem);
  line-height: 0.9;
}

.card-front small {
  font-family: Georgia, serif;
  font-size: 1rem;
  font-style: italic;
}

.drop-badge {
  position: absolute;
  top: 5rem;
  right: 2rem;
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  border: 2px solid var(--brown);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--brown);
  font-size: 0.65rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(10deg);
}

.notify {
  border-bottom: var(--line);
  background: var(--yellow);
  text-align: center;
}

.notify h2 {
  margin-bottom: 3rem;
}

.notify-form {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
}

.notify-form input {
  min-width: 0;
  flex: 1;
  padding: 1rem 1.4rem;
  border: 2px solid var(--brown);
  border-radius: 100px 0 0 100px;
  background: var(--cream);
  color: var(--brown);
  outline: none;
}

.notify-form .button {
  border-radius: 0 100px 100px 0;
  box-shadow: none;
}

.notify-form .button:hover {
  transform: none;
}

.form-note {
  margin: 1rem 0 0;
  font-size: 0.65rem;
}

.site-footer {
  padding: 4rem var(--pad) 2rem;
  background: var(--brown);
  color: var(--yellow);
}

.footer-brand {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-est-badge {
  position: relative;
  z-index: 1;
  margin-bottom: -0.25rem;
  padding: 0.32rem 0.85rem 0.38rem;
  border: 1.5px solid var(--yellow);
  border-radius: 50%;
  color: var(--yellow);
  font-size: clamp(0.8rem, 1.2vw, 1rem);
  font-weight: 500;
  line-height: 1;
}

.footer-mark {
  font-size: clamp(4rem, 14vw, 13rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.09em;
  white-space: nowrap;
}

.footer-mark span {
  display: inline-grid;
  place-items: center;
  width: 0.72em;
  height: 0.72em;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 0.65em;
  font-weight: 400;
}

.footer-links {
  margin: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.footer-bottom {
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--yellow);
  font-size: 0.62rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    position: fixed;
    inset: 84px 0 auto;
    padding: 2rem var(--pad);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: var(--line);
    background: var(--yellow);
    font-size: 1.3rem;
  }

  .site-nav.open {
    display: flex;
  }

  .header-cta {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .menu-toggle {
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    width: 24px;
    height: 2px;
    background: var(--brown);
  }

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

  .hero-copy {
    min-height: 700px;
  }

  .hero-art {
    min-height: min(100vw, 800px);
    border-top: var(--line);
    border-left: 0;
  }

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

  .about-copy {
    max-width: 45rem;
  }

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

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

  .flavour-card:last-child {
    grid-column: 1 / -1;
    border-top: var(--line);
  }

  .flavour-card:last-child .jar {
    width: min(40%, 250px);
  }

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

  .drop-art {
    min-height: 560px;
  }

  .drop-card {
    width: min(50vw, 350px);
  }
}

@media (max-width: 700px) {
  .announcement {
    justify-content: center;
    text-align: center;
  }

  .announcement a {
    display: none;
  }

  .site-header {
    min-height: 70px;
  }

  .site-nav {
    inset: 70px 0 auto;
  }

  .hero-copy {
    min-height: 620px;
    padding-top: 4.5rem;
  }

  h1 {
    font-size: clamp(4rem, 21vw, 6.4rem);
  }

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

  .proof-list {
    margin-top: 2rem;
  }

  .hero-art {
    min-height: 100vw;
  }

  .hero-sticker {
    width: 95px;
    height: 95px;
  }

  .section-pad {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .about h2,
  .section-heading h2,
  .story h2,
  .drop h2,
  .notify h2 {
    font-size: clamp(3.1rem, 15vw, 5.2rem);
  }

  .promise-card {
    border-radius: 3rem;
  }

  .promise-seal {
    width: 90px;
    height: 90px;
  }

  .section-heading,
  .story-intro,
  .story-body {
    grid-template-columns: 1fr;
  }

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

  .flavour-card,
  .flavour-card:nth-child(2) {
    border-right: 0;
    border-bottom: var(--line);
  }

  .flavour-card:last-child {
    grid-column: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .flavour-card:last-child .jar,
  .jar {
    width: min(60%, 220px);
  }

  .size-switcher {
    grid-template-columns: 1fr;
  }

  .size-controls,
  .size-button {
    width: 100%;
  }

  .story-photo-placeholder {
    min-height: 450px;
  }

  .drop {
    padding-bottom: 2rem;
  }

  .drop-art {
    min-height: 480px;
  }

  .drop-card {
    width: min(66vw, 300px);
  }

  .drop-badge {
    top: auto;
    right: 1rem;
    bottom: 1.5rem;
    z-index: 2;
  }

  .notify-form {
    gap: 0.8rem;
    flex-direction: column;
  }

  .notify-form input,
  .notify-form .button {
    border-radius: 100px;
  }

  .footer-mark {
    white-space: normal;
  }

  .footer-bottom {
    gap: 1rem;
    flex-direction: column;
  }
}

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

  .ticker-track {
    animation: none;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Multi-page site */
.site-nav a.active::after {
  transform: scaleX(1);
}

.home-hero {
  position: relative;
  min-height: calc(100svh - 120px);
  padding: clamp(4rem, 7vw, 7rem) var(--pad) 3rem;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  grid-template-rows: 1fr auto;
  gap: 2rem clamp(2rem, 7vw, 8rem);
  overflow: hidden;
  background: var(--wine);
  color: var(--yellow);
}

.home-hero-copy {
  align-self: center;
}

.home-hero h1 {
  max-width: 7ch;
  margin: 0 0 2rem;
  font-size: clamp(5rem, 9vw, 10rem);
  font-weight: 700;
  line-height: 0.78;
}

.home-hero h1 em {
  color: var(--yellow);
}

.home-hero-intro {
  max-width: 34rem;
  margin-bottom: 2rem;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.light-link {
  color: var(--yellow);
}

.home-product-stage {
  position: relative;
  min-width: 0;
  align-self: center;
  justify-self: center;
}

.hero-jar {
  width: min(31vw, 390px);
  min-width: 300px;
  margin: 0 auto;
  filter: drop-shadow(18px 22px 0 rgb(67 34 22 / 48%));
  transform: rotate(2deg);
}

.hero-jar-lid {
  width: 84%;
  height: 48px;
  margin: 0 auto -4px;
  border: 3px solid var(--brown);
  border-radius: 16px 16px 5px 5px;
  background: var(--yellow);
}

.hero-jar-glass {
  aspect-ratio: 0.78;
  padding: 20% 8% 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--brown);
  border-radius: 16% 16% 26% 26%;
  background: var(--brown);
  color: var(--yellow);
  text-align: center;
  box-shadow: inset 16px 0 28px rgb(242 228 173 / 10%);
}

.hero-jar-glass strong {
  font-size: clamp(3.5rem, 6vw, 6.2rem);
  font-weight: 900;
  line-height: 0.7;
  letter-spacing: -0.09em;
}

.hero-jar-glass strong i {
  font-family: Georgia, serif;
  font-weight: 400;
}

.jar-est,
.hero-jar-glass small {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
}

.jar-est {
  margin-bottom: 2rem;
}

.hero-jar-glass small {
  margin-top: 2rem;
}

.stage-note {
  position: absolute;
  z-index: 2;
  padding: 0.75rem 1.1rem;
  border: 2px solid var(--brown);
  border-radius: 100px;
  background: var(--yellow);
  color: var(--brown);
  font-family: Georgia, serif;
  font-style: italic;
  white-space: nowrap;
}

.note-top {
  top: 8%;
  right: -0.5rem;
  transform: none;
}

.note-bottom {
  right: 50%;
  bottom: -1.4rem;
  left: auto;
  background: var(--brown);
  color: var(--yellow);
  text-align: center;
  transform: translateX(50%);
}

.home-proof {
  margin: 0;
  padding: 2rem 0 0;
  display: flex;
  grid-column: 1 / -1;
  gap: 0.7rem;
  justify-content: center;
  border-top: 1px solid rgb(242 228 173 / 45%);
  list-style: none;
}

.home-proof li {
  padding: 0.55rem 0.8rem;
  border: 1.5px solid var(--yellow);
  border-radius: 100px;
  font-size: clamp(0.75rem, 1vw, 0.9rem);
  font-weight: 700;
  text-transform: uppercase;
}

.home-promise {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: clamp(3rem, 9vw, 10rem);
  align-items: end;
  background: var(--cream);
}

.home-promise h2,
.home-section-head h2,
.home-story-callout h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 8rem);
  font-weight: 700;
}

.home-promise h2 em,
.home-story-callout h2 em {
  color: var(--wine);
}

.promise-details {
  font-size: 1rem;
}

.promise-details .button {
  margin-top: 1.5rem;
}

.home-flavours {
  background: var(--yellow);
}

.home-section-head {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: end;
}

.home-flavour-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-flavour {
  min-height: 430px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid var(--brown);
  border-radius: 28px;
  color: var(--brown);
  transition: transform 220ms ease;
}

.home-flavour:hover {
  transform: translateY(-8px);
}

.home-flavour.coffee {
  background: var(--coffee);
  color: var(--brown);
}

.home-flavour.chocolate {
  background: var(--brown);
  color: var(--yellow);
}

.home-flavour.vanilla {
  background: var(--yellow);
  color: var(--brown);
}

.stage-note,
.orbit-one,
.card-back,
.drop-badge,
.panel-label {
  background: var(--yellow);
  color: var(--brown);
}

.stage-note.note-bottom {
  background: var(--yellow);
  color: var(--brown);
  transform: translateX(50%);
}

.jar-detail {
  position: absolute;
  z-index: 2;
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.jar-detail-top {
  top: -2rem;
  right: 50%;
  transform: translateX(50%);
}

.jar-detail-bottom {
  right: 50%;
  bottom: -2.2rem;
  transform: translateX(50%);
}

/* Exact lockup geometry extracted from the supplied artwork. */
.brand-lockup {
  --logo-ink: currentColor;
  aspect-ratio: 853 / 720;
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
}

.brand-lockup > * {
  display: none;
}

.lockup-header {
  --logo-ink: var(--wine);
  width: 130px;
  aspect-ratio: 925 / 674;
  background-image: url("assets/images/logo-lockup-wine-noest.png");
  transform: none;
}

.lockup-jar {
  --logo-ink: var(--yellow);
  width: 205px;
  aspect-ratio: 925 / 674;
  background-image: url("assets/images/logo-lockup-yellow-noest.png");
}

.lockup-footer {
  --logo-ink: var(--yellow);
  width: clamp(210px, 28vw, 390px);
  aspect-ratio: 925 / 674;
  background-image: url("assets/images/logo-lockup-yellow-noest.png");
}

.jar-est-badge {
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.85rem 0.42rem;
  display: inline-block;
  border: 2px solid var(--yellow);
  border-radius: 50%;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.home-flavour span {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-flavour strong {
  margin-top: auto;
  font-size: clamp(2.8rem, 4vw, 5rem);
  letter-spacing: -0.065em;
}

.home-flavour small {
  font-family: Georgia, serif;
  font-size: 1.1rem;
  font-style: italic;
}

.home-story-callout {
  min-height: 85vh;
  padding: var(--pad);
  display: grid;
  place-items: center;
  background: var(--brown);
  color: var(--yellow);
  text-align: center;
}

.home-story-callout > div {
  max-width: 1100px;
}

.home-story-callout h2 {
  margin-bottom: 3rem;
}

.inner-page {
  background: var(--cream);
}

.page-hero {
  min-height: 72vh;
  padding: clamp(5rem, 10vw, 10rem) var(--pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(4.5rem, 9vw, 10rem);
}

.page-hero-intro {
  max-width: 42rem;
  margin: 2rem 0 0;
  font-size: 1.2rem;
}

.yellow-page {
  background: var(--yellow);
}

.cream-page {
  background: var(--cream);
}

.wine-page,
.chapter-wine {
  background: var(--wine);
  color: var(--yellow);
}

.wine-page h1 em {
  color: var(--yellow);
}

.page-split {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: clamp(3rem, 10vw, 11rem);
  align-items: start;
  border-top: var(--line);
}

.page-split h2,
.story-chapter-page h2,
.drop-explainer h2 {
  margin: 0;
  font-size: clamp(3.5rem, 7vw, 7.5rem);
  font-weight: 700;
}

.page-split > div:last-child {
  max-width: 42rem;
  font-size: 1.1rem;
}

.page-promise {
  background: var(--wine);
  color: var(--yellow);
  text-align: center;
}

.page-promise blockquote {
  max-width: 20ch;
  margin: 0 auto;
  font-family: Georgia, serif;
  font-size: clamp(2.8rem, 5.5vw, 6rem);
  font-style: italic;
  line-height: 1;
}

.founder-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 9vw, 10rem);
  align-items: center;
  border-top: var(--line);
  background: var(--wine);
  color: var(--yellow);
}

.founder-image-wrap {
  position: relative;
  max-width: 520px;
  justify-self: center;
}

.founder-image-wrap img {
  width: 100%;
  border: 3px solid var(--brown);
  border-radius: 48% 48% 28px 28px / 70px 70px 28px 28px;
  box-shadow: 16px 18px 0 var(--brown);
}

.founder-feature-copy {
  max-width: 760px;
}

.founder-feature-copy h2 {
  margin: 0 0 2rem;
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 700;
}

.founder-feature-copy > p:not(.section-label) {
  max-width: 42rem;
  font-size: 1.1rem;
}

.founder-feature-copy .button {
  margin-top: 1.5rem;
  background: var(--yellow);
  color: var(--brown);
}

.story-chapter-page {
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: var(--line);
}

.story-chapter-page h2 {
  max-width: 12ch;
}

.story-chapter-page > p:not(.chapter-tag) {
  max-width: 44rem;
  margin: 2rem 0 0 auto;
  font-size: 1.15rem;
}

.story-chapter-page > strong {
  margin: 3rem 0 0 auto;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-style: italic;
}

.chapter-yellow {
  background: var(--yellow);
}

.chapter-tag,
.drop-number {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.drop-explainer {
  min-height: 80vh;
  border-top: var(--line);
}

.drop-explainer h2 {
  max-width: 12ch;
  margin: 2rem 0;
}

.drop-explainer p {
  max-width: 42rem;
  font-size: 1.1rem;
}

@media (max-width: 900px) {
  .home-hero,
  .home-promise,
  .page-split,
  .founder-feature {
    grid-template-columns: 1fr;
  }

  .home-product-stage {
    margin-top: 2rem;
  }

  .hero-jar {
    width: min(66vw, 390px);
  }

  .home-flavour-row {
    grid-template-columns: 1fr;
  }

  .home-flavour {
    min-height: 300px;
  }

  .home-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .home-hero h1 {
    font-size: clamp(4.2rem, 20vw, 6rem);
  }

  .stage-note {
    font-size: 0.75rem;
  }

  .note-bottom {
    right: 50%;
    left: auto;
  }

  .home-proof {
    flex-wrap: wrap;
  }

  .home-promise h2,
  .home-section-head h2,
  .home-story-callout h2 {
    font-size: clamp(3.2rem, 14vw, 5rem);
  }
}

/* Stability pass: clear hierarchy and zero horizontal overflow */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

main,
section,
.site-footer {
  max-width: 100%;
}

.hero {
  min-height: calc(100svh - 120px);
  padding: clamp(3rem, 6vw, 6rem) var(--pad);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  overflow: hidden;
  background: var(--wine);
}

.hero::before,
.hero-backdrop-word,
.hero-orbit,
.hero-bottom-line {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: auto;
  min-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-copy .eyebrow {
  margin-bottom: clamp(2rem, 5vw, 4.5rem);
}

.hero-copy h1 {
  max-width: 7.6ch;
  margin: 0 0 2rem;
  font-size: clamp(4.8rem, 9vw, 9.5rem);
  line-height: 0.79;
}

.hero-copy h1 em {
  position: static;
  left: auto;
  display: inline;
  text-shadow: none;
}

.hero-intro {
  max-width: 34rem;
  margin-bottom: 2rem;
}

.hero-actions {
  margin: 0;
  display: flex;
  grid-column: auto;
  grid-row: auto;
  justify-self: auto;
}

.proof-list {
  margin-top: 3rem;
  grid-column: auto;
  justify-content: flex-start;
}

.hero-art {
  position: relative;
  z-index: 1;
  top: auto;
  right: auto;
  width: min(100%, 560px);
  min-width: 0;
  justify-self: center;
  aspect-ratio: 1;
  filter: drop-shadow(14px 18px 0 rgb(67 34 22 / 45%));
  transform: rotate(3deg);
}

.hero-art:hover {
  transform: rotate(1deg);
}

.hero-art img {
  border-radius: 32px;
}

.hero-art .doodle-one {
  top: -2rem;
  right: 0;
}

.hero-art .doodle-two {
  display: none;
}

.hero-art .hero-sticker {
  bottom: -2rem;
  left: -1rem;
}

.ticker-track {
  max-width: none;
}

.about-rail,
.flavour-grid {
  width: 100%;
  max-width: 100%;
}

.about-panel,
.flavour-card,
.flavour-card:last-child {
  min-width: 0;
  max-width: 100%;
}

.story-panel {
  --panel-scale: 1;
  --panel-shade: 0;
  transform: none;
}

.story-panel::after {
  display: none;
}

.drop-art,
.drop-card {
  max-width: 100%;
}

@media (max-width: 1000px) {
  .hero {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 6rem;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 0;
  }

  .hero-copy h1 {
    max-width: 8ch;
    padding: 0;
    font-size: clamp(4.5rem, 14vw, 8rem);
  }

  .hero-art {
    position: relative;
    top: auto;
    right: auto;
    width: min(78vw, 520px);
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .hero-copy {
    min-height: 0;
  }

  .hero-copy h1 {
    max-width: 7.5ch;
    padding: 0;
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .hero-art {
    width: min(86vw, 430px);
  }

  .hero-art .hero-sticker {
    width: 86px;
    height: 86px;
    left: 0;
  }

  .hero-actions {
    flex-direction: column;
  }
}

/* Immersive front page */
.hero {
  position: relative;
  min-height: calc(100svh - 120px);
  padding: clamp(2rem, 4vw, 4rem) var(--pad) 6rem;
  display: block;
  overflow: hidden;
  border-bottom: 0;
  background:
    radial-gradient(circle at 83% 20%, rgb(242 228 173 / 18%) 0 11%, transparent 11.2%),
    radial-gradient(circle at 8% 82%, rgb(67 34 22 / 24%) 0 13%, transparent 13.2%),
    var(--wine);
  color: var(--yellow);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgb(242 228 173 / 18%) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  opacity: 0.24;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: calc(100svh - 220px);
  padding: clamp(2rem, 5vw, 5rem) 0 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  grid-template-rows: auto 1fr auto auto;
  column-gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
}

.hero-copy .eyebrow {
  grid-column: 1 / -1;
  align-self: start;
  color: var(--yellow);
}

.hero-copy h1 {
  position: relative;
  z-index: 3;
  max-width: none;
  margin: 0;
  grid-column: 1 / -1;
  align-self: center;
  font-size: clamp(5.7rem, 12.5vw, 13.5rem);
  line-height: 0.72;
  letter-spacing: -0.085em;
}

.hero-copy h1 em {
  position: relative;
  left: clamp(2rem, 12vw, 12rem);
  color: var(--yellow);
  text-shadow: 4px 4px 0 var(--brown);
}

.hero-intro {
  max-width: 30rem;
  margin: 0;
  grid-column: 1;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
}

.hero-actions {
  grid-column: 2;
  grid-row: 3;
  justify-self: end;
}

.hero .button {
  background: var(--yellow);
  color: var(--brown);
}

.hero .text-link {
  color: var(--yellow);
}

.proof-list {
  margin: 2.2rem 0 0;
  padding: 0;
  grid-column: 1 / -1;
  justify-content: flex-end;
}

.proof-list li {
  border-color: var(--yellow);
  color: var(--yellow);
}

.hero-art {
  position: absolute;
  z-index: 2;
  top: 7%;
  right: 7%;
  width: clamp(270px, 30vw, 480px);
  min-height: 0;
  aspect-ratio: 1;
  overflow: visible;
  border: 0;
  background: transparent;
  filter: drop-shadow(18px 24px 0 rgb(67 34 22 / 52%));
  transform: rotate(7deg);
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.hero-art:hover {
  transform: rotate(2deg) scale(1.025);
}

.hero-art img {
  width: 100%;
  height: 100%;
  border: 3px solid var(--brown);
  border-radius: 38px;
  object-fit: cover;
  transform: none !important;
}

.hero-art .doodle-one {
  top: -12%;
  right: -8%;
}

.hero-art .doodle-two {
  right: -18%;
  bottom: 3%;
}

.hero-art .hero-sticker {
  top: auto;
  bottom: -12%;
  left: -14%;
}

.hero-backdrop-word {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -2vw;
  color: transparent;
  font-size: clamp(8rem, 21vw, 22rem);
  font-weight: 900;
  line-height: 0.7;
  letter-spacing: -0.09em;
  -webkit-text-stroke: 2px rgb(242 228 173 / 18%);
  transform: translateY(-50%);
  white-space: nowrap;
}

.hero-orbit {
  position: absolute;
  z-index: 3;
  width: 105px;
  height: 105px;
  display: grid;
  place-items: center;
  border: 2px solid var(--brown);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: 0.9rem;
  font-style: italic;
  text-align: center;
  animation: float 4s ease-in-out infinite;
}

.hero-orbit-left {
  bottom: 16%;
  left: 4%;
}

.hero-orbit-right {
  right: 3%;
  bottom: 22%;
  width: 82px;
  height: 82px;
  background: var(--yellow);
  animation-delay: -1.2s;
}

.hero-bottom-line {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  height: 48px;
  display: flex;
  gap: clamp(1rem, 4vw, 4rem);
  align-items: center;
  justify-content: center;
  border-top: 2px solid var(--brown);
  background: var(--yellow);
  color: var(--brown);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .scroll-cue {
  display: none;
}

.ticker {
  border-top: var(--line);
}

@media (max-width: 1000px) {
  .hero {
    min-height: 980px;
  }

  .hero-copy {
    min-height: 880px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto auto auto;
  }

  .hero-copy h1 {
    font-size: clamp(5.5rem, 17vw, 10rem);
  }

  .hero-intro,
  .hero-actions,
  .proof-list {
    grid-column: 1;
  }

  .hero-actions {
    grid-row: auto;
    justify-self: start;
    margin-top: 1.5rem;
  }

  .hero-art {
    top: 16%;
    right: -5%;
    width: clamp(260px, 43vw, 420px);
  }

  .proof-list {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 920px;
    padding-bottom: 5rem;
  }

  .hero-copy {
    min-height: 820px;
    padding-top: 2.5rem;
  }

  .hero-copy h1 {
    align-self: start;
    padding-top: 12rem;
    font-size: clamp(4.4rem, 21vw, 7.2rem);
  }

  .hero-copy h1 em {
    left: 1rem;
  }

  .hero-art {
    top: 6.5rem;
    right: -2rem;
    width: 225px;
  }

  .hero-intro {
    max-width: 24rem;
  }

  .hero-actions {
    gap: 1rem;
    align-items: flex-start;
  }

  .hero-orbit {
    display: none;
  }

  .proof-list {
    margin-top: 1.5rem;
  }

  .hero-bottom-line {
    gap: 0.7rem;
    font-size: 0.54rem;
  }
}

/* Vertical scroll, wide-format composition */
.about {
  padding-right: var(--pad);
}

.about-rail {
  padding: 0;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.25rem;
  overflow: visible;
  scroll-snap-type: none;
}

.about-panel {
  min-width: 0;
  min-height: 520px;
  width: auto;
}

.panel-intro {
  margin-left: 0;
}

.panel-promise {
  grid-column: 1 / -1;
  min-height: 68vh;
}

.panel-last {
  grid-column: 1 / -1;
  min-height: 440px;
}

.flavour-grid {
  overflow: visible;
}

.story-horizontal {
  height: auto;
}

.story-sticky {
  position: relative;
  height: auto;
  overflow: visible;
  border-bottom: 0;
}

.story-track {
  width: 100%;
  height: auto;
  display: block;
  transform: none !important;
}

.story-progress {
  position: sticky;
  z-index: 8;
  top: calc(100vh - 8px);
  right: var(--pad);
  bottom: auto;
  left: var(--pad);
  margin: 0 var(--pad);
}

.story-panel {
  --panel-progress: 0;
  --panel-scale: 0.94;
  --panel-shade: 0.14;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  transform: scale(var(--panel-scale));
  transform-origin: center bottom;
  transition: filter 120ms linear;
  will-change: transform;
}

.story-panel::after {
  position: absolute;
  z-index: 10;
  inset: 0;
  background: rgb(67 34 22 / var(--panel-shade));
  content: "";
  pointer-events: none;
}

.story-opening {
  z-index: 1;
}

.story-middle {
  z-index: 2;
  border-top: var(--line);
}

.story-ending {
  z-index: 3;
  border-top: var(--line);
  border-bottom: var(--line);
}

@media (max-width: 1000px) {
  .about-rail {
    grid-template-columns: 1fr;
  }

  .panel-promise,
  .panel-last {
    grid-column: auto;
  }

  .flavour-grid {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  .flavour-card,
  .flavour-card:last-child {
    min-width: 0;
    min-height: 590px;
    width: auto;
  }

  .story-panel {
    position: relative;
    height: auto;
    min-height: 90vh;
    transform: none;
  }
}

@media (max-width: 760px) {
  .flavour-grid {
    grid-template-columns: 1fr;
  }

  .flavour-card,
  .flavour-card:last-child {
    min-width: 0;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-panel {
    position: relative;
    height: auto;
    transform: none;
  }

  .story-panel::after {
    display: none;
  }
}

/* Horizontal, motion-led direction */
[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 54px, 0);
  transition:
    opacity 700ms cubic-bezier(0.2, 0.75, 0.25, 1),
    transform 900ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero {
  min-height: calc(100svh - 120px);
}

.hero-copy {
  position: relative;
  padding-top: clamp(3rem, 7vw, 7rem);
  padding-bottom: clamp(2rem, 4vw, 4rem);
}

.hero-copy h1 {
  font-size: clamp(4.2rem, 7.6vw, 8.2rem);
  line-height: 0.88;
}

.hero-art img {
  transform: scale(1.05);
  will-change: transform;
}

.scroll-cue {
  position: absolute;
  right: var(--pad);
  bottom: 2rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
}

.scroll-cue i {
  position: relative;
  width: 64px;
  height: 1px;
  overflow: hidden;
  background: rgb(67 34 22 / 22%);
}

.scroll-cue i::after {
  position: absolute;
  inset: 0;
  background: var(--brown);
  content: "";
  animation: scroll-line 1.8s ease-in-out infinite;
  transform: translateX(-100%);
}

@keyframes scroll-line {
  50%,
  100% {
    transform: translateX(100%);
  }
}

.about {
  padding-right: 0;
  overflow: hidden;
  background: var(--cream);
}

.about-header {
  padding-right: var(--pad);
  display: grid;
  grid-template-columns: 0.28fr 1fr 0.35fr;
  gap: 3rem;
  align-items: end;
}

.about-header h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 6.7rem);
  font-weight: 700;
}

.about-header h2 span {
  color: var(--wine);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.about-header > p {
  margin-bottom: 0.6rem;
  font-size: 0.72rem;
}

.about-rail {
  margin-top: clamp(3.5rem, 7vw, 7rem);
  padding: 1rem var(--pad) 2rem 0;
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-left: var(--pad);
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--wine) transparent;
}

.about-panel {
  position: relative;
  min-width: min(68vw, 820px);
  min-height: 520px;
  padding: clamp(2rem, 4vw, 4rem);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 2px solid var(--brown);
  border-radius: 32px;
  scroll-snap-align: start;
}

.about-panel h3 {
  max-width: 12ch;
  margin: auto 0 1.5rem;
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 700;
}

.about-panel > p:last-child {
  max-width: 42ch;
}

.panel-number {
  position: absolute;
  top: 1.8rem;
  right: 2rem;
  font-size: 0.65rem;
  font-weight: 700;
}

.panel-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.panel-intro {
  margin-left: var(--pad);
  background: var(--yellow);
}

.panel-label {
  background: var(--yellow);
}

.panel-label ul {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.panel-label li {
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--brown);
  font-size: clamp(1.25rem, 2.2vw, 2.25rem);
  font-weight: 500;
}

.panel-promise {
  justify-content: center;
  background: var(--wine);
  color: var(--yellow);
  text-align: center;
}

.panel-promise blockquote {
  max-width: 18ch;
  margin: 0 auto;
  font-family: Georgia, serif;
  font-size: clamp(2.5rem, 4.7vw, 5.4rem);
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.055em;
}

.panel-promise .promise-seal {
  right: 2rem;
  bottom: 2rem;
}

.panel-last {
  background: var(--brown);
  color: var(--yellow);
}

.panel-last h3 {
  max-width: 14ch;
}

.products {
  overflow: hidden;
}

.section-heading h2 {
  font-weight: 700;
}

.flavour-grid {
  gap: 1.25rem;
  border: 0;
  background: transparent;
  perspective: 1200px;
}

.flavour-card,
.flavour-card:last-child {
  min-height: 660px;
  overflow: hidden;
  border: 2px solid var(--brown);
  border-radius: 28px;
  box-shadow: 10px 12px 0 rgb(67 34 22 / 14%);
  transform: rotate(calc(var(--card-tilt, 0) * 1deg));
  transition:
    transform 350ms cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 350ms ease;
}

.flavour-card:nth-child(1) {
  --card-tilt: -1.5;
}

.flavour-card:nth-child(2) {
  --card-tilt: 1.2;
}

.flavour-card:nth-child(3) {
  --card-tilt: -0.7;
}

.flavour-card:hover {
  z-index: 2;
  box-shadow: 4px 6px 0 rgb(67 34 22 / 22%);
  transform: rotate(0) translateY(-14px);
}

.size-switcher {
  margin-top: 2rem;
  border: 2px solid var(--brown);
  border-radius: 28px;
}

.story-horizontal {
  position: relative;
  height: 320vh;
  background: var(--cream);
}

.story-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  border-top: var(--line);
  border-bottom: var(--line);
}

.story-track {
  width: max-content;
  height: 100%;
  display: flex;
  will-change: transform;
}

.story-progress {
  position: absolute;
  z-index: 4;
  right: var(--pad);
  bottom: 1.5rem;
  left: var(--pad);
  height: 3px;
  overflow: hidden;
  background: rgb(67 34 22 / 20%);
}

.story-progress span {
  position: absolute;
  inset: 0;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.story-panel {
  position: relative;
  width: 100vw;
  height: 100%;
  padding: clamp(5rem, 8vw, 8rem) var(--pad) 4rem;
  display: grid;
  flex: 0 0 auto;
  overflow: hidden;
}

.story-opening {
  grid-template-columns: 0.35fr 1fr;
  background: var(--cream);
}

.story-chapter {
  align-self: start;
}

.story-year {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-statement {
  max-width: 900px;
  align-self: center;
}

.story-statement h2 {
  margin: 0;
  font-size: clamp(4.5rem, 9vw, 10rem);
  font-weight: 700;
}

.story-statement h2 em {
  color: var(--wine);
}

.story-statement > p:last-child {
  margin-top: 3rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.story-overline {
  font-family: Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-style: italic;
}

.orbit {
  position: absolute;
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  border: 2px solid var(--brown);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-style: italic;
}

.orbit-one {
  right: 7%;
  bottom: 10%;
  background: var(--yellow);
  animation: float 4s ease-in-out infinite;
}

.orbit-two {
  top: 14%;
  right: 20%;
  width: 82px;
  height: 82px;
  background: var(--yellow);
  animation: float 4.8s 0.4s ease-in-out infinite reverse;
}

@keyframes float {
  50% {
    transform: translateY(-18px) rotate(7deg);
  }
}

.story-middle {
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  background: var(--yellow);
}

.story-middle .story-photo-placeholder {
  min-height: min(68vh, 680px);
  transform: rotate(-3deg);
}

.story-middle .story-copy,
.story-ending .story-copy {
  max-width: 680px;
}

.story-copy .lead {
  font-size: clamp(2.1rem, 4vw, 4.7rem);
}

.story-ending {
  grid-template-columns: 1fr 0.9fr;
  gap: 5rem;
  align-items: center;
  background: var(--wine);
  color: var(--yellow);
}

.story-city {
  font-size: clamp(9rem, 23vw, 25rem);
  font-weight: 900;
  line-height: 0.64;
  letter-spacing: -0.1em;
  opacity: 0.12;
  transform: rotate(-5deg);
}

.story-ending .story-punchline {
  color: var(--yellow);
}

.story-ending .button {
  margin-top: 1rem;
  background: var(--yellow);
  color: var(--brown);
}

.drop {
  min-height: 100vh;
  align-items: center;
}

.notify {
  min-height: 76vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .about-header {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .about-header > p {
    max-width: 40ch;
  }

  .flavour-grid {
    padding: 1rem 0 2rem;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .flavour-card,
  .flavour-card:last-child {
    min-width: min(78vw, 520px);
    min-height: 620px;
    flex: 0 0 auto;
    scroll-snap-align: center;
  }

  .story-horizontal {
    height: auto;
  }

  .story-sticky {
    position: relative;
    height: auto;
    overflow: visible;
  }

  .story-track {
    width: 100%;
    height: auto;
    display: block;
    transform: none !important;
  }

  .story-progress {
    display: none;
  }

  .story-panel {
    width: 100%;
    min-height: 90vh;
  }

  .story-opening,
  .story-middle,
  .story-ending {
    grid-template-columns: 1fr;
  }

  .story-middle .story-photo-placeholder {
    min-height: 55vh;
  }
}

@media (max-width: 700px) {
  .scroll-cue {
    display: none;
  }

  .about-panel {
    min-width: 86vw;
    min-height: 500px;
    border-radius: 24px;
  }

  .about-panel h3 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .flavour-card,
  .flavour-card:last-child {
    min-width: 86vw;
  }

  .story-panel {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .story-opening {
    min-height: 90vh;
  }

  .story-statement h2 {
    font-size: clamp(4rem, 19vw, 6rem);
  }

  .orbit {
    display: none;
  }

  .story-middle .story-photo-placeholder {
    min-height: 430px;
  }

  .story-city {
    position: absolute;
    inset: 20% auto auto -6%;
    font-size: 11rem;
  }

  .story-ending .story-copy {
    position: relative;
    z-index: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .scroll-cue i::after,
  .orbit {
    animation: none;
  }

  .story-horizontal {
    height: auto;
  }

  .story-sticky {
    position: relative;
    height: auto;
  }

  .story-track {
    width: 100%;
    display: block;
    transform: none !important;
  }

  .story-panel {
    width: 100%;
    min-height: 100vh;
  }
}

/* Match primary page titles to the "Fresh means fresh" heading weight. */
.home-hero h1,
.page-hero h1 {
  font-weight: 700;
}

/* Keep homepage actions anchored to the hero text at every viewport width. */
.home-hero-copy .hero-actions {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  justify-self: start;
  gap: 1rem;
}

.home-hero-copy .hero-actions .button {
  flex: 0 0 auto;
}

.button.button-order {
  background: var(--yellow);
  color: var(--brown);
}

.nav-order {
  display: none;
}

/* Outline the transparent product logos without modifying the supplied artwork. */
.products .flavour-card .lockup-jar {
  filter:
    drop-shadow(1px 0 0 var(--brown))
    drop-shadow(-1px 0 0 var(--brown))
    drop-shadow(0 1px 0 var(--brown))
    drop-shadow(0 -1px 0 var(--brown));
}

.order-hero {
  min-height: calc(100svh - 148px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--wine);
  color: var(--yellow);
}

.order-hero h1 {
  max-width: 10ch;
  margin: 1rem 0 1.5rem;
  font-size: clamp(4.5rem, 9vw, 10rem);
  font-weight: 700;
  line-height: 0.84;
}

.order-hero h1 em {
  color: var(--yellow);
}

.order-hero > p:not(.section-label) {
  max-width: 42rem;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.order-platforms {
  width: min(100%, 900px);
  margin-top: clamp(2.5rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.order-platform {
  min-height: 250px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid var(--brown);
  border-radius: 28px;
  box-shadow: 8px 9px 0 var(--brown);
  color: var(--brown);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.order-platform:hover {
  box-shadow: 3px 4px 0 var(--brown);
  transform: translate(5px, 5px);
}

.order-platform strong {
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.9;
}

.order-platform small,
.order-platform span {
  font-weight: 700;
}

.order-platform.swiggy {
  background: var(--coffee);
}

.order-platform.zomato {
  background: var(--yellow);
}

@media (max-width: 1000px) {
  .nav-order {
    display: block;
  }
}

@media (max-width: 700px) {
  .order-platforms {
    grid-template-columns: 1fr;
  }

  .order-platform {
    min-height: 210px;
  }
}
