/* ============================================================
   Party Master — pastel celebration styling
   Identity carried over from the Wix build: Playfair Display, soft pink,
   pill buttons, photo-led, lots of white. Strengthened here with a real
   type scale, an accessible pink, and a hero that states the offer.
   ============================================================ */
:root{
  --bg:#FFFFFF; --bg2:#FDF6FA; --bg3:#FBEDF5;
  --pink:#FF64BA;        /* fills, rules, decoration only */
  --pink-btn:#D81B78;    /* buttons: white text clears AA on this */
  --pink-dp:#A8145E;     /* pink as small text on white */
  --pink-soft:#FFD1EA;
  --ink:#16121A; --ink2:#544B5A; --ink3:#6E6478;
  --line:#EFE3EB; --line2:#F7EFF4;
  --max:1240px;
  --fd:"Playfair Display",Georgia,serif;
  --fs:"Karla",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --sh:0 14px 40px rgba(22,18,26,.08);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--fs);background:var(--bg);color:var(--ink);line-height:1.65;font-weight:400;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}
.ctr{text-align:center}
.skip{position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;padding:10px 18px;z-index:999}
.skip:focus{left:0}
:focus-visible{outline:2px solid var(--pink-btn);outline-offset:3px}

h1,h2,h3{font-family:var(--fd);font-weight:600;line-height:1.15;letter-spacing:-.01em;text-wrap:balance}
h2{font-size:clamp(1.6rem,3.2vw,2.5rem)}
h3{font-size:1.1rem}

/* ---------- header ---------- */
.site-head{position:sticky;top:0;z-index:90}
.admin-bar .site-head{top:32px}
@media(max-width:782px){.admin-bar .site-head{top:46px}}
.promo{background:var(--ink);color:#fff;text-align:center;font-size:.8rem;letter-spacing:.02em;padding:9px 16px}
.nav{background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);position:relative}
.nav-in{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;min-height:74px}
.brand{grid-column:2;justify-self:center;display:flex;align-items:center;min-height:44px}
.brand img{height:52px;width:auto}
.bt{display:flex;flex-direction:column;align-items:center;line-height:1.1}
.bt b{font-family:var(--fd);font-size:1.15rem;font-weight:600;letter-spacing:.14em}
.bt i{font-style:normal;font-size:.62rem;letter-spacing:.22em;color:var(--ink3);margin-top:4px}
.nav-side{grid-column:3;justify-self:end;display:flex;align-items:center;gap:16px}
.acct{font-size:.82rem;letter-spacing:.04em;color:var(--ink2);min-height:44px;display:inline-flex;align-items:center}
.acct:hover{color:var(--pink-dp)}
.cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px}
.cart-btn svg{width:22px;height:22px;fill:none;stroke:var(--ink);stroke-width:1.6}
.cart-n{position:absolute;top:4px;right:2px;min-width:17px;height:17px;border-radius:9px;background:var(--pink-btn);
  color:#fff;font-size:.62rem;line-height:17px;text-align:center;padding:0 4px}
.nlinks{grid-column:1/-1;grid-row:2;display:flex;justify-content:center;gap:clamp(18px,3vw,44px);
  border-top:1px solid var(--line2);padding:12px 0 14px}
.nlinks a{font-family:var(--fd);font-size:.98rem;color:var(--ink);position:relative;min-height:44px;display:inline-flex;align-items:center}
.nlinks a::after{content:"";position:absolute;left:0;right:100%;bottom:6px;height:1px;background:var(--pink);transition:right .28s}
.nlinks a:hover::after{right:0}
.burger{display:none;grid-column:1;justify-self:start;background:none;border:0;padding:10px;cursor:pointer;min-height:44px}
.burger span{display:block;width:22px;height:1.6px;background:var(--ink);margin:5px 0;transition:.3s}

/* ---------- hero ---------- */
.hero{background:var(--bg3) center/cover no-repeat;color:#fff;position:relative}
.hero-in{min-height:min(76vh,620px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;
  padding:clamp(56px,8vw,110px) 24px}
.hero h1{font-size:clamp(2rem,4.6vw,3.5rem);color:#fff;max-width:16ch;margin-bottom:18px;
  text-shadow:0 2px 24px rgba(22,18,26,.4)}
.hero .lede{font-size:clamp(1rem,1.4vw,1.12rem);color:#F8F1F5;max-width:52ch;margin-bottom:28px;line-height:1.7;
  text-shadow:0 1px 16px rgba(22,18,26,.4)}
.cta{display:flex;flex-wrap:wrap;gap:12px}
.trust{list-style:none;display:flex;flex-wrap:wrap;gap:8px 26px;margin-top:30px;font-size:.84rem;color:#F8F1F5;letter-spacing:.02em}
.trust li{position:relative;padding-left:16px;text-shadow:0 1px 14px rgba(22,18,26,.5)}
.trust li::before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:50%;background:var(--pink)}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 26px;
  border-radius:999px;font-size:.9rem;font-weight:600;letter-spacing:.03em;border:1.5px solid transparent;transition:.24s}
.btn-p{background:var(--pink-btn);color:#fff}
.btn-p:hover{background:var(--pink-dp);color:#fff}
.btn-o{background:transparent;color:#fff;border-color:rgba(255,255,255,.7)}
.btn-o:hover{background:#fff;color:var(--ink);border-color:#fff}
.sec .btn-o,.page-body .btn-o{color:var(--ink);border-color:var(--line)}
.sec .btn-o:hover,.page-body .btn-o:hover{background:var(--ink);color:#fff;border-color:var(--ink)}

/* ---------- sections ---------- */
.sec{padding:clamp(48px,6vw,86px) 0}
.sec-tint{background:var(--bg2)}
.shead{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:clamp(24px,3vw,40px)}
.shead.ctr{justify-content:center;text-align:center}
.more{font-size:.86rem;color:var(--pink-dp);white-space:nowrap;min-height:44px;display:inline-flex;align-items:center}
.more:hover{color:var(--ink)}

/* ---------- category grid ---------- */
.catgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,2vw,26px)}
.cat{display:block;text-align:center}
.cat .ph{display:block;aspect-ratio:1;border-radius:14px;overflow:hidden;background:var(--bg3);margin-bottom:12px}
.cat .ph img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.cat:hover .ph img{transform:scale(1.05)}
.cat .cn{display:block;font-family:var(--fd);font-size:1.02rem;color:var(--ink)}
.cat .cc{display:block;font-size:.78rem;color:var(--ink3);margin-top:2px}

/* ---------- how it works ---------- */
.steps{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,2.6vw,34px)}
.steps li{border-top:2px solid var(--pink-soft);padding-top:18px}
.steps b{font-family:var(--fd);font-size:1.5rem;color:var(--pink-dp);display:block;margin-bottom:8px}
.steps h3{margin-bottom:6px}
.steps p{font-size:.92rem;color:var(--ink2)}

/* ---------- custom events band ---------- */
.cband{background:var(--bg3)}
.cband-in{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(26px,4vw,60px);align-items:center}
.cband p{color:var(--ink2);margin:14px 0 24px;max-width:52ch}
.cband-l{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}
.cband-l li{background:var(--bg3);padding:16px 18px;font-size:.92rem}

/* ---------- WooCommerce ---------- */
.shop-main{padding:clamp(32px,4vw,60px) 0}
.woocommerce-products-header__title,.ptitle{font-family:var(--fd);font-size:clamp(1.7rem,3.4vw,2.6rem);margin-bottom:14px}
.bc{font-size:.82rem;color:var(--ink3);margin-bottom:20px}
.bc a{color:var(--ink2)}
.bc-sep{margin:0 8px;color:var(--line)}
.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2.2vw,30px);margin:0;padding:0;list-style:none}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;text-align:left}
.woocommerce ul.products li.product a img{border-radius:14px;margin-bottom:12px;aspect-ratio:1;object-fit:cover;background:var(--bg3)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--fd);font-size:1rem!important;
  padding:0!important;margin:0 0 4px!important;color:var(--ink);line-height:1.3}
