:root {
  color-scheme: light;
  --surface-page: #f4faf6;
  --surface-primary: #ffffff;
  --surface-secondary: #e8f5ed;
  --surface-elevated: #ffffff;
  --surface-inverse: #10271d;
  --text-primary: #10251b;
  --text-secondary: #496458;
  --text-inverse: #ffffff;
  --action-primary: #087a49;
  --action-primary-hover: #045e37;
  --border-subtle: #d8e9df;
  --border-default: #bedac9;
  --border-strong: #88ae98;
  --ink: #12241c;
  --paper: #f3faf5;
  --paper-deep: #dff3e7;
  --panel: #ffffff;
  --rule: #c9e2d3;
  --rule-strong: #94bca5;
  --mute: #4e675b;
  --alin: #0a7d4c;
  --alin-deep: #065c38;
  --mint: #d7f4e4;
  --sun: #fff1d6;
  --stale: #b42318;
  --focus: #1251c8;
  --shadow: 0 12px 30px rgb(18 36 28 / 9%);
  --radius-sm: 0.55rem;
  --radius: 0.9rem;
  --radius-lg: 1.25rem;
  --page: 73.75rem;
  --space-1: 0.35rem;
  --space-2: 0.65rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2.25rem;
  --space-6: 3.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
  font-synthesis: none;
}

/* Owned-content release: provenance, trust and complete discovery IA. */
.product-owned-summary,
.collection-editorial {
  display: grid;
  grid-template-columns: minmax(13rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.5rem, 5vw, 4.5rem);
  margin-block: clamp(2rem, 5vw, 4rem);
  padding: clamp(1.35rem, 3.5vw, 2.5rem);
  border: 1px solid var(--border-subtle);
  border-radius: 1.5rem;
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 1rem 3rem rgb(18 36 28 / 5%);
}

.product-owned-summary h2,
.collection-editorial h2 {
  max-width: 16ch;
  margin: 0.2rem 0 0;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.product-owned-summary > div:last-child,
.collection-editorial > div:last-child {
  max-width: 46rem;
  color: var(--text-secondary);
}

.product-owned-summary p,
.collection-editorial p {
  margin-block-start: 0;
}

.collection-editorial nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-block-start: 1.2rem;
}

.collection-editorial nav a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--action-primary);
  font-weight: 750;
  text-decoration: none;
}

.comments-intake-closed,
.trust-empty-state {
  padding: clamp(1.1rem, 3vw, 1.75rem);
  border: 1px solid var(--border-default);
  border-radius: 1.15rem;
  background: var(--surface-secondary);
}

.comments-intake-closed strong,
.trust-empty-state strong {
  font-size: 1.05rem;
}

.comments-intake-closed p,
.trust-empty-state p {
  margin: 0.35rem 0 0;
  color: var(--text-secondary);
}

.offer-audience {
  display: block;
  max-width: 19rem;
  margin-block-start: 0.3rem;
  color: #76531a;
  font-size: 0.75rem;
  line-height: 1.35;
}

.trust-page {
  width: min(100% - 2rem, 58rem);
  padding-block-end: clamp(4rem, 8vw, 8rem);
}

