:root {
  --bg-dark: #191919;
  --bg-cream: #fffabb;
  --bg-white: #fbfbfb;
  --red: #b43432;
  --red-bright: #ce3735;
  --yellow: #ffec00;
  --black: #111111;
  --border: #111111;
  --body: "Manrope", sans-serif;
  --display: "Bebas Neue", sans-serif;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg-dark);
  color: var(--black);
  font-family: var(--body);
}

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

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);
  border: 0;
}

.page-shell {
  max-width: 1440px;
  margin: 0 auto;
  background: var(--bg-dark);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 93px;
  padding: 0 104px;
  background: var(--bg-cream);
  border-bottom: 1px solid var(--border);
}

.topbar-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex: 1 1 auto;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 3.3rem;
  flex: 1 1 0;
}

.nav-right {
  justify-content: flex-end;
}

.topbar a,
.location-link {
  color: #000;
  font-family: var(--display);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.location-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.location-link img {
  width: 17px;
  height: 18px;
  flex: 0 0 auto;
}

.nav-link--active {
  color: var(--red) !important;
}

.brand-mark {
  position: absolute;
  left: 50%;
  top: 17px;
  transform: translateX(-50%);
  width: 12.6rem;
  z-index: 2;
}

.brand-mark img {
  width: 100%;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.32rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid #000;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: #000;
  transition: transform 180ms ease, opacity 180ms ease;
}

.topbar.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(0.4rem) rotate(45deg);
}

.topbar.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.topbar.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-0.4rem) rotate(-45deg);
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  min-height: 3.45rem;
  padding: 0.75rem 1.6rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hero-button {
  position: relative;
  top: 20rem;
}

.pill-button:hover {
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.pill-button--small {
  min-width: 8.4rem;
  min-height: 2.65rem;
  padding-inline: 1rem;
  border-radius: 62px;
  border: 1px solid #000;
  background: #b43432;
  color: #fff !important;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pill-button--red {
  background: var(--red);
  color: #fff;
}

.pill-button--light {
  min-width: 8.8rem;
  min-height: 2.35rem;
  padding-inline: 1.15rem;
  background: #fff;
  color: var(--black);
  font-size: 1rem;
}

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

.section-dark {
  background: var(--bg-dark);
}

.hero {
  position: relative;
  min-height: 855px;
  overflow: hidden;
  padding-bottom: 0;
  background: #202020;
}

.hero-art {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 716px;
  background: url("images/hero.png") lightgray -41.773px -57.717px / 107.242% 118.158% no-repeat;
}

.hero-copy {
  position: absolute;
  top: 6.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 1.8rem;
  width: calc(100% - 2rem);
}

.eyebrow,
.hero-tagline,
.section-heading h2,
.product-card h3,
.mini-card h2,
.drink-panel h2,
.newsletter h2,
.site-footer h3 {
  margin: 0;
  font-family: var(--display);
  text-transform: uppercase;
}

.eyebrow {
  position: relative;
  max-width: 38rem;
  color: var(--red);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "Bebas Neue";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 87.528%; /* 70.022px */
  letter-spacing: 8px;
}

.mascot--hero {
    position: absolute;
    top: -29px;
    left: 484px;
    width: 2.05rem;
    z-index: 2;
}

.hero-tagline {
  position: absolute;
  z-index: 2;
  top: 738px;
  left: 317px;
  width: 807px;
  height: 98px;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  text-align: center;
  color: var(--red-bright);
  font-family: var(--display);
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-tagline span {
  color: #fff151;
}

.cards-intro {
  background: #202020;
  padding: 2rem clamp(1.25rem, 5vw, 5rem) 6rem;
}

.mini-card-grid,
.product-grid {
  width: min(1235px, calc(100% - 2rem));
  margin: 0 auto;
}

.mini-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 290px);
  justify-content: center;
  gap: 25px;
}

