:root {
  --iqhq-shell-width: min(1228px, calc(100vw - 28px));
  --iqhq-content-width: min(1120px, calc(100vw - 32px));
  --iqhq-surface-dark: rgba(12, 16, 24, 0.88);
  --iqhq-surface-light: rgba(255, 255, 255, 0.9);
  --iqhq-border-dark: rgba(255, 255, 255, 0.08);
  --iqhq-border-light: rgba(10, 18, 30, 0.08);
  --iqhq-shadow-dark: 0 18px 50px rgba(0, 0, 0, 0.28);
  --iqhq-shadow-light: 0 18px 50px rgba(84, 108, 136, 0.12);
  --iqhq-card-radius: 22px;
  --iqhq-card-gap: 12px;
}

html[data-theme="dark"],
body[data-theme="dark"] {
  background: #04070c;
  color: #edf4ff;
}

html[data-theme="light"],
body[data-theme="light"] {
  background: #f7f9fc;
  color: #0b1522;
}

.site-shell {
  gap: 14px;
}

.topbar {
  width: var(--iqhq-shell-width) !important;
  min-height: 66px !important;
  margin: 10px auto 0 !important;
  padding: 9px 18px 9px 24px !important;
  gap: 12px !important;
  grid-template-columns: 176px minmax(0, 1fr) 298px !important;
  align-items: center !important;
  border-radius: 999px !important;
}

html[data-theme="dark"] .topbar,
body[data-theme="dark"] .topbar {
  background: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34) !important;
}

html[data-theme="light"] .topbar,
body[data-theme="light"] .topbar {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(10, 18, 30, 0.08) !important;
  box-shadow: 0 18px 44px rgba(84, 108, 136, 0.16) !important;
}

