
:root{
 /* Цветовая дизайн-система */
 --color-brand:#314038;
 --color-brand-secondary:#4d5f4d;
 --color-bg:#f5f0e8;
 --color-surface:#fffdf9;
 --color-text:#2d2924;
 --color-text-muted:#71695f;
 --color-border:#d8cec0;
 --color-border-strong:#c9c3b7;
 --color-sage:#dce3d7;
 --color-wax:#cdb999;
 --color-wax-soft:#d9c3a2;
 --color-accent:#c9876d;
 --color-soft:#ece4d8;
 --color-media:#eee7dc;
 --color-surface-soft:#f8f5ef;
 --color-admin-bg:#f4f1eb;
 --color-on-brand:#f6f1e8;
 --color-on-brand-muted:#d5ddd7;
 --color-on-brand-subtle:#aeb8ad;
 --color-white:#fff;
 --color-success:#3c6245;
 --color-success-bg:#e3ede4;
 --color-success-border:#c5d8c7;
 --color-warning:#775c24;
 --color-warning-bg:#f6e8c9;
 --color-error:#7a3e32;
 --color-error-bg:#f7e7e2;
 --color-error-border:#e5c2b6;
 --color-info:#4c574d;
 --color-info-bg:#eef0eb;
 --color-info-border:#d7dbd2;
 /* Совместимые семантические алиасы */
 --bg:var(--color-bg);--surface:var(--color-surface);--ink:var(--color-text);--muted:var(--color-text-muted);
 --green:var(--color-brand-secondary);--green2:var(--color-brand);--sage:var(--color-sage);--wax:var(--color-wax);
 --peach:var(--color-accent);--line:var(--color-border);--soft:var(--color-soft);--danger:var(--color-error);
 --shadow:0 22px 70px rgba(41,35,30,.09);--r:20px;--rs:11px;--max:1240px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{display:block;max-width:100%}
.skip-link{position:fixed;left:16px;top:12px;z-index:10000;padding:10px 14px;border-radius:8px;background:var(--color-brand);color:var(--color-on-brand);font-weight:700;transform:translateY(-180%);transition:transform .15s ease}
.skip-link:focus,.skip-link:focus-visible{transform:translateY(0);outline:2px solid var(--color-on-brand);outline-offset:2px}
.container{width:min(var(--max),calc(100% - 56px));margin:0 auto}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(44px,5.3vw,72px);line-height:.99;letter-spacing:-.035em;margin-bottom:18px}
h2{font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-.025em;margin-bottom:14px}
h3{font-size:25px;line-height:1.14;margin-bottom:8px}
.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:var(--green);margin-bottom:10px}
.lead{font-size:17px;color:var(--muted);max-width:720px}
.small{font-size:12px;color:var(--muted)}
.section{padding:86px 0}
.section-white{background:var(--surface)}
.section-dark{background:var(--green2);color:var(--color-on-brand)}
.section-dark .lead,.section-dark p{color:var(--color-on-brand-muted)}
.section-dark .eyebrow{color:var(--color-on-brand-muted)}
.btn{min-height:50px;padding:0 23px;border-radius:var(--rs);display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;font-size:14px;font-weight:700;cursor:pointer;transition:.2s}

.btn:focus-visible,.iconbtn:focus-visible{outline:2px solid var(--color-brand-secondary);outline-offset:3px}
.btn-primary{background:var(--green2);color:var(--color-white)}
.btn-outline{border-color:var(--green2);color:var(--green2);background:transparent}
.btn-light{background:var(--surface);color:var(--green2)}

.actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:26px}
.topline{font-size:12px;text-align:center;padding:8px 16px;background:var(--green2);color:var(--color-bg)}
.topline a{color:inherit;text-decoration:none;text-underline-offset:3px}
.topline a:focus-visible{text-decoration:underline}
.topline-sep{display:inline-block;margin:0 .52em;opacity:.7}
.header{height:78px;background:rgba(255,253,249,.95);border-bottom:1px solid rgba(45,41,36,.08);display:flex;align-items:center;position:sticky;top:0;z-index:40;backdrop-filter:blur(12px)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{font-family:Georgia,"Times New Roman",serif;font-size:29px;white-space:nowrap}
.logo small{display:block;font:9px Arial,sans-serif;letter-spacing:.17em;text-transform:uppercase;color:var(--muted)}
.menu{display:flex;gap:24px;align-items:center;font-size:13px}

.header-actions{display:flex;gap:9px}
.iconbtn{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:var(--surface);display:flex;align-items:center;justify-content:center}
.breadcrumbs{font-size:11px;color:var(--muted);padding:22px 0}
.breadcrumbs ol{display:flex;gap:8px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.breadcrumbs li:not(:last-child):after{content:"/";margin-left:8px;color:var(--color-text-muted)}
.ph{position:relative;overflow:hidden;background:radial-gradient(circle at 72% 28%,rgba(255,255,255,.58),transparent 18%),linear-gradient(145deg,var(--color-soft),var(--color-wax))}
.ph:before{content:attr(data-photo);position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;color:rgba(45,41,36,.46);font-size:11px;font-weight:700;letter-spacing:.12em;z-index:1}
.ph.dark:before{color:rgba(255,255,255,.72)}
.photo-spec{position:absolute;z-index:2;left:15px;right:15px;bottom:15px;background:rgba(45,41,36,.56);color:var(--color-white);border-radius:9px;padding:9px 11px;font-size:9px;letter-spacing:.05em}
.page-hero{padding:42px 0 70px;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:44px;align-items:center}
.page-hero .ph{aspect-ratio:16/10;border-radius:27px;box-shadow:var(--shadow)}
.text-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden}
.card-photo{aspect-ratio:4/5}
.card-copy{padding:18px}
.card-copy h3{font-size:22px}
.card-copy p{font-size:12px;color:var(--muted);margin-bottom:0}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feature{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:24px}
.feature .no{font-family:Georgia,serif;font-size:34px;color:var(--wax);margin-bottom:22px}
.feature p{font-size:12px;color:var(--muted);margin:0}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;position:relative;display:flex;flex-direction:column;height:100%;min-width:0}
.product-card>a{display:block;flex:0 0 auto}
.product-copy{padding:15px;display:flex;flex:1 1 auto;min-width:0;flex-direction:column}
.product-copy h3{font-size:21px;margin-bottom:3px}
.product-copy .meta{font-size:11px;color:var(--muted);min-height:34px}
.price-row{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:12px;min-width:0}
.price{font-weight:700;font-size:14px;min-width:0}
.add{width:34px;height:34px;min-width:34px;min-height:34px;max-width:34px;max-height:34px;flex:0 0 34px;aspect-ratio:1 / 1;box-sizing:border-box;padding:0;border-radius:50%;border:0;background:var(--green2);color:var(--color-white);font-size:20px;line-height:1;display:inline-flex;align-items:center;justify-content:center;-webkit-appearance:none;appearance:none;transition:background .18s ease,transform .18s ease}.add.is-added{background:var(--green);animation:cart-add-pulse .45s ease}@keyframes cart-add-pulse{0%{transform:scale(1)}45%{transform:scale(.82)}75%{transform:scale(1.08)}100%{transform:scale(1)}}
.badge{position:absolute;left:12px;top:12px;z-index:3;background:rgba(255,253,249,.94);border-radius:999px;padding:6px 9px;font-size:9px;letter-spacing:.08em;text-transform:uppercase;font-weight:700}
.split{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}
.split .ph{aspect-ratio:3/2;border-radius:24px}
.quote{font-family:Georgia,serif;font-size:27px;line-height:1.35;max-width:840px}
.faq details{border-top:1px solid var(--line);padding:18px 0}
.faq details:last-child{border-bottom:1px solid var(--line)}
.faq summary{font-size:13px;font-weight:700;cursor:pointer;list-style:none;position:relative;padding-right:30px}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:"+";position:absolute;right:0;font-size:20px;color:var(--green)}
.faq details[open] summary:after{content:"–"}
.faq p{font-size:12px;color:var(--muted);max-width:800px;padding-top:10px;margin-bottom:0}
.form{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:28px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.field{display:grid;gap:6px}
.field.full{grid-column:1/-1}
label{font-size:11px;font-weight:700;color:var(--muted)}
input,select,textarea{border:1px solid var(--line);border-radius:10px;background:var(--surface);min-height:46px;padding:0 12px;color:var(--ink)}
textarea{min-height:110px;padding-top:12px;resize:vertical}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px}
.contact-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:23px}
.contact-card b{display:block;font-size:13px;margin-bottom:5px}
.contact-card span,.contact-card a{font-size:12px;color:var(--muted)}
.notice{background:var(--sage);border-radius:14px;padding:14px 16px;font-size:12px;color:var(--green2)}
.table{width:100%;border-collapse:collapse;background:var(--surface);border-radius:16px;overflow:hidden;border:1px solid var(--line)}
.table th,.table td{text-align:left;padding:13px 14px;border-bottom:1px solid var(--line);font-size:12px}
.table th{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.cart-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:start}
.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:16px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:13px;margin-bottom:12px}
.cart-item .ph{aspect-ratio:1;border-radius:11px}
.qty{display:flex;align-items:center;gap:9px;font-size:12px}
.qty button{width:28px;height:28px;border-radius:50%;border:1px solid var(--line);background:var(--surface)}
.summary{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:23px;position:sticky;top:100px}
.summary-row{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-top:1px solid var(--line);font-size:12px}
.summary-row.total{font-size:16px;font-weight:700}
.checkout{display:grid;grid-template-columns:1fr .72fr;gap:28px;align-items:start}
.checkout-steps{display:grid;gap:16px}
.checkout-step{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:24px}
.checkout-step h2{font-family:Arial,sans-serif;font-size:13px}
.pills{display:flex;gap:8px;flex-wrap:wrap}
.pill{padding:8px 11px;border-radius:999px;background:var(--sage);color:var(--green2);font-size:10px;font-weight:700}
.footer{background:var(--color-brand);color:var(--color-on-brand);padding:58px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px}
.footer-logo{font-family:Georgia,serif;font-size:29px;margin-bottom:12px}
.footer p,.footer a{font-size:11px;color:var(--color-on-brand-muted)}
.footer-title{font-family:Arial,sans-serif;font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}
.footer-links{display:grid;gap:8px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;margin-top:38px;font-size:10px;color:var(--color-on-brand-subtle);display:flex;justify-content:space-between;gap:20px}

/* admin */















