:root{--ink:#171716;--muted:#6f6d68;--cream:#f5f1e9;--paper:#fffdf8;--yellow:#ffd84d;--red:#ff5f4d;--line:#e7e0d5}*{box-sizing:border-box}html{background:var(--cream)}body{margin:0;color:var(--ink);background:radial-gradient(circle at 90% 4%,rgba(255,216,77,.36),transparent 25rem),var(--cream);font-family:"Malgun Gothic","Apple SD Gothic Neo",system-ui,sans-serif}.page-shell{width:min(100%,540px);min-height:100vh;margin:0 auto;padding:24px 18px 40px}.hero{padding:4px 4px 26px}.brand-row{display:flex;align-items:center;gap:10px}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border:2px solid var(--ink);border-radius:14px;background:var(--yellow);box-shadow:3px 3px 0 var(--ink);font-size:18px;font-weight:900}.brand-name{font-size:16px;font-weight:900;letter-spacing:-.04em}.eyebrow{margin:36px 0 10px;color:#b13b2f;font-size:12px;font-weight:900;letter-spacing:.18em}h1{margin:0;font-size:clamp(33px,9vw,46px);line-height:1.13;letter-spacing:-.075em}.intro{max-width:410px;margin:17px 0 0;color:var(--muted);font-size:14px;line-height:1.7;word-break:keep-all}.product-section{padding:18px 14px 16px;border:1px solid rgba(23,23,22,.08);border-radius:28px;background:rgba(255,253,248,.9);box-shadow:0 18px 50px rgba(62,48,31,.08)}.search-box{display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid var(--line);border-radius:16px;background:#f7f4ed;color:var(--muted)}.search-box span{font-size:23px;transform:rotate(-15deg)}.search-box input{width:100%;height:50px;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.section-heading{display:flex;justify-content:space-between;align-items:end;padding:24px 3px 12px}.section-heading div{display:flex;align-items:baseline;gap:7px}.section-heading p,.section-heading strong{margin:0}.section-heading p{font-size:17px;font-weight:900}.section-heading strong,.section-heading>span{color:var(--muted);font-size:12px}.product-list{display:grid;gap:12px}.product-card{display:grid;grid-template-columns:105px 1fr;gap:15px;padding:12px;border:1px solid var(--line);border-radius:20px;background:#fff}.product-thumb{position:relative;display:grid;min-height:138px;place-items:center;overflow:hidden;border-radius:14px;background:linear-gradient(145deg,#f2eadc,#e3eddb)}.product-thumb img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.product-thumb b{position:absolute;top:8px;left:8px;padding:4px 7px;border-radius:999px;background:var(--red);color:#fff;font-size:9px;letter-spacing:.08em}.product-copy{min-width:0;padding:2px 0}.category{color:#9b4a3d;font-size:10px;font-weight:800}.product-copy h2{margin:4px 0 6px;font-size:16px;letter-spacing:-.045em}.product-copy p{margin:0 0 12px;color:var(--muted);font-size:11px;line-height:1.55;word-break:keep-all}.product-copy a{display:flex;width:100%;min-height:38px;align-items:center;justify-content:center;gap:8px;border-radius:11px;background:var(--ink);color:#fff;font-size:11px;font-weight:900;text-decoration:none}.empty-state{padding:52px 10px;text-align:center}.empty-state span{display:block;margin-bottom:10px;font-size:30px}.empty-state strong{font-size:15px}.empty-state p{margin:7px 0 0;color:var(--muted);font-size:12px}footer{padding:28px 6px 0;color:var(--muted)}footer strong{color:var(--ink);font-size:12px}footer p{margin:8px 0 0;font-size:10px;line-height:1.65;word-break:keep-all}.disclosure{padding-top:12px;border-top:1px solid rgba(23,23,22,.1)}[hidden]{display:none!important}@media(max-width:380px){.page-shell{padding-inline:12px}.product-section{padding-inline:10px}.product-card{grid-template-columns:92px 1fr;gap:11px}.product-thumb{min-height:132px}.product-copy h2{font-size:15px}}@media(prefers-reduced-motion:no-preference){.product-card{animation:rise .45s both}.product-card:nth-child(2){animation-delay:.04s}.product-card:nth-child(3){animation-delay:.08s}.product-card:nth-child(4){animation-delay:.12s}.product-card:nth-child(5){animation-delay:.16s}@keyframes rise{from{opacity:0;transform:translateY(8px)}}}
