:root {
  --ink: #20201f;
  --ink-soft: #4f4d4b;
  --graphite: #665f5a;
  --graphite-deep: #4b4541;
  --warm: #faf8f6;
  --warm-2: #f1ece7;
  --white: #fff;
  --muted: #75716e;
  --line-dark: rgba(32, 32, 31, .18);
  --line-light: rgba(255, 255, 255, .26);
  --coral: #f36f55;
  --coral-hover: #fb8068;
  --content: 1390px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-locked { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.container { width: min(calc(100% - 96px), var(--content)); 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; left: 16px; top: -100px; z-index: 100; background: var(--white); color: var(--ink); padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  color: var(--ink);
  background: rgba(250, 248, 246, .94);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(18px);
}
.header__inner { width: calc(100% - 96px); max-width: none; min-height: 100px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 46px; }
.logo { display: inline-flex; align-items: baseline; font-weight: 800; font-size: 30px; letter-spacing: -.055em; text-decoration: none; white-space: nowrap; }
.logo span { color: var(--coral); }
.nav { display: flex; justify-content: center; gap: clamp(30px, 4vw, 66px); }
.nav a, .header__phone { font-size: 15px; font-weight: 600; text-transform: uppercase; text-decoration: none; letter-spacing: -.01em; transition: color .25s ease; }
.header__phone { font-size: clamp(17px, 1.45vw, 23px); font-weight: 500; text-transform: none; letter-spacing: 0; }
.nav a:hover, .header__phone:hover { color: var(--coral); }
.menu-button { display: none; background: transparent; color: inherit; border: 0; padding: 10px; }
.menu-button > span:not(.sr-only) { display: block; width: 25px; height: 1px; background: currentColor; margin: 6px 0; }

.hero {
  position: relative;
  min-height: clamp(640px, calc(100svh - 100px), 788px);
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(102deg, #756e68 0%, #a3988f 48%, #ddd5ce 100%);
}
.hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: min(33vw, 510px); height: 2px; background: var(--coral); z-index: 5; }
.hero__grid { position: relative; width: 100%; max-width: none; min-height: inherit; display: grid; grid-template-columns: 56% 44%; }
.hero__copy { position: relative; z-index: 5; align-self: center; padding: 90px 48px 90px max(64px, calc((100vw - 1440px) / 2)); }
.hero h1 { margin: 0 0 32px; max-width: 720px; font-size: clamp(56px, 5.15vw, 80px); line-height: .98; letter-spacing: -.058em; }
.hero p { max-width: 610px; margin: 0 0 42px; color: rgba(255,255,255,.92); font-size: clamp(18px, 1.55vw, 24px); line-height: 1.55; }
.hero__media {
  position: absolute;
  inset: 0 0 0 38%;
  overflow: hidden;
  background: url('/assets/opt-pods-hero.webp') 62% 48% / cover no-repeat;
  filter: brightness(1.68) contrast(.76) saturate(.82);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.6) 15%, #000 35%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.6) 15%, #000 35%);
}
.hero__media::before {
  content: "";
  position: absolute;
  z-index: 4;
  left: -14%;
  bottom: -52px;
  width: 132%;
  height: 230px;
  opacity: .5;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 8% 72%, rgba(255,255,255,.78) 0 12%, rgba(255,255,255,.32) 27%, transparent 48%),
    radial-gradient(ellipse at 32% 58%, rgba(255,255,255,.7) 0 13%, rgba(255,255,255,.28) 29%, transparent 50%),
    radial-gradient(ellipse at 58% 74%, rgba(255,255,255,.8) 0 12%, rgba(255,255,255,.3) 28%, transparent 49%),
    radial-gradient(ellipse at 84% 56%, rgba(255,255,255,.68) 0 13%, rgba(255,255,255,.25) 29%, transparent 50%);
  filter: blur(15px);
  mix-blend-mode: screen;
  pointer-events: none;
  contain: paint;
  will-change: transform, opacity;
  animation: vapor-wave 11s ease-in-out infinite alternate;
}
.hero__media::after { content: ""; position: absolute; z-index: 1; inset: 0; background: rgba(234, 225, 217, .16); pointer-events: none; }
.hero__vapor {
  position: absolute;
  z-index: 3;
  width: 560px;
  height: 310px;
  opacity: 0;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 16% 66%, rgba(255,255,255,.86) 0 6%, rgba(255,255,255,.42) 13%, transparent 31%),
    radial-gradient(ellipse at 48% 38%, rgba(255,255,255,.74) 0 7%, rgba(255,255,255,.3) 16%, transparent 34%),
    radial-gradient(ellipse at 78% 68%, rgba(255,255,255,.58) 0 5%, rgba(255,255,255,.24) 14%, transparent 30%);
  filter: blur(13px);
  mix-blend-mode: screen;
  pointer-events: none;
  contain: paint;
  will-change: transform, opacity;
  animation: vapor-rise 9s cubic-bezier(.37,.02,.42,1) infinite;
}
.hero__vapor::before,
.hero__vapor::after { content: ""; position: absolute; border-radius: 50%; border: 18px solid rgba(255,255,255,.22); border-left-color: transparent; border-bottom-color: transparent; }
.hero__vapor::before { width: 46%; height: 42%; left: 22%; top: 28%; transform: rotate(-18deg); }
.hero__vapor::after { width: 32%; height: 34%; right: 8%; top: 8%; border-width: 12px; transform: rotate(24deg); }
.hero__vapor--one { --vapor-from-x: -80px; --vapor-to-x: 175px; --vapor-rotate: -13deg; left: 18%; bottom: -15%; animation-delay: -2.2s; }
.hero__vapor--two { --vapor-from-x: 90px; --vapor-to-x: -120px; --vapor-rotate: 12deg; right: -5%; bottom: 0; animation-duration: 11.5s; animation-delay: -7.4s; }
@keyframes vapor-rise {
  0% { transform: translate3d(var(--vapor-from-x), 120px, 0) rotate(var(--vapor-rotate)) scale(.72); opacity: 0; }
  18% { opacity: .58; }
  55% { opacity: .48; }
  82% { opacity: .25; }
  100% { transform: translate3d(var(--vapor-to-x), -190px, 0) rotate(calc(var(--vapor-rotate) + 17deg)) scale(1.32); opacity: 0; }
}
@keyframes vapor-wave {
  0% { transform: translate3d(-4%, 8px, 0) scaleX(1.02); opacity: .38; }
  45% { transform: translate3d(2%, -7px, 0) scaleX(1.06); opacity: .54; }
  100% { transform: translate3d(7%, 3px, 0) scaleX(1.02); opacity: .44; }
}

