/*
Theme Name: The Fun Store — Pastel
Theme URI: https://www.thefunstore.co.za
Description: Custom Storefront child theme for The Fun Store — South African party, craft, kids & catering supplies retailer. Pastel colour variant: same layout, typography and structure as "The Fun Store" theme, with a softer, lighter colour system.
Author: The Fun Store
Template: storefront
Version: 1.0.0
Text Domain: the-fun-store-pastel
*/

/* ==================================================================
   BRAND TOKENS
   ================================================================== */
:root{
  --navy:#342A4D;
  --navy-2:#463A63;
  --white:#FFFFFF;
  --paper:#FDFAFF;
  --ink:#342A4D;
  --ink-soft:#8981A0;
  --line:#F1EAF7;

  --pink:#F0769E;
  --pink-deep:#DD5686;
  --orange:#F5B387;
  --teal:#7ED4DD;
  --teal-deep:#3EA9B5;
  --gold:#F0CE72;
  --blue:#9FBDF0;
  --green:#8FDCB8;
  --lime:#B8E0A0;

  --r-sm:10px;
  --r-md:14px;
  --r-lg:22px;
  --shadow-sm:0 2px 8px -2px rgba(22,17,41,0.08);
  --shadow-md:0 16px 40px -18px rgba(22,17,41,0.28);
}

/* ==================================================================
   BASE
   ================================================================== */
