@charset "UTF-8";
:root{--ink:#272b35;--blue:#3047b7;--paper:#faf9f6;--line:#deded7;--muted:#646872}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:30px}
body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.65 "Apple SD Gothic Neo","Malgun Gothic",sans-serif}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
p{word-break:keep-all}
.topline{text-align:center;padding:9px 20px;background:var(--blue);color:white;font-size:11px;letter-spacing:.4px}
header,.collection,footer{padding-left:max(6%,calc((100% - 1320px)/2));padding-right:max(6%,calc((100% - 1320px)/2))}
header{height:100px;display:flex;align-items:center;gap:8%;border-bottom:1px solid var(--line)}
.logo{font-size:32px;font-weight:800;letter-spacing:-1.5px;line-height:1.2}
.logo span{display:block;font:9px sans-serif;letter-spacing:3px;margin-top:6px}
nav{display:flex;gap:30px;font-size:14px}
.header-note{margin-left:auto;font-size:11px;color:var(--muted)}
.header-note span{margin-left:20px}
.hero{display:grid;grid-template-columns:1fr 1fr;min-height:575px}
.hero-copy{padding:68px 8% 26px max(12%,calc((200% - 1320px)/2))}
.eyebrow{font:10px sans-serif;letter-spacing:2px;font-weight:600;margin:0 0 27px}
h1{font-size:clamp(39px,4vw,60px);font-weight:500;line-height:1.4;letter-spacing:-2.7px;margin:0 0 24px}
.hero-copy>p:not(.eyebrow){font-size:15px;color:var(--muted);line-height:1.9}
.button{display:inline-flex;align-items:center;gap:45px;background:var(--blue);color:white;padding:13px 21px;font-size:13px;margin:15px 0 42px}
.issue{display:flex;justify-content:space-between;gap:12px;font:9px sans-serif;letter-spacing:1px;border-top:1px solid var(--line);padding-top:20px}
.issue span{color:var(--muted)}
.hero-still{position:relative;background:#e9e7e0;overflow:hidden}
.hero-still>img{width:100%;height:100%;object-fit:cover}
.hero-still .feature{position:absolute;bottom:28px;left:35px;display:grid;gap:4px}
.feature>span,.feature>a{font-size:11px}
.feature strong{font-size:17px;font-weight:500}
.feature>a{text-decoration:underline;text-underline-offset:4px;margin-top:6px}
.hero-number{position:absolute;right:30px;top:20px;font:80px Georgia,serif;color:#62645426}
.collection{padding-top:80px;padding-bottom:80px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:25px}
.section-head .eyebrow{margin-bottom:17px}
h2{font-size:30px;font-weight:500;letter-spacing:-1px;line-height:1.5;margin:0}
.collection-note{font-size:12px;color:var(--muted)}
#search-form{display:flex;max-width:100%;border-bottom:1px solid #8c919e;margin:25px 0 24px;padding:6px 0}
input{border:0;background:none;color:var(--ink);padding:10px 0;flex:1;min-width:0;border-radius:0}
input::placeholder{color:#777c83}
#search-form button{background:none;border:0;padding:10px 4px 10px 20px;color:var(--ink);font-size:13px}
.toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:25px}
.filters{display:flex;flex-wrap:wrap;gap:7px}
.filters button{border:1px solid var(--line);background:transparent;padding:7px 16px;color:var(--ink);font-size:12px}
.filters button[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:white}
#count{white-space:nowrap;font-size:11px;color:var(--muted)}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:38px 24px}
.product{display:block;width:100%;padding:0;border:0;background:none;color:var(--ink);text-align:left}
.product-art{overflow:hidden;background:#efeee9;position:relative}
.product img{width:100%;height:auto;display:block;transition:transform .3s}
.product:hover img{transform:scale(1.04)}
.product .arrow{position:absolute;bottom:15px;right:17px;font-size:20px}
.product .category{display:block;margin:14px 0 3px;font-size:10px;color:var(--muted)}
.product h3{font-size:16px;font-weight:500;letter-spacing:-.3px;margin:0 0 5px}
.product .price{font-size:13px}
.product .note{display:block;font-size:12px;color:var(--muted);margin-top:6px}
#status{font-size:14px;color:var(--muted)}
#status:empty{display:none}
#retry{border:1px solid var(--line);padding:10px 16px;background:white;margin-bottom:24px}
.about{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f0f0e9;padding:55px 6%;display:flex;align-items:center;justify-content:space-between;gap:35px}
.asterisk{font-size:95px;color:var(--blue);line-height:1}
.about .eyebrow{margin-bottom:17px}
.about p:last-child{color:var(--muted);font-size:13px;line-height:2}
footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;padding-top:35px;padding-bottom:30px}
footer p{font:11px Georgia,serif}
footer small{width:100%;font-size:11px;color:var(--muted);margin-top:10px}
dialog{border:0;width:min(880px,92vw);max-height:90vh;padding:0;background:var(--paper);color:var(--ink);box-shadow:0 20px 80px #0003}
dialog::backdrop{background:#25283388}
.close{position:absolute;right:14px;top:10px;font-size:28px;line-height:1;border:0;background:var(--paper);color:var(--ink);width:38px;height:38px;z-index:2}
#detail-content{min-height:180px}
.detail-layout{display:grid;grid-template-columns:1fr 1fr}
.detail-layout img{width:100%;height:100%;object-fit:cover}
.detail-copy{padding:55px 35px 35px}
.detail-copy .eyebrow{color:var(--muted);margin-bottom:16px}
.detail-copy h2{font-size:26px}
.detail-copy>p{font-size:14px;line-height:1.9}
.detail-copy dl{font-size:12px;margin-top:25px}
.detail-copy dl div{display:grid;grid-template-columns:45px 1fr;border-top:1px solid var(--line);padding:10px 0}
.detail-copy dd{margin:0}
.detail-copy small{display:block;margin-top:24px;color:var(--muted);font-size:11px}
.dialog-state{padding:65px 30px 30px}
.skip,.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.skip:focus{width:auto;height:auto;clip:auto;padding:10px;background:white;z-index:5}
@media(max-width:760px){header{height:88px;justify-content:space-between}
nav{gap:20px;font-size:12px}
.header-note{display:none}
.hero{grid-template-columns:1fr}
.hero-copy{padding:43px 6% 25px}
.hero h1{font-size:43px}
.hero-copy .eyebrow{font-size:9px;margin-bottom:24px}
.button{margin-bottom:28px}
.hero-still{height:400px}
.hero-still>img{object-position:center 35%}
.hero-still .feature{left:24px;bottom:20px}
.hero-number{font-size:60px}
.collection{padding-top:55px;padding-bottom:55px}
.collection-note{display:none}
.section-head h2{font-size:26px}
.products{grid-template-columns:repeat(2,1fr);gap:28px 16px}
.filters button{padding:7px 11px;font-size:11px}
.toolbar{align-items:start;flex-direction:column;gap:16px}
.product h3{font-size:14px}
.product .note{font-size:11px}
.about{flex-wrap:wrap;justify-content:start;padding:40px 6%;gap:25px}
.asterisk{font-size:65px}
.about h2{font-size:26px}
.about>p{width:100%}
.detail-layout{grid-template-columns:1fr}
.detail-layout img{max-height:300px;object-fit:contain;background:#efeee9}
.detail-copy{padding:28px}
.detail-copy h2{font-size:24px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
.product img{transition:none}
}

