:root {
  --pine: #143d25;
  --forest: #1f5d36;
  --nature: #2e8b57;
  --mint: #eaf6ee;
  --mint-soft: #f4fbf6;
  --snow: #fbfefc;
  --white: #ffffff;
  --ink: #17211a;
  --muted: #5c6a61;
  --line: #dce9df;
  --omega: #1b64b0;
  --heart: #d92b2b;
  --gold: #e9a925;
  --protein: #9b6a3d;
  --marine: #3a8fb7;
  --shadow: 0 18px 50px rgba(20, 61, 37, 0.08);
  --shadow-soft: 0 10px 24px rgba(20, 61, 37, 0.10);
  --ease-ui: 180ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--snow);
  line-height: 1.5;
}

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

button,
input,
textarea {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 32px;
  min-height: 88px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(251, 254, 252, 0.92);
  border-bottom: 1px solid rgba(220, 233, 223, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 245px;
}

.brand::before {
  content: "";
  display: block;
  width: clamp(180px, 24vw, 260px);
  aspect-ratio: 7217 / 2221;
  background: no-repeat center / contain url("/static/logo/alliance-logo.png");
}

.brand__mark {
  display: none;
}

.brand__mark span {
  display: none;
}

.brand__copy {
  display: none;
}

.brand__copy strong {
  display: none;
}

.brand__copy small {
  display: none;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #38463c;
  font-size: 15px;
  font-weight: 650;
}

.site-nav a {
  padding: 8px 0;
  transition: color var(--ease-ui), opacity var(--ease-ui);
}

.site-nav a:hover {
  color: var(--forest);
}

.header-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--white);
  background: var(--forest);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(20, 61, 37, 0.14);
  transition: transform var(--ease-ui), box-shadow var(--ease-ui), background-color var(--ease-ui);
}

.header-cart {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  color: var(--forest);
  background: var(--mint);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  transition: transform var(--ease-ui), box-shadow var(--ease-ui), border-color var(--ease-ui), background-color var(--ease-ui);
}

.header-cart__count {
  min-width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  color: var(--white);
  background: var(--forest);
  border-radius: 999px;
  font-size: 12px;
}

.header-cart--inline {
  display: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 10px;
  background: var(--mint-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px 0;
  background: var(--pine);
  border-radius: 999px;
}

.section-band {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.section-wrap {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 32px;
  align-items: end;
  padding: 64px 0 42px;
}

.page-hero__panel {
  padding: 24px;
  background: var(--mint);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--forest);
}

.page-hero__panel strong {
  display: block;
  font-size: 44px;
  line-height: 1;
}

.page-hero__panel span {
  color: var(--muted);
  font-weight: 750;
}

.hero {
  display: block;
  width: min(1480px, calc(100% - 40px));
  padding: 34px 0 48px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--nature);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  color: var(--pine);
  font-size: clamp(40px, 5.2vw, 62px);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--pine);
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--pine);
  font-size: 21px;
  line-height: 1.15;
}

.lead {
  max-width: 710px;
  margin-bottom: 34px;
  color: #38463c;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  margin-bottom: 14px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 850;
  box-shadow: var(--shadow-soft);
  transition: transform var(--ease-ui), box-shadow var(--ease-ui), background-color var(--ease-ui), border-color var(--ease-ui), color var(--ease-ui);
}

.btn--primary {
  color: var(--white);
  background: var(--forest);
}

.btn--ghost {
  color: var(--forest);
  background: var(--mint);
  border-color: var(--line);
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.hero__trust span,
.spec-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: var(--forest);
  background: var(--mint);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  transition: transform var(--ease-ui), box-shadow var(--ease-ui), border-color var(--ease-ui), background-color var(--ease-ui);
}

.hero__trust span:hover,
.spec-list span:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(20, 61, 37, 0.12);
}