@media(max-width:1020px){
 .menu{display:none}
 .page-hero,.split,.text-grid,.contact-grid,.cart-layout,.checkout{grid-template-columns:1fr}
 .feature-grid{grid-template-columns:1fr 1fr}
 .product-grid{grid-template-columns:1fr 1fr}

 .footer-grid{grid-template-columns:1fr 1fr}
 .summary{position:static}
 
 
}
@media(max-width:640px){
 .container{width:min(var(--max),calc(100% - 36px))}
 .topline{font-size:10px}.header{height:68px}.logo{font-size:24px}
 .section{padding:64px 0}.page-hero{padding:20px 0 54px;gap:26px}
 h1{font-size:44px}h2{font-size:36px}.lead{font-size:16px}
 .cards,.feature-grid{grid-template-columns:1fr}
 .product-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:11px;align-items:stretch}.product-copy{padding:12px}.product-copy h3{font-size:19px}.price-row{gap:4px;align-items:flex-end}.price{font-size:12px;line-height:1.15;white-space:nowrap}
 .form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}
 .cart-item{grid-template-columns:72px 1fr}.cart-item>div:last-child{grid-column:2}
 .footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}
 
}
@media(max-width:360px){.price-row{gap:4px}.price{font-size:11px;line-height:1.1;white-space:normal}}


/* === Unified product page template === */
.product-template main{padding-bottom:76px}
.product-top{display:grid;grid-template-columns:1.06fr .94fr;gap:52px;align-items:stretch;padding:8px 0 74px}
.product-gallery{display:grid;grid-template-columns:82px 1fr;gap:12px}
.product-thumbs{display:grid;gap:10px;align-content:start}
.product-thumb{aspect-ratio:1;border-radius:11px;border:1px solid var(--line);background:var(--surface);position:relative;overflow:hidden}
.product-thumb.active{outline:2px solid var(--green2);outline-offset:2px}
.product-main-photo{aspect-ratio:3/4;border-radius:24px;box-shadow:var(--shadow)}
.product-buybox{position:sticky;top:102px;align-self:stretch;display:flex;flex-direction:column}
.product-buybox h1{font-size:clamp(42px,4.2vw,58px)}
.product-price{font-size:30px;font-weight:700;margin:0}
.product-stock{font-size:12px;color:var(--green);font-weight:700;margin-top:5px}
.product-actions{display:flex;justify-content:flex-end;align-items:center}
.product-facts{padding-top:8px}
.product-fact{display:grid;grid-template-columns:132px 1fr;gap:12px;padding:11px 0;border-top:1px solid var(--line);font-size:12px}
.product-fact span:first-child{color:var(--muted)}











.product-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-benefit{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:24px}
.product-benefit .no{font-family:Georgia,serif;font-size:32px;color:var(--wax);margin-bottom:20px}
.product-benefit h3{font-size:21px}
.product-benefit p{font-size:12px;color:var(--muted);margin:0}
.product-related{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-mobile-buy{display:none}

@media(max-width:1020px){
 .product-top{grid-template-columns:1fr}
 .product-buybox{position:static;display:block}
 .product-benefits{grid-template-columns:1fr 1fr}
 .product-related{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
 .product-top{gap:28px;padding-bottom:54px}
 .product-gallery{grid-template-columns:1fr}
 .product-thumbs{grid-template-columns:repeat(4,1fr);order:2}
 .product-main-photo{border-radius:18px}
 .product-fact{grid-template-columns:110px 1fr}
 
 
 
 .product-benefits{grid-template-columns:1fr}
 .product-related{grid-template-columns:1fr 1fr;gap:11px}
 .product-mobile-buy{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:80;background:rgba(255,253,249,.97);border-top:1px solid var(--line);padding:10px 18px;align-items:center;justify-content:space-between;gap:12px;backdrop-filter:blur(10px);transform:translateY(110%);opacity:0;pointer-events:none;transition:transform .22s ease,opacity .22s ease}.product-mobile-buy.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}
 .product-mobile-buy b{font-size:14px}
 .product-mobile-buy .btn{min-height:44px}
 body.product-template{padding-bottom:0}
 .product-template main{padding-bottom:68px}
}


/* === CMS-controlled homepage hero === */


.hero-display-title{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(44px,5.3vw,72px);line-height:.99;letter-spacing:-.035em;
  margin:0 0 18px
}


/* admin: homepage / hero */


@media(max-width:640px){
  .hero-display-title{font-size:44px}
  
}


/* === Admin carousel === */


/* real photos inside approved product-card slots only */


.product-thumb.real-slot,.product-main-photo.real-slot{overflow:hidden;padding:0;background:var(--color-media)}
.product-thumb.real-slot img{width:100%;height:100%;object-fit:cover;display:block}
.product-main-photo.real-slot img{width:100%;height:100%;object-fit:contain;display:block;background:var(--color-media)}
.product-thumb.real-slot{cursor:pointer}
.product-thumb.real-slot.active{outline:2px solid var(--green2);outline-offset:2px}
.product-main-photo.real-slot img{transition:opacity .18s ease}


/* === Articles / useful content module === */
.articles-hero{padding:64px 0 46px;max-width:900px}
.articles-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.article-card{
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:20px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.article-card-cover{
  aspect-ratio:16/10;
  position:relative;
  overflow:hidden;
  min-height:0;
  background:linear-gradient(135deg,var(--color-media),var(--color-border));
  display:grid;
  place-items:center;
  color:var(--muted);
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.article-card-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}
.article-card h2,.article-card h3{font-size:28px;margin:0}
.article-card-title-link{color:inherit;text-decoration:none}
.article-card-title-link:focus-visible{color:var(--green);text-decoration:underline;text-underline-offset:.16em}
.article-card p{font-size:12px;color:var(--muted);margin:0}
.article-card-meta{font-size:10px;color:var(--green);font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.article-card-link{margin-top:auto;padding-top:8px;font-size:12px;font-weight:700}

.article-layout{
  display:grid;
  grid-template-columns:minmax(0,760px) minmax(260px,300px);
  gap:64px;
  align-items:start;
}
.article-main{min-width:0}
.article-main>h1{max-width:760px;font-size:clamp(40px,4.2vw,64px);line-height:1.02}
.article-body{font-size:16px;line-height:1.75}
.article-body h2{font-size:38px;margin:48px 0 16px}
.article-body h3{font-size:28px;margin:36px 0 12px}
.article-body p{margin:0 0 18px}
.article-body ul,.article-body ol{padding-left:20px;margin:0 0 20px}
.article-body li{margin:7px 0}
.article-lead{font-size:21px;line-height:1.55;color:var(--muted);margin:0 0 30px}
.article-cover{
  position:relative;width:100%;aspect-ratio:16/10;border-radius:24px;margin:28px 0 38px;
  overflow:hidden;min-height:0;background:linear-gradient(135deg,var(--color-soft),var(--color-border));
  display:block;color:var(--muted);font-size:11px;
}
.article-cover>img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;display:block}
.article-aside{position:sticky;top:105px;display:grid;gap:16px}
.article-aside-box{
  border:1px solid var(--line);border-radius:18px;padding:20px;background:var(--surface)
}
.article-aside-box h3{font-size:22px;margin:0 0 9px}
.article-product-placeholder{
  border:1px dashed var(--line);border-radius:14px;padding:16px;margin-top:12px;
  font-size:11px;color:var(--muted);background:var(--color-surface-soft)
}
.article-note{
  border-left:3px solid var(--green);background:var(--color-surface-soft);padding:16px 18px;
  margin:24px 0;border-radius:0 12px 12px 0;font-size:14px
}

/* admin articles */


@media(max-width:960px){
 .articles-grid{grid-template-columns:1fr 1fr}
 .article-layout{grid-template-columns:1fr}
 .article-aside{position:static}
}
@media(max-width:640px){
 .articles-grid{grid-template-columns:1fr}
 .article-main>h1{font-size:clamp(36px,11vw,48px);line-height:1.04}
 .article-cover{border-radius:18px;margin:22px 0 30px}
 .article-body h2{font-size:32px}
 .article-lead{font-size:18px}
 
}


/* === Approved main navigation concept === */
.main-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  flex:1 1 auto;
  min-width:0;
}
.main-menu > a,
.main-menu .menu-toplink{
  white-space:nowrap;
  font-size:12px;
  letter-spacing:-.01em;
}
.menu-item{
  position:relative;
  display:flex;
  align-items:center;
}
.menu-toplink{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
}
.menu-toplink-group{font:inherit}
.menu-caret{
  font-size:.78em;
  line-height:1;
  opacity:.60;
  transform:translateY(-1px);
  transition:transform .18s ease;
}
.menu-dropdown{
  position:absolute;
  z-index:90;
  top:calc(100% + 16px);
  left:-18px;
  min-width:232px;
  padding:10px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--surface);
  box-shadow:0 24px 70px rgba(41,35,30,.14);
  opacity:0;
  visibility:hidden;
  transform:translateY(7px);
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
}
.menu-dropdown::before{
  content:"";
  position:absolute;
  left:0;right:0;top:-18px;height:18px;
}
.menu-dropdown a{
  display:block;
  padding:11px 12px;
  border-radius:10px;
  color:var(--ink);
  text-decoration:none;
  line-height:1.25;
}
.menu-dropdown a:focus-visible{background:var(--bg)}
.prototype-link{cursor:default}
.prototype-link[href="#"]{color:var(--ink)}
.compact-menu{min-width:236px}

/* Width tuning: desktop stays one line; mobile uses the existing hidden-menu rule. */
@media(max-width:1320px){
  .site-logo-mark{width:56px;height:56px;flex-basis:56px}
  .header-inner{gap:17px}
  .main-menu{gap:15px}
  .main-menu > a,.main-menu .menu-toplink{font-size:11px}
  .logo{font-size:26px}
  .iconbtn{width:38px;height:38px}
}
@media(max-width:1140px){
  .site-logo-mark{width:52px;height:52px;flex-basis:52px}
  .header-inner{gap:12px}
  .main-menu{gap:11px}
  .main-menu > a,.main-menu .menu-toplink{font-size:10px}
  .logo{font-size:23px}
  .logo small{font-size:8px}
  .header-actions{gap:6px}
  .iconbtn{width:36px;height:36px}
}


/* === SEO landing CMS module === */


button:disabled,input:disabled,select:disabled{opacity:.62;cursor:not-allowed}


/* === Collection menu ordering === */


/* === Standardized dropdowns === */

.menu-section-label{
  margin:6px 10px 3px;
  padding-top:8px;
  border-top:1px solid rgba(45,41,36,.10);
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
}


