/* Immutable Insights Hub asset: 2026.07.30.3. */
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/anton-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/bebas-neue-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Inter Tight Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/inter-tight-latin-wght-normal.woff2")
    format("woff2-variations");
}

@font-face {
  font-family: "Roboto Condensed Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/roboto-condensed-latin-wght-normal.woff2")
    format("woff2-variations");
}

body.seoi-insights-hub-template {
  --seoi-hub-paper: #ebe9e6;
  --seoi-hub-paper-soft: #f3f0eb;
  --seoi-hub-ink: #060b0b;
  --seoi-hub-night: #070c0d;
  --seoi-hub-light: #ececea;
  --seoi-hub-muted: #aeb4b1;
  --seoi-hub-gold: #c3a567;
  --seoi-hub-gold-deep: #987636;
  --seoi-hub-mint: #8dccab;
  --seoi-hub-rule: rgba(226, 235, 232, 0.2);
  --seoi-hub-rule-dark: rgba(6, 11, 11, 0.3);
  --seoi-hub-display: "Anton", "Arial Narrow", Arial, sans-serif;
  --seoi-hub-condensed: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
  --seoi-hub-body: "Roboto Condensed Variable", "Arial Narrow", Arial,
    sans-serif;
  --seoi-hub-statement: "Inter Tight Variable", Arial, sans-serif;
  --seoi-hub-paper-texture: url("../images/paper-grain-v2.jpg");
  --seoi-hub-night-texture: url("../images/night-grain-v2.jpg");
  --seoi-hub-gold-texture: url("../images/gold-grain-v2.jpg");
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  color: var(--seoi-hub-ink);
  background: var(--seoi-hub-paper);
  font-family: var(--seoi-hub-body);
  font-size: 17px;
  font-variation-settings: "wght" 430;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.seoi-insights-hub-template *,
body.seoi-insights-hub-template *::before,
body.seoi-insights-hub-template *::after {
  box-sizing: border-box;
}

body.seoi-insights-hub-template button {
  font: inherit;
}

body.seoi-insights-hub-template img {
  max-width: 100%;
  height: auto;
}

body.seoi-insights-hub-template h1,
body.seoi-insights-hub-template h2,
body.seoi-insights-hub-template h3,
body.seoi-insights-hub-template p {
  margin-top: 0;
}

body.seoi-insights-hub-template ul {
  padding: 0;
  margin: 0;
}

body.seoi-insights-hub-template ::selection {
  color: var(--seoi-hub-ink);
  background: var(--seoi-hub-gold);
}

body.seoi-insights-hub-template :focus-visible {
  outline: 3px solid var(--seoi-hub-mint);
  outline-offset: 4px;
}

/*
 * Elementor's kit stylesheet is registered after plugin styles and targets
 * `.elementor-kit-5 h1` at equal specificity. The body-scoped rules below keep
 * the independently bundled hub typography and link colours authoritative
 * without using !important or changing any stored Elementor data.
 */
body.seoi-insights-hub-template .seoi-hub-hero-copy h1,
body.seoi-insights-hub-template .seoi-hub-feature-card h3 {
  font-family: var(--seoi-hub-display);
}

body.seoi-insights-hub-template .seoi-hub-topics h2,
body.seoi-insights-hub-template .seoi-hub-featured h2,
body.seoi-insights-hub-template .seoi-hub-library-header h2,
body.seoi-insights-hub-template .seoi-hub-category h2,
body.seoi-insights-hub-template .seoi-hub-category > header > span,
body.seoi-insights-hub-template .seoi-hub-aligned a strong,
body.seoi-insights-hub-template .seoi-hub-topic-ledger strong,
body.seoi-insights-hub-template .seoi-hub-topic-number {
  font-family: var(--seoi-hub-condensed);
}

body.seoi-insights-hub-template .seoi-hub-final h2 {
  font-family: var(--seoi-hub-statement);
}

.seoi-hub-paper {
  color: var(--seoi-hub-ink);
  background-color: var(--seoi-hub-paper);
  background-image: var(--seoi-hub-paper-texture);
  background-size: 640px 640px;
}

.seoi-hub-night {
  color: var(--seoi-hub-light);
  background-color: var(--seoi-hub-night);
  background-image: var(--seoi-hub-night-texture);
  background-size: 760px 760px;
}

.seoi-hub-shell {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.seoi-hub-skip-link {
  position: fixed;
  z-index: 10000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--seoi-hub-ink);
  background: var(--seoi-hub-gold);
  text-decoration: none;
  transform: translateY(-160%);
}

.seoi-hub-skip-link:focus {
  transform: translateY(0);
}

.seoi-hub-site-header {
  position: relative;
  z-index: 100;
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(190px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 0 clamp(24px, 4vw, 64px);
  color: var(--seoi-hub-light);
  background: var(--seoi-hub-night);
  border-bottom: 1px solid var(--seoi-hub-rule);
}

.seoi-hub-brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  font-family: var(--seoi-hub-statement);
  font-size: 18px;
  font-variation-settings: "wght" 720;
  line-height: 1;
  letter-spacing: -0.035em;
  text-decoration: none;
  white-space: nowrap;
}

.seoi-hub-brand img {
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
}

.seoi-hub-navigation {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 38px);
}

