:root{--paper:#f3efe7;--paper-2:#ece7dd;--ink:#171717;--muted:#666158;--line:#d9d2c7;--dark:#181818}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"Noto Sans JP",sans-serif}
a{color:inherit}
.site-header{height:74px;padding:0 clamp(24px,6vw,72px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.05);font-size:.82rem;letter-spacing:.04em}
.brand{font-weight:800;letter-spacing:.28em;text-decoration:none}
.site-header nav{display:flex;gap:28px}.site-header nav a{text-decoration:none}
.hero{min-height:635px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;padding:clamp(60px,9vw,130px) clamp(24px,8vw,90px);background:linear-gradient(100deg,#f5f1e9 0 58%,#ede9e2 58%)}
.hero-copy{position:relative;z-index:1;max-width:700px}.eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.34em}
.hero h1{font-family:Georgia,"Yu Mincho",serif;font-size:clamp(4.6rem,10vw,9rem);line-height:.83;font-weight:400;letter-spacing:-.07em;margin:.3em 0}
.hero-copy>p:not(.eyebrow){max-width:480px;color:var(--muted);line-height:1.7}
.button{display:inline-block;margin-top:25px;padding:16px 24px;background:var(--dark);color:white;text-decoration:none;font-size:.78rem}
.hero-mark{font-family:"Yu Mincho",serif;font-size:clamp(18rem,34vw,38rem);line-height:1;color:rgba(23,23,23,.035);text-align:center;overflow:hidden}
.about,.contact{max-width:820px;margin:auto;text-align:center;padding:110px 24px}
.about h2,.collection h2,.contact h2{font-family:Georgia,"Yu Mincho",serif;font-weight:400;font-size:clamp(2.7rem,5vw,4.4rem);margin:.3em 0}
.about p,.contact p{line-height:1.8;color:var(--muted)}
.collection{padding:100px clamp(24px,6vw,70px);background:#f8f5ef}
.collection>h2{margin-top:.2em}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:45px}
.product-card{background:white;border:1px solid #ece6dd;min-width:0}.product-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#e9e4dc}.product-card div{padding:22px}.product-card h3{font-size:1rem;margin:0 0 10px}.product-card p{font-size:.84rem;color:var(--muted);min-height:2.8em}.product-card strong{font-size:.82rem}
.store-note{text-align:center;color:#77716a;font-size:.75rem;margin-top:45px}.interlude{min-height:360px;display:flex;align-items:center;justify-content:center;background:var(--dark);color:#f5f0e6;letter-spacing:.5em;font-size:.75rem;text-align:center;padding:40px 20px}
.contact a{display:inline-block;margin-top:15px;text-underline-offset:5px}footer{display:flex;justify-content:space-between;padding:30px clamp(24px,6vw,70px);border-top:1px solid var(--line);font-size:.68rem;color:#746e65}
@media(max-width:850px){.hero{grid-template-columns:1fr;background:linear-gradient(#f5f1e9,#ede9e2);min-height:600px}.hero-mark{position:absolute;right:0;opacity:.6;z-index:0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.site-header{height:66px}.site-header nav{gap:14px;font-size:.72rem}.hero{padding-top:90px}.hero h1{font-size:clamp(4rem,22vw,6rem)}.product-grid{grid-template-columns:1fr}.about,.contact{padding:80px 24px}.collection{padding-top:75px}.interlude{min-height:260px;letter-spacing:.28em}footer{gap:20px;flex-direction:column}}