.brand-lockup {
  width: 176px !important;
  min-width: 176px !important;
  margin-left: 10px !important;
  padding-left: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.brand-lockup__logo {
  height: 56px !important;
  max-height: 56px !important;
  width: auto !important;
  object-fit: contain !important;
}

.topnav {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: min(100%, 768px) !important;
  gap: 4px !important;
  min-width: 0 !important;
}

.topnav a {
  min-height: 32px !important;
  min-width: 64px !important;
  padding: 4px 5px !important;
  font-size: 0.63rem !important;
  letter-spacing: 0.095em !important;
  white-space: nowrap !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: rgba(234, 242, 255, 0.74) !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  transition:
    color 160ms ease,
    opacity 160ms ease !important;
  text-align: center !important;
}

.topnav a[href="/learning"],
.topnav a[href="/research"] {
  min-width: 78px !important;
}

.topnav a[href="/agreements"] {
  min-width: 88px !important;
}

.topnav a[href="/compensation"] {
  min-width: 100px !important;
}

.topnav a:hover,
.topnav a:focus-visible,
.topnav a.is-current {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

html[data-theme="light"] .topnav a,
body[data-theme="light"] .topnav a {
  color: rgba(11, 21, 34, 0.72) !important;
}

html[data-theme="light"] .topnav a:hover,
html[data-theme="light"] .topnav a:focus-visible,
html[data-theme="light"] .topnav a.is-current,
body[data-theme="light"] .topnav a:hover,
body[data-theme="light"] .topnav a:focus-visible,
body[data-theme="light"] .topnav a.is-current {
  color: #0b1522 !important;
}

.topbar__actions {
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
  width: 298px !important;
  justify-content: flex-end !important;
}

.region-pill {
  min-height: 34px !important;
  max-width: 246px !important;
  padding: 4px 6px !important;
  gap: 5px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

html[data-theme="light"] .region-pill,
body[data-theme="light"] .region-pill {
  background: rgba(244, 248, 253, 0.96) !important;
  border: 1px solid rgba(10, 18, 30, 0.08) !important;
}

.region-pill__badge,
.region-pill__meta-pill {
  min-height: 24px !important;
  padding: 4px 10px !important;
  font-size: 0.72rem !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.region-pill__badge {
  background: rgba(100, 194, 255, 0.14) !important;
  color: #f4f9ff !important;
  border: 1px solid rgba(120, 202, 255, 0.2) !important;
}

html[data-theme="light"] .region-pill__badge,
body[data-theme="light"] .region-pill__badge {
  color: #0b1522 !important;
}

.region-pill__meta-pill {
  background: rgba(255, 255, 255, 0.04) !important;
  color: rgba(237, 244, 255, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

html[data-theme="light"] .region-pill__meta-pill,
body[data-theme="light"] .region-pill__meta-pill {
  background: rgba(11, 21, 34, 0.04) !important;
  color: rgba(11, 21, 34, 0.62) !important;
  border: 1px solid rgba(10, 18, 30, 0.06) !important;
}

.theme-toggle {
  min-height: 36px !important;
  padding: 4px !important;
  gap: 4px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

html[data-theme="light"] .theme-toggle,
body[data-theme="light"] .theme-toggle {
  background: rgba(244, 248, 253, 0.96) !important;
  border: 1px solid rgba(10, 18, 30, 0.08) !important;
}

.theme-toggle__button {
  min-height: 28px !important;
  min-width: 32px !important;
  width: 32px !important;
  padding: 0 !important;
  font-size: 0 !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
  color: transparent !important;
  background: transparent !important;
  border: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.theme-toggle__button::before {
  content: "☾";
  display: block !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  color: rgba(234, 242, 255, 0.88) !important;
  text-align: center !important;
}

html[data-theme="light"] .theme-toggle__button::before,
body[data-theme="light"] .theme-toggle__button::before {
  color: rgba(11, 21, 34, 0.86) !important;
}

.theme-toggle__button[data-theme-choice="light"]::before {
  content: "💡";
  font-size: 0.92rem !important;
}

.page-loader__card {
  min-width: min(360px, calc(100vw - 48px)) !important;
  max-width: 420px !important;
  padding: 18px 22px 16px !important;
  border-radius: 24px !important;
  background: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.42),
    0 8px 18px rgba(0, 0, 0, 0.24) !important;
  backdrop-filter: none !important;
}

.page-loader__logo {
  height: 88px !important;
  max-height: 88px !important;
}

html[data-theme="dark"] .page-loader,
body[data-theme="dark"] .page-loader {
  background: transparent !important;
}

html[data-theme="light"] .page-loader,
body[data-theme="light"] .page-loader {
  background: transparent !important;
}

.page-loader {
  backdrop-filter: none !important;
}

.page-loader__brand {
  width: min(182px, 46vw) !important;
}

.page-loader__label {
  color: rgba(239, 246, 255, 0.8) !important;
  font-size: 0.9rem !important;
}

.page-loader__mark {
  width: 28px !important;
  height: 28px !important;
  border-width: 2px !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  border-top-color: rgba(106, 197, 255, 0.92) !important;
}

body.splash-page .entry-card {
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: max(20px, env(safe-area-inset-bottom, 0px)) !important;
  transform: translateX(-50%) !important;
  width: min(520px, calc(100vw - 52px)) !important;
  max-height: min(40vh, 360px) !important;
  padding: 16px 18px !important;
  border-radius: 24px !important;
}

body.splash-page .entry-card__step {
  gap: 12px !important;
}

body.splash-page .entry-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

main,
body[data-page="home"] main,
body[data-page="news"] main,
body[data-page="learn"] main {
  gap: 14px !important;
}

.section,
.hub {
  width: var(--iqhq-content-width) !important;
  margin: 0 auto !important;
  padding-top: 8px !important;
}

.section-heading {
  margin-bottom: 10px !important;
}

body[data-page="home"] .hero {
  width: var(--iqhq-content-width) !important;
  margin: 0 auto !important;
  padding-top: 6px !important;
  padding-bottom: 0 !important;
}

html[data-theme="light"] body[data-page="home"] .hero,
body[data-theme="light"][data-page="home"] .hero {
  background: #ffffff !important;
}

html[data-theme="dark"] body[data-page="home"] .hero,
body[data-theme="dark"][data-page="home"] .hero {
  background: #000000 !important;
}

body[data-page="home"] .hero__frame--launch {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 4px 0 0 !important;
  gap: 12px !important;
}

html[data-theme="light"] body[data-page="home"] .hero__frame--launch,
body[data-theme="light"][data-page="home"] .hero__frame--launch {
  background: #ffffff !important;
  box-shadow: none !important;
}

body[data-page="home"] .hero__frame--launch::before {
  display: none !important;
}

body[data-page="home"] .hero__content--launch {
  width: min(100%, 940px) !important;
  margin: 0 auto !important;
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  gap: 8px !important;
  text-align: center !important;
}

body[data-page="home"] .hero__content--launch .eyebrow {
  margin: 0 !important;
}

body[data-page="home"] .hero__content--launch h1 {
  width: min(100%, 13.4ch) !important;
  max-width: 13.4ch !important;
  margin: 0 auto !important;
  font-size: clamp(2.8rem, 4.45vw, 4.9rem) !important;
  line-height: 0.93 !important;
  letter-spacing: -0.056em !important;
  text-wrap: balance !important;
}

.hero-nowrap {
  white-space: nowrap !important;
}

body[data-page="home"] .hero__lede {
  width: min(100%, 32rem) !important;
  max-width: 32rem !important;
  margin: 0 auto !important;
  font-size: 0.96rem !important;
  line-height: 1.42 !important;
  text-align: center !important;
}

body[data-page="home"] .hero-search {
  width: min(560px, 100%) !important;
  margin-top: 8px !important;
  padding: 7px !important;
}

body[data-page="home"] .hero__chips {
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 6px !important;
}

body[data-page="home"] .hero-divider {
  width: min(1100px, 100%) !important;
  margin: 10px auto 0 !important;
}

body[data-page="home"] main {
  position: relative !important;
  isolation: isolate !important;
}

body[data-page="home"] {
  --iqhq-home-band-start: 19.5rem;
}

html[data-theme="light"] body[data-page="home"] main,
body[data-theme="light"][data-page="home"] main {
  background: #ffffff !important;
  border-radius: 0 0 36px 36px !important;
}

body[data-page="home"] main::before {
  display: none !important;
}

body[data-page="home"] .hero,
body[data-page="home"] .section {
  position: relative !important;
  z-index: 1 !important;
}

.reveal,
.reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

body[data-page="home"] .hero.reveal,
body[data-page="home"] .section.reveal,
body[data-page="news"] .section.reveal,
body[data-page="learn"] .section.reveal {
  opacity: 1 !important;
  transform: none !important;
}

body[data-page="home"] .home-news-grid--hero {
  width: min(1100px, 100%) !important;
  margin: 8px auto 0 !important;
  display: grid !important;
  gap: 10px !important;
  background: transparent !important;
}

body[data-page="home"] .home-feed-band {
  position: relative !important;
  display: grid !important;
  gap: 10px !important;
  margin-top: 22px !important;
  padding: 24px !important;
  border: 1px solid var(--line) !important;
  border-radius: 32px !important;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--shell-strong) 94%, transparent) 0%, color-mix(in srgb, var(--shell) 92%, transparent) 100%) !important;
  box-shadow: var(--depth-shadow) !important;
  overflow: hidden !important;
}

html[data-theme="dark"] body[data-page="home"] .home-feed-band,
body[data-theme="dark"][data-page="home"] .home-feed-band {
  background:
    linear-gradient(180deg, rgba(31, 48, 68, 0.96) 0%, rgba(21, 33, 47, 0.98) 52%, rgba(15, 22, 31, 0.99) 100%) !important;
  border: 1px solid rgba(82, 118, 156, 0.24) !important;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.46) !important;
}

body[data-page="home"] .home-feed-band::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background:
    linear-gradient(135deg, var(--edge) 0%, transparent 26%),
    radial-gradient(circle at top right, color-mix(in srgb, var(--accent-soft) 65%, transparent) 0%, transparent 38%) !important;
  opacity: 0.95 !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

html[data-theme="dark"] body[data-page="home"] .home-feed-band::before,
body[data-theme="dark"][data-page="home"] .home-feed-band::before {
  background:
    linear-gradient(180deg, rgba(62, 168, 239, 0.1) 0%, rgba(62, 168, 239, 0.03) 42%, transparent 100%),
    linear-gradient(135deg, rgba(109, 145, 184, 0.14) 0%, transparent 26%),
    radial-gradient(circle at top center, rgba(86, 173, 245, 0.16) 0%, transparent 34%),
    radial-gradient(circle at top right, rgba(74, 154, 227, 0.24) 0%, transparent 42%) !important;
  opacity: 1 !important;
}

body[data-page="home"] .home-feed-band > * {
  position: relative !important;
  z-index: 1 !important;
}

body[data-page="research"] .coming-soon-surface.powered-mark {
  width: min(300px, calc(100vw - 44px)) !important;
  min-height: 92px !important;
  margin: 0 auto 6px !important;
  padding: 16px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 24px !important;
}

body[data-page="research"] .powered-mark__lockup {
  width: 100% !important;
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  gap: 6px !important;
  text-align: center !important;
}

body[data-page="research"] .powered-mark__label {
  font-size: 0.64rem !important;
  letter-spacing: 0.18em !important;
}

body[data-page="research"] .powered-mark__logo {
  width: min(182px, 100%) !important;
  max-width: min(182px, 100%) !important;
  margin: 0 auto !important;
}

body[data-page="research"] #research-filters.control-grid {
  grid-template-columns: minmax(210px, 1.35fr) repeat(5, minmax(102px, 0.8fr)) !important;
  gap: 8px !important;
  align-items: end !important;
}

body[data-page="research"] #research-filters .field {
  gap: 6px !important;
}

body[data-page="research"] #research-filters .field span {
  font-size: 0.78rem !important;
  letter-spacing: 0.02em !important;
}

