/* ============================================================
   DESIGN 9 — Retro 70s Groove
   Warm vanilla cream + burnt orange + mustard + chocolate brown
   Abril Fatface thick display + Inter body
   ============================================================ */

:root {
  --bg:        #f3e9d3;
  --bg-2:      #ecdfc1;
  --bg-3:      #e2d1a7;
  --paper:     #faf3e3;
  --ink:       #3a1f0c;
  --ink-2:     #5c3a1e;
  --ink-3:     #8a6845;
  --ink-4:     #b09778;
  --orange:    #e8621c;
  --orange-d:  #c44a10;
  --orange-l:  #ff8a3c;
  --mustard:   #d4a017;
  --mustard-d: #a67a08;
  --brown:     #6b3a0f;
  --brown-d:   #4a2509;
  --olive:     #8a8a2e;
  --coral:     #e36b4a;
  --line:      rgba(58,31,12,0.15);
  --line-2:    rgba(58,31,12,0.25);
  --line-soft: rgba(58,31,12,0.08);
  --display:   'Abril Fatface', Georgia, serif;
  --sans:      'Inter', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  min-height: 100vh;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }

/* Warm ambient glow */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 900px 600px at 15% 0%, rgba(232,98,28,0.14), transparent 55%),
    radial-gradient(ellipse 800px 500px at 85% 20%, rgba(212,160,23,0.18), transparent 55%),
    radial-gradient(ellipse 700px 500px at 50% 100%, rgba(232,98,28,0.08), transparent 55%);
  z-index: 0;
}
.wrap { position: relative; z-index: 1; }

.display { font-family: var(--display); font-weight: 400; letter-spacing: -0.015em; }

/* === TOP BAR === */
.topbar {
  padding: 12px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-2);
  background: var(--brown);
  color: var(--bg);
  font-weight: 500;
}
.topbar-left { display: flex; gap: 28px; }
.topbar-left span { display: inline-flex; align-items: center; gap: 8px; }
.topbar-left em { color: var(--mustard); font-style: normal; font-weight: 700; }
.topbar-left span::before { content: '☀'; color: var(--orange-l); font-size: 13px; }
.topbar-right { color: rgba(255,255,255,0.6); }

/* === NAV === */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(243, 233, 211, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 2px solid var(--ink);
  padding: 22px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: 26px;
  line-height: 1;
  color: var(--ink);
}
.nav-logo img { height: 75px; width: auto; max-width: 300px; object-fit: contain; }
.nav-links {
  display: flex;
  gap: 4px;
  align-items: center;
}
.nav-links a {
  font-family: var(--display);
  font-size: 17px;
  padding: 8px 20px;
  color: var(--ink);
  transition: all 0.25s;
  border-radius: 100px;
  position: relative;
}
.nav-links a:hover { color: var(--orange-d); }
.nav-links a.active { background: var(--orange); color: var(--bg); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 16px;
  padding: 12px 24px;
  background: var(--ink);
  color: var(--bg);
  border-radius: 100px;
  border: 2px solid var(--ink);
  transition: all 0.25s;
}
.nav-cta:hover { background: var(--orange); border-color: var(--orange); transform: translateY(-1px); color: var(--bg); }
.nav-hamburger { display: none; padding: 10px 14px; border: 2px solid var(--ink); border-radius: 100px; color: var(--ink); font-size: 18px; background: var(--bg); }