.mini-card {
  position: relative;
  width: 290px;
  height: 390px;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-bottom: 17px solid #ffec00;
  display: grid;
  grid-template-rows: 1fr auto;
}

.mini-card__body {
  min-height: 255px;
}

.mini-card__text {
  position: relative;
  padding: 0.5rem 1rem 1.5rem;
  text-align: center;
}

.mini-card__text::before {
  content: "";
  display: block;
  height: 17px;
  margin-bottom: 0.6rem;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.95) 0 1px, transparent 1px 100%);
  background-size: 100% 17px;
}

.mini-card h2 {
  font-size: 2.25rem;
  line-height: 1;
}

.mini-card p,
.product-card p,
.drink-panel p,
.newsletter p,
.footer-meta,
.footer-links a {
  margin: 0;
  font-size: 1rem;
  line-height: 1.1;
}

.mini-card--mascot .mascot--card {
  position: absolute;
  right: -0.35rem;
  bottom: -0.9rem;
  width: 3rem;
}

.product-section {
  padding: 3rem clamp(1.25rem, 4vw, 5rem) 3.5rem;
}

.product-section--red {
  background: var(--red);
}

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

.section-heading {
  width: min(1235px, calc(100% - 2rem));
  margin: 0 auto 1rem;
}

.section-heading h2 {
  font-size: clamp(2.6rem, 4vw, 3rem);
  letter-spacing: 0.06em;
  line-height: 1;
}

.product-section--red .section-heading h2 {
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 4.8px;
}

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

.product-card {
  position: relative;
}

.product-card img:first-child {
  width: 100%;
  aspect-ratio: 390 / 351;
  object-fit: cover;
  border: 0;
  border-bottom: 11px solid var(--yellow);
}

.product-card__content {
  padding-top: 0.5rem;
}

.product-card h3 {
  margin-bottom: 0.35rem;
  font-size: 2rem;
  line-height: 1;
}

