:root {
  --bg: #f6f1ea;
  --card: #fff;
  --ink: #141414;
  --muted: #6b6b6b;
  --red: #e1262d;
  --red-dark: #c41c22;
  --yellow: #ffe14a;
  --line: #ece6dc;
  --footer: #171717;
  --max: 1180px;
}

* { box-sizing: border-box; }
html, body { margin: 0; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: var(--bg);
  color: var(--ink);
  min-height: 100%;
}

a { color: inherit; }
button, input { font: inherit; }

.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.top {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}
.top-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 72px;
}
.logo { font-weight: 800; font-size: 1.35rem; letter-spacing: -0.03em; text-decoration: none; }
.logo span { color: var(--red); }
.logo-mark {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex: 0 0 auto;
}
.logo-mark img {
  display: block;
  height: 36px;
  width: auto;
}
nav { display: flex; align-items: center; gap: 22px; flex: 1; }
nav a, nav button {
  text-decoration: none;
  font-weight: 600;
  color: #2a2a2a;
  padding: 8px 0;
  border: 0;
  background: none;
  cursor: pointer;
}
nav a.active { box-shadow: inset 0 -2px 0 var(--red); }
.nav-dd { position: relative; }
.cat-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(20, 16, 10, 0.12);
  padding: 10px;
  display: grid;
  gap: 2px;
  z-index: 20;
}
.cat-menu[hidden] { display: none; }
.cat-menu a {
  padding: 10px 12px;
  border-radius: 10px;
  box-shadow: none;
}
.cat-menu a:hover, .cat-menu a.active { background: #f6f1ea; }
.cat-empty { margin: 8px 10px; color: var(--muted); font-size: 0.9rem; }
.back { font-weight: 700; text-decoration: none; white-space: nowrap; }

.search {
  display: flex;
  align-items: center;
  background: #f4f1ec;
  border-radius: 999px;
  padding: 8px 14px;
  min-width: min(340px, 42vw);
}
.search input {
  border: 0;
  background: transparent;
  width: 100%;
  outline: none;
}
.search button {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #444;
}

.hero {
  padding: 28px 0 18px;
  background:
    radial-gradient(720px 220px at 8% 0%, rgba(255, 196, 168, 0.55) 0%, transparent 58%),
    radial-gradient(560px 180px at 96% 8%, rgba(225, 38, 45, 0.08) 0%, transparent 52%),
    radial-gradient(480px 160px at 78% 0%, rgba(140, 170, 220, 0.18) 0%, transparent 50%),
    linear-gradient(180deg, #f8f3ec 0%, var(--bg) 100%);
}
.hero-compact h1 {
  margin: 0 0 8px;
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}
.hero .lead {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.45;
  max-width: 36rem;
}
.hero .lead br { display: none; }
.live-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 0 rgba(225, 38, 45, 0.45);
  animation: live-pulse 2.2s ease-out infinite;
  flex: 0 0 auto;
}
@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(225, 38, 45, 0.4); }
  70% { box-shadow: 0 0 0 6px rgba(225, 38, 45, 0); }
  100% { box-shadow: 0 0 0 0 rgba(225, 38, 45, 0); }
}
.live-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
  min-height: 28px;
  color: #4a4a4a;
  font-size: 0.92rem;
  font-weight: 600;
}
.live-bar .live-sep::before {
  content: "·";
  margin: 0 10px;
  color: #b8b0a6;
  font-weight: 700;
}
.live-bar [hidden] { display: none !important; }

