/* =========================================================
   Mana Ohana Treats - site-wide styles
   Header / footer / floating cart / pages / WooCommerce
   ========================================================= */
:root{
  --mos-espresso:#1B0F0A;
  --mos-cocoa:#2A1810;
  --mos-gold-d:#A8782F;
  --mos-gold:#D4AF6A;
  --mos-gold-l:#F3DFA8;
  --mos-cream:#FFF7EA;
  --mos-paper:#FBF6EE;
  --mos-sand:#F1E7D6;
  --mos-blush:#F2C9B4;
  --mos-ink:#2B1A12;
  --mos-muted:#6E5A4C;
  --mos-nav-h:68px;
  --mos-header-pad:26px;
  --mos-header-h:calc(var(--mos-nav-h) + var(--mos-header-pad) * 2);
}

/* ---------- inner pages: base ---------- */
body.mos-inner-page{background:var(--mos-paper)!important;color:var(--mos-ink);font-family:'Jost',sans-serif}
body.mos-inner-page #page,body.mos-inner-page .site-content,body.mos-inner-page .ast-container{background:transparent}
body.mos-inner-page h1,body.mos-inner-page h2,body.mos-inner-page h3,body.mos-inner-page .entry-title{font-family:'Playfair Display',serif;color:var(--mos-ink);letter-spacing:-.01em}
body.mos-inner-page a{color:var(--mos-gold-d)}
body.mos-inner-page a:hover{color:var(--mos-ink)}
body.mos-inner-page .entry-title{font-weight:800}
body.mos-inner-page:not(.mos-designed-page) .site-content>.ast-container{padding-top:48px;padding-bottom:72px}
html,body{overflow-x:clip}

/* =========================================================
   HEADER (all pages except the homepage, whose hero has its own nav)
   ========================================================= */