/* === HERO === */
.hero {
  padding: 70px 40px 80px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
}
.hero-sun {
  position: absolute;
  top: 60px;
  right: 46%;
  width: 180px;
  height: 180px;
  z-index: 0;
  pointer-events: none;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--mustard);
  color: var(--brown);
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 28px;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(-1.5deg);
}
.hero-h1 {
  font-family: var(--display);
  font-size: clamp(52px, 9vw, 144px);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 30px;
}
.hero-h1 em {
  font-style: italic;
  color: var(--orange-d);
}
.hero-h1 .oval {
  display: inline-block;
  padding: 0 24px;
  background: var(--orange);
  color: var(--bg);
  border-radius: 50%/100%;
  transform: skew(-4deg);
  font-style: normal;
}
.hero-sub {
  font-size: 18px;
  color: var(--ink-2);
  line-height: 1.65;
  max-width: 520px;
  margin-bottom: 36px;
  font-weight: 400;
}
.hero-ctas { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

.btn-orange {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 18px;
  padding: 16px 32px;
  background: var(--orange);
  color: var(--bg);
  border: 2px solid var(--ink);
  border-radius: 100px;
  box-shadow: 6px 6px 0 var(--ink);
  transition: all 0.2s;
}
.btn-orange:hover { transform: translate(-3px,-3px); box-shadow: 9px 9px 0 var(--ink); color: var(--bg); }
.btn-orange:active { transform: translate(3px,3px); box-shadow: 1px 1px 0 var(--ink); }
.btn-cream {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 18px;
  padding: 16px 32px;
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 100px;
  transition: all 0.2s;
}
.btn-cream:hover { background: var(--mustard); }

/* Hero visual: curved frame */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-disc {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1/1;
  background: radial-gradient(circle at 50% 50%, var(--mustard) 0%, var(--orange) 60%, var(--orange-d) 100%);
  border-radius: 50%;
  border: 4px solid var(--ink);
  box-shadow: 14px 14px 0 var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  position: relative;
  overflow: visible;
}
.hero-disc::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 2px solid rgba(58,31,12,0.4);
  border-radius: 50%;
  pointer-events: none;
}
.hero-disc img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: contrast(1.05);
}
.hero-badge {
  position: absolute;
  top: -10px;
  right: -20px;
  background: var(--ink);
  color: var(--mustard);
  padding: 16px 26px;
  border-radius: 50%;
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
  border: 3px solid var(--mustard);
  transform: rotate(12deg);
  box-shadow: 6px 6px 0 var(--orange-d);
  text-align: center;
  min-width: 100px;
}
.hero-badge small { font-family: var(--sans); font-size: 11px; font-weight: 600; display: block; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mustard); margin-top: 4px; }
.hero-price {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: var(--paper);
  color: var(--ink);
  padding: 12px 24px;
  border-radius: 100px;
  border: 3px solid var(--ink);
  transform: rotate(-6deg);
  font-family: var(--display);
  font-size: 28px;
  box-shadow: 5px 5px 0 var(--ink);
}
.hero-price small { display: block; font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange-d); margin-top: -4px; }

/* === STATS STRIP === */
.stats {
  padding: 50px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--brown);
  color: var(--bg);
  max-width: none;
}
.stat { text-align: center; padding: 20px 30px; border-right: 1px dashed rgba(255,255,255,0.25); }
.stat:last-child { border-right: none; }
.stat-num {
  font-family: var(--display);
  font-size: 60px;
  font-weight: 400;
  line-height: 0.9;
  color: var(--mustard);
  margin-bottom: 10px;
}
.stat-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* === SECTION HEAD === */
.section-head {
  padding: 90px 40px 40px;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange-d);
  margin-bottom: 14px;
}
.section-kicker::before, .section-kicker::after {
  content: '✦';
  color: var(--mustard);
  font-size: 16px;
}
.section-title {
  font-family: var(--display);
  font-size: clamp(44px, 6.5vw, 96px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 16px;
}
.section-title em { font-style: italic; color: var(--orange-d); }
.section-title .hl {
  display: inline-block;
  background: var(--mustard);
  padding: 0 18px;
  border-radius: 60px;
  font-style: italic;
  transform: rotate(-1.5deg);
}
.section-sub { font-size: 17px; color: var(--ink-2); line-height: 1.55; max-width: 560px; margin: 0 auto; }

/* === PRODUCT GRID === */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 0 40px 70px;
  max-width: 1320px;
  margin: 0 auto;
}
.card {
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 28px;
  padding: 22px;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.25, 1);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 6px 6px 0 var(--ink);
}
.card:nth-child(3n+1) { transform: rotate(-0.7deg); }
.card:nth-child(3n+2) { transform: rotate(0.5deg); }
.card:nth-child(3n+3) { transform: rotate(-0.3deg); }
.card:hover { transform: translate(-4px,-4px) rotate(0); box-shadow: 10px 10px 0 var(--ink); }
.card-img-wrap {
  aspect-ratio: 1/1;
  background: var(--bg-2);
  border: 2px solid var(--ink);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.card-img-wrap img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform 0.5s; }
