:root {
  --paper: #fffdf8;
  --ink: #2d2d2d;
  --muted: #6e685d;
  --line: #eadfbd;
  --white: #ffffff;
  --yellow: #ffd43b;
  --yellow-strong: #f4b900;
  --yellow-soft: #fff5c7;
  --orange: #f27619;
  --radius: 16px;
  --radius-sm: 12px;
  --page: 1120px;
  --page-gutter: 32px;
  --feature-width: 840px;
  --reading-width: 740px;
  --summary-width: 620px;
  --shadow-sm: 0 7px 20px rgba(83, 62, 0, 0.07);
  --shadow: 0 14px 34px rgba(83, 62, 0, 0.1);
  --shadow-hover: 0 18px 38px rgba(83, 62, 0, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a:hover {
  text-decoration-thickness: 2px;
}

:focus-visible {
  outline: 3px solid #8a6200;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 0.65rem 0.9rem;
  transform: translateY(-150%);
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(calc(100% - var(--page-gutter)), var(--page));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}

.header-top {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-sm);
  color: transparent;
  background: linear-gradient(145deg, #ffe466, var(--yellow));
  box-shadow: var(--shadow-sm);
}

.brand-mark::before {
  content: "y";
  position: absolute;
  inset: 8px 0 0;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1.6;
  text-align: center;
}

.brand-mark::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  top: 5px;
  left: 10px;
  border: 2px solid var(--ink);
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-name {
  font-weight: 950;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.brand-note {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.site-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.5rem 0.6rem;
  border-radius: 9px;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #684c00;
  background: var(--yellow-soft);
}

.header-cta {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--yellow-strong);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: var(--yellow);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(116, 82, 0, 0.12);
}

.header-cta:hover,
.header-cta:focus-visible {
  border-color: #d7a100;
  background: #ffc928;
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin: 0.9rem auto 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.breadcrumb a {
  color: var(--ink);
}

.hero {
  padding: clamp(2rem, 4vw, 3.5rem) 0 1.9rem;
}

.inner-hero {
  margin-top: 0.75rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(290px, 0.72fr);
  gap: clamp(1.25rem, 3vw, 2.75rem);
  align-items: center;
}

.search-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.15rem, 3.8vw, 3.4rem) 0;
  border-bottom: 1px solid var(--yellow-strong);
  background: linear-gradient(112deg, #ffc928 0%, var(--yellow) 56%, #fff0a8 100%);
}

.search-hero::before,
.search-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(23, 34, 28, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.search-hero::before {
  width: 560px;
  height: 560px;
  right: -180px;
  top: -300px;
}

.search-hero::after {
  width: 260px;
  height: 260px;
  left: -160px;
  bottom: -170px;
}

.search-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr);
  gap: clamp(1.25rem, 3vw, 2.75rem);
  align-items: center;
}

.search-hero-copy {
  min-width: 0;
}

.search-hero h1 {
  max-width: var(--feature-width);
  margin-bottom: 1rem;
  font-size: clamp(2.3rem, 3.8vw, 3.7rem);
  letter-spacing: -0.058em;
}

.search-hero .lede {
  max-width: var(--reading-width);
  color: #29352e;
}

.search-hero .eyebrow {
  color: #364037;
}

.search-hero .eyebrow::before {
  background: var(--white);
}

.hero-search-form {
  max-width: var(--feature-width);
  margin-top: 1.2rem;
}

.hero-search-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.6rem;
  align-items: center;
  padding: 0.55rem;
  border: 1px solid var(--yellow-strong);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-search-symbol {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: transparent;
  font-size: 0;
  line-height: 1;
}

.hero-search-symbol::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid #555;
  border-radius: 50%;
  transform: translate(-2px, -2px);
}

.hero-search-symbol::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  border-radius: 2px;
  background: #555;
  transform: translate(9px, 9px) rotate(45deg);
}

.hero-search-shell input {
  width: 100%;
  min-width: 0;
  padding: 0.8rem 0.25rem;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 1rem;
}

.hero-search-shell input::placeholder {
  color: #767c76;
}

