@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/barlow-condensed-500.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/barlow-condensed-600.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/barlow-condensed-700.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/barlow-condensed-800.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/assets/manrope-400-800.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
:root {
  --cream: #f6f1e4;
  --ink: #233e30;
  --orange: #b94023;
  --peach: #ed623c;
  --line: #d6d6c4;
  --display: "Barlow Condensed", Impact, sans-serif;
  --sans: Manrope, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
}
body.modal-open {
  overflow: hidden;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
::selection {
  background: #f5b296;
  color: var(--ink);
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.announcement {
  min-height: 35px;
  background: var(--ink);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 56px;
  font-size: 10px;
  letter-spacing: 1.6px;
}
.announcement-right {
  letter-spacing: 0.4px;
  font-size: 11px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 116px;
  border-bottom: 1px solid var(--line);
  gap: 30px;
}
.wordmark {
  position: relative;
  font-family: var(--display);
  font-size: 38px;
  font-weight: 850;
  letter-spacing: -2px;
  line-height: 0.9;
  display: block;
  white-space: nowrap;
}
.wordmark small {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 5px;
  font-weight: 700;
  margin-top: 10px;
  margin-left: 4px;
}
.logo-paw {
  font-size: 26px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: top;
  color: var(--orange);
}
nav {
  display: flex;
  gap: 33px;
  font-size: 13px;
  font-weight: 500;
}
nav a:hover,
.text-link:hover {
  color: var(--orange);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 17px 25px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--cream);
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #365c45;
  transform: translateY(-2px);
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.button-small {
  padding: 13px 19px;
  font-size: 12px;
  gap: 23px;
}
.hero {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  min-height: 650px;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 64px;
  gap: 25px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  line-height: 1.6;
  margin: 0 0 25px;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.little-star {
  font-size: 24px;
  color: var(--orange);
  line-height: 1;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 650;
  line-height: 1.03;
  letter-spacing: -2px;
}
h1 {
  font-size: clamp(70px, 6.8vw, 102px);
  margin-bottom: 24px;
}
em {
  font-weight: 500;
  color: var(--orange);
}
.hero-description {
  font-size: 23px;
  line-height: 1.38;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: -0.5px;
}
.hero-detail {
  max-width: 385px;
  font-size: 14px;
  line-height: 1.8;
  color: #536053;
  margin-bottom: 26px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.text-link {
  background: none;
  border: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #657060;
  margin-top: 23px;
}
.hero-footnote > span {
  font-size: 18px;
  color: var(--orange);
}
.hero-art {
  position: relative;
  height: 540px;
  isolation: isolate;
}
.art-orbit {
  position: absolute;
  width: 96%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #eae8d1;
  top: 10%;
  left: 3%;
  z-index: -1;
}
.art-orbit:after {
  content: "";
  position: absolute;
  inset: 17px;
  border: 1px solid #d4d5b9;
  border-radius: 50%;
}
.hero-pouch {
  position: absolute;
  width: 59%;
  filter: drop-shadow(8px 20px 10px #26332225);
}
.hero-pouch svg {
  width: 100%;
  height: auto;
  display: block;
}
.hero-pouch-front {
  left: 9%;
  top: 10%;
  transform: rotate(-11deg);
}
.hero-pouch-back {
  right: -1%;
  top: 15%;
  transform: rotate(12deg);
}
.spark {
  position: absolute;
  color: var(--orange);
}
.spark-one {
  left: 2%;
  top: 4%;
  font-size: 60px;
  transform: rotate(13deg);
}
.spark-two {
  right: 0;
  bottom: 13%;
  font-size: 44px;
}
.round-stamp {
  position: absolute;
  right: 0;
  top: 0;
  background: #f3be66;
  border: 1px solid var(--ink);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(14deg);
  box-shadow: 0 0 0 5px var(--cream);
}
.round-stamp span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
}
.round-stamp strong {
  font: italic 40px var(--display);
  line-height: 1.1;
}
.art-note {
  position: absolute;
  bottom: 29px;
  left: 5px;
  font: italic 19px var(--display);
  line-height: 1.2;
  transform: rotate(-8deg);
}
.art-note svg {
  position: absolute;
  width: 80px;
  left: 85px;
  bottom: 18px;
  transform: rotate(-115deg);
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.5;
}
.art-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 8px;
  letter-spacing: 1.4px;
}
.promise-strip {
  background: #e9eadb;
  border-block: 1px solid #ccd0b9;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 25px;
  padding: 17px 35px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  overflow: hidden;
}
.promise-strip span {
  white-space: nowrap;
}
.promise-strip span:nth-child(even) {
  color: var(--orange);
  font-size: 23px;
  line-height: 1;
}
.section {
  padding-block: 86px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 35px;
  margin-bottom: 38px;
}
.section-heading .eyebrow {
  margin-bottom: 15px;
}
h2 {
  font-size: 46px;
  margin-bottom: 0;
  line-height: 1.12;
}
.section-heading > p {
  font-size: 13px;
  color: #586050;
  margin-bottom: 4px;
}
.flavour-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
}
.flavour-card {
  min-width: 0;
}
.flavour-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 285px;
  border-radius: 7px;
  background: var(--card-bg);
  overflow: hidden;
}
.flavour-visual:before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border: 1px solid #233e301a;
  border-radius: 50%;
}
.flavour-visual svg {
  height: 247px;
  width: 185px;
  transform: rotate(-7deg);
  filter: drop-shadow(5px 10px 5px #233e3020);
  transition: transform 0.3s;
}
.flavour-card:nth-child(even) .flavour-visual svg {
  transform: rotate(7deg);
}
.flavour-card:hover .flavour-visual svg {
  transform: rotate(0deg) translateY(-5px);
}
.flavour-badge {
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 700;
  border: 1px solid #233e3050;
  border-radius: 3px;
  padding: 4px 7px;
  background: var(--cream);
  z-index: 1;
}
.flavour-card h3 {
  font-size: 25px;
  letter-spacing: -0.9px;
  margin: 21px 0 9px;
}
.flavour-card p {
  font-size: 12px;
  color: #526051;
  line-height: 1.7;
  min-height: 42px;
  margin-bottom: 14px;
}
.flavour-card button {
  width: 100%;
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  border-top: 1px solid var(--line);
  background: none;
  font-size: 11px;
  font-weight: 700;
}
.flavour-card button:hover {
  color: var(--orange);
}
.flavour-card button span {
  font-size: 21px;
}
.flavour-note {
  font-size: 11px;
  text-align: center;
  color: #596451;
  margin: 26px 0 0;
}
.flavour-note span {
  color: var(--orange);
  margin-right: 8px;
}
.process {
  background: var(--ink);
  color: var(--cream);
}
.process .section-heading {
  align-items: center;
  margin-bottom: 48px;
}
.process .eyebrow {
  color: #c6d1b3;
}
.process h2 {
  font-size: 43px;
}
.process-stamp {
  text-align: center;
  border: 1px solid #bdc5a4;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  font-size: 12px;
  transform: rotate(10deg);
  margin-right: 35px;
}
.process-stamp em {
  color: #f1bf7d;
  font-family: var(--display);
  font-size: 27px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.step-number {
  display: block;
  border-bottom: 1px solid #6e7f62;
  padding-bottom: 15px;
  font-size: 12px;
  color: #f1bf7d;
  margin-bottom: 25px;
}
.steps h3 {
  font-size: 27px;
  letter-spacing: -0.7px;
  margin-bottom: 15px;
}
.steps p {
  font-size: 13px;
  color: #d2d8c8;
  line-height: 1.8;
}
.step-aside {
  font: italic 14px var(--display);
  color: #f1bf7d;
}
.quote-section {
  text-align: center;
  padding-block: 76px;
  border-bottom: 1px solid var(--line);
}
.quote-section .eyebrow {
  margin-bottom: 12px;
}
.quote-stars {
  font-size: 18px;
  letter-spacing: 5px;
  color: var(--orange);
  margin-bottom: 22px;
}
blockquote {
  font-family: var(--display);
  font-size: 36px;
  line-height: 1.35;
  letter-spacing: -1px;
  margin: 0 0 24px;
}
.quote-credit {
  font-size: 11px;
  margin-bottom: 7px;
}
.quote-small {
  font-size: 9px;
  color: #636d5c;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 65px;
}
.faq .eyebrow {
  margin-bottom: 20px;
}
.faq h2 {
  font-size: 53px;
}
.faq > div > p:last-child {
  font-size: 12px;
  margin-top: 23px;
  color: #5e6757;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 23px 0;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.2s;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  font-size: 13px;
  color: #586050;
  line-height: 1.8;
  margin-bottom: 22px;
  padding-right: 25px;
}
.closing {
  text-align: center;
  background: #ed623c;
  color: #14271c;
  padding: 58px 20px 47px;
}
.closing > span {
  font-size: 47px;
  line-height: 1;
  display: block;
  margin-bottom: 22px;
}
.closing .eyebrow {
  margin-bottom: 17px;
}
.closing h2 {
  font-size: 66px;
  margin-bottom: 27px;
}
.closing em {
  color: inherit;
}
.button-cream {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--ink);
}
.button-cream:hover {
  background: #fff9e8;
}
.closing > p:last-child {
  font-size: 10px;
  margin: 17px 0 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 47px 0 35px;
}
.footer-top .wordmark {
  font-size: 32px;
}
.footer-top p {
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
}
.footer-top > a:last-child {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 20px 0;
  font-size: 9px;
  color: #5e6757;
}
.skip-link {
  position: fixed;
  top: -70px;
  left: 20px;
  background: var(--cream);
  padding: 12px;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.noscript {
  padding: 20px;
  background: #f3be66;
  text-align: center;
}
dialog {
  padding: 0;
  border: 1px solid var(--ink);
  border-radius: 10px;
  width: min(920px, calc(100% - 32px));
  max-height: calc(100dvh - 48px);
  background: var(--cream);
  color: var(--ink);
}
dialog::backdrop {
  background: #172c25a8;
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  right: 14px;
  top: 10px;
  border: 0;
  background: var(--cream);
  font-size: 30px;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 2;
}
.customiser-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
}
.customiser-preview {
  background: #e7e7d2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 42px 20px;
}
.customiser-preview .eyebrow {
  font-size: 8px;
  margin-bottom: 14px;
  text-align: center;
}
.live-pouch {
  width: 90%;
  max-width: 290px;
  transform: rotate(-5deg);
  filter: drop-shadow(7px 15px 9px #233e3025);
}
.live-pouch svg {
  display: block;
  width: 100%;
}
.customiser-preview > p:last-child {
  font-size: 10px;
  margin: 23px 0 0;
}
.customiser-content {
  padding: 45px 37px 30px;
}
.customiser-content .eyebrow {
  font-size: 9px;
  margin-bottom: 14px;
}
.customiser-content h2 {
  font-size: 48px;
}
.dialog-intro {
  font-size: 12px;
  color: #5c6757;
  margin: 14px 0 23px;
}
form > label,
.form-row label,
legend {
  display: block;
  font-size: 11px;
  font-weight: 650;
  margin-bottom: 7px;
}
label > span:not(.heat-options span) {
  font-weight: 400;
  color: #586050;
}
input:not([type="radio"]):not([type="checkbox"]),
select {
  width: 100%;
  min-width: 0;
  border: 1px solid #b6bea9;
  border-radius: 4px;
  background: #fffcf4;
  color: var(--ink);
  padding: 11px 10px;
  font-size: 12px;
  min-height: 42px;
}
input::placeholder {
  color: #727967;
}
.form-row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 13px;
  margin-top: 17px;
}
fieldset {
  padding: 0;
  border: 0;
  margin: 18px 0;
}
legend {
  padding: 0;
}
.heat-options {
  display: flex;
  gap: 7px;
}
.heat-options label {
  flex: 1;
  position: relative;
  cursor: pointer;
}
.heat-options input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.heat-options span {
  display: block;
  text-align: center;
  border: 1px solid #b6bea9;
  border-radius: 4px;
  padding: 10px 3px;
  font-size: 10px;
  white-space: nowrap;
}
.heat-options input:checked + span {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.heat-options input:focus-visible + span {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}
.form-submit {
  width: 100%;
  margin-top: 24px;
  font-size: 12px;
  gap: 15px;
  justify-content: space-between;
}
.form-note {
  text-align: center;
  font-size: 9px;
  line-height: 1.7;
  color: #5e6757;
  margin: 13px 0 0;
}
#result-message {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 22px;
}
.result-summary {
  border-block: 1px solid var(--line);
  padding: 18px 0;
  font-size: 12px;
  line-height: 1.9;
  white-space: pre-line;
}
.edit-design {
  margin-top: 23px;
  font-size: 11px;
  display: block;
  width: 100%;
  text-align: center;
}
#result-title:focus {
  outline: none;
}
[hidden] {
  display: none !important;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 730px;
  }
  .hero-art {
    height: 590px;
  }
  .hero-pouch-front {
    top: 3%;
  }
  .hero-pouch-back {
    top: 8%;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .announcement {
    padding-inline: 32px;
  }
  nav {
    gap: 20px;
    font-size: 11px;
  }
  .header {
    gap: 20px;
  }
  .hero {
    min-height: 600px;
    gap: 10px;
  }
  h1 {
    font-size: 77px;
  }
  .hero-art {
    height: 470px;
  }
  .hero-pouch-front {
    top: 17%;
  }
  .hero-pouch-back {
    top: 22%;
  }
  .hero-actions {
    gap: 17px;
    flex-wrap: wrap;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .round-stamp {
    width: 100px;
    height: 100px;
    top: 20px;
  }
  .round-stamp strong {
    font-size: 32px;
  }
  .round-stamp span {
    font-size: 7px;
  }
  .art-note {
    bottom: 24px;
    font-size: 16px;
  }
  .art-caption {
    font-size: 6px;
  }
  .flavour-visual {
    height: 248px;
  }
  .flavour-visual svg {
    height: 216px;
    width: 160px;
  }
  .flavour-card h3 {
    font-size: 22px;
  }
  .section-heading h2 {
    font-size: 38px;
  }
  .steps {
    gap: 35px;
  }
  .promise-strip {
    gap: 20px;
    font-size: 9px;
    padding-inline: 20px;
  }
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .announcement {
    padding-inline: 20px;
    justify-content: center;
    font-size: 9px;
  }
  .announcement-right {
    display: none;
  }
  .header {
    min-height: 94px;
  }
  .wordmark {
    font-size: 32px;
  }
  .wordmark small {
    font-size: 8px;
  }
  .header nav {
    display: none;
  }
  .hero {
    padding-top: 38px;
    padding-bottom: 35px;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 560px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  h1 {
    font-size: clamp(66px, 11vw, 88px);
  }
  .hero-description {
    font-size: 22px;
  }
  .hero-detail {
    max-width: 460px;
  }
  .hero-art {
    width: min(490px, 100%);
    height: 480px;
    margin: 12px auto 0;
  }
  .hero-pouch-front {
    top: 9%;
  }
  .hero-pouch-back {
    top: 14%;
  }
  .round-stamp {
    top: 0;
  }
  .art-orbit {
    width: 89%;
    left: 6%;
  }
  .spark-one {
    font-size: 46px;
  }
  .hero-pouch-back {
    right: 3%;
  }
  .art-note {
    left: 8px;
    bottom: 30px;
  }
  .art-caption {
    font-size: 7px;
  }
  .promise-strip {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    padding: 16px;
  }
  .promise-strip span:nth-child(n + 5) {
    display: none;
  }
  .promise-strip span:nth-child(4) {
    display: none;
  }
  .section {
    padding-block: 56px;
  }
  .section-heading {
    align-items: flex-start;
    gap: 20px;
  }
  .section-heading h2 {
    font-size: 35px;
  }
  .section-heading > p {
    display: none;
  }
  .flavour-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 18px;
  }
  .flavour-visual {
    height: 280px;
  }
  .flavour-visual svg {
    height: 245px;
    width: 185px;
  }
  .flavour-card p {
    min-height: 42px;
  }
  .flavour-note {
    max-width: 340px;
    margin-inline: auto;
  }
  .process .section-heading {
    margin-bottom: 35px;
  }
  .process h2 {
    font-size: 36px;
  }
  .process-stamp {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    margin: 0;
  }
  .process-stamp em {
    font-size: 23px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .step-number {
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  .steps p {
    max-width: 560px;
    margin-bottom: 8px;
  }
  .steps h3 {
    margin-bottom: 11px;
  }
  .quote-section {
    padding-block: 55px;
  }
  blockquote {
    font-size: 29px;
  }
  blockquote br {
    display: none;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .faq h2 {
    font-size: 43px;
  }
  .faq h2 br {
    display: none;
  }
  .faq .eyebrow {
    font-size: 9px;
    margin-bottom: 16px;
  }
  .faq > div > p:last-child {
    margin-top: 16px;
  }
  .closing {
    padding-block: 43px;
  }
  .closing h2 {
    font-size: 49px;
  }
  .closing .eyebrow {
    font-size: 8px;
  }
  .footer-top {
    flex-wrap: wrap;
    padding-block: 35px;
    gap: 30px;
  }
  .footer-top > a:last-child {
    width: 100%;
  }
  .footer-top p {
    font-size: 18px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
  .customiser-grid {
    grid-template-columns: 1fr;
  }
  .customiser-preview {
    padding: 24px 20px 18px;
  }
  .customiser-preview .eyebrow {
    margin-bottom: 4px;
  }
  .live-pouch {
    max-width: 160px;
  }
  .customiser-preview > p:last-child {
    margin-top: 8px;
    font-size: 9px;
  }
  .customiser-content {
    padding: 26px;
  }
  .customiser-content h2 {
    font-size: 41px;
  }
  .dialog-intro {
    margin-block: 11px 18px;
  }
  .customiser-content .eyebrow {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .header .button-small {
    font-size: 10px;
    padding: 12px;
    gap: 15px;
  }
  .wordmark {
    font-size: 29px;
  }
  .logo-paw {
    font-size: 22px;
  }
  h1 {
    font-size: 65px;
  }
  .hero .eyebrow {
    font-size: 7.5px;
    letter-spacing: 1.2px;
  }
  .hero-art {
    height: 390px;
  }
  .round-stamp {
    width: 83px;
    height: 83px;
  }
  .round-stamp strong {
    font-size: 27px;
  }
  .round-stamp span {
    font-size: 6px;
  }
  .spark-one {
    font-size: 36px;
  }
  .art-note {
    bottom: 19px;
    font-size: 14px;
  }
  .flavour-visual {
    height: 221px;
  }
  .flavour-visual svg {
    height: 195px;
    width: 147px;
  }
  .flavour-badge {
    font-size: 6px;
    top: 9px;
    left: 9px;
  }
  .flavour-card h3 {
    font-size: 21px;
  }
  .flavour-card p {
    font-size: 11px;
    min-height: 56px;
  }
  .process-stamp {
    display: none;
  }
  .section-heading h2 {
    font-size: 33px;
  }
  .closing h2 {
    font-size: 41px;
  }
  .heat-options span {
    font-size: 9px;
  }
  .customiser-content {
    padding: 25px 20px;
  }
  .form-row {
    gap: 10px;
  }
  .announcement {
    font-size: 8px;
  }
  .hero-detail {
    font-size: 13px;
  }
  .promise-strip {
    font-size: 8px;
    gap: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 800px) {
  .header .wordmark {
    font-size: 27px;
  }
  .header .wordmark small {
    font-size: 7px;
    letter-spacing: 3px;
  }
}
@media (max-width: 420px) {
  .header {
    gap: 10px;
  }
  .header .wordmark {
    font-size: 22px;
    letter-spacing: -1.3px;
  }
  .header .logo-paw {
    font-size: 16px;
    margin-left: 4px;
  }
  .header .wordmark small {
    font-size: 6px;
    letter-spacing: 2.5px;
  }
  .header .button-small {
    font-size: 9px;
    padding: 11px 10px;
    gap: 8px;
  }
}
@media (min-width: 801px) {
  .art-orbit {
    width: 85%;
    top: 2%;
    left: 8%;
  }
  .hero-pouch {
    width: 51%;
  }
  .hero-pouch-front {
    left: 12%;
    top: 7%;
  }
  .hero-pouch-back {
    right: 3%;
    top: 12%;
  }
}

/* Bold condensed display type, with clean geometric body copy. */
h1,
h2,
h3 {
  font-weight: 700;
  letter-spacing: -0.5px;
}
h1 {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 0.95;
}
em {
  font-style: normal;
  font-weight: 700;
}
.wordmark {
  font-weight: 800;
  letter-spacing: -0.7px;
}
.hero-description {
  max-width: 390px;
}
.video-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  border-bottom: 1px solid var(--line);
}
.film-card {
  background: #e5d5b4;
  padding: 25px 32px;
  border: 1px solid #bcb598;
  border-radius: 7px;
  transform: rotate(-2deg);
  box-shadow: 9px 9px 0 #233e3010;
}
.film-topline,
.film-bottomline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 8px;
  letter-spacing: 1.2px;
  font-weight: 700;
}
.film-topline {
  border-bottom: 1px solid #233e3040;
  padding-bottom: 17px;
}
.film-bottomline {
  border-top: 1px solid #233e3040;
  padding-top: 17px;
}
.film-mark {
  margin: 24px 0 16px;
  font-size: 18px;
  color: var(--orange);
}
.film-card > strong {
  display: block;
  font-family: var(--display);
  font-size: 58px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.video-feature-copy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 22px;
  max-width: 390px;
}
.video-feature-copy .video-aside {
  color: var(--orange);
  font-weight: 600;
}
.video-feature .button {
  margin-top: 8px;
}
.video-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 11px;
  background: #ebe9d9;
  border: 1px solid #b6bea9;
  border-radius: 5px;
  cursor: pointer;
}
.video-option:has(input:checked) {
  border-color: var(--ink);
  background: #dce3cf;
}
.video-option input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--ink);
}
.video-option .video-option-copy {
  color: var(--ink);
  flex: 1;
}
.video-option-copy strong {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.video-option-copy > span {
  display: block;
  font-size: 10px;
  line-height: 1.6;
}
.video-option .addon-tag {
  font-size: 8px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  margin-top: 3px;
}
.extras {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .video-feature {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .film-card {
    margin-inline: 8px;
    padding: 22px;
  }
  .film-card > strong {
    font-size: 48px;
  }
  .video-feature-copy h2 {
    font-size: 43px;
  }
  .video-feature-copy .eyebrow {
    font-size: 9px;
  }
}