.card:hover .card-img-wrap img { transform: scale(1.05) rotate(-2deg); }
.card-tag {
  position: absolute;
  top: 14px; right: 14px;
  background: var(--orange);
  color: var(--bg);
  padding: 6px 14px;
  border-radius: 100px;
  border: 2px solid var(--ink);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1;
  transform: rotate(5deg);
  box-shadow: 3px 3px 0 var(--ink);
  z-index: 2;
}
.card-tag.mustard { background: var(--mustard); color: var(--brown); }
.card-tag.olive { background: var(--olive); }
.card-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange-d);
  margin-bottom: 8px;
}
.card-title {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 16px;
  min-height: 48px;
}
.card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 2px dashed var(--line-2);
  margin-top: auto;
}
.card-price {
  font-family: var(--display);
  font-size: 28px;
  line-height: 1;
  color: var(--ink);
}
.card-price s { font-size: 14px; color: var(--ink-4); margin-left: 6px; font-family: var(--sans); }
.card-score {
  background: var(--mustard);
  color: var(--brown);
  padding: 6px 14px;
  border-radius: 100px;
  border: 2px solid var(--ink);
  font-family: var(--display);
  font-size: 18px;
  line-height: 1;
  box-shadow: 2px 2px 0 var(--ink);
}

/* === CATEGORY PAGE === */
.breadcrumb {
  padding: 28px 40px 0;
  font-size: 13px;
  color: var(--ink-3);
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  font-weight: 500;
}
.breadcrumb a { color: var(--orange-d); font-weight: 700; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--brown); }
.breadcrumb .sep { color: var(--ink-4); }

.cat-hero {
  padding: 40px 40px 60px;
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.cat-hero h1 {
  font-family: var(--display);
  font-size: clamp(56px, 9vw, 150px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 22px;
}
.cat-hero h1 em { font-style: italic; color: var(--orange-d); }
.cat-hero p {
  font-size: 17px;
  color: var(--ink-2);
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.6;
}
.cat-hero-meta {
  display: inline-flex;
  gap: 0;
  border: 3px solid var(--ink);
  border-radius: 100px;
  background: var(--paper);
  overflow: hidden;
  box-shadow: 5px 5px 0 var(--ink);
}
.cat-hero-meta-item {
  padding: 14px 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
  border-right: 2px solid var(--ink);
}
.cat-hero-meta-item:last-child { border-right: none; }
.cat-hero-meta-item strong { color: var(--orange-d); font-size: 16px; display: block; font-family: var(--display); font-weight: 400; letter-spacing: 0; text-transform: none; }

.cat-layout {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 40px;
  padding: 40px 40px 80px;
  max-width: 1320px;
  margin: 0 auto;
}
.filter {
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 28px;
  padding: 26px;
  position: sticky;
  top: 104px;
  align-self: start;
  box-shadow: 6px 6px 0 var(--ink);
}
.filter-head {
  font-family: var(--display);
  font-size: 26px;
  color: var(--ink);
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 2px dashed var(--line-2);
}
.filter-section { padding-bottom: 22px; margin-bottom: 22px; border-bottom: 2px dashed var(--line); }
.filter-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.filter-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange-d);
  margin-bottom: 14px;
}
.filter-chip-row { display: flex; flex-wrap: wrap; gap: 6px; }
.filter-chip {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 14px;
  border: 2px solid var(--ink);
  background: var(--bg);
  color: var(--ink);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-chip:hover { background: var(--mustard); }
.filter-chip.active { background: var(--orange); color: var(--bg); box-shadow: 2px 2px 0 var(--ink); }
.filter-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
  color: var(--ink-2);
  cursor: pointer;
  font-weight: 500;
}
.filter-check:hover { color: var(--ink); }
.filter-check input { accent-color: var(--orange); width: 15px; height: 15px; }
.filter-check .count {
  margin-left: auto;
  background: var(--mustard);
  color: var(--brown);
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  border: 1.5px solid var(--ink);
}
.filter-range { width: 100%; accent-color: var(--orange); }
.filter-range-vals {
  display: flex;
  justify-content: space-between;
  font-family: var(--display);
  font-size: 18px;
  color: var(--ink);
  margin-bottom: 10px;
}