body{
  font-family:'Nunito Sans',sans-serif;
  color:var(--ink);
  font-size:15px;
  line-height:1.6;
  background:var(--white);
}
h1,h2,h3,h4,h5,h6{
  font-family:'Rubik',sans-serif;
  letter-spacing:-0.01em;
  color:var(--ink);
}
a{color:var(--navy);text-decoration:none;}
a:hover{color:var(--pink-deep);}
svg{display:block;}
.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}
.wrap{max-width:1280px;margin:0 auto;padding:0 32px;}
.brand-word{
  background-image:linear-gradient(90deg,var(--pink) 4%,var(--orange) 24%,var(--gold) 42%,var(--lime) 58%,var(--teal) 76%,var(--blue) 96%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  font-weight:800;
}

/* ==================================================================
   UTILITY BAR + WHATSAPP FLOAT (injected via functions.php hooks)
   ================================================================== */
.tfs-utility-bar{
  background:#EAD9F0;color:var(--navy);
  font-size:0.78rem;font-weight:700;text-align:center;
  padding:9px 12px;
}
.tfs-utility-bar b{color:var(--pink-deep);font-weight:800;}
.tfs-utility-bar .sep{opacity:0.4;margin:0 14px;}

.tfs-whatsapp-float{
  position:fixed;bottom:26px;right:26px;z-index:600;
  width:54px;height:54px;border-radius:50%;background:#22C35E;color:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 14px 30px -10px rgba(34,195,94,0.6);border:none;
}
.tfs-whatsapp-float svg{width:26px;height:26px;fill:#fff;stroke:none;}

/* ==================================================================
   STOREFRONT HEADER / NAVIGATION OVERRIDES
   ================================================================== */
#masthead{background:var(--white);border-bottom:1px solid var(--line);box-shadow:none;}
#masthead .site-branding{margin:0;}
.site-title, .site-title a{
  font-family:'Rubik',sans-serif;font-weight:800;font-size:1.4rem;
}
.site-header-cart .cart-contents{
  color:var(--ink);font-weight:700;
}
.site-header-cart .cart-contents .count{
  background:var(--pink);color:#fff;border-radius:100px;padding:2px 8px;font-size:0.75rem;
}
#masthead .main-navigation ul.menu > li > a{
  font-weight:600;font-size:0.9rem;color:var(--ink);
}
#masthead .main-navigation ul.menu > li > a:hover{color:var(--navy);}
.storefront-primary-navigation{border-top:1px solid var(--line);}

/* Custom logo sizing */
.custom-logo-link img{max-height:44px;width:auto;}

/* ==================================================================
   BUTTONS (Storefront + WooCommerce buttons reskinned)
   ================================================================== */
.button, button, input[type="submit"],
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit{
  font-family:'Nunito Sans',sans-serif;font-weight:700;font-size:0.9rem;
  background:var(--pink);color:#fff;border:none;border-radius:var(--r-sm);
  padding:13px 24px;box-shadow:none;transition:background .15s ease, transform .15s ease;
}
.button:hover, button:hover, input[type="submit"]:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  background:var(--pink-deep);color:#fff;transform:translateY(-1px);
}
.woocommerce a.button.alt, .woocommerce button.button.alt{
  background:var(--navy);
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover{
  background:var(--navy-2);
}

/* ==================================================================
   WOOCOMMERCE PRODUCT LOOPS (shop archive, related, upsells, homepage)
   ================================================================== */
.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;list-style:none;}
.woocommerce ul.products li.product{
  width:100% !important;margin:0 !important;padding:0;
  background:var(--white);border:1px solid var(--line);border-radius:var(--r-md);
  overflow:hidden;transition:box-shadow .15s ease, transform .15s ease;
}
.woocommerce ul.products li.product:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);}
.woocommerce ul.products li.product a{display:block;color:var(--ink);}
.woocommerce ul.products li.product img{
  aspect-ratio:1/1;object-fit:cover;width:100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-weight:700;font-size:0.9rem;padding:14px 15px 2px;margin:0;
}
.woocommerce ul.products li.product .price{
  padding:0 15px;font-weight:700;color:var(--ink);font-size:0.95rem;
}
.woocommerce ul.products li.product .price ins{text-decoration:none;}
.woocommerce ul.products li.product .price del{color:#C2B8D6;font-weight:600;margin-right:6px;}
.woocommerce ul.products li.product .button{
  margin:12px 15px 15px;width:calc(100% - 30px);
  background:var(--paper);color:var(--navy);border:1px solid var(--line);
  padding:9px 14px;font-size:0.82rem;
}
.woocommerce ul.products li.product .button:hover{background:var(--navy);color:#fff;}
.woocommerce ul.products li.product .onsale{
  background:var(--pink);color:#fff;border-radius:100px;font-weight:700;
  font-size:0.65rem;padding:4px 10px;min-height:auto;min-width:auto;line-height:1.4;
  top:10px;left:10px;
}
.woocommerce ul.products li.product .star-rating{margin:4px 15px 0;}

/* ==================================================================
   SHOP / ARCHIVE PAGE (category listing)
   ================================================================== */
.woocommerce-breadcrumb{
  font-size:0.82rem;font-weight:600;color:var(--ink-soft);padding:18px 0;
}
.woocommerce-breadcrumb a{color:var(--ink-soft);}
.woocommerce-breadcrumb a:hover{color:var(--navy);}
.woocommerce-products-header__title{font-size:clamp(1.6rem,3vw,2.1rem);font-weight:700;}
.term-description{color:var(--ink-soft);margin-bottom:24px;}

.woocommerce-result-count, .woocommerce-ordering select{
  font-size:0.86rem;font-weight:600;
}
.woocommerce-ordering select{
  border:1px solid var(--line);border-radius:var(--r-sm);padding:9px 14px;
  font-family:inherit;color:var(--ink);
}

/* Sidebar filter widgets */
#secondary .widget{
  background:var(--white);border:1px solid var(--line);border-radius:var(--r-md);
  padding:20px;margin-bottom:18px;
}
#secondary .widget-title{
  font-family:'Rubik',sans-serif;font-size:0.9rem;font-weight:700;
  margin-bottom:14px;text-transform:none;
}
.woocommerce-widget-layered-nav ul, .woocommerce-widget-layered-nav-list ul{list-style:none;margin:0;padding:0;}
.woocommerce-widget-layered-nav-list li, .woocommerce-widget-layered-nav li{padding:5px 0;}
.price_slider_amount .button{padding:8px 16px;font-size:0.8rem;}
.price_label{font-weight:700;font-size:0.85rem;}
.ui-slider .ui-slider-range{background:var(--navy);}
.ui-slider .ui-slider-handle{background:var(--navy);border-color:var(--navy);}