body[data-page="research"] #research-filters .field input,
body[data-page="research"] #research-filters .field select {
  min-height: 40px !important;
  padding: 9px 10px !important;
  font-size: 0.84rem !important;
}

.home-news-feature-grid,
.home-news-list,
.preview-grid--learning-home,
.news-layout,
.news-stack,
.learning-grid {
  width: 100% !important;
  margin: 0 auto !important;
  align-items: start !important;
}

.home-news-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: var(--iqhq-card-gap) !important;
}

.home-news-list,
.preview-grid--learning-home,
.news-stack,
.learning-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(228px, 1fr)) !important;
  gap: var(--iqhq-card-gap) !important;
}

.news-layout {
  display: grid !important;
  gap: var(--iqhq-card-gap) !important;
}

.feature-story--news {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr) !important;
  gap: 14px !important;
  align-items: start !important;
}

.home-news-feature,
.home-news-card,
.news-card,
.learning-card,
.preview-grid--learning-home .preview-card,
.coming-soon-card,
.feature-story--news {
  min-width: 0 !important;
  border-radius: var(--iqhq-card-radius) !important;
}

html[data-theme="dark"] .home-news-feature,
html[data-theme="dark"] .home-news-card,
html[data-theme="dark"] .news-card,
html[data-theme="dark"] .learning-card,
html[data-theme="dark"] .preview-grid--learning-home .preview-card,
html[data-theme="dark"] .coming-soon-card,
html[data-theme="dark"] .feature-story--news,
body[data-theme="dark"] .home-news-feature,
body[data-theme="dark"] .home-news-card,
body[data-theme="dark"] .news-card,
body[data-theme="dark"] .learning-card,
body[data-theme="dark"] .preview-grid--learning-home .preview-card,
body[data-theme="dark"] .coming-soon-card,
body[data-theme="dark"] .feature-story--news {
  background: var(--iqhq-surface-dark) !important;
  border: 1px solid var(--iqhq-border-dark) !important;
  box-shadow: var(--iqhq-shadow-dark) !important;
}

