
:root {
  color-scheme: light;
  --ink: #161411;
  --muted: #655f57;
  --paper: #fffdf9;
  --surface: #ffffff;
  --wash: #f4efe8;
  --line: #ddd3c6;
  --rose: #7a2d48;
  --teal: #175c5a;
  --gold: #a56f24;
  --clay: #8a4f39;
  --blue: #244f75;
  --green: #48663d;
  --shadow: 0 16px 40px rgba(36, 29, 22, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--wash);
  color: var(--ink);
  font: 16px/1.6 "Inter", "Segoe UI", Arial, sans-serif;
}
a { color: var(--rose); font-weight: 750; text-underline-offset: 3px; }
.shell { max-width: 1220px; margin: 0 auto; padding: 0 22px; }
header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255,253,249,.94);
  border-bottom: 1px solid var(--line);
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 68px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--ink);
  text-decoration: none;
  line-height: 1.05;
}
.brand small { color: var(--teal); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.navlinks { display: flex; gap: 9px; flex-wrap: wrap; justify-content: flex-end; align-items: center; }
.navlinks a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  padding: 8px 9px;
  border-radius: 8px;
}
.navlinks a:hover, .navlinks a[aria-current="page"] { color: var(--ink); background: #f1e7dc; }
.navlinks .contact-link { color: #fff; background: var(--teal); }
.hero-band {
  background:
    linear-gradient(90deg, rgba(122,45,72,.09), rgba(23,92,90,.08) 52%, rgba(165,111,36,.08)),
    var(--paper);
  border-bottom: 1px solid var(--line);
}
.crumb {
  padding-top: 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}
.crumb a { color: var(--teal); text-decoration: none; }
.hero {
  padding: 36px 0 26px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr);
  gap: 32px;
  align-items: stretch;
}
.eyebrow {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
h1 {
  font-size: 58px;
  line-height: 1;
  margin: 8px 0 18px;
  letter-spacing: 0;
}
.hero p { font-size: 20px; max-width: 760px; color: #37322c; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.button {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid var(--rose);
  border-radius: 8px;
  text-decoration: none;
  color: var(--rose);
  background: #fffdf9;
  font-weight: 850;
}
.button.primary { background: var(--rose); color: #fff; box-shadow: 0 8px 18px rgba(122, 45, 72, .16); }
.button.secondary { border-color: var(--teal); color: var(--teal); }
.proof, .buy-box {
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, .92);
  padding: 18px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.proof strong, .buy-box strong { display: block; color: var(--teal); margin-bottom: 7px; }
.proof ul, .buy-box ul { padding-left: 18px; margin: 12px 0 0; }
.proof li, .buy-box li { margin: 6px 0; }
.category-strip {
  display: flex;
  gap: 10px;
  padding: 0 0 24px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.category-strip a {
  flex: 0 0 auto;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 8px;
  padding: 9px 11px;
  font-size: 14px;
  font-weight: 850;
}
.category-strip a[aria-current="page"] { border-color: var(--rose); color: var(--rose); background: #fff5f7; }
.page-stack { padding-top: 28px; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 12px 0 14px;
}
.section-head h2 { margin: 0; color: var(--ink); line-height: 1.15; }
.section-head p { margin: 4px 0 0; color: var(--muted); max-width: 760px; }
.shelf, .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}
.shelf.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card, .catalog-card, .product-card, .trust-card {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 20px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--ink);
  min-width: 0;
}
.catalog-card { display: flex; flex-direction: column; gap: 12px; }
.catalog-card:hover, .product-card:hover, .trust-card:hover { border-color: #c2a88f; box-shadow: var(--shadow); }
.badge {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: #f0e7dd;
  color: var(--clay);
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 900;
}
.badge.teal { color: var(--teal); background: #e8f1ef; }
.badge.blue { color: var(--blue); background: #e9eff6; }
.badge.green { color: var(--green); background: #edf3e9; }
.meta {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
.card h2, .catalog-card h3, .product-card h3, .trust-card h3, article h2 { margin-top: 0; color: var(--rose); line-height: 1.2; }
.catalog-card h3, .product-card h3, .trust-card h3 { font-size: 21px; margin-bottom: 0; }
.mini-proof {
  border-top: 1px solid var(--line);
  padding-top: 11px;
  color: #37322c;
  font-size: 14px;
}
.quick-compare {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}
.quick-compare div {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}
.quick-compare strong { display: block; color: var(--teal); margin-bottom: 5px; }
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 22px;
  align-items: start;
  margin: 24px 0;
}
article, .content-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
  min-width: 0;
}
article h1 { font-size: 42px; line-height: 1.05; }
article h2 { margin-top: 30px; }
article h3 { margin-top: 24px; }
article p, article li { max-width: 78ch; }
code { background: #f0e7dd; padding: 2px 5px; }
.table-scroll { overflow-x: auto; margin: 22px 0; }
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
th, td {
  border: 1px solid var(--line);
  padding: 10px 12px;
  vertical-align: top;
  text-align: left;
}
th { background: #f7efe5; color: var(--teal); }
.related {
  margin: 34px 0 10px;
}
footer {
  border-top: 1px solid var(--line);
  margin-top: 48px;
  padding: 26px 0 42px;
  color: var(--muted);
  font-size: 14px;
}
@media (max-width: 820px) {
  h1 { font-size: 38px; }
  .hero { grid-template-columns: 1fr; padding-top: 28px; }
  .grid, .shelf, .shelf.two, .quick-compare, .detail-layout { grid-template-columns: 1fr; }
  nav { align-items: flex-start; padding: 14px 0; flex-direction: column; }
  article { padding: 22px; }
  .navlinks { justify-content: flex-start; }
}
@media (max-width: 520px) {
  .shell { padding: 0 16px; }
  h1 { font-size: 34px; }
  .hero p { font-size: 18px; }
  .section-head { display: block; }
  .button { width: 100%; justify-content: center; }
}