.cats-bar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  min-height: 52px;
}
.cats-bar-inline {
  border: 0;
  background: transparent;
  min-height: 0;
  margin: 4px 0 8px;
}
.cats-scroller {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.cats-scroller::-webkit-scrollbar { display: none; }
.pill {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: #fff;
  color: #2a2a2a;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  line-height: 1;
  min-height: 36px;
  max-width: 11rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pill:hover { border-color: #d7cfc3; }
.pill.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.feed-live {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  margin: 0 0 6px;
  color: #3f3f3f;
  font-size: 0.92rem;
  font-weight: 700;
}
.trust-line {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.deals-wrap { padding-top: 10px; }
.feed-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 8px 0 16px;
  flex-wrap: wrap;
}
.feed-tools {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sort {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
}
.sort select {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--ink);
}
.feed-head h2 {
  margin: 0;
  font-size: 1.45rem;
  box-shadow: inset 0 -3px 0 var(--red);
  display: inline-block;
  padding-bottom: 2px;
}
.feed-count {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
  min-height: 1.2em;
}

.how {
  margin: 36px 0 8px;
  padding: 8px 0;
}
.how h2, .faq h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  box-shadow: inset 0 -3px 0 var(--red);
  display: inline-block;
  padding-bottom: 2px;
}
.how p { margin: 0 0 8px; color: #444; max-width: 40rem; line-height: 1.5; }
.how-lead { font-weight: 700; color: var(--ink) !important; }
.how-note { color: var(--muted) !important; }
.faq { padding: 8px 0 12px; }
.faq details {
  border-top: 1px solid var(--line);
  padding: 10px 0;
}
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 700; }
.faq details p { margin: 8px 0 0; color: #444; max-width: 40rem; }
.brand-line { color: #ddd; margin: 10px 0 0; font-size: 0.92rem; }
.aff-under {
  display: block;
  text-align: center;
  color: #9a9a9a;
  font-size: 0.75rem;
  margin-top: 6px;
  font-weight: 600;
}
.legal-page { padding: 36px 0 64px; max-width: 46rem; }
.legal-page h1 { margin: 0 0 8px; letter-spacing: -0.04em; }
.legal-page h2 { margin: 22px 0 8px; font-size: 1.1rem; }
.legal-page h3 { margin: 16px 0 6px; font-size: 1rem; }
.legal-page .stand { color: var(--muted); margin: 0 0 22px; }
.legal-page p, .legal-page li { color: #444; line-height: 1.55; }
.legal-page ul, .legal-page ol { padding-left: 1.2rem; }
.legal-page address { font-style: normal; line-height: 1.55; }
.page-main { padding: 8px 0 48px; }
.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 0 28px;
}
.guide-card {
  min-height: 100%;
  padding: 20px 20px 18px;
}
.guide-card h2 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
.guide-card p {
  margin: 0 0 16px;
  color: #444;
  line-height: 1.5;
}
.guide-card .ghost { margin-top: auto; align-self: flex-start; }
.guide-article {
  padding: 28px 0 8px;
  border-top: 1px solid var(--line);
  max-width: 40rem;
}
.guide-article h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  box-shadow: inset 0 -3px 0 var(--red);
  display: inline-block;
  padding-bottom: 2px;
}
.guide-article p, .guide-article li { color: #444; line-height: 1.55; }
.guide-article ul { padding-left: 1.2rem; }
.section-title {
  margin: 28px 0 14px;
  font-size: 1.35rem;
  box-shadow: inset 0 -3px 0 var(--red);
  display: inline-block;
  padding-bottom: 2px;
}
.about-copy { max-width: 40rem; }
.about-copy p { color: #444; line-height: 1.55; margin: 0 0 12px; }
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 28px;
}
.value {
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(20, 16, 10, 0.06);
}
.value h3 {
  margin: 0 0 8px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
}
.value p { margin: 0; color: #444; line-height: 1.5; }
.about-note {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 36rem;
  line-height: 1.5;
}
.aff-kicker {
  color: var(--red);
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  text-transform: uppercase;
  margin: 0 0 10px !important;
}
.ghost {
  display: inline-flex;
  font-weight: 700;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 2px solid var(--red);
  padding-bottom: 2px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin: 10px 0 18px;
}
.section-head h2 {
  margin: 0;
  font-size: 1.55rem;
  box-shadow: inset 0 -3px 0 var(--red);
  display: inline-block;
  padding-bottom: 2px;
}
.meta { color: var(--muted); font-size: 0.95rem; }

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.card {
  background: var(--card);
  border-radius: 22px;
  padding: 12px 12px 16px;
  box-shadow: 0 10px 28px rgba(20, 16, 10, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
.card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 2px 4px 0;
  position: relative;
  z-index: 1;
  background: var(--card);
}
.chip {
  display: inline-flex;
  width: fit-content;
  background: #f3ece3;
  color: #5a4d40;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px;
  margin: 0;
  text-decoration: none;
}
.ph {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #b3a89c;
  background: #f4efe8;
  border-radius: 14px;
}
.ph.large { min-height: 320px; }
.thumb {
  height: 168px;
  display: grid;
  place-items: center;
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 14px;
  background: #f7f3ee;
  position: relative;
  z-index: 0;
}
.thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.title {
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
  position: static;
  background: transparent;
}
.price-row { display: flex; align-items: baseline; gap: 8px; margin: 0; flex-wrap: wrap; }
.price { color: var(--red); font-weight: 800; font-size: 1.45rem; }
.was { color: #9a9a9a; text-decoration: line-through; }
.badge {
  background: var(--yellow);
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.82rem;
  padding: 3px 8px;
}
.meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 12px;
}
.when { color: var(--muted); font-size: 0.82rem; margin: 0; }
.aff-inline {
  color: #9a9a9a;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}
.cta {
  margin-top: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  min-height: 44px;
  padding: 12px 14px;
  font-weight: 700;
  width: 100%;
}
.cta:hover { background: var(--red-dark); }

.more, .status {
  display: block;
  margin: 28px auto 8px;
  border: 0;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  padding: 12px 22px;
  cursor: pointer;
  font-weight: 700;
}
.more[hidden], .status[hidden] { display: none; }
.status { background: transparent; color: var(--muted); cursor: default; }

.explain {
  margin: 48px 0 20px;
  background: #efe7db;
  border-radius: 28px;
  padding: 32px;
}
.kicker { color: var(--red); font-weight: 800; letter-spacing: 0.08em; font-size: 0.78rem; }
.explain h2 { margin: 8px 0 10px; font-size: 1.8rem; letter-spacing: -0.03em; }
.explain p { margin: 0; color: #444; max-width: 46rem; }

footer {
  background: #fff;
  color: var(--ink);
  margin-top: 48px;
  padding: 36px 0 22px;
  border-top: 1px solid var(--line);
}
.foot-brand { margin-bottom: 22px; }
.foot-brand .logo-mark img { height: 40px; }
.foot-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 40px;
}
.foot-cols h2 {
  margin: 0 0 10px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}
.foot-cols a {
  display: block;
  color: #5c5c5c;
  text-decoration: none;
  padding: 4px 0;
  font-weight: 600;
}
.foot-cols a:hover { color: var(--ink); }
.tag { color: var(--muted); margin: 10px 0 0; max-width: 28rem; }
.legal {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #9a9a9a;
  font-size: 0.82rem;
  margin-top: 22px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
  gap: 36px;
  margin: 36px 0 56px;
  align-items: start;
}
.detail-media {
  background: #fff;
  border-radius: 28px;
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(20, 16, 10, 0.07);
}
.detail-media img { max-width: 100%; max-height: 420px; object-fit: contain; }
.detail-copy h1 {
  margin: 8px 0 10px;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  letter-spacing: -0.04em;
  line-height: 1.15;
}
.lede { color: var(--muted); margin: 0 0 18px; }
.price-block { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.price.xl { font-size: 2.4rem; }
.cta.xl { width: 100%; margin: 18px 0 10px; padding: 16px; }
.save { color: #1f7a46; font-weight: 700; margin: 8px 0 0; }
.aff-note { color: var(--muted); font-size: 0.88rem; line-height: 1.45; }
.trust {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 8px;
  color: #5c5c5c;
  font-size: 0.92rem;
}
.status.visible { display: block; margin: 48px 0; }
.deal-page .search { display: none; }

@media (max-width: 980px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
  .top-inner { flex-wrap: wrap; gap: 10px 16px; min-height: 0; padding: 10px 0; }
  nav { flex-wrap: wrap; gap: 12px 16px; }
  .search { min-width: 0; flex: 1 1 220px; }
  .detail { grid-template-columns: 1fr; gap: 22px; }
}
@media (min-width: 720px) {
  .hero .lead br { display: inline; }
}
@media (max-width: 720px) {
  .guide-grid, .values { grid-template-columns: 1fr; }
  .foot-cols { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 640px) {
  .grid { grid-template-columns: 1fr; }
  .top-inner { gap: 10px; }
  .hero { padding: 16px 0 10px; }
  .hero-compact h1 { font-size: 1.55rem; }
  .hero .lead { font-size: 0.95rem; margin-bottom: 10px; }
  .feed-head { flex-direction: column; align-items: flex-start; gap: 8px; margin: 10px 0 12px; }
}