/* Attribute colour swatches (if using a "Colour" attribute + term thumbnails/terms) */
.woocommerce-widget-layered-nav-list__item a{
  display:flex;align-items:center;gap:8px;font-size:0.86rem;font-weight:600;color:var(--ink);
}

/* ==================================================================
   SINGLE PRODUCT PAGE
   ================================================================== */
.single-product div.product .woocommerce-product-gallery{
  border-radius:var(--r-lg);overflow:hidden;background:var(--paper);
}
.single-product div.product .product_title{
  font-size:1.7rem;font-weight:700;margin-bottom:10px;
}
.single-product div.product p.price, .single-product div.product span.price{
  font-size:1.7rem;font-weight:800;color:var(--ink);
}
.single-product div.product p.price del, .single-product div.product span.price del{
  font-size:1rem;color:#C2B8D6;
}
.single-product div.product .woocommerce-product-details__short-description{
  color:var(--ink-soft);line-height:1.7;
}
.single-product div.product form.cart .quantity input.qty{
  border:1px solid var(--line);border-radius:var(--r-sm);height:44px;text-align:center;font-weight:700;
}
.single-product div.product form.cart .single_add_to_cart_button{
  padding:13px 28px;font-size:0.95rem;
}
.woocommerce-tabs ul.tabs{border-bottom:1px solid var(--line);}
.woocommerce-tabs ul.tabs li{
  background:none;border:none;font-weight:700;font-size:0.9rem;color:var(--ink-soft);
  margin-right:24px;padding:12px 0;
}
.woocommerce-tabs ul.tabs li.active{color:var(--navy);border-bottom:2px solid var(--navy);}
.woocommerce-tabs .panel{padding-top:24px;color:var(--ink-soft);line-height:1.7;}
.related.products{margin-top:60px;}
.related.products > h2{font-size:clamp(1.4rem,2.2vw,1.85rem);font-weight:700;margin-bottom:28px;}

/* ==================================================================
   CART & CHECKOUT
   ================================================================== */
.woocommerce-cart table.shop_table{border:none;}
.woocommerce-cart table.shop_table thead{border-bottom:2px solid var(--line);}
.woocommerce-cart table.shop_table td, .woocommerce-cart table.shop_table th{
  border:none;border-bottom:1px solid var(--line);padding:16px 8px;
}
.woocommerce-cart table.shop_table td.product-thumbnail img{
  border-radius:10px;background:var(--paper);
}
.woocommerce-cart .quantity input.qty{
  border:1px solid var(--line);border-radius:var(--r-sm);height:40px;
}
.cart-collaterals .cart_totals{
  background:var(--paper);border-radius:var(--r-lg);padding:28px;
}
.cart-collaterals .cart_totals h2{font-size:1.1rem;margin-bottom:16px;}
.cart-collaterals .cart_totals table{border:none;}
.cart-collaterals .cart_totals table td, .cart-collaterals .cart_totals table th{
  border:none;border-bottom:1px solid var(--line);padding:10px 0;
}
.woocommerce-checkout #payment{
  background:var(--paper);border-radius:var(--r-lg);
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row select{
  border:1px solid var(--line);border-radius:var(--r-sm);padding:11px 14px;
}
.woocommerce-message, .woocommerce-info{
  border-top-color:var(--teal);background:var(--paper);
}
.woocommerce-error{border-top-color:var(--pink);}

/* ==================================================================
   STOREFRONT FOOTER
   ================================================================== */
#colophon{background:#3A2E54;color:#C6BDD9;}
#colophon .widget-title{color:#fff;font-family:'Nunito Sans',sans-serif;font-weight:700;font-size:0.8rem;letter-spacing:0.06em;text-transform:uppercase;}
#colophon a{color:#C6BDD9;}
#colophon a:hover{color:#fff;}
#colophon .site-info{border-top:1px solid rgba(255,255,255,0.08);font-size:0.78rem;}

/* ==================================================================
   CUSTOM HOMEPAGE COMPONENTS (front-page.php)
   These reuse the exact component classes from the static prototype.
   ================================================================== */