.trust-page > h1 {
  max-width: 16ch;
  margin-block: 0.35rem 1.2rem;
  font-size: clamp(2.6rem, 6vw, 5.25rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.trust-page .article-body {
  display: grid;
  gap: clamp(1rem, 3vw, 1.75rem);
}

.trust-page .article-body > .lede {
  max-width: 48rem;
  margin: 0 0 0.5rem;
  color: var(--text-secondary);
  font-size: clamp(1.12rem, 2.3vw, 1.42rem);
  line-height: 1.5;
}

.trust-page .article-body > section {
  padding: clamp(1.3rem, 3.5vw, 2.4rem);
  border: 1px solid var(--border-subtle);
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 0.8rem 2.5rem rgb(18 36 28 / 4%);
}

.trust-page .article-body h2 {
  margin-block: 0 0.7rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: -0.03em;
}

.trust-page .article-body h3 {
  margin-block: 1.4rem 0.35rem;
  font-size: 1.05rem;
}

.trust-page .article-body p:last-child,
.trust-page .article-body ul:last-child {
  margin-block-end: 0;
}

.trust-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1rem 0 0;
  border-block-start: 1px solid var(--border-subtle);
}

.trust-facts > div {
  display: grid;
  gap: 0.15rem;
  padding: 0.9rem 1rem 0.9rem 0;
  border-block-end: 1px solid var(--border-subtle);
}

.trust-facts dt {
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 750;
}

.trust-facts dd {
  margin: 0;
  font-weight: 700;
}

.formula-panel,
.correction-contact {
  background: linear-gradient(145deg, #effaf3, #fff) !important;
}

.correction-contact .button {
  margin-block-start: 0.5rem;
  border-radius: 999px;
}

.site-footer {
  padding-block: clamp(3.5rem, 7vw, 6.5rem) 2.25rem;
  border-block-start: 1px solid var(--border-subtle);
  background: #e9f4ed;
}

.site-footer__inner {
  width: min(100% - 2rem, var(--page));
  margin-inline: auto;
  grid-template-columns: minmax(14rem, 0.82fr) minmax(0, 2.18fr);
  gap: clamp(2.5rem, 7vw, 7rem);
}

.site-footer__identity {
  align-content: start;
}

.site-footer__identity p {
  max-width: 25rem;
  margin-block: 1rem 0.8rem;
  color: var(--text-secondary);
}

.site-footer__identity small {
  display: block;
  max-width: 29rem;
  color: var(--text-secondary);
  font-size: 0.76rem;
  line-height: 1.55;
}

.site-footer__navs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
}

.site-footer__navs nav {
  display: grid;
  align-content: start;
  gap: 0.25rem;
}

.site-footer__navs nav strong {
  margin-block-end: 0.45rem;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.site-footer__navs nav a {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  color: var(--text-secondary);
  font-size: 0.84rem;
  text-decoration: none;
}

.site-footer__navs nav a:hover {
  color: var(--action-primary);
}

.home-hubs,
.home-merchants,
.home-guides-trust {
  padding-block: clamp(4.75rem, 9vw, 8.5rem);
}

.home-hubs {
  border-block-start: 1px solid var(--border-subtle);
  background: #eef7f1;
}

.home-section-heading > p:not(.eyebrow) {
  max-width: 39rem;
  margin: 1rem 0 0;
  color: var(--text-secondary);
  font-size: 1rem;
}

.home-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-hub-card {
  display: grid;
  min-height: 22rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(8rem, 0.8fr);
  gap: 1rem;
  align-items: center;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid var(--border-subtle);
  border-radius: 1.65rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgb(18 36 28 / 5%);
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 400ms cubic-bezier(0.25, 1, 0.5, 1);
}

.home-hub-card:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 1.4rem 3.5rem rgb(18 36 28 / 9%);
}

.home-hub-card--featured {
  grid-column: 1 / -1;
  min-height: 28rem;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.75fr);
  background: linear-gradient(135deg, #fff 45%, #e4f5ea);
}

.home-hub-card > div {
  display: grid;
  justify-items: start;
}

.home-hub-card > div > p:first-child {
  margin: 0;
  color: var(--action-primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home-hub-card h3 {
  margin: 0.45rem 0 0.7rem;
  font-size: clamp(1.65rem, 3.6vw, 3rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.home-hub-card h3 a {
  color: var(--text-primary);
  text-decoration: none;
}

.home-hub-card > div > span,
.home-hub-card > div > p:not(:first-child) {
  color: var(--text-secondary);
}

.home-hub-card > div > span {
  font-size: 0.8rem;
  font-weight: 750;
}

.home-hub-card > div > p:not(:first-child) {
  max-width: 34rem;
  margin-block: 0.7rem 1.2rem;
}

.home-hub-card > div > a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--action-primary);
  font-weight: 750;
  text-decoration: none;
}

.home-hub-image {
  display: grid;
  place-items: center;
}

.home-hub-image img {
  width: 100%;
  max-height: 17rem;
  object-fit: contain;
}

.home-merchants {
  background: #fff;
}

.home-merchant-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.home-merchant-card {
  display: grid;
  min-width: 0;
  min-height: 15rem;
  align-content: start;
  padding: 1.25rem;
  border: 1px solid var(--border-subtle);
  border-radius: 1.25rem;
  background: var(--surface-page);
  color: var(--text-primary);
  text-decoration: none;
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1), background-color 300ms ease;
}

.home-merchant-card:hover {
  background: #fff;
  color: var(--text-primary);
  transform: translateY(-0.15rem);
}

.home-merchant-card > span {
  overflow: hidden;
  font-size: 0.76rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-merchant-card > strong {
  margin-block: 1rem 0.25rem;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}

.home-merchant-card small,
.home-merchant-card time {
  color: var(--text-secondary);
  font-size: 0.75rem;
  line-height: 1.45;
}

.home-merchant-card time {
  margin-block-start: 0.75rem;
}

.home-merchant-card b {
  align-self: end;
  margin-block-start: 1.2rem;
  color: var(--action-primary);
  font-size: 0.78rem;
}

.home-guides-trust {
  border-block: 1px solid var(--border-subtle);
  background: var(--surface-page);
}

.home-guides-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
}

.home-guide-feature,
.home-trust-panel {
  min-height: 30rem;
  padding: clamp(1.7rem, 4vw, 3rem);
  border-radius: 1.75rem;
}

.home-guide-feature {
  display: grid;
  align-content: end;
  justify-items: start;
  background:
    radial-gradient(circle at 85% 10%, rgb(134 213 169 / 30%), transparent 17rem),
    var(--surface-inverse);
  color: #fff;
}

.home-guide-feature .eyebrow {
  color: #a8e7c2;
}

.home-guide-feature h2,
.home-trust-panel h2 {
  max-width: 12ch;
  margin: 0.3rem 0 1rem;
  font-size: clamp(2.3rem, 5vw, 4.3rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.home-guide-feature h2 {
  color: #fff;
}

.home-guide-feature > p:not(.eyebrow) {
  max-width: 32rem;
  color: rgb(255 255 255 / 72%);
}

.home-guide-feature .button {
  margin-block: 1.2rem 0.5rem;
  border-radius: 999px;
  background: #fff;
  color: var(--surface-inverse);
}

.home-guide-feature > a:not(.button) {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: #bfeacf;
  font-weight: 750;
  text-decoration: none;
}

.home-trust-panel {
  background: #fff;
  box-shadow: 0 1rem 3rem rgb(18 36 28 / 5%);
}

.home-trust-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-block-start: 2rem;
}

.home-trust-links a {
  display: grid;
  min-height: 7.5rem;
  align-content: center;
  padding: 1rem;
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  background: var(--surface-page);
  color: var(--text-primary);
  text-decoration: none;
}

.home-trust-links a:hover {
  border-color: var(--border-default);
  color: var(--text-primary);
}

.home-trust-links span {
  margin-block-start: 0.3rem;
  color: var(--text-secondary);
  font-size: 0.76rem;
  line-height: 1.4;
}

@media (max-width: 64rem) {
  .site-footer__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer__navs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-merchant-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-guides-trust-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 46rem) {
  .product-owned-summary,
  .collection-editorial,
  .home-hub-grid,
  .home-guides-trust-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .trust-facts,
  .site-footer__navs,
  .home-merchant-grid,
  .home-trust-links {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-hub-card,
  .home-hub-card--featured {
    min-height: 0;
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr) 7rem;
    padding: 1.25rem;
  }

  .home-hub-image img {
    max-height: 8rem;
  }

  .home-merchant-card {
    min-height: 12rem;
  }

  .home-guide-feature,
  .home-trust-panel {
    min-height: 0;
  }
}

@media (max-width: 22.5rem) {
  .reference-product-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-hub-card,
  .home-hub-card--featured {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-hub-image {
    display: none;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 20rem;
  scroll-behavior: smooth;
}

body {
  min-width: 20rem;
  margin: 0;
  overflow-wrap: break-word;
  background:
    radial-gradient(circle at 12% 0, rgb(215 244 228 / 70%), transparent 28rem),
    var(--paper);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.55;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
[type="submit"],
[role="button"] {
  cursor: pointer;
}

a {
  color: var(--alin-deep);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--alin);
}

:focus-visible {
  outline: 0.2rem solid var(--focus);
  outline-offset: 0.18rem;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-block-start: 0;
}

h1,
h2,
h3 {
  line-height: 1.16;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 22ch;
  margin-block-end: var(--space-3);
  font-size: clamp(2rem, 5vw, 3.8rem);
}

h2 {
  margin-block-end: var(--space-3);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

h3 {
  margin-block-end: var(--space-2);
  font-size: 1.1rem;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  inset-block-start: var(--space-2);
  inset-inline-start: var(--space-2);
  padding: 0.7rem 1rem;
  transform: translateY(-160%);
  border-radius: var(--radius-sm);
  background: var(--focus);
  color: #fff;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.fixture-banner,
.dev-banner,
[data-fixture-banner] {
  margin: 0;
  padding: 0.45rem max(var(--space-3), calc((100vw - var(--page)) / 2));
  border-block-end: 1px solid #eed397;
  background: var(--sun);
  color: #5c4410;
  font-size: 0.82rem;
  font-weight: 650;
  text-align: center;
}

.site-header {
  position: sticky;
  z-index: 100;
  inset-block-start: 0;
  border-block-end: 1px solid rgb(201 226 211 / 90%);
  background: rgb(243 250 245 / 94%);
  backdrop-filter: blur(0.7rem);
}

.header-inner,
.shell,
.page-shell,
main,
.site-footer__inner {
  width: min(100% - 2rem, var(--page));
  margin-inline: auto;
}

.header-inner {
  display: flex;
  min-height: 4.25rem;
  align-items: center;
  gap: var(--space-3);
}

.brand,
.site-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.55rem;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 2rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 0.55rem 0.55rem 0.55rem 0.2rem;
  background: var(--alin);
  color: #fff;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-inline-start: auto;
}

.site-nav a,
.menu-toggle {
  padding: 0.55rem 0.72rem;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--ink);
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.menu-toggle:hover {
  background: var(--mint);
}

.menu-toggle {
  display: none;
  margin-inline-start: auto;
}

main,
.page-shell {
  padding-block: clamp(1.75rem, 5vw, 4rem) var(--space-6);
}

.hero {
  display: grid;
  align-items: center;
  gap: var(--space-4);
  padding-block: clamp(0.5rem, 4vw, 3rem);
}

.eyebrow,
.kicker {
  margin-block-end: var(--space-2);
  color: var(--alin-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.lede {
  max-width: 65ch;
  color: var(--mute);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.search-form,
.search-box {
  position: relative;
  display: flex;
  width: min(100%, 46rem);
  gap: 0.5rem;
  padding: 0.45rem;
  border: 1px solid var(--rule);
  border-radius: 1rem;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.search-form label,
.search-box label,
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.search-form input,
.search-box input {
  min-width: 0;
  flex: 1;
  padding: 0.75rem 0.8rem;
  border: 0;
  outline: 0;
  background: transparent;
}

.button,
.btn,
.search-form button,
.search-box button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.68rem 1rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: var(--alin);
  color: #fff;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.button:hover,
.btn:hover,
.search-form button:hover,
.search-box button:hover {
  background: var(--alin-deep);
  color: #fff;
}

.button--secondary,
.btn-secondary {
  border-color: var(--rule);
  background: var(--panel);
  color: var(--ink);
}

.button--secondary:hover,
.btn-secondary:hover {
  background: var(--mint);
  color: var(--ink);
}

.combobox-options,
[role="listbox"] {
  position: absolute;
  z-index: 120;
  inset: calc(100% + 0.35rem) 0 auto;
  max-height: 19rem;
  margin: 0;
  padding: 0.35rem;
  overflow: auto;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  list-style: none;
}

[role="option"] {
  display: grid;
  gap: 0.15rem;
  padding: 0.65rem 0.75rem;
  border-radius: var(--radius-sm);
}

[role="option"] small {
  color: var(--mute);
}

[role="option"][aria-selected="true"],
[role="option"]:hover {
  background: var(--mint);
}

[hidden] {
  display: none !important;
}

.section {
  margin-block-start: var(--space-6);
}

.section-heading,
.toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--space-3);
}

.card-grid,
.category-grid,
.product-grid,
.merchant-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: var(--space-3);
}

.card,
.category-card,
.product-card,
.merchant-card,
.trust-card,
.state-card {
  min-width: 0;
  padding: var(--space-4);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: 0 0.25rem 1.25rem rgb(18 36 28 / 5%);
}

.card > :last-child,
.category-card > :last-child,
.product-card > :last-child,
.merchant-card > :last-child,
.trust-card > :last-child,
.state-card > :last-child {
  margin-block-end: 0;
}

.card-link,
.product-card__link {
  color: inherit;
  text-decoration: none;
}

.card-link::after,
.product-card__link::after {
  content: " →";
  color: var(--alin);
}

.meta,
.muted,
.product-card__meta,
.merchant-meta {
  color: var(--mute);
  font-size: 0.9rem;
}

.badge,
.status,
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: var(--mint);
  color: var(--alin-deep);
  font-size: 0.78rem;
  font-weight: 750;
}

.status--stale,
.badge--stale,
[data-state="stale"] .status {
  background: #fde7e5;
  color: var(--stale);
}

.status--neutral,
.badge--neutral {
  background: #edf2ef;
  color: var(--mute);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 var(--space-4);
  padding: 0;
  color: var(--mute);
  font-size: 0.86rem;
  list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-inline-start: 0.35rem;
  color: #8aa397;
}

.product-header {
  display: grid;
  gap: var(--space-4);
  margin-block-end: var(--space-5);
}

.product-visual {
  display: grid;
  min-height: 12rem;
  place-items: center;
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, var(--panel), var(--paper-deep));
}

.price,
.product-price {
  margin-block-end: var(--space-2);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.offer-list,
.offers {
  display: grid;
  gap: var(--space-2);
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-row,
.offer {
  display: grid;
  gap: var(--space-2);
  padding: var(--space-3);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--panel);
}

.offer__merchant,
.offer-merchant {
  font-weight: 750;
}

.offer__price,
.offer-price {
  font-size: 1.2rem;
  font-weight: 800;
}

.offer__action,
.offer-action {
  align-self: center;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-block: var(--space-3);
}

.filters label {
  display: grid;
  gap: 0.25rem;
  color: var(--mute);
  font-size: 0.82rem;
  font-weight: 700;
}

.filters select,
.filters input {
  min-height: 2.65rem;
  padding: 0.55rem 2rem 0.55rem 0.7rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  background: var(--panel);
}

dialog,
.dialog-fallback {
  width: min(calc(100% - 2rem), 34rem);
  max-height: calc(100dvh - 2rem);
  padding: 0;
  overflow: auto;
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
  color: var(--ink);
  box-shadow: 0 1.5rem 5rem rgb(18 36 28 / 22%);
}

dialog::backdrop {
  background: rgb(18 36 28 / 52%);
  backdrop-filter: blur(0.15rem);
}

.dialog-fallback.is-open {
  position: fixed;
  z-index: 300;
  inset: 1rem;
  display: block;
  margin: auto;
}

.dialog-header,
.dialog-body,
.dialog-footer {
  padding: var(--space-3) var(--space-4);
}

.dialog-header,
.dialog-footer {
  position: sticky;
  z-index: 1;
  background: var(--panel);
}

.dialog-header {
  inset-block-start: 0;
  border-block-end: 1px solid var(--rule);
}

.dialog-footer {
  inset-block-end: 0;
  border-block-start: 1px solid var(--rule);
}

.empty-state,
.error-state,
.loading-state,
.not-found {
  display: grid;
  min-height: 13rem;
  place-items: center;
  padding: var(--space-5);
  border: 1px dashed var(--rule);
  border-radius: var(--radius-lg);
  background: rgb(255 255 255 / 65%);
  text-align: center;
}

.error-state {
  border-color: #e6b8b4;
  background: #fff8f7;
}

.skeleton {
  min-height: 1rem;
  border-radius: 0.4rem;
  background: linear-gradient(90deg, var(--paper-deep) 25%, #f7fcf9 45%, var(--paper-deep) 65%);
  background-size: 240% 100%;
  animation: skeleton 1.4s ease-in-out infinite;
}

@keyframes skeleton {
  to {
    background-position: -240% 0;
  }
}

.sticky-action {
  position: sticky;
  z-index: 50;
  inset-block-end: var(--space-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  width: min(100%, 42rem);
  margin: var(--space-4) auto 0;
  padding: var(--space-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: rgb(255 255 255 / 96%);
  box-shadow: var(--shadow);
}

.site-footer {
  padding-block: var(--space-5);
  border-block-start: 1px solid var(--rule);
  background: var(--paper-deep);
}

.site-footer__inner {
  display: grid;
  gap: var(--space-3);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

/* Local-pilot renderer composition. These selectors deliberately extend the
   reusable primitives above instead of introducing a second design system. */
.global-search {
  width: min(100%, 31rem);
  margin-inline: auto;
  box-shadow: none;
}

.primary-nav {
  flex: 0 0 auto;
}

.pilot-banner span,
.fixture-banner span {
  margin-inline-start: 0.55rem;
  font-weight: 500;
}

.hero-copy > p:last-child,
.listing-header > p,
.article-page .lead,
.state-summary {
  max-width: 65ch;
  color: var(--mute);
  font-size: 1.08rem;
}

.proof-card,
.coverage-note,
.price-panel,
.spec-card,
.history-card,
.fixture-box {
  padding: var(--space-4);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.proof-line {
  display: block;
  width: 4rem;
  height: 0.35rem;
  margin-block-end: var(--space-3);
  border-radius: 999px;
  background: var(--alin);
}

.method-band {
  margin-block: var(--space-6) calc(-1 * var(--space-6));
  padding-block: var(--space-6);
  background: var(--ink);
  color: #fff;
}

.method-band .eyebrow,
.method-band a {
  color: #aee6c6;
}

.method-grid {
  display: grid;
  align-items: center;
  gap: var(--space-4);
}

.category-card,
.merchant-card {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  color: var(--ink);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.category-card:hover,
.merchant-card:hover {
  transform: translateY(-2px);
  border-color: var(--alin);
  color: var(--ink);
}

.category-icon,
.merchant-mark {
  display: grid;
  width: 2.6rem;
  flex: 0 0 auto;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 0.75rem;
  background: var(--mint);
  color: var(--alin-deep);
  font-weight: 850;
}

.merchant-mark-large {
  width: 4rem;
  font-size: 1.45rem;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0;
  overflow: hidden;
}

.product-card .product-visual {
  min-height: 9rem;
  border: 0;
  border-block-end: 1px solid var(--rule);
  border-radius: 0;
  color: var(--alin-deep);
  font-size: 2.4rem;
  font-weight: 850;
  text-decoration: none;
}

.product-card-body {
  display: flex;
  flex-direction: column;
  padding: var(--space-3);
}

.product-card-body h3 {
  margin-block-end: var(--space-1);
}

.product-card-body h3 a {
  color: var(--ink);
  text-decoration: none;
}

.product-subtitle,
.card-meta {
  color: var(--mute);
  font-size: 0.9rem;
}

.card-price {
  min-height: 3.5rem;
  margin-block-start: auto;
  padding-block-start: var(--space-2);
}

.card-price strong {
  font-size: 1.3rem;
}

.listing-header,
.article-page > header {
  margin-block-end: var(--space-5);
}

.coverage-note {
  display: inline-flex;
  align-items: baseline;
  gap: var(--space-2);
  margin-block-start: var(--space-3);
  padding: var(--space-2) var(--space-3);
  box-shadow: none;
}

.coverage-note strong {
  font-size: 1.35rem;
}

.toolbar {
  margin-block-end: var(--space-3);
  padding-block: var(--space-2);
  border-block: 1px solid var(--rule);
  color: var(--mute);
  font-size: 0.9rem;
}

.inline-disclosure {
  padding: var(--space-2) var(--space-3);
  border-inline-start: 0.3rem solid #d7a628;
  background: var(--sun);
  color: #5c4410;
  font-size: 0.88rem;
}

.product-hero,
.detail-grid {
  display: grid;
  gap: var(--space-4);
}

.product-identity {
  display: grid;
  gap: var(--space-4);
}

.product-visual-large {
  min-height: 16rem;
  color: var(--alin-deep);
  font-size: 4.5rem;
  font-weight: 900;
}

.identity-list,
.spec-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.identity-list > div,
.spec-list > div {
  display: grid;
  grid-template-columns: minmax(7rem, 0.75fr) minmax(0, 1.25fr);
  gap: var(--space-2);
  padding-block: 0.55rem;
  border-block-end: 1px solid var(--rule);
}

.identity-list dt,
.spec-list dt,
.identity-list dd,
.spec-list dd {
  margin: 0;
}

.identity-list dt,
.spec-list dt,
.offer-label {
  color: var(--mute);
  font-size: 0.78rem;
  font-weight: 700;
}

.price-panel {
  align-self: start;
  border-block-start: 0.35rem solid var(--alin);
}

.price-kicker {
  color: var(--alin-deep);
  font-weight: 800;
}

.hero-price {
  margin-block: var(--space-2);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.05em;
}

.stale-text {
  color: var(--stale);
}

.freshness {
  display: flex;
  justify-content: space-between;
  gap: var(--space-2);
  padding-block: var(--space-2);
  color: var(--mute);
  font-size: 0.85rem;
}

.offer-group + .offer-group {
  margin-block-start: var(--space-4);
}

.offer-group > h3 {
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  background: var(--paper-deep);
}

.offer-group-unknown > h3 {
  background: var(--sun);
}

.offer-row {
  margin-block-end: var(--space-2);
}

.offer-row > div {
  display: grid;
  gap: 0.15rem;
}

.offer-merchant {
  display: flex !important;
  align-items: center;
  gap: var(--space-2) !important;
}

.button-secondary {
  border-color: var(--rule);
  background: var(--panel);
  color: var(--ink);
}

.button-secondary:hover {
  background: var(--mint);
  color: var(--ink);
}

.history-card {
  background: linear-gradient(145deg, var(--panel), var(--paper-deep));
}

.status-badge {
  display: inline-flex;
  margin-block-end: var(--space-3);
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: var(--sun);
  color: #5c4410;
  font-size: 0.78rem;
  font-weight: 750;
}

.return-link {
  margin-block-start: var(--space-5);
}

.merchant-title {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.article-page {
  max-width: 52rem;
}

.article-body {
  font-size: 1.05rem;
}

.article-body > p {
  max-width: 68ch;
}

.article-publication-meta {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-block: var(--space-5);
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.article-publication-meta > span {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.1rem;
  border-inline-start: 1px solid var(--rule);
}

.article-publication-meta > span:first-child {
  border-inline-start: 0;
}

.article-publication-meta small,
.article-sources small {
  color: var(--muted);
  font-size: 0.78rem;
}

.article-publication-meta a,
.article-sources a {
  color: var(--action-primary);
  font-weight: 720;
  text-underline-offset: 0.2em;
}

.article-method,
.article-sources {
  margin-block: var(--space-6);
  padding: clamp(1.15rem, 3vw, 1.75rem);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.article-sources ul {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  list-style: none;
}

.article-sources li {
  display: grid;
  gap: 0.2rem;
}

.guide-page { max-width: 76rem; }
.guide-hero { max-width: 62rem; padding-block-end: var(--space-2); }
.guide-hero h1 { max-width: 18ch; }
.guide-disclosure { display: grid; gap: 0.45rem; margin-block: var(--space-5); padding: clamp(1rem, 2.5vw, 1.4rem); border-inline-start: 0.3rem solid var(--alin); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: var(--paper-deep); }
.guide-disclosure p { max-width: 78ch; margin: 0; }
.guide-toc { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-block: var(--space-5); }
.guide-toc a { padding: 0.55rem 0.85rem; border: 1px solid var(--rule); border-radius: 999px; background: var(--panel); color: var(--ink); font-size: 0.9rem; font-weight: 720; text-decoration: none; }
.guide-toc a:hover { border-color: var(--alin); color: var(--alin-deep); }
.guide-body > section { margin-block: clamp(3rem, 7vw, 5.5rem); }
.guide-body > section > p, .guide-buying-guide > section > p, .guide-conclusion p { max-width: 72ch; }
.guide-quick-picks { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); gap: 0.85rem; }
.guide-quick-picks a { display: grid; gap: 0.45rem; min-height: 10rem; padding: 1.15rem; border: 1px solid var(--rule); border-radius: var(--radius-lg); background: var(--panel); color: var(--ink); text-decoration: none; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.guide-quick-picks a:hover { border-color: var(--alin); box-shadow: var(--shadow); transform: translateY(-0.12rem); }
.guide-quick-picks span { color: var(--alin-deep); font-size: 0.75rem; font-weight: 820; letter-spacing: 0.06em; text-transform: uppercase; }
.guide-quick-picks strong { font-size: 1.1rem; line-height: 1.2; }
.guide-quick-picks small { color: var(--muted); line-height: 1.45; }
.guide-comparison-table-wrap { margin-block-start: var(--space-4); overflow-x: auto; border: 1px solid var(--rule); border-radius: var(--radius-lg); background: var(--panel); }
.guide-comparison-table-wrap table { width: 100%; min-width: 54rem; border-collapse: collapse; }
.guide-comparison-table-wrap caption { padding: 1rem; color: var(--muted); font-size: 0.85rem; text-align: start; }
.guide-comparison-table-wrap th, .guide-comparison-table-wrap td { padding: 0.85rem 1rem; border-block-start: 1px solid var(--rule); text-align: start; vertical-align: top; }
.guide-comparison-table-wrap thead th { background: var(--paper-deep); font-size: 0.8rem; }
.guide-comparison-table-wrap tbody th { min-width: 13rem; }
.guide-product-card { margin-block: var(--space-5); padding: clamp(1.2rem, 4vw, 2rem); scroll-margin-top: 6rem; border: 1px solid var(--rule); border-radius: var(--radius-lg); background: var(--panel); box-shadow: var(--shadow); }
.guide-product-card > header { display: flex; align-items: flex-start; gap: 1rem; }
.guide-product-card > header > span { display: grid; flex: 0 0 2.2rem; width: 2.2rem; height: 2.2rem; place-items: center; border-radius: 50%; background: var(--alin-deep); color: #fff; font-weight: 800; }
.guide-product-card h2, .guide-product-card .eyebrow { margin: 0; }
.guide-product-summary { max-width: 72ch; font-size: 1.08rem; }
.guide-product-fit, .guide-product-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-block: 1.25rem; overflow: hidden; border: 1px solid var(--rule); border-radius: var(--radius-md); background: var(--rule); }
.guide-product-specs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.guide-product-fit > div, .guide-product-specs > div { display: grid; gap: 0.3rem; padding: 0.9rem; background: var(--panel); }
.guide-product-fit dt, .guide-product-specs dt { color: var(--muted); font-size: 0.75rem; font-weight: 780; letter-spacing: 0.04em; text-transform: uppercase; }
.guide-product-fit dd, .guide-product-specs dd { margin: 0; font-weight: 650; }
.guide-pros-cons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.guide-pros-cons > div { padding: 1rem; border-radius: var(--radius-md); background: var(--paper-deep); }
.guide-pros-cons h3 { margin-block-start: 0; }
.guide-product-sources { display: flex; flex-wrap: wrap; gap: 0.5rem 0.85rem; margin-block-start: 1.25rem; font-size: 0.85rem; }
.guide-product-sources span { color: var(--muted); font-weight: 720; }
.guide-buying-guide > section { max-width: 76ch; padding-block: 1.2rem; border-block-start: 1px solid var(--rule); }
.article-changelog { margin-block: var(--space-6); }
.article-changelog ul { display: grid; gap: 0.6rem; padding: 0; list-style: none; }
.article-changelog li { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; padding-block: 0.7rem; border-block-start: 1px solid var(--rule); }
.article-changelog time { color: var(--muted); font-size: 0.85rem; }

@media (max-width: 42rem) {
  .article-publication-meta {
    grid-template-columns: 1fr;
  }

  .article-publication-meta > span {
    border-block-start: 1px solid var(--rule);
    border-inline-start: 0;
  }

  .article-publication-meta > span:first-child {
    border-block-start: 0;
  }

  .guide-product-fit, .guide-product-specs, .guide-pros-cons { grid-template-columns: 1fr; }
  .article-changelog li { grid-template-columns: 1fr; gap: 0.2rem; }
}

.about-page {
  max-width: 64rem;
}

.about-panel,
.about-publisher {
  margin-block: var(--space-5);
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.about-panel h2,
.about-publisher h2 {
  margin-block-start: 0;
}

.about-publisher {
  display: grid;
  gap: var(--space-4);
  background: linear-gradient(135deg, var(--panel), var(--paper-deep));
}

.about-publisher span,
.about-company span {
  display: block;
  margin-block-end: 0.4rem;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-company {
  display: grid;
  align-content: center;
  gap: 0.35rem;
  padding: var(--space-3);
  border-inline-start: 0.25rem solid var(--brand);
  background: rgb(255 255 255 / 62%);
}

.about-company strong {
  font-size: 1.25rem;
}

.social-profile-links {
  display: grid;
  gap: var(--space-2);
  margin-block: var(--space-3) var(--space-5);
}

.social-profile-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-3);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--panel);
  text-decoration: none;
}

.social-profile-links a:hover,
.social-profile-links a:focus-visible {
  border-color: var(--brand);
  box-shadow: var(--shadow);
}

.contact-channel-grid {
  display: grid;
  gap: var(--space-2);
  margin-block: var(--space-3) var(--space-5);
}

.contact-channel-grid a {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
  padding: var(--space-3);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--ink);
  text-decoration: none;
}

.contact-channel-grid a:hover,
.contact-channel-grid a:focus-visible {
  border-color: var(--brand);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.contact-channel-grid span {
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-channel-grid strong {
  overflow-wrap: anywhere;
  font-size: 1rem;
}

.contact-channel-grid small {
  color: var(--mute);
  line-height: 1.45;
}

.site-footer small {
  display: block;
  margin-block-start: 0.4rem;
  color: var(--mute);
}

@media (min-width: 48rem) {
  .about-publisher {
    grid-template-columns: minmax(0, 1.35fr) minmax(15rem, 0.65fr);
    align-items: stretch;
  }

  .social-profile-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.fixture-box {
  margin-block-start: var(--space-4);
  background: var(--sun);
  box-shadow: none;
}

.search-page-form {
  display: grid;
  gap: var(--space-2);
  max-width: 45rem;
  margin-block-end: var(--space-4);
}

.search-page-form > div {
  display: flex;
  gap: var(--space-2);
}

.search-page-form input {
  min-width: 0;
  flex: 1;
  padding: 0.75rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  background: var(--panel);
}

.search-results {
  display: grid;
  gap: var(--space-2);
}

.search-result {
  display: grid;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--panel);
}

.search-result h2 {
  margin-block-end: var(--space-1);
  font-size: 1.2rem;
}

.system-page {
  display: grid;
  min-height: 60vh;
  place-content: center;
  justify-items: start;
}

.system-code {
  color: var(--alin);
  font-size: clamp(4rem, 14vw, 9rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

@media (min-width: 48rem) {
  .hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.8fr);
  }

  .product-header {
    grid-template-columns: minmax(16rem, 0.75fr) minmax(0, 1.25fr);
  }

  .offer-list,
  .offers {
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--rule);
    border-radius: var(--radius-lg);
    background: var(--panel);
  }

  .offer-row,
  .offer {
    grid-template-columns: minmax(9rem, 1.5fr) minmax(7rem, 1fr) minmax(7rem, 0.9fr) auto;
    align-items: center;
    border: 0;
    border-block-end: 1px solid var(--rule);
    border-radius: 0;
  }

  .offer-row:last-child,
  .offer:last-child {
    border-block-end: 0;
  }

  .site-footer__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .method-grid,
  .detail-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(16rem, 0.75fr);
  }

  .product-identity {
    grid-template-columns: minmax(13rem, 0.7fr) minmax(0, 1.3fr);
    align-items: start;
  }

  .search-result {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 62rem) {
  .product-hero {
    grid-template-columns: minmax(0, 1.6fr) minmax(18rem, 0.7fr);
  }
}

@media (min-width: 70rem) {
  .offer-row {
    grid-template-columns: minmax(10rem, 1.35fr) repeat(4, minmax(6rem, 0.8fr)) minmax(7rem, 0.9fr) auto;
  }
}

@media (max-width: 63.99rem) {
  .header-inner {
    flex-wrap: wrap;
    padding-block: var(--space-2);
  }

  .global-search {
    order: 3;
    width: 100%;
  }

  .js .menu-toggle {
    display: inline-flex;
  }

  .js .site-nav {
    position: absolute;
    inset: calc(100% + 1px) 1rem auto;
    display: none;
    padding: var(--space-2);
    border: 1px solid var(--rule);
    border-radius: var(--radius);
    background: var(--panel);
    box-shadow: var(--shadow);
  }

  .js .site-nav.is-open,
  .js .site-nav[data-open="true"] {
    display: grid;
  }
}

@media (max-width: 47.99rem) {
  .header-inner {
    flex-wrap: wrap;
    padding-block: var(--space-2);
  }

  .global-search {
    order: 3;
    width: 100%;
  }

  .js .menu-toggle {
    display: inline-flex;
  }

  .js .site-nav {
    position: absolute;
    inset: calc(100% + 1px) 1rem auto;
    display: none;
    padding: var(--space-2);
    border: 1px solid var(--rule);
    border-radius: var(--radius);
    background: var(--panel);
    box-shadow: var(--shadow);
  }

  .js .site-nav.is-open,
  .js .site-nav[data-open="true"] {
    display: grid;
  }

  .search-form,
  .search-box {
    align-items: stretch;
  }

  .section-heading,
  .toolbar,
  .sticky-action {
    align-items: stretch;
    flex-direction: column;
  }

  .offer-row .button,
  .offer .button,
  .offer-row .btn,
  .offer .btn {
    width: 100%;
  }
}

@media (max-width: 24rem) {
  .header-inner,
  .shell,
  .page-shell,
  main,
  .site-footer__inner {
    width: min(100% - 1rem, var(--page));
  }

  .search-form,
  .search-box {
    display: grid;
  }

  .card,
  .category-card,
  .product-card,
  .merchant-card,
  .trust-card,
  .state-card {
    padding: var(--space-3);
  }
}

/* Production launch surface: one complete, source-backed comparison. */
.launch-shell {
  display: grid;
  gap: clamp(3.5rem, 8vw, 7rem);
}

.launch-home-hero {
  display: grid;
  max-width: 59rem;
  justify-items: start;
  padding-block: clamp(2rem, 8vw, 7rem) 1rem;
}

.launch-home-hero h1 {
  max-width: 16ch;
  font-size: clamp(2.8rem, 8vw, 6.5rem);
  line-height: 0.98;
}

.launch-home-hero .lede {
  margin-block-end: var(--space-4);
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
}

.launch-trust-strip {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.launch-trust-strip > div {
  display: grid;
  gap: 0.25rem;
  padding: 1.35rem;
  border-block-end: 1px solid var(--rule);
}

.launch-trust-strip > div:last-child {
  border-block-end: 0;
}

.launch-trust-strip strong {
  font-size: 1.05rem;
}

.launch-trust-strip span,
.launch-note,
.launch-action small {
  color: var(--mute);
}

.launch-feature,
.launch-product-hero,
.launch-method-preview {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.launch-feature {
  padding: clamp(1.25rem, 4vw, 3rem);
  border: 1px solid var(--rule);
  border-radius: calc(var(--radius-lg) + 0.35rem);
  background: linear-gradient(135deg, #fff, var(--paper-deep));
}

.launch-feature-image,
.launch-product-image {
  display: grid;
  min-height: 18rem;
  place-items: center;
  border-radius: var(--radius-lg);
  background: #fff;
}

.launch-feature-image img,
.launch-product-image img {
  width: min(100%, 28rem);
  height: auto;
  object-fit: contain;
}

.launch-feature-price,
.launch-price-card {
  display: grid;
  gap: 0.25rem;
}

.launch-feature-price span,
.launch-price-card > span {
  color: var(--mute);
  font-size: 0.85rem;
  font-weight: 700;
}

.launch-feature-price strong,
.launch-price-card > strong {
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.launch-product-hero {
  align-items: start;
}

.product-detail-page {
  gap: clamp(2.25rem, 5vw, 4.5rem);
}

.product-detail-page > .breadcrumbs {
  margin-block-end: -1.25rem;
}

.product-detail-page .launch-product-hero {
  position: relative;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding: clamp(1rem, 2.8vw, 2.25rem);
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: calc(var(--radius-lg) + 0.45rem);
  background:
    radial-gradient(circle at 0 0, rgb(215 244 228 / 85%), transparent 23rem),
    rgb(255 255 255 / 72%);
}

.product-detail-page .launch-product-hero::after {
  position: absolute;
  z-index: -1;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgb(10 125 76 / 5%);
  content: "";
  inset: auto -8rem -10rem auto;
}

.product-detail-page .launch-product-image {
  position: relative;
  min-height: 22rem;
  padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid rgb(201 226 211 / 85%);
  box-shadow: 0 18px 45px rgb(18 36 28 / 8%);
}

.image-count {
  position: absolute;
  inset: 0.75rem 0.75rem auto auto;
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: rgb(255 255 255 / 92%);
  color: var(--mute);
  font-size: 0.72rem;
  font-weight: 800;
}

.product-detail-page .launch-product-image img {
  max-height: 22rem;
}

.launch-product-copy h1 {
  max-width: 23ch;
  overflow-wrap: normal;
  font-size: clamp(2.1rem, 3.5vw, 3.2rem);
  hyphens: auto;
  word-break: normal;
}

.product-detail-page .launch-product-copy .lede {
  margin-block-end: 1rem;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
}

.product-key-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.15rem;
  padding: 0;
  list-style: none;
}

.product-key-facts li {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: rgb(255 255 255 / 82%);
  font-size: 0.78rem;
}

.product-key-facts span {
  color: var(--mute);
}

.product-key-facts strong {
  color: var(--ink);
}

.product-jump-nav {
  position: sticky;
  z-index: 4;
  top: 4.65rem;
  display: flex;
  gap: 0.35rem;
  margin-block: -1.15rem -0.75rem;
  padding: 0.55rem;
  overflow-x: auto;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: rgb(255 255 255 / 94%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.product-jump-nav a {
  flex: 0 0 auto;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.product-jump-nav a:hover,
.product-jump-nav a:focus-visible {
  background: var(--mint);
  color: var(--alin-deep);
}

.product-section,
.launch-comparison {
  scroll-margin-top: 5.5rem;
}

.product-history {
  display: grid;
  gap: var(--space-4);
  align-items: center;
  padding: clamp(1.35rem, 4vw, 2.75rem);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--paper-deep), #fff);
}

.product-detail-page .section-heading {
  margin-block-end: 1.25rem;
}

.product-detail-page .section-heading h2 {
  margin-block-end: 0.35rem;
}

.product-detail-page .section-heading p:last-child {
  max-width: 67ch;
  margin-block-end: 0;
  color: var(--mute);
}

.product-history h2,
.product-specifications h2,
.product-comments h2 {
  margin-block: 0.2rem 0.65rem;
}

.product-history p {
  max-width: 68ch;
  margin: 0;
  color: var(--mute);
}

.history-start {
  display: grid;
  gap: 0.2rem;
  padding: 1.2rem;
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.history-start span,
.history-start small {
  color: var(--mute);
}

.history-start strong {
  font-size: clamp(2rem, 6vw, 3.1rem);
  letter-spacing: -0.04em;
}

.product-spec-groups {
  display: grid;
  gap: 1rem;
}

.product-spec-groups > section {
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.product-spec-groups h3 {
  margin-block: 0 0.75rem;
}

.product-spec-groups dl {
  margin: 0;
}

.product-spec-groups dl > div {
  display: grid;
  grid-template-columns: minmax(8rem, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  padding-block: 0.7rem;
  border-block-start: 1px solid var(--rule);
}

.product-spec-groups dt {
  color: var(--mute);
  font-size: 0.88rem;
}

.product-spec-groups dd {
  margin: 0;
  font-weight: 750;
}

.product-comments,
.product-reviews {
  padding: clamp(1.35rem, 4vw, 2.75rem);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #fff 0 63%, var(--paper-deep));
}

.product-reviews {
  background: linear-gradient(145deg, var(--paper-deep), #fff);
}

.review-empty {
  display: grid;
  gap: 0.3rem;
  max-width: 52rem;
  padding: 1rem 1.1rem;
  border: 1px dashed var(--rule-strong);
  border-radius: var(--radius);
  color: var(--mute);
}

.review-empty strong {
  color: var(--ink);
}

.published-comments,
.comment-form {
  max-width: 52rem;
}

.published-comments {
  display: grid;
  gap: 0.75rem;
  margin: var(--space-3) 0;
  padding: 0;
  list-style: none;
}

.published-comment {
  padding: 1rem 1.1rem;
  border-inline-start: 0.25rem solid var(--alin);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--paper-deep);
}

.published-comment header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  justify-content: space-between;
}

.published-comment time,
.comments-empty,
.comment-field small {
  color: var(--mute);
  font-size: 0.82rem;
}

.published-comment p {
  margin-block-end: 0;
  white-space: pre-wrap;
}

.comment-form {
  display: grid;
  gap: 1rem;
  margin-block-start: var(--space-4);
  padding-block-start: var(--space-4);
  border-block-start: 1px solid var(--rule);
}

.comment-form fieldset {
  display: grid;
  min-width: 0;
  gap: 1rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.comment-form legend {
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 850;
}

.comment-form-help {
  max-width: 60ch;
  margin: -0.35rem 0 0;
  color: var(--mute);
  font-size: 0.9rem;
  line-height: 1.55;
}

.comment-field {
  display: grid;
  gap: 0.4rem;
}

.comment-field label {
  font-weight: 800;
}

.comment-field input,
.comment-field textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--rule-strong);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.comment-field input::placeholder,
.comment-field textarea::placeholder {
  color: #6f857a;
}

.comment-field textarea {
  min-height: 8rem;
  resize: vertical;
}

.comment-field input:focus,
.comment-field textarea:focus {
  border-color: var(--alin);
  outline: 0.2rem solid rgb(10 125 76 / 18%);
}

.comment-consent {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.88rem;
}

.comment-consent input {
  margin-block-start: 0.2rem;
}

.comment-consent a {
  font-weight: 750;
}

.comment-field-error {
  margin: 0;
  color: #8b271d;
  font-size: 0.82rem;
  font-weight: 700;
}

.comment-field-error[hidden] {
  display: none;
}

.comment-form .button {
  justify-self: start;
}

.comment-form .button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.comment-form-status:not(:empty) {
  padding: 0.8rem 1rem;
  border-radius: var(--radius);
  background: var(--mint);
  color: var(--alin-deep);
  font-weight: 750;
}

.comment-form-status[data-state="error"] {
  background: #fff0ed;
  color: #8b271d;
}

.comment-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

@media (min-width: 48rem) {
  .product-history,
  .product-spec-groups {
    grid-template-columns: minmax(0, 1.25fr) minmax(16rem, 0.75fr);
  }
}

.launch-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-block-start: var(--space-4);
  border-block-start: 1px solid var(--rule);
}

.launch-facts > div {
  padding: 0.75rem 0;
  border-block-end: 1px solid var(--rule);
}

.launch-facts dt {
  color: var(--mute);
  font-size: 0.78rem;
  font-weight: 700;
}

.launch-facts dd {
  margin: 0.15rem 0 0;
  font-weight: 750;
}

.launch-price-card {
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: linear-gradient(155deg, #fff, #eef9f2);
  box-shadow: 0 18px 42px rgb(18 36 28 / 12%);
}

.price-card-label {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  color: var(--mute);
  font-size: 0.8rem;
  font-weight: 800;
}

.price-status-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--alin);
  box-shadow: 0 0 0 0.25rem rgb(10 125 76 / 12%);
}

.launch-price-card > p {
  display: grid;
  gap: 0.15rem;
  margin-block: 0.55rem 0.7rem;
  color: var(--mute);
  font-size: 0.88rem;
}

.launch-price-card > p b {
  color: var(--ink);
}

.product-price-context {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.product-price-context span {
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: var(--mint);
  color: var(--alin-deep);
  font-size: 0.74rem;
  font-weight: 800;
}

.launch-price-card > small {
  margin-block-start: 0.6rem;
  color: var(--mute);
  font-size: 0.72rem;
  text-align: center;
}

.launch-price-card .button {
  margin-block-start: 0.5rem;
  text-align: center;
}

.launch-comparison {
  scroll-margin-top: 6rem;
}

.launch-verified {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--mint);
  color: var(--alin-deep);
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
}

.offer-grid-header {
  display: none;
}

.launch-offers {
  display: grid;
  gap: 0;
  margin: var(--space-3) 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
  list-style: none;
}

.launch-offer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem 1rem;
  align-items: center;
  padding: 1rem;
  border-block-end: 1px solid var(--rule);
}

.launch-seller,
.launch-costs,
.launch-fulfilment {
  display: contents;
}

.launch-offer:last-child {
  border-block-end: 0;
}

.launch-offer--first {
  background: linear-gradient(90deg, rgb(215 244 228 / 60%), transparent);
}

.launch-rank {
  display: grid;
  min-width: 2rem;
  min-height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: var(--paper-deep);
  color: var(--alin-deep);
  font-weight: 850;
}

.launch-rank span {
  display: none;
}

.launch-merchant,
.launch-rating,
.launch-product-price,
.launch-shipping,
.launch-total,
.launch-stock,
.launch-delivery,
.launch-action {
  display: grid;
  gap: 0.1rem;
}

.offer-mobile-label,
.launch-rating small,
.launch-action time {
  color: var(--mute);
  font-size: 0.78rem;
}

.launch-rating strong,
.launch-stock strong,
.launch-delivery strong {
  font-size: 0.82rem;
}

.launch-total strong {
  font-size: 1.25rem;
}

.launch-rating,
.launch-product-price,
.launch-shipping,
.launch-total,
.launch-stock,
.launch-delivery,
.launch-action {
  grid-column: 2;
}

.launch-action .button {
  width: 100%;
  text-align: center;
}

.launch-action small {
  margin-block-start: 0.2rem;
  font-size: 0.72rem;
  text-align: center;
}

.launch-action time {
  text-align: center;
}

.comparison-trust-row {
  display: grid;
  margin-block-start: 1rem;
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--paper-deep);
}

.comparison-trust-row > div {
  display: grid;
  gap: 0.15rem;
  padding: 0.8rem 0.9rem;
  border-block-end: 1px solid var(--rule);
}

.comparison-trust-row > div:last-child {
  border-block-end: 0;
}

.comparison-trust-row strong {
  font-size: 0.78rem;
}

.comparison-trust-row span,
.comparison-trust-row time {
  color: var(--mute);
  font-size: 0.78rem;
}

.launch-note {
  max-width: 76ch;
  margin-block-start: var(--space-3);
  font-size: 0.85rem;
}

.launch-method-preview {
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border-radius: calc(var(--radius-lg) + 0.35rem);
  background: var(--ink);
  color: #fff;
}

.launch-method-preview .eyebrow,
.launch-method-preview a {
  color: #9de7bd;
}

.launch-method-preview .button-secondary {
  justify-self: start;
  color: var(--ink);
}

.launch-checks {
  display: grid;
  gap: 0.75rem;
}

.launch-checks p {
  display: grid;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: var(--radius);
  background: rgb(255 255 255 / 6%);
}

.launch-checks strong {
  font-size: 1.65rem;
}

.launch-checks span {
  color: #cae0d1;
  font-size: 0.82rem;
}

@media (min-width: 48rem) {
  .product-detail-page .launch-facts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .launch-trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .launch-trust-strip > div {
    border-block-end: 0;
    border-inline-end: 1px solid var(--rule);
  }

  .launch-trust-strip > div:last-child {
    border-inline-end: 0;
  }

  .launch-feature {
    grid-template-columns: minmax(15rem, 0.85fr) minmax(0, 1.15fr);
  }

  .launch-product-hero {
    grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.2fr);
  }

  .launch-product-hero .launch-price-card {
    grid-column: 1 / -1;
  }

  .comparison-trust-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .comparison-trust-row > div {
    border-block-end: 0;
    border-inline-end: 1px solid var(--rule);
  }

  .comparison-trust-row > div:last-child {
    border-inline-end: 0;
  }
}

@media (min-width: 48rem) and (max-width: 74.99rem) {
  .launch-offer {
    grid-template-columns: auto repeat(4, minmax(0, 1fr));
    gap: 1rem 1.25rem;
  }

  .launch-rank {
    grid-column: 1;
    grid-row: 1 / 4;
    align-self: start;
  }

  .launch-merchant {
    grid-column: 2 / 4;
    grid-row: 1;
  }

  .launch-rating {
    grid-column: 4 / 6;
    grid-row: 1;
  }

  .launch-product-price {
    grid-column: 2;
    grid-row: 2;
  }

  .launch-shipping {
    grid-column: 3;
    grid-row: 2;
  }

  .launch-total {
    grid-column: 4;
    grid-row: 2;
  }

  .launch-stock {
    grid-column: 5;
    grid-row: 2;
  }

  .launch-delivery {
    grid-column: 2 / 4;
    grid-row: 3;
  }

  .launch-action {
    grid-column: 4 / 6;
    grid-row: 3;
  }
}

@media (min-width: 64rem) {
  .launch-method-preview {
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  }
}

@media (min-width: 75rem) {
  .launch-product-hero {
    grid-template-columns: minmax(17rem, 0.85fr) minmax(24rem, 1.25fr) minmax(17rem, 0.72fr);
  }

  .launch-product-hero .launch-price-card {
    grid-column: auto;
  }

  .offer-grid-header,
  .launch-offer {
    grid-template-columns: 4.5rem minmax(8rem, 1.2fr) minmax(7rem, 0.85fr) minmax(6.5rem, 0.8fr) minmax(5.5rem, 0.7fr) minmax(6.5rem, 0.85fr) minmax(6.5rem, 0.85fr) minmax(6.5rem, 0.9fr) minmax(10rem, 1.15fr);
  }

  .offer-grid-header {
    display: grid;
    gap: 0.75rem;
    padding: 0 1rem 0.55rem;
    color: var(--mute);
    font-size: 0.7rem;
    font-weight: 800;
  }

  .launch-offer {
    gap: 0.75rem;
  }

  .launch-rank,
  .launch-merchant,
  .launch-rating,
  .launch-product-price,
  .launch-shipping,
  .launch-total,
  .launch-stock,
  .launch-delivery,
  .launch-action {
    grid-column: auto;
  }

  .launch-rank {
    align-content: center;
    width: auto;
    height: auto;
    background: transparent;
  }

  .launch-rank span {
    display: block;
    color: var(--alin-deep);
    font-size: 0.65rem;
  }

  .offer-mobile-label {
    display: none;
  }
}

@media (max-width: 47.99rem) {
  .product-detail-page .launch-product-hero {
    padding: 0.8rem;
  }

  .product-detail-page .launch-product-image {
    min-height: 15rem;
  }

  .product-jump-nav {
    top: 6.75rem;
    margin-inline: -0.5rem;
    border-radius: var(--radius);
  }

  .product-section,
  .launch-comparison {
    scroll-margin-top: 10rem;
  }

  .product-spec-groups dl > div {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}

@media (max-width: 63.99rem) {
  .js .launch-header .site-nav {
    position: static;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}

@media (max-width: 30rem) {
  .launch-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-home-hero h1 {
    max-width: 100%;
    font-size: clamp(2.6rem, 13vw, 3.4rem);
  }
}

/* Reference cohort: reusable production collection, merchant, search and system surfaces. */
.reference-page {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.reference-page-heading {
  max-width: 52rem;
  padding-block: clamp(1rem, 5vw, 4rem) 0;
}

.reference-page-heading h1 {
  max-width: 18ch;
}

.reference-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  padding-block-end: 1rem;
  border-block-end: 1px solid var(--rule);
  color: var(--mute);
}

.reference-toolbar strong {
  color: var(--ink);
  font-size: 1.15rem;
}

.reference-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
  gap: 1rem;
}

.reference-product-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: 0 7px 22px rgb(18 36 28 / 6%);
}

.reference-product-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.1rem;
}

.reference-product-card h3 {
  min-height: 3.8em;
  font-size: 1.05rem;
}

.reference-product-card h3 a {
  color: var(--ink);
  text-decoration: none;
}

.reference-product-card h3 a:hover {
  color: var(--alin-deep);
  text-decoration: underline;
}

.reference-product-image {
  display: grid;
  min-height: 15rem;
  place-items: center;
  padding: 1rem;
  border-block-end: 1px solid var(--rule);
  background: #fff;
}

.reference-product-image img {
  width: 100%;
  height: 13rem;
  object-fit: contain;
}

.reference-product-meta {
  margin-block-end: 1rem;
  color: var(--mute);
  font-size: 0.78rem;
}

.reference-card-price {
  display: grid;
  gap: 0.1rem;
  margin-block: auto 0;
}

.reference-card-price span {
  color: var(--mute);
  font-size: 0.76rem;
  font-weight: 700;
}

.reference-card-price strong {
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}

.reference-category-grid,
.reference-merchant-grid,
.reference-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: 1rem;
}

.reference-category-grid > a,
.reference-merchant-card,
.reference-guide-card {
  display: grid;
  gap: 0.45rem;
  padding: clamp(1.25rem, 4vw, 2.25rem);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #fff, var(--paper-deep));
  color: var(--ink);
  text-decoration: none;
}

.reference-category-grid > a:hover {
  border-color: var(--alin);
  color: var(--ink);
  box-shadow: var(--shadow);
  transform: translateY(-0.1rem);
}

.reference-category-grid span {
  color: var(--alin-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.reference-category-grid strong {
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.reference-category-grid small {
  color: var(--mute);
  font-size: 0.9rem;
}

.reference-merchant-card h2,
.reference-guide-card h2 {
  margin: 0;
}

.reference-merchant-card p,
.reference-guide-card p {
  margin: 0;
}

.reference-search {
  display: grid;
  max-width: 46rem;
  gap: 0.4rem;
}

.reference-search label {
  font-weight: 750;
}

.reference-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
}

.reference-search input {
  width: 100%;
  min-height: 3.1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  background: var(--panel);
}

.reference-search--hero {
  width: min(100%, 43rem);
  margin-block-start: 0.5rem;
}

.reference-search-results {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reference-search-results a {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--ink);
  text-decoration: none;
}

.reference-search-results a:hover {
  border-color: var(--alin);
  box-shadow: var(--shadow);
}

.reference-search-results span {
  color: var(--mute);
  font-size: 0.88rem;
}

.reference-empty-state,
.reference-system-page {
  display: grid;
  max-width: 45rem;
  justify-items: start;
  gap: 0.8rem;
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.reference-empty-state strong {
  font-size: clamp(1.5rem, 4vw, 2.4rem);
}

.reference-system-page {
  margin-block: clamp(4rem, 14vw, 10rem);
}

@media (max-width: 35rem) {
  .reference-search > div {
    grid-template-columns: 1fr;
  }

  .reference-search .button {
    width: 100%;
  }

  .reference-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .reference-product-image {
    min-height: 10rem;
    padding: 0.65rem;
  }

  .reference-product-image img {
    height: 8.5rem;
  }

  .reference-product-card > div {
    padding: 0.8rem;
  }

  .reference-product-card h3 {
    min-height: 0;
    font-size: 0.92rem;
  }

  .reference-product-card .eyebrow {
    font-size: 0.62rem;
  }

  .reference-product-meta {
    overflow-wrap: anywhere;
  }
}

.category-child-hub {
  display: grid;
  max-width: 42rem;
  gap: 0.45rem;
  margin-block-start: 1.35rem;
  padding: 1.15rem;
  border: 1px solid color-mix(in srgb, var(--alin) 35%, var(--rule));
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--alin) 7%, var(--panel));
}

.category-child-hub span,
.category-child-hub p {
  color: var(--mute);
}

.category-child-hub .button {
  width: fit-content;
  margin-block-start: 0.35rem;
}

.hub-page {
  padding-block-end: clamp(3rem, 7vw, 6rem);
}

.hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(18rem, 0.75fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  padding-block: clamp(1.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
}

.hub-hero h1 {
  max-width: 15ch;
  margin-block: 0.3rem 0.7rem;
  font-size: clamp(2.5rem, 7vw, 5.7rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.hub-hero__price {
  display: grid;
  gap: 0.65rem;
  padding: 1.25rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hub-hero__price strong {
  font-size: clamp(2rem, 5vw, 3.4rem);
  letter-spacing: -0.04em;
}

.hub-hero__price span,
.hub-hero__price small {
  color: var(--mute);
  line-height: 1.55;
}

.hub-hero__price a {
  width: fit-content;
  color: var(--alin);
  font-weight: 800;
}

.hub-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-block-start: 1.2rem;
}

.hub-shortcuts button,
.hub-guide-actions button {
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: var(--panel);
  color: var(--ink);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
}

.hub-shortcuts button:hover,
.hub-guide-actions button:hover {
  border-color: var(--alin);
}

.hub-shortcuts span {
  color: var(--mute);
  font-weight: 650;
}

.hub-overview {
  overflow: hidden;
  margin-block-end: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: 0 0.5rem 1.5rem rgb(18 55 42 / 5%);
}

.hub-overview__stats {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.35fr;
}

.hub-overview__stats > div {
  display: flex;
  min-width: 0;
  padding: 1.15rem clamp(1rem, 2vw, 1.45rem);
  border-inline-end: 1px solid var(--rule);
  flex-direction: column;
  gap: 0.35rem;
}

.hub-overview__stats > div:last-child {
  border-inline-end: 0;
}

.hub-overview__stats span {
  color: var(--mute);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.hub-overview__stats strong {
  overflow-wrap: anywhere;
  font-size: clamp(1.3rem, 2.6vw, 1.9rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.hub-overview__freshness {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin: 0;
  padding: 0.72rem clamp(1rem, 2vw, 1.45rem);
  border-block-start: 1px solid var(--rule);
  background: color-mix(in srgb, var(--alin) 4%, var(--paper));
  color: var(--mute);
  font-size: 0.78rem;
}

.hub-overview__freshness > span {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--alin);
  box-shadow: 0 0 0 0.22rem color-mix(in srgb, var(--alin) 13%, transparent);
  flex: 0 0 auto;
}

.hub-overview__freshness time {
  color: var(--ink);
  font-weight: 750;
}

.hub-category-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 0.7rem;
  margin-block: -0.4rem 1.2rem;
}

.hub-category-links a {
  display: grid;
  min-height: 4.4rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--ink);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.hub-category-links a:hover {
  border-color: var(--alin);
  transform: translateY(-1px);
}

.hub-category-links span {
  font-weight: 800;
}

.hub-category-links strong {
  color: var(--mute);
  font-size: 0.78rem;
}

.hub-layout {
  display: grid;
  grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 2.5rem);
  align-items: start;
}

.hub-mobile-filter-toggle {
  display: none;
}

.hub-filter-panel {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.hub-filter-panel__heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.hub-filter-panel h2 {
  margin: 0.15rem 0 0;
  font-size: 1.35rem;
}

.hub-filter-panel button:not(.button) {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--alin);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.hub-filter-panel form {
  display: grid;
  gap: 1rem;
}

.hub-filter-panel label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 750;
}

.hub-filter-panel select,
.hub-filter-panel input[type="search"] {
  width: 100%;
  min-height: 2.8rem;
  padding-inline: 0.75rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

.hub-filter-panel select {
  padding-inline-end: 2rem;
}

.hub-filter-panel input[type="search"]::placeholder {
  color: color-mix(in srgb, var(--mute) 75%, transparent);
}

.hub-filter-note {
  margin: 0;
  color: var(--mute);
  font-size: 0.8rem;
  line-height: 1.5;
}

.hub-results {
  min-width: 0;
}

.hub-results__toolbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  min-height: 3.3rem;
  margin-block-end: 0.9rem;
  padding-block-end: 0.8rem;
  border-block-end: 1px solid var(--rule);
}

.hub-results__toolbar > div {
  display: grid;
}

.hub-results__toolbar span {
  color: var(--mute);
  font-size: 0.82rem;
}

.hub-results__toolbar label {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  color: var(--mute);
  font-size: 0.82rem;
  font-weight: 750;
}

.hub-results__toolbar select {
  min-height: 2.55rem;
  padding-inline: 0.7rem 2rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  background: var(--panel);
  color: var(--ink);
  font: inherit;
}

.hub-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-block-end: 0.75rem;
}

.hub-active-filters[hidden] {
  display: none;
}

.hub-active-filters button {
  padding: 0.45rem 0.65rem;
  border: 1px solid color-mix(in srgb, var(--alin) 35%, var(--rule));
  border-radius: 999px;
  background: color-mix(in srgb, var(--alin) 8%, var(--panel));
  color: var(--alin);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  cursor: pointer;
}

.hub-ranking-note {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.8rem;
}

.hub-product-list {
  display: grid;
  gap: 0.9rem;
}

.hub-product-card {
  display: grid;
  grid-template-columns: minmax(10rem, 13rem) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hub-product-card:hover {
  border-color: color-mix(in srgb, var(--alin) 55%, var(--rule));
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.hub-product-card[hidden] {
  display: none;
}

.hub-product-card__image {
  display: grid;
  place-items: center;
  min-height: 13rem;
  padding: 1rem;
  background: color-mix(in srgb, var(--paper) 70%, white);
}

.hub-product-card__image img {
  width: 100%;
  height: 11rem;
  object-fit: contain;
}

.hub-product-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem 1.25rem;
  align-content: center;
  padding: clamp(1rem, 2.5vw, 1.55rem);
}

.hub-product-card__body > .hub-product-card__topline,
.hub-product-card__body > h2,
.hub-product-card__facts,
.hub-product-card__signals,
.hub-product-card__actions {
  grid-column: 1;
}

.hub-product-card__topline,
.hub-product-card__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.hub-product-card__topline span,
.hub-product-card__signals span {
  padding: 0.28rem 0.48rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--alin) 8%, var(--paper));
  color: var(--mute);
  font-size: 0.72rem;
  font-weight: 720;
}

.hub-product-card__topline span:first-child {
  color: var(--alin);
}

.hub-product-card h2 {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.18;
}

.hub-product-card h2 a {
  color: var(--ink);
  text-decoration: none;
}

.hub-product-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  margin: 0.15rem 0 0;
}

.hub-product-card__facts div {
  display: flex;
  gap: 0.3rem;
  min-width: 0;
}

.hub-product-card__facts dt,
.hub-product-card__facts dd {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.35;
}

.hub-product-card__facts dt {
  color: var(--mute);
}

.hub-product-card__facts dd {
  overflow-wrap: anywhere;
  font-weight: 750;
}

.hub-product-card__price {
  grid-column: 2;
  grid-row: 1 / span 4;
  display: grid;
  min-width: 13rem;
  align-content: center;
  justify-items: end;
  text-align: end;
}

.hub-product-card__price span,
.hub-product-card__price small {
  color: var(--mute);
  font-size: 0.78rem;
}

.hub-product-card__price strong {
  margin-block: 0.15rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.hub-product-card__actions {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
  margin-block-start: 0.35rem;
}

.hub-product-card__actions .button {
  min-width: 10rem;
}

.hub-compare-check {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.hub-compare-check input {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--alin);
}

.hub-empty {
  padding: 2rem;
  border: 1px dashed var(--rule);
  border-radius: var(--radius-lg);
  text-align: center;
}

.hub-buying-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.8fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  margin-block-start: clamp(3rem, 7vw, 6rem);
  padding: clamp(1.4rem, 4vw, 3rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--rule);
  background: color-mix(in srgb, var(--alin) 6%, var(--panel));
}

.hub-buying-guide h2 {
  margin-block: 0.25rem 0.65rem;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
}

.hub-buying-guide p {
  color: var(--mute);
  line-height: 1.65;
}

.hub-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-content: center;
}

.hub-guide-links {
  display: grid;
  align-content: center;
  gap: 0.6rem;
}

.hub-guide-links a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.8rem;
  padding: 0.78rem 0.9rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  background: var(--panel);
  color: var(--ink);
  font-weight: 780;
  text-decoration: none;
}

.hub-guide-links a:hover {
  border-color: var(--alin);
}

.hub-next {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-block-start: 1rem;
}

.hub-next a {
  display: grid;
  gap: 0.25rem;
  padding: 1.15rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  color: var(--ink);
  text-decoration: none;
}

.hub-next a:hover {
  border-color: var(--alin);
}

.hub-next span {
  color: var(--mute);
  font-size: 0.78rem;
}

.hub-compare-tray {
  position: fixed;
  z-index: 30;
  inset-inline: max(1rem, calc((100vw - 76rem) / 2));
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 1px solid color-mix(in srgb, var(--alin) 45%, var(--rule));
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--ink) 94%, transparent);
  color: white;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
}

.hub-compare-tray[hidden] {
  display: none;
}

.hub-compare-tray > div {
  display: flex;
  gap: 0.7rem;
  align-items: center;
}

.hub-compare-tray span {
  color: color-mix(in srgb, white 68%, transparent);
  font-size: 0.8rem;
}

.hub-compare-tray button:not(.button) {
  border: 0;
  background: transparent;
  color: white;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.hub-compare-dialog {
  width: min(70rem, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  padding: 0;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--panel);
  color: var(--ink);
}

.hub-compare-dialog::backdrop {
  background: rgba(6, 18, 13, 0.68);
}

.hub-compare-dialog__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  padding: 1.2rem 1.4rem;
  border-block-end: 1px solid var(--rule);
}

.hub-compare-dialog__header h2 {
  margin: 0.2rem 0 0;
}

.hub-compare-dialog__header button {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--rule);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font-size: 1.4rem;
  cursor: pointer;
}

.hub-compare-table-wrap {
  overflow: auto;
  padding: 1.2rem 1.4rem 1.5rem;
}

.hub-compare-table-wrap table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
}

.hub-compare-table-wrap th,
.hub-compare-table-wrap td {
  padding: 0.8rem;
  border-block-end: 1px solid var(--rule);
  text-align: start;
  vertical-align: top;
}

.hub-compare-table-wrap th {
  width: 8rem;
  color: var(--mute);
  font-size: 0.78rem;
}

@media (max-width: 58rem) {
  .hub-hero,
  .hub-buying-guide {
    grid-template-columns: 1fr;
  }

  .hub-layout {
    grid-template-columns: 1fr;
  }

  .hub-filter-panel {
    position: static;
    display: none;
  }

  .hub-filter-panel.is-open {
    display: grid;
  }

  .hub-mobile-filter-toggle {
    position: sticky;
    z-index: 8;
    top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--rule);
    border-radius: var(--radius);
    background: var(--ink);
    color: white;
    font: inherit;
    font-weight: 800;
  }

  .hub-mobile-filter-toggle span {
    display: grid;
    place-items: center;
    min-width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    background: var(--alin);
  }

  .hub-filter-panel form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 42rem) {
  .hub-overview__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hub-overview__stats > div:nth-child(2) {
    border-inline-end: 0;
  }

  .hub-overview__stats > div:last-child {
    grid-column: 1 / -1;
    border-block-start: 1px solid var(--rule);
  }

  .hub-filter-panel form,
  .hub-next {
    grid-template-columns: 1fr;
  }

  .hub-results__toolbar {
    align-items: start;
    flex-direction: column;
  }

  .hub-product-card {
    grid-template-columns: minmax(7rem, 9rem) minmax(0, 1fr);
  }

  .hub-product-card__image {
    min-height: 100%;
    padding: 0.65rem;
  }

  .hub-product-card__image img {
    height: 8rem;
  }

  .hub-product-card__body {
    display: block;
    padding: 0.9rem;
  }

  .hub-product-card__facts {
    display: none;
  }

  .hub-product-card__price {
    display: grid;
    min-width: 0;
    justify-items: start;
    margin-block: 0.7rem;
    text-align: start;
  }

  .hub-product-card__actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .hub-product-card__actions .button {
    width: 100%;
    min-width: 0;
  }

  .hub-compare-tray {
    inset-inline: 0.65rem;
    bottom: 0.65rem;
    align-items: stretch;
    flex-direction: column;
  }

  .hub-compare-tray > div {
    justify-content: space-between;
  }
}

@media (max-width: 27rem) {
  .hub-product-card {
    grid-template-columns: 1fr;
  }

  .hub-product-card__image {
    min-height: 10rem;
  }
}

/* Apple-HIG hybrid: calmer hierarchy and stronger web-native interaction. */
body {
  background:
    radial-gradient(circle at 8% -4rem, rgb(215 244 228 / 55%), transparent 31rem),
    var(--surface-page);
  color: var(--text-primary);
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
}

.price,
.product-price,
.hero-price,
.launch-price-card > strong,
.launch-total strong,
.hub-hero__price strong,
.hub-product-card__price strong,
.history-start strong {
  font-variant-numeric: tabular-nums;
}

.site-header {
  background: rgb(244 250 246 / 88%);
  box-shadow: 0 1px 0 rgb(18 36 28 / 4%);
  -webkit-backdrop-filter: saturate(135%) blur(1rem);
  backdrop-filter: saturate(135%) blur(1rem);
}

.brand,
.site-logo,
.site-nav a {
  min-height: 2.75rem;
  align-items: center;
}

.site-nav a {
  display: inline-flex;
}

.header-inner {
  min-height: 4.5rem;
}

.header-search {
  width: min(34vw, 27rem);
  margin-inline: clamp(0.25rem, 2vw, 1.25rem) auto;
  padding: 0.25rem;
  border-color: var(--border-subtle);
  border-radius: 0.8rem;
  box-shadow: 0 0.25rem 1rem rgb(18 36 28 / 5%);
}

.header-search input {
  min-height: 2.5rem;
  padding-block: 0.55rem;
}

.header-search button {
  min-height: 2.75rem;
  padding-inline: 0.9rem;
}

.site-nav a,
.menu-toggle,
.button,
.btn,
.search-form button,
.search-box button {
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.button:active,
.btn:active,
.search-form button:active,
.search-box button:active {
  box-shadow: inset 0 0 0 999px rgb(0 0 0 / 7%);
}

.breadcrumbs a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding-inline: 0.1rem;
}

.launch-shell {
  gap: clamp(2.75rem, 6vw, 5.5rem);
}

.launch-home-hero {
  padding-block: clamp(1.5rem, 6vw, 5rem) 0.5rem;
}

.launch-home-hero h1 {
  font-size: clamp(2.8rem, 7.4vw, 5.9rem);
}

.product-detail-page .launch-product-hero {
  grid-template-areas:
    "copy"
    "price"
    "image"
    "facts";
  border-color: var(--border-default);
  background:
    radial-gradient(circle at 0 0, rgb(215 244 228 / 64%), transparent 23rem),
    rgb(255 255 255 / 82%);
  box-shadow: 0 1.25rem 3.5rem rgb(18 36 28 / 7%);
}

.product-detail-page .launch-product-copy {
  grid-area: copy;
}

.product-detail-page .launch-price-card {
  grid-area: price;
}

.product-detail-page .launch-product-image {
  grid-area: image;
}

.product-detail-page .launch-facts {
  grid-area: facts;
  width: 100%;
}

.product-detail-page .launch-product-image {
  min-height: 19rem;
  box-shadow: 0 0.9rem 2.5rem rgb(18 36 28 / 7%);
}

.launch-price-card {
  border-color: var(--border-default);
  background: linear-gradient(155deg, #fff, #edf8f1);
  box-shadow: 0 1rem 2.6rem rgb(18 36 28 / 10%);
}

.product-jump-nav {
  scrollbar-width: thin;
  border-color: var(--border-default);
  border-radius: 1rem;
  background: rgb(255 255 255 / 88%);
  -webkit-backdrop-filter: saturate(135%) blur(1rem);
  backdrop-filter: saturate(135%) blur(1rem);
}

.product-jump-nav a {
  min-height: 2.75rem;
  padding-block: 0.72rem;
}

.product-jump-nav a[aria-current="location"],
.product-jump-nav a.is-active {
  background: var(--text-primary);
  color: var(--text-inverse);
}

.launch-offers {
  border-color: var(--border-default);
  box-shadow: 0 0.8rem 2.4rem rgb(18 36 28 / 7%);
}

.launch-offer {
  border-color: var(--border-subtle);
}

.launch-offer:hover {
  background-color: color-mix(in srgb, var(--action-primary) 3%, var(--surface-primary));
}

.launch-offer--first {
  background: linear-gradient(90deg, rgb(215 244 228 / 70%), rgb(255 255 255 / 35%));
  box-shadow: inset 0.22rem 0 var(--action-primary);
}

.hub-hero {
  align-items: center;
  padding-block: clamp(0.75rem, 2.4vw, 1.75rem) clamp(0.75rem, 2vw, 1.25rem);
}

.hub-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.15rem);
  line-height: 0.98;
}

.hub-page {
  gap: clamp(1rem, 2vw, 1.75rem);
}

.hub-hero__price {
  gap: 0.45rem;
  padding: 1rem 1.1rem;
}

.hub-hero__price a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}

.hub-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  margin-block-end: 0;
}

.hub-overview__freshness {
  min-width: 15rem;
  border-block-start: 0;
  border-inline-start: 1px solid var(--border-default);
}

.hub-hero__price,
.hub-overview,
.hub-filter-panel,
.hub-product-card {
  border-color: var(--border-default);
}

.hub-shortcuts button,
.hub-guide-actions button,
.hub-active-filters button {
  min-height: 2.75rem;
}

.hub-shortcuts button[aria-pressed="true"],
.hub-guide-actions button[aria-pressed="true"] {
  border-color: var(--action-primary);
  background: var(--text-primary);
  color: var(--text-inverse);
}

.hub-filter-panel {
  top: 5.25rem;
  box-shadow: 0 0.8rem 2.2rem rgb(18 36 28 / 6%);
}

.hub-filter-panel button:not(.button) {
  min-height: 2.75rem;
  padding-inline: 0.35rem;
}

.hub-results__toolbar {
  position: sticky;
  z-index: 6;
  top: 4.55rem;
  padding: 0.6rem 0 0.75rem;
  background: rgb(244 250 246 / 94%);
  -webkit-backdrop-filter: blur(0.8rem);
  backdrop-filter: blur(0.8rem);
}

.hub-results__toolbar select,
.hub-compare-dialog__header button {
  min-width: 2.75rem;
  min-height: 2.75rem;
}

.hub-results {
  container-type: inline-size;
}

.hub-product-card {
  transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.hub-product-card:hover {
  background: color-mix(in srgb, var(--action-primary) 2.5%, var(--surface-primary));
  box-shadow: 0 0.8rem 2.2rem rgb(18 36 28 / 8%);
  transform: none;
}

.hub-product-card__image,
.reference-product-image {
  overflow: hidden;
}

.hub-compare-check {
  min-height: 2.75rem;
  padding-inline: 0.15rem;
}

.hub-load-more-wrap {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  padding-block: 1.25rem 0.25rem;
  text-align: center;
}

.hub-load-more-wrap[hidden],
.hub-product-card[data-progressive-hidden="true"] {
  display: none;
}

.hub-load-more-wrap p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.86rem;
}

.hub-progress {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  padding: 1.25rem;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--action-primary) 3%, var(--surface-primary));
  text-align: center;
}

.hub-progress > p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.hub-progress > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.hub-progress__back {
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border: 0;
  background: transparent;
  color: var(--action-primary);
  font: inherit;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

[data-hub-show-more] {
  min-width: min(100%, 18rem);
}

.hub-load-more {
  min-width: min(100%, 18rem);
}

.hub-compare-tray {
  inset-inline: max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  background: rgb(16 39 29 / 94%);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}

.hub-compare-tray button:not(.button) {
  min-height: 2.75rem;
  padding: 0.6rem 0.75rem;
}

@supports not (backdrop-filter: blur(1rem)) {
  .site-header,
  .product-jump-nav,
  .hub-results__toolbar,
  .hub-compare-tray {
    background: var(--surface-primary);
  }

  .hub-compare-tray {
    background: var(--surface-inverse);
  }
}

@media (max-width: 63.99rem) {
  .site-header {
    position: relative;
  }

  .header-search {
    order: 3;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .product-jump-nav {
    top: calc(0.5rem + env(safe-area-inset-top));
  }

  .product-section,
  .launch-comparison {
    scroll-margin-top: 5rem;
  }
}

@media (min-width: 48rem) and (max-width: 63.99rem) {
  .product-detail-page .launch-product-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "copy price"
      "image image"
      "facts facts";
  }

  .product-detail-page .launch-price-card {
    grid-column: auto;
  }
}

@media (min-width: 64rem) {
  .product-detail-page .launch-product-hero {
    grid-template-columns: minmax(14rem, 0.8fr) minmax(20rem, 1.2fr) minmax(15rem, 0.72fr);
    grid-template-areas:
      "image copy price"
      "facts facts facts";
  }

  .product-detail-page .launch-price-card {
    grid-column: auto;
  }
}

@media (max-width: 58rem) {
  .hub-results__toolbar {
    position: static;
    padding-top: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (max-width: 47.99rem) {
  body {
    font-size: 1rem;
  }

  .header-inner {
    gap: 0.6rem;
  }

  .header-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .header-search input {
    width: 100%;
  }

  .product-detail-page .launch-product-image {
    min-height: 12.5rem;
  }

  .product-detail-page .launch-product-image img {
    max-height: 11rem;
  }

  .launch-product-copy h1 {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }

  .product-jump-nav {
    top: 0.5rem;
    padding: 0.35rem;
    scroll-snap-type: inline proximity;
  }

  .product-jump-nav a {
    min-height: 2.75rem;
    padding: 0.72rem 0.78rem;
    scroll-snap-align: start;
  }

  .product-section,
  .launch-comparison {
    scroll-margin-top: 5rem;
  }

  .launch-offer {
    grid-template-columns: minmax(0, 1fr) minmax(8.5rem, 0.85fr);
    grid-template-areas:
      "rank seller"
      "costs costs"
      "fulfilment action";
    gap: 0.65rem 0.85rem;
    padding: 0.9rem;
  }

  .launch-rank {
    grid-area: rank;
    display: flex;
    width: fit-content;
    min-width: 2.1rem;
    min-height: 2.1rem;
    gap: 0.35rem;
    padding-inline: 0.55rem;
  }

  .launch-rank span {
    display: inline;
    font-size: 0.72rem;
  }

  .launch-seller {
    grid-area: seller;
    display: grid;
    gap: 0.2rem;
    align-self: center;
    justify-items: end;
    text-align: end;
  }

  .launch-seller .launch-merchant,
  .launch-seller .launch-rating,
  .launch-costs .launch-product-price,
  .launch-costs .launch-shipping,
  .launch-costs .launch-total,
  .launch-fulfilment .launch-stock,
  .launch-fulfilment .launch-delivery {
    grid-area: auto;
  }

  .launch-rating {
    display: flex;
    gap: 0.4rem;
    align-items: baseline;
    color: var(--text-secondary);
  }

  .launch-rating .offer-mobile-label {
    display: none;
  }

  .launch-rating strong {
    font-size: 0.75rem;
    font-weight: 650;
  }

  .launch-rating small {
    display: none;
  }

  .launch-costs {
    grid-area: costs;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    padding-block: 0.65rem;
    border-block: 1px solid var(--border-subtle);
  }

  .launch-costs > div + div {
    padding-inline-start: 0.55rem;
    border-inline-start: 1px solid var(--border-subtle);
  }

  .launch-costs strong {
    font-size: 0.92rem;
  }

  .launch-costs .launch-total strong {
    font-size: 1.1rem;
  }

  .launch-fulfilment {
    grid-area: fulfilment;
    display: grid;
    gap: 0.35rem;
    align-content: center;
  }

  .launch-action {
    grid-area: action;
    align-self: center;
  }

  .launch-action .button {
    min-height: 2.75rem;
  }

  .launch-action small,
  .launch-action time {
    font-size: 0.66rem;
  }

  .launch-stock,
  .launch-delivery {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    align-items: baseline;
  }

  .launch-stock strong,
  .launch-delivery strong {
    font-size: 0.76rem;
  }

  .hub-hero {
    padding-block-start: 1rem;
  }

  .hub-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .hub-results__toolbar {
    position: static;
    padding-top: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .hub-overview {
    display: block;
  }

  .hub-overview__freshness {
    min-width: 0;
    border-block-start: 1px solid var(--border-default);
    border-inline-start: 0;
  }

  .hub-mobile-filter-toggle {
    top: 0.5rem;
  }

  .hub-overview__stats strong {
    font-size: clamp(1.15rem, 6vw, 1.55rem);
  }

  .hub-product-card__topline span,
  .hub-product-card__signals span {
    min-height: 1.65rem;
    align-items: center;
  }

  .hub-compare-tray {
    bottom: max(0.65rem, env(safe-area-inset-bottom));
  }
}

@container (max-width: 46rem) {
  .hub-product-card {
    grid-template-columns: 6.75rem minmax(0, 1fr);
    grid-template-areas:
      "image topline"
      "image title"
      "signals signals"
      "price price"
      "actions actions";
    gap: 0.5rem 0.75rem;
    padding: 0.75rem;
  }

  .hub-product-card__image {
    grid-area: image;
    min-height: 6.75rem;
    align-self: stretch;
    padding: 0.35rem;
    border-radius: var(--radius);
  }

  .hub-product-card__image img {
    height: 6rem;
  }

  .hub-product-card__body {
    display: contents;
  }

  .hub-product-card__topline {
    grid-area: topline;
    align-self: end;
  }

  .hub-product-card h2 {
    grid-area: title;
    align-self: start;
    font-size: clamp(1rem, 4.8vw, 1.25rem);
  }

  .hub-product-card__signals {
    grid-area: signals;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .hub-product-card__signals span {
    display: grid;
    min-height: 2.4rem;
    place-items: center;
    padding: 0.25rem;
    text-align: center;
  }

  .hub-product-card__price {
    grid-area: price;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-width: 0;
    gap: 0.15rem 0.7rem;
    align-items: end;
    justify-items: stretch;
    margin: 0;
    padding-block-start: 0.55rem;
    border-block-start: 1px solid var(--border-subtle);
    text-align: start;
  }

  .hub-product-card__price strong {
    justify-self: end;
    margin: 0;
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }

  .hub-product-card__price small {
    grid-column: 1 / -1;
  }

  .hub-product-card__actions {
    grid-area: actions;
    flex-direction: row;
    margin: 0;
  }

  .hub-product-card__actions .button {
    width: auto;
    min-width: 0;
    flex: 1;
  }
}

@media (max-width: 24rem) {
  .header-search button {
    min-width: 4.2rem;
  }

  .launch-offer {
    grid-template-columns: 1fr 1fr;
  }

  .launch-total strong {
    font-size: 1.15rem;
  }
}

/* Premium comparison homepage. Apple HIG principles, Hintalinja identity. */
.home-body {
  background: var(--surface-page);
}

.home-body main {
  width: 100%;
  max-width: none;
  padding: 0;
}

.home-body .header-search {
  display: none;
}

.premium-home {
  overflow: clip;
  color: var(--text-primary);
}

.premium-home .shell {
  width: min(100% - 2rem, var(--page));
}

.home-cinematic-hero {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 84% 16%, rgb(207 240 222 / 82%), transparent 27rem),
    linear-gradient(180deg, #f7fbf8 0%, var(--surface-page) 100%);
}

.home-cinematic-hero::before {
  position: absolute;
  z-index: -1;
  width: min(44rem, 62vw);
  aspect-ratio: 1;
  inset: 10% -18rem auto auto;
  border-radius: 50%;
  background: rgb(8 122 73 / 5%);
  content: "";
  filter: blur(0.1rem);
}

.home-hero-grid {
  display: grid;
  min-height: calc(100svh - 4.5rem);
  grid-template-columns: minmax(0, 0.93fr) minmax(32rem, 1.07fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: center;
  padding-block: clamp(3.75rem, 8vh, 6.5rem);
}

.home-hero-copy {
  display: grid;
  min-width: 0;
  justify-items: start;
}

.home-hero-copy .eyebrow {
  margin-block-end: 1rem;
}

.home-hero-copy h1 {
  max-width: none;
  margin-block-end: 1.5rem;
  font-size: clamp(3.25rem, 4.8vw, 4.35rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.home-hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

.home-hero-copy .lede {
  max-width: 35rem;
  margin-block-end: 1.75rem;
  color: var(--text-secondary);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.55;
}

.home-hero-search {
  width: 100%;
  max-width: 36rem;
  margin: 0;
}

.home-hero-search label {
  margin-block-end: 0.2rem;
  font-size: 0.9rem;
}

.home-hero-search input {
  min-height: 3.5rem;
  border-color: var(--border-default);
  border-radius: 0.95rem;
  box-shadow: 0 0.75rem 2rem rgb(18 36 28 / 6%);
}

.home-hero-search .button {
  min-height: 3.5rem;
  padding-inline: 1.45rem;
  border-radius: 999px;
}

.home-hero-search > small {
  color: var(--text-secondary);
  font-size: 0.76rem;
}

.home-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  margin-block-start: 1rem;
}

.home-hero-links a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--action-primary);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.home-hero-links a::after {
  margin-inline-start: 0.35rem;
  content: "→";
}

.home-marketplace-stage {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(190 218 201 / 88%);
  border-radius: 1.75rem;
  background: #fff;
  box-shadow:
    0 2.4rem 6rem rgb(18 36 28 / 14%),
    0 0.4rem 1.25rem rgb(18 36 28 / 7%);
}

.home-marketplace-header {
  display: flex;
  min-height: 3.6rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.1rem;
  border-block-end: 1px solid var(--border-subtle);
  background: #fbfdfb;
  color: var(--text-secondary);
  font-size: 0.78rem;
}

.home-marketplace-header > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-primary);
}

.home-marketplace-header time {
  font-variant-numeric: tabular-nums;
  text-align: end;
}

.home-live-dot {
  width: 0.55rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--action-primary);
  box-shadow: 0 0 0 0.25rem rgb(8 122 73 / 11%);
}

.home-marketplace-product {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: center;
  padding: clamp(1.1rem, 2.5vw, 1.75rem);
}

.home-marketplace-image {
  display: grid;
  min-height: 9.5rem;
  place-items: center;
  padding: 0.7rem;
  border-radius: 1.35rem;
  background: #f7faf8;
}

.home-marketplace-image img {
  width: min(100%, 12rem);
  height: auto;
  object-fit: contain;
}

.home-marketplace-product > div {
  display: grid;
  min-width: 0;
  justify-items: start;
}

.home-marketplace-product > div > span,
.home-marketplace-product > div > small {
  color: var(--text-secondary);
  font-size: 0.76rem;
  font-weight: 700;
}

.home-marketplace-product h2 {
  max-width: 20ch;
  margin: 0.35rem 0 1.15rem;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.08;
}

.home-marketplace-product h2 a {
  color: var(--text-primary);
  text-decoration: none;
}

.home-marketplace-product > div > strong {
  margin-block-start: 0.2rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.05em;
  line-height: 1;
}

.home-marketplace-offers {
  display: grid;
  margin: 0;
  padding: 0 clamp(0.75rem, 2vw, 1.25rem);
  list-style: none;
}

.home-marketplace-offer {
  position: relative;
  border-block-start: 1px solid var(--border-subtle);
}

.home-marketplace-offer > a {
  display: grid;
  min-height: 4.7rem;
  grid-template-columns: 1.8rem minmax(0, 1fr) auto auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.65rem 0;
  color: var(--text-primary);
  text-decoration: none;
}

.home-marketplace-offer > a:hover .home-offer-action {
  background: var(--action-primary-hover);
}

.home-offer-rank {
  display: grid;
  width: 1.8rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-secondary);
  color: var(--action-primary-hover);
  font-size: 0.76rem;
  font-weight: 800;
}

.home-offer-merchant {
  display: grid;
  min-width: 0;
  gap: 0.08rem;
}

.home-offer-merchant strong {
  overflow: hidden;
  font-size: 0.86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-offer-merchant small {
  color: var(--text-secondary);
  font-size: 0.68rem;
  font-variant-numeric: tabular-nums;
}

.home-offer-total {
  font-size: 0.95rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.home-offer-action {
  display: inline-flex;
  min-width: 5.3rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--action-primary);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  transition: background-color 180ms ease;
}

.home-offer-disclosure {
  position: absolute;
  inset: auto 0 0.1rem auto;
  color: var(--text-secondary);
  font-size: 0.58rem;
}

.home-marketplace-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem 1.25rem;
  border-block-start: 1px solid var(--border-subtle);
  background: #fbfdfb;
}

.home-marketplace-footer .button {
  min-height: 2.9rem;
  flex: 0 0 auto;
  border-radius: 999px;
}

.home-marketplace-footer p {
  max-width: 17rem;
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.7rem;
  line-height: 1.45;
}

.home-proof {
  border-block: 1px solid var(--border-subtle);
  background: #fff;
}

.home-proof .shell {
  padding-block: clamp(1.5rem, 3vw, 2.3rem);
}

.home-proof dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.home-proof dl > div {
  display: grid;
  gap: 0.15rem;
  justify-items: center;
  padding: 0.3rem clamp(0.75rem, 3vw, 2rem);
  border-inline-start: 1px solid var(--border-subtle);
  text-align: center;
}

.home-proof dl > div:first-child {
  border-inline-start: 0;
}

.home-proof dt {
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  font-weight: 750;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
  line-height: 1;
}

.home-proof dd {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.82rem;
}

.home-proof .shell > p {
  max-width: 54rem;
  margin: 1.25rem auto 0;
  color: var(--text-secondary);
  font-size: 0.76rem;
  text-align: center;
}

.home-proof .shell > p a {
  font-weight: 700;
}

.home-categories,
.home-picks,
.home-final-search {
  padding-block: clamp(4.75rem, 9vw, 8.5rem);
}

.home-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  margin-block-end: clamp(1.75rem, 4vw, 3.25rem);
}

.home-section-heading .eyebrow {
  grid-column: 1 / -1;
}

.home-section-heading h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.home-section-heading > a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--action-primary);
  font-weight: 750;
  text-decoration: none;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.home-category-card {
  display: grid;
  min-height: 26rem;
  grid-template-columns: minmax(0, 1fr) minmax(10rem, 0.85fr);
  gap: 1rem;
  align-items: center;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--border-subtle);
  border-radius: 1.75rem;
  background: #fff;
  color: var(--text-primary);
  box-shadow: 0 1rem 3rem rgb(18 36 28 / 5%);
  text-decoration: none;
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 400ms cubic-bezier(0.25, 1, 0.5, 1);
}

.home-category-card:hover {
  color: var(--text-primary);
  transform: translateY(-0.2rem);
  box-shadow: 0 1.5rem 3.5rem rgb(18 36 28 / 9%);
}

.home-category-card > div {
  display: grid;
  justify-items: start;
}

.home-category-card > div > span {
  color: var(--action-primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-category-card h3 {
  margin: 0.55rem 0 0.75rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.home-category-card--long h3 {
  font-size: clamp(1.8rem, 3.2vw, 2.85rem);
}

.home-category-card p {
  color: var(--text-secondary);
}

.home-category-card strong {
  margin-block-start: 1.5rem;
  color: var(--action-primary);
  font-size: 0.9rem;
}

.home-category-card img {
  width: 100%;
  max-height: 17rem;
  object-fit: contain;
}

.home-brand-callout {
  display: flex;
  min-height: 5.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-block-start: 1rem;
  padding: 1.2rem clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--border-default);
  border-radius: 1.35rem;
  background: var(--surface-secondary);
  color: var(--text-primary);
  text-decoration: none;
}

.home-brand-callout span {
  display: grid;
}

.home-brand-callout small {
  color: var(--text-secondary);
}

.home-brand-callout b {
  color: var(--action-primary);
  font-size: 0.9rem;
}

.home-picks {
  border-block: 1px solid var(--border-subtle);
  background: #fff;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.home-product-card {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  border-radius: 1.55rem;
  background: var(--surface-page);
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 400ms cubic-bezier(0.25, 1, 0.5, 1);
}

.home-product-card:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 1.2rem 2.6rem rgb(18 36 28 / 8%);
}

.home-product-image {
  display: grid;
  min-height: 14rem;
  place-items: center;
  padding: 1.25rem;
  background: #fff;
}

.home-product-image img {
  width: 100%;
  height: 12rem;
  object-fit: contain;
}

.home-product-card > div {
  display: grid;
  min-width: 0;
  grid-template-rows: auto auto auto auto 1fr;
  justify-items: start;
  padding: 1.25rem;
}

.home-product-card p {
  margin-block-end: 0.45rem;
  color: var(--action-primary);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-product-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.2;
}

.home-product-card h3 a {
  color: var(--text-primary);
  text-decoration: none;
}

.home-product-card > div > span {
  margin-block-start: 0.7rem;
  color: var(--text-secondary);
  font-size: 0.78rem;
}

.home-product-card > div > strong {
  margin-block: 0.2rem 1.2rem;
  font-size: 1.65rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
}

.home-product-link {
  align-self: end;
  color: var(--action-primary);
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.home-method {
  background:
    radial-gradient(circle at 10% 15%, rgb(76 160 114 / 24%), transparent 31rem),
    var(--surface-inverse);
  color: var(--text-inverse);
}

.home-method-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(26rem, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding-block: clamp(5.5rem, 10vw, 10rem);
}

.home-method .eyebrow {
  color: #9de0ba;
}

.home-method h2 {
  max-width: 11ch;
  margin-block-end: 1.5rem;
  color: #fff;
  font-size: clamp(2.8rem, 5.6vw, 5.6rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.home-method-grid > div > p:not(.eyebrow) {
  max-width: 30rem;
  color: rgb(255 255 255 / 72%);
  font-size: 1.08rem;
}

.home-method nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
  margin-block-start: 2rem;
}

.home-method nav > a:not(.button) {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: #c8f0d8;
  font-weight: 700;
  text-decoration: none;
}

.home-method-primary {
  border-radius: 999px;
  background: #fff;
  color: var(--surface-inverse);
}

.home-method-primary:hover {
  background: #e7f6ed;
  color: var(--surface-inverse);
}

.home-method ol {
  margin: 0;
  padding: 0;
  border-block-start: 1px solid rgb(255 255 255 / 18%);
  list-style: none;
}

.home-method li {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
  padding-block: 1.5rem;
  border-block-end: 1px solid rgb(255 255 255 / 18%);
}

.home-method li > span {
  color: #9de0ba;
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.home-method li strong {
  color: #fff;
  font-size: 1.1rem;
}

.home-method li p {
  max-width: 34rem;
  margin: 0.25rem 0 0;
  color: rgb(255 255 255 / 68%);
}

.home-final-search {
  background: var(--surface-page);
}

.home-final-search > .shell {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(28rem, 1.25fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
}

.home-final-search h2 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.home-final-search .reference-search {
  max-width: none;
}

.home-final-search .button {
  min-height: 3.25rem;
  border-radius: 999px;
}

@media (prefers-reduced-motion: no-preference) {
  .home-hero-copy,
  .home-marketplace-stage {
    animation: home-enter 700ms cubic-bezier(0.25, 1, 0.5, 1) both;
  }

  .home-marketplace-stage {
    animation-delay: 100ms;
  }

  @keyframes home-enter {
    from {
      opacity: 0;
      transform: translateY(0.65rem);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 64rem) {
  .home-hero-grid {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    padding-block: clamp(3rem, 8vw, 5.5rem);
  }

  .home-hero-copy {
    max-width: 44rem;
  }

  .home-hero-copy h1 {
    max-width: none;
    font-size: clamp(3.25rem, 7.5vw, 4.9rem);
  }

  .home-marketplace-stage {
    width: min(100%, 46rem);
  }

  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-method-grid,
  .home-final-search > .shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-method-grid > div {
    max-width: 43rem;
  }

  .home-final-search .reference-search {
    width: min(100%, 46rem);
  }
}

@media (max-width: 46rem) {
  .home-cinematic-hero::before {
    display: none;
  }

  .home-hero-grid {
    gap: 2.5rem;
    padding-block: 2.75rem 4rem;
  }

  .home-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.75rem, 12vw, 3.9rem);
  }

  .home-hero-copy .lede {
    font-size: 1rem;
  }

  .home-hero-links {
    display: grid;
    gap: 0.15rem;
  }

  .home-marketplace-header {
    align-items: flex-start;
  }

  .home-marketplace-header time {
    max-width: 9rem;
  }

  .home-marketplace-product {
    grid-template-columns: 6.5rem minmax(0, 1fr);
  }

  .home-marketplace-image {
    min-height: 7rem;
  }

  .home-marketplace-product h2 {
    margin-block-end: 0.75rem;
    font-size: 1.15rem;
  }

  .home-marketplace-product > div > span {
    font-size: 0.67rem;
  }

  .home-marketplace-product > div > strong {
    font-size: 2rem;
  }

  .home-marketplace-offer > a {
    grid-template-columns: 1.8rem minmax(0, 1fr) auto;
    gap: 0.55rem;
    padding-block: 0.75rem 1rem;
  }

  .home-offer-action {
    grid-column: 2 / -1;
    width: 100%;
  }

  .home-offer-disclosure {
    inset-block-end: 0.12rem;
  }

  .home-marketplace-footer {
    display: grid;
  }

  .home-marketplace-footer .button {
    width: 100%;
  }

  .home-proof dl {
    grid-template-columns: 1fr;
  }

  .home-proof dl > div {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.5rem;
    align-items: baseline;
    justify-items: start;
    border-block-start: 1px solid var(--border-subtle);
    border-inline-start: 0;
    text-align: start;
  }

  .home-proof dl > div:first-child {
    border-block-start: 0;
  }

  .home-proof .shell > p {
    text-align: start;
  }

  .home-section-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-section-heading > a {
    margin-block-start: 0.75rem;
  }

  .home-category-grid,
  .home-product-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-category-card {
    min-height: 0;
    grid-template-columns: minmax(0, 1.1fr) minmax(7rem, 0.9fr);
    padding: 1.35rem;
  }

  .home-category-card h3 {
    font-size: clamp(1.75rem, 9vw, 2.7rem);
  }

  .home-category-card p {
    font-size: 0.88rem;
  }

  .home-category-card strong {
    margin-block-start: 0.75rem;
  }

  .home-brand-callout {
    display: grid;
  }

  .home-product-card {
    grid-template-columns: 7.5rem minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .home-product-image {
    min-height: 100%;
    padding: 0.75rem;
  }

  .home-product-image img {
    height: 7.5rem;
  }

  .home-product-card > div {
    padding: 1rem;
  }

  .home-method h2 {
    font-size: clamp(2.8rem, 13vw, 4.4rem);
  }
}

@media (max-width: 34rem) {
  .home-body .site-header {
    position: relative;
  }

  .home-hero-search > div,
  .home-final-search .reference-search > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-hero-search .button,
  .home-final-search .button {
    width: 100%;
  }

  .home-marketplace-stage {
    border-radius: 1.4rem;
  }

  .home-marketplace-header {
    display: grid;
    gap: 0.25rem;
  }

  .home-marketplace-header time {
    max-width: none;
    text-align: start;
  }

  .home-marketplace-product {
    grid-template-columns: 5.25rem minmax(0, 1fr);
    padding: 0.9rem;
  }

  .home-marketplace-image {
    min-height: 5.25rem;
    padding: 0.35rem;
    border-radius: 1rem;
  }

  .home-marketplace-offers {
    padding-inline: 0.75rem;
  }

  .home-offer-merchant small {
    white-space: normal;
  }

  .home-offer-total {
    font-size: 0.86rem;
  }

  .home-category-card {
    grid-template-columns: minmax(0, 1fr);
    min-height: 18rem;
    align-content: start;
    position: relative;
  }

  .home-category-card img {
    position: absolute;
    width: 8.5rem;
    max-height: 8.5rem;
    inset: auto 1.25rem 1.25rem auto;
    filter: drop-shadow(0 0.8rem 1rem rgb(18 36 28 / 12%));
  }

  .home-category-card > div {
    position: relative;
    z-index: 1;
    padding-block-end: 7rem;
  }

  .home-product-card {
    grid-template-columns: 6.25rem minmax(0, 1fr);
  }

  .home-product-image img {
    height: 6.25rem;
  }

  .home-method li {
    grid-template-columns: 2rem minmax(0, 1fr);
  }
}

@media (prefers-contrast: more) {
  :root {
    --rule: #6f9781;
    --rule-strong: #496c59;
    --mute: #304c3e;
    --focus: #003fc4;
  }

  .button,
  .btn,
  select,
  input,
  textarea,
  .card,
  .hub-product-card,
  .launch-offers {
    border-width: 2px;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header,
  .product-jump-nav,
  .hub-results__toolbar,
  .hub-compare-tray {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-header,
  .product-jump-nav,
  .hub-results__toolbar {
    background: var(--surface-primary);
  }

  .hub-compare-tray {
    background: var(--surface-inverse);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .fixture-banner,
  .dev-banner,
  .sticky-action,
  .button,
  .btn {
    display: none !important;
  }

  body {
    background: #fff;
  }

  .card,
  .offer-row,
  .offer {
    break-inside: avoid;
    box-shadow: none;
  }
}

/* Keep release-specific footer and narrow-grid decisions after legacy rules. */
.site-footer {
  padding-block: clamp(3.5rem, 7vw, 6.5rem) 2.25rem;
  border-block-start: 1px solid var(--border-subtle);
  background: #e9f4ed;
}

.site-footer__inner {
  width: min(100% - 2rem, var(--page));
  margin-inline: auto;
  grid-template-columns: minmax(14rem, 0.82fr) minmax(0, 2.18fr);
  gap: clamp(2.5rem, 7vw, 7rem);
}

@media (max-width: 64rem) {
  .site-footer__inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 22.5rem) {
  .reference-product-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Release v10: progressive collections and readable commercial context. */
.reference-product-card[hidden] {
  display: none;
}

.reference-card-price small {
  margin-block-start: 0.25rem;
  color: var(--mute);
  font-size: 0.75rem;
  line-height: 1.45;
}

.collection-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-block-start: 1.5rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.collection-progress p {
  margin: 0;
  color: var(--mute);
  font-size: 0.85rem;
  font-weight: 700;
}

.collection-progress .button {
  min-height: 2.9rem;
  border-radius: 999px;
}

.home-offer-disclosure {
  position: static;
  display: block;
  padding: 0 0 0.55rem 2.55rem;
  color: var(--text-secondary);
  font-size: 0.75rem;
  line-height: 1.35;
}

.launch-action small,
.launch-action time,
.inline-disclosure,
.home-marketplace-footer p {
  font-size: max(0.75rem, 12px);
  line-height: 1.45;
}

@media (max-width: 45rem) {
  .collection-progress {
    display: grid;
  }

  .collection-progress .button {
    width: 100%;
  }
}

/* API-enriched product canary: source-bound content with a compact Apple/Hintalinja rhythm. */
.product-detail-page--enriched {
  gap: clamp(2rem, 4.5vw, 4.25rem);
}

.product-detail-page--enriched .enriched-product-hero {
  grid-template-areas:
    "copy"
    "image"
    "price"
    "key"
    "identifiers";
  padding: clamp(1rem, 3vw, 2.5rem);
  border-radius: clamp(1.4rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 4% 0%, rgb(215 244 228 / 92%), transparent 27rem),
    linear-gradient(145deg, rgb(255 255 255 / 96%), rgb(244 250 246 / 88%));
}

.enriched-product-copy {
  grid-area: copy;
  min-width: 0;
}

.enriched-product-copy h1 {
  max-width: 100%;
  margin-block: 0.35rem 1rem;
  overflow-wrap: anywhere;
  font-size: clamp(2.15rem, 3.6vw, 3.4rem);
  font-weight: 760;
  hyphens: auto;
  letter-spacing: -0.045em;
  line-height: 1.01;
  word-break: normal;
}

.enriched-product-description {
  max-width: 62ch;
  overflow-wrap: anywhere;
  color: var(--text-secondary);
  font-size: clamp(1.02rem, 1.55vw, 1.18rem) !important;
  line-height: 1.62;
}

.product-compatibility {
  max-width: 42rem;
  margin-block-start: 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid #efd6a2;
  border-radius: 1rem;
  background: color-mix(in srgb, var(--sun) 72%, white);
}

.product-compatibility strong {
  display: block;
  color: #674817;
  font-size: 0.9rem;
}

.product-compatibility p {
  margin: 0.35rem 0 0;
  color: #76531a;
  font-size: 0.9rem;
  line-height: 1.52;
}

.enriched-product-image {
  grid-area: image;
  background: rgb(255 255 255 / 92%);
}

.enriched-key-facts {
  grid-area: key;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  overflow: hidden;
  border-block: 1px solid var(--border-subtle);
}

.enriched-key-facts > div {
  min-width: 0;
  padding: 0.58rem 0.72rem;
  border-block-end: 1px solid var(--border-subtle);
}

.enriched-key-facts > div:nth-child(odd) {
  border-inline-end: 1px solid var(--border-subtle);
}

.enriched-key-facts > div:nth-last-child(-n + 2) {
  border-block-end: 0;
}

.enriched-key-facts dt,
.enriched-identifiers dt {
  color: var(--text-secondary);
  font-size: 0.66rem;
  font-weight: 780;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.enriched-key-facts dd,
.enriched-identifiers dd {
  margin: 0.18rem 0 0;
  overflow-wrap: anywhere;
  color: var(--text-primary);
  font-size: 0.84rem;
  font-weight: 740;
  line-height: 1.28;
}

.product-detail-page--enriched .enriched-identifiers {
  grid-area: identifiers;
}

.product-detail-page--enriched .launch-price-card {
  align-self: start;
  min-width: 0;
  border-radius: 1.35rem;
}

.product-detail-page--enriched .button,
.product-detail-page--enriched summary,
.product-detail-page--enriched .product-jump-nav a {
  min-height: 2.75rem;
}

.enriched-product-details,
.product-source-panel {
  padding: clamp(1.1rem, 3vw, 2.35rem);
  border: 1px solid var(--border-subtle);
  border-radius: clamp(1.25rem, 2.5vw, 1.8rem);
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 1.2rem 3.5rem rgb(18 36 28 / 5%);
}

.machine-verified-badge {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  align-self: start;
  padding: 0.35rem 0.65rem;
  border: 1px solid var(--border-default);
  border-radius: 999px;
  background: var(--surface-secondary);
  color: var(--action-primary-hover);
  font-size: 0.75rem;
  font-weight: 780;
  white-space: nowrap;
}

.enriched-spec-groups {
  display: grid;
  gap: 0.7rem;
  margin-block-start: 1.35rem;
}

.enriched-spec-group {
  overflow: clip;
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  background: var(--surface-primary);
}

.enriched-spec-group summary {
  display: flex;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  font-weight: 780;
}

.enriched-spec-group summary::-webkit-details-marker {
  display: none;
}

.enriched-spec-group summary::after {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-secondary);
  content: "+";
  font-size: 1.1rem;
}

.enriched-spec-group[open] summary::after {
  content: "−";
}

.enriched-spec-group summary small {
  margin-inline-start: auto;
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 650;
}

.enriched-spec-table-wrap {
  overflow-x: auto;
  border-block-start: 1px solid var(--border-subtle);
}

.enriched-spec-group table {
  width: 100%;
  border-collapse: collapse;
}

.enriched-spec-group th,
.enriched-spec-group td {
  width: 50%;
  padding: 0.78rem 1rem;
  border-block-end: 1px solid var(--border-subtle);
  text-align: left;
  vertical-align: top;
  font-size: 0.9rem;
  line-height: 1.45;
}

.enriched-spec-group tr:last-child th,
.enriched-spec-group tr:last-child td {
  border-block-end: 0;
}

.enriched-spec-group th {
  color: var(--text-secondary);
  font-weight: 650;
}

.enriched-spec-group td {
  color: var(--text-primary);
  font-weight: 720;
}

.box-contents {
  display: grid;
  grid-template-columns: minmax(12rem, 0.7fr) minmax(0, 1.3fr);
  gap: 1.5rem;
  margin-block-start: 1.5rem;
  padding: 1.15rem;
  border-radius: 1rem;
  background: var(--surface-secondary);
}

.box-contents h3,
.box-contents p {
  margin-block: 0;
}

.box-contents ul {
  margin: 0;
  padding-inline-start: 1.2rem;
}

.source-panel-grid {
  display: grid;
  gap: 1rem;
  margin-block-start: 1.35rem;
}

.source-list,
.source-audit {
  min-width: 0;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  border: 1px solid var(--border-subtle);
  border-radius: 1.1rem;
  background: var(--surface-primary);
}

.source-list h3,
.source-audit h3 {
  margin-block-start: 0;
  font-size: 1rem;
}

.source-list ul,
.source-audit ol {
  margin: 0;
  padding-inline-start: 1.2rem;
}

.source-list li,
.source-audit li {
  margin-block: 0.55rem;
  line-height: 1.48;
}

.source-list a {
  overflow-wrap: anywhere;
  font-weight: 720;
}

.source-list small {
  display: block;
  margin-block-start: 0.2rem;
  color: var(--text-secondary);
}

.source-audit p {
  color: var(--text-secondary);
  font-size: 0.84rem;
  line-height: 1.55;
}

.compact-comment-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid var(--border-subtle);
  border-radius: 1.25rem;
  background: var(--surface-secondary);
}

.compact-comment-status h2 {
  margin: 0.15rem 0 0.35rem;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.compact-comment-status p {
  margin: 0;
  color: var(--text-secondary);
}

.product-detail-page--enriched .offer-mobile-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 48rem) {
  .source-panel-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}

@media (min-width: 48rem) and (max-width: 63.99rem) {
  .product-detail-page--enriched .enriched-product-hero {
    grid-template-areas:
      "copy price"
      "image image"
      "key key"
      "identifiers identifiers";
  }
}

@media (min-width: 64rem) {
  .product-detail-page--enriched .enriched-product-hero {
    grid-template-columns: minmax(15rem, 0.85fr) minmax(21rem, 1.3fr) minmax(15rem, 0.72fr);
    grid-template-areas:
      "image copy price"
      "image key price"
      "identifiers identifiers identifiers";
  }

  .product-detail-page--enriched .enriched-key-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 47.99rem) {
  .product-detail-page--enriched .enriched-product-hero {
    gap: 1rem;
  }

  .enriched-product-copy h1 {
    font-size: clamp(2rem, 9.5vw, 2.6rem);
  }

  .product-detail-page--enriched .enriched-product-image {
    min-height: 15rem;
  }

  .product-detail-page--enriched .enriched-product-image img {
    max-height: 14rem;
  }

  .enriched-key-facts,
  .box-contents {
    grid-template-columns: minmax(0, 1fr);
  }

  .enriched-key-facts > div,
  .enriched-key-facts > div:nth-child(odd),
  .enriched-key-facts > div:nth-last-child(-n + 2) {
    border-inline-end: 0;
    border-block-end: 1px solid var(--border-subtle);
  }

  .enriched-key-facts > div:last-child {
    border-block-end: 0;
  }

  .machine-verified-badge {
    white-space: normal;
  }

  .compact-comment-status {
    display: grid;
  }

  .compact-comment-status .button {
    width: 100%;
  }

  .product-detail-page--enriched .offer-mobile-label {
    position: static;
    display: block;
    width: auto;
    height: auto;
    margin-block-end: 0.15rem;
    overflow: visible;
    clip: auto;
    white-space: normal;
    color: var(--text-secondary);
    font-size: 0.7rem;
    font-weight: 650;
  }
}

@media (max-width: 22.5rem) {
  .enriched-spec-group th,
  .enriched-spec-group td {
    display: block;
    width: 100%;
  }

  .enriched-spec-group th {
    padding-block-end: 0.25rem;
    border-block-end: 0;
  }

  .enriched-spec-group td {
    padding-block-start: 0.25rem;
  }
}

/* Enriched product navigation, merchant identity and progressively enhanced price history. */
.product-read-more {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.4rem;
  margin-block-start: 0.45rem;
  padding: 0.55rem 0;
  color: var(--action-primary);
  font-size: 0.95rem;
  font-weight: 760;
  line-height: 1.35;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

.product-read-more:hover {
  color: var(--action-primary-hover);
}

.product-read-more:focus-visible,
[data-history-metric]:focus-visible,
[data-history-merchant]:focus-visible,
.history-chart-point:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.enriched-product-overview {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  scroll-margin-top: 10rem;
  padding: clamp(1.25rem, 3.5vw, 2.5rem);
  border: 1px solid var(--border-subtle);
  border-radius: clamp(1.25rem, 2.5vw, 1.8rem);
  background: rgb(255 255 255 / 90%);
  box-shadow: 0 1.2rem 3.5rem rgb(18 36 28 / 5%);
}

.enriched-product-overview > :first-child,
.enriched-product-overview h2,
.enriched-product-overview h3 {
  margin-block-start: 0;
}

.enriched-product-overview > :last-child {
  margin-block-end: 0;
}

.enriched-product-overview p {
  max-width: 72ch;
  color: var(--text-secondary);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.65;
}

.launch-merchant {
  min-width: 0;
}

.merchant-logo-frame {
  display: flex;
  width: 7.5rem;
  height: 2.5rem;
  max-width: 100%;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  border-radius: 0.65rem;
  background: var(--surface-primary);
}

.merchant-logo-frame[hidden],
.merchant-logo[hidden] {
  display: none !important;
}

.merchant-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  padding: 0.3rem 0.45rem;
  object-fit: contain;
}

.launch-merchant .merchant-logo-frame + strong {
  overflow-wrap: anywhere;
}

.product-price-history {
  display: grid;
  min-width: 0;
  gap: clamp(1.1rem, 2.5vw, 1.75rem);
  scroll-margin-top: 10rem;
  padding: clamp(1.2rem, 3.5vw, 2.5rem);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  border-radius: clamp(1.25rem, 2.5vw, 1.8rem);
  background:
    radial-gradient(circle at 100% 0%, rgb(215 244 228 / 68%), transparent 25rem),
    rgb(255 255 255 / 92%);
  box-shadow: 0 1.2rem 3.5rem rgb(18 36 28 / 6%);
}

.history-header {
  display: flex;
  min-width: 0;
  align-items: end;
  justify-content: space-between;
  gap: 1rem 2rem;
}

.history-header > div {
  min-width: 0;
}

.history-header h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.history-header p {
  max-width: 62ch;
  margin: 0.45rem 0 0;
  color: var(--text-secondary);
  line-height: 1.55;
}

.history-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 12.5rem), 1fr));
  gap: 0.75rem;
  margin: 0;
}

.history-kpis > div {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  background: rgb(255 255 255 / 78%);
}

.history-kpis > div > span,
.history-kpis > div > strong,
.history-kpis > div > small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.history-kpis > div > span {
  color: var(--text-secondary);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.history-kpis > div > strong {
  color: var(--text-primary);
  font-size: clamp(1.25rem, 2.6vw, 1.65rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.history-kpis > div > small {
  color: var(--text-secondary);
  font-size: 0.78rem;
  line-height: 1.4;
}

.history-kpis dt {
  color: var(--text-secondary);
  font-size: 0.78rem;
  font-weight: 720;
  line-height: 1.35;
}

.history-kpis dd {
  margin: 0.3rem 0 0;
  overflow-wrap: anywhere;
  color: var(--text-primary);
  font-size: clamp(1.2rem, 2.6vw, 1.65rem);
  font-weight: 790;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.history-controls {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: end;
  gap: 0.8rem 1rem;
}

.history-control-group {
  display: inline-flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid var(--border-default);
  border-radius: 999px;
  background: var(--surface-secondary);
}

[data-history-metric],
[data-history-merchant] {
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--text-primary);
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1.2;
  text-align: center;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

[data-history-metric]:hover:not(:disabled):not([aria-disabled="true"]),
[data-history-merchant]:hover:not(:disabled):not([aria-disabled="true"]) {
  border-color: var(--border-default);
  background: rgb(255 255 255 / 72%);
}

[data-history-metric][aria-pressed="true"],
[data-history-merchant][aria-pressed="true"] {
  border-color: var(--text-primary);
  background: var(--text-primary);
  color: var(--text-inverse);
  box-shadow: 0 0.2rem 0.7rem rgb(18 36 28 / 15%);
}

[data-history-metric]:disabled,
[data-history-merchant]:disabled,
[data-history-metric][aria-disabled="true"],
[data-history-merchant][aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.48;
}

.history-chart-card {
  min-width: 0;
  padding: clamp(0.85rem, 2.5vw, 1.35rem);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  border-radius: 1.15rem;
  background: var(--surface-primary);
}

.history-chart-card.is-cold-start {
  background: color-mix(in srgb, var(--surface-secondary) 58%, white);
}

.history-chart-heading {
  display: flex;
  min-width: 0;
  align-items: end;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  margin-block-end: 1rem;
}

.history-chart-heading > div {
  display: grid;
  min-width: 0;
  gap: 0.35rem;
}

.history-chart-heading > div > strong {
  display: block;
  color: var(--text-primary);
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1;
}

.history-chart-heading > small {
  color: var(--text-secondary);
  line-height: 1.4;
  text-align: end;
}

[data-history-chart] {
  display: block;
  width: 100%;
  height: auto;
  min-height: 15rem;
  overflow: visible;
  color: var(--action-primary);
}

[data-history-chart][hidden] {
  display: none;
}

[data-history-summary] {
  display: block;
  max-width: 72ch;
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.5;
}

.history-chart-grid line {
  stroke: var(--border-subtle);
  stroke-width: 1;
}

.history-chart-grid text,
.history-chart-labels text {
  fill: var(--text-secondary);
  font-family: inherit;
  font-size: 12px;
  font-weight: 620;
}

.history-series-line {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.history-chart-point {
  fill: var(--surface-primary);
  stroke: currentColor;
  stroke-width: 3;
}

.history-chart-point:focus-visible {
  fill: var(--mint);
  stroke: var(--focus);
  stroke-width: 5;
}

.history-cold-start {
  display: grid;
  gap: 0.35rem;
  padding: clamp(1rem, 2.8vw, 1.4rem);
  border: 1px solid var(--border-default);
  border-radius: 1rem;
  background: var(--surface-secondary);
  color: var(--text-secondary);
}

.history-cold-start[hidden] {
  display: none;
}

.history-cold-start strong,
.history-cold-start h3 {
  margin: 0;
  color: var(--text-primary);
  font-size: 1.05rem;
}

.history-cold-start p {
  margin: 0;
  line-height: 1.55;
}

.history-merchant-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  gap: 0.75rem;
}

.history-merchant-card {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.35rem 0.75rem;
  align-items: center;
  padding: 0.9rem;
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  background: rgb(255 255 255 / 82%);
}

.history-merchant-card .merchant-logo-frame {
  grid-row: 1 / span 2;
  width: 6rem;
  height: 2rem;
}

.history-merchant-card strong,
.history-merchant-card span,
.history-merchant-card time {
  min-width: 0;
  overflow-wrap: anywhere;
}

.history-merchant-card > span:not(.merchant-logo-frame) {
  display: grid;
  gap: 0.15rem;
  text-align: start;
}

.history-merchant-card small,
.history-merchant-card time {
  color: var(--text-secondary);
  font-size: 0.78rem;
  line-height: 1.4;
}

.history-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  background: var(--surface-primary);
  -webkit-overflow-scrolling: touch;
}

.history-data-table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}

.history-data-table caption {
  padding: 0.9rem 1rem;
  color: var(--text-secondary);
  font-weight: 650;
  text-align: start;
}

.history-data-table th,
.history-data-table td {
  padding: 0.8rem 0.9rem;
  border-block-end: 1px solid var(--border-subtle);
  text-align: start;
  vertical-align: middle;
}

.history-data-table th {
  background: var(--surface-secondary);
  color: var(--text-secondary);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.025em;
}

.history-data-table td {
  color: var(--text-primary);
  font-size: 0.86rem;
  line-height: 1.45;
}

.history-data-table tbody tr:last-child td,
.history-data-table tbody tr:last-child th {
  border-block-end: 0;
}

.history-data-table tbody tr:hover {
  background: color-mix(in srgb, var(--action-primary) 3%, var(--surface-primary));
}

@media (max-width: 47.99rem) {
  .product-read-more {
    width: fit-content;
    max-width: 100%;
  }

  .enriched-product-overview,
  .product-price-history {
    scroll-margin-top: 5rem;
  }

  .history-header {
    display: grid;
    align-items: start;
  }

  .history-controls,
  .history-control-group {
    width: 100%;
  }

  .history-control-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 7rem), 1fr));
    border-radius: 1rem;
  }

  [data-history-metric],
  [data-history-merchant] {
    width: 100%;
    min-width: 0;
  }

  [data-history-chart] {
    min-height: 12.5rem;
  }

  .history-chart-card {
    padding: 0.75rem 0.55rem;
  }

  .launch-seller .merchant-logo-frame {
    width: 6rem;
    height: 2rem;
    justify-content: center;
  }

  .history-merchant-card {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .history-merchant-card .merchant-logo-frame {
    grid-row: auto;
    width: 6rem;
    height: 2rem;
  }
}

@media (max-width: 22.5rem) {
  .product-price-history,
  .enriched-product-overview {
    padding: 1rem;
  }

  .history-kpis,
  .history-merchant-grid,
  .history-control-group,
  .history-merchant-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .history-merchant-card .merchant-logo-frame {
    grid-row: auto;
  }

  .history-chart-grid text,
  .history-chart-labels text {
    font-size: 11px;
  }
}

@media (prefers-contrast: more) {
  .product-price-history,
  .enriched-product-overview,
  .history-chart-card,
  .history-cold-start,
  .merchant-logo-frame,
  .history-data-table,
  [data-history-metric],
  [data-history-merchant] {
    border-width: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-history-metric],
  [data-history-merchant] {
    transition: none;
  }
}

/* Compact, reusable product-hub cards and evidence-led buying guide. */
.hub-page .hub-product-list {
  gap: 0.75rem;
}

.hub-page .hub-product-card {
  grid-template-columns: 9.25rem minmax(0, 1fr);
  min-height: 12.5rem;
  border-radius: 1.35rem;
  box-shadow: 0 0.35rem 1.25rem rgb(18 36 28 / 4%);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.hub-page .hub-product-card:hover {
  border-color: color-mix(in srgb, var(--alin) 42%, var(--rule));
  box-shadow: 0 0.7rem 1.8rem rgb(18 36 28 / 8%);
  transform: none;
}

.hub-page .hub-product-card__image {
  min-height: 12.5rem;
  padding: 0.85rem;
  color: inherit;
}

.hub-page .hub-product-card__image:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--alin) 50%, white);
  outline-offset: -3px;
}

.hub-page .hub-product-card__image img {
  height: 9.25rem;
}

.hub-page .hub-product-card__body {
  gap: 0.42rem 1rem;
  padding: 1rem 1.1rem;
}

.hub-page .hub-product-card__topline span,
.hub-page .hub-product-card__signals span {
  padding: 0.22rem 0.42rem;
  font-size: 0.68rem;
  line-height: 1.25;
}

.hub-page .hub-product-card__topline span:nth-child(2) {
  background: transparent;
  color: var(--mute);
}

.hub-page .hub-product-card h2 {
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.2;
  letter-spacing: -0.018em;
}

.hub-page .hub-product-card h2 a:hover {
  color: var(--alin);
}

.hub-page .hub-product-card__facts {
  gap: 0.3rem 0.75rem;
  margin: 0;
}

.hub-page .hub-product-card__facts dt,
.hub-page .hub-product-card__facts dd {
  font-size: 0.72rem;
}

.hub-page .hub-product-card__price {
  min-width: 11.25rem;
}

.hub-page .hub-product-card__price strong {
  font-size: clamp(1.45rem, 2.5vw, 1.75rem);
  letter-spacing: -0.025em;
}

.hub-page .hub-product-card__price small {
  max-width: 18rem;
  line-height: 1.35;
}

.hub-page .hub-product-card__actions {
  min-height: 2.75rem;
  margin-block-start: 0.15rem;
}

.hub-page .hub-product-card__actions .button {
  min-width: 8.75rem;
  min-height: 2.75rem;
  padding: 0.62rem 0.9rem;
}

.hub-page .hub-compare-check {
  min-height: 2.75rem;
  padding-inline: 0.15rem;
}

.hub-page .hub-buying-guide {
  grid-template-columns: minmax(0, 1.25fr) minmax(16rem, 0.75fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-block-start: clamp(2.75rem, 6vw, 5rem);
  padding: clamp(1.35rem, 3vw, 2.4rem);
  border-radius: 1.5rem;
  background: linear-gradient(145deg, color-mix(in srgb, var(--alin) 6%, var(--panel)), var(--panel));
}

.hub-page .hub-buying-guide h2 {
  max-width: 18ch;
  margin-block: 0.2rem 0.55rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.025em;
}

.hub-page .hub-buying-guide__copy > p:not(.eyebrow) {
  max-width: 66ch;
  margin-block: 0 1rem;
}

.hub-decision-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 1.2rem 0 0;
  padding: 0;
  border-block-start: 1px solid var(--rule);
  list-style: none;
}

.hub-decision-list li {
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem 0.9rem 0.9rem 0;
  border-block-end: 1px solid var(--rule);
}

.hub-decision-list li:nth-child(even) {
  padding-inline-start: 0.9rem;
  border-inline-start: 1px solid var(--rule);
}

.hub-decision-list strong {
  font-size: 0.86rem;
}

.hub-decision-list span {
  color: var(--mute);
  font-size: 0.8rem;
  line-height: 1.5;
}

.hub-buying-guide__aside {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.hub-guide-callout {
  padding: 1rem;
  border: 1px solid color-mix(in srgb, var(--alin) 22%, var(--rule));
  border-radius: 1rem;
  background: color-mix(in srgb, var(--alin) 8%, white);
}

.hub-guide-callout > strong,
.hub-guide-sources > strong {
  display: block;
  margin-block-end: 0.25rem;
  font-size: 0.84rem;
}

.hub-page .hub-guide-callout p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
}

.hub-guide-sources {
  padding-block-start: 0.8rem;
  border-block-start: 1px solid var(--rule);
}

.hub-guide-sources ul {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding-inline-start: 1.1rem;
}

.hub-guide-sources a,
.hub-guide-trust {
  font-size: 0.76rem;
  line-height: 1.45;
}

.hub-guide-sources a {
  color: var(--alin);
  text-underline-offset: 0.18em;
}

.hub-page .hub-guide-trust {
  margin: 0;
  padding-block-start: 0.8rem;
  border-block-start: 1px solid var(--rule);
}

@media (max-width: 58rem) {
  .hub-page .hub-buying-guide {
    grid-template-columns: minmax(0, 1fr);
  }
}

@container (max-width: 46rem) {
  .hub-page .hub-product-card {
    grid-template-columns: 6.25rem minmax(0, 1fr);
    min-height: 0;
    padding: 0.7rem;
  }

  .hub-page .hub-product-card__image {
    min-height: 6.25rem;
    padding: 0.3rem;
  }

  .hub-page .hub-product-card__image img {
    height: 5.65rem;
  }

  .hub-page .hub-product-card h2 {
    font-size: clamp(0.98rem, 4.6vw, 1.12rem);
  }

  .hub-page .hub-product-card__topline {
    grid-area: topline;
    grid-column: 2;
  }

  .hub-page .hub-product-card__topline span:nth-child(2) {
    display: none;
  }

  .hub-page .hub-product-card__facts {
    display: none;
  }

  .hub-page .hub-product-card__signals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hub-page .hub-product-card__signals span {
    min-height: 2rem;
  }

  .hub-page .hub-product-card__actions,
  .hub-page .hub-compare-check,
  .hub-page .hub-product-card__actions .button {
    min-height: 2.75rem;
  }
}

@media (max-width: 36rem) {
  .hub-decision-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .hub-decision-list li,
  .hub-decision-list li:nth-child(even) {
    padding-inline: 0;
    border-inline-start: 0;
  }
}

/* Release v28: calm, structured publisher footer with explicit trust signals. */
.site-footer {
  padding: clamp(3.5rem, 7vw, 6rem) 0 0;
  border-block-start: 0;
  background:
    radial-gradient(circle at 12% 0%, rgb(42 121 80 / 28%), transparent 24rem),
    #0b2117;
  color: #fff;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(15rem, 0.78fr) minmax(0, 2.22fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
  width: min(100% - 3rem, var(--page));
  margin-inline: auto;
}

.site-footer .brand {
  color: #fff;
  font-size: 1.35rem;
}

.site-footer .brand-mark {
  background: #14a461;
  box-shadow: 0 0.55rem 1.5rem rgb(0 0 0 / 18%);
}

.site-footer__identity {
  display: grid;
  align-content: start;
  justify-items: start;
}

.site-footer__promise {
  max-width: 22rem;
  margin: 1.4rem 0 0;
  color: #fff;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.site-footer__description {
  max-width: 31rem;
  margin: 0.9rem 0 0;
  color: #bfd2c6;
  font-size: 0.94rem;
  line-height: 1.65;
}

.site-footer__identity .site-footer__promise {
  max-width: 22rem;
  margin: 1.4rem 0 0;
  color: #fff;
}

.site-footer__identity .site-footer__description {
  max-width: 31rem;
  margin: 0.9rem 0 0;
  color: #bfd2c6;
}

.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-block-start: 1.5rem;
}

.site-footer__socials a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 999px;
  background: rgb(255 255 255 / 7%);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.site-footer__socials a:hover,
.site-footer__socials a:focus-visible {
  border-color: rgb(255 255 255 / 54%);
  background: rgb(255 255 255 / 13%);
}

.site-footer__socials span {
  display: grid;
  width: 1.5rem;
  height: 1.5rem;
  place-items: center;
  border-radius: 0.4rem;
  background: #fff;
  color: #0b2117;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.site-footer__content {
  display: grid;
  gap: clamp(2.2rem, 4vw, 3.5rem);
  min-width: 0;
}

.site-footer__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 1.3rem;
  background: rgb(255 255 255 / 6%);
}

.site-footer__trust > div {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  min-width: 0;
  padding: 1.15rem 1.25rem;
  border-inline-end: 1px solid rgb(255 255 255 / 13%);
}

.site-footer__trust > div:last-child {
  border-inline-end: 0;
}

.site-footer__trust span,
.site-footer__navs nav > strong {
  color: #86d8ac;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.site-footer__trust strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 0.95rem;
}

.site-footer__trust strong a {
  color: inherit;
  text-decoration-color: rgb(255 255 255 / 38%);
  text-underline-offset: 0.2em;
}

.site-footer__trust small {
  color: #aac2b4;
  font-size: 0.74rem;
  line-height: 1.45;
}

.site-footer__navs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3.25rem);
}

