/* Variant B – Hana: Shopify-style, friendly modular cards, glaze-coloured accents */
:root{--ink:#242322;--muted:#6b6763;--line:#e7e2dc;--bg:#fff;--soft:#f7f3ee;--accent:#2f4fa3;--accent-ink:#fff;--coral:#e07a5f;--radius:6px;--max:1240px;--card-min:230px;--section-pad:4rem;--thumb-bg:#f4f1ec}
body{font-family:"Work Sans",system-ui,sans-serif;color:var(--ink);background:var(--bg);font-size:1rem}
h1,h2{font-family:"DM Serif Display",Georgia,serif;font-weight:400;letter-spacing:0}
h2{font-size:clamp(1.6rem,3vw,2.2rem);margin:0 0 1.5rem}
.kicker{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--coral);font-weight:600;margin:0 0 .6rem}
a{text-decoration:none}p a,.prose a{color:var(--accent);text-decoration:underline}
.container.narrow{--max:760px}.container.wide{--max:1400px}

.announce{background:var(--accent);color:#fff;text-align:center;font-size:.82rem;padding:.55rem 1rem}
.announce a{color:#fff;text-decoration:underline}
.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;gap:2rem;padding:.9rem 0}
.logo{font-family:"DM Serif Display",serif;font-size:1.7rem;line-height:1;display:flex;flex-direction:column}
.logo span{font-family:"Work Sans";font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--muted);margin-top:.2rem}
.nav-links{flex:1;justify-content:center;font-size:.86rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em}
.nav-links a[aria-current=page]{color:var(--accent);text-decoration:none}
.header-icons{display:flex;gap:1rem;align-items:center;margin-left:auto}
.header-icons svg{width:22px;height:22px}
.cart-count{background:var(--coral);color:#fff;position:absolute;top:-8px;right:-10px}
@media (max-width:820px){.header-inner{gap:1rem;flex-wrap:wrap}.nav-links{flex-basis:100%;order:3}}

/* banner slideshow */
.banner{position:relative;min-height:520px;height:72vh;max-height:760px;overflow:hidden;background:#333;display:flex;align-items:flex-end}
.banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.2s ease}
.banner>img.active{opacity:1}
.banner::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.6))}
.banner-text{position:relative;z-index:2;color:#fff;padding:2.5rem 1.5rem 3rem;width:min(100% - 2rem,1240px);margin:0 auto}
.banner-text .kicker{color:#ffd1c2}
.banner-text h1{font-size:clamp(2rem,5vw,3.6rem);margin:0 0 .75rem;max-width:14ch;line-height:1.1}
.banner-text p{max-width:48ch;font-size:1.05rem;margin:0 0 1.5rem}
.banner .btn.ghost{color:#fff;border-color:#fff;margin-left:.4rem}
.btn{border-radius:var(--radius);font-weight:500;padding:.8rem 1.4rem}
.btn:hover{filter:brightness(1.1)}

/* category tiles */
.cat-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr))}
.cat-tile{position:relative;display:block;border-radius:var(--radius);overflow:hidden;background:var(--soft)}
.cat-tile img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .6s}
.cat-tile:hover img{transform:scale(1.05)}
.cat-tile span{position:absolute;left:1rem;bottom:1rem;background:#fff;padding:.45rem .9rem;border-radius:2rem;font-size:.85rem;font-weight:500}

/* product cards */
.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}
.section-head a{color:var(--accent);font-weight:500;font-size:.9rem}
.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;padding-bottom:1rem;transition:box-shadow .3s}
.product-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.08)}
.product-card a{padding:0 1rem}
.product-card .thumb{margin:0 -1rem 0}
.product-card .badge{background:var(--coral);color:#fff;border-radius:2rem}
.product-card h3{font-weight:500}
.product-card .price{font-weight:600;color:var(--ink);opacity:1}
.add-btn{margin:.8rem 1rem 0;width:calc(100% - 2rem);border-radius:var(--radius);font-size:.85rem;padding:.6rem}
.custom,.tools-band{background:var(--soft)}
.tools-band{background:#fff}
.split{display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));align-items:center}
.split img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius)}
.split.reverse img{order:2;aspect-ratio:1}
.split p{font-size:1.05rem;line-height:1.7;margin:0 0 1.5rem}
.reviews{background:var(--accent);color:#fff}
.reviews .testimonials blockquote{border-color:rgba(255,255,255,.3);border-radius:var(--radius);font-family:"DM Serif Display",serif;font-size:1.2rem}
.reviews cite{color:rgba(255,255,255,.7)}
.insta{--gallery-min:150px;--gallery-gap:.5rem}
.give .give-inner{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;background:var(--soft);padding:2.5rem;border-radius:var(--radius)}
.give h2{margin:0 0 .5rem}.give p{margin:0}

/* inner pages */
.page-head{background:var(--soft);padding:3rem 1.25rem}
.page-head h1{font-size:clamp(2rem,4.5vw,3rem);margin:0 0 .4rem}
.page-head .lead{color:var(--muted);margin:0;max-width:640px}
.page-head>*{width:min(100% - 0px,1240px);margin-inline:auto}
.section.alt{background:var(--soft)}
.two-col.top{align-items:start}
.about .portrait{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius)}
.prose p{line-height:1.75;margin:0 0 1.25rem}
.follow{margin-top:2rem;color:var(--muted)}
.filters button{font-size:.85rem;font-weight:500}
.product-page h1{font-size:2.2rem;margin:.4rem 0}
.product-page .price{font-size:1.4rem;font-weight:600}.product-page .lead{color:var(--muted);font-size:1.1rem}
.product-page .badge{display:inline-block;background:var(--coral);color:#fff;border-radius:2rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;padding:.3em .7em}
.product-page .hero-img{border-radius:var(--radius)}
.checkout{display:grid;gap:2.5rem;grid-template-columns:1fr;align-items:start}
@media (min-width:900px){.checkout{grid-template-columns:1.4fr 1fr}}
.checkout h2{font-size:1.3rem;margin:1.75rem 0 .75rem}
.checkout-side{background:var(--soft);padding:1.5rem;border-radius:var(--radius);position:sticky;top:5rem}
.checkout-side .line{display:grid;grid-template-columns:48px 1fr auto;gap:.75rem;align-items:center;font-size:.9rem;margin-bottom:.75rem}
.checkout-side img{width:48px;height:48px;object-fit:cover;border-radius:4px}
.checkout .place{width:100%;margin-top:1.25rem}
.club-card{background:var(--soft);padding:2rem;border-radius:var(--radius)}
.club-card h3{font-family:"DM Serif Display",serif;font-size:1.7rem;font-weight:400;margin:0 0 .5rem}
.club-price{display:block;font-family:"Work Sans";font-size:.85rem;color:var(--coral);font-weight:600}
.club-card ul{padding-left:1.2rem;line-height:1.8}
.thanks .order-no{font-family:"DM Serif Display",serif;font-size:2rem}
.newsletter{display:flex;gap:.5rem}.newsletter input{flex:1;padding:.7rem .9rem;border:1px solid var(--line);border-radius:var(--radius);min-width:0}

/* footer */
.site-footer{background:var(--soft);margin-top:4rem;padding:3.5rem 0 2rem;font-size:.92rem}
.footer-grid{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.site-footer h4{margin:0 0 .9rem;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase}
.site-footer a{display:block;margin-bottom:.4rem}
.footer-nav{display:flex;flex-direction:column}
.social a{display:inline}
.footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--line);font-size:.8rem;color:var(--muted)}
.footer-bottom .row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.pay i{display:inline-block;font-style:normal;border:1px solid var(--line);border-radius:3px;padding:.1em .4em;margin-left:.3em;font-size:.7rem;background:#fff}
