:root {
  --ink: #151a3d;
  --muted: #626984;
  --surface: #ffffff;
  --line: #dde2ef;
  --brand: #cf3d08;
  --brand-dark: #a93000;
  --brand-bright: #ff5b1a;
  --mint: #eef2fb;
  --yellow: #ffd166;
  --shadow: 0 18px 48px rgba(7, 12, 43, .1);
  --radius: 18px;
  --content: 1120px;
  --reading: 820px;
  --section-space: clamp(2.5rem, 5vw, 4.25rem);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

a { color: inherit; }
a:hover { color: var(--brand-dark); }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--ink);
}

.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: .75rem;
  left: .75rem;
  z-index: 100;
  padding: .7rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(5, 11, 38, .94);
  backdrop-filter: blur(14px);
}

.site-header .brand { color: #fff; }
.site-header .nav-toggle { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); color: #fff; }

.nav-wrap {
  width: min(var(--content), calc(100% - 2rem));
  min-height: 68px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-weight: 850;
  letter-spacing: -.03em;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: 38px;
  height: 34px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 141, 75, .78);
  border-radius: 11px 14px 11px 4px;
  background: linear-gradient(145deg, #ff7a31, var(--brand-bright) 58%, #d93806);
  color: #fff;
  font-size: 1.02rem;
  font-weight: 950;
  font-style: italic;
  letter-spacing: -.12em;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0,0,0,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 7px 18px rgba(255,91,26,.18);
  transform: skewX(-7deg) rotate(-2deg);
}
.brand-mark::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  right: -4px;
  bottom: 7px;
  border-radius: 99px;
  background: rgba(255,255,255,.55);
  transform: rotate(-20deg);
}

.nav-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-weight: 750;
}