/* === Wedding section === */
.wedding-page .wedding-section-lead{max-width:860px;margin-bottom:30px}
.wedding-page .wedding-editorial-copy p{margin:0 0 14px;color:var(--muted);font-size:15px;line-height:1.75}
.wedding-page .wedding-order .lead{max-width:760px}
.wedding-page .wedding-order-help{max-width:760px;margin:14px 0 0;color:var(--muted);font-size:13px;line-height:1.7}
.wedding-page .page-hero .actions{margin-top:24px}
.wedding-format-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.wedding-format-card{height:100%}
.wedding-format-card .card-copy{min-height:154px}
.wedding-format-photo{aspect-ratio:4/5}
.wedding-format-photo img{width:100%;height:100%;object-fit:cover;display:block}
.wedding-table-hero{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:44px;align-items:center}
.wedding-table-copy .lead{max-width:620px}
.wedding-table-copy .actions{margin-top:24px}
.wedding-table-media{aspect-ratio:16/10;width:100%;min-height:0;border-radius:27px;overflow:hidden;box-shadow:var(--shadow)}
.wedding-table-media img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:1020px){.wedding-format-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wedding-table-hero{grid-template-columns:1fr;gap:28px}.wedding-table-media{border-radius:22px}}
@media(max-width:640px){.wedding-page .wedding-section-lead{margin-bottom:22px}.wedding-format-grid{grid-template-columns:1fr}.wedding-format-card .card-copy{min-height:0}}

/* === Canonical public layout standard === Single source of truth after full-project audit.
*/
:root{
  --media-ratio-hero:16 / 10;
  --media-ratio-card:4 / 5;
  --media-ratio-product:3 / 4;
  --media-ratio-split:3 / 2;
  --page-hero-pad-top:42px;
  --page-hero-pad-bottom:70px;
  --page-first-section-pad-top:86px;
}

/* Media sizes: no page-specific ratios. */
.page-hero .ph,.hero-slide-photo{aspect-ratio:var(--media-ratio-hero);width:100%;min-height:0;border-radius:27px;box-shadow:var(--shadow);overflow:hidden}
.page-hero .ph img,.hero-slide-photo img{width:100%;height:100%;object-fit:cover;display:block}
.hero-image-contain img{object-fit:contain!important;background:var(--color-surface-soft)}
.card-photo{aspect-ratio:var(--media-ratio-card)}
.product-photo{aspect-ratio:var(--media-ratio-product)}
.card-photo img{width:100%;height:100%;object-fit:cover;display:block}
.product-photo img{width:100%;height:100%;object-fit:contain;display:block;background:var(--color-media)}
.split .ph{aspect-ratio:var(--media-ratio-split)}

/* Static Page Hero standard. */
.standard-page > .page-hero{padding-top:var(--page-hero-pad-top);padding-bottom:var(--page-hero-pad-bottom);margin-top:0;margin-bottom:0}
.standard-page > .page-hero + .section{margin-top:0;padding-top:var(--page-first-section-pad-top)}
.category-page > .page-hero + .category-main-block,.listing-page > .page-hero + .listing-main-block{margin-top:0;padding-top:var(--page-first-section-pad-top)}
.category-page > .category-main-block > .container,.listing-page > .listing-main-block > .container{margin-top:0;padding-top:0}
.category-page > .category-main-block .product-grid:first-child,.listing-page > .listing-main-block .product-grid:first-child{margin-top:0}

/* Only Page-Hero breadcrumbs are visual overlay on desktop. Product/cart/article breadcrumbs remain in normal document flow. */
@media(min-width:1021px){
  .hero-breadcrumbs{position:relative;z-index:12;height:0;padding:0;margin:0 auto;overflow:visible}
  .hero-breadcrumbs ol{position:relative;top:10px}
  .listing-page > .page-hero{height:562px;min-height:562px;max-height:562px;box-sizing:border-box;padding-top:42px;padding-bottom:70px;margin:0 auto}
  .listing-page > .page-hero > div:first-child{min-width:0;align-self:center}
  .listing-page > .page-hero .ph{align-self:center}
}

/* Homepage carousel: same outer box/image geometry as category Hero. */
.hero-carousel.container{position:relative;box-sizing:border-box;width:min(var(--max),calc(100% - 56px));margin-left:auto;margin-right:auto}

.hero-carousel-viewport{position:relative;width:100%;min-width:0;overflow:visible}
.hero-carousel-track{display:grid;width:100%;min-width:0;max-width:100%}
.hero-slide,.hero-slide.is-active,.hero-slide.is-leaving{grid-area:1 / 1;display:grid;width:100%;min-width:0;max-width:100%;box-sizing:border-box;grid-template-columns:minmax(0,calc((100% - 44px) * .40)) minmax(0,calc((100% - 44px) * .60));column-gap:44px;align-items:center;visibility:hidden;opacity:0;pointer-events:none;transform:none}
.hero-slide.is-active{visibility:visible;opacity:1;pointer-events:auto;z-index:2}
.hero-slide.is-leaving{visibility:visible;opacity:0;pointer-events:none;z-index:1}
.hero-carousel[data-transition="cinematic-soft"] .hero-slide.is-active:not(.is-initial){animation:heroCrossfadeIn var(--hero-transition-duration,800ms) cubic-bezier(.22,.61,.36,1) both}
.hero-carousel[data-transition="cinematic-soft"] .hero-slide.is-leaving{animation:heroCrossfadeOut var(--hero-transition-duration,800ms) cubic-bezier(.22,.61,.36,1) both}
.hero-carousel[data-transition="cinematic-soft"] .hero-slide.is-active:not(.is-initial) .hero-slide-photo:not(.hero-image-contain) img{animation:heroImageSettle var(--hero-transition-duration,800ms) cubic-bezier(.22,.61,.36,1) both;transform-origin:center center;will-change:transform}
.hero-carousel .hero-slide.is-active:not(.is-initial) .hero-slide-copy{animation:heroCopyReveal .45s cubic-bezier(.22,.61,.36,1) var(--hero-text-delay,300ms) both}
.hero-carousel .hero-slide.is-leaving .hero-slide-copy{animation:heroCopyExit .20s ease-out both}
.hero-carousel[data-transition="fade"] .hero-slide.is-active:not(.is-initial){animation:heroCrossfadeIn var(--hero-transition-duration,800ms) ease both}
.hero-carousel[data-transition="fade"] .hero-slide.is-leaving{animation:heroCrossfadeOut var(--hero-transition-duration,800ms) ease both}
.hero-slide-copy,.hero-slide-photo{width:100%;min-width:0;box-sizing:border-box}
.hero-slide-copy{max-width:520px;align-self:center}
.hero-slide-photo{justify-self:stretch;align-self:center}
.hero-slide-full-banner,.hero-slide-full-banner.is-active{grid-template-columns:1fr;column-gap:0;row-gap:0;align-items:stretch}
.hero-slide-full-banner .hero-slide-photo{grid-column:1/-1;max-width:none;align-self:stretch;height:100%}
.hero-slide-full-banner .hero-slide-banner{aspect-ratio:auto;width:100%;height:100%;min-height:0;border-radius:27px;overflow:hidden;box-shadow:var(--shadow)}
.hero-slide-full-banner .hero-slide-banner img{width:100%;height:100%;object-fit:cover;display:block}
.hero-carousel .eyebrow{margin-bottom:8px}
.hero-carousel .hero-display-title{font-size:clamp(40px,4.7vw,66px);line-height:.98;margin:0 0 14px}
.hero-carousel .lead{font-size:15px;line-height:1.45;max-width:520px;margin-bottom:0}
.hero-carousel .actions{margin-top:18px;gap:10px}
.hero-carousel-controls{display:flex;align-items:center;justify-content:space-between;gap:18px}
.hero-carousel-arrows{display:flex;gap:8px}
.hero-arrow{width:44px;height:44px;padding:0;box-sizing:border-box;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;font-size:0;position:relative;display:grid;place-items:center;-webkit-appearance:none;appearance:none}
.hero-arrow::before{content:"";position:absolute;left:50%;top:50%;width:15px;height:1.5px;border-radius:99px;background:currentColor;transform:translate(-50%,-50%)}
.hero-arrow::after{content:"";position:absolute;top:50%;width:7px;height:7px;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor}
.hero-arrow::after{left:50%;transform:translate(0,-50%) rotate(45deg)}
.hero-prev{transform:scaleX(-1)}
.hero-dots{display:flex;align-items:center;justify-content:center;gap:0;flex:1}
.hero-dot{position:relative;width:32px;height:32px;min-width:32px;min-height:32px;border:0;border-radius:50%;background:transparent;cursor:pointer;padding:0;-webkit-appearance:none;appearance:none}
.hero-dot::before{content:"";position:absolute;left:50%;top:50%;width:9px;height:9px;border-radius:50%;background:var(--color-border-strong);transform:translate(-50%,-50%);transition:width .25s ease,background .25s ease,border-radius .25s ease}
.hero-dot.is-active::before{width:28px;border-radius:99px;background:var(--green2)}
.hero-dot:focus-visible{outline:2px solid var(--green2);outline-offset:1px}
.hero-carousel-state{min-width:120px;text-align:right;font-size:10px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}
@keyframes heroCrossfadeIn{from{opacity:0}to{opacity:1}}
@keyframes heroCrossfadeOut{from{opacity:1}to{opacity:0}}
@keyframes heroImageSettle{from{transform:scale(var(--hero-image-scale,1.03))}to{transform:scale(1)}}
@keyframes heroCopyReveal{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@keyframes heroCopyExit{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}
@media(prefers-reduced-motion:reduce){
  .hero-slide.is-active,.hero-slide.is-leaving,.hero-slide.is-active .hero-slide-photo img,.hero-slide.is-active .hero-slide-copy,.hero-slide.is-leaving .hero-slide-copy{animation:none!important;transition:none!important;transform:none!important}
  .hero-slide.is-leaving{visibility:hidden;opacity:0}
}

@media(min-width:1021px){
  .hero-carousel.container{height:562px;min-height:562px;max-height:562px;padding-top:42px;padding-bottom:70px;margin-top:0;margin-bottom:0;overflow:visible}
  .hero-carousel-viewport,.hero-carousel-track,.hero-slide,.hero-slide.is-active,.hero-slide.is-leaving{height:450px;min-height:450px;max-height:450px}
  .hero-carousel-controls{position:absolute;left:0;right:0;bottom:13px;height:44px;margin:0;padding:0;z-index:8}
}

@media(max-width:1020px){
  /* The later .main-menu rule used to override the old .menu{display:none}; fix that conflict. */
  .main-menu{display:none!important}
  .listing-page > .page-hero{height:auto;min-height:0;max-height:none}
  .listing-page > .page-hero > div:first-child{box-sizing:border-box;min-height:clamp(170px,calc(435px - 30vw),360px);display:flex;flex-direction:column;justify-content:center}
  .hero-carousel.container{height:auto;min-height:0;max-height:none;padding-top:20px;padding-bottom:54px}
  .hero-carousel-viewport,.hero-carousel-track,.hero-slide,.hero-slide.is-active,.hero-slide.is-leaving{height:auto;min-height:0;max-height:none}
  .hero-slide,.hero-slide.is-active,.hero-slide.is-leaving{grid-template-columns:1fr;column-gap:0;row-gap:32px;grid-template-rows:minmax(0,1fr) auto;align-items:stretch}
  .hero-slide-full-banner,.hero-slide-full-banner.is-active,.hero-slide-full-banner.is-leaving{row-gap:0;grid-template-rows:1fr}
  .hero-slide-copy{max-width:680px;align-self:center}
  .hero-slide-photo{align-self:end}
  .hero-carousel-controls{position:absolute;left:0;right:0;bottom:5px;height:44px;margin:0;z-index:8}
}
@media(max-width:640px){
  :root{--page-hero-pad-top:20px;--page-hero-pad-bottom:54px;--page-first-section-pad-top:64px}
  .hero-carousel.container{width:min(var(--max),calc(100% - 36px))}
  .hero-slide,.hero-slide.is-active{row-gap:26px}
  .hero-slide-full-banner,.hero-slide-full-banner.is-active{row-gap:0}
  .page-hero .ph,.hero-slide-photo{border-radius:22px}
  .listing-page > .page-hero + .listing-main-block{padding-top:64px}
}
@media(max-width:320px){.listing-page > .page-hero > div:first-child{min-height:360px}}

/* Admin responsive repair found during audit. */
@media(max-width:1100px){
  
  
  
  
  
  
  
  
}
@media(max-width:640px){
  
  
  
  
  
  
  
  
}


/* === Canonical navigation === Desktop: JS-controlled single-open dropdown, no hover-gap flicker. Mobile/tablet <=1020: hamburger + right drawer + single-open accordions.
*/
:root{
  --nav-dropdown-gap:8px;
  --nav-drawer-width:min(390px,88vw);
}

/* Desktop dropdown state is controlled only by .is-open. */
.menu-dropdown{
  top:calc(100% + var(--nav-dropdown-gap));
  transition:none;
  pointer-events:none;
}
.menu-dropdown::before{
  top:calc(-1 * (var(--nav-dropdown-gap) + 3px));
  height:calc(var(--nav-dropdown-gap) + 4px);
}
.has-dropdown.is-open > .menu-dropdown{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
  animation:navDropdownIn .12s ease both;
}
@keyframes navDropdownIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
.has-dropdown.is-open > .menu-toplink .menu-caret,
.has-dropdown.is-open > .menu-toplink > .menu-caret{
  transform:rotate(180deg);
}
.has-dropdown.is-open > .menu-toplink{
  color:var(--green);
}

/* Focus rings remain explicit without using :focus-within to force dropdown state. */
.main-menu a:focus-visible, .main-menu .menu-toplink-group:focus-visible, .mobile-menu-toggle:focus-visible, .mobile-menu-close:focus-visible, .mobile-nav a:focus-visible{
  outline:2px solid rgba(49,64,56,.50);
  outline-offset:3px;
  border-radius:8px;
}

/* Touch controls: remove the browser tap flash without hiding keyboard focus rings. */
a,button,summary{-webkit-tap-highlight-color:transparent;touch-action:manipulation}

/* Hamburger is absent on desktop. */
.mobile-menu-toggle{display:none}

/* Drawer is created by navigation.js. */
.mobile-nav-shell{
  position:fixed;
  overflow:hidden;
  inset:0;
  z-index:140;
  display:block;
  visibility:hidden;
  pointer-events:none;
  transition:visibility 0s linear .24s;
}
.mobile-nav-shell.is-open{
  visibility:visible;
  pointer-events:auto;
  transition-delay:0s;
}
.mobile-nav-backdrop{
  position:absolute;
  inset:0;
  background:rgba(35,31,27,.38);
  opacity:0;
  transition:opacity .20s ease;
}
.mobile-nav-shell.is-open .mobile-nav-backdrop{opacity:1}
.mobile-nav-drawer{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:var(--nav-drawer-width);
  max-width:100%;
  background:var(--surface);
  box-shadow:-24px 0 70px rgba(41,35,30,.20);
  transform:translate3d(102%,0,0);
  transition:transform .24s cubic-bezier(.22,.61,.36,1);
  display:flex;
  flex-direction:column;
  overflow:hidden;
  will-change:transform;
}
.mobile-nav-shell.is-open .mobile-nav-drawer{transform:translate3d(0,0,0)}
.mobile-nav-shell.is-opening .mobile-nav-drawer{pointer-events:none}
.mobile-nav-head{
  min-height:82px;
  padding:17px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border-bottom:1px solid rgba(45,41,36,.10);
}
.mobile-nav-brand{
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  line-height:1.05;
}
.mobile-nav-brand small{
  display:block;
  margin-top:5px;
  font:8px Arial,sans-serif;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--muted);
}
.mobile-menu-close{
  width:42px;
  height:42px;
  min-width:42px;
  min-height:42px;
  max-width:42px;
  max-height:42px;
  flex:0 0 42px;
  aspect-ratio:1 / 1;
  box-sizing:border-box;
  padding:0;
  border:1px solid var(--line);
  border-radius:50%;
  background:var(--surface);
  color:var(--ink);
  font-size:0;
  line-height:1;
  cursor:pointer;
  position:relative;
  display:grid;
  place-items:center;
  -webkit-appearance:none;
  appearance:none;
}
.mobile-menu-close::before,.mobile-menu-close::after{content:"";position:absolute;width:16px;height:1.5px;border-radius:99px;background:currentColor;left:50%;top:50%}
.mobile-menu-close::before{transform:translate(-50%,-50%) rotate(45deg)}
.mobile-menu-close::after{transform:translate(-50%,-50%) rotate(-45deg)}
.mobile-nav{
  padding:10px 18px 26px;
  overflow-y:auto;
  overscroll-behavior:contain;
}
.mobile-nav-item{
  border-bottom:1px solid rgba(45,41,36,.10);
}
.mobile-nav-row{
  min-height:58px;
  display:flex;
  align-items:center;
  gap:8px;
}
.mobile-nav-row > a{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
  min-height:58px;
  font-size:15px;
  font-weight:700;
  line-height:1.25;
  color:var(--ink);
}