.cat-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 14px 26px;
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 100px;
  box-shadow: 5px 5px 0 var(--ink);
  flex-wrap: wrap;
  gap: 12px;
}
.cat-count { font-family: var(--display); font-size: 18px; color: var(--ink); }
.cat-count em { color: var(--orange-d); font-style: italic; }
.cat-sort select {
  background: var(--bg);
  border: 2px solid var(--ink);
  border-radius: 100px;
  padding: 9px 34px 9px 18px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3e%3cpath d='M2 4l4 4 4-4' stroke='%233a1f0c' stroke-width='2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 10px; margin-top: 56px; flex-wrap: wrap; }
.pagination button {
  min-width: 46px;
  height: 46px;
  padding: 0 18px;
  border-radius: 100px;
  border: 2px solid var(--ink);
  background: var(--paper);
  font-family: var(--display);
  font-size: 18px;
  color: var(--ink);
  transition: all 0.2s;
  box-shadow: 3px 3px 0 var(--ink);
}
.pagination button:hover { background: var(--mustard); transform: translate(-2px,-2px); box-shadow: 5px 5px 0 var(--ink); }
.pagination button.active { background: var(--orange); color: var(--bg); }

/* === REVIEW PAGE === */
.review-wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 44px;
  padding: 40px 40px 80px;
  max-width: 1320px;
  margin: 0 auto;
}
.review-main { min-width: 0; }

.review-title-block { text-align: center; padding-bottom: 36px; border-bottom: 2px dashed var(--line-2); margin-bottom: 44px; }
.review-cat-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--mustard);
  color: var(--brown);
  padding: 8px 18px;
  border-radius: 100px;
  border: 2px solid var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 26px;
  box-shadow: 3px 3px 0 var(--ink);
  transform: rotate(-1deg);
}
.review-title {
  font-family: var(--display);
  font-size: clamp(44px, 6.5vw, 100px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.025em;
  margin-bottom: 30px;
  color: var(--ink);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.review-title em { font-style: italic; color: var(--orange-d); }
.review-meta {
  display: inline-flex;
  gap: 26px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13px;
  color: var(--ink-3);
  font-weight: 500;
}
.review-meta strong { color: var(--ink); font-weight: 700; }

/* Feature figure */
.review-figure {
  position: relative;
  aspect-ratio: 3/2;
  background: radial-gradient(circle at 50% 50%, var(--mustard), var(--orange));
  border: 4px solid var(--ink);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px;
  margin-bottom: 56px;
  box-shadow: 12px 12px 0 var(--ink);
  overflow: hidden;
}
.review-figure::before {
  content: '';
  position: absolute;
  inset: 20px;
  border: 2px solid rgba(58,31,12,0.35);
  border-radius: 28px;
  pointer-events: none;
}
.review-figure img { max-width: 100%; max-height: 100%; object-fit: contain; mix-blend-mode: multiply; filter: contrast(1.05); }
.review-figure-tag {
  position: absolute;
  top: 30px; left: 30px;
  background: var(--ink);
  color: var(--mustard);
  padding: 10px 22px;
  border-radius: 100px;
  font-family: var(--display);
  font-size: 20px;
  transform: rotate(-4deg);
  box-shadow: 4px 4px 0 var(--brown-d);
}
.review-figure-score {
  position: absolute;
  bottom: 24px; right: 24px;
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 0 var(--brown-d);
  transform: rotate(8deg);
}
.review-figure-score-num {
  font-family: var(--display);
  font-size: 48px;
  line-height: 0.9;
  color: var(--orange-d);
}
.review-figure-score-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); margin-top: 2px; }

/* Editorial body */
.lede {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 auto 36px;
  max-width: 780px;
  text-align: center;
}
.lede::first-letter {
  font-size: 100px;
  float: left;
  line-height: 0.85;
  padding: 12px 14px 0 0;
  color: var(--orange-d);
}

/* Trust Badges */
.trust-badges { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 auto 28px; max-width: 780px; justify-content: center; }
.trust-badge { padding: 14px 20px; background: var(--cream); border: 3px solid var(--ink); border-radius: 24px; box-shadow: 4px 4px 0 var(--ink); font-size: 14px; font-weight: 700; color: var(--ink); }