/* Transparent header floating over the page hero (same as the homepage) - nav + hero read as one piece */
.mos-header{
  position:absolute;top:0;left:0;right:0;z-index:9990;
  background:transparent;border:0;
  padding:var(--mos-header-pad) 0;font-family:'Jost',sans-serif;
}
.mos-header *,.mos-header *::before,.mos-header *::after{box-sizing:border-box}
.mos-header__inner{position:relative;width:min(1400px,calc(100% - 48px));margin:0 auto}
.mos-menu-toggle{position:absolute!important;opacity:0;pointer-events:none;width:0;height:0;margin:0}
.mos-nav{
  position:relative;height:var(--mos-nav-h);
  display:flex;align-items:center;justify-content:flex-end;
  padding:0 12px 0 30px;border-radius:18px;
  background:linear-gradient(100deg,rgba(255,255,255,.09),rgba(255,255,255,.04) 50%,rgba(255,255,255,.1));
  border:1px solid rgba(255,255,255,.26);
  box-shadow:0 10px 30px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.18);
}
.mos-logo{position:absolute;left:26px;top:50%;height:calc(var(--mos-nav-h) * 1.4);aspect-ratio:1/1;transform:translateY(-50%);display:block;transition:transform .5s cubic-bezier(.2,.8,.2,1)}
.mos-logo img{width:100%;height:100%;object-fit:contain;display:block;max-width:none}
.mos-logo:hover{transform:translateY(-50%) scale(1.05)}
.mos-links{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:clamp(24px,2.8vw,44px);margin:0!important;padding:0;list-style:none!important}
.mos-links li{display:flex;align-items:center;margin:0}
.mos-links a{
  position:relative;display:block;font-family:'Manrope',sans-serif;font-size:16px;font-weight:600;line-height:1;
  color:#fff!important;text-decoration:none!important;white-space:nowrap;transition:color .3s;
}
.mos-links a::after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--mos-gold-l),var(--mos-gold));transform:scaleX(0);transition:transform .35s cubic-bezier(.2,.8,.2,1)}
.mos-links a:hover{color:var(--mos-gold-l)!important}
.mos-links a:hover::after,.mos-links a.is-active::after{transform:scaleX(1)}
.mos-actions{display:flex;align-items:center;gap:clamp(10px,1.4vw,22px);height:100%}
.mos-icon-btn{width:40px;height:40px;display:flex!important;align-items:center;justify-content:center;cursor:pointer;border-radius:10px;color:#fff!important;margin:0!important;transition:color .3s,transform .3s}
.mos-icon-btn svg{width:23px;height:23px;display:block}
.mos-icon-btn:hover{color:var(--mos-gold-l)!important;transform:translateY(-1px)}
.mos-search{position:relative;display:flex;align-items:center;margin:0!important}
.mos-search input[type=search]{
  position:absolute;right:0;top:calc(100% + 24px);width:290px;height:50px;padding:0 20px;margin:0;border-radius:14px;
  font:500 15px 'Manrope',sans-serif;color:#fff;background:rgba(30,18,12,.95);
  border:1px solid rgba(255,255,255,.35);outline:none;box-shadow:0 12px 30px rgba(0,0,0,.35);
  opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .3s,transform .3s;
}
.mos-search input[type=search]::placeholder{color:rgba(255,255,255,.6)}
.mos-search:focus-within input[type=search]{opacity:1;transform:none;pointer-events:auto}
.mos-btn-account{
  display:inline-flex!important;align-items:center;justify-content:center;height:50px;padding:0 32px;border-radius:12px;
  font-family:'Manrope',sans-serif;font-size:16px;font-weight:700;line-height:1;text-decoration:none!important;
  color:var(--mos-espresso)!important;background:linear-gradient(135deg,var(--mos-gold-l),var(--mos-gold) 50%,var(--mos-gold-d));
  box-shadow:0 6px 18px rgba(168,120,47,.4),inset 0 1px 0 rgba(255,255,255,.6);transition:transform .3s,filter .3s;
}
.mos-btn-account:hover{transform:translateY(-2px);filter:brightness(1.05)}
.mos-burger{display:none;width:42px;height:42px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;margin:0}
.mos-burger span{width:22px;height:2px;border-radius:2px;background:#fff;transition:transform .35s,opacity .35s}
.mos-menu-toggle:checked ~ .mos-nav .mos-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mos-menu-toggle:checked ~ .mos-nav .mos-burger span:nth-child(2){opacity:0}
.mos-menu-toggle:checked ~ .mos-nav .mos-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mos-panel{
  display:none;position:absolute;left:0;right:0;top:calc(100% + 18px);padding:14px;border-radius:18px;
  background:rgba(33,20,13,.97);border:1px solid rgba(255,255,255,.25);box-shadow:0 18px 40px rgba(0,0,0,.4);
}
.mos-panel a{display:block;padding:14px 18px;border-radius:12px;font-family:'Manrope',sans-serif;font-size:16px;font-weight:600;color:#fff!important;text-decoration:none!important}
.mos-panel a:hover{background:rgba(255,255,255,.08);color:var(--mos-gold-l)!important}
.mos-panel .mos-btn-account{display:flex!important;margin-top:8px;color:var(--mos-espresso)!important}

/* =========================================================
   FOOTER (every page)
   ========================================================= */
.mos-footer{
  position:relative;z-index:2;font-family:'Jost',sans-serif;color:rgba(255,247,234,.78);
  background:
    radial-gradient(700px 360px at 10% 0%,rgba(212,175,106,.1),transparent 60%),
    linear-gradient(180deg,#1E110B,var(--mos-espresso));
  border-top:1px solid rgba(212,175,106,.28);
}
.mos-footer *{box-sizing:border-box}
.mos-footer__inner{
  width:min(1400px,calc(100% - 48px));margin:0 auto;padding:clamp(52px,6vw,84px) 30px clamp(36px,4vw,56px);
  display:grid;grid-template-columns:1.5fr repeat(4,minmax(0,1fr));gap:clamp(28px,3.5vw,56px);
}
.mos-footer__logo{display:inline-block;width:108px;margin-bottom:12px}
.mos-footer__logo img{width:100%;height:auto;display:block;max-width:none}
.mos-footer__tag{margin:0 0 10px;font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:var(--mos-cream);line-height:1.3}
.mos-footer__tag em{font-family:'Great Vibes',cursive;font-style:normal;font-weight:400;font-size:30px;color:var(--mos-gold);white-space:nowrap}
.mos-footer__about{margin:0;font-size:15px;line-height:1.7;max-width:320px}
.mos-footer h4{margin:6px 0 18px;font-family:'Manrope',sans-serif;font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--mos-gold-l)}
.mos-footer ul{list-style:none!important;margin:0!important;padding:0!important;display:grid;gap:12px}
.mos-footer li{margin:0;font-size:15px;line-height:1.6}
.mos-footer a{color:rgba(255,247,234,.82)!important;text-decoration:none!important;transition:color .3s}
.mos-footer a:hover{color:var(--mos-gold-l)!important}
.mos-footer__bottom{
  width:min(1400px,calc(100% - 48px));margin:0 auto;padding:22px 30px 30px;
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px 24px;
  border-top:1px solid rgba(255,255,255,.1);font-size:13.5px;color:rgba(255,247,234,.55);
}
.mos-footer__credit a{color:var(--mos-gold-l)!important;font-weight:600;border-bottom:1px solid rgba(212,175,106,.45);padding-bottom:1px;transition:color .3s,border-color .3s}
.mos-footer__credit a:hover{color:#fff!important;border-color:#fff}

/* =========================================================
   FLOATING CART (every page)
   ========================================================= */
.mot-float-cart{
  position:fixed;right:28px;bottom:28px;z-index:99999;width:66px;height:66px;border-radius:50%;
  display:grid;place-items:center;color:#F3DFA8!important;text-decoration:none!important;
  background:radial-gradient(circle at 35% 30%,#3A2216 0%,#1B0F0A 70%);
  border:1px solid rgba(212,175,106,.65);
  box-shadow:0 14px 34px rgba(0,0,0,.45),0 0 0 6px rgba(212,175,106,.12),inset 0 1px 0 rgba(255,255,255,.12);
  opacity:0;visibility:hidden;transform:scale(.6) translateY(20px);
  transition:opacity .4s,visibility .4s,transform .5s cubic-bezier(.2,.8,.2,1),background .35s,color .35s,box-shadow .35s;
}
.mot-float-cart.has-items{opacity:1;visibility:visible;transform:none;animation:mot-cart-pop .6s cubic-bezier(.2,.8,.2,1)}
.mot-float-cart svg{width:28px;height:28px;display:block}
.mot-float-cart:hover,.mot-float-cart:focus-visible{color:#1B0F0A!important;background:linear-gradient(135deg,#F3DFA8,#D4AF6A 50%,#A8782F);box-shadow:0 18px 40px rgba(168,120,47,.55),0 0 0 8px rgba(212,175,106,.18);transform:translateY(-3px);outline:none}
.mot-float-cart__count{
  position:absolute;top:-4px;right:-4px;min-width:26px;height:26px;padding:0 7px;border-radius:999px;display:grid;place-items:center;
  font:700 13px/1 'Manrope','Jost',system-ui,sans-serif;color:#1B0F0A;background:linear-gradient(135deg,#FFE2D4,#F2C9B4);
  border:2px solid #1B0F0A;box-shadow:0 4px 10px rgba(0,0,0,.35);
}
.mot-float-cart__tip{
  position:absolute;right:calc(100% + 14px);top:50%;transform:translate(8px,-50%);padding:9px 14px;border-radius:10px;white-space:nowrap;pointer-events:none;
  font:700 12px/1 'Manrope','Jost',system-ui,sans-serif;letter-spacing:.14em;text-transform:uppercase;
  color:#F3DFA8;background:rgba(27,15,10,.92);border:1px solid rgba(212,175,106,.4);opacity:0;transition:opacity .3s,transform .3s;
}
.mot-float-cart:hover .mot-float-cart__tip{opacity:1;transform:translate(0,-50%)}
@keyframes mot-cart-pop{0%{transform:scale(.6)}55%{transform:scale(1.12)}100%{transform:scale(1)}}

/* =========================================================
   DESIGNED PAGES (About, Contact, Policies)
   ========================================================= */
.mos-designed-page .site-content>.ast-container,.mos-designed-page .entry-content,.mos-designed-page article.page{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}
.mos-designed-page .site-content>.ast-container{display:block}
/* content area is already full width on these pages: bands simply fill it (overrides Astra's block width rules) */
body.mos-designed-page .entry-content .mos-page,
body.mos-designed-page .entry-content .mos-page>.mos-banner,
body.mos-designed-page .entry-content .mos-page>.mos-section,
body.mos-designed-page .entry-content .mos-page>.mos-cta{left:auto!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
body.mos-designed-page .entry-content .mos-page .mos-container{max-width:none!important;margin-left:auto!important;margin-right:auto!important}
body.mos-designed-page .entry-content .mos-page .mos-prose.mos-container{max-width:880px!important}
.mos-designed-page .entry-header{display:none}
.mos-page{font-family:'Jost',sans-serif;color:var(--mos-ink)}
.mos-page *,.mos-page *::before,.mos-page *::after{box-sizing:border-box}
.mos-page p{margin:0 0 1.1em}
.mos-page img{max-width:100%;height:auto}
.mos-container{width:min(1400px,calc(100% - 48px));margin:0 auto;padding:0 30px}
.mos-prose.mos-container{max-width:880px}

.mos-banner{
  position:relative;left:50%;width:100vw;margin-left:-50vw;overflow:hidden;
  padding:clamp(64px,8vw,120px) 0 clamp(56px,7vw,100px);color:var(--mos-cream);
  background:
    radial-gradient(800px 420px at 8% 10%,rgba(212,175,106,.16),transparent 60%),
    radial-gradient(700px 420px at 100% 100%,rgba(242,201,180,.08),transparent 60%),
    linear-gradient(180deg,#26160E,var(--mos-espresso));
}
.mos-banner--compact{padding:clamp(52px,6vw,88px) 0 clamp(44px,5vw,72px)}
.mos-banner,.mos-banner *,.mos-banner *::before,.mos-banner *::after{box-sizing:border-box}
/* the hero starts at the very top of the page and runs behind the floating nav */
body.mos-inner-page .mos-banner{padding-top:calc(var(--mos-header-h) + clamp(48px,5.5vw,88px))}
body.mos-inner-page .mos-banner--compact{padding-top:calc(var(--mos-header-h) + clamp(36px,4.2vw,68px))}
.mos-banner .mos-title{margin:0 0 16px;padding:0;font-weight:400;line-height:1;color:var(--mos-cream)}
.mos-banner--auto .mos-lead{margin-top:4px!important}
/* the hero shows the page title, so hide the theme's duplicate titles */
body.mos-has-banner .site-content .entry-header,
body.mos-has-banner .woocommerce-products-header__title,
body.mos-has-banner .ast-archive-description{display:none!important}
.mos-banner::after{content:"\02BB ohana";position:absolute;right:-1vw;bottom:-5vw;font-family:'Great Vibes',cursive;font-size:clamp(140px,18vw,300px);line-height:1;color:rgba(212,175,106,.05);pointer-events:none;white-space:nowrap}
.mos-eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:clamp(14px,1.6vw,22px);font-size:clamp(11px,.95vw,13px);font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--mos-gold-l)}
.mos-eyebrow::before{content:"";width:42px;height:1px;background:linear-gradient(90deg,transparent,var(--mos-gold))}
.mos-page .mos-title{margin:0 0 18px;font-weight:400;line-height:1;color:var(--mos-cream)}
.mos-t1{font-family:'Playfair Display',serif;font-weight:800;letter-spacing:-.015em}
.mos-t2{font-family:'Great Vibes',cursive;font-weight:400;padding:0 .12em;background:linear-gradient(100deg,#B8893E 0%,#F7E7B9 30%,#D4AF6A 52%,#FFF1C9 72%,#B8893E 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.mos-banner .mos-t1{display:block;font-size:clamp(2.3rem,4.4vw,4.6rem);color:var(--mos-cream)}
.mos-banner .mos-t2{display:block;font-size:clamp(3rem,5.6vw,6rem);line-height:1.1}
.mos-banner--compact .mos-title{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 .25em}
.mos-banner--compact .mos-t1,.mos-banner--compact .mos-t2{display:inline-block}
.mos-banner--compact .mos-t1{font-size:clamp(2.2rem,4vw,4rem)}
.mos-banner--compact .mos-t2{font-size:clamp(2.8rem,5vw,5.2rem)}
.mos-lead{max-width:620px;margin:0!important;font-size:clamp(16px,1.3vw,19px);font-weight:300;line-height:1.75;color:rgba(255,247,234,.84)}

.mos-section{padding:clamp(56px,7vw,104px) 0}
.mos-section--tint{position:relative;left:50%;width:100vw;margin-left:-50vw;background:var(--mos-sand)}
.mos-kicker{display:block;margin-bottom:12px;font-family:'Manrope',sans-serif;font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--mos-gold-d)}
.mos-page h2{margin:0 0 18px;font-family:'Playfair Display',serif;font-weight:800;font-size:clamp(1.8rem,2.8vw,2.8rem);line-height:1.15;color:var(--mos-ink)}
.mos-page h3{margin:0 0 8px;font-family:'Playfair Display',serif;font-weight:700;font-size:1.25rem;color:var(--mos-ink)}
.mos-section-head{text-align:center;margin-bottom:clamp(32px,4vw,52px)}
.mos-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(32px,5vw,80px);align-items:center}
.mos-split__text p{font-size:17px;line-height:1.8;color:var(--mos-muted)}
.mos-split__media{position:relative}
.mos-split__media::before{content:"";position:absolute;inset:18px -18px -18px 18px;border:1px solid rgba(168,120,47,.45);border-radius:26px}
.mos-split__media img{position:relative;display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:26px;box-shadow:0 30px 60px rgba(43,26,18,.25)}
.mos-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,28px)}
.mos-value{padding:clamp(24px,2.4vw,34px);border-radius:22px;background:#fff;border:1px solid rgba(168,120,47,.18);box-shadow:0 10px 30px rgba(43,26,18,.06);transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s,border-color .4s}
.mos-value:hover{transform:translateY(-8px);border-color:rgba(168,120,47,.5);box-shadow:0 24px 50px rgba(43,26,18,.14)}
.mos-value p{margin:0;font-size:15.5px;line-height:1.7;color:var(--mos-muted)}
.mos-value__icon{width:56px;height:56px;margin-bottom:18px;flex:none;border-radius:16px;display:grid;place-items:center;color:var(--mos-espresso);background:linear-gradient(135deg,var(--mos-gold-l),var(--mos-gold) 50%,var(--mos-gold-d));box-shadow:0 10px 22px rgba(168,120,47,.3)}
.mos-value__icon svg{width:26px;height:26px}

.mos-cta{position:relative;left:50%;width:100vw;margin-left:-50vw;padding:clamp(64px,8vw,110px) 0;text-align:center;color:var(--mos-cream);background:radial-gradient(700px 360px at 50% 0%,rgba(212,175,106,.16),transparent 65%),linear-gradient(180deg,#26160E,var(--mos-espresso))}
.mos-page .mos-cta h2{color:var(--mos-cream);font-weight:400;display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:0 .25em}
.mos-cta .mos-t1{font-size:clamp(2rem,3.6vw,3.6rem)}
.mos-cta .mos-t2{font-size:clamp(2.6rem,4.6vw,4.8rem)}
.mos-cta p{color:rgba(255,247,234,.8);font-size:17px}
.mos-cta__btns{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:26px}

/* buttons */
.mos-btn{
  position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;height:54px;padding:0 30px;border-radius:14px;border:0;cursor:pointer;
  font-family:'Manrope',sans-serif;font-size:15px;font-weight:700;letter-spacing:.03em;line-height:1;text-decoration:none!important;
  transition:transform .35s,box-shadow .35s,background .35s,color .35s;
}
.mos-btn svg{width:18px;height:18px;transition:transform .35s}
.mos-btn:hover svg{transform:translateX(4px)}
.mos-btn--gold{color:var(--mos-espresso)!important;background:linear-gradient(135deg,var(--mos-gold-l),var(--mos-gold) 50%,var(--mos-gold-d));box-shadow:0 12px 28px rgba(168,120,47,.4),inset 0 1px 0 rgba(255,255,255,.6)}
.mos-btn--gold:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(168,120,47,.55)}
.mos-btn--dark{color:var(--mos-gold-l)!important;background:var(--mos-espresso);box-shadow:0 12px 28px rgba(27,15,10,.25)}
.mos-btn--dark:hover{transform:translateY(-2px);color:var(--mos-espresso)!important;background:linear-gradient(135deg,var(--mos-gold-l),var(--mos-gold) 50%,var(--mos-gold-d))}
.mos-btn--glass{color:#fff!important;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.45)}
.mos-btn--glass:hover{color:var(--mos-espresso)!important;background:var(--mos-cream);transform:translateY(-2px)}

/* contact */
.mos-contact{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(28px,4vw,64px);align-items:start}
.mos-contact__info{display:grid;gap:16px}
.mos-info-card{display:flex;gap:18px;align-items:flex-start;padding:24px;border-radius:20px;background:#fff;border:1px solid rgba(168,120,47,.18);box-shadow:0 10px 30px rgba(43,26,18,.06)}
.mos-info-card .mos-value__icon{margin:0;width:50px;height:50px}
.mos-info-card p{margin:0;color:var(--mos-muted);line-height:1.6}
.mos-contact__form{padding:clamp(26px,3vw,44px);border-radius:24px;background:#fff;border:1px solid rgba(168,120,47,.2);box-shadow:0 20px 50px rgba(43,26,18,.08);scroll-margin-top:140px}
.mos-form{display:grid;gap:16px;margin:0}
.mos-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.mos-field{display:grid;gap:8px;margin:0}
.mos-field span{font-family:'Manrope',sans-serif;font-size:13px;font-weight:700;letter-spacing:.06em;color:var(--mos-ink)}
.mos-field input,.mos-field select,.mos-field textarea{
  width:100%;margin:0;padding:14px 16px;border-radius:12px;border:1px solid rgba(43,26,18,.18);background:var(--mos-paper);
  font:400 16px 'Jost',sans-serif;color:var(--mos-ink);transition:border-color .3s,box-shadow .3s,background .3s;
}
.mos-field input:focus,.mos-field select:focus,.mos-field textarea:focus{outline:none;border-color:var(--mos-gold-d);background:#fff;box-shadow:0 0 0 4px rgba(212,175,106,.25)}
.mos-form .mos-btn{justify-self:start;margin-top:6px}
.mos-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.mos-notice{margin-bottom:18px;padding:14px 18px;border-radius:12px;font-size:15px;line-height:1.5}
.mos-notice--ok{background:#EEF6EA;color:#2F5A23;border:1px solid #BFDDB2}
.mos-notice--err{background:#FBEDE8;color:#8A2E17;border:1px solid #F0C4B4}

/* policies */
.mos-prose{font-size:16.5px;line-height:1.8;color:var(--mos-muted)}
.mos-prose h2{margin:40px 0 12px!important;font-size:clamp(1.35rem,2vw,1.7rem)!important}
.mos-prose ul{margin:0 0 1.2em;padding-left:1.2em}
.mos-prose li{margin-bottom:8px}
.mos-prose strong{color:var(--mos-ink)}
.mos-updated{display:inline-block;padding:6px 14px;border-radius:999px;background:var(--mos-sand);font-size:13px;font-weight:500;color:var(--mos-gold-d)}

/* =========================================================
   WOOCOMMERCE (shop, product, cart, checkout, account)
   ========================================================= */
.mos-inner-page .woocommerce-products-header__title,.mos-inner-page.woocommerce-page .entry-title,.mos-inner-page .product_title{font-family:'Playfair Display',serif!important;font-weight:800;color:var(--mos-ink)}
.mos-inner-page .woocommerce ul.products li.product,.mos-inner-page ul.products li.product{
  padding:12px 12px 20px!important;border-radius:20px;background:#fff;border:1px solid rgba(168,120,47,.16);
  box-shadow:0 10px 30px rgba(43,26,18,.06);transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s,border-color .4s;
}
.mos-inner-page ul.products li.product:hover{transform:translateY(-8px);border-color:rgba(168,120,47,.5);box-shadow:0 24px 50px rgba(43,26,18,.14)}
.mos-inner-page ul.products li.product img{border-radius:14px}
.mos-inner-page ul.products li.product .woocommerce-loop-product__title{font-family:'Playfair Display',serif!important;font-weight:700;color:var(--mos-ink)!important}
.mos-inner-page .price,.mos-inner-page .price ins,.mos-inner-page .woocommerce-Price-amount{color:var(--mos-gold-d)!important;font-weight:700}
.mos-inner-page .price del,.mos-inner-page .price del .woocommerce-Price-amount{color:#9b8b7e!important;font-weight:400}
.mos-inner-page .onsale{background:linear-gradient(135deg,var(--mos-gold-l),var(--mos-gold) 55%,var(--mos-gold-d))!important;color:var(--mos-espresso)!important;font-family:'Manrope',sans-serif;font-weight:700}

/* all store buttons */
.mos-inner-page .woocommerce a.button,.mos-inner-page .woocommerce button.button,.mos-inner-page .woocommerce input.button,
.mos-inner-page a.button.add_to_cart_button,.mos-inner-page .single_add_to_cart_button,
.mos-inner-page .wc-block-components-button:not(.is-link),.mos-inner-page .wp-element-button,
.mos-inner-page .wc-block-cart__submit-button,.mos-inner-page .wc-block-components-checkout-place-order-button{
  border-radius:12px!important;border:0!important;font-family:'Manrope',sans-serif!important;font-weight:700!important;letter-spacing:.02em;
  color:var(--mos-gold-l)!important;background:var(--mos-espresso)!important;box-shadow:0 10px 24px rgba(27,15,10,.2)!important;
  transition:transform .3s,background .3s,color .3s!important;
}
.mos-inner-page .woocommerce a.button:hover,.mos-inner-page .woocommerce button.button:hover,.mos-inner-page a.button.add_to_cart_button:hover,
.mos-inner-page .single_add_to_cart_button:hover,.mos-inner-page .wc-block-components-button:not(.is-link):hover,.mos-inner-page .wp-element-button:hover,
.mos-inner-page .wc-block-cart__submit-button:hover,.mos-inner-page .wc-block-components-checkout-place-order-button:hover{
  color:var(--mos-espresso)!important;background:linear-gradient(135deg,var(--mos-gold-l),var(--mos-gold) 50%,var(--mos-gold-d))!important;transform:translateY(-2px);
}
/* cart & checkout panels */
.mos-inner-page .wc-block-cart,.mos-inner-page .wc-block-checkout{font-family:'Jost',sans-serif}
.mos-inner-page .wp-block-woocommerce-cart-order-summary-block,.mos-inner-page .wc-block-checkout__sidebar .wc-block-components-panel,
.mos-inner-page .wp-block-woocommerce-checkout-order-summary-block{background:#fff;border-radius:20px;border:1px solid rgba(168,120,47,.18)!important;padding:8px 18px!important}
.mos-inner-page .wc-block-components-text-input input,.mos-inner-page .wc-blocks-components-select__select,.mos-inner-page .wc-block-components-textarea,
.mos-inner-page .woocommerce form .input-text,.mos-inner-page .woocommerce form select{border-radius:12px!important;border-color:rgba(43,26,18,.2)!important;background:#fff!important}
.mos-inner-page .wc-block-components-title,.mos-inner-page .wc-block-components-checkout-step__title{font-family:'Playfair Display',serif!important;font-weight:700!important;color:var(--mos-ink)!important}
.mos-inner-page .wc-block-components-product-name{font-family:'Playfair Display',serif;font-weight:700;color:var(--mos-ink)!important}
/* my account */
.mos-inner-page .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;border-radius:18px;overflow:hidden;border:1px solid rgba(168,120,47,.2);background:#fff}
.mos-inner-page .woocommerce-MyAccount-navigation li a{display:block;padding:14px 18px;color:var(--mos-ink)!important;text-decoration:none;border-bottom:1px solid rgba(168,120,47,.12)}
.mos-inner-page .woocommerce-MyAccount-navigation li.is-active a,.mos-inner-page .woocommerce-MyAccount-navigation li a:hover{background:var(--mos-espresso);color:var(--mos-gold-l)!important}
.mos-inner-page .woocommerce-message,.mos-inner-page .woocommerce-info{border-top-color:var(--mos-gold)!important}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (min-width:1800px){:root{--mos-nav-h:74px}}
@media (max-width:1100px){
  .mos-links{gap:22px}.mos-links a{font-size:15px}.mos-btn-account{padding:0 24px}
  .mos-footer__inner{grid-template-columns:repeat(4,minmax(0,1fr))}
  .mos-footer__brand{grid-column:1 / -1}
}
@media (max-width:1024px){
  :root{--mos-nav-h:64px}
  .mos-nav{padding:0 10px 0 22px}
  .mos-links,.mos-nav .mos-actions>.mos-btn-account{display:none!important}
  .mos-burger{display:flex}
  .mos-menu-toggle:checked ~ .mos-panel{display:block}
  .mos-split,.mos-contact{grid-template-columns:1fr}
  .mos-values{grid-template-columns:1fr}
}
@media (max-width:767px){
  :root{--mos-nav-h:58px}
  :root{--mos-header-pad:20px}
  .mos-header__inner{width:calc(100% - 28px)}
  .mos-nav{border-radius:16px;padding:0 6px 0 16px}
  .mos-logo{left:14px}
  .mos-actions{gap:4px}
  .mos-search{position:static}
  .mos-search input[type=search]{left:0;right:0;width:auto;top:calc(100% + 18px)}
  .mos-container{width:calc(100% - 40px);padding:0}
  .mos-footer__inner{grid-template-columns:1fr 1fr;padding:48px 20px 32px;width:100%}
  .mos-footer__bottom{padding:20px;width:100%}
  .mos-form__row{grid-template-columns:1fr}
  .mot-float-cart{right:16px;bottom:16px;width:58px;height:58px}
  .mot-float-cart svg{width:25px;height:25px}
  .mot-float-cart__tip{display:none}
}
@media (prefers-reduced-motion:reduce){
  .mot-float-cart,.mot-float-cart.has-items,.mos-value,.mos-btn{animation:none;transition:none}
}

/* =========================================================
   SINGLE PRODUCT PAGE
   ========================================================= */
body.single-product.mos-inner-page .ast-woocommerce-container,
body.single-product.mos-inner-page div.product.ast-article-single,
body.single-product.mos-inner-page .ast-article-single{background:transparent!important;padding:0!important;box-shadow:none!important;border:0!important}
body.single-product.mos-inner-page .site-content>.ast-container{max-width:1400px;padding-left:30px;padding-right:30px}
body.single-product.mos-inner-page div.product{
  position:relative;display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  column-gap:clamp(28px,4.5vw,80px);row-gap:clamp(48px,5.5vw,88px);align-items:start;
}
body.single-product.mos-inner-page div.product::before,body.single-product.mos-inner-page div.product::after{display:none!important}
body.single-product.mos-inner-page div.product .woocommerce-product-gallery,
body.single-product.mos-inner-page div.product .summary{float:none!important;width:auto!important;max-width:none!important;margin:0!important}
body.single-product.mos-inner-page div.product .woocommerce-tabs,
body.single-product.mos-inner-page div.product .related,
body.single-product.mos-inner-page div.product .upsells{grid-column:1 / -1;margin:0!important}

/* gallery */
body.single-product .woocommerce-product-gallery{
  padding:14px!important;border-radius:26px;background:#fff;border:1px solid rgba(168,120,47,.16);
  box-shadow:0 24px 60px rgba(43,26,18,.1);
}
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img,
body.single-product .woocommerce-product-gallery .flex-viewport{border-radius:18px}
body.single-product .woocommerce-product-gallery .flex-control-thumbs{display:flex;gap:10px;margin:12px 0 0!important;padding:0}
body.single-product .woocommerce-product-gallery .flex-control-thumbs li{width:auto!important;flex:1;max-width:90px;margin:0!important}
body.single-product .woocommerce-product-gallery .flex-control-thumbs img{border-radius:12px;opacity:.55;border:2px solid transparent;transition:opacity .3s,border-color .3s}
body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
body.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover{opacity:1;border-color:var(--mos-gold)}
body.single-product .woocommerce-product-gallery__trigger{top:26px!important;right:26px!important;background:#fff!important;border-radius:50%;box-shadow:0 6px 16px rgba(43,26,18,.15)}
body.single-product div.product>.onsale{
  top:28px!important;left:28px!important;right:auto!important;z-index:5;min-width:0;min-height:0;height:auto;line-height:1;
  padding:9px 14px!important;border-radius:999px!important;font-size:12px!important;letter-spacing:.12em;text-transform:uppercase;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}

/* summary */
/* summary scrolls normally with the page (a sticky column slid over the tabs & related products) */
body.single-product.mos-inner-page .summary{position:relative!important;top:auto!important;transform:none!important;text-align:left!important;padding-top:6px}
body.single-product .summary .woocommerce-breadcrumb{margin:0 0 18px!important;font-size:13px;letter-spacing:.04em;color:var(--mos-muted)}
body.single-product .summary .woocommerce-breadcrumb a{color:var(--mos-gold-d)!important}
.mos-product-kicker{margin-bottom:10px!important}
body.single-product .summary .product_title{margin:0 0 16px!important;font-size:clamp(2rem,3.2vw,3.1rem)!important;line-height:1.1!important;font-weight:800!important;letter-spacing:-.015em}
body.single-product .summary p.price{display:flex!important;flex-direction:row-reverse;justify-content:flex-end;align-items:baseline;gap:14px;margin:0 0 6px!important;font-family:'Playfair Display',serif}
body.single-product .summary p.price ins,body.single-product .summary p.price>.woocommerce-Price-amount{text-decoration:none;font-size:34px;font-weight:800}
body.single-product .summary p.price del{font-size:20px;opacity:1}
body.single-product .summary .ast-shipping-text{display:block;margin-bottom:18px;font-size:14px;color:var(--mos-muted)}
body.single-product .summary .woocommerce-product-details__short-description{margin:18px 0 0;padding-top:18px;border-top:1px solid rgba(168,120,47,.18);font-size:17px;line-height:1.8;color:var(--mos-muted)}
body.single-product .summary .woocommerce-product-details__short-description p{margin:0 0 12px}

/* quantity + buttons */
body.single-product .summary form.cart{display:flex!important;flex-wrap:wrap;align-items:stretch;gap:12px;margin:26px 0 22px!important;padding:0!important;border:0!important}
body.single-product .summary form.cart .quantity{margin:0!important;float:none!important}
body.single-product .summary form.cart .quantity .qty{
  width:92px!important;height:58px!important;border-radius:14px!important;text-align:center;font:600 18px 'Manrope',sans-serif;
  border:1px solid rgba(43,26,18,.2)!important;background:#fff!important;color:var(--mos-ink)!important;
}
body.single-product .summary form.cart .single_add_to_cart_button,
body.single-product .summary form.cart .mos-buynow{
  flex:1 1 180px;height:58px!important;margin:0!important;padding:0 26px!important;float:none!important;
  display:inline-flex!important;align-items:center;justify-content:center;border-radius:14px!important;
  font-family:'Manrope',sans-serif!important;font-size:15px!important;font-weight:700!important;letter-spacing:.03em;line-height:1!important;
}
body.single-product .summary form.cart .mos-buynow{
  border:0!important;cursor:pointer;color:var(--mos-espresso)!important;
  background:linear-gradient(135deg,var(--mos-gold-l),var(--mos-gold) 50%,var(--mos-gold-d))!important;
  box-shadow:0 12px 28px rgba(168,120,47,.35),inset 0 1px 0 rgba(255,255,255,.6)!important;transition:transform .3s,box-shadow .3s!important;
}
body.single-product .summary form.cart .mos-buynow:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(168,120,47,.5)!important}

/* trust badges */
.mos-trust-badges{list-style:none!important;margin:0 0 22px!important;padding:0!important;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.mos-trust-badges li{display:flex;gap:10px;align-items:flex-start;margin:0;padding:14px;border-radius:16px;background:#fff;border:1px solid rgba(168,120,47,.18)}
.mos-trust-badges svg{flex:none;width:34px;height:34px;padding:7px;border-radius:10px;color:var(--mos-espresso);background:linear-gradient(135deg,var(--mos-gold-l),var(--mos-gold) 50%,var(--mos-gold-d))}
.mos-trust-badges span{font-size:12.5px;line-height:1.45;color:var(--mos-muted)}
.mos-trust-badges b{display:block;font-family:'Manrope',sans-serif;font-size:13px;color:var(--mos-ink)}
body.single-product .summary .product_meta{font-size:13.5px;color:var(--mos-muted);padding-top:16px;border-top:1px solid rgba(168,120,47,.18)}
body.single-product .summary .product_meta>span{display:block;margin-bottom:4px}
body.single-product .summary .ast-single-product-payments{margin-top:16px;border-radius:14px;border-color:rgba(168,120,47,.25)!important}

/* tabs */
body.single-product .woocommerce-tabs ul.tabs{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 20px!important;padding:0!important;border:0!important;list-style:none!important}
body.single-product .woocommerce-tabs ul.tabs::before,body.single-product .woocommerce-tabs ul.tabs li::before,body.single-product .woocommerce-tabs ul.tabs li::after{display:none!important}
body.single-product .woocommerce-tabs ul.tabs li{margin:0!important;padding:0!important;border:0!important;background:transparent!important;border-radius:999px!important}
body.single-product .woocommerce-tabs ul.tabs li a{
  display:block;padding:13px 24px!important;border-radius:999px;border:1px solid rgba(168,120,47,.35);background:#fff;
  font-family:'Manrope',sans-serif;font-size:14px;font-weight:700;letter-spacing:.04em;color:var(--mos-ink)!important;transition:background .3s,color .3s;
}
body.single-product .woocommerce-tabs ul.tabs li.active a,body.single-product .woocommerce-tabs ul.tabs li a:hover{background:var(--mos-espresso);border-color:var(--mos-espresso);color:var(--mos-gold-l)!important}
body.single-product .woocommerce-tabs .panel{
  margin:0!important;padding:clamp(26px,3.2vw,48px)!important;border-radius:24px;background:#fff;border:1px solid rgba(168,120,47,.16);
  font-size:17px;line-height:1.85;color:var(--mos-muted);
}
body.single-product .woocommerce-tabs .panel>h2:first-child{display:none}
body.single-product .woocommerce-tabs .panel strong{color:var(--mos-ink)}

/* related */
body.single-product .related>h2,body.single-product .upsells>h2{margin:0 0 26px!important;text-align:center;font-size:clamp(1.8rem,2.8vw,2.6rem)!important;font-weight:800}

/* cart: minimum order notice button */
.mos-disabled-btn{background:var(--mos-sand)!important;color:var(--mos-ink)!important;box-shadow:none!important}

/* =========================================================
   BLOG
   ========================================================= */
.mos-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.2vw,32px)}
.mos-post-card{
  display:flex;flex-direction:column;overflow:hidden;border-radius:24px;background:#fff;border:1px solid rgba(168,120,47,.16);
  box-shadow:0 10px 30px rgba(43,26,18,.06);transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s,border-color .4s;
}
.mos-post-card:hover{transform:translateY(-8px);border-color:rgba(168,120,47,.5);box-shadow:0 26px 54px rgba(43,26,18,.14)}
.mos-post-card__media{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--mos-sand)}
.mos-post-card__media img{width:100%!important;height:100%!important;object-fit:cover;display:block;transition:transform .9s cubic-bezier(.2,.8,.2,1)}
.mos-post-card:hover .mos-post-card__media img{transform:scale(1.05)}
.mos-post-card__placeholder{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(180deg,#26160E,var(--mos-espresso))}
.mos-post-card__placeholder img{width:34%!important;height:auto!important;object-fit:contain}
.mos-post-card__body{display:flex;flex-direction:column;flex:1;padding:clamp(20px,2.2vw,30px)}
.mos-post-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;margin-bottom:14px;font-size:13px;color:var(--mos-muted)}
.mos-pill{display:inline-flex;align-items:center;height:26px;padding:0 12px;border-radius:999px;background:var(--mos-espresso);color:var(--mos-gold-l);font-family:'Manrope',sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.mos-page .mos-post-card h3{margin:0 0 10px;font-size:clamp(1.2rem,1.5vw,1.45rem);line-height:1.3}
.mos-post-card h3 a{color:var(--mos-ink)!important;text-decoration:none!important}
.mos-post-card h3 a:hover{color:var(--mos-gold-d)!important}
.mos-page .mos-post-card p{margin:0 0 18px;font-size:15.5px;line-height:1.7;color:var(--mos-muted)}
.mos-readmore{margin-top:auto;display:inline-flex;align-items:center;gap:10px;font-family:'Manrope',sans-serif;font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--mos-gold-d)!important;text-decoration:none!important}
.mos-readmore svg{width:16px;height:16px;transition:transform .35s}
.mos-post-card:hover .mos-readmore svg{transform:translateX(5px)}
/* featured (newest) story */
.mos-post-card--featured{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}
.mos-post-card--featured .mos-post-card__media{aspect-ratio:auto;min-height:340px}
.mos-post-card--featured .mos-post-card__body{justify-content:center;padding:clamp(26px,3.5vw,56px)}
.mos-page .mos-post-card--featured h3{font-size:clamp(1.6rem,2.6vw,2.4rem)}
.mos-blog-empty{padding:48px;border-radius:24px;background:#fff;text-align:center;border:1px dashed rgba(168,120,47,.4)}
.mos-pagination{margin-top:40px;display:flex;justify-content:center;gap:8px}
.mos-pagination .page-numbers{display:grid;place-items:center;min-width:44px;height:44px;padding:0 12px;border-radius:12px;background:#fff;border:1px solid rgba(168,120,47,.25);color:var(--mos-ink)!important;text-decoration:none!important;font-family:'Manrope',sans-serif;font-weight:700}
.mos-pagination .page-numbers.current,.mos-pagination .page-numbers:hover{background:var(--mos-espresso);color:var(--mos-gold-l)!important}

/* single blog post */
body.single-post.mos-inner-page .ast-article-single{max-width:880px;margin:0 auto!important;padding:clamp(24px,4vw,56px)!important;border-radius:26px;background:#fff!important;border:1px solid rgba(168,120,47,.14)}
body.single-post.mos-inner-page .post-thumb img,body.single-post.mos-inner-page .ast-single-post-featured-section img{border-radius:18px;width:100%;height:auto}
body.single-post.mos-inner-page .entry-content{font-size:18px;line-height:1.85;color:var(--mos-muted)}
body.single-post.mos-inner-page .entry-content h2{margin:1.8em 0 .5em;font-size:clamp(1.4rem,2.2vw,1.8rem);font-weight:800}
.mos-post-cta{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;margin-top:48px;padding:clamp(24px,3vw,40px);
  border-radius:22px;color:var(--mos-cream);background:radial-gradient(500px 240px at 0% 0%,rgba(212,175,106,.18),transparent 60%),linear-gradient(135deg,#26160E,var(--mos-espresso));
}
.mos-post-cta .mos-eyebrow{margin-bottom:8px}
.mos-post-cta h3{margin:0 0 6px!important;color:var(--mos-cream)!important;font-size:1.6rem!important}
.mos-post-cta p{margin:0!important;color:rgba(255,247,234,.78);font-size:15.5px}

@media (max-width:1024px){
  body.single-product.mos-inner-page div.product{grid-template-columns:1fr}
  .mos-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mos-post-card--featured{grid-template-columns:1fr}
  .mos-post-card--featured .mos-post-card__media{min-height:0;aspect-ratio:16/9}
}
@media (max-width:767px){
  body.single-product.mos-inner-page .site-content>.ast-container{padding-left:20px;padding-right:20px}
  .mos-trust-badges{grid-template-columns:1fr}
  .mos-blog-grid{grid-template-columns:1fr}
  body.single-post.mos-inner-page .entry-content{font-size:17px}
}

/* =========================================================
   TRACK YOUR ORDER
   ========================================================= */
body.mos-designed-page .entry-content .mos-page .mos-track-wrap{max-width:900px!important}
.mos-track{padding:clamp(24px,3.2vw,44px);border-radius:24px;background:#fff;border:1px solid rgba(168,120,47,.2);box-shadow:0 20px 50px rgba(43,26,18,.08)}
.mos-track__form{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr) auto;gap:14px;align-items:end;margin:0}
.mos-track__form .mos-btn{height:52px;white-space:nowrap}
.mos-page .mos-track__hint{margin:12px 0 0!important;font-size:14px;color:var(--mos-muted)}
.mos-track .mos-notice{margin:18px 0 0}
.mos-track__result{margin-top:30px;padding-top:30px;border-top:1px solid rgba(168,120,47,.2)}
.mos-track__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:28px}
.mos-page .mos-track__head h3{margin:0 0 4px;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:800}
.mos-page .mos-track__head p{margin:0!important;color:var(--mos-muted)}
.mos-steps{list-style:none!important;margin:0 0 30px!important;padding:0!important;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.mos-steps li{position:relative;margin:0;padding:0 6px;text-align:center}
.mos-steps li::before{content:"";position:absolute;top:21px;left:-50%;width:100%;height:3px;background:rgba(168,120,47,.2)}
.mos-steps li:first-child::before{display:none}
.mos-steps li.is-done::before,.mos-steps li.is-current::before{background:linear-gradient(90deg,var(--mos-gold-d),var(--mos-gold))}
.mos-steps__dot{
  position:relative;z-index:1;width:44px;height:44px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;
  font-family:'Manrope',sans-serif;font-weight:700;font-size:15px;color:var(--mos-muted);background:var(--mos-sand);border:2px solid rgba(168,120,47,.25);
}
.mos-steps li.is-done .mos-steps__dot,.mos-steps li.is-current .mos-steps__dot{color:var(--mos-espresso);border-color:transparent;background:linear-gradient(135deg,var(--mos-gold-l),var(--mos-gold) 50%,var(--mos-gold-d))}
.mos-steps li.is-current .mos-steps__dot{box-shadow:0 0 0 6px rgba(212,175,106,.25)}
.mos-steps b{display:block;font-family:'Manrope',sans-serif;font-size:14px;color:var(--mos-ink)}
.mos-steps small{display:block;margin-top:2px;font-size:12.5px;color:var(--mos-muted)}
.mos-track__items{width:100%;border-collapse:collapse;margin:0;border:0}
.mos-track__items td{padding:12px 0;border:0;border-bottom:1px solid rgba(168,120,47,.15);font-size:15.5px;color:var(--mos-ink);background:transparent}
.mos-track__qty{width:70px;text-align:center;color:var(--mos-muted)}
.mos-track__price{width:120px;text-align:right;white-space:nowrap}
.mos-track__total td{border-bottom:0;font-weight:700;font-family:'Playfair Display',serif;font-size:18px}
.mos-page .mos-track__address{margin:18px 0 0!important;line-height:1.6;color:var(--mos-muted)}
.mos-track__address strong{color:var(--mos-ink)}
@media (max-width:767px){
  .mos-track__form{grid-template-columns:1fr}
  .mos-track__form .mos-btn{width:100%}
  .mos-steps{grid-template-columns:1fr;gap:14px}
  .mos-steps li{display:grid;grid-template-columns:44px 1fr;column-gap:14px;text-align:left;align-items:center;padding:0}
  .mos-steps li::before{display:none}
  .mos-steps__dot{margin:0;grid-row:span 2}
  .mos-track__head{flex-direction:column}
}

/* =========================================================
   HERO ARTWORK (product packages on the right of every inner-page hero)
   ========================================================= */
.mos-banner--art .mos-container{position:relative;z-index:1}
.mos-banner__art{display:block;pointer-events:none;z-index:2}
.mos-banner__art::before{ /* soft gold glow behind the packages */
  content:"";position:absolute;inset:8% 6%;z-index:-1;border-radius:50%;
  background:radial-gradient(closest-side,rgba(212,175,106,.28),rgba(212,175,106,0));filter:blur(10px);
}
.mos-banner__art img{
  display:block;width:100%;height:auto;max-width:none;
  filter:drop-shadow(0 26px 40px rgba(0,0,0,.45));
  animation:mos-art-in 1.1s cubic-bezier(.2,.8,.2,1) .25s both,mos-art-float 7s ease-in-out 1.6s infinite;
}
@keyframes mos-art-in{from{opacity:0;translate:70px 0;scale:.94}to{opacity:1;translate:0 0;scale:1}}
@keyframes mos-art-float{0%,100%{translate:0 0}50%{translate:0 -10px}}

@media (min-width:1025px){
  /* text keeps to the left, artwork sits on the right, vertically centred with the text */
  .mos-banner--art .mos-container{display:flex;flex-direction:column;justify-content:center;min-height:330px;padding-right:calc(min(44%,540px) + 40px)!important}
  .mos-banner--art .mos-container>.mos-eyebrow{align-self:flex-start}
  .mos-banner__art{position:absolute;right:30px;top:50%;width:min(44%,520px);transform:translateY(-50%)}
}
@media (max-width:1024px){
  .mos-banner__art{position:relative;order:10;width:min(460px,86%);margin:34px auto 0}
  .mos-banner--art .mos-container{display:flex;flex-direction:column}
  .mos-banner--art .mos-container>.mos-eyebrow{align-self:flex-start}
}
@media (max-width:767px){
  .mos-banner__art{width:min(320px,86%);margin-top:26px}
}

/* =========================================================
   SMOOTH ENTRANCES
   ========================================================= */
/* hero text rises in on load */
.mos-banner .mos-eyebrow,.mos-banner .mos-title,.mos-banner .mos-lead{animation:mos-rise-in .9s cubic-bezier(.2,.8,.2,1) both}
.mos-banner .mos-eyebrow{animation-delay:.05s}
.mos-banner .mos-title{animation-delay:.18s}
.mos-banner .mos-lead{animation-delay:.32s}
@keyframes mos-rise-in{from{opacity:0;translate:0 26px}to{opacity:1;translate:0 0}}

/* about photo shape */
.mos-split__media picture{display:block;position:relative}
.mos-split__media img{aspect-ratio:3/2!important}

/* sections ease in as they scroll into view (browsers that support it; everything is visible elsewhere).
   Uses `translate`, so it never fights the hover lift on cards. */
@supports (animation-timeline:view()){
  .mos-page .mos-split__text,.mos-page .mos-split__media,.mos-page .mos-section-head,.mos-page .mos-value,
  .mos-page .mos-info-card,.mos-page .mos-contact__form,.mos-page .mos-post-card,.mos-page .mos-cta .mos-container,
  .mos-page .mos-prose,.mos-page .mos-track,
  body.mos-inner-page ul.products li.product,
  body.single-product .woocommerce-product-gallery,body.single-product .summary,
  body.single-product .woocommerce-tabs,body.single-product .related,
  body.single-post .ast-article-single,
  .mos-footer__inner>*{
    animation:mos-scroll-rise linear both;animation-timeline:view();animation-range:entry 0% entry 38%;
  }
  .mos-page .mos-value:nth-child(2),.mos-page .mos-post-card:nth-child(3n+2),body.mos-inner-page ul.products li.product:nth-child(3n+2),.mos-footer__inner>*:nth-child(2){animation-range:entry 6% entry 44%}
  .mos-page .mos-value:nth-child(3),.mos-page .mos-post-card:nth-child(3n),body.mos-inner-page ul.products li.product:nth-child(3n),.mos-footer__inner>*:nth-child(3){animation-range:entry 12% entry 50%}
  .mos-footer__inner>*:nth-child(4){animation-range:entry 16% entry 54%}
  .mos-footer__inner>*:nth-child(5){animation-range:entry 20% entry 58%}
}
@keyframes mos-scroll-rise{from{opacity:0;translate:0 44px}to{opacity:1;translate:0 0}}

@media (prefers-reduced-motion:reduce){
  .mos-banner__art img,.mos-banner .mos-eyebrow,.mos-banner .mos-title,.mos-banner .mos-lead{animation:none!important}
  .mos-page *,body.mos-inner-page ul.products li.product,body.single-product .summary,body.single-product .woocommerce-product-gallery,
  body.single-product .woocommerce-tabs,body.single-product .related,body.single-post .ast-article-single,.mos-footer__inner>*{animation:none!important}
}
