:root {
  --ink: #19201c;
  --muted: #5c655e;
  --paper: #f6f1e7;
  --paper-deep: #ece4d5;
  --surface: #ffffff;
  --line: #d9d2c5;
  --orange: #dd5f2b;
  --orange-dark: #a83f16;
  --sage: #78917b;
  --green: #55bc49;
  --dark: #1d2923;
  --lime: #dce878;
  --white: #ffffff;
  --section-bg: #ffffff;
  --shadow: 0 18px 55px rgba(50, 43, 31, 0.1);
  --panel-shadow: 0 8px 24px rgba(50, 43, 31, 0.075);
  --panel-shadow-hover: 0 14px 32px rgba(50, 43, 31, 0.13);
  --offset-shadow: 8px 8px 0 #bfd8d0;
  --radius: 16px;
  --radius-small: 10px;
  --font-display: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  --font-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wrap-max: 1120px;
  --reading-width: 900px;
  --wrap: min(var(--wrap-max), calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-underline-offset: 4px; transition: color 150ms ease; }
a:hover { color: var(--orange-dark); }
a:focus-visible, summary:focus-visible, input:focus-visible, button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}
img { max-width: 100%; }
h1, h2, h3, p, ol, ul, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -0.032em; line-height: 1.08; }
h1 { font-size: clamp(2.55rem, 6vw, 5.6rem); max-width: 980px; margin-bottom: 22px; }
h2 { font-size: clamp(1.65rem, 3.05vw, 2.72rem); margin-bottom: 16px; }
h3 { font-size: 1.25rem; margin-bottom: 10px; }
p:last-child { margin-bottom: 0; }
.wrap { width: var(--wrap); margin-inline: auto; }
.narrow { max-width: var(--wrap-max); }
.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; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid #cfcfcf; background: rgba(255, 255, 255, 0.98); box-shadow: 0 3px 14px rgba(25,32,28,0.06); }
.header-top { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 14px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand b, .brand small { display: block; }
.brand b { font: 800 1rem/1.1 ui-sans-serif, sans-serif; letter-spacing: -0.02em; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 0.67rem; letter-spacing: 0.08em; text-transform: uppercase; }
.brand-color { gap: 16px; }
.color-word { display: flex; align-items: center; height: 55px; }
.color-word i { display: grid; place-items: center; width: 34px; height: 48px; margin-left: -4px; color: white; font: 900 2.15rem/1 ui-rounded, "Arial Rounded MT Bold", Arial, sans-serif; font-style: normal; text-transform: uppercase; text-shadow: 0 1px 0 rgba(0,0,0,0.08); }
.color-word i:nth-child(1) { background: #ff8178; transform: rotate(-7deg); }
.color-word i:nth-child(2) { background: #f76f8a; transform: rotate(5deg); }
.color-word i:nth-child(3) { background: #68bff1; transform: rotate(-4deg); }
.color-word i:nth-child(4) { background: #75dd88; transform: rotate(4deg); }
.color-word i:nth-child(5) { background: #f0e87b; transform: rotate(-2deg); }
.color-word i:nth-child(6) { background: #70e1d1; border-radius: 50%; transform: rotate(5deg); }
.color-word i:nth-child(7) { background: #e78ee7; border-radius: 50%; transform: rotate(-5deg); }
.color-word i:nth-child(8) { background: #a9ec61; border-radius: 50%; transform: rotate(6deg); }
.brand-copy b { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.09em; }
.site-search { display: grid; grid-template-columns: auto minmax(260px, 1fr) auto; align-items: stretch; flex: 1 1 690px; max-width: 840px; min-width: 0; }
.search-modes { display: flex; min-width: 0; }
.search-modes a { display: flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 13px; border: 2px solid; font-weight: 850; font-size: 0.76rem; white-space: nowrap; text-decoration: none; }
.search-modes a:nth-child(1) { color: #55306d; background: #dec3f2; border-color: #a66ed0; }
.search-modes a:nth-child(2) { margin-left: -2px; color: #14527d; background: #b9e2fb; border-color: #5aa9e6; }
.search-modes a:nth-child(3) { margin-left: -2px; color: #175a25; background: #c9f3c3; border-color: #55bc49; }
.search-modes a:hover { color: var(--ink); filter: saturate(1.08) brightness(0.97); }
.site-search input { min-width: 0; height: 50px; padding: 0 16px; border: 2px solid #55bc49; border-left: 0; border-radius: 0; color: var(--ink); background: white; font: 700 0.95rem/1 ui-sans-serif, sans-serif; }
.site-search input:focus-visible { outline: 0; box-shadow: inset 0 0 0 2px #12651d; }
.site-search input::placeholder { color: #828985; font-weight: 500; }
.site-search button { min-width: 110px; height: 50px; border: 2px solid #55bc49; border-left: 0; background: linear-gradient(#e2fbdc, #c9f3c3); color: #12651d; font: 850 0.93rem/1 ui-sans-serif, sans-serif; cursor: pointer; }
.site-search button:hover { background: #55bc49; color: white; }
.desktop-nav { display: flex; align-items: center; }
.desktop-nav a { font-weight: 800; font-size: 0.85rem; text-decoration: none; }
.color-nav { display: grid; grid-template-columns: repeat(8, 1fr); width: 100%; }
.color-nav a { display: grid; place-items: center; min-height: 46px; padding: 8px 10px; border-right: 1px solid rgba(255,255,255,0.34); color: #101713; }
.color-nav a:nth-child(1) { background: linear-gradient(#ff8f88, #eb5851); }
.color-nav a:nth-child(2) { background: linear-gradient(#ffd047, #efa900); }
.color-nav a:nth-child(3) { background: linear-gradient(#bee982, #91c948); }
.color-nav a:nth-child(4) { background: linear-gradient(#68d45b, #38a52f); }
.color-nav a:nth-child(5) { background: linear-gradient(#54d2ce, #159da1); }
.color-nav a:nth-child(6) { background: linear-gradient(#83c4ed, #3f92c9); }
.color-nav a:nth-child(7) { background: linear-gradient(#cf9ceb, #a867cf); }
.color-nav a:nth-child(8) { background: linear-gradient(#f6acd1, #df72a8); }
.color-nav a:hover { color: #101713; filter: saturate(1.12) brightness(0.96); }
.color-nav a[aria-current="page"] { box-shadow: inset 0 -4px 0 rgba(255,255,255,0.94); }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { cursor: pointer; list-style: none; padding: 8px 12px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 800; font-size: 0.82rem; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; right: 0; top: calc(100% + 10px); width: 220px; padding: 12px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.mobile-nav nav a { display: block; padding: 8px 10px; text-decoration: none; font-weight: 750; }
.mobile-nav nav a[aria-current="page"] { border-radius: 8px; background: #e6f6e3; color: #175a25; }
.eyebrow, .kicker { margin-bottom: 10px; color: var(--orange-dark); font-weight: 850; font-size: 0.73rem; letter-spacing: 0.15em; text-transform: uppercase; }
.home-hero { position: relative; overflow: hidden; padding: clamp(38px, 5vw, 56px) 0 46px; background: linear-gradient(112deg, #f5f6f5 0%, #eef4ee 66%, #f7f2e9 100%); border-bottom: 1px solid var(--line); }
.home-hero::before { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -210px; border: 90px solid rgba(112, 225, 209, 0.2); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.75fr); gap: clamp(32px, 5vw, 64px); align-items: center; }
.hero-copy h1 { max-width: 850px; font-family: ui-rounded, "Arial Rounded MT Bold", Arial, sans-serif; font-size: clamp(2.15rem, 4.6vw, 4.35rem); letter-spacing: -0.045em; }
.hero-copy h1 span { position: relative; display: inline; color: #236d32; background: linear-gradient(transparent 66%, rgba(169,236,97,0.68) 66%); }
.lede { max-width: 780px; color: #3f4942; font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.58; }
.search-prompt-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; max-width: 780px; margin: 20px 0 0; }
.search-prompt-strip span, .search-prompt-strip a { min-height: 34px; display: inline-flex; align-items: center; padding: 5px 12px; border-radius: 999px; font-weight: 850; font-size: 0.76rem; text-decoration: none; }
.search-prompt-strip span { color: #55306d; background: #dec3f2; }
.search-prompt-strip a:nth-of-type(1) { background: #b9e2fb; }
.search-prompt-strip a:nth-of-type(2) { background: #c9f3c3; }
.search-prompt-strip a:nth-of-type(3) { background: #ffe29a; }
.search-prompt-strip a:nth-of-type(4) { background: #f4c6ec; }
.trust-strip { display: flex; gap: 12px; align-items: flex-start; max-width: 800px; margin: 22px 0; padding: 13px 16px; border-left: 4px solid var(--orange); background: rgba(255,255,255,0.65); }
.trust-strip span { display: grid; place-items: center; flex: 0 0 auto; width: 23px; height: 23px; border-radius: 50%; background: var(--ink); color: white; font: 800 0.75rem/1 Georgia, serif; }
.trust-strip p, .external-note { margin: 0; color: var(--muted); font-size: 0.85rem; line-height: 1.5; }
.hero-actions, .inline-actions, .closing-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 19px; border: 1.5px solid var(--ink); border-radius: var(--radius-small); font-weight: 850; font-size: 0.88rem; text-decoration: none; transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 5px 5px 0 var(--ink); color: inherit; }
.button-primary { background: var(--orange-dark); color: #fff; border-color: #743018; }
.button-primary:hover { color: white; box-shadow: 5px 5px 0 var(--orange-dark); }
.button-secondary { background: transparent; }
.text-link { font-weight: 850; text-decoration-thickness: 1px; }
.external-note { margin-top: 11px; }
.desk-card { position: relative; padding: 22px; background: #fff; border: 1px solid var(--ink); border-top: 8px solid transparent; border-image: linear-gradient(90deg, #ff8b84 0 20%, #f6c23b 20% 40%, #66cc57 40% 60%, #4bc6c1 60% 80%, #c795e5 80%) 1; box-shadow: 12px 12px 0 #99d3cd; transform: rotate(1deg); }
.desk-card::before { content: ""; position: absolute; top: -18px; left: 42%; width: 88px; height: 26px; background: rgba(220, 232, 120, 0.72); transform: rotate(-3deg); }
.desk-card-head { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--ink); font-weight: 850; font-size: 0.67rem; letter-spacing: 0.12em; }
.desk-card ol { margin: 10px 0 18px; padding: 0; list-style: none; }
.desk-card li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px dashed var(--line); }
.desk-card li > span { color: var(--orange-dark); font: 800 0.75rem/1 ui-monospace, monospace; }
.desk-card strong { font-family: Georgia, serif; font-size: 1.05rem; }
.desk-card li p { margin: 4px 0 0; color: var(--muted); font-size: 0.82rem; line-height: 1.5; }
.pencil-note { color: var(--orange-dark); font-family: "Bradley Hand", "Comic Sans MS", cursive; font-size: 1rem; transform: rotate(-2deg); }
.section { padding: clamp(42px, 5.5vw, 64px) 0; }
.ruled-section { border-block: 1px solid var(--line); background: var(--section-bg); }
.paper-section { background: var(--section-bg); border-block: 1px solid var(--line); }
.two-col { display: grid; grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.35fr); gap: clamp(30px, 5vw, 64px); align-items: start; }
.two-col > div:first-child { position: sticky; top: 24px; }
.prose { max-width: 760px; font-size: 1.04rem; }
.prose p { margin-bottom: 16px; }
.answer-card { position: relative; padding: clamp(24px, 4vw, 34px); border: 1px solid var(--ink); background: #fff; }
.answer-card::after { content: "READ FIRST"; position: absolute; right: 18px; top: 18px; color: rgba(25,32,28,0.15); font: 900 0.65rem/1 ui-sans-serif, sans-serif; letter-spacing: 0.16em; }
.answer-card h2 { font-size: clamp(1.42rem, 2.35vw, 1.98rem); margin-bottom: 14px; }
.answer-card > p:last-child { max-width: var(--reading-width); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin-bottom: 0; max-width: 760px; }
.section-heading > p { max-width: 480px; color: var(--muted); }
.directory-section { position: relative; overflow: hidden; background: #fff; }
.directory-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: none;
}
.directory-section .wrap { position: relative; }
.directory-heading { max-width: var(--wrap-max); margin-bottom: 22px; text-align: center; }
.directory-heading .eyebrow { margin-bottom: 10px; color: #b44b20; }
.directory-heading h2 {
  margin-bottom: 12px;
  font-family: ui-rounded, "Arial Rounded MT Bold", Arial, sans-serif;
  font-size: clamp(1.85rem, 3.7vw, 3.15rem);
  letter-spacing: -0.045em;
}
.directory-heading > p:not(.eyebrow) { max-width: 640px; margin-inline: auto; color: var(--muted); }
.directory-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.directory-card {
  --directory-accent: #ff8b84;
  --directory-soft: #ffe1de;
  position: relative;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 10px 14px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--directory-accent) 54%, #d9d2c5);
  border-radius: 16px;
  background: var(--section-bg);
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.directory-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--directory-accent);
}
.directory-index {
  position: absolute;
  top: 13px;
  right: 14px;
  color: color-mix(in srgb, var(--directory-accent) 78%, #343c36);
  font: 850 0.63rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
}
.directory-card:nth-child(6n + 1) { --directory-accent: #ff8178; --directory-soft: #ffe1de; }
.directory-card:nth-child(6n + 2) { --directory-accent: #f6c23b; --directory-soft: #fff0c5; }
.directory-card:nth-child(6n + 3) { --directory-accent: #a9dc62; --directory-soft: #e8f7cf; }
.directory-card:nth-child(6n + 4) { --directory-accent: #55bc49; --directory-soft: #ddf4d9; }
.directory-card:nth-child(6n + 5) { --directory-accent: #4bc6c1; --directory-soft: #daf5f3; }
.directory-card:nth-child(6n + 6) { --directory-accent: #8d83df; --directory-soft: #e8e4fb; }
.directory-card:hover {
  z-index: 1;
  transform: translateY(-5px);
  border-color: var(--directory-accent);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--directory-accent) 20%, transparent);
  color: var(--ink);
}
.directory-icon {
  --icon-ink: color-mix(in srgb, var(--directory-accent) 76%, #253129);
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin-bottom: 10px;
  border: 1px solid color-mix(in srgb, var(--directory-accent) 34%, white);
  border-radius: 17px;
  background: linear-gradient(145deg, #fff 0%, var(--directory-soft) 100%);
  box-shadow: inset 0 -9px 22px rgba(255,255,255,0.35), 4px 5px 0 color-mix(in srgb, var(--directory-accent) 15%, transparent);
  transition: transform 160ms ease;
}
.directory-card:hover .directory-icon { transform: rotate(-4deg) scale(1.05); }
.icon-shape, .icon-shape::before, .icon-shape::after { display: block; box-sizing: border-box; }
.icon-shape { position: relative; width: 50px; height: 50px; color: var(--icon-ink); }
.icon-shape::before, .icon-shape::after { content: ""; position: absolute; }
.directory-icon-shoes .icon-shape::before { left: 5px; top: 17px; width: 41px; height: 22px; border-radius: 5px 14px 8px 5px; background: currentColor; clip-path: polygon(0 4%, 36% 0, 53% 49%, 100% 68%, 100% 100%, 0 100%); transform: rotate(-7deg); }
.directory-icon-shoes .icon-shape::after { left: 4px; top: 39px; width: 43px; height: 5px; border-radius: 999px; background: #fff; box-shadow: 0 3px 0 currentColor; transform: rotate(-4deg); }
.directory-icon-tshirt .icon-shape::before, .directory-icon-jersey .icon-shape::before { inset: 5px 3px 4px; background: currentColor; clip-path: polygon(28% 0, 41% 8%, 59% 8%, 72% 0, 100% 19%, 86% 39%, 74% 31%, 74% 100%, 26% 100%, 26% 31%, 14% 39%, 0 19%); }
.directory-icon-tshirt .icon-shape::after { left: 18px; top: 7px; width: 14px; height: 7px; border-radius: 0 0 10px 10px; background: var(--directory-soft); }
.directory-icon-hoodie .icon-shape::before { left: 8px; top: 15px; width: 35px; height: 32px; border-radius: 7px 7px 4px 4px; background: currentColor; clip-path: polygon(19% 0, 81% 0, 100% 22%, 86% 39%, 78% 30%, 78% 100%, 22% 100%, 22% 30%, 14% 39%, 0 22%); }
.directory-icon-hoodie .icon-shape::after { left: 17px; top: 3px; width: 17px; height: 21px; border: 5px solid currentColor; border-bottom-width: 3px; border-radius: 50% 50% 42% 42%; }
.directory-icon-jacket .icon-shape::before { left: 8px; top: 6px; width: 35px; height: 42px; border-radius: 6px 6px 3px 3px; background: currentColor; clip-path: polygon(20% 0, 43% 8%, 57% 8%, 80% 0, 100% 18%, 83% 36%, 76% 28%, 76% 100%, 24% 100%, 24% 28%, 17% 36%, 0 18%); }
.directory-icon-jacket .icon-shape::after { left: 24px; top: 10px; width: 2px; height: 37px; background: #fff; box-shadow: -6px 16px 0 -1px #fff, 6px 16px 0 -1px #fff; }
.directory-icon-pants .icon-shape::before { left: 10px; top: 4px; width: 31px; height: 44px; background: currentColor; clip-path: polygon(0 0, 100% 0, 90% 100%, 56% 100%, 50% 38%, 44% 100%, 10% 100%); }
.directory-icon-pants .icon-shape::after { left: 11px; top: 10px; width: 29px; height: 3px; background: var(--directory-soft); }
.directory-icon-bag .icon-shape::before { left: 6px; top: 17px; width: 39px; height: 30px; border-radius: 5px 5px 8px 8px; background: currentColor; }
.directory-icon-bag .icon-shape::after { left: 15px; top: 5px; width: 21px; height: 21px; border: 5px solid currentColor; border-bottom: 0; border-radius: 14px 14px 0 0; }
.directory-icon-jersey .icon-shape::after { content: "10"; left: 17px; top: 21px; color: #fff; font: 900 0.72rem/1 ui-sans-serif, sans-serif; }
.directory-icon-cap .icon-shape::before { left: 8px; top: 13px; width: 31px; height: 25px; border-radius: 26px 26px 8px 8px; background: currentColor; transform: rotate(-5deg); }
.directory-icon-cap .icon-shape::after { left: 24px; top: 33px; width: 23px; height: 8px; border-radius: 50%; background: currentColor; transform: rotate(-8deg); }
.directory-icon-watch .icon-shape { border: 10px solid currentColor; border-top-width: 14px; border-bottom-width: 14px; border-radius: 8px; }
.directory-icon-watch .icon-shape::before { left: 2px; top: 2px; width: 26px; height: 26px; border: 4px solid #fff; border-radius: 50%; }
.directory-icon-watch .icon-shape::after { left: 14px; top: 7px; width: 2px; height: 11px; background: #fff; transform-origin: bottom; transform: rotate(42deg); }
.directory-icon-headphones .icon-shape::before { left: 6px; top: 6px; width: 38px; height: 39px; border: 7px solid currentColor; border-bottom-color: transparent; border-radius: 50% 50% 30% 30%; }
.directory-icon-headphones .icon-shape::after { left: 4px; top: 28px; width: 10px; height: 18px; border-radius: 6px; background: currentColor; box-shadow: 32px 0 0 currentColor; }
.directory-icon-shorts .icon-shape::before { left: 7px; top: 8px; width: 37px; height: 38px; background: currentColor; clip-path: polygon(0 0, 100% 0, 92% 100%, 56% 100%, 50% 60%, 44% 100%, 8% 100%); }
.directory-icon-shorts .icon-shape::after { left: 9px; top: 14px; width: 33px; height: 3px; background: var(--directory-soft); }
.directory-icon-box .icon-shape::before { left: 7px; top: 11px; width: 37px; height: 34px; border-radius: 3px; background: currentColor; clip-path: polygon(50% 0, 100% 21%, 100% 79%, 50% 100%, 0 79%, 0 21%); }
.directory-icon-box .icon-shape::after { left: 24px; top: 12px; width: 3px; height: 31px; background: #fff; transform: rotate(-1deg); box-shadow: -9px -2px 0 -1px #fff; }
.directory-card strong {
  font-family: ui-rounded, "Arial Rounded MT Bold", Arial, sans-serif;
  font-size: 1.03rem;
  line-height: 1.15;
}
.directory-action {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.directory-action b { color: var(--directory-accent); }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.category-card { display: flex; flex-direction: column; min-height: 300px; padding: 20px; border: 1px solid var(--line); background: #fff; transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease; }
.category-top { display: flex; align-items: baseline; gap: 10px; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.category-top span { color: var(--orange-dark); font: 800 0.72rem/1 ui-monospace, monospace; }
.category-card h3 { font-size: 1.55rem; }
.category-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.58; }
.category-card p strong { color: var(--ink); }
.category-card > a { margin-top: auto; padding-top: 12px; font-weight: 850; font-size: 0.85rem; }
.dark-section { background: var(--section-bg); color: var(--ink); border-block: 1px solid var(--line); }
.dark-section .eyebrow { color: var(--orange-dark); }
.dark-section .section-heading > p, .dark-section p { color: var(--muted); }
.dark-section .section-heading { border-bottom-color: var(--line); }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); }
.step-grid li { min-height: 220px; padding: 24px; background: var(--section-bg); }
.step-grid li > span { color: var(--orange-dark); font: 800 0.8rem/1 ui-monospace, monospace; }
.step-grid h3 { margin-top: 40px; font-size: 1.5rem; }
.split-panel { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.lede-small { color: var(--muted); font-size: 1.05rem; }
.tick-list, .cross-list { margin: 0; padding: 0; list-style: none; }
.tick-list li, .cross-list li { position: relative; padding: 12px 0 12px 39px; border-bottom: 1px solid var(--line); }
.tick-list li::before, .cross-list li::before { position: absolute; left: 0; top: 11px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; font-weight: 900; font-size: 0.72rem; }
.tick-list li::before { content: "✓"; background: #dfe9df; color: #1e5a2d; }
.cross-list li::before { content: "×"; background: #f3ddd2; color: #8e3313; }
.guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.guide-grid a { position: relative; min-height: 180px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.guide-grid a:hover { background: var(--paper); color: var(--ink); }
.guide-grid span { font: 700 1.28rem/1.2 Georgia, serif; }
.guide-grid p { color: var(--muted); font-size: 0.85rem; line-height: 1.55; }
.guide-grid b { position: absolute; bottom: 20px; right: 22px; color: var(--orange-dark); }
.article-feature { background: var(--section-bg); border-block: 1px solid var(--line); }
.article-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.article-card {
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  padding: 22px 20px 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--section-bg);
  color: var(--ink);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
.article-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: #ff8178; }
.article-card:nth-child(2)::before { background: #f6c23b; }
.article-card:nth-child(3)::before { background: #55bc49; }
.article-card:nth-child(4)::before { background: #8d83df; }
.article-card:nth-child(5)::before { background: #31b8b2; }
.article-card:hover { color: var(--ink); }
.article-card .article-number { align-self: flex-end; color: #c6bfb4; font: 850 0.72rem/1 ui-monospace, monospace; }
.article-card .eyebrow { margin-top: 26px; margin-bottom: 8px; }
.article-card h3 { min-height: 68px; margin-bottom: 12px; font-size: 1.48rem; }
.article-card > p:not(.eyebrow) { color: var(--muted); font-size: 0.88rem; line-height: 1.58; }
.article-card > strong { display: block; margin: auto 0 18px; padding-top: 14px; border-top: 1px dashed var(--line); font-size: 0.78rem; line-height: 1.48; }
.article-card > b { color: var(--orange-dark); font-size: 0.78rem; }
.article-hub-link { margin-top: 20px; text-align: center; }
.reading-path { display: grid; grid-template-columns: 0.62fr 1.38fr; gap: clamp(30px, 5vw, 64px); align-items: start; }
.reading-path > div { position: sticky; top: 24px; }
.reading-path ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.reading-path li { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.reading-path li > span { color: var(--orange-dark); font: 850 0.72rem/1.4 ui-monospace, monospace; }
.reading-path strong { font-family: Georgia, serif; font-size: 1.15rem; }
.reading-path li p { margin: 7px 0; color: var(--muted); font-size: 0.9rem; }
.reading-path li a { font-weight: 850; font-size: 0.82rem; }
.decision-note { display: grid; grid-template-columns: minmax(105px, auto) 1fr; margin: 20px 0; border: 1px solid var(--ink); background: var(--section-bg); }
.decision-note span, .decision-note p { margin: 0; padding: 12px 15px; border-bottom: 1px solid var(--line); }
.decision-note span { color: var(--orange-dark); font-weight: 850; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
.decision-note p { border-left: 1px solid var(--line); font-size: 0.95rem; }
.decision-note > :nth-last-child(-n + 2) { border-bottom: 0; }
.status-flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; margin: 20px 0; background: var(--line); border: 1px solid var(--line); }
.status-flow > div { min-height: 140px; padding: 16px; background: #fff; }
.status-flow span, .qc-template-grid article > span { color: var(--orange-dark); font-weight: 850; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; }
.status-flow p { margin-top: 20px; color: var(--muted); font-size: 0.82rem; line-height: 1.48; }
.qc-template-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.qc-template-grid article { padding: 20px; border: 1px solid var(--line); background: var(--section-bg); }
.qc-template-grid h3 { margin-top: 18px; }
.qc-template-grid p { color: var(--muted); font-size: 0.9rem; line-height: 1.58; }
.cost-stack { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 20px; border: 1px solid var(--ink); background: var(--ink); }
.cost-stack > div { display: grid; grid-template-columns: 34px 1fr; gap: 10px 13px; padding: 20px; background: #fff; }
.cost-stack span { grid-row: 1 / 3; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--lime); font: 850 0.72rem/1 ui-monospace, monospace; }
.cost-stack strong { font-family: Georgia, serif; font-size: 1.08rem; }
.cost-stack p { margin: 0; color: var(--muted); font-size: 0.84rem; line-height: 1.5; }
.closing { background: var(--section-bg); border-top: 1px solid var(--line); }
.closing-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: center; }
.closing-inner h2 { max-width: 760px; }
.closing-inner p:not(.eyebrow) { max-width: 700px; }
.page-hero { position: relative; padding: clamp(40px, 5.8vw, 66px) 0 clamp(34px, 4.6vw, 52px); background: var(--section-bg); border-bottom: 1px solid var(--line); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -100px; bottom: -160px; width: 360px; height: 360px; border: 1px solid rgba(25,32,28,0.14); border-radius: 50%; box-shadow: 0 0 0 40px rgba(25,32,28,0.03), 0 0 0 80px rgba(25,32,28,0.025); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.55fr); gap: 40px; align-items: end; }
.page-hero h1 { max-width: 900px; font-size: clamp(2rem, 3.7vw, 3.4rem); }
.margin-note { position: relative; z-index: 1; padding: 20px; border: 1px solid var(--ink); background: #fff; transform: rotate(1.5deg); }
.margin-note span { color: var(--orange-dark); font-weight: 850; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; }
.margin-note p { margin-top: 20px; font-family: Georgia, serif; font-size: 1.06rem; }
.breadcrumbs { display: flex; gap: 10px; padding-top: 14px; color: var(--muted); font-size: 0.78rem; }
.breadcrumbs a { font-weight: 750; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; padding-top: 16px; color: var(--muted); font-size: 0.78rem; }
.article-meta span { position: relative; }
.article-meta span + span::before { content: "·"; position: absolute; left: -11px; color: var(--line); }
.article-meta a { color: var(--orange-dark); font-weight: 800; }
.article-body { max-width: var(--wrap-max); padding-bottom: clamp(30px, 4.2vw, 54px); }
.article-body > section { padding: 34px 0; border-top: 1px solid var(--line); }
.article-body > section:first-child { border-top: 0; }
.article-body > section > h2,
.article-body > section > h3,
.article-body > section > p { max-width: var(--reading-width); }
.article-body h2 { font-size: clamp(1.6rem, 2.9vw, 2.42rem); }
.article-body h3 { font-size: 1.25rem; }
.article-body p, .legal-copy > p { font-size: 1.04rem; }
.callout { margin-top: 22px; padding: 20px; border: 1px solid var(--line); border-left: 4px solid var(--orange); background: var(--section-bg); }
.callout strong { font-family: Georgia, serif; font-size: 1.1rem; }
.callout p { margin-top: 7px; color: var(--muted); }
.number-list { padding-left: 0; list-style: none; counter-reset: steps; }
.number-list li { position: relative; padding: 14px 0 14px 55px; border-bottom: 1px dashed var(--line); counter-increment: steps; }
.number-list li::before { content: counter(steps, decimal-leading-zero); position: absolute; left: 0; top: 16px; color: var(--orange-dark); font: 800 0.78rem/1 ui-monospace, monospace; }
.term-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.term-grid > div { padding: 20px; background: var(--section-bg); border: 1px solid var(--line); }
.term-grid p { color: var(--muted); font-size: 0.9rem; line-height: 1.58; }
.search-intent-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.search-intent-card { display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-top: 5px solid var(--green); background: #fff; }
.search-intent-card:nth-child(2n) { border-top-color: var(--orange); }
.search-intent-card h3 { margin-bottom: 10px; font-size: clamp(1.32rem, 1.8vw, 1.78rem); }
.search-intent-card > p:not(.eyebrow) { color: var(--muted); }
.search-intent-card .text-link { margin-top: auto; padding-top: 14px; }
.query-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 8px; padding: 0; list-style: none; }
.query-label { margin: 16px 0 0; color: var(--muted); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.query-list li { padding: 7px 10px; border: 1px solid #d9e1da; border-radius: 999px; background: var(--paper); color: #334038; font-size: 0.78rem; line-height: 1.2; }
.intent-note { max-width: 860px; margin: 20px 0 0; color: var(--muted); font-size: 0.84rem; }
.compare-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.compare { padding: 22px; border: 1px solid var(--line); background: #fff; }
.compare.good { border-top: 5px solid var(--sage); }
.compare.weak { border-top: 5px solid var(--orange); }
.compare .label { font-weight: 850; font-size: 0.7rem; letter-spacing: 0.13em; text-transform: uppercase; }
.compare p:last-child { color: var(--muted); }
.related-block { width: var(--wrap); margin: 0 auto clamp(42px, 5.5vw, 64px); padding-top: 28px; border-top: 1px solid var(--ink); display: grid; grid-template-columns: 0.6fr 1.4fr; gap: 30px; }
.related-block h2 { font-size: clamp(1.42rem, 2.2vw, 1.92rem); }
.related-links { display: grid; grid-template-columns: repeat(2, 1fr); }
.related-links a { position: relative; padding: 15px 40px 15px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.related-links strong, .related-links span { display: block; }
.related-links strong { font-family: Georgia, serif; font-size: 1.05rem; }
.related-links span { color: var(--muted); font-size: 0.8rem; }
.related-links b { position: absolute; right: 8px; top: 25px; color: var(--orange-dark); }
.example-line { display: grid; grid-template-columns: auto 1fr; gap: 7px 14px; padding: 18px; background: var(--dark); color: white; }
.example-line span { color: var(--lime); font-size: 0.7rem; font-weight: 850; text-transform: uppercase; letter-spacing: 0.1em; }
.example-line del { color: #b9c0bb; }
.example-line code { color: white; font-size: 0.95rem; }
.search-form { min-width: min(460px, 100%); }
.search-form label { display: block; margin-bottom: 8px; font-weight: 800; font-size: 0.82rem; }
.search-form > div { display: flex; }
.search-form input { min-width: 0; flex: 1; height: 50px; padding: 0 14px; border: 1.5px solid var(--ink); border-radius: 7px 0 0 7px; background: white; color: var(--ink); font: inherit; }
.search-form button { min-height: 50px; padding: 0 16px; border: 1.5px solid var(--ink); border-left: 0; border-radius: 0 7px 7px 0; background: var(--orange-dark); color: white; font-weight: 850; cursor: pointer; }
.checklist-layout { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 48px; align-items: start; }
.checklist-card { margin: 0; padding: 10px 22px; border: 1px solid var(--ink); background: var(--section-bg); list-style: none; }
.checklist-card li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px dashed #aca596; }
.checklist-card li:last-child { border-bottom: 0; }
.checklist-card span { color: var(--orange-dark); font-size: 1.35rem; line-height: 1.1; }
.score-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.score-grid > div { padding: 22px; background: var(--section-bg); }
.score-grid strong { color: var(--orange-dark); font: 700 2.4rem/1 Georgia, serif; }
.score-grid h3 { margin-top: 26px; }
.quote-rule { text-align: center; }
.quote-rule blockquote { max-width: 900px; margin: 0 auto; font: 700 clamp(1.8rem, 4.5vw, 3.8rem)/1.18 Georgia, serif; }
.weight-table { border-top: 1px solid var(--ink); }
.weight-table [role="row"] { display: grid; grid-template-columns: 0.6fr 1fr 1.25fr; gap: 20px; padding: 13px 8px; border-bottom: 1px solid var(--line); }
.weight-table [role="row"]:first-child { color: var(--orange-dark); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; }
.red-flag-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.red-flag-grid > div { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 20px; background: #fff; }
.red-flag-grid span { color: var(--orange-dark); font: 800 0.72rem/1 ui-monospace, monospace; }
.faq-layout { display: grid; grid-template-columns: 0.5fr 1.5fr; gap: 48px; align-items: start; }
.faq-layout > aside { position: sticky; top: 24px; padding: 20px; border: 1px solid var(--line); border-left: 4px solid var(--orange); background: var(--section-bg); }
.faq-layout > aside p { font-size: 0.88rem; color: var(--muted); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 18px 45px 18px 0; cursor: pointer; font: 700 1.18rem/1.4 Georgia, serif; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 14px; color: var(--orange-dark); font: 400 1.8rem/1 sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; padding: 0 40px 18px 0; color: var(--muted); }
.story-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: start; }
.principles-card { padding: 22px; border: 1px solid var(--ink); background: var(--section-bg); }
.principles-card ol { margin: 0; padding: 0; list-style: none; }
.principles-card li { display: grid; grid-template-columns: 40px 1fr; padding: 14px 0; border-bottom: 1px dashed var(--line); }
.principles-card span { color: var(--orange-dark); font: 800 0.7rem/1.6 ui-monospace, monospace; }
.contact-card, .legal-copy { max-width: var(--wrap-max); margin-inline: auto; }
.contact-card { padding: clamp(24px, 4vw, 44px); border: 1px solid var(--ink); background: var(--section-bg); }
.contact-card > h2,
.contact-card > h3,
.contact-card > p,
.legal-copy > h2,
.legal-copy > h3,
.legal-copy > p { max-width: var(--reading-width); }
.contact-card hr { margin: 28px 0; border: 0; border-top: 1px solid var(--line); }
.legal-copy > h2 { margin-top: 40px; font-size: clamp(1.42rem, 2.2vw, 1.92rem); }
.legal-copy a { font-weight: 800; }
.checklist-band {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(360px, 1.2fr) auto;
  gap: 28px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--section-bg);
  box-shadow: var(--panel-shadow);
}
.checklist-band h2 { margin-bottom: 0; font-size: clamp(1.42rem, 2.2vw, 1.92rem); }
.checklist-band ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 18px; margin: 0; padding: 0; list-style: none; counter-reset: quick-check; }
.checklist-band li { position: relative; padding-left: 29px; color: var(--muted); font-size: 0.86rem; line-height: 1.42; counter-increment: quick-check; }
.checklist-band li::before { content: counter(quick-check); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--lime); color: var(--ink); font: 850 0.67rem/1 var(--font-body); }

/* Shared visual language for cards, notes, and structured blocks. */
.category-card,
.article-card,
.search-intent-card,
.compare,
.term-grid > div,
.qc-template-grid article {
  border-radius: var(--radius);
  box-shadow: var(--panel-shadow);
}
.category-card:hover,
.article-card:hover {
  transform: translateY(-3px);
  border-color: var(--ink);
  box-shadow: var(--panel-shadow-hover);
}
.directory-card { box-shadow: var(--panel-shadow); }
.directory-card:hover { transform: translateY(-3px); }
.answer-card,
.margin-note,
.checklist-card,
.principles-card,
.contact-card {
  border-radius: var(--radius);
  box-shadow: var(--offset-shadow);
}
.trust-strip,
.callout,
.decision-note,
.example-line,
.faq-layout > aside {
  border-radius: var(--radius-small);
}
.step-grid,
.guide-grid,
.status-flow,
.cost-stack,
.score-grid,
.red-flag-grid {
  overflow: hidden;
  border-radius: var(--radius);
}
.desk-card strong,
.guide-grid span,
.reading-path strong,
.callout strong,
.cost-stack strong,
.related-links strong,
.faq-list summary {
  font-family: var(--font-display);
}
.footer-brand .color-word { height: 43px; }
.footer-brand .color-word i { width: 27px; height: 39px; font-size: 1.7rem; }
.footer-brand .brand-copy b { color: var(--ink); }
.footer-brand .brand-copy small { color: var(--muted); }
.site-footer { padding: 42px 0; border-top: 1px solid var(--line); background: var(--section-bg); color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 0.65fr; gap: 42px; align-items: start; }
.footer-brand small, .trust-copy, .footer-note { color: var(--muted); }
.trust-copy { max-width: 520px; margin-top: 16px; font-size: 0.82rem; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 20px; }
.footer-links a { font-size: 0.82rem; font-weight: 750; text-decoration: none; }
.footer-links a:hover { color: var(--orange-dark); }
.footer-links a[aria-current="page"] { color: var(--orange-dark); text-decoration: underline; }
.footer-note { font-size: 0.78rem; }

.whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 12px 30px rgba(18, 140, 69, 0.38);
  color: #fff;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 36px rgba(18, 140, 69, 0.46);
}
.whatsapp-float:focus-visible {
  outline: 3px solid #ff9d00;
  outline-offset: 3px;
}
.whatsapp-float img { display: block; width: 31px; height: 31px; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .header-top { flex-wrap: wrap; }
  .site-search { order: 3; flex-basis: 100%; max-width: none; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .desk-card { max-width: 600px; transform: none; }
  .page-hero .margin-note { max-width: 600px; }
  .directory-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .article-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .status-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .score-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
  .checklist-band { grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.2fr); }
  .checklist-band .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 760px) {
  :root { --wrap: min(calc(100% - 24px), var(--wrap-max)); }
  body { font-size: 16px; }
  .header-top { min-height: 72px; gap: 14px; padding-block: 12px; }
  .brand-color { gap: 9px; }
  .color-word { height: 42px; }
  .color-word i { width: 25px; height: 37px; margin-left: -3px; font-size: 1.55rem; }
  .brand-copy { display: none; }
  .site-search { display: grid; grid-template-columns: 1fr auto; }
  .search-modes { grid-column: 1 / -1; }
  .search-modes a { flex: 1 1 0; min-height: 36px; padding: 0 7px; font-size: 0.65rem; }
  .site-search input { border-left: 2px solid #55bc49; }
  .site-search button { min-width: 90px; }
  .home-hero { padding-top: 36px; }
  .hero-actions, .closing-actions { align-items: stretch; }
  .hero-actions .button, .closing-actions .button { width: 100%; }
  .home-hero .hero-actions, .closing-actions { padding-right: 62px; }
  .two-col, .split-panel, .closing-inner, .related-block, .checklist-layout, .faq-layout, .story-grid, .reading-path { grid-template-columns: 1fr; }
  .two-col > div:first-child, .faq-layout > aside, .reading-path > div { position: static; }
  .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .directory-card { min-height: 154px; padding-inline: 8px; }
  .directory-icon { width: 70px; height: 70px; }
  .directory-icon .icon-shape { transform: scale(0.86); }
  .category-grid, .step-grid, .term-grid, .search-intent-grid, .compare-grid, .red-flag-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 0; }
  .step-grid li { min-height: 190px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 12px; }
  .related-links { grid-template-columns: 1fr; }
  .article-card-grid, .qc-template-grid, .cost-stack, .status-flow { grid-template-columns: 1fr; }
  .article-card { min-height: 310px; }
  .article-card h3 { min-height: 0; }
  .decision-note { grid-template-columns: 1fr; }
  .decision-note p { border-left: 0; }
  .decision-note > :nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .search-form { min-width: 0; width: 100%; }
  .search-form > div { display: block; }
  .search-form input, .search-form button { width: 100%; border: 1.5px solid var(--ink); border-radius: 7px; }
  .search-form button { margin-top: 8px; }
  .weight-table [role="row"] { grid-template-columns: 1fr; gap: 6px; padding: 18px 6px; }
  .weight-table [role="row"]:first-child { display: none; }
  .weight-table [role="cell"]:first-child { font-weight: 850; font-family: Georgia, serif; }
  .section { padding: 38px 0; }
  .page-hero { padding: 38px 0 32px; }
  .article-body > section { padding: 30px 0; }
  .related-block { margin-bottom: 38px; padding-top: 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .site-footer { padding: 36px 0; }
  .footer-note { grid-column: auto; }
  .checklist-band { grid-template-columns: 1fr; gap: 20px; padding: 20px; }
  .checklist-band ol { grid-template-columns: 1fr; }
  .checklist-band .button { grid-column: auto; justify-self: stretch; }
  .whatsapp-float {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 520px) {
  .guide-grid, .score-grid { grid-template-columns: 1fr; }
  .desk-card { box-shadow: 6px 6px 0 var(--sage); }
  .answer-card, .margin-note, .checklist-card, .principles-card, .contact-card { box-shadow: 6px 6px 0 #bfd8d0; }
  .mobile-nav nav { width: min(220px, calc(100vw - 24px)); }
  .directory-card { min-height: 150px; }
}

@media (forced-colors: active) {
  .site-search input:focus-visible { outline: 2px solid Highlight; outline-offset: 2px; box-shadow: none; }
}

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

@media print {
  .site-header, .site-footer, .hero-actions, .closing, .related-block, .whatsapp-float { display: none; }
  body { background: white; color: black; font-size: 11pt; }
  .section, .article-body > section { padding: 20px 0; }
  .answer-card, .checklist-card { box-shadow: none; }
}