.hero{position:relative;background:linear-gradient(135deg,#FDEFF4 0%,#FBF3E9 35%,#EFF8F3 68%,#EEF3FC 100%);overflow:hidden;}
.hero::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(circle at 10% 20%, rgba(240,118,158,0.18), transparent 42%),
    radial-gradient(circle at 90% 10%, rgba(126,212,221,0.22), transparent 45%),
    radial-gradient(circle at 80% 95%, rgba(240,206,114,0.2), transparent 45%);
}
.hero-inner{position:relative;display:grid;grid-template-columns:1.05fr 0.95fr;align-items:center;gap:56px;padding:80px 32px 88px;}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--pink-deep);font-weight:700;font-size:0.78rem;letter-spacing:0.04em;margin-bottom:22px;}
.hero-eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--pink-deep);}
.hero h1{font-size:clamp(2.1rem,3.6vw,3.15rem);color:var(--navy);line-height:1.1;font-weight:700;margin-bottom:20px;}
.hero h1 span{color:var(--pink-deep);}
.hero p{color:#463A63;font-size:1.02rem;font-weight:500;max-width:460px;margin-bottom:32px;line-height:1.65;opacity:0.85;}
.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;}
.btn{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:0.9rem;padding:13px 24px;border-radius:var(--r-sm);border:none;transition:transform .15s ease;}
.btn:hover{transform:translateY(-1px);}
.btn-primary{background:var(--pink);color:#fff;}
.btn-primary:hover{background:var(--pink-deep);color:#fff;}
.btn-outline{background:transparent;color:var(--navy);border:1.5px solid rgba(52,42,77,0.18);}
.btn-outline:hover{border-color:var(--pink-deep);color:var(--pink-deep);}
.btn-outline-dark{background:transparent;color:var(--navy);border:1.5px solid var(--line);}
.btn-block{width:100%;justify-content:center;}
.hero-mosaic{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.mosaic-card{border-radius:var(--r-md);padding:20px;min-height:132px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow-md);color:#fff;}
.mosaic-card:hover{color:#fff;}
.mosaic-card svg{width:26px;height:26px;color:#fff;}
.mosaic-card span{color:#fff;font-weight:700;font-size:0.85rem;}
.mosaic-card.tall{grid-row:span 2;min-height:278px;}

.tfs-section{padding:76px 0;}
.tfs-section.tight{padding:60px 0;}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px;gap:20px;flex-wrap:wrap;}
.section-head h2{font-size:clamp(1.4rem,2.2vw,1.85rem);font-weight:700;}
.kicker{display:block;font-weight:700;color:var(--teal-deep);font-size:0.76rem;letter-spacing:0.12em;text-transform:uppercase;margin-bottom:8px;}
.view-all{font-weight:700;color:var(--navy);font-size:0.86rem;display:flex;align-items:center;gap:6px;}

.cat-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;}
.cat-tile{background:var(--white);border:1px solid var(--line);border-radius:var(--r-md);padding:24px 16px;display:flex;flex-direction:column;gap:14px;transition:transform .15s ease, box-shadow .15s ease;color:var(--ink);}
.cat-tile:hover{border-color:var(--navy);box-shadow:var(--shadow-sm);transform:translateY(-3px);color:var(--ink);}
.cat-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;}
.cat-icon svg{width:21px;height:21px;}
.cat-tile .cat-name{font-weight:700;font-size:0.86rem;}
.cat-tile .cat-sub{font-weight:500;color:var(--ink-soft);font-size:0.74rem;}

.colour-row{display:flex;gap:12px;flex-wrap:wrap;}
.colour-chip{display:flex;align-items:center;gap:9px;background:var(--white);border:1px solid var(--line);border-radius:100px;padding:9px 18px 9px 9px;font-weight:700;font-size:0.85rem;color:var(--ink);}
.colour-chip:hover{border-color:var(--navy);color:var(--ink);}
.colour-chip .dot{width:22px;height:22px;border-radius:50%;border:1px solid rgba(0,0,0,0.1);flex-shrink:0;}

.occasion-row{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;}
.occasion-card{border-radius:var(--r-md);padding:22px 16px;color:var(--navy);display:flex;flex-direction:column;gap:28px;min-height:118px;position:relative;overflow:hidden;}
.occasion-card:hover{color:var(--navy);}
.occasion-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0.12));}
.occasion-card svg, .occasion-card span{position:relative;z-index:1;}
.occasion-card svg{opacity:0.85;}
.occasion-card span{font-weight:700;font-size:0.9rem;}

