/* ===========================================================
   Mischief Treats — global stylesheet
   Paste into Elementor > Site Settings > Custom CSS,
   or enqueue from the child theme.
   Palette is derived from the logo artwork, not the mockup.
   =========================================================== */

:root{
  --mt-violet:#5F55BB;
  --mt-violet-deep:#4A3FA8;
  --mt-sky:#22B1FE;
  --mt-marigold:#F7A51D;
  --mt-marigold-deep:#EF8F12;
  --mt-ink:#8B2020;
  --mt-ink-soft:#3A2A3F;
  --mt-pink:#F0568C;
  --mt-sun:#FFD23F;
  --mt-paper:#FFF9F1;
  --mt-lilac:#F4EFFF;
  --mt-holo:linear-gradient(120deg,#FFD23F,#FFA63F,#F0568C,#B06BDC,#5A7BF0,#22B1FE,#5BE3A9,#FFD23F);
  --mt-shadow:0 6px 0 var(--mt-ink);
}

body{background:var(--mt-paper);color:var(--mt-ink-soft);}

/* ---------- typography -------------------------------------------------- */

h1,h2,h3,.mt-display{
  font-family:"Baloo 2",system-ui,sans-serif;
  font-weight:800;
  line-height:1.14;
  letter-spacing:-.01em;
}
body,p,li,input,button{font-family:"Nunito",system-ui,sans-serif;}

/* ---------- buttons ----------------------------------------------------- */

.mt-btn,
body .wc-block-cart a.wc-block-cart__submit-button{
  display:inline-flex;align-items:center;gap:.4rem;
  font-family:"Baloo 2",sans-serif;font-weight:700;font-size:1rem;
  color:#fff;background:linear-gradient(135deg,var(--mt-marigold),var(--mt-marigold-deep));
  border:3px solid var(--mt-ink);border-radius:999px;
  padding:.7rem 1.5rem;text-decoration:none;
  box-shadow:0 4px 0 var(--mt-ink);
  transition:transform .14s ease,box-shadow .14s ease;
}
.mt-btn:hover,
body .wc-block-cart a.wc-block-cart__submit-button:hover{transform:translateY(2px);box-shadow:0 2px 0 var(--mt-ink);color:#fff;}
.mt-btn:active,
body .wc-block-cart a.wc-block-cart__submit-button:active{transform:translateY(4px);box-shadow:0 0 0 var(--mt-ink);}
.mt-btn:focus-visible,
body .wc-block-cart a.wc-block-cart__submit-button:focus-visible{outline:3px solid var(--mt-sky);outline-offset:3px;}
body .wc-block-cart a.wc-block-cart__submit-button{justify-content:center;font-size:1.15rem;padding:.85rem 2rem;min-height:48px;line-height:1.4;text-align:center;}
body .wc-block-cart a.wc-block-cart__submit-button .wc-block-components-button__text{text-decoration:none;}
@media(prefers-reduced-motion:reduce){body .wc-block-cart a.wc-block-cart__submit-button{transition:none;}}
.mt-btn-sm{font-size:.9rem;padding:.45rem 1.05rem;box-shadow:0 3px 0 var(--mt-ink);}
.mt-btn-lg{font-size:1.15rem;padding:.85rem 2rem;}
.mt-btn-violet{background:linear-gradient(135deg,var(--mt-violet),var(--mt-violet-deep));}

/* ---------- header ------------------------------------------------------ */

#mt-header{position:sticky;top:0;z-index:60;border-bottom:3px solid var(--mt-ink);}
.mt-logo{display:flex;align-items:center;gap:.65rem;text-decoration:none;}
.mt-logo img{width:52px;height:52px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);}
.mt-logo:hover img{transform:rotate(-8deg) scale(1.08);}
.mt-logo span{
  font-family:"Baloo 2",sans-serif;font-weight:800;font-size:1.15rem;
  text-transform:uppercase;letter-spacing:.02em;line-height:1;
  color:var(--mt-marigold);-webkit-text-stroke:1px var(--mt-ink);
}
.mt-search-toggle{
  background:none;border:0;color:#fff;cursor:pointer;padding:.4rem;
  display:grid;place-items:center;border-radius:50%;
}
.mt-search-toggle:hover{color:var(--mt-sun);}
.mt-search-toggle:focus-visible{outline:3px solid var(--mt-sun);outline-offset:2px;}

/* ---------- holographic frame (the signature element) ------------------- */

.mt-holo-frame{
  border-radius:26px;padding:9px;
  background:var(--mt-holo);background-size:300% 300%;
  animation:mt-holo 9s linear infinite;
}
@keyframes mt-holo{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
.mt-holo-card{
  position:relative;border-radius:19px;overflow:hidden;text-align:center;
  background:radial-gradient(120% 120% at 50% 0%,var(--mt-sky),var(--mt-violet) 68%);
  color:#fff;padding:2.8rem 1.4rem 3rem;
}
.mt-holo-card::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(circle at 15% 25%,rgba(255,255,255,.14) 0 42px,transparent 43px),
    radial-gradient(circle at 85% 18%,rgba(255,255,255,.10) 0 30px,transparent 31px),
    radial-gradient(circle at 78% 80%,rgba(255,255,255,.10) 0 52px,transparent 53px),
    radial-gradient(circle at 10% 82%,rgba(255,255,255,.12) 0 26px,transparent 27px);
}
.mt-hero-logo{
  width:min(190px,48vw);margin:0 auto 1.1rem;display:block;
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.35));
  animation:mt-bob 5s ease-in-out infinite;
}
@keyframes mt-bob{
  0%,100%{transform:translateY(0) rotate(-2deg)}
  50%{transform:translateY(-9px) rotate(2deg)}
}
.mt-holo-card h1{
  font-size:clamp(1.8rem,6vw,3.1rem);color:var(--mt-sun);
  text-shadow:0 3px 0 rgba(0,0,0,.28);margin:0 0 .6rem;
}
.mt-holo-card p{max-width:36ch;margin:0 auto 1.5rem;font-size:1.05rem;color:#F3EFFF;}
.mt-pdp-frame .mt-holo-card{padding:0;background:#fff;}
.mt-pdp-frame .mt-holo-card img{width:100%;display:block;}

/* ---------- marquee ----------------------------------------------------- */

.mt-marquee{
  background:var(--mt-marigold);
  border-top:3px solid var(--mt-ink);border-bottom:3px solid var(--mt-ink);
  overflow:hidden;white-space:nowrap;padding:.5rem 0;margin-top:1.4rem;
}
.mt-marquee-track{
  display:inline-block;animation:mt-scroll 26s linear infinite;
  font-family:"Baloo 2",sans-serif;font-weight:800;font-size:1rem;
  color:var(--mt-ink);text-transform:uppercase;letter-spacing:.06em;
}
.mt-marquee-track span{margin:0 1.2rem;}
@keyframes mt-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- product cards ----------------------------------------------- */

.mt-grid{display:grid;grid-template-columns:1fr;gap:1.4rem;width:100%;}
@media(min-width:700px){.mt-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.mt-grid{grid-template-columns:repeat(4,1fr)}}
.mt-grid-2{grid-template-columns:1fr;}
@media(min-width:700px){.mt-grid-2{grid-template-columns:repeat(2,1fr)}}

.mt-card{
  background:#fff;border:3px solid var(--mt-ink);border-radius:20px;
  overflow:hidden;box-shadow:var(--mt-shadow);
  transition:transform .18s cubic-bezier(.34,1.56,.64,1);
  display:flex;flex-direction:column;
}
.mt-card:hover{transform:translateY(-6px) rotate(-1deg);}
.mt-card-img{position:relative;display:block;background:linear-gradient(160deg,#FDF3FF,#EEF4FF);}
.mt-card-img img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;}
.mt-soon{
  position:absolute;top:.7rem;left:.7rem;
  background:var(--mt-ink-soft);color:#fff;font-size:.7rem;font-weight:800;
  text-transform:uppercase;letter-spacing:.08em;padding:.3rem .6rem;border-radius:999px;
}
.mt-card-img:has(.mt-soon) img{filter:grayscale(1) opacity(.42);}
.mt-card-body{padding:1.1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.4rem;flex:1;}
.mt-card-body h3{font-size:1.35rem;margin:0;}
.mt-card-body p{margin:0;font-size:.95rem;color:#5C4D63;flex:1;}
.mt-card-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-top:.6rem;}
.mt-price{font-family:"Baloo 2",sans-serif;font-weight:800;font-size:1.3rem;color:var(--mt-ink-soft);}

/* ---------- claims ------------------------------------------------------ */

.mt-claims{display:grid;grid-template-columns:1fr;gap:1.2rem;width:100%;}
@media(min-width:640px){.mt-claims{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1000px){.mt-claims{grid-template-columns:repeat(4,1fr)}}
.mt-claim{background:#fff;border:3px solid var(--mt-ink);border-radius:18px;padding:1.3rem;box-shadow:0 5px 0 var(--mt-ink);}
.mt-paw{font-size:1.6rem;display:block;margin-bottom:.4rem;}
.mt-claim h3{margin:0 0 .3rem;font-size:1.15rem;}
.mt-claim p{margin:0;font-size:.94rem;color:#5C4D63;}

/* ---------- story ------------------------------------------------------- */

.mt-story-art{
  border-radius:24px;padding:9px;background:var(--mt-holo);
  background-size:300% 300%;animation:mt-holo 9s linear infinite;
}
.mt-story-art img{width:100%;border-radius:16px;background:var(--mt-violet);display:block;}
.mt-quote{
  border-left:5px solid var(--mt-marigold);margin:1.2rem 0;padding:.2rem 0 .2rem 1rem;
  font-family:"Baloo 2",sans-serif;font-size:1.15rem;font-weight:600;color:var(--mt-violet-deep);
}

/* ---------- events ------------------------------------------------------ */

.mt-events{width:100%;display:flex;flex-direction:column;gap:.9rem;}
.mt-event{
  display:flex;align-items:center;gap:1.1rem;background:#fff;
  border:3px solid var(--mt-ink);border-radius:18px;padding:1rem 1.2rem;
  box-shadow:0 5px 0 var(--mt-ink);
}
.mt-date{
  flex:0 0 62px;text-align:center;background:var(--mt-violet);color:#fff;
  border-radius:12px;padding:.4rem 0;font-family:"Baloo 2",sans-serif;
}
.mt-date span{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;}
.mt-date b{display:block;font-size:1.5rem;line-height:1;}
.mt-event h3{margin:0;font-size:1.1rem;}
.mt-event p{margin:.15rem 0 0;font-size:.9rem;color:#5C4D63;}

/* ---------- signup ------------------------------------------------------ */

.mt-signup-inner{text-align:center;color:#fff;}
.mt-signup-inner img{width:76px;margin:0 auto 1rem;display:block;}
.mt-signup-inner h2{color:var(--mt-sun);font-size:2rem;margin:0 0 .5rem;}
.mt-signup-inner p{max-width:46ch;margin:0 auto 1.4rem;color:#F0EBFF;}
.mt-signup{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;}
.mt-signup input{
  border:3px solid var(--mt-ink);border-radius:999px;padding:.65rem 1.1rem;
  font-size:1rem;min-width:min(280px,80vw);
}
.mt-signup input:focus-visible{outline:3px solid var(--mt-sun);outline-offset:2px;}

/* ---------- product detail page ----------------------------------------- */

.mt-crumbs{font-size:.88rem;color:#6B5B72;display:flex;gap:.5rem;flex-wrap:wrap;}
.mt-crumbs a{color:var(--mt-violet);text-decoration:none;}
.mt-crumbs a:hover{text-decoration:underline;}

.mt-pdp-line{font-family:"Baloo 2",sans-serif;color:var(--mt-violet-deep);}
.mt-pdp-price{display:flex;align-items:baseline;gap:.6rem;margin:.2rem 0 1rem;}
.mt-pdp-price span{font-family:"Baloo 2",sans-serif;font-weight:800;font-size:2.4rem;color:var(--mt-ink-soft);}
.mt-pdp-price em{font-style:normal;font-size:.95rem;color:#6B5B72;}

.mt-pdp-specs{list-style:none;padding:0;margin:1.2rem 0;border-top:2px dashed #DCD2E6;}
.mt-pdp-specs li{
  display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;
  border-bottom:2px dashed #DCD2E6;font-size:.95rem;
}
.mt-pdp-specs b{font-family:"Baloo 2",sans-serif;color:var(--mt-ink-soft);}
.mt-pdp-specs span{text-align:right;color:#5C4D63;}

.mt-qty-row{display:flex;align-items:center;gap:.7rem;margin:1.3rem 0 .8rem;flex-wrap:wrap;}
.mt-qty-row label{font-family:"Baloo 2",sans-serif;font-weight:700;}
.mt-qty-row input{
  width:72px;border:3px solid var(--mt-ink);border-radius:12px;
  padding:.55rem .6rem;font-size:1rem;text-align:center;
}
.mt-pdp-note{font-size:.88rem;color:#6B5B72;}

.mt-oneing{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;}
.mt-oneing-num{
  flex:0 0 84px;height:84px;display:grid;place-items:center;
  font-family:"Baloo 2",sans-serif;font-size:3rem;font-weight:800;color:#fff;
  background:radial-gradient(120% 120% at 40% 20%,var(--mt-sky),var(--mt-violet) 70%);
  border:3px solid var(--mt-ink);border-radius:50%;
}
.mt-oneing h2{margin:0 0 .4rem;font-size:1.7rem;}
.mt-oneing p{margin:0;max-width:60ch;color:#5C4D63;}

.mt-feed{display:grid;grid-template-columns:1fr;gap:1.2rem;width:100%;margin:1.4rem 0;}
@media(min-width:800px){.mt-feed{grid-template-columns:repeat(3,1fr)}}
.mt-feed h3{margin:0 0 .35rem;font-size:1.1rem;color:var(--mt-violet-deep);}
.mt-feed p{margin:0;font-size:.95rem;color:#5C4D63;}

/* ---------- accessibility ----------------------------------------------- */

.screen-reader-text{
  position:absolute;width:1px;height:1px;overflow:hidden;
  clip:rect(1px,1px,1px,1px);white-space:nowrap;
}
a:focus-visible,button:focus-visible,input:focus-visible{
  outline:3px solid var(--mt-sky);outline-offset:2px;
}

@media (prefers-reduced-motion:reduce){
  .mt-holo-frame,.mt-story-art,.mt-hero-logo,.mt-marquee-track{animation:none!important;}
  .mt-card,.mt-btn,.mt-logo img{transition:none!important;}
  .mt-card:hover{transform:none;}
}

/* ===========================================================
   Standalone layout layer — only needed for the static HTML
   build. Elementor supplies these via containers.
   =========================================================== */

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;overflow-x:hidden;line-height:1.65;}
img{max-width:100%;display:block;}

.mt-skip{
  position:absolute;left:-9999px;top:0;z-index:200;
  background:var(--mt-sun);color:var(--mt-ink-soft);padding:.7rem 1.2rem;
  font-family:"Baloo 2",sans-serif;font-weight:700;border-radius:0 0 12px 0;
}
.mt-skip:focus{left:0;}

/* ---------- header ------------------------------------------------------ */

#mt-header{background:var(--mt-violet);}
.mt-header-in{
  max-width:1180px;margin:0 auto;padding:.9rem 1.25rem;
  display:flex;align-items:center;gap:1rem;
}
#mt-nav{flex:1;display:flex;justify-content:center;}
#mt-nav ul{display:flex;gap:.35rem;list-style:none;margin:0;padding:0;}
#mt-nav a{
  display:block;padding:.5rem .9rem;color:#fff;text-decoration:none;
  font-family:"Baloo 2",sans-serif;font-weight:700;font-size:1.02rem;
  border-radius:999px;transition:color .15s,background .15s;
}
#mt-nav a:hover{color:var(--mt-sun);background:rgba(255,255,255,.1);}
.mt-burger{display:none;background:none;border:0;padding:.5rem;cursor:pointer;}
.mt-burger span{display:block;width:24px;height:3px;background:#fff;
  border-radius:2px;margin:4px 0;transition:transform .2s,opacity .2s;}
body.mt-nav-open .mt-burger span:nth-child(1){transform:translateY(7px) rotate(45deg);}
body.mt-nav-open .mt-burger span:nth-child(2){opacity:0;}
body.mt-nav-open .mt-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

@media(max-width:860px){
  .mt-header-in{flex-wrap:wrap;}
  .mt-burger{display:block;order:2;margin-left:auto;}
  .mt-search-toggle{order:3;}
  #mt-nav{order:4;flex:0 0 100%;display:none;justify-content:flex-start;}
  body.mt-nav-open #mt-nav{display:block;}
  #mt-nav ul{flex-direction:column;gap:0;padding:.5rem 0 .3rem;}
  #mt-nav a{padding:.7rem .4rem;border-radius:10px;}
}

/* ---------- sections ---------------------------------------------------- */

.mt-wrap{max-width:1180px;margin:0 auto;padding:0 1.25rem;width:100%;}
.mt-section{padding:4.5rem 0;}
.mt-section-alt{background:var(--mt-lilac);}
.mt-hero{padding:1.75rem 0 0;}

.mt-eyebrow{
  display:inline-block;font-weight:800;font-size:.78rem;letter-spacing:.14em;
  text-transform:uppercase;color:var(--mt-pink);margin-bottom:.4rem;
}
.mt-section h2{font-size:clamp(1.6rem,4.4vw,2.5rem);margin:0 0 .5rem;}
.mt-lede{max-width:56ch;color:#5C4D63;margin:0 0 2rem;font-size:1.06rem;}

.mt-split{display:grid;grid-template-columns:1fr;gap:2.4rem;align-items:center;}
@media(min-width:900px){
  .mt-split{grid-template-columns:42fr 58fr;}
  .mt-split-even{grid-template-columns:1fr 1fr;align-items:start;}
}

/* ---------- product detail ---------------------------------------------- */

.mt-pdp{padding-top:1.75rem;}
.mt-pdp h1{font-size:clamp(2.2rem,6vw,3.4rem);margin:.1rem 0 .4rem;}
.mt-pdp-line{font-family:"Baloo 2",sans-serif;font-size:1.2rem;font-weight:600;
  color:var(--mt-violet-deep);margin:0;}
.mt-crumbs{padding-top:1.4rem;}

/* ---------- footer ------------------------------------------------------ */

.mt-footer{
  background:
    radial-gradient(circle at 50% 0,rgba(255,210,63,.18),transparent 34%),
    linear-gradient(145deg,#5147AA,#382C84);
  padding:3.5rem 0 0;
}

/* The original Elementor pages each include a copy of the footer. Keep those
   legacy blocks out of the rendered page while the child theme supplies one
   canonical footer through wp_footer(). */
body:not(.elementor-editor-active) .elementor .mt-footer{
  display:none;
}

.mt-footer--global{
  position:relative;
  isolation:isolate;
}
.mt-footer--global::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 8% 18%,rgba(255,210,63,.12),transparent 22%),
    radial-gradient(circle at 92% 76%,rgba(34,177,254,.12),transparent 24%);
}
.mt-footer--global .mt-footer-brand-lockup strong{
  letter-spacing:.035em;
}
.mt-footer-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
  align-items:stretch;
}
.mt-footer-box{
  position:relative;
  min-width:0;
  padding:2rem;
  overflow:hidden;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.2);
  border-radius:22px;
  box-shadow:0 16px 36px rgba(30,20,76,.15);
}
.mt-footer-box::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:5px;
  background:linear-gradient(90deg,var(--mt-sun),#F0568C,#22B1FE);
  background-size:240% 100%;
  animation:mt-footer-spectrum 4.6s linear infinite;
  filter:drop-shadow(0 0 7px rgba(91,227,169,.32));
}
.mt-footer-box:nth-child(2)::before{animation-delay:-1.53s;}
.mt-footer-box:nth-child(3)::before{animation-delay:-3.06s;}
@keyframes mt-footer-spectrum{to{background-position:240% 0;}}
.mt-footer-box h2{
  margin:0 0 .7rem;
  color:var(--mt-sun);
  font-size:1.55rem;
}
.mt-footer-box p{
  margin:0 0 1.1rem;
  color:rgba(255,255,255,.84);
  line-height:1.55;
}
.mt-footer-brand-lockup{
  display:flex;
  align-items:center;
  gap:.85rem;
  margin-bottom:1rem;
}
.mt-footer-brand-lockup img{
  width:64px;
  height:64px;
  object-fit:contain;
}
.mt-footer-brand-lockup strong{
  font-family:"Baloo 2",sans-serif;
  color:#fff;
  font-size:1.2rem;
  line-height:1;
  text-transform:uppercase;
}
.mt-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem .9rem;
}
.mt-footer-links a{
  color:#fff;
  font-weight:700;
  text-underline-offset:4px;
}
.mt-socials{
  display:flex;
  gap:.75rem;
  margin-top:1.2rem;
}
.mt-socials a{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  flex:0 0 48px;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:2px solid rgba(255,255,255,.42);
  border-radius:15px;
  transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease;
}
.mt-socials a:hover,
.mt-socials a:focus-visible{
  transform:translateY(-4px) rotate(-3deg);
  color:var(--mt-ink);
  background:var(--mt-sun);
  border-color:var(--mt-sun);
}
.mt-socials svg{
  display:block;
  width:24px;
  height:24px;
}
.mt-footer-news .mt-signup{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:.55rem;
  align-items:stretch;
}
.mt-footer-news .mt-signup input{
  min-width:0;
  width:100%;
  border:2px solid rgba(255,255,255,.35);
  border-radius:12px;
  padding:.75rem .9rem;
}
.mt-footer-news .mt-signup .mt-btn{
  border-radius:12px;
  white-space:nowrap;
}
.mt-footer-bottom{
  margin-top:2.4rem;
  padding:1.1rem 1.25rem;
  color:rgba(255,255,255,.75);
  text-align:center;
  font-size:.9rem;
  border-top:1px solid rgba(255,255,255,.2);
}
.mt-footer--global .mt-footer-links a{
  border-radius:999px;
  padding:.22rem .42rem;
  margin:-.22rem -.42rem;
  transition:color .18s ease,background-color .18s ease,transform .18s ease;
}
.mt-footer--global .mt-footer-links a:hover,
.mt-footer--global .mt-footer-links a:focus-visible{
  color:var(--mt-ink);
  background:var(--mt-sun);
  text-decoration:none;
  transform:translateY(-1px);
}
.mt-footer--global a:focus-visible,
.mt-footer--global button:focus-visible,
.mt-footer--global input:focus-visible{
  outline:3px solid var(--mt-sun);
  outline-offset:3px;
}
@media(prefers-reduced-motion:reduce){
  .mt-footer--global .mt-footer-links a,
  .mt-socials a{
    transition:none;
  }
  .mt-footer-box::before{animation:none;}
}
@media(max-width:900px){
  .mt-footer-grid{grid-template-columns:1fr 1fr;}
  .mt-footer-news{grid-column:1 / -1;}
}
@media(max-width:620px){
  .mt-footer{padding-top:2.5rem;}
  .mt-footer-grid{grid-template-columns:1fr;}
  .mt-footer-news{grid-column:auto;}
  .mt-footer-box{padding:1.5rem;}
  .mt-footer-news .mt-signup{grid-template-columns:1fr;}
  .mt-footer-news .mt-signup .mt-btn{
    justify-content:center;
    width:100%;
  }
}
.mt-signed{
  font-family:"Baloo 2",sans-serif;font-weight:700;font-size:1.15rem;
  color:var(--mt-sun);margin:0;
}
.mt-fine{margin-top:2rem;font-size:.82rem;color:#D6CCF5;}

/* ---------- soon state -------------------------------------------------- */

.mt-card.is-soon{opacity:.92;}
.mt-card.is-soon:hover{transform:none;}

/* ---------- corrections after visual review ----------------------------- */

/* Marigold + dark stroke reads as mud on the violet bar. Drop the stroke,
   bump the size, and let the fill carry it. */
.mt-logo span{
  -webkit-text-stroke:0;
  font-size:1.32rem;
  letter-spacing:.01em;
  text-shadow:0 2px 0 rgba(0,0,0,.22);
}
.mt-logo img{width:46px;height:46px;border-radius:50%;}

/* Keep the story portrait square so a tall asset can't stretch the column. */
.mt-story-art img{aspect-ratio:1/1;object-fit:cover;}

/* Hero mark is a circular logo, not a product photo. */
.mt-hero-logo{aspect-ratio:1/1;object-fit:contain;}
.mt-signup-inner img{aspect-ratio:1/1;object-fit:contain;border-radius:50%;}

/* ===========================================================
   NEON HERO — full-bleed color field, homepage
   Replaces the framed hero card. Structure follows the
   reference: lockup left, copy right, product centred with
   radiating callouts, diagonal wedge out the bottom.
   =========================================================== */

:root{
  --mt-neon:#12B5FF;          /* electric pull of the logo's core blue */
  --mt-neon-deep:#0A93D6;
  --mt-slate:#16233F;         /* callout + headline ink on the neon field */
}

.mt-neon{
  position:relative;
  background:var(--mt-neon);
  padding:3rem 0 clamp(7rem,13vw,11rem);
  clip-path:polygon(0 0, 100% 0, 100% calc(100% - 5.5vw), 0 100%);
  overflow:hidden;
}
/* faint concentric rings, the packaging's holo bloom reduced to texture */
.mt-neon::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.5;
  background:
    radial-gradient(circle at 50% 62%, transparent 0 30%, rgba(255,255,255,.10) 30% 30.7%, transparent 30.7%),
    radial-gradient(circle at 50% 62%, transparent 0 40%, rgba(255,255,255,.08) 40% 40.6%, transparent 40.6%),
    radial-gradient(circle at 50% 62%, transparent 0 51%, rgba(255,255,255,.06) 51% 51.5%, transparent 51.5%);
}

.mt-neon-tab{
  position:absolute;top:0;left:max(1.25rem,calc(50% - 590px + 1.25rem));
  background:var(--mt-violet);color:#fff;
  font-family:"Archivo Narrow",sans-serif;font-weight:700;font-size:.82rem;
  letter-spacing:.06em;text-transform:uppercase;
  padding:.5rem 1.3rem;border-radius:0 0 14px 14px;z-index:3;
}

.mt-neon-top{
  position:relative;z-index:2;
  display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;
  padding-top:2.2rem;
}
@media(min-width:900px){
  .mt-neon-top{grid-template-columns:40fr 60fr;gap:3rem;}
}

.mt-lockup{text-align:center;}
.mt-lockup img{
  width:min(320px,66vw);margin:0 auto;
  transform:rotate(-4deg);
  filter:drop-shadow(0 14px 0 rgba(0,0,0,.16));
}
.mt-lockup-tail{
  display:block;margin-top:.9rem;
  font-family:"Archivo Narrow",sans-serif;font-weight:700;
  font-size:clamp(1rem,2.1vw,1.3rem);letter-spacing:.14em;
  text-transform:uppercase;color:var(--mt-slate);
}

.mt-neon-copy h1{
  font-family:"Baloo 2",sans-serif;font-weight:800;
  font-size:clamp(2.3rem,5.6vw,4.1rem);line-height:1.04;
  color:var(--mt-slate);margin:0 0 .8rem;letter-spacing:-.015em;
}
.mt-neon-copy h1 mark{
  background:var(--mt-sun);color:var(--mt-slate);
  padding:0 .18em;border-radius:6px;
  box-decoration-break:clone;-webkit-box-decoration-break:clone;
}
.mt-neon-copy p{
  max-width:44ch;margin:0 0 1.6rem;
  font-size:clamp(1rem,1.5vw,1.15rem);color:#123350;
}

/* Slab button: squared off, high contrast. Deliberately unlike the rounded
   pill used everywhere else, so the hero CTA reads as the primary action. */
.mt-slab{
  display:inline-block;background:var(--mt-marigold);color:var(--mt-slate);
  font-family:"Archivo Narrow",sans-serif;font-weight:700;
  font-size:1.05rem;letter-spacing:.09em;text-transform:uppercase;
  padding:.95rem 2.3rem;border:3px solid var(--mt-ink);border-radius:5px;text-decoration:none;
  box-shadow:0 5px 0 var(--mt-ink);
  transition:transform .14s ease,background .14s ease,box-shadow .14s ease;
}
.mt-slab:hover{
  background:var(--mt-sun);
  color:var(--mt-slate);
  transform:translateY(-2px);
  box-shadow:0 7px 0 var(--mt-ink);
}
.mt-slab:focus-visible{outline:3px solid #fff;outline-offset:3px;}

/* ---- stage: product + radiating callouts ---- */

.mt-stage{
  position:relative;z-index:2;
  max-width:1080px;margin:clamp(1.5rem,4vw,3rem) auto 0;
  padding:0 1.25rem;min-height:520px;
}
.mt-stage-hero{
  position:relative;z-index:2;
  width:min(400px,58vw);margin:0 auto;height:auto;
  border-radius:20px;
  filter:drop-shadow(0 26px 40px rgba(0,40,70,.28));
}
.mt-arcs{
  position:absolute;inset:0;width:100%;height:100%;z-index:1;
  pointer-events:none;
}
.mt-callout{
  position:absolute;z-index:3;margin:0;max-width:11.5rem;
  font-family:"Archivo Narrow",sans-serif;font-weight:700;
  font-size:clamp(.95rem,1.35vw,1.18rem);line-height:1.18;
  letter-spacing:.04em;text-transform:uppercase;color:var(--mt-slate);
}
.mt-cal-tl{top:14%;left:0;text-align:right;}
.mt-cal-tr{top:14%;right:0;text-align:left;}
.mt-cal-bl{bottom:16%;left:0;text-align:right;}
.mt-cal-br{bottom:16%;right:0;text-align:left;}

/* Below 900px the arrows stop pointing anywhere useful, so the callouts
   become an honest two-column list under the product. */
@media(max-width:899px){
  .mt-stage{min-height:0;display:flex;flex-direction:column;gap:1.4rem;}
  .mt-arcs{display:none;}
  .mt-stage-hero{order:-1;}
  .mt-callout{
    position:static;max-width:none;text-align:center;
    padding:.7rem .6rem;background:rgba(255,255,255,.22);border-radius:12px;
  }
}
@media(min-width:520px) and (max-width:899px){
  .mt-stage{display:grid;grid-template-columns:1fr 1fr;}
  .mt-stage-hero{grid-column:1/-1;}
}

/* The neon field owns the top of the page, so the old framed hero and the
   marquee's top margin are no longer needed. */
.mt-hero{display:none;}
.mt-neon + .mt-marquee{margin-top:0;border-top:0;}

@media (prefers-reduced-motion:reduce){
  .mt-slab{transition:none;}
}

/* ---- stage v2: per-callout arcs so geometry can't stretch ---- */

.mt-stage{
  position:relative;max-width:1120px;margin:clamp(1rem,3vw,2.5rem) auto 0;
  padding:0 1.25rem;min-height:0;display:block;
}
.mt-stage-hero{
  position:relative;z-index:2;display:block;
  width:min(330px,44vw);height:auto;margin:0 auto;
  border-radius:20px;
  filter:drop-shadow(0 26px 40px rgba(0,40,70,.28));
}
.mt-arcs{display:none;}

.mt-callout{
  position:absolute;z-index:3;margin:0;max-width:none;
  display:flex;align-items:center;gap:.4rem;
}
.mt-callout p{
  margin:0;max-width:11rem;
  font-family:"Archivo Narrow",sans-serif;font-weight:700;
  font-size:clamp(.95rem,1.3vw,1.16rem);line-height:1.16;
  letter-spacing:.045em;text-transform:uppercase;color:var(--mt-slate);
}
.mt-arc{width:clamp(78px,8.6vw,132px);height:auto;flex:none;}

.mt-cal-tl{top:4%;left:1.25rem;}
.mt-cal-tl p{text-align:right;}

.mt-cal-tr{top:4%;right:1.25rem;flex-direction:row-reverse;}
.mt-cal-tr p{text-align:left;}
.mt-cal-tr .mt-arc{transform:scaleX(-1);}

.mt-cal-bl{bottom:6%;left:1.25rem;align-items:flex-end;}
.mt-cal-bl p{text-align:right;}
.mt-cal-bl .mt-arc{transform:scaleY(-1);}

.mt-cal-br{bottom:6%;right:1.25rem;flex-direction:row-reverse;align-items:flex-end;}
.mt-cal-br p{text-align:left;}
.mt-cal-br .mt-arc{transform:scale(-1,-1);}

@media(max-width:899px){
  .mt-stage{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
  .mt-stage-hero{grid-column:1/-1;width:min(280px,60vw);}
  .mt-callout{position:static;justify-content:center;}
  .mt-callout .mt-arc{display:none;}
  .mt-callout p{
    text-align:center!important;max-width:none;
    padding:.75rem .6rem;background:rgba(255,255,255,.24);border-radius:12px;
  }
}

/* ---- small-screen corrections ---- */

@media(max-width:620px){
  /* The tab wraps to two lines and fights the header at this width. */
  .mt-neon-tab{display:none;}
  .mt-neon{padding-top:2rem;}
  /* Keep logo, burger and search on one row. */
  .mt-logo span{font-size:1.05rem;}
  .mt-logo img{width:40px;height:40px;}
  .mt-header-in{gap:.5rem;padding:.75rem 1rem;}
  .mt-neon-top{padding-top:.5rem;}
  .mt-lockup img{width:min(230px,54vw);}
  .mt-lockup-tail{font-size:.95rem;letter-spacing:.1em;}
}

/* ---- real photography: adjustments the placeholders didn't need ---- */

/* The pouch is now a cut-out PNG with an irregular silhouette, so a box
   shadow would trace the bounding box. Use a drop-shadow filter that
   follows the alpha channel instead, and drop the rounded corners. */
.mt-stage-hero{
  border-radius:0;
  width:min(380px,50vw);
  filter:drop-shadow(0 22px 26px rgba(0,45,80,.34));
}

/* The logo art already carries its own circular field, so the header's
   forced border-radius and the story frame's cover crop are redundant. */
.mt-logo img{border-radius:0;}
.mt-signup-inner img{border-radius:0;width:88px;}
.mt-story-art img{aspect-ratio:1/1;object-fit:contain;background:transparent;padding:6%;}
.mt-lockup img{filter:drop-shadow(0 12px 18px rgba(0,45,80,.28));}

/* Product photos are full-frame lifestyle shots, not flat packshots.
   Slightly taller crop keeps the pouch from being clipped at the base. */
.mt-card-img img{aspect-ratio:4/5;object-fit:cover;object-position:center 42%;}

/* The real assets carry width/height attributes for layout stability, which
   means any rule that sets width alone leaves the HTML height in force and
   distorts the image. Restore intrinsic ratio wherever width is overridden. */
.mt-lockup img,
.mt-signup-inner img,
.mt-stage-hero{height:auto;}

/* ===========================================================
   Mascot menu toggle
   The three-bar burger is a generic mark. This is the logo's
   pit bull reduced to a stencil: one solid shape with the ear,
   eye, wink, nose and mouth knocked out as real holes
   (fill-rule:evenodd). Tested down to 26px, which is where the
   full logo turns to mush.
   =========================================================== */

.mt-burger{
  display:none;position:relative;
  width:44px;height:44px;padding:0;          /* 44px = comfortable tap target */
  background:none;border:0;cursor:pointer;color:#fff;
  place-items:center;
}
.mt-burger span{display:none;}               /* retires the old bars */

.mt-burger svg{
  position:absolute;top:50%;left:50%;
  width:32px;height:32px;
  transition:opacity .18s ease, transform .28s cubic-bezier(.34,1.56,.64,1);
}
.mt-burger-dog{fill:currentColor;transform:translate(-50%,-50%) rotate(-4deg);}
.mt-burger-x{opacity:0;transform:translate(-50%,-50%) rotate(-90deg) scale(.6);}

.mt-burger:hover .mt-burger-dog{transform:translate(-50%,-50%) rotate(4deg) scale(1.06);}
.mt-burger:focus-visible{outline:3px solid var(--mt-sun);outline-offset:2px;border-radius:10px;}

body.mt-nav-open .mt-burger-dog{
  opacity:0;transform:translate(-50%,-50%) rotate(90deg) scale(.6);
}
body.mt-nav-open .mt-burger-x{
  opacity:1;transform:translate(-50%,-50%) rotate(0) scale(1);
}

@media(max-width:860px){ .mt-burger{display:grid;} }

@media (prefers-reduced-motion:reduce){
  .mt-burger svg{transition:opacity .12s ease;}
  .mt-burger-dog,.mt-burger-x,
  body.mt-nav-open .mt-burger-dog,body.mt-nav-open .mt-burger-x{
    transform:translate(-50%,-50%);
  }
  .mt-burger:hover .mt-burger-dog{transform:translate(-50%,-50%);}
}

/* Center the homepage copy and button when the hero stacks on mobile. */
@media (max-width:899px){
  .mt-neon-copy{text-align:center;}
  .mt-neon-copy p{margin-inline:auto;}
}