.hero-search-shell button {
  min-height: 50px;
  padding: 0.75rem 1.1rem;
  border: 1px solid var(--yellow-strong);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: var(--yellow);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hero-search-shell button:hover,
.hero-search-shell button:focus-visible {
  background: #ffc928;
  box-shadow: 0 6px 16px rgba(113, 79, 0, 0.14);
  transform: translateY(-1px);
}

.quick-searches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-top: 0.85rem;
}

.quick-searches span {
  margin-right: 0.25rem;
  color: #3f483f;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-searches a {
  padding: 0.35rem 0.62rem;
  border: 1px solid rgba(23, 34, 28, 0.45);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.quick-searches a:hover {
  border-color: var(--ink);
  background: var(--white);
}

.search-handoff-note {
  max-width: var(--reading-width);
  margin: 0.7rem 0 0;
  color: #465047;
  font-size: 0.78rem;
}

.search-hero .trust-note {
  max-width: var(--reading-width);
  margin-top: 0.75rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(23, 34, 28, 0.38);
  border-left: 4px solid var(--ink);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: #3e483f;
  background: rgba(255, 253, 248, 0.42);
}

.search-support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 0.75rem;
}

.search-support-links a {
  font-size: 0.82rem;
  font-weight: 850;
}

.finder-scene {
  position: relative;
  min-height: 510px;
  border: 1px solid var(--yellow-strong);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.finder-orbit {
  position: absolute;
  width: 310px;
  height: 310px;
  top: 55px;
  left: 50%;
  border: 2px dashed rgba(23, 34, 28, 0.28);
  border-radius: 50%;
  transform: translateX(-50%);
}

.finder-orbit::before,
.finder-orbit::after {
  content: "";
  position: absolute;
  background: rgba(23, 34, 28, 0.22);
}

.finder-orbit::before {
  width: 1px;
  height: 100%;
  left: 50%;
}

.finder-orbit::after {
  width: 100%;
  height: 1px;
  top: 50%;
}

.finder-crate {
  position: absolute;
  width: 250px;
  height: 176px;
  left: 50%;
  top: 145px;
  border: 2px solid var(--ink);
  border-radius: 18px 18px 28px 28px;
  background: #ffad08;
  box-shadow: 8px 8px 0 #ffe994;
  transform: translateX(-50%) rotate(-3deg);
}

.finder-crate::before,
.finder-crate::after,
.finder-crate-lines::before,
.finder-crate-lines::after {
  content: "";
  position: absolute;
  background: var(--ink);
  opacity: 0.5;
}

.finder-crate::before {
  width: 2px;
  height: 78%;
  top: 11%;
  left: 33%;
}

.finder-crate::after {
  width: 2px;
  height: 78%;
  top: 11%;
  right: 33%;
}

.finder-crate-lines::before {
  width: 88%;
  height: 2px;
  left: 6%;
  top: 38%;
}

.finder-crate-lines::after {
  width: 88%;
  height: 2px;
  left: 6%;
  bottom: 30%;
}

.finder-crate-mark {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: #fff6ca;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.finder-tag {
  position: absolute;
  z-index: 3;
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.finder-tag-one {
  top: 80px;
  left: 24px;
  transform: rotate(-6deg);
}

.finder-tag-two {
  top: 105px;
  right: 22px;
  background: #ffed92;
  transform: rotate(5deg);
}

.finder-tag-three {
  top: 285px;
  right: 18px;
  background: #ffd63e;
  transform: rotate(-4deg);
}

.finder-note {
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.25rem 0.75rem;
  align-items: center;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 1rem;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
}

.finder-note p {
  grid-column: 1 / -1;
  margin: 0 0 0.35rem;
  color: #946900;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.finder-note strong {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.15;
}

.finder-note span {
  color: var(--muted);
  font-size: 0.67rem;
}

.finder-note i {
  grid-column: 2;
  grid-row: 2 / span 2;
  font-size: 1.35rem;
  font-style: normal;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 7px;
  border: 1px solid var(--ink);
  background: var(--yellow);
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  max-width: var(--feature-width);
  margin-bottom: 1rem;
  font-size: clamp(2.7rem, 5.6vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.inner-hero h1 {
  max-width: var(--feature-width);
  font-size: clamp(2rem, 3.4vw, 3.1rem);
}

h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.65rem, 2.8vw, 2.55rem);
  font-weight: 850;
  letter-spacing: -0.04em;
}

h3 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.18rem, 2vw, 1.48rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lede {
  max-width: var(--reading-width);
  margin: 0;
  color: #3e4a42;
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.58;
}

.trust-note {
  max-width: var(--reading-width);
  margin: 1rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid var(--yellow-strong);
  color: var(--muted);
  font-size: 0.88rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  align-items: center;
  max-width: var(--reading-width);
  margin: 0.9rem 0 0;
  color: #5f594f;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.article-meta span + span::before {
  content: "\00b7";
  margin-right: 0.65rem;
  color: #9a7100;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border: 1px solid #d8c991;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.button-primary {
  border-color: var(--yellow-strong);
  box-shadow: 0 7px 18px rgba(116, 82, 0, 0.13);
  background: var(--yellow);
}

.button-secondary {
  background: var(--white);
}

.button:hover,
.button:focus-visible {
  border-color: var(--yellow-strong);
  background: var(--yellow-soft);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transform: translateY(-2px);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ffc928;
}

.external-note {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.desk-card {
  position: relative;
  padding: 0.85rem;
  border: 1px solid var(--yellow-strong);
  border-radius: var(--radius);
  background: var(--yellow-soft);
  box-shadow: var(--shadow);
  transform: none;
}

.desk-card::before {
  content: "EDITOR'S DESK";
  position: absolute;
  top: -14px;
  right: 24px;
  padding: 0.25rem 0.55rem;
  border: 1px solid var(--yellow-strong);
  border-radius: 7px;
  background: var(--yellow);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.desk-paper {
  padding: 1.1rem;
  border-radius: var(--radius-sm);
  background: var(--white);
}

.desk-kicker {
  margin: 0 0 0.4rem;
  color: #926900;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.desk-title {
  margin-bottom: 0.75rem;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 850;
  font-size: 1.65rem;
  line-height: 1.1;
}

.row-audit {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--line);
}

.row-audit div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 0.75rem;
  padding: 0.52rem 0;
  border-bottom: 1px solid var(--line);
}

.row-audit dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.row-audit dd {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 720;
  line-height: 1.35;
}

.quick-answer {
  position: relative;
  padding: clamp(1.1rem, 2.5vw, 1.7rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.quick-answer::before {
  content: "QUICK ANSWER";
  display: inline-flex;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  color: #fff;
  background: var(--ink);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.quick-answer p {
  max-width: var(--feature-width);
  margin: 0;
  font-family: inherit;
  font-weight: 650;
  font-size: clamp(1.2rem, 2.1vw, 1.65rem);
  line-height: 1.45;
}

.section {
  padding: clamp(2rem, 3.8vw, 3.25rem) 0;
  background: var(--white);
}

.section-tight {
  padding: 1.2rem 0;
  background: var(--white);
}

.section-rule {
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  gap: 1.1rem;
  align-items: end;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-intro {
  max-width: var(--summary-width);
  margin: 0;
  color: var(--muted);
}

.kicker {
  margin: 0 0 0.65rem;
  color: #765300;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 0.85rem;
}

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

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

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

.card {
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-sm);
}

.card p:last-child,
.callout p:last-child,
.prose > *:last-child {
  margin-bottom: 0;
}

.card-accent {
  border-color: var(--line);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.card-number {
  display: inline-grid;
  width: 31px;
  height: 31px;
  margin-bottom: 0.75rem;
  place-items: center;
  border: 1px solid var(--yellow-strong);
  border-radius: 50%;
  background: var(--yellow);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
}

.category-card {
  display: flex;
  min-height: 235px;
  flex-direction: column;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.category-card:nth-child(n) {
  border-top: 5px solid var(--yellow);
  box-shadow: var(--shadow-sm);
}

.category-card .intent {
  margin: 0 0 0.6rem;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.55;
}

.category-card .check {
  margin: 0 0 0.85rem;
  font-size: 0.87rem;
  line-height: 1.55;
}

.category-card a {
  margin-top: auto;
  font-size: 0.84rem;
  font-weight: 850;
}

.product-directory-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.product-directory-section::before {
  content: none;
}

.directory-heading {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto clamp(1.1rem, 2.2vw, 1.55rem);
  text-align: center;
}

.directory-heading .kicker {
  color: #9b5200;
}

.directory-heading h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.7rem, 2.8vw, 2.55rem);
  letter-spacing: -0.055em;
}

.directory-heading p:last-child {
  max-width: var(--reading-width);
  margin: 0 auto;
  color: var(--muted);
}

.directory-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.directory-card {
  display: flex;
  min-height: 205px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.15rem 0.8rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--shadow-sm);
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.directory-card:hover,
.directory-card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--orange);
  background: #fff;
  box-shadow: var(--shadow-hover);
  text-decoration: none;
}

.directory-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 0.75rem;
  place-items: center;
  border-radius: var(--radius);
  color: var(--orange);
  background: linear-gradient(145deg, var(--yellow-soft), #ffe6c5);
}

.directory-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.directory-card strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 850;
  font-size: 1.12rem;
  line-height: 1.2;
}

.directory-card > span:not(.directory-icon) {
  color: #756f63;
  font-size: 0.76rem;
  line-height: 1.4;
}

.directory-card em {
  margin-top: auto;
  padding-top: 0.55rem;
  color: #914600;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.directory-card-all {
  border-color: var(--orange);
  background: var(--yellow-soft);
}

.directory-card-all .directory-icon {
  color: #fff;
  background: var(--orange);
  box-shadow: 4px 4px 0 var(--yellow);
}

.directory-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem 1.5rem;
  margin-top: 0.85rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.72);
}