.seoi-hub-navigation a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: var(--seoi-hub-light);
  font-family: var(--seoi-hub-condensed);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.seoi-hub-navigation a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: var(--seoi-hub-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.seoi-hub-navigation a:hover::after,
.seoi-hub-navigation a:focus-visible::after,
.seoi-hub-navigation a[aria-current="page"]::after {
  transform: scaleX(1);
}

.seoi-hub-header-cta,
.seoi-hub-button,
.seoi-hub-mobile-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--seoi-hub-ink);
  background-color: var(--seoi-hub-gold);
  background-image: var(--seoi-hub-gold-texture);
  background-size: 540px 540px;
  border: 1px solid rgba(6, 11, 11, 0.24);
  font-family: var(--seoi-hub-body);
  font-variation-settings: "wght" 730;
  line-height: 1.1;
  text-decoration: none;
}

.seoi-hub-header-cta {
  padding: 0 17px;
  font-size: 14px;
}

.seoi-hub-button {
  padding: 0 20px;
  font-size: 15px;
}

.seoi-hub-header-cta:hover,
.seoi-hub-button:hover {
  background-color: #d2b879;
}

.seoi-hub-menu-button {
  min-width: 58px;
  min-height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 0 14px;
  color: var(--seoi-hub-light);
  background: transparent;
  border: 1px solid var(--seoi-hub-rule);
  font-family: var(--seoi-hub-condensed);
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seoi-hub-mobile-cta {
  display: none;
}

.seoi-hub-main {
  margin: 0;
}

/* Breadcrumb trail, between the site header and the hero. Padding matches the
   hero's horizontal rhythm so the trail and the eyebrow below it share an
   optical left edge. */
.seoi-hub-breadcrumb {
  padding: 11px clamp(24px, 4vw, 64px);
  color: var(--seoi-hub-ink);
  background-color: var(--seoi-hub-paper);
  border-top: 1px solid rgba(6, 11, 11, 0.12);
}

.seoi-hub-breadcrumb ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 9px;
  list-style: none;
}

