:root {
  --ink: #141313;
  --muted: #666367;
  --red: #c82d58;
  --red-dark: #a62246;
  --red-soft: #faeef3;
  --line: #dddce0;
  --white: #fff;
  --soft-shadow: 0 18px 55px rgba(21, 17, 19, 0.08);
  --page-pad: clamp(18px, 3.8vw, 64px);
  --shell: min(calc(100vw - (var(--page-pad) * 2)), 1440px);
  --font-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-display: Creepster, Butcherman, Impact, fantasy;
  --font-numeric: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --drink-color: #d8335f;
  --sugar-energy: 1;
  --dose-fill: 58%;
  --dose-slosh: 10px;
  --dose-tilt: -1deg;
  --dose-glow: rgba(255, 178, 29, 0.24);
  --quantity-fill-y: 6px;
  --cane-y: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f6f6f6;
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

button {
  border: 0;
  font: inherit;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  display: grid;
  grid-template-columns: 104px 1fr 36px;
  align-items: start;
  width: var(--shell);
  height: 82px;
  transform: translateX(-50%);
}

.brand {
  display: flex;
  width: 92px;
  height: 78px;
  align-items: center;
  justify-content: center;
}

.brand img {
  width: 60px;
  height: auto;
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 4.2vw, 58px);
  padding-top: 38px;
  color: #060506;
  font-size: clamp(12px, 0.82vw, 14px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.main-nav a {
  white-space: nowrap;
}

.main-nav .is-active {
  color: var(--red);
}

.main-nav .lang-switch {
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(2, 34px);
  gap: 3px;
  height: 32px;
  padding: 3px;
  margin-top: -10px;
  border: 1px solid rgba(200, 45, 88, 0.38);
  border-radius: 999px;
  background:
    repeating-linear-gradient(115deg, rgba(255, 248, 251, 0.2) 0 7px, transparent 7px 15px),
    #171313;
  box-shadow: 0 10px 22px rgba(20, 17, 18, 0.16);
}

.main-nav .lang-switch::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 50%;
  width: 1px;
  background: rgba(255, 178, 29, 0.55);
}

.main-nav .lang-switch a {
  display: grid;
  min-height: 0;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #fff8fb;
  font-family: var(--font-numeric);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.main-nav .lang-switch a[aria-current="page"] {
  background: #fff8fb;
  color: var(--red-dark);
  box-shadow: inset 0 -2px 0 rgba(255, 178, 29, 0.45);
}

.main-nav .lang-switch a:focus-visible {
  outline: 3px solid rgba(255, 178, 29, 0.85);
  outline-offset: 3px;
}

.mobile-calc-cta,
.menu-toggle,
.menu-backdrop {
  display: none;
}

.icon-button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: transparent;
  color: #1a1718;
  cursor: pointer;
}

.search-button {
  margin-top: 27px;
}

.icon-button svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.8;
}

.hero {
  min-height: clamp(620px, 92svh, 860px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.28)),
    url("assets/bg-hero.webp?v=20260503") center top / cover no-repeat;
  position: relative;
  display: grid;
  place-items: start center;
  overflow: hidden;
}

.hero-copy {
  width: min(560px, 78vw);
  padding-top: clamp(138px, 20svh, 218px);
  text-align: center;
}

.hero-kicker,
.section-title h2,
.nutrition-panel h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-kicker {
  color: #171515;
  font-size: clamp(25px, 2.75vw, 38px);
  line-height: 0.92;
}

.hero h1 {
  display: grid;
  gap: 6px;
  margin: 12px 0 26px;
  font-family: Butcherman, Creepster, Impact, fantasy;
  color: #171515;
  font-size: clamp(54px, 6.6vw, 96px);
  font-weight: 400;
  line-height: 0.88;
  text-transform: uppercase;
}

.hero h1 span {
  color: var(--red);
  font-size: 1.12em;
}

.hero-text {
  max-width: 520px;
  margin: 0 auto 28px;
  color: #121010;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 700;
  line-height: 1.55;
}

.blood-button {
  position: relative;
  display: inline-flex;
  min-width: 220px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background: linear-gradient(180deg, #cf3b65, #9f2144);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 13px 22px rgba(166, 34, 70, 0.28);
  color: var(--white);
  font-size: 12.5px;
  font-weight: 900;
  text-transform: uppercase;
}

.blood-button::before,
.blood-button::after {
  content: "";
  position: absolute;
  top: calc(100% - 3px);
  width: 12px;
  border-radius: 999px;
  background: #9f2144;
}

.blood-button::before {
  left: 38px;
  height: 33px;
  box-shadow: 44px 0 0 -3px #9f2144, 120px 0 0 -1px #9f2144, 156px 0 0 -5px #9f2144;
}

.blood-button::after {
  right: 56px;
  height: 42px;
}

.workbench {
  position: relative;
  margin-top: -1px;
  padding: clamp(28px, 4vw, 64px) 0 clamp(44px, 6vw, 86px);
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), transparent 16%, transparent 84%, rgba(255, 255, 255, 0.72)),
    radial-gradient(ellipse at 50% 0%, rgba(255, 227, 238, 0.95) 0, rgba(255, 248, 251, 0.5) 36%, transparent 68%),
    linear-gradient(180deg, #fff 0, #fff8fb 38%, #f6fbf7 74%, #fff 100%);
}

.lab-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.lab-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 17, 18, 0.035) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(180deg, rgba(20, 17, 18, 0.028) 1px, transparent 1px) 0 0 / 82px 82px;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 12%, #000 82%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 82%, transparent);
}

.cane-rail {
  position: absolute;
  top: -180px;
  width: clamp(130px, 12vw, 210px);
  height: calc(100% + 360px);
  opacity: 0.72;
  transform: translateY(var(--cane-y));
}

.cane-rail-left {
  left: max(-70px, -3.8vw);
}

.cane-rail-right {
  right: max(-86px, -5vw);
  opacity: 0.48;
}

.cane-shadow,
.cane-tube,
.cane-liquid {
  fill: none;
  stroke-linecap: round;
}

.cane-shadow {
  stroke: rgba(20, 17, 18, 0.14);
  stroke-width: 38;
  filter: blur(14px);
}

.cane-tube {
  stroke: url("#cane-stripes-left");
  stroke-width: 28;
}

.cane-tube-right {
  stroke: url("#cane-stripes-right");
}

.cane-liquid {
  stroke: var(--drink-color);
  stroke-width: 8;
  stroke-dasharray: 22 48;
  opacity: calc(0.26 * var(--sugar-energy));
  animation: liquidPulse 6s linear infinite;
}

.syrup-drip {
  position: absolute;
  display: block;
  width: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--drink-color), var(--red-dark));
  opacity: 0.54;
  filter: drop-shadow(0 16px 18px rgba(166, 34, 70, 0.18));
}

.drip-one {
  top: 7%;
  right: clamp(18px, 7vw, 120px);
  height: 120px;
}

.drip-two {
  top: 49%;
  left: clamp(28px, 8vw, 138px);
  height: 82px;
}

.lab-ruler {
  position: absolute;
  right: clamp(18px, 10vw, 190px);
  top: 16%;
  width: 2px;
  height: min(940px, 62%);
  opacity: 0.22;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(20, 17, 18, 0.85) 0 2px,
      transparent 2px 18px
    );
}

@keyframes liquidPulse {
  to {
    stroke-dashoffset: -70;
  }
}

