:root {
  --green: #173e30;
  --deep: #102d23;
  --cream: #fff9e9;
  --red: #be3025;
  --yellow: #f4d665;
  --ink: #17342a;
  --muted: #58675e;
  --line: #d7ddcd;
  --font: "DM Sans", Arial, sans-serif;
  --display: "Fraunces", Georgia, serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.04em;
}
h1 {
  font-size: clamp(42px, 4.5vw, 76px);
  margin-bottom: 26px;
}
h2 {
  font-size: clamp(32px, 3.2vw, 52px);
  margin-bottom: 25px;
}
h3 {
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
p {
  margin-bottom: 20px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #c36a00;
  outline-offset: 5px;
}
form {
  margin: 0;
}
.shell {
  width: min(1320px, calc(100% - 80px));
  margin: auto;
}
.section {
  padding-top: 92px;
  padding-bottom: 92px;
}
.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 15px;
  background: white;
  padding: 14px;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.announcement {
  background: var(--green);
  color: var(--cream);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 7px 16px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 88px;
}
.wordmark {
  font-family: var(--display);
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.wordmark small {
  display: block;
  font-family: var(--font);
  font-size: 10px;
  letter-spacing: 0.27em;
  margin-top: 9px;
  font-weight: 700;
  text-align: center;
}
.nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
.nav a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.nav a:hover {
  color: var(--red);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: var(--red);
  color: white;
  border: 1px solid var(--red);
  border-radius: 3px;
  padding: 15px 25px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  min-height: 51px;
  transition: background 0.15s;
}
.button:hover {
  background: #98261f;
  border-color: #98261f;
}
.button.light {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--green);
}
.button.compact {
  padding: 12px 17px;
  font-size: 15px;
  min-height: 46px;
}
.header .button {
  font-size: 14px;
  padding: 12px 17px;
  min-height: 44px;
}
.menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 620px;
  background: var(--green);
  color: var(--cream);
}
.hero-copy {
  padding: 78px max(32px, calc((100vw - 1320px) / 2)) 50px;
  padding-right: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero h1 {
  font-size: clamp(42px, 4.6vw, 79px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  max-width: 620px;
}
.hero h1 em {
  font-weight: 600;
  color: #f2d669;
}
.hero-copy > p:not(.eyebrow) {
  max-width: 425px;
  font-size: 19px;
  line-height: 1.65;
  color: #f1f3e7;
}
.hero .eyebrow {
  color: #e9d5a3;
  font-size: 12px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.text-link {
  font-weight: 700;
  font-size: 16px;
}
.hero-note {
  font-size: 13px;
  margin-top: 48px;
  color: #dbe3d0;
}
.hero-photo {
  position: relative;
  overflow: hidden;
  min-height: 540px;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% 50%;
}
.hero-photo figcaption {
  position: absolute;
  bottom: 24px;
  right: 26px;
  color: white;
  letter-spacing: 0.09em;
  font-size: 11px;
  background: #163a2dc9;
  padding: 5px 10px;
}
.flavor-nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
  gap: 18px;
}
.flavor-nav > a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
}
.flavor-dot {
  display: block;
  width: 64px;
  height: 64px;
  min-width: 64px;
  overflow: hidden;
  border-radius: 50%;
  background: white;
}
.flavor-dot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  mix-blend-mode: multiply;
}
.flavor-dot.red,
.product-card.red .card-image {
  background: #f0e4dc;
}
.flavor-dot.green,
.product-card.green .card-image {
  background: #e3e8d4;
}
.flavor-dot.yellow,
.product-card.yellow .card-image {
  background: #f6e8ab;
}
.flavor-dot.panang,
.product-card.panang .card-image {
  background: #ebdfe8;
}
.flavor-dot.massaman,
.product-card.massaman .card-image {
  background: #ecd9df;
}
.flavor-dot.sweet,
.product-card.sweet .card-image {
  background: #f0e3cc;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 80px;
  margin-bottom: 42px;
}
.section-head h2 {
  margin-bottom: 0;
}
.section-head > p {
  max-width: 470px;
  font-size: 18px;
  margin-bottom: 5px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px 27px;
}
.product-card {
  min-width: 0;
}
.card-image {
  display: block;
  height: 325px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 5px;
}
.card-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  padding: 32px 48px 38px;
  transition: transform 0.3s;
}
.card-image:hover img {
  transform: scale(1.04);
}
.card-image .pack {
  position: absolute;
  right: 13px;
  bottom: 12px;
  font-size: 12px;
  letter-spacing: 0.04em;
  background: #fff9e9ed;
  padding: 3px 9px;
  border-radius: 2px;
}
.card-info {
  padding: 22px 4px 0;
}
.card-info .eyebrow {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}
.card-info h3 {
  font-family: var(--display);
  font-size: 29px;
  margin-bottom: 11px;
}
.card-info h3 a {
  text-decoration: none;
}
.card-info > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.5;
  min-height: 48px;
  color: var(--muted);
}
.pdp-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 15px 0;
}
.pdp-price strong {
  font-size: 23px;
  color: var(--ink);
}
.pdp-price small {
  font-size: 12px;
  color: var(--muted);
}
.card-info .buy-button {
  width: 100%;
  background: transparent;
  color: var(--green);
  border-color: #9cac9c;
}
.card-info .buy-button:hover {
  background: var(--green);
  color: white;
}
.choice-band {
  background: var(--green);
  color: var(--cream);
}
.choice-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 105px;
  padding-top: 82px;
  padding-bottom: 85px;
}
.choice-layout > div > p {
  max-width: 410px;
  color: #e2e9d9;
}
.choice-links a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 23px;
  border-bottom: 1px solid #6b8170;
  padding: 23px 0;
}
.choice-links a:first-child {
  padding-top: 0;
}
.choice-links > a > span {
  color: #e9d47b;
  font-size: 13px;
}
.choice-links strong {
  font-size: 21px;
  line-height: 1.25;
  display: block;
}
.choice-links small {
  font-size: 14px;
  display: block;
  margin-top: 7px;
  color: #dce5d8;
}
.choice-links b {
  font-size: 26px;
  margin-left: auto;
  font-weight: 400;
}
.choice-links a:hover strong {
  text-decoration: underline;
}
.film-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
  gap: 95px;
}
.film-layout video {
  width: 100%;
  aspect-ratio: 16/9;
  background: #f8f2dc;
  border-radius: 5px;
}
.muted {
  color: var(--muted);
  font-size: 14px;
}
.cook-band {
  background: #f4e9bf;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
  margin: 45px 0 25px;
}
.steps article {
  border-top: 1px solid #9eaa84;
  padding-top: 24px;
}
.steps span {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.steps h3 {
  font-size: 24px;
}
.steps p {
  font-size: 16px;
}
.home-faq,
.pdp-faq {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 90px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5;
  padding-right: 10px;
}
.faq details p {
  font-size: 16px;
  color: var(--muted);
  margin: 17px 0 5px;
}
.footer {
  background: var(--deep);
  color: var(--cream);
  padding: 65px 0 22px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.1fr 1.3fr;
  gap: 42px;
}
.footer .wordmark {
  font-size: 38px;
  display: inline-block;
}
.footer-brand p {
  font-size: 15px;
  color: #d2ddcc;
  margin-top: 24px;
  max-width: 210px;
}
.footer h2 {
  font: 700 14px var(--font);
  letter-spacing: 0.05em;
  margin-bottom: 22px;
}
.footer nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer a {
  font-size: 14px;
}
.footer address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
}
.footer .distributor-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.footer .map {
  width: 100%;
  height: 180px;
  border: 0;
  border-radius: 4px;
  background: #dae0d4;
}
.footer-bottom {
  border-top: 1px solid #455c4b;
  margin-top: 42px;
  padding-top: 22px;
  color: #b8c8b9;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer-bottom p {
  max-width: 820px;
  margin-bottom: 0;
}
.page-heading {
  padding-top: 64px;
  padding-bottom: 48px;
}
.page-heading h1 {
  max-width: 880px;
}
.page-heading > p:not(.eyebrow) {
  max-width: 690px;
  color: var(--muted);
  font-size: 19px;
}
.catalog-section {
  padding-bottom: 80px;
}
.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  border-top: 1px solid var(--line);
  padding: 24px 0;
}
.catalog-toolbar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.catalog-toolbar nav a {
  font-size: 16px;
}
.catalog-toolbar label {
  font-size: 12px;
  font-weight: 700;
}
.catalog-toolbar input {
  display: block;
  width: 285px;
  max-width: 100%;
  border: 1px solid #829684;
  background: white;
  padding: 11px 13px;
  border-radius: 3px;
  font-size: 15px;
  margin-top: 5px;
  color: var(--ink);
}
.result-count {
  font-size: 13px;
  color: var(--muted);
}
.buying-note {
  max-width: 760px;
  margin-top: 70px;
  border-left: 4px solid var(--red);
  padding: 5px 0 5px 30px;
}
.buying-note h2 {
  font-size: 31px;
}
.buying-note p {
  font-size: 16px;
}
.breadcrumbs {
  display: flex;
  gap: 14px;
  padding-top: 27px;
  padding-bottom: 27px;
  font-size: 13px;
  color: var(--muted);
}
.productView {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 75px;
  align-items: start;
  padding-bottom: 70px;
}
.main-photo {
  height: 510px;
  background: #f0eadc;
  display: block;
  position: relative;
  border-radius: 5px;
}
.main-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  padding: 36px 55px 46px;
}
.main-photo span {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 12px;
  background: var(--cream);
  padding: 3px 10px;
}
.thumbnails {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.thumbnail {
  padding: 5px;
  border: 1px solid var(--line);
  width: 70px;
  height: 78px;
  background: white;
  border-radius: 3px;
}
.thumbnail[aria-pressed="true"] {
  border: 2px solid var(--green);
}
.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.photo-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
}
.productView-details h1 {
  font-size: clamp(42px, 4vw, 64px);
  margin-bottom: 23px;
}
.product-lead {
  font-size: 19px;
}
.productView-details .pdp-price {
  margin-top: 28px;
  margin-bottom: 22px;
}
.productView-details .pdp-price strong {
  font-size: 29px;
}
.productView-details .buy-button {
  width: 100%;
  max-width: 450px;
}
.purchase-note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 14px;
  max-width: 430px;
}
.specs {
  border-top: 1px solid var(--line);
  margin: 28px 0;
}
.specs > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.specs dt {
  color: var(--muted);
}
dd {
  margin: 0;
}
.allergen-note {
  background: #f0e6ce;
  padding: 18px 22px;
  font-size: 14px;
  border-radius: 4px;
}
.allergen-note p {
  margin: 6px 0 0;
}
.product-story {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
}
.story-picture {
  max-width: 520px;
}
.story-picture img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
}
.story-picture > a {
  display: block;
  background: #f1ecdf;
  padding: 25px;
}
.story-picture img {
  mix-blend-mode: multiply;
}
.story-picture figcaption,
.label-story figcaption {
  font-size: 13px;
  color: var(--muted);
  margin-top: 15px;
}
.story-copy p {
  font-size: 18px;
}
.story-copy h3 {
  margin-top: 30px;
}
.label-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
  padding-bottom: 80px;
}
.label-story figure {
  background: #f6f1e3;
  padding: 22px;
}
.label-story img {
  max-height: 390px;
  object-fit: contain;
  margin: auto;
}
.label-story h2 {
  font-size: 39px;
}
.pdp-faq {
  border-top: 1px solid var(--line);
}
.related {
  padding-top: 0;
}
.sticky-purchase {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cream);
  border: 1px solid var(--green);
  box-shadow: 0 6px 25px #173e3026;
  display: none;
  align-items: center;
  justify-content: space-between;
  width: min(670px, calc(100% - 32px));
  padding: 12px 17px;
  gap: 20px;
  z-index: 15;
  border-radius: 5px;
}
.sticky-purchase.visible {
  display: flex;
}
.sticky-purchase > span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.sticky-purchase small {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-top: 3px;
}
.compare-cards {
  padding-bottom: 30px;
}
.compare-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 70px;
  border-top: 1px solid var(--line);
  padding: 45px 0;
  align-items: center;
}
.compare-card > a {
  background: #f0ebde;
  display: block;
  border-radius: 4px;
}
.compare-card img {
  height: 300px;
  width: 100%;
  object-fit: contain;
  padding: 30px;
  mix-blend-mode: multiply;
}
.compare-card > div {
  max-width: 650px;
}
.compare-card h2 {
  font-size: 38px;
}
.compare-card dl {
  display: grid;
  grid-template-columns: 175px 1fr;
  font-size: 15px;
  margin: 20px 0;
}
.compare-card dt {
  color: var(--muted);
}
.narrow {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.prose h2 {
  font-size: 35px;
  margin-top: 48px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose h3 {
  font-size: 24px;
  margin-top: 30px;
}
.prose p,
.prose li {
  font-size: 18px;
}
.article-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 75px;
  padding-bottom: 90px;
}
.article-toc {
  position: sticky;
  top: 120px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 17px;
  font-size: 15px;
  border-top: 2px solid var(--green);
  padding-top: 22px;
}
.article-layout .prose {
  max-width: 780px;
}
.prose .guide-photo {
  width: 100%;
  border-radius: 4px;
  margin: 32px 0;
}
.prose .guide-callout {
  background: #f4e8bb;
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 4px;
}
.prose .guide-callout p:last-child {
  margin-bottom: 0;
}
.prose .product-grid {
  grid-template-columns: 1fr 1fr;
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  margin: 25px 0;
}
.prose td,
.prose th {
  padding: 13px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.image-dialog {
  border: 0;
  padding: 20px;
  background: var(--cream);
  max-width: 94vw;
  max-height: 95vh;
  border-radius: 5px;
}
.image-dialog::backdrop {
  background: #0d231de8;
}
.image-dialog img {
  max-height: 78vh;
  max-width: 86vw;
  margin: auto;
  object-fit: contain;
}
.dialog-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 15px;
  font-size: 13px;
}
.dialog-tools button {
  background: var(--green);
  color: white;
  border: 0;
  padding: 9px 18px;
  border-radius: 3px;
}
.empty-state {
  padding: 50px 0;
  font-size: 21px;
}
.empty-state[hidden],
[hidden] {
  display: none !important;
}
.page-error .page-heading {
  padding-top: 100px;
}
@media (min-width: 1800px) {
  .shell {
    width: min(1500px, calc(100% - 100px));
  }
  .hero-copy {
    padding-left: max(50px, calc((100vw - 1500px) / 2));
    padding-right: 55px;
  }
  .hero {
    min-height: 710px;
  }
  .hero h1 {
    font-size: 88px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 22px;
    max-width: 490px;
  }
  .card-image {
    height: 360px;
  }
  .header .nav a {
    font-size: 18px;
  }
  .header .button {
    font-size: 16px;
  }
  .eyebrow {
    font-size: 14px;
  }
  .card-info .eyebrow {
    font-size: 12px;
  }
  .card-info > p:not(.eyebrow) {
    font-size: 18px;
    min-height: 54px;
  }
  .card-info .button {
    font-size: 17px;
  }
  .pdp-price small {
    font-size: 14px;
  }
  .footer a,
  .footer address,
  .footer .distributor-label {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .shell {
    width: calc(100% - 48px);
  }
  .nav {
    gap: 18px;
  }
  .nav a {
    font-size: 14px;
  }
  .header-inner {
    gap: 18px;
  }
  .hero-copy {
    padding: 55px 28px;
  }
  .hero {
    min-height: 550px;
    grid-template-columns: 46% 54%;
  }
  .hero-photo {
    min-height: 520px;
  }
  .hero-actions {
    gap: 19px;
  }
  .hero-actions .button {
    font-size: 14px;
    padding: 14px 19px;
  }
  .hero h1 {
    font-size: 57px;
  }
  .flavor-nav {
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
  .flavor-nav > a {
    justify-content: center;
  }
  .section-head {
    gap: 45px;
  }
  .card-image {
    height: 265px;
  }
  .card-image img {
    padding: 28px;
  }
  .choice-layout,
  .film-layout,
  .home-faq,
  .pdp-faq,
  .product-story,
  .label-story {
    gap: 45px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 30px;
  }
  .footer-map {
    grid-column: 1/-1;
  }
  .footer .map {
    height: 220px;
  }
  .productView {
    gap: 35px;
  }
  .main-photo {
    height: 450px;
  }
  .main-photo img {
    padding: 20px;
  }
  .productView-details h1 {
    font-size: 47px;
  }
  .article-layout {
    grid-template-columns: 190px 1fr;
    gap: 40px;
  }
  .compare-card {
    gap: 40px;
    grid-template-columns: 260px 1fr;
  }
}
@media (max-width: 800px) {
  .shell {
    width: calc(100% - 36px);
  }
  .header-inner {
    min-height: 76px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .wordmark {
    font-size: 29px;
  }
  .wordmark small {
    font-size: 8px;
  }
  .header .button {
    font-size: 12px;
    padding: 11px 12px;
    min-height: 42px;
    gap: 5px;
  }
  .menu-toggle {
    display: block;
    background: transparent;
    border: 1px solid #bac6b2;
    border-radius: 3px;
    padding: 8px 11px;
    font-size: 13px;
    min-height: 42px;
    margin-left: auto;
  }
  .nav {
    order: 4;
    width: 100%;
    padding: 12px 0 18px;
    justify-content: space-between;
    gap: 12px;
  }
  .js .nav:not(.is-open) {
    display: none;
  }
  .nav a {
    font-size: 14px;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 48px 28px 42px;
  }
  .hero h1 {
    font-size: 63px;
    max-width: 600px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 18px;
    max-width: 470px;
  }
  .hero-photo {
    height: 390px;
    min-height: 0;
  }
  .hero-photo img {
    object-position: center;
  }
  .hero-note {
    margin-top: 29px;
  }
  .hero-actions {
    gap: 27px;
  }
  .flavor-nav {
    padding: 25px 0;
    gap: 23px 10px;
  }
  .flavor-nav > a {
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    gap: 9px;
  }
  .flavor-dot {
    width: 66px;
    height: 66px;
  }
  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .section-head {
    display: block;
    margin-bottom: 30px;
  }
  .section-head > p {
    margin-top: 20px;
    font-size: 16px;
  }
  .section-head > a {
    display: inline-block;
    margin-top: 20px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 15px;
  }
  .card-image {
    height: 250px;
  }
  .card-image img {
    padding: 25px 20px 34px;
  }
  .card-image .pack {
    font-size: 10px;
    right: 8px;
    bottom: 8px;
  }
  .card-info {
    padding: 15px 0 0;
  }
  .card-info .eyebrow {
    font-size: 10px;
    min-height: 30px;
  }
  .card-info h3 {
    font-size: 24px;
    min-height: 58px;
  }
  .card-info > p:not(.eyebrow) {
    font-size: 14px;
    min-height: 64px;
  }
  .card-info .button {
    font-size: 13px;
    padding: 10px 8px;
    gap: 8px;
    min-height: 45px;
  }
  .pdp-price {
    gap: 8px;
    flex-wrap: wrap;
  }
  .pdp-price strong {
    font-size: 21px;
  }
  .pdp-price small {
    font-size: 11px;
  }
  .choice-layout,
  .film-layout,
  .home-faq,
  .pdp-faq {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .choice-layout {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .choice-layout > div > p {
    max-width: 550px;
  }
  .choice-links strong {
    font-size: 20px;
  }
  .choice-links small {
    font-size: 13px;
  }
  .film-layout > div {
    max-width: 540px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .steps article {
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 0 18px;
    padding-top: 20px;
  }
  .steps span {
    grid-row: 1/3;
    font-size: 11px;
  }
  .steps h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .steps p {
    font-size: 16px;
  }
  .footer {
    padding-top: 47px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand p {
    max-width: 340px;
    margin-top: 18px;
  }
  .footer-bottom {
    display: block;
    font-size: 12px;
  }
  .footer-bottom p {
    margin-top: 15px;
  }
  .footer .map {
    height: 230px;
  }
  .page-heading {
    padding-top: 44px;
    padding-bottom: 25px;
  }
  .page-heading h1 {
    font-size: 46px;
  }
  .page-heading > p:not(.eyebrow) {
    font-size: 17px;
  }
  .catalog-toolbar {
    display: block;
  }
  .catalog-toolbar nav {
    gap: 20px;
    margin-bottom: 23px;
  }
  .catalog-toolbar label {
    display: block;
  }
  .catalog-toolbar input {
    width: 100%;
  }
  .productView {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 45px;
  }
  .productView-images {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
  .main-photo {
    height: 440px;
  }
  .main-photo img {
    padding: 30px;
  }
  .productView-details h1 {
    font-size: 47px;
  }
  .product-lead {
    font-size: 18px;
  }
  .productView-details .buy-button {
    max-width: none;
  }
  .product-story,
  .label-story {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .story-picture {
    width: 100%;
    max-width: none;
  }
  .story-picture img {
    max-height: 430px;
  }
  .label-story {
    padding-bottom: 55px;
  }
  .label-story figure {
    order: 2;
  }
  .label-story h2 {
    font-size: 34px;
  }
  .sticky-purchase {
    bottom: 9px;
    gap: 10px;
    padding: 10px 12px;
  }
  .sticky-purchase > span {
    font-size: 13px;
  }
  .sticky-purchase .button {
    font-size: 12px;
    padding: 10px;
    min-height: 42px;
    gap: 5px;
  }
  .sticky-purchase small {
    font-size: 10px;
  }
  .compare-card {
    grid-template-columns: 190px 1fr;
    gap: 25px;
  }
  .compare-card img {
    height: 240px;
    padding: 15px;
  }
  .compare-card h2 {
    font-size: 32px;
  }
  .compare-card dl {
    display: block;
  }
  .compare-card dd {
    margin-bottom: 12px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .article-toc {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
  }
  .article-toc strong {
    grid-column: 1/-1;
  }
  .prose p,
  .prose li {
    font-size: 17px;
  }
  .prose h2 {
    font-size: 32px;
  }
}
@media (max-width: 430px) {
  body {
    font-size: 16px;
  }
  .announcement {
    font-size: 10px;
    padding: 8px;
  }
  .wordmark {
    font-size: 25px;
  }
  .header-inner {
    gap: 8px;
  }
  .header .button {
    font-size: 11px;
    padding: 10px 8px;
  }
  .menu-toggle {
    font-size: 12px;
    padding: 8px;
  }
  .hero-copy {
    padding: 38px 23px;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero .eyebrow {
    font-size: 10px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 17px;
  }
  .hero-actions {
    gap: 21px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .hero-photo {
    height: 300px;
  }
  .hero-photo figcaption {
    font-size: 9px;
    right: 16px;
    bottom: 16px;
  }
  .card-image {
    height: 215px;
  }
  .card-image img {
    padding: 24px 15px 34px;
  }
  .card-info h3 {
    font-size: 22px;
    min-height: 56px;
  }
  .card-info > p:not(.eyebrow) {
    font-size: 14px;
    min-height: 84px;
  }
  .card-info .eyebrow {
    font-size: 9px;
  }
  .card-info .button {
    font-size: 12px;
  }
  .pdp-price {
    display: block;
    margin: 12px 0;
  }
  .pdp-price small {
    display: block;
    font-size: 11px;
  }
  .productView-details .pdp-price {
    display: flex;
    align-items: baseline;
    gap: 13px;
  }
  .productView-details .pdp-price small {
    font-size: 12px;
  }
  .main-photo {
    height: 360px;
  }
  .thumbnail {
    width: 62px;
    height: 70px;
  }
  .compare-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .compare-card > a {
    width: 100%;
  }
  .compare-card img {
    height: 260px;
  }
  .compare-card h2 {
    font-size: 34px;
  }
  .footer-top {
    column-gap: 22px;
  }
  .footer a,
  .footer address,
  .footer .distributor-label {
    font-size: 13px;
  }
  .footer h2 {
    font-size: 13px;
  }
  .prose .guide-callout {
    padding: 22px;
  }
  .nav a {
    font-size: 12px;
  }
  .nav {
    gap: 9px;
  }
  .breadcrumbs {
    font-size: 12px;
    flex-wrap: wrap;
  }
  .article-toc {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

@media (max-width: 800px) {
  .header .button,
  .menu-toggle,
  .card-info .button,
  .sticky-purchase .button,
  .nav a {
    font-size: 14px;
  }
  .card-info .eyebrow,
  .pdp-price small,
  .card-image .pack {
    font-size: 12px;
  }
  .header .button {
    padding: 10px;
  }
  .wordmark {
    font-size: 25px;
  }
  .header-inner {
    column-gap: 8px;
  }
  .nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 13px 20px;
  }
  .card-info h3 {
    min-height: 58px;
  }
}
@media (max-width: 350px) {
  .header-inner > .purchase-form {
    order: 3;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .card-image {
    height: 280px;
  }
  .card-info h3,
  .card-info > p:not(.eyebrow),
  .card-info .eyebrow {
    min-height: 0;
  }
  .header .button {
    font-size: 13px;
    padding: 9px 7px;
  }
  .wordmark {
    font-size: 23px;
  }
}
.label-photos {
  display: grid;
  gap: 24px;
}
.label-photos .zoom-link {
  display: block;
}
.label-photos img {
  max-height: 480px;
  object-fit: contain;
  margin: auto;
}
.image-dialog {
  width: min(960px, 94vw);
  overflow-x: hidden;
}
.image-dialog img {
  max-width: 100%;
  width: auto;
}
.dialog-tools {
  gap: 16px;
}
.dialog-tools button {
  flex-shrink: 0;
}
.dialog-tools [data-dialog-title] {
  min-width: 0;
  overflow-wrap: anywhere;
}
@media (min-width: 801px) {
  .hero {
    grid-template-columns: 57% 43%;
  }
  .hero-photo {
    grid-column: 1;
    grid-row: 1;
  }
  .hero-copy {
    grid-column: 2;
    grid-row: 1;
    padding-left: 42px;
    padding-right: max(32px, calc((100vw - 1320px) / 2));
  }
}
@media (min-width: 1800px) {
  .hero-copy {
    padding-left: 55px;
    padding-right: max(50px, calc((100vw - 1500px) / 2));
  }
}

.brand-story {
  background: #eee8d5;
  border-top: 1px solid var(--line);
  padding: 76px 0;
}
.brand-story-intro {
  max-width: 860px;
  margin: 0 0 48px;
}
.brand-story h2 {
  font-size: 48px;
  line-height: 1.12;
  margin: 18px 0 24px;
}
.brand-story h3 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.brand-story p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 20px;
}
.brand-story .eyebrow {
  font-size: 11px;
}
.brand-story-row {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
  margin: 0 0 52px;
}
.brand-story-row figure {
  margin: 0;
}
.brand-story-row img {
  display: block;
  background: #f8f4e8;
  width: 100%;
  height: 330px;
  object-fit: contain;
  padding: 25px;
}
.brand-story-row figcaption {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 12px;
  color: var(--muted);
}
.brand-story-row-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
}
.brand-story-row-reverse figure {
  grid-column: 2;
  grid-row: 1;
}
.brand-story-row-reverse > div {
  grid-column: 1;
  grid-row: 1;
}
.brand-story-table {
  margin: 0 0 44px;
}
.brand-story table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 16px;
  line-height: 1.65;
}
.brand-story caption {
  text-align: left;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.brand-story th,
.brand-story td {
  padding: 18px 22px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #c9cbbb;
  overflow-wrap: break-word;
}
.brand-story thead {
  background: var(--green);
  color: var(--cream);
}
.brand-story th:first-child {
  width: 29%;
}
.brand-story tbody th {
  font-weight: 600;
}
.brand-story tbody tr:nth-child(even) {
  background: #f5f0e0;
}
.brand-story-usa {
  max-width: 900px;
}
.brand-story-usa p {
  margin-bottom: 24px;
}
.brand-story a {
  text-decoration-thickness: 1px;
}
.brand-story a:hover {
  color: var(--red);
}
@media (max-width: 800px) {
  .brand-story {
    padding: 44px 0;
  }
  .brand-story h2 {
    font-size: 36px;
  }
  .brand-story h3 {
    font-size: 28px;
  }
  .brand-story p {
    font-size: 16px;
  }
  .brand-story-intro {
    margin-bottom: 30px;
  }
  .brand-story-row,
  .brand-story-row-reverse {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 38px;
  }
  .brand-story-row-reverse figure,
  .brand-story-row-reverse > div {
    grid-column: auto;
    grid-row: auto;
  }
  .brand-story-row img {
    height: 300px;
  }
  .brand-story-row figure {
    max-width: 420px;
    width: 100%;
    margin: auto;
  }
  .brand-story caption {
    font-size: 25px;
  }
  .brand-story table {
    font-size: 14px;
  }
  .brand-story th,
  .brand-story td {
    padding: 14px 10px;
  }
  .brand-story th:first-child {
    width: 35%;
  }
}
