/* MerchFuse v1.8.2.0 — routing, visual consistency and precision release. */

:root{
  --mf-release-red:#ff3b30;
  --mf-release-red-dark:#d92b22;
  --mf-release-paper:#f7f3ec;
  --mf-release-paper-2:#fffdf9;
  --mf-release-ink:#11110f;
  --mf-release-muted:#6d6a64;
  --mf-release-line:rgba(17,17,15,.13);
  --mf-release-radius:22px;
  --mf-release-shadow:0 20px 60px rgba(17,17,15,.08);
}

/* --------------------------------------------------------------------------
   Header: compact, non-overlapping desktop layout.
   -------------------------------------------------------------------------- */
@media (min-width:1025px){
  html body .mf-header__inner{
    display:grid!important;
    grid-template-columns:minmax(142px,190px) minmax(0,1fr) max-content!important;
    column-gap:clamp(12px,1.25vw,24px)!important;
    align-items:center!important;
    width:min(100% - 32px,1760px)!important;
    max-width:1760px!important;
    padding-inline:0!important;
  }
  html body .mf-header__brand{min-width:0!important;max-width:190px!important;overflow:visible!important}
  html body .mf-header__brand .mf-logo,
  html body .mf-header__brand .custom-logo-link{display:flex!important;align-items:center!important;max-width:100%!important}
  html body .mf-header__brand img{width:auto!important;max-width:100%!important;max-height:52px!important;object-fit:contain!important}
  html body .mf-header__nav{min-width:0!important;width:100%!important;overflow:visible!important}
  html body .mf-nav{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:clamp(10px,.82vw,20px)!important;
    min-width:0!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  html body .mf-nav>li{flex:0 1 auto!important;min-width:0!important}
  html body .mf-nav>li>a{
    display:flex!important;
    align-items:center!important;
    min-height:78px!important;
    padding:0!important;
    font-size:clamp(10px,.61vw,12px)!important;
    line-height:1.1!important;
    letter-spacing:.015em!important;
    white-space:nowrap!important;
  }
  html body .mf-header__tools{display:flex!important;align-items:center!important;gap:clamp(7px,.6vw,12px)!important;min-width:max-content!important}
  html body .mf-header__tools .mf-icon-btn{width:40px!important;height:40px!important;flex:0 0 40px!important}
  html body .mf-header__finder{display:none!important}
}
@media (min-width:1025px) and (max-width:1370px){
  html body .mf-header__inner{grid-template-columns:minmax(126px,156px) minmax(0,1fr) max-content!important;column-gap:10px!important}
  html body .mf-nav{gap:9px!important}
  html body .mf-nav>li>a{font-size:9.5px!important;letter-spacing:0!important}
  html body .mf-header__tools{gap:4px!important}
  html body .mf-header__tools .mf-icon-btn{width:36px!important;height:36px!important;flex-basis:36px!important}
}

/* --------------------------------------------------------------------------
   Homepage lower editorial + confidence section.
   -------------------------------------------------------------------------- */
html body.home .mf-ref-promos{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:clamp(16px,2vw,28px)!important;
  margin-top:clamp(54px,7vw,100px)!important;
  margin-bottom:clamp(28px,4vw,52px)!important;
  border:0!important;
}
html body.home .mf-ref-promo{
  position:relative!important;
  min-height:clamp(330px,34vw,500px)!important;
  border:1px solid var(--mf-release-line)!important;
  border-radius:var(--mf-release-radius)!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 90% 10%,rgba(255,59,48,.10),transparent 32%),
    linear-gradient(145deg,#fffdf9,#f4efe7)!important;
  box-shadow:0 16px 46px rgba(17,17,15,.055)!important;
}
html body.home .mf-ref-promo--dark{
  background:#111!important;
  color:#fff!important;
}
html body.home .mf-ref-promo__media:after{
  content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.32) 62%,rgba(0,0,0,.12));pointer-events:none
}
html body.home .mf-ref-promo__content{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  height:100%!important;
  max-width:680px!important;
  padding:clamp(28px,4vw,64px)!important;
}
html body.home .mf-ref-promo__content>p{
  margin:0 0 16px!important;
  font-size:11px!important;
  font-weight:850!important;
  letter-spacing:.17em!important;
  text-transform:uppercase!important;
}
html body.home .mf-ref-promo__content h2{
  max-width:13ch!important;
  margin:0 0 30px!important;
  font-family:var(--mf-font-display)!important;
  font-size:clamp(35px,4vw,64px)!important;
  font-weight:500!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
}
html body.home .mf-ref-promo--dark .mf-ref-promo__content h2,
html body.home .mf-ref-promo--dark .mf-ref-promo__content>p{color:#fff!important}
html body.home .mf-ref-promo .mf-btn{
  min-height:48px!important;
  padding:0 20px!important;
  border-radius:999px!important;
  font-size:11px!important;
  font-weight:850!important;
  letter-spacing:.08em!important;
}
html body.home .mf-ref-testimonials{
  margin-top:0!important;
  padding-top:clamp(28px,4vw,52px)!important;
  padding-bottom:clamp(56px,7vw,98px)!important;
  border-top:1px solid var(--mf-release-line)!important;
}
html body.home .mf-ref-testimonials .mf-ref-section__head{margin-bottom:clamp(22px,3vw,36px)!important}
html body.home .mf-ref-testimonials .mf-ref-section__head h2{font-size:clamp(28px,3vw,44px)!important;text-transform:none!important;letter-spacing:-.035em!important}
html body.home .mf-ref-testimonial-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
html body.home .mf-ref-trust-card{
  min-height:230px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  padding:clamp(22px,2.5vw,34px)!important;
  border:1px solid var(--mf-release-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:none!important;
}
html body.home .mf-ref-trust-card>div{
  width:46px!important;height:46px!important;display:grid!important;place-items:center!important;
  margin:0 0 auto!important;border-radius:50%!important;background:#fff4f1!important;color:var(--mf-release-red)!important
}
html body.home .mf-ref-trust-card h3{margin:26px 0 8px!important;font-size:clamp(20px,1.7vw,27px)!important;line-height:1.05!important}
html body.home .mf-ref-trust-card p{margin:0!important;color:var(--mf-release-muted)!important;font-size:14px!important;line-height:1.62!important}
@media (max-width:980px){
  html body.home .mf-ref-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:720px){
  html body.home .mf-ref-promos{grid-template-columns:1fr!important}
  html body.home .mf-ref-promo{min-height:350px!important}
  html body.home .mf-ref-testimonial-grid{grid-template-columns:1fr!important}
  html body.home .mf-ref-trust-card{min-height:205px!important}
}

/* --------------------------------------------------------------------------
   Product page Wall Studio CTA + duplicate shipping cleanup spacing.
   -------------------------------------------------------------------------- */
html body.single-product .mf-wall-pdp{
  position:relative!important;
  margin:18px 0 4px!important;
  padding:10px!important;
  border:1px solid rgba(255,59,48,.30)!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#fff8f5,#fff 64%)!important;
  box-shadow:0 13px 34px rgba(255,59,48,.10)!important;
}
html body.single-product .mf-wall-pdp__eyebrow{
  display:inline-flex!important;
  margin:0 0 8px 4px!important;
  color:var(--mf-release-red-dark)!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
html body.single-product .mf-wall-pdp__button{
  display:grid!important;
  grid-template-columns:46px minmax(0,1fr) 20px!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  min-height:72px!important;
  padding:10px 16px 10px 10px!important;
  border:0!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,var(--mf-release-red),#ff5b4f)!important;
  color:#fff!important;
  text-align:left!important;
  box-shadow:0 12px 28px rgba(217,43,34,.24)!important;
}
html body.single-product .mf-wall-pdp__button:visited{color:#fff!important}
html body.single-product .mf-wall-pdp__button:hover{transform:translateY(-2px)!important;background:linear-gradient(135deg,var(--mf-release-red-dark),var(--mf-release-red))!important;color:#fff!important;box-shadow:0 17px 36px rgba(217,43,34,.30)!important}
html body.single-product .mf-wall-pdp__icon-wrap{width:46px!important;height:46px!important;display:grid!important;place-items:center!important;border-radius:12px!important;background:rgba(255,255,255,.18)!important}
html body.single-product .mf-wall-pdp__icon{width:22px!important;height:22px!important}
html body.single-product .mf-wall-pdp__copy{display:grid!important;gap:4px!important;min-width:0!important;text-transform:none!important}
html body.single-product .mf-wall-pdp__copy strong{font-size:16px!important;font-weight:850!important;line-height:1.05!important;letter-spacing:-.01em!important}
html body.single-product .mf-wall-pdp__copy small{color:rgba(255,255,255,.84)!important;font-size:11px!important;line-height:1.35!important;text-transform:none!important}
html body.single-product .mf-wall-pdp__arrow{margin:0!important;width:18px!important;height:18px!important}
html body.single-product .mf-trust--compact{grid-template-columns:repeat(3,minmax(0,1fr))!important}
@media (max-width:520px){html body.single-product .mf-trust--compact{grid-template-columns:1fr!important}}

/* --------------------------------------------------------------------------
   Footer: compact premium hierarchy and validated link groups.
   -------------------------------------------------------------------------- */
html body .mf-footer--v182{
  margin-top:clamp(48px,7vw,96px)!important;
  padding:0!important;
  background:#0e0e0e!important;
  color:#f5f3ef!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}
html body .mf-footer--v182 *{box-sizing:border-box}
html body .mf-footer--v182 .mf-footer__shell{width:min(100% - 32px,1500px)!important;max-width:1500px!important;padding:clamp(30px,5vw,72px) 0 22px!important}
html body .mf-footer-top{
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr)!important;
  gap:clamp(24px,4vw,72px)!important;
  padding-bottom:clamp(30px,4vw,52px)!important;
}
html body .mf-footer-brand,
html body .mf-footer-newsletter{
  min-height:310px!important;
  padding:clamp(28px,4vw,52px)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015))!important;
}
html body .mf-footer-brand{display:flex!important;flex-direction:column!important;align-items:flex-start!important}
html body .mf-footer-brand__logo{display:inline-flex!important;max-width:240px!important;color:#fff!important;font-size:34px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important}
html body .mf-footer-brand__logo img{width:auto!important;max-width:220px!important;max-height:58px!important;object-fit:contain!important}
html body .mf-footer-brand>p{max-width:590px!important;margin:30px 0 0!important;color:rgba(255,255,255,.72)!important;font-size:15px!important;line-height:1.7!important}
html body .mf-footer-brand__actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:16px!important;margin-top:auto!important;padding-top:28px!important}
html body .mf-footer-brand__actions a{color:#fff!important;font-size:13px!important;font-weight:750!important;text-decoration:none!important}
html body .mf-footer-primary-link{display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:44px!important;padding:0 16px!important;border-radius:999px!important;background:#fff!important;color:#111!important}
html body .mf-footer-primary-link .mf-icon{width:15px!important}
html body .mf-footer__social{display:flex!important;gap:9px!important;margin:22px 0 0!important;padding:0!important;list-style:none!important}
html body .mf-footer__social a{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:50%!important;color:#fff!important;background:rgba(255,255,255,.04)!important}
html body .mf-footer__social a:hover{background:#fff!important;color:#111!important;text-decoration:none!important}
html body .mf-footer-newsletter{display:flex!important;flex-direction:column!important;justify-content:center!important}
html body .mf-footer-kicker{margin:0 0 14px!important;color:#ff6b61!important;font-size:11px!important;font-weight:900!important;letter-spacing:.17em!important;text-transform:uppercase!important}
html body .mf-footer-newsletter h2{max-width:13ch!important;margin:0!important;color:#fff!important;font-size:clamp(31px,3vw,50px)!important;font-weight:550!important;line-height:1!important;letter-spacing:-.04em!important;text-transform:none!important}
html body .mf-footer-newsletter>p:not(.mf-footer-kicker):not(.mf-footer-newsletter__notice):not(.mf-footer-newsletter__privacy){max-width:620px!important;margin:18px 0 0!important;color:rgba(255,255,255,.68)!important;font-size:14px!important;line-height:1.65!important}
html body .mf-footer-newsletter__form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;margin-top:28px!important;padding:6px!important;border:1px solid rgba(255,255,255,.17)!important;border-radius:16px!important;background:#fff!important}
html body .mf-footer-newsletter__form input[type=email]{min-width:0!important;min-height:50px!important;padding:0 14px!important;border:0!important;border-radius:11px!important;background:#fff!important;color:#111!important;outline:0!important}
html body .mf-footer-newsletter__form button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:50px!important;padding:0 18px!important;border:0!important;border-radius:11px!important;background:var(--mf-release-red)!important;color:#fff!important;font-size:12px!important;font-weight:850!important;cursor:pointer!important}
html body .mf-footer-newsletter__form button:hover{background:var(--mf-release-red-dark)!important}
html body .mf-footer-newsletter__privacy{margin:12px 0 0!important;color:rgba(255,255,255,.48)!important;font-size:11px!important;line-height:1.5!important}
html body .mf-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
html body .mf-footer-trust{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  padding:0 0 clamp(34px,5vw,58px)!important;
}
html body .mf-footer-trust__item{
  min-width:0!important;
  min-height:92px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  padding:15px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.025)!important;
  color:#fff!important;
  text-decoration:none!important;
}
html body a.mf-footer-trust__item:hover{background:rgba(255,255,255,.075)!important;text-decoration:none!important}
html body .mf-footer-trust__item>.mf-icon{width:42px!important;height:42px!important;padding:11px!important;border-radius:50%!important;background:rgba(255,59,48,.13)!important;color:#ff665c!important}
html body .mf-footer-trust__item span{min-width:0!important}
html body .mf-footer-trust__item strong,
html body .mf-footer-trust__item small{display:block!important}
html body .mf-footer-trust__item strong{color:#fff!important;font-size:13px!important;font-weight:800!important;line-height:1.25!important}
html body .mf-footer-trust__item small{margin-top:4px!important;color:rgba(255,255,255,.58)!important;font-size:11px!important;line-height:1.35!important}
html body .mf-footer-nav{
  display:grid!important;
  grid-template-columns:1fr 1fr 1fr 1.15fr!important;
  gap:clamp(18px,3vw,46px)!important;
  padding:clamp(32px,4vw,50px) 0!important;
  border-top:1px solid rgba(255,255,255,.11)!important;
  border-bottom:1px solid rgba(255,255,255,.11)!important;
}
html body .mf-footer-nav section{min-width:0!important}
html body .mf-footer-nav h2{margin:0 0 18px!important;color:#fff!important;font-size:11px!important;font-weight:900!important;line-height:1.2!important;letter-spacing:.16em!important;text-transform:uppercase!important}
html body .mf-footer-links{display:grid!important;gap:11px!important;margin:0!important;padding:0!important;list-style:none!important}
html body .mf-footer-links a{color:rgba(255,255,255,.68)!important;font-size:13px!important;line-height:1.35!important;text-decoration:none!important}
html body .mf-footer-links a:hover{color:#fff!important;text-decoration:none!important}
html body .mf-footer-support{padding:22px!important;border-radius:18px!important;background:#181818!important}
html body .mf-footer-support>p{margin:0 0 16px!important;color:rgba(255,255,255,.63)!important;font-size:13px!important;line-height:1.55!important}
html body .mf-footer-support__email{display:inline-flex!important;margin-bottom:18px!important;color:#fff!important;font-size:14px!important;font-weight:800!important;text-decoration:underline!important;text-underline-offset:4px!important}
html body .mf-footer-support dl{display:grid!important;gap:10px!important;margin:0!important}
html body .mf-footer-support dl>div{display:flex!important;justify-content:space-between!important;gap:12px!important;padding-top:10px!important;border-top:1px solid rgba(255,255,255,.09)!important}
html body .mf-footer-support dt{color:rgba(255,255,255,.45)!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.08em!important}
html body .mf-footer-support dd{margin:0!important;color:#fff!important;font-size:11px!important;text-align:right!important}
html body .mf-footer__bottom{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:24px!important;padding:20px 0 0!important;color:rgba(255,255,255,.45)!important}
html body .mf-footer__bottom p{max-width:760px!important;margin:0!important;color:inherit!important;font-size:10px!important;line-height:1.5!important}
html body .mf-footer__bottom p:last-child{text-align:right!important}
@media (max-width:1050px){
  html body .mf-footer-top{grid-template-columns:1fr!important}
  html body .mf-footer-brand,html body .mf-footer-newsletter{min-height:0!important}
  html body .mf-footer-trust{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body .mf-footer-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:620px){
  html body .mf-footer--v182 .mf-footer__shell{width:calc(100% - 20px)!important}
  html body .mf-footer-brand,html body .mf-footer-newsletter{padding:24px!important;border-radius:18px!important}
  html body .mf-footer-newsletter__form{grid-template-columns:1fr!important;background:transparent!important;padding:0!important;border:0!important}
  html body .mf-footer-newsletter__form input[type=email],html body .mf-footer-newsletter__form button{width:100%!important}
  html body .mf-footer-trust,html body .mf-footer-nav{grid-template-columns:1fr!important}
  html body .mf-footer__bottom{display:grid!important}
  html body .mf-footer__bottom p:last-child{text-align:left!important}
}

/* --------------------------------------------------------------------------
   Static help/policy pages: one consistent trustworthy visual language.
   -------------------------------------------------------------------------- */
html body .mf-static-page{
  width:min(100% - 32px,1240px)!important;
  margin:0 auto!important;
  padding:clamp(28px,5vw,72px) 0 clamp(58px,7vw,100px)!important;
  color:var(--mf-release-ink)!important;
}
html body .mf-static-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)!important;
  gap:clamp(24px,5vw,72px)!important;
  align-items:center!important;
  margin-bottom:clamp(28px,5vw,62px)!important;
  padding:clamp(28px,5vw,70px)!important;
  border:1px solid var(--mf-release-line)!important;
  border-radius:26px!important;
  background:radial-gradient(circle at 90% 0,rgba(255,59,48,.11),transparent 34%),var(--mf-release-paper-2)!important;
}
html body .mf-static-kicker{color:var(--mf-release-red-dark)!important;font-size:11px!important;font-weight:900!important;letter-spacing:.15em!important;text-transform:uppercase!important}
html body .mf-static-hero h1{max-width:14ch!important;margin:12px 0 16px!important;font-size:clamp(42px,6vw,76px)!important;font-weight:550!important;line-height:.96!important;letter-spacing:-.052em!important}
html body .mf-static-hero__copy>p{max-width:720px!important;color:var(--mf-release-muted)!important;font-size:16px!important;line-height:1.72!important}
html body .mf-static-hero__card,
html body .mf-static-card,
html body .mf-static-panel,
html body .mf-static-note,
html body .mf-static-contact-strip{
  border:1px solid var(--mf-release-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:none!important;
}
html body .mf-static-hero__card{padding:24px!important;background:#111!important;color:#fff!important}
html body .mf-static-hero__card *{color:inherit!important}
html body .mf-static-grid{gap:16px!important}
html body .mf-static-card,html body .mf-static-panel{padding:clamp(22px,3vw,34px)!important}
html body .mf-static-page h2{margin-top:clamp(30px,4vw,52px)!important;font-size:clamp(28px,3vw,42px)!important;letter-spacing:-.035em!important}
html body .mf-static-page h3{font-size:clamp(20px,2vw,28px)!important}
html body .mf-static-page p,html body .mf-static-page li{color:#55514b!important;font-size:15px!important;line-height:1.75!important}
html body .mf-static-btn{min-height:46px!important;border-radius:999px!important;font-weight:800!important}
html body .mf-static-btn--primary{background:#111!important;color:#fff!important}
html body .mf-static-text-link{color:var(--mf-release-red-dark)!important;font-weight:800!important}
@media (max-width:760px){html body .mf-static-hero{grid-template-columns:1fr!important;padding:26px!important;border-radius:20px!important}}

/* Plain legacy support pages receive the same typography and spacing without
   replacing or rewriting their saved WordPress content. */
html body.mf-support-page .mf-page:not(.mf-page--static){width:min(100% - 32px,1040px)!important;max-width:1040px!important;padding:clamp(24px,4vw,58px) 0 clamp(58px,7vw,96px)!important}
html body.mf-support-page .mf-page:not(.mf-page--static) .mf-page__header{margin:0 0 28px!important;padding:clamp(28px,5vw,62px)!important;border:1px solid var(--mf-release-line)!important;border-radius:24px!important;background:radial-gradient(circle at 92% 0,rgba(255,59,48,.10),transparent 35%),var(--mf-release-paper-2)!important}
html body.mf-support-page .mf-page:not(.mf-page--static) .mf-page__title{max-width:15ch!important;margin:0!important;font-size:clamp(40px,6vw,70px)!important;font-weight:550!important;line-height:.98!important;letter-spacing:-.05em!important}
html body.mf-support-page .mf-page:not(.mf-page--static) .entry-content{padding:clamp(24px,4vw,48px)!important;border:1px solid var(--mf-release-line)!important;border-radius:20px!important;background:#fff!important}
html body.mf-support-page .mf-page:not(.mf-page--static) .entry-content h2{margin:36px 0 13px!important;font-size:clamp(27px,3vw,38px)!important;letter-spacing:-.035em!important}
html body.mf-support-page .mf-page:not(.mf-page--static) .entry-content h2:first-child{margin-top:0!important}
html body.mf-support-page .mf-page:not(.mf-page--static) .entry-content h3{margin:26px 0 10px!important;font-size:clamp(20px,2vw,27px)!important}
html body.mf-support-page .mf-page:not(.mf-page--static) .entry-content p,
html body.mf-support-page .mf-page:not(.mf-page--static) .entry-content li{color:#55514b!important;font-size:15px!important;line-height:1.75!important}
html body.mf-support-page .mf-page:not(.mf-page--static) .entry-content a{color:var(--mf-release-red-dark)!important;font-weight:750!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important}
html body.mf-support-page .mf-page:not(.mf-page--static) .entry-content details,
html body.mf-support-page .mf-page:not(.mf-page--static) .entry-content table,
html body.mf-support-page .mf-page:not(.mf-page--static) .entry-content blockquote{margin:16px 0!important;padding:18px!important;border:1px solid var(--mf-release-line)!important;border-radius:14px!important;background:var(--mf-release-paper-2)!important}
html body.mf-support-page .mf-page:not(.mf-page--static) .entry-content summary{cursor:pointer!important;font-weight:850!important}
@media (max-width:620px){html body.mf-support-page .mf-page:not(.mf-page--static){width:calc(100% - 20px)!important}html body.mf-support-page .mf-page:not(.mf-page--static) .mf-page__header,html body.mf-support-page .mf-page:not(.mf-page--static) .entry-content{padding:24px!important;border-radius:17px!important}}

/* --------------------------------------------------------------------------
   Shop by Color: communicate precision and improve swatch cards.
   -------------------------------------------------------------------------- */
html body .mf-colors{padding-block:clamp(40px,6vw,84px)!important}
html body .mf-colors__grid{gap:14px!important}
html body .mf-colors__card{min-height:170px!important;padding:20px!important;border:1px solid var(--mf-release-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 34px rgba(17,17,15,.045)!important}
html body .mf-colors__card:hover{transform:translateY(-3px)!important;box-shadow:var(--mf-release-shadow)!important}
html body .mf-colors__swatch{width:62px!important;height:62px!important;border:1px solid rgba(17,17,15,.15)!important;border-radius:50%!important;box-shadow:inset 0 0 0 7px rgba(255,255,255,.35)!important}
html body .mf-colors__count{color:var(--mf-release-muted)!important}
html body .mf-colors__tip{padding:18px 20px!important;border-radius:14px!important;background:var(--mf-release-paper)!important}

/* --------------------------------------------------------------------------
   Wall Studio: coherent workspace, clear steps and consistent controls.
   -------------------------------------------------------------------------- */
html body.mf-growth-page--wall_studio,
html body.page-template-page-wall-studio{background:#f4f0e9!important}
html body .mf-wall{
  width:min(100% - 28px,1580px)!important;
  padding:clamp(26px,4vw,60px) 0 clamp(72px,8vw,120px)!important;
  color:var(--mf-release-ink)!important;
}
html body .mf-wall__header{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:24px!important;
  margin-bottom:22px!important;
  padding:clamp(26px,4vw,50px)!important;
  border:1px solid var(--mf-release-line)!important;
  border-radius:26px!important;
  background:radial-gradient(circle at 90% 0,rgba(255,59,48,.13),transparent 33%),#fffdf9!important;
  box-shadow:0 18px 55px rgba(17,17,15,.055)!important;
}
html body .mf-wall__eyebrow{color:var(--mf-release-red-dark)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.16em!important}
html body .mf-wall__title{max-width:14ch!important;font-size:clamp(46px,6vw,88px)!important;font-weight:520!important;line-height:.92!important;letter-spacing:-.058em!important}
html body .mf-wall__subtitle{max-width:760px!important;margin-top:18px!important;color:var(--mf-release-muted)!important;font-size:15px!important;line-height:1.7!important}
html body .mf-wall__header-actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important}
html body .mf-wall__shop-link{min-height:46px!important;padding:0 17px!important;border-radius:999px!important;background:#111!important}
html body .mf-wall__steps{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0 0 18px!important;
  padding:0!important;
  list-style:none!important;
}
html body .mf-wall__steps li{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  min-height:86px!important;
  padding:14px 16px!important;
  border:1px solid var(--mf-release-line)!important;
  border-radius:16px!important;
  background:#fff!important;
}
html body .mf-wall__steps li>span{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#111!important;color:#fff!important;font-size:12px!important;font-weight:900!important}
html body .mf-wall__steps strong,html body .mf-wall__steps small{display:block!important}
html body .mf-wall__steps strong{font-size:13px!important;font-weight:850!important}
html body .mf-wall__steps small{margin-top:4px!important;color:var(--mf-release-muted)!important;font-size:11px!important;line-height:1.35!important}
html body .mf-wall__layout{grid-template-columns:minmax(0,1.55fr) minmax(330px,410px)!important;gap:18px!important;align-items:start!important}
html body .mf-wall__stage-panel,
html body .mf-wall__side,
html body .mf-wall__discovery,
html body .mf-wall__faq{
  border:1px solid var(--mf-release-line)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 16px 48px rgba(17,17,15,.055)!important;
}
html body .mf-wall__stage-panel{padding:16px!important}
html body .mf-wall__mode-tabs,html body .mf-wall__scene-tabs{gap:7px!important}
html body .mf-wall__mode-tabs button,
html body .mf-wall__scene-tabs button,
html body .mf-wall__frame-options button,
html body .mf-wall__layout-options button{
  min-height:42px!important;
  border-color:var(--mf-release-line)!important;
  border-radius:999px!important;
  background:#fff!important;
  font-size:10px!important;
  font-weight:850!important;
}
html body .mf-wall__mode-tabs button[aria-pressed=true],
html body .mf-wall__scene-tabs button[aria-pressed=true],
html body .mf-wall__frame-options button[aria-pressed=true],
html body .mf-wall__layout-options button[aria-pressed=true]{background:#111!important;color:#fff!important;border-color:#111!important}
html body .mf-wall__stage{border:1px solid var(--mf-release-line)!important;border-radius:18px!important;background:#eee8df!important;overflow:hidden!important}
html body .mf-wall__toolbar{gap:12px!important;margin-top:14px!important;padding:14px!important;border-radius:16px!important;background:#f8f5ef!important}
html body .mf-wall__field span,html body .mf-wall__frame-label{font-size:10px!important;font-weight:850!important;letter-spacing:.09em!important;text-transform:uppercase!important}
html body .mf-wall input,html body .mf-wall select,html body .mf-wall textarea{border-color:var(--mf-release-line)!important;border-radius:11px!important;background:#fff!important}
html body .mf-wall__side{position:sticky!important;top:calc(var(--mf-header-height,88px) + 16px)!important;max-height:calc(100svh - var(--mf-header-height,88px) - 32px)!important;padding:14px!important;overflow:auto!important;scrollbar-width:thin!important}
html body .mf-wall__selected{padding:16px!important;border:1px solid rgba(255,59,48,.25)!important;border-radius:16px!important;background:#fff7f4!important}
html body .mf-wall__selected-actions a{border-radius:999px!important}
html body .mf-wall__cat-toggle{min-height:62px!important;border-radius:14px!important;background:#111!important;color:#fff!important}
html body .mf-wall__cat-panel{margin-top:8px!important;padding:12px!important;border:1px solid var(--mf-release-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 18px 45px rgba(17,17,15,.12)!important}
html body .mf-wall__filters{gap:8px!important}
html body .mf-wall__filter-submit{border-radius:11px!important;background:var(--mf-release-red)!important;border-color:var(--mf-release-red)!important}
html body .mf-wall__discovery{margin-top:18px!important;padding:clamp(18px,2.5vw,32px)!important}
html body .mf-wall__discovery-head{padding-bottom:18px!important;border-bottom:1px solid var(--mf-release-line)!important}
html body .mf-wall__discovery-head h2{font-size:clamp(31px,3vw,48px)!important}
html body .mf-wall__gallery-builder,
html body .mf-wall__recommendations{border:1px solid var(--mf-release-line)!important;border-radius:16px!important;background:#fbf9f5!important}
html body .mf-wall__grid{gap:16px!important}
html body .mf-wall-card{border:1px solid var(--mf-release-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 8px 26px rgba(17,17,15,.045)!important}
html body .mf-wall-card:hover{transform:translateY(-3px)!important;box-shadow:0 18px 42px rgba(17,17,15,.11)!important}
html body .mf-wall-card[aria-pressed=true]{border-color:var(--mf-release-red)!important;box-shadow:inset 0 0 0 2px var(--mf-release-red),0 16px 38px rgba(255,59,48,.13)!important}
html body .mf-wall-card .mf-wall-card__cta{background:#111!important;border-radius:999px!important}
html body .mf-wall__faq{padding:clamp(20px,3vw,36px)!important}
html body .mf-wall__faq-item{padding:20px!important;border:1px solid var(--mf-release-line)!important;border-radius:14px!important;background:#fff!important}
html body .mf-wall__sticky-buy{border:1px solid rgba(17,17,15,.14)!important;background:#fff!important;box-shadow:0 18px 60px rgba(17,17,15,.22)!important}
html body .mf-wall__sticky-cart{background:var(--mf-release-red)!important;color:#fff!important}
@media (max-width:1100px){
  html body .mf-wall__layout{grid-template-columns:1fr!important}
  html body .mf-wall__side{position:static!important;max-height:none!important;overflow:visible!important}
}
@media (max-width:760px){
  html body .mf-wall{width:calc(100% - 16px)!important;padding-top:12px!important}
  html body .mf-wall__header{grid-template-columns:1fr!important;padding:24px!important;border-radius:18px!important}
  html body .mf-wall__header-actions{justify-content:flex-start!important}
  html body .mf-wall__steps{grid-template-columns:1fr!important}
  html body .mf-wall__steps li{min-height:72px!important}
  html body .mf-wall__stage-panel,html body .mf-wall__side,html body .mf-wall__discovery,html body .mf-wall__faq{border-radius:16px!important;box-shadow:none!important}
  html body .mf-wall__discovery-head{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
}
