@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Variable.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #e7e0de;
  --surface: #f7f3f1;
  --surface-soft: #eee7e5;
  --ink: #292327;
  --ink-soft: #4c4247;
  --muted: #70656a;
  --line: #d8cdca;
  --line-strong: #c8bab8;
  --accent: #9d3f59;
  --accent-dark: #762f44;
  --accent-soft: #ead9dd;
  --link: #3d3036;
  --panel: #dfd2d3;
  --footer: #241e22;
  --footer-line: #42363d;
  --radius: 14px;
  --shadow: 0 14px 34px rgba(58, 39, 47, 0.09);
  --shell: min(1440px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.dialog-open { overflow: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--bg);
  background-image:
    radial-gradient(circle, rgba(77, 53, 62, 0.075) 1px, transparent 1.15px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 28rem);
  background-size: 18px 18px, 100% 100%;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: 0;
  font-kerning: normal;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { color: #fff; background: var(--accent); }
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(157, 63, 89, 0.22);
  outline-offset: 3px;
}
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: -80px;
  padding: 10px 16px;
  color: #fff;
  background: var(--panel);
  border-radius: 5px;
}
.skip-link:focus { top: 16px; }
.eyebrow {
  margin: 0 0 8px;
  color: var(--accent-dark);
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Header */
.site-header {
  position: relative;
  z-index: 100;
  background: rgba(246, 241, 238, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(64, 43, 51, 0.07);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border: 1px solid #cfafb7;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 650;
}
.brand-copy { display: flex; align-items: center; line-height: 1; }
.brand-copy strong { color: var(--ink); font-size: 1.22rem; font-weight: 650; letter-spacing: -0.025em; }
.header-search {
  display: grid;
  width: min(560px, 58vw);
  min-height: 46px;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 4px;
  padding-left: 14px;
  margin-left: auto;
  background: #ebe3e0;
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.header-search:focus-within {
  border-color: #b77a8b;
  box-shadow: 0 0 0 3px rgba(157, 63, 89, 0.1);
}
.header-search svg {
  width: 19px;
  height: 19px;
  color: #8a7b80;
}
.header-search svg circle,
.header-search svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.header-search input {
  min-width: 0;
  padding: 8px 3px;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
}
.header-search input::placeholder { color: #887a7f; }
.header-search button {
  align-self: stretch;
  padding: 7px 18px;
  color: #fff;
  background: var(--accent);
  border: 0;
  border-radius: 9px;
  font-size: 0.86rem;
  font-weight: 650;
  cursor: pointer;
}
.header-search button:hover { background: var(--accent-dark); }
.directory-search button {
  padding: 10px 23px;
  color: #fff;
  background: var(--accent);
  border: 0;
  border-radius: 7px;
  font-size: 0.95rem;
  font-weight: 650;
  cursor: pointer;
}
.directory-search button:hover { background: var(--accent-dark); }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.section-heading h2 { margin: 0; font-size: clamp(1.35rem, 2.5vw, 1.8rem); line-height: 1.15; letter-spacing: -0.03em; }
.text-link { color: var(--link); font-size: 0.88rem; font-weight: 650; }
.text-link:hover { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 3px; }

/* Four-column continuous directory */
.directory-browser { padding: 32px 0 80px; }
.directory-sections {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.directory-board {
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.category-section {
  display: flex;
  min-width: 0;
  min-height: 354px;
  flex-direction: column;
  padding: 0;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.category-section:hover {
  border-color: #b7959f;
  box-shadow: 0 18px 42px rgba(67, 43, 52, 0.13);
  transform: translateY(-1px);
}
.category-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 15px 17px;
  color: var(--ink);
  background: linear-gradient(145deg, #e7dcdd, #ded0d3);
  border-bottom: 1px solid var(--line);
}
.category-title-copy { min-width: 0; }
.category-heading h2 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.26;
  letter-spacing: 0;
  text-wrap: balance;
}
.category-heading h2 a:hover { color: var(--accent-dark); }
.category-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--accent-dark);
  background: var(--surface);
  border: 1px solid #ccb4ba;
  border-radius: 11px;
}
.category-svg { width: 21px; height: 21px; }
.section-description {
  display: flex;
  min-height: 90px;
  align-items: center;
  margin: 0;
  padding: 14px 16px;
  color: var(--muted);
  background: var(--surface);
  font-size: 0.93rem;
  line-height: 1.58;
}
.site-list { border-top: 1px solid var(--line); }

/* Site rows */
.site-card {
  display: grid;
  grid-template-columns: 44px 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 17px 20px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.site-card:last-child { border-bottom: 0; }
.site-card:hover { background: var(--surface-soft); }
.site-rank {
  padding-top: 10px;
  color: #8c7c81;
  font-size: 0.86rem;
  font-weight: 650;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.site-logo {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border-radius: 8px;
  border: 1px solid #cfafb7;
  font-size: 1.08rem;
  font-weight: 650;
}
.site-card-body { min-width: 0; }
.site-name-line { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.site-direct-link {
  color: var(--link);
  font-size: 1.03rem;
  font-weight: 650;
  line-height: 1.25;
}
.site-direct-link:hover { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 3px; }
.site-direct-link span { color: var(--accent); font-size: 0.82rem; }
.review-mini {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 2px 7px;
  color: var(--accent-dark);
  background: var(--surface);
  border: 1px solid #c88f9f;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.review-mini:hover { color: #fff; background: var(--accent); border-color: var(--accent); }
.site-card p { max-width: 780px; margin: 6px 0 9px; color: var(--muted); font-size: 0.93rem; line-height: 1.5; }
.site-row-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; }
.site-row-meta > span {
  padding: 2px 7px;
  color: #5f5358;
  background: #e8e0de;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 650;
}
.price-chip,
.demo-chip {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.price-free { color: #47695b !important; background: #dce8e0 !important; }
.price-freemium { color: #506273 !important; background: #dfe6eb !important; }
.price-premium { color: #795a37 !important; background: #eadfce !important; }
.demo-chip { color: #73563e; background: #e8ddcf; }
.directory-sections .site-card-compact { display: block; padding: 0; }
.directory-sections .site-card-compact .site-name-line {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  min-height: 50px;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
}
.directory-sections .site-card-compact:last-child .site-name-line { border-bottom: 0; }
.directory-sections .site-card-compact:hover { background: transparent; }
.directory-sections .site-card-compact:hover .site-name-line { background: var(--accent-soft); box-shadow: inset 3px 0 0 var(--accent); }
.directory-sections .site-card-compact .site-rank {
  padding: 0;
  color: #8c7c81;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1;
  text-align: left;
}
.directory-sections .site-card-compact .site-direct-link {
  min-width: 0;
  overflow: hidden;
  color: var(--link);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.28;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.directory-sections .site-card-compact .site-direct-link span { color: var(--accent); font-size: 0.72rem; }
.directory-sections .site-card-compact .review-icon {
  display: grid;
  width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  place-items: center;
  color: #8b7c81;
  background: transparent;
  border: 0;
  border-radius: 4px;
}
.directory-sections .site-card-compact .review-icon svg { width: 20px; height: 20px; }
.directory-sections .site-card-compact .review-icon svg path,
.directory-sections .site-card-compact .review-icon svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.directory-sections .site-card-compact .review-icon:hover { color: var(--accent-dark); background: #fbf7f5; }
.see-all-link {
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  gap: 6px;
  min-height: 50px;
  padding: 10px 14px;
  margin-top: auto;
  color: var(--accent-dark);
  background: #e6dcda;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0.005em;
}
.see-all-link span { margin-left: 2px; font-size: 0.95rem; transition: transform .2s ease; }
.see-all-link:hover span { transform: translateX(2px); }
.see-all-link:hover { color: var(--accent-dark); background: var(--accent-soft); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 650;
  cursor: pointer;
}
.button-primary { color: #fff; background: var(--accent); }
.button-primary:hover { background: var(--accent-dark); }
.button-outline { color: var(--link); background: transparent; border-color: #68585f; }
.button-outline:hover { color: #fff; background: var(--link); border-color: var(--link); }
.button-quiet { color: var(--ink-soft); background: #e6deda; border-color: var(--line); }
.button-full { width: 100%; }

/* Interior pages */
.page-shell { min-height: 65vh; padding-top: 25px; padding-bottom: 68px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; color: var(--muted); list-style: none; font-size: 0.86rem; }
.breadcrumbs li { display: flex; gap: 8px; }
.breadcrumbs a:hover { color: var(--accent-dark); }
.page-header { max-width: 820px; padding: 44px 0 31px; }
.page-header-narrow { max-width: 760px; }
.page-header h1,
.category-page-header h1 {
  margin: 0 0 13px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.page-header p:last-child,
.category-page-header p:last-child { margin: 0; color: var(--muted); font-size: 1.03rem; line-height: 1.65; }
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.category-tile {
  position: relative;
  display: flex;
  min-height: 178px;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  background: var(--surface);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.category-tile:nth-child(4n) { border-right: 0; }
.category-tile:nth-last-child(-n + 4) { border-bottom: 0; }
.category-tile:hover { background: var(--surface-soft); }
.category-tile h2 { margin: 10px 0 6px; font-size: 1.28rem; line-height: 1.2; }
.category-tile p { margin: 0; color: var(--muted); font-size: 0.91rem; line-height: 1.55; }
.tile-arrow { position: absolute; right: 18px; top: 16px; color: var(--accent); }
.category-page-header {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 44px 0 31px;
}
.category-icon-large { width: 72px; height: 72px; border-radius: 18px; }
.category-icon-large .category-svg { width: 35px; height: 35px; }
.ranked-list {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.ranked-list .site-card { grid-template-columns: 46px 48px minmax(0, 1fr); padding: 17px 21px; }
.ranked-list .site-logo { width: 46px; height: 46px; }
.empty-state { padding: 55px; text-align: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }

/* Review pages */
.review-layout { padding-top: 42px; }
.review-header { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 22px; align-items: center; max-width: 880px; }
.review-logo {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border: 1px solid #cfafb7;
  border-radius: 12px;
  font-size: 2.25rem;
  font-weight: 650;
}
.review-meta { display: flex; gap: 7px; margin-bottom: 10px; }
.review-header h1 { margin: 0 0 9px; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 650; line-height: 1.04; letter-spacing: -0.045em; }
.review-header p { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.6; }
.review-main { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 18px; align-items: start; margin-top: 42px; }
.prose-card,
.visit-card {
  padding: clamp(23px, 4vw, 37px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.prose-card h2,
.visit-card h2 { margin: 0 0 12px; font-size: 1.48rem; letter-spacing: -0.035em; }
.prose-card p,
.visit-card p { color: var(--muted); font-size: 1rem; line-height: 1.65; }
.prose-card h2:not(:first-of-type) { margin-top: 31px; }
.visit-card { position: sticky; top: 90px; border-top: 3px solid var(--accent); }
.visit-card small { display: block; margin-top: 10px; color: var(--muted); text-align: center; }
.fact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.fact-list div { padding: 13px; background: var(--surface-soft); }
.fact-list dt { color: var(--muted); font-size: 0.76rem; font-weight: 650; letter-spacing: 0.07em; text-transform: uppercase; }
.fact-list dd { margin: 4px 0 0; font-weight: 650; }
.review-taxonomy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 24px;
  margin-top: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.link-pills,
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; list-style: none; }
.link-pills a,
.tag-list li { padding: 6px 9px; color: var(--ink-soft); background: #e8e0de; border: 1px solid #d4c7c5; border-radius: 7px; font-size: 0.82rem; }
.link-pills a:hover { color: var(--accent-dark); border-color: #b8919c; }
.related-section { padding-top: 55px; }
.related-grid {
  margin-top: 18px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

/* Search and informational pages */
.directory-search {
  max-width: 780px;
  padding: 21px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.directory-search label { display: block; margin-bottom: 8px; font-size: 0.9rem; font-weight: 650; }
.directory-search > div { display: flex; gap: 7px; }
.directory-search input {
  min-width: 0;
  flex: 1;
  padding: 12px 14px;
  color: var(--ink);
  background: #eee8e5;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}
.directory-search input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(157, 63, 89, 0.1); }
.search-status { margin: 24px 0 14px; color: var(--muted); }
.search-results { display: grid; gap: 8px; max-width: 900px; }
.search-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 11px;
}
.search-result:hover { border-color: #b8919c; }
.search-result h2 { margin: 8px 0 5px; font-size: 1.12rem; }
.search-result h2 a:hover { color: var(--accent-dark); }
.search-result-title { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.search-result-title > a:first-child { color: var(--link); font-weight: 650; }
.outbound-link { color: var(--accent-dark); font-size: 0.78rem; font-weight: 650; white-space: nowrap; }
.outbound-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.search-result p { margin: 0 0 6px; color: var(--muted); font-size: 0.94rem; }
.search-result small { color: var(--muted); }
.method-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.method-grid section { padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.method-grid span { color: var(--accent-dark); font-size: 0.72rem; font-weight: 650; letter-spacing: 0.09em; }
.method-grid h2 { margin: 15px 0 8px; font-size: 1.25rem; }
.method-grid p { margin: 0; color: var(--muted); }
.prose-card-wide { max-width: 760px; }

/* Review directory */
.reviews-page { padding-top: 25px; }
.reviews-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding: 42px 0 30px;
}
.reviews-header h1 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(2.15rem, 4vw, 3.25rem);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.reviews-header > div:first-child > p:last-child { max-width: 680px; margin: 0; color: var(--muted); font-size: 1rem; }
.reviews-total {
  display: flex;
  min-width: 108px;
  flex-direction: column;
  align-items: flex-end;
  padding: 15px 18px;
  background: var(--accent-soft);
  border: 1px solid #cfafb7;
  border-radius: 12px;
}
.reviews-total strong { color: var(--accent-dark); font-size: 1.65rem; line-height: 1; }
.reviews-total span { margin-top: 5px; color: var(--muted); font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase; }
.reviews-toolbar {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px 10px 18px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 12px 12px 0 0;
}
.reviews-toolbar > p { margin: 0; color: var(--muted); font-size: 0.88rem; }
.reviews-toolbar label { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 0.82rem; }
.reviews-toolbar select {
  min-width: 176px;
  padding: 9px 34px 9px 11px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  font: inherit;
  font-weight: 650;
}
.reviews-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow);
  list-style: none;
}
.review-directory-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 23px 24px;
  border-bottom: 1px solid var(--line);
}
.review-directory-item:last-child { border-bottom: 0; }
.review-directory-item:hover { background: #f1e9e7; }
.review-directory-index {
  color: #8c7d82;
  font-size: 0.8rem;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}
.review-directory-content { min-width: 0; }
.review-directory-title { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.review-directory-title h2 { margin: 0; font-size: 1.12rem; line-height: 1.3; letter-spacing: -0.018em; }
.review-directory-title h2 a:hover { color: var(--accent-dark); }
.review-directory-content > p { max-width: 740px; margin: 6px 0 10px; color: var(--muted); font-size: 0.9rem; line-height: 1.55; }
.review-directory-meta { display: flex; flex-wrap: wrap; gap: 5px; }
.review-directory-meta span {
  padding: 3px 7px;
  color: #5f5358;
  background: #e8e0de;
  border-radius: 6px;
  font-size: 0.7rem;
}
.review-directory-actions { display: flex; gap: 8px; }
.review-directory-actions .button { min-height: 42px; padding: 8px 13px; font-size: 0.84rem; white-space: nowrap; }
.reviews-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}
.reviews-pagination > div { display: flex; gap: 6px; }
.reviews-pagination > div a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--ink-soft);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 0.86rem;
  font-weight: 650;
}
.reviews-pagination > div a[aria-current="page"] { color: #fff; background: var(--accent); border-color: var(--accent); }
.pagination-direction { color: var(--accent-dark); font-size: 0.88rem; font-weight: 650; }
.reviews-pagination > .pagination-direction:last-child { justify-self: end; }
.pagination-direction.is-disabled { color: #9c9094; }

.not-found { min-height: 68vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.not-found h1 { max-width: 800px; margin: 0 0 13px; font-size: clamp(2.8rem, 7vw, 5.5rem); line-height: 0.98; letter-spacing: -0.055em; }
.not-found > p:not(.eyebrow) { color: var(--muted); }
.not-found > div { display: flex; gap: 9px; margin-top: 18px; }

/* Footer and overlays */
.site-footer { padding: 48px 0 24px; color: #f7f3f1; background: var(--footer); border-top: 1px solid #251e24; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 0.7fr 0.7fr; gap: 45px; }
.footer-brand { color: #fff; font-size: 1.3rem; font-weight: 650; letter-spacing: -0.025em; }
.footer-grid p { max-width: 420px; color: #b9adb1; font-size: 0.96rem; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid nav strong { margin-bottom: 6px; color: #fff; font-size: 0.84rem; letter-spacing: 0.07em; text-transform: uppercase; }
.footer-grid nav a { color: #b9adb1; font-size: 0.93rem; }
.footer-grid nav a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  margin-top: 40px;
  color: #93878c;
  border-top: 1px solid var(--footer-line);
  font-size: 0.84rem;
}
.age-gate {
  width: min(470px, calc(100% - 32px));
  padding: 31px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(49, 32, 40, 0.28);
}
.age-gate::backdrop { background: rgba(31, 24, 29, 0.62); backdrop-filter: blur(3px); }
.age-gate-mark {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border: 1px solid #cfafb7;
  border-radius: 14px;
  font-weight: 650;
}
.age-gate h2 { margin: 18px 0 8px; font-size: 1.9rem; letter-spacing: -0.045em; }
.age-gate p { color: var(--muted); font-size: 1rem; line-height: 1.62; }
.age-gate-actions { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 7px; margin: 22px 0 13px; }
.age-gate small { display: block; color: var(--muted); font-size: 0.83rem; }
.back-to-top {
  position: fixed;
  z-index: 80;
  right: 20px;
  bottom: 20px;
  width: 47px;
  height: 47px;
  padding: 0;
  color: var(--accent);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(58, 39, 47, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s, transform .2s;
  cursor: pointer;
}
.back-to-top[data-visible] { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top svg { width: 100%; height: 100%; }
.back-to-top circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-dasharray: 119.4;
  stroke-dashoffset: 119.4;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.back-to-top path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 880px) {
  .review-main { grid-template-columns: 1fr; }
  .visit-card { position: static; }
  .review-directory-item { grid-template-columns: 40px minmax(0, 1fr); }
  .review-directory-actions { grid-column: 2; justify-content: flex-start; }
}

@media (max-width: 1050px) {
  .directory-sections,
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-tile { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .category-tile:nth-child(4n) { border-right: 1px solid var(--line); }
  .category-tile:nth-child(2n) { border-right: 0; }
  .category-tile:nth-last-child(-n + 4) { border-bottom: 1px solid var(--line); }
  .category-tile:nth-last-child(-n + 2) { border-bottom: 0; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 24px, 1440px); }
  .header-inner { min-height: 0; padding: 12px 0; }
  .header-search { width: min(64vw, 440px); }
  .directory-browser { padding-top: 22px; }
  .section-heading { align-items: flex-start; }
  .directory-sections { grid-template-columns: 1fr; }
  .category-section { min-height: 0; padding: 0; }
  .category-tile,
  .category-tile:nth-child(2n),
  .category-tile:nth-child(4n) { border-right: 0; border-bottom: 1px solid var(--line); }
  .category-tile:last-child { border-bottom: 0; }
  .section-description { min-height: 0; }
  .site-card { grid-template-columns: 28px 40px minmax(0, 1fr); gap: 9px; padding: 13px 12px; }
  .site-logo { width: 38px; height: 38px; }
  .site-card p { font-size: 0.78rem; }
  .see-all-link { padding-inline: 13px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-page-header { grid-template-columns: 1fr; }
  .category-icon-large { width: 64px; height: 64px; }
  .page-header h1,
  .category-page-header h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .review-header { grid-template-columns: 1fr; }
  .review-logo { width: 74px; height: 74px; font-size: 2rem; }
  .review-taxonomy,
  .method-grid,
  .fact-list { grid-template-columns: 1fr; }
  .reviews-header { align-items: flex-start; flex-direction: column; gap: 18px; padding: 32px 0 24px; }
  .reviews-total { align-items: flex-start; }
  .reviews-toolbar { align-items: flex-start; flex-direction: column; }
  .reviews-toolbar label { width: 100%; justify-content: space-between; }
  .reviews-toolbar select { min-width: 0; width: min(220px, 65%); }
  .review-directory-item { grid-template-columns: 30px minmax(0, 1fr); gap: 12px; padding: 20px 15px; }
  .review-directory-actions { flex-wrap: wrap; }
  .reviews-pagination { grid-template-columns: 1fr auto 1fr; gap: 8px; }
  .pagination-direction { font-size: 0.78rem; }
  .directory-search > div { display: grid; }
  .search-result { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 450px) {
  .header-inner { align-items: stretch; flex-direction: column; gap: 10px; }
  .brand { align-self: flex-start; }
  .header-search { width: 100%; }
  .site-card { grid-template-columns: 24px 34px minmax(0, 1fr); gap: 7px; padding-inline: 9px; }
  .site-logo { width: 34px; height: 34px; border-radius: 8px; }
  .site-direct-link { font-size: 0.98rem; }
  .review-mini { padding: 3px 7px; font-size: 0.7rem; }
  .site-row-meta > span:nth-child(n+3) { display: none; }
  .category-tile { flex-direction: column; }
  .review-directory-actions .button { flex: 1 1 auto; }
  .reviews-pagination > div a { width: 36px; height: 36px; }
  .age-gate { padding: 25px; }
  .age-gate-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