.mobile-submenu{display:none}
.mobile-submenu-inner{min-height:0;overflow:visible}
.mobile-nav-item.is-open .mobile-submenu{display:block}
.mobile-submenu-inner > a{
  display:block;
  padding:10px 12px;
  margin:0 0 3px;
  border-radius:10px;
  font-size:13px;
  line-height:1.3;
}
.mobile-submenu-inner > a:focus-visible{background:var(--bg)}
.mobile-submenu-inner .menu-section-label{
  margin:9px 12px 4px;
  padding-top:10px;
}
.mobile-submenu-inner > *:last-child{margin-bottom:13px}
body.mobile-nav-open{overflow:hidden}

@media(max-width:1020px){
  .header-inner{gap:10px}
  .main-menu{display:none!important}
  .mobile-menu-toggle{
    display:inline-flex;
    width:42px;
    height:42px;
    min-width:42px;
    min-height:42px;
    max-width:42px;
    max-height:42px;
    flex:0 0 42px;
    aspect-ratio:1 / 1;
    box-sizing:border-box;
    padding:0;
    border:1px solid var(--line);
    border-radius:50%;
    background:var(--surface);
    align-items:center;
    justify-content:center;
    cursor:pointer;
    position:relative;
  }
  .mobile-menu-toggle span,
  .mobile-menu-toggle::before,
  .mobile-menu-toggle::after{
    content:"";
    position:absolute;
    width:17px;
    height:1.5px;
    border-radius:99px;
    background:var(--ink);
  }
  .mobile-menu-toggle::before{transform:translateY(-5px)}
  .mobile-menu-toggle::after{transform:translateY(5px)}
  .header-actions{margin-left:auto}
}

@media(max-width:560px){
  .header{height:72px}
  .logo{font-size:22px}
  .logo small{font-size:7px}
  .header-inner{gap:7px}
  .header-actions{gap:5px}
  .iconbtn{width:38px;height:38px}
  .mobile-menu-toggle{width:40px;height:40px;flex-basis:40px}
}

@media(max-width:390px){
  .logo{font-size:20px}
  .logo small{letter-spacing:.12em}
}

@media(prefers-reduced-motion:reduce){
  .mobile-nav-backdrop,
  .mobile-nav-drawer,
  .mobile-submenu{transition:none}
}

/* Tiny-phone overflow guard found while testing the new mobile navigation. */
@media(max-width:640px){
  .hero-carousel-state{display:none}
  .hero-carousel-controls{justify-content:center}
}

/* Small-screen min-width repair found during navigation regression testing. */
.contact-grid > *,
.checkout > *,
.checkout-steps,
.checkout-step,
.form,
.form-grid,
.field{min-width:0}
input,select,textarea{max-width:100%;min-width:0}
@media(max-width:640px){
  h1{font-size:clamp(34px,11vw,44px)}
}


/* === Canonical desktop navigation hover geometry === Fixes the real dead zone between top-level trigger and dropdown. The top-level item spans the full header height; an invisible bridge belongs to the parent item (not the animated dropdown), so pointer continuity cannot break.
*/
@media(min-width:1021px){
  .header-inner{height:100%;}
  .main-menu{
    height:100%;
    align-self:stretch;
  }
  .main-menu > a,
  .main-menu > .menu-item,
  .main-menu .menu-toplink{
    height:100%;
  }
  .main-menu > a,
  .main-menu .menu-toplink{
    display:flex;
    align-items:center;
  }
  .main-menu > .menu-item{
    position:relative;
    align-items:center;
  }

  /* Visual gap may remain, but it is fully covered by the parent hit bridge. */
  .menu-dropdown{
    top:100% !important;
    transform:none !important;
    transition:none !important;
  }
  .menu-dropdown::before{display:none !important;}

  .has-dropdown.is-open::after{
    content:"";
    position:absolute;
    z-index:89;
    left:-24px;
    top:100%;
    width:max(300px,calc(100% + 48px));
    height:15px;
    background:transparent;
    pointer-events:auto;
  }
  .has-dropdown.is-open{
    z-index:91;
  }
  .has-dropdown.is-open > .menu-dropdown{
    z-index:90;
    animation:none !important;
  }
}


/* focus-state cleanup: top-level focus is an underline, not a full-height pill. */
@media(min-width:1021px){
  .main-menu > a:focus-visible,
  .main-menu > .menu-item > .menu-toplink:focus-visible{
    outline:none !important;
    border-radius:0 !important;
    box-shadow:inset 0 -2px 0 var(--green2);
    color:var(--green);
  }
  .menu-dropdown a:focus-visible{
    outline:2px solid rgba(49,64,56,.50) !important;
    outline-offset:2px !important;
    border-radius:8px !important;
    box-shadow:none !important;
  }
}


/* === Navigation information architecture === */
/* Nested desktop section names are controls, never navigation links. */
.main-menu button.menu-toplink-group{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  padding:0;
  margin:0;
  background:transparent;
  font:inherit;
  color:inherit;
}

