:root {
  --pt-ink: #332c33;
  --pt-sage: #baecb7;
  --pt-mist: #edf7ee;
  --pt-lime: #eff7c8;
  --pt-brisk: #dcf4e0;
  --pt-bone: #fcfffb;
  --pt-muted: #6f6b6f;
  --pt-line: #d5d8d4;
  --pt-radius: 24px;
  --pt-radius-large: 32px;
  --pt-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pt-serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  --pt-sans: 'DM Sans', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: var(--pt-sans);
}

body {
  color: var(--pt-ink);
  background: var(--pt-bone);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  color: var(--pt-ink);
  background: color-mix(in srgb, var(--pt-sage) 58%, transparent);
}

.pt-announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 24px;
  color: var(--pt-ink);
  background: var(--pt-mist);
  font: 500 13px/1.3 var(--pt-sans);
  letter-spacing: 0.01em;
  text-align: center;
}

.vl-header,
.vl-header.is-stuck {
  position: sticky;
  top: 0;
  left: auto;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 72px;
  padding: 0 35px;
  color: var(--pt-ink);
  background: rgba(252, 255, 251, 0.94);
  border: 0;
  box-shadow: none;
  pointer-events: auto;
  transform: none;
  transition: min-height 350ms var(--pt-ease), background-color 350ms ease, box-shadow 350ms ease;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.vl-header.is-stuck {
  min-height: 64px;
  background: rgba(252, 255, 251, 0.70);
  box-shadow: 0 1px 0 rgba(51, 44, 51, 0.08);
}

body.admin-bar .vl-header,
body.admin-bar .vl-header.is-stuck {
  top: 32px;
}

.vl-menu-pill,
.vl-account-pill,
.vl-menu-pill:hover,
.vl-menu-pill:focus-within,
.vl-account-pill:hover,
.vl-account-pill:focus-within {
  position: static;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.vl-primary-links,
.vl-account-pill {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 20px);
}

.vl-account-pill {
  justify-self: end;
  min-width: 0;
}

.vl-primary-links {
  --selector-x: 6px;
  --selector-y: 6px;
  --selector-w: 64px;
  --selector-h: 30px;
  position: absolute;
  left: 50%;
  justify-self: center;
  gap: 0;
  height: 42px;
  padding: 6px;
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  isolation: isolate;
  transform: translateX(-50%);
}

.vl-primary-links .vl-pill-selector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: var(--selector-w);
  height: var(--selector-h);
  background: var(--pt-sage);
  border: 0;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
  opacity: 1;
  pointer-events: none;
  transform: translate3d(var(--selector-x), var(--selector-y), 0);
  transition: transform 420ms var(--pt-ease), width 420ms var(--pt-ease), height 420ms var(--pt-ease);
}

.vl-header .vl-wordmark,
.vl-header.is-stuck .vl-wordmark,
.vl-header:not(.is-stuck) .vl-wordmark {
  min-height: auto;
  padding: 0;
}

.vl-header .vl-wordmark__image {
  height: 48px;
}

.vl-primary-links a,
.vl-account-pill a,
.vl-header.is-stuck .vl-primary-links a,
.vl-header.is-stuck .vl-account-pill a,
.vl-header:not(.is-stuck) .vl-primary-links a,
.vl-header:not(.is-stuck) .vl-account-pill a {
  min-height: auto;
  position: relative;
  z-index: 1;
  min-height: 38px;
  padding: 8px clamp(9px, 0.72vw, 14px);
  color: var(--pt-ink);
  font: 400 clamp(11px, 0.72vw, 14px)/1 var(--pt-sans);
  letter-spacing: -0.018em;
  border-radius: 999px;
  white-space: nowrap;
}

.vl-primary-links a,
.vl-header.is-stuck .vl-primary-links a,
.vl-header:not(.is-stuck) .vl-primary-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-height: 30px;
  padding-block: 0;
}

.vl-primary-links a:hover,
.vl-account-pill a:hover,
.vl-primary-links a:focus-visible,
.vl-account-pill a:focus-visible {
  color: var(--pt-ink);
  opacity: 1;
  outline: 2px solid transparent;
  text-decoration: none;
  transform: none;
}

