:root{
  --navy:#07508e; --navy-dark:#07385f; --blue:#1467ad; --sky:#dff5ff;
  --red:#e21f2f; --yellow:#ffc72c; --cream:#fff9df; --ink:#0b2540; --muted:#5e6b78;
  --white:#fff; --line:#dbe6ef; --shadow:0 10px 28px rgba(7,56,95,.12);
  --radius:22px; --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#f3f7fa;line-height:1.5} img{max-width:100%;display:block} a{color:inherit;text-decoration:none} button,input,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 32px));margin-inline:auto}.site-shell{width:min(1280px,100%);margin:0 auto;background:#fff;min-height:100vh;box-shadow:0 0 40px rgba(0,0,0,.08);overflow:hidden;border-radius:26px 26px 0 0}
.announcement{background:linear-gradient(90deg,var(--navy),#064476);color:#fff;border-radius:26px 26px 0 0}.announcement .container{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:26px;padding:0 16px}.announcement strong{font-size:1.02rem;white-space:nowrap}.announcement .right{font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;display:flex;gap:12px;align-items:center;white-space:nowrap}.announcement .sep{opacity:.65}
.main-header{background:#fff;border-bottom:1px solid #eef2f5}.header-row{display:grid;grid-template-columns:330px 1fr 155px;gap:26px;align-items:center;padding:14px 0 10px}.brand img{width:315px;height:auto}.search-wrap{position:relative}.search{display:flex;border:2px solid #d8e2ea;border-radius:12px;overflow:hidden;background:#fff;box-shadow:inset 0 1px 0 rgba(0,0,0,.02)}.search input{border:0;outline:0;min-width:0;flex:1;padding:14px 16px}.search button{border:0;background:var(--red);color:#fff;width:58px;font-size:1.15rem;cursor:pointer}.search-results{position:absolute;z-index:40;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:8px;display:none}.search-results.open{display:block}.search-results a{display:block;padding:10px 12px;border-radius:8px;font-weight:700}.search-results a:hover{background:#f2f8fc}.store-mini{display:flex;gap:10px;align-items:center;justify-content:flex-end;font-weight:800;text-align:right}.store-mini .pin{font-size:1.5rem;color:var(--red)}.store-mini small{display:block;color:var(--blue);font-weight:700}
.desktop-nav{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:5px 0 12px}.desktop-nav>a,.more-btn{padding:8px 13px;border-radius:10px;font-weight:800;font-size:.98rem}.desktop-nav>a:hover,.more-btn:hover,.desktop-nav>a.active{background:#eef7fd;color:var(--navy)}.more-wrap{position:relative}.more-btn{border:0;background:transparent;color:var(--ink);cursor:pointer;display:flex;align-items:center;gap:8px}.more-menu{display:none;position:absolute;right:0;top:calc(100% + 8px);z-index:50;width:235px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px}.more-wrap.open .more-menu{display:block}.more-menu a{display:flex;align-items:center;gap:12px;padding:11px;border-radius:9px;font-weight:700}.more-menu a:hover{background:#f2f8fc}.mini-icon{width:30px;height:30px;border-radius:9px;background:#eef7fd;display:grid;place-items:center;font-size:1.1rem}.mobile-toggle{display:none;border:0;background:#eef7fd;color:var(--navy);border-radius:10px;padding:10px 12px;font-weight:800}
.hero{background:radial-gradient(circle at 20% 30%,#fff 0 18%,transparent 19%),linear-gradient(115deg,#effaff 0%,#fff8d4 50%,#fff 100%);position:relative;overflow:hidden}.hero .container{display:grid;grid-template-columns:320px 1fr;gap:22px;align-items:center;min-height:470px;padding:26px 16px}.hero-mascot{position:relative}.hero-mascot img{width:300px;filter:drop-shadow(0 12px 12px rgba(0,0,0,.08))}.quack-badge{position:absolute;right:-15px;top:12px;background:var(--yellow);padding:18px 20px;border-radius:48% 52% 45% 55%;font-family:"Trebuchet MS",cursive;font-size:2rem;font-weight:900;line-height:1;color:var(--navy-dark);transform:rotate(-4deg);box-shadow:0 8px 0 rgba(226,31,47,.10)}.hero-copy{text-align:center}.eyebrow{font-weight:900;color:var(--navy);letter-spacing:.06em;text-transform:uppercase}.hero h1{font-size:clamp(3rem,7vw,6.2rem);line-height:.82;margin:8px 0 18px;text-transform:uppercase;letter-spacing:-.045em}.hero h1 span{display:block}.hero h1 .red{color:var(--red)}.hero h1 .navy{color:var(--navy-dark)}.hero-sub{font-weight:850;font-size:1.08rem}.hero-cta{display:inline-flex;align-items:center;gap:12px;margin-top:18px;background:linear-gradient(180deg,#ef2836,var(--red));color:#fff;border:2px solid rgba(255,255,255,.7);box-shadow:0 8px 18px rgba(226,31,47,.25),inset 0 1px 0 rgba(255,255,255,.45);border-radius:18px;padding:14px 24px;font-weight:900;font-size:1.15rem}.hero-cta .store-icon{font-size:1.4rem}.hero-note{position:absolute;right:30px;bottom:20px;background:#ffe46e;padding:13px 18px;border-radius:20px 8px 20px 8px;font-weight:900;color:var(--navy);transform:rotate(-2deg)}
.category-strip{padding:22px 0;background:#fff}.category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:15px}.category-link{text-align:center;font-weight:850}.category-link img{width:116px;aspect-ratio:1;border-radius:50%;margin:0 auto 8px;transition:.2s transform,.2s box-shadow}.category-link:hover img{transform:translateY(-3px);box-shadow:var(--shadow)}
.trust{background:linear-gradient(90deg,#d7f2ff,#e9f9ff);border-top:1px solid #cce8f4;border-bottom:1px solid #cce8f4}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{text-align:center;padding:24px 16px;font-weight:850;color:var(--navy-dark);position:relative}.trust-item:not(:last-child)::after{content:"";position:absolute;right:0;top:24%;height:52%;width:1px;background:#9fd9ee}.trust-icon{font-size:2rem;margin-bottom:6px}
.section{padding:34px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section h2{font-size:2rem;margin:0;letter-spacing:-.03em}.section-kicker{font-weight:900;color:var(--navy);font-size:1rem}.deals-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.deal-card{border:1px solid var(--line);border-radius:16px;padding:14px 12px 16px;background:#fff;text-align:center;display:flex;flex-direction:column;min-height:360px;box-shadow:0 4px 14px rgba(7,56,95,.05)}.deal-card img{width:100%;aspect-ratio:1.42;object-fit:contain;border-radius:12px;margin-bottom:10px}.deal-name{font-weight:850;line-height:1.22;min-height:48px;display:grid;place-items:center}.price{font-size:1.9rem;font-weight:950;color:var(--red);margin:8px 0 6px}.limited{margin-top:auto;color:var(--navy);font-weight:850;font-size:.88rem}.view-more{display:flex;justify-content:flex-end;margin-top:16px}.view-more a{color:var(--navy);font-weight:900}.fine-print{font-size:.8rem;color:var(--muted);text-align:center;margin-top:12px}
.footer-banner{background:linear-gradient(100deg,#063d6c,#07508e 60%,#06375e);color:#fff}.footer-banner .container{display:grid;grid-template-columns:1.25fr 1fr;gap:36px;align-items:center;padding:30px 16px}.footer-brand{display:flex;gap:18px;align-items:center}.footer-brand img{width:120px}.footer-phrase{font-size:2rem;font-weight:900;font-style:italic}.footer-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.footer-point{text-align:center;font-weight:800}.footer-point span{display:block;font-size:1.7rem;color:var(--yellow)}
.site-footer{background:#062e50;color:#dbe9f4;padding:26px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.site-footer h3{color:#fff;margin:0 0 10px}.site-footer a{display:block;padding:4px 0;color:#dbe9f4}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:22px;padding-top:16px;font-size:.84rem;color:#aec4d6;display:flex;justify-content:space-between;gap:20px}
.page-hero{background:linear-gradient(110deg,#e7f8ff,#fff8d8);padding:54px 0}.page-hero .container{display:grid;grid-template-columns:1fr 260px;gap:30px;align-items:center}.page-hero h1{font-size:clamp(2.6rem,5vw,4.3rem);line-height:1;margin:0 0 12px;letter-spacing:-.04em;color:var(--navy-dark)}.page-hero p{font-size:1.1rem;max-width:720px;margin:0;color:#3f5366}.page-hero img{width:220px;justify-self:end}
.placeholder-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.placeholder-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.placeholder-img{aspect-ratio:1.15;background:linear-gradient(135deg,#f5faff,#fff6cf);display:grid;place-items:center;font-size:3.5rem}.placeholder-card .content{padding:16px}.placeholder-card h3{margin:0 0 5px}.placeholder-card p{margin:0;color:var(--muted);font-size:.9rem}
.content-wrap{max-width:850px;margin:0 auto}.content-wrap h2{margin-top:28px}.info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.info-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:0 5px 16px rgba(0,0,0,.04)}.info-card h3{margin-top:0}.map-box{margin-top:22px;border-radius:18px;overflow:hidden;border:1px solid var(--line);min-height:360px;background:#eaf4fa}.map-box iframe{width:100%;height:400px;border:0}
.contact-grid{display:grid;grid-template-columns:1fr .85fr;gap:36px}.contact-form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow)}.field{margin-bottom:16px}.field label{display:block;font-weight:800;margin-bottom:6px}.field input,.field textarea{width:100%;border:1px solid #cfdce6;border-radius:10px;padding:12px 13px;outline:none}.field input:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(20,103,173,.12)}.btn{border:0;background:var(--red);color:#fff;border-radius:12px;padding:12px 18px;font-weight:900;cursor:pointer}.notice{background:#fff9df;border:1px solid #f2d97b;border-radius:12px;padding:14px 16px;color:#564600}
@media (max-width:980px){.site-shell{border-radius:18px 18px 0 0}.announcement{border-radius:18px 18px 0 0}.announcement .right{display:none}.announcement .container{justify-content:center;min-height:44px}.header-row{grid-template-columns:260px 1fr;gap:18px}.brand img{width:250px}.store-mini{display:none}.desktop-nav{flex-wrap:wrap}.hero .container{grid-template-columns:250px 1fr;min-height:420px}.hero-mascot img{width:240px}.quack-badge{font-size:1.5rem}.category-grid{grid-template-columns:repeat(4,1fr)}.deals-grid{grid-template-columns:repeat(3,1fr)}.placeholder-grid{grid-template-columns:repeat(3,1fr)}.footer-banner .container{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:720px){body{background:#fff}.container{width:min(100% - 22px,var(--max))}.site-shell{width:100%;border-radius:0;box-shadow:none}.announcement{border-radius:0}.announcement strong{font-size:.9rem}.header-row{grid-template-columns:1fr auto;padding:10px 0}.brand img{width:220px}.search-wrap{grid-column:1/-1;order:3}.mobile-toggle{display:block}.desktop-nav{display:none;position:absolute;left:11px;right:11px;top:128px;z-index:60;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:10px}.desktop-nav.mobile-open{display:flex;flex-direction:column;align-items:stretch}.desktop-nav>a,.more-btn{width:100%;text-align:left}.more-menu{position:static;width:100%;box-shadow:none;margin-top:4px}.hero .container{grid-template-columns:1fr;min-height:auto;padding:22px 11px 34px}.hero-mascot{display:flex;justify-content:center}.hero-mascot img{width:210px}.quack-badge{right:10px;top:10px;font-size:1.35rem}.hero h1{font-size:3.55rem}.hero-note{position:static;display:inline-block;margin-top:18px;transform:none}.category-grid{grid-template-columns:repeat(3,1fr);gap:12px}.category-link img{width:88px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2)::after{display:none}.section{padding:28px 0}.section-head{display:block}.section-kicker{margin-top:8px}.deals-grid{grid-template-columns:repeat(2,1fr)}.deal-card{min-height:330px}.placeholder-grid{grid-template-columns:repeat(2,1fr)}.page-hero{padding:38px 0}.page-hero .container{grid-template-columns:1fr}.page-hero img{display:none}.info-cards{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.footer-points{grid-template-columns:1fr 1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}}
@media (max-width:460px){.brand img{width:190px}.hero h1{font-size:2.8rem}.hero-sub{font-size:.92rem}.category-grid{grid-template-columns:repeat(2,1fr)}.deals-grid{grid-template-columns:1fr}.placeholder-grid{grid-template-columns:1fr}.footer-brand{align-items:flex-start}.footer-brand img{width:80px}.footer-phrase{font-size:1.45rem}.footer-points{grid-template-columns:1fr}.announcement .container{padding-inline:10px}.announcement strong{white-space:normal;text-align:center}}


/* 2026-09 polished artwork revision */
.category-link img{object-fit:cover;background:#fff;box-shadow:0 8px 18px rgba(7,56,95,.12)}
.mini-icon-img{width:32px;height:32px;object-fit:contain;flex:0 0 32px;border-radius:8px;box-shadow:0 3px 8px rgba(7,56,95,.10)}
.more-menu a{display:flex;align-items:center;gap:10px}
.page-hero img{object-fit:contain;border-radius:28px;filter:drop-shadow(0 10px 18px rgba(7,56,95,.12))}
.placeholder-img.polished{background:linear-gradient(145deg,#f7fbff,#eaf7ff);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:14px}
.placeholder-img.polished img{width:100%;height:100%;max-height:180px;object-fit:contain;border-radius:18px;box-shadow:0 8px 18px rgba(7,56,95,.10)}
.deal-card img{object-fit:contain;width:100%;height:150px;border-radius:14px}
@media(max-width:720px){.deal-card img{height:140px}.mini-icon-img{width:28px;height:28px;flex-basis:28px}}

/* =========================================================
   CLUCKEY DUCKY V2 — HOMEPAGE MOCKUP-STYLE VISUAL REFRESH
   Keeps the site functional while matching the approved art.
   ========================================================= */
body{background:#edf4f8}
.site-shell{width:min(1420px,100%);border-radius:22px 22px 0 0;box-shadow:0 16px 46px rgba(7,56,95,.12)}
:root{--max:1320px}
.announcement .container{min-height:46px}.announcement strong{font-size:.94rem}.announcement .right{font-size:.72rem}
.header-row{grid-template-columns:360px 1fr 150px;gap:24px;padding:12px 0 6px}.brand img{width:340px}.desktop-nav{padding:2px 0 10px}.desktop-nav>a,.more-btn{font-size:.92rem}

.home-hero{background:linear-gradient(101deg,#fffef7 0%,#fff7a8 44%,#fffbdc 72%,#fff 100%);border-top:1px solid #f4edbd;border-bottom:1px solid #f4d94f;overflow:hidden}
.home-hero::before,.home-hero::after{content:"";position:absolute;pointer-events:none;opacity:.9}
.home-hero::before{width:155px;height:12px;background:var(--red);left:38%;top:38px;transform:rotate(-19deg);border-radius:99px;box-shadow:260px 255px 0 var(--yellow),520px 26px 0 var(--red)}
.home-hero::after{width:13px;height:72px;background:var(--yellow);left:33.5%;top:42px;transform:rotate(25deg);border-radius:99px;box-shadow:340px 235px 0 -1px var(--red),710px 45px 0 var(--yellow)}
.hero-stage{position:relative;display:grid!important;grid-template-columns:330px 255px 1fr!important;gap:0!important;align-items:center;min-height:390px!important;padding:18px 18px 16px!important}
.hero-mascot-dynamic{align-self:end;z-index:2;transform:translate(15px,12px)}
.hero-mascot-dynamic img{width:315px!important;filter:drop-shadow(0 8px 0 rgba(255,199,44,.2)) drop-shadow(0 10px 10px rgba(7,56,95,.13));transform:rotate(-5deg)}
.burst{position:absolute;font-weight:950;line-height:1;z-index:4}.burst-a{color:var(--red);font-size:38px;left:10px;top:24px;transform:rotate(17deg)}.burst-b{color:var(--yellow);font-size:27px;right:30px;top:36px}.burst-c{color:var(--red);font-size:44px;right:5px;bottom:82px;transform:rotate(30deg)}
.quack-splash{position:relative;z-index:4;justify-self:center;width:235px;min-height:150px;display:flex;flex-direction:column;justify-content:center;padding:18px 20px 20px 34px;color:var(--navy-dark);font-family:"Trebuchet MS",Arial,sans-serif;font-size:2.5rem;font-weight:900;line-height:.94;transform:rotate(-6deg);text-align:center;filter:drop-shadow(0 8px 0 rgba(226,31,47,.12))}
.quack-splash::before{content:"";position:absolute;inset:-22px -30px;z-index:-1;background:var(--yellow);clip-path:polygon(0 39%,12% 31%,5% 17%,26% 21%,31% 4%,43% 17%,55% 2%,64% 18%,84% 8%,80% 28%,100% 35%,85% 48%,98% 63%,78% 65%,83% 87%,62% 79%,53% 100%,43% 82%,21% 93%,25% 70%,5% 70%,17% 54%)}
.quack-splash strong{font-size:1.12em}
.dynamic-copy{text-align:center;z-index:3;padding-left:10px}
.dynamic-copy h1{font-family:Arial Black,Impact,Inter,sans-serif;font-size:clamp(4rem,6vw,6rem)!important;line-height:.78!important;margin:0 0 13px!important;letter-spacing:-.055em!important;text-shadow:0 2px 0 rgba(255,255,255,.7)}
.dynamic-copy .hero-sub{font-size:.95rem;font-weight:950;white-space:nowrap}
.hero-cta{margin-top:13px!important;border-radius:13px!important;padding:10px 22px!important;font-size:1.03rem!important;box-shadow:0 6px 0 #bf1320,0 10px 20px rgba(226,31,47,.2)!important;transition:transform .18s ease,box-shadow .18s ease}
.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 0 #bf1320,0 13px 24px rgba(226,31,47,.22)!important}.hero-cta small{display:block;font-size:.74rem;margin-top:2px}.hero-cta .store-icon{font-size:1.2rem}
.dynamic-note{right:12px!important;bottom:15px!important;background:var(--yellow)!important;border-radius:5px 18px 6px 16px!important;padding:11px 15px!important;font-size:.92rem;line-height:1.25;box-shadow:0 5px 0 rgba(7,80,142,.12);transform:rotate(-4deg)!important}

.category-strip{padding:14px 0 12px}.category-grid{gap:8px}.category-link{font-size:.84rem;line-height:1.08}.category-link img{width:96px;margin-bottom:5px;border:3px solid #fff;box-shadow:0 7px 15px rgba(7,56,95,.15)}
.trust-item{padding:14px 10px 13px;font-size:.82rem;line-height:1.2}.trust-icon{font-size:1.55rem;margin-bottom:3px}.trust-item:not(:last-child)::after{top:19%;height:62%}
.section{padding:18px 0 22px}.section-head{margin-bottom:10px;align-items:center}.section h2{font-size:1.6rem}.section-kicker{font-size:.88rem;font-style:italic;position:relative}.section-kicker::before,.section-kicker::after{content:"";display:inline-block;width:16px;height:4px;background:var(--yellow);border-radius:9px;vertical-align:middle;margin:0 6px;transform:rotate(-25deg)}
.deals-grid{gap:9px}.deal-card{border-radius:10px;padding:9px 8px 10px;min-height:270px;box-shadow:0 3px 10px rgba(7,56,95,.08)}.deal-card img{height:120px!important;margin-bottom:5px}.deal-name{font-size:.77rem;min-height:38px}.price{font-size:1.45rem;margin:4px 0 3px}.limited{font-size:.7rem;line-height:1.1;position:relative}.limited::before,.limited::after{content:"";position:absolute;top:5px;width:12px;height:3px;background:var(--yellow);border-radius:9px}.limited::before{left:1px;transform:rotate(35deg)}.limited::after{right:1px;transform:rotate(-35deg)}.fine-print{font-size:.65rem;margin:8px 0 0}.view-more{margin-top:5px}.view-more a{font-size:.76rem}
.footer-banner .container{padding:15px 16px;grid-template-columns:1.25fr 1fr}.footer-brand img{width:88px;transform:rotate(-8deg)}.footer-phrase{font-size:1.55rem}.footer-points{gap:6px}.footer-point{font-size:.75rem;line-height:1.15}.footer-point span{font-size:1.35rem}.site-footer{padding:18px 0 13px}.footer-grid{gap:20px}.site-footer h3{font-size:.9rem;margin-bottom:5px}.site-footer p,.site-footer a{font-size:.76rem}.footer-bottom{font-size:.68rem;margin-top:13px;padding-top:10px}

@media (max-width:1100px){
  .header-row{grid-template-columns:285px 1fr 125px}.brand img{width:270px}
  .hero-stage{grid-template-columns:265px 200px 1fr!important;min-height:350px!important}.hero-mascot-dynamic img{width:255px!important}.quack-splash{width:190px;font-size:2rem}.dynamic-copy h1{font-size:4.35rem!important}.dynamic-copy .hero-sub{white-space:normal;font-size:.83rem}.dynamic-note{font-size:.8rem}
}
@media (max-width:980px){
  .header-row{grid-template-columns:250px 1fr}.brand img{width:240px}
  .hero-stage{grid-template-columns:230px 180px 1fr!important}.hero-mascot-dynamic img{width:220px!important}.quack-splash{width:170px;font-size:1.7rem}.dynamic-copy h1{font-size:3.75rem!important}.dynamic-note{display:none}.category-link img{width:88px}
}
@media (max-width:720px){
  .header-row{grid-template-columns:1fr auto}.brand img{width:215px}.hero-stage{display:grid!important;grid-template-columns:42% 58%!important;min-height:auto!important;padding:14px 8px 20px!important}.hero-mascot-dynamic{grid-column:1;grid-row:1 / span 2;transform:translate(0,8px)}.hero-mascot-dynamic img{width:190px!important}.quack-splash{grid-column:1;grid-row:1;width:135px;min-height:105px;font-size:1.35rem;align-self:start;justify-self:end;transform:translate(18px,-3px) rotate(-7deg);padding:12px}.quack-splash::before{inset:-12px -15px}.dynamic-copy{grid-column:2;grid-row:1 / span 2;padding:0}.dynamic-copy h1{font-size:3.1rem!important;line-height:.8!important}.dynamic-copy .hero-sub{font-size:.68rem}.hero-cta{font-size:.78rem!important;padding:8px 10px!important}.hero-cta .store-icon{display:none}.category-grid{grid-template-columns:repeat(4,1fr)}.category-link img{width:78px}.trust-item{font-size:.73rem}.deal-card{min-height:255px}
}
@media(max-width:460px){
  .hero-stage{grid-template-columns:1fr!important;padding-top:9px!important}.hero-mascot-dynamic{grid-column:1;grid-row:1;justify-self:start;transform:translate(-6px,10px)}.hero-mascot-dynamic img{width:150px!important}.quack-splash{grid-column:1;grid-row:1;width:130px;justify-self:start;margin-left:120px;font-size:1.22rem}.dynamic-copy{grid-column:1;grid-row:2;margin-top:-6px}.dynamic-copy h1{font-size:3rem!important}.category-grid{grid-template-columns:repeat(3,1fr)}.category-link img{width:74px}.deals-grid{grid-template-columns:repeat(2,1fr)}.deal-card{min-height:245px}.deal-card img{height:105px!important}.footer-banner .container{grid-template-columns:1fr}.footer-phrase{font-size:1.25rem}
}


/* =========================================================
   FINAL HERO MATCH — approved Cluckey Ducky mockup
   ========================================================= */
@media (min-width:981px){
  .home-hero{
    position:relative;
    background:
      radial-gradient(circle at 12% 36%,rgba(255,255,255,.95) 0 8%,rgba(255,255,255,0) 24%),
      linear-gradient(103deg,#fffef3 0%,#fff7ad 46%,#fffbd8 74%,#fffdf1 100%);
  }
  .hero-stage{
    grid-template-columns:295px 215px minmax(0,1fr)!important;
    min-height:332px!important;
    padding:8px 20px 6px!important;
    align-items:center!important;
  }
  .hero-mascot-dynamic{
    align-self:center!important;
    transform:translate(2px,4px)!important;
    z-index:3;
  }
  .hero-mascot-dynamic img{
    width:285px!important;
    max-height:315px;
    object-fit:contain;
    transform:none!important;
    filter:drop-shadow(0 8px 8px rgba(7,56,95,.10))!important;
  }
  .quack-splash{
    width:210px!important;
    min-height:132px!important;
    padding:14px 18px 16px 24px!important;
    font-size:2.18rem!important;
    transform:translate(-8px,-8px) rotate(-5deg)!important;
    filter:none!important;
  }
  .quack-splash::before{
    inset:-16px -20px!important;
    clip-path:polygon(0 43%,10% 36%,5% 27%,22% 25%,27% 12%,39% 21%,50% 5%,59% 21%,75% 13%,74% 28%,98% 31%,84% 44%,96% 55%,80% 61%,86% 76%,67% 73%,57% 94%,47% 79%,31% 91%,31% 72%,10% 76%,19% 59%)!important;
    background:#ffd64a!important;
  }
  .dynamic-copy{
    padding-left:0!important;
    transform:translateX(-4px);
  }
  .dynamic-copy h1{
    font-size:clamp(4rem,4.8vw,5.35rem)!important;
    line-height:.79!important;
    margin:0 0 10px!important;
    letter-spacing:-.055em!important;
  }
  .dynamic-copy .hero-sub{
    font-size:.9rem!important;
    white-space:nowrap!important;
    margin-top:2px;
  }
  .hero-cta{
    margin-top:12px!important;
    padding:9px 22px!important;
    min-width:310px;
    justify-content:center;
  }
  .dynamic-note{
    right:18px!important;
    bottom:20px!important;
    font-size:.8rem!important;
    padding:9px 12px!important;
  }
  .burst-a{left:5px!important;top:20px!important;font-size:32px!important}
  .burst-b{left:270px!important;right:auto!important;top:25px!important;font-size:23px!important}
  .burst-c{right:7px!important;bottom:60px!important;font-size:35px!important}
  .home-hero::before{left:35.8%!important;top:26px!important;width:110px!important;height:9px!important;box-shadow:245px 232px 0 var(--yellow),500px 20px 0 var(--red)!important}
  .home-hero::after{left:32.5%!important;top:30px!important;height:52px!important;box-shadow:330px 212px 0 -1px var(--red),690px 38px 0 var(--yellow)!important}
  .category-strip{padding-top:10px!important;padding-bottom:9px!important}
}

@media (min-width:1101px){
  .dynamic-copy h1{font-size:5rem!important}
}


/* FINAL MOCKUP-FIDELITY CLEANUP — transparent mascot art + painted quack brush */
@media (min-width:981px){
  .hero-stage{grid-template-columns:310px 205px minmax(0,1fr)!important;min-height:318px!important;padding:4px 20px 2px!important}
  .hero-mascot-dynamic{transform:translate(10px,3px)!important;align-self:center!important}
  .hero-mascot-dynamic img{width:292px!important;max-height:306px!important;filter:drop-shadow(0 7px 5px rgba(7,56,95,.10))!important}
  .quack-splash{width:205px!important;min-height:126px!important;padding:12px 15px!important;font-size:2.2rem!important;transform:translate(-18px,-2px) rotate(-5deg)!important;text-align:center!important}
  .quack-splash::before{
    inset:-10px -18px!important;
    background:#ffd33d!important;
    clip-path:polygon(0 30%,8% 28%,4% 17%,24% 20%,31% 11%,45% 15%,57% 4%,63% 17%,88% 11%,84% 25%,100% 31%,90% 42%,98% 51%,83% 57%,92% 70%,69% 68%,62% 85%,50% 78%,38% 94%,31% 76%,12% 82%,18% 62%,2% 60%,10% 48%)!important;
    transform:skewX(-7deg) rotate(-1deg);
    border-radius:18% 8% 16% 10%;
  }
  .dynamic-copy{transform:translateX(-12px)!important}
  .dynamic-copy h1{font-size:4.9rem!important;line-height:.78!important}
  .dynamic-copy .hero-sub{font-size:.88rem!important}
  .dynamic-note{bottom:16px!important}
}
.footer-brand img{object-fit:contain;background:transparent!important}
@media (min-width:721px){.footer-brand img{width:98px!important;height:92px!important}}

/* =========================================================
   MOCKUP MATCH V4 — transparent mascot + approved hero geometry
   ========================================================= */
@media (min-width:981px){
  .home-hero{
    background:
      radial-gradient(circle at 13% 42%,rgba(255,255,255,.96) 0 8%,rgba(255,255,255,0) 25%),
      linear-gradient(106deg,#fffef8 0%,#fff8c2 48%,#fffceb 100%)!important;
    border-bottom:1px solid #f4d85f;
  }
  .hero-stage{
    grid-template-columns:300px 210px minmax(0,1fr)!important;
    min-height:326px!important;
    padding:4px 22px 3px!important;
    column-gap:8px!important;
    align-items:center!important;
  }
  .hero-mascot-dynamic{
    align-self:end!important;
    justify-self:start!important;
    transform:translate(2px,0)!important;
    height:315px;
    display:flex;
    align-items:flex-end;
    overflow:visible!important;
  }
  .hero-mascot-dynamic img{
    width:282px!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
    background:transparent!important;
    filter:drop-shadow(0 7px 5px rgba(7,56,95,.08))!important;
  }
  .quack-splash{
    position:relative!important;
    width:205px!important;
    min-height:140px!important;
    padding:20px 17px 22px!important;
    margin:0!important;
    font-family:"Comic Sans MS","Trebuchet MS",cursive!important;
    font-size:2.08rem!important;
    font-weight:900!important;
    line-height:.98!important;
    color:#07385f!important;
    text-align:center!important;
    transform:translate(-15px,-7px) rotate(-4deg)!important;
    z-index:4!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
  }
  .quack-splash::before{
    content:""!important;
    position:absolute!important;
    inset:-8px -13px!important;
    z-index:-1!important;
    background:#ffd83f!important;
    clip-path:polygon(4% 13%,96% 4%,92% 18%,100% 24%,95% 38%,99% 51%,93% 60%,98% 76%,84% 74%,78% 91%,61% 84%,45% 96%,33% 86%,11% 94%,14% 76%,1% 68%,7% 52%,1% 39%,8% 29%)!important;
    transform:skewX(-4deg) rotate(-1deg)!important;
    box-shadow:none!important;
  }
  .quack-splash::after{
    content:"";
    position:absolute;
    left:24px;
    right:18px;
    bottom:5px;
    height:5px;
    border-radius:999px;
    background:#e21f2f;
    transform:rotate(-4deg);
    box-shadow:9px 8px 0 -1px #e21f2f;
  }
  .dynamic-copy{
    transform:translateX(-8px)!important;
    padding:0 6px 0 0!important;
    text-align:center!important;
    z-index:3!important;
  }
  .dynamic-copy h1{
    font-family:Impact,"Arial Black",Inter,sans-serif!important;
    font-size:clamp(4.35rem,5.05vw,5.35rem)!important;
    line-height:.79!important;
    letter-spacing:-.045em!important;
    margin:0 0 9px!important;
    text-shadow:0 2px 0 rgba(255,255,255,.45)!important;
  }
  .dynamic-copy .hero-sub{
    font-size:.86rem!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    margin-top:4px!important;
  }
  .hero-cta{
    margin-top:13px!important;
    min-width:325px!important;
    padding:10px 24px!important;
    border-radius:15px!important;
  }
  .dynamic-note{
    right:15px!important;
    bottom:16px!important;
    padding:10px 13px!important;
    font-size:.82rem!important;
  }
  .burst-a{left:8px!important;top:28px!important}
  .burst-b{left:286px!important;top:20px!important}
  .burst-c{display:none!important}
  .home-hero::before{left:35.5%!important;top:25px!important;width:100px!important;height:8px!important;box-shadow:265px 232px 0 var(--yellow),520px 18px 0 var(--red)!important}
  .home-hero::after{left:32.2%!important;top:34px!important;height:48px!important;box-shadow:350px 208px 0 -1px var(--red),690px 37px 0 var(--yellow)!important}

  .footer-banner .container{grid-template-columns:1.35fr 1fr!important;padding:18px 18px!important}
  .footer-brand{gap:16px!important;overflow:visible!important}
  .footer-brand img{
    width:110px!important;
    height:96px!important;
    object-fit:contain!important;
    background:transparent!important;
    transform:none!important;
    filter:drop-shadow(0 3px 3px rgba(0,0,0,.18));
  }
  .footer-phrase{
    font-family:"Comic Sans MS","Segoe Print",cursive!important;
    font-style:italic!important;
    font-size:1.75rem!important;
    line-height:1.12!important;
  }
}

@media (max-width:980px){
  .hero-mascot-dynamic img,.footer-brand img{background:transparent!important}
}

/* V5 — final proportion correction against approved mockup */
@media (min-width:981px){
  .hero-stage{
    grid-template-columns:300px 220px minmax(0,1fr)!important;
    min-height:340px!important;
    padding:0 26px!important;
    column-gap:8px!important;
  }
  .hero-mascot-dynamic{height:330px!important;transform:translate(4px,0)!important}
  .hero-mascot-dynamic img{width:270px!important;max-height:320px!important;object-fit:contain!important}
  .quack-splash{width:215px!important;min-height:138px!important;font-size:2.05rem!important;transform:translate(-12px,-3px) rotate(-4deg)!important}
  .dynamic-copy{transform:none!important;padding:0 52px 0 0!important}
  .dynamic-copy h1{
    font-family:"Arial Black",Arial,Helvetica,sans-serif!important;
    font-stretch:normal!important;
    font-size:clamp(4.15rem,4.7vw,5rem)!important;
    line-height:.82!important;
    letter-spacing:-.065em!important;
    transform:none!important;
    width:auto!important;
  }
  .dynamic-copy h1 span{display:block!important;transform:none!important}
  .dynamic-copy .hero-sub{font-size:.84rem!important;white-space:nowrap!important}
  .hero-cta{min-width:310px!important;margin-top:12px!important}
  .dynamic-note{right:18px!important;bottom:20px!important}
  .footer-banner .container{grid-template-columns:1.45fr 1fr!important;padding:14px 30px!important;min-height:130px!important}
  .footer-brand img{width:118px!important;height:108px!important}
  .footer-phrase{font-size:1.8rem!important;white-space:nowrap!important}
}

/* =========================================================
   V6 — surgical desktop polish against approved mockup
   Keeps header/category/trust sections unchanged.
   ========================================================= */
@media (min-width:981px){
  /* Hero: rebalance duck, painted badge, and headline as one composition */
  .hero-stage{
    grid-template-columns:255px 205px minmax(0,1fr)!important;
    min-height:315px!important;
    padding:0 24px 0 20px!important;
    column-gap:4px!important;
  }
  .hero-mascot-dynamic{
    height:305px!important;
    transform:translate(26px,9px)!important;
    align-self:end!important;
  }
  .hero-mascot-dynamic img{
    width:232px!important;
    max-height:292px!important;
  }
  .quack-splash{
    width:202px!important;
    min-height:132px!important;
    font-size:2.02rem!important;
    transform:translate(-27px,-2px) rotate(-4deg)!important;
  }
  .dynamic-copy{
    padding:0 28px 0 0!important;
    transform:translateX(-4px)!important;
  }
  .dynamic-copy h1{
    font-size:clamp(4.45rem,5.0vw,5.35rem)!important;
    line-height:.86!important;
    letter-spacing:-.055em!important;
    margin-bottom:10px!important;
  }
  .dynamic-copy h1 .red{margin-block:1px 2px!important}
  .dynamic-copy .hero-sub{
    font-size:.86rem!important;
    margin-top:5px!important;
  }
  .hero-cta{
    min-width:320px!important;
    margin-top:13px!important;
  }
  .dynamic-note{right:16px!important;bottom:17px!important}

  /* Upper footer promo strip: stronger mascot, tighter slogan placement */
  .footer-banner .container{
    grid-template-columns:1.42fr 1fr!important;
    min-height:118px!important;
    padding:10px 28px!important;
  }
  .footer-brand{gap:12px!important}
  .footer-brand img{
    width:132px!important;
    height:112px!important;
    margin-left:-6px!important;
  }
  .footer-phrase{
    font-size:1.72rem!important;
    line-height:1.08!important;
    margin-left:-2px!important;
  }

  /* Lower footer: remove excess vertical dead space */
  .site-footer{padding:12px 0 8px!important}
  .footer-grid{
    grid-template-columns:1.4fr repeat(3,1fr)!important;
    gap:16px!important;
    align-items:start!important;
  }
  .site-footer h3{margin:0 0 5px!important;font-size:.88rem!important}
  .site-footer p{margin:0!important;line-height:1.38!important;font-size:.74rem!important}
  .site-footer a{padding:2px 0!important;font-size:.74rem!important;line-height:1.28!important}
  .footer-bottom{
    margin-top:10px!important;
    padding-top:8px!important;
    font-size:.67rem!important;
  }
}

/* V7 final desktop cleanup: informational mascot + More category icon */
.page-hero img.info-mascot{width:220px!important;height:220px!important;border-radius:50%!important;object-fit:cover!important;background:transparent!important;box-shadow:none!important;filter:drop-shadow(0 10px 18px rgba(7,56,95,.12))!important;}
.category-link img[src*="more-categories"]{object-fit:cover!important;background:#dff3ff!important;}
@media (max-width:720px){.page-hero img.info-mascot{display:none!important}}

/* =========================================================
   V10 — mobile polish pass (desktop/tablet >720px untouched)
   ========================================================= */
@media (max-width:720px){
  /* Search: cleaner mobile proportions */
  .search input{padding:13px 14px;font-size:1rem}
  .search button{width:54px;flex:0 0 54px}

  /* Trust/benefit strip: turn the cramped 2x2 dividers into distinct tiles */
  .trust{padding:10px 0;background:linear-gradient(180deg,#e7f8ff,#dff4ff)}
  .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .trust-item{
    min-height:112px;
    padding:14px 10px;
    border:1px solid #bfe5f3;
    border-radius:14px;
    background:rgba(255,255,255,.48);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    line-height:1.18;
    font-size:.82rem;
  }
  .trust-item::after{display:none!important}
  .trust-icon{font-size:1.55rem;margin-bottom:5px}

  /* Featured Deals: preserve two-column rhythm and center the odd final card */
  .deals-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .deal-card{min-height:305px}
  .deals-grid .deal-card:nth-child(5):last-child{
    grid-column:1/-1;
    width:calc(50% - 6px);
    justify-self:center;
  }

  /* Promo footer: compact composition instead of a very tall stack */
  .footer-banner .container{
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding:18px 16px 16px!important;
    min-height:0!important;
  }
  .footer-brand{
    justify-content:center;
    align-items:center!important;
    gap:12px!important;
  }
  .footer-brand img{
    width:92px!important;
    height:92px!important;
    margin:0!important;
    transform:none!important;
  }
  .footer-phrase{
    font-size:1.35rem!important;
    line-height:1.12!important;
    text-align:left;
    white-space:normal!important;
    max-width:250px;
  }
  .footer-points{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    align-items:start;
  }
  .footer-point{
    font-size:.72rem!important;
    line-height:1.15!important;
    padding:5px 3px;
  }
  .footer-point span{font-size:1.25rem!important;margin-bottom:3px}

  /* Main footer: denser two-column navigation on phones */
  .site-footer{padding:18px 0 12px!important}
  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 22px!important;
  }
  .footer-grid > :first-child{grid-column:1/-1}
  .site-footer h3{font-size:1rem!important;margin-bottom:6px!important}
  .site-footer p{font-size:.82rem!important;line-height:1.4!important;max-width:520px}
  .site-footer a{font-size:.82rem!important;padding:3px 0!important;line-height:1.3!important}
  .footer-bottom{
    display:flex!important;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:4px 12px!important;
    margin-top:14px!important;
    padding-top:10px!important;
    font-size:.72rem!important;
  }
  .footer-bottom span{display:inline!important;margin:0!important}
}

@media (max-width:460px){
  /* Keep two deal columns on modern phones; make cards slightly tighter */
  .deals-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .deal-card{min-height:290px!important;padding:10px 8px 12px!important}
  .deal-card img{height:118px!important}
  .deal-name{font-size:.78rem!important;min-height:44px!important}
  .price{font-size:1.6rem!important}
  .limited{font-size:.72rem!important}
  .deals-grid .deal-card:nth-child(5):last-child{width:calc(50% - 5px)}

  .trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .trust-item{min-height:104px;padding:12px 7px;font-size:.77rem}

  .footer-brand{align-items:center!important}
  .footer-brand img{width:84px!important;height:84px!important}
  .footer-phrase{font-size:1.22rem!important;max-width:230px}
  .footer-points{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .footer-point{font-size:.66rem!important}
  .footer-point span{font-size:1.12rem!important}

  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
  .site-footer h3{font-size:.95rem!important}
  .site-footer p,.site-footer a{font-size:.78rem!important}
}

/* V12 category emblem centering: keep full ring visible and centered */
.page-hero img[src*="home-goods-v12"],
.page-hero img[src*="pet-supplies-v12"],
.page-hero img[src*="baby-kids-v13"],
.page-hero img[src*="party-supplies-v13"]{
  width:220px!important; height:220px!important; object-fit:contain!important; object-position:center center!important; border-radius:28px!important; background:transparent!important;
}
.mini-icon-img[src*="-v12.webp"]{object-fit:contain!important;object-position:center center!important;}

/* V14 — Facebook follow CTAs */
.facebook-follow,.facebook-visit{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:18px;padding:18px 20px;border:1px solid #c9dceb;border-radius:16px;background:#eef8ff;box-shadow:0 3px 12px rgba(7,56,95,.06)}
.facebook-follow strong,.facebook-visit strong{display:block;color:var(--navy-dark);font-size:1.05rem;margin-bottom:4px}.facebook-follow span,.facebook-visit p{display:block;margin:0;color:#35556f;font-size:.9rem;line-height:1.4}.facebook-follow a,.facebook-visit a{flex:0 0 auto;background:#1467ad;color:#fff!important;font-weight:900;padding:11px 16px;border-radius:11px;white-space:nowrap}.facebook-follow a:hover,.facebook-visit a:hover{filter:brightness(.94)}.featured-actions .view-more{margin-top:10px}.facebook-footer-link{font-weight:800;color:#fff!important}
@media(max-width:700px){.facebook-follow,.facebook-visit{display:block;padding:15px 16px;text-align:center}.facebook-follow a,.facebook-visit a{display:inline-block;margin-top:12px;white-space:normal}.facebook-follow strong,.facebook-visit strong{font-size:.98rem}.facebook-follow span,.facebook-visit p{font-size:.8rem}.facebook-footer-link{margin-top:4px}}

/* =========================================================
   V15 MOBILE HERO CLEANUP
   The yellow decorative burst dot was overlapping the duck's beak on phones.
   Keep desktop artwork unchanged; remove only that mobile decoration.
   ========================================================= */
@media (max-width:720px){
  .hero-mascot-dynamic .burst-b{display:none!important;}
}
