:root {
  --ink: #282320;
  --ink-deep: #211b18;
  --paper-strong: #ffffff;
  --paper-tint: #fff6ef;
  --line: #eadfd8;
  --line-strong: #ddc9bc;
  --muted: #6b625d;
  --green: #b83d0b;
  --mint: #ffeadc;
  --mint-light: #fff7f1;
  --orange: #b83d0b;
  --orange-deep: #a93408;
  --yellow: #ffd5b6;
  --red: #a33a3a;
  --white: #ffffff;
  --brand-gradient: linear-gradient(135deg, #c7430d, #a93408);
  --shadow-soft: 0 7px 22px rgba(83, 43, 19, .06);
  --shadow: 0 16px 38px rgba(78, 43, 22, .095);
  --shadow-lift: 0 16px 34px rgba(117, 49, 15, .13);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius: 22px;
  --radius-lg: 26px;
  --shell: min(1160px, calc(100% - 40px));
  --narrow: min(820px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; letter-spacing: -.006em; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; border-radius: 6px; }
img, svg { max-width: 100%; }
p { margin: 0 0 1.1em; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.5rem, 6vw, 3.8rem); font-weight: 720; }
h2 { font-size: clamp(1.55rem, 3.2vw, 2.05rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 700; }
ul, ol { margin-top: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.shell--narrow { width: var(--shell); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; background: var(--white); border: 2px solid var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.trust-strip { color: #fff5ee; background: var(--ink-deep); font-size: .74rem; letter-spacing: .01em; }
.trust-strip .shell { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 9px; }
.trust-strip p { margin: 0; text-align: center; }
.status-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #ff762f; box-shadow: 0 0 0 3px rgba(255, 100, 31, .2); }
.site-header { position: relative; z-index: 20; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--line); box-shadow: 0 3px 14px rgba(68, 37, 20, .035); backdrop-filter: blur(12px); }
.nav-shell { min-height: 72px; display: flex; align-items: center; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-size: 1.22rem; letter-spacing: -.035em; white-space: nowrap; }
.wordmark::before { content: ""; width: 32px; height: 32px; flex: 0 0 auto; background: url("brand-mark.svg") center / contain no-repeat; filter: drop-shadow(0 5px 10px rgba(169, 52, 8, .16)); }
.wordmark span { font-weight: 800; }
.wordmark i { color: var(--orange); font-family: inherit; font-size: .84em; font-style: normal; font-weight: 800; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 18px; font-size: .82rem; font-weight: 650; }
.primary-nav a { min-height: 24px; position: relative; display: inline-flex; align-items: center; text-decoration: none; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--orange); transition: right .2s ease; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--orange-deep); }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { right: 0; }
.nav-cta { padding: 10px 16px; color: var(--white); background: var(--brand-gradient); border-radius: 999px; box-shadow: 0 9px 20px rgba(169, 52, 8, .2); text-decoration: none; font-size: .78rem; font-weight: 750; white-space: nowrap; transition: transform .18s ease, box-shadow .18s ease; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 12px 24px rgba(169, 52, 8, .24); }
.nav-cta span { color: var(--white); }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow--light { color: var(--orange-deep); }
.hero { overflow: hidden; padding: 44px 0; background: var(--white); }
.hero .shell { text-align: center; }
.hero-copy h1 { max-width: 860px; margin-inline: auto; font-size: clamp(2.25rem, 4.8vw, 3.15rem); }
.hero-lede { max-width: 760px; margin: 16px auto 0; color: var(--muted); font-size: 1.12rem; line-height: 1.65; }
.lede { max-width: 680px; margin-top: 18px; color: var(--muted); font-size: 1.12rem; line-height: 1.65; }
.sr-only { width: 1px; height: 1px; position: absolute; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); }
.hero-search-stage { position: relative; z-index: 4; overflow: hidden; max-width: none; margin-top: 22px; padding: 24px; color: var(--white); background: linear-gradient(120deg, #a93408, #c7430d 58%, #9d2f07); border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-lg); box-shadow: 0 22px 52px rgba(145, 49, 12, .22); }
.search-stage__heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 36px; margin-bottom: 20px; }
.search-stage__heading > div { display: grid; gap: 3px; }
.search-stage__heading span { color: var(--white); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.search-stage__heading strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 600; }
.search-stage__heading p { max-width: 470px; justify-self: end; margin: 0; color: var(--white); font-size: .8rem; text-align: right; }
.hero-search { min-height: 70px; display: grid; grid-template-columns: minmax(0, 1fr) 190px; filter: drop-shadow(0 13px 28px rgba(0,0,0,.16)); }
.hero-search__field { min-width: 0; display: flex; align-items: center; gap: 15px; padding: 0 24px; color: var(--muted); background: var(--white); border-radius: 999px 0 0 999px; }
.hero-search__field svg { flex: 0 0 auto; fill: none; stroke: #8d817a; stroke-width: 1.8; stroke-linecap: round; }
.hero-search input { min-width: 0; width: 100%; height: 100%; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font: inherit; font-size: .98rem; }
.hero-search input::placeholder { color: #9ba7a3; opacity: 1; }
.hero-search__field:focus-within { box-shadow: inset 0 0 0 3px #ffb17f; }
.hero-search button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; color: var(--white); background: var(--orange-deep); border: 0; border-radius: 0 999px 999px 0; cursor: pointer; font: inherit; font-size: .94rem; font-weight: 800; transition: background .18s ease, transform .18s ease; }
.hero-search button:hover { background: #862700; }
.hero-search button:active { transform: translateY(1px); }
.hero-search button:focus-visible { position: relative; z-index: 2; outline-color: var(--yellow); }
.hero-search button span { color: #ffe8a0; }
.hero-search__links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin-top: 17px; color: var(--white); font-size: .75rem; }
.hero-search__links a { min-height: 24px; display: inline-flex; align-items: center; color: var(--white); font-weight: 700; }
.hero-actions { margin-top: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 20px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: .9rem; font-weight: 750; line-height: 1.2; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--brand-gradient); box-shadow: 0 10px 22px rgba(169, 52, 8, .2); }
.button--primary span { color: var(--white); }
.button--secondary { color: var(--ink); background: var(--paper-strong); border-color: var(--line-strong); box-shadow: 0 5px 14px rgba(78, 43, 22, .035); }
.button--secondary:hover { color: var(--orange-deep); background: var(--paper-tint); border-color: #e9af8b; box-shadow: var(--shadow-soft); }
.button--light { color: var(--orange-deep); background: var(--white); border-color: var(--line-strong); box-shadow: var(--shadow-soft); }
.section { padding: 52px 0; background: var(--white); }
.section--compact { padding: 38px 0 44px; }
.section--answer { padding: 32px 0; }
.section--tint { background: var(--white); }
.section--ink { color: var(--ink); background: var(--white); }
.section-heading { max-width: 650px; margin-bottom: 22px; }
.section-heading > p { margin-top: 12px; color: var(--muted); }
.section-heading--row { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 42px; }
.section-heading--row p { max-width: 450px; justify-self: end; }
.section-heading--center { margin-inline: auto; text-align: center; }
.quick-answer { position: relative; padding: 22px 24px 21px 100px; background: var(--paper-strong); border: 1px solid var(--line-strong); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.quick-answer::before { content: ""; position: absolute; left: 26px; top: 23px; width: 46px; height: 46px; background: var(--yellow); border-radius: 50% 50% 50% 8px; }
.quick-answer::after { content: "→"; position: absolute; left: 39px; top: 28px; color: var(--ink); font-size: 1.3rem; font-weight: 700; transform: rotate(20deg); }
.quick-answer__label { display: block; margin-bottom: 5px; color: var(--orange); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.quick-answer p { max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.13rem; line-height: 1.65; }
.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; }
.split-intro .section-heading { margin: 0; }
.prose { color: var(--muted); font-size: 1.02rem; }
.text-link { min-height: 24px; display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: .87rem; font-weight: 800; }
.text-link span { color: var(--orange); }
.text-link--internal { margin-top: 4px; }
.directory-heading { max-width: 780px; margin: 0 auto 26px; text-align: center; }
.directory-heading p { max-width: 650px; margin: 14px auto 0; color: var(--muted); }
.directory-heading .button { margin-top: 16px; }
.directory-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.directory-card { min-height: 184px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 16px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); 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(-4px); border-color: #e9a77e; box-shadow: var(--shadow-lift); }
.directory-card:focus-visible { outline-offset: 3px; }
.directory-card__icon { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 13px; color: var(--orange-deep); background: linear-gradient(145deg, #fffaf6, #ffe8d8); border: 1px solid #efbea0; border-radius: var(--radius-md); box-shadow: inset 0 1px 0 rgba(255,255,255,.9); }
.directory-card__icon svg { width: 38px; height: 38px; overflow: visible; }
.directory-card strong { font-size: 1.06rem; line-height: 1.25; }
.directory-card small { margin-top: 6px; color: #686868; font-size: .72rem; line-height: 1.35; }
.directory-card__arrow { width: 28px; height: 28px; position: absolute; right: 13px; bottom: 12px; display: grid; place-items: center; color: var(--orange-deep); background: var(--mint-light); border-radius: 50%; font-weight: 800; transition: transform .18s ease; }
.directory-card:hover .directory-card__arrow { transform: translate(3px, -3px); }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); overflow: hidden; }
.step-grid li { min-height: 220px; padding: 28px; background: var(--paper-strong); }
.step-grid li > span { display: inline-block; margin-bottom: 32px; color: var(--orange); font-family: Georgia, serif; font-size: 1rem; }
.step-grid p { margin-top: 14px; color: var(--muted); font-size: .9rem; }
.evidence-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.evidence-layout > div:first-child { position: sticky; top: 30px; }
.evidence-layout h2 { margin-bottom: 20px; }
.evidence-layout > div:first-child p { color: var(--muted); }
.evidence-layout .button { margin-top: 20px; }
.evidence-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.evidence-list li { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.evidence-list b { color: var(--orange); font-family: Georgia, serif; font-size: .85rem; }
.evidence-list span { display: grid; gap: 3px; }
.evidence-list small { color: var(--muted); font-size: .83rem; }
.search-preview { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 64px; }
.search-preview h2 { margin-bottom: 14px; }
.search-preview p { color: var(--muted); }
.query-stack { display: grid; gap: 10px; }
.query-stack span { padding: 15px 18px; color: var(--muted); background: var(--paper-strong); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: 0 4px 14px rgba(78, 43, 22, .035); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .78rem; }
.query-stack b { color: var(--green); }
.link-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.link-card { min-height: 170px; display: flex; flex-direction: column; position: relative; padding: 20px; background: var(--paper-strong); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.link-card:hover { transform: translateY(-3px); border-color: #e9a77e; box-shadow: var(--shadow-lift); }
.link-card__tag { margin-bottom: 22px; color: var(--orange); font-family: Georgia, serif; font-size: .8rem; }
.link-card strong { padding-right: 30px; line-height: 1.2; }
.link-card > span:not(.link-card__tag) { margin-top: 10px; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.link-card b { position: absolute; top: 20px; right: 20px; color: var(--green); transition: transform .18s ease; }
.link-card:hover b { transform: translate(3px, -3px); }
.closing-cta { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 48px; padding: 36px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.closing-cta p { max-width: 650px; margin-top: 14px; color: var(--muted); }
.closing-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.page-masthead { padding: 48px 0 44px; background: var(--white); border-bottom: 1px solid var(--line); }
.page-masthead .shell { position: relative; }
.page-masthead h1 { max-width: var(--narrow); font-size: clamp(2.1rem, 4vw, 2.85rem); }
.page-masthead .shell::after { content: ""; position: absolute; width: 88px; height: 88px; top: 16px; right: 18px; border: 18px solid var(--yellow); border-radius: 50%; opacity: .55; }
.breadcrumb { display: flex; gap: 9px; margin-bottom: 22px; color: var(--muted); font-size: .75rem; }
.breadcrumb a { color: var(--green); }
.page-masthead .lede { margin-bottom: 0; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; color: #755f53; font-size: .74rem; font-weight: 700; }
.article-meta span { display: inline-flex; align-items: center; gap: 8px; }
.article-meta span::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; background: var(--orange); border-radius: 50%; }
.article-meta span:first-child::before { width: 18px; height: 18px; background: url("brand-mark.svg") center / contain no-repeat; border-radius: 6px; }
.article-meta a { color: inherit; }
.article-meta a:hover { color: var(--orange-deep); }
.editorial-note { display: grid; grid-template-columns: 180px 1fr; gap: 22px; padding: 22px 24px; background: var(--paper-strong); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.editorial-note strong { color: var(--orange-deep); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.editorial-note p { max-width: 860px; margin: 0; color: var(--muted); font-size: .9rem; }
.article-grid { display: grid; grid-template-columns: 210px minmax(0, 750px); justify-content: space-between; gap: 56px; }
.on-this-page { height: max-content; display: grid; position: sticky; top: 30px; gap: 12px; padding: 20px; border-left: 2px solid var(--mint); font-size: .78rem; }
.on-this-page strong { margin-bottom: 5px; color: var(--orange); text-transform: uppercase; letter-spacing: .12em; }
.on-this-page a { min-height: 24px; display: flex; align-items: center; color: var(--muted); text-decoration: none; }
.article-body > section { padding: 0 0 40px; scroll-margin-top: 30px; }
.article-body > section + section { padding-top: 5px; border-top: 1px solid var(--line); }
.article-body h2 { margin-bottom: 22px; }
.article-body h3 { margin-bottom: 10px; }
.article-body p { color: var(--muted); }
.section-number { display: block; margin: 20px 0 12px; color: var(--orange); font-family: Georgia, serif; font-size: .8rem; }
.pull-quote { margin: 24px 0 0; padding: 22px 24px; background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--orange); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.pull-quote p { margin: 0; color: var(--ink); font-family: Georgia, serif; font-size: 1.25rem; }
.editorial-list { display: grid; gap: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.editorial-list li { display: grid; grid-template-columns: .7fr 1.3fr; gap: 26px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.editorial-list span { color: var(--muted); }
.table-scroll { width: 100%; overflow-x: auto; margin: 22px 0; background: var(--paper-strong); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-soft); }
.table-scroll:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.comparison-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: .8rem; line-height: 1.45; }
.comparison-table th, .comparison-table td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { color: var(--ink-deep); background: #fff0e5; font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.comparison-table td { color: var(--muted); }
.comparison-table td:first-child { color: var(--ink); font-weight: 700; }
.comparison-table tr:last-child td { border-bottom: 0; }
.definition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.definition-grid div { padding: 18px; background: var(--paper-strong); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.definition-grid p { margin: 0; font-size: .86rem; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.compare-card { padding: 24px; background: var(--paper-strong); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.compare-card > span { color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.compare-card h3 { margin: 20px 0; }
.compare-card ul { display: grid; gap: 8px; padding-left: 20px; color: var(--muted); font-size: .85rem; }
.compare-card p { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: .85rem; }
.compare-card--weak { background: var(--white); border-color: #e7cec4; }
.compare-card--weak > span { color: var(--red); }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.inline-cta p { margin: 3px 0 0; font-size: .85rem; }
.decision-layout, .formula-layout, .estimate-layout, .about-grid, .findsindex-role { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 60px; }
.decision-layout p, .formula-layout p, .about-grid p { color: var(--muted); }
.decision-card, .formula-card, .manifesto-card { padding: 26px; background: var(--paper-strong); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.decision-card h3 { margin-bottom: 25px; }
.decision-card ol { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.decision-card li { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 12px; font-size: .87rem; }
.decision-card li span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--orange); background: #f7e8e0; border-radius: 50%; font-family: Georgia, serif; }
.mistakes { display: grid; grid-template-columns: .7fr 1.3fr; gap: 56px; }
.mistakes > div:first-child p { color: var(--muted); }
.mistake-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); overflow: hidden; }
.mistake-grid article { padding: 24px; color: var(--ink); background: var(--white); }
.mistake-grid span { color: var(--orange); font-family: Georgia, serif; font-size: .8rem; }
.mistake-grid h3 { margin: 26px 0 10px; }
.mistake-grid p { margin: 0; color: var(--muted); font-size: .83rem; }
.checklist-band { display: grid; grid-template-columns: .8fr 1.2fr auto; align-items: center; gap: 36px; }
.tick-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; font-size: .88rem; }
.tick-list li { position: relative; padding-left: 26px; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.search-groups { max-width: none; }
.search-groups > article { display: grid; grid-template-columns: 70px 1fr; gap: 26px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.search-groups > article:first-child { padding-top: 0; }
.search-groups__num { color: var(--orange); font-family: Georgia, serif; font-size: 1rem; }
.search-groups h2 { margin-bottom: 14px; }
.search-groups p { color: var(--muted); }
.search-groups > article > div { max-width: 900px; }
.query-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.query-chips span, .chip-link { padding: 8px 11px; color: var(--orange-deep); background: var(--mint-light); border: 1px solid #efd3c2; border-radius: 9px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .72rem; text-decoration: none; }
.bad-search-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: center; }
.bad-search-layout > div:first-child p { color: var(--muted); }
.do-dont { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.do-dont > div { padding: 20px; background: var(--paper-strong); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.do-dont p { margin: 12px 0 0; color: var(--muted); font-size: .86rem; }
.do-dont__label { color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.do-dont__label--do { color: var(--green); }
.chip-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.checklist-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 60px; }
.checklist-layout > div:first-child { position: sticky; top: 30px; }
.checklist-layout > div:first-child p { color: var(--muted); }
.big-checklist { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.big-checklist li { min-height: 72px; display: grid; grid-template-columns: 34px 1fr 38px; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.big-checklist li > span { width: 27px; height: 27px; border: 2px solid var(--green); border-radius: 7px; }
.big-checklist p { margin: 0; }
.big-checklist b { color: var(--muted); font-family: Georgia, serif; font-size: .75rem; }
.score-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; }
.score-layout > div:first-child p { color: var(--muted); }
.score-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); overflow: hidden; }
.score-grid div { min-height: 165px; display: flex; flex-direction: column; padding: 22px; color: var(--ink); background: var(--white); }
.score-grid b { color: var(--orange); font-family: Georgia, serif; font-size: 2rem; }
.score-grid strong { margin-top: auto; }
.score-grid span { color: var(--muted); font-size: .78rem; }
.qc-grid, .weight-grid, .value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.qc-grid article, .weight-grid article, .value-grid article { padding: 21px; background: var(--paper-strong); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.qc-grid p, .weight-grid p, .value-grid p { margin: 12px 0 0; color: var(--muted); font-size: .84rem; }
.rule-card { padding: 38px; text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.rule-card blockquote { max-width: 860px; margin: 0 auto; font-family: Georgia, serif; font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.5; }
.next-actions { display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; }
.next-actions__links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.next-actions__links a { display: grid; gap: 6px; padding: 20px; background: var(--paper-strong); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.next-actions__links a:hover { transform: translateY(-2px); border-color: #e9a77e; box-shadow: var(--shadow-lift); }
.next-actions__links span { color: var(--green); font-size: .78rem; }
.weight-bar { width: 100%; height: 7px; display: block; margin-bottom: 24px; background: #dfe7e2; border-radius: 99px; }
.weight-bar::after { content: ""; display: block; height: 100%; background: var(--green); border-radius: inherit; }
.weight-bar--high::after { width: 88%; }
.weight-bar--mid::after { width: 62%; background: #b79037; }
.weight-bar--low::after { width: 35%; background: var(--orange); }
.formula-card { padding: 28px; }
.formula-card > div { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.formula-card span { padding: 9px 12px; color: var(--green); background: var(--mint-light); border-radius: 8px; font-size: .78rem; font-weight: 700; }
.formula-card b { color: var(--orange); }
.formula-card p { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid var(--line); font-size: .82rem; }
.estimate-layout { grid-template-columns: .75fr 1.25fr; }
.estimate-layout > div:first-child p { color: var(--muted); }
.estimate-layout ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.estimate-layout li { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.estimate-layout li > span { color: var(--orange); font-family: Georgia, serif; }
.estimate-layout h3 { margin-bottom: 6px; }
.estimate-layout p { margin: 0; color: var(--muted); font-size: .83rem; }
.support-boundary { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; }
.support-boundary > div p { color: var(--muted); }
.support-boundary aside { padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.support-boundary aside p { margin: 10px 0 0; color: var(--muted); font-size: .84rem; }
.safety-principles { max-width: none; }
.safety-principles article { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.safety-principles article > span { color: var(--orange); font-family: Georgia, serif; }
.safety-principles article > div { max-width: 900px; }
.safety-principles h2 { font-size: 1.45rem; }
.safety-principles p { margin: 10px 0 0; color: var(--muted); }
.red-flags { display: grid; grid-template-columns: .7fr 1.3fr; gap: 56px; }
.red-flags > div:first-child p { color: var(--muted); }
.red-flags ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.red-flags li { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.red-flags li > span { width: 25px; height: 25px; display: grid; place-items: center; color: var(--orange); border: 1px solid var(--orange); border-radius: 50%; font-weight: 800; }
.red-flags li p { margin: 0; color: var(--muted); font-size: .85rem; }
.red-flags li b { color: var(--ink); }
.step-grid--four { grid-template-columns: repeat(4, 1fr); }
.step-grid--four li { min-height: 240px; padding: 26px; }
.careful-answer { max-width: none; }
.careful-answer h2 { margin-bottom: 24px; }
.careful-answer p { color: var(--muted); font-size: 1.02rem; }
.careful-answer > * { max-width: 880px; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 56px; align-items: start; }
.faq-aside { position: sticky; top: 30px; }
.faq-aside p { margin-top: 18px; color: var(--muted); }
.faq-aside .button { margin-top: 18px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 68px; display: grid; grid-template-columns: 1fr 26px; align-items: center; gap: 20px; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 24px; height: 24px; position: relative; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; background: var(--green); }
.faq-list summary span::before { width: 10px; height: 1px; left: 6px; top: 11px; }
.faq-list summary span::after { width: 1px; height: 10px; left: 11px; top: 6px; transition: transform .15s ease; }
.faq-list details[open] summary span::after { transform: rotate(90deg); }
.faq-list details > div { padding: 0 44px 18px 0; color: var(--muted); }
.faq-list details p { margin: 0; }
.manifesto-card { background: var(--white); border: 1px solid var(--line); transform: none; }
.manifesto-card > span { font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.manifesto-card blockquote { margin: 32px 0 18px; font-family: Georgia, serif; font-size: 1.8rem; line-height: 1.35; }
.manifesto-card p { margin: 0; color: var(--ink); font-size: .86rem; }
.editorial-method { scroll-margin-top: 24px; }
.review-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 38px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.review-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.review-steps li > span { color: var(--orange); font-family: Georgia, serif; font-size: .9rem; }
.review-steps h3 { margin-bottom: 7px; }
.review-steps p { margin: 0; color: var(--muted); font-size: .88rem; }
.source-note { display: grid; grid-template-columns: .7fr 1.3fr; gap: 42px; margin-top: 28px; padding: 26px 28px; background: var(--paper-strong); border: 1px solid var(--line-strong); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.source-note .eyebrow { margin-bottom: 8px; }
.source-note h3 { font-size: 1.05rem; }
.source-note p { margin: 0; color: var(--muted); font-size: .88rem; }
.source-note a { color: var(--orange-deep); font-weight: 700; }
.value-grid { grid-template-columns: repeat(4, 1fr); }
.value-grid article > span { color: var(--orange); font-family: Georgia, serif; }
.value-grid h3 { margin-top: 28px; }
.not-store { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; }
.not-store ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.not-store li { position: relative; padding: 17px 0 17px 30px; border-bottom: 1px solid var(--line); }
.not-store li::before { content: "—"; position: absolute; left: 0; color: var(--orange); }
.findsindex-role { align-items: center; }
.findsindex-role p { color: var(--muted); }
.findsindex-role .button { justify-self: end; }
.contact-card { overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; background: var(--paper-strong); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card__main { padding: 42px; }
.contact-card__main h2 { margin-bottom: 20px; }
.contact-card__main p { color: var(--muted); }
.contact-whatsapp { margin-top: 8px; }
.contact-card__side { padding: 42px 32px; color: var(--ink); background: var(--white); border-left: 1px solid var(--line); }
.contact-card__side h2 { font-size: 1.3rem; }
.contact-card__side p { margin-top: 18px; color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 200px minmax(0, 760px); justify-content: space-between; gap: 60px; }
.legal-layout > aside { height: max-content; display: grid; position: sticky; top: 30px; gap: 11px; padding: 20px 0; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); font-size: .78rem; }
.legal-layout > aside strong { color: var(--orange); text-transform: uppercase; letter-spacing: .1em; }
.legal-layout > aside span { margin-bottom: 15px; color: var(--muted); }
.legal-layout > aside a { min-height: 24px; display: flex; align-items: center; color: var(--muted); text-decoration: none; }
.legal-body > section { padding-bottom: 40px; }
.not-found { min-height: 65vh; display: grid; align-items: center; padding: 80px 0; text-align: center; background: var(--white); }
.not-found h1 { font-size: clamp(2.1rem, 4vw, 2.85rem); }
.not-found p { max-width: 600px; margin: 22px auto 0; color: var(--muted); }
.not-found .hero-actions { justify-content: center; }
.site-footer { color: #fff3ea; background: var(--ink-deep); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .9fr .95fr; gap: 42px; padding: 44px 0 32px; }
.wordmark--footer { color: var(--white); }
.wordmark--footer i { color: #ffb486; }
.footer-about p, .footer-note p { margin-top: 14px; color: #c8b8ae; font-size: .78rem; }
.site-footer h2 { margin-bottom: 15px; color: var(--white); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; }
.footer-nav a { min-height: 24px; display: inline-flex; align-items: center; color: #d2c5bd; font-size: .78rem; text-decoration: none; transition: color .18s ease; }
.footer-nav a:hover { color: var(--white); }
.footer-external { min-height: 24px; display: inline-flex; align-items: center; gap: 8px; color: var(--yellow); font-size: .78rem; font-weight: 700; }
.footer-bottom { min-height: 54px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #a99a92; border-top: 1px solid rgba(255,255,255,.12); font-size: .7rem; }
.whatsapp-float { width: 58px; height: 58px; position: fixed; z-index: 2147483000; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: center; color: var(--white); background: #25d366; border: 0; border-radius: 50%; box-shadow: 0 12px 30px rgba(9, 46, 28, .3); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { color: var(--white); transform: translateY(-2px) scale(1.04); box-shadow: 0 16px 36px rgba(9, 46, 28, .38); outline: 3px solid #17231d; outline-offset: 3px; }
.whatsapp-float img { width: 32px; height: 32px; display: block; }
.whatsapp-float__label { width: max-content; max-width: 210px; position: absolute; right: 68px; top: 50%; padding: .55rem .7rem; color: var(--white); background: #17231d; border-radius: 9px; box-shadow: 0 8px 24px rgba(0, 0, 0, .2); font: 600 13px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-50%); transition: opacity .18s ease, visibility .18s ease; }
.whatsapp-float:hover .whatsapp-float__label, .whatsapp-float:focus-visible .whatsapp-float__label { opacity: 1; visibility: visible; }

@media (max-width: 1060px) {
  .nav-shell { flex-wrap: wrap; padding: 18px 0; gap: 16px 24px; }
  .primary-nav { order: 3; width: 100%; margin: 0; justify-content: space-between; gap: 12px; overflow-x: auto; padding-bottom: 2px; }
  .nav-cta { margin-left: auto; }
  .link-card-grid { grid-template-columns: repeat(2, 1fr); }
  .directory-grid { grid-template-columns: repeat(3, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .checklist-band { grid-template-columns: 1fr 1fr; }
  .checklist-band .button { grid-column: 2; justify-self: start; }
  .page-masthead .shell::after { display: none; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1160px); --narrow: min(100% - 28px, 820px); }
  body { font-size: 16px; }
  h1 { font-size: clamp(2.2rem, 11vw, 3rem); }
  h2 { font-size: clamp(1.45rem, 6.6vw, 1.82rem); }
  .trust-strip { padding: 7px 0; }
  .trust-strip .shell { align-items: flex-start; }
  .trust-strip p { text-align: left; line-height: 1.45; }
  .status-dot { margin-top: 5px; }
  .nav-shell { min-height: auto; padding: 12px 0 10px; gap: 10px 16px; }
  .primary-nav { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; font-size: .76rem; gap: 18px; padding: 2px 28px 8px 0; scrollbar-width: thin; scrollbar-color: var(--orange) transparent; -webkit-overflow-scrolling: touch; -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 30px), transparent 100%); mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 30px), transparent 100%); }
  .primary-nav::-webkit-scrollbar { height: 3px; }
  .primary-nav::-webkit-scrollbar-thumb { background: var(--orange); border-radius: 99px; }
  .primary-nav::-webkit-scrollbar-track { background: transparent; }
  .primary-nav a { padding: 7px 0; }
  .nav-cta { padding: 8px 12px; }
  .hero { padding: 26px 0 32px; }
  .hero-copy h1 { font-size: clamp(2rem, 9vw, 2.25rem); }
  .page-masthead h1, .not-found h1 { font-size: clamp(1.9rem, 8.4vw, 2.15rem); }
  .hero-lede { margin-top: 16px; font-size: .94rem; line-height: 1.55; }
  .split-intro, .section-heading--row, .evidence-layout, .search-preview, .closing-cta, .article-grid, .decision-layout, .formula-layout, .estimate-layout, .checklist-layout, .score-layout, .next-actions, .support-boundary, .red-flags, .faq-layout, .about-grid, .not-store, .findsindex-role, .contact-card, .legal-layout, .mistakes, .bad-search-layout, .checklist-band, .source-note { grid-template-columns: 1fr; gap: 26px; }
  .hero-search-stage { margin-top: 16px; padding: 16px 14px 14px; border-radius: 19px; }
  .search-stage__heading { grid-template-columns: 1fr; gap: 9px; }
  .search-stage__heading strong { font-size: 1.2rem; }
  .search-stage__heading p { display: none; }
  .hero-search { min-height: 0; grid-template-columns: 1fr; gap: 10px; filter: none; }
  .hero-search__field { min-height: 58px; padding: 0 18px; border-radius: 999px; }
  .hero-search__field svg { width: 24px; height: 24px; }
  .hero-search input { font-size: .86rem; }
  .hero-search button { min-height: 54px; border-radius: 999px; }
  .hero-search__links { align-items: flex-start; flex-direction: column; gap: 7px; padding: 4px 3px 0; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .section { padding: 38px 0; }
  .section--compact { padding: 32px 0 36px; }
  .section--answer { padding: 26px 0; }
  .quick-answer { padding: 76px 20px 20px; }
  .quick-answer::before { top: 18px; left: 20px; }
  .quick-answer::after { top: 24px; left: 35px; }
  .directory-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .directory-card { min-height: 164px; padding: 18px 12px 28px; }
  .directory-card__icon { width: 56px; height: 56px; margin-bottom: 11px; border-radius: 12px; }
  .directory-card__icon svg { width: 32px; height: 32px; }
  .directory-card small { max-width: calc(100% - 18px); font-size: .68rem; }
  .qc-grid, .weight-grid, .value-grid, .compare-grid, .definition-grid, .score-grid, .next-actions__links, .do-dont, .review-steps { grid-template-columns: 1fr; }
  .source-note { padding: 22px; }
  .step-grid, .step-grid--four { grid-template-columns: 1fr; }
  .step-grid li, .step-grid--four li { min-height: 0; }
  .step-grid li > span { margin-bottom: 20px; }
  .evidence-layout > div:first-child, .checklist-layout > div:first-child, .faq-aside, .on-this-page, .legal-layout > aside { position: static; }
  .link-card-grid { grid-template-columns: 1fr; }
  .link-card { min-height: 145px; padding: 18px; }
  .closing-cta { padding: 24px; }
  .closing-actions { justify-content: stretch; }
  .closing-actions .button { width: 100%; }
  .page-masthead { padding: 34px 0 32px; }
  .breadcrumb { margin-bottom: 18px; }
  .article-meta { gap: 7px 14px; margin-top: 16px; font-size: .7rem; }
  .editorial-note { grid-template-columns: 1fr; gap: 8px; padding: 19px; }
  .article-grid { display: block; }
  .article-body > section { padding-bottom: 30px; }
  .on-this-page { display: none; }
  .editorial-list li { grid-template-columns: 1fr; gap: 6px; }
  .inline-cta { align-items: stretch; flex-direction: column; }
  .inline-cta .button { width: 100%; }
  .mistake-grid { grid-template-columns: 1fr; }
  .checklist-band .button { grid-column: auto; justify-self: stretch; }
  .search-groups > article, .safety-principles article { grid-template-columns: 46px 1fr; gap: 16px; }
  .chip-links { justify-content: flex-start; }
  .search-groups > article { padding: 28px 0; }
  .safety-principles article { padding: 22px 0; }
  .rule-card { padding: 28px 20px; }
  .formula-card > div { align-items: stretch; flex-direction: column; text-align: center; }
  .formula-card b { text-align: center; }
  .findsindex-role .button { justify-self: stretch; }
  .contact-card__main, .contact-card__side { padding: 28px 22px; }
  .legal-layout > aside { grid-template-columns: 1fr 1fr; }
  .legal-layout > aside strong, .legal-layout > aside span { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; padding: 34px 0 26px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .whatsapp-float { width: 54px; height: 54px; right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); }
  .whatsapp-float__label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .whatsapp-float, .whatsapp-float__label { transition: none; }
}

@media print {
  .site-header, .site-footer, .hero-actions, .button, .on-this-page, .whatsapp-float { display: none !important; }
  body { color: #000; background: #fff; }
  .section, .page-masthead { padding: 30px 0; background: #fff; }
  a { text-decoration: none; }
}
