
:root{--bw-yellow:#fff18b;--bw-ink:#111;--bw-muted:#606060;--bw-line:#e8e8e8}html{scroll-behavior:smooth;scroll-padding-top:96px}.bw{font-family:Arial,Helvetica,sans-serif;color:var(--bw-ink);font-size:16px;line-height:1.5}.bw *{box-sizing:border-box}.bw a{color:inherit;text-decoration:none}.bw button,.bw input{font:inherit}.bw button{cursor:pointer}.bw [hidden]{display:none!important}.bw :focus-visible{outline:3px solid #005fcc;outline-offset:5px}.bw h1,.bw h2,.bw h3,.bw p{margin:0;font-family:inherit;color:inherit}.bw-header{height:98px;padding:0 4%;display:flex;align-items:center;gap:32px;background:var(--bw-yellow)}.bw-logo{font-size:clamp(26px,3.2vw,46px);font-weight:800;letter-spacing:-2px;line-height:1}.bw-nav{display:flex;gap:34px;margin:auto;align-items:center}.bw-nav a{font-size:16px}.bw-nav a:hover,.bw-footer a:hover{text-decoration:underline;text-underline-offset:5px}.bw-bag{margin-left:auto;display:flex;align-items:center;gap:6px}.bw-icon{width:24px;height:24px;display:inline-flex;flex-shrink:0}.bw-icon svg{width:100%;height:100%}.bw-menu{display:none;background:none;border:0;padding:6px}.bw-hero{background:var(--bw-yellow);display:grid;grid-template-columns:48% 52%;min-height:545px;overflow:hidden}.bw-hero-copy{padding:42px 0 64px 8.3%;align-self:center;position:relative;z-index:1}.bw-hero h1{font-size:clamp(60px,7.8vw,118px);font-weight:850;letter-spacing:-.07em;line-height:.97;margin:0 0 34px;max-width:650px}.bw-hero h1 span{display:block;white-space:nowrap}.bw-hero p{font-size:clamp(19px,2.3vw,30px);line-height:1.35;max-width:400px;margin-top:26px;letter-spacing:-.025em}.bw-btn{display:inline-flex;justify-content:center;align-items:center;gap:23px;padding:15px 29px;min-height:52px;color:#fff!important;background:#101010;border:1px solid #101010;border-radius:40px;font-weight:500;transition:background .18s,transform .18s}.bw-btn:hover{background:#333;transform:translateY(-2px)}.bw-btn .bw-icon svg{stroke:currentColor}.bw-hero .bw-btn{font-size:21px}.bw-hero-visual{display:flex;align-items:stretch;min-width:0}.bw-hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.bw-shop{max-width:1440px;margin:auto;padding:56px 4% 70px;scroll-margin-top:25px}.bw-shop h2{font-size:clamp(32px,4.3vw,62px);font-weight:800;letter-spacing:-.055em;line-height:1.08;text-align:center}.bw-filters{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:35px 0 30px}.bw-filter{border:2px solid transparent;border-radius:28px;padding:9px 24px;min-height:44px;font-size:14px;font-weight:600;background:var(--chip);color:var(--chip-ink,#111)}.bw-filter[aria-pressed=true]{outline:2px solid #111;outline-offset:3px}.bw-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:52px 35px}.bw-card{text-align:center}.bw-card-media{display:block;overflow:hidden;width:100%;background:white;border:0;padding:0}.bw-card-media img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;transition:transform .25s}.bw-card-media:hover img{transform:scale(1.035)}.bw-card h3{font-size:23px;letter-spacing:-.035em;font-weight:750;margin-top:12px}.bw-card p{font-size:17px;margin-top:6px}.bw-count{font-size:13px;letter-spacing:.08em;margin:15px 0 20px}.bw-card .bw-btn{padding:10px 25px;min-height:44px}.bw-more{display:flex;justify-content:center;margin-top:46px}.bw-secondary{border:1px solid #111;padding:13px 26px;border-radius:32px;background:white;color:#111}.bw-status{font-size:12px;color:#666;margin-top:10px}.bw-about{background:#fff6b5;padding:65px 6%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.bw-eyebrow{font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:700}.bw-about h2{font-size:clamp(36px,4.4vw,60px);line-height:1.05;letter-spacing:-.05em;margin-top:16px;font-weight:800;max-width:540px}.bw-about p{max-width:520px;font-size:19px;line-height:1.65}.bw-about .bw-small{font-size:13px;color:#5c573a;margin-top:18px}.bw-faq{max-width:1320px;margin:auto;padding:65px 4%;display:grid;grid-template-columns:1fr 1.8fr;gap:65px}.bw-faq h2{font-size:44px;font-weight:800;letter-spacing:-.055em;line-height:1.05}.bw-faq details{border-bottom:1px solid #ddd}.bw-faq summary{cursor:pointer;padding:20px 0;font-size:18px;font-weight:600}.bw-faq details p{padding:0 0 20px;max-width:660px;line-height:1.7;color:#555}.bw-footer{padding:48px 4% 25px;background:#111;color:white}.bw-footer-top{display:flex;justify-content:space-between;gap:40px}.bw-footer .bw-logo{font-size:32px}.bw-footer-links{display:flex;flex-wrap:wrap;gap:25px}.bw-footer-bottom{border-top:1px solid #444;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;font-size:12px;color:#bbb}.bw-dialog{border:0;border-radius:18px;padding:0;width:min(900px,94vw);max-height:90dvh;color:#111;background:white}.bw-dialog::backdrop{background:rgb(0 0 0 / .5)}.bw-dialog-body{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:32px;align-items:center}.bw-dialog-body img{width:100%;aspect-ratio:1;object-fit:contain}.bw-dialog h2{font-size:40px;letter-spacing:-.04em;font-weight:750;line-height:1.1;margin:12px 0}.bw-dialog p{margin:14px 0;color:#555}.bw-dialog .bw-close{position:absolute;right:12px;top:12px;background:white;border:1px solid #ddd;border-radius:50%;padding:9px;display:flex;z-index:2}.bw-dialog .bw-detail-label{display:inline-block;padding:5px 10px;background:#f2f2f2;border-radius:8px;font-size:12px}.bw-detail-note{font-size:12px!important}.bw-native-note{padding:18px 4%;background:#fff6b5;text-align:center}.bw-native-note a{text-decoration:underline}
@media(min-width:1600px){.bw-hero{min-height:640px}.bw-hero-copy{padding-left:max(70px,calc((100vw - 1400px)/2))}}
@media(max-width:900px){.bw-header{height:80px;gap:15px}.bw-nav{gap:20px}.bw-hero{min-height:430px}.bw-hero-copy{padding:35px 0 40px 8%}.bw-hero h1{font-size:8vw}.bw-hero .bw-btn{font-size:16px;padding:13px 22px}.bw-hero p{font-size:21px}.bw-grid{gap:32px 16px}.bw-card h3{font-size:20px}.bw-card p{font-size:15px}.bw-filters{gap:10px}.bw-filter{padding:8px 16px}.bw-about{gap:30px}.bw-faq{gap:30px}}
@media(max-width:640px){html{scroll-padding-top:20px}.bw-header{height:76px;padding:0 5%;position:relative;flex-wrap:wrap}.bw-logo{font-size:30px;letter-spacing:-1.5px}.bw-menu{display:flex;margin-left:auto}.bw-bag{margin-left:0}.bw-nav{display:none;position:absolute;left:0;right:0;top:76px;padding:22px 6%;background:var(--bw-yellow);z-index:5;border-top:1px solid #e1d37a;box-shadow:0 12px 15px #0001}.bw-nav.is-open{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.bw-hero{grid-template-columns:1fr}.bw-hero-copy{padding:28px 6% 20px}.bw-hero h1{font-size:clamp(54px,13vw,82px);margin-bottom:25px;letter-spacing:-.06em}.bw-hero .bw-btn{font-size:18px}.bw-hero p{font-size:20px;max-width:300px;margin-top:20px}.bw-hero-visual{height:auto;aspect-ratio:1.5}.bw-hero-visual img{object-fit:contain}.bw-shop{padding:40px 5% 48px}.bw-shop h2{font-size:36px;text-align:left;max-width:370px}.bw-filters{justify-content:flex-start;flex-wrap:nowrap;overflow:auto;padding:5px 4px 10px;margin:23px -4px 16px;scrollbar-width:thin}.bw-filter{white-space:nowrap}.bw-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 12px}.bw-card h3{font-size:17px;margin-top:8px}.bw-card p{font-size:14px;line-height:1.4;min-height:40px}.bw-count{font-size:11px;margin:10px 0 14px}.bw-card .bw-btn{font-size:14px;gap:10px;padding:9px 16px}.bw-card .bw-icon{width:17px}.bw-about{grid-template-columns:1fr;padding:40px 6%;gap:24px}.bw-about h2{font-size:40px}.bw-about p{font-size:17px}.bw-faq{grid-template-columns:1fr;padding:40px 6%;gap:20px}.bw-faq h2{font-size:36px}.bw-faq summary{font-size:16px}.bw-footer-top,.bw-footer-bottom{flex-direction:column;gap:25px}.bw-footer-links{gap:18px;font-size:14px}.bw-dialog-body{grid-template-columns:1fr;padding:22px;gap:0}.bw-dialog-body img{max-height:260px}.bw-dialog h2{font-size:30px}.bw-dialog{max-height:92dvh}.bw-dialog-body p{font-size:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.bw *{transition:none!important}}