.site-footer .site-footer__navs nav {
  display: grid;
  align-content: start;
  gap: 0;
  min-width: 0;
}

.site-footer__navs nav > strong {
  display: block;
  margin-block-end: 0.7rem;
}

.site-footer .site-footer__navs nav a {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  padding-block: 0.35rem;
  color: #c6d8cd;
  font-size: 0.84rem;
  line-height: 1.35;
  text-decoration: none;
}

.site-footer .site-footer__navs nav a:hover,
.site-footer .site-footer__navs nav a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #56c789;
  text-underline-offset: 0.24em;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem 2rem;
  width: min(100% - 3rem, var(--page));
  margin: clamp(3rem, 6vw, 5rem) auto 0;
  padding-block: 1.35rem;
  border-block-start: 1px solid rgb(255 255 255 / 14%);
  color: #9fb7a9;
  font-size: 0.72rem;
  line-height: 1.5;
}

.site-footer__bottom p {
  margin: 0;
}

@media (max-width: 68rem) {
  .site-footer__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.75rem;
  }

  .site-footer__identity {
    max-width: 38rem;
  }
}

@media (max-width: 48rem) {
  .site-footer__trust,
  .site-footer__navs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__trust > div:nth-child(2) {
    border-inline-end: 0;
  }

  .site-footer__trust > div:last-child {
    grid-column: 1 / -1;
    border-block-start: 1px solid rgb(255 255 255 / 13%);
  }

  .site-footer__bottom {
    display: grid;
  }
}