/* Lede Features */
.lede-features { max-width: 780px; margin: 0 auto 36px; display: flex; flex-direction: column; gap: 8px; }
.lede-feature { padding: 14px 20px; background: var(--paper); border: 2px solid var(--ink); border-radius: 16px; font-size: 15px; line-height: 1.6; color: var(--ink-2); position: relative; padding-left: 42px; }
.lede-feature::before { content: '✦'; position: absolute; left: 16px; top: 14px; color: var(--orange-d); font-size: 16px; }

.review-p {
  font-size: 17px;
  line-height: 1.85;
  color: var(--ink-2);
  margin-bottom: 22px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.review-p strong { color: var(--ink); font-weight: 700; }

.review-h2 {
  font-family: var(--display);
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin: 72px auto 26px;
  max-width: 780px;
  color: var(--ink);
  text-align: center;
  position: relative;
  padding-top: 48px;
}
.review-h2::before {
  content: '✦ ✦ ✦';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  color: var(--mustard-d);
  font-size: 14px;
  letter-spacing: 12px;
}
.review-h2 em { font-style: italic; color: var(--orange-d); }
.review-h2:first-of-type { margin-top: 0; padding-top: 0; }
.review-h2:first-of-type::before { display: none; }

/* Scores */
.scores {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 780px;
  margin: 40px auto;
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 28px;
  padding: 28px 34px;
  box-shadow: 6px 6px 0 var(--ink);
}
.score-row {
  display: grid;
  grid-template-columns: 170px 1fr 60px;
  gap: 22px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 2px dashed var(--line);
}
.score-row:last-child { border-bottom: none; }
.score-label { font-family: var(--display); font-size: 18px; color: var(--ink); }
.score-bar { height: 12px; background: var(--bg-2); border-radius: 100px; overflow: hidden; border: 2px solid var(--ink); }
.score-bar-fill { height: 100%; background: var(--orange); border-radius: 100px; }
.score-bar-fill.mustard { background: var(--mustard); }
.score-val {
  font-family: var(--display);
  font-size: 28px;
  color: var(--orange-d);
  text-align: right;
  line-height: 1;
}

/* Pros/Cons */
.verdict-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 820px; margin: 40px auto; }
.verdict-col {
  padding: 30px;
  border: 3px solid var(--ink);
  border-radius: 28px;
  box-shadow: 6px 6px 0 var(--ink);
}
.verdict-col.wins { background: var(--mustard); }
.verdict-col.weak { background: var(--coral); }
.verdict-col h3 {
  font-family: var(--display);
  font-size: 28px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px dashed var(--ink);
  color: var(--ink);
}
.verdict-col ul li {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  padding: 12px 0 12px 32px;
  position: relative;
  line-height: 1.55;
  border-bottom: 2px dashed rgba(58,31,12,0.3);
}
.verdict-col ul li:last-child { border-bottom: none; }
.verdict-col.wins ul li::before {
  content: '✔';
  position: absolute; left: 0; top: 12px;
  width: 22px; height: 22px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--mustard);
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  font-weight: 700;
}
.verdict-col.weak ul li::before {
  content: '✖';
  position: absolute; left: 0; top: 12px;
  width: 22px; height: 22px;
  border: 2px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  font-weight: 700;
}

/* Specs */
.specs {
  width: 100%;
  border-collapse: collapse;
  max-width: 780px;
  margin: 28px auto;
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 6px 6px 0 var(--ink);
}
.specs tr { border-bottom: 2px dashed var(--line); }
.specs tr:last-child { border-bottom: none; }
.specs tr:nth-child(even) { background: var(--bg); }
.specs td { padding: 16px 26px; font-size: 14px; vertical-align: top; }
.specs td:first-child { font-size: 11px; font-weight: 700; color: var(--orange-d); width: 42%; text-transform: uppercase; letter-spacing: 0.1em; }
.specs td:last-child { font-family: var(--display); font-size: 18px; color: var(--ink); }