.vl-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin-left: 4px;
  padding: 0 5px;
  color: var(--pt-bone);
  background: var(--pt-ink);
  border-radius: 999px;
  font-size: 10px;
}

.vl-cart-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vl-account-pill .vl-get-started,
.vl-header.is-stuck .vl-get-started,
.vl-header:not(.is-stuck) .vl-get-started {
  min-height: 42px !important;
  gap: 12px;
  padding: 6px 7px 6px 18px !important;
  color: var(--pt-ink) !important;
  background: var(--pt-mist);
  border: 0;
  border-radius: 999px !important;
  text-decoration: none;
  transition: background-color 350ms ease, transform 350ms var(--pt-ease);
}

.vl-account-pill .vl-get-started::after {
  content: '\2197';
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--pt-ink);
  background: var(--pt-sage);
  border-radius: 50%;
  transition: transform 350ms var(--pt-ease);
}

.vl-account-pill .vl-get-started:hover,
.vl-account-pill .vl-get-started:focus-visible {
  color: var(--pt-ink) !important;
  background: var(--pt-brisk);
  text-decoration: none;
  transform: translateY(-2px);
}

.vl-account-pill .vl-get-started:hover::after,
.vl-account-pill .vl-get-started:focus-visible::after {
  transform: rotate(45deg);
}

.vl-menu-toggle {
  display: none;
}

@media (min-width: 981px) and (max-width: 1300px) {
  .vl-header,
  .vl-header.is-stuck {
    padding-inline: 20px;
  }

  .vl-header .vl-wordmark__image {
    height: 36px;
  }

  .vl-account-link,
  .vl-get-started {
    display: none !important;
  }
}

@media (min-width: 981px) and (max-width: 1100px) {
  .vl-primary-links {
    padding-inline: 3px;
  }

  .vl-primary-links a,
  .vl-header.is-stuck .vl-primary-links a,
  .vl-header:not(.is-stuck) .vl-primary-links a {
    height: 30px;
    min-height: 30px;
    padding-inline: 4px;
    font-size: 10px;
  }
}

.home {
  color: var(--pt-ink);
  background: var(--pt-bone);
  font-family: var(--pt-sans);
  font-size: 14px;
}

.pt-home {
  min-height: 100vh;
  overflow: hidden;
  color: var(--pt-ink);
  background: var(--pt-bone);
}

.pt-home h1,
.pt-home h2,
.pt-home p,
.pt-home figure {
  margin: 0;
}

.pt-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pt-hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: calc(100svh - 108px);
  margin: 0;
  overflow: hidden;
  color: var(--pt-bone);
  background: #181614;
  border-radius: 0 0 var(--pt-radius-large) var(--pt-radius-large);
}

.pt-hero__image {
  position: absolute;
  inset: 0;
  object-position: 50% 60%;
}

.pt-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 20% 0 0;
  pointer-events: none;
  backdrop-filter: blur(32px) saturate(1.2);
  -webkit-backdrop-filter: blur(32px) saturate(1.2);
  background: linear-gradient(to top, rgba(245, 246, 248, 0.72), rgba(245, 246, 248, 0.04) 52%, transparent);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.12) 30%, #000 72%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.12) 30%, #000 72%);
}

.pt-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: min(900px, 100%);
  min-height: calc(100svh - 108px);
  padding: 261px 32px 24px;
}

.pt-hero h1 {
  max-width: 510px;
  margin: 0 0 28px;
  color: var(--pt-bone);
  font: 400 clamp(58px, 4.6vw, 82px)/0.91 var(--pt-serif);
  letter-spacing: -0.048em;
  text-wrap: balance;
}

.pt-hero__copy > p {
  max-width: 380px;
  margin-bottom: 24px;
  color: rgba(252, 255, 251, 0.88);
  font-size: clamp(17px, 1.1vw, 20px);
  font-weight: 440;
  line-height: 1.28;
  letter-spacing: -0.018em;
}

.pt-hero--light {
  color: var(--pt-ink);
  background: #f5f6f8;
}

.pt-hero--light .pt-hero__image {
  object-position: 50% 50%;
}