.seoi-hub-breadcrumb li {
  display: inline-flex;
  align-items: center;
  font-family: var(--seoi-hub-body);
  font-size: 11.5px;
  font-variation-settings: "wght" 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.seoi-hub-breadcrumb li + li::before {
  margin-right: 9px;
  color: rgba(6, 11, 11, 0.38);
  content: "/";
  font-variation-settings: "wght" 400;
}

.seoi-hub-breadcrumb a {
  color: rgba(6, 11, 11, 0.62);
  text-decoration: none;
  transition: color 140ms ease;
}

.seoi-hub-breadcrumb a:hover,
.seoi-hub-breadcrumb a:focus-visible {
  color: var(--seoi-hub-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seoi-hub-breadcrumb [aria-current="page"] {
  color: var(--seoi-hub-ink);
}

@media (max-width: 820px) {
  .seoi-hub-breadcrumb {
    padding: 9px 18px;
  }

  .seoi-hub-breadcrumb li {
    font-size: 10.5px;
  }
}

.seoi-hub-hero {
  min-height: 690px;
  padding: 44px clamp(24px, 4vw, 64px) 64px;
  border-bottom: 1px solid var(--seoi-hub-rule-dark);
}

.seoi-hub-eyebrow,
.seoi-hub-section-kicker {
  margin-bottom: 30px;
  color: #4a926f;
  font-family: var(--seoi-hub-condensed);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seoi-hub-hero-grid {
  width: min(1320px, 100%);
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 300px;
  gap: clamp(40px, 5vw, 82px);
  align-items: center;
  margin: 0 auto;
}

.seoi-hub-unclear > p,
.seoi-hub-aligned > p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  font-family: var(--seoi-hub-condensed);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seoi-hub-unclear > p::before,
.seoi-hub-aligned > p::after {
  content: "";
  width: 70px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.seoi-hub-unclear ul {
  display: grid;
  gap: 9px;
  list-style: none;
}

.seoi-hub-unclear li {
  min-height: 43px;
  display: grid;
  place-items: center;
  padding: 8px 14px;
  color: var(--seoi-hub-light);
  background: var(--seoi-hub-night);
  font-family: var(--seoi-hub-condensed);
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seoi-hub-unclear li:nth-child(odd) {
  transform: rotate(1.5deg);
}

.seoi-hub-unclear li:nth-child(even) {
  transform: translateX(12px) rotate(-1deg);
}

.seoi-hub-hero-copy {
  min-width: 0;
}

.seoi-hub-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-family: var(--seoi-hub-display);
  font-size: clamp(66px, 7vw, 108px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-transform: none;
  overflow-wrap: anywhere;
}

.seoi-hub-intro,
.seoi-hub-support {
  max-width: 610px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.48;
}

.seoi-hub-support {
  max-width: 560px;
  margin-bottom: 28px;
}

.seoi-hub-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
}

.seoi-hub-text-link,
.seoi-hub-card-link,
.seoi-hub-view-all {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--seoi-hub-gold-deep);
  border-bottom: 1px solid currentColor;
  font-variation-settings: "wght" 700;
  text-decoration: none;
}

.seoi-hub-text-link:hover,
.seoi-hub-card-link:hover,
.seoi-hub-view-all:hover {
  color: var(--seoi-hub-ink);
}

.seoi-hub-aligned {
  align-self: center;
}

.seoi-hub-aligned > p {
  justify-content: flex-end;
}

.seoi-hub-aligned a {
  min-height: 78px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 0 22px;
  margin-bottom: 20px;
  color: var(--seoi-hub-light);
  background: var(--seoi-hub-night);
  border: 1px solid rgba(6, 11, 11, 0.85);
  text-decoration: none;
}

.seoi-hub-aligned a:hover {
  color: var(--seoi-hub-mint);
}

.seoi-hub-aligned a span {
  color: var(--seoi-hub-mint);
  font-family: var(--seoi-hub-condensed);
  font-size: 16px;
}

.seoi-hub-aligned a strong {
  font-family: var(--seoi-hub-condensed);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.seoi-hub-topics {
  padding: 68px 0 58px;
}

.seoi-hub-topics .seoi-hub-section-kicker,
.seoi-hub-featured .seoi-hub-section-kicker,
.seoi-hub-final .seoi-hub-section-kicker {
  color: var(--seoi-hub-mint);
}

.seoi-hub-topics h2,
.seoi-hub-featured h2,
.seoi-hub-library-header h2 {
  margin-bottom: 25px;
  font-family: var(--seoi-hub-condensed);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.seoi-hub-topic-ledger {
  border-top: 1px solid var(--seoi-hub-rule);
}

.seoi-hub-topic-ledger > a {
  min-height: 83px;
  display: grid;
  grid-template-columns: 64px minmax(240px, 0.85fr) minmax(280px, 1.15fr) 44px;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--seoi-hub-rule);
  color: inherit;
  text-decoration: none;
}

.seoi-hub-topic-ledger > a:hover {
  color: var(--seoi-hub-mint);
}

.seoi-hub-topic-number {
  color: var(--seoi-hub-mint);
  font-family: var(--seoi-hub-condensed);
  font-size: 38px;
  line-height: 1;
}

.seoi-hub-topic-ledger strong {
  font-family: var(--seoi-hub-condensed);
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.015em;
}

.seoi-hub-topic-ledger strong small {
  font-family: var(--seoi-hub-body);
  font-size: 17px;
  font-variation-settings: "wght" 420;
}

.seoi-hub-topic-description {
  max-width: 48ch;
  padding-left: 32px;
  border-left: 1px solid var(--seoi-hub-rule);
  color: #d8dcda;
  font-size: 16px;
  line-height: 1.35;
}

.seoi-hub-topic-action {
  justify-self: end;
  color: var(--seoi-hub-gold);
  font-family: var(--seoi-hub-statement);
  font-size: 30px;
}

.seoi-hub-featured {
  padding: 38px 0 82px;
}

.seoi-hub-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 0;
  border-top: 1px solid var(--seoi-hub-rule);
}

.seoi-hub-feature-card {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(32px, 5vw, 58px);
  color: var(--seoi-hub-ink);
  background-color: var(--seoi-hub-paper);
  background-image: var(--seoi-hub-paper-texture);
  background-size: 640px 640px;
}

.seoi-hub-feature-card > p:first-child {
  margin-bottom: 34px;
  color: #4a926f;
  font-family: var(--seoi-hub-condensed);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seoi-hub-feature-card h3 {
  max-width: 18ch;
  margin-bottom: 28px;
  font-family: var(--seoi-hub-display);
  font-size: clamp(42px, 4.5vw, 70px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.seoi-hub-feature-card h3 a {
  color: inherit;
  text-decoration: none;
}

.seoi-hub-feature-excerpt {
  max-width: 58ch;
  margin: 26px 0 30px;
  font-size: 19px;
  line-height: 1.5;
}

.seoi-hub-feature-card .seoi-hub-card-link {
  margin-top: auto;
}

.seoi-hub-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-family: var(--seoi-hub-condensed);
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seoi-hub-meta span:last-child {
  color: #4a926f;
}

.seoi-hub-feature-list {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}

.seoi-hub-feature-list article {
  padding: 20px 0;
  border-bottom: 1px solid var(--seoi-hub-rule);
}

.seoi-hub-feature-list h3 {
  margin-bottom: 10px;
  font-family: var(--seoi-hub-body);
  font-size: 20px;
  font-variation-settings: "wght" 590;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.seoi-hub-feature-list h3 a {
  color: inherit;
  text-decoration: none;
}

.seoi-hub-feature-list h3 a:hover {
  color: var(--seoi-hub-mint);
}

.seoi-hub-feature-list .seoi-hub-meta {
  color: var(--seoi-hub-muted);
}

.seoi-hub-feature-list .seoi-hub-view-all {
  align-self: flex-start;
  margin-top: 20px;
  color: var(--seoi-hub-gold);
}

.seoi-hub-library {
  padding: 72px 0 84px;
  scroll-margin-top: 20px;
}

.seoi-hub-library-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 480px);
  gap: 30px 80px;
  align-items: end;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--seoi-hub-ink);
}

.seoi-hub-library-header .seoi-hub-section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -14px;
}

.seoi-hub-library-header h2 {
  margin-bottom: 0;
  font-size: clamp(46px, 5.5vw, 78px);
}

.seoi-hub-library-header > p:last-child {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.45;
}

.seoi-hub-library-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 62px 64px;
  padding-top: 54px;
}

.seoi-hub-category {
  min-width: 0;
  scroll-margin-top: 24px;
}

.seoi-hub-category > header {
  min-height: 50px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--seoi-hub-ink);
}

.seoi-hub-category > header > span {
  font-family: var(--seoi-hub-condensed);
  font-size: 31px;
  line-height: 1;
}

.seoi-hub-category h2 {
  margin: 0;
  font-family: var(--seoi-hub-condensed);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.seoi-hub-category > header small {
  color: #4a926f;
  font-family: var(--seoi-hub-body);
  font-size: 14px;
}

.seoi-hub-category-description {
  max-width: 60ch;
  margin: 15px 0 18px;
  color: #424a47;
  font-size: 15px;
}

.seoi-hub-category ul {
  list-style: none;
}

.seoi-hub-category li {
  border-top: 1px solid rgba(6, 11, 11, 0.12);
}

.seoi-hub-category li:first-child {
  border-top: 0;
}

.seoi-hub-category article {
  padding: 13px 0;
}

.seoi-hub-category h3 {
  margin-bottom: 8px;
  font-family: var(--seoi-hub-body);
  font-size: 17px;
  font-variation-settings: "wght" 590;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.seoi-hub-category h3 a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
}

.seoi-hub-category h3 a:hover {
  color: var(--seoi-hub-gold-deep);
  text-decoration-color: currentColor;
}

.seoi-hub-category .seoi-hub-meta {
  color: #58615e;
  font-size: 11px;
}

.seoi-hub-library-excerpt {
  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;
}

.seoi-hub-final {
  padding: 78px 0 62px;
  border-bottom: 1px solid var(--seoi-hub-rule);
}

.seoi-hub-final .seoi-hub-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 70px;
  align-items: end;
}

.seoi-hub-final h2 {
  max-width: 820px;
  margin: 0;
  font-family: var(--seoi-hub-statement);
  font-size: clamp(58px, 7.2vw, 112px);
  font-variation-settings: "wght" 760;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.seoi-hub-final .seoi-hub-shell > div:last-child > p {
  max-width: 42ch;
  margin-bottom: 24px;
  color: var(--seoi-hub-muted);
  font-size: 17px;
}

.seoi-hub-footer {
  padding: 38px 0 52px;
}

.seoi-hub-footer .seoi-hub-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  /* Row gap applies only to the scoped-services second row; the original
     brand + nav row is unaffected because it was always a single row. */
  row-gap: 26px;
  align-items: end;
}

.seoi-hub-footer-brand > p {
  max-width: 440px;
  margin: 16px 0 0;
  color: var(--seoi-hub-muted);
  font-size: 15px;
}

.seoi-hub-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
}

.seoi-hub-footer nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--seoi-hub-light);
  font-family: var(--seoi-hub-condensed);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.seoi-hub-footer nav a:hover {
  color: var(--seoi-hub-gold);
}

