:root {
  --ink: #2f2f2f;
  --ink-soft: #5f5f5f;
  --white: #ffffff;
  --line: #d8d4cc;
  --lime: #ffbe73;
  --coral: #ff5000;
  --accent: #c83d00;
  --accent-hover: #a83200;
  --accent-soft: #fff1e5;
  --blue: #ffe2b8;
  --gold: #ffd166;
  --shadow: 0 16px 42px rgba(70, 48, 28, .11);
  --shadow-soft: 0 10px 28px rgba(70, 48, 28, .08);
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --wrap: 1080px;
  --content: 1080px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
main { background: var(--white); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .09em; text-underline-offset: .18em; }
a:hover { text-decoration-thickness: .14em; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; border-radius: 4px; }
.wrap { width: min(calc(100% - 36px), var(--wrap)); margin-inline: auto; }
main > .breadcrumbs,
main > .page-hero,
main > .not-found,
main > .page-hero ~ .section.wrap,
main > .page-hero ~ .section > .wrap {
  max-width: var(--content);
}
.skip-link {
  position: fixed; left: 18px; top: 12px; transform: translateY(-160%); z-index: 100;
  padding: 10px 16px; background: var(--lime); color: var(--ink); font-weight: 800; border: 2px solid var(--ink);
}
.skip-link:focus { transform: none; }
.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid #1f1f1f; position: relative; z-index: 20; }
.header-top { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { position: relative; width: 41px; height: 41px; background: var(--coral); border-radius: 10px; padding: 9px 8px; display: grid; align-content: center; gap: 4px; box-shadow: 0 5px 14px rgba(255,80,0,.22); }
.brand-mark span { width: 20px; height: 3px; background: #fff; border-radius: 2px; }
.brand-mark span:nth-child(2) { width: 16px; }
.brand-mark span:last-child { width: 11px; background: #fff; }
.brand-mark::before { content: ""; position: absolute; right: 7px; bottom: 7px; width: 7px; height: 7px; border: 2px solid #fff; border-radius: 50%; }
.brand-mark::after { content: ""; position: absolute; right: 4px; bottom: 4px; width: 6px; height: 2px; background: #fff; border-radius: 2px; transform: rotate(45deg); transform-origin: right center; }
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-words strong { color: var(--coral); letter-spacing: -.03em; font-size: 19px; }
.brand-words small { margin-top: 6px; font-size: 9px; letter-spacing: .14em; font-weight: 800; color: #59645f; }
.header-cta { text-decoration: none; background: var(--accent); color: var(--white); border-radius: 999px; padding: 10px 18px; font-weight: 800; font-size: 14px; box-shadow: 0 6px 16px rgba(200,61,0,.18); transition: background .18s ease, transform .18s ease, box-shadow .18s ease; }
.header-cta:hover { background: var(--accent-hover); transform: translateY(-1px); box-shadow: 0 9px 20px rgba(200,61,0,.22); }
.site-nav { position: relative; padding: 8px 0; color: var(--ink); background: var(--white); border-block: 1px solid var(--line); }
.nav-track { width: min(calc(100% - 36px), var(--wrap)); display: flex; align-items: center; justify-content: center; gap: 6px; padding: 6px; overflow-x: auto; background: #f7f5f1; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 5px 16px rgba(70,48,28,.06); scrollbar-width: none; scroll-snap-type: x proximity; scroll-padding-inline: 18px; -webkit-overflow-scrolling: touch; }
.nav-track::-webkit-scrollbar { display: none; }
.site-nav a { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 15px; flex: 1 1 0; scroll-snap-align: start; color: var(--ink); text-decoration: none; text-align: center; white-space: nowrap; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .045em; border: 1px solid transparent; border-radius: 999px; }
.site-nav a:hover { color: var(--ink); background: var(--white); border-color: #e7a17e; }
.site-nav a[aria-current="page"] { color: #fff; background: var(--accent); border-color: var(--accent); box-shadow: 0 5px 13px rgba(200,61,0,.20); }
.hero { overflow: hidden; }
.search-hero {
  position: relative;
  min-height: 600px;
  padding: 52px 0 40px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(35, 26, 18, .78), rgba(63, 41, 24, .74) 48%, rgba(69, 42, 20, .78)),
    linear-gradient(180deg, rgba(47, 47, 47, .06), rgba(47, 47, 47, .34)),
    url("/assets/hero-logistics.svg") center 48% / cover no-repeat;
  border-bottom: 1px solid var(--ink);
}
.search-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 12%, rgba(255,255,255,.18), transparent 38%);
}
.search-hero-inner { position: relative; z-index: 1; text-align: center; }
.hero-kicker { margin: 0 0 13px; color: rgba(255,255,255,.86); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.hero-kicker span { display: inline-block; margin-left: 7px; padding: 3px 8px; color: var(--ink); background: #ffb85c; border-radius: 999px; }
.eyebrow { margin: 0 0 16px; font-size: 12px; line-height: 1.3; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; color: var(--accent); }
.eyebrow span { display: inline-block; background: var(--lime); color: var(--ink); padding: 5px 9px; border: 1px solid var(--ink); border-radius: 6px; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(42px, 6.2vw, 76px); margin-bottom: 24px; max-width: 820px; }
h2 { font-size: clamp(25px, 3.2vw, 40px); margin-bottom: 20px; }
h3 { font-size: 21px; margin-bottom: 10px; }
.search-hero h1 { max-width: 910px; margin: 0 auto 16px; font-size: clamp(40px, 4.8vw, 62px); line-height: 1.02; color: var(--white); text-shadow: 0 2px 24px rgba(31,20,11,.22); }
.hero-intro, .lede { font-size: clamp(18px, 2vw, 22px); line-height: 1.55; color: var(--ink-soft); max-width: 760px; }
.search-hero .hero-intro { max-width: 820px; margin: 0 auto 24px; color: rgba(255,255,255,.91); font-size: clamp(16px, 1.6vw, 19px); }
.button-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 20px; border: 2px solid var(--ink); border-radius: 999px; font-weight: 850; text-decoration: none; line-height: 1.2; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease; }
.button.primary { background: var(--accent); border-color: var(--accent); color: var(--white); box-shadow: 0 8px 20px rgba(200,61,0,.20); }
.button.primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 12px 24px rgba(200,61,0,.24); }
.button.secondary { background: var(--white); }
.button.secondary:hover { background: var(--lime); }
.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;
}
.product-search { max-width: 1000px; margin: 0 auto; }
.product-search-box {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 84px;
  padding: 7px 7px 7px 17px;
  background: var(--white);
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 44px;
  box-shadow: 0 20px 55px rgba(45,25,10,.30);
}
.product-search-icon { width: 43px; height: 43px; display: grid; place-items: center; color: #a9aaa5; }
.product-search-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.product-search input {
  min-width: 0;
  width: 100%;
  height: 62px;
  padding: 0 12px;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: clamp(15px, 1.6vw, 19px);
}
.product-search input::placeholder { color: #999c98; opacity: 1; }
.product-search button {
  min-width: 210px;
  min-height: 70px;
  padding: 0 27px;
  color: #fff;
  background: var(--accent);
  border: 0;
  border-radius: 36px;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}
.product-search button:hover { background: var(--accent-hover); }
.product-search button:focus-visible { outline-color: var(--lime); }
.product-search > p { margin: 11px 0 0; color: rgba(255,255,255,.90); font-size: 12px; }
.popular-searches { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; margin: 14px auto 24px; }
.popular-searches span { font-size: 12px; color: rgba(255,255,255,.88); }
.popular-searches a {
  padding: 5px 12px;
  color: #fff;
  background: rgba(20,32,28,.44);
  border: 1px solid rgba(255,255,255,.33);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.popular-searches a:hover { background: var(--accent); border-color: var(--accent); }
.search-journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 970px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.search-journey::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 16.5%;
  right: 16.5%;
  height: 2px;
  background: rgba(255,255,255,.72);
}
.search-journey li { position: relative; z-index: 1; display: grid; justify-items: center; gap: 10px; }
.journey-dot {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: #fff;
  border: 4px solid rgba(255,255,255,.45);
  border-radius: 50%;
  box-shadow: 0 2px 9px rgba(34,21,10,.28);
  font-size: 11px;
  font-weight: 950;
}
.search-journey strong, .search-journey small { display: block; }
.search-journey strong { color: #fff; font-size: 16px; }
.search-journey small { max-width: 230px; margin: 4px auto 0; color: rgba(255,255,255,.88); font-size: 12px; }
.hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 910px;
  margin: 20px auto 0;
  padding: 10px 14px;
  color: rgba(255,255,255,.86);
  background: rgba(20,32,28,.52);
  border: 1px solid rgba(255,255,255,.23);
  border-radius: var(--radius-sm);
  font-size: 11px;
  line-height: 1.45;
}
.hero-trust > span { flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font: 800 13px Georgia, serif; }
.hero-support-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 12px; }
.hero-support-links a { display: inline-flex; align-items: center; min-height: 32px; padding-inline: 3px; color: #fff; font-size: 12px; font-weight: 800; }
.section { padding-block: 44px; background: var(--white); }
.answer-grid { display: grid; grid-template-columns: 70px 1fr 1.05fr; gap: 28px; align-items: start; }
.section-number { font: italic 38px Georgia, serif; }
.answer-grid h2 { max-width: 540px; }
.large-answer { margin: 0; font: 25px/1.55 Georgia, serif; }
.section-ink { background: var(--white); color: var(--ink); border-block: 1px solid var(--line); }
.eyebrow.light, .inverse .eyebrow { color: var(--accent); }
.split-feature { display: grid; grid-template-columns: .92fr 1.08fr; gap: 42px; align-items: center; }
.split-feature > div:first-child > p:not(.eyebrow) { color: var(--ink-soft); font-size: 18px; }
.light-button { border-color: var(--ink); color: var(--ink); background: var(--white); }
.light-button:hover { background: var(--accent-soft); color: var(--ink); border-color: var(--accent); }
.compare-stack { max-width: 520px; margin-inline: auto; }
.compare-card { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-soft); }
.compare-card span, .compare-card small { display: block; color: var(--ink-soft); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.compare-card strong { display: block; font-size: clamp(20px, 3vw, 29px); margin: 7px 0; }
.compare-card.off { opacity: .7; }
.compare-card.on { background: var(--lime); color: var(--ink); border-color: var(--accent); box-shadow: var(--shadow-soft); }
.compare-card.on span, .compare-card.on small { color: #394631; }
.compare-arrow { text-align: center; font-size: 30px; line-height: 1; padding: 5px; }
.section-heading { max-width: 760px; margin-bottom: 18px; }
.centered { text-align: center; margin-inline: auto; }
.category-directory {
  position: relative;
  padding-block: 43px 46px;
  overflow: hidden;
  background: var(--white);
  border-block: 1px solid var(--line);
}
.category-directory::before,
.category-directory::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 46px solid rgba(255,90,10,.045);
  border-radius: 50%;
  pointer-events: none;
}
.category-directory::before { left: -170px; top: -135px; }
.category-directory::after { right: -160px; bottom: -165px; }
.category-directory-page { margin-top: 10px; }
.directory-heading {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto 19px;
  text-align: center;
}
.directory-heading .eyebrow { margin-bottom: 12px; color: var(--accent); }
.directory-heading h2 { margin-bottom: 15px; color: #171815; font-size: clamp(28px, 3.3vw, 42px); }
.directory-heading p:last-child { max-width: 780px; margin: 0 auto; color: #5d625d; font-size: 18px; font-weight: 600; line-height: 1.55; }
.directory-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.directory-card {
  min-width: 0;
  min-height: 172px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 12px 16px;
  color: #171815;
  background: rgba(255,253,249,.96);
  border: 1px solid #e3ddd4;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.directory-card:hover {
  transform: translateY(-5px);
  border-color: #ff9d58;
  box-shadow: 0 20px 42px rgba(91,47,10,.16);
}
.directory-icon {
  position: relative;
  width: 78px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  color: #d64500;
  background: linear-gradient(145deg, #fff2e5, #fffdf9);
  border: 1px solid #ffd0b8;
  border-radius: var(--radius-md);
  transition: color .18s ease, background .18s ease;
}
.directory-icon::after {
  content: "";
  position: absolute;
  left: 19px;
  right: 19px;
  bottom: 9px;
  height: 3px;
  background: #ffc29f;
  border-radius: 3px;
}
.directory-icon svg { width: 43px; height: 43px; overflow: visible; }
.directory-card:hover .directory-icon { color: #fff; background: var(--coral); border-color: var(--coral); }
.directory-card:hover .directory-icon::after { background: rgba(255,255,255,.5); }
.directory-card strong { font-size: 17px; line-height: 1.2; }
.directory-card small { margin-top: 6px; color: #626660; font-size: 11px; font-weight: 700; line-height: 1.25; }
.directory-card.more-card .directory-icon { color: #d64500; background: #fff0e5; }
.directory-card.more-card:hover .directory-icon { color: #fff; background: var(--accent); }
.directory-note {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 13px 0 0;
  color: #666a65;
  font-size: 12px;
  text-align: center;
}
.directory-note span { color: var(--accent); font-weight: 900; }
.text-link { font-weight: 850; }
.text-link.internal { display: inline-block; margin-top: 14px; }
.paper-grid { background: var(--white); border-block: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-grid article { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 22px; box-shadow: var(--shadow-soft); }
.process-grid article:nth-child(2) { transform: none; }
.process-grid article > span { width: 39px; height: 39px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 50%; font-weight: 900; margin-bottom: 20px; }
.process-grid p { margin-bottom: 0; color: var(--ink-soft); }
.proof-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: start; }
.check-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--ink); }
.check-list li { display: flex; gap: 15px; align-items: center; padding: 11px 6px; border-bottom: 1px solid var(--line); font-weight: 700; }
.check-list li span { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); border: 1px solid var(--ink); font-size: 12px; font-weight: 900; }
.source-section { background: var(--white); border-block: 1px solid var(--line); }
.source-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 18px 42px; }
.source-notes { border-top: 1px solid var(--ink); }
.source-notes article { display: grid; grid-template-columns: 42px 1fr; gap: 10px 14px; padding: 14px 0; border-bottom: 1px solid rgba(20,32,28,.4); }
.source-notes article > span { grid-row: span 2; font: italic 20px Georgia, serif; }
.source-notes h3, .source-notes p { margin: 0; }
.source-grid > .button { align-self: end; justify-self: start; }
.route-panel { display: grid; grid-template-columns: .76fr 1.24fr; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.route-panel > div:first-child { padding: 32px; background: var(--white); border-right: 1px solid var(--line); border-left: 5px solid var(--accent); }
.route-list a { display: grid; grid-template-columns: 1fr auto; gap: 0 15px; padding: 14px 20px; border-bottom: 1px solid var(--line); text-decoration: none; }
.route-list a:last-child { border-bottom: 0; }
.route-list a:hover { background: var(--lime); }
.route-list span { font-weight: 850; }
.route-list small { color: #64706b; }
.route-list b { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
.closing-section { color: var(--ink); background: var(--white); border-top: 1px solid var(--line); }
.closing-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 39px; align-items: start; }
.closing-grid p { font-size: 19px; }
.site-footer { background: var(--white); color: var(--ink); padding: 30px 0 14px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; }
.footer-brand { display: inline-block; font-size: 26px; font-weight: 900; margin-bottom: 12px; text-decoration: none; color: var(--accent); }
.footer-grid p { color: var(--ink-soft); max-width: 550px; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); align-content: start; }
.footer-links a { padding: 9px 12px; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 14px; }
.footer-links a:hover { color: var(--accent); }
.footer-base { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 13px; margin-top: 16px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.back-to-top { display: inline-flex; align-items: center; min-height: 32px; color: var(--ink); font-weight: 850; text-decoration: none; }
.back-to-top:hover { color: var(--accent); }
.breadcrumbs { display: flex; align-items: center; gap: 9px; padding-top: 10px; color: #5f6c66; font-size: 12px; }
.breadcrumbs a { display: inline-flex; align-items: center; min-height: 32px; }
.page-hero { display: grid; grid-template-columns: 1fr 220px; gap: 36px; align-items: center; padding-top: 35px; padding-bottom: 30px; background: var(--white); border-bottom: 1px solid var(--ink); }
.page-hero h1 { font-size: clamp(30px, 3.5vw, 45px); }
.review-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 14px; margin: 18px 0 0; color: var(--ink-soft); font-size: 12px; font-weight: 750; }
.review-meta span, .review-meta time, .review-meta a { display: inline-flex; align-items: center; min-height: 32px; }
.review-meta a { color: var(--accent); font-weight: 850; text-underline-offset: .2em; }
.page-stamp { width: 190px; height: 190px; justify-self: end; border: 2px solid var(--ink); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(2deg); background: var(--lime); box-shadow: var(--shadow); }
.page-stamp span, .page-stamp small { font-size: 9px; letter-spacing: .16em; font-weight: 900; }
.page-stamp strong { margin: 8px 0; font-size: 23px; line-height: .9; }
.article-shell { max-width: var(--content); }
.quick-answer { position: relative; margin: 28px 0 36px; padding: 24px 28px 22px; background: var(--accent-soft); border: 1px solid #efb093; border-left: 5px solid var(--accent); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.quick-label { position: absolute; left: 18px; top: -17px; background: var(--ink); color: var(--white); padding: 6px 12px; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.quick-answer p { margin: 0; font: 23px/1.5 Georgia, serif; }
.article-jump { margin: -12px 0 30px; padding: 18px 22px; background: rgba(255,253,249,.88); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.article-jump > strong { display: block; margin-bottom: 12px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.article-jump ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; margin: 0; padding: 0; list-style: none; counter-reset: jump; }
.article-jump li { counter-increment: jump; }
.article-jump a { display: grid; grid-template-columns: 24px 1fr; align-items: baseline; padding: 4px 0; font-size: 14px; font-weight: 800; text-decoration: none; }
.article-jump a::before { content: "0" counter(jump); color: var(--ink-soft); font: italic 12px Georgia, serif; }
.article-jump a:hover { text-decoration: underline; }
.prose { padding-bottom: 30px; }
.prose section { margin-bottom: 30px; }
.prose h2 { font-size: clamp(25px, 3vw, 34px); scroll-margin-top: 25px; }
.prose h3 { margin-top: 20px; }
.prose p, .prose li { font-size: 17px; color: var(--ink-soft); }
.prose p + p { margin-top: 14px; }
.prose a { font-weight: 750; }
.prose ul { padding-left: 22px; }
.prose li { padding: 5px 0; }
.callout { margin: 16px 0; padding: 18px 22px; border: 1px solid var(--line); border-left: 5px solid var(--accent); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-soft); }
.callout strong { display: block; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; margin-bottom: 8px; }
.callout p { margin: 0; font: italic 20px/1.5 Georgia, serif; color: var(--ink); }
.number-list { list-style: none; padding: 0; counter-reset: rows; }
.number-list li { counter-increment: rows; display: grid; grid-template-columns: 52px 1fr; gap: 4px 15px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.number-list li::before { content: counter(rows, decimal-leading-zero); grid-row: 1 / span 2; width: 40px; height: 40px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 50%; font-size: 11px; font-weight: 900; }
.number-list strong { color: var(--ink); font-size: 18px; }
.number-list span { color: var(--ink-soft); }
.definition-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.definition-grid > div { padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.definition-grid p { margin-bottom: 0; font-size: 15px; }
.safe-sentence { padding: 15px 18px; border: 1px dashed var(--ink); background: var(--white); }
.comparison-table { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-soft); }
table { width: 100%; border-collapse: collapse; min-width: 620px; }
th, td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--ink); color: var(--white); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
td:first-child { font-weight: 850; color: var(--ink); }
tr:last-child td { border-bottom: 0; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.related-card { display: grid; grid-template-columns: 1fr auto; gap: 6px 16px; padding: 17px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); text-decoration: none; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.related-card span { color: var(--ink-soft); font-size: 13px; }
.related-card b { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
.related-card:hover { background: var(--accent-soft); border-color: var(--accent); transform: translateY(-2px); }
.inverse { color: var(--ink); padding-bottom: 0; }
.inverse p { color: var(--ink-soft); }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 19px; }
.decision-grid > div { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-soft); }
.decision-grid span { font-size: 10px; color: var(--accent); letter-spacing: .12em; font-weight: 900; }
.decision-grid p { font-size: 15px; margin-bottom: 0; }
.wide-prose { max-width: 100%; }
.mistake-list { border-top: 1px solid var(--ink); }
.mistake-list article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.mistake-list article > span { font: italic 24px Georgia, serif; }
.mistake-list h3, .mistake-list p { margin: 0; }
.mistake-list p { margin-top: 6px; }
.query-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.query-grid > div { padding: 17px; border: 1px solid var(--line); background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.query-grid code { display: inline-block; background: var(--blue); color: var(--ink); padding: 4px 8px; border-radius: 4px; font-weight: 800; }
.query-grid p { font-size: 15px; margin-bottom: 0; }
.term-table td:nth-child(2), .term-table td:nth-child(3) { white-space: nowrap; }
.table-scroll-note { margin-top: 9px; color: var(--ink-soft); }
.term-index { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 0 !important; list-style: none; }
.term-index li { display: flex; flex-direction: column; gap: 4px; padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-soft); }
.term-index strong { color: var(--ink); font-size: 16px; }
.term-index span { color: var(--ink-soft); font-size: 12px; }
.inline-search { background: var(--ink); color: var(--white); padding: 24px; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.inline-search label { display: block; font-weight: 850; margin-bottom: 10px; }
.inline-search > div { display: flex; gap: 8px; }
.inline-search input { flex: 1; min-width: 0; padding: 12px 14px; border: 0; border-radius: 8px; }
.inline-search button { border: 0; padding: 12px 16px; color: #fff; background: var(--accent); border-radius: var(--radius-sm); font-weight: 900; cursor: pointer; }
.inline-search button:hover { background: var(--accent-hover); }
.inline-search small { display: block; margin-top: 9px; color: #aebbb6; }
.interactive-checklist { border-top: 1px solid var(--ink); }
.interactive-checklist label { display: flex; gap: 16px; padding: 15px 3px; border-bottom: 1px solid var(--line); cursor: pointer; }
.interactive-checklist input { appearance: none; flex: 0 0 auto; width: 29px; height: 29px; border: 2px solid var(--ink); border-radius: 6px; background: var(--white); display: grid; place-items: center; margin: 2px 0 0; }
.interactive-checklist input:checked { background: var(--lime); }
.interactive-checklist input:checked::after { content: "✓"; font-weight: 950; }
.interactive-checklist span { display: flex; flex-direction: column; }
.interactive-checklist small { color: #65716c; margin-top: 4px; }
.score-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.score { min-height: 160px; padding: 17px; border: 1px solid var(--line); border-radius: var(--radius-md); display: flex; flex-direction: column; box-shadow: var(--shadow-soft); }
.score strong { font: italic 34px Georgia, serif; }
.score span { font-weight: 900; line-height: 1.25; margin: 12px 0; }
.score p { font-size: 13px; margin: auto 0 0; color: var(--ink); }
.score.strong { background: var(--lime); }
.score.research { background: var(--blue); }
.score.weak { background: var(--gold); }
.score.remove { color: #111; background: var(--coral); }
.score.remove p { color: #111; }
.row-example { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-soft); }
.row-example > div { padding: 14px; background: var(--white); border-bottom: 1px solid var(--line); }
.row-example > div:nth-child(odd) { border-right: 1px solid var(--line); }
.row-example span { display: block; font-size: 10px; letter-spacing: .11em; font-weight: 900; text-transform: uppercase; color: #6c7772; }
.row-example p { grid-column: 1 / -1; margin: 0; padding: 18px; color: var(--ink); }
.good-row p { background: var(--lime); }
.bad-row p { color: #111; background: var(--coral); }
blockquote { margin: 20px 0; padding: 22px 26px; background: var(--ink); color: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow); font: italic 24px/1.5 Georgia, serif; }
.formula-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 21px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-soft); font-size: 12px; font-weight: 850; text-align: center; }
.formula-card b { color: var(--coral); font-size: 24px; }
.formula-card strong { background: var(--lime); padding: 10px; }
.weight-bars { display: grid; gap: 15px; }
.weight-bars div { display: grid; grid-template-columns: 160px 1fr 180px; align-items: center; gap: 14px; }
.weight-bars span { font-weight: 800; }
.weight-bars i { height: 18px; background: var(--white); border: 1px solid var(--ink); border-radius: 9px; overflow: hidden; }
.weight-bars i::after { content: ""; display: block; width: var(--bar); height: 100%; background: var(--blue); border-right: 1px solid var(--ink); }
.weight-bars small { color: #65716c; }
.caption { font-size: 12px !important; font-style: italic; }
.link-anatomy { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.link-anatomy span { padding: 8px 12px; background: var(--lime); }
.link-anatomy b { font: italic 15px Georgia, serif; }
.red-flag-list { list-style: none; padding: 0 !important; }
.red-flag-list li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; border-bottom: 1px solid var(--line); padding: 15px 0; }
.red-flag-list li > span { width: 34px; height: 34px; display: grid; place-items: center; background: var(--coral); border: 1px solid var(--ink); border-radius: 50%; color: #111; font-weight: 950; }
.red-flag-list strong { color: var(--ink); }
.red-flag-list p { margin: 3px 0 0; font-size: 15px; }
.faq-list { padding-bottom: 40px; }
.faq-item { border-top: 1px solid var(--ink); }
.faq-item:last-child { border-bottom: 1px solid var(--ink); }
.faq-item summary { list-style: none; display: grid; grid-template-columns: 42px 1fr 26px; gap: 14px; align-items: center; padding: 18px 4px; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { font: italic 18px Georgia, serif; }
.faq-item summary h2 { font-size: 19px; margin: 0; letter-spacing: -.015em; }
.faq-item summary b { width: 22px; height: 22px; position: relative; }
.faq-item summary b::before, .faq-item summary b::after { content: ""; position: absolute; left: 3px; right: 3px; top: 10px; height: 2px; background: var(--ink); }
.faq-item summary b::after { transform: rotate(90deg); }
.faq-item[open] summary { background: var(--lime); padding-inline: 14px; }
.faq-item[open] summary b::after { transform: none; }
.faq-item > div { padding: 4px 64px 20px; }
.faq-item > div p { font-size: 17px; color: var(--ink-soft); }
.faq-close { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; padding: 30px; margin-bottom: 38px; background: var(--white); border: 1px solid var(--line); border-left: 5px solid var(--accent); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.principle-grid > div { border: 1px solid var(--line); padding: 17px; background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.principle-grid span { font: italic 18px Georgia, serif; }
.principle-grid p { margin: 0; font-size: 15px; }
.narrow-page { max-width: var(--content); padding: 30px 0 42px; }
.contact-card { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 24px; margin-bottom: 26px; background: var(--white); border: 1px solid var(--line); border-left: 5px solid var(--accent); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.contact-index { font: italic 27px Georgia, serif; }
.contact-card h2 { font-size: clamp(26px, 2.8vw, 28px); margin-bottom: 12px; }
.contact-card p { margin: 0; }
.legal-prose section { padding-left: 34px; border-left: 1px solid var(--line); }
.not-found { min-height: 60vh; display: flex; flex-direction: column; justify-content: center; padding-block: 60px; }
.not-found h1 { max-width: 760px; font-size: clamp(30px, 3.5vw, 45px); }
.not-found > p:not(.eyebrow) { max-width: 650px; font-size: 20px; color: var(--ink-soft); }

@media (max-width: 900px) {
  .split-feature, .proof-layout, .source-grid, .route-panel, .closing-grid, .footer-grid, .faq-close { grid-template-columns: 1fr; }
  .search-hero { min-height: 580px; padding-top: 46px; }
  .answer-grid { grid-template-columns: 50px 1fr; gap: 22px; }
  .large-answer { grid-column: 2; }
  .process-grid { gap: 11px; }
  .process-grid article { padding: 22px; }
  .proof-layout, .source-grid { gap: 25px; }
  .route-panel > div:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-links { grid-template-columns: repeat(3, 1fr); }
  .page-hero { grid-template-columns: 1fr 150px; gap: 24px; }
  .page-stamp { width: 140px; height: 140px; }
  .page-stamp strong { font-size: 18px; }
  .score-grid { grid-template-columns: repeat(2, 1fr); }
  .directory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 26px), var(--wrap)); }
  .header-top { min-height: 67px; }
  .brand-words small { display: none; }
  .header-cta { padding: 9px 12px; font-size: 12px; }
  .site-nav { padding: 7px 0; }
  .site-nav::after { content: ""; position: absolute; z-index: 2; top: 8px; right: 13px; bottom: 8px; width: 38px; pointer-events: none; border-radius: 0 13px 13px 0; background: linear-gradient(90deg, rgba(247,245,241,0), #f7f5f1 80%); }
  .nav-track { width: min(calc(100% - 26px), var(--wrap)); justify-content: flex-start; gap: 4px; padding: 4px; border-radius: 14px; }
  .site-nav a { min-height: 44px; padding: 8px 13px; flex: 0 0 auto; border-radius: 10px; font-size: 11px; }
  .search-hero {
    min-height: 0;
    padding: 34px 0 30px;
    background-position: 62% center;
  }
  h1 { font-size: 42px; }
  h2 { font-size: 26px; }
  .hero-intro, .lede { font-size: 18px; }
  .search-hero h1 { font-size: 38px; }
  .search-hero .hero-intro { font-size: 15px; }
  .button { width: 100%; }
  .product-search-box {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 3px;
    padding: 8px;
    border-radius: 22px;
  }
  .product-search-icon { width: 38px; height: 38px; }
  .product-search-icon svg { width: 27px; }
  .product-search input { height: 54px; padding-inline: 3px 8px; font-size: 14px; }
  .product-search button { grid-column: 1 / -1; width: 100%; min-width: 0; min-height: 52px; border-radius: 16px; font-size: 16px; }
  .product-search > p { font-size: 11px; }
  .popular-searches { margin-bottom: 22px; }
  .popular-searches span { width: 100%; }
  .search-journey { grid-template-columns: 1fr; gap: 0; text-align: left; }
  .search-journey::before { top: 15px; bottom: 24px; left: 15px; right: auto; width: 2px; height: auto; }
  .search-journey li { grid-template-columns: 31px 1fr; justify-items: start; gap: 13px; padding-bottom: 14px; }
  .search-journey li > div { padding-top: 3px; }
  .search-journey strong { font-size: 14px; }
  .search-journey small { max-width: none; font-size: 11px; }
  .hero-trust { align-items: flex-start; margin-top: 12px; text-align: left; }
  .hero-support-links { gap: 11px 17px; }
  .section { padding-block: 32px; }
  .answer-grid { grid-template-columns: 1fr; gap: 10px; }
  .large-answer { grid-column: 1; font-size: 21px; }
  .section-number { font-size: 27px; }
  .process-grid, .related-grid, .definition-grid, .query-grid, .decision-grid, .principle-grid { grid-template-columns: 1fr; }
  .category-directory { padding-block: 32px 34px; }
  .category-directory-page { margin-top: 0; }
  .directory-heading { margin-bottom: 15px; }
  .directory-heading h2 { font-size: 28px; }
  .directory-heading p:last-child { font-size: 15px; }
  .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .directory-card { min-height: 145px; padding: 14px 8px 12px; border-radius: var(--radius-md); }
  .directory-icon { width: 64px; height: 58px; margin-bottom: 10px; border-radius: var(--radius-md); }
  .directory-icon svg { width: 36px; height: 36px; }
  .directory-icon::after { left: 15px; right: 15px; bottom: 7px; }
  .directory-card strong { font-size: 15px; }
  .directory-card small { font-size: 10px; }
  .directory-note { align-items: flex-start; font-size: 11px; }
  .process-grid article:nth-child(2) { transform: none; }
  .route-panel > div:first-child { padding: 22px; }
  .route-list a { padding: 13px 15px; }
  .site-footer { padding-top: 27px; }
  .footer-grid { gap: 23px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .footer-base { flex-direction: column; padding-top: 10px; margin-top: 12px; }
  .breadcrumbs { padding-top: 6px; }
  .page-hero { grid-template-columns: 1fr; padding-top: 22px; padding-bottom: 22px; }
  .page-hero h1, .not-found h1 { font-size: 28px; }
  .review-meta { gap: 2px 12px; margin-top: 14px; }
  .page-stamp { display: none; }
  .quick-answer { margin: 23px 0 28px; padding: 22px 18px 19px; box-shadow: var(--shadow-soft); }
  .quick-answer p { font-size: 19px; }
  .article-jump { margin: -7px 0 26px; padding: 16px; }
  .article-jump ul { grid-template-columns: 1fr; }
  .term-index { gap: 8px; }
  .term-index li { padding: 12px; }
  .term-index strong { font-size: 14px; line-height: 1.3; }
  .prose p, .prose li { font-size: 16px; }
  .prose section { margin-bottom: 27px; }
  .number-list li { grid-template-columns: 42px 1fr; }
  .decision-grid > div { padding: 18px; }
  .inline-search > div { flex-direction: column; }
  .score-grid { grid-template-columns: 1fr; }
  .score { min-height: 132px; }
  .row-example { grid-template-columns: 1fr; }
  .row-example > div:nth-child(odd) { border-right: 0; }
  .formula-card { flex-direction: column; }
  .formula-card b { transform: rotate(90deg); }
  .weight-bars div { grid-template-columns: 1fr; gap: 4px; }
  .weight-bars small { margin-bottom: 8px; }
  .link-anatomy { flex-direction: column; }
  .link-anatomy b { transform: rotate(90deg); }
  .faq-item summary { grid-template-columns: 30px 1fr 22px; gap: 9px; }
  .faq-item summary h2 { font-size: 16px; }
  .faq-item > div { padding: 0 15px 16px 43px; }
  .faq-close { padding: 22px; gap: 12px; margin-bottom: 30px; }
  .contact-card { grid-template-columns: 1fr; padding: 20px; margin: 20px 0 28px; }
  .legal-prose section { padding-left: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
