
:root {
  --paper: #f7f1e7;
  --paper-deep: #eee3d2;
  --white: #fffdf8;
  --ink: #241915;
  --ink-soft: #665852;
  --night: #17110f;
  --wine: #651a2b;
  --wine-dark: #45121e;
  --red: #df1724;
  --yellow: #ffdf20;
  --green: #175b3d;
  --green-deep: #0c3b29;
  --gold: #c69a45;
  --gold-pale: #e8c77c;
  --line: rgba(36, 25, 21, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(42, 21, 15, 0.16);
  --shell: min(1240px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea,
select {
  font-family: var(--sans);
}

button,
input,
textarea,
select {
  font-size: 1rem;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

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

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

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

::selection {
  background: var(--yellow);
  color: var(--ink);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 18px;
  top: 14px;
  transform: translateY(-150%);
  padding: 11px 16px;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement {
  position: relative;
  z-index: 20;
  background: var(--green-deep);
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.announcement__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.announcement__adult {
  color: var(--gold-pale);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(36, 25, 21, 0.1);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 8px 28px rgba(47, 24, 17, 0.05);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 44px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand__logo-frame {
  width: 54px;
  height: 62px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(62, 26, 19, 0.12);
}

.brand__logo-frame img {
  width: 42px;
  height: auto;
}

.brand__copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand__copy strong {
  font-family: var(--serif);
  color: var(--wine-dark);
  font-size: 25px;
  letter-spacing: 0.02em;
}

.brand__copy small {
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 42px);
}

.site-nav a {
  position: relative;
  padding: 10px 0;
  color: #4e413b;
  font-size: 14px;
  font-weight: 760;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

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

.button--header {
  min-height: 46px;
  padding-inline: 20px;
  background: var(--wine);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 10px 25px rgba(101, 26, 43, 0.18);
}

.button--header:hover {
  background: var(--red);
}

.hero {
  position: relative;
  height: min(790px, calc(100svh - 124px));
  min-height: 650px;
  overflow: hidden;
  background: #110d0b;
  color: #fff;
  touch-action: pan-y;
}

.hero__slides,
.hero__slide,
.hero__slide picture,
.hero__slide picture::after {
  position: absolute;
  inset: 0;
}

.hero__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}

.hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.025);
  transition: transform 8s ease;
}

.hero__slide.is-active img {
  transform: scale(1);
}

.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 8, 7, 0.86) 0%, rgba(12, 8, 7, 0.58) 34%, rgba(12, 8, 7, 0.06) 67%), linear-gradient(0deg, rgba(8, 5, 4, 0.55), transparent 38%);
}

.hero__slide--right .hero__shade {
  background: linear-gradient(270deg, rgba(12, 8, 7, 0.88) 0%, rgba(12, 8, 7, 0.61) 35%, rgba(12, 8, 7, 0.08) 67%), linear-gradient(0deg, rgba(8, 5, 4, 0.55), transparent 38%);
}

.hero__content-wrap {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 76px;
}

.hero__slide--right .hero__content-wrap {
  justify-content: flex-end;
}

.hero__content {
  width: min(590px, 51%);
  padding-top: 30px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 2px;
  margin-right: 12px;
  vertical-align: middle;
  background: currentColor;
}

.eyebrow--light {
  color: var(--gold-pale);
}

.eyebrow--gold {
  color: var(--gold-pale);
}

.hero h1,
.section h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.hero h1 {
  max-width: 690px;
  color: #fffaf1;
  font-size: clamp(56px, 6vw, 94px);
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.32);
}

.hero h1 span {
  display: block;
}