.promo-split{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.promo-block{border-radius:var(--r-lg);padding:38px;color:var(--navy);display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden;min-height:220px;justify-content:flex-end;}
.promo-icon{position:absolute;top:26px;right:26px;width:52px;height:52px;border-radius:14px;background:rgba(255,255,255,0.55);display:flex;align-items:center;justify-content:center;}
.promo-icon svg{color:var(--navy);}
.promo-tag{align-self:flex-start;background:rgba(255,255,255,0.55);color:var(--navy);padding:6px 14px;border-radius:100px;font-size:0.7rem;font-weight:700;letter-spacing:0.05em;}
.promo-block h3{color:var(--navy);font-size:1.4rem;font-weight:700;}
.promo-block p{margin:0;color:#463A63;font-weight:500;font-size:0.9rem;max-width:85%;opacity:0.85;}

.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.why-card{padding:26px 22px;border-radius:var(--r-md);border:1px solid var(--line);background:var(--white);}
.why-icon{width:44px;height:44px;border-radius:11px;background:var(--paper);display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.why-icon svg{width:22px;height:22px;color:var(--navy);}
.why-card h4{font-size:0.97rem;font-weight:700;margin-bottom:6px;}
.why-card p{font-size:0.82rem;color:var(--ink-soft);font-weight:500;margin:0;}

.tfs-newsletter{background:var(--navy);border-radius:var(--r-lg);padding:48px 44px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff;flex-wrap:wrap;}
.tfs-newsletter h3{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:6px;}
.tfs-newsletter p{margin:0;color:#6E6485;font-weight:500;font-size:0.88rem;}
.tfs-newsletter form{display:flex;gap:10px;flex-wrap:wrap;}
.tfs-newsletter input{padding:13px 18px;border-radius:var(--r-sm);border:1px solid rgba(255,255,255,0.2);background:rgba(255,255,255,0.06);color:#fff;outline:none;font-weight:600;min-width:250px;}
.tfs-empty-note{background:var(--paper);border:1px dashed var(--line);border-radius:var(--r-md);padding:24px;text-align:center;color:var(--ink-soft);font-weight:600;grid-column:1/-1;}

/* ==================================================================
   PAGE HEADER / PROSE / FAQ / CONTACT / TRACK ORDER
   (used by page-*.php templates)
   ================================================================== */
.page-header{background:var(--paper);padding:8px 0 36px;}
.page-header-inner{display:flex;align-items:center;gap:20px;flex-wrap:wrap;}
.page-header-icon{width:60px;height:60px;border-radius:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center;}
.page-header-icon svg{width:30px;height:30px;}
.page-header h1{font-size:clamp(1.6rem,3vw,2.1rem);font-weight:700;}
.page-header p{color:var(--ink-soft);font-weight:500;margin-top:6px;max-width:640px;}

.prose{max-width:760px;}
.prose h2{margin-top:40px;margin-bottom:14px;font-size:1.3rem;}
.prose h2:first-child{margin-top:0;}
.prose p{margin-bottom:16px;color:var(--ink-soft);line-height:1.75;font-size:0.95rem;}
.prose ul{margin:0 0 16px 0;list-style:none;padding:0;}
.prose li{color:var(--ink-soft);line-height:1.75;padding-left:20px;position:relative;margin-bottom:6px;font-size:0.95rem;}
.prose li::before{content:"—";position:absolute;left:0;color:var(--teal-deep);}
.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:32px 0;}
.stat-card{background:var(--paper);border-radius:var(--r-md);padding:24px;text-align:center;}
.stat-card .num{font-family:'Rubik',sans-serif;font-size:1.8rem;font-weight:800;color:var(--navy);}
.stat-card .lbl{font-size:0.8rem;font-weight:700;color:var(--ink-soft);margin-top:4px;}

.faq-group{margin-bottom:36px;}
.faq-group h3{font-size:1rem;text-transform:uppercase;letter-spacing:0.06em;color:var(--teal-deep);margin-bottom:6px;}
.faq-item{border-bottom:1px solid var(--line);padding:18px 0;}
.faq-item summary{font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item .chev{transition:transform .15s ease;color:var(--ink-soft);flex-shrink:0;}
.faq-item[open] .chev{transform:rotate(180deg);}
.faq-item p{margin-top:12px;color:var(--ink-soft);font-weight:500;line-height:1.7;font-size:0.9rem;}

.contact-layout{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start;}
.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:18px;}
.form-field label{font-size:0.8rem;font-weight:700;}
.form-field input,.form-field textarea,.form-field select{border:1px solid var(--line);border-radius:var(--r-sm);padding:11px 14px;font-family:inherit;font-size:0.9rem;color:var(--ink);outline:none;}
.form-field textarea{resize:vertical;min-height:120px;}
.contact-card{background:var(--paper);border-radius:var(--r-lg);padding:28px;}
.contact-card h3{font-size:1.05rem;margin-bottom:16px;}
.contact-line{display:flex;gap:12px;margin-bottom:16px;align-items:flex-start;}
.contact-line svg{width:19px;height:19px;color:var(--navy);flex-shrink:0;margin-top:1px;}
.contact-line strong{display:block;font-size:0.88rem;}
.contact-line span{font-size:0.84rem;color:var(--ink-soft);font-weight:500;}
.tfs-notice{
  background:#FFF6E0;border:1px solid #F0D998;border-radius:var(--r-sm);
  padding:14px 16px;font-size:0.82rem;font-weight:600;color:#8A6416;margin-bottom:20px;
}

.track-steps{display:flex;justify-content:space-between;margin:44px 0;position:relative;}
.track-steps::before{content:"";position:absolute;top:7px;left:5%;right:5%;height:2px;background:var(--line);}
.track-step{text-align:center;flex:1;position:relative;z-index:1;}
.track-step .dot{width:16px;height:16px;border-radius:50%;background:var(--line);margin:0 auto 12px;border:3px solid var(--white);}
.track-step.done .dot{background:var(--navy);}
.track-step .lbl{font-size:0.78rem;font-weight:700;color:var(--ink-soft);}
.track-step.done .lbl{color:var(--ink);}
.track-form{display:flex;gap:10px;flex-wrap:wrap;background:var(--paper);padding:24px;border-radius:var(--r-lg);margin-bottom:36px;}
.track-form input{flex:1;min-width:180px;border:1px solid var(--line);border-radius:var(--r-sm);padding:12px 16px;font-family:inherit;font-size:0.9rem;}

/* ==================================================================
   RESPONSIVE
   ================================================================== */
@media (max-width:1080px){
  .woocommerce ul.products{grid-template-columns:repeat(3,1fr);}
  .cat-grid{grid-template-columns:repeat(4,1fr);}
  .occasion-row{grid-template-columns:repeat(3,1fr);}
  .why-grid{grid-template-columns:repeat(2,1fr);}
  .hero-inner{grid-template-columns:1fr;}
  .hero-mosaic{max-width:520px;}
  .contact-layout{grid-template-columns:1fr;}
}
@media (max-width:600px){
  .woocommerce ul.products{grid-template-columns:repeat(2,1fr);}
  .cat-grid{grid-template-columns:repeat(3,1fr);}
  .occasion-row{grid-template-columns:repeat(2,1fr);}
  .why-grid{grid-template-columns:repeat(2,1fr);}
  .promo-split{grid-template-columns:1fr;}
  .hero-mosaic{display:none;}
  .stat-row{grid-template-columns:1fr;}
  .tfs-newsletter{flex-direction:column;align-items:flex-start;}
}