.pt-hero--light h1,
.pt-hero--light .pt-hero__copy > p {
  color: var(--pt-ink);
}

.pt-hero--light .pt-button {
  color: var(--pt-bone);
  background: var(--pt-ink);
}

@media (max-width: 1024px) {
  .pt-hero__copy {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

.pt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  color: var(--pt-ink);
  background: rgba(252, 255, 251, 0.88);
  border-radius: 999px;
  font: 440 14px/1 var(--pt-sans);
  transition: color 220ms ease, background-color 220ms ease, transform 220ms var(--pt-ease);
}

.pt-footer__cta .pt-button {
  background: var(--pt-mist);
}

.pt-button:hover,
.pt-button:focus-visible {
  color: var(--pt-ink);
  background: var(--pt-sage);
  outline: 0;
  transform: translateY(-2px);
}

.pt-statement {
  display: grid;
  place-items: center;
  min-height: 496px;
  padding: 148px 24px;
}

.pt-statement h2 {
  max-width: 850px;
  text-align: center;
  font: 400 clamp(48px, 3.23vw, 62px)/1.02 var(--pt-serif);
  letter-spacing: -0.045em;
}

.pt-statement__word {
  display: inline-block;
}

.pt-statement.is-word-motion-ready .pt-statement__word {
  opacity: 0.06;
  transform: none;
  transition: none;
  will-change: opacity;
}

.pt-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(48px, 6vw, 96px);
  width: min(calc(100% - 80px), 1280px);
  max-width: none;
  margin: 0 auto;
  padding: 144px 0;
}

.pt-faq__intro h2 {
  max-width: 520px;
  margin: 0;
  font: 400 clamp(58px, 5.2vw, 84px)/0.96 var(--pt-serif);
  letter-spacing: -0.055em;
}

.pt-shop h2 {
  margin: 0 0 20px;
  font: 400 clamp(46px, 3.03vw, 58px)/0.99 var(--pt-serif);
  letter-spacing: -0.03em;
}

.pt-delivery h2 {
  margin: 0 0 28px;
  font: 400 clamp(56px, 5.4vw, 92px)/0.91 var(--pt-serif);
  letter-spacing: -0.055em;
}

.pt-faq__intro p,
.pt-shop__copy > p {
  max-width: 432px;
  color: var(--pt-muted);
  font-size: 18px;
  font-weight: 440;
  line-height: 1.28;
  letter-spacing: -0.018em;
}

.pt-faq__intro p:first-of-type {
  margin: 28px 0 0;
}

.pt-faq__intro p + p {
  margin: 30px 0 0;
}

.pt-faq__intro a {
  color: var(--pt-ink);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: var(--pt-sage);
  text-underline-offset: 4px;
}

.pt-faq__items {
  border-top: 1px solid var(--pt-line);
}

.pt-faq__item {
  border-bottom: 1px solid var(--pt-line);
}

.pt-faq__item > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 24px 0;
  border: 0;
  color: var(--pt-ink);
  background: transparent;
  font-family: var(--pt-sans);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease;
}

.pt-faq__item svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: var(--pt-muted);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: color 180ms ease, transform 200ms ease;
}

.pt-faq__item > button:hover,
.pt-faq__item > button:focus-visible,
.pt-faq__item.is-selected > button,
.pt-faq__item.is-selected svg {
  color: var(--pt-ink);
}

.pt-faq__item.is-open svg {
  transform: rotate(180deg);
}

.pt-faq__panel {
  display: grid;
  grid-template-rows: 1fr;
}

.pt-faq.is-motion-ready .pt-faq__panel {
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transition: grid-template-rows 240ms ease-out, opacity 240ms ease-out, visibility 0s linear 240ms;
}