.woocommerce ul.products li.product .price{color:var(--ink)!important;font-size:.95rem;font-weight:600}
.woocommerce ul.products li.product .price del{color:var(--ink3);font-weight:400;margin-right:6px}
.woocommerce ul.products li.product .price ins{text-decoration:none;color:var(--pink-dp)}
.woocommerce ul.products li.product .button,.woocommerce a.button,.woocommerce button.button,
.woocommerce input.button,.woocommerce #respond input#submit{
  background:var(--pink-btn)!important;color:#fff!important;border-radius:999px!important;
  min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px!important;
  font-weight:600;font-size:.86rem;letter-spacing:.02em;line-height:1;margin-top:10px!important}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--pink-dp)!important}
.woocommerce span.onsale{background:var(--pink-btn);color:#fff;border-radius:999px;padding:4px 12px;min-height:0;
  font-size:.72rem;font-weight:600;letter-spacing:.04em;top:10px;left:10px;right:auto;margin:0;line-height:1.6}
.woocommerce div.product .product_title{font-family:var(--fd);font-size:clamp(1.6rem,3vw,2.2rem)}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--ink);font-size:1.3rem;font-weight:600}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--pink-btn)!important;background:var(--bg2)}
.woocommerce .woocommerce-ordering select{border:1px solid var(--line);border-radius:999px;padding:10px 16px;min-height:44px;background:#fff}
.woocommerce .woocommerce-result-count{color:var(--ink3);font-size:.86rem}
.woocommerce nav.woocommerce-pagination ul{border:0;gap:6px;display:flex;justify-content:center}
.woocommerce nav.woocommerce-pagination ul li{border:0}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{
  border-radius:999px;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--pink-btn);color:#fff}

/* ---------- static pages ---------- */
.page-body{padding:clamp(40px,5vw,72px) 24px}
.rich{max-width:70ch}
.rich p,.rich li{color:var(--ink2);margin-bottom:1em}
.rich h2,.rich h3{margin:1.4em 0 .5em;color:var(--ink)}
.rich a{color:var(--pink-dp);text-decoration:underline;text-underline-offset:3px}
.err404 .cta{justify-content:center;margin-top:24px}
.post-card{border-bottom:1px solid var(--line);padding:22px 0}
.post-card h2{font-size:1.3rem}
.ex{color:var(--ink2);font-size:.94rem;margin-top:6px}
.phero img{border-radius:16px;margin-bottom:22px}

/* ---------- footer ---------- */
.site-foot{background:var(--bg2);border-top:1px solid var(--line);padding:clamp(44px,5vw,68px) 0 26px;margin-top:clamp(40px,5vw,70px)}
.fgrid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:clamp(22px,3vw,44px);margin-bottom:34px}
.fbrand p{font-size:.9rem;color:var(--ink2);margin-top:14px;max-width:34ch;line-height:1.7}
.fbrand .bt{align-items:flex-start}
.site-foot h5{font-family:var(--fd);font-size:.95rem;font-weight:600;margin-bottom:12px}
.site-foot ul{list-style:none}
.site-foot li a{font-size:.9rem;color:var(--ink2);display:inline-block;padding:9px 0}
.site-foot li a:hover{color:var(--pink-dp)}
.fbot{border-top:1px solid var(--line);padding-top:20px;display:flex;flex-wrap:wrap;gap:8px 20px;
  justify-content:space-between;font-size:.84rem;color:var(--ink3)}