@media (max-width: 32rem) {
  .site-footer__inner,
  .site-footer__bottom {
    width: min(100% - 2rem, var(--page));
  }

  .site-footer__trust,
  .site-footer__navs {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer__trust > div,
  .site-footer__trust > div:nth-child(2) {
    border-inline-end: 0;
    border-block-end: 1px solid rgb(255 255 255 / 13%);
  }

  .site-footer__trust > div:last-child {
    grid-column: auto;
    border-block-start: 0;
    border-block-end: 0;
  }
}

/* Affiliate-link consent: task-first, accessible and visually equal choices. */
body.affiliate-consent-open {
  overflow: hidden;
}

.affiliate-consent-dialog {
  box-sizing: border-box;
  width: min(calc(100% - 2rem), 52rem);
  max-width: none;
  max-height: min(46rem, calc(100dvh - 2rem));
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid var(--border-default);
  border-radius: 1.65rem;
  background: rgb(255 255 255 / 96%);
  color: var(--text-primary);
  box-shadow: 0 2rem 6rem rgb(4 30 18 / 28%);
  opacity: 0;
  transform: translateY(0.65rem) scale(0.985);
  transition: opacity 180ms cubic-bezier(0.25, 1, 0.5, 1), transform 180ms cubic-bezier(0.25, 1, 0.5, 1);
}

.affiliate-consent-dialog * {
  box-sizing: border-box;
}

.affiliate-consent-dialog[open],
.affiliate-consent-dialog.is-open {
  opacity: 1;
  transform: none;
}

.affiliate-consent-dialog.is-open {
  position: fixed;
  z-index: 1000;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.affiliate-consent-dialog::backdrop {
  background: rgb(7 23 16 / 58%);
  backdrop-filter: blur(0.35rem) saturate(115%);
}

.affiliate-consent-card {
  display: grid;
  width: 100%;
  gap: 1.15rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  background:
    radial-gradient(circle at 100% 0%, rgb(18 164 97 / 10%), transparent 18rem),
    rgb(255 255 255 / 96%);
}

.affiliate-consent-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.affiliate-consent-header > div {
  min-width: 0;
}

.affiliate-consent-eyebrow {
  display: block;
  margin-block-end: 0.4rem;
  color: var(--action-primary);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.affiliate-consent-header h2 {
  max-width: 24ch;
  margin: 0;
  font-size: clamp(1.55rem, 4vw, 2.05rem);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.affiliate-consent-close {
  display: grid;
  flex: 0 0 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  place-items: center;
  border: 1px solid var(--border-default);
  border-radius: 999px;
  background: rgb(255 255 255 / 82%);
  color: var(--text-primary);
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  line-height: 1;
}

.affiliate-consent-close[hidden] {
  display: none;
}

.affiliate-consent-copy {
  display: grid;
  gap: 0.65rem;
  max-width: 60ch;
  color: var(--text-secondary);
  font-size: 0.96rem;
  line-height: 1.58;
}

.affiliate-consent-copy p,
.affiliate-consent-current,
.affiliate-consent-status {
  margin: 0;
}

.affiliate-consent-current {
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--border-subtle);
  border-radius: 0.85rem;
  background: var(--surface-secondary);
  color: var(--text-primary);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.affiliate-consent-current[hidden] {
  display: none;
}

.affiliate-consent-status {
  padding: 0.85rem 0.95rem;
  border-inline-start: 0.25rem solid #9b6700;
  border-radius: 0.35rem 0.8rem 0.8rem 0.35rem;
  background: #fff4d9;
  color: #5d3e00;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.5;
}

.affiliate-consent-status[hidden] {
  display: none;
}

.affiliate-consent-details {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  background: var(--surface-secondary);
}

.affiliate-consent-details[hidden] {
  display: none;
}

.affiliate-consent-details h3 {
  margin: 0 0 0.15rem;
  font-size: 1rem;
  line-height: 1.3;
}

.affiliate-consent-setting {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: start;
  padding-block: 0.75rem;
  border-block-start: 1px solid var(--border-subtle);
}

.affiliate-consent-setting strong {
  display: block;
  margin-block-end: 0.25rem;
  font-size: 0.9rem;
}

.affiliate-consent-setting p {
  max-width: 58ch;
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.5;
}

.affiliate-consent-setting > span {
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: var(--surface-primary);
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 750;
  white-space: nowrap;
}

.affiliate-consent-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.affiliate-consent-action {
  min-width: 0;
  min-height: 3rem;
  padding: 0.72rem 1rem;
  border: 2px solid var(--action-primary);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.25;
  text-align: center;
}

.affiliate-consent-action--accept {
  background: var(--action-primary);
  color: var(--text-inverse);
}

.affiliate-consent-action--reject {
  border-color: var(--surface-secondary);
  background: var(--surface-secondary);
  color: var(--text-primary);
}

.affiliate-consent-action--settings {
  border-color: var(--border-default);
  background: var(--surface-primary);
  color: var(--text-primary);
}

.affiliate-consent-action:hover,
.affiliate-consent-action:focus-visible,
.affiliate-consent-close:hover,
.affiliate-consent-close:focus-visible {
  border-color: var(--action-primary-hover);
  box-shadow: 0 0 0 0.22rem rgb(18 81 200 / 20%);
}

.affiliate-consent-action--accept:hover,
.affiliate-consent-action--accept:focus-visible {
  background: var(--action-primary-hover);
}

.affiliate-consent-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.1rem;
  padding-block-start: 0.2rem;
}

.affiliate-consent-links a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--action-primary);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  text-underline-offset: 0.2em;
}

.affiliate-link-state {
  display: block;
  max-width: 18rem;
  margin-block-start: 0.35rem;
  color: #694600;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.4;
}

.affiliate-link-state[hidden] {
  display: none;
}

[data-affiliate-consent-link-state="choice-needed"] {
  cursor: pointer;
}

[data-affiliate-consent-link-state="blocked"].button,
.button[data-affiliate-consent-link-state="blocked"] {
  border: 1px solid var(--border-strong);
  background: var(--surface-primary);
  color: var(--text-primary);
  box-shadow: none;
}

.consent-settings-button,
.site-footer [data-affiliate-consent-settings] {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: flex-start;
  padding: 0.35rem 0;
  border: 0;
  background: transparent;
  color: #c6d8cd;
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  line-height: 1.35;
  text-align: start;
}

.consent-settings-button:hover,
.consent-settings-button:focus-visible,
.site-footer [data-affiliate-consent-settings]:hover,
.site-footer [data-affiliate-consent-settings]:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #56c789;
  text-underline-offset: 0.24em;
}

