@import url("https://fonts.googleapis.com/css2?family=DM+Mono&family=Outfit:wght@400;500;600;700&display=swap");

:root {
  font-family: Outfit, system-ui, sans-serif;
  color: #19201d;
  background: #f6f5f0;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
}
header,
main,
footer {
  max-width: 1800px;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
}
header {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
  font-size: 0.92rem;
}
.brand {
  font-size: 1.3rem;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.06em;
}
.brand span,
.eyebrow {
  color: #dc482f;
}
.hero {
  padding: 82px 0 42px;
  max-width: 720px;
}
.compact {
  padding: 0 0 20px;
}
.eyebrow {
  text-transform: uppercase;
  font:
    500 0.72rem "DM Mono",
    monospace;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}
h1 {
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
  margin: 0 0 18px;
}
h2 {
  letter-spacing: -0.04em;
}
p {
  line-height: 1.55;
  color: #58615d;
}
.hero > p:last-child {
  font-size: 1.15rem;
}
.home-intro {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(280px, 440px);
  justify-content: space-between;
  align-items: center;
  gap: clamp(28px, 6vw, 110px);
}
.home-intro .hero { max-width: none; }
.catalogue-context {
  max-width: 440px;
  margin: 26px 0 0;
  padding: 18px 20px;
  border-left: 3px solid #dc482f;
  background: #eef0e9;
}
.catalogue-context strong {
  display: block;
  color: #19201d;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.catalogue-context p {
  margin: 7px 0 0;
  color: #58615d;
  font-size: 0.95rem;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
  border-radius: 12px;
  background: #e8e9e0;
}
.filters input,
.filters select {
  flex: 1 1 150px;
}
input,
select,
textarea {
  padding: 11px;
  border: 1px solid #cdd0c7;
  border-radius: 7px;
  background: #fff;
  font: inherit;
  color: inherit;
}
.panel textarea {
  display: block;
  width: 100%;
  min-height: 40vh;
  margin: 12px 0;
  font-family: "DM Mono", monospace;
  font-size: 0.82rem;
  line-height: 1.5;
}
.edit-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.edit-form label {
  display: grid;
  gap: 5px;
  text-transform: capitalize;
  font-size: 0.85rem;
}
.edit-form textarea {
  min-height: 120px;
  grid-column: 1 / -1;
}
button {
  padding: 10px 14px;
  border: 0;
  border-radius: 7px;
  background: #19201d;
  color: #fff;
  font: 600 0.85rem Outfit;
  cursor: pointer;
}
button:disabled {
  opacity: 0.4;
}
.compare-button.is-selected {
  background: #dff2e5;
  color: #17633c;
  box-shadow: inset 0 0 0 1px #6cb982;
}
.publish-button {
  background: #237a47;
}
.unpublish-button {
  background: #fff0c8;
  color: #785500;
  box-shadow: inset 0 0 0 1px #d7b55d;
}
.delete-button {
  background: transparent;
  color: #9b3028;
  box-shadow: inset 0 0 0 1px #d98c86;
}
.edit-link {
  color: #17633c;
  font-weight: 600;
}
.status {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 100px;
  font-size: 0.72rem;
}
.status-draft {
  background: #edf0ea;
  color: #56615a;
}
.status-published {
  background: #dff2e5;
  color: #17633c;
}
.sort {
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.compare-link {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  padding: 11px 15px;
  border-radius: 7px;
  background: #f05238;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.hidden {
  display: none;
}
.catalogue {
  padding: 22px 0 80px;
}
.guide-directory {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.35fr);
  gap: 48px;
  max-width: 1120px;
  padding: 4px 0 72px;
}
.guide-directory h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.05;
}
.guide-directory p {
  max-width: 470px;
}
.guide-directory-links {
  display: grid;
  gap: 10px;
}
.guide-directory-links a {
  position: relative;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) auto;
  gap: 4px 15px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid #dedfd8;
  border-radius: 10px;
  background: #fff;
  color: #19201d;
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}
.guide-directory-links a:hover {
  border-color: #d98c7d;
  box-shadow: 0 8px 20px rgba(25, 32, 29, 0.06);
  transform: translateX(3px);
}
.guide-directory-links span {
  grid-row: span 2;
  color: #dc482f;
  font:
    600 0.7rem "DM Mono",
    monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.guide-directory-links strong {
  font-size: 1.03rem;
  letter-spacing: -0.02em;
}
.guide-directory-links small {
  color: #58615d;
  font-size: 0.88rem;
  line-height: 1.35;
}
.guide-directory-links b {
  grid-column: 3;
  grid-row: 1 / span 2;
  color: #dc482f;
  font-size: 1.35rem;
}
.guide-page {
  padding-top: 58px;
}
.breadcrumbs {
  margin: 0 0 24px;
  padding-top: 30px;
}
.guide-page .breadcrumbs {
  padding-top: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  color: #65706a;
  font:
    500 0.72rem "DM Mono",
    monospace;
  letter-spacing: 0.03em;
  list-style: none;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.breadcrumbs li:not(:last-child)::after {
  color: #9ba39d;
  content: "/";
}
.breadcrumbs a {
  color: #35433c;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.breadcrumbs [aria-current="page"] {
  color: #65706a;
}
.guide-page .buyer-guide {
  padding-top: 0;
}
.guide-page h1 {
  max-width: 980px;
}
.guide-page-cta {
  display: inline-block;
  margin-top: 48px !important;
  vertical-align: middle;
}
.guide-page-cta + .guide-page-cta {
  margin-top: 48px !important;
  margin-left: 8px;
}
.guide-legal-reference {
  margin-top: 28px;
}
.guide-page-cta a {
  display: inline-flex;
  padding: 12px 15px;
  border-radius: 7px;
  background: #19201d;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.guide-page-fields {
  margin-top: 34px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.buyer-guide {
  max-width: 1120px;
  padding: 8px 0 88px;
}
.buyer-guide h2 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
}
.buyer-guide h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
  letter-spacing: -0.03em;
}
.buyer-guide p {
  margin: 0;
}
.buyer-guide p,
.buyer-guide li {
  font-size: 1rem;
  line-height: 1.7;
}
.guide-intro {
  max-width: 820px;
  margin-bottom: 26px !important;
  font-size: 1.18rem !important;
  line-height: 1.65 !important;
}
.guide-prompts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}
.guide-prompts li {
  display: grid;
  gap: 3px;
  padding: 16px 18px;
  border: 1px solid #e3e4de;
  border-radius: 10px;
  background: #fff;
}
.guide-prompts strong {
  color: #dc482f;
  font:
    600 0.73rem "DM Mono",
    monospace;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.guide-prompts span {
  color: #334039;
  font-size: 0.94rem;
  line-height: 1.35;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #e2e3dc;
  border-radius: 12px;
  overflow: hidden;
  background: #e2e3dc;
  box-shadow: 0 10px 28px rgba(25, 32, 29, 0.035);
}
.guide-grid article {
  position: relative;
  min-height: 210px;
  padding: 30px 30px 26px;
  background: #fff;
}
.guide-grid article:first-child {
  background: #fffaf7;
}
.guide-card-mark {
  display: block;
  margin-bottom: 26px;
  color: #dc482f;
  font:
    600 0.78rem "DM Mono",
    monospace;
  letter-spacing: 0.08em;
}
.guide-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
  margin: 48px 0 32px;
}
.guide-columns > div {
  display: grid;
  align-content: start;
  gap: 12px;
  padding-top: 4px;
}
.guide-columns h3:not(:first-child) {
  margin-top: 20px;
}
.guide-columns ol {
  margin: 5px 0 0;
  padding-left: 24px;
  color: #58615d;
}
.guide-columns li + li {
  margin-top: 5px;
}
.guide-quote {
  max-width: 880px;
  margin: 48px auto 34px;
  padding: 0 0 0 28px;
  border-left: 4px solid #dc482f;
}
.guide-quote p {
  color: #26342d;
  font-size: clamp(1.18rem, 2.2vw, 1.55rem) !important;
  font-weight: 500;
  line-height: 1.42 !important;
  letter-spacing: -0.025em;
}
.guide-note {
  padding: 24px 26px;
  border-left: 3px solid #f05238;
  border-radius: 0 10px 10px 0;
  background: #fff0e9;
}
.purchase-checklist + .guide-note,
.ownership-guide + .guide-note,
.guide-faq + .guide-note {
  margin-top: 48px;
}
.field-guide {
  margin-top: 64px;
  padding: 44px;
  border: 1px solid #dedfd8;
  border-radius: 16px;
  background: #eef0e9;
}
.field-guide-heading {
  max-width: 790px;
}
.field-guide-heading h2 {
  margin-bottom: 12px;
}
.field-guide-heading > p:last-child {
  font-size: 1.08rem;
}
.field-guide-group {
  margin-top: 42px;
}
.field-guide-group > h3,
.field-guide-method h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.field-guide-group > h3::before,
.field-guide-method h3::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dc482f;
  content: "";
}
.field-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.field-card-grid > .field-card:last-child:nth-child(3n + 1) {
  grid-column: span 3;
}
.field-card {
  min-height: 184px;
  padding: 23px 22px;
  border: 1px solid #dfe2da;
  border-radius: 10px;
  background: #fff;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.field-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(25, 32, 29, 0.07);
}
.field-card h4 {
  margin: 0 0 10px;
  color: #27332d;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}
.field-card p {
  font-size: 0.98rem;
  line-height: 1.62;
}
.field-card-tag {
  display: inline-flex;
  margin: 0 0 13px;
  padding: 4px 7px;
  border-radius: 100px;
  background: #fff0e9;
  color: #a93725;
  font:
    600 0.66rem "DM Mono",
    monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.field-guide-method {
  margin-top: 42px;
  padding: 25px 26px;
  border-radius: 10px;
  background: #19201d;
}
.field-guide-method h3 {
  color: #fff;
}
.field-guide-method p {
  max-width: 900px;
  color: #d9ded8;
}
.field-guide-method a {
  color: #fff;
}
.field-guide-method details {
  margin-top: 21px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.field-guide-method summary {
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.field-guide-method details p {
  margin-top: 12px;
  font-size: 0.98rem;
}
.ownership-guide {
  margin-top: 76px;
}
.ownership-guide > h2 {
  max-width: 820px;
}
.ownership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.ownership-card {
  padding: 27px 25px;
  border-top: 3px solid #dc482f;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(25, 32, 29, 0.04);
}
.ownership-card h3 {
  margin-top: 13px;
}
.ownership-card p + p {
  margin-top: 14px;
}
.ownership-kicker {
  color: #dc482f;
  font:
    600 0.74rem "DM Mono",
    monospace;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.licence-panel {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.6fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 22px;
  padding: 28px 30px;
  border-radius: 12px;
  background: #dcebe1;
}
.licence-panel .eyebrow {
  margin-bottom: 7px;
}
.licence-panel h3 {
  margin: 0;
}
.licence-panel a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 7px;
  background: #17633c;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.licence-panel a:hover {
  background: #124f30;
}
.purchase-checklist {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.35fr);
  gap: 52px;
  margin-top: 52px;
  padding: 38px 0;
  border-top: 1px solid #dedfd8;
  border-bottom: 1px solid #dedfd8;
}
.checklist-intro h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.05;
}
.purchase-checklist ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: checklist;
}
.purchase-checklist li {
  position: relative;
  min-height: 67px;
  padding: 13px 8px 13px 58px;
  border-bottom: 1px solid #e2e3dc;
  color: #58615d;
}
.purchase-checklist li::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #19201d;
  color: #fff;
  content: counter(checklist, decimal-leading-zero);
  counter-increment: checklist;
  font:
    500 0.68rem "DM Mono",
    monospace;
}
.purchase-checklist li strong {
  color: #26342d;
}
.guide-faq {
  max-width: 880px;
  margin: 58px auto 0;
}
.guide-faq h2 {
  margin-bottom: 22px;
}
.guide-faq details {
  margin-top: 9px;
  padding: 19px 21px;
  border: 1px solid #e0e2db;
  border-radius: 10px;
  background: #fff;
}
.guide-faq summary {
  cursor: pointer;
  color: #26342d;
  font-size: 1.06rem;
  font-weight: 600;
}
.guide-faq details[open] {
  border-color: #d8b0a8;
  background: #fffaf7;
}
.guide-faq details p {
  margin-top: 14px;
}
.advanced-filters {
  margin-top: 10px;
  padding: 11px 14px;
  border: 1px solid #e2e3dc;
  border-radius: 8px;
  background: #fff;
}
.advanced-filters summary {
  cursor: pointer;
  color: #35433c;
  font-weight: 600;
}
.advanced-filter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.advanced-filter-grid label {
  display: grid;
  gap: 6px;
  color: #536059;
  font-size: 0.8rem;
  font-weight: 600;
}
.advanced-filter-grid label span {
  display: flex;
  gap: 6px;
}
.advanced-filter-grid input,
.advanced-filter-grid select {
  width: 100%;
  min-width: 0;
}
.range-control {
  margin: 5px 8px 10px;
}
.noUi-target {
  height: 7px;
  border: 0;
  border-radius: 100px;
  background: #e2e3dc;
  box-shadow: none;
}
.noUi-connect {
  background: #f05238;
}
.noUi-handle {
  width: 18px !important;
  height: 18px !important;
  right: -9px !important;
  top: -6px !important;
  border: 2px solid #f05238;
  border-radius: 50%;
  box-shadow: none;
  cursor: grab;
}
.noUi-handle::before,
.noUi-handle::after {
  display: none;
}
.advanced-filter-grid .range-values {
  justify-content: space-between;
  color: #35433c;
  font: 500 0.75rem "DM Mono";
}
.clear-filters {
  margin-top: 16px;
  padding: 7px 10px;
  background: #edf0ea;
  color: #35433c;
  font-size: 0.82rem;
}
.count {
  margin-bottom: 10px;
  color: #69726c;
  font: 500 0.78rem "DM Mono";
}
.table-wrap {
  overflow: auto;
  border: 1px solid #e2e3dc;
  border-radius: 10px;
  background: #fff;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.9rem;
}
th {
  color: #65706a;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
th,
td {
  padding: 15px;
  border-bottom: 1px solid #ecece7;
  vertical-align: middle;
}
td a {
  text-decoration: none;
}
.model-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
}
.model-thumb {
  width: 88px;
  height: 52px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.model-photo {
  float: right;
  width: min(46%, 480px);
  max-height: 270px;
  margin: 0 0 18px 28px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.model-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 88px);
  align-items: center;
  min-height: 430px;
  padding: clamp(30px, 5vw, 72px);
  border: 1px solid #dfe2d8;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff 0%, #f0f1e9 100%);
}
.model-hero.no-image { grid-template-columns: minmax(0, 760px); }
.model-hero h1 {
  max-width: 700px;
  margin-bottom: 22px;
}
.model-hero-image {
  min-height: 310px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: #e8e9e1;
}
.model-hero-image img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 18px 12px rgba(25, 32, 29, 0.16));
}
.model-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: baseline;
  margin-bottom: 20px;
}
.model-hero .price {
  color: #19201d;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  letter-spacing: -0.06em;
}
.model-hero .price small,
.model-hero .global-rating small {
  color: #65706a;
  font: 500 0.68rem "DM Mono", monospace;
  letter-spacing: 0.04em;
}
.model-hero .global-rating {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  font-size: 1.28rem;
}
.model-hero .model-summary {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}
.model-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 29px 0 0;
  background: #d9ddd4;
  border: 1px solid #d9ddd4;
  border-radius: 10px;
  overflow: hidden;
}
.model-facts div { padding: 12px 10px; background: rgba(255, 255, 255, 0.72); }
.model-facts dt { color: #68716b; font: 500 0.64rem "DM Mono", monospace; text-transform: uppercase; letter-spacing: 0.06em; }
.model-facts dd { margin: 4px 0 0; font-size: 1rem; font-weight: 700; letter-spacing: -0.03em; }
.model-introduction,
.model-tradeoffs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 58px 0;
}
.model-introduction > *,
.model-tradeoffs > * {
  margin: 0;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 14px;
}
.model-introduction article { background: #19201d; }
.model-introduction article h2,
.model-introduction article p { color: #fff; }
.model-introduction article .eyebrow { color: #f3a178; }
.model-introduction aside { border: 1px solid #dedfd8; background: #fff; }
.model-introduction h2,
.model-tradeoffs h2,
.model-alternatives h2,
.model-verdict h2 { margin: 0 0 12px; font-size: clamp(1.6rem, 3vw, 2.35rem); }
.model-introduction p:last-child,
.model-tradeoffs p:last-child,
.model-section p:last-child,
.model-verdict p:last-of-type { margin-bottom: 0; }
.model-use-tabs {
  margin: 58px 0;
}
.model-tab-list { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 16px; padding-bottom: 4px; }
.model-tab-list button { flex: 0 0 auto; padding: 10px 13px; border: 1px solid #d6dad1; border-radius: 100px; background: #fff; color: #4f5a54; font: 600 .82rem Outfit, sans-serif; }
.model-tab-list button[aria-selected="true"] { border-color: #19201d; background: #19201d; color: #fff; }
.model-tab-list button:focus-visible { outline: 3px solid #f3a178; outline-offset: 2px; }
.model-tab-panels { min-height: 250px; }
.model-section {
  padding: clamp(23px, 3vw, 34px);
  border-top: 3px solid #dc482f;
  background: #fff;
}
.model-section h2 { margin: 0 0 11px; font-size: 1.45rem; }
.model-section .eyebrow { margin-bottom: 22px; color: #9a4d00; }
.model-tradeoffs ul { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.model-tradeoffs li { position: relative; padding-left: 22px; color: #46514b; line-height: 1.45; }
.model-tradeoffs li::before { position: absolute; left: 0; color: #17633c; content: "✓"; font-weight: 700; }
.model-tradeoffs .strengths { background: #e2f1e6; }
.model-tradeoffs .limitations { border: 1px solid #ead8c3; background: #fff8ec; }
.model-tradeoffs .limitations li::before { color: #b46118; content: "!"; }
.model-verdict {
  margin: 58px 0;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 14px;
  background: #dc482f;
}
.model-verdict h2,
.model-verdict p { color: #fff; }
.model-verdict .eyebrow { color: #ffe1ce; }
.model-verdict .tag { margin-top: 18px; background: rgba(255,255,255,.2); color: #fff; }
.model-alternatives { margin: 58px 0; }
.model-alternatives > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.model-alternatives article { padding: 22px; border: 1px solid #dedfd8; border-radius: 10px; background: #fff; }
.model-alternatives h3 { margin: 0 0 9px; font-size: 1.1rem; }
.model-alternatives h3 a { text-decoration-color: #dc482f; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.model-alternatives h3 a:hover { color: #dc482f; }
.model-alternatives p { margin: 0; font-size: .94rem; }
.model-specifications { margin: 58px 0; border: 1px solid #dedfd8; border-radius: 12px; background: #fff; }
.model-specifications summary { display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; cursor: pointer; list-style: none; }
.model-specifications summary::-webkit-details-marker { display: none; }
.model-specifications summary b { display: block; font-size: 1.25rem; }
.model-specifications summary small { color: #65706a; font: 500 .68rem "DM Mono", monospace; }
.model-specifications[open] summary { border-bottom: 1px solid #e2e3dc; }
.model-specifications .table-wrap { border: 0; border-radius: 0 0 12px 12px; }
.model-sources { margin-top: 58px; padding-top: 36px; border-top: 1px solid #d9ddd4; }
.model-sources h2, .model-evidence h2 { margin: 0 0 12px; font-size: 1.35rem; }
.model-sources ul { display: grid; gap: 10px; padding-left: 20px; }
.model-sources li { color: #58615d; }
.model-sources li p { margin: 3px 0 0; font-size: .9rem; }
.model-evidence { margin: 24px 0 58px; padding: 20px 22px; border-left: 3px solid #dc482f; background: #eef0e9; }
.model-evidence p { margin: 0; font-size: .93rem; }
.image-credit {
  font-size: 0.82rem;
  color: #58615d;
}
td strong,
td small {
  display: block;
}
td small {
  margin-top: 3px;
  color: #6e7771;
}
.tag,
.metric {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 100px;
  font-size: 0.72rem;
  white-space: nowrap;
}
.rating {
  white-space: nowrap;
}
.global-rating {
  color: #17633c;
  font-size: 1.05rem;
}
.model-summary {
  max-width: 900px;
  color: #26342d;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.6;
}
.star {
  padding: 0;
  border: 0;
  background: transparent;
  color: #c7cbc4;
  font-size: 1rem;
  line-height: 1;
}
.star.is-rated {
  color: #e5a11b;
}
.star:hover {
  color: #e5a11b;
}
.tag,
.metric-middle {
  background: #fff0c8;
  color: #785500;
}
.metric-good,
.tag-good {
  background: #dff2e5;
  color: #17633c;
}
.tag-warning {
  background: #fee0b8;
  color: #9a4d00;
}
.metric-bad,
.tag-bad {
  background: #f9dddd;
  color: #9b3028;
}
.tag-plain {
  background: #edf0ea;
  color: #56615a;
}
.empty,
.panel {
  margin: 18px 0;
  padding: 24px;
  border: 1px solid #e2e3dc;
  border-radius: 10px;
  background: #fff;
}
.notice {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 7px;
  font-size: 0.9rem;
}
.notice.error {
  background: #f9dddd;
  color: #8f241d;
}
.notice.success {
  background: #dff2e5;
  color: #17633c;
}
.editor-image {
  max-width: 280px;
  max-height: 180px;
  vertical-align: middle;
  object-fit: contain;
}
.image-candidates {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.image-candidates form {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid #e2e3dc;
  border-radius: 8px;
}
.image-candidates img {
  width: 100%;
  height: 125px;
  object-fit: contain;
}
.image-candidates strong {
  font-size: 0.8rem;
  line-height: 1.25;
}
.comparison th:first-child {
  min-width: 170px;
}
.comparison-model {
  min-width: 440px;
  text-align: center;
}
.comparison-model-image {
  display: block;
  width: 420px;
  height: 260px;
  margin: 0 auto 14px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.comparison-model > span {
  display: block;
  text-align: left;
}
footer {
  padding-top: 25px;
  padding-bottom: 35px;
  border-top: 1px solid #dfdfd8;
  color: #69726c;
  font-size: 0.82rem;
}
.editor-page {
  background: #f3f4ef;
}
.editor-header {
  max-width: 1260px;
  border-bottom: 1px solid #dedfd8;
}
.editor-tools {
  display: flex;
  align-items: center;
  gap: 9px;
}
.editor-tools .quiet {
  background: transparent;
  color: #58615d;
  box-shadow: inset 0 0 0 1px #cdd0c7;
}
.editor-main {
  max-width: 1260px;
  padding-bottom: 64px;
}
.editor-intro {
  padding: 54px 0 26px;
  max-width: 680px;
}
.editor-intro h1,
.login h1 {
  font-size: clamp(2.3rem, 5vw, 4.2rem);
}
.editor-page .panel {
  margin: 20px 0;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(25, 32, 29, 0.04);
}
.editor-page .panel h2 {
  margin: 0;
}
.login {
  max-width: 470px;
  margin: 9vh auto;
  padding: 34px;
  border: 1px solid #e2e3dc;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(25, 32, 29, 0.07);
}
.login-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.login-form label,
.editor-page .edit-form label {
  display: grid;
  gap: 8px;
  color: #35433c;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.login-form input,
.editor-page .edit-form input,
.editor-page .edit-form select {
  width: 100%;
  min-height: 44px;
  padding: 10px 11px;
  color: #19201d;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}
.import-panel {
  max-width: 840px;
}
.import-form {
  display: grid;
  gap: 12px;
}
.import-form button {
  justify-self: start;
}
.editor-page .edit-form {
  gap: 20px 16px;
  margin-top: 24px;
}
.editor-page .edit-form textarea {
  min-height: 150px;
  margin: 0;
  padding: 12px;
  font-family: inherit;
  font-size: 0.95rem;
}
.editor-page .edit-form > button {
  align-self: end;
  justify-self: start;
}
.panel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.panel-heading .eyebrow {
  margin-bottom: 5px;
}
.model-count {
  color: #69726c;
  font:
    500 0.78rem "DM Mono",
    monospace;
  white-space: nowrap;
}
.models-panel th {
  background: #f7f8f4;
}
.models-panel td:nth-child(3) {
  color: #17633c;
  font-weight: 600;
  white-space: nowrap;
}
.models-panel td:nth-child(n + 4) {
  white-space: nowrap;
}
.editor-page .notice {
  max-width: 840px;
}

@media (max-width: 700px) {
  .home-intro { grid-template-columns: 1fr; gap: 0; }
  .catalogue-context { max-width: none; margin: 0 0 36px; }
  header,
  main,
  footer {
    padding-left: 16px;
    padding-right: 16px;
  }
  header nav {
    gap: 7px 12px;
    font-size: 0.78rem;
  }
  .hero {
    padding-top: 54px;
  }
  .filters {
    margin: 0 -16px;
    padding: 16px;
    border-radius: 0;
  }
  .guide-directory {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 48px;
  }
  .guide-directory-links a {
    grid-template-columns: 1fr auto;
    gap: 6px;
    padding: 17px;
  }
  .guide-directory-links span {
    grid-column: 1;
    grid-row: auto;
  }
  .guide-directory-links small {
    grid-column: 1;
  }
  .guide-directory-links b {
    grid-column: 2;
    grid-row: 1 / span 3;
  }
  .guide-page {
    padding-top: 40px;
  }
  .guide-grid,
  .guide-columns,
  .field-card-grid,
  .guide-prompts,
  .ownership-grid,
  .purchase-checklist {
    grid-template-columns: 1fr;
  }
  .guide-columns {
    gap: 16px;
    margin-top: 28px;
  }
  .guide-grid article {
    min-height: 0;
    padding: 23px 20px;
  }
  .guide-card-mark {
    margin-bottom: 16px;
  }
  .guide-quote {
    margin: 34px 0 26px;
    padding-left: 20px;
  }
  .guide-prompts {
    gap: 8px;
  }
  .ownership-guide {
    margin-top: 54px;
  }
  .ownership-card {
    padding: 22px 20px;
  }
  .licence-panel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }
  .licence-panel a {
    justify-self: start;
  }
  .purchase-checklist {
    gap: 24px;
    margin-top: 38px;
    padding: 30px 0;
  }
  .purchase-checklist + .guide-note,
  .ownership-guide + .guide-note,
  .guide-faq + .guide-note {
    margin-top: 36px;
  }
  .guide-page-cta + .guide-page-cta {
    margin-top: 48px !important;
  }
  .guide-faq {
    margin-top: 42px;
  }
  .guide-faq details {
    padding: 17px;
  }
  .field-guide {
    margin: 42px -4px 0;
    padding: 28px 20px;
    border-radius: 12px;
  }
  .field-guide-group {
    margin-top: 32px;
  }
  .field-card {
    min-height: 0;
  }
  .field-card-grid > .field-card:last-child:nth-child(3n + 1) {
    grid-column: auto;
  }
  th,
  td {
    padding: 12px 10px;
  }
  .model-photo {
    float: none;
    width: 100%;
    margin: 0 0 18px;
  }
  .model-hero,
  .model-introduction,
  .model-tradeoffs {
    grid-template-columns: 1fr;
  }
  .model-hero {
    gap: 24px;
    min-height: 0;
    padding: 28px 20px;
  }
  .model-hero-image {
    min-height: 220px;
    order: -1;
  }
  .model-hero-image img {
    height: 230px;
  }
  .model-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .model-introduction,
  .model-tradeoffs,
  .model-use-tabs,
  .model-verdict,
  .model-alternatives,
  .model-specifications,
  .model-sources {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .model-alternatives > div {
    grid-template-columns: 1fr;
  }
  .editor-header {
    height: auto;
    min-height: 72px;
    flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .editor-tools {
    width: 100%;
    justify-content: space-between;
  }
  .editor-page .panel,
  .login {
    padding: 20px;
  }
  .panel-heading {
    align-items: start;
  }
}