.pt-faq.is-motion-ready .pt-faq__item.is-open .pt-faq__panel {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.pt-faq__answer {
  min-height: 0;
  overflow: hidden;
}

.pt-faq__answer p {
  max-width: 680px;
  margin: 0;
  padding: 0 46px 24px 0;
  color: var(--pt-muted);
  font-size: 16px;
  line-height: 1.75;
}

.pt-faq__word,
.pt-faq__character {
  display: inline-block;
}

.pt-faq__word {
  white-space: nowrap;
}

.pt-faq__character {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 280ms ease, filter 280ms ease;
}

.pt-faq__item.is-open .pt-faq__character {
  opacity: 1;
  filter: blur(0);
  transition-delay: var(--pt-character-delay);
}

.pt-statement--compact {
  place-items: start center;
  width: min(calc(100% - 80px), 940px);
  min-height: 761px;
  margin: 0 auto;
  padding: 176px 0;
}

.pt-statement--compact h2 {
  max-width: 700px;
  font-size: 60px;
  line-height: 1.01;
}

.pt-shop {
  display: grid;
  grid-template-columns: minmax(320px, 468px) minmax(0, 1fr);
  align-items: stretch;
  column-gap: clamp(40px, 6vw, 96px);
  width: min(calc(100% - 80px), 1540px);
  max-width: none;
  margin: -140px auto 0;
  padding: 0 0 308px;
}

.pt-shop__feature-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: var(--pt-bone);
  background: #111210;
  border-radius: 42px;
}

.pt-shop__feature-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--pt-ease);
}

.pt-shop__feature-card:hover > img,
.pt-shop__feature-card:focus-visible > img {
  transform: scale(1.035);
}

.pt-shop__feature-fade {
  position: absolute;
  inset: 22% 0 0;
  backdrop-filter: blur(32px) saturate(1.15);
  -webkit-backdrop-filter: blur(32px) saturate(1.15);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.05) 54%, transparent);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.14) 28%, #000 72%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.14) 28%, #000 72%);
}

.pt-shop__feature-copy {
  position: absolute;
  right: 42px;
  bottom: 38px;
  left: 42px;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.pt-shop__feature-copy small {
  font: 600 12px/1 var(--pt-sans);
}

.pt-shop__feature-copy strong {
  font: 400 clamp(48px, 5vw, 82px)/0.9 var(--pt-serif);
  letter-spacing: -0.05em;
}

.pt-shop__feature-copy em {
  color: rgba(252, 255, 251, 0.74);
  font: 400 16px/1.2 var(--pt-serif);
}

.pt-shop__copy {
  display: flex;
  flex-direction: column;
  padding: 76px 76px 0;
}

.pt-pack-list {
  margin-top: auto;
  border-top: 1px solid var(--pt-line);
}

.pt-shop__copy > p {
  margin-bottom: 44px;
}

.pt-pack {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 76px;
  border-bottom: 1px solid var(--pt-line);
}

.pt-pack__details {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}

.pt-pack__details strong {
  font-size: 15px;
  font-weight: 500;
}

.pt-pack__weight {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}

.pt-pack__weight small {
  color: rgba(39, 36, 34, 0.56);
  font-size: 11px;
  white-space: nowrap;
}

.pt-pack__price {
  color: rgba(39, 36, 34, 0.7);
  font-size: 13px;
  white-space: nowrap;
}

.pt-pack__add {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--pt-ink);
  background: var(--pt-lime);
  border-radius: 999px;
  font-size: 22px;
  line-height: 1;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.pt-pack__add:hover,
.pt-pack__add:focus-visible {
  color: var(--pt-ink);
  background: var(--pt-sage);
  outline: 0;
  transform: scale(1.06);
}

.pt-recipes {
  width: min(calc(100% - 80px), 1540px);
  margin: 0 auto;
  padding: 16px 0 176px;
}

.pt-recipes__heading {
  margin-bottom: 48px;
}

.pt-recipes__heading h2 {
  margin: 0;
}

.pt-recipes__heading h2 {
  max-width: 920px;
  font: 400 clamp(48px, 5vw, 82px)/0.94 var(--pt-serif);
  letter-spacing: -0.05em;
}

.pt-recipes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pt-recipe-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: var(--pt-bone);
  background: #111210;
  border-radius: var(--pt-radius);
}

.pt-recipe-card::after {
  position: absolute;
  inset: 20% 0 0;
  content: '';
  backdrop-filter: blur(32px) saturate(1.2);
  -webkit-backdrop-filter: blur(32px) saturate(1.2);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.04) 52%, transparent);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.12) 30%, #000 72%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.12) 30%, #000 72%);
}