@media (max-width: 35rem) {
  .affiliate-consent-dialog {
    width: min(calc(100% - 1rem), 52rem);
    max-height: calc(100dvh - 1rem);
    border-radius: 1.25rem;
  }

  .affiliate-consent-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .affiliate-consent-action {
    width: 100%;
    min-height: 3.25rem;
  }

  .affiliate-consent-setting {
    grid-template-columns: minmax(0, 1fr);
  }

  .affiliate-consent-setting > span {
    width: fit-content;
  }
}

@media (prefers-contrast: more) {
  .affiliate-consent-dialog,
  .affiliate-consent-current,
  .affiliate-consent-close,
  .affiliate-consent-action,
  [data-affiliate-consent-link-state="blocked"].button {
    border-width: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .affiliate-consent-dialog {
    transition: none;
  }
}

/* Trust release: eight-column offers, accountable experts and grouped contact paths. */
@media (min-width: 48rem) and (max-width: 74.99rem) {
  .launch-offer {
    grid-template-columns: 3rem repeat(6, minmax(0, 1fr));
    gap: 0.85rem 1rem;
  }

  .launch-rank {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: start;
  }

  .launch-merchant {
    grid-column: 2 / 5;
    grid-row: 1;
  }

  .launch-stock {
    grid-column: 5 / 6;
    grid-row: 1;
  }

  .launch-delivery {
    grid-column: 6 / 8;
    grid-row: 1;
  }

  .launch-product-price {
    grid-column: 2;
    grid-row: 2;
  }

  .launch-shipping {
    grid-column: 3;
    grid-row: 2;
  }

  .launch-total {
    grid-column: 4;
    grid-row: 2;
  }

  .launch-action {
    grid-column: 5 / 8;
    grid-row: 2;
  }
}

@media (min-width: 75rem) {
  .offer-grid-header,
  .launch-offer {
    grid-template-columns:
      4.25rem
      minmax(9.5rem, 1.4fr)
      minmax(6.5rem, 0.75fr)
      minmax(6.25rem, 0.72fr)
      minmax(7rem, 0.8fr)
      minmax(7rem, 0.9fr)
      minmax(7rem, 0.9fr)
      minmax(11.5rem, 1.25fr);
  }

  .launch-rank,
  .launch-merchant,
  .launch-product-price,
  .launch-shipping,
  .launch-total,
  .launch-stock,
  .launch-delivery,
  .launch-action {
    grid-column: auto;
    min-width: 0;
  }

  .launch-action .button {
    min-height: 2.75rem;
    padding-inline: 0.75rem;
    white-space: normal;
  }
}

.expert-index-page,
.expert-profile-page {
  padding-block-end: clamp(4rem, 9vw, 8rem);
}

.expert-index-page .reference-page-heading {
  max-width: 54rem;
  padding-block: clamp(1rem, 3vw, 2.25rem) clamp(2rem, 5vw, 4rem);
}

.expert-index-page .reference-page-heading h1,
.expert-profile-header h1 {
  margin-block: 0.25rem 0.75rem;
  overflow-wrap: anywhere;
  font-size: clamp(2.55rem, 6vw, 5rem);
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.expert-index-page .reference-page-heading .lede,
.expert-profile-header .lede {
  max-width: 48rem;
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(1.02rem, 2vw, 1.25rem);
  line-height: 1.58;
}

.expert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.8rem, 2vw, 1.2rem);
}

