/* Discovery-first layer. The base stylesheet keeps the existing brand tokens and shared UI. */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.discovery-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.discovery-section {
  padding: 84px 0;
}

.discovery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.discovery-heading > div > p,
.finder-topline > div > p,
.archive-result-head > div > p {
  margin: 0 0 5px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.discovery-heading h2,
.finder-topline h2,
.archive-result-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.2;
  letter-spacing: -.045em;
}

.discovery-heading > a {
  flex: 0 0 auto;
  padding-bottom: 4px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration-color: rgba(255, 111, 145, .55);
}

.story-label {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .88);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
}

.label-products { color: #9f2c4d; background: #ffe4eb; }
.label-research { color: #3f3b9d; background: #e9e7ff; }
.label-regulatory { color: #344059; background: #e9edf4; }

/* Hero */
.discovery-hero {
  position: relative;
  overflow: hidden;
  padding: 66px 0 72px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 11% 22%, rgba(255, 137, 166, .22), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(78, 159, 218, .18), transparent 26%),
    linear-gradient(120deg, #fff8fa 0%, #fffdf8 52%, #f0fbff 100%);
}

.discovery-hero::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -190px;
  bottom: -220px;
  border: 42px solid rgba(127, 120, 239, .08);
  border-radius: 50%;
  pointer-events: none;
}

.discovery-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(44px, 7vw, 92px);
}

.discovery-hero-copy .issue-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.discovery-eyebrow {
  margin: 0 0 8px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
}

.discovery-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: -.065em;
}

.discovery-hero h1 em,
.directory-hero h1 em {
  color: var(--pink);
  font-style: normal;
}

.hero-one-line {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.8;
}

.discovery-hero .hero-actions {
  margin-top: 30px;
}

.hero-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, .85fr);
  min-height: 440px;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(36, 35, 55, .08);
  border-radius: 38px 12px 38px 38px;
  box-shadow: var(--shadow-lg);
  text-decoration: none;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}

.hero-story:hover {
  transform: translateY(-5px) rotate(-.2deg);
  box-shadow: 0 30px 78px rgba(68, 51, 91, .19);
}

.hero-story-image {
  position: relative;
  min-width: 0;
  background: linear-gradient(140deg, #fff1f5, #fff);
}

.hero-story-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 34px 18px;
  transition: transform .5s var(--ease);
}

.hero-story:hover img { transform: scale(1.035); }
.hero-story-image figcaption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  padding: 4px 7px;
  color: rgba(36, 35, 55, .64);
  background: rgba(255, 255, 255, .84);
  border-radius: 6px;
  font-size: 9px;
}

.hero-story-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 28px;
  background: linear-gradient(155deg, #fff, #fff4f7);
}

.hero-story-copy h2 {
  margin: 18px 0 12px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.3;
  letter-spacing: -.045em;
}

.hero-story-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.hero-story-copy strong { margin-top: 28px; color: var(--pink); font-size: 14px; }

/* Weekly spotlight */
.spotlight-section { background: #fff; }
.spotlight-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 20px;
}