/* FAQ */
.faq { max-width: 780px; margin: 28px auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 4px 4px 0 var(--ink);
}
.faq-item:hover { transform: translate(-1px,-1px); box-shadow: 5px 5px 0 var(--ink); }
.faq-item.open { background: var(--mustard); }
.faq-q {
  width: 100%;
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-family: var(--display);
  font-size: 22px;
  color: var(--ink);
  text-align: left;
}
.faq-q-icon {
  width: 38px; height: 38px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-size: 22px;
  color: var(--ink);
  background: var(--bg);
  flex-shrink: 0;
  transition: all 0.3s;
}
.faq-item.open .faq-q-icon { background: var(--orange); color: var(--bg); transform: rotate(45deg); }
.faq-a { padding: 0 28px 22px; font-size: 15px; line-height: 1.75; color: var(--ink-2); max-width: 680px; display: none; font-weight: 500; }
.faq-item.open .faq-a { display: block; }

/* Reader reviews */
.user-reviews { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 22px; max-width: 1100px; margin: 0 auto; }
.user-review {
  padding: 28px 26px;
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 28px;
  transition: all 0.3s;
  box-shadow: 6px 6px 0 var(--ink);
  position: relative;
}
.user-review:nth-child(2) { background: var(--mustard); }
.user-review:nth-child(3) { transform: rotate(1deg); }
.user-review:nth-child(1) { transform: rotate(-1deg); }
.user-review:hover { transform: translate(-3px,-3px) rotate(0); box-shadow: 9px 9px 0 var(--ink); }
.user-review-stars { color: var(--orange-d); font-size: 18px; letter-spacing: 2px; margin-bottom: 14px; }
.user-review-text {
  font-family: var(--display);
  font-size: 19px;
  line-height: 1.35;
  color: var(--ink);
  margin-bottom: 22px;
}
.user-review-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 2px dashed var(--line-2);
  font-size: 12px;
  color: var(--ink-2);
  font-weight: 600;
}
.user-review-name { color: var(--ink); font-weight: 700; font-size: 14px; }

/* Verdict banner */
.verdict-banner {
  background: var(--orange);
  color: var(--bg);
  padding: 60px 52px;
  border: 4px solid var(--ink);
  border-radius: 40px;
  margin: 60px auto;
  max-width: 1050px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  box-shadow: 14px 14px 0 var(--ink);
}
.verdict-banner::before {
  content: '';
  position: absolute;
  inset: 16px;
  border: 2px dashed rgba(250,243,227,0.45);
  border-radius: 26px;
  pointer-events: none;
}
.verdict-banner > * { position: relative; }
.verdict-banner-score {
  font-family: var(--display);
  font-size: 200px;
  line-height: 0.82;
  letter-spacing: -0.04em;
  color: var(--paper);
  text-shadow: 6px 6px 0 var(--brown-d);
}
.verdict-banner-score sub { font-size: 52px; color: var(--mustard); text-shadow: 4px 4px 0 var(--brown-d); vertical-align: baseline; }
.verdict-banner-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 7px 16px;
  background: var(--ink);
  color: var(--mustard);
  border-radius: 100px;
  margin-bottom: 22px;
}
.verdict-banner h2 {
  font-family: var(--display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: var(--paper);
}
.verdict-banner h2 em { font-style: italic; color: var(--mustard); }
.verdict-banner p { font-size: 16px; line-height: 1.65; color: rgba(250,243,227,0.85); max-width: 520px; margin-bottom: 30px; }
.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 18px;
  padding: 16px 32px;
  background: var(--ink);
  color: var(--mustard);
  border: 2px solid var(--ink);
  border-radius: 100px;
  box-shadow: 5px 5px 0 var(--brown-d);
  transition: all 0.2s;
}
.btn-dark:hover { background: var(--mustard); color: var(--ink); transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--brown-d); }