.expert-card {
  min-width: 0;
}

.expert-card > a {
  display: grid;
  height: 100%;
  min-height: 100%;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border: 1px solid var(--border-subtle);
  border-radius: 1.35rem;
  background: var(--surface-primary);
  color: var(--text-primary);
  text-decoration: none;
  box-shadow: 0 0.45rem 1.5rem rgb(18 36 28 / 4%);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.expert-card > a:hover {
  border-color: var(--border-strong);
  box-shadow: 0 0.85rem 2rem rgb(18 36 28 / 8%);
  transform: translateY(-0.12rem);
}

.expert-card > a:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.expert-card > a > div {
  display: grid;
  min-width: 0;
  gap: 0.42rem;
}

.expert-avatar {
  display: grid;
  width: 4.25rem;
  height: 4.25rem;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--action-primary) 24%, var(--border-subtle));
  border-radius: 1.15rem;
  background: linear-gradient(145deg, var(--mint), var(--surface-primary));
  color: var(--action-primary-hover);
  font-size: 1.12rem;
  font-weight: 820;
  letter-spacing: -0.03em;
}

.expert-card p {
  margin: 0;
  color: var(--action-primary);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

.expert-card h3 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.expert-card div > span {
  color: var(--text-secondary);
  font-size: 0.86rem;
  line-height: 1.52;
}

.expert-card small {
  color: var(--text-secondary);
  font-size: 0.72rem;
  line-height: 1.45;
}

.expert-card div > strong {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  align-self: end;
  margin-block-start: 0.2rem;
  color: var(--action-primary);
  font-size: 0.78rem;
}

.expert-principle {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1.15fr) auto;
  gap: 0.75rem clamp(1rem, 3vw, 2.5rem);
  align-items: center;
  margin-block-start: clamp(2rem, 5vw, 4rem);
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 1.4rem;
  background: var(--surface-inverse);
  color: var(--text-inverse);
}