.pt-recipe-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--pt-ease);
}

.pt-recipe-card:hover img,
.pt-recipe-card:focus-visible img {
  transform: scale(1.035);
}

.pt-recipe-card > span {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.pt-recipe-card small {
  font: 600 11px/1 var(--pt-sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pt-recipe-card strong {
  font: 400 clamp(30px, 2.7vw, 46px)/0.96 var(--pt-serif);
  letter-spacing: -0.04em;
}

.pt-recipe-card em {
  color: rgba(252, 255, 251, 0.72);
  font: 500 12px/1 var(--pt-sans);
}

.pt-delivery {
  max-width: 1840px;
  margin: 0 auto 32px;
  padding: 110px clamp(28px, 7vw, 130px) 120px;
  background: var(--pt-mist);
  border-radius: var(--pt-radius-large);
}

.pt-delivery h2 {
  max-width: 720px;
}

.pt-delivery__intro {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(39, 36, 34, 0.7);
  font-size: 18px;
  line-height: 1.4;
}

.pt-delivery__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 80px;
  border-top: 1px solid rgba(39, 36, 34, 0.24);
}

.pt-delivery__facts p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 140px;
  padding: 28px 28px 0 0;
  border-right: 1px solid rgba(39, 36, 34, 0.24);
}

.pt-delivery__facts p + p {
  padding-left: 28px;
}

.pt-delivery__facts p:last-child {
  border-right: 0;
}

.pt-delivery__facts strong {
  font-size: 18px;
  font-weight: 500;
}

.pt-delivery__facts span {
  color: rgba(39, 36, 34, 0.7);
  font-size: 14px;
}

.pt-footer {
  display: grid;
  grid-template-columns: 1fr minmax(420px, 0.8fr);
  gap: 80px;
  min-height: 520px;
  padding: 110px 4vw 36px;
  background: var(--pt-bone);
}

.pt-footer nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: flex-start;
  gap: clamp(36px, 5vw, 80px);
}

.pt-footer nav div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pt-footer nav strong,
.pt-footer nav a {
  font-size: 14px;
  font-weight: 400;
}

.pt-footer nav strong {
  margin-bottom: 6px;
  color: rgba(39, 36, 34, 0.55);
}

.pt-footer__support {
  min-width: 250px;
}

.vl-legal-copy {
  width: min(100%, 820px);
  padding: clamp(64px, 8vw, 120px) 0;
  font-size: 17px;
  line-height: 1.75;
}

.vl-legal-copy h1 {
  margin-bottom: 32px;
  font: 400 clamp(48px, 7vw, 88px)/0.96 var(--pt-serif);
  letter-spacing: -0.05em;
}

.vl-legal-copy h2 {
  margin: 48px 0 16px;
  font: 400 clamp(30px, 4vw, 44px)/1 var(--pt-serif);
  letter-spacing: -0.035em;
}

.vl-legal-copy h3,
.vl-legal-copy p,
.vl-legal-copy ul,
.vl-legal-copy ol {
  margin: 0 0 18px;
}

.vl-legal-copy ul,
.vl-legal-copy ol {
  padding-left: 24px;
}

.vl-legal-copy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vl-legal-copy hr {
  margin: 40px 0;
  border: 0;
  border-top: 1px solid var(--pt-line);
}

.pt-footer__cta {
  align-self: start;
}

.pt-footer__cta h2 {
  max-width: 520px;
  font: 400 clamp(42px, 3.3vw, 60px)/0.98 var(--pt-serif);
  letter-spacing: -0.055em;
}

.pt-footer__cta p {
  margin: 22px 0 28px;
  color: rgba(39, 36, 34, 0.72);
}

.pt-footer > small {
  grid-column: 1 / -1;
  align-self: end;
  padding-top: 30px;
  border-top: 1px solid var(--pt-line);
  color: rgba(39, 36, 34, 0.58);
  font-size: 12px;
}

/* Motion is progressive: content stays visible when scripting is unavailable. */
.pt-motion-ready [data-pt-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 700ms ease, transform 800ms var(--pt-ease);
}