/* Sidebar */
.side { position: sticky; top: 104px; align-self: start; display: flex; flex-direction: column; gap: 28px; }
.side-buy {
  background: var(--mustard);
  border: 3px solid var(--ink);
  border-radius: 28px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 8px 8px 0 var(--ink);
  position: relative;
}
.side-buy-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 14px;
}
.side-price {
  font-family: var(--display);
  font-size: 64px;
  line-height: 0.88;
  color: var(--ink);
  margin-bottom: 6px;
}
.side-price s { font-family: var(--sans); font-size: 18px; color: var(--brown-d); margin-left: 8px; font-weight: 500; opacity: 0.6; }
.side-save {
  display: inline-block;
  background: var(--ink);
  color: var(--mustard);
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.side-cta {
  display: block;
  width: 100%;
  padding: 18px;
  background: var(--orange);
  color: var(--bg);
  border: 2px solid var(--ink);
  border-radius: 100px;
  font-family: var(--display);
  font-size: 20px;
  text-align: center;
  box-shadow: 4px 4px 0 var(--ink);
  transition: all 0.2s;
  margin-bottom: 12px;
}
.side-cta:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--ink); color: var(--bg); }
.side-note {
  font-size: 11px;
  font-weight: 600;
  color: var(--brown);
  padding-top: 14px;
  border-top: 2px dashed rgba(58,31,12,0.3);
  margin-top: 14px;
  line-height: 1.6;
}

.side-related {
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 6px 6px 0 var(--ink);
}
.side-related h4 {
  font-family: var(--display);
  font-size: 24px;
  color: var(--ink);
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px dashed var(--line-2);
}
.side-related-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 2px dashed var(--line);
  align-items: center;
}
.side-related-item:last-child { border-bottom: none; }
.side-related-item img {
  width: 60px; height: 60px;
  object-fit: contain;
  background: var(--bg);
  border: 2px solid var(--ink);
  border-radius: 14px;
  padding: 5px;
  mix-blend-mode: multiply;
}
.side-related-title { font-family: var(--display); font-size: 16px; line-height: 1.2; color: var(--ink); margin-bottom: 4px; }
.side-related-price { font-size: 12px; color: var(--ink-3); font-weight: 600; }
.side-related-price em { color: var(--orange-d); font-style: normal; font-weight: 700; font-family: var(--display); font-size: 15px; margin-left: 6px; }