/* Secondary row: scoped services and resources, quieter than the main nav. */
.seoi-hub-footer nav.seoi-hub-footer-scoped {
  grid-column: 1 / -1;
  justify-content: flex-end;
  gap: 18px;
  border-top: 1px solid rgba(235, 233, 230, 0.14);
  padding-top: 14px;
}

.seoi-hub-footer nav.seoi-hub-footer-scoped a {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(235, 233, 230, 0.68);
}

.seoi-hub-footer nav.seoi-hub-footer-scoped a:hover {
  color: var(--seoi-hub-gold);
}

@media (max-width: 1180px) {
  .seoi-hub-site-header {
    gap: 20px;
  }

  .seoi-hub-navigation {
    gap: 18px;
  }

  .seoi-hub-hero-grid {
    grid-template-columns: 165px minmax(0, 1fr) 250px;
    gap: 34px;
  }

  .seoi-hub-hero-copy h1 {
    font-size: clamp(58px, 7.6vw, 88px);
  }

  .seoi-hub-aligned a {
    padding: 0 15px;
  }
}

@media (max-width: 980px) {
  .seoi-hub-hero-grid {
    grid-template-columns: minmax(0, 1fr) 230px;
    align-items: start;
  }

  .seoi-hub-unclear {
    grid-column: 1 / -1;
    order: 3;
    margin-top: 20px;
  }

  .seoi-hub-unclear > p {
    margin-bottom: 16px;
  }

  .seoi-hub-unclear ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  .seoi-hub-unclear li:nth-child(n) {
    transform: none;
  }

  .seoi-hub-topic-ledger > a {
    grid-template-columns: 54px minmax(230px, 0.8fr) minmax(220px, 1.2fr) 34px;
  }

  .seoi-hub-library-grid {
    column-gap: 44px;
  }
}