.hero__visual {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: clamp(440px, 40vw, 560px);
  background: linear-gradient(135deg, #ffffff 0%, #f7fcf9 44%, #e7f5ec 100%);
  border: 1px solid rgba(180, 213, 191, 0.82);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(20, 61, 37, 0.12);
  overflow: hidden;
}

.hero-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(18px) scale(1.01);
  transition: opacity 340ms ease, transform 340ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.84) 42%, rgba(255, 255, 255, 0.18) 69%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(circle at 80% 22%, color-mix(in srgb, var(--hero-accent, #1f5d36) 16%, #ffffff) 0%, rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at 88% 92%, rgba(31, 93, 54, 0.18) 0%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, #ffffff 0%, #f2fbf5 52%, #dff1e7 100%);
}

.hero-slide__overlay {
  position: absolute;
  left: clamp(24px, 5vw, 76px);
  top: 50%;
  z-index: 2;
  width: min(58%, 760px);
  padding: 0;
  transform: translateY(-50%);
  color: var(--pine);
}

.hero-slide__overlay h3 {
  max-width: 780px;
  margin: 10px 0 16px;
  color: var(--pine);
  font-size: clamp(38px, 5.4vw, 76px);
  line-height: 0.98;
  text-wrap: balance;
}

.hero-slide__overlay p {
  max-width: 640px;
  margin: 0;
  color: #34473b;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.45;
}

.hero-slide__cta {
  display: inline-flex;
  margin-top: 24px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid var(--forest);
  color: #fff;
  background: var(--forest);
  box-shadow: 0 14px 28px rgba(20, 61, 37, 0.22);
  font-size: 15px;
  font-weight: 900;
  transition: transform var(--ease-ui), background-color var(--ease-ui), border-color var(--ease-ui), box-shadow var(--ease-ui);
}

.hero-slide__cta:hover {
  transform: translateY(-2px);
  background: #174c2c;
  border-color: #174c2c;
  box-shadow: 0 18px 34px rgba(20, 61, 37, 0.28);
}

.hero-slide__kicker {
  margin: 0;
  color: var(--nature);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-slide__art {
  position: absolute;
  right: clamp(18px, 5vw, 76px);
  bottom: 0;
  z-index: 1;
  width: min(48%, 620px);
  height: 100%;
}

.hero-slide__art::before {
  content: "";
  position: absolute;
  right: 4%;
  bottom: -18%;
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 93, 54, 0.18) 0%, rgba(31, 93, 54, 0.08) 48%, rgba(31, 93, 54, 0) 70%);
}

.hero-person {
  position: absolute;
  right: 17%;
  bottom: 0;
  width: clamp(190px, 18vw, 285px);
  height: clamp(330px, 32vw, 450px);
}

.hero-person__head,
.hero-person__hair,
.hero-person__neck,
.hero-person__body,
.hero-person__arm {
  position: absolute;
  display: block;
}

.hero-person__head {
  left: 50%;
  top: 16px;
  width: 88px;
  height: 108px;
  transform: translateX(-50%);
  border-radius: 44px 44px 40px 40px;
  background: linear-gradient(145deg, #f2c7a7, #d99a72);
  box-shadow: inset -10px -10px 18px rgba(95, 47, 28, 0.08);
}

.hero-person__hair {
  left: calc(50% - 52px);
  top: 4px;
  z-index: 2;
  width: 104px;
  height: 92px;
  border-radius: 48px 48px 34px 38px;
  background: linear-gradient(145deg, #4a2a1d, #7a4a2f);
  clip-path: polygon(0 36%, 18% 4%, 72% 0, 100% 28%, 92% 78%, 70% 50%, 44% 52%, 20% 92%, 4% 76%);
}

.hero-person__neck {
  left: 50%;
  top: 116px;
  width: 42px;
  height: 52px;
  transform: translateX(-50%);
  background: #dfaa86;
  border-radius: 0 0 16px 16px;
}

.hero-person__body {
  left: 50%;
  bottom: 0;
  width: 210px;
  height: 300px;
  transform: translateX(-50%);
  border-radius: 94px 94px 12px 12px;
  background: linear-gradient(160deg, #f8fff9 0%, #dff1e7 46%, #9ecfaf 100%);
  box-shadow: 0 22px 40px rgba(20, 61, 37, 0.16);
}

.hero-person__body::after {
  content: "";
  position: absolute;
  inset: 34px 36px auto;
  height: 130px;
  border-radius: 70px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(234, 246, 238, 0.42));
}

.hero-person__arm {
  z-index: 5;
  top: 190px;
  width: 92px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(145deg, #e8b28f, #c98761);
}

.hero-person__arm--left {
  left: -12px;
  transform: rotate(-18deg);
}

.hero-person__arm--right {
  right: -10px;
  transform: rotate(20deg);
}

.hero-product {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  padding: 18px 14px;
  color: var(--pine);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf8 100%);
  border: 1px solid rgba(190, 216, 199, 0.96);
  border-radius: 8px;
  box-shadow: 0 20px 36px rgba(20, 61, 37, 0.16);
  text-align: center;
}

.hero-product span {
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 850;
}

.hero-product strong {
  margin-top: 16px;
  color: var(--hero-accent, var(--forest));
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 0.95;
}

.hero-product small {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.hero-product--pouch {
  left: 1%;
  bottom: 18%;
  width: 176px;
  height: 250px;
  transform: rotate(-7deg);
  border-radius: 16px 16px 8px 8px;
}

.hero-product--jar {
  right: 3%;
  bottom: 14%;
  width: 170px;
  height: 210px;
  border-radius: 34px 34px 8px 8px;
  transform: rotate(5deg);
}

.hero-product--jar::before {
  content: "";
  position: absolute;
  top: -26px;
  width: 112px;
  height: 34px;
  border: 1px solid rgba(190, 216, 199, 0.96);
  border-radius: 8px;
  background: #f3f6f2;
}

.hero-product--box {
  right: 33%;
  bottom: 9%;
  width: 190px;
  height: 150px;
  transform: rotate(-1deg);
}

.hero-slide--2 .hero-product--pouch {
  --hero-accent: #9b6a3d;
}

.hero-slide--2 .hero-product--jar {
  --hero-accent: #2e8b57;
}

.hero-slide--3 .hero-product--box {
  --hero-accent: #1b64b0;
}

.hero-slider__arrow {
  position: absolute;
  bottom: 16px;
  z-index: 3;
  width: 42px;
  height: 42px;
  transform: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  background: rgba(19, 48, 30, 0.48);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.hero-slider__arrow--prev {
  right: 78px;
  left: auto;
}

.hero-slider__arrow--next {
  right: 24px;
}

.hero-slider__dots {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 3;
  display: inline-flex;
  gap: 8px;
  transform: none;
}

.hero-slider__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.hero-slider__dot.is-active {
  width: 24px;
  background: #fff;
}

.product-scene {
  position: relative;
  width: min(100%, 540px);
  height: 520px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf6 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-scene::before {
  content: "";
  position: absolute;
  inset: 48px 42px auto;
  height: 320px;
  background: linear-gradient(135deg, rgba(46, 139, 87, 0.16), rgba(27, 100, 176, 0.08));
  border-radius: 8px;
}

.scene-pack {
  position: absolute;
  width: 168px;
  height: 260px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 20px 36px rgba(20, 61, 37, 0.14);
  overflow: hidden;
  z-index: 2;
}

.scene-pack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.scene-pack--omega {
  left: 188px;
  top: 116px;
  width: 186px;
  height: 286px;
  z-index: 3;
}

.scene-pack--omega img {
  transform: scale(1.12);
  transform-origin: center;
}

.scene-pack--protein {
  left: 70px;
  top: 204px;
  transform: rotate(-6deg);
}

.scene-pack--protein img {
  transform: scale(1.72);
  transform-origin: 45% 45%;
}

.scene-pack--collagen {
  right: 68px;
  top: 210px;
  transform: rotate(6deg);
}

.scene-pack--collagen img {
  transform: scale(1.74);
  transform-origin: 48% 45%;
}

.pack {
  position: absolute;
  display: grid;
  justify-items: center;
  align-content: start;
  width: 126px;
  height: 186px;
  padding-top: 24px;
  background: var(--white);
  border: 1px solid #d8e1d9;
  border-radius: 20px 20px 16px 16px;
  box-shadow: 0 20px 36px rgba(20, 61, 37, 0.14);
}

.pack::before {
  content: "";
  position: absolute;
  top: -26px;
  width: 82px;
  height: 32px;
  background: #f3f5f2;
  border: 1px solid #d8e1d9;
  border-radius: 7px;
}

.pack__brand {
  margin-bottom: 24px;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 800;
}

.pack strong {
  width: 100%;
  color: var(--omega);
  font-size: 27px;
  line-height: 0.92;
  text-align: center;
}

.pack small {
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

.capsule {
  position: absolute;
  width: 48px;
  height: 18px;
  background: linear-gradient(90deg, #f4b62d, #ffe49a 48%, #e9a925);
  border-radius: 999px;
  box-shadow: 0 8px 15px rgba(148, 103, 16, 0.24);
}

.capsule--one {
  left: 150px;
  bottom: 70px;
  transform: rotate(-20deg);
}

.capsule--two {
  left: 204px;
  bottom: 54px;
  transform: rotate(10deg);
}

.capsule--three {
  left: 274px;
  bottom: 72px;
  transform: rotate(-8deg);
}

.insight-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 16px;
}

.insight-strip article,
.goal-card,
.filters,
.product-card,
.quality-grid article,
.article-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(20, 61, 37, 0.05);
  transition: transform var(--ease-ui), box-shadow var(--ease-ui), border-color var(--ease-ui), background-color var(--ease-ui);
}

.insight-strip article:hover,
.quality-grid article:hover,
.article-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(46, 139, 87, 0.36);
  box-shadow: 0 16px 28px rgba(20, 61, 37, 0.12);
}

.insight-strip article {
  padding: 26px;
}

.insight-strip b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--forest);
  border-radius: 50%;
}

.insight-strip p,
.goal-card p,
.section-heading p,
.quality-grid p,
.article-grid p,
.product-tabs p,
.partner-strip p,
.site-footer p {
  color: var(--muted);
}

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

.section-heading--row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

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

.goal-card {
  min-height: 180px;
  padding: 26px;
  transition: transform var(--ease-ui), box-shadow var(--ease-ui), border-color var(--ease-ui), background-color var(--ease-ui);
}

.goal-card span {
  color: var(--nature);
  font-size: 13px;
  font-weight: 900;
}

.goal-card:hover {
  border-color: rgba(46, 139, 87, 0.44);
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.catalog {
  padding-top: 48px;
}

.catalog--page {
  padding-top: 34px;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 16px;
  margin-bottom: 24px;
}

.search-field,
.select-field {
  display: grid;
  gap: 8px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 850;
}

.search-field input,
.select-field select {
  min-height: 50px;
  width: 100%;
  padding: 0 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: border-color var(--ease-ui), box-shadow var(--ease-ui), background-color var(--ease-ui);
}

.search-field input:hover,
.select-field select:hover {
  border-color: #b8d6c3;
}

.search-field input:focus,
.select-field select:focus {
  outline: none;
  border-color: #2e8b57;
  box-shadow: 0 0 0 3px rgba(46, 139, 87, 0.16);
}

.catalog-meta {
  min-width: 180px;
  padding: 18px;
  background: var(--mint);
  border-radius: 8px;
  color: var(--forest);
}

.catalog-meta strong {
  display: block;
  font-size: 32px;
  line-height: 1;
}

.catalog-meta span {
  color: var(--muted);
  font-size: 13px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
}

.filters {
  position: sticky;
  top: 112px;
  padding: 22px;
  transition: box-shadow var(--ease-ui), border-color var(--ease-ui), transform var(--ease-ui);
}

.filters:hover {
  transform: translateY(-2px);
  border-color: #c8dfd0;
  box-shadow: 0 14px 26px rgba(20, 61, 37, 0.1);
}

.filter-group {
  display: grid;
  gap: 10px;
}

.filter-chip {
  min-height: 40px;
  padding: 0 14px;
  color: var(--forest);
  background: var(--mint-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  font-weight: 800;
  transition: transform var(--ease-ui), box-shadow var(--ease-ui), border-color var(--ease-ui), background-color var(--ease-ui), color var(--ease-ui);
}

.filter-chip:hover {
  transform: translateY(-1px);
  border-color: #b9d8c4;
  box-shadow: 0 8px 16px rgba(20, 61, 37, 0.1);
}

.filter-chip.is-active {
  color: var(--white);
  background: var(--forest);
  border-color: var(--forest);
}

.filter-note {
  margin-top: 26px;
  padding: 16px;
  background: #fff9e8;
  border: 1px solid #f1d996;
  border-radius: 8px;
}

.filter-note b {
  color: #6b4a00;
}

.filter-note p {
  margin: 8px 0 0;
  color: #6b4a00;
  font-size: 13px;
}

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

.product-card {
  position: relative;
  display: grid;
  min-height: 420px;
  padding: 16px;
  border: 1.5px solid var(--line);
  transition: transform var(--ease-ui), box-shadow var(--ease-ui), border-color var(--ease-ui), background-color var(--ease-ui);
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: #2c7a4a;
  box-shadow: 0 0 0 2px rgba(44, 122, 74, 0.28), 0 16px 28px rgba(20, 61, 37, 0.16);
}

.product-card__visual {
  position: relative;
  height: 170px;
  margin-bottom: 18px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mint-soft);
  border-radius: 8px;
  overflow: hidden;
}

.product-card__visual .pack {
  left: 50%;
  top: 44px;
  transform: translateX(-50%) scale(0.76);
  transform-origin: top center;
}

.product-card__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.product-card__tags:empty {
  display: none;
  margin-bottom: 0;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--forest);
  background: var(--mint);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  transition: transform var(--ease-ui), box-shadow var(--ease-ui), background-color var(--ease-ui);
}

.tag:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(20, 61, 37, 0.1);
}

.product-card h3 {
  margin-bottom: 8px;
}

.product-card p {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
}

.product-card__footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.price {
  color: var(--pine);
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
  display: inline-flex;
  align-items: baseline;
  flex: 0 0 auto;
}

.stock {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.stock--ok {
  color: #17633a;
  background: #e7f6ed;
  border: 1px solid #cdebd8;
}

.stock--empty {
  color: #8f2b2b;
  background: #fce8e8;
  border: 1px solid #f5c9c9;
}

.stock--overlay {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 10px 22px rgba(23, 33, 26, 0.14);
}

.details-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--forest);
  background: var(--mint);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 850;
  white-space: nowrap;
  transition: transform var(--ease-ui), box-shadow var(--ease-ui), background-color var(--ease-ui), border-color var(--ease-ui), color var(--ease-ui);
}

.product-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.cart-btn {
  min-height: 42px;
  padding: 0 14px;
  color: var(--white);
  background: var(--forest);
  border: 1px solid var(--forest);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 850;
  transition: transform var(--ease-ui), box-shadow var(--ease-ui), background-color var(--ease-ui), border-color var(--ease-ui), color var(--ease-ui);
}

.product-card__actions .cart-btn,
.product-card__actions .details-btn,
.product-card__actions .text-button {
  width: 100%;
  min-width: 0;
}

.cart-btn:disabled {
  color: var(--muted);
  background: var(--mint-soft);
  border-color: var(--line);
  cursor: not-allowed;
}

.header-action:hover,
.header-cart:hover,
.btn:hover,
.details-btn:hover,
.cart-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 2px rgba(44, 122, 74, 0.22), 0 12px 24px rgba(20, 61, 37, 0.16);
  border-color: #2c7a4a;
}