/* Every enabled "all ..." item is a generic common-section link. */
.menu-dropdown .menu-common-link,
.mobile-submenu .menu-common-link{
  font-weight:700 !important;
  color:var(--green2) !important;
  border-radius:0 !important;
  border-bottom:1px solid rgba(45,41,36,.12);
  padding-bottom:13px !important;
  margin-bottom:5px;
}
.menu-dropdown .menu-common-link:focus-visible,
.mobile-submenu .menu-common-link:focus-visible{
  background:transparent !important;
  color:var(--green) !important;
}

/* Collection types: no line before first type; divider only between multiple types. */
.menu-section-label{
  border-top:0 !important;
  margin-top:4px !important;
  padding-top:5px !important;
}
.menu-section-label.has-divider{
  border-top:1px solid rgba(45,41,36,.12) !important;
  margin-top:7px !important;
  padding-top:11px !important;
}

/* Mobile: the ENTIRE top-level row is the accordion trigger. */
.mobile-nav-section-toggle{
  width:100%;
  min-height:58px;
  border:0;
  border-bottom:1px solid rgba(45,41,36,.10);
  padding:0;
  margin:0;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  text-align:left;
  color:var(--ink);
  font:700 15px/1.25 Arial,Helvetica,sans-serif;
  cursor:pointer;
}
.mobile-nav-section-toggle .menu-caret{
  flex:0 0 auto;
  font-size:15px;
  transform:none;
  transition:transform .18s ease;
}
.mobile-nav-item.is-open > .mobile-nav-section-toggle .menu-caret{transform:rotate(180deg);}
.mobile-nav-item.mobile-has-submenu{border-bottom:0;}
.mobile-nav-item.mobile-has-submenu > .mobile-submenu{border-bottom:1px solid rgba(45,41,36,.10);}
.mobile-nav-item:not(.mobile-has-submenu) .mobile-nav-row{border-bottom:1px solid rgba(45,41,36,.10);}
.mobile-nav-item:not(.mobile-has-submenu){border-bottom:0;}
.mobile-nav-row > a{font-weight:700;}
.mobile-submenu-inner{padding:5px 0 8px;}
.mobile-submenu-inner > a{padding-left:12px;padding-right:12px;}
.mobile-nav-section-toggle:focus-visible{
  outline:2px solid rgba(49,64,56,.50);
  outline-offset:-2px;
  border-radius:8px;
}


/* zero-gap dropdowns no longer need the old pointer bridge. */
@media(min-width:1021px){
  .has-dropdown.is-open::after{display:none!important;content:none!important;}

  /* Gift collections open as a horizontal mega-menu. It is anchored at the
     left edge of the trigger and grows to the right instead of becoming a
     tall scrollable column. */
  .collections-menu{
    left:0 !important;
    right:auto !important;
    width:min(720px,calc(100vw - 36px));
    max-height:none !important;
    overflow:visible !important;
    overscroll-behavior:auto;
    padding:12px 14px 14px;
  }
  .collections-menu .menu-common-link{
    margin:0 0 10px;
    padding:10px 10px 13px !important;
  }
  .collections-menu .menu-collection-groups{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
    gap:0 18px;
    align-items:start;
  }
  .collections-menu .menu-collection-group{
    min-width:0;
  }
  .collections-menu .menu-section-label,
  .collections-menu .menu-section-label.has-divider{
    border-top:0 !important;
    margin:4px 10px 5px !important;
    padding-top:5px !important;
  }
  .collections-menu .menu-collection-links{
    display:grid;
    gap:1px;
  }
  .collections-menu .menu-collection-links > a{
    padding:8px 10px;
  }
}

/* Mobile keeps the same semantic groups, but stacks them vertically in the drawer. */
@media(max-width:1020px){
  .mobile-submenu-inner .menu-collection-groups{display:block;}
  .mobile-submenu-inner .menu-collection-group + .menu-collection-group .menu-section-label{
    border-top:1px solid rgba(45,41,36,.12) !important;
    margin-top:7px !important;
    padding-top:11px !important;
  }
  .mobile-submenu-inner .menu-collection-links > a{
    display:block;
    padding:10px 12px;
    margin:0 0 3px;
    border-radius:10px;
    font-size:13px;
    line-height:1.3;
    color:var(--ink);
    text-decoration:none;
  }
  .mobile-submenu-inner .menu-collection-links > a:focus-visible{background:var(--bg);}
}


/* === Corporate page === */
.corp-intro{max-width:760px;margin-bottom:30px}
.corp-audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
/* === Corporate audience cards === */
.corp-audience-card{min-height:270px;padding:28px 26px 26px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}
.corp-audience-icon{width:118px;height:118px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background:transparent;border-radius:50%;overflow:hidden}
.corp-audience-icon img{display:block;width:100%;height:100%;object-fit:contain;border-radius:50%}

.corp-audience-card h3{font-size:25px;margin-bottom:9px}
.corp-audience-card p{font-size:12.5px;line-height:1.55;max-width:310px}
@media(max-width:900px){.corp-audience-card{min-height:260px}}
@media(max-width:640px){.corp-audience-card{min-height:260px;padding:24px 22px}.corp-audience-icon{width:104px;height:104px;margin-bottom:18px}.corp-audience-icon img{width:100%;height:100%}}

.corp-format-cards .card{height:100%}
.corp-format-cards .card-copy{display:flex;flex-direction:column;min-height:150px}
.corp-card-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:auto;padding-top:14px;font-size:12px;font-weight:700;color:var(--green2)}
.corp-card-links a{text-decoration:underline;text-underline-offset:3px}
.corp-checklist{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}
.corp-checklist>div{border-top:1px solid var(--line);padding-top:13px}
.corp-checklist b{display:block;font-size:13px;margin-bottom:3px}
.corp-checklist span{display:block;font-size:11px;color:var(--muted)}

.corp-form-help{margin-top:26px;padding:16px 18px;border-radius:14px;background:var(--sage);color:var(--green2)}
.corp-form-help b,.corp-form-help span{display:block}
.corp-form-help b{font-size:12px;margin-bottom:4px}
.corp-form-help span{font-size:12px}
.corp-form-note{margin:14px 0 0}
@media(max-width:900px){.corp-audience-grid{grid-template-columns:1fr 1fr}.corp-checklist{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.corp-audience-grid,.corp-checklist{grid-template-columns:1fr}.corp-intro{margin-bottom:22px}}

/* Corporate Hero uses the approved desktop Hero height. */
@media(min-width:1021px){
  .corporate-page > .page-hero{
    height:562px !important;
    min-height:562px !important;
    max-height:562px !important;
    box-sizing:border-box;
    padding-top:42px !important;
    padding-bottom:70px !important;
  }
}

/* === Corporate process infographic === Full standard container width; five equal square cards; stronger line icons. */
.corp-process-lead{max-width:780px;margin-bottom:42px}
.corp-process{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;width:100%;margin-top:4px;padding-top:104px}
.corp-process:before{content:"";position:absolute;left:8.5%;right:8.5%;top:43px;height:1px;background:var(--color-wax);z-index:0}
.corp-process-step{position:relative;z-index:1;min-width:0;aspect-ratio:1/1;background:rgba(255,253,249,.84);border:1px solid var(--color-wax-soft);border-radius:18px;padding:16px 13px 13px;box-shadow:0 12px 34px rgba(41,35,30,.035);display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;overflow:visible}
.corp-process-number{position:absolute;top:-88px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:var(--green2);color:var(--color-white);font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1;box-shadow:0 0 0 8px var(--bg);z-index:3}
.corp-process-icon{display:flex;align-items:center;justify-content:center;width:92px;height:92px;flex:0 0 92px;margin:0 auto 7px}
.corp-process-icon img{display:block;width:100%;height:100%;object-fit:contain}


.corp-process-dot{width:6px;height:6px;border-radius:50%;background:var(--color-wax);margin:1px auto 7px;flex:0 0 6px}
.corp-process-step h3{font-size:19px;line-height:1.04;margin:0;min-height:40px;display:flex;align-items:center;justify-content:center}
.corp-process-rule{width:36px;height:1px;background:var(--color-wax);margin:8px auto 9px;flex:0 0 1px}
.corp-process-step p{font-size:10.5px;line-height:1.4;color:var(--muted);margin:0;max-width:190px}

.corp-production-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:30px}
.corp-production-card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);min-width:0;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:20px}
.corp-production-copy{padding:28px 26px;display:flex;flex-direction:column;min-width:0}
.corp-production-kicker{font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--green);margin-bottom:9px}
.corp-production-card h3{font-size:27px;margin-bottom:16px}
.corp-production-list{list-style:none;margin:0;padding:0;display:grid;gap:11px}
.corp-production-list li{position:relative;padding-left:19px;font-size:12px;line-height:1.5;color:var(--muted)}
.corp-production-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--green);font-weight:800}
.corp-production-list strong{color:var(--ink);font-weight:700}
.corp-production-link{margin-top:auto;padding-top:20px;font-size:12px;font-weight:700;color:var(--green2);text-decoration:underline;text-underline-offset:3px}
.corp-production-photo{width:100%;height:100%;min-height:310px;border-radius:0!important;box-shadow:none!important}
.corp-production-branding{background:var(--surface)}

@media(max-width:1100px){
  .corp-process{grid-template-columns:repeat(3,minmax(0,1fr));gap:88px 14px;padding-top:80px}
  .corp-process:before{display:none}
  .corp-process-number{top:-70px}
  .corp-production-card{grid-template-columns:1fr}
  .corp-production-photo{height:auto;min-height:0;aspect-ratio:3/2}
  .corp-production-photo.corp-owned-photo{aspect-ratio:3/2}
}
@media(max-width:820px){
  .corp-process{grid-template-columns:repeat(2,minmax(0,1fr));gap:88px 14px}
  .corp-process-lead{margin-bottom:34px}
  .corp-production-grid{grid-template-columns:1fr}
  .corp-production-copy{padding:24px 22px}
}
@media(max-width:440px){
  .corp-process{grid-template-columns:1fr;gap:88px}
  .corp-process-step{aspect-ratio:1/1;min-height:0;padding:22px 18px 18px}
  .corp-process-number{top:-70px}
  .corp-process-icon{width:108px;height:108px;flex-basis:108px;margin-bottom:8px}
  .corp-process-icon img{width:100%;height:100%}
  
  .corp-process-step h3{font-size:23px;min-height:0}
  .corp-process-rule{margin:10px auto 11px}
  .corp-process-step p{font-size:12px;line-height:1.45;max-width:270px}
}

/* === Homepage content pass === */
.home-media{overflow:hidden;background:var(--color-media)}
.home-media img{width:100%;height:100%;object-fit:cover;display:block}
.home-split-media{aspect-ratio:3/2;border-radius:24px;overflow:hidden;background:var(--color-media);box-shadow:var(--shadow)}
.home-split-media img{width:100%;height:100%;object-fit:cover;display:block}
.home-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-card-link{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:13px;border-top:1px solid var(--line);font-size:12px;font-weight:700;color:var(--green2)}