.expert-principle h2,
.expert-principle p {
  margin: 0;
}

.expert-principle h2 {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  letter-spacing: -0.025em;
}

.expert-principle p {
  color: #c6d8cd;
  font-size: 0.9rem;
  line-height: 1.55;
}

.expert-principle a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: #9de7bd;
  font-size: 0.82rem;
  font-weight: 760;
  text-underline-offset: 0.22em;
}

.expert-profile-header {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 2.5rem);
  align-items: center;
  max-width: 62rem;
  padding-block: clamp(1.25rem, 4vw, 3.5rem);
}

.expert-avatar--large {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 1.8rem;
  font-size: 2rem;
  box-shadow: 0 0.9rem 2.5rem rgb(18 36 28 / 8%);
}

.expert-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.38fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  max-width: 68rem;
}

.expert-profile-layout > div {
  display: grid;
  gap: 0;
  min-width: 0;
}

.expert-profile-layout > div > section {
  padding-block: clamp(1.25rem, 3vw, 2rem);
  border-block-start: 1px solid var(--border-subtle);
}

.expert-profile-layout > div > section:last-child {
  border-block-end: 1px solid var(--border-subtle);
}

.expert-profile-layout h2,
.expert-profile-aside h2 {
  margin-block: 0 0.65rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  letter-spacing: -0.025em;
}