.hero__text {
  max-width: 550px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

.button--primary {
  min-height: 58px;
  padding-inline: 30px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 14px 38px rgba(223, 23, 36, 0.25);
}

.button--primary:hover {
  background: #f02231;
  box-shadow: 0 18px 44px rgba(223, 23, 36, 0.35);
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 7px 0 5px;
  border-bottom: 1px solid currentColor;
  color: var(--wine);
  font-size: 14px;
  font-weight: 850;
}

.text-link span {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.text-link:hover span {
  transform: translate(3px, -3px);
}

.text-link--light {
  color: #fff;
}

.hero__adult {
  max-width: 510px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  line-height: 1.5;
}

.hero__controls {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero__arrows {
  display: flex;
  gap: 8px;
}

.hero__arrows button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(15, 10, 8, 0.22);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.hero__arrows button:hover {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--ink);
}

.hero__arrows svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hero__dots {
  position: absolute;
  left: 50%;
  display: flex;
  gap: 6px;
  transform: translateX(-50%);
}

.hero__dots button {
  width: 40px;
  height: 28px;
  display: grid;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero__dots span {
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}

.hero__dots .is-active span {
  background: var(--yellow);
}

.hero__counter {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 800;
}

.hero__counter strong {
  color: #fff;
  font-size: 16px;
}

.hero__counter span {
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.proof-bar {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--wine-dark);
  color: #fff;
}

.proof-bar__grid {
  min-height: 122px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-bar__grid > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px clamp(16px, 2.4vw, 34px);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-bar__grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-bar strong {
  color: var(--yellow);
  font-family: var(--serif);
  font-size: clamp(32px, 3vw, 45px);
  font-weight: 500;
  line-height: 1;
}

.proof-bar span {
  max-width: 120px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section {
  padding: clamp(92px, 10vw, 150px) 0;
}

.section h2 {
  font-size: clamp(47px, 6vw, 78px);
}

.philosophy {
  position: relative;
  overflow: hidden;
}

.philosophy::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -230px;
  top: 110px;
  border: 70px solid rgba(255, 223, 32, 0.34);
  border-radius: 50%;
}

.philosophy__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.7fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}

.section-intro h2 {
  max-width: 790px;
}

.philosophy__copy {
  padding-top: 45px;
}

.philosophy__copy p {
  margin: 0 0 22px;
  color: var(--ink-soft);
}

.philosophy__copy .lead {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.36;
}

.philosophy__copy .text-link {
  margin-top: 12px;
}

.statement-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
  margin-top: clamp(70px, 9vw, 125px);
  padding: clamp(30px, 5vw, 58px);
  overflow: hidden;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.statement-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -80px;
  bottom: -100px;
  border: 26px solid var(--red);
  border-radius: 50%;
}

.statement-card__mark {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
}

.statement-card p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.35;
}

.statement-card small {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.production {
  background: var(--green-deep);
  color: #fff;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr);
  gap: 80px;
  align-items: end;
  margin-bottom: clamp(50px, 7vw, 88px);
}

.section-heading > p {
  margin: 0;
  padding-bottom: 7px;
  color: rgba(255, 255, 255, 0.68);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.category-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.025);
  transition: background-color 0.28s ease, transform 0.28s ease;
}

.category-card:nth-child(2),
.category-card:nth-child(6) {
  background: rgba(198, 154, 69, 0.09);
}

.category-card:nth-child(4),
.category-card:nth-child(8) {
  background: rgba(223, 23, 36, 0.07);
}

.category-card:hover {
  z-index: 2;
  background: var(--wine);
  transform: translateY(-7px);
}

.category-card__number {
  position: absolute;
  left: 25px;
  top: 23px;
  color: var(--gold-pale);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.category-card__letter {
  position: absolute;
  right: -8px;
  top: 24px;
  color: rgba(255, 255, 255, 0.06);
  font-family: var(--serif);
  font-size: 190px;
  line-height: 1;
  transition: color 0.28s ease, transform 0.28s ease;
}

.category-card:hover .category-card__letter {
  color: rgba(255, 223, 32, 0.11);
  transform: rotate(-5deg) scale(1.04);
}

.category-card h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.05;
}

.category-card h3 sup {
  margin-left: 5px;
  color: var(--gold-pale);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 900;
  vertical-align: top;
}

.category-card p {
  max-width: 190px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.5;
}

.category-card__arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 17px;
}

.sets {
  background: var(--paper);
}

.section-heading--dark > p {
  color: var(--ink-soft);
}

.set-list {
  border-top: 1px solid var(--line);
}

.set-card {
  display: grid;
  grid-template-columns: 68px 1fr 1.15fr 210px;
  gap: clamp(20px, 3vw, 46px);
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 0.25s ease, background-color 0.25s ease;
}

.set-card:hover {
  padding-inline: 22px;
  background: var(--white);
}

