:root {
  color-scheme: light;
  --ink: #111119;
  --muted: #686474;
  --line: rgba(38, 28, 54, 0.12);
  --paper: #f8f7fa;
  --panel: #ffffff;
  --purple: #6d55b5;
  --purple-strong: #51408f;
  --violet: #8471bd;
  --mint: #7d778d;
  --lemon: #e8e3f3;
  --coral: #5c5870;
  --soft-purple: #eeeaf6;
  --soft-gray: #efedf2;
  --shadow: 0 24px 70px rgba(48, 38, 82, 0.17);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

main,
section,
div,
article,
form {
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 8%, rgba(91, 74, 143, 0.08), transparent 28rem),
    radial-gradient(circle at 88% 0%, rgba(35, 31, 49, 0.06), transparent 24rem),
    var(--paper);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image: linear-gradient(rgba(17, 17, 25, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 17, 25, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 62%);
  z-index: -1;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 10px 12px 10px 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  box-shadow: 0 16px 50px rgba(27, 20, 44, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  animation: headerDrop 700ms cubic-bezier(.2, .8, .2, 1) both;
}

.brand,
.nav-links,
.hero-actions,
.partner-strip,
.hero-metrics,
.check-list li {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--purple-strong), var(--purple));
  box-shadow: 0 10px 24px rgba(63, 50, 109, 0.24);
}

.nav-links {
  gap: 22px;
  color: #4d475b;
  font-size: 14px;
  font-weight: 600;
}

.nav-links a,
.header-cta,
.button {
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nav-links a:hover {
  color: var(--purple-strong);
  transform: translateY(-1px);
}

.header-cta,
.button {
  border: 0;
  cursor: pointer;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
}

.header-cta {
  padding: 0 18px;
  color: #fff;
  background: var(--ink);
  font-size: 14px;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 128px 24px 48px;
  background:
    radial-gradient(circle at 78% 42%, rgba(120, 105, 166, 0.18), transparent 26rem),
    radial-gradient(circle at 90% 8%, rgba(255, 255, 255, 0.08), transparent 22rem),
    linear-gradient(135deg, #17141f 0%, #28213f 50%, #463874 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(to top, rgba(17, 17, 25, 0.94), transparent);
  z-index: 1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(18, 14, 30, 0.82) 0%, rgba(37, 27, 61, 0.7) 46%, rgba(20, 17, 29, 0.1) 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34));
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 56px 56px;
}