.site-nav { display: flex; align-items: center; gap: .2rem; }
.site-nav a {
  padding: .55rem .68rem;
  border-radius: 10px;
  color: #dbe3ff;
  font-size: .89rem;
  font-weight: 680;
  text-decoration: none;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] { background: rgba(255, 255, 255, .1); color: #fff; }

main { overflow: hidden; }
.wrap,
.narrow {
  width: min(var(--content), calc(100% - 2rem));
  margin-inline: auto;
}

.hero {
  padding: clamp(2.7rem, 5vw, 4.2rem) 0 clamp(2.5rem, 5vw, 4rem);
  background: #fff;
}

.search-hero {
  position: relative;
  min-height: 620px;
  padding: clamp(2.7rem, 5vw, 4.5rem) 0 clamp(2.35rem, 4vw, 3.5rem);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 34%, rgba(111, 65, 255, .58), transparent 21%),
    radial-gradient(circle at 90% 52%, rgba(255, 77, 28, .28), transparent 17%),
    radial-gradient(circle at 55% 100%, rgba(31, 114, 255, .26), transparent 30%),
    linear-gradient(112deg, #050a27 0%, #080d35 54%, #160c43 100%);
}
.search-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .72;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.9) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(155,190,255,.75) 0 1px, transparent 1.6px);
  background-position: 0 0, 31px 21px;
  background-size: 73px 73px, 113px 113px;
  mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.22) 37%, #000 100%);
  pointer-events: none;
}
.search-hero::after {
  content: "";
  position: absolute;
  left: 47%;
  right: -10%;
  bottom: -44%;
  height: 72%;
  border-radius: 50% 50% 0 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(82, 126, 255, .48), rgba(17, 22, 76, .15) 50%, transparent 70%);
  transform: rotate(-7deg);
  pointer-events: none;
}
.search-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  align-items: center;
  gap: clamp(1.35rem, 3vw, 3.25rem);
}
.search-hero-copy { position: relative; z-index: 3; }
.search-hero .eyebrow { color: #ff8b4a; }
.search-hero h1 {
  max-width: 800px;
  margin-bottom: .85rem;
  font-size: clamp(2.7rem, 4.6vw, 4.5rem);
  line-height: 1.01;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.search-hero .lede { max-width: 770px; color: #d7dcf3; font-size: clamp(1.06rem, 1.8vw, 1.28rem); }

.hero-search-form {
  width: min(100%, 790px);
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.2rem;
  padding: .38rem .42rem .38rem 1.25rem;
  border: 2px solid #ff5b1a;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .28), 0 0 0 7px rgba(255, 91, 26, .07);
}
.hero-search-form:focus-within { box-shadow: 0 18px 55px rgba(0, 0, 0, .28), 0 0 0 5px rgba(255, 194, 85, .35); }
.hero-search-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #151936;
  font: inherit;
  font-size: 1.05rem;
}
.hero-search-form input::placeholder { color: #8b8fa1; opacity: 1; }
.source-badges { display: inline-flex; gap: .35rem; }
.source-badges span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9e9ec;
  color: #888b94;
  font-size: .63rem;
  font-weight: 900;
}
.hero-search-form button {
  width: 70px;
  min-width: 70px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 18px;
  background: #ff5316;
  color: #fff;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}
.hero-search-form button:hover { background: #e94408; transform: translateY(-1px); }
.search-icon {
  position: relative;
  width: 22px;
  height: 22px;
  display: block;
  border: 3px solid currentColor;
  border-radius: 50%;
}
.search-icon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  right: -8px;
  bottom: -4px;
  border-radius: 3px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}
.search-button-label { display: none; }
.hero-external-note { max-width: 770px; color: #adb6d7; }

.quick-searches {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem;
  margin-top: .85rem;
}
.quick-searches > span { color: #9ca7cb; font-size: .82rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.quick-searches a {
  padding: .55rem .9rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 11px;
  background: rgba(174, 185, 221, .25);
  color: #fff;
  font-size: .86rem;
  font-weight: 720;
  text-decoration: none;
}
.quick-searches a:hover { border-color: #ff7a31; background: rgba(255, 91, 26, .2); color: #fff; }

.search-steps {
  position: relative;
  width: min(100%, 790px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}
.search-steps::before {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  top: 20px;
  border-top: 2px dashed rgba(206, 215, 245, .5);
}
.search-steps li { position: relative; display: flex; flex-direction: column; align-items: flex-start; }
.search-steps li > span {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  background: #303861;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 0 0 6px #080d35;
}
.search-steps strong { position: relative; z-index: 1; margin-top: .75rem; color: #fff; font-size: .92rem; }
.search-steps small { position: relative; z-index: 1; max-width: 190px; margin-top: .18rem; color: #aeb8da; font-size: .75rem; line-height: 1.35; }
.search-hero .trust-note {
  max-width: 790px;
  margin-top: 1.1rem;
  border-color: #ff6b28;
  color: #aeb8d7;
}

.cosmic-scene {
  position: relative;
  min-height: 500px;
  isolation: isolate;
}
.scene-glow {
  position: absolute;
  width: 370px;
  height: 370px;
  top: 70px;
  left: 50%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 113, 50, .58), rgba(134, 61, 250, .4) 38%, transparent 70%);
  filter: blur(18px);
  transform: translateX(-50%);
}
.orbit {
  position: absolute;
  left: 50%;
  top: 47%;
  border: 1px solid rgba(188, 204, 255, .4);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}
.orbit-one { width: 520px; height: 230px; }
.orbit-two { width: 390px; height: 440px; transform: translate(-50%, -50%) rotate(36deg); opacity: .55; }
.planet {
  position: absolute;
  border-radius: 50%;
  box-shadow: inset -18px -20px 30px rgba(0,0,0,.28), 0 0 35px rgba(150, 115, 255, .36);
}
.planet-large {
  width: 148px;
  height: 148px;
  right: 8px;
  top: 62px;
  background: radial-gradient(circle at 32% 28%, #ffcab4, #b467e9 36%, #4434a3 68%, #171650);
}
.planet-large::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 42px;
  left: -35px;
  top: 51px;
  border: 11px solid rgba(255, 179, 106, .8);
  border-left-color: rgba(168, 99, 241, .65);
  border-right-color: rgba(255, 221, 161, .86);
  border-radius: 50%;
  transform: rotate(-14deg);
}
.planet-small { width: 52px; height: 52px; left: 3%; top: 108px; background: linear-gradient(145deg, #ffb44e, #ff4f40 55%, #832bd2); }
.discovery-capsule {
  position: absolute;
  z-index: 3;
  width: 230px;
  height: 104px;
  top: 24px;
  left: 26%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 27px;
  border: 3px solid rgba(255,255,255,.86);
  border-radius: 65% 38% 55% 42%;
  background: linear-gradient(145deg, #eff3ff, #babfe7 57%, #6664ba);
  color: #26244f;
  box-shadow: 0 12px 35px rgba(0,0,0,.32), 0 0 26px rgba(255, 111, 38, .46);
  transform: rotate(-9deg);
}
.discovery-capsule::after { content: ""; position: absolute; right: -68px; width: 75px; height: 36px; background: linear-gradient(90deg, #ff5b1a, #ffcb69, transparent); clip-path: polygon(0 14%, 100% 0, 72% 50%, 100% 100%, 0 86%); }
.capsule-window { position: absolute; width: 98px; height: 62px; left: 34px; top: 18px; border: 6px solid #ff8a4b; border-radius: 50%; background: radial-gradient(circle at 65% 25%, #745ae8, #161443 68%); }
.discovery-capsule b { font-size: .78rem; letter-spacing: .12em; }
.floating-card {
  position: absolute;
  z-index: 3;
  width: 142px;
  padding: .85rem;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 17px;
  background: rgba(15, 21, 66, .84);
  box-shadow: 0 18px 35px rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
}
.floating-card span { display: block; color: #ff8a4b; font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.floating-card strong { font-size: .88rem; }
.floating-card-one { right: 4%; top: 244px; transform: rotate(4deg); }
.floating-card-two { left: 0; top: 285px; transform: rotate(-5deg); }
.hub-box {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 50px;
  width: 260px;
  min-height: 170px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem;
  border: 2px solid rgba(255, 135, 74, .7);
  border-radius: 28px 28px 8px 28px;
  background: linear-gradient(145deg, #20254b, #0b0e2b 58%, #251342);
  box-shadow: 25px 28px 45px rgba(0,0,0,.32), inset 0 0 38px rgba(128,73,224,.2);
  transform: translateX(-50%) rotate(1deg);
}
.hub-box .brand-mark { flex: 0 0 auto; width: 62px; height: 56px; border-color: #ff9a61; color: #fff; font-size: 1.45rem; transform: skewX(-7deg) rotate(-2deg); }
.hub-box strong { font-size: 1.05rem; line-height: 1.35; }
.scene-caption { position: absolute; right: 2%; bottom: 9px; color: #828db7; font-size: .64rem; font-weight: 800; letter-spacing: .13em; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 .72rem;
  color: var(--brand-dark);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }

h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.04em; }
h1 { max-width: 820px; margin-bottom: .9rem; font-size: clamp(2.45rem, 5.2vw, 4.75rem); }
.page-hero h1,
.hero:not(.search-hero) h1 { font-size: clamp(1.85rem, 3.2vw, 2.9rem); }
h2 { margin-bottom: .75rem; font-size: clamp(1.45rem, 2.45vw, 2.1rem); }
h3 { margin-bottom: .5rem; font-size: clamp(1.08rem, 1.65vw, 1.28rem); letter-spacing: -.02em; }

.lede { max-width: 720px; margin: 0 0 1.1rem; color: #505875; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.trust-note {
  max-width: 760px;
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 3px solid var(--brand);
  color: var(--muted);
  font-size: .92rem;
}

.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem; margin-top: 1.2rem; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .72rem 1.05rem;
  border: 1px solid var(--ink);
  border-radius: 13px;
  font-size: .94rem;
  font-weight: 790;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { color: inherit; transform: translateY(-2px); box-shadow: 0 7px 0 rgba(7, 12, 43, .13); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { color: white; }
.button-accent { background: var(--brand); border-color: var(--brand-dark); color: white; }
.button-accent:hover { color: white; }
.button-soft { background: var(--surface); }
.external-note { margin: .8rem 0 0; color: var(--muted); font-size: .82rem; }

.page-hero {
  position: relative;
  padding: clamp(2.35rem, 5vw, 4.2rem) 0 1.8rem;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: #fff;
  box-shadow: inset 0 3px 0 rgba(255, 91, 26, .72);
}
.page-hero::after { display: none; }
.page-hero .narrow { position: relative; z-index: 1; }
.page-hero h1 { color: var(--ink); }
.page-hero .breadcrumbs,
.page-hero .hero-kicker { color: var(--muted); }
.page-hero .eyebrow { color: var(--brand); }
.page-hero .breadcrumbs a { color: var(--brand-dark); }
.directory-page-hero {
  position: relative;
  overflow: hidden;
  border-bottom-color: var(--line);
  color: var(--ink);
  background: #fff;
}
.directory-page-hero .breadcrumbs,
.directory-page-hero .hero-kicker { color: var(--muted); }
.directory-page-hero .eyebrow { color: var(--brand); }
.category-page .quick-answer {
  border-bottom-color: var(--line);
  background: #fff;
  color: var(--ink);
}
.category-page .quick-answer .quick-label { background: var(--brand); }
.breadcrumbs { margin: 0 0 .85rem; color: var(--muted); font-size: .84rem; }
.breadcrumbs a { text-underline-offset: 3px; }
.hero-kicker { max-width: 740px; color: var(--muted); font-size: 1.08rem; }

.quick-answer {
  margin-top: -1px;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.quick-answer .wrap, .quick-answer .narrow { display: grid; grid-template-columns: auto 1fr; gap: .8rem; align-items: start; }
.quick-label { margin-top: .16rem; padding: .24rem .48rem; border-radius: 6px; background: var(--brand); color: white; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.quick-answer p { max-width: 920px; margin: 0; font-weight: 620; }

.section { padding: var(--section-space) 0; background: #fff; }
.section + .section { border-top: 1px solid var(--line); }
.section-head { max-width: 710px; margin-bottom: 1.4rem; }
.section-head p { margin-bottom: 0; color: var(--muted); }
.section-dark {
  color: var(--ink);
  background: #fff;
}
.section-dark p { color: var(--muted); }
.section-dark a { color: var(--brand-dark); }
.section-dark a:hover { color: var(--brand); }
.section-surface { background: #fff; }

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

.card {
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(7, 12, 43, .045);
}
.card p { color: var(--muted); }
.card p:last-child { margin-bottom: 0; }
.card a { color: var(--brand-dark); }
.card a:hover { color: var(--brand); }
.card-number { color: var(--brand); font-size: .77rem; font-weight: 900; letter-spacing: .1em; }
.card-link { display: inline-flex; margin-top: .4rem; font-weight: 790; text-decoration-thickness: 1.5px; text-underline-offset: 4px; }

.directory-section {
  position: relative;
  overflow: hidden;
  border-top-color: var(--line) !important;
  color: var(--ink);
  background: #fff;
}
.directory-section::before {
  display: none;
}
.directory-section .wrap { position: relative; z-index: 1; }
.directory-heading { max-width: 760px; margin: 0 auto 1.4rem; text-align: center; }
.directory-heading .eyebrow { justify-content: center; color: var(--brand); }
.directory-heading h2 { margin-bottom: .7rem; color: var(--ink); }
.directory-heading p:last-child { margin: 0; color: var(--muted); font-weight: 610; }
.directory-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .72rem;
}
.directory-card:nth-child(1) { --icon-accent: #55a7ff; }
.directory-card:nth-child(2) { --icon-accent: #9ca8c8; }
.directory-card:nth-child(3) { --icon-accent: #ff6677; }
.directory-card:nth-child(4) { --icon-accent: #6d8cff; }
.directory-card:nth-child(5) { --icon-accent: #54a3ff; }
.directory-card:nth-child(6) { --icon-accent: #ff9f43; }
.directory-card:nth-child(7) { --icon-accent: #95a4c4; }
.directory-card:nth-child(8) { --icon-accent: #4eb3ff; }
.directory-card:nth-child(9) { --icon-accent: #9ca8c8; }
.directory-card:nth-child(10) { --icon-accent: #ff6677; }
.directory-card:nth-child(11) { --icon-accent: #ffd34f; }
.directory-card:nth-child(12) { --icon-accent: #55d49b; }
.directory-card {
  position: relative;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: .85rem .6rem;
  overflow: hidden;
  border: 1px solid rgba(197, 207, 246, .24);
  border-radius: 18px;
  background:
    linear-gradient(150deg, rgba(255,255,255,.1), rgba(255,255,255,.035)),
    rgba(12, 18, 60, .72);
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 15px 32px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(9px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.directory-card::after {
  content: "";
  position: absolute;
  inset: auto 15% -42% 15%;
  height: 70%;
  border-radius: 50%;
  background: var(--icon-accent);
  opacity: .11;
  filter: blur(18px);
  transition: opacity .2s ease, transform .2s ease;
}
.directory-card:hover {
  border-color: #ff7a31;
  background:
    linear-gradient(150deg, rgba(255,255,255,.14), rgba(255,91,26,.08)),
    rgba(12, 18, 60, .86);
  color: #fff;
  box-shadow: 0 20px 42px rgba(0,0,0,.3), 0 0 0 3px rgba(255, 91, 26, .1);
  transform: translateY(-5px);
}
.directory-card:hover::after { opacity: .2; transform: scale(1.12); }
.directory-icon {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: .58rem;
  border: 1px solid color-mix(in srgb, var(--icon-accent) 58%, white);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255,255,255,.21), transparent 42%),
    rgba(255,255,255,.075);
  line-height: 1;
  box-shadow:
    0 0 0 7px rgba(255,255,255,.035),
    0 12px 26px color-mix(in srgb, var(--icon-accent) 24%, transparent);
}
.directory-icon::before {
  content: "";
  width: 31px;
  height: 31px;
  background: var(--icon-accent);
  -webkit-mask: var(--directory-icon) center / contain no-repeat;
  mask: var(--directory-icon) center / contain no-repeat;
  filter: drop-shadow(0 5px 11px color-mix(in srgb, var(--icon-accent) 35%, transparent));
}
.icon-footprints { --directory-icon: url("icons/footprints.svg"); }
.icon-shirt { --directory-icon: url("icons/shirt.svg"); }
.icon-bag { --directory-icon: url("icons/shopping-bag.svg"); }
.icon-glasses { --directory-icon: url("icons/glasses.svg"); }
.icon-watch { --directory-icon: url("icons/watch.svg"); }
.icon-gem { --directory-icon: url("icons/gem.svg"); }
.icon-swatch { --directory-icon: url("icons/swatch-book.svg"); }
.icon-ruler { --directory-icon: url("icons/ruler.svg"); }
.directory-card strong {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.2;
}
.directory-card small {
  position: relative;
  z-index: 1;
  margin-top: .28rem;
  color: #949fc6;
  font-size: .68rem;
  font-weight: 720;
  letter-spacing: .02em;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease;
}
.directory-card:hover small,
.directory-card:focus-visible small { opacity: 1; transform: translateY(0); }
.directory-note {
  max-width: 840px;
  margin: .9rem auto 0;
  color: var(--muted);
  font-size: .8rem;
  text-align: center;
}
.directory-page-list { border-top: 0 !important; }

.article-hub-hero,
.article-page-hero { padding-bottom: clamp(2.2rem, 4vw, 3.5rem); }
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1rem;
}
.article-meta span,
.article-meta time {
  padding: .42rem .7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f5f6fa;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 720;
}
.article-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}
.article-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  border-top: 4px solid var(--brand);
}
.article-card:nth-child(2) { border-top-color: #6d7ee8; }
.article-card:nth-child(3) { border-top-color: #2a9fbd; }
.article-card:nth-child(4) { border-top-color: #e49a2c; }
.article-card h3 { margin-top: .7rem; font-size: 1.32rem; }
.article-card .card-link { margin-top: auto; padding-top: .7rem; }
.article-tag {
  align-self: flex-start;
  padding: .35rem .58rem;
  border-radius: 999px;
  background: #fff0e8;
  color: #b63d13;
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.mini-list { margin: .5rem 0 .7rem; padding: 0; list-style: none; }
.mini-list li {
  position: relative;
  margin: .4rem 0;
  padding-left: 1.25rem;
  color: var(--muted);
  font-size: .88rem;
}
.mini-list li::before { content: "→"; position: absolute; left: 0; color: var(--brand); font-weight: 900; }
.article-hub .article-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.reading-path {
  max-width: 900px;
  display: grid;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.reading-path li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: .8rem;
  align-items: start;
  padding: .85rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.reading-path li > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #0b1238;
  color: #fff;
  font-weight: 900;
}
.reading-path strong { display: block; margin-top: .05rem; }
.reading-path p { margin: .2rem 0 0; color: var(--muted); }
.article-toc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  margin: 0 0 1.8rem;
  padding: .8rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f1f4fb;
}
.article-toc strong { margin-right: .25rem; font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.article-toc a {
  padding: .36rem .58rem;
  border: 1px solid #d9deed;
  border-radius: 999px;
  background: #fff;
  color: #343c66;
  font-size: .78rem;
  font-weight: 720;
  text-decoration: none;
}
.article-toc a:hover { border-color: var(--brand); color: var(--brand-dark); }
.note-template {
  margin: .9rem 0;
  padding: 1rem;
  border: 1px solid #aeb8d8;
  border-left: 5px solid #ff5b1a;
  border-radius: 16px;
  background: #f3f5fb;
  color: #27305a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .88rem;
  line-height: 1.8;
  white-space: pre-line;
}
.source-chain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
  margin: .95rem 0;
}
.source-chain div {
  position: relative;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  padding: .85rem;
  border: 1px solid #d4daea;
  border-radius: 16px;
  background: #f7f8fc;
}
.source-chain div:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -.74rem;
  top: 50%;
  z-index: 2;
  width: 1.45rem;
  height: 1.45rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  transform: translateY(-50%);
}
.source-chain span { color: var(--brand); font-size: .74rem; font-weight: 900; letter-spacing: .08em; }
.source-chain strong { margin-top: .7rem; line-height: 1.3; }
.source-chain small { margin-top: auto; color: var(--muted); line-height: 1.35; }

.prose { font-size: 1.02rem; }
.prose > :is(p, h2, h3, ul, ol, .callout, .note-template) { max-width: var(--reading); }
.prose > * + * { margin-top: .85rem; }
.prose h2 { margin-top: 2.35rem; }
.prose h3 { margin-top: 1.35rem; }
.prose p { margin-bottom: .75rem; }
.prose p, .prose li { color: #505873; }
.prose strong { color: var(--ink); }
.prose a { color: var(--brand-dark); font-weight: 680; text-underline-offset: 3px; }

.check-list, .plain-list { padding: 0; list-style: none; }
.check-list li, .plain-list li { position: relative; margin: .5rem 0; padding-left: 1.65rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 950; }
.plain-list li::before { content: "—"; position: absolute; left: 0; color: var(--brand); }

.compare { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.compare:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--ink);
}
table { width: 100%; border-collapse: collapse; min-width: 560px; }
th, td { padding: .78rem .85rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: #eef1f8; color: #333b61; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }

.search-panel {
  padding: clamp(1.15rem, 3vw, 1.8rem);
  border: 1px solid #ffc09f;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff0e7, #fff9f5);
  box-shadow: 0 10px 28px rgba(255, 91, 26, .08);
}
.search-form { display: grid; grid-template-columns: 1fr auto; gap: .65rem; margin-top: 1rem; }
.search-form input {
  width: 100%;
  min-height: 52px;
  padding: .75rem 1rem;
  border: 1px solid var(--ink);
  border-radius: 12px;
  background: white;
  color: var(--ink);
  font: inherit;
}

.score-box {
  padding: 1.15rem;
  border: 1px solid #ffc09f;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff0e7, #fff9f5);
  box-shadow: 0 10px 28px rgba(255, 91, 26, .08);
}
.score-line { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.score-value { font-size: 2.4rem; font-weight: 900; letter-spacing: -.06em; }
.interactive-checklist { display: grid; gap: .6rem; margin-top: .8rem; }
.interactive-checklist label { display: grid; grid-template-columns: 22px 1fr; gap: .65rem; align-items: start; padding: .72rem; border: 1px solid rgba(21, 26, 61, .18); border-radius: 12px; background: rgba(255, 255, 255, .72); cursor: pointer; }
.interactive-checklist input { width: 20px; height: 20px; accent-color: var(--brand); }

.faq-list { display: grid; gap: .6rem; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.faq-list summary { padding: .9rem 1rem; cursor: pointer; font-weight: 790; }
.faq-list details p { margin: 0; padding: 0 1rem .95rem; color: var(--muted); }
.faq-list details[open] { border-color: #aeb8d8; box-shadow: 0 8px 22px rgba(7, 12, 43, .06); }

.link-rail { display: flex; flex-wrap: wrap; gap: .5rem; }
.link-rail a { padding: .52rem .75rem; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-size: .88rem; font-weight: 730; text-decoration: none; }
.link-rail a:hover { border-color: var(--brand); }

.callout { padding: 1rem; border: 1px solid #d7deef; border-radius: 16px; background: var(--mint); }
.callout.warning { border-color: #f5c6ae; background: #fff0e8; }
.callout p:last-child { margin-bottom: 0; }

.site-footer {
  padding: 2.35rem 0 1.1rem;
  border-top: 1px solid rgba(255,255,255,.1);
  background:
    radial-gradient(circle at 86% 0%, rgba(102, 74, 225, .2), transparent 27%),
    #070c2b;
  color: #eef2ff;
}
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 1.5rem; align-items: start; }
.site-footer .brand { color: white; }
.footer-note { max-width: 650px; color: #b9c2df; font-size: .88rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem .85rem; }
.footer-links a { color: #dde4f8; font-size: .85rem; text-underline-offset: 4px; }
.copyright { margin-top: 1.35rem; padding-top: .9rem; border-top: 1px solid rgba(255,255,255,.14); color: #99a5cb; font-size: .8rem; }

.error-code { margin: 0; color: var(--brand); font-size: clamp(5rem, 16vw, 10rem); font-weight: 950; line-height: .82; letter-spacing: -.09em; }

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

#global-wa-float:hover {
  color: #fff !important;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 36px rgba(18, 140, 69, .46);
}

#global-wa-float:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--ink), 0 12px 30px rgba(18, 140, 69, .38);
}

#global-wa-float svg {
  width: 31px;
  height: 31px;
  overflow: visible;
}

#global-wa-float i {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 15px;
  height: 15px;
  border: 3px solid #15343c;
  border-radius: 50%;
  background: #ff3b4f;
  box-sizing: content-box;
}

@media (max-width: 900px) {
  .nav-toggle { display: inline-grid; place-items: center; }
  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 1rem;
    right: 1rem;
    display: none;
    padding: .75rem;
    border: 1px solid var(--line);
    border-radius: 0 0 16px 16px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }
  .site-nav[data-open="true"] { display: grid; grid-template-columns: repeat(2, 1fr); }
  .site-nav a { padding: .75rem; }
  .site-header .site-nav { border-color: rgba(255,255,255,.15); background: #0b1238; }
  .site-header .site-nav a { color: #e5e9fa; }
  .search-hero-grid { grid-template-columns: 1fr; }
  .cosmic-scene { min-height: 440px; max-width: 620px; width: 100%; margin-inline: auto; }
  .directory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .article-card-grid, .home-article-grid { grid-template-columns: 1fr; }
  .article-hub .article-card-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 0; }
  .source-chain { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .source-chain div:nth-child(2)::after { display: none; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  body { line-height: 1.6; }
  .wrap, .narrow, .nav-wrap { width: min(100% - 1.25rem, var(--content)); }
  .hero { padding-top: 2.2rem; }
  h1 { font-size: clamp(2.25rem, 12vw, 3.45rem); }
  .search-hero { min-height: 0; padding-top: 2.15rem; padding-bottom: 2rem; }
  .search-hero h1 { font-size: clamp(2.35rem, 10vw, 3.35rem); }
  .hero-search-form { min-height: 68px; padding-left: .9rem; border-radius: 18px; }
  .hero-search-form input { font-size: .95rem; }
  .source-badges { display: none; }
  .hero-search-form button { width: 58px; min-width: 58px; height: 54px; border-radius: 14px; }
  .search-icon { width: 19px; height: 19px; border-width: 2.5px; }
  .quick-searches { gap: .5rem; }
  .quick-searches a { padding: .48rem .68rem; }
  .search-steps { grid-template-columns: 1fr; gap: .85rem; }
  .search-steps::before { left: 20px; right: auto; top: 20px; bottom: 20px; border-top: 0; border-left: 2px dashed rgba(206, 215, 245, .45); }
  .search-steps li { display: grid; grid-template-columns: 42px 1fr; column-gap: .65rem; align-items: center; }
  .search-steps li > span { grid-row: 1 / span 2; box-shadow: 0 0 0 5px #080d35; }
  .search-steps strong { margin-top: 0; }
  .search-steps small { margin-top: 0; }
  .cosmic-scene { min-height: 330px; }
  .search-hero .cosmic-scene { display: none; }
  .orbit-one { width: 390px; height: 160px; }
  .orbit-two { width: 280px; height: 320px; }
  .discovery-capsule { width: 176px; height: 82px; left: 21%; }
  .capsule-window { width: 73px; height: 47px; left: 28px; top: 15px; }
  .planet-large { width: 92px; height: 92px; top: 62px; right: 6px; }
  .planet-large::after { width: 132px; height: 28px; left: -24px; top: 30px; border-width: 7px; }
  .floating-card { width: 118px; padding: .65rem; }
  .floating-card-one { top: 175px; }
  .floating-card-two { top: 200px; }
  .hub-box { width: 218px; min-height: 125px; bottom: 24px; padding: 1rem; }
  .hub-box .brand-mark { width: 45px; height: 45px; }
  .hub-box strong { font-size: .9rem; }
  .scene-caption { display: none; }
  .button-row { align-items: stretch; }
  .button-row .button { width: 100%; }
  .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .directory-card { min-height: 142px; padding: .72rem .4rem; border-radius: 15px; }
  .directory-icon { width: 56px; height: 56px; }
  .directory-icon::before { width: 28px; height: 28px; }
  .directory-card small { opacity: 1; transform: none; }
  .article-meta { gap: .4rem; }
  .article-toc { align-items: stretch; }
  .article-toc strong { width: 100%; }
  .article-toc a { text-align: center; }
  .source-chain { grid-template-columns: 1fr; }
  .source-chain div { min-height: 125px; }
  .source-chain div::after { display: none !important; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .quick-answer .wrap, .quick-answer .narrow { grid-template-columns: 1fr; gap: .55rem; }
  .quick-label { justify-self: start; }
  .search-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .section { padding: 2.15rem 0; }
  .page-hero { padding: 2.15rem 0 1.5rem; }
  .article-hub-hero, .article-page-hero { padding-bottom: 1.9rem; }
  .section-head, .directory-heading { margin-bottom: 1.1rem; }
  .prose h2 { margin-top: 2rem; }
  .site-footer { padding-top: 2rem; }
}

@media (max-width: 600px) {
  #global-wa-float {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }
}

@media print {
  #global-wa-float { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
