@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');:root{--bg:#fbf9f4;--ink:#36332e;--primary:#2a3550;--accent:#c04b36;--muted:#f0ede5;--line:#e3e0d7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:'Zen Kaku Gothic New',sans-serif;line-height:1.8}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:'Shippori Mincho',serif;font-weight:500;letter-spacing:.04em;line-height:1.35}.container{max-width:1280px;margin:auto;padding-inline:20px}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:10px;top:10px;background:#fff;padding:10px;z-index:5}.site-header{position:sticky;top:0;background:rgba(251,249,244,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);z-index:4}.header-inner{min-height:78px;display:flex;align-items:center;gap:28px}.logo{font-family:'Shippori Mincho',serif;font-size:1.2rem;letter-spacing:.08em;white-space:nowrap}.header-inner nav{display:flex;gap:20px;flex:1;justify-content:center;font-size:.8rem}.cart{font-size:.8rem;white-space:nowrap}.hero{max-width:1280px;margin:auto;min-height:590px;display:grid;grid-template-columns:1.1fr .9fr;background:#eeeae1}.hero-image{background:url('../images/hero.jpg') center/cover;min-height:520px}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,6vw,90px)}.eyebrow{font-size:.7rem;letter-spacing:.25em;color:#7e7a72;text-transform:uppercase}.hero h1{font-size:clamp(2.4rem,5vw,4.5rem);margin:18px 0}.button{display:inline-block;width:max-content;background:var(--primary);color:#fff;padding:12px 28px;border-radius:4px;letter-spacing:.1em;font-size:.82rem;margin-top:18px}.notice{border-block:1px solid var(--line);padding:11px 0;text-align:center;font-size:.78rem}.section{padding-block:80px}.section h2{font-size:2.1rem;margin-top:5px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.category-card{background:#fff}.category-image{aspect-ratio:1/1.12;background-size:cover;background-position:center}.category-card h3{padding:16px 20px;margin:0}.section-muted{background:var(--muted)}.page-content{max-width:860px}.empty{text-align:center}.site-footer{border-top:1px solid var(--line);padding-block:55px;font-size:.8rem}.footer-brand{font-family:'Shippori Mincho',serif;font-size:1.3rem;margin-bottom:10px}.footer-links{display:flex;flex-wrap:wrap;gap:10px 20px;border-block:1px solid var(--line);padding:18px 0;margin:25px 0}.footer-links a{text-decoration:underline;text-underline-offset:4px}@media(max-width:760px){.header-inner{min-height:64px;gap:12px}.header-inner nav{display:none}.logo{font-size:1rem}.hero{display:flex;flex-direction:column}.hero-image{min-height:330px}.hero-copy{padding:38px 24px}.hero h1{font-size:2.5rem}.section{padding-block:55px}.category-grid{grid-template-columns:1fr;gap:14px}.category-image{aspect-ratio:1.4}.container{padding-inline:16px}}