.builder-card {
  position: relative;
  z-index: 1;
  width: var(--shell);
  min-height: 470px;
  margin: 0 auto;
  padding: clamp(18px, 2vw, 30px);
  scroll-margin-top: 92px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 251, 0.9)),
    linear-gradient(180deg, rgba(200, 45, 88, 0.08), transparent 32%);
  box-shadow: 0 24px 70px rgba(21, 17, 19, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.builder-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 9px;
  border-radius: 18px 18px 0 0;
  background:
    linear-gradient(90deg, transparent, rgba(200, 45, 88, 0.75), transparent),
    repeating-linear-gradient(90deg, rgba(200, 45, 88, 0.22) 0 14px, transparent 14px 36px);
  opacity: 0.9;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.section-title img {
  width: 30px;
  height: 34px;
  object-fit: contain;
}

.section-title h2 {
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1;
}

.section-title-builder {
  margin-bottom: clamp(16px, 2vw, 26px);
}

.builder-layout {
  display: grid;
  grid-template-columns: clamp(172px, 15vw, 226px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 64px);
}

.steps {
  display: grid;
  align-content: start;
  gap: 3px;
  min-height: 390px;
  padding: 18px 10px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(90deg, #f6f6f6, #f0f0f0);
}

.step {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  background: transparent;
  color: #171515;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.step svg {
  width: 18px;
  height: 18px;
  color: #111;
  stroke-width: 1.9;
}

.step.is-active {
  background: var(--red-soft);
  color: #121010;
}

.step.is-active svg {
  color: var(--red);
  fill: var(--red);
  stroke: var(--red);
}

.builder-main {
  position: relative;
  min-width: 0;
  padding-top: 18px;
}

.builder-heading h3,
.tiny-label,
.more h2 {
  margin: 0;
  color: #111;
  font-size: clamp(16px, 1.32vw, 24px);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.builder-heading p {
  margin: 9px 0 18px;
  color: #252223;
  font-size: clamp(12.5px, 0.9vw, 14px);
  font-weight: 700;
  line-height: 1.55;
}

.goal-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: -4px 0 8px;
}

.goal-picker button {
  min-height: 36px;
  padding: 0 15px;
  border: 1px solid #e2dfe4;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #161314;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.goal-picker button.is-active {
  border-color: rgba(200, 45, 88, 0.28);
  background: var(--red-soft);
  color: var(--red-dark);
}

.builder-heading .goal-helper {
  margin: 0 0 15px;
  color: #6a6266;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.live-summary {
  position: sticky;
  top: 10px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-width: 760px;
  margin: 0 0 18px;
  padding: 9px;
  border: 1px solid rgba(200, 45, 88, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 30px rgba(21, 17, 19, 0.07);
  backdrop-filter: blur(10px);
}

.live-summary span {
  display: grid;
  min-height: 44px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fff7fa);
  color: #4b4548;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.live-summary strong {
  color: #111;
  font-family: var(--font-numeric);
  font-size: 24px;
  font-weight: 900;
  line-height: 0.9;
}

.ingredients-shell {
  position: relative;
  margin-right: 20px;
}

.ingredient-row {
  display: grid;
  grid-auto-columns: clamp(132px, 10.4vw, 164px);
  grid-auto-flow: column;
  gap: clamp(16px, 1.8vw, 28px);
  min-width: 0;
  overflow: auto hidden;
  padding: 6px 4px 18px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.ingredient-row::-webkit-scrollbar {
  display: none;
}

.ingredient-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(112px, 1fr) minmax(30px, auto) minmax(22px, auto);
  justify-items: center;
  align-items: end;
  width: clamp(132px, 10.4vw, 164px);
  min-height: clamp(196px, 15vw, 228px);
  padding: 15px 12px 13px;
  border: 1px solid #d8d6db;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 252, 0.9)),
    radial-gradient(circle at 50% 22%, rgba(200, 45, 88, 0.08), transparent 48%);
  color: #151313;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(20, 17, 18, 0.06);
  scroll-snap-align: start;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ingredient-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(20, 17, 18, 0.08);
}

.ingredient-card.is-selected {
  border-color: var(--red);
  box-shadow: 0 18px 42px rgba(200, 45, 88, 0.16), 0 0 0 1px rgba(200, 45, 88, 0.04);
}

.ingredient-card.is-selected::before,
.ingredient-card.is-selected::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--red);
}

.ingredient-card.is-selected::before {
  top: -3px;
  right: 9px;
  width: 5px;
  height: 5px;
}

.ingredient-card.is-selected::after {
  right: -4px;
  bottom: 18px;
  width: 8px;
  height: 8px;
  opacity: 0.8;
}

.ingredient-visual {
  position: relative;
  width: 38px;
  height: 60px;
  margin-bottom: 8px;
}

.ingredient-visual::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 52px;
  border: 2px solid rgba(70, 70, 70, 0.2);
  border-radius: 8px 8px 10px 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, transparent 0 32%, var(--liquid, #f1f1f1) 33% 100%);
  box-shadow: inset 5px 0 8px rgba(255, 255, 255, 0.55), inset -4px 0 6px rgba(0, 0, 0, 0.06);
}

.ingredient-visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 13px;
  width: 12px;
  height: 10px;
  border-radius: 2px 2px 0 0;
  background: var(--cap, #b51f45);
}

.ingredient-visual::before,
.ingredient-visual::after {
  display: none;
}

.ingredient-visual {
  display: grid;
  width: 100%;
  height: clamp(106px, 8.2vw, 128px);
  margin: 0 0 9px;
  place-items: end center;
}

.ingredient-visual img {
  width: clamp(68px, 5.7vw, 88px);
  height: clamp(94px, 7.4vw, 118px);
  object-fit: contain;
  filter: drop-shadow(0 12px 11px rgba(20, 17, 18, 0.1));
}

.ingredient-name {
  display: flex;
  width: 100%;
  min-height: 32px;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
  color: #151313;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  text-wrap: balance;
  white-space: normal;
}