.header-action:active,
.header-cart:active,
.btn:active,
.details-btn:active,
.cart-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(20, 61, 37, 0.12);
}

.btn:focus-visible,
.details-btn:focus-visible,
.cart-btn:focus-visible,
.header-action:focus-visible,
.header-cart:focus-visible,
.site-nav a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(46, 139, 87, 0.24);
}

@media (prefers-reduced-motion: reduce) {
  .site-nav a,
  .header-action,
  .header-cart,
  .btn,
  .goal-card,
  .product-card,
  .details-btn,
  .cart-btn {
    transition: none;
  }
}

.empty-state {
  grid-column: 1 / -1;
  padding: 28px;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-focus {
  display: grid;
  grid-template-columns: minmax(380px, 0.86fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  padding: 94px 0;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(380px, 0.78fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  padding: 64px 0 74px;
}

.product-detail__gallery {
  position: relative;
  min-height: 590px;
  background: linear-gradient(180deg, #ffffff, #f4fbf6);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-detail__gallery .pack--large {
  top: 168px;
}

.product-detail__gallery.has-product-image {
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 34px);
}

.product-detail__gallery.has-product-image .capsule {
  display: none;
}

.product-detail__image {
  width: 100%;
  max-height: 540px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 22px 34px rgba(20, 61, 37, 0.12));
}

.product-detail__content > p:not(.eyebrow):not(.lead):not(.legal-note) {
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
}

.buy-panel {
  display: grid;
  grid-template-columns: minmax(120px, auto) minmax(150px, max-content) minmax(220px, 300px);
  grid-template-areas:
    "price stock actions"
    "category category actions";
  align-items: center;
  row-gap: 14px;
  column-gap: 22px;
  margin: 28px 0 18px;
  padding: 24px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(20, 61, 37, 0.05);
  transition: box-shadow var(--ease-ui), border-color var(--ease-ui), transform var(--ease-ui);
}

.buy-panel:hover {
  border-color: #c8dfd0;
  box-shadow: 0 16px 34px rgba(20, 61, 37, 0.1);
  transform: translateY(-1px);
}

.buy-panel strong {
  grid-area: price;
  margin-right: 0;
  color: var(--pine);
  font-size: 30px;
  line-height: 1;
  white-space: nowrap;
}

.buy-panel .stock--detail {
  grid-area: stock;
  justify-self: start;
}

.buy-panel__actions {
  grid-area: actions;
  display: grid;
  justify-self: end;
  width: min(100%, 300px);
  gap: 12px;
}

.buy-panel__actions .btn {
  width: 100%;
  min-width: 0;
}

.buy-panel__category {
  grid-area: category;
  justify-self: start;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  padding-top: 30px;
}

.checkout-cart,
.checkout-form-wrap {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(20, 61, 37, 0.05);
}

.checkout-cart__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.checkout-empty {
  padding: 20px;
  background: var(--mint-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.checkout-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.checkout-item__pack {
  position: relative;
  min-height: 130px;
  background: var(--mint-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.checkout-item__pack .pack {
  left: 50%;
  top: 35px;
  transform: translateX(-50%) scale(0.62);
  transform-origin: top center;
}

.checkout-item__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 8px;
}

.checkout-item__body p {
  margin-bottom: 10px;
}

.checkout-item__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
}

.checkout-item__meta strong {
  color: var(--pine);
}

.checkout-item__actions {
  display: grid;
  grid-template-columns: 34px 34px 34px;
  justify-items: center;
  align-content: start;
  gap: 6px;
}

.checkout-item__actions button {
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--forest);
  background: var(--mint);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 850;
}

.checkout-item__actions .text-button {
  width: auto;
  grid-column: 1 / -1;
  min-height: 32px;
  padding: 0 10px;
}

.checkout-form {
  display: grid;
  gap: 12px;
}

.checkout-form label {
  display: grid;
  gap: 6px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 850;
}

.checkout-form input,
.checkout-form select,
.checkout-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.checkout-form textarea {
  min-height: 90px;
  resize: vertical;
  padding-top: 10px;
}

.checkout-summary {
  margin-top: 8px;
  padding: 16px;
  background: var(--mint);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.checkout-summary b {
  display: block;
  color: var(--pine);
  font-size: 30px;
  line-height: 1;
}

.checkout-summary small {
  color: var(--muted);
}

.checkout-success {
  margin-top: 16px;
  padding: 16px;
  color: var(--forest);
  background: var(--mint);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 750;
}

.text-button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: var(--forest);
  background: var(--mint-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 750;
}

.cart-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  max-width: 320px;
  padding: 14px 16px;
  color: var(--white);
  background: var(--forest);
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 40;
}

.cart-toast[data-type="warn"] {
  background: #8a6111;
}

.cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.floating-cart {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--white);
  background: var(--forest);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(20, 61, 37, 0.28);
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.floating-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(20, 61, 37, 0.35);
}

.floating-cart__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d4f3df;
}

.floating-cart__icon svg {
  width: 24px;
  height: 24px;
  line-height: 1;
}

.floating-cart__count {
  position: absolute;
  top: -4px;
  right: -2px;
  min-width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  color: var(--forest);
  background: var(--white);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.product-tabs--detail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-tabs--detail article {
  min-height: 210px;
}

.product-tabs--detail h2 {
  font-size: 26px;
}

.product-tabs--detail li {
  margin-bottom: 9px;
  color: var(--muted);
}

.product-focus__gallery {
  position: relative;
  min-height: 610px;
  background: linear-gradient(180deg, #ffffff, #f4fbf6);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.pack--large {
  left: 50%;
  top: 170px;
  width: 210px;
  height: 300px;
  padding-top: 44px;
  transform: translateX(-50%);
}

.pack--large::before {
  top: -34px;
  width: 126px;
  height: 40px;
}

.pack--large strong {
  font-size: 46px;
}

.pack--large small {
  font-size: 15px;
}

.capsule--focus-a {
  left: 35%;
  bottom: 116px;
  transform: rotate(-15deg);
}

.capsule--focus-b {
  left: 50%;
  bottom: 96px;
  transform: rotate(10deg);
}

.product-focus__content > p:not(.eyebrow):not(.legal-note) {
  max-width: 620px;
  color: #38463c;
  font-size: 20px;
}

.spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}

.product-tabs {
  display: grid;
  gap: 12px;
  margin: 32px 0 22px;
}

.product-tabs article {
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-tabs h3 {
  margin-bottom: 4px;
  font-size: 18px;
}

.legal-note {
  max-width: 640px;
  padding: 16px 18px;
  color: #6b4a00;
  background: #fff9e8;
  border: 1px solid #f1d996;
  border-radius: 8px;
}

.quality-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.quality-grid article,
.article-grid article {
  padding: 26px;
}

.article-grid span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 10px;
  color: var(--forest);
  background: var(--mint);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

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

.cms-grid article {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(20, 61, 37, 0.05);
}

.cms-grid span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 10px;
  color: var(--forest);
  background: var(--mint);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.text-link {
  color: var(--forest);
  font-weight: 850;
  border-bottom: 1px solid rgba(31, 93, 54, 0.26);
  transition: color var(--ease-ui), border-color var(--ease-ui), opacity var(--ease-ui);
}

.text-link:hover {
  color: #145030;
  border-bottom-color: rgba(20, 80, 48, 0.56);
}

.partner-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 72px;
  padding: 44px;
  background: var(--pine);
  border-radius: 8px;
  color: var(--white);
}

.partner-strip h2,
.partner-strip .eyebrow {
  color: var(--white);
}

.partner-strip p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 72px);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.site-footer p {
  max-width: 560px;
  margin-bottom: 0;
  font-size: 14px;
}

@media (max-width: 1120px) {
  h1 {
    font-size: 54px;
  }

  .product-focus,
  .product-detail {
    grid-template-columns: 1fr;
  }

  .buy-panel {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
    grid-template-areas:
      "price actions"
      "stock actions"
      "category category";
    align-items: center;
  }

  .buy-panel__actions {
    width: 100%;
  }

  .hero-slide__overlay {
    width: min(62%, 680px);
  }

  .hero-slide__art {
    right: 18px;
    width: 46%;
  }

  .hero-product--pouch,
  .hero-product--jar {
    width: 142px;
  }

  .hero-product--box {
    width: 158px;
  }
}

@media (max-width: 900px) {
  .hero__visual {
    min-height: auto;
  }

  .hero-slider {
    height: 520px;
  }

  .hero-slide::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.18) 100%),
      radial-gradient(circle at 72% 82%, rgba(31, 93, 54, 0.17) 0%, rgba(255, 255, 255, 0) 42%),
      linear-gradient(135deg, #ffffff 0%, #f2fbf5 52%, #dff1e7 100%);
  }

  .hero-slide__overlay {
    left: 24px;
    right: 24px;
    top: 32px;
    width: auto;
    transform: none;
  }

  .hero-slide__overlay h3 {
    max-width: 680px;
    font-size: clamp(34px, 7vw, 56px);
  }

  .hero-slide__art {
    right: 0;
    bottom: -28px;
    width: 100%;
    height: 58%;
  }

  .hero-person {
    right: 10%;
    width: 180px;
    height: 310px;
  }

  .hero-product--pouch {
    left: 11%;
    bottom: 20%;
    width: 128px;
    height: 190px;
  }

  .hero-product--jar {
    right: 8%;
    bottom: 15%;
    width: 124px;
    height: 160px;
  }

  .hero-product--box {
    right: 34%;
    bottom: 12%;
    width: 150px;
    height: 112px;
  }

  .page-hero,
  .catalog-toolbar {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .goal-grid,
  .quality-grid,
  .article-grid,
  .insight-strip,
  .cms-grid,
  .product-tabs--detail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: grid;
    justify-self: end;
  }

  .site-nav {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .header-action {
    display: none;
  }

  .header-cart {
    display: none;
  }

  .header-cart--inline {
    display: inline-flex;
  }

  .catalog-layout,
  .checkout-layout,
  .section-heading--row,
  .partner-strip,
  .site-footer {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .filters {
    position: static;
  }

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

  .product-grid,
  .goal-grid,
  .quality-grid,
  .article-grid,
  .insight-strip,
  .cms-grid,
  .product-tabs--detail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 74px;
    padding: 14px 18px;
  }

  .brand {
    min-width: 0;
  }

  .brand__copy strong {
    font-size: 19px;
  }

  .section-band,
  .section-wrap {
    width: min(100% - 28px, 1280px);
  }

  .section-wrap {
    padding: 64px 0;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .lead,
  .product-focus__content > p:not(.eyebrow):not(.legal-note) {
    font-size: 18px;
  }

  .hero {
    padding: 24px 0 34px;
  }

  .hero-slider {
    height: 560px;
  }

  .hero-slide__overlay {
    left: 14px;
    right: 14px;
    top: 22px;
  }

  .hero-slide__overlay h3 {
    margin-bottom: 12px;
    font-size: 34px;
  }

  .hero-slide__overlay p {
    font-size: 16px;
  }

  .hero-slide__cta {
    min-height: 48px;
    margin-top: 18px;
    padding: 0 18px;
  }

  .hero-slide__art {
    bottom: -26px;
    height: 47%;
  }

  .hero-person {
    right: 3%;
    width: 132px;
    height: 245px;
  }

  .hero-person__head {
    width: 62px;
    height: 78px;
  }

  .hero-person__hair {
    left: calc(50% - 38px);
    width: 76px;
    height: 68px;
  }

  .hero-person__neck {
    top: 84px;
    width: 30px;
    height: 42px;
  }

  .hero-person__body {
    width: 132px;
    height: 178px;
  }

  .hero-person__arm {
    top: 140px;
    width: 66px;
    height: 22px;
  }

  .hero-product {
    padding: 12px 9px;
  }

  .hero-product span,
  .hero-product small {
    font-size: 9px;
  }

  .hero-product strong {
    margin-top: 10px;
    font-size: 18px;
  }

  .hero-product--pouch {
    left: 4%;
    bottom: 24%;
    width: 96px;
    height: 146px;
  }

  .hero-product--jar {
    right: 2%;
    bottom: 18%;
    width: 88px;
    height: 122px;
  }

  .hero-product--jar::before {
    top: -18px;
    width: 68px;
    height: 24px;
  }

  .hero-product--box {
    right: 34%;
    bottom: 9%;
    width: 108px;
    height: 82px;
  }

  .hero-slider__dots {
    left: 14px;
    bottom: 14px;
  }

  .hero-slider__arrow--prev {
    right: 64px;
  }

  .hero-slider__arrow--next {
    right: 14px;
  }

  .filter-group {
    grid-template-columns: 1fr;
  }

  .product-focus,
  .product-detail {
    padding: 64px 0;
  }

  .product-focus__gallery,
  .product-detail__gallery {
    min-height: 500px;
  }

  .buy-panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "price"
      "stock"
      "actions"
      "category";
    align-items: stretch;
    row-gap: 12px;
    padding: 20px;
  }

  .buy-panel__actions,
  .buy-panel__category {
    justify-self: stretch;
  }

  .buy-panel strong,
  .buy-panel .stock--detail {
    justify-self: start;
  }

  .buy-panel__actions {
    width: 100%;
  }

  .buy-panel__actions .btn {
    min-width: 0;
  }

  .buy-panel__category {
    justify-self: stretch;
  }

  .checkout-item {
    grid-template-columns: 1fr;
  }

  .checkout-item__actions {
    grid-template-columns: 34px 34px 34px auto;
    justify-content: start;
  }

  .cart-toast {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
  }

  .floating-cart {
    right: 12px;
    bottom: 12px;
    width: 52px;
    height: 52px;
  }
}