.product-card p {
  margin-bottom: 0.85rem;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

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

.contact-main {
  background: #202020;
}

.contact-section {
  padding: 2.1rem 2rem 4.8rem;
  background: #202020;
}

.contact-toggle {
  width: min(1235px, calc(100% - 2rem));
  margin: 1.5rem auto 2rem;
  display: flex;
  gap: 1rem;
}

.contact-toggle__button {
  min-width: 13.5rem;
  min-height: 3rem;
  padding: 0.7rem 1.4rem;
  border: 1px solid #ffec00;
  border-radius: 62px;
  background: transparent;
  color: #ffec00;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.contact-toggle__button.is-active,
.contact-toggle__button:hover {
  background: #ffec00;
  color: #111;
}

.contact-panel {
  width: min(1235px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 456px;
  gap: 2rem;
  align-items: start;
}

.contact-panel[hidden] {
  display: none;
}

.contact-panel__copy {
  padding-top: 1.6rem;
}

.contact-panel__copy--wide {
  max-width: 48.5rem;
}

.contact-panel__title {
  margin: 0;
  color: #b43432;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 87.528%;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
}

.contact-panel__title--wide {
  max-width: 44rem;
  min-height: 8.9rem;
}

.contact-panel__accent {
  width: 16.375rem;
  height: 0.875rem;
  margin: 1rem 0 3rem;
  background: #ffec00;
}

.contact-panel__accent--wide {
  width: min(48.5rem, 100%);
}

.contact-form {
  display: grid;
  gap: 1.15rem;
  max-width: 44rem;
}

.contact-field {
  display: block;
}

.contact-field input {
  width: 100%;
  padding: 0 0 0.55rem;
  border: 0;
  border-bottom: 3px solid #ffec00;
  background: transparent;
  color: #b43432;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-field input::placeholder {
  color: #b43432;
  opacity: 1;
}

.contact-field input:focus {
  outline: none;
  border-bottom-color: #fff151;
}

.contact-submit {
  width: 12.875rem;
  height: 3.4375rem;
  margin-top: 1.9rem;
  border-radius: 62px;
  border: 1px solid #fff;
  background: #b43432;
  color: #fff;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-panel__media {
  padding-top: 1.55rem;
}

.contact-panel__media img {
  width: 100%;
  max-width: 456px;
  aspect-ratio: 456 / 521;
  object-fit: cover;
  display: block;
}

.legal-main {
  background: var(--bg-cream);
}

.legal-hero {
  padding: 2.2rem 2rem 1.2rem;
  background: #202020;
}

.legal-hero__inner,
.legal-content__inner {
  width: min(1235px, calc(100% - 2rem));
  margin: 0 auto;
}

.legal-hero__eyebrow {
  margin: 0 0 0.8rem;
  color: #ffec00;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin: 0;
  color: #b43432;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-hero p {
  max-width: 44rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.5;
}

.legal-content {
  padding: 2rem;
  background: var(--bg-cream);
}

.legal-content__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.legal-card {
  min-height: 12rem;
  padding: 1.5rem;
  border: 1px solid #111;
  background: rgba(255, 255, 255, 0.72);
}

.legal-card h2 {
  margin: 0 0 0.65rem;
  color: #b43432;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-card p,
.legal-card a {
  color: #111;
  font-size: 1rem;
  line-height: 1.5;
}

.story-hero-page {
  padding: 1.35rem 2rem 1.25rem;
  background: #fff;
}

.story-hero-page__inner,
.story-feature__inner,
.food-section__inner {
  width: min(1235px, calc(100% - 2rem));
  margin: 0 auto;
}

.story-hero-page__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 2rem;
  margin-top: 4.56rem;
}

.story-hero-page__copy {
  padding-block: 1rem;
}

.story-page__eyebrow,
.food-section__eyebrow,
.story-feature__heading h2,
.story-feature__copy h3,
.story-page .story-generosity .section-heading h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
}

.story-page__eyebrow,
.story-feature__heading h2,
.food-section__eyebrow {
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Bebas Neue";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 3.3rem */
  letter-spacing: 0.3rem;
}

.story-page__eyebrow {
  color: #b43432;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 87.528%;
  letter-spacing: 0.5rem;
}

.story-page__accent {
  display: block;
  width: 122px;
  height: 14px;
  margin: 0.1rem 0 0.75rem;
  background: var(--yellow);
}

.story-hero-page__copy h1 {
  max-width: 31rem;
  margin: 0;
  color: #b43432;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

.story-hero-page__copy h1 span,
.story-feature__copy h3 span {
  color: var(--yellow);
}

.story-hero-page__media img {
  width: 41.9375rem;
  height: 23.625rem;
  aspect-ratio: 300/169;
  object-fit: cover;
  margin-bottom: 4.31rem;
}

.story-feature {
  padding: 2.6rem 2rem 2.15rem;
  background: #202020;
}

.story-feature__heading {
  margin-bottom: 1.3rem;
}

.story-feature__heading h2 {
  color: #b43432;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 87.528%;
  letter-spacing: 0.5rem;
}

.story-feature__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: 1.7rem;
  align-items: start;
}

.story-feature__media img {
  width: 100%;
  min-height: 290px;
  object-fit: cover;
}

.story-feature__copy {
  padding-top: 0.7rem;
  color: rgba(255, 255, 255, 0.82);
}

.story-feature__copy h3 {
  max-width: 31rem;
  margin-bottom: 0.9rem;
  margin-top: 1rem;
  color: var(--red);
  font-size: 3rem;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.08em;
}

.story-feature__copy p {
  color: #FFF;
  font-family: Helvetica;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 1.375rem */
  max-width: 31rem;
}

.story-feature__button {
  min-width: 6.2rem;
  min-height: 1.95rem;
  margin-top: 0.3rem;
  font-size: 1rem;
  width: 12.875rem;
  height: 3.4375rem;
  border-radius: 3.875rem;
  border: 1px solid #FFF;
  background: #B43432;
  color: #FFF;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.story-generosity {
  padding-top: 1.65rem;
}

.story-page .story-generosity .section-heading {
  margin-bottom: 1.15rem;
}

.story-page .story-generosity .section-heading h2 {
  color: #000;
  -webkit-text-stroke: 1px #000;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

.story-page .story-generosity .product-card img:first-child {
  aspect-ratio: 390 / 267;
  border-bottom: 0;
}

.story-page .story-generosity .product-card__content {
  padding-top: 0.65rem;
}

.story-page .story-generosity .product-card h3 {
  margin-bottom: 0.4rem;
  color: #000;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
  font-family: "Bebas Neue";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 2.2rem */
  letter-spacing: 0.2rem;
}

.story-page .story-generosity .product-card p {
  max-width: 24.4rem;
  color: #000;
  font-family: Helvetica;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 1.375rem */

}

.food-section {
    position: relative;
    overflow: hidden;
    padding: 2.4rem 2rem 0;
    background-color: #fcfcfa;
    height: 60.99725rem;
}

.food-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(images/potato_silouhette.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

.food-section > * {
    position: relative;
    z-index: 1;
}


.food-section__eyebrow {
  width: min(1235px, calc(100% - 2rem));
  margin: 0 auto 1.8rem;
}

.food-section__inner {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 2rem;
  align-items: end;
  min-height: 390px;
  padding: 1.2rem 0 1.25rem;
  background: rgba(251, 251, 251, 0.8);
  width: 77.1875rem;
  height: 30.25rem;
  margin-top: 19rem;
}

.food-section__copy {
  position: relative;
  z-index: 1;
  padding-bottom: 1.25rem;
  margin-left: 206px;
}

.food-section__stack {
  display: grid;
  margin-top: 21px;
  color: #d13030;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.3rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

.food-section__cta {
  margin: 0.45rem 0 0;
  color: #ffec00;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.food-section__mascot-wrap {
  display: flex;
  justify-content: center;
  align-items: end;
}

.food-section__mascot {
    width: min(36.3rem, 100%);
    filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.08));
    position: absolute;
    top: -2rem;
    right: 5rem;
}

.food-section__bar {
  width: min(1120px, calc(100% - 4rem));
  height: 50px;
  margin: 0 auto;
  background: var(--yellow);
  margin-bottom: 2.7rem;
  z-index: 0;
}

.product-card--mascot .mascot--section {
  position: absolute;
  right: -0.65rem;
  bottom: 7.9rem;
  width: 3.25rem;
}

.product-card--first-mascot .mascot--product-left {
    position: absolute;
    left: -0.8rem;
    top: 16.6rem;
    width: 5.5rem;
    z-index: 2;
}

.product-card--baked-mascot .mascot--baked {
    position: absolute;
    right: -0.8rem;
    top: 18.2rem;
    width: 3.6rem;
    z-index: 2;
}

.drink-section {
  background: #fff;
  padding: 3.5rem clamp(1.25rem, 4vw, 5rem) 3rem;
}

.drink-visual {
  width: min(1235px, calc(100% - 2rem));
  min-height: 659px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)),
    url("https://www.figma.com/api/mcp/asset/32d47a99-488e-4cff-98fa-71bb101fb25c") top / cover no-repeat;
}

.drink-panel {
  width: min(567px, calc(100% - 2rem));
  min-height: 257px;
  padding: 3rem 1.5rem 2.5rem;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 1rem;
  background: rgba(251, 251, 251, 0.94);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.drink-panel h2 {
  color: #000;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.drink-panel p {
  color: #000;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.drink-panel .pill-button--yellow {
  border-radius: 62px;
  border: 1px solid #000;
  background: #ffec00;
}

.newsletter {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  width: 100%;
  margin: 0;
  gap: 1.4rem;
  align-items: center;
  padding: 2.1rem 101px 0.35rem;
  background: var(--bg-cream);
}

.newsletter-copy h2 {
  color: #000;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 3.2px;
}

.newsletter-copy p {
  max-width: 27rem;
  margin-top: 0.35rem;
}

.newsletter-form {
  display: flex;
  align-items: center;
  min-height: 55px;
  border: 1px solid #000;
  border-radius: 62px;
  overflow: hidden;
  background: #fff;
}

.newsletter-form input {
  flex: 1;
  min-height: 55px;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 62px 0 0 62px;
  background: #fff;
  font: inherit;
}

.newsletter-form .pill-button {
  min-width: 11rem;
  border: 0;
  border-left: 1px solid #000;
  border-radius: 62px;
  background: #ffec00;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  width: 100%;
  margin: 0;
  gap: 2.2rem;
  padding: 0 100px 2rem;
  background: var(--bg-cream);
}

.footer-brand {
  display: flex;
  align-items: end;
  padding-left: 0;
  padding-top: 20px;
}

.footer-brand img {
  width: min(25.5rem, 100%);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: start;
  column-gap: 5.8rem;
  row-gap: 0.5rem;
  align-content: start;
  margin-top: 20px;
}

.site-footer h3 {
  margin-bottom: 0.7rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}

.footer-links a {
  display: block;
  margin-bottom: 0.45rem;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  gap: 2.6rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: rgba(17, 17, 17, 0.75);
  margin-top: 0.4rem;
  text-align: center;
}

@media (max-width: 1080px) {
  .topbar {
    height: auto;
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.9rem 1.25rem;
  }

  .brand-mark {
    position: static;
    transform: none;
    width: min(10rem, 40vw);
  }

  .topbar-menu {
    gap: 1.25rem;
  }

  .nav-left,
  .nav-right {
    min-width: 0;
    flex: 0 1 auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 1.25rem;
  }

  .hero {
    min-height: 640px;
    padding-bottom: 0;
  }

  .hero-art {
    height: 560px;
  }

  .hero-copy {
    top: 4rem;
  }

  .hero-tagline {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 2rem);
    height: auto;
    margin: 582px auto 0;
    border: 0;
  }

  .mini-card-grid,
  .product-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .story-hero-page__inner,
  .story-feature__grid,
  .food-section__inner,
  .contact-panel,
  .legal-content__inner {
    grid-template-columns: 1fr;
  }

  .story-hero-page,
  .story-feature,
  .food-section,
  .contact-section,
  .legal-hero,
  .legal-content {
    padding-inline: 1rem;
  }

  .contact-toggle {
    width: calc(100% - 2rem);
    flex-wrap: wrap;
  }

  .contact-panel__title--wide,
  .contact-panel__copy--wide,
  .contact-form {
    max-width: none;
  }

  .contact-panel__title--wide {
    min-height: 0;
  }

  .contact-panel__media img {
    max-width: none;
  }

  .food-section__eyebrow {
    width: calc(100% - 2rem);
    margin-bottom: 1.25rem;
  }

  .story-hero-page__copy h1,
  .story-feature__copy h3 {
    max-width: none;
  }

  .food-section__stack {
    margin-top: 2rem;
  }

  .food-section__mascot {
    width: min(280px, 100%);
  }

  .newsletter,
  .site-footer {
    width: 100%;
    padding-inline: 1rem;
  }

  .mini-card {
    width: 100%;
    height: 390px;
  }

  .footer-meta {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .topbar {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
  }

  .topbar a,
  .location-link {
    font-size: 0.95rem;
  }

  .menu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    order: 2;
  }

  .brand-mark {
    order: 1;
    width: min(8.75rem, 56vw);
  }

  .topbar-menu {
    display: none;
    order: 3;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.9rem;
    padding-top: 0.35rem;
  }

  .topbar.menu-open .topbar-menu {
    display: flex;
  }

  .nav-left,
  .nav-right {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .nav-left a,
  .nav-right a,
  .location-link {
    justify-content: center;
    width: 100%;
    padding: 0.35rem 0;
  }

  .nav-left a,
  .nav-right a {
    flex: 0 0 auto;
  }

  .location-link {
    gap: 0.35rem;
  }

  .location-link img {
    width: 14px;
    height: 15px;
  }

  .pill-button--small {
    min-width: 100%;
    min-height: 2.9rem;
    padding-inline: 1.15rem;
    font-size: 1rem;
  }

  .hero-copy {
    top: 3rem;
  }

  .hero-art {
    height: 520px;
    background-position: center top;
    background-size: cover;
  }

  .eyebrow {
    max-width: 15rem;
    font-size: 3.2rem;
  }

  .mascot--hero {
    top: -1.8rem;
    left: 61%;
    width: 2rem;
  }

  .product-card--baked-mascot .mascot--baked {
    position: absolute;
    right: -0.8rem;
    top: 16.6rem;
    width: 3.6rem;
    z-index: 2;
  }

  .hero-tagline {
    width: calc(100% - 2rem);
    margin-top: 540px;
    font-size: 32px;
    height: auto;
  }

  .hero-button {
    display: block;
    width: fit-content;
    margin: 14rem auto 0;
    top: 0;
    text-align: center;
  }

  .cards-intro,
  .product-section,
  .drink-section {
    padding-inline: 1rem;
  }

  .story-page__eyebrow,
  .story-feature__heading h2,
  .food-section__eyebrow,
  .story-page .story-generosity .section-heading h2,
  .contact-panel__title {
    font-size: 38px;
    letter-spacing: 0.08em;
  }

  .story-hero-page__copy h1,
  .story-feature__copy h3 {
    font-size: 2.4rem;
  }

  .story-hero-page__inner {
    margin-top: 0;
  }

  .food-section {
    height: auto;
    padding: 1.25rem 0 0;
  }

  .food-section::before {
    background-size: 180%;
    background-position: center top;
  }

  .food-section__eyebrow {
    width: calc(100% - 2rem);
    margin: 0 auto 1rem;
    padding-inline: 1rem;
  }

  .food-section__inner {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 1.25rem 1rem 1rem;
    gap: 1rem;
    justify-items: center;
  }

  .food-section__copy {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    text-align: center;
  }

  .food-section__stack {
    margin-top: 0;
    font-size: 38px;
    line-height: 1.05;
    justify-items: center;
  }

  .contact-field input {
    font-size: 2rem;
  }

  .contact-panel__accent,
  .contact-panel__accent--wide {
    width: 100%;
  }

  .contact-toggle__button {
    width: 100%;
  }

  .mini-card,
  .drink-visual {
    min-height: auto;
  }

  .drink-visual {
    min-height: 420px;
  }

  .drink-panel {
    padding: 2rem 1rem;
  }

  .newsletter {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.25rem 1rem 1rem;
    align-items: stretch;
  }

  .newsletter-copy,
  .newsletter-copy p {
    max-width: none;
  }

  .newsletter-copy h2 {
    max-width: none;
    font-size: 2rem;
    line-height: 1;
  }

  .newsletter-form {
    width: 100%;
    flex-direction: row;
    gap: 0;
  }

  .newsletter-form input,
  .newsletter-form .pill-button {
    width: auto;
    border-radius: 0;
  }

  .newsletter-form input {
    flex: 1 1 auto;
    min-width: 0;
    border-radius: 62px 0 0 62px;
    border-right: 0;
  }

  .newsletter-form .pill-button {
    flex: 0 0 9.5rem;
    min-width: 9.5rem;
    border-left: 1px solid var(--border);
    border-right: 0;
    border-radius: 0 62px 62px 0;
  }

  .food-section__mascot-wrap {
    width: 100%;
    justify-content: center;
  }

  .food-section__mascot {
    position: static;
    width: min(15rem, 78vw);
  }

  .food-section__bar {
    width: calc(100% - 2rem);
    height: 24px;
    margin-bottom: 1.5rem;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
  }
}
