:root {
  color-scheme: light;
  --ink: #27231f;
  --muted: #706a63;
  --paper: #fff8ef;
  --card: #fffdf9;
  --coral: #ff6b57;
  --coral-soft: #ffe2d9;
  --sage: #dce8cf;
  --sage-ink: #3e5833;
  --line: #e8ded2;
  --shadow: 0 18px 54px rgba(79, 54, 34, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif;
  word-break: keep-all;
}
button, a { -webkit-tap-highlight-color: transparent; }
.page-shell { width: min(100%, 760px); margin: 0 auto; overflow: hidden; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px 10px;
}
.brand { display: flex; gap: 11px; align-items: center; color: inherit; text-decoration: none; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 15px;
  background: var(--ink);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 800;
  transform: rotate(-4deg);
}
.brand strong { display: block; font-size: 17px; letter-spacing: -.04em; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.honest-badge { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 750; }

.hero { position: relative; padding: 72px 22px 54px; }
.hero::before {
  content: "MIO";
  position: absolute;
  top: 22px;
  right: -10px;
  color: rgba(255, 107, 87, .1);
  font-family: Georgia, serif;
  font-size: clamp(96px, 27vw, 170px);
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: .8;
  transform: rotate(-7deg);
  pointer-events: none;
}
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--coral); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.hero h1 { position: relative; margin: 0; font-size: clamp(42px, 10.8vw, 72px); line-height: 1.04; letter-spacing: -.065em; }
.hero-copy { margin: 24px 0 0; color: var(--muted); font-size: 17px; font-weight: 620; line-height: 1.65; }
.hero-note { display: inline-flex; gap: 7px; align-items: center; margin-top: 25px; padding: 11px 14px; border-radius: 13px; background: var(--sage); color: var(--sage-ink); font-size: 13px; font-weight: 800; }

.pick-search { margin: 0 20px 24px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, .72); box-shadow: 0 10px 30px rgba(79, 54, 34, .07); }
.pick-search label { display: block; margin-bottom: 10px; font-size: 15px; font-weight: 850; }
.pick-search-control { display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 0 13px; border: 2px solid var(--ink); border-radius: 15px; background: #fff; }
.pick-search-control > span { color: var(--coral); font-size: 21px; font-weight: 900; }
.pick-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 18px; font-weight: 800; }
.pick-search input::placeholder { color: #aaa19a; font-weight: 600; }
.pick-search button { border: 0; background: transparent; color: var(--muted); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.pick-search p { margin: 9px 2px 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.filters {
  display: flex;
  gap: 9px;
  padding: 5px 20px 22px;
  overflow-x: auto;
  scrollbar-width: none;
}
.filters::-webkit-scrollbar { display: none; }
.filter {
  flex: none;
  min-height: 43px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  font-weight: 760;
  cursor: pointer;
}
.filter.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.filter:focus-visible, .product-link:focus-visible { outline: 3px solid rgba(255, 107, 87, .35); outline-offset: 3px; }

.picks-section { padding: 34px 20px 68px; border-radius: 34px 34px 0 0; background: #f4ecdf; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 20px; }
.section-kicker { margin-bottom: 6px; }
.section-heading h2 { margin: 0; font-size: 31px; letter-spacing: -.055em; }
.result-count { margin: 0 0 3px; color: var(--muted); font-size: 13px; }
.product-grid { display: grid; gap: 20px; }
.product-card { overflow: hidden; border: 1px solid rgba(39, 35, 31, .06); border-radius: 25px; background: var(--card); box-shadow: var(--shadow); }
.product-image-wrap { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #eee4d7; }
.product-image { width: 100%; height: 100%; display: block; object-fit: cover; }
.series-pill { position: absolute; top: 15px; left: 15px; padding: 8px 11px; border-radius: 999px; background: rgba(39, 35, 31, .88); color: #fff; font-size: 12px; font-weight: 800; backdrop-filter: blur(8px); }
.pick-number { position: absolute; top: 15px; right: 15px; display: grid; min-width: 48px; height: 48px; padding: 0 10px; place-items: center; border-radius: 16px; background: var(--coral); color: #fff; font-size: 14px; font-weight: 900; box-shadow: 0 8px 20px rgba(112, 45, 35, .25); }
.product-content { padding: 21px 20px 22px; }
.product-meta { display: flex; gap: 8px; align-items: center; justify-content: space-between; }
.badge { color: var(--coral); font-size: 12px; font-weight: 850; }
.calculation { padding: 6px 9px; border-radius: 9px; background: var(--coral-soft); color: #9e3d30; font-size: 12px; font-weight: 800; }
.product-name { margin: 13px 0 7px; font-size: 22px; line-height: 1.32; letter-spacing: -.04em; }
.price { margin: 0; font-size: 21px; font-weight: 900; }
.reason { margin: 15px 0 18px; color: var(--muted); font-size: 15px; font-weight: 590; line-height: 1.65; }
.decision-list { display: grid; gap: 8px; margin: 0; }
.decision { display: grid; grid-template-columns: 48px 1fr; gap: 8px; padding: 12px; border-radius: 13px; }
.decision dt { font-size: 12px; font-weight: 900; }
.decision dd { margin: 0; font-size: 13px; font-weight: 650; line-height: 1.5; }
.decision.good { background: #edf4e6; color: #405a34; }
.decision.skip { background: #f3efeb; color: #6e6259; }
.product-link { display: flex; align-items: center; justify-content: space-between; min-height: 52px; margin-top: 17px; padding: 0 17px; border-radius: 15px; background: var(--coral); color: #fff; text-decoration: none; font-size: 15px; font-weight: 850; }
.product-link:hover { background: #ee5b48; }
.keyword { margin: 11px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.empty-state { padding: 42px 20px; border: 1px dashed #cfc1b1; border-radius: 22px; text-align: center; }
.empty-state span { display: block; margin-bottom: 10px; font-size: 30px; }
.empty-state strong { font-size: 17px; }
.empty-state p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.promise { padding: 62px 22px; background: var(--ink); color: #fff; }
.promise h2 { margin: 0; font-size: 31px; letter-spacing: -.05em; }
.promise-grid { display: grid; gap: 10px; margin-top: 27px; }
.promise-grid p { margin: 0; padding: 16px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 15px; color: #eee8e1; font-size: 14px; font-weight: 650; }
.promise-grid span { display: inline-block; width: 34px; color: var(--coral); font-size: 11px; font-weight: 900; }
footer { padding: 38px 22px 48px; color: var(--muted); }
footer strong { color: var(--ink); font-size: 17px; }
footer p { margin: 10px 0 0; font-size: 11px; line-height: 1.6; }
.updated { opacity: .7; }

@media (min-width: 640px) {
  .site-header { padding-inline: 28px; }
  .hero { padding-inline: 30px; }
  .pick-search { margin-inline: 28px; }
  .filters { padding-inline: 28px; }
  .picks-section { padding-inline: 28px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card:first-child:nth-last-child(odd) { grid-column: span 2; }
  .product-card:first-child:nth-last-child(odd) .product-image-wrap { aspect-ratio: 16 / 9; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
