@font-face {
  font-family: Lemon;
  src: url("assets/Lemon-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Nineties;
  src: url("assets/PerfectlyNineties-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Nineties;
  src: url("assets/PerfectlyNineties-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
:root {
  --red: #fb0d1b;
  --cream: #ffffff;
  --ink: #050404;
  --line: #dbcfc5;
  --white: #ffffff;
  --green: #14825f;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Nineties, serif;
}
/* Lemon's compressed letterforms need breathing room at interface sizes. */
.preview,
.kicker,
.timer span,
.timer strong,
.product-info > span,
.delivery > span,
.mini-edit,
.actions button,
.choice strong,
.continue,
.summary > span,
.scope strong,
.result-card span,
.result-card strong {
  letter-spacing: 0.055em;
}
.preview {
  height: 26px;
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: 7px;
  font:
    700 11px Lemon,
    sans-serif;
  letter-spacing: 0.04em;
}
.header {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
}
.logo {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.logo img {
  display: block;
  width: min(760px, 88vw);
  max-height: 92px;
  object-fit: contain;
}
.secure {
  display: flex;
  align-items: center;
  gap: 8px;
  font:
    700 11px Lemon,
    sans-serif;
}
.secure i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}
.wrap {
  width: calc(100% - 32px);
  max-width: 620px;
  margin: auto;
}
.intro {
  text-align: center;
  padding: 66px 0 36px;
}
.kicker {
  display: block;
  color: var(--red);
  font:
    700 12px Lemon,
    sans-serif;
}
.intro h1,
.changes h2,
.closed h2,
.q-body h2,
.product-info h2 {
  font-family: Lemon, sans-serif;
  letter-spacing: 0.025em;
}
.intro h1 {
  font-size: clamp(38px, 7vw, 66px);
  line-height: 0.98;
  margin: 16px 0 10px;
}
.intro h1 span {
  white-space: nowrap;
}
.intro p {
  font-size: 17px;
  margin: 0;
  color: #645c56;
}
.timer {
  width: max-content;
  margin: 28px auto 0;
  border: 1px solid var(--ink);
  border-radius: 99px;
  padding: 8px 10px 8px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.timer span {
  font:
    700 11px Lemon,
    sans-serif;
}
.timer strong {
  min-width: 64px;
  border-radius: 99px;
  background: var(--ink);
  color: #fff;
  padding: 8px 10px;
  font:
    700 15px Lemon,
    sans-serif;
  font-variant-numeric: tabular-nums;
}
.order-card {
  display: grid;
  grid-template-columns: 104px 1fr auto;
  align-items: center;
  gap: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
}
.product {
  width: 104px;
  height: 104px;
  border-radius: 12px;
  overflow: hidden;
}
.product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info > span,
.delivery > span {
  font:
    700 11px Lemon,
    sans-serif;
  color: #746a63;
}
.product-info h2 {
  font-size: 20px;
  margin: 7px 0 2px;
}
.product-info p,
.delivery p {
  margin: 0;
  font-size: 13px;
  color: #746a63;
  line-height: 1.4;
}
.price {
  align-self: start;
  padding-top: 7px;
  font-size: 15px;
}
.divider {
  height: 1px;
  background: var(--line);
  grid-column: 1/-1;
}
.delivery {
  grid-column: 1/3;
  padding: 5px 4px;
}
.delivery p {
  margin-top: 6px;
  color: var(--ink);
}
.mini-edit {
  justify-self: end;
  border: 0;
  background: none;
  color: var(--red);
  padding: 8px;
  font:
    700 11px Lemon,
    sans-serif;
  text-decoration: underline;
  cursor: pointer;
}
.changes {
  padding: 52px 0 30px;
}
.fit {
  padding: 52px 0 8px;
}
.fit-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}
.fit-heading .section-kicker { text-align: left; }
.fit h2 {
  max-width: 430px;
  margin: 0;
  font: 700 31px/1.03 Lemon, sans-serif;
  letter-spacing: .035em;
}
.plan-pill {
  flex: 0 0 auto;
  border: 1px solid #f0cfd1;
  border-radius: 99px;
  background: #fff4f4;
  color: var(--red);
  padding: 9px 11px 8px;
  font: 700 11px Lemon, sans-serif;
  letter-spacing: .055em;
}
.fit-copy {
  max-width: 500px;
  margin: 12px 0 20px;
  color: #6d635d;
  font-size: 15px;
  line-height: 1.4;
}
.recommendation {
  position: relative;
  overflow: hidden;
  min-height: 172px;
  border-radius: 20px;
  background: var(--red);
  color: #fff;
  padding: 24px 132px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recommendation:after {
  content: "H";
  position: absolute;
  right: -12px;
  bottom: -55px;
  color: rgba(255,255,255,.14);
  font: 700 190px/1 Lemon, sans-serif;
}
.recommendation > span {
  position: relative;
  z-index: 1;
  font: 700 11px Lemon, sans-serif;
  letter-spacing: .08em;
  opacity: .82;
}
.recommendation strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 8px 0 5px;
  font: 700 23px/1.05 Lemon, sans-serif;
  letter-spacing: .04em;
}
.recommendation p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}
.recommendation button {
  position: absolute;
  z-index: 2;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 78px;
  height: 78px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--red);
  font: 700 12px Lemon, sans-serif;
  letter-spacing: .05em;
  cursor: pointer;
}
.fit-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}
.fit-actions button {
  min-height: 74px;
  border: 1px solid #e7ddd6;
  border-radius: 15px;
  background: #fff;
  color: var(--ink);
  padding: 13px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}
.fit-actions button:hover { border-color: var(--red); }
.fit-actions button:only-child { grid-column: 1 / -1; }
.fit-actions strong {
  display: block;
  font: 700 14px/1.1 Lemon, sans-serif;
  letter-spacing: .05em;
}
.fit-actions small { display: block; margin-top: 5px; color: #746a63; font-size: 12px; }
.fit-actions i { color: var(--red); font-size: 21px; font-style: normal; }
.skip-link {
  display: block;
  margin: 18px auto 0;
  border: 0;
  background: none;
  color: #756c65;
  font: 700 11px Lemon, sans-serif;
  letter-spacing: .05em;
  text-decoration: underline;
  cursor: pointer;
}
.section-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  text-align: center;
  font: 700 15px Lemon, sans-serif;
  letter-spacing: .09em;
}
.changes h2 {
  font-size: 32px;
  text-align: center;
  margin: 0 0 7px;
}
.changes-intro {
  margin: 0 0 24px;
  color: #6d635d;
  text-align: center;
  font-size: 16px;
}
.actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.actions button {
  width: 100%; min-height: 124px;
  border: 1px solid #e9e2dc;
  border-radius: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 18px;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(36, 23, 16, .055);
  transition: 0.18s;
}
.actions button:hover {
  border-color: var(--red);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(251, 13, 27, .10);
}
.actions i {
  margin-left: auto;
  color: var(--red);
  font-style: normal;
  font-size: 23px;
}
.action-icon {
  width: 44px; height: 44px;
  margin-right: 13px;
  border-radius: 12px;
  background: #fff0f1;
  color: var(--red);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-family: Nineties, serif;
  font-size: 25px;
  font-weight: 600;
}
.action-copy { display: grid; gap: 7px; text-align: left; }
.action-copy strong {
  font: 700 17px/1.08 Lemon, sans-serif;
  letter-spacing: .055em;
}
.action-copy small {
  color: #746a63;
  font: 400 13px/1.25 Nineties, serif;
  letter-spacing: 0;
}
.tiny {
  text-align: center;
  color: #756c65;
  font-size: 12px;
  margin: 17px 0 0;
}
.future {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  padding: 18px 0 56px;
  text-align: center;
}
.closed {
  text-align: center;
  padding: 60px 0 35px;
}
.tick {
  width: 58px;
  height: 58px;
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  font-size: 24px;
}
.closed h2 {
  font-size: 34px;
  margin: 0 0 12px;
}
.closed p {
  font-size: 16px;
  color: #6d635d;
  line-height: 1.5;
}
.closed a {
  max-width: 390px;
  margin: 28px auto 0;
  min-height: 52px;
  border-radius: 99px;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  font:
    700 13px Lemon,
    sans-serif;
}
.overlay {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: rgba(5, 4, 4, 0.28);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  animation: veil 0.2s ease-out;
}
.questionnaire {
  position: fixed;
  z-index: 40;
  left: 50%;
  top: 50%;
  width: min(620px, calc(100% - 32px));
  height: min(820px, calc(100dvh - 32px));
  background: var(--white);
  border: 1px solid rgba(5, 4, 4, 0.12);
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(5, 4, 4, 0.24);
  padding: 28px clamp(24px, 5vw, 54px) 42px;
  overflow: hidden;
  animation: modal-in 0.25s cubic-bezier(.2,.8,.2,1);
}
@keyframes veil {
  from {
    opacity: 0;
  }
}
@keyframes modal-in {
  from { opacity: 0; transform: translate(-50%, -47%) scale(.975); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
.questionnaire:not([hidden]) {
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.questionnaire > header {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  gap: 20px;
}
.questionnaire header button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}
.progress {
  display: flex;
  gap: 6px;
}
.progress i {
  height: 4px;
  flex: 1;
  border-radius: 5px;
  background: #e0d5cc;
}
.progress i.on {
  background: var(--red);
}
.q-body {
  padding-top: clamp(24px, 5vh, 48px);
  min-height: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.q-body h2 {
  font-size: clamp(36px, 5vw, 54px);
  line-height: 1;
  margin: 14px 0 10px;
}
.q-body > p {
  font-size: 16px;
  color: #6a615a;
  line-height: 1.45;
  margin: 0 0 28px;
}
.choices {
  display: grid;
  gap: 10px;
  min-height: 0;
}
.choice {
  position: relative;
  width: 100%;
  min-height: 70px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  text-align: left;
  cursor: pointer;
  color: var(--ink);
}
.choice:hover,
.choice.selected {
  border-color: var(--red);
  box-shadow: inset 0 0 0 1px var(--red);
}
.choice .radio {
  width: 20px;
  height: 20px;
  border: 1px solid #a89c93;
  border-radius: 50%;
  flex: 0 0 auto;
}
.choice.selected .radio {
  border: 6px solid var(--red);
}
.choice .copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.choice strong {
  font:
    700 13px Lemon,
    sans-serif;
}
.choice small {
  font-size: 12px;
  color: #786e67;
}
.choice em {
  width: max-content;
  margin-top: 4px;
  padding: 4px 7px 3px;
  border-radius: 99px;
  background: #f3eeea;
  color: #615851;
  font: 700 9px Lemon, sans-serif;
  font-style: normal;
  letter-spacing: .06em;
}
.choice.has-image {
  padding: 8px;
}
.choice img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 10px;
}
.choice.has-image .radio {
  margin-left: auto;
  margin-right: 8px;
}
.keep-flavour {
  width: max-content;
  margin: 4px auto 0;
  border: 0;
  background: none;
  color: #756c65;
  padding: 7px;
  font: 700 11px Lemon, sans-serif;
  letter-spacing: .05em;
  text-decoration: underline;
  cursor: pointer;
}
.continue {
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 99px;
  background: var(--red);
  color: #fff;
  margin-top: 22px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font:
    700 12px Lemon,
    sans-serif;
  cursor: pointer;
  flex: 0 0 auto;
}
.continue:disabled {
  background: #d8cdc4;
  color: #8f857d;
  cursor: not-allowed;
}
.summary {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 12px;
}
.summary > span {
  font:
    700 11px Lemon,
    sans-serif;
  color: var(--red);
}
.summary p {
  font-size: 15px;
  margin: 12px 0 0;
}
.change-summary {
  display: grid;
  grid-template-columns: 1fr 20px 1fr;
  gap: 12px;
  align-items: center;
}
.change-summary > span,
.change-summary > em {
  grid-column: 1 / -1;
}
.change-summary div small {
  color: #81766e;
  font: 700 10px Lemon, sans-serif;
  letter-spacing: .055em;
}
.change-summary div p { line-height: 1.35; }
.change-summary > i {
  color: var(--red);
  font-style: normal;
  font-size: 22px;
}
.change-summary > em {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  color: #5f5650;
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
}
.address-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.address-form label {
  display: grid;
  gap: 7px;
}
.address-form label.wide,
.address-form .form-error { grid-column: 1 / -1; }
.address-form label > span {
  color: #574e48;
  font: 700 11px Lemon, sans-serif;
  letter-spacing: .055em;
}
.address-form label > span em {
  color: #8a8078;
  font-style: normal;
  font-family: Nineties, serif;
  font-weight: 400;
  letter-spacing: 0;
}
.address-form input,
.address-form select {
  width: 100%;
  height: 50px;
  border: 1px solid #b8ada5;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  padding: 0 13px;
  font: 400 16px Nineties, serif;
  outline: none;
}
.address-form input:focus,
.address-form select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(251,13,27,.12);
}
.address-form input::placeholder { color: #756b64; }
.field-help {
  color: #6f655e;
  font-size: 11px;
  line-height: 1.35;
}
.form-error {
  min-height: 0;
  margin: 0;
  color: #b0000b;
  font-size: 13px;
}
.no-change {
  padding: 24px 20px 8px;
  text-align: center;
}
.no-change .tick { margin-bottom: 18px; }
.no-change p {
  color: #655c55;
  font-size: 15px;
  line-height: 1.5;
}
.no-change strong { color: var(--ink); }
.scope {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 14px;
  padding: 16px;
  cursor: pointer;
}
.scope input {
  position: absolute;
  opacity: 0;
}
.box {
  width: 22px;
  height: 22px;
  border: 1px solid #988d84;
  border-radius: 4px;
}
.scope input:checked + .box {
  background: var(--red);
  border-color: var(--red);
}
.scope input:checked + .box:after {
  content: "✓";
  display: grid;
  place-items: center;
  color: #fff;
}
.scope span:last-child {
  display: grid;
  gap: 5px;
}
.scope strong {
  font:
    700 12px Lemon,
    sans-serif;
}
.scope small {
  font-size: 12px;
  color: #746a63;
  line-height: 1.4;
}
.future-note {
  margin-top: 14px;
  border: 1px solid #f2c9cc;
  border-radius: 14px;
  background: #fff5f5;
  padding: 15px 16px;
  display: grid;
  gap: 5px;
}
.future-note strong {
  color: var(--red);
  font: 700 12px Lemon, sans-serif;
  letter-spacing: .055em;
}
.future-note span { color: #6d635d; font-size: 12px; }
.loading {
  text-align: center;
  padding-top: 70px;
}
.spinner {
  width: 58px;
  height: 58px;
  border: 2px solid #dfd3ca;
  border-top-color: var(--red);
  border-radius: 50%;
  display: block;
  margin: 0 auto 26px;
  animation: spin 0.7s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.result {
  text-align: center;
}
.result .tick {
  margin-bottom: 24px;
}
.result p {
  font-size: 15px;
  line-height: 1.5;
  color: #6d635d;
}
.result-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  text-align: left;
  margin-top: 24px;
}
.result-card span {
  font:
    700 11px Lemon,
    sans-serif;
  color: var(--red);
}
.result-card strong {
  display: block;
  font:
    700 17px Lemon,
    sans-serif;
  margin-top: 10px;
}

/* Lemon is intentionally narrow, so functional labels need larger optical sizing. */
.kicker {
  font-size: 15px;
}
.timer span {
  font-size: 15px;
}
.timer strong {
  min-width: 76px;
  padding: 9px 12px;
  font-size: 19px;
}
.product-info > span,
.delivery > span,
.mini-edit,
.summary > span,
.result-card span {
  font-size: 14px;
}
.product-info {
  min-width: 0;
}
.scope strong {
  font-size: 15px;
}
[hidden] {
  display: none !important;
}
@media (max-width: 600px) {
  .header {
    min-height: 86px;
    padding: 10px 14px;
  }
  .logo img {
    width: min(680px, 94vw);
    max-height: 68px;
  }
  .intro {
    padding-top: 46px;
  }
  .intro h1 {
    font-size: 40px;
    line-height: 1.02;
  }
  .intro h1 span {
    display: block;
  }
  .intro p {
    font-size: 15px;
  }
  .order-card {
    grid-template-columns: 82px 1fr auto;
    gap: 12px;
  }
  .product {
    width: 82px;
    height: 82px;
  }
  .product-info h2 {
    font-size: 17px;
  }
  .product-info p {
    font-size: 12px;
  }
  .price {
    font-size: 12px;
  }
  .delivery {
    grid-column: 1/3;
  }
  .changes {
    padding-top: 42px;
  }
  .fit-heading { display: block; }
  .fit-heading .plan-pill { display: inline-block; margin-top: 12px; }
  .fit h2 { font-size: 24px; overflow-wrap: break-word; }
  .recommendation { min-height: 190px; padding: 22px 105px 22px 20px; }
  .recommendation strong { font-size: 20px; }
  .recommendation button { width: 66px; height: 66px; right: 18px; font-size: 10px; }
  .actions button {
    min-height: 108px;
    padding: 14px;
  }
  .action-icon { width: 38px; height: 38px; margin-right: 10px; }
  .action-copy strong { font-size: 15px; }
  .action-copy small { font-size: 12px; }
  .q-body {
    padding-top: 36px;
  }
  .q-body h2 {
    font-size: 40px;
  }
  .questionnaire {
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 20px;
    padding: 20px 20px 28px;
  }
  .address-form { grid-template-columns: 1fr 1fr; gap: 10px; }
  .address-form label.wide { grid-column: 1 / -1; }
  .change-summary {
    grid-template-columns: 1fr;
  }
  .change-summary > i { transform: rotate(90deg); }
}
@media (max-width: 520px) {
  .actions { grid-template-columns: 1fr; gap: 10px; }
  .actions button { min-height: 92px; }
}
@media (max-width: 380px) {
  .secure {
    font-size: 0;
  }
  .order-card {
    grid-template-columns: 72px 1fr auto;
  }
  .product {
    width: 72px;
    height: 72px;
  }
  .product-info h2 {
    font-size: 15px;
  }
  .product-info p {
    font-size: 11px;
  }
  .price {
    font-size: 11px;
  }
  .intro h1 {
    font-size: 38px;
  }
}
@media (max-height: 700px) {
  .questionnaire {
    height: calc(100dvh - 16px);
    max-height: none;
    padding: 14px 18px 18px;
    border-radius: 18px;
  }
  .questionnaire > header { grid-template-columns: 30px 1fr 30px; gap: 12px; }
  .questionnaire header button { width: 30px; height: 30px; }
  .q-body { padding-top: 14px; }
  .q-body h2 { font-size: 30px; margin: 8px 0 6px; }
  .q-body > p { font-size: 13px; line-height: 1.3; margin-bottom: 12px; }
  .kicker { font-size: 12px; }
  .choices { gap: 7px; }
  .choice { min-height: 54px; padding: 7px 10px; }
  .choice img { width: 46px; height: 46px; }
  .choice strong { font-size: 11px; }
  .choice small { font-size: 10px; }
  .choice em { margin-top: 1px; padding: 2px 6px; font-size: 8px; }
  .continue { height: 46px; margin-top: 10px; }
  .summary { padding: 12px; margin-bottom: 7px; }
  .summary p { margin-top: 6px; font-size: 13px; }
  .scope { margin-top: 7px; padding: 10px; }
  .future-note { margin-top: 7px; padding: 10px; }
  .scope strong { font-size: 11px; }
  .scope small { font-size: 10px; }
  .address-form { gap: 7px 10px; }
  .address-form label { gap: 4px; }
  .address-form label > span { font-size: 9px; }
  .address-form input,
  .address-form select { height: 38px; font-size: 14px; padding: 0 10px; }
  .field-help { display: none; }
  .loading { padding-top: 32px; }
  .loading .spinner { width: 44px; height: 44px; margin-bottom: 18px; }
  .result .tick, .no-change .tick { width: 46px; height: 46px; margin-bottom: 12px; }
  .result p, .no-change p { font-size: 13px; margin: 8px 0; }
  .result-card { margin-top: 12px; padding: 12px; }
}

/* Live drinkhyro.com.au design tokens, captured from theme 71 on 28 Jul 2026. */
:root {
  --site-text: #242424;
  --site-grey-1: #dddddd;
  --site-grey-2: #f2f2f2;
  --site-radius: 10px;
  --site-border: 2px;
  --site-button-border: 3px;
  --site-button-height: 60px;
}
body {
  color: var(--site-text);
  font: 400 16px/24px Nineties, serif;
}
.intro h1 { font-size: 64px; line-height: 64px; letter-spacing: 1.9px; }
.fit h2,
.changes h2,
.closed h2 { font-size: 48px; line-height: 48px; letter-spacing: 1px; }
.section-kicker,
.kicker,
.product-info > span,
.delivery > span,
.mini-edit {
  font: 600 14px/20px Nineties, serif;
  letter-spacing: .3px;
}
.intro p,
.fit-copy,
.changes-intro { font: 400 18px/24px Nineties, serif; }
.timer {
  min-height: var(--site-button-height);
  border-radius: var(--site-radius);
  padding: 7px 7px 7px 20px;
}
.timer span,
.timer strong {
  font-family: Lemon, sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.timer span { font-size: 20px; line-height: 20px; }
.timer strong { font-size: 24px; line-height: 28px; border-radius: 7px; }
.order-card,
.actions button,
.fit-actions button,
.choice,
.summary,
.scope,
.future-note,
.result-card {
  border: var(--site-border) solid var(--site-grey-1);
  border-radius: var(--site-radius);
  box-shadow: none;
}
.product { border-radius: var(--site-radius); }
.product-info h2 {
  font: 500 24px/32px Nineties, serif;
  letter-spacing: 0;
}
.product-info p,
.delivery p { font: 400 14px/20px Nineties, serif; }
.plan-pill {
  border: 0;
  border-radius: 5px;
  background: var(--red);
  color: #fff;
  padding: 6px 20px;
  font: 700 16px/20px Nineties, serif;
}
.recommendation {
  border-radius: var(--site-radius);
  background: var(--red);
  box-shadow: none;
}
.recommendation > span { font: 700 14px/20px Nineties, serif; }
.recommendation strong {
  font: 700 36px/36px Lemon, sans-serif;
  letter-spacing: .7px;
}
.recommendation p { font: 400 16px/24px Nineties, serif; }
.recommendation button,
.continue {
  min-height: var(--site-button-height);
  border: var(--site-button-border) solid var(--red);
  border-radius: var(--site-radius);
  background: var(--red);
  color: #fff;
  box-shadow: none;
  font: 700 24px/28px Lemon, sans-serif;
  letter-spacing: 1.4px;
}
.recommendation button {
  width: 112px;
  height: 72px;
  border-color: #fff;
  background: #fff;
  color: var(--site-text);
  font-size: 20px;
  line-height: 20px;
}
.continue:hover,
.recommendation button:hover { border-color: var(--site-text); background: var(--site-text); color: #fff; }
.fit-actions button,
.actions button {
  background: #fff;
  padding: 20px;
}
.fit-actions button:hover,
.actions button:hover { border-color: var(--site-text); background: var(--site-grey-2); }
.fit-actions strong,
.action-copy strong {
  font: 500 24px/28px Nineties, serif;
  letter-spacing: 0;
}
.fit-actions small,
.action-copy small { font: 400 16px/24px Nineties, serif; }
.action-number { display: none; }
.actions i,
.fit-actions i { color: var(--red); font-size: 28px; }
.skip-link,
.keep-flavour {
  font: 400 14px/20px Nineties, serif;
  letter-spacing: 0;
}
.questionnaire {
  border: var(--site-border) solid var(--site-grey-1);
  border-radius: var(--site-radius);
  box-shadow: none;
}
.questionnaire header button {
  border: var(--site-border) solid var(--site-grey-1);
  border-radius: var(--site-radius);
}
.progress i { height: 4px; border-radius: 2px; background: var(--site-grey-1); }
.q-body .kicker { font: 700 14px/20px Nineties, serif; letter-spacing: .3px; }
.q-body h2 {
  font: 700 48px/48px Lemon, sans-serif;
  letter-spacing: 1px;
}
.q-body > p { font: 400 18px/24px Nineties, serif; }
.choice {
  min-height: 84px;
  background: #fff;
  padding: 14px 16px;
}
.choice:hover,
.choice.selected { border-color: var(--red); background: var(--site-grey-2); }
.choice .radio { border: var(--site-border) solid var(--site-text); border-radius: 50%; }
.choice.selected .radio { border: 6px solid var(--red); border-radius: 50%; }
.choice strong { font: 500 24px/28px Nineties, serif; letter-spacing: 0; }
.choice small { font: 400 16px/24px Nineties, serif; }
.choice em {
  border-radius: 5px;
  padding: 2px 20px;
  font: 700 12px/16px Nineties, serif;
}
.choice img { border-radius: var(--site-radius); }
.continue:disabled { border-color: #999; background: #999; color: #ccc; }
.summary > span,
.result-card span,
.change-summary div small,
.scope strong,
.future-note strong { font: 700 14px/20px Nineties, serif; letter-spacing: .3px; }
.scope small,
.future-note span { font: 400 14px/20px Nineties, serif; }
.address-form label > span { font: 700 14px/20px Nineties, serif; }
.address-form input,
.address-form select {
  height: 52px;
  border: var(--site-border) solid var(--site-grey-1);
  border-radius: var(--site-radius);
  font: 400 16px/24px Nineties, serif;
}

@media (max-width: 600px) {
  .intro h1 { font-size: 64px; line-height: 64px; }
  .fit h2,
  .changes h2,
  .closed h2 { font-size: 36px; line-height: 38px; }
  .intro p,
  .fit-copy,
  .changes-intro { font-size: 16px; line-height: 24px; }
  .plan-pill { font-size: 14px; line-height: 20px; }
  .recommendation strong { font-size: 28px; line-height: 32px; }
  .recommendation p { font-size: 16px; line-height: 24px; }
  .recommendation button { width: 86px; height: 64px; font-size: 18px; line-height: 20px; }
  .fit-actions strong,
  .action-copy strong { font-size: 20px; line-height: 28px; }
  .fit-actions small,
  .action-copy small { font-size: 16px; line-height: 24px; }
  .q-body h2 { font-size: 36px; line-height: 38px; }
  .q-body > p { font-size: 16px; line-height: 24px; }
  .choice strong { font-size: 20px; line-height: 28px; }
  .choice small { font-size: 16px; line-height: 24px; }
  .continue { font-size: 22px; line-height: 28px; }
}

@media (max-height: 700px) {
  .q-body h2 { font-size: 30px; line-height: 32px; }
  .q-body > p { font-size: 14px; line-height: 20px; }
  .choice { min-height: 55px; padding: 7px 10px; }
  .choice strong { font-size: 17px; line-height: 20px; }
  .choice small { font-size: 13px; line-height: 16px; }
  .choice em { padding: 2px 8px; font-size: 10px; line-height: 14px; }
  .continue { min-height: 46px; height: 46px; font-size: 18px; line-height: 20px; }
  .address-form input,
  .address-form select { height: 32px; font-size: 14px; line-height: 20px; }
  .address-form { gap: 3px 8px; }
  .address-form label { gap: 1px; }
  .address-form label > span { font-size: 12px; line-height: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* Editorial Hyro UI: bold questions, square controls and typographic wayfinding. */
.preview,
.kicker,
.timer span,
.timer strong,
.product-info > span,
.delivery > span,
.mini-edit,
.section-kicker,
.choice em {
  font-family: Nineties, serif;
  font-weight: 600;
  letter-spacing: 0;
}
.product-info h2 {
  font-family: Nineties, serif;
  font-weight: 600;
}
.intro h1,
.changes h2,
.fit h2,
.q-body h2,
.product-info h2 {
  letter-spacing: 0;
}
.timer {
  border: 0;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  padding: 7px 7px 7px 16px;
  box-shadow: none;
}
.timer strong { border-radius: 4px; }
.order-card {
  border: 1px solid #ded7d1;
  border-radius: 8px;
  box-shadow: none;
}
.product { border-radius: 5px; }
.plan-pill {
  border: 1px solid #f2c6c9;
  border-radius: 4px;
  background: #fff3f3;
  color: var(--red);
  padding: 10px 12px 9px;
  font: 600 15px Nineties, serif;
  letter-spacing: 0;
}
.fit-copy,
.changes-intro {
  color: #514943;
  font-size: 17px;
  line-height: 1.45;
}
.recommendation {
  border-radius: 8px;
  border: 0;
  box-shadow: none;
}
.recommendation > span { font: 600 14px Nineties, serif; letter-spacing: 0; }
.recommendation strong { font-size: 27px; letter-spacing: 0; }
.recommendation p { font-size: 16px; }
.recommendation button {
  width: 88px;
  height: 64px;
  border-radius: 5px;
  box-shadow: none;
  font: 600 14px/1.1 Nineties, serif;
  letter-spacing: 0;
}
.fit-actions button {
  min-height: 88px;
  border: 1px solid #ded7d1;
  border-radius: 7px;
  box-shadow: none;
}
.fit-actions strong { font: 600 18px/1.1 Nineties, serif; letter-spacing: 0; }
.fit-actions small { font-size: 14px; line-height: 1.3; }
.skip-link { font: 600 14px Nineties, serif; letter-spacing: 0; }
.actions { gap: 14px; }
.actions button {
  min-height: 132px;
  border: 1px solid #ded7d1;
  border-radius: 7px;
  box-shadow: none;
  padding: 18px;
}
.actions button:hover {
  box-shadow: none;
  transform: none;
  background: #fff7f7;
}
.action-number {
  min-width: 36px;
  align-self: flex-start;
  color: var(--red);
  font: 600 17px Nineties, serif;
  letter-spacing: 0;
}
.action-copy strong { font: 600 19px/1.1 Nineties, serif; letter-spacing: 0; }
.action-copy small { font-size: 14px; line-height: 1.35; }
.actions i { font-size: 28px; }
.questionnaire {
  border: 1px solid #d8d0ca;
  border-radius: 10px;
  box-shadow: none;
}
.questionnaire header button {
  border: 1px solid #d8d0ca;
  border-radius: 5px;
  font-weight: 600;
}
.progress i { height: 6px; border-radius: 1px; background: #eee3db; }
.q-body { padding-top: clamp(28px, 5vh, 50px); }
.q-body .kicker { font: 600 15px Nineties, serif; letter-spacing: 0; }
.q-body h2 {
  max-width: 520px;
  font-size: clamp(42px, 5vw, 58px);
  line-height: .98;
  margin: 15px 0 13px;
  letter-spacing: 0;
}
.q-body > p {
  max-width: 500px;
  color: #514943;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.choices { gap: 12px; }
.choice {
  min-height: 82px;
  border: 1px solid #d8d0ca;
  border-radius: 7px;
  background: var(--cream);
  padding: 14px 16px;
  box-shadow: none;
}
.choice:hover,
.choice.selected {
  border-color: var(--red);
  box-shadow: none;
  background: #fff3f3;
}
.choice .radio {
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--ink);
  border-radius: 4px;
}
.choice.selected .radio {
  border: 5px solid var(--red);
  border-radius: 4px;
}
.choice .copy { gap: 5px; }
.choice strong { font: 600 18px/1.1 Nineties, serif; letter-spacing: 0; }
.choice small { color: #5f5750; font-size: 14px; line-height: 1.25; }
.choice em { border-radius: 3px; background: var(--red); color: #fff; font-size: 11px; }
.choice img { width: 76px; height: 76px; border-radius: 4px; }
.continue {
  height: 58px;
  border-radius: 6px;
  box-shadow: none;
  font: 600 16px Nineties, serif;
  letter-spacing: 0;
}
.continue:disabled { box-shadow: none; }
.summary,
.scope,
.future-note,
.result-card {
  border: 1px solid #d8d0ca;
  border-radius: 7px;
}
.summary > span,
.result-card span { font: 600 15px Nineties, serif; letter-spacing: 0; }
.change-summary div small { font: 600 13px Nineties, serif; letter-spacing: 0; }
.scope strong,
.future-note strong { font: 600 16px Nineties, serif; letter-spacing: 0; }
.scope small,
.future-note span { font-size: 14px; }
.address-form label > span { font-size: 13px; letter-spacing: 0; }
.address-form input,
.address-form select { border: 1px solid #bdb4ad; border-radius: 5px; }
.keep-flavour { font: 600 14px Nineties, serif; letter-spacing: 0; }

@media (max-width: 600px) {
  .fit h2 { font-size: 30px; }
  .plan-pill { font-size: 14px; }
  .fit-copy,
  .changes-intro { font-size: 16px; }
  .recommendation { min-height: 184px; padding: 22px 104px 22px 20px; }
  .recommendation > span { font-size: 13px; }
  .recommendation strong { font-size: 23px; }
  .recommendation p { font-size: 15px; }
  .recommendation button { width: 72px; height: 58px; right: 17px; font-size: 13px; }
  .fit-actions { grid-template-columns: 1fr; }
  .fit-actions button { min-height: 82px; }
  .fit-actions strong { font-size: 17px; }
  .actions button { min-height: 105px; }
  .action-number { min-width: 32px; font-size: 16px; }
  .action-copy strong { font-size: 18px; }
  .action-copy small { font-size: 14px; }
  .q-body h2 { font-size: 38px; }
  .q-body > p { font-size: 17px; }
  .choice strong { font-size: 17px; }
  .choice small { font-size: 14px; }
}

@media (max-height: 700px) {
  .q-body { padding-top: 13px; }
  .q-body .kicker { font-size: 12px; }
  .q-body h2 { font-size: 30px; line-height: 1; margin: 8px 0 7px; }
  .q-body > p { font-size: 14px; line-height: 1.28; margin-bottom: 10px; }
  .choices { gap: 7px; }
  .choice { min-height: 57px; padding: 8px 10px; box-shadow: none; }
  .choice strong { font-size: 15px; }
  .choice small { font-size: 12px; }
  .choice img { width: 49px; height: 49px; }
  .continue { height: 46px; margin-top: 9px; font-size: 14px; box-shadow: none; }
  .summary > span,
  .result-card span { font-size: 11px; }
  .scope strong,
  .future-note strong { font-size: 12px; }
  .scope small,
  .future-note span { font-size: 11px; }
  .keep-flavour { padding: 3px; font-size: 11px; }
  .address-form { gap: 5px 8px; }
  .address-form label { gap: 2px; }
  .address-form input,
  .address-form select { height: 35px; }
}

/* Final homepage-parity layer. Keep this last so live theme tokens stay authoritative. */
body { color: #242424; font: 400 16px/24px Nineties, serif; }
.intro h1 { font: 700 64px/64px Lemon, sans-serif; letter-spacing: 1.9px; }
.fit h2,
.changes h2,
.closed h2 { font: 700 48px/48px Lemon, sans-serif; letter-spacing: 1px; }
.intro p,
.fit-copy,
.changes-intro { font: 400 18px/24px Nineties, serif; }
.timer { min-height: 60px; border-radius: 10px; box-shadow: none; }
.timer span { font: 700 20px/20px Lemon, sans-serif; letter-spacing: 1.2px; }
.timer strong { font: 700 24px/28px Lemon, sans-serif; letter-spacing: 1.2px; border-radius: 7px; }
.order-card,
.actions button,
.fit-actions button,
.choice,
.summary,
.scope,
.future-note,
.result-card { border: 2px solid #dddddd; border-radius: 10px; box-shadow: none; }
.product { border-radius: 10px; }
.product-info h2 { font: 500 24px/32px Nineties, serif; letter-spacing: 0; }
.product-info p,
.delivery p { font: 400 14px/20px Nineties, serif; }
.plan-pill { border: 0; border-radius: 5px; background: #fb0d1b; color: #fff; padding: 6px 20px; font: 700 16px/20px Nineties, serif; }
.recommendation { border: 0; border-radius: 10px; background: #fb0d1b; box-shadow: none; }
.recommendation > span { font: 700 14px/20px Nineties, serif; letter-spacing: .3px; }
.recommendation strong { font: 700 36px/36px Lemon, sans-serif; letter-spacing: .7px; }
.recommendation p { font: 400 16px/24px Nineties, serif; }
.recommendation button,
.continue { min-height: 60px; border: 3px solid #fb0d1b; border-radius: 10px; background: #fb0d1b; color: #fff; box-shadow: none; font: 700 24px/28px Lemon, sans-serif; letter-spacing: 1.4px; }
.recommendation button { width: 112px; height: 72px; border-color: #fff; background: #fff; color: #242424; font-size: 20px; line-height: 20px; }
.fit-actions button,
.actions button { background: #fff; padding: 20px; }
.fit-actions button:hover,
.actions button:hover { border-color: #242424; background: #f2f2f2; }
.fit-actions strong,
.action-copy strong { font: 500 24px/28px Nineties, serif; letter-spacing: 0; }
.fit-actions small,
.action-copy small { font: 400 16px/24px Nineties, serif; }
.action-number { display: none; }
.questionnaire { height: auto; max-height: calc(100dvh - 32px); border: 2px solid #dddddd; border-radius: 10px; box-shadow: none; }
.questionnaire.form-view { height: min(820px, calc(100dvh - 32px)); }
.questionnaire.form-view .address-form input,
.questionnaire.form-view .address-form select { height: 46px; }
.questionnaire header button { border: 2px solid #dddddd; border-radius: 10px; }
.q-body .kicker { font: 700 14px/20px Nineties, serif; letter-spacing: .3px; }
.q-body h2 { font: 700 48px/48px Lemon, sans-serif; letter-spacing: 1px; }
.q-body > p { font: 400 18px/24px Nineties, serif; }
.choice { min-height: 84px; background: #fff; padding: 14px 16px; }
.choice:hover,
.choice.selected { border-color: #fb0d1b; background: #f2f2f2; box-shadow: none; }
.choice .radio { border: 2px solid #242424; border-radius: 50%; }
.choice.selected .radio { border: 6px solid #fb0d1b; border-radius: 50%; }
.choice strong { font: 500 24px/28px Nineties, serif; letter-spacing: 0; }
.choice small { font: 400 16px/24px Nineties, serif; }
.choice em { border-radius: 5px; padding: 2px 20px; font: 700 12px/16px Nineties, serif; }
.choice img { border-radius: 10px; }
.continue:disabled { border-color: #999; background: #999; color: #ccc; box-shadow: none; }
.summary > span,
.result-card span,
.change-summary div small,
.scope strong,
.future-note strong { font: 700 14px/20px Nineties, serif; letter-spacing: .3px; }
.scope small,
.future-note span { font: 400 14px/20px Nineties, serif; }
.address-form label > span { font: 700 14px/20px Nineties, serif; }
.address-form input,
.address-form select { height: 52px; border: 2px solid #dddddd; border-radius: 10px; font: 400 16px/24px Nineties, serif; }

@media (max-width: 600px) {
  .fit h2,
  .changes h2,
  .closed h2 { font-size: 36px; line-height: 38px; }
  .intro p,
  .fit-copy,
  .changes-intro { font-size: 16px; line-height: 24px; }
  .plan-pill { font-size: 14px; line-height: 20px; }
  .recommendation strong { font-size: 28px; line-height: 32px; }
  .recommendation p { font-size: 16px; line-height: 24px; }
  .recommendation button { width: 86px; height: 64px; font-size: 18px; line-height: 20px; }
  .fit-actions strong,
  .action-copy strong { font-size: 20px; line-height: 28px; }
  .fit-actions small,
  .action-copy small { font-size: 16px; line-height: 24px; }
  .q-body h2 { font-size: 36px; line-height: 38px; }
  .q-body > p { font-size: 16px; line-height: 24px; }
  .choice strong { font-size: 20px; line-height: 28px; }
  .choice small { font-size: 16px; line-height: 24px; }
  .continue { font-size: 22px; line-height: 28px; }
}

@media (max-height: 700px) {
  .q-body h2 { font-size: 30px; line-height: 32px; }
  .q-body > p { font-size: 14px; line-height: 20px; }
  .choice { min-height: 55px; padding: 7px 10px; }
  .choice strong { font-size: 17px; line-height: 20px; }
  .choice small { font-size: 13px; line-height: 16px; }
  .choice em { padding: 2px 8px; font-size: 10px; line-height: 14px; }
  .continue { min-height: 46px; height: 46px; font-size: 18px; line-height: 20px; }
  .address-form input,
  .address-form select { height: 32px; font-size: 14px; line-height: 20px; }
  .address-form { gap: 3px 8px; }
  .address-form label { gap: 1px; }
  .address-form label > span { font-size: 12px; line-height: 14px; }
}