.hero-orbit {
  position: absolute;
  right: clamp(10px, 7vw, 120px);
  top: 120px;
  width: min(44vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  animation: slowSpin 24s linear infinite;
}

.hero-orbit::before,
.hero-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.hero-orbit::before {
  inset: 13%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-orbit::after {
  width: 18px;
  height: 18px;
  right: 16%;
  top: 17%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 34px rgba(255, 255, 255, 0.24);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  color: #fff;
}

.eyebrow {
  margin: 0 0 14px;
  color: #d8d1ec;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
dd,
li,
summary {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1 {
  max-width: 770px;
  margin-bottom: 20px;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.96;
  letter-spacing: 0;
  animation: fadeUp 800ms 120ms both;
}

.hero-copy {
  max-width: 660px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
  animation: fadeUp 800ms 220ms both;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 44px;
  animation: fadeUp 800ms 320ms both;
}

.button {
  min-width: 190px;
  padding: 0 22px;
  font-size: 15px;
}

.button.primary {
  color: #fff;
  background: var(--purple);
  box-shadow: 0 16px 34px rgba(63, 50, 109, 0.22);
}

.button.secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.button.primary:hover {
  background: var(--purple-strong);
  box-shadow: 0 18px 42px rgba(63, 50, 109, 0.28);
}

.hero-metrics {
  gap: 12px;
  flex-wrap: wrap;
  animation: fadeUp 800ms 420ms both;
}

.hero-metrics div {
  width: min(270px, 100%);
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.hero-metrics dt {
  margin-bottom: 8px;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.hero-metrics dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.45;
}

.partner-strip {
  width: min(1180px, calc(100% - 32px));
  margin: -24px auto 0;
  position: relative;
  z-index: 3;
  gap: 10px;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 42px rgba(27, 20, 44, 0.1);
  backdrop-filter: blur(18px);
  overflow-x: auto;
}

.partner-strip span {
  flex: 1 0 auto;
  padding: 12px 16px;
  color: #40384f;
  text-align: center;
  font-weight: 800;
  border-radius: 7px;
  background: #f3f0f8;
}

.section,
.contact-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 92px 0 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading.compact {
  max-width: 620px;
}

h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.section-heading p:not(.eyebrow),
.format-copy > p,
.contact-copy p,
.audience-grid p,
.steps p,
.benefit-card p,
.faq-list p {
  color: var(--muted);
  line-height: 1.65;
}

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

.benefit-card,
.audience-grid > div,
.steps li,
.lead-form,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 36px rgba(36, 28, 54, 0.07);
}

.benefit-card {
  position: relative;
  min-height: 288px;
  padding: 26px;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.benefit-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(104, 77, 192, 0.1);
}

.benefit-card:nth-child(2)::after {
  background: rgba(72, 214, 184, 0.16);
}

.benefit-card:nth-child(3)::after {
  background: rgba(255, 116, 104, 0.14);
}

.benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(104, 77, 192, 0.28);
  box-shadow: var(--shadow);
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 46px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  border-radius: 8px;
  background: var(--purple);
}

.format {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 42px;
  align-items: center;
}

.format-copy p {
  font-size: 17px;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  gap: 12px;
  color: #342d41;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--purple) 0 42%, transparent 44%), rgba(91, 74, 143, 0.12);
}

.product-panel {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(91, 74, 143, 0.12), rgba(35, 31, 49, 0.05)),
    #ffffff;
  border: 1px solid rgba(63, 50, 109, 0.14);
  box-shadow: var(--shadow);
}

.product-panel::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(63, 50, 109, 0.12);
  border-radius: 8px;
}

.market-illustration {
  position: relative;
  z-index: 1;
  width: min(88%, 520px);
  display: grid;
  place-items: center;
  gap: 18px;
}

.mini-market {
  position: relative;
  width: min(100%, 360px);
  border-radius: 10px 10px 8px 8px;
  filter: drop-shadow(0 28px 46px rgba(17, 17, 25, 0.26));
  animation: floatProduct 5s ease-in-out infinite;
}

.hero-fridge {
  position: absolute;
  right: clamp(22px, 8vw, 150px);
  bottom: 58px;
  z-index: 1;
  width: min(34vw, 420px);
  min-width: 300px;
  opacity: 0.96;
}

.market-sign {
  height: 72px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, #252328 0%, #111114 100%);
  box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.42);
}

.market-body {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  min-height: 420px;
  padding: 16px;
  gap: 12px;
  background: linear-gradient(90deg, #111114, #25242a 52%, #101012);
}

.market-door {
  position: relative;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 14px;
  padding: 18px 18px 22px;
  overflow: hidden;
  border: 4px solid #08080a;
  border-radius: 6px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.14) 38%, rgba(255, 255, 255, 0.38) 39%, rgba(255, 255, 255, 0.12) 62%, rgba(255, 255, 255, 0.32)),
    #e9edf2;
  box-shadow: inset 0 0 28px rgba(18, 18, 24, 0.16);
}

.market-door::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0 46%, rgba(255, 255, 255, 0.24) 48% 52%, transparent 54% 100%);
  pointer-events: none;
}

.product-shelf {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-around;
  gap: 8px;
  padding: 0 6px 10px;
  border-bottom: 3px solid rgba(124, 126, 134, 0.36);
}