.directory-footer p {
  margin: 0;
  font-size: 0.84rem;
}

.directory-footer a {
  flex: 0 0 auto;
  color: #7d3c00;
  font-size: 0.86rem;
  font-weight: 900;
}

.steps {
  counter-reset: steps;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.step {
  position: relative;
  min-height: 200px;
  padding: 3.7rem 1.15rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.step::before {
  counter-increment: steps;
  content: "0" counter(steps);
  position: absolute;
  top: 0.8rem;
  left: 1.15rem;
  color: #8a6500;
  font-family: inherit;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
}

.check-list,
.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  position: relative;
  padding: 0.58rem 0 0.58rem 1.8rem;
  border-bottom: 1px solid var(--line);
}

.check-list li::before {
  content: "□";
  position: absolute;
  left: 0;
  top: 0.48rem;
  color: #8a6500;
  font-size: 1.1rem;
  font-weight: 900;
}

.plain-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 900;
}

.score-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: var(--white);
}

.score-table th,
.score-table td {
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.score-table th {
  color: #fff;
  background: var(--ink);
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.score-table tr:last-child td {
  border-bottom: 0;
}

.score-table td:first-child {
  width: 110px;
  font-weight: 900;
}

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

.comparison-card {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.comparison-card.good {
  box-shadow: inset 0 5px 0 var(--yellow), var(--shadow-sm);
}

.comparison-card.weak {
  box-shadow: inset 0 5px 0 var(--orange), var(--shadow-sm);
}

.comparison-label {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.callout {
  padding: clamp(1.15rem, 2.5vw, 1.75rem);
  border: 1px solid #e2c55d;
  border-radius: var(--radius);
  background: var(--yellow-soft);
  box-shadow: var(--shadow-sm);
}

.search-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(300px, 1fr);
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.search-form {
  display: flex;
  gap: 0.55rem;
}

.search-form input {
  min-width: 0;
  flex: 1;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.search-form input:focus-visible {
  border-color: var(--yellow-strong);
  outline: 3px solid rgba(244, 185, 0, 0.22);
  outline-offset: 1px;
}

.search-form button {
  padding: 0.75rem 1rem;
  border: 1px solid var(--yellow-strong);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: var(--yellow);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.search-form button:hover,
.search-form button:focus-visible {
  background: #ffc928;
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.link-tile {
  min-height: 125px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
}

.link-tile:hover,
.link-tile:focus-visible {
  border-color: var(--yellow-strong);
  background: var(--yellow-soft);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
  text-decoration: none;
}

.link-tile strong {
  display: block;
  margin-bottom: 0.4rem;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.18rem;
}

.link-tile span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

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

.article-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.article-card:hover,
.article-card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--yellow-strong);
  background: #fff;
  box-shadow: var(--shadow-hover);
  text-decoration: none;
}

.article-card-featured {
  background: var(--yellow-soft);
  box-shadow: var(--shadow);
}

.article-card-meta {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: #805c00;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.article-card strong {
  max-width: 560px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 850;
  font-size: clamp(1.45rem, 2.7vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.article-card p {
  max-width: var(--summary-width);
  margin: 0.7rem 0 1rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.article-card em {
  margin-top: auto;
  color: var(--ink);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.24em;
}

.table-scroll {
  max-width: 100%;
  margin: 1.1rem 0 1.4rem;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  scrollbar-width: thin;
}

.table-scroll .score-table {
  border: 0;
}

.table-scroll:focus-visible {
  outline: 3px solid #8a6200;
  outline-offset: 4px;
}

.evidence-table,
.comparison-table {
  min-width: 760px;
  margin: 0;
}

.evidence-table th,
.comparison-table th {
  color: #fff;
  background: var(--ink);
}

.evidence-table tbody tr:nth-child(even),
.comparison-table tbody tr:nth-child(even) {
  background: #fffaf0;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0.9rem 0 1.15rem;
}

.review-grid-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-step {
  min-height: 140px;
  padding: 0.95rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.review-step > span {
  display: block;
  margin-bottom: 0.45rem;
  color: #805c00;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.review-step strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: inherit;
  font-weight: 850;
  font-size: 1.16rem;
}

.review-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.note-template {
  margin: 1.1rem 0;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-left: 6px solid var(--yellow-strong);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.65;
}

.decision-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.1rem 0;
}

.decision-board > div {
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.decision-board span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 0.6rem;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 900;
}

.decision-board strong {
  display: block;
  margin-bottom: 0.4rem;
  font-family: inherit;
  font-weight: 850;
  font-size: 1.05rem;
}

.decision-board p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(1.25rem, 2.8vw, 2.1rem);
  align-items: start;
}

.prose {
  min-width: 0;
}

.prose > h2 {
  margin-top: 2rem;
  margin-bottom: 0.65rem;
  padding-top: 0.6rem;
  border-top: 1px solid var(--line);
}

.prose > h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin-top: 1.15rem;
}

.prose p,
.prose li {
  max-width: var(--reading-width);
}

.prose a {
  font-weight: 750;
}

.aside-nav {
  position: sticky;
  top: 96px;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-sm);
}

.aside-nav p {
  margin: 0 0 0.5rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aside-nav a {
  display: block;
  min-height: 44px;
  padding: 0.34rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.aside-nav a:last-child {
  border-bottom: 0;
}

.aside-nav a:hover,
.aside-nav a:focus-visible {
  color: #725300;
}

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

.term,
.weight-note {
  padding: 1rem;
  border: 1px solid var(--line);
  border-left: 5px solid var(--yellow-strong);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.term:nth-child(even),
.weight-note:nth-child(even) {
  border-left-color: var(--orange);
}

.term strong,
.weight-note strong {
  display: block;
  margin-bottom: 0.4rem;
  font-family: inherit;
  font-weight: 850;
  font-size: 1.15rem;
}

.faq-list {
  display: grid;
  gap: 0.65rem;
}

.faq-item {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.faq-item h2 {
  margin: 0 0 0.45rem;
  font-size: 1.18rem;
  letter-spacing: -0.02em;
}

.faq-item p {
  margin: 0;
}

.note-strip {
  padding: 0.75rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  font-size: 0.84rem;
  font-weight: 750;
  text-align: center;
}

.site-footer {
  padding: 2rem 0 1.2rem;
  border-top: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) minmax(0, 1fr);
  gap: 1.5rem;
}

.footer-brand {
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
  font-size: 2rem;
}

.footer-trust {
  max-width: var(--summary-width);
  color: var(--muted);
  font-size: 0.85rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem 1rem;
  align-content: start;
}

.footer-links a {
  display: flex;
  min-height: 44px;
  align-items: center;
  color: var(--ink);
  font-size: 0.82rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--yellow);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.1rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
}

.whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 30;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 12px 30px rgba(9, 46, 28, 0.3);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  color: #fff;
  box-shadow: 0 16px 36px rgba(9, 46, 28, 0.38);
  text-decoration: none;
  transform: translateY(-2px) scale(1.04);
}

.whatsapp-float:focus-visible {
  outline: 3px solid var(--yellow-strong);
  outline-offset: 3px;
}

.whatsapp-float img {
  display: block;
  width: 32px;
  height: 32px;
}

.whatsapp-float-label {
  position: absolute;
  top: 50%;
  right: 68px;
  width: max-content;
  max-width: 210px;
  padding: 0.55rem 0.7rem;
  transform: translateY(-50%);
  border-radius: 9px;
  color: #fff;
  background: #17231d;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.whatsapp-float:hover .whatsapp-float-label,
.whatsapp-float:focus-visible .whatsapp-float-label {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1020px) {
  .header-top {
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 0.65rem 0 0.5rem;
  }

  .site-nav {
    order: 3;
    flex-basis: 100%;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .header-cta {
    margin-left: auto;
  }

  .search-hero-grid {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 2rem;
  }

  .finder-scene {
    min-height: 470px;
  }

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

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

  .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .aside-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 1rem;
  }

  .aside-nav p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  :root {
    --page-gutter: 24px;
  }

  body {
    font-size: 15.5px;
  }

  .container {
    width: min(calc(100% - var(--page-gutter)), var(--page));
  }

  .brand-note {
    display: none;
  }

  .header-cta {
    padding: 0.55rem 0.7rem;
    font-size: 0.76rem;
    white-space: nowrap;
  }

  .site-nav a {
    padding: 0.44rem 0.55rem;
    font-size: 0.78rem;
  }

  .hero-grid,
  .search-hero-grid,
  .section-heading,
  .search-panel,
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .inner-hero h1 {
    font-size: clamp(1.9rem, 8.5vw, 2.55rem);
  }

  .search-hero {
    padding: 2rem 0 2.2rem;
  }

  .search-hero h1 {
    font-size: clamp(2.1rem, 8.5vw, 2.9rem);
  }

  .finder-scene {
    width: min(100%, 520px);
    min-height: 410px;
    margin: 0 auto 10px;
  }

  .finder-orbit {
    width: 270px;
    height: 270px;
    top: 38px;
  }

  .finder-crate {
    width: 225px;
    height: 154px;
    top: 108px;
  }

  .finder-tag-one {
    top: 52px;
  }

  .finder-tag-two {
    top: 74px;
  }

  .finder-tag-three {
    top: 225px;
  }

  .desk-card {
    max-width: 480px;
    margin: 0 8px 10px 0;
    transform: none;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .steps,
  .comparison,
  .term-grid,
  .weight-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .category-card,
  .step {
    min-height: 0;
  }

  .product-directory-section {
    padding-block: 2.2rem;
  }

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

  .directory-card {
    min-height: 190px;
    padding: 1rem 0.65rem 0.75rem;
  }

  .directory-footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .search-form {
    flex-direction: column;
  }

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

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

  .footer-bottom {
    flex-direction: column;
  }

  .article-hub-grid,
  .review-grid,
  .review-grid-six,
  .decision-board {
    grid-template-columns: minmax(0, 1fr);
  }

  .article-card,
  .review-step {
    min-height: 0;
  }

  .whatsapp-float {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }

  .whatsapp-float-label {
    display: none;
  }
}

@media (max-width: 420px) {
  .brand-mark {
    width: 31px;
    height: 31px;
  }

  .header-cta {
    max-width: none;
    font-size: 0.72rem;
    text-align: center;
  }

  .hero-search-shell {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0.48rem;
  }

  .hero-search-symbol {
    width: 34px;
  }

  .hero-search-shell input {
    padding-inline: 0;
    font-size: 0.9rem;
  }

  .hero-search-shell button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .quick-searches span {
    flex-basis: 100%;
  }

  .finder-scene {
    min-height: 390px;
    border-radius: 22px;
  }

  .finder-tag-one {
    left: 12px;
  }

  .finder-tag-two,
  .finder-tag-three {
    right: 12px;
  }

  .finder-note {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .directory-heading h2 {
    font-size: clamp(1.6rem, 7.5vw, 2.05rem);
  }

  .directory-card {
    min-height: 175px;
  }

  .directory-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 0.65rem;
  }

  .directory-icon svg {
    width: 30px;
    height: 30px;
  }

  .directory-card strong {
    font-size: 1rem;
  }

  .row-audit div {
    grid-template-columns: 70px 1fr;
  }

  .link-grid,
  .aside-nav {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .whatsapp-float,
  .whatsapp-float-label {
    transition: none;
  }
}

@media print {
  .whatsapp-float {
    display: none;
  }
}