html[data-theme="light"] .home-news-feature,
html[data-theme="light"] .home-news-card,
html[data-theme="light"] .news-card,
html[data-theme="light"] .learning-card,
html[data-theme="light"] .preview-grid--learning-home .preview-card,
html[data-theme="light"] .coming-soon-card,
html[data-theme="light"] .feature-story--news,
body[data-theme="light"] .home-news-feature,
body[data-theme="light"] .home-news-card,
body[data-theme="light"] .news-card,
body[data-theme="light"] .learning-card,
body[data-theme="light"] .preview-grid--learning-home .preview-card,
body[data-theme="light"] .coming-soon-card,
body[data-theme="light"] .feature-story--news {
  background: var(--iqhq-surface-light) !important;
  border: 1px solid var(--iqhq-border-light) !important;
  box-shadow: var(--iqhq-shadow-light) !important;
}

.home-news-feature,
.home-news-card,
.news-card,
.learning-card,
.preview-grid--learning-home .preview-card,
.coming-soon-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 12px !important;
  height: 100% !important;
}

.home-news-feature__body,
.home-news-card__body,
.news-card__body,
.feature-story__body,
.learning-card,
.preview-grid--learning-home .preview-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0 !important;
  height: 100% !important;
}

.home-news-feature__media,
.home-news-card__media,
.news-card__media,
.learning-card__media,
.preview-card__media,
.news-card__media--feature {
  position: relative !important;
  width: 100% !important;
  min-height: 148px !important;
  aspect-ratio: 16 / 9.2 !important;
  overflow: hidden !important;
  border-radius: 16px !important;
}