.set-card__number {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.set-card__tag {
  margin: 0 0 5px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.set-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 500;
  line-height: 1.15;
}

.set-card > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.set-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.set-card__foot > span {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 750;
}

.set-card__foot a {
  width: 47px;
  height: 47px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--wine);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.set-card__foot a:hover {
  background: var(--wine);
  color: #fff;
}

.journey {
  position: relative;
  overflow: hidden;
  background: var(--wine-dark);
  color: #fff;
}

.journey::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -190px;
  top: 50%;
  border: 70px solid rgba(255, 223, 32, 0.08);
  border-radius: 50%;
  transform: translateY(-50%);
}

.journey .shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.7fr 1.1fr;
  gap: clamp(60px, 10vw, 150px);
}

.journey__intro h2 {
  margin-bottom: 30px;
}

.journey__intro > p:last-child {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}

.journey .eyebrow {
  color: var(--gold-pale);
}

.journey__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.journey__steps li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 29px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.journey__steps li > span {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
}

.journey__steps h3 {
  margin: 0 0 7px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
}

.journey__steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.clean-food {
  padding-bottom: 0;
  background: var(--paper);
}

.clean-food__panel {
  position: relative;
  min-height: 530px;
  display: grid;
  grid-template-columns: 0.55fr 1.15fr 0.75fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  padding: clamp(48px, 7vw, 92px);
  overflow: hidden;
  background: var(--green);
  color: #fff;
  box-shadow: var(--shadow);
}

.clean-food__panel::before {
  content: "";
  position: absolute;
  width: 410px;
  height: 410px;
  left: -230px;
  bottom: -230px;
  border: 58px solid var(--yellow);
  border-radius: 50%;
  opacity: 0.92;
}

.clean-food__badge {
  position: relative;
  width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  line-height: 1.08;
  transform: rotate(-7deg);
}

.clean-food__badge::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px dashed rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

.clean-food__badge span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.clean-food__badge strong {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 500;
}

.clean-food__copy {
  position: relative;
}

.clean-food__copy h2 {
  font-size: clamp(44px, 5vw, 68px);
}

.clean-food__copy > p:last-child {
  max-width: 620px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.clean-food__panel ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clean-food__panel li {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 14px;
  font-weight: 750;
}

.clean-food__panel li span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-size: 13px;
}

.faq__grid {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: clamp(60px, 9vw, 140px);
}

.faq__grid > div:first-child > p:last-child {
  max-width: 390px;
  color: var(--ink-soft);
}

.faq__list {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 23px;
  cursor: pointer;
  list-style: none;
}

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

.faq summary span {
  width: 38px;
  height: 38px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: var(--sans);
  font-size: 20px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.faq details[open] summary span {
  background: var(--yellow);
  transform: rotate(45deg);
}

.faq details p {
  max-width: 690px;
  margin: -5px 60px 25px 0;
  color: var(--ink-soft);
}

.contact {
  position: relative;
  overflow: hidden;
  background: var(--night);
  color: #fff;
}

.contact::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -240px;
  top: -190px;
  border: 70px solid rgba(223, 23, 36, 0.25);
  border-radius: 50%;
}

.contact__grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(60px, 10vw, 140px);
}

.contact__intro h2 {
  color: #fffaf1;
  font-size: clamp(58px, 7vw, 90px);
}

.contact__intro > p:not(.eyebrow) {
  max-width: 490px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.contact__note {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 50px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.contact__note span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-pale);
  font-family: var(--serif);
  font-size: 16px;
}

.contact__note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.contact-form {
  position: relative;
  padding: clamp(30px, 5vw, 56px);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.field {
  display: block;
  margin-bottom: 22px;
}

.field > span {
  display: block;
  margin-bottom: 8px;
  color: #4c3e38;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 54px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid #bfb1a4;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field textarea {
  min-height: 116px;
  resize: vertical;
}

.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--wine) 50%), linear-gradient(135deg, var(--wine) 50%, transparent 50%);
  background-position: calc(100% - 9px) 24px, calc(100% - 4px) 24px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--red);
  box-shadow: 0 2px 0 var(--red);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9b8d81;
  opacity: 1;
}

.field--captcha {
  max-width: 280px;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.consent {
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 12px;
  align-items: start;
  margin: 7px 0 25px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.5;
}

.consent input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--wine);
}

