:root{
  --ink:#29262d;--muted:#6e6a72;--paper:#fffefa;--cream:#fff7e8;--soft:#f7f5f1;
  --red:#f03a30;--red-dark:#cf2d26;--green:#70d45e;--green-dark:#267a43;
  --yellow:#ffd849;--purple:#7853ac;--pink:#ffe0db;--line:#e6e1dc;
  --shadow:0 18px 50px rgba(45,36,47,.10);--radius:26px
}
*{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:var(--paper);line-height:1.55}a{color:inherit}img{max-width:100%;display:block}.wrap{width:min(1200px,calc(100% - 40px));margin:auto}
.alert-bar{background:var(--yellow);color:var(--ink);font-weight:950;text-align:center;padding:9px 20px;font-size:.94rem;letter-spacing:.01em}.alert-bar a{text-decoration:none}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid #eee9e4;box-shadow:0 3px 18px rgba(45,36,47,.05)}.header-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{background:white;border-radius:10px;padding:2px}.brand img{width:218px;height:72px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:22px;font-weight:820}.main-nav a{text-decoration:none;white-space:nowrap}.main-nav a:hover{color:var(--red)}.nav-shop{background:var(--red);color:white!important;border-radius:14px;padding:12px 18px;box-shadow:0 5px 0 var(--red-dark)}.nav-shop:hover{transform:translateY(1px);box-shadow:0 4px 0 var(--red-dark)}.nav-toggle{display:none;border:0;background:var(--yellow);border-radius:12px;padding:10px 15px;font-weight:900}
h1,h2,h3{line-height:.98;letter-spacing:-.045em;margin:0 0 18px}h1{font-size:clamp(3.5rem,7vw,6.8rem)}h2{font-size:clamp(2.35rem,4.5vw,4.45rem)}h3{font-size:1.45rem}.kicker,.eyebrow{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:950;color:var(--red)}
.hero{position:relative;overflow:hidden;background:var(--cream);min-height:610px}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,247,232,.98) 0%,rgba(255,247,232,.95) 33%,rgba(255,247,232,.35) 58%,rgba(255,247,232,0) 78%)}.hero-grid{position:relative;z-index:1;min-height:610px;display:grid;grid-template-columns:minmax(0,650px) 1fr;align-items:center}.hero-copy{padding:58px 0;max-width:650px}.hero-copy h1{color:var(--ink);max-width:640px}.hero-copy p{font-size:1.27rem;max-width:590px;color:#514b55}.hero-chips{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:18px}.hero-chips span{background:var(--red);color:white;padding:8px 11px;border-radius:8px;font-weight:950;font-size:.75rem;letter-spacing:.07em;box-shadow:0 4px 0 var(--red-dark)}.hero-chips span:nth-child(2){background:var(--yellow);color:var(--ink);box-shadow:0 4px 0 #e4b92a}.hero-actions,.button-row{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin-top:29px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;background:var(--red);color:white;text-decoration:none;font-weight:950;padding:15px 22px;cursor:pointer;font-size:1rem;box-shadow:0 5px 0 var(--red-dark);transition:.15s transform,.15s box-shadow}.btn:hover{transform:translateY(1px);box-shadow:0 4px 0 var(--red-dark)}.btn-secondary{background:var(--green-dark);color:white;box-shadow:0 5px 0 #175e30}.btn-small{padding:10px 14px;font-size:.88rem;box-shadow:none}.text-link{font-weight:900;text-decoration:none;border-bottom:3px solid var(--yellow);padding-bottom:2px}.value-strip{background:var(--green);border-top:4px solid var(--ink);border-bottom:4px solid var(--ink)}.value-strip-grid{display:grid;grid-template-columns:repeat(3,1fr);text-align:center}.value-strip strong{padding:15px 12px;font-size:1.04rem;letter-spacing:.04em;border-right:3px solid var(--ink)}.value-strip strong:last-child{border-right:0}
.section{padding:86px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:36px}.section-head p{max-width:520px;color:var(--muted);font-size:1.06rem}.deals-section{background:white}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;grid-auto-flow:dense}.product-card{position:relative;background:white;border:2px solid var(--ink);border-radius:var(--radius);overflow:hidden;box-shadow:7px 7px 0 rgba(41,38,45,.08);transition:.15s transform,.15s box-shadow}.product-card:hover{transform:translateY(-3px);box-shadow:9px 10px 0 rgba(41,38,45,.10)}.product-image{height:235px;background:#fffdf8;display:grid;place-items:center;padding:18px;border-bottom:2px solid var(--ink)}.product-image img{width:100%;height:100%;object-fit:contain}.product-body{padding:20px}.product-body h3{min-height:2.9em;margin-bottom:10px}.product-desc{color:var(--muted);font-size:.89rem;margin:8px 0}.deal-badge{position:absolute;top:14px;left:14px;z-index:2;background:var(--red);color:white;padding:8px 12px;border:2px solid var(--ink);border-radius:9px;font-weight:950;font-size:.74rem;letter-spacing:.04em;transform:rotate(-2deg)}.price-row{display:flex;gap:10px;align-items:baseline;flex-wrap:wrap}.price{font-size:2.55rem;font-weight:1000;color:var(--red);letter-spacing:-.07em;line-height:1}.price small{font-size:.58em;vertical-align:top}.old-price{text-decoration:line-through;color:#8b858e;font-weight:850}.stock-note{font-size:.78rem;color:var(--muted);margin:7px 0 0;font-weight:750}.style-hero{grid-column:span 2;display:grid;grid-template-columns:1.05fr .95fr;background:var(--yellow)}.style-hero .product-image{height:auto;min-height:330px;border-bottom:0;border-right:2px solid var(--ink);background:white}.style-hero .product-body{display:flex;flex-direction:column;justify-content:center;padding:30px}.style-hero .product-body h3{font-size:2.05rem;min-height:0}.style-hero .price{font-size:3.65rem}.style-new-arrival{background:#f1ffe9}.style-new-arrival .deal-badge{background:var(--green);color:var(--ink)}.style-multi-buy{background:#f4ecff}.style-multi-buy .deal-badge{background:var(--purple)}.style-multi-buy .price{color:var(--purple)}.style-clearance{background:#fff0ed}.style-clearance .deal-badge{background:var(--red)}.style-clearance .price{color:var(--red-dark)}.style-store-specific{background:#fff8da}.style-store-specific .deal-badge{background:var(--yellow);color:var(--ink)}
.stores-section{background:var(--green);border-top:4px solid var(--ink);border-bottom:4px solid var(--ink)}.stores-section .kicker{color:#154d2b}.store-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.store-card{background:white;border:2px solid var(--ink);border-radius:var(--radius);padding:25px;display:flex;justify-content:space-between;flex-direction:column;min-height:225px;box-shadow:6px 6px 0 rgba(41,38,45,.12)}.store-city{color:var(--red);font-size:.76rem;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.store-card p{color:var(--muted)}.store-actions{display:flex;gap:8px;flex-wrap:wrap}
.story-section{background:#fff}.split-content{display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:center}.content-art{position:relative;background:var(--yellow);border:3px solid var(--ink);border-radius:38px;padding:34px;min-height:440px;display:grid;place-items:center;box-shadow:10px 10px 0 var(--green)}.content-art img{max-height:340px}.art-sticker{position:absolute;top:18px;right:18px;background:var(--red);color:white;border:2px solid var(--ink);padding:11px 14px;border-radius:10px;font-size:.76rem;font-weight:850;line-height:1.1;transform:rotate(3deg);z-index:2}.art-sticker strong{font-size:1rem}.rich p:first-child{margin-top:0}
.newsletter-section{background:var(--pink);border-top:4px solid var(--ink);border-bottom:4px solid var(--ink)}.newsletter-box{display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;align-items:center}.newsletter-box h2{color:var(--red)}.newsletter-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:white;border:2px solid var(--ink);border-radius:24px;padding:24px;box-shadow:7px 7px 0 var(--yellow)}.newsletter-form input,.newsletter-form select{border:2px solid #cfc7c2;border-radius:11px;padding:13px 14px;font:inherit;background:white}.newsletter-consent{grid-column:span 2;display:flex;align-items:flex-start;gap:8px;font-size:.9rem}.newsletter-consent input{width:auto;margin-top:4px}.newsletter-form .btn{justify-self:start}.newsletter-burst{display:inline-block;margin-top:14px;background:var(--yellow);border:2px solid var(--ink);padding:13px 16px;font-size:.9rem;font-weight:850;line-height:1.06;transform:rotate(-2deg);box-shadow:4px 4px 0 var(--ink)}.newsletter-burst strong{font-size:1.2rem}
.cta{background:var(--purple);color:white;border:3px solid var(--ink);border-radius:30px;padding:46px;display:flex;justify-content:space-between;align-items:center;gap:40px;box-shadow:9px 9px 0 var(--yellow)}.cta .kicker{color:var(--yellow)}
.page-hero{background:linear-gradient(115deg,var(--red) 0 58%,var(--yellow) 58%);color:white;padding:74px 0;border-bottom:4px solid var(--ink)}.page-hero .kicker{color:var(--yellow)}.page-hero h1{font-size:clamp(3rem,6vw,5.4rem);max-width:850px}.page-hero p{font-size:1.18rem;max-width:720px;color:#fff4f1}.stores-layout{display:grid;grid-template-columns:340px 1fr;gap:24px;margin-bottom:42px}.store-list{display:flex;flex-direction:column;gap:10px}.map-store-select{width:100%;text-align:left;border:2px solid var(--ink);background:white;border-radius:16px;padding:18px;cursor:pointer}.map-store-select strong,.map-store-select span{display:block}.map-store-select span{color:var(--muted);font-size:.9rem;margin-top:4px}.map-store-select.active{background:var(--yellow);box-shadow:4px 4px 0 var(--ink)}.map-panel iframe,.single-map iframe{width:100%;min-height:520px;border:2px solid var(--ink);border-radius:var(--radius);background:var(--soft)}.map-note{font-size:.78rem;color:var(--muted)}.store-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:28px}.panel{background:white;border:2px solid var(--ink);border-radius:var(--radius);padding:30px;box-shadow:6px 6px 0 rgba(41,38,45,.08)}.hours>div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:10px 0}.hours>div:last-child{border:0}.special-title{margin-top:25px}.contact-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:30px}.public-form{background:white;border:2px solid var(--ink);border-radius:var(--radius);padding:30px;box-shadow:7px 7px 0 var(--yellow)}.public-form label{display:block;font-weight:850;margin-bottom:18px}.public-form input,.public-form select,.public-form textarea{display:block;width:100%;margin-top:7px;border:2px solid #cfc9c4;border-radius:11px;padding:13px 14px;font:inherit;background:white}.public-form input:focus,.public-form select:focus,.public-form textarea:focus,.newsletter-form input:focus,.newsletter-form select:focus{outline:3px solid rgba(112,212,94,.35);border-color:var(--green-dark)}.public-form .two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.check{display:flex!important;align-items:flex-start;gap:10px;font-weight:600!important}.check input{width:auto!important;margin-top:4px!important}.hp{position:absolute;left:-9999px}.flash{padding:14px 16px;border:2px solid var(--ink);border-radius:12px;margin-bottom:16px;font-weight:850}.flash.success{background:#e3ffd9;color:#18582b}.flash.error{background:#ffe3df;color:#8f261b}.public-flash{margin-top:18px}.faq-list{max-width:850px}.faq-list details{border-bottom:2px solid var(--line);padding:18px 0}.faq-list summary{font-size:1.22rem;font-weight:900;cursor:pointer}.faq-list .rich{padding-top:14px;color:#4b554e}.prose{max-width:850px;font-size:1.08rem}.prose h2{font-size:2rem;margin-top:40px}
.site-footer{background:#fff4e6;color:var(--ink);padding:60px 0 24px;border-top:4px solid var(--ink)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:46px}.footer-grid h3{font-size:1rem;color:var(--red);margin-bottom:14px}.footer-grid a{display:block;text-decoration:none;color:var(--ink);margin:7px 0}.footer-grid a:hover{text-decoration:underline}.footer-logo{width:220px;background:white;border-radius:10px;padding:2px}.footer-intro p{max-width:360px}.footer-bottom{border-top:2px solid #e0d5ca;margin-top:38px;padding-top:20px;color:#776f76;font-size:.84rem}.empty-public{background:var(--yellow);border:2px solid var(--ink);border-radius:18px;padding:28px;font-weight:800}
@media(max-width:1000px){.main-nav{position:absolute;top:92px;left:0;right:0;background:white;padding:20px;display:none;flex-direction:column;align-items:stretch;border-bottom:2px solid var(--ink)}.main-nav.open{display:flex}.nav-toggle{display:block}.hero-bg:after{background:rgba(255,247,232,.82)}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:680px}.product-grid{grid-template-columns:repeat(2,1fr)}.store-card-grid{grid-template-columns:1fr 1fr}.split-content,.contact-grid,.store-detail-grid,.stores-layout{grid-template-columns:1fr}.map-panel{order:-1}.footer-grid{grid-template-columns:1fr 1fr}.section-head{display:block}.section-head p{margin-top:14px}.style-hero{grid-column:span 2}.newsletter-box{grid-template-columns:1fr}}
@media(max-width:650px){.wrap{width:min(100% - 24px,1200px)}.header-inner{min-height:78px}.brand img{width:168px;height:58px}.main-nav{top:78px}.hero,.hero-grid{min-height:575px}.hero-copy{padding:55px 0}.hero-bg img{object-position:66% center}.hero-bg:after{background:rgba(255,247,232,.88)}.value-strip-grid{grid-template-columns:1fr}.value-strip strong{border-right:0;border-bottom:2px solid var(--ink);padding:10px}.value-strip strong:last-child{border-bottom:0}.section{padding:60px 0}.product-grid,.store-card-grid,.footer-grid,.public-form .two,.newsletter-form{grid-template-columns:1fr}.style-hero{grid-column:auto;display:block}.style-hero .product-image{min-height:235px;border-right:0;border-bottom:2px solid var(--ink)}.style-hero .price{font-size:2.9rem}.product-image{height:220px}.content-art{min-height:330px}.cta{padding:30px;display:block}.cta .btn{margin-top:20px}.public-form{padding:20px}.newsletter-consent{grid-column:auto}.page-hero{background:var(--red)} }