.ingredient-kcal {
  display: flex;
  min-height: 22px;
  align-items: end;
  justify-content: center;
  margin-top: 6px;
  color: #4b4548;
  font-size: clamp(10.5px, 0.78vw, 12px);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.carousel-arrow {
  position: absolute;
  top: 78px;
  z-index: 2;
  display: grid;
  width: 24px;
  height: 54px;
  place-items: center;
  background: transparent;
  color: var(--red);
  cursor: pointer;
}

.carousel-arrow svg {
  width: 24px;
  height: 24px;
}

.carousel-arrow-left {
  left: -31px;
}

.carousel-arrow-right {
  right: -29px;
}

.quantity-area {
  display: grid;
  grid-template-columns: clamp(190px, 17vw, 240px) clamp(92px, 8vw, 112px) minmax(260px, 1fr);
  align-items: end;
  gap: clamp(22px, 2.6vw, 36px);
  margin-top: 14px;
}

.tiny-label {
  margin-bottom: 10px;
  font-size: 11px;
}

.stepper {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  align-items: center;
  width: clamp(190px, 17vw, 240px);
  min-height: 50px;
  border: 1px solid #d6d4d9;
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
}

.stepper button {
  height: 48px;
  background: transparent;
  color: #302c2e;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

.stepper strong {
  color: #111;
  font-size: 14px;
  text-align: center;
}

.portion-guide {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: clamp(190px, 17vw, 240px);
  margin-top: 9px;
}

.portion-guide button {
  min-height: 25px;
  padding: 0 9px;
  border: 1px solid rgba(200, 45, 88, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #3a3336;
  cursor: pointer;
  font-size: 8.5px;
  font-weight: 900;
}

.quantity-area .flask {
  position: relative;
  width: clamp(94px, 7.4vw, 110px);
  height: clamp(119px, 9.4vw, 140px);
  justify-self: center;
  align-self: end;
  transform: translateY(4px);
  filter: drop-shadow(0 20px 24px rgba(160, 33, 68, 0.15));
}

.quantity-area .flask::before {
  content: "";
  position: absolute;
  inset: 26% -15% -4%;
  z-index: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 45% 55%, rgba(200, 45, 88, 0.2), transparent 68%),
    radial-gradient(circle at 58% 46%, rgba(255, 177, 202, 0.22), transparent 64%);
  opacity: 0.78;
}

.quantity-flask-svg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.quantity-flask-svg * {
  vector-effect: non-scaling-stroke;
}

.quantity-flask-aura {
  fill: rgba(255, 255, 255, 0.44);
  stroke: rgba(200, 45, 88, 0.16);
  stroke-width: 8;
}

.quantity-flask-straw {
  fill: url(#quantity-flask-straw);
  stroke: #c7ccd1;
  stroke-width: 1.7;
}

.quantity-flask-straw-stripe {
  fill: none;
  stroke: rgba(200, 45, 88, 0.24);
  stroke-width: 2.5;
  stroke-linecap: butt;
}

.quantity-flask-glass {
  fill: url(#quantity-flask-glass);
  stroke: rgba(183, 190, 196, 0.48);
  stroke-width: 2.2;
}

.quantity-flask-outline {
  fill: none;
  stroke: #c8ced3;
  stroke-width: 2.2;
}

.quantity-flask-rim,
.quantity-flask-marks {
  fill: none;
  stroke: rgba(169, 176, 183, 0.62);
  stroke-width: 1.5;
}

.quantity-flask-highlight {
  fill: none;
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 3.2;
}

.quantity-flask-fluid {
  transform-origin: 52px 104px;
  animation: quantityFlaskSlosh 4.8s ease-in-out infinite;
}

.quantity-flask-liquid-fill {
  fill: url(#quantity-flask-liquid);
  stroke: none;
}

.quantity-flask-liquid-gloss {
  fill: none;
  stroke: rgba(255, 238, 244, 0.68);
  stroke-width: 1.6;
}

.quantity-flask-bubble {
  fill: rgba(255, 237, 243, 0.72);
  stroke: none;
}

.bubble-one,
.bubble-two {
  animation: quantityBubbleFloat 3.8s ease-in-out infinite;
}

.bubble-three,
.bubble-four {
  animation: quantityBubbleFloat 4.4s ease-in-out infinite reverse;
}

@keyframes quantityFlaskSlosh {
  0%,
  100% {
    transform: translateY(var(--quantity-fill-y)) translateX(-1px) rotate(-1.1deg);
  }

  50% {
    transform: translateY(var(--quantity-fill-y)) translateX(2px) rotate(1.2deg);
  }
}

@keyframes quantityBubbleFloat {
  0%,
  100% {
    opacity: 0.5;
    transform: translateY(0);
  }

  50% {
    opacity: 0.9;
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .quantity-flask-fluid,
  .quantity-flask-bubble {
    animation: none;
  }
}

.tip {
  min-height: 72px;
  margin: 0;
  padding: 16px 22px;
  border: 1px solid #d7d5da;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.84);
  color: #4a4649;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.next-step {
  position: absolute;
  right: -1px;
  bottom: -13px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 135px;
  min-height: 36px;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #ce3a64, #9c2042);
  box-shadow: 0 10px 18px rgba(160, 33, 68, 0.24);
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.next-step svg {
  width: 15px;
  height: 15px;
}

.nutrition {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 84px);
  width: var(--shell);
  min-height: 360px;
  margin: clamp(22px, 3vw, 44px) auto 0;
}

.showcase-smoothie {
  width: min(360px, 26vw);
  align-self: start;
  justify-self: start;
  margin-top: -4px;
  object-fit: contain;
  filter: drop-shadow(0 20px 20px rgba(30, 22, 24, 0.08));
  mix-blend-mode: multiply;
}

.nutrition-panel {
  min-width: 0;
  padding-top: clamp(18px, 2vw, 32px);
}

.section-title-result {
  justify-content: flex-start;
  margin-bottom: clamp(20px, 2.2vw, 32px);
}

.section-title-result h2 {
  font-size: clamp(33px, 3vw, 48px);
}

.metrics {
  display: grid;
  grid-template-columns: minmax(150px, 1.05fr) repeat(5, minmax(116px, 1fr));
  align-items: stretch;
  gap: 10px;
  margin-bottom: 22px;
}

.calorie-meter {
  display: grid;
  width: auto;
  min-height: clamp(132px, 10vw, 166px);
  place-items: center;
  padding: 16px 12px 14px;
  border: 1px solid rgba(238, 159, 186, 0.72);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 28px rgba(20, 17, 18, 0.045);
  text-align: center;
}

.calorie-meter strong {
  font-family: var(--font-numeric);
  font-size: clamp(50px, 4vw, 68px);
  font-weight: 900;
  font-variant-numeric: tabular-nums lining-nums;
  line-height: 0.85;
}

.calorie-meter span {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.calorie-meter small {
  margin-top: 4px;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.metric {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 7px;
  min-height: 122px;
  padding: 16px 12px 14px;
  border: 1px solid rgba(238, 159, 186, 0.72);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 28px rgba(20, 17, 18, 0.045);
  text-align: center;
}

.metric-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #f0a5bd;
  border-radius: 50%;
  color: var(--red);
}

.metric-icon svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.9;
}

.metric span:not(.metric-icon) {
  margin-top: 0;
  color: #151313;
  font-size: clamp(10.5px, 0.78vw, 12px);
  font-weight: 900;
  text-transform: uppercase;
}

.metric strong {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin-top: 0;
  font-family: var(--font-numeric);
  font-size: 16px;
  font-weight: 900;
  font-variant-numeric: tabular-nums lining-nums;
  line-height: 0.95;
}

.metric strong > span[id^="total-"] {
  font-size: clamp(31px, 2.35vw, 42px);
}

.balance-tools {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(12px, 1.6vw, 24px);
  margin-bottom: 18px;
}

.score-card,
.smart-fixes {
  min-width: 0;
  padding: clamp(13px, 1.35vw, 20px);
  border: 1px solid rgba(216, 214, 219, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.tool-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--red);
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.score-card > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.score-card strong {
  color: #111;
  font-size: clamp(26px, 2.6vw, 42px);
  font-weight: 900;
}

.score-bar {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #eee9ec;
}

.score-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #d7a541;
  transition: width 220ms ease;
}

.score-bar span[data-score-tone="high"] {
  background: #65a76b;
}

.score-bar span[data-score-tone="medium"] {
  background: #d7a541;
}

.score-bar span[data-score-tone="low"] {
  background: var(--red);
}

.score-card p,
.score-card small {
  display: block;
  margin: 8px 0 0;
  color: #282426;
  font-size: clamp(12px, 0.85vw, 14px);
  font-weight: 900;
  line-height: 1.55;
}

.score-card small {
  color: #666367;
  font-size: clamp(12px, 0.85vw, 14px);
  font-weight: 700;
  line-height: 1.35;
}

.fix-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.fix-card {
  min-height: 82px;
  padding: 11px;
  border: 1px solid #ebe8ed;
  border-radius: 7px;
  background: linear-gradient(180deg, #fff, #fbf8fa);
  color: #191617;
  cursor: pointer;
  text-align: left;
}

.fix-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.fix-card span {
  display: block;
  color: #5d575b;
  font-size: clamp(12px, 0.85vw, 14px);
  font-weight: 700;
  line-height: 1.35;
}

.fix-card-static {
  cursor: default;
}

.verdict {
  display: grid;
  grid-template-columns: 96px 1fr 34px;
  align-items: center;
  min-height: 96px;
  padding: 12px 18px 12px 12px;
  border: 1px solid #d8d6db;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.76);
}

.verdict img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 7px;
}

.verdict h3 {
  margin: 0 0 8px;
  font-size: clamp(19px, 1.35vw, 24px);
  font-weight: 900;
}

.verdict p {
  margin: 0;
  color: #5c575a;
  font-size: clamp(12px, 0.85vw, 14px);
  font-weight: 700;
  line-height: 1.45;
}

.verdict > svg {
  width: 22px;
  height: 22px;
  color: #d8d6db;
}

.feed-showcase {
  position: relative;
  z-index: 1;
  width: var(--shell);
  margin: clamp(34px, 5vw, 78px) auto 0;
  padding: clamp(20px, 2.8vw, 42px);
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 8%, rgba(255, 255, 255, 0.16) 0 8%, transparent 9%),
    radial-gradient(circle at 84% 25%, rgba(200, 45, 88, 0.18), transparent 26%),
    linear-gradient(135deg, #191315 0%, #2b1119 34%, #c82d58 100%);
  color: #fff;
  box-shadow: 0 32px 90px rgba(64, 18, 32, 0.24);
}

.feed-showcase::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  pointer-events: none;
}

.feed-halo span {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(1px);
}

.feed-halo span:nth-child(1) {
  right: 9%;
  top: 10%;
  width: 170px;
  height: 170px;
  border: 22px solid rgba(255, 255, 255, 0.13);
  background: transparent;
}

.feed-halo span:nth-child(2) {
  left: 38%;
  bottom: -50px;
  width: 360px;
  height: 120px;
  transform: rotate(-8deg);
}

.feed-halo span:nth-child(3) {
  left: -34px;
  top: 42%;
  width: 92px;
  height: 260px;
  background: repeating-linear-gradient(45deg, #fff 0 16px, #c82d58 16px 31px);
  opacity: 0.55;
}

.feed-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(270px, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(24px, 4vw, 68px);
  align-items: center;
}

.feed-copy h2 {
  max-width: 560px;
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(42px, 4.9vw, 82px);
  font-weight: 400;
  line-height: 0.88;
  text-transform: uppercase;
}

.feed-copy .tool-eyebrow {
  color: #ffdce8;
}

.feed-copy p {
  max-width: 470px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 700;
  line-height: 1.6;
}

.feed-feature {
  position: relative;
  min-height: 320px;
}

.feed-feature-link {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.85fr) minmax(220px, 1fr);
  align-items: end;
  gap: clamp(18px, 2vw, 30px);
  color: #fff;
}

.feed-feature-media {
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 0.86;
  overflow: hidden;
  border-radius: 46% 54% 45% 55% / 38% 44% 56% 62%;
  transform: rotate(-3deg);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.feed-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(16, 8, 11, 0.28));
}

.feed-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feed-feature-copy {
  display: grid;
  gap: 12px;
  padding: 0 0 18px;
}

.feed-date {
  color: #ffdce8;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-copy small {
  color: var(--red-dark);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.feed-feature-copy strong {
  max-width: 500px;
  font-size: clamp(23px, 2.4vw, 42px);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.feed-feature-copy span:last-child {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(12px, 0.95vw, 15px);
  font-weight: 700;
  line-height: 1.55;
}

.feed-ribbon {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 12px;
  margin-top: clamp(22px, 2.6vw, 38px);
}

.article-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 230px;
  padding: 12px 12px 46px;
  overflow: hidden;
  border-radius: 28px 28px 18px 18px;
  background: rgba(255, 255, 255, 0.92);
  color: #151313;
  box-shadow: 0 18px 42px rgba(24, 10, 14, 0.18);
  transform: translateY(calc((var(--feed-index) % 2) * 14px));
}

.article-card::before {
  content: "";
  position: absolute;
  inset: auto 16px 16px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
}

.article-image {
  display: block;
  height: 118px;
  overflow: hidden;
  border-radius: 22px 22px 38px 38px;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-copy {
  display: grid;
  gap: 7px;
}

.article-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: #111;
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article-copy span {
  display: -webkit-box;
  overflow: hidden;
  color: #5b5458;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article-arrow {
  position: absolute;
  right: 18px;
  bottom: 22px;
  color: var(--red-dark);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.smoothie-guide {
  position: relative;
  z-index: 1;
  width: var(--shell);
  margin: clamp(44px, 5vw, 78px) auto clamp(48px, 6vw, 90px);
}

.smoothie-guide.dose-carnival {
  padding: clamp(24px, 3.2vw, 50px);
  overflow: hidden;
  isolation: isolate;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 200, 74, 0.28), transparent 21%),
    radial-gradient(circle at 84% 16%, rgba(126, 200, 227, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(255, 248, 251, 0.98), rgba(255, 255, 255, 0.86) 54%, rgba(255, 242, 247, 0.96));
  box-shadow: 0 30px 90px rgba(54, 16, 28, 0.11);
}

.dose-carnival::before,
.dose-carnival::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.dose-carnival::before {
  inset: -80px -120px auto;
  height: 360px;
  opacity: 0.3;
  background:
    repeating-linear-gradient(115deg, rgba(200, 45, 88, 0.18) 0 28px, transparent 28px 64px),
    radial-gradient(circle at 68% 28%, rgba(255, 178, 29, 0.32), transparent 26%);
  mask-image: linear-gradient(180deg, #000, transparent);
}

.dose-carnival::after {
  inset: 24px 34px auto;
  height: 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle, #fff 0 4px, transparent 5px) 0 0 / 34px 12px,
    linear-gradient(90deg, rgba(200, 45, 88, 0.45), rgba(255, 178, 29, 0.45), rgba(126, 200, 227, 0.45));
  opacity: 0.8;
}

.guide-intro.dose-marquee {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(280px, 0.82fr);
  gap: clamp(24px, 5vw, 86px);
  align-items: center;
  margin-bottom: clamp(28px, 4vw, 58px);
  padding-top: clamp(22px, 2.6vw, 42px);
}

.dose-copy {
  position: relative;
  z-index: 1;
}

.dose-copy .tool-eyebrow {
  color: var(--red-dark);
}

.guide-intro h2,
.faq-block h2 {
  margin: 0;
  color: #111;
  font-family: Creepster, Butcherman, Impact, fantasy;
  font-size: clamp(42px, 5.2vw, 88px);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.dose-copy p,
.guide-grid p,
.preset-lab p,
.faq-block p {
  margin: 0;
  color: #4f494d;
  font-size: clamp(14px, 1.02vw, 17px);
  font-weight: 700;
  line-height: 1.68;
}

.dose-copy p {
  max-width: 680px;
  margin-top: 18px;
}

.dose-visual {
  position: relative;
  display: grid;
  min-height: clamp(320px, 31vw, 440px);
  place-items: center;
  perspective: 720px;
  --dose-x: 0px;
  --dose-y: 0px;
}

.dose-orbit {
  position: absolute;
  width: min(360px, 72vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 248, 251, 0.94) 0 38%, transparent 39%),
    conic-gradient(from 20deg, #c82d58, #ffb21d, #6bbf72, #7ec8e3, #c82d58);
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.66), 0 22px 60px rgba(54, 16, 28, 0.18);
  opacity: 0.94;
  animation: doseOrbit 34s linear infinite;
}

.dose-cup {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(142px, 14vw, 210px);
  height: clamp(210px, 21vw, 300px);
  border-radius: 0 0 52px 52px;
  background: transparent;
  filter: drop-shadow(0 26px 38px var(--dose-glow)) drop-shadow(0 12px 16px rgba(30, 14, 20, 0.12));
  transform: translate3d(var(--dose-x), var(--dose-y), 0) rotate(var(--dose-tilt));
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 420ms ease;
}

.dose-glass-svg {
  position: absolute;
  z-index: 3;
  inset: -8px -7px -10px;
  width: calc(100% + 14px);
  height: calc(100% + 18px);
  overflow: visible;
  pointer-events: none;
}

.dose-svg-straw-base {
  fill: #fff;
  stroke: rgba(52, 42, 48, 0.14);
  stroke-width: 1.4;
}

.dose-svg-straw-stripes {
  fill: none;
  stroke: #c82d58;
  stroke-width: 14;
}

.dose-glass-neck-back,
.dose-glass-body-back {
  display: none;
}

.dose-glass-body-main {
  fill: url("#dose-glass-body");
  stroke: url("#dose-glass-edge");
  stroke-width: 5.5;
}

.dose-glass-neck-front {
  fill: rgba(255, 255, 255, 0.18);
  stroke: rgba(255, 255, 255, 0.58);
  stroke-width: 4;
}

.dose-glass-rim {
  fill: rgba(255, 255, 255, 0.46);
  stroke: rgba(105, 126, 137, 0.22);
  stroke-width: 2;
}

.dose-glass-left-shine,
.dose-glass-right-shine,
.dose-glass-face-shine,
.dose-glass-measure {
  fill: none;
  stroke-linecap: round;
}

.dose-glass-left-shine {
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 4.5;
}

.dose-glass-right-shine {
  stroke: rgba(49, 72, 82, 0.15);
  stroke-width: 4;
}

.dose-glass-face-shine {
  stroke: url("#dose-glass-shine");
  stroke-width: 8;
}

.dose-glass-base {
  display: none;
  fill: none;
  stroke: rgba(75, 94, 104, 0.1);
  stroke-width: 1.5;
}

.dose-glass-measure {
  stroke: rgba(200, 45, 88, 0.14);
  stroke-width: 3;
}

.dose-liquid {
  position: absolute;
  z-index: 1;
  inset: auto 14px 12px;
  height: var(--dose-fill);
  border-radius: 20px 20px 34px 34px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.72) 0 8px, transparent 9px),
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.52) 0 5px, transparent 6px),
    linear-gradient(180deg, #ffb21d 0, var(--drink-color) 46%, #171313 118%);
  clip-path: polygon(0 12%, 22% 22%, 50% 9%, 76% 18%, 100% 7%, 100% 100%, 0 100%);
  filter: saturate(calc(0.95 + var(--sugar-energy) * 0.18));
  animation: carnivalWave calc(6.2s / var(--sugar-energy)) ease-in-out infinite;
  transition: height 420ms ease, filter 420ms ease;
}

.dose-fluid-canvas {
  position: absolute;
  z-index: 1;
  left: 21%;
  bottom: 7%;
  width: 58%;
  height: 66%;
  border-radius: 18px 18px 34px 34px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.dose-visual.has-fluid-canvas .dose-fluid-canvas {
  opacity: 1;
}

.dose-visual.has-fluid-canvas .dose-liquid {
  opacity: 0;
  animation: none;
}

.dose-liquid::before {
  content: "";
  position: absolute;
  left: -18%;
  right: -18%;
  top: calc(-1 * var(--dose-slosh));
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 70%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.08) 58%, transparent 62%);
  transform: rotate(calc(var(--dose-tilt) * -1));
  pointer-events: none;
}

.dose-visual.is-mixing .dose-cup {
  animation: doseCupKick 680ms cubic-bezier(0.17, 0.84, 0.35, 1.12);
}

.dose-visual.is-mixing .dose-liquid {
  animation:
    carnivalWave calc(6.2s / var(--sugar-energy)) ease-in-out infinite,
    doseLiquidKick 680ms cubic-bezier(0.17, 0.84, 0.35, 1.12);
}

.dose-meter {
  position: absolute;
  right: 2%;
  bottom: 8%;
  z-index: 2;
  display: grid;
  min-width: 132px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #171313;
  color: #fff;
  box-shadow: 0 18px 32px rgba(20, 17, 18, 0.18);
  text-align: center;
}

.dose-meter strong {
  font-family: var(--font-numeric);
  font-size: 44px;
  font-weight: 900;
  line-height: 0.8;
}

.dose-meter small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.dose-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 26px);
  margin-bottom: clamp(30px, 4vw, 58px);
  padding: 26px 0;
}

.dose-track::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 104px;
  height: 8px;
  border-radius: 999px;
  background:
    radial-gradient(circle, #fff 0 3px, transparent 4px) 0 50% / 30px 8px,
    linear-gradient(90deg, #c82d58, #ffb21d, #6bbf72, #7ec8e3);
  box-shadow: 0 12px 24px rgba(200, 45, 88, 0.14);
}

.dose-step {
  position: relative;
  min-height: 190px;
  padding: 28px 14px 20px;
  text-align: center;
}

.dose-step::before {
  content: attr(data-step);
  position: absolute;
  inset: -8px 0 auto;
  color: rgba(17, 15, 16, 0.055);
  font-family: var(--font-numeric);
  font-size: clamp(82px, 8vw, 132px);
  font-weight: 900;
  line-height: 0.8;
  transition: color 180ms ease, transform 180ms ease;
}

.dose-step::after {
  content: "";
  position: absolute;
  top: 97px;
  left: calc(50% - 11px);
  width: 22px;
  height: 22px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 1px rgba(200, 45, 88, 0.22), 0 12px 22px rgba(200, 45, 88, 0.24);
}

.dose-step span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  background: #171313;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.dose-step h3 {
  position: relative;
  z-index: 1;
  margin: 76px auto 10px;
  max-width: 210px;
  color: #111;
  font-size: clamp(15px, 1.15vw, 19px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.dose-step p {
  position: relative;
  z-index: 1;
  max-width: 260px;
  margin: 0 auto;
  color: #5a5356;
  font-size: clamp(12px, 0.88vw, 14px);
  font-weight: 700;
  line-height: 1.55;
}

.dose-step:hover::before {
  color: rgba(200, 45, 88, 0.16);
  transform: translateY(-4px);
}

.preset-lab.dose-ticket-belt {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.85fr) repeat(3, minmax(180px, 1fr));
  gap: clamp(14px, 1.7vw, 24px);
  align-items: stretch;
  margin-bottom: clamp(36px, 5vw, 70px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.dose-ticket-belt::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(200, 45, 88, 0.3), transparent);
}

.preset-lab h3,
.guide-grid h3 {
  margin: 0 0 10px;
  color: #121010;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.dose-ticket-belt > div {
  position: relative;
  z-index: 1;
  align-self: center;
}

.preset-lab.dose-ticket-belt button {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: 150px;
  overflow: hidden;
  padding: 30px 22px 22px;
  border: 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 0 50%, transparent 0 13px, #fff 14px),
    radial-gradient(circle at 100% 50%, transparent 0 13px, #fff 14px),
    linear-gradient(135deg, #fff, #fff3f7);
  color: #151313;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 18px 38px rgba(54, 16, 28, 0.11);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.preset-lab.dose-ticket-belt button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 9px;
  border-radius: 0 0 999px 999px;
  background: repeating-linear-gradient(90deg, #c82d58 0 14px, #ffd05c 14px 28px, #76c7d7 28px 42px);
}

.preset-lab.dose-ticket-belt button::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 34px;
  height: 34px;
  border: 6px solid rgba(200, 45, 88, 0.12);
  border-top-color: rgba(255, 178, 29, 0.28);
  border-radius: 50%;
}

.preset-lab.dose-ticket-belt button:nth-of-type(1) {
  transform: rotate(-1.5deg);
}

.preset-lab.dose-ticket-belt button:nth-of-type(2) {
  transform: translateY(6px) rotate(1deg);
}

.preset-lab.dose-ticket-belt button:nth-of-type(3) {
  transform: rotate(-0.8deg);
}

.preset-lab.dose-ticket-belt button:hover {
  transform: translateY(-6px) rotate(0deg);
  box-shadow: 0 28px 50px rgba(200, 45, 88, 0.18);
}

.preset-lab button strong {
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.preset-lab button span {
  margin-top: 9px;
  color: #5f595d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.guide-grid.dose-panels {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 42px);
}

.guide-grid.dose-panels::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: clamp(108px, 11vw, 176px);
  width: 7px;
  border-radius: 999px;
  background: linear-gradient(#c82d58, #ffb21d, #6bbf72, #7ec8e3);
  opacity: 0.38;
  transform: none;
}

.guide-grid.dose-panels article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(120px, 190px) minmax(0, 720px);
  gap: clamp(18px, 3vw, 46px);
  align-items: start;
  justify-self: center;
  width: min(1040px, 92%);
  min-height: 210px;
  padding: clamp(16px, 2vw, 28px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.guide-grid.dose-panels article:nth-child(even) {
  grid-template-columns: minmax(120px, 190px) minmax(0, 720px);
  justify-self: center;
}

.guide-grid.dose-panels article::before {
  content: attr(data-step);
  align-self: center;
  color: rgba(200, 45, 88, 0.15);
  font-family: var(--font-numeric);
  font-size: clamp(104px, 10vw, 168px);
  font-weight: 900;
  line-height: 0.75;
}

.guide-grid.dose-panels article:nth-child(even)::before {
  grid-column: 1;
  grid-row: 1;
  text-align: left;
}

.guide-grid.dose-panels article h3,
.guide-grid.dose-panels article p {
  grid-column: 2;
}

.guide-grid.dose-panels article:nth-child(even) h3,
.guide-grid.dose-panels article:nth-child(even) p {
  grid-column: 2;
}

.guide-grid.dose-panels h3 {
  align-self: end;
  margin: 0 0 12px;
  font-size: clamp(20px, 1.75vw, 32px);
  line-height: 1;
}

.guide-grid.dose-panels p {
  color: #413b3e;
  max-width: 720px;
}

.guide-grid.dose-panels article p + p {
  margin-top: 12px;
}

.faq-block {
  position: relative;
  margin-top: clamp(34px, 4vw, 60px);
  padding: clamp(26px, 3vw, 44px);
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 18%, rgba(200, 45, 88, 0.28), transparent 28%),
    #171616;
  color: #fff;
}

.faq-block h2 {
  max-width: 760px;
  color: #fff;
  margin-bottom: 24px;
  font-family: var(--font-ui);
  font-size: clamp(30px, 2.8vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: none;
}

.faq-block details {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 20px 0;
}

.faq-block details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.faq-block summary {
  cursor: pointer;
  color: #fff;
  font-family: var(--font-ui);
  font-size: clamp(15px, 1.08vw, 18px);
  font-weight: 750;
  line-height: 1.35;
  text-transform: none;
}

.faq-block p {
  max-width: 840px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 0.98vw, 17px);
  font-weight: 450;
  line-height: 1.72;
}

@keyframes doseOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes carnivalWave {
  0%,
  100% {
    clip-path: polygon(0 12%, 22% 22%, 50% 9%, 76% 18%, 100% 7%, 100% 100%, 0 100%);
  }

  50% {
    clip-path: polygon(0 22%, 22% 10%, 50% 23%, 76% 11%, 100% 18%, 100% 100%, 0 100%);
  }
}

@keyframes doseCupKick {
  0%,
  100% {
    transform: translate3d(var(--dose-x), var(--dose-y), 0) rotate(var(--dose-tilt));
  }

  28% {
    transform: translate3d(calc(var(--dose-x) - 8px), calc(var(--dose-y) - 4px), 0) rotate(calc(var(--dose-tilt) - 4deg));
  }

  58% {
    transform: translate3d(calc(var(--dose-x) + 7px), calc(var(--dose-y) + 3px), 0) rotate(calc(var(--dose-tilt) + 3deg));
  }
}

@keyframes doseLiquidKick {
  0%,
  100% {
    transform: translateY(0) scaleX(1);
  }

  32% {
    transform: translateY(-8px) scaleX(1.04);
  }

  62% {
    transform: translateY(4px) scaleX(0.97);
  }
}

.site-footer {
  position: relative;
  min-height: 128px;
  margin-top: -1px;
  padding: clamp(26px, 3vw, 46px) 0 clamp(20px, 2.4vw, 34px);
  background: #171616;
  color: #fff;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 46px;
  background: #171616;
  clip-path: polygon(0 48%, 4% 35%, 9% 55%, 15% 40%, 22% 63%, 29% 42%, 37% 58%, 46% 36%, 55% 60%, 64% 43%, 73% 65%, 83% 37%, 92% 56%, 100% 41%, 100% 100%, 0 100%);
}

.footer-art {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 340px;
  height: 190px;
  object-fit: cover;
  object-position: right 31%;
  filter: brightness(0.42) contrast(1.05);
  opacity: 0.32;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(340px, 1.15fr) auto;
  gap: clamp(24px, 3.4vw, 58px);
  align-items: start;
  width: var(--shell);
  margin: 0 auto;
}

.footer-brand {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  align-items: center;
}

.footer-brand img {
  width: 66px;
  height: 64px;
  object-fit: contain;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 48px);
}

.footer-group {
  min-width: 0;
}

.footer-social {
  justify-self: start;
  min-width: max-content;
}

.footer-brand strong,
.site-footer h3 {
  display: block;
  margin: 0 0 15px;
  color: #fff;
  font-family: var(--font-numeric);
  font-size: clamp(16px, 1.05vw, 19px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.footer-brand p,
.site-footer a {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--font-ui);
  font-size: clamp(15px, 0.95vw, 17px);
  font-weight: 650;
  line-height: 1.55;
}

.site-footer a {
  transition: color 180ms ease, transform 180ms ease;
  overflow-wrap: anywhere;
}

.site-footer a + a {
  margin-top: 9px;
}

.site-footer a:hover {
  color: #ff4f7b;
  transform: translateX(3px);
}

.static-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 248, 251, 0.82), rgba(246, 246, 246, 0.94)),
    #f6f6f6;
}

.static-main {
  position: relative;
  min-height: calc(100svh - 128px);
  overflow: hidden;
  padding: clamp(124px, 14vw, 176px) var(--page-pad) clamp(54px, 7vw, 96px);
}

.static-main::before,
.static-main::after {
  content: "";
  position: absolute;
  top: -120px;
  bottom: -140px;
  z-index: 0;
  width: clamp(70px, 8vw, 132px);
  border-radius: 999px;
  background: repeating-linear-gradient(38deg, #fff8fb 0 16px, #c82d58 16px 30px);
  opacity: 0.34;
  filter: drop-shadow(0 22px 30px rgba(80, 16, 34, 0.18));
  pointer-events: none;
}

.static-main::before {
  left: max(-76px, -4.5vw);
  transform: rotate(-4deg);
}

.static-main::after {
  right: max(-92px, -5.5vw);
  transform: rotate(5deg);
}

.legal-sheet,
.about-feature {
  position: relative;
  z-index: 1;
}

.legal-sheet {
  width: min(900px, var(--shell));
  margin: 0 auto;
  padding: clamp(24px, 4vw, 54px);
  border: 1px solid rgba(216, 214, 219, 0.9);
  border-top: 8px solid var(--red);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 252, 0.9)),
    #fff;
  box-shadow: var(--soft-shadow);
}

.legal-sheet h1,
.about-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.legal-sheet h1 {
  max-width: 680px;
  margin-top: 8px;
  font-size: clamp(48px, 5.6vw, 82px);
}

.static-lead {
  max-width: 680px;
  margin: 22px 0 30px;
  color: #3f383c;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 750;
  line-height: 1.65;
}

.legal-content {
  display: grid;
  gap: 22px;
  color: #312d30;
  font-size: clamp(14px, 0.95vw, 16px);
  font-weight: 650;
  line-height: 1.72;
}

.legal-content h2 {
  margin: 0 0 6px;
  font-family: var(--font-numeric);
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.legal-content p {
  margin: 0;
}

.legal-content a {
  color: var(--red-dark);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.about-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.72fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  width: var(--shell);
  margin: 0 auto;
  overflow: hidden;
  padding: clamp(28px, 4.8vw, 68px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 178, 29, 0.22), transparent 28%),
    radial-gradient(circle at 15% 100%, rgba(255, 248, 251, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(25, 19, 21, 0.98), rgba(43, 17, 25, 0.95) 44%, rgba(200, 45, 88, 0.9));
  box-shadow: 0 32px 90px rgba(64, 18, 32, 0.24);
  color: #fff;
}

.about-feature::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  pointer-events: none;
}

.about-copy,
.about-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.about-copy h1 {
  max-width: 760px;
  margin-top: 8px;
  font-size: clamp(50px, 6vw, 94px);
}

.about-copy p {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 720;
  line-height: 1.66;
}

.about-principles {
  display: grid;
  gap: 10px;
  max-width: 660px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.about-principles p {
  margin: 0;
}

.about-principles strong {
  color: #ffdbe6;
  font-family: var(--font-numeric);
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-copy .about-small-note {
  color: rgba(255, 248, 251, 0.66);
  font-size: 13px;
}

.about-visual {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.about-visual img {
  width: min(340px, 78vw);
  height: auto;
  filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.3));
}

.about-visual figcaption {
  max-width: 270px;
  color: #ffdce8;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.socials a {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(84, 255, 92, 0.34);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 46%, rgba(84, 255, 92, 0.12), rgba(255, 255, 255, 0.02) 58%, rgba(0, 0, 0, 0));
  box-shadow: 0 0 0 1px rgba(84, 255, 92, 0.08), 0 12px 30px rgba(0, 0, 0, 0.24);
  color: #fff;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.socials a:hover {
  border-color: rgba(84, 255, 92, 0.72);
  background: radial-gradient(circle at 50% 46%, rgba(84, 255, 92, 0.2), rgba(200, 45, 88, 0.1) 66%, rgba(0, 0, 0, 0));
  box-shadow: 0 0 0 1px rgba(84, 255, 92, 0.18), 0 14px 34px rgba(0, 0, 0, 0.32);
  transform: translateY(-2px);
}

.socials img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.34));
}