/* === FOOTER === */
.footer {
  padding: 90px 40px 36px;
  background: var(--ink);
  color: var(--bg);
  margin-top: 90px;
  border-top: 4px solid var(--orange);
  position: relative;
}
.footer-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mustard);
  text-align: center;
  margin-bottom: 14px;
}
.footer-label::before, .footer-label::after { content: '✦ '; color: var(--orange); }
.footer-label::after { content: ' ✦'; }
.footer-mega {
  font-family: var(--display);
  font-size: clamp(72px, 13vw, 220px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 70px;
  color: var(--paper);
}
.footer-mega em { font-style: italic; color: var(--orange-l); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 44px;
  padding-top: 52px;
  border-top: 2px dashed rgba(250,243,227,0.2);
  margin-bottom: 40px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.footer-col p { font-size: 14px; color: rgba(250,243,227,0.7); line-height: 1.7; }
.footer-col-title {
  font-family: var(--display);
  font-size: 22px;
  color: var(--mustard);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px dashed rgba(212,160,23,0.3);
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 14px; color: rgba(250,243,227,0.75); transition: color 0.25s; }
.footer-col ul li a:hover { color: var(--orange-l); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 2px dashed rgba(250,243,227,0.15);
  font-size: 12px;
  color: rgba(250,243,227,0.5);
  flex-wrap: wrap;
  gap: 14px;
  max-width: 1320px;
  margin: 0 auto;
}
.footer-bottom a { margin-left: 20px; color: rgba(250,243,227,0.5); transition: color 0.25s; }
.footer-bottom a:hover { color: var(--orange-l); }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; gap: 50px; padding: 56px 24px 66px; text-align: center; }
  .hero-sun { display: none; }
  .hero-visual { max-width: 460px; margin: 0 auto; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
  .stats { grid-template-columns: repeat(2, 1fr); padding: 40px 24px; }
  .stat { border-right: none; padding: 20px 16px; border-bottom: 1px dashed rgba(255,255,255,0.25); }
  .stat:nth-last-child(-n+2) { border-bottom: none; }
  .grid { grid-template-columns: repeat(2, 1fr); padding: 0 24px 60px; }
  .section-head { padding: 70px 24px 30px; }
  .cat-hero { padding: 36px 24px 52px; }
  .cat-layout { grid-template-columns: 1fr; padding: 34px 24px 60px; gap: 28px; }
  .filter { position: static; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .review-wrap { grid-template-columns: 1fr; padding: 34px 24px 60px; gap: 40px; }
  .side { position: static; }
  .verdict-banner { grid-template-columns: 1fr; gap: 30px; padding: 48px 36px; }
  .verdict-banner-score { font-size: 150px; }
  .user-reviews { grid-template-columns: 1fr; gap: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .topbar { padding: 10px 16px; gap: 10px; font-size: 9px; letter-spacing: 0.1em; }
  .topbar-left { gap: 14px; }
  .topbar-right { display: none; }
  .nav { padding: 8px 16px; }
  .nav-logo img { height: 70px; max-width: 50vw; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-hamburger { display: inline-flex; }
  .hero { padding: 44px 16px 56px; }
  .hero-h1 { font-size: 50px; }
  .hero-sub { font-size: 16px; }
  .hero-disc { padding: 36px; }
  .hero-badge { font-size: 24px; padding: 12px 18px; min-width: 76px; }
  .hero-price { font-size: 22px; padding: 10px 18px; }
  .stats { padding: 30px 16px; }
  .stat-num { font-size: 42px; }
  .section-head { padding: 60px 16px 24px; }
  .section-title { font-size: 44px; }
  .grid { grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 16px 50px; }
  .card { padding: 14px; border-radius: 22px; box-shadow: 4px 4px 0 var(--ink); border-width: 2px; }
  .card-img-wrap { padding: 16px; border-radius: 16px; }
  .card-title { font-size: 16px; min-height: 38px; }
  .card-price { font-size: 22px; }
  .card-score { font-size: 14px; padding: 4px 10px; }
  .breadcrumb { padding: 22px 16px 0; }
  .cat-hero { padding: 30px 16px 42px; }
  .cat-hero h1 { font-size: 54px; }
  .cat-hero-meta { flex-wrap: wrap; border-radius: 22px; }
  .cat-hero-meta-item { border-right: none; border-bottom: 2px solid var(--ink); padding: 10px 18px; }
  .cat-hero-meta-item:last-child { border-bottom: none; }
  .cat-layout { padding: 28px 16px 50px; gap: 24px; }
  .cat-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .cat-toolbar { flex-direction: column; align-items: flex-start; padding: 12px 20px; border-radius: 22px; }
  .review-wrap { padding: 28px 16px 50px; gap: 34px; }
  .review-title { font-size: 44px; }
  .review-figure { padding: 36px; border-radius: 28px; box-shadow: 8px 8px 0 var(--ink); }
  .review-figure-score { width: 92px; height: 92px; }
  .review-figure-score-num { font-size: 36px; }
  .lede { font-size: 22px; }
  .lede::first-letter { font-size: 72px; }
  .trust-badges { flex-direction: column; gap: 10px; }
  .trust-badge { justify-content: center; }
  .lede-features { gap: 6px; }
  .lede-feature { font-size: 14px; padding: 12px 16px 12px 38px; border-radius: 14px; }
  .review-h2 { font-size: 34px; margin-top: 52px; padding-top: 40px; }
  .verdict-grid { grid-template-columns: 1fr; }
  .verdict-col { padding: 24px; border-radius: 24px; }
  .scores { padding: 22px 24px; border-radius: 24px; }
  .score-row { grid-template-columns: 110px 1fr 48px; gap: 12px; }
  .verdict-banner { padding: 44px 28px; border-radius: 32px; margin: 50px 0; box-shadow: 8px 8px 0 var(--ink); }
  .verdict-banner-score { font-size: 110px; }
  .verdict-banner h2 { font-size: 32px; }
  .side-price { font-size: 48px; }
  .footer { padding: 60px 16px 30px; }
  .footer-mega { font-size: 60px; margin-bottom: 44px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 14px; }
  .footer-bottom a { margin: 0 10px; }
}
@media (max-width: 480px) {
  .grid, .cat-grid { grid-template-columns: 1fr; }
  .hero-h1 { font-size: 44px; }
}
:root{--gallery-border:#d4a574;--gallery-active:#c2622d;--gallery-glow:rgba(194,98,45,0.2)}