.pt-motion-ready [data-pt-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .pt-hero__copy > * {
    animation: pt-hero-enter 760ms var(--pt-ease) both;
  }

  .pt-hero__copy > :nth-child(2) {
    animation-delay: 70ms;
  }

  .pt-hero__copy > :nth-child(3) {
    animation-delay: 140ms;
  }

  .pt-hero__copy > :nth-child(4) {
    animation-delay: 210ms;
  }

  @keyframes pt-hero-enter {
    from {
      opacity: 0;
      transform: translateY(24px);
    }

    to {
      opacity: 1;
      transform: none;
    }
  }
}

@media (max-width: 980px) {
  .vl-header,
  .vl-header.is-stuck {
    grid-template-columns: 1fr auto auto;
    min-height: 64px;
    padding: 0 20px;
  }

  .vl-primary-links {
    position: absolute;
    z-index: 10;
    top: 64px;
    left: 0;
    grid-column: 1 / -1;
    justify-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-height: calc(100svh - 64px);
    padding: 48px 28px 72px;
    background: var(--pt-bone);
    border: 0;
    border-top: 1px solid var(--pt-line);
    border-radius: 0;
    box-shadow: none;
    isolation: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 300ms ease, transform 420ms var(--pt-ease), visibility 0s linear 420ms;
  }

  .vl-primary-links .vl-pill-selector {
    display: none;
  }

  .vl-header.is-menu-open,
  .vl-header.is-menu-open.is-stuck {
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    width: 100%;
    min-height: 64px;
    padding: 0 20px;
    background: rgba(250, 250, 246, 0.98);
  }

  .vl-header.is-menu-open .vl-wordmark {
    display: inline-flex;
    justify-content: flex-start;
    min-width: 0;
    min-height: auto;
    padding: 0;
  }

  .vl-header.is-menu-open .vl-account-pill {
    display: flex;
    grid-column: 2;
  }

  .vl-header.is-menu-open .vl-get-started {
    display: inline-flex;
  }

  .vl-header.is-menu-open .vl-menu-toggle {
    position: relative;
    grid-column: 3;
    display: inline-flex;
    color: var(--pt-ink);
    background: transparent;
  }

  .vl-header.is-menu-open .vl-primary-links {
    top: 64px;
    right: 0;
    left: 0;
    display: flex;
    width: 100% !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }

  .vl-header.is-menu-open .vl-primary-links a {
    display: block;
    height: auto;
    min-height: auto;
    padding: 8px 0;
    color: var(--pt-ink);
    font: 400 clamp(36px, 8vw, 52px)/1 var(--pt-serif);
    letter-spacing: -0.045em;
  }

  .vl-account-pill {
    grid-column: 2;
    display: flex;
    gap: 14px;
    min-height: 0;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .vl-header:not(.is-menu-open) .vl-account-pill {
    padding: 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .vl-account-link {
    display: none !important;
  }

  .vl-menu-toggle,
  .vl-header:not(.is-menu-open) .vl-menu-toggle {
    position: relative;
    grid-column: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    color: var(--pt-ink);
    background: transparent;
    border: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .vl-menu-toggle span {
    position: absolute;
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 320ms var(--pt-ease);
  }

  .vl-menu-toggle span:first-child {
    transform: translateY(-4px);
  }

  .vl-menu-toggle span:last-child {
    transform: translateY(4px);
  }

  .vl-header.is-menu-open .vl-menu-toggle span:first-child {
    transform: rotate(45deg);
  }

  .vl-header.is-menu-open .vl-menu-toggle span:last-child {
    transform: rotate(-45deg);
  }

  .pt-hero__copy {
    width: min(640px, 68vw);
  }

  .pt-faq,
  .pt-shop {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pt-shop__feature-card {
    min-height: 650px;
  }

  .pt-recipes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pt-shop__copy {
    padding: 20px 4vw 0;
  }

  .pt-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.admin-bar .vl-header,
  body.admin-bar .vl-header.is-stuck {
    top: 46px;
  }

  .pt-announcement {
    min-height: 32px;
    padding: 7px 14px;
    font-size: 11px;
  }

  .vl-header,
  .vl-header.is-stuck {
    min-height: 60px;
    padding: 0 14px 0 16px;
  }

  .vl-header .vl-wordmark,
  .vl-header.is-stuck .vl-wordmark,
  .vl-header:not(.is-stuck) .vl-wordmark {
    min-width: 0;
  }

  .vl-header .vl-wordmark__image {
    height: 34px;
  }

  .vl-primary-links {
    top: 60px;
  }

  .vl-cart-icon {
    width: 19px;
    height: 19px;
  }

  .vl-cart-count {
    font-size: 9px;
  }

  .vl-account-pill .vl-get-started {
    min-height: 36px !important;
    padding: 11px 15px !important;
    font-size: 12px !important;
  }

  .pt-hero {
    align-items: flex-end;
    min-height: calc(100svh - 92px);
    border-radius: 0 0 24px 24px;
  }

  .pt-hero__image {
    object-position: 61% 50%;
  }

  .pt-hero__copy {
    width: 100%;
    padding: 40px 22px 36px;
  }

  .pt-hero--light .pt-hero__image {
    inset: 0 0 auto;
    height: 58%;
    -webkit-mask-image: linear-gradient(to bottom, #000 0 72%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0 72%, transparent 100%);
  }

  .pt-hero--light .pt-hero__copy {
    min-height: calc(100svh - 92px);
    padding: 43svh 20px 20px;
  }

  .pt-hero h1 {
    max-width: 360px;
    margin: 0 0 18px;
    font-size: clamp(48px, 14vw, 62px);
    line-height: 0.92;
  }

  .pt-hero__copy > p {
    max-width: 310px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .pt-statement,
  .pt-statement--compact {
    min-height: 440px;
    padding: 100px 22px;
  }

  .pt-statement h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .pt-faq,
  .pt-shop {
    gap: 28px;
    padding: 28px 16px 90px;
  }

  .pt-shop {
    width: calc(100% - 32px);
    margin-top: -36px;
    padding-inline: 0;
    padding-bottom: 126px;
  }

  .pt-shop__copy {
    padding: 44px 8px 12px;
  }

  .pt-shop h2,
  .pt-delivery h2 {
    margin: 18px 0 22px;
    font-size: 42px;
  }

  .pt-faq {
    width: 100%;
    gap: 50px;
    padding-top: 90px;
  }

  .pt-faq__intro h2 {
    font-size: 52px;
  }

  .pt-faq__item > button {
    padding-block: 22px;
    font-size: 17px;
  }

  .pt-shop__feature-card {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-radius: 28px;
  }

  .pt-shop__feature-copy {
    right: 26px;
    bottom: 26px;
    left: 26px;
  }

  .pt-pack__details {
    min-width: 0;
  }

  .pt-pack__price {
    overflow-wrap: anywhere;
    white-space: normal;
    text-align: right;
  }

  .pt-recipes {
    width: calc(100% - 32px);
    padding-bottom: 100px;
  }

  .pt-recipes__grid {
    display: flex;
    width: calc(100vw - 16px);
    gap: 14px;
    margin-left: 0;
    padding: 0 32px 8px 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 16px 32px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .pt-recipes__grid::-webkit-scrollbar {
    display: none;
  }

  .pt-recipe-card {
    flex: 0 0 calc(100vw - 64px);
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .pt-recipes__heading {
    margin-bottom: 30px;
  }

  .pt-delivery {
    margin: 0 12px 12px;
    padding: 78px 24px 70px;
    border-radius: 24px;
  }

  .pt-delivery__facts {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .pt-delivery__facts p,
  .pt-delivery__facts p + p {
    min-height: auto;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(39, 36, 34, 0.24);
  }

  .pt-footer {
    gap: 70px;
    min-height: 0;
    padding: 84px 22px 28px;
  }

  .pt-footer nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 28px;
  }

  .pt-footer__support {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .pt-footer__cta h2 {
    font-size: 44px;
  }
}

@media (max-width: 480px) {
  .pt-hero--light .pt-hero__copy {
    padding: 43svh 18px 26px;
  }
}

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

  .pt-home *,
  .vl-header *,
  .pt-motion-ready * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