.nutrition,
.feed-showcase,
.smoothie-guide,
.site-footer {
  content-visibility: auto;
}

.nutrition {
  contain-intrinsic-size: 980px;
}

.feed-showcase {
  contain-intrinsic-size: 820px;
}

.smoothie-guide {
  contain-intrinsic-size: 2400px;
}

.site-footer {
  contain-intrinsic-size: 240px;
}

@media (max-width: 860px) {
  :root {
    --page-pad: 15px;
    --shell: calc(100vw - (var(--page-pad) * 2));
  }

  .site-header {
    position: fixed;
    top: 10px;
    left: 12px;
    z-index: 70;
    grid-template-columns: 58px minmax(0, 1fr) 46px;
    gap: 9px;
    align-items: center;
    width: calc(100vw - 24px);
    height: 66px;
    padding: 7px 8px;
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-bottom-color: rgba(200, 45, 88, 0.24);
    border-radius: 24px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 251, 0.78)),
      repeating-linear-gradient(112deg, rgba(200, 45, 88, 0.08) 0 10px, transparent 10px 24px);
    box-shadow: 0 18px 44px rgba(38, 16, 24, 0.16);
    backdrop-filter: blur(14px);
    transform: none;
  }

  .brand {
    width: 54px;
    height: 52px;
  }

  .brand img {
    width: 52px;
  }

  .mobile-calc-cta {
    display: inline-flex;
    min-width: 0;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #d63f69, #9f2144);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 10px 22px rgba(166, 34, 70, 0.22);
    color: #fff;
    font-family: var(--font-numeric);
    font-size: clamp(12px, 3.4vw, 15px);
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .menu-toggle {
    position: relative;
    z-index: 80;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(200, 45, 88, 0.22);
    border-radius: 16px;
    background: #171313;
    color: #fff8fb;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 10px 20px rgba(20, 17, 18, 0.18);
  }

  .menu-toggle span:not(.sr-only) {
    position: absolute;
    left: 12px;
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle span:not(.sr-only):nth-child(2) {
    top: 16px;
  }

  .menu-toggle span:not(.sr-only):nth-child(3) {
    top: 25px;
  }

  body.menu-open .menu-toggle span:not(.sr-only):nth-child(2) {
    transform: translateY(4.5px) rotate(45deg);
  }

  body.menu-open .menu-toggle span:not(.sr-only):nth-child(3) {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .search-button {
    display: none;
  }

  .menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 58;
    display: block;
    background: rgba(23, 19, 19, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  body.menu-open .menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav {
    position: fixed;
    top: 86px;
    right: 12px;
    left: 12px;
    z-index: 75;
    display: grid;
    max-height: calc(100svh - 108px);
    gap: 0;
    overflow: auto;
    padding: 16px;
    border: 1px solid rgba(255, 248, 251, 0.16);
    border-top: 7px solid var(--red);
    border-radius: 24px;
    background:
      radial-gradient(circle at 90% 0, rgba(200, 45, 88, 0.28), transparent 32%),
      repeating-linear-gradient(118deg, rgba(255, 248, 251, 0.055) 0 12px, transparent 12px 28px),
      #171313;
    box-shadow: 0 26px 70px rgba(15, 8, 10, 0.38);
    color: #fff8fb;
    opacity: 0;
    scrollbar-width: none;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top center;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    visibility: hidden;
  }

  .main-nav::before {
    content: "Menu";
    display: block;
    order: -2;
    margin: 0 0 8px;
    color: rgba(255, 248, 251, 0.52);
    font-family: var(--font-numeric);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }

  body.menu-open .main-nav {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 248, 251, 0.12);
    color: #fff8fb;
    font-size: 15px;
    line-height: 1;
  }

  .main-nav a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255, 178, 29, 0.86);
    border-right: 2px solid rgba(255, 178, 29, 0.86);
    transform: rotate(45deg);
  }

  .main-nav .lang-switch {
    order: -1;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 44px;
    margin: 0 0 10px;
    padding: 4px;
    border-radius: 18px;
    background:
      repeating-linear-gradient(118deg, rgba(255, 248, 251, 0.08) 0 12px, transparent 12px 28px),
      #231014;
    box-shadow: none;
  }

  .main-nav .lang-switch a {
    min-height: 36px;
    justify-content: center;
    border-bottom: 0;
    font-size: 16px;
  }

  .main-nav .lang-switch a::after {
    display: none;
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .main-nav .is-active {
    color: #ff8aa8;
  }

  .static-main {
    padding-top: 112px;
  }

  .static-main::before,
  .static-main::after {
    width: 52px;
    opacity: 0.22;
  }

  .cane-rail,
  .syrup-drip,
  .lab-ruler {
    display: none;
  }

  .legal-sheet {
    width: 100%;
    padding: 22px;
  }

  .legal-sheet h1 {
    max-width: 100%;
    font-size: clamp(38px, 10.6vw, 48px);
    overflow-wrap: anywhere;
  }

  .about-feature {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
    border-radius: 24px;
  }

  .about-copy h1 {
    max-width: 100%;
    font-size: clamp(38px, 10.6vw, 50px);
    overflow-wrap: anywhere;
  }

  .about-visual img {
    width: min(260px, 70vw);
  }

  .hero {
    min-height: min(610px, 92svh);
    background-position: 54% top;
  }

  .hero-copy {
    width: min(430px, 86vw);
    padding-top: 126px;
  }

  .builder-card {
    min-height: 0;
    margin-top: 0;
    padding: 16px;
  }

  .builder-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .steps {
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    min-height: auto;
    overflow: auto hidden;
    border-radius: 9px;
  }

  .step {
    min-height: 31px;
    font-size: 10px;
  }

  .step {
    min-width: max-content;
  }

  .quantity-area {
    grid-template-columns: 1fr 96px;
  }

  .tip {
    grid-column: 1 / -1;
  }

  .next-step {
    position: static;
    margin-top: 16px;
    float: right;
  }

  .nutrition {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .showcase-smoothie {
    width: min(260px, 66vw);
    justify-self: center;
    margin-top: 0;
  }

  .metrics {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 0;
  }

  .calorie-meter,
  .metric {
    min-height: 116px;
  }

  .balance-tools,
  .guide-intro,
  .preset-lab,
  .guide-grid,
  .feed-stage {
    grid-template-columns: 1fr;
  }

  .fix-list {
    grid-template-columns: 1fr;
  }

  .calorie-meter {
    justify-self: center;
  }

  .more h2 {
    margin-left: 0;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px clamp(18px, 5vw, 42px);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 4vw, 34px);
  }

  .footer-social {
    justify-self: end;
  }

  .feed-showcase {
    padding: 26px 18px 30px;
    border-radius: 22px;
  }

  .feed-feature {
    min-height: 0;
  }

  .feed-feature-link {
    position: relative;
    grid-template-columns: minmax(180px, 320px) 1fr;
  }

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

  .article-card {
    transform: none;
  }

  .smoothie-guide.dose-carnival {
    padding: 24px 18px 30px;
    border-radius: 24px;
  }

  .guide-intro.dose-marquee {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .dose-visual {
    min-height: 300px;
  }

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

  .dose-track::before {
    display: none;
  }

  .dose-step::after {
    top: 18px;
  }

  .preset-lab.dose-ticket-belt {
    grid-template-columns: 1fr;
  }

  .preset-lab.dose-ticket-belt button,
  .preset-lab.dose-ticket-belt button:nth-of-type(1),
  .preset-lab.dose-ticket-belt button:nth-of-type(2),
  .preset-lab.dose-ticket-belt button:nth-of-type(3) {
    transform: none;
  }

  .guide-grid.dose-panels::before {
    left: 28px;
    transform: none;
  }

  .guide-grid.dose-panels article,
  .guide-grid.dose-panels article:nth-child(even) {
    grid-template-columns: 86px 1fr;
    justify-self: stretch;
    width: 100%;
  }

  .guide-grid.dose-panels article::before,
  .guide-grid.dose-panels article:nth-child(even)::before {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
  }

  .guide-grid.dose-panels article h3,
  .guide-grid.dose-panels article p,
  .guide-grid.dose-panels article:nth-child(even) h3,
  .guide-grid.dose-panels article:nth-child(even) p {
    grid-column: 2;
  }

  .site-footer {
    background: #171616;
  }

  .footer-art {
    width: 260px;
    height: 170px;
    opacity: 0.28;
  }
}

@media (max-width: 520px) {
  .site-header {
    height: 76px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-text {
    font-size: 12px;
  }

  .section-title h2,
  .section-title-result h2 {
    font-size: 28px;
  }

  .ingredient-row {
    grid-auto-columns: 118px;
    gap: 14px;
  }

  .ingredient-card {
    width: 118px;
    min-height: 182px;
    padding: 12px 9px 11px;
  }

  .ingredient-visual {
    height: 96px;
  }

  .ingredient-visual img {
    width: 64px;
    height: 88px;
  }

  .carousel-arrow {
    top: 70px;
  }

  .quantity-area {
    grid-template-columns: 1fr;
  }

  .stepper {
    width: min(100%, 210px);
  }

  .goal-picker {
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 3px;
    scrollbar-width: none;
  }

  .goal-picker::-webkit-scrollbar {
    display: none;
  }

  .live-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    top: 4px;
  }

  .portion-guide {
    width: 100%;
  }

  .quantity-area .flask {
    justify-self: center;
    width: 86px;
    height: 112px;
  }

  .metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .calorie-meter {
    grid-column: 1 / -1;
    margin-bottom: 8px;
  }

  .metric {
    min-height: 112px;
    border-top: 1px solid rgba(204, 202, 207, 0.7);
    padding-top: 14px;
  }

  .verdict {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-template-columns: 56px 1fr;
    gap: 14px;
  }

  .footer-brand img {
    width: 54px;
    height: 54px;
  }

  .feed-copy h2 {
    font-size: 42px;
  }

  .faq-block {
    padding: 24px 18px 28px;
    border-radius: 16px;
  }

  .faq-block h2 {
    font-size: 30px;
  }

  .faq-block summary {
    font-size: 15px;
  }

  .faq-block p {
    font-size: 14px;
    line-height: 1.65;
  }

  .site-footer {
    padding: 24px 0 22px;
  }

  .footer-inner {
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 16px 12px;
  }

  .footer-links {
    gap: 12px;
  }

  .footer-brand strong,
  .site-footer h3 {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1;
  }

  .footer-brand p,
  .site-footer a {
    font-size: 14px;
    line-height: 1.35;
  }

  .footer-social h3 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .footer-art {
    right: -44px;
    bottom: -24px;
    width: 220px;
    height: 140px;
    opacity: 0.12;
  }

  .socials a {
    width: 48px;
    height: 48px;
  }

  .socials img {
    width: 42px;
    height: 42px;
  }

  .guide-intro h2 {
    font-size: 42px;
  }

  .dose-visual {
    min-height: 240px;
  }

  .dose-orbit {
    width: min(260px, 76vw);
  }

  .dose-cup {
    width: 120px;
    height: 180px;
  }

  .dose-meter {
    right: 0;
    bottom: 0;
    min-width: 108px;
  }

  .dose-meter strong {
    font-size: 34px;
  }

  .dose-track {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .dose-step {
    min-height: 0;
    padding: 18px 6px 22px 88px;
    text-align: left;
  }

  .dose-step::before {
    inset: 10px auto auto 0;
    font-size: 72px;
  }

  .dose-step::after {
    display: none;
  }

  .dose-step span {
    margin-bottom: 9px;
  }

  .dose-step h3 {
    margin: 0 0 8px;
    max-width: none;
  }

  .dose-step p {
    max-width: none;
    margin: 0;
  }

  .preset-lab.dose-ticket-belt button {
    min-height: 118px;
  }

  .guide-grid.dose-panels::before {
    display: none;
  }

  .guide-grid.dose-panels article,
  .guide-grid.dose-panels article:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
  }

  .guide-grid.dose-panels article::before,
  .guide-grid.dose-panels article:nth-child(even)::before {
    grid-column: 1;
    font-size: 82px;
  }

  .guide-grid.dose-panels article h3,
  .guide-grid.dose-panels article p,
  .guide-grid.dose-panels article:nth-child(even) h3,
  .guide-grid.dose-panels article:nth-child(even) p {
    grid-column: 1;
  }

  .feed-feature-link {
    grid-template-columns: 1fr;
  }

  .feed-feature-media {
    width: min(260px, 82vw);
    justify-self: center;
  }

  .feed-ribbon {
    grid-template-columns: 1fr;
  }

  .article-card {
    grid-template-columns: 104px 1fr;
    min-height: 128px;
    gap: 14px;
    padding: 12px 44px 12px 12px;
    border-radius: 22px;
  }

  .article-image {
    height: 104px;
  }

  .article-copy strong {
    font-size: 12px;
    -webkit-line-clamp: 4;
  }

  .article-copy span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cane-liquid,
  .dose-cup,
  .dose-liquid,
  .dose-liquid::before,
  .dose-orbit,
  .ingredient-card,
  .preset-lab.dose-ticket-belt button,
  .score-bar span {
    animation: none;
    transition: none;
  }

  .dose-cup {
    transform: none;
  }
}