.spotlight-main,
.spotlight-card {
  overflow: hidden;
  border: 1px solid var(--line);
  text-decoration: none;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.spotlight-main:hover,
.spotlight-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

.spotlight-main {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(270px, .94fr);
  min-height: 500px;
  border-radius: 32px 32px 8px 32px;
  background: #fff8fa;
}

.spotlight-main-visual {
  position: relative;
  min-height: 420px;
  background: linear-gradient(145deg, #fff, #ffe9ef);
}

.spotlight-main-visual img {
  width: 100%;
  height: 100%;
  padding: 36px 18px;
  object-fit: contain;
  transition: transform .45s var(--ease);
}

.spotlight-main:hover img { transform: scale(1.04); }
.spotlight-main-visual .story-label { position: absolute; left: 20px; top: 20px; }

.spotlight-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.spotlight-question {
  margin: 0 0 16px;
  font-size: clamp(27px, 3.4vw, 43px);
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: -.045em;
}

.spotlight-copy > span { color: var(--ink-soft); font-weight: 700; }
.spotlight-copy > small { margin-top: 34px; color: var(--pink); font-weight: 800; }

.spotlight-side { display: grid; gap: 20px; }
.spotlight-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: stretch;
  min-height: 240px;
  border-radius: 24px;
  background: #fff;
}

.spotlight-card > div:last-child { padding: 24px 22px; }
.spotlight-card h3 {
  margin: 13px 0 8px;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.42;
  letter-spacing: -.035em;
}
.spotlight-card p { margin: 0; color: var(--muted); font-size: 13px; }
.spotlight-card small { display: block; margin-top: 18px; color: var(--purple); font-size: 11px; font-weight: 800; }

.editorial-visual {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.visual-cells {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #7670ed, #4a43ae);
}
.visual-cells i {
  position: absolute;
  width: 76px;
  height: 76px;
  border: 2px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
}
.visual-cells i:nth-child(1) { left: 13px; top: 20px; }
.visual-cells i:nth-child(2) { right: -18px; top: 78px; width: 110px; height: 110px; }
.visual-cells i:nth-child(3) { left: 38px; bottom: -25px; width: 96px; height: 96px; }
.visual-cells strong { position: relative; font-size: 22px; line-height: 1.05; letter-spacing: .08em; }

.visual-alert {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  padding: 20px;
  color: #fff;
  background: linear-gradient(150deg, #42516f, #252d43);
}
.visual-alert span,
.visual-alert small { font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.visual-alert strong { font-size: 82px; line-height: 1; text-align: center; }

/* Product rail */
.product-flash {
  overflow: hidden;
  background: linear-gradient(180deg, #fff8fa, #fff);
}

.product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 285px);
  gap: 16px;
  overflow-x: auto;
  padding: 4px 2px 22px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 111, 145, .38) transparent;
}

.compact-product {
  display: grid;
  grid-template-rows: 235px 1fr;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 22px 22px 8px 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(55, 43, 74, .06);
  scroll-snap-align: start;
  text-align: left;
  cursor: pointer;
  transition: transform .24s var(--ease), box-shadow .24s var(--ease);
}
.compact-product:nth-child(2n) { border-radius: 8px 22px 22px 22px; }
.compact-product:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.compact-product-image {
  display: block;
  min-height: 0;
  background: linear-gradient(145deg, #fff, #fdf2f5);
}
.compact-product-image img {
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  transition: transform .4s var(--ease);
}
.compact-product:hover img { transform: scale(1.045); }
.compact-product-copy { display: flex; flex-direction: column; padding: 18px; }
.compact-product-copy small { color: var(--muted); font-size: 11px; font-weight: 800; }
.compact-product-copy strong { margin-top: 8px; font-size: 17px; line-height: 1.45; letter-spacing: -.025em; }
.compact-product-copy em { margin-top: auto; padding-top: 18px; color: var(--pink); font-size: 12px; font-style: normal; font-weight: 800; }
.swipe-hint { margin: 4px 0 0; color: var(--muted); font-size: 11px; text-align: right; }

.product-editorial-thumb {
  position: relative;
  display: grid;
  place-items: end start;
  width: 100%;
  height: 100%;
  padding: 18px;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 75% 22%, rgba(255, 255, 255, .72) 0 16%, transparent 17%),
    linear-gradient(145deg, #ffe7ee, #eef7ff);
}
.product-editorial-thumb::before,
.product-editorial-thumb::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(36, 35, 55, .12);
  border-radius: 50%;
}
.product-editorial-thumb::before { width: 140px; height: 140px; right: -28px; top: -28px; }
.product-editorial-thumb::after { width: 86px; height: 86px; right: 54px; top: 62px; }
.product-editorial-thumb span { position: relative; z-index: 1; max-width: 180px; font-size: 12px; font-weight: 900; letter-spacing: .06em; }
.product-editorial-thumb small { display: block; margin-top: 4px; color: var(--muted); font-weight: 700; }
.product-editorial-thumb.makeup { background: linear-gradient(145deg, #ffe3eb, #fff1c9); }
.product-editorial-thumb.haircare { background: linear-gradient(145deg, #e4fff8, #eaf1ff); }
.product-editorial-thumb.inner { background: linear-gradient(145deg, #fff3c9, #ffe6e8); }

/* Knowledge cards */
.knowledge-section { background: #f8f7ff; }
.knowledge-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.knowledge-card {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(36, 35, 55, .08);
  border-radius: 12px 28px 28px 28px;
  text-decoration: none;
  transition: transform .25s var(--ease);
}
.knowledge-card:nth-child(2n) { border-radius: 28px 28px 12px 28px; transform: translateY(16px); }
.knowledge-card:nth-child(2n):hover { transform: translateY(10px); }
.knowledge-card:hover { transform: translateY(-6px); }
.knowledge-card span { font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.knowledge-card strong { margin: 24px 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; letter-spacing: -.03em; }
.knowledge-card em { margin-top: auto; font-size: 12px; font-style: normal; font-weight: 850; }
.tone-coral { background: #ffe7ea; }
.tone-blue { background: #e4f4ff; }
.tone-lavender { background: #ebe8ff; }
.tone-mint { background: #ddf8ef; }

/* Regulatory */
.regulatory-alerts { background: #fff; }
.alert-list { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; }
.alert-row {
  display: grid;
  grid-template-columns: 104px 62px minmax(0, 1fr) 160px 24px;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: background .2s var(--ease);
}
.alert-row:last-child { border-bottom: 0; }
.alert-row:hover { background: #fff9f5; }
.alert-row .urgency,
.alert-row .alert-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
}
.urgency-week .urgency { color: #a43d20; background: #ffe1d5; }
.urgency-watch .urgency { color: #805916; background: #fff0c7; }
.urgency-reference .urgency { color: #48536b; background: #e9edf4; }
.alert-type { color: var(--ink-soft); background: #f5f4f7; }
.alert-row strong { font-size: 16px; line-height: 1.45; }
.alert-row small { color: var(--muted); font-size: 12px; }
.alert-row i { color: var(--pink); font-size: 20px; font-style: normal; }

/* Strategy bridge */
.strategy-bridge {
  position: relative;
  color: #fff;
  background: #242337;
}
.strategy-bridge::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 15%, rgba(255, 111, 145, .24), transparent 27%),
    radial-gradient(circle at 90% 86%, rgba(53, 188, 163, .16), transparent 28%);
}
.strategy-bridge .discovery-shell { position: relative; }
.light-heading > div > p { color: #ff9eb4; }
.light-heading > a { color: #fff; text-decoration-color: rgba(255, 255, 255, .42); }
.strategy-grid {
  display: grid;
  grid-template-columns: 1.15fr .9fr .95fr;
  gap: 14px;
}
.strategy-grid a {
  min-height: 270px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  color: #fff;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(12px);
  text-decoration: none;
  transition: transform .25s var(--ease), background .25s var(--ease);
}
.strategy-grid a:nth-child(2) { transform: translateY(18px); }
.strategy-grid a:hover { transform: translateY(-5px); background: rgba(255, 255, 255, .11); }
.strategy-grid a:nth-child(2):hover { transform: translateY(12px); }
.strategy-grid span { color: #ffabc0; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.strategy-grid h3 { margin: 24px 0 12px; font-size: clamp(21px, 2.4vw, 30px); line-height: 1.4; letter-spacing: -.035em; }
.strategy-grid p { margin: 0; color: rgba(255, 255, 255, .67); font-size: 13px; }
.strategy-grid strong { display: block; margin-top: 26px; font-size: 13px; }

/* Category gateway */
.category-gateway { background: #fffdf8; }
.gateway-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
.gateway-grid a {
  position: relative;
  display: grid;
  min-height: 205px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(36, 35, 55, .08);
  border-radius: 24px;
  color: var(--ink);
  text-decoration: none;
  transition: transform .25s var(--ease);
}
.gateway-grid a:hover { transform: translateY(-5px); }
.gateway-grid a > span { font-size: 27px; font-weight: 900; }
.gateway-grid a > strong { align-self: end; margin-top: 24px; font-size: 20px; }
.gateway-grid a > p { margin: 5px 0 16px; color: var(--ink-soft); font-size: 12px; }
.gateway-grid a > em { color: inherit; font-size: 12px; font-style: normal; font-weight: 850; }
.gateway-products { grid-column: span 4; background: #ffe4eb; }
.gateway-market { grid-column: span 4; background: #e3f6ed; }
.gateway-research { grid-column: span 4; background: #eae8ff; }
.gateway-knowledge { grid-column: span 3; background: #fff0c9; }
.gateway-regulatory { grid-column: span 4; background: #e8edf5; }
.gateway-strategy { grid-column: span 5; color: #fff !important; background: #2e3045; }

.home-search-cta {
  padding: 62px 0;
  background: linear-gradient(105deg, #ffe7ed, #fff5da 52%, #e6f7ff);
}
.home-search-cta .discovery-shell {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 50px;
}
.home-search-cta p { margin: 0 0 5px; color: var(--pink); font-size: 12px; font-weight: 900; }
.home-search-cta h2 { margin: 0; font-size: clamp(24px, 3vw, 38px); line-height: 1.3; letter-spacing: -.04em; }
.home-search-cta form { display: flex; gap: 10px; padding: 8px; border: 1px solid rgba(36, 35, 55, .1); border-radius: 999px; background: rgba(255, 255, 255, .84); box-shadow: var(--shadow-sm); }
.home-search-cta input { min-width: 0; flex: 1; padding: 12px 18px; border: 0; outline: 0; background: transparent; }
.home-search-cta button { min-width: 86px; border: 0; border-radius: 999px; color: #fff; background: var(--ink); font-weight: 800; cursor: pointer; }

/* Directory pages */
.directory-hero {
  padding: 60px 0 52px;
  border-bottom: 1px solid var(--line);
}
.product-directory-hero { background: linear-gradient(115deg, #fff1f5, #fffdf5 55%, #eef9ff); }
.archive-directory-hero { background: linear-gradient(115deg, #f1f0ff, #fffdf7 58%, #eaf9f4); }
.back-link { display: inline-block; margin-bottom: 28px; color: var(--muted); font-size: 13px; font-weight: 800; text-decoration: none; }
.directory-hero h1 { max-width: 850px; margin: 0; font-size: clamp(39px, 6vw, 68px); line-height: 1.13; letter-spacing: -.06em; }
.directory-hero > .discovery-shell > p:last-child { max-width: 690px; margin: 20px 0 0; color: var(--ink-soft); font-size: 16px; }

.product-finder,
.archive-finder { padding: 54px 0 90px; background: #fff; }
.finder-topline,
.archive-result-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.filter-toggle {
  display: none;
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
}
.product-filters,
.archive-filter-form {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fffdfc;
  box-shadow: 0 14px 38px rgba(55, 43, 74, .06);
}
.filter-search label,
.filter-selects label,
.archive-search-main label,
.archive-selects label {
  display: grid;
  gap: 6px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
}
.filter-search input,
.filter-selects select,
.archive-search-main input,
.archive-selects select {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
}
.filter-selects,
.archive-selects { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.category-filter { min-width: 0; margin: 0; padding: 0; border: 0; }
.category-filter legend { margin-bottom: 8px; color: var(--ink-soft); font-size: 12px; font-weight: 800; }
.category-filter > div,
.quick-searches { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.category-filter button,
.quick-searches button {
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}
.category-filter button.is-active { color: #fff; border-color: var(--ink); background: var(--ink); }
.filter-checks { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 13px; }
.filter-checks label { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; }
.filter-checks input { width: 18px; height: 18px; accent-color: var(--pink); }
.filter-checks button,
#resetFilters {
  margin-left: auto;
  border: 0;
  color: var(--pink);
  background: transparent;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}
.active-filter-summary { margin: 20px 0 12px; color: var(--muted); font-size: 13px; }

.product-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.catalog-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.catalog-card:nth-child(3n + 2) { border-radius: 10px 26px 26px 26px; }
.catalog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.catalog-image { height: 290px; background: linear-gradient(145deg, #fff, #fff3f6); }
.catalog-image img { width: 100%; height: 100%; padding: 24px; object-fit: contain; transition: transform .4s var(--ease); }
.catalog-card:hover img { transform: scale(1.04); }
.catalog-copy { display: grid; padding: 20px; }
.catalog-copy small { color: var(--muted); font-size: 11px; font-weight: 800; }
.catalog-copy strong { margin-top: 7px; font-size: 18px; line-height: 1.45; }
.catalog-copy em { margin-top: 8px; color: var(--ink-soft); font-size: 12px; font-style: normal; }
.catalog-copy b { margin-top: 16px; color: var(--pink); font-size: 13px; line-height: 1.5; }
.empty-state { margin-top: 24px; padding: 34px; border-radius: 22px; background: #f7f6fa; text-align: center; }
.empty-state button { min-height: 44px; padding: 9px 18px; border: 0; border-radius: 999px; color: #fff; background: var(--ink); font-weight: 800; cursor: pointer; }

.product-strategy-note,
.archive-strategy-link { padding: 60px 0; color: #fff; background: var(--ink); }
.product-strategy-note .discovery-shell,
.archive-strategy-link .discovery-shell { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.product-strategy-note span,
.archive-strategy-link span { color: #ffabc0; font-size: 12px; font-weight: 900; }
.product-strategy-note h2,
.archive-strategy-link h2 { margin: 7px 0; font-size: clamp(25px, 3.5vw, 39px); line-height: 1.3; }
.product-strategy-note p { margin: 0; color: rgba(255, 255, 255, .65); }
.product-strategy-note a,
.archive-strategy-link a { flex: 0 0 auto; padding: 14px 20px; border-radius: 999px; color: var(--ink); background: #fff; font-size: 13px; font-weight: 850; text-decoration: none; }

/* Archive */
.archive-filter-form { grid-template-columns: 1.2fr .95fr auto; align-items: end; }
.archive-search-main > div { display: flex; gap: 8px; }
.archive-search-main button { min-width: 76px; border: 0; border-radius: 12px; color: #fff; background: var(--ink); font-weight: 850; cursor: pointer; }
.archive-selects { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.quick-searches { margin: 16px 0 42px; }
.quick-searches > span { color: var(--muted); font-size: 12px; font-weight: 800; }
.archive-result-head #resultSummary { margin: 0; color: var(--muted); font-size: 13px; }
.archive-result-head #resultSummary strong { color: var(--pink); font-size: 24px; }
.archive-results.latest-layout { display: grid; gap: 18px; }
.archive-results .latest-feature,
.archive-results .latest-side,
.archive-results .latest-timeline { min-width: 0; }
.archive-results .latest-feature { min-height: 380px; }
.archive-results .latest-feature p,
.archive-results .latest-side p,
.archive-results .timeline-copy p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.static-fallback-feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.js-app-ready .static-fallback-feed { display: none; }
.static-fallback-feed article { padding: 22px; border: 1px solid var(--line); border-radius: 20px; }
.static-fallback-feed h3 { margin: 14px 0 8px; line-height: 1.45; }
.static-fallback-feed p { color: var(--muted); font-size: 13px; }
.static-fallback-feed a { font-size: 12px; font-weight: 850; }
.load-error { margin: 20px 0; padding: 22px; border-radius: 18px; color: #7d3020; background: #fff0e9; }

/* Product sheet */
.product-sheet {
  position: fixed;
  z-index: 180;
  inset: 0;
  display: grid;
  visibility: hidden;
  opacity: 0;
  transition: opacity .24s var(--ease), visibility .24s;
}
.product-sheet.is-open { visibility: visible; opacity: 1; }
.sheet-overlay { position: absolute; inset: 0; background: rgba(24, 21, 36, .44); backdrop-filter: blur(5px); }
.sheet-panel {
  position: relative;
  align-self: stretch;
  justify-self: end;
  width: min(620px, 100%);
  height: 100%;
  overflow-y: auto;
  padding: 34px;
  background: #fffdfc;
  box-shadow: -30px 0 80px rgba(24, 21, 36, .24);
  transform: translateX(104%);
  transition: transform .3s var(--ease);
}
.product-sheet.is-open .sheet-panel { transform: none; }
.sheet-close {
  position: sticky;
  z-index: 3;
  top: 0;
  float: right;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  font-size: 22px;
  cursor: pointer;
}
.sheet-product-visual {
  height: 330px;
  margin: 18px 0 24px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #fff1f5);
}
.sheet-product-visual img { width: 100%; height: 100%; padding: 28px; object-fit: contain; }
.sheet-kicker { margin: 0; color: var(--pink); font-size: 12px; font-weight: 900; }
.sheet-content h2 { margin: 8px 0 8px; font-size: clamp(27px, 5vw, 40px); line-height: 1.3; letter-spacing: -.04em; }
.sheet-price { margin: 0; color: var(--ink-soft); font-size: 14px; }
.sheet-lede { margin: 22px 0; font-size: 17px; font-weight: 750; line-height: 1.75; }
.sheet-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 20px 0; }
.sheet-facts div { padding: 14px; border-radius: 14px; background: #f6f5f8; }
.sheet-facts span { display: block; color: var(--muted); font-size: 10px; font-weight: 800; }
.sheet-facts strong { display: block; margin-top: 3px; font-size: 13px; line-height: 1.4; }
.sheet-analysis { padding: 20px; border-left: 4px solid var(--pink); border-radius: 0 16px 16px 0; background: #fff0f4; }
.sheet-analysis span { color: var(--pink); font-size: 11px; font-weight: 900; }
.sheet-analysis p { margin: 7px 0 0; font-size: 14px; }
.sheet-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0; }
.sheet-tags span { padding: 6px 9px; border-radius: 999px; background: #eeedf4; font-size: 11px; font-weight: 750; }
.sheet-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 24px; }
.sheet-actions a,
.sheet-actions button { min-height: 48px; padding: 11px 16px; border: 0; border-radius: 12px; font-size: 13px; font-weight: 850; cursor: pointer; text-align: center; text-decoration: none; }
.sheet-actions a { color: #fff; background: var(--ink); }
.sheet-actions button { border: 1px solid var(--line); background: #fff; }
.sheet-related { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.sheet-related > span { color: var(--muted); font-size: 11px; font-weight: 850; }
.sheet-related button { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; font-weight: 800; text-align: left; cursor: pointer; }

/* Contextual nudge */
.insight-nudge {
  position: fixed;
  z-index: 150;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  width: min(390px, calc(100vw - 36px));
  padding: 18px 44px 18px 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  color: #fff;
  background: rgba(36, 35, 55, .96);
  box-shadow: 0 24px 70px rgba(24, 21, 36, .28);
  transform: translateY(20px);
  opacity: 0;
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.insight-nudge[hidden] { display: none; }
.insight-nudge.is-visible { transform: none; opacity: 1; }
.insight-nudge > button { position: absolute; right: 9px; top: 8px; width: 34px; height: 34px; border: 0; color: #fff; background: transparent; font-size: 20px; cursor: pointer; }
.nudge-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; color: var(--ink); background: #ff9eb4; font-size: 20px; font-weight: 900; }
.insight-nudge small { display: block; color: #ffabc0; font-size: 10px; font-weight: 900; }
.insight-nudge strong { display: block; margin: 4px 0 8px; font-size: 14px; line-height: 1.45; }
.insight-nudge a { color: #fff; font-size: 11px; font-weight: 850; }

.dialog-suggestions a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

/* Existing article drawer: add one strong next read */
.detail-next-read {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.detail-next-read > span { color: var(--pink); font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.detail-next-primary {
  display: block;
  width: 100%;
  margin-top: 9px;
  padding: 18px;
  border: 0;
  border-radius: 16px;
  color: var(--ink);
  background: #fff0f4;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.detail-next-primary:hover { background: #ffe5ed; }
.detail-next-primary strong { display: block; line-height: 1.5; }
.detail-next-primary small { color: var(--pink); font-weight: 800; }
.detail-next-support { display: grid; gap: 7px; margin-top: 10px; }
.detail-next-support button { padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; font-size: 13px; font-weight: 750; text-align: left; cursor: pointer; }
.detail-strategy-link { display: block; margin-top: 20px; padding: 18px; border-radius: 16px; color: #fff; background: var(--ink); text-decoration: none; }
.detail-strategy-link small { display: block; color: #ffabc0; font-weight: 850; }
.detail-strategy-link strong { display: block; margin-top: 4px; }

@media (max-width: 1040px) {
  .discovery-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(370px, 1fr); gap: 38px; }
  .discovery-hero h1 { font-size: clamp(42px, 4.5vw, 52px); }
  .hero-story { grid-template-columns: 1fr; min-height: 0; }
  .hero-story-image { height: 300px; }
  .hero-story-copy { padding: 24px; }
  .hero-story-copy h2 { font-size: 28px; }
  .spotlight-layout { grid-template-columns: 1fr; }
  .spotlight-side { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .knowledge-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .strategy-grid { grid-template-columns: 1fr 1fr; }
  .strategy-grid a:last-child { grid-column: 1 / -1; min-height: 220px; }
  .product-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archive-filter-form { grid-template-columns: 1fr; }
  .archive-filter-form #resetFilters { justify-self: end; }
}

@media (max-width: 820px) {
  .discovery-shell { width: min(100% - 32px, 1180px); }
  .discovery-section { padding: 58px 0; }
  .discovery-heading { align-items: flex-start; margin-bottom: 20px; }
  .discovery-heading > a { font-size: 12px; }
  .discovery-heading h2 { font-size: 30px; }

  .discovery-hero { padding: 40px 0 48px; }
  .discovery-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .discovery-hero h1 { font-size: clamp(39px, 12vw, 55px); }
  .hero-one-line { margin-top: 18px; font-size: 15px; }
  .discovery-hero .hero-actions { margin-top: 24px; }
  .hero-story { grid-template-columns: 1.12fr .88fr; min-height: 310px; border-radius: 28px 8px 28px 28px; }
  .hero-story-image { height: auto; min-height: 300px; }
  .hero-story-image img { padding: 20px 8px; }
  .hero-story-copy { padding: 20px 16px; }
  .hero-story-copy h2 { margin: 12px 0 8px; font-size: 22px; }
  .hero-story-copy strong { margin-top: 18px; font-size: 12px; }

  .spotlight-main { grid-template-columns: 1fr; min-height: 0; border-radius: 26px 26px 8px 26px; }
  .spotlight-main-visual { min-height: 320px; }
  .spotlight-copy { padding: 24px; }
  .spotlight-question { font-size: 29px; }
  .spotlight-copy > small { margin-top: 20px; }
  .spotlight-side { grid-template-columns: 1fr; }
  .spotlight-card { grid-template-columns: 125px minmax(0, 1fr); min-height: 210px; }
  .editorial-visual { min-height: 210px; }
  .spotlight-card > div:last-child { padding: 20px 17px; }
  .spotlight-card h3 { font-size: 19px; }

  .product-rail {
    margin-right: calc((100vw - 100%) / -2);
    padding-right: 24px;
    grid-auto-columns: minmax(245px, 78vw);
  }
  .knowledge-rail {
    grid-auto-flow: column;
    grid-auto-columns: minmax(245px, 78vw);
    grid-template-columns: none;
    overflow-x: auto;
    margin-right: calc((100vw - 100%) / -2);
    padding: 2px 24px 24px 1px;
    scroll-snap-type: x mandatory;
  }
  .knowledge-card { min-height: 220px; scroll-snap-align: start; }
  .knowledge-card:nth-child(2n) { transform: none; }
  .knowledge-card:nth-child(2n):hover { transform: translateY(-5px); }

  .alert-row { grid-template-columns: 92px 54px minmax(0, 1fr) 18px; gap: 9px; padding: 15px 14px; }
  .alert-row small { display: none; }
  .alert-row strong { font-size: 14px; }
  .alert-row .urgency,
  .alert-row .alert-type { padding-inline: 5px; font-size: 10px; }

  .strategy-grid { grid-auto-flow: column; grid-auto-columns: 82vw; grid-template-columns: none; overflow-x: auto; margin-right: calc((100vw - 100%) / -2); padding: 2px 24px 24px 1px; scroll-snap-type: x mandatory; }
  .strategy-grid a,
  .strategy-grid a:nth-child(2),
  .strategy-grid a:last-child { grid-column: auto; min-height: 250px; transform: none; scroll-snap-align: start; }
  .strategy-grid a:nth-child(2):hover { transform: translateY(-5px); }

  .gateway-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gateway-grid a,
  .gateway-products,
  .gateway-market,
  .gateway-research,
  .gateway-knowledge,
  .gateway-regulatory,
  .gateway-strategy { grid-column: span 1; min-height: 190px; padding: 18px; }
  .gateway-grid a > strong { font-size: 18px; }

  .home-search-cta .discovery-shell { grid-template-columns: 1fr; gap: 22px; }
  .home-search-cta form { border-radius: 18px; }

  .directory-hero { padding: 40px 0 38px; }
  .directory-hero h1 { font-size: clamp(38px, 11vw, 54px); }
  .product-finder,
  .archive-finder { padding: 38px 0 70px; }
  .finder-topline { align-items: center; }
  .filter-toggle { display: inline-flex; align-items: center; gap: 8px; }
  .product-filters { display: none; padding: 16px; }
  .product-filters.is-open { display: grid; }
  .filter-selects,
  .archive-selects { grid-template-columns: 1fr; }
  .category-filter > div { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .category-filter button { flex: 0 0 auto; }
  .filter-checks { align-items: flex-start; }
  .filter-checks button { width: 100%; margin: 0; padding-top: 10px; text-align: left; }
  .product-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .catalog-image { height: 210px; }
  .catalog-image img { padding: 16px; }
  .catalog-copy { padding: 15px; }
  .catalog-copy strong { font-size: 15px; }
  .catalog-copy b { font-size: 11px; }

  .product-strategy-note .discovery-shell,
  .archive-strategy-link .discovery-shell { align-items: flex-start; flex-direction: column; }
  .product-strategy-note a,
  .archive-strategy-link a { width: 100%; text-align: center; }

  .archive-filter-form { padding: 16px; }
  .archive-search-main > div { flex-direction: column; }
  .archive-search-main button { min-height: 46px; }
  .quick-searches { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .quick-searches > * { flex: 0 0 auto; }
  .archive-result-head { align-items: flex-start; }
  .static-fallback-feed { grid-template-columns: 1fr; }

  .sheet-panel {
    align-self: end;
    justify-self: stretch;
    width: 100%;
    height: min(88vh, 780px);
    padding: 20px 18px max(28px, env(safe-area-inset-bottom));
    border-radius: 26px 26px 0 0;
    transform: translateY(104%);
  }
  .sheet-product-visual { height: 270px; }
  .sheet-content h2 { font-size: 29px; }
  .sheet-facts { grid-template-columns: 1fr 1fr; }
  .sheet-actions { grid-template-columns: 1fr; }
}

@media (max-width: 440px) {
  .discovery-shell { width: min(100% - 28px, 1180px); }
  .discovery-heading { display: grid; gap: 10px; }
  .discovery-heading > a { justify-self: start; }
  .discovery-hero-copy .issue-line { margin-bottom: 18px; }
  .discovery-hero h1 { font-size: clamp(37px, 12.5vw, 49px); }
  .hero-one-line { max-width: 315px; }
  .discovery-hero .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .discovery-hero .button { min-width: 0; padding-inline: 10px; font-size: 12px; text-align: center; }
  .hero-story { grid-template-columns: 1fr; }
  .hero-story-image { height: 230px; min-height: 0; }
  .hero-story-copy { padding: 18px; }
  .hero-story-copy h2 { font-size: 24px; }

  .spotlight-main-visual { min-height: 270px; }
  .spotlight-card { grid-template-columns: 104px minmax(0, 1fr); }
  .visual-alert { padding: 12px; }
  .visual-alert strong { font-size: 64px; }
  .spotlight-card h3 { font-size: 17px; }

  .alert-row { grid-template-columns: 82px minmax(0, 1fr) 18px; }
  .alert-row .alert-type { display: none; }
  .gateway-grid { grid-template-columns: 1fr; }
  .gateway-grid a,
  .gateway-products,
  .gateway-market,
  .gateway-research,
  .gateway-knowledge,
  .gateway-regulatory,
  .gateway-strategy { min-height: 160px; }
  .home-search-cta form { display: grid; }
  .home-search-cta button { min-height: 44px; }

  .product-catalog { grid-template-columns: 1fr; }
  .catalog-card { grid-template-columns: 128px minmax(0, 1fr); border-radius: 18px; }
  .catalog-image { height: auto; min-height: 190px; }
  .catalog-copy { align-content: center; }
  .catalog-copy b { margin-top: 10px; }
  .finder-topline { align-items: flex-start; }
  .finder-topline h2 { font-size: 28px; }
  .archive-result-head { display: grid; gap: 8px; }
  .archive-result-head #resultSummary { justify-self: start; }

  .sheet-facts { grid-template-columns: 1fr; }
  .sheet-product-visual { height: 220px; }
  .insight-nudge { grid-template-columns: 38px minmax(0, 1fr); padding: 15px 40px 15px 14px; }
  .nudge-mark { width: 38px; height: 38px; }
}

@media (hover: none) {
  .hero-story:hover,
  .spotlight-main:hover,
  .spotlight-card:hover,
  .compact-product:hover,
  .catalog-card:hover,
  .gateway-grid a:hover,
  .knowledge-card:hover { transform: none; box-shadow: initial; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-story,
  .hero-story img,
  .spotlight-main,
  .spotlight-card,
  .compact-product,
  .compact-product img,
  .catalog-card,
  .catalog-card img,
  .knowledge-card,
  .gateway-grid a,
  .product-sheet,
  .sheet-panel,
  .insight-nudge { transition: none !important; }
}
