:root{--green:#173f31;--green2:#2f6a4f;--cream:#fbf7ed;--paper:#fffdf8;--yellow:#efbd43;--ink:#233028;--muted:#6c746e;--line:#dfe4dc;--earth:#9a6849}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:'Noto Sans JP',sans-serif;line-height:1.7}button,a,input{font:inherit}button,a{transition:.2s ease}button{cursor:pointer}.announce{height:34px;background:var(--green);color:#fff;text-align:center;font-size:.76rem;letter-spacing:.1em;display:flex;justify-content:center;align-items:center}.announce span{opacity:.4;margin:0 10px}.header{height:86px;display:flex;align-items:center;padding:0 4vw;background:rgba(255,253,248,.96);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(23,63,49,.08);backdrop-filter:blur(12px)}.brand{display:flex;gap:11px;align-items:center;color:var(--green);text-decoration:none;min-width:230px}.brand b{font-family:'Zen Maru Gothic';font-size:1.14rem;letter-spacing:.04em;display:block;line-height:1.2}.brand small{font-size:.57rem;letter-spacing:.22em;display:block}.mark{width:42px;height:42px;border-radius:13px;background:var(--green);position:relative;display:block}.mark:before{content:'';position:absolute;width:22px;height:13px;border:4px solid var(--yellow);border-top:0;left:6px;top:13px;transform:rotate(0deg)}.mark i{width:4px;height:4px;border-radius:50%;background:white;position:absolute;top:14px}.mark i:first-child{left:12px}.mark i:last-child{right:12px}.header nav{display:flex;justify-content:center;gap:2.3vw;flex:1}.header nav a{color:#2c3d33;text-decoration:none;font-weight:600;font-size:.89rem}.header nav a:hover{color:var(--green2)}.actions{display:flex;gap:8px;justify-content:flex-end;min-width:230px}.actions button{border:0;background:transparent;padding:10px}.cart-btn{background:var(--green)!important;color:#fff;border-radius:999px;padding:10px 18px!important}.cart-btn span{background:var(--yellow);color:var(--green);border-radius:50%;display:inline-grid;place-items:center;width:22px;height:22px;margin-left:6px;font-size:.75rem}.hero{height:min(690px,calc(100vh - 120px));min-height:540px;position:relative;overflow:hidden}.hero>img{width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,35,25,.72) 0%,rgba(10,35,25,.35) 40%,rgba(10,35,25,0) 70%)}.hero-copy{position:absolute;left:8vw;top:50%;transform:translateY(-50%);color:white;max-width:630px}.eyebrow,.section-kicker{font-weight:800;letter-spacing:.18em;font-size:.72rem;color:var(--yellow);margin:0 0 12px}.hero h1{font-family:'Zen Maru Gothic';font-size:clamp(2.6rem,5vw,5rem);line-height:1.25;margin:0 0 22px;letter-spacing:.03em}.hero h1 em{font-style:normal;color:#fff4c9}.hero-copy>p:not(.eyebrow){font-size:1.03rem;margin-bottom:32px}.primary,.secondary{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:var(--yellow);color:var(--green);text-decoration:none;border:0;border-radius:4px;padding:15px 22px;font-weight:800}.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0004}.hero-note{position:absolute;right:5vw;bottom:30px;background:rgba(255,253,248,.92);border-radius:50%;width:148px;height:148px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--green);transform:rotate(5deg);box-shadow:0 10px 35px #0003}.hero-note b{font-family:'Zen Maru Gothic';font-size:1.7rem}.hero-note span{font-size:.7rem;text-align:center}.promise,.shop{padding:100px max(5vw,30px)}.promise{text-align:center;background:var(--cream)}.section-kicker{color:var(--earth)}h2{font-family:'Zen Maru Gothic';font-size:clamp(1.9rem,3vw,3rem);line-height:1.4;margin:0}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);max-width:1050px;margin:60px auto 0}.promise-grid article{padding:10px 6%;position:relative}.promise-grid article+article{border-left:1px solid #d8ddd3}.promise-grid article>span{position:absolute;color:#c8d4cb;font-weight:800;left:15%;top:6px}.line-icon{width:64px;height:64px;border:1px solid var(--green2);border-radius:50%;display:grid;place-items:center;color:var(--green2);font-size:1.4rem;margin:auto}.promise h3{font-family:'Zen Maru Gothic';font-size:1.25rem}.promise-grid p{font-size:.9rem;color:var(--muted);text-align:left}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;max-width:1280px;margin:auto}.section-head>p{color:var(--muted);font-size:.9rem}.toolbar{max-width:1280px;margin:42px auto 30px;display:flex;justify-content:space-between;gap:20px}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:white;border-radius:99px;padding:9px 17px;font-size:.85rem}.chip.active,.chip:hover{background:var(--green);color:white;border-color:var(--green)}.search{border-bottom:1px solid #87948c;display:flex;align-items:center;gap:8px;min-width:250px}.search input{border:0;outline:0;padding:9px;background:transparent;width:100%}.product-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:28px 18px}.product{cursor:pointer;position:relative}.product-image{height:240px;border-radius:7px;overflow:hidden;position:relative;background:var(--cream)}.product-image .food{width:100%;height:100%;display:grid;place-items:center;font-size:5.4rem;background:linear-gradient(145deg,var(--tone),#fff8);transition:.35s}.product:hover .food{transform:scale(1.04)}.badge{position:absolute;left:10px;top:10px;background:var(--green);color:white;border-radius:3px;padding:4px 8px;font-size:.68rem}.heart{position:absolute;right:10px;top:10px;width:34px;height:34px;border:0;background:#fffe;border-radius:50%;font-size:1.1rem}.product-meta{padding:13px 3px}.area{font-size:.7rem;color:var(--earth);font-weight:700}.product h3{font-size:.98rem;margin:3px 0}.maker-name{font-size:.75rem;color:var(--muted)}.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:9px}.price{font-size:1.1rem;font-weight:800}.add{border:1px solid var(--green);background:white;color:var(--green);border-radius:50%;width:36px;height:36px;font-size:1.2rem}.add:hover{background:var(--green);color:white}.empty{text-align:center;padding:60px;color:var(--muted)}.makers{display:grid;grid-template-columns:1fr 1.4fr;background:var(--green);color:white;padding:90px max(6vw,35px);gap:8vw}.maker-copy>p:not(.section-kicker){color:#d7e1db;margin:25px 0}.secondary{background:transparent;border:1px solid #d5e0d9;color:white}.maker-story{background:#fff;color:var(--ink);display:grid;grid-template-columns:1fr 1fr;align-items:center;border-radius:8px;overflow:hidden}.landscape{height:100%;min-height:330px;background:linear-gradient(155deg,#8eb16d,#e1cf72 55%,#6e9360);position:relative}.landscape:before{content:'🌽';font-size:7rem;position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);filter:drop-shadow(0 10px 12px #315f3b55)}.landscape span{position:absolute;left:18px;bottom:16px;background:white;border-radius:99px;padding:5px 11px;font-size:.7rem}.maker-story>div:last-child{padding:35px}.maker-story small{color:var(--earth);font-weight:700}.maker-story h3{font-family:'Zen Maru Gothic';font-size:1.35rem}.maker-story p{font-size:.85rem;color:var(--muted)}.stories{display:grid;grid-template-columns:1fr 1fr}.stories article{padding:90px 9vw;min-height:390px}.stories article:first-child{background:#e6efdf}.stories article:last-child{background:#eadbc8}.stories span{font-size:.75rem;font-weight:800;letter-spacing:.14em}.stories h3{font-family:'Zen Maru Gothic';font-size:1.7rem}.stories p{font-size:.9rem;max-width:430px}.stories button,.producer-cta button{border:0;border-bottom:1px solid;background:none;padding:8px 0;font-weight:800}.producer-cta{background:var(--yellow);padding:70px max(8vw,40px);display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}.producer-cta span{font-size:.8rem;font-weight:800}.producer-cta p{max-width:520px}footer{background:#102d23;color:#dce6df;padding:65px 6vw 35px;text-align:center}.footer-brand{justify-content:center;color:white;margin-bottom:14px}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin:35px 0}.footer-links a{color:#cbd7d0;text-decoration:none;font-size:.82rem}footer>small{opacity:.45}.overlay{position:fixed;inset:0;background:#0008;z-index:49;opacity:0;pointer-events:none}.overlay.show{opacity:1;pointer-events:auto}.drawer{position:fixed;right:0;top:0;height:100%;width:min(460px,92vw);background:var(--paper);z-index:50;padding:28px;transform:translateX(105%);transition:.3s;display:flex;flex-direction:column}.drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between}.drawer-head small{font-size:.65rem;letter-spacing:.15em;color:var(--earth)}.drawer-head h2{font-size:1.6rem}.drawer-head button,.dialog-close{border:0;background:none;font-size:1.8rem}.cart-items{overflow:auto;flex:1;margin-top:25px}.cart-item{display:grid;grid-template-columns:60px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:14px 0}.cart-item .thumb{width:60px;height:60px;display:grid;place-items:center;background:var(--cream);font-size:2rem}.cart-item b{font-size:.85rem}.cart-item small{display:block;color:var(--muted)}.cart-item button{border:0;background:none;color:#9b6050}.cart-empty{text-align:center;margin:auto;color:var(--muted)}.cart-empty b{color:var(--ink)}.cart-total{border-top:1px solid var(--line);padding-top:18px;display:grid;grid-template-columns:1fr auto}.cart-total small{grid-column:1/-1;color:var(--muted);font-size:.72rem}.cart-total button{grid-column:1/-1;margin-top:18px;border:0;background:var(--green);color:#fff;padding:15px;font-weight:800}.cart-total:has(~*){}dialog{border:0;border-radius:12px;padding:0;width:min(780px,92vw);color:var(--ink);box-shadow:0 25px 80px #0005}dialog::backdrop{background:#0009}.dialog-close{position:absolute;right:14px;top:10px;z-index:2}.dialog-content{display:grid;grid-template-columns:1fr 1fr}.dialog-visual{background:var(--cream);min-height:430px;display:grid;place-items:center;font-size:9rem}.dialog-info{padding:50px 38px}.dialog-info .area{font-size:.8rem}.dialog-info h2{font-size:1.7rem;margin:8px 0}.dialog-info .dialog-price{font-size:1.4rem;font-weight:800}.facts{background:var(--cream);padding:13px;margin:20px 0;font-size:.8rem}.dialog-info .primary{width:100%;border:0}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,30px);opacity:0;background:#132a21;color:white;padding:11px 20px;border-radius:99px;z-index:80;font-size:.85rem}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:980px){.header nav{display:none}.actions{min-width:auto;margin-left:auto}.hero-copy{left:6vw}.product-grid{grid-template-columns:repeat(2,1fr)}.makers{grid-template-columns:1fr}.maker-story{max-width:680px}.promise-grid{gap:0}}
@media(max-width:620px){.announce{font-size:.66rem}.header{height:70px;padding:0 18px}.brand{min-width:0}.brand b{font-size:1rem}.brand small{display:none}.mark{width:38px;height:38px}.actions button:first-child{display:none}.cart-btn{padding:8px 12px!important}.hero{height:630px}.hero>img{object-position:62% center}.hero-shade{background:linear-gradient(90deg,rgba(10,35,25,.83),rgba(10,35,25,.3))}.hero-copy{left:24px;right:24px;top:45%}.hero h1{font-size:2.55rem}.hero-copy>p:not(.eyebrow){font-size:.9rem}.hero-note{width:104px;height:104px;right:20px;bottom:18px}.hero-note b{font-size:1.25rem}.promise,.shop{padding:70px 20px}.promise-grid{grid-template-columns:1fr;margin-top:35px}.promise-grid article{padding:28px 12px}.promise-grid article+article{border-left:0;border-top:1px solid #d8ddd3}.promise-grid article>span{left:8%}.toolbar,.section-head{align-items:stretch;flex-direction:column}.search{width:100%}.product-grid{gap:24px 10px}.product-image{height:180px}.product-image .food{font-size:4rem}.product h3{font-size:.9rem}.makers{padding:65px 22px}.maker-story{grid-template-columns:1fr}.landscape{min-height:230px}.stories{grid-template-columns:1fr}.stories article{padding:60px 25px;min-height:320px}.producer-cta{grid-template-columns:1fr;padding:55px 25px;gap:18px}.dialog-content{grid-template-columns:1fr}.dialog-visual{min-height:230px;font-size:6rem}.dialog-info{padding:28px 24px 35px}}