.home-benefits{margin-top:30px}
.hero-main-title{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--ink)}
.section-dark .home-split-media{box-shadow:none}
@media(max-width:1020px){.home-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.home-feature-grid{grid-template-columns:1fr}.home-split-media{border-radius:20px}}


/* === Homepage refinement === */
.logo-with-mark{display:inline-flex;align-items:center;gap:12px}
.site-logo-mark{width:60px;height:60px;object-fit:contain;flex:0 0 60px}
.site-logo-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0;text-align:left}
.site-logo-copy small{align-self:flex-start;margin-top:4px;padding:0;text-align:left;line-height:1;letter-spacing:.16em;transform:translateX(3px)}

@media(max-width:1320px) and (min-width:1141px){.site-logo-mark{width:56px;height:56px;flex-basis:56px}}
@media(max-width:1140px) and (min-width:641px){.site-logo-mark{width:52px;height:52px;flex-basis:52px}}
.hero-brand-photo{position:relative}
.hero-brand-photo > img:first-child{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}
@media(min-width:1021px){
  .hero-slide-copy{height:300px;display:grid;grid-template-rows:18px 102px 66px 46px;row-gap:16px;align-content:center}
  .hero-carousel .eyebrow{margin:0;align-self:end}
  .hero-carousel .hero-display-title{font-size:46px;line-height:1.02;margin:0;align-self:start;overflow:visible}
  .hero-carousel .lead{font-size:15px;line-height:1.45;margin:0;max-width:500px;align-self:start}
  .hero-carousel .actions{margin:0;display:flex;align-items:center;gap:16px;flex-wrap:nowrap;align-self:end;transform:translateY(38px)}
  .hero-carousel .actions .btn{box-sizing:border-box;width:184px;min-width:184px;height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;text-align:center;white-space:nowrap}
}
.home-benefits-lead{max-width:760px;margin-top:10px;margin-bottom:0}
.home-benefit-card{text-align:center;padding:26px 22px 24px;display:flex;flex-direction:column;align-items:center}
.home-benefit-icon{width:118px;height:118px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;background:transparent;border-radius:50%;overflow:hidden}
.home-benefit-icon img{display:block;width:100%;height:100%;object-fit:contain;border-radius:50%}

.home-benefit-card h3{margin:0 auto 12px;max-width:none;min-height:1.15em;line-height:1.15;white-space:nowrap}
.home-benefit-card p{font-size:12px;line-height:1.55;max-width:260px;margin-left:auto;margin-right:auto}


@media(max-width:1020px){
  .hero-slide-copy{height:286px;min-height:286px;max-height:286px;display:grid;grid-template-rows:18px 96px 64px 44px;row-gap:16px;align-content:center}
  .hero-carousel .hero-display-title{font-size:42px;line-height:1.02;margin:0;align-self:start}
  .hero-carousel .lead{min-height:0;margin:0;align-self:start}
  .hero-carousel .actions{margin:0;display:flex;gap:14px;align-items:center;flex-wrap:nowrap;align-self:end;transform:translateY(24px)}
  .hero-carousel .actions .btn{min-height:44px;min-width:170px;width:170px}
  
}
@media(max-width:640px){
  .site-logo-mark{width:46px;height:46px;flex-basis:46px}
  .site-logo-copy small{transform:translateX(2px)}
  .hero-slide-copy{height:auto;min-height:0;max-height:none;display:block}
  .hero-carousel .hero-display-title{min-height:0}
  .hero-carousel .lead{min-height:0}
  .hero-carousel .actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:10px;margin-top:20px;transform:none}
  .hero-carousel .actions .btn{width:100%;min-width:0;min-height:44px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;text-align:center}
  .home-benefit-icon{width:104px;height:104px;margin-bottom:18px}
  .home-benefit-icon img{width:100%;height:100%}
  
}

.header-icon-svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}


/* === Working local CMS === */




















.field small{display:block;margin-top:6px;color:var(--muted);font-size:10px;line-height:1.4}
.home-benefit-icon img{width:100%;height:100%;object-fit:contain;display:block}




/* === Design system · admin palette preview === */







/* Corporate page-owned image slots */
.corp-owned-photo{overflow:hidden;background:var(--color-media)}
.corp-owned-photo img{width:100%;height:100%;display:block;object-fit:cover}
.corporate-page>.page-hero .corp-owned-photo{aspect-ratio:16/10;border-radius:27px;box-shadow:var(--shadow)}
.corporate-page .split>.corp-owned-photo{aspect-ratio:3/2;border-radius:24px}
.corp-format-cards .card-photo.corp-owned-photo{aspect-ratio:4/5}
.corp-production-photo.corp-owned-photo{aspect-ratio:auto}
@media(max-width:640px){.corporate-page>.page-hero .corp-owned-photo{border-radius:22px}}

@media(max-width:380px){.home-benefit-card h3{font-size:19px}}

.home-promo-features{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:24px;color:var(--green2);font-size:13px;font-weight:700;letter-spacing:.02em}
.home-promo-features span{display:inline-flex;align-items:center;gap:10px}
.home-promo-features span:not(:last-child)::after{content:"·";margin-left:10px;color:var(--color-muted)}
@media(max-width:640px){.home-promo-features{gap:8px 12px;margin-top:20px}.home-promo-features span:not(:last-child)::after{margin-left:4px}}