.expert-profile-layout p {
  max-width: 68ch;
  margin-block: 0;
  color: var(--text-secondary);
  line-height: 1.65;
}

.expert-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.expert-topic-list li {
  padding: 0.48rem 0.7rem;
  border: 1px solid var(--border-default);
  border-radius: 999px;
  background: var(--surface-secondary);
  color: var(--text-primary);
  font-size: 0.8rem;
  font-weight: 680;
  line-height: 1.35;
}

.expert-profile-aside {
  display: grid;
  gap: 1rem;
  min-width: 0;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  border: 1px solid var(--border-subtle);
  border-radius: 1.3rem;
  background: linear-gradient(145deg, var(--surface-secondary), var(--surface-primary));
}

.expert-profile-links {
  display: grid;
  gap: 0.55rem;
}

.expert-profile-links a,
.expert-publications a {
  display: grid;
  min-height: 2.75rem;
  gap: 0.2rem;
  align-content: center;
  padding: 0.72rem 0.8rem;
  border: 1px solid var(--border-default);
  border-radius: 0.9rem;
  background: rgb(255 255 255 / 78%);
  color: var(--text-primary);
  text-decoration: none;
}

.expert-profile-links a:hover,
.expert-profile-links a:focus-visible,
.expert-publications a:hover,
.expert-publications a:focus-visible {
  border-color: var(--action-primary);
  background: var(--surface-primary);
}

.expert-profile-links span,
.expert-publications span {
  color: var(--text-secondary);
  font-size: 0.72rem;
  line-height: 1.4;
}

.expert-profile-aside > small {
  color: var(--text-secondary);
  font-size: 0.74rem;
  line-height: 1.5;
}

.expert-profile-aside > a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--action-primary);
  font-size: 0.78rem;
  font-weight: 730;
  text-underline-offset: 0.2em;
}

.expert-publications ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.expert-publications a strong {
  overflow-wrap: anywhere;
  font-size: 0.86rem;
}

.about-experts {
  display: grid;
  gap: 1.2rem;
}

.about-experts > header {
  display: grid;
  max-width: 48rem;
  gap: 0.4rem;
}

.about-experts > header > * {
  margin: 0;
}

.about-experts > header > p:last-child {
  color: var(--text-secondary);
  line-height: 1.6;
}

.about-experts > .button {
  min-height: 2.75rem;
  justify-self: start;
}

.about-person-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
}

.about-person-links a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--action-primary);
  font-size: 0.82rem;
  font-weight: 720;
  text-underline-offset: 0.2em;
}

.trust-page .article-body {
  gap: clamp(0.75rem, 2vw, 1.15rem);
}

.trust-page .article-body > section {
  min-width: 0;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-color: var(--border-subtle);
  border-radius: 1.25rem;
  box-shadow: 0 0.35rem 1.25rem rgb(18 36 28 / 3%);
}

.trust-page .article-body > section:target {
  border-color: var(--action-primary);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--focus) 16%, transparent);
}

.trust-page .article-body > section[id] {
  scroll-margin-top: 6rem;
}

.trust-page .article-body > section h2 {
  max-width: 28ch;
}

.trust-page .article-body > section p,
.trust-page .article-body > section li {
  max-width: 72ch;
  line-height: 1.65;
}

.trust-page .article-body > section a,
.trust-facts a {
  overflow-wrap: anywhere;
  color: var(--action-primary);
  text-underline-offset: 0.2em;
}

.trust-page .article-body > section ul {
  display: grid;
  gap: 0.5rem;
  padding-inline-start: 1.25rem;
}

.trust-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-facts > div {
  min-width: 0;
  padding: 0.9rem 1rem 0.9rem 0;
}

.formula-panel,
.correction-contact {
  border-color: color-mix(in srgb, var(--action-primary) 28%, var(--border-subtle)) !important;
  background: linear-gradient(145deg, var(--surface-secondary), var(--surface-primary)) !important;
}

.social-profile-links a {
  min-height: 3.25rem;
}

.contact-channel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.contact-channel-grid > section {
  display: grid;
  min-width: 0;
  align-content: start;
  padding: clamp(1rem, 2.5vw, 1.3rem);
  border: 1px solid var(--border-subtle);
  border-radius: 1.1rem;
  background: var(--surface-primary);
}

.contact-channel-grid > section > span {
  margin-block-end: 0.4rem;
}

.contact-channel-grid > section h3 {
  min-width: 0;
  margin: 0;
  font-size: clamp(0.98rem, 2vw, 1.1rem);
  line-height: 1.25;
}

.contact-channel-grid > section p {
  margin: 0.35rem 0 0;
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.55;
}

.contact-channel-grid a {
  display: inline;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--action-primary);
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
  box-shadow: none;
  overflow-wrap: anywhere;
}

.contact-channel-grid > section h3 a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}

.contact-channel-grid a:hover,
.contact-channel-grid a:focus-visible {
  border: 0;
  color: var(--action-primary-hover);
  box-shadow: none;
  transform: none;
}

/* Backward-compatible until every generated trust page uses grouped sections. */
.contact-channel-grid > a {
  display: grid;
  min-height: 4.75rem;
  gap: 0.25rem;
  align-content: center;
  padding: 1rem;
  border: 1px solid var(--border-subtle);
  border-radius: 1.1rem;
  background: var(--surface-primary);
  color: var(--text-primary);
  text-decoration: none;
}

.contact-channel-grid > a:hover,
.contact-channel-grid > a:focus-visible {
  border: 1px solid var(--action-primary);
  color: var(--text-primary);
  box-shadow: 0 0.45rem 1.5rem rgb(18 36 28 / 5%);
}

.trust-page .article-body > .about-experts .expert-card > a {
  color: var(--text-primary);
  text-decoration: none;
}

.trust-page .article-body > .about-experts .expert-card p {
  line-height: 1.35;
}

.trust-page .article-body > .about-experts .expert-card h3 {
  margin: 0;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.15;
}

@media (max-width: 63.99rem) {
  .expert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .expert-principle {
    grid-template-columns: minmax(0, 1fr);
  }

  .expert-profile-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .expert-profile-aside {
    max-width: 38rem;
  }
}

@media (max-width: 47.99rem) {
  .expert-index-page .reference-page-heading h1,
  .expert-profile-header h1 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .expert-grid,
  .contact-channel-grid,
  .trust-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .expert-card > a {
    grid-template-columns: 3.75rem minmax(0, 1fr);
    padding: 1rem;
  }

  .expert-avatar {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 1rem;
  }

  .expert-profile-header {
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: 1rem;
  }

  .expert-avatar--large {
    width: 5rem;
    height: 5rem;
    border-radius: 1.25rem;
    font-size: 1.35rem;
  }

  .trust-page .article-body > section {
    padding: 1.1rem;
  }

  .trust-facts > div {
    padding-inline-end: 0;
  }
}

@media (max-width: 28rem) {
  .expert-profile-header {
    grid-template-columns: minmax(0, 1fr);
  }

  .expert-avatar--large {
    width: 4.5rem;
    height: 4.5rem;
  }
}

@media (prefers-contrast: more) {
  .expert-card > a,
  .expert-profile-aside,
  .expert-profile-links a,
  .expert-publications a,
  .trust-page .article-body > section,
  .contact-channel-grid > section,
  .contact-channel-grid > a {
    border-width: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .expert-card > a {
    transition: none;
  }

  .expert-card > a:hover {
    transform: none;
  }
}

/* Trust release v12: visitor-facing method, coverage, privacy and corrections. */
.trust-page-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: clamp(0.85rem, 2vw, 1.1rem);
  border: 1px solid var(--border-subtle);
  border-radius: 1.15rem;
  background: color-mix(in srgb, var(--surface-secondary) 74%, transparent);
}

.trust-page-toc a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: 0.62rem 0.9rem;
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  background: var(--surface-primary);
  color: var(--text-primary);
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.1;
  text-decoration: none;
}

.trust-page-toc a:hover,
.trust-page-toc a:focus-visible {
  border-color: var(--action-primary);
  color: var(--action-primary);
}

.merchant-coverage-method {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin-block: clamp(2.5rem, 6vw, 5rem) 1rem;
  padding: clamp(1.25rem, 4vw, 2.4rem);
  border: 1px solid var(--border-subtle);
  border-radius: clamp(1.25rem, 3vw, 1.8rem);
  background: linear-gradient(145deg, var(--surface-primary), var(--surface-secondary));
  box-shadow: 0 1rem 3rem rgb(18 36 28 / 5%);
  scroll-margin-top: 6rem;
}

.merchant-coverage-method > h2,
.merchant-coverage-method > p {
  max-width: 68ch;
  margin-block: 0;
}

.coverage-definition-grid,
.privacy-purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.coverage-definition-grid article,
.privacy-purpose-grid article {
  min-width: 0;
  padding: clamp(1rem, 2.4vw, 1.3rem);
  border: 1px solid var(--border-subtle);
  border-radius: 1.05rem;
  background: var(--surface-primary);
}

.coverage-definition-grid article > span {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  margin-block-end: 0.75rem;
  place-items: center;
  border-radius: 50%;
  background: var(--action-primary);
  color: white;
  font-size: 0.78rem;
  font-weight: 800;
}

.coverage-definition-grid h3,
.privacy-purpose-grid h3 {
  margin: 0 0 0.4rem;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.2;
}

.coverage-definition-grid p,
.privacy-purpose-grid p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.58;
}

.inline-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.inline-link-list a,
.page-correction-link a {
  color: var(--action-primary);
  font-weight: 700;
  text-underline-offset: 0.2em;
}

.inline-link-list a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--action-primary) 8%, transparent);
  text-decoration: none;
}

.page-correction-link {
  margin-block: 1.25rem 0;
  padding-block: 0.9rem;
  border-top: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  font-size: 0.86rem;
}

.inline-consent-settings {
  min-height: 2.75rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  background: var(--surface-primary);
  color: var(--action-primary);
  font: inherit;
  font-weight: 720;
  cursor: pointer;
}

.trust-page code {
  padding: 0.15em 0.38em;
  border-radius: 0.35rem;
  background: var(--surface-secondary);
  font-size: 0.88em;
  overflow-wrap: anywhere;
}

.correction-log {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  list-style: none;
}

.correction-log > li {
  display: grid;
  gap: 0.55rem;
  padding: clamp(1rem, 2.5vw, 1.35rem);
  border: 1px solid var(--border-subtle);
  border-radius: 1rem;
  background: var(--surface-primary);
  scroll-margin-top: 6rem;
}

.correction-log time {
  color: var(--action-primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.correction-log h3,
.correction-log p {
  margin: 0;
}

.correction-log h3 {
  max-width: 54ch;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  line-height: 1.35;
}

.correction-paths {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  align-items: center;
}

.correction-paths > span {
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 750;
  text-transform: uppercase;
}

.correction-paths a {
  overflow-wrap: anywhere;
  font-size: 0.8rem;
}

@media (max-width: 47.99rem) {
  .coverage-definition-grid,
  .privacy-purpose-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .trust-page-toc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-page-toc a {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 26rem) {
  .trust-page-toc {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-contrast: more) {
  .trust-page-toc,
  .trust-page-toc a,
  .merchant-coverage-method,
  .coverage-definition-grid article,
  .privacy-purpose-grid article,
  .correction-log > li {
    border-width: 2px;
  }
}