@media (max-width: 820px) {
  .seoi-hub-site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 68px;
  }

  .seoi-hub-menu-button {
    display: inline-flex;
  }

  .seoi-hub-navigation {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    gap: 0;
    padding: 12px 24px 22px;
    color: var(--seoi-hub-light);
    background: var(--seoi-hub-night);
    border-top: 1px solid var(--seoi-hub-rule);
    border-bottom: 1px solid var(--seoi-hub-rule);
  }

  body.seoi-hub-menu-open .seoi-hub-navigation {
    display: grid;
  }

  .seoi-hub-navigation[hidden] {
    display: none;
  }

  .seoi-hub-navigation a {
    padding: 0;
    border-bottom: 1px solid var(--seoi-hub-rule);
  }

  .seoi-hub-navigation a::after {
    bottom: 5px;
  }

  .seoi-hub-hero {
    min-height: 0;
    padding-top: 35px;
  }

  .seoi-hub-hero-grid {
    grid-template-columns: 1fr;
  }

  .seoi-hub-hero-copy h1 {
    max-width: 680px;
    font-size: clamp(58px, 11vw, 84px);
  }

  .seoi-hub-aligned {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .seoi-hub-aligned > p {
    grid-column: 1 / -1;
    justify-content: flex-start;
    margin-bottom: 5px;
  }

  .seoi-hub-aligned > p::after {
    order: -1;
  }

  .seoi-hub-aligned a {
    grid-template-columns: 1fr;
    gap: 5px;
    min-height: 92px;
    padding: 16px;
    margin: 0;
  }

  .seoi-hub-aligned a strong {
    font-size: 20px;
  }

  .seoi-hub-unclear {
    margin-top: 8px;
  }

  .seoi-hub-topic-ledger > a {
    grid-template-columns: 50px minmax(0, 1fr) 34px;
    gap: 14px;
  }

  .seoi-hub-topic-description {
    grid-column: 2 / 3;
    padding: 0;
    border-left: 0;
  }

  .seoi-hub-topic-action {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .seoi-hub-featured-grid {
    grid-template-columns: 1fr;
  }

  .seoi-hub-feature-list {
    padding-left: 0;
    margin-top: 24px;
  }

  .seoi-hub-library-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .seoi-hub-final .seoi-hub-shell {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 680px) {
  .seoi-hub-shell {
    width: min(100% - 36px, 1320px);
  }

  .seoi-hub-site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 18px;
  }

  .seoi-hub-brand {
    font-size: 16px;
  }

  .seoi-hub-brand img {
    width: 27px;
    height: 27px;
  }

  .seoi-hub-header-cta {
    display: none;
  }

  .seoi-hub-mobile-cta {
    position: fixed;
    z-index: 90;
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-height: 54px;
    display: flex;
    padding: 0 17px;
    box-shadow: 0 10px 30px rgba(6, 11, 11, 0.28);
    font-size: 15px;
  }

  .seoi-hub-hero {
    padding: 30px 18px 58px;
  }

  .seoi-hub-eyebrow {
    margin-bottom: 24px;
  }

  .seoi-hub-hero-grid {
    gap: 32px;
  }

  .seoi-hub-hero-copy h1 {
    font-size: clamp(49px, 15vw, 72px);
    line-height: 0.92;
  }

  .seoi-hub-intro,
  .seoi-hub-support {
    font-size: 17px;
  }

  .seoi-hub-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .seoi-hub-button,
  .seoi-hub-text-link {
    width: 100%;
  }

  .seoi-hub-text-link {
    justify-content: space-between;
  }

  .seoi-hub-aligned {
    grid-template-columns: 1fr;
  }

  .seoi-hub-aligned a {
    min-height: 66px;
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .seoi-hub-unclear ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seoi-hub-topics {
    padding: 56px 0 42px;
  }

  .seoi-hub-topic-ledger > a {
    min-height: 92px;
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    gap: 10px;
    padding: 15px 0;
  }

  .seoi-hub-topic-number {
    font-size: 30px;
  }

  .seoi-hub-topic-ledger strong {
    font-size: 25px;
  }

  .seoi-hub-topic-description {
    font-size: 14px;
  }

  .seoi-hub-topic-action {
    font-size: 24px;
  }

  .seoi-hub-featured {
    padding: 32px 0 62px;
  }

  .seoi-hub-feature-card {
    min-height: 450px;
    padding: 30px 24px;
  }

  .seoi-hub-feature-card h3 {
    font-size: clamp(40px, 12vw, 55px);
  }

  .seoi-hub-feature-excerpt {
    font-size: 17px;
  }

  .seoi-hub-feature-list article {
    padding: 18px 0;
  }

  .seoi-hub-library {
    padding: 58px 0 76px;
  }

  .seoi-hub-library-header {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .seoi-hub-library-header .seoi-hub-section-kicker {
    margin-bottom: 0;
  }

  .seoi-hub-library-header h2 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .seoi-hub-library-grid {
    padding-top: 42px;
  }

  .seoi-hub-category > header {
    grid-template-columns: 38px minmax(0, 1fr) auto;
  }

  .seoi-hub-category h2 {
    font-size: 23px;
  }

  .seoi-hub-category h3 {
    font-size: 17px;
  }

  .seoi-hub-final {
    padding: 64px 0 48px;
  }

  .seoi-hub-final h2 {
    font-size: clamp(52px, 15.5vw, 72px);
  }

  .seoi-hub-footer {
    padding-bottom: 96px;
  }

  .seoi-hub-footer .seoi-hub-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .seoi-hub-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 360px) {
  .seoi-hub-hero-copy h1 {
    font-size: 47px;
  }

  .seoi-hub-topic-ledger strong {
    font-size: 22px;
  }

  .seoi-hub-topic-description {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.seoi-insights-hub-template *,
  body.seoi-insights-hub-template *::before,
  body.seoi-insights-hub-template *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
