/*
Theme Name: CLEANS SKIN — Preview 1.9
Theme URI: https://cleansskin.ru/
Author: CLEANS SKIN
Description: Фирменная тема CLEANS SKIN с интеграцией WooCommerce, адаптивным каталогом, корзиной и чатом.
Version: 1.9.4
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: cleans-skin-store
*/

:root {
  --navy: #062b59;
  --blue: #247bf1;
  --blue-soft: #dcecff;
  --ice: #eef6ff;
  --ice-2: #f6f9fc;
  --text: #0a2346;
  --muted: #65758c;
  --line: #dbe6f2;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(6, 43, 89, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--text); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.5; }
body.cart-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.section-shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }

.site-header { position: relative; z-index: 4; width: min(1180px, calc(100% - 64px)); height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--white); }
.logo, .footer-logo { font-family: Manrope, Arial, sans-serif; font-size: 21px; font-weight: 800; letter-spacing: -.04em; }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--text); font-size: 13px; font-weight: 600; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.cart-button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); color: var(--navy); font-size: 12px; font-weight: 700; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.cart-button:hover { border-color: #9fc5f3; background: #f7fbff; transform: translateY(-1px); }
.cart-count { min-width: 20px; height: 20px; display: inline-grid; place-items: center; padding: 0 5px; border-radius: 100px; background: var(--blue); color: var(--white); font-size: 10px; line-height: 1; }
.menu-button { display: none; padding: 4px; border: 0; background: none; color: var(--text); font-size: 21px; }

.primary-button, .light-button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; border: 0; border-radius: 9px; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.primary-button { padding: 16px 21px 16px 24px; background: var(--navy); color: var(--white); }
.primary-button:hover, .light-button:hover, .offer-button:hover, .cart-submit:hover { transform: translateY(-2px); box-shadow: rgba(36, 123, 241, .2) 0 10px 25px; }
.primary-button span, .light-button span, .offer-button span, .quick-cart-link span, .cart-submit span { font-size: 19px; line-height: 0; }

.hero { min-height: 515px; overflow: hidden; background: linear-gradient(104deg, #eff7ff 0%, #edf6ff 57%, #f9fcff 100%); }
.hero-copy { min-height: 515px; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 37px; }
.hero-content { position: relative; z-index: 1; padding: 50px 0 58px; }
.eyebrow, .section-kicker { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { margin: 0 0 25px; }
h1, h2, h3 { margin: 0; font-family: Manrope, Arial, sans-serif; letter-spacing: -.05em; line-height: 1.07; }
h1 { max-width: 620px; font-size: clamp(45px, 5.2vw, 74px); }
h1 em { color: var(--blue); font-style: normal; }
.hero-text { max-width: 490px; margin: 25px 0 24px; color: #385071; font-size: 17px; line-height: 1.45; }
.hero-list { display: grid; gap: 9px; color: var(--text); font-size: 13px; }
.hero-list span { display: flex; align-items: center; gap: 12px; }
.hero-list i { width: 18px; height: 18px; display: inline-grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 11px; font-style: normal; font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.video-link { display: flex; align-items: center; gap: 10px; color: var(--text); font-size: 12px; }
.video-link small { color: var(--muted); font-size: 11px; }
.play { width: 35px; height: 35px; display: grid; place-items: center; padding-left: 2px; border-radius: 50%; background: #e3efff; color: var(--blue); font-size: 10px; }

.hero-visual { position: relative; min-height: 515px; display: grid; place-items: center; overflow: visible; }
.hero-product-card { width: 100%; min-height: 452px; display: grid; grid-template-columns: 1fr .84fr; align-items: stretch; gap: 19px; padding: 23px; border: 1px solid #d9e7f6; border-radius: var(--radius); background: rgba(255, 255, 255, .9); box-shadow: 0 18px 44px rgba(55, 106, 159, .08); }
.offer-visual { position: relative; min-height: 404px; display: grid; place-items: center; overflow: hidden; isolation: isolate; border-radius: 16px; background: var(--white); }
.offer-visual-kicker { position: absolute; top: 17px; left: 18px; z-index: 2; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.offer-visual-note { position: absolute; bottom: 16px; left: 18px; z-index: 2; color: #6681a2; font-size: 10px; line-height: 1.35; }
.offer-bottles { width: min(100%, 420px); height: 330px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: end; justify-items: center; gap: 7px; padding: 0 8px; }
.hero-bottle { display: block; width: 100%; max-width: 138px; height: 300px; object-fit: contain; object-position: center bottom; filter: saturate(.72) contrast(.97) drop-shadow(0 14px 12px rgba(20, 52, 90, .13)); }
.offer-bottles[data-count="1"] { grid-template-columns: minmax(0, 1fr); }
.offer-bottles[data-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.offer-bottles[data-count="3"] .hero-bottle { max-width: 116px; height: 270px; }
.offer-bottles[data-count="1"] .hero-bottle-back, .offer-bottles[data-count="1"] .hero-bottle-third, .offer-bottles[data-count="2"] .hero-bottle-third { display: none; }
.offer-panel { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 4px 4px 4px 0; }
.offer-kicker { margin: 0 0 10px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.offer-panel h2 { font-size: clamp(22px, 2.2vw, 31px); line-height: 1.03; }
.offer-recommended { display: flex; flex-direction: column; gap: 3px; margin: 18px 0 12px; padding: 10px 12px; border-left: 2px solid var(--blue); background: #f3f8ff; }
.offer-recommended span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.offer-recommended b { color: var(--navy); font-size: 12px; }
.offer-list { display: grid; gap: 8px; }
.offer-choice { position: relative; width: 100%; display: grid; grid-template-columns: 1fr auto; gap: 3px 8px; padding: 10px 11px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--text); text-align: left; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.offer-choice:hover { border-color: #9fc5f3; transform: translateY(-1px); }
.offer-choice.is-selected { border-color: var(--blue); background: #f2f8ff; box-shadow: inset 0 0 0 1px var(--blue); }
.offer-choice > span { min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.offer-choice strong { font-size: 12px; line-height: 1.15; }
.offer-choice small { color: var(--muted); font-size: 9px; line-height: 1.25; }
.offer-choice > b { align-self: center; font-family: Manrope, Arial, sans-serif; font-size: 14px; letter-spacing: -.04em; white-space: nowrap; }
.offer-choice em { grid-column: 1 / -1; color: var(--muted); font-size: 9px; font-style: normal; }
.offer-choice i { position: absolute; top: -8px; right: 9px; padding: 3px 6px; border-radius: 100px; background: var(--blue); color: var(--white); font-size: 8px; font-style: normal; font-weight: 800; }
.offer-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 12px; padding: 13px 15px; border: 0; border-radius: 9px; background: var(--navy); color: var(--white); font-size: 12px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }

.proof-bar { background: var(--navy); color: var(--white); }
.proof-grid { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 30px; }
.proof-grid > div { min-width: 0; display: flex; align-items: center; gap: 13px; }
.proof-icon { width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255, 255, 255, .55); border-radius: 8px; color: var(--white); font-size: 18px; }
.proof-grid p { display: flex; flex-direction: column; gap: 2px; margin: 0; }
.proof-grid strong { font-size: 12px; font-weight: 600; }
.proof-grid small { color: #a9c0dd; font-size: 10px; }

.shop-section { padding: 105px 0 112px; }
.shop-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 70px; margin-top: 20px; }
.shop-heading h2 { max-width: 650px; }
.shop-heading p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.shop-grid { min-height: 220px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 360px)); justify-content: start; gap: 16px; margin-top: 48px; }
.loading-note { grid-column: 1 / -1; margin: 0; color: var(--muted); }
.shop-product-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 35px rgba(6, 43, 89, .04); }
.shop-product-media { position: relative; min-height: 250px; display: grid; place-items: center; padding: 22px; background: linear-gradient(145deg, #f5faff, #e5f1ff); }
.shop-product-media img { width: 100%; height: 220px; object-fit: contain; filter: drop-shadow(0 16px 12px rgba(20, 52, 90, .14)); }
.shop-product-tag { position: absolute; top: 17px; left: 17px; padding: 5px 8px; border-radius: 99px; background: rgba(255, 255, 255, .82); color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.shop-product-copy { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.shop-product-copy h3 { font-size: 25px; }
.shop-product-copy > p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.shop-product-meta { display: flex; flex-wrap: wrap; gap: 7px 15px; margin: 18px 0; color: var(--muted); font-size: 10px; }
.shop-variant-list { display: grid; gap: 7px; margin-top: auto; }
.shop-variant { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 11px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--text); text-align: left; }
.shop-variant.is-selected { border-color: var(--blue); background: #f2f8ff; box-shadow: inset 0 0 0 1px var(--blue); }
.shop-variant span { min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.shop-variant strong { font-size: 12px; }
.shop-variant small { color: var(--muted); font-size: 9px; }
.shop-variant b { font-family: Manrope, Arial, sans-serif; font-size: 13px; white-space: nowrap; }
.shop-add { width: 100%; margin-top: 12px; padding: 13px 16px; border: 0; border-radius: 9px; background: var(--navy); color: var(--white); font-size: 12px; font-weight: 700; }

.about-section { padding: 112px 0 118px; }
.section-heading { display: grid; grid-template-columns: 1fr .62fr; align-items: end; gap: 70px; margin-top: 22px; }
h2 { max-width: 680px; font-size: clamp(34px, 4vw, 57px); }
.section-heading p, .formula-copy > p, .results-heading p, .how-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 16px; margin-top: 55px; }
.about-card { min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 23px; border-radius: var(--radius); }
.about-card-main { background: var(--navy); color: var(--white); }
.about-card-light { background: var(--ice-2); }
.about-card-blue { background: #d9eaff; }
.card-index { color: #87a2c0; font-size: 11px; font-weight: 700; }
.about-card-main .card-index { color: #9ec2ec; }
.about-card h3 { font-size: 28px; }
.about-card p { max-width: 230px; margin: 0; color: #65758c; font-size: 13px; }
.about-card-main p { color: #c5d4e5; }

.formula-section { padding: 112px 0; background: var(--ice-2); }
.formula-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 75px; }
.formula-copy h2 { margin: 17px 0 22px; font-size: clamp(32px, 3.5vw, 52px); }
.formula-copy > p { max-width: 590px; margin-bottom: 18px; }
.formula-safety { display: grid; gap: 8px; max-width: 600px; margin-top: 29px; padding: 16px 18px; border-left: 2px solid var(--blue); background: var(--white); }
.formula-safety b { color: var(--navy); font-size: 12px; }
.formula-safety span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.formula-cta { color: var(--navy) !important; font-weight: 700; }

.content-slider { min-width: 0; }
.slider-window { position: relative; overflow: hidden; border-radius: var(--radius); }
.slider-track { display: flex; transition: transform .42s cubic-bezier(.2, .7, .2, 1); will-change: transform; }
.slider-slide { min-width: 100%; flex: 0 0 100%; }
.slider-slide { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.slider-media { position: relative; height: 435px; overflow: hidden; background: #e9f1f7; }
.slider-media picture, .result-photo picture { width: 100%; height: 100%; display: block; }
.slider-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.slider-media-before-after img { object-position: center 40%; }
.slider-badge { position: absolute; left: 21px; bottom: 20px; padding: 8px 11px; border-radius: 99px; background: rgba(255, 255, 255, .86); color: var(--navy); font-size: 10px; font-weight: 700; }
.slider-slide > p { min-height: 83px; display: flex; flex-direction: column; gap: 4px; margin: 0; padding: 19px 22px; }
.slider-slide > p strong { font-family: Manrope, Arial, sans-serif; font-size: 15px; }
.slider-slide > p span { color: var(--muted); font-size: 12px; }
.slider-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; }
.slider-arrow { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--navy); font-size: 16px; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.slider-arrow:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-1px); }
.slider-dots { display: flex; align-items: center; justify-content: center; gap: 7px; }
.slider-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #ceddec; }
.slider-dot.is-active { background: var(--blue); box-shadow: 0 0 0 3px #ddecff; }

.results-section { padding: 112px 0 123px; }
.results-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 20px; }
.results-heading p { max-width: 250px; margin-bottom: 6px; }
.results-showcase { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr); margin-top: 45px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 18px 48px rgba(6, 43, 89, .07); }
.result-collection { min-width: 0; display: grid; place-items: center; margin: 0; padding: 58px 34px 62px; }
.result-collection-profile { background: linear-gradient(145deg, #f3e8e2 0%, #e7d1c8 100%); }
.result-collection-face { background: linear-gradient(145deg, #eaf5fb 0%, #d2e7f2 100%); }
.result-collection picture { width: 100%; aspect-ratio: 1.64 / 1; display: block; overflow: hidden; border-radius: 20px; background: #e9eef4; box-shadow: 0 16px 36px rgba(6, 43, 89, .10); }
.result-collection img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 43%; }
.result-collection-face img { object-position: center 47%; }
.results-showcase-divider { position: relative; display: grid; place-items: center; background: #fff; border-right: 1px solid #dce8f4; border-left: 1px solid #dce8f4; }
.results-showcase-divider span { position: relative; z-index: 1; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #d4e4f4; border-radius: 50%; background: rgba(255, 255, 255, .97); color: var(--blue); font-size: 16px; box-shadow: 0 8px 22px rgba(6, 43, 89, .08); }

.how-section { padding: 110px 0 105px; background: var(--ice-2); }
.how-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 20px; }
.how-heading p { max-width: 260px; margin-bottom: 4px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid article { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px 27px 22px 0; border-right: 1px solid var(--line); }
.steps-grid article:not(:first-child) { padding-left: 27px; }
.steps-grid article:last-child { border-right: 0; }
.steps-grid article > span { color: var(--blue); font-size: 11px; font-weight: 700; }
.steps-grid h3 { font-size: 26px; }
.steps-grid p { max-width: 260px; margin: 0; color: var(--muted); font-size: 13px; }
.safety-line { display: flex; gap: 28px; padding-top: 27px; font-size: 11px; }
.safety-line b { color: var(--blue); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.safety-line span { max-width: 620px; color: var(--muted); }

.order-section { padding: 90px 0; background: var(--navy); color: var(--white); }
.order-card { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 78px; }
.order-copy .section-kicker { color: #2f89ff; }
.order-copy h2 { margin: 20px 0 15px; font-size: 49px; }
.order-copy h2 span { color: var(--white); }
.order-copy > p { max-width: 470px; margin: 0; color: #b6cae1; font-size: 15px; }
.quick-order-box { padding: 28px 30px 26px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 16px; background: rgba(255, 255, 255, .045); }
.quick-order-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.quick-order-option { min-width: 0; min-height: 94px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 12px 8px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 9px; background: transparent; color: var(--white); text-align: center; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.quick-order-option:hover { border-color: rgba(111, 177, 255, .9); transform: translateY(-1px); }
.quick-order-option.is-selected { border-color: #5ba7ff; background: rgba(46, 133, 239, .34); box-shadow: inset 0 0 0 1px rgba(91, 167, 255, .16); }
.quick-order-option strong { font-family: Manrope, Arial, sans-serif; font-size: 16px; letter-spacing: -.03em; }
.quick-order-option span { color: #c9dbef; font-size: 10px; line-height: 1.3; }
.quick-order-option small { color: #8fb0d2; font-size: 9px; line-height: 1.3; }
.quick-order-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .16); color: #9fb8d4; font-size: 10px; line-height: 1.45; text-align: center; }
.quick-order-submit { width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 12px; padding: 12px 16px; border: 0; border-radius: 8px; background: transparent; color: #b9d1ec; font-size: 11px; font-weight: 600; transition: color .2s ease, background .2s ease; }
.quick-order-submit:hover { background: rgba(255, 255, 255, .06); color: var(--white); }
.quick-order-submit span { color: #5ba7ff; font-size: 16px; }

.reviews-section { padding: 96px 0 108px; background: var(--white); }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-top: 18px; }
.reviews-heading h2 { font-size: clamp(38px, 4.2vw, 58px); }
.reviews-heading p { max-width: 330px; margin: 0 0 7px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.reviews-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 45px; }
.review-card { min-height: 235px; display: flex; flex-direction: column; padding: 29px 31px 25px; border: 1px solid var(--line); border-radius: 18px; background: #fbfdff; box-shadow: 0 14px 34px rgba(6, 43, 89, .045); }
.review-mark { height: 34px; color: var(--blue); font-family: Georgia, serif; font-size: 49px; line-height: 1; }
.review-card blockquote { flex: 1 1 auto; margin: 12px 0 27px; color: #385071; font-size: 15px; line-height: 1.65; }
.review-author { margin: 0; padding-top: 17px; border-top: 1px solid var(--line); color: var(--navy); font-family: Manrope, Arial, sans-serif; font-size: 13px; font-weight: 700; }

.final-cta { padding: 73px 0; background: var(--ice); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta .eyebrow { margin: 0 0 16px; }
.final-cta h2 { font-size: 42px; }
.light-button { padding: 16px 20px; background: var(--white); color: var(--navy); }
.site-footer { padding: 45px 0 24px; background: var(--navy); color: var(--white); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.footer-logo { color: var(--white); }
.footer-inner p { margin: 7px 0 0; color: #9db7d5; font-size: 12px; }
.footer-contact { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 25px; align-items: start; color: #c9daf0; font-size: 12px; }
.footer-bottom { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 25px; padding-top: 19px; border-top: 1px solid rgba(255, 255, 255, .15); color: #7e9abd; font-size: 10px; }
.footer-bottom a { color: #a9c0dd; text-decoration: underline; text-underline-offset: 3px; }

.mobile-buy { display: none; }
.cart-overlay { position: fixed; z-index: 19; inset: 0; background: rgba(6, 43, 89, .3); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
body.cart-open .cart-overlay { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; z-index: 20; top: 0; right: 0; width: min(470px, 100%); height: 100dvh; display: flex; flex-direction: column; overflow: hidden; transform: translateX(102%); background: var(--white); box-shadow: -20px 0 50px rgba(6, 43, 89, .15); transition: transform .28s ease; }
.cart-drawer.is-open { transform: translateX(0); }
.cart-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding: 30px 30px 21px; border-bottom: 1px solid var(--line); }
.cart-header .section-kicker { margin: 0 0 8px; }
.cart-header h2 { font-size: 35px; }
.cart-close { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--navy); font-size: 25px; font-weight: 300; line-height: 1; }
.cart-items { flex: 1 1 auto; overflow: auto; padding: 20px 30px; }
.cart-empty { margin: 38px 0; color: var(--muted); font-size: 14px; line-height: 1.6; text-align: center; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 12px 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.cart-item-copy strong { color: var(--navy); font-size: 15px; }
.cart-item-copy small { color: var(--muted); font-size: 11px; }
.cart-item-actions { display: inline-flex; align-items: center; gap: 9px; align-self: start; }
.cart-item-actions button { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: var(--white); color: var(--navy); }
.cart-item-actions button:hover { border-color: #9fc5f3; color: var(--blue); }
.cart-item-actions span { min-width: 14px; color: var(--navy); font-size: 13px; text-align: center; }
.cart-remove { grid-column: 1 / -1; justify-self: start; padding: 0; border: 0; background: none; color: #72849b; font-size: 11px; }
.cart-remove:hover { color: #c65b67; }
.cart-footer { flex: 0 0 auto; max-height: 61%; overflow: auto; padding: 21px 30px 26px; border-top: 1px solid var(--line); background: #fbfdff; }
.cart-summary-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin: 0 0 9px; color: var(--muted); font-size: 12px; }
.cart-summary-row strong { color: var(--navy); font-family: Manrope, Arial, sans-serif; font-size: 14px; }
.cart-delivery-row { margin-bottom: 13px; }
.cart-total-row { margin: 12px 0 20px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--navy); font-size: 15px; font-weight: 700; }
.cart-total-row strong { font-size: 22px; }
.cart-field { display: block; color: var(--muted); font-size: 11px; }
.cart-field input, .cart-field select { width: 100%; margin-top: 5px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px; outline: 0; background: var(--white); color: var(--text); font-size: 13px; }
.cart-field input:focus, .cart-field select:focus { border-color: var(--blue); box-shadow: rgba(36, 123, 241, .12) 0 0 0 3px; }
.cart-footer > .cart-field { margin: 4px 0 16px; }
.cart-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.cart-checkout { display: grid; gap: 12px; }
.cart-consent { display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.cart-consent input { margin-top: 1px; accent-color: var(--blue); }
.cart-submit { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border: 0; border-radius: 9px; background: var(--navy); color: var(--white); font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.cart-note { margin: 0; color: #8092a7; font-size: 10px; line-height: 1.4; text-align: center; }
.cart-note.is-success { color: #2a7e67; }

.admin-page { background: var(--ice-2); }
.admin-header { background: transparent; }
.admin-back { color: var(--blue); font-size: 12px; font-weight: 700; }
.admin-main { padding: 60px 0 100px; }
.admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin: 18px 0 38px; }
.admin-heading h1 { font-size: clamp(40px, 5vw, 65px); }
.admin-heading p { margin: 14px 0 0; color: var(--muted); }
.admin-token { width: min(300px, 100%); color: var(--muted); font-size: 11px; }
.admin-token input, .admin-form input, .admin-form textarea { width: 100%; margin-top: 6px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 9px; outline: 0; background: var(--white); color: var(--text); }
.admin-card { margin-top: 18px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 35px rgba(6, 43, 89, .04); }
.admin-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.admin-card-heading .section-kicker { margin: 0 0 8px; }
.admin-card-heading h2 { font-size: 31px; }
.admin-secondary { padding: 10px 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--navy); font-size: 12px; font-weight: 700; }
.admin-form { display: grid; gap: 17px; }
.admin-form label { color: var(--muted); font-size: 11px; }
.admin-form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.admin-form textarea { resize: vertical; line-height: 1.45; }
.admin-form-actions { display: flex; align-items: center; gap: 18px; }
.admin-form-actions .primary-button { flex: 0 0 auto; }
.admin-note { margin: 0; color: var(--muted); font-size: 11px; }
.admin-note.is-success { color: #2a7e67; }
.admin-products { display: grid; gap: 0; border-top: 1px solid var(--line); }
.admin-product-row { display: grid; grid-template-columns: 1fr .8fr auto; align-items: center; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.admin-product-row > div:first-child { display: flex; flex-direction: column; gap: 3px; }
.admin-product-row strong { color: var(--navy); font-family: Manrope, Arial, sans-serif; }
.admin-product-row small, .admin-product-row span { color: var(--muted); font-size: 11px; }
.admin-product-prices { display: grid; gap: 3px; color: var(--text); font-size: 11px; }
.admin-danger { padding: 8px 10px; border: 1px solid #f0c8cd; border-radius: 8px; background: #fff7f7; color: #b14f5c; font-size: 11px; }
.admin-danger:disabled { opacity: .45; }
.admin-orders { display: grid; gap: 0; border-top: 1px solid var(--line); }
.admin-order-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.admin-order-row > div { display: flex; flex-direction: column; gap: 3px; }
.admin-order-row > div:last-child { align-items: flex-end; }
.admin-order-row strong { color: var(--navy); font-family: Manrope, Arial, sans-serif; }
.admin-order-row small, .admin-order-row span { color: var(--muted); font-size: 11px; }
.legal-page { background: var(--ice-2); }
.legal-main { padding: 86px 0 120px; }
.legal-main h1 { max-width: 760px; margin: 16px 0 22px; font-size: clamp(42px, 6vw, 72px); }
.legal-lead { max-width: 720px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.legal-warning { max-width: 720px; display: grid; gap: 4px; margin: 30px 0 48px; padding: 17px 19px; border-left: 2px solid var(--blue); background: var(--white); color: var(--muted); font-size: 12px; }
.legal-warning b { color: var(--navy); }
.legal-content { max-width: 780px; padding: 34px 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.legal-content h2 { margin: 0 0 9px; font-size: 25px; }
.legal-content p { margin: 0 0 27px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-todo { color: #b14f5c; font-weight: 700; }

@media (max-width: 1050px) {
  .hero-copy { grid-template-columns: .9fr 1.1fr; gap: 24px; }
  .hero-product-card { grid-template-columns: .95fr 1fr; gap: 13px; padding: 17px; }
  .hero-bottle { max-width: 128px; height: 287px; }
  .offer-bottles[data-count="3"] .hero-bottle { height: 260px; }
  .formula-grid { gap: 45px; }
}

@media (max-width: 900px) {
  .section-shell, .site-header { width: min(1180px, calc(100% - 42px)); }
  .main-nav { display: none; }
  .main-nav.is-open { position: absolute; z-index: 5; top: 68px; left: 0; right: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 10px 17px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: rgba(6, 43, 89, .12) 0 15px 35px; }
  .main-nav.is-open a { width: 100%; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .main-nav.is-open a:last-child { border-bottom: 0; }
  .menu-button { display: block; }
  .hero-copy { grid-template-columns: 1fr; gap: 0; }
  .hero-content { padding-top: 53px; }
  .hero-visual { min-height: 480px; margin-top: -18px; }
  .hero-product-card { max-width: 680px; min-height: 0; grid-template-columns: 1fr; }
  .offer-visual { min-height: 372px; }
  .offer-bottles { height: 300px; }
  .hero-bottle { max-width: 145px; height: 285px; }
  .offer-bottles[data-count="3"] .hero-bottle { height: 265px; }
  .offer-panel { padding: 24px 4px 4px; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 21px; padding: 20px 0; }
  .section-heading, .formula-grid, .order-card { grid-template-columns: 1fr; gap: 38px; }
  .shop-heading { grid-template-columns: 1fr; gap: 18px; }
  .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid { grid-template-columns: 1fr 1fr; }
  .about-card-main { grid-column: 1 / -1; }
  .formula-grid { gap: 50px; }
  .formula-image { max-width: 560px; }
  .footer-contact { justify-content: flex-start; }
  .reviews-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .admin-heading { align-items: flex-start; flex-direction: column; }
  .admin-token { width: 100%; }
  .admin-form-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  body { padding-bottom: 66px; }
  .section-shell, .site-header { width: calc(100% - 32px); }
  .site-header { height: 66px; }
  .logo { font-size: 18px; }
  .header-actions { gap: 5px; }
  .cart-button { padding: 8px 9px; font-size: 11px; }
  .cart-count { min-width: 18px; height: 18px; }
  .hero-content { padding: 46px 0 30px; }
  .hero-text { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 19px; }
  .hero-visual { min-height: auto; margin: 0 0 30px; }
  .hero-product-card { display: block; min-height: 0; padding: 13px; }
  .offer-visual { min-height: 285px; }
  .offer-bottles { height: 220px; padding: 0 5px; transform: translateY(-8px); }
  .hero-bottle { max-width: 128px; height: 220px; }
  .offer-bottles[data-count="3"] .hero-bottle { height: 205px; }
  .offer-visual-kicker { top: 13px; left: 14px; font-size: 8px; }
  .offer-visual-note { bottom: 11px; left: 14px; font-size: 9px; }
  .offer-panel { padding: 21px 3px 4px; }
  .offer-panel h2 { font-size: 27px; }
  .proof-grid { grid-template-columns: 1fr; gap: 15px; }
  .proof-grid > div { padding: 2px 0; }
  .shop-section, .about-section, .results-section { padding: 83px 0; }
  .shop-heading h2 { font-size: 38px; }
  .shop-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .shop-product-media { min-height: 220px; }
  .shop-product-media img { height: 190px; }
  .about-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .about-card-main { grid-column: auto; }
  .about-card { min-height: 190px; }
  .formula-section, .how-section { padding: 82px 0; }
  .formula-copy h2 { font-size: 36px; }
  .slider-media { height: 330px; }
  .results-heading, .how-heading, .final-cta-inner { display: block; }
  .results-heading p, .how-heading p { margin-top: 17px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article, .steps-grid article:not(:first-child) { min-height: 180px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps-grid article:last-child { border-bottom: 0; }
  .reviews-section { padding: 76px 0 82px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 13px; margin-top: 33px; }
  .review-card { min-height: 0; padding: 24px 22px 21px; }
  .review-card blockquote { margin-bottom: 22px; font-size: 14px; }
  .safety-line { display: block; }
  .safety-line span { display: block; margin-top: 13px; }
  .order-copy h2 { font-size: 40px; }
  .final-cta { padding: 60px 0; }
  .final-cta h2 { font-size: 35px; }
  .light-button { margin-top: 28px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { grid-column: auto; display: grid; gap: 11px; }
  .mobile-buy { position: fixed; z-index: 10; left: 0; right: 0; bottom: 0; height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 10px 16px; background: var(--white); box-shadow: rgba(6, 43, 89, .12) 0 -4px 20px; }
  .mobile-buy span { font-family: Manrope, Arial, sans-serif; font-size: 19px; font-weight: 700; }
  .mobile-buy button { padding: 11px 24px; border: 0; border-radius: 8px; background: var(--blue); color: var(--white); font-size: 13px; font-weight: 700; }
  .cart-drawer { width: 100%; }
  .cart-header { padding: 23px 18px 17px; }
  .cart-header h2 { font-size: 31px; }
  .cart-items { padding: 17px 18px; }
  .cart-footer { max-height: 64%; padding: 17px 18px 22px; }
  .cart-form-grid { grid-template-columns: 1fr; gap: 10px; }
  .admin-main { padding-top: 35px; }
  .admin-card { padding: 20px; }
  .admin-card-heading { align-items: flex-start; flex-direction: column; }
  .admin-form-grid { grid-template-columns: 1fr; }
  .admin-form-actions { align-items: flex-start; flex-direction: column; }
  .admin-product-row { grid-template-columns: 1fr; gap: 11px; }
  .admin-order-row { grid-template-columns: 1fr; gap: 11px; }
  .admin-order-row > div:last-child { align-items: flex-start; }
}

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

/* WordPress and WooCommerce integration */
.admin-bar .site-header { margin-top: 0; }
.site-main { min-height: 55vh; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 5px; left: 5px; width: auto; height: auto; padding: 15px 23px 14px; clip: auto !important; background: #fff; color: var(--navy); }

.shop-section { padding: 82px 0 88px; }
.shop-heading { margin-top: 16px; }
.shop-heading h2 { font-size: clamp(34px, 3.6vw, 52px); }
.shop-grid { min-height: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.shop-product-media { min-height: 172px; padding: 17px; }
.shop-product-media img { height: 145px; }
.shop-product-copy { padding: 18px; }
.shop-product-copy h3 { font-size: 19px; }
.shop-product-copy > p { min-height: 38px; font-size: 11px; }
.shop-product-meta { margin: 12px 0; }
.shop-variant { padding: 8px 9px; }
.shop-add { margin-top: 9px; }
.shop-price { margin-top: auto; font-family: Manrope, Arial, sans-serif; color: var(--navy); font-size: 19px; font-weight: 800; }
.shop-product-link { display: inline-flex; margin-top: 9px; color: var(--blue); font-size: 11px; font-weight: 700; }
.shop-empty { grid-column: 1 / -1; padding: 24px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); }
.shop-catalog-button { width: fit-content; display: inline-flex; align-items: center; gap: 24px; margin-top: 24px; padding: 14px 18px; border: 1px solid var(--navy); border-radius: 9px; background: var(--white); color: var(--navy); font-size: 12px; font-weight: 800; transition: color .2s ease, background .2s ease, transform .2s ease; }
.shop-catalog-button:hover { transform: translateY(-1px); background: var(--navy); color: var(--white); }

.cart-drawer .widget_shopping_cart_content { height: 100%; display: flex; flex-direction: column; }
.cs-cart-content { height: 100%; display: flex; flex-direction: column; }
.cs-cart-items { flex: 1 1 auto; overflow: auto; padding: 15px 30px; }
.cs-cart-item { display: grid; grid-template-columns: 54px 1fr auto; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cs-cart-thumb { width: 54px; height: 68px; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: var(--ice-2); }
.cs-cart-thumb img { width: 100%; height: 100%; object-fit: contain; }
.cs-cart-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.cs-cart-copy strong { font-size: 13px; }
.cs-cart-copy small { color: var(--muted); font-size: 10px; }
.cs-cart-price { font-family: Manrope, Arial, sans-serif; font-size: 13px; font-weight: 800; white-space: nowrap; }
.cs-cart-quantity { grid-column: 2 / -1; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cs-quantity-controls { display: inline-flex; align-items: center; gap: 8px; }
.cs-quantity-controls button { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--navy); }
.cs-cart-remove { padding: 0; border: 0; background: none; color: #75869c; font-size: 10px; }
.cs-cart-actions { flex: 0 0 auto; padding: 20px 30px 26px; border-top: 1px solid var(--line); background: #fbfdff; }
.cs-cart-total { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 16px; }
.cs-cart-total span { color: var(--muted); font-size: 12px; }
.cs-cart-total strong { font-family: Manrope, Arial, sans-serif; font-size: 22px; }
.cs-cart-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.cs-cart-buttons a { display: grid; place-items: center; min-height: 44px; border: 1px solid var(--navy); border-radius: 9px; color: var(--navy); font-size: 11px; font-weight: 800; }
.cs-cart-buttons a:last-child { background: var(--navy); color: #fff; }
.cs-cart-empty { margin: auto; padding: 45px 25px; color: var(--muted); text-align: center; }

.cs-notice { position: fixed; z-index: 40; left: 50%; bottom: 24px; max-width: calc(100% - 32px); padding: 11px 16px; transform: translate(-50%, 20px); border-radius: 10px; background: var(--navy); color: #fff; font-size: 12px; opacity: 0; pointer-events: none; transition: .25s ease; }
.cs-notice.is-visible { transform: translate(-50%, 0); opacity: 1; }
.is-loading { opacity: .55; pointer-events: none; }

.chat-launcher { position: fixed; z-index: 16; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 8px; padding: 13px 16px; border: 0; border-radius: 100px; background: var(--blue); color: #fff; box-shadow: 0 14px 34px rgba(36, 123, 241, .28); font-size: 12px; font-weight: 800; }
.chat-launcher::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #9ff0d1; }
.chat-panel { position: fixed; z-index: 18; right: 24px; bottom: 82px; width: min(360px, calc(100% - 32px)); max-height: min(620px, calc(100dvh - 110px)); display: flex; flex-direction: column; overflow: hidden; transform: translateY(15px) scale(.98); transform-origin: bottom right; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 25px 70px rgba(6, 43, 89, .2); opacity: 0; pointer-events: none; transition: .22s ease; }
.chat-panel.is-open { transform: none; opacity: 1; pointer-events: auto; }
.chat-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 19px 20px; background: var(--navy); color: #fff; }
.chat-head strong { display: block; font-family: Manrope, Arial, sans-serif; font-size: 16px; }
.chat-head small { display: block; margin-top: 3px; color: #a9c5e4; font-size: 10px; }
.chat-close { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: #fff; font-size: 19px; }
.chat-body { min-height: 280px; display: flex; flex-direction: column; overflow: auto; padding: 18px; background: #f7faff; }
.chat-start { display: grid; gap: 12px; margin: auto 0; }
.chat-start p { margin: 0 0 3px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.chat-field { display: grid; gap: 5px; color: var(--muted); font-size: 10px; }
.chat-field input, .chat-compose textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 9px; outline: 0; background: #fff; color: var(--text); font-size: 13px; }
.chat-field input:focus, .chat-compose textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36,123,241,.1); }
.chat-consent { display: flex; gap: 8px; color: var(--muted); font-size: 9px; line-height: 1.35; }
.chat-consent input { margin-top: 2px; accent-color: var(--blue); }
.chat-submit { min-height: 42px; border: 0; border-radius: 9px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 800; }
.chat-messages { display: grid; gap: 8px; margin-top: auto; }
.chat-message { max-width: 85%; padding: 9px 11px; border-radius: 12px 12px 12px 3px; background: #fff; color: var(--text); box-shadow: 0 4px 15px rgba(6,43,89,.05); font-size: 11px; line-height: 1.45; }
.chat-message.is-customer { justify-self: end; border-radius: 12px 12px 3px 12px; background: var(--blue); color: #fff; }
.chat-message time { display: block; margin-top: 3px; color: #8aa0bb; font-size: 8px; }
.chat-message.is-customer time { color: #c9e0ff; }
.chat-compose { display: none; gap: 8px; padding: 12px; border-top: 1px solid var(--line); background: #fff; }
.chat-panel.has-session .chat-compose { display: grid; grid-template-columns: 1fr auto; }
.chat-compose textarea { min-height: 42px; max-height: 100px; resize: vertical; }
.chat-send { width: 45px; border: 0; border-radius: 9px; background: var(--navy); color: #fff; font-size: 18px; }
.chat-status { min-height: 14px; margin: 0; color: #bd5460; font-size: 9px; }

.cs-page-shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 70px 0 100px; }
.cs-page-shell h1 { margin-bottom: 30px; font-size: clamp(38px, 5vw, 64px); }
.cs-shop-page { width: 100%; padding: 0 0 110px; }
.cs-shop-catalog { width: min(1340px, calc(100% - 64px)); margin: 0 auto; }
.cs-shop-hero { margin-bottom: 44px; padding: 80px max(32px, calc((100% - 1340px) / 2)); background: linear-gradient(135deg, #edf6ff 0%, #f8fbff 58%, #fff 100%); }
.cs-shop-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 430px); align-items: end; gap: 70px; margin-top: 18px; }
.cs-shop-heading h1 { margin: 0; color: var(--navy); }
.cs-shop-heading p { margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.cs-shop-page .woocommerce-result-count { margin: 9px 0 30px; color: var(--muted); font-size: 12px; }
.cs-shop-page .woocommerce-ordering { margin: 0 0 28px; }
.cs-shop-page .woocommerce-ordering select { min-height: 42px; padding: 0 38px 0 13px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); color: var(--text); font: 600 12px DM Sans, Arial, sans-serif; }
.cs-shop-page ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; clear: both; margin: 0; padding: 0; list-style: none; }
.cs-shop-page ul.products::before, .cs-shop-page ul.products::after { display: none; }
.cs-shop-page ul.products li.product { width: auto; min-width: 0; display: flex; flex-direction: column; overflow: hidden; float: none; margin: 0; padding: 0 0 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 12px 35px rgba(6, 43, 89, .05); }
.cs-shop-page ul.products li.product a.woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; }
.cs-shop-page ul.products li.product a img { width: 100%; height: 230px; margin: 0 0 18px; padding: 18px; object-fit: contain; background: linear-gradient(145deg, #f5faff, #e5f1ff); }
.cs-shop-page ul.products li.product .woocommerce-loop-product__title { padding: 0 18px; color: var(--navy); font-family: Manrope, Arial, sans-serif; font-size: 18px; line-height: 1.25; }
.cs-shop-page ul.products li.product .price { margin: auto 0 0; padding: 13px 18px 0; color: var(--navy); font-family: Manrope, Arial, sans-serif; font-size: 17px; font-weight: 800; }
.cs-shop-page ul.products li.product .button { min-height: 43px; display: grid; place-items: center; margin: 15px 18px 0; padding: 10px 12px; font-size: 11px; }
.cs-shop-page nav.woocommerce-pagination { margin-top: 42px; }
.cs-shop-page nav.woocommerce-pagination ul { overflow: visible; border: 0; }
.cs-shop-page nav.woocommerce-pagination ul li { margin: 0 3px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; }
.cs-shop-page nav.woocommerce-pagination ul li a, .cs-shop-page nav.woocommerce-pagination ul li span { min-width: 38px; min-height: 38px; display: grid; place-items: center; padding: 0; }
.cs-shop-page nav.woocommerce-pagination ul li span.current { background: var(--navy); color: var(--white); }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button { border-radius: 8px; background: var(--navy); color: #fff; font-weight: 700; }
.woocommerce .button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.button:hover { background: var(--blue); color: #fff; }
.woocommerce-info, .woocommerce-message { border-top-color: var(--blue); }
.woocommerce-info::before, .woocommerce-message::before { color: var(--blue); }

@media (max-width: 900px) {
  .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cs-shop-heading { grid-template-columns: 1fr; gap: 18px; }
  .cs-shop-page ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .order-section { padding: 76px 0; }
  .order-card { gap: 36px; }
  .order-copy > p { max-width: 560px; }
  .results-showcase { grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr); }
  .result-collection { padding: 34px 18px 37px; }
  .result-collection picture { border-radius: 15px; }
  .results-showcase-divider span { width: 38px; height: 38px; }
}

@media (max-width: 600px) {
  body { padding-bottom: 0; }
  .shop-section { padding: 70px 0 74px; }
  .shop-grid { grid-template-columns: 1fr; }
  .shop-catalog-button { width: 100%; justify-content: space-between; }
  .cs-shop-page { padding-bottom: 80px; }
  .cs-shop-catalog { width: calc(100% - 32px); }
  .cs-shop-hero { margin-bottom: 30px; padding: 56px 16px 46px; }
  .cs-shop-heading h1 { font-size: 42px; }
  .cs-shop-heading p { font-size: 13px; }
  .cs-shop-page .woocommerce-result-count, .cs-shop-page .woocommerce-ordering { width: 100%; float: none; }
  .cs-shop-page .woocommerce-ordering select { width: 100%; }
  .cs-shop-page ul.products { grid-template-columns: 1fr; gap: 14px; }
  .cs-shop-page ul.products li.product a img { height: 245px; }
  .chat-launcher { right: 14px; bottom: 14px; }
  .chat-panel { right: 16px; bottom: 70px; max-height: calc(100dvh - 92px); }
  .cs-cart-items { padding: 12px 18px; }
  .cs-cart-actions { padding: 17px 18px 22px; }
  .cs-page-shell { width: calc(100% - 32px); padding: 50px 0 80px; }
  .order-section { padding: 66px 0; }
  .order-card { gap: 28px; }
  .order-copy h2 { margin-top: 16px; font-size: 40px; }
  .order-copy > p { font-size: 14px; }
  .quick-order-box { padding: 18px 16px 16px; border-radius: 14px; }
  .quick-order-options { grid-template-columns: 1fr; gap: 8px; }
  .quick-order-option { min-height: 66px; display: grid; grid-template-columns: 92px 1fr; justify-items: start; align-items: center; gap: 1px 10px; padding: 11px 13px; text-align: left; }
  .quick-order-option strong { grid-row: 1 / 3; font-size: 15px; }
  .quick-order-option span { font-size: 11px; }
  .quick-order-option small { font-size: 9px; }
  .quick-order-benefits { gap: 8px; margin-top: 17px; padding-top: 16px; font-size: 9px; }
  .quick-order-submit { min-height: 46px; margin-top: 10px; background: rgba(255, 255, 255, .06); }
  .results-showcase { grid-template-columns: 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 35px rgba(6, 43, 89, .06); }
  .result-collection { padding: 22px 18px 24px; }
  .result-collection picture { border-radius: 13px; }
  .results-showcase-divider { height: 44px; display: grid; border: 0; border-top: 1px solid #dce8f4; border-bottom: 1px solid #dce8f4; }
  .results-showcase-divider span { width: 34px; height: 34px; transform: rotate(90deg); font-size: 13px; }
}

/* Hero slider and exact product-image presentation — 1.6.0 */
.hero { min-height: 640px; background: #f3f8fd; }
.hero-copy { min-height: 640px; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: 24px; padding: 32px 0; }
.hero-content { min-width: 0; min-height: 560px; display: flex; flex-direction: column; justify-content: center; isolation: isolate; overflow: hidden; padding: 50px 46px 86px; border-radius: var(--radius); background: #0b315f; color: var(--white); box-shadow: 0 22px 54px rgba(6, 43, 89, .14); touch-action: pan-y; }
.hero-content:focus-visible { outline: 3px solid rgba(36, 123, 241, .55); outline-offset: 4px; }
.hero-media, .hero-media-overlay, .hero-media-slide { position: absolute; inset: 0; }
.hero-media { z-index: -2; overflow: hidden; background: #0b315f; }
.hero-media-slide { margin: 0; opacity: 0; transform: scale(1.025); transition: opacity .55s ease, transform 1.1s ease; }
.hero-media-slide.is-active { opacity: 1; transform: scale(1); }
.hero-media-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-media-slide-bw img { object-position: 51% center; }
.hero-media-slide-clear img { object-position: 67% center; }
.hero-media-overlay { z-index: -1; background: linear-gradient(90deg, rgba(3, 25, 53, .94) 0%, rgba(4, 31, 65, .82) 48%, rgba(5, 35, 72, .38) 100%), linear-gradient(0deg, rgba(3, 25, 53, .28), transparent 48%); }
.hero-story { position: relative; z-index: 1; width: 100%; }
.hero-content .eyebrow { color: #9dccff; }
.hero-content h1 { max-width: 500px; color: var(--white); font-size: clamp(43px, 4.25vw, 61px); }
.hero-content h1 em { color: #72b0ff; }
.hero-content .hero-text { max-width: 455px; color: rgba(255, 255, 255, .82); font-size: 15px; }
.hero-content .hero-list { color: var(--white); }
.hero-content .hero-list i { background: #3a91ff; }
.hero-content .primary-button { min-height: 48px; background: var(--white); color: var(--navy); }
.hero-content .video-link { color: var(--white); }
.hero-content .video-link small { color: rgba(255, 255, 255, .66); }
.hero-content .play { background: rgba(255, 255, 255, .16); color: var(--white); }
.hero-slider-controls { position: absolute; z-index: 3; right: 24px; bottom: 22px; left: 24px; display: none; align-items: center; justify-content: space-between; pointer-events: none; }
.hero-content.is-ready .hero-slider-controls { display: flex; }
.hero-slider-arrow { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .52); border-radius: 50%; background: rgba(4, 31, 65, .48); color: var(--white); font-size: 18px; line-height: 1; backdrop-filter: blur(8px); pointer-events: auto; transition: background .2s ease, transform .2s ease; }
.hero-slider-arrow:hover { background: rgba(36, 123, 241, .78); transform: translateY(-1px); }
.hero-slider-dots { display: flex; align-items: center; gap: 8px; padding: 8px 11px; border-radius: 100px; background: rgba(4, 31, 65, .42); backdrop-filter: blur(8px); pointer-events: auto; }
.hero-slider-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .5); transition: width .2s ease, background .2s ease; }
.hero-slider-dot.is-active { width: 23px; border-radius: 100px; background: var(--white); }

.hero-visual { min-height: 560px; }
.hero-product-card { min-height: 560px; padding: 22px; background: var(--white); }
.offer-visual { min-height: 514px; background: var(--white); }
.offer-bottles { width: min(100%, 310px); height: 238px; display: flex; grid-template-columns: none; align-items: flex-end; justify-content: center; gap: 16px; padding: 0 6px; }
.hero-bottle { width: auto; max-width: none; height: 182px; object-fit: contain; object-position: center bottom; filter: contrast(.99) drop-shadow(0 13px 11px rgba(20, 52, 90, .12)); }
.offer-bottles[data-count="1"] { display: flex; }
.offer-bottles[data-count="1"] .hero-bottle { height: 190px; }
.offer-bottles[data-count="3"] { display: flex; gap: 8px; }
.offer-bottles[data-count="3"] .hero-bottle { max-width: none; height: 164px; }

.shop-product-media { min-height: 190px; padding: 16px; background: var(--white); }
.shop-product-media > img { width: 100%; height: 160px; object-fit: contain; background: var(--white); }
.shop-product-bottles { width: 100%; height: 158px; display: flex; align-items: flex-end; justify-content: center; gap: 12px; overflow: hidden; padding: 9px 5px 0; background: var(--white); }
.shop-product-bottles img { width: auto; max-width: none; height: 158px; display: block; object-fit: contain; filter: contrast(.99) drop-shadow(0 12px 10px rgba(20, 52, 90, .11)); }
.shop-product-bottles[data-count="2"] img { height: 148px; }
.shop-product-bottles[data-count="3"] { gap: 6px; }
.shop-product-bottles[data-count="3"] img { height: 140px; }

.cs-shop-page ul.products li.product a.woocommerce-LoopProduct-link > img { height: 250px; padding: 22px; object-fit: contain; background: var(--white); }
.cs-shop-page ul.products li.product a .cs-loop-bottles { width: 100%; height: 250px; display: flex; align-items: flex-end; justify-content: center; gap: 16px; overflow: hidden; margin: 0 0 18px; padding: 22px 12px 18px; background: var(--white); }
.cs-shop-page ul.products li.product a .cs-loop-bottles img { width: auto; max-width: none; height: 210px; display: block; margin: 0; padding: 0; object-fit: contain; background: transparent; filter: contrast(.99) drop-shadow(0 14px 11px rgba(20, 52, 90, .11)); }
.cs-shop-page ul.products li.product a .cs-loop-bottles[data-count="2"] img { height: 194px; }
.cs-shop-page ul.products li.product a .cs-loop-bottles[data-count="3"] { gap: 7px; }
.cs-shop-page ul.products li.product a .cs-loop-bottles[data-count="3"] img { height: 180px; }

@media (max-width: 1050px) {
  .hero-copy { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 18px; }
  .hero-content { padding-right: 34px; padding-left: 34px; }
  .hero-content h1 { font-size: clamp(40px, 4.7vw, 53px); }
  .hero-product-card { padding: 17px; }
  .offer-visual { min-height: 526px; }
  .hero-bottle { height: 174px; }
  .offer-bottles[data-count="1"] .hero-bottle { height: 182px; }
  .offer-bottles[data-count="3"] .hero-bottle { height: 158px; }
}

@media (max-width: 900px) {
  .menu-button { width: 44px; height: 44px; place-items: center; }
  .cart-button { min-height: 44px; }
  .hero { min-height: 0; }
  .hero-copy { min-height: 0; grid-template-columns: 1fr; gap: 24px; padding: 24px 0 34px; }
  .hero-content { min-height: 570px; padding: 48px 44px 88px; }
  .hero-content h1 { max-width: 570px; font-size: clamp(46px, 8vw, 66px); }
  .hero-content .hero-text { max-width: 560px; }
  .hero-visual { width: 100%; min-height: 0; margin: 0; }
  .hero-product-card { max-width: none; min-height: 0; grid-template-columns: minmax(0, 1fr) minmax(245px, .78fr); }
  .offer-visual { min-height: 400px; }
  .offer-panel { padding: 8px 4px 8px 0; }
  .offer-bottles { height: 230px; }
  .hero-bottle { height: 184px; }
  .offer-bottles[data-count="1"] .hero-bottle { height: 192px; }
  .offer-bottles[data-count="3"] .hero-bottle { height: 166px; }
}

@media (max-width: 680px) {
  .hero-product-card { display: block; }
  .offer-visual { min-height: 310px; }
  .offer-panel { padding: 22px 4px 4px; }
}

@media (max-width: 600px) {
  .cs-shop-page.cs-page-shell { width: 100%; }
  .cs-shop-page .cs-shop-catalog { width: calc(100% - 32px); }
  .hero-copy { gap: 16px; padding: 16px 0 24px; }
  .hero-content { min-height: 650px; padding: 38px 24px 86px; border-radius: 18px; }
  .hero-content .eyebrow { margin-bottom: 18px; }
  .hero-content h1 { font-size: clamp(38px, 12vw, 48px); }
  .hero-content .hero-text { margin: 20px 0; font-size: 14px; }
  .hero-content .hero-list { gap: 8px; font-size: 12px; }
  .hero-content .hero-actions { gap: 15px; margin-top: 24px; }
  .hero-content .primary-button { width: 100%; justify-content: space-between; }
  .hero-media-slide-bw img { object-position: 53% center; }
  .hero-media-slide-clear img { object-position: 68% center; }
  .hero-media-overlay { background: linear-gradient(90deg, rgba(3, 25, 53, .93), rgba(4, 31, 65, .68)), linear-gradient(0deg, rgba(3, 25, 53, .45), transparent 55%); }
  .hero-slider-controls { right: 18px; bottom: 18px; left: 18px; }
  .hero-slider-arrow { width: 44px; height: 44px; }
  .hero-product-card { padding: 12px; border-radius: 18px; }
  .offer-visual { min-height: 285px; }
  .offer-bottles { height: 210px; transform: none; }
  .hero-bottle { height: 168px; }
  .offer-bottles[data-count="1"] .hero-bottle { height: 176px; }
  .offer-bottles[data-count="3"] .hero-bottle { height: 150px; }
  .shop-product-media { min-height: 225px; }
  .shop-product-media > img { height: 190px; }
  .shop-product-bottles { height: 190px; }
  .shop-product-bottles img { height: 190px; }
  .shop-product-bottles[data-count="2"] img { height: 177px; }
  .shop-product-bottles[data-count="3"] img { height: 165px; }
  .cs-shop-page ul.products li.product a.woocommerce-LoopProduct-link > img { height: 260px; background: var(--white); }
  .cs-shop-page ul.products li.product a .cs-loop-bottles { height: 260px; }
  .cs-shop-page ul.products li.product a .cs-loop-bottles img { height: 220px; }
  .cs-shop-page ul.products li.product a .cs-loop-bottles[data-count="2"] img { height: 204px; }
  .cs-shop-page ul.products li.product a .cs-loop-bottles[data-count="3"] img { height: 188px; }
}

@media (max-width: 380px) {
  .hero-content { min-height: 680px; padding-right: 20px; padding-left: 20px; }
  .hero-content h1 { font-size: 38px; }
  .hero-slider-controls { right: 14px; left: 14px; }
  .offer-bottles[data-count="3"] { gap: 4px; }
  .shop-product-bottles[data-count="3"] { gap: 3px; }
}

/* v1.7: exact source photograph, no added product shadows or colour filters. */
.hero-product-card { grid-template-columns: minmax(0, 1fr) minmax(0, .84fr); }
.hero-product-card > *, .shop-grid > *, .offer-bottles > * { min-width: 0; }
.offer-visual { padding: 42px 0 52px; }
.hero-bottle,
.shop-product-media img,
.cs-shop-page ul.products li.product a .cs-loop-bottles img,
.woocommerce img.cs-original-bottle,
img.cs-original-bottle {
  filter: none !important;
  box-shadow: none !important;
  opacity: 1;
  object-fit: contain;
}
.hero-media-overlay {
  background: linear-gradient(90deg, rgba(3,25,53,.70) 0%, rgba(4,31,65,.53) 48%, rgba(5,35,72,.16) 100%),
              linear-gradient(0deg, rgba(3,25,53,.18), transparent 48%);
}
.hero-content h1, .hero-content .hero-text,
.hero-content .hero-list { text-shadow: 0 1px 3px rgba(0,15,35,.45); }
.offer-bottles { height: 250px; padding: 0 4px; gap: 14px; }
.offer-bottles .hero-bottle { flex: 0 1 auto; max-width: calc((100% - 14px) / 2); height: 205px; }
.offer-bottles[data-count="1"] .hero-bottle { max-width: 100%; height: 220px; }
.offer-bottles[data-count="3"] { gap: 8px; }
.offer-bottles[data-count="3"] .hero-bottle { max-width: calc((100% - 16px) / 3); height: 196px; }
.shop-product-media { min-height: 246px; padding: 62px 16px 20px; background: #fff; }
.shop-product-tag { top: 16px; right: 12px; left: 12px; width: fit-content; max-width: calc(100% - 24px); }
.shop-product-bottles { height: 174px; padding: 0; gap: 10px; align-items: center; overflow: visible; }
.shop-product-bottles img { flex: 0 1 auto; height: 174px; max-width: 100%; }
.shop-product-bottles[data-count="2"] img { height: 174px; max-width: calc((100% - 10px) / 2); }
.shop-product-bottles[data-count="3"] { gap: 6px; }
.shop-product-bottles[data-count="3"] img { height: 174px; max-width: calc((100% - 12px) / 3); }
.shop-product-media > img { height: 174px; }
.cs-shop-page ul.products li.product a .cs-loop-bottles img { flex: 0 1 auto; max-width: 100%; }
.cs-shop-page ul.products li.product a .cs-loop-bottles[data-count="2"] img { max-width: calc((100% - 14px) / 2); }
.cs-shop-page ul.products li.product a .cs-loop-bottles[data-count="3"] img { max-width: calc((100% - 20px) / 3); }
.woocommerce-product-gallery img.cs-original-bottle { max-height: 580px; width: 100%; background: #fff; }
@media (max-width: 900px) {
  .hero-product-card { grid-template-columns: minmax(0, 1fr) minmax(0, .84fr); }
}
@media (max-width: 680px) {
  .hero-product-card { display: block; }
}
@media (max-width: 600px) {
  .hero-media-overlay {
    background: linear-gradient(90deg, rgba(3,25,53,.74), rgba(4,31,65,.43)),
                linear-gradient(0deg, rgba(3,25,53,.20), transparent 60%);
  }
  .offer-bottles { height: 238px; }
  .offer-bottles .hero-bottle { height: 205px; }
  .offer-bottles[data-count="1"] .hero-bottle { height: 220px; }
  .offer-bottles[data-count="3"] .hero-bottle { height: 196px; }
  .shop-product-media { min-height: 282px; }
  .shop-product-bottles { height: 200px; }
  .shop-product-bottles img,
  .shop-product-bottles[data-count="2"] img,
  .shop-product-bottles[data-count="3"] img { height: 200px; }
  .shop-product-media > img { height: 200px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-media-slide { transition: none; transform: none; }
}

/* Long Russian headings must not expand grid tracks on narrow phones. */
@media (max-width: 600px) {
  .section-shell > *, .formula-grid > * { min-width: 0; }
  .section-shell h2 { overflow-wrap: anywhere; }
  .formula-grid { grid-template-columns: minmax(0, 1fr); }
}