.consent a {
  color: var(--wine);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.button--submit {
  width: 100%;
  min-height: 61px;
  justify-content: space-between;
  padding-inline: 26px;
  border-radius: 0;
  background: var(--red);
  color: #fff;
}

.button--submit:hover {
  background: var(--wine);
}

.button--submit span {
  font-size: 21px;
}

.form-hint {
  margin: 15px 0 0;
  color: #897b70;
  font-size: 11px;
  text-align: center;
}

.form-status {
  margin-bottom: 24px;
  padding: 15px 18px;
  border-left: 4px solid var(--green);
  background: #e4f0e8;
  color: #153b29;
  font-size: 14px;
  font-weight: 700;
}

.form-status--error {
  border-left-color: var(--red);
  background: #f7e4e5;
  color: #651a23;
}

.legal-note {
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #100c0b;
  color: rgba(255, 255, 255, 0.52);
}

.legal-note p {
  max-width: 1020px;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.legal-note strong {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  background: var(--paper-deep);
}

.site-footer__top {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 35px;
  border-bottom: 1px solid var(--line);
}

.brand--footer {
  justify-self: start;
}

.site-footer__top > p {
  max-width: 430px;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 19px;
  text-align: center;
}

.round-link {
  width: 52px;
  height: 52px;
  display: grid;
  justify-self: end;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--wine);
  font-size: 20px;
}

.site-footer__bottom {
  min-height: 92px;
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 50px;
  align-items: center;
  color: #76685f;
  font-size: 11px;
  line-height: 1.5;
}

.site-footer__bottom p {
  margin: 0;
}

@media (max-width: 1080px) {
  :root {
    --shell: min(100% - 38px, 960px);
  }

  .site-header__inner {
    gap: 22px;
  }

  .site-nav {
    gap: 18px;
  }

  .site-nav a {
    font-size: 13px;
  }

  .hero__content {
    width: min(620px, 62%);
  }

  .proof-bar__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-bar__grid > div:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .proof-bar__grid > div:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

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

  .set-card {
    grid-template-columns: 48px 0.8fr 1fr 170px;
  }

  .clean-food__panel {
    grid-template-columns: 0.5fr 1fr;
  }

  .clean-food__panel ul {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .clean-food__panel li:nth-child(odd) {
    margin-right: 25px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 32px, 720px);
  }

  html {
    scroll-padding-top: 86px;
  }

  .announcement__inner {
    justify-content: center;
    text-align: center;
  }

  .announcement__adult {
    display: none;
  }

  .site-header__inner {
    min-height: 76px;
    grid-template-columns: 1fr auto;
  }

  .brand__logo-frame {
    width: 46px;
    height: 53px;
  }

  .brand__logo-frame img {
    width: 36px;
  }

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

  .brand__copy small {
    font-size: 9px;
  }

  .button--header {
    display: none;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    width: 18px;
    height: 2px;
    display: block;
    background: var(--wine);
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: grid;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 22px 40px rgba(37, 20, 13, 0.12);
    transition: max-height 0.3s ease;
  }

  .site-nav.is-open {
    max-height: 320px;
  }

  .site-nav a {
    width: var(--shell);
    margin-inline: auto;
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    font-size: 15px;
  }

  .hero {
    height: 760px;
    min-height: 680px;
  }

  .hero__slide img {
    object-position: center;
  }

  .hero__shade,
  .hero__slide--right .hero__shade {
    background: linear-gradient(0deg, rgba(10, 7, 6, 0.97) 0%, rgba(10, 7, 6, 0.84) 36%, rgba(10, 7, 6, 0.18) 72%, rgba(10, 7, 6, 0.08) 100%);
  }

  .hero__content-wrap,
  .hero__slide--right .hero__content-wrap {
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 116px;
  }

  .hero__content {
    width: 100%;
    padding: 0;
  }

  .hero h1 {
    max-width: 620px;
    font-size: clamp(46px, 11vw, 72px);
  }

  .hero__text {
    max-width: 620px;
    margin-top: 18px;
    font-size: 17px;
  }

  .hero__actions {
    margin-top: 24px;
  }

  .hero__adult {
    display: none;
  }

  .hero__controls {
    bottom: 24px;
  }

  .hero__arrows {
    display: none;
  }

  .hero__dots {
    position: static;
    transform: none;
  }

  .proof-bar__grid {
    min-height: 0;
  }

  .proof-bar__grid > div {
    min-height: 92px;
  }

  .philosophy__grid,
  .section-heading,
  .journey .shell,
  .faq__grid,
  .contact__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .philosophy__copy {
    max-width: 680px;
    padding-top: 0;
  }

  .statement-card {
    grid-template-columns: auto 1fr;
  }

  .statement-card small {
    grid-column: 2;
  }

  .section-heading {
    align-items: start;
  }

  .section-heading > p {
    max-width: 680px;
  }

  .set-card {
    grid-template-columns: 42px 1fr;
    gap: 18px 22px;
  }

  .set-card > p,
  .set-card__foot {
    grid-column: 2;
  }

  .set-card__foot {
    max-width: 400px;
  }

  .clean-food__panel {
    grid-template-columns: 1fr;
  }

  .clean-food__badge {
    width: 150px;
    height: 150px;
  }

  .clean-food__panel ul {
    grid-column: auto;
  }

  .faq__grid > div:first-child > p:last-child {
    max-width: 600px;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 28px);
  }

  body {
    font-size: 16px;
  }

  .announcement {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .announcement__inner {
    min-height: 31px;
  }

  .site-header__inner {
    min-height: 70px;
  }

  .brand__copy small {
    letter-spacing: 0.08em;
  }

  .hero {
    height: 710px;
    min-height: 650px;
  }

  .hero__content-wrap,
  .hero__slide--right .hero__content-wrap {
    padding-bottom: 101px;
  }

  .hero .eyebrow {
    margin-bottom: 13px;
    font-size: 10px;
  }

  .hero h1 {
    font-size: clamp(42px, 13.4vw, 59px);
    line-height: 0.95;
  }

  .hero__text {
    display: -webkit-box;
    max-height: 78px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero__actions {
    gap: 16px;
  }

  .button--primary {
    min-height: 52px;
    padding-inline: 22px;
    font-size: 14px;
  }

  .text-link--light {
    font-size: 13px;
  }

  .hero__counter {
    display: none;
  }

  .proof-bar__grid {
    grid-template-columns: 1fr 1fr;
  }

  .proof-bar__grid > div {
    min-height: 91px;
    padding: 16px 13px;
    gap: 9px;
  }

  .proof-bar strong {
    font-size: 29px;
  }

  .proof-bar span {
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  .section {
    padding: 78px 0;
  }

  .section h2 {
    font-size: clamp(41px, 12vw, 56px);
  }

  .eyebrow {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .eyebrow::before {
    width: 24px;
    margin-right: 8px;
  }

  .philosophy__copy .lead {
    font-size: 22px;
  }

  .statement-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }

  .statement-card__mark {
    width: 64px;
    height: 64px;
  }

  .statement-card p {
    font-size: 23px;
  }

  .statement-card small {
    grid-column: auto;
  }

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

  .category-card {
    min-height: 235px;
  }

  .category-card__letter {
    font-size: 150px;
  }

  .set-card {
    padding: 29px 0;
  }

  .set-card:hover {
    padding-inline: 0;
    background: transparent;
  }

  .journey__steps li {
    grid-template-columns: 45px 1fr;
  }

  .journey__steps h3 {
    font-size: 24px;
  }

  .clean-food {
    padding-top: 45px;
  }

  .clean-food__panel {
    width: 100%;
    padding: 54px 22px;
  }

  .clean-food__copy h2 {
    font-size: 43px;
  }

  .clean-food__panel ul {
    display: block;
  }

  .clean-food__panel li:nth-child(odd) {
    margin-right: 0;
  }

  .faq summary {
    font-size: 19px;
  }

  .faq details p {
    margin-right: 0;
    font-size: 15px;
  }

  .contact__intro h2 {
    font-size: clamp(53px, 16vw, 72px);
  }

  .contact-form {
    width: calc(100% + 2px);
    margin-left: -1px;
    padding: 30px 20px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .field--captcha {
    max-width: none;
  }

  .site-footer__top {
    grid-template-columns: 1fr auto;
    padding: 30px 0;
  }

  .site-footer__top > p {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: left;
  }

  .site-footer__bottom {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0 35px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