.home-ozon-section{background:#f2eadf;padding:86px 0}
.home-ozon-board{position:relative;min-height:398px;display:flex;flex-direction:column;justify-content:center;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible}
.home-ozon-top{display:flex;justify-content:space-between;align-items:flex-end;gap:34px}
.home-ozon-score{min-width:0}
.home-ozon-title{margin:0;display:flex;flex-wrap:wrap;align-items:flex-end;column-gap:14px;row-gap:8px;line-height:.9;letter-spacing:-.03em}
.home-ozon-title-number{font-size:clamp(70px,7.8vw,112px);color:#446247;font-weight:500}
.home-ozon-title-prefix{font-size:clamp(28px,3vw,44px);color:#446247;font-weight:500;line-height:1;margin-bottom:7px}
.home-ozon-title-brand{font-size:clamp(44px,4.8vw,72px);color:#1d2c45;font-family:Arial,Helvetica,sans-serif;font-weight:800;letter-spacing:-.04em;text-transform:uppercase;line-height:.9;margin-bottom:5px}
.home-review-stars{font-size:17px;line-height:1;color:#8a6219;letter-spacing:.14em}
.home-review-stars-large{font-size:clamp(26px,2.6vw,36px);margin-top:10px;letter-spacing:.17em}
.home-ozon-link{display:inline-flex;align-items:center;gap:14px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(22px,2vw,29px);line-height:1.1;color:#446247;border-bottom:1.5px solid rgba(68,98,71,.58);padding-bottom:7px;white-space:nowrap;flex:0 0 auto;margin-bottom:8px}
.home-ozon-link-arrow{font-size:1.13em;line-height:1;transform:translateY(-1px)}
.home-ozon-intro{margin:18px 0 18px}
.home-ozon-subtitle{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,3.9vw,52px);line-height:1.02;letter-spacing:-.025em;color:#3a2f28}
.home-ozon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.home-review-card{min-height:158px;padding:18px 22px 17px;border:1px solid #ddcfbd;border-radius:20px;background:rgba(255,253,249,.55);box-shadow:none}
.home-review-card h3{margin:11px 0 8px;font-size:22px;line-height:1.08;color:#446247}
.home-review-card p{margin:0;font-size:13px;line-height:1.48;color:#554940}
.home-ozon-thanks{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:17px;font-family:Georgia,"Times New Roman",serif;font-size:18px;font-style:italic;color:#80643f}
.home-ozon-thanks-icon{font-size:1.2em;line-height:1}
@media(max-width:1020px){.home-ozon-board{min-height:0}.home-ozon-top{align-items:flex-start}.home-ozon-grid{grid-template-columns:1fr 1fr}.home-review-card{min-height:0}}
@media(max-width:760px){.home-ozon-top{flex-direction:column;gap:18px}.home-ozon-link{margin-bottom:0}.home-ozon-grid{grid-template-columns:1fr}.home-ozon-board{justify-content:flex-start}}
@media(max-width:640px){.home-ozon-section{padding:72px 0}.home-ozon-title-number{font-size:74px}.home-ozon-title-prefix{font-size:30px}.home-ozon-title-brand{font-size:48px}.home-ozon-subtitle{font-size:38px}.home-review-card{padding:17px 16px 16px;border-radius:18px}.home-review-card h3{font-size:21px}.home-ozon-thanks{font-size:17px;text-align:center;margin-top:18px}}

/* v0.51.42 — CMS SEO collections */
.collection-page-hero .collection-hero-media{aspect-ratio:var(--media-ratio-hero);width:100%;min-height:0;border-radius:27px;overflow:hidden;background:var(--color-media);box-shadow:var(--shadow);align-self:center}
.collection-page-hero .collection-hero-media img{display:block;width:100%;height:100%;object-fit:cover}
.collection-empty-state .actions{margin-top:22px}
@media(max-width:640px){.collection-page-hero .collection-hero-media{border-radius:22px}}




/* === Header contact actions · v0.51.46 === */
.contact-iconbtn,.social-iconbtn{flex:0 0 auto;text-decoration:none}
.social-iconbtn{font-size:10px;font-weight:800;letter-spacing:-.02em}
.social-max{font-size:8px;letter-spacing:.01em}
.iconbtn.is-unconfigured{opacity:.42;cursor:default;box-shadow:none}
.mobile-contact-links{display:flex;gap:8px;flex-wrap:wrap;padding:18px 18px 6px;border-top:1px solid var(--line);margin-top:10px}
.mobile-contact-links a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:12px;font-weight:700}
@media(max-width:560px){
  .header-actions .social-iconbtn{width:34px;height:34px}
  .header-actions .social-vk{font-size:9px}
  .header-actions .social-max{font-size:7px}
}
@media(max-width:390px){
  .header-actions .social-iconbtn{display:none}
}

/* === Visible header phone + footer/contact channels · v0.51.48 === */
.header-phone-link{
  min-height:42px;
  padding:0 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--surface);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  white-space:nowrap;
  font-size:12px;
  line-height:1;
  font-weight:700;
  letter-spacing:.01em;
  text-decoration:none;
}
.header-phone-link:focus-visible{outline:2px solid var(--color-brand-secondary);outline-offset:3px}
.header-phone-link.is-unconfigured{opacity:.42;cursor:default}
.footer-email{margin:14px 0 0}
.footer-email a{font-size:14px;font-weight:600;color:var(--color-on-brand);text-decoration:underline;text-decoration-color:rgba(255,255,255,.55);text-underline-offset:3px}

.contact-social-actions{display:flex;align-items:center;gap:9px;margin-top:10px}
.contact-card .contact-social-actions .social-iconbtn{width:42px;height:42px;color:var(--ink);font-size:10px}
.contact-card .contact-social-actions .social-max{font-size:8px}
@media(max-width:1320px){
  .header-phone-link{min-height:38px;padding:0 11px;font-size:11px}
}
@media(max-width:1140px){
  .header-phone-link{min-height:36px;padding:0 9px;font-size:10px}
}
@media(max-width:640px){
  .header-actions .social-iconbtn{display:none}
  .header-phone-link{min-height:38px;padding:0 10px;font-size:10px}
}
@media(max-width:430px){
  .site-logo-copy{display:none}
  .logo-with-mark{gap:0}
  .header-phone-link{padding:0 8px;font-size:9px}
}

/* === Home scroll motion · v0.51.55 === */
html.home-motion-enabled #home-featured.home-feature-motion .product-card{
  opacity:0;
  transform:translateY(14px);
  transition:opacity 520ms cubic-bezier(.22,1,.36,1),transform 520ms cubic-bezier(.22,1,.36,1);
  will-change:opacity,transform;
}
html.home-motion-enabled #home-featured.home-feature-motion .product-card:nth-child(2){transition-delay:80ms}
html.home-motion-enabled #home-featured.home-feature-motion .product-card:nth-child(3){transition-delay:160ms}
html.home-motion-enabled #home-featured.home-feature-motion.is-revealed .product-card{
  opacity:1;
  transform:none;
}
html.home-motion-enabled .home-promo-motion .home-split-media,
html.home-motion-enabled .home-promo-motion .home-promo-copy{
  opacity:0;
  transform:translateY(14px);
  transition:opacity 560ms cubic-bezier(.22,1,.36,1),transform 560ms cubic-bezier(.22,1,.36,1);
  will-change:opacity,transform;
}
html.home-motion-enabled .home-promo-motion .home-promo-copy{transition-delay:90ms}
html.home-motion-enabled .home-promo-motion.is-revealed .home-split-media,
html.home-motion-enabled .home-promo-motion.is-revealed .home-promo-copy{
  opacity:1;
  transform:none;
}
html.home-motion-enabled #home-featured.home-feature-motion.is-revealed .product-card,
html.home-motion-enabled .home-promo-motion.is-revealed .home-split-media,
html.home-motion-enabled .home-promo-motion.is-revealed .home-promo-copy{
  will-change:auto;
}
@media(prefers-reduced-motion:reduce){
  html.home-motion-enabled #home-featured.home-feature-motion .product-card,
  html.home-motion-enabled .home-promo-motion .home-split-media,
  html.home-motion-enabled .home-promo-motion .home-promo-copy{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}

/* v0.51.64 editorial SEO */
.article-inline-links{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:10px}
.article-inline-links a{font-weight:700}
.article-related-list{display:grid;gap:10px}
.article-related-list a{font-weight:700}
.article-card-cover.article-card-cover-image{padding:0}
.article-card-cover.article-card-cover-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.collection-editorial-section{background:var(--bg)}
.collection-editorial{max-width:900px}
.collection-editorial h2{font-size:42px;margin:0 0 24px}
.collection-editorial h3{font-size:28px;margin:32px 0 10px}
.collection-editorial p{font-size:16px;line-height:1.75;margin:0 0 16px;color:var(--text)}
.collection-editorial .collection-editorial-note{margin-top:28px}
@media(max-width:640px){.collection-editorial h2{font-size:32px}.collection-editorial h3{font-size:24px}}

.related-reading-section{background:var(--bg)}
.related-reading-card{display:block;text-decoration:none}
.related-reading-card h3{margin:8px 0 14px}
.related-reading-grid{margin-top:24px}

.corp-branding-guide-section{background:var(--bg)}
.corp-branding-guide-grid{margin-top:28px}
.corp-branding-guide-section .actions{margin-top:24px}

/* v0.51.69 · CMS-generated product pages */
.generated-product-gallery{align-items:start}
.generated-product-gallery .product-thumbs{padding:3px}
.generated-product-gallery .product-main-photo{width:100%;border-radius:var(--radius-lg,27px);overflow:hidden;background:var(--color-media)}
.generated-product-gallery .product-main-photo-empty{grid-column:1/-1}
.generated-product-gallery .product-main-photo.real-slot img{width:100%;height:100%;object-fit:contain;display:block;background:var(--color-media)}
/* v0.51.221: one desktop gallery behavior for every product.
   Long rails scroll vertically with a stable, visible scrollbar; short rails keep the same thumbnail width. */
@media(min-width:761px){
  .generated-product-gallery{grid-template-columns:90px minmax(0,1fr)}
  .generated-product-gallery .product-thumbs{
    display:flex;
    flex-direction:column;
    gap:10px;
    align-items:stretch;
    max-height:690px;
    overflow-x:hidden;
    overflow-y:auto;
    scrollbar-gutter:stable;
    scrollbar-width:thin;
    scrollbar-color:rgba(49,64,56,.62) rgba(49,64,56,.07);
    overscroll-behavior:contain;
  }
  .generated-product-gallery .product-thumbs::-webkit-scrollbar{width:8px}
  .generated-product-gallery .product-thumbs::-webkit-scrollbar-track{background:rgba(49,64,56,.07);border-radius:999px}
  .generated-product-gallery .product-thumbs::-webkit-scrollbar-thumb{background:rgba(49,64,56,.62);border:2px solid transparent;border-radius:999px;background-clip:content-box}
  .generated-product-gallery .product-thumbs::-webkit-scrollbar-thumb:hover{background:rgba(49,64,56,.68);border:2px solid transparent;background-clip:content-box}
  .generated-product-gallery .product-thumb{flex:0 0 auto;width:100%;margin:0}
}
.generated-product-description{max-width:920px}
.product-long-description{font-size:16px;line-height:1.75}
.product-long-description h3{margin:28px 0 10px}
.product-long-description p{margin:0 0 16px}
.product-long-description ul{margin:0 0 18px;padding-left:22px}
.product-long-description li{margin:6px 0}
@media(max-width:760px){.generated-product-gallery{grid-template-columns:1fr}.generated-product-gallery .product-thumbs{display:flex;order:2;max-height:none;overflow-x:auto;overflow-y:hidden;justify-content:flex-start}.generated-product-gallery .product-thumb{flex:0 0 72px;width:72px}}

/* CMS category hierarchy and generated technical IDs */




.field input[readonly],.field textarea[readonly]{background:var(--color-soft);color:var(--muted);cursor:not-allowed}

/* CMS products: quick inline price editing */






/* CMS v0.51.73 — подборки из карточки товара */










/* === CMS entity save/delete workflow · v0.51.74 === */



.btn-danger{border-color:var(--color-error-border);background:var(--color-error-bg);color:var(--color-error)}


/* CMS v0.51.75 · product workspace, publication flow and hidden technical IDs */



.corp-contact-panel h3{margin-top:0}
.corp-contact-panel p{margin:0 0 18px;color:var(--muted)}
.corp-contact-links{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:16px}
.corp-contact-links a{font-weight:700;text-decoration:underline;text-underline-offset:3px}

/* CMS v0.51.82 — product XLSX exchange + quick entity tables */




/* Product badges */
.product-card-badges{position:absolute;left:12px;top:12px;z-index:4;display:flex;flex-wrap:wrap;gap:6px;max-width:calc(100% - 24px);pointer-events:none}
.product-card-badges:empty{display:none}
.product-badge{display:inline-flex;align-items:center;min-height:25px;padding:5px 9px;border:1px solid rgba(49,64,56,.15);border-radius:999px;background:rgba(255,253,249,.94);box-shadow:0 4px 16px rgba(45,41,36,.08);font-size:9px;line-height:1;letter-spacing:.07em;text-transform:uppercase;font-weight:700;color:var(--color-brand)}
.product-badge-hit{background:rgba(201,135,109,.95);border-color:rgba(201,135,109,.95);color:var(--color-white)}
.product-badge-new{background:rgba(220,227,215,.96)}
.product-badge-workshop-choice{background:rgba(49,64,56,.94);border-color:rgba(49,64,56,.94);color:var(--color-on-brand)}
.product-badge-limited{background:rgba(246,232,201,.97);color:var(--color-warning)}
.product-page-badges{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 12px}
.product-page-badges:empty{display:none}
.product-page-badges .product-badge{position:static;min-height:27px;padding:6px 10px}



@media(max-width:640px){.product-card-badges{left:9px;top:9px;gap:4px}.product-badge{font-size:8px;padding:5px 7px}}


/* v0.51.99 — conversion-oriented product page */
.product-composition-section{padding-top:0}
.product-composition-card{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:46px;align-items:start;padding:34px 38px;border:1px solid var(--line);border-radius:24px;background:var(--color-surface-soft)}
.product-composition-card h2{margin-bottom:10px}
.product-composition-card p{margin:0;max-width:430px;color:var(--muted);font-size:13px}
.product-composition-list{counter-reset:composition;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;margin:0;padding:0;list-style:none}
.product-composition-list li{counter-increment:composition;position:relative;min-height:42px;padding:10px 0 10px 42px;border-top:1px solid var(--line);font-size:12px;line-height:1.5}
.product-composition-list li:before{content:counter(composition);position:absolute;left:0;top:8px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--green2);color:var(--color-white);font-size:10px;font-weight:700}
.product-help-link{flex:0 0 auto;font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:4px}
.product-related-section h2{margin-bottom:24px}
.product-related-grid .product-card{height:100%}
.product-collections-layout{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:46px;align-items:start}
.product-collections-layout h2{margin-bottom:10px}
.product-collections-layout p{max-width:440px;margin:0;color:var(--muted);font-size:13px}
.product-collection-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.product-collection-link{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:15px 16px;border:1px solid var(--line);border-radius:12px;background:var(--surface);font-size:12px;font-weight:700;transition:border-color .18s ease,transform .18s ease}
.product-collection-link span{font-size:16px;color:var(--green)}
@media(max-width:1020px){.product-composition-card,.product-collections-layout{grid-template-columns:1fr;gap:24px}}
@media(max-width:680px){.product-composition-card{padding:25px 20px;border-radius:18px}.product-composition-list{grid-template-columns:1fr}.product-collection-links{grid-template-columns:1fr}.product-collections-layout{gap:18px}.product-related-section .product-grid{grid-template-columns:1fr 1fr}}
@media(max-width:430px){.product-related-section .product-grid{grid-template-columns:1fr}}


/* v0.51.100 — compact purchase row and inline characteristics */
.product-purchase-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;margin:24px 0 0}
.product-price-wrap{min-width:0}
.product-add-to-cart{min-height:44px;padding:0 17px;border-radius:11px;font-size:12px;white-space:nowrap}
.product-inline-specs{margin-top:20px;border-top:1px solid var(--line);padding-top:16px}
.product-inline-specs-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:4px}
.product-inline-specs-head h2{margin:0;font-size:20px;line-height:1.2}
.product-inline-specs .product-help-link{font-size:10px;white-space:nowrap}
.product-facts-inline{padding-top:0}
.product-facts-inline .product-fact{grid-template-columns:118px 1fr;padding:9px 0;font-size:11px}
@media(max-width:1020px){.product-inline-specs{max-width:720px}}
@media(max-width:680px){.product-purchase-row{gap:10px}.product-price{font-size:26px}.product-add-to-cart{min-height:42px;padding:0 14px;font-size:12px}.product-inline-specs-head{align-items:flex-start}.product-facts-inline .product-fact{grid-template-columns:104px 1fr}}
@media(max-width:380px){.product-price{font-size:23px}.product-add-to-cart{padding:0 11px;font-size:11px}.product-purchase-row{gap:8px}}

/* v0.51.102 — availability shown once in product buybox */







.header-actions .iconbtn{position:relative}.cart-count{position:absolute;right:-5px;top:-6px;min-width:17px;height:17px;padding:0 4px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--green2);color:#fff;font:700 9px Arial,sans-serif;border:2px solid var(--surface)}.site-toast{position:fixed;left:50%;bottom:26px;z-index:120;transform:translate(-50%,20px);opacity:0;background:var(--green2);color:#fff;padding:11px 16px;border-radius:999px;font:600 12px Arial,sans-serif;transition:.2s}.site-toast.is-visible{transform:translate(-50%,0);opacity:1}.cart-item-media{display:block;width:90px;aspect-ratio:1;border-radius:11px;overflow:hidden}.cart-item-media img{width:100%;height:100%;object-fit:cover}.cart-item-copy h3{font-size:20px;margin-bottom:4px}.cart-line-price{text-align:right;font-weight:700}.cart-remove{width:auto!important;border:0!important;background:transparent!important;color:var(--muted);font-size:11px}.cart-empty{padding:34px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.is-disabled{opacity:.45;pointer-events:none}.checkout-order-line{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-top:1px solid var(--line);font-size:12px}.order-submit{width:100%;min-height:48px}.checkout-consent{display:flex;gap:10px;align-items:flex-start;font-size:11px;line-height:1.45;margin-top:16px}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status.is-success{color:var(--green2)}.form-status.is-error{color:#9d3f36}@media(max-width:640px){.cart-item{grid-template-columns:64px minmax(0,1fr)}.cart-item-media{width:64px}.cart-line-price{grid-column:2;text-align:left}.site-toast{bottom:78px}}

/* Hover effects only for devices with a real hover-capable fine pointer.
   Prevents sticky/touch hover flashes on mobile while preserving keyboard focus styles. */
@media (hover:hover) and (pointer:fine){
  .btn:hover{transform:translateY(-1px)}
  .btn-primary:hover{background:var(--color-brand-secondary)}
  .btn-outline:hover{background:var(--color-sage);border-color:var(--color-brand-secondary);color:var(--color-brand)}
  .btn-light:hover{background:var(--color-bg)}
  .topline a:hover{text-decoration:underline}
  .menu a:hover{color:var(--green)}
  .menu-dropdown a:hover{background:var(--bg)}
  .article-card-title-link:hover{color:var(--green);text-decoration:underline;text-underline-offset:.16em}
  .hero-arrow:hover{border-color:var(--green);color:var(--green)}
  .mobile-submenu-inner > a:hover{background:var(--bg)}
  .home-card-link:hover{color:var(--ink)}
  .iconbtn.is-unconfigured:hover{transform:none;background:var(--surface)}
  .header-phone-link:hover{background:var(--bg);color:var(--green2)}
  .footer-email a:hover{text-decoration-color:currentColor}
  .btn-danger:hover{border-color:var(--color-error);background:var(--color-error-bg);color:var(--color-error)}
  .product-collection-link:hover{border-color:var(--green);transform:translateY(-1px)}
  .menu-dropdown .menu-common-link:hover,
  .mobile-submenu .menu-common-link:hover{background:transparent !important;color:var(--green) !important}
  .mobile-submenu-inner .menu-collection-links > a:hover{background:var(--bg)}
}

/* v0.51.132 — semantic listing headings */
.listing-section-title{margin:0 0 24px;font-size:clamp(26px,2.4vw,38px);line-height:1.08}
@media(max-width:680px){.listing-section-title{margin-bottom:16px;font-size:24px}}

/* v0.51.132 — structural heading semantics */
.feature-grid-heading{grid-column:1/-1;margin:0 0 4px;font-size:clamp(26px,2.4vw,38px);line-height:1.08}
.summary>h2{margin-top:0;font-size:22px}

/* v0.51.143 · Voronezh delivery */
.topline{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;row-gap:2px}
.field-help{display:block;margin:7px 0 0;font-size:10px;line-height:1.45;color:var(--muted)}
input[readonly]{background:var(--color-surface-soft);color:var(--muted)}
.contact-local-link{display:block!important;margin-top:8px;font-weight:700;color:var(--green2)!important}
.local-voronezh-page .page-hero .ph img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:640px){.topline{padding:7px 9px;line-height:1.35}.topline-sep{margin:0 .36em}}

/* SEO editorial and author blocks */
.article-author{font-size:12px;color:var(--muted);margin:-4px 0 22px}.article-author a{text-decoration:underline;text-underline-offset:3px}.about-copy{max-width:940px}.about-copy h2{margin-top:48px}.about-copy h2:first-child{margin-top:0}.about-copy p{font-size:15px;color:var(--muted)}


/* v0.51.164 — mandatory unified lower category sections */
.category-tail{display:block}
.category-tail-section{position:relative}
.category-tail-section>.container>.eyebrow{margin-bottom:12px}
.category-tail-section>.container>h2{margin-bottom:28px}
.category-tail-about{background:var(--bg);padding:80px 0 86px}
.category-tail-about-grid{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);gap:64px;align-items:start}
.category-tail-heading{position:sticky;top:112px}
.category-tail-heading .eyebrow{margin-bottom:12px}
.category-tail-heading h2{margin-bottom:0}
.category-tail-copy{max-width:760px}
.category-tail-copy p{font-size:15px;color:var(--muted);margin-bottom:16px}
.category-tail-copy p:last-child{margin-bottom:0}
.category-tail-copy h3{margin:30px 0 10px;font-size:24px}
.category-tail-copy h3:first-child{margin-top:0}
.category-tail-occasions{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:80px 0 86px}
.category-tail-occasions .feature-grid{margin-top:0}
.category-occasion-grid{align-items:stretch}
.category-occasion-card{height:100%;min-height:178px;background:var(--surface)}
.category-occasion-card p{margin-bottom:0}
.category-tail-related{background:var(--surface);padding:80px 0 112px;border-bottom:1px solid rgba(216,206,192,.5)}
.category-tail-related .related-reading-grid{align-items:stretch;margin-top:26px}
.category-tail-related .related-reading-card{height:100%;min-height:174px;display:flex;flex-direction:column;background:var(--bg)}
.category-tail-related .related-reading-card .article-card-link{margin-top:auto;padding-top:10px}
@media(max-width:820px){
 .category-tail-about-grid{grid-template-columns:1fr;gap:28px}
 .category-tail-heading{position:static}
}
@media(max-width:640px){
 .category-tail-about,.category-tail-occasions{padding:58px 0 64px}
 .category-tail-related{padding:58px 0 88px}
 .category-tail-section>.container>h2{margin-bottom:22px}
 .category-tail-related .related-reading-grid{margin-top:20px}
 .category-tail-related .related-reading-card,.category-occasion-card{min-height:0}
 .category-tail-copy h3{font-size:22px;margin-top:24px}
}

/* === About workshop journey v0.51.176 === */
.about-journey-section{padding-top:74px;padding-bottom:82px}
.about-journey-lead{max-width:760px;margin-bottom:30px}
.about-journey-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.about-journey-card{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column}
.about-journey-photo{aspect-ratio:3/2;overflow:hidden;background:var(--color-media)}
.about-journey-photo img{width:100%;height:100%;object-fit:cover;display:block}
.about-journey-copy{padding:17px 18px 20px;display:flex;flex-direction:column;flex:1}
.about-journey-step{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:var(--green);margin-bottom:10px}
.about-journey-copy h3{font-size:21px;margin-bottom:8px}
.about-journey-copy p{font-size:12px;color:var(--muted);margin:0}
@media(max-width:1020px){.about-journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.about-journey-section{padding-top:54px;padding-bottom:64px}.about-journey-grid{grid-template-columns:1fr}.about-journey-lead{margin-bottom:24px}.about-journey-card{border-radius:16px}}


/* === v0.51.194: responsive common-section navigation ===
   Desktop keeps the v0.51.193 behavior: the visible top-level label links to
   the common landing page and hover/caret exposes the dropdown. On mobile the
   whole parent row is one accordion button; navigation to the common landing
   page stays as the first "Все …" link inside the expanded submenu. */
.menu-dropdown-toggle{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  margin:0 0 0 3px;
  padding:0 2px;
  background:transparent;
  color:inherit;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  font:inherit;
}
.has-dropdown.is-open > .menu-dropdown-toggle .menu-caret{transform:rotate(180deg);}
.has-dropdown.is-open > .menu-toplink-common-target{color:var(--green);}
.menu-dropdown-toggle:focus-visible{
  outline:2px solid rgba(49,64,56,.50);
  outline-offset:2px;
  border-radius:8px;
}
@media(min-width:1021px){
  .main-menu > .menu-item > .menu-dropdown-toggle{
    height:100%;
    min-height:44px;
    min-width:24px;
    flex:0 0 24px;
    margin-left:0;
    padding:0 0 0 5px;
    justify-content:flex-start;
  }
  .main-menu > .menu-item > .menu-toplink-common-target{min-height:44px;}
  .main-menu > .menu-item > .menu-toplink-common-target:focus-visible{
    outline:none !important;
    border-radius:0 !important;
    box-shadow:inset 0 -2px 0 var(--green2);
    color:var(--green);
  }
}


/* v0.51.201 legal document */
.legal-document{max-width:980px}.legal-document h2{margin-top:46px}.legal-document h3{margin-top:30px}.legal-document strong{color:var(--green2)}.legal-document a{text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}

.legal-table-wrap{overflow-x:auto;margin:0 0 24px}.legal-table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.55}.legal-table th,.legal-table td{padding:10px 12px;border-bottom:1px solid rgba(49,64,56,.16);vertical-align:top;text-align:left}.legal-table th{width:30%;color:var(--green2);font-weight:700}@media(max-width:620px){.legal-table th,.legal-table td{display:block;width:auto;padding:8px 0}.legal-table th{border-bottom:0;padding-bottom:2px}.legal-table td{padding-top:0}}