.actions { display: flex; flex-wrap: wrap; gap: 24px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 14px 28px; border: 1px solid currentColor; border-radius: 7px; color: inherit; background: transparent; font: inherit; font-size: 17px; font-weight: 500; text-decoration: none; cursor: pointer; transition: transform .25s var(--ease), background-color .25s ease, border-color .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--coral); border-color: var(--coral); color: var(--white); }
.button--primary:hover { background: var(--coral-hover); border-color: var(--coral-hover); }
.button--outline:hover { background: rgba(255,255,255,.08); }
.button__icon { width: 26px; height: 26px; flex: 0 0 auto; }
.hero .button { min-height: 78px; padding-inline: 38px; font-size: 19px; }

.business-note { position: relative; z-index: 6; background: var(--white); color: var(--ink); }
.business-note::before { content: ""; position: absolute; left: 50%; top: 0; width: 42px; height: 22px; transform: translateX(-50%); background: #968c84; clip-path: polygon(0 0, 100% 0, 50% 100%); }
.business-note__grid { min-height: 185px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 72px; }
.business-note h2 { margin: 0; font-size: clamp(34px, 3.8vw, 57px); line-height: 1.03; letter-spacing: -.05em; }
.business-note p { margin: 0; padding-left: 64px; border-left: 1px solid #c8c4c1; font-size: 17px; }

.section { position: relative; padding: 108px 0; overflow: clip; }
.section--dark { background: var(--warm); color: var(--ink); }
.section--surface { background: var(--white); color: var(--ink); }
.section--light { background: var(--warm-2); color: var(--ink); }
.section--contact { background: var(--graphite); color: var(--white); border-top: 1px solid var(--line-light); }
.section-heading { position: relative; z-index: 2; margin-bottom: 46px; }
.section-heading h2, .editorial-grid h2, .contact-grid h2 { margin: 0 0 18px; font-size: clamp(44px, 5vw, 72px); line-height: 1; letter-spacing: -.055em; }
.section-heading p, .editorial-grid p { max-width: 720px; margin: 0; color: var(--muted); font-size: 19px; }
.section-heading--row { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }

#orders::before { content: ""; position: absolute; width: 780px; height: 520px; right: -180px; top: -130px; background: radial-gradient(ellipse, rgba(255,255,255,.82) 0%, rgba(255,255,255,.25) 34%, transparent 70%); filter: blur(28px); opacity: .6; pointer-events: none; }
.order-grid { position: relative; z-index: 2; display: grid; gap: 14px; }
.order-card {
  position: relative;
  min-height: 164px;
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(360px, 1fr) 290px;
  align-items: center;
  gap: 38px;
  padding: 30px 50px 30px 68px;
  color: var(--ink);
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(32,32,31,.11);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 26px 50%);
  transition: transform .35s var(--ease), box-shadow .35s ease;
}
.order-card:hover { transform: translateX(6px); box-shadow: 0 18px 50px rgba(56,47,42,.1); }
.order-card--primary { color: var(--white); background: var(--coral); border-color: var(--coral); box-shadow: 0 18px 45px rgba(243,111,85,.17); }
.order-card__value { margin: 0; padding-right: 34px; border-right: 1px solid rgba(32,32,31,.22); font-size: clamp(53px, 5.6vw, 82px); line-height: .9; font-weight: 750; letter-spacing: -.06em; white-space: nowrap; }
.order-card__value span { font-size: .35em; font-weight: 600; letter-spacing: 0; }
.order-card--primary .order-card__value { border-color: rgba(255,255,255,.45); }
.order-card h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.15; }
.order-card__copy p { margin: 0; max-width: 510px; color: #696460; font-size: 16px; line-height: 1.45; }
.order-card--primary .order-card__copy p { color: rgba(255,255,255,.9); }
.order-card__button { min-height: 66px; width: 100%; justify-content: space-between; background: rgba(255,255,255,.58); color: var(--ink); border-color: rgba(32,32,31,.55); }
.order-card--primary .order-card__button { color: var(--coral); background: var(--white); border-color: var(--white); }
.order-card__button svg { width: 40px; height: 20px; fill: none; stroke: var(--coral); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.assortment-section { background: #f7f3ef; color: var(--ink); border-top: 1px solid rgba(32,32,31,.06); }
.assortment-grid { display: grid; grid-template-columns: 1fr 1fr 1.9fr; grid-template-rows: repeat(4, 142px); gap: 12px; }
.assortment-card { overflow: hidden; color: var(--ink); background: rgba(255,255,255,.76); border: 1px solid rgba(32,32,31,.13); border-radius: 9px; text-decoration: none; transition: transform .35s var(--ease), border-color .3s ease, box-shadow .35s ease; }
.assortment-card:hover { transform: translateY(-4px); border-color: rgba(243,111,85,.55); box-shadow: 0 20px 50px rgba(71,59,51,.1); }
.assortment-card:focus-visible { outline: 3px solid rgba(243,111,85,.35); outline-offset: 3px; }
.assortment-card--lead { grid-row: 1 / -1; display: flex; flex-direction: column; }
.assortment-card--compact { grid-column: 3; display: grid; grid-template-columns: 46% 54%; }
.assortment-card__media { position: relative; min-width: 0; overflow: hidden; display: block; background: #eee9e4; }
.assortment-card--lead .assortment-card__media { flex: 1 1 auto; min-height: 0; }
.assortment-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s var(--ease), filter .4s ease; }
.assortment-card:hover .assortment-card__media img { transform: scale(1.045); filter: saturate(1.04); }
.assortment-card__body { min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 24px 30px; }
.assortment-card--lead .assortment-card__body { min-height: 126px; align-items: center; text-align: center; }
.assortment-card__body strong { font-size: clamp(20px, 1.55vw, 25px); line-height: 1.12; letter-spacing: -.025em; }
.assortment-card__body > span { display: flex; align-items: center; gap: 24px; color: var(--coral); font-size: 15px; font-weight: 550; }
.assortment-card__body svg { width: 38px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s var(--ease); }
.assortment-card:hover .assortment-card__body svg { transform: translateX(7px); }

.advantages-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 105px; align-items: start; }
.section-heading--sticky { position: sticky; top: 130px; }
.advantage-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; }
.advantage-list li { min-height: 170px; display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid var(--line-dark); }
.advantage-list > li > span { color: var(--coral); font-weight: 800; }
.advantage-list h3 { margin: 0 0 8px; font-size: 20px; }
.advantage-list p { margin: 0; color: var(--muted); font-size: 15px; }
.advantages-product { position: relative; height: 330px; margin-top: 38px; overflow: hidden; border-radius: 11px; background: #eee9e4; box-shadow: 0 22px 55px rgba(79,68,61,.1); }
.advantages-product::before { content: ""; position: absolute; inset: -8%; background: url('/assets/opt-pods-hero.webp') 63% center / cover no-repeat; filter: brightness(1.55) contrast(.78) saturate(.82); transform: scale(1.03); transition: transform .8s var(--ease); }
.advantages-product::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(245,240,235,.2), transparent 55%); }
.advantages-product:hover::before { transform: scale(1.08); }
.advantage-list li { transition: padding .3s var(--ease), background-color .3s ease; }
.advantage-list li:hover { padding-inline: 14px; background: #faf7f4; }

.proof-strip { background: #fff; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.proof-strip__grid { min-height: 174px; display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; align-items: stretch; }
.proof-strip__grid > div, .proof-strip__link { display: flex; flex-direction: column; justify-content: center; padding: 30px 34px; border-right: 1px solid var(--line-dark); }
.proof-strip__grid > div:first-child { padding-left: 0; }
.proof-strip strong { font-size: clamp(24px, 2.4vw, 36px); line-height: 1; letter-spacing: -.04em; }
.proof-strip span { margin-top: 9px; color: var(--muted); font-size: 14px; }
.proof-strip__link { flex-direction: row; align-items: center; justify-content: space-between; gap: 24px; padding-right: 0; border-right: 0; color: var(--ink); font-weight: 700; text-decoration: none; }
.proof-strip__link span { margin: 0; color: inherit; font-size: 16px; }
.proof-strip__link svg { width: 40px; fill: none; stroke: var(--coral); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s var(--ease); }
.proof-strip__link:hover svg { transform: translateX(7px); }

.editorial-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 100px; align-items: start; }
.editorial-grid p { color: var(--ink-soft); }
.text-link { display: inline-block; margin-top: 24px; color: var(--ink); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.delivery-facts { margin: 0; border-top: 1px solid var(--line-dark); }
.delivery-facts div { display: grid; grid-template-columns: 1fr 1.35fr; gap: 24px; padding: 23px 0; border-bottom: 1px solid var(--line-dark); }
.delivery-facts dt { font-weight: 750; }
.delivery-facts dd { margin: 0; color: var(--ink-soft); }

#reviews { background: #eee9e4; color: var(--ink); }
#reviews .section-heading p { color: var(--muted); }
.slider-controls { display: flex; gap: 10px; }
.slider-controls button { width: 54px; height: 54px; background: rgba(255,255,255,.66); color: var(--ink); border: 1px solid var(--line-dark); border-radius: 7px; cursor: pointer; font-size: 22px; transition: border-color .2s ease, color .2s ease; }
.slider-controls button:hover { border-color: var(--coral); color: var(--coral); }
.review-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(360px, 38%); gap: 18px; overflow-x: auto; padding: 0 0 18px; scroll-snap-type: x mandatory; scrollbar-color: var(--coral) #ddd5ce; }
.review-card { min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; scroll-snap-align: start; margin: 0; padding: 24px; border: 1px solid var(--line-dark); border-radius: 9px; background: rgba(255,255,255,.82); box-shadow: 0 16px 44px rgba(79,68,61,.07); transition: transform .35s var(--ease), box-shadow .35s ease; }
.review-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(79,68,61,.13); }
.review-card img { width: 100%; height: 330px; object-fit: contain; border-radius: 6px; background: var(--white); }
.review-card figcaption { padding-top: 18px; color: var(--muted); font-size: 14px; }

.section--contact { background: #dcd4cd; color: var(--ink); border-top-color: var(--line-dark); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact-phone { display: inline-block; margin-bottom: 30px; font-size: clamp(30px, 4vw, 58px); font-weight: 600; text-decoration: none; letter-spacing: -.045em; }
.contact-links { border-top: 1px solid var(--line-dark); }
.contact-links a { display: flex; justify-content: space-between; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line-dark); text-decoration: none; transition: color .2s ease, padding .25s var(--ease); }
.contact-links a:hover { color: var(--coral); padding-left: 8px; }

.footer { background: var(--graphite-deep); color: rgba(255,255,255,.86); padding: 50px 0 28px; }
.footer__top { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 40px; align-items: start; }
.footer__top p { margin: 0; }
.footer__socials { display: flex; gap: 10px; }
.footer__socials a { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; color: inherit; text-decoration: none; transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s var(--ease); }
.footer__socials a:hover { color: var(--white); background: var(--coral); border-color: var(--coral); transform: translateY(-3px); }
.footer__socials svg { width: 22px; height: 22px; display: block; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; margin-top: 38px; padding-top: 25px; border-top: 1px solid var(--line-light); font-size: 13px; color: rgba(255,255,255,.48); }
.mobile-contact { display: none; }

.age-gate { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(31,30,29,.76); backdrop-filter: blur(13px); }
.age-gate[hidden] { display: none; }
.age-gate__panel { width: min(100%, 580px); padding: 44px; color: var(--ink); background: var(--white); border: 1px solid rgba(255,255,255,.5); box-shadow: 0 35px 100px rgba(0,0,0,.25); }
.age-gate__mark { margin: 0 0 18px; color: var(--coral); font-size: 38px; font-weight: 800; }
.age-gate h2 { margin: 0 0 12px; font-size: 34px; }
.age-gate p:not(.age-gate__mark) { color: var(--muted); }
.age-gate .button--outline { color: var(--ink); }

.page-hero { padding: 96px 0 70px; color: var(--white); background: var(--graphite); border-bottom: 1px solid var(--line-light); }
.page-hero__eyebrow { margin: 0 0 18px; color: var(--coral); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.page-hero h1 { max-width: 950px; margin: 0 0 22px; font-size: clamp(44px, 7vw, 78px); line-height: 1; letter-spacing: -.05em; }
.page-hero__lead { max-width: 780px; margin: 0; color: rgba(255,255,255,.72); font-size: 20px; }
.content-page { padding: 80px 0 110px; background: var(--white); color: var(--ink); }
.content-page__grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 90px; align-items: start; }
.prose { max-width: 820px; }
.prose h2 { margin: 52px 0 18px; font-size: clamp(28px, 4vw, 42px); line-height: 1.08; letter-spacing: -.035em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 34px 0 12px; font-size: 22px; }
.prose p, .prose li { color: #383a3d; }
.prose ul { padding-left: 20px; }
.prose a { text-underline-offset: 4px; }
.info-card { position: sticky; top: 120px; padding: 26px; background: var(--warm); }
.info-card h2 { margin: 0 0 14px; font-size: 22px; }
.info-card p { margin: 0 0 18px; color: var(--ink-soft); }
.info-card .button { width: 100%; }
.notice { margin: 28px 0; padding: 22px; border-left: 4px solid var(--coral); background: var(--warm); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; color: var(--muted); font-size: 14px; }
.breadcrumbs a { text-underline-offset: 3px; }

.js-reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js-reveal[data-reveal-side="left"] { transform: translateX(-34px); }
.js-reveal[data-reveal-side="right"] { transform: translateX(34px); }
.js-reveal.is-visible { opacity: 1; transform: translate(0); }
.order-card.js-reveal:nth-child(2) { transition-delay: .11s; }
.order-card.js-reveal:nth-child(3) { transition-delay: .22s; }

@media (min-width: 1121px) and (max-width: 1400px) {
  .hero .actions { flex-wrap: nowrap; gap: 16px; }
  .hero .button { min-height: 68px; padding-inline: 25px; font-size: 17px; }
}

@media (max-width: 1120px) {
  .header__inner { width: calc(100% - 48px); grid-template-columns: auto auto 1fr; gap: 20px; min-height: 82px; }
  .menu-button { display: block; order: 3; justify-self: end; }
  .header__phone { order: 2; }
  .nav { position: absolute; left: 0; right: 0; top: 82px; display: none; flex-direction: column; gap: 0; padding: 12px 24px 24px; color: var(--ink); background: #faf8f6; border-bottom: 1px solid var(--line-dark); }
  .nav.is-open { display: flex; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
  .hero { min-height: 690px; }
  .hero__copy { padding-left: 42px; }
  .hero h1 { font-size: clamp(48px, 6.3vw, 68px); }
  .order-card { grid-template-columns: minmax(300px,.8fr) 1fr 230px; padding-inline: 44px 34px; gap: 28px; }
  .order-card__value { font-size: clamp(48px, 5.8vw, 68px); }
  .assortment-grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .assortment-card--lead { grid-row: auto; min-height: 500px; }
  .assortment-card--compact { grid-column: auto; min-height: 164px; }
  .advantages-layout { grid-template-columns: 1fr; gap: 42px; }
  .section-heading--sticky { position: static; }
  .advantages-product { height: 400px; }
  .proof-strip__grid { grid-template-columns: 1fr 1fr; }
  .proof-strip__grid > div:nth-child(2) { border-right: 0; }
  .proof-strip__grid > div, .proof-strip__link { min-height: 138px; border-bottom: 1px solid var(--line-dark); }
  .proof-strip__grid > div:first-child { padding-left: 34px; }
  .proof-strip__link { border-bottom: 0; }
  .editorial-grid, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .content-page__grid { grid-template-columns: 1fr; gap: 48px; }
  .info-card { position: static; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 40px), var(--content)); }
  .hero { min-height: 0; background: linear-gradient(150deg, #756e68, #b2a79e); }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { padding: 64px 20px 38px; }
  .hero h1 { font-size: clamp(50px, 8vw, 64px); }
  .hero__media { position: relative; inset: auto; height: 480px; background-position: 63% center; filter: brightness(1.66) contrast(.77) saturate(.82); -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 20%); mask-image: linear-gradient(to bottom, transparent 0, #000 20%); }
  .hero__media::before { left: -20%; bottom: -42px; width: 142%; height: 185px; opacity: .38; animation-duration: 13s; }
  .hero__vapor--two { display: none; }
  .hero__vapor--one { left: -8%; bottom: -12%; width: 430px; height: 250px; animation-duration: 10.5s; }
  .hero::after, .business-note::before { display: none; }
  .business-note__grid { grid-template-columns: 1fr; gap: 18px; padding-block: 48px; }
  .business-note p { padding-left: 0; border-left: 0; }
  .order-card { grid-template-columns: 1fr 1fr; gap: 24px; }
  .order-card__value { padding-right: 0; border-right: 0; }
  .order-card__button { grid-column: 1 / -1; }
  .assortment-card--lead { min-height: 470px; }
  .assortment-card--compact { grid-template-columns: 42% 58%; }
  .assortment-card__body { padding: 22px 24px; }
  .review-track { grid-auto-columns: minmax(320px, 70%); }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--content)); }
  .header__inner { width: calc(100% - 32px); min-height: 66px; grid-template-columns: auto 1fr auto; }
  .logo { font-size: 24px; }
  .header__phone { display: none; }
  .nav { top: 66px; }
  .hero__copy { padding: 64px 16px 34px; }
  .hero h1 { font-size: clamp(43px, 13.2vw, 58px); }
  .hero p { margin-bottom: 30px; font-size: 17px; }
  .hero__media { height: 390px; background-position: 66% center; }
  .actions { flex-direction: column; gap: 12px; }
  .button { width: 100%; font-size: 16px; }
  .hero .button { min-height: 58px; padding-inline: 22px; font-size: 16px; }
  .hero .button--outline { display: none; }
  .business-note h2 { font-size: 34px; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .editorial-grid h2, .contact-grid h2 { font-size: clamp(38px, 11vw, 50px); }
  .section-heading p, .editorial-grid p { font-size: 17px; }
  .order-card { min-height: 0; grid-template-columns: 1fr; padding: 26px 24px 28px 34px; clip-path: polygon(0 0,100% 0,100% 100%,0 100%,14px 50%); }
  .order-card__value { font-size: clamp(49px, 15vw, 66px); }
  .order-card__button { grid-column: auto; min-height: 58px; }
  .assortment-grid { grid-template-columns: 1fr; gap: 12px; }
  .assortment-card--lead { min-height: 430px; }
  .assortment-card--lead .assortment-card__media { min-height: 300px; }
  .assortment-card--compact { min-height: 146px; grid-template-columns: 40% 60%; }
  .assortment-card__body { gap: 12px; padding: 20px; }
  .assortment-card--lead .assortment-card__body { min-height: 118px; }
  .assortment-card__body strong { font-size: 20px; }
  .assortment-card__body > span { gap: 12px; font-size: 13px; }
  .assortment-card__body svg { width: 30px; }
  .advantage-list { grid-template-columns: 1fr; }
  .advantage-list li { min-height: 0; }
  .advantages-product { height: 300px; }
  .proof-strip__grid { grid-template-columns: 1fr; }
  .proof-strip__grid > div, .proof-strip__link { min-height: 112px; padding: 24px 0; border-right: 0; }
  .proof-strip__grid > div:first-child { padding-left: 0; }
  .proof-strip__link { min-height: 126px; }
  .delivery-facts div { grid-template-columns: 1fr; gap: 4px; }
  .section-heading--row { align-items: flex-start; flex-direction: column; }
  .review-track { grid-auto-columns: 88%; }
  .review-card { min-height: 360px; padding: 16px; }
  .review-card img { height: 290px; }
  .contact-phone { font-size: 31px; }
  .footer__top { grid-template-columns: 1fr; gap: 24px; }
  .footer__bottom { flex-direction: column; }
  .footer { padding-bottom: 104px; }
  .mobile-contact { position: fixed; z-index: 40; left: 16px; right: 16px; bottom: max(14px, env(safe-area-inset-bottom)); min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 12px 20px; border-radius: 12px; color: #fff; background: var(--coral); box-shadow: 0 14px 38px rgba(99,68,58,.25); font-weight: 700; text-decoration: none; }
  .mobile-contact svg { width: 23px; height: 23px; }
  .age-gate__panel { padding: 28px; }
  .page-hero { padding: 60px 0 48px; }
  .page-hero__lead { font-size: 17px; }
  .content-page { padding: 58px 0 76px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js-reveal { opacity: 1; transform: none; }
  .hero__vapor { animation: none; opacity: .2; transform: none; }
  .hero__media::before { animation: none; opacity: .28; transform: none; }
}