.home-news-feature__media {
  min-height: 176px !important;
}

.news-card__media--feature {
  min-height: 218px !important;
}

.home-news-feature__media img,
.home-news-card__media img,
.news-card__media img,
.learning-card__media img,
.preview-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.home-news-feature__body h3,
.feature-story__body h3 {
  font-size: clamp(1.28rem, 1.85vw, 1.82rem) !important;
  line-height: 1.05 !important;
  margin: 0 !important;
  text-wrap: pretty !important;
}

.home-news-card__body h3,
.news-card__body h3,
.preview-grid--learning-home .preview-card h3,
.learning-card h3 {
  font-size: 1rem !important;
  line-height: 1.16 !important;
  margin: 0 !important;
  text-wrap: pretty !important;
}

.home-news-feature__body > p,
.home-news-card__body > p,
.news-card__body > p,
.feature-story__body > p,
.preview-grid--learning-home .preview-card > p,
.learning-card > p,
.home-news-card__why,
.news-card__why,
.detail-block p {
  margin: 0 !important;
  font-size: 0.88rem !important;
  line-height: 1.45 !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
}

.detail-block,
.detail-block--news {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.detail-block h4 {
  margin: 0 !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.list-card__meta,
.source-identity,
.tag-row,
.preview-card__list,
.learning-card__footer,
.preview-card__actions,
.home-news-card__body .text-link--inline,
.news-card__body .text-link--inline,
.feature-story__body .text-link--inline {
  width: 100% !important;
  min-width: 0 !important;
}

.preview-card__actions,
.learning-card__footer,
.home-news-card__body .text-link--inline,
.news-card__body .text-link--inline,
.feature-story__body .text-link--inline {
  margin-top: auto !important;
}

.coming-soon-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: var(--iqhq-card-gap) !important;
}

.topbar__menu-button {
  min-width: 42px !important;
  min-height: 42px !important;
}

.mobile-menu {
  width: min(92vw, 360px) !important;
}

.mobile-menu__links a {
  min-height: 44px !important;
}

@media (max-width: 1024px) {
  .topbar {
    padding: 10px 14px 10px 20px !important;
    grid-template-columns: 164px minmax(0, 1fr) 276px !important;
  }

  .topnav a {
    min-width: 62px !important;
    padding: 8px 4px !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.08em !important;
  }

  .topnav a[href="/agreements"] {
    min-width: 82px !important;
  }

  .topnav a[href="/compensation"] {
    min-width: 92px !important;
  }

  .region-pill {
    max-width: 236px !important;
  }

  .topbar__actions {
    width: 276px !important;
  }

  .home-news-list,
  .preview-grid--learning-home,
  .news-stack,
  .learning-grid {
    grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  :root {
    --iqhq-content-width: min(calc(100vw - 12px), 100%) !important;
  }

  .topbar {
    width: min(calc(100vw - 12px), 100%) !important;
    min-height: 54px !important;
    padding: 6px 10px 6px 14px !important;
    gap: 8px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .brand-lockup {
    width: 144px !important;
    min-width: 144px !important;
    margin-left: 0 !important;
    align-self: center !important;
  }

  .brand-lockup__logo {
    height: 48px !important;
    max-height: 48px !important;
    transform: translateY(2px) !important;
  }

  .topnav {
    display: none !important;
  }

  .topbar__actions {
    justify-content: flex-end !important;
    margin-left: auto !important;
  }

  .topbar__actions > .region-pill,
  .topbar__actions > .theme-toggle {
    display: none !important;
  }

  .topbar__menu-button {
    min-width: 40px !important;
    min-height: 40px !important;
    margin-left: auto !important;
  }

  .mobile-menu {
    top: 62px !important;
  }

  body.splash-page .entry-card {
    width: min(92vw, 392px) !important;
    bottom: max(12px, env(safe-area-inset-bottom, 0px)) !important;
    max-height: min(50vh, 420px) !important;
    padding: 14px !important;
  }

  body.splash-page .entry-choice-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home"] .hero {
    padding-top: 4px !important;
  }

  body[data-page="home"] .hero__frame--launch {
    padding-top: 0 !important;
  }

  body[data-page="home"] .hero__content--launch {
    width: min(100%, 21rem) !important;
    gap: 7px !important;
  }

  body[data-page="home"] .hero__content--launch h1 {
    width: min(100%, 15.2rem) !important;
    max-width: 15.2rem !important;
    font-size: clamp(1.92rem, 7vw, 2.42rem) !important;
    line-height: 0.96 !important;
  }

  body[data-page="home"] .hero__lede {
    width: min(100%, 18rem) !important;
    max-width: 18rem !important;
    font-size: 0.88rem !important;
  }

  body[data-page="home"] .hero-search {
    width: min(100%, calc(100vw - 18px)) !important;
    margin-top: 6px !important;
    grid-template-columns: minmax(0, 1fr) 84px !important;
    padding: 6px !important;
  }

  body[data-page="home"] .hero__chips {
    width: min(100%, calc(100vw - 18px)) !important;
  }

  body[data-page="home"] .hero-divider {
    margin-top: 8px !important;
  }

  body[data-page="home"] {
    --iqhq-home-band-start: 15.5rem;
  }

  html[data-theme="light"] body[data-page="home"] main,
  body[data-theme="light"][data-page="home"] main {
    border-radius: 0 0 28px 28px !important;
  }

  body[data-page="home"] .home-feed-band {
    margin-top: 18px !important;
    padding: 18px !important;
    border-radius: 28px !important;
  }

  .home-news-feature-grid,
  .home-news-list,
  .preview-grid--learning-home,
  .news-stack,
  .learning-grid,
  .coming-soon-grid {
    grid-template-columns: 1fr !important;
  }

  .feature-story--news {
    grid-template-columns: 1fr !important;
  }

  .home-news-feature__media,
  .home-news-card__media,
  .news-card__media,
  .learning-card__media,
  .preview-card__media,
  .news-card__media--feature {
    min-height: 188px !important;
    aspect-ratio: 16 / 10 !important;
  }
}

@media (max-width: 640px) {
  main,
  body[data-page="home"] main,
  body[data-page="news"] main,
  body[data-page="learn"] main {
    gap: 10px !important;
  }

  .section,
  .hub {
    padding-top: 6px !important;
  }

  .section,
  .hub,
  body[data-page="home"] .hero,
  body[data-page="home"] .home-news-grid--hero {
    width: min(calc(100vw - 8px), 100%) !important;
  }

  .section-heading {
    margin-bottom: 8px !important;
  }

  .home-news-feature,
  .home-news-card,
  .news-card,
  .learning-card,
  .preview-grid--learning-home .preview-card,
  .coming-soon-card {
    padding: 11px !important;
    gap: 8px !important;
    border-radius: 18px !important;
  }

  .home-news-feature__media,
  .home-news-card__media,
  .news-card__media,
  .learning-card__media,
  .preview-card__media,
  .news-card__media--feature {
    min-height: 178px !important;
  }

  .home-news-feature__body h3 {
    font-size: 1.16rem !important;
  }

  body[data-page="home"] .hero-search {
    width: min(100%, calc(100vw - 14px)) !important;
    grid-template-columns: minmax(0, 1fr) 82px !important;
  }

  body[data-page="home"] .hero-search input {
    min-width: 0 !important;
    padding-inline: 14px !important;
  }

  body[data-page="home"] .hero-search button {
    min-width: 82px !important;
    padding-inline: 10px !important;
    font-size: 0.92rem !important;
  }

  body[data-page="home"] {
    --iqhq-home-band-start: 13.4rem;
  }

  html[data-theme="light"] body[data-page="home"] main,
  body[data-theme="light"][data-page="home"] main {
    border-radius: 0 0 24px 24px !important;
  }

  body[data-page="home"] .home-feed-band {
    margin-top: 14px !important;
    padding: 14px !important;
    border-radius: 24px !important;
  }

  body[data-page="research"] .coming-soon-surface.powered-mark {
    width: min(272px, calc(100vw - 36px)) !important;
    min-height: 84px !important;
    padding: 14px 14px !important;
  }

  body[data-page="research"] .powered-mark__logo {
    width: min(164px, 100%) !important;
    max-width: min(164px, 100%) !important;
  }
}

body.splash-page .splash-video::-webkit-media-controls,
body.splash-page .splash-video::-webkit-media-controls-enclosure,
body.splash-page .splash-video::-webkit-media-controls-panel,
body.splash-page .splash-video::-webkit-media-controls-play-button,
body.splash-page .splash-video::-webkit-media-controls-start-playback-button,
body.splash-page .splash-video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
}

body.splash-page .splash-shell {
  isolation: isolate !important;
}

body.splash-page .splash-video,
body.splash-page .splash-fallback {
  grid-area: 1 / 1 !important;
}

body.splash-page .splash-fallback {
  position: relative !important;
  z-index: 2 !important;
  width: min(560px, calc(100vw - 180px)) !important;
  max-width: 100% !important;
  max-height: 34vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 26px !important;
  background: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition:
    opacity 180ms ease,
    visibility 180ms ease !important;
  pointer-events: none !important;
  will-change: opacity !important;
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
}

body.splash-page .splash-fallback__image,
body.splash-page .splash-fallback__canvas {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

body.splash-page .splash-fallback__image {
  object-fit: contain !important;
  background: #ffffff !important;
}

body.splash-page .splash-fallback__canvas {
  object-fit: contain !important;
}

body.splash-page .splash-video {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  will-change: opacity !important;
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
}

body.splash-page.splash-video-playing .splash-video,
body.splash-page.splash-entry-open .splash-video {
  opacity: 1 !important;
  visibility: visible !important;
}

body.splash-page.splash-action-ready.splash-video-playing .splash-video {
  pointer-events: auto !important;
}

body.splash-page.splash-video-playing .splash-fallback,
body.splash-page.splash-entry-open .splash-fallback {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.splash-page.splash-fallback-active .splash-fallback {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

@media (max-width: 820px) {
  body[data-page="research"] .hub {
    width: min(calc(100vw - 10px), 100%) !important;
    padding-inline: 0 !important;
  }

  body[data-page="research"] #research-filters.control-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body[data-page="research"] .news-status {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 12px 14px !important;
    align-items: flex-start !important;
    box-sizing: border-box !important;
  }

  body[data-page="research"] .news-status p {
    white-space: normal !important;
    line-height: 1.45 !important;
  }

  body[data-page="research"] .news-layout {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body[data-page="research"] .stack-list,
  body[data-page="research"] .detail-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body[data-page="research"] .stack-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body[data-page="research"] .list-card,
  body[data-page="research"] .detail-panel {
    width: 100% !important;
    max-width: 100% !important;
    padding: 13px !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
  }

  body[data-page="research"] .detail-meta,
  body[data-page="research"] .list-card__meta,
  body[data-page="research"] .tag-row,
  body[data-page="research"] .button-row {
    flex-wrap: wrap !important;
  }

  body[data-page="research"] .detail-panel__header h3,
  body[data-page="research"] .list-card h3 {
    font-size: 1.08rem !important;
    line-height: 1.16 !important;
    text-wrap: pretty !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body[data-page="research"] .list-card,
  body[data-page="research"] .detail-panel,
  body[data-page="research"] .detail-panel__header,
  body[data-page="research"] .detail-block {
    overflow: hidden !important;
  }

  body[data-page="research"] .list-card p,
  body[data-page="research"] .detail-block p {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body.splash-page .splash-fallback {
    width: min(92vw, 560px) !important;
    max-height: 34vh !important;
  }
}

@media (max-width: 640px) {
  body[data-page="research"] .section-heading {
    margin-bottom: 10px !important;
  }

  body[data-page="research"] .section-heading h2 {
    font-size: 1.8rem !important;
    line-height: 1.02 !important;
    text-wrap: pretty !important;
  }

  body[data-page="research"] .coming-soon-surface.powered-mark {
    width: min(calc(100vw - 16px), 100%) !important;
    padding: 12px 14px !important;
    margin-bottom: 8px !important;
  }

  body[data-page="research"] .news-status {
    padding: 11px 12px !important;
    border-radius: 16px !important;
  }

  body[data-page="research"] #research-filters.control-grid .field input,
  body[data-page="research"] #research-filters.control-grid .field select {
    min-height: 42px !important;
    width: 100% !important;
  }

  body[data-page="research"] .list-card,
  body[data-page="research"] .detail-panel {
    padding: 12px !important;
  }

  body[data-page="research"] .list-card {
    gap: 8px !important;
  }

  body[data-page="research"] .list-card__meta,
  body[data-page="research"] .detail-meta,
  body[data-page="research"] .tag-row,
  body[data-page="research"] .button-row {
    gap: 6px !important;
  }

  body[data-page="research"] .list-card p,
  body[data-page="research"] .detail-block p {
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
  }
}
