:root {
  --cream: #fff8e8;
  --ink: #23322b;
  --green: #416b50;
  --red: #b9493f;
  --gold: #e0a43b;
  --pale: #f4e7cd;
  --muted: #625e55;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a { color: inherit; }

.site-shell {
  min-height: 100svh;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  z-index: -1;
  background-image: repeating-linear-gradient(115deg, transparent 0 5px, rgba(35,50,43,.035) 5px 6px);
}

.brand-bar {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(35,50,43,.2);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  text-decoration: none;
}
.brand-type { display: flex; flex-direction: column; line-height: 1; }
.brand-type strong { font-size: 1.12rem; letter-spacing: .025em; }
.brand-type small { margin-top: .35rem; font-size: .55rem; letter-spacing: .15em; color: var(--muted); }
.status {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .72rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 700;
}
.status i {
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(185,73,63,.14);
}

.jar-mark { position: relative; width: 41px; height: 48px; display: inline-block; }
.jar-lid {
  position: absolute;
  width: 40px;
  height: 11px;
  top: 0;
  left: 0;
  border: 3px solid var(--ink);
  background: var(--gold);
  border-radius: 3px;
}
.jar-face {
  position: absolute;
  width: 34px;
  height: 38px;
  left: 3px;
  top: 9px;
  background: var(--cream);
  border: 3px solid var(--ink);
  border-radius: 6px 6px 10px 10px;
}
.eye { position: absolute; width: 8px; height: 3px; top: 12px; border-radius: 50%; border-top: 2px solid var(--ink); }
.eye.left { left: 5px; transform: rotate(24deg); }
.eye.right { right: 5px; transform: rotate(-24deg); }
.smile { position: absolute; width: 17px; height: 9px; border-bottom: 2px solid var(--ink); border-radius: 0 0 50% 50%; left: 6px; top: 19px; }

.hero {
  min-height: calc(100svh - 182px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 8rem);
  max-width: 1440px;
  margin: 0 auto;
  padding: 5vh 0 7vh;
}
.copy-column { position: relative; z-index: 2; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0 0 1.7rem;
  color: var(--green);
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.eyebrow span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  font-size: .63rem;
}
h1 {
  margin: 0;
  max-width: 830px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 7.2vw, 7.7rem);
  line-height: .87;
  letter-spacing: -.065em;
  font-weight: 400;
}
h1 em { color: var(--red); font-weight: 400; }
.intro {
  max-width: 610px;
  margin: 2.1rem 0 2.4rem;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.65;
  color: var(--muted);
}
.coming-row { display: flex; align-items: stretch; gap: .75rem; flex-wrap: wrap; }
.flavour-card, .more-card {
  min-height: 67px;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.flavour-card { padding: .8rem 1rem; gap: .8rem; border: 1px solid rgba(35,50,43,.16); }
.flavour-card.green { background: rgba(65,107,80,.11); }
.flavour-card.red { background: rgba(185,73,63,.11); }
.flavour-card div { display: flex; flex-direction: column; gap: .15rem; }
.flavour-card strong { font-size: .79rem; }
.flavour-card small, .more-card small { color: var(--muted); font-size: .67rem; }
.mini-lid { width: 31px; height: 12px; border: 2px solid var(--ink); border-radius: 3px; background: var(--gold); transform: rotate(-6deg); }
.more-card { padding: .55rem .9rem; flex-direction: column; justify-content: center; gap: .1rem; border: 1px dashed rgba(35,50,43,.35); }
.more-card span { font-family: Georgia, serif; font-size: 1.35rem; line-height: 1; }

.illustration { position: relative; min-height: 580px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(65,107,80,.28); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; }
.orbit-two { width: 390px; height: 390px; border-color: rgba(224,164,59,.5); transform: rotate(12deg); }
.hero-jar { position: relative; width: 320px; height: 410px; filter: drop-shadow(0 35px 32px rgba(35,50,43,.14)); transform: rotate(3deg); }
.hero-jar::before {
  content: "";
  position: absolute;
  inset: 54px 12px 0;
  background: linear-gradient(115deg, #f4dba9 0 14%, #fff9ec 36% 65%, #e7c98e 100%);
  border: 6px solid var(--ink);
  border-radius: 34px 34px 62px 62px;
  box-shadow: inset -26px 0 0 rgba(224,164,59,.12), inset 20px 0 0 rgba(255,255,255,.55);
}
.hero-lid {
  position: absolute;
  top: 10px;
  left: -3px;
  width: 326px;
  height: 74px;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  z-index: 3;
  overflow: hidden;
  border: 6px solid var(--ink);
  border-radius: 12px 12px 7px 7px;
  background: var(--gold);
}
.hero-lid i { width: 4px; height: 100%; background: rgba(35,50,43,.23); transform: skew(-9deg); }
.hero-label {
  position: absolute;
  z-index: 2;
  left: 35px;
  right: 35px;
  top: 145px;
  min-height: 188px;
  padding: 1.4rem 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  background: var(--green);
  border-radius: 8px;
  text-align: center;
}
.label-kicker { font-size: .55rem; font-weight: 800; letter-spacing: .22em; }
.hero-label strong { margin: .55rem 0; font-size: 2.2rem; line-height: .85; letter-spacing: -.04em; }
.label-rule { width: 70%; height: 1px; background: rgba(255,248,232,.55); margin-bottom: .55rem; }
.hero-label small { font-size: .62rem; line-height: 1.35; letter-spacing: .14em; }
.scribble {
  position: absolute;
  z-index: 4;
  right: 2%;
  bottom: 10%;
  padding: .6rem .8rem;
  color: var(--red);
  border-bottom: 2px solid var(--red);
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
  transform: rotate(-7deg);
}

footer {
  min-height: 70px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  border-top: 1px solid rgba(35,50,43,.2);
  color: var(--muted);
  font-size: .66rem;
  letter-spacing: .06em;
}
footer a { color: var(--green); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
footer span:last-child { text-align: right; }

@media (max-width: 950px) {
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .illustration { min-height: 500px; }
  h1 { font-size: clamp(4rem, 12vw, 7rem); }
}
@media (max-width: 600px) {
  .site-shell { padding: 0 1rem; }
  .brand-bar { height: 90px; }
  .brand-type strong { font-size: .94rem; }
  .status { font-size: .57rem; }
  .status i { width: 6px; height: 6px; }
  .hero { padding-top: 3rem; gap: 1rem; }
  h1 { font-size: clamp(3.65rem, 18vw, 5.1rem); }
  .intro { margin-top: 1.65rem; }
  .coming-row { display: grid; grid-template-columns: 1fr 1fr; }
  .more-card { grid-column: 1 / -1; min-height: 50px; flex-direction: row; gap: .6rem; }
  .illustration { min-height: 430px; transform: scale(.8); margin: -1.2rem -3rem; }
  footer { grid-template-columns: 1fr; text-align: center; padding: 1.3rem 0; }
  footer span:last-child { text-align: center; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-jar { animation: settle 5s ease-in-out infinite; }
  .status i { animation: pulse 2.4s ease-in-out infinite; }
  @keyframes settle { 0%,100% { transform: translateY(0) rotate(3deg); } 50% { transform: translateY(-10px) rotate(2deg); } }
  @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .45; } }
}