.fcred a{color:var(--pink-dp);font-weight:600}

/* ---------- floats: back-to-top sits LEFT of WhatsApp (house standard) ---------- */
.wa{position:fixed;right:20px;bottom:20px;z-index:95;width:54px;height:54px;border-radius:50%;background:#25D366;
  display:grid;place-items:center;box-shadow:0 8px 24px rgba(37,211,102,.4);transition:.26s}
.wa:hover{transform:scale(1.07)}
.wa svg{width:29px;height:29px;fill:#fff}
.totop{position:fixed;right:86px;bottom:24px;z-index:95;width:46px;height:46px;border-radius:50%;
  background:#fff;border:1px solid var(--line);display:grid;place-items:center;cursor:pointer;
  box-shadow:var(--sh);opacity:0;visibility:hidden;transform:translateY(8px);transition:.28s}
.totop.on{opacity:1;visibility:visible;transform:none}
.totop svg{width:20px;height:20px;fill:none;stroke:var(--ink);stroke-width:1.8}
.totop:hover{background:var(--pink-btn);border-color:var(--pink-btn)}
.totop:hover svg{stroke:#fff}

/* anchors must clear the sticky header */
:target,section[id],header[id]{scroll-margin-top:150px}

/* ---------- responsive ---------- */
@media(max-width:1024px){
  .catgrid,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fgrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  .nav-in{grid-template-columns:auto 1fr auto;min-height:62px}
  .burger{display:block}
  .brand img{height:42px}
  .bt b{font-size:.98rem;letter-spacing:.1em}
  .bt i{font-size:.55rem;letter-spacing:.16em}
  .acct{display:none}
  .nlinks{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;gap:0;
    padding:8px 24px 20px;border-bottom:1px solid var(--line);box-shadow:var(--sh);display:none;border-top:0}
  .nlinks.open{display:flex}
  .nlinks a{width:100%;border-bottom:1px solid var(--line2);font-size:1.02rem}
  .cband-in{grid-template-columns:1fr}
}
@media(max-width:640px){
  .promo{font-size:.72rem;padding:8px 12px}
  .catgrid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .steps{grid-template-columns:1fr;gap:16px}
  .cband-l{grid-template-columns:1fr}
  .fgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px}
  .fgrid > *:first-child{grid-column:1/-1}
  .hero-in{min-height:auto;padding-top:52px;padding-bottom:52px}
  .hero .cta{width:100%}
  .hero .cta .btn{flex:1 1 100%}
  .shead{flex-direction:column;align-items:flex-start;gap:8px}
  .totop{right:80px;bottom:22px;width:44px;height:44px}
  .wa{width:50px;height:50px;right:18px;bottom:18px}
}
@media(max-width:360px){
  .catgrid,.woocommerce ul.products{gap:11px}
  .wrap{padding:0 16px}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

/* wp_nav_menu outputs bare <li> here (items_wrap %3$s), and a bare list item
   still draws its marker — the nav came out with bullets before every link */
.nlinks ul,.nlinks li{list-style:none;margin:0;padding:0;display:contents}
@media(max-width:820px){.nlinks li{display:block;width:100%}}