.pack {
  display: block;
  width: 34px;
  height: 48px;
  border-radius: 6px 6px 4px 4px;
  background: linear-gradient(180deg, #ffffff 0 22%, #74679b 23% 100%);
  box-shadow: 0 5px 10px rgba(17, 17, 25, 0.12);
}

.pack::after {
  content: "";
  display: block;
  width: 42%;
  height: 5px;
  margin: 9px auto 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.pack.bottle {
  width: 24px;
  height: 58px;
  border-radius: 10px 10px 5px 5px;
  background: linear-gradient(180deg, #24222a 0 14%, #fff 15% 26%, #706984 27% 100%);
}

.pack.cup {
  width: 38px;
  height: 38px;
  border-radius: 7px 7px 12px 12px;
  background: linear-gradient(180deg, #222 0 18%, #fff 19% 31%, #5c5870 32% 100%);
}

.pack.mint {
  background: linear-gradient(180deg, #ffffff 0 22%, #8a839a 23% 100%);
}

.pack.lemon {
  background: linear-gradient(180deg, #ffffff 0 22%, #c7c1d4 23% 100%);
}

.pack.coral {
  background: linear-gradient(180deg, #ffffff 0 22%, #656070 23% 100%);
}

.pack.purple {
  background: linear-gradient(180deg, #ffffff 0 22%, var(--purple) 23% 100%);
}

.market-pay {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px 10px;
  border-radius: 6px;
  background: linear-gradient(180deg, #f6f7fb, #dfe5ee);
  box-shadow: inset 0 0 18px rgba(17, 17, 25, 0.08);
}

.market-pay span {
  height: 42px;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(17, 17, 25, 0.12) 22%, transparent 22% 34%, rgba(17, 17, 25, 0.12) 34% 54%, transparent 54%),
    #fff;
  border: 1px solid rgba(17, 17, 25, 0.08);
}

.market-base {
  height: 82px;
  border-top: 10px solid #0a0a0d;
  border-radius: 0 0 8px 8px;
  background:
    repeating-linear-gradient(0deg, #070708 0 8px, #16161a 9px 14px),
    #101014;
}

.market-caption {
  display: grid;
  gap: 3px;
  width: min(100%, 420px);
  padding: 14px 16px;
  border: 1px solid rgba(63, 50, 109, 0.14);
  border-radius: 8px;
  color: #352c44;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(47, 30, 88, 0.1);
}

.market-caption strong {
  font-size: 22px;
  line-height: 1;
}

.market-caption span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.assortment {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.assortment-copy {
  position: sticky;
  top: 104px;
}

.assortment-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.assortment-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(243, 241, 247, 0.94)),
    #fff;
  box-shadow: 0 12px 36px rgba(36, 28, 54, 0.07);
}

.assortment-panel span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  color: #342d41;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid rgba(63, 50, 109, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(47, 30, 88, 0.06);
}

.assortment-panel span:nth-child(3n + 1) {
  background: #f5f3f8;
}

.assortment-panel span:nth-child(3n + 2) {
  background: #eeebf5;
}

.assortment-panel span:nth-child(3n + 3) {
  background: #f8f7fa;
}

.hero-fridge .market-sign {
  height: 64px;
  font-size: 28px;
}

.hero-fridge .market-body {
  min-height: 390px;
  grid-template-columns: minmax(0, 1fr) 62px;
}

.hero-fridge .market-door {
  grid-template-rows: repeat(3, 1fr);
}

.hero-fridge .product-shelf {
  padding-bottom: 8px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.audience-grid > div {
  padding: 24px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: steps;
}

.steps li {
  position: relative;
  min-height: 240px;
  padding: 24px;
  overflow: hidden;
}

.steps span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  color: #fff;
  font-weight: 900;
  border-radius: 50%;
  background: var(--ink);
}

.steps li::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 38px;
  width: 62px;
  height: 2px;
  background: linear-gradient(90deg, rgba(91, 74, 143, 0.72), transparent);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0 22px;
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 0;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--purple);
  font-size: 24px;
  line-height: 0.8;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin-bottom: 22px;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 44px;
  align-items: start;
  margin-top: 92px;
  margin-bottom: 40px;
  padding: 44px;
  color: #fff;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(49, 41, 75, 0.98), rgba(31, 27, 43, 0.98)),
    #31294b;
  box-shadow: var(--shadow);
}

.contact-copy {
  position: sticky;
  top: 104px;
}

.contact-copy h2 {
  color: #fff;
}

.contact-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.96);
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form span {
  color: #40384f;
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(38, 28, 54, 0.16);
  border-radius: 8px;
  padding: 14px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(104, 77, 192, 0.12);
}

.form-button {
  width: 100%;
  margin-top: 4px;
}

.form-button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.form-status {
  min-height: 18px;
  margin: -4px 0 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.form-status[data-type="success"] {
  color: #14866f;
}

.form-status[data-type="error"] {
  color: #c13f35;
}

.intro,
.format,
.assortment,
.audience,
.launch,
.faq,
.contact-section {
  animation: sectionReveal 700ms ease both;
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translate(-50%, -18px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes floatProduct {
  0%, 100% {
    transform: translateY(0) rotate(-0.4deg);
  }
  50% {
    transform: translateY(-14px) rotate(0.5deg);
  }
}

@keyframes sectionReveal {
  from {
    opacity: 0;
    transform: translateY(42px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: 880px;
  }

  .hero-fridge {
    right: -70px;
    bottom: 90px;
    width: 360px;
    min-width: 0;
    opacity: 0.24;
  }

  .benefit-grid,
  .format,
  .assortment,
  .audience-grid,
  .steps,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .product-panel {
    min-height: 430px;
  }

  .mini-market {
    width: min(100%, 330px);
  }

  .audience-grid,
  .steps {
    gap: 12px;
  }

  .contact-copy {
    position: static;
  }

  .assortment-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    height: auto;
    gap: 10px;
    padding: 10px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand span:last-child {
    max-width: 112px;
    white-space: normal;
    line-height: 1.1;
    font-size: 15px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 110px 16px 34px;
  }

  .hero-content {
    width: min(100%, calc(100vw - 32px));
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .hero-fridge {
    display: none;
  }

  .hero-orbit {
    display: none;
  }

  h1 {
    max-width: 340px;
    font-size: 27px;
    line-height: 1.08;
  }

  .hero-copy {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-copy,
  .hero-metrics dd,
  .section-heading,
  .section-heading p,
  .format-copy p,
  .assortment-copy p,
  .audience-grid p,
  .steps p,
  .faq-list p {
    overflow-wrap: anywhere;
  }

  .hero-actions {
    align-items: stretch;
    justify-content: center;
    width: 100%;
  }

  .button {
    width: 100%;
    max-width: 340px;
  }

  .hero-metrics {
    justify-content: center;
    width: 100%;
  }

  .hero-metrics div {
    width: 100%;
    max-width: 340px;
    text-align: center;
  }

  .partner-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 10px;
  }

  .partner-strip span {
    min-width: 0;
    padding: 11px 10px;
    white-space: normal;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .partner-strip,
  .section,
  .contact-section {
    width: calc(100% - 20px);
  }

  .section {
    padding-top: 62px;
  }

  .benefit-card,
  .audience-grid > div,
  .steps li {
    min-height: auto;
    padding: 22px;
  }

  .card-icon {
    margin-bottom: 28px;
  }

  .product-panel {
    min-height: 500px;
    overflow: hidden;
  }

  .assortment-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
    gap: 8px;
  }

  .assortment-panel span {
    width: auto;
    min-height: 40px;
    justify-content: center;
    padding: 10px 8px;
    text-align: center;
    font-size: 13px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .market-illustration {
    width: min(92%, 330px);
  }

  .mini-market {
    width: min(100%, 285px);
  }

  .market-sign {
    height: 56px;
    font-size: 25px;
  }

  .market-body {
    min-height: 360px;
    grid-template-columns: minmax(0, 1fr) 56px;
    padding: 12px;
    gap: 10px;
  }

  .market-door {
    padding: 14px 12px 18px;
  }

  .pack {
    width: 27px;
    height: 40px;
  }

  .pack.bottle {
    width: 20px;
    height: 48px;
  }

  .pack.cup {
    width: 30px;
    height: 32px;
  }

  .contact-section {
    margin-top: 68px;
    padding: 22px;
  }

  .lead-form {
    padding: 16px;
  }

  input,
  select,
  textarea {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .brand span:last-child {
    max-width: 92px;
    font-size: 14px;
  }

  h1 {
    font-size: 27px;
  }

  h2 {
    font-size: 28px;
  }

  .hero {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button {
    min-width: 0;
  }
}
