/* Immutable reviewed staging asset: 2026.07.30.11. */
@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-post-template {
  --seoi-paper: #ebe9e6;
  --seoi-paper-soft: #f2f0ec;
  --seoi-ink: #060b0b;
  --seoi-night: #070c0d;
  --seoi-light: #e9e9e7;
  --seoi-muted: #aeb4b1;
  --seoi-rule: rgba(225, 235, 232, 0.2);
  --seoi-rule-dark: rgba(6, 11, 11, 0.3);
  --seoi-gold: #c3a567;
  --seoi-gold-deep: #9f8144;
  --seoi-mint: #8dccab;
  --seoi-display: "Anton", "Arial Narrow", Arial, sans-serif;
  --seoi-condensed: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
  --seoi-body: "Roboto Condensed Variable", "Arial Narrow", Arial, sans-serif;
  --seoi-statement: "Inter Tight Variable", Arial, sans-serif;
  --seoi-paper-texture: url("../images/paper-grain-v2.jpg");
  --seoi-night-texture: url("../images/night-grain-v2.jpg");
  --seoi-gold-texture: url("../images/gold-grain-v2.jpg");
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  color: var(--seoi-ink);
  background: var(--seoi-paper);
  font-family: var(--seoi-body);
  font-size: 17px;
  font-variation-settings: "wght" 430;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

body.seoi-insights-post-template a {
  color: inherit;
}

body.seoi-insights-post-template button,
body.seoi-insights-post-template input,
body.seoi-insights-post-template select,
body.seoi-insights-post-template textarea {
  font: inherit;
}

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

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

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

body.seoi-insights-post-template .screen-reader-text {
  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;
}

body.seoi-insights-post-template .paper-surface {
  color: var(--seoi-ink);
  background-color: var(--seoi-paper);
  background-image: var(--seoi-paper-texture);
  background-size: 640px 640px;
}

/* Breadcrumb trail, under the site header and above the article masthead.
   Same trail the BreadcrumbList states -- both read
   seoi_fieldnote_breadcrumb_trail(). */
body.seoi-insights-post-template .seoi-insights-breadcrumb {
  color: var(--seoi-ink);
  background-color: var(--seoi-paper);
  background-image: var(--seoi-paper-texture);
  background-size: 640px 640px;
  border-top: 1px solid rgba(6, 11, 11, 0.12);
}

body.seoi-insights-post-template .seoi-insights-breadcrumb ol {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 11px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 9px;
  list-style: none;
}

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

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

/* The post title is the long step; keep it on one line rather than letting it
   wrap the trail onto two rows. */
body.seoi-insights-post-template .seoi-insights-breadcrumb li:last-child span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (max-width: 820px) {
  body.seoi-insights-post-template .seoi-insights-breadcrumb ol {
    padding: 9px 18px;
  }

  body.seoi-insights-post-template .seoi-insights-breadcrumb li {
    font-size: 10.5px;
  }
}

body.seoi-insights-post-template .dark-surface {
  color: var(--seoi-light);
  background-color: var(--seoi-night);
  background-image: var(--seoi-night-texture);
  background-size: 760px 760px;
}

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

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

.seoi-insights-site-header {
  position: relative;
  z-index: 100;
  min-height: 62px;
  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-light);
  background: var(--seoi-night);
  border-bottom: 1px solid var(--seoi-rule);
}

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

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

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

.seoi-insights-navigation a {
  position: relative;
  padding: 21px 0 18px;
  color: var(--seoi-light);
  font-family: var(--seoi-condensed);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.seoi-insights-header-cta,
.seoi-insights-alignment a,
.seoi-insights-inline-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--seoi-ink);
  background-color: var(--seoi-gold);
  background-image: var(--seoi-gold-texture);
  background-size: 540px 540px;
  font-family: var(--seoi-body);
  font-variation-settings: "wght" 720;
  line-height: 1.15;
  text-decoration: none;
}

.seoi-insights-header-cta {
  min-height: 44px;
  padding: 0 17px;
  font-size: 14px;
}

.seoi-insights-header-cta:hover,
.seoi-insights-header-cta:focus-visible,
.seoi-insights-alignment a:hover,
.seoi-insights-alignment a:focus-visible,
.seoi-insights-inline-cta a:hover,
.seoi-insights-inline-cta a:focus-visible {
  background-color: #d2b879;
  outline: 2px solid var(--seoi-mint);
  outline-offset: 3px;
}

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

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

.seoi-insights-page,
.seoi-insights-article {
  margin: 0;
}

.seoi-insights-masthead {
  position: relative;
  overflow: hidden;
  padding: 38px clamp(24px, 4vw, 64px) 30px;
  border-bottom: 1px solid var(--seoi-rule-dark);
}

.seoi-insights-reading-progress {
  --seoi-reading-progress: 0%;
  position: relative;
  width: min(1320px, 100%);
  min-height: 32px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0 auto 28px;
  border-top: 1px solid var(--seoi-rule-dark);
}

.seoi-insights-reading-progress::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: var(--seoi-reading-progress);
  height: 2px;
  background: var(--seoi-mint);
}

.seoi-insights-reading-progress span {
  padding-top: 8px;
  font-family: var(--seoi-condensed);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seoi-insights-masthead-grid {
  width: min(1320px, 100%);
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 240px;
  gap: clamp(28px, 4vw, 66px);
  margin: 0 auto;
}

.seoi-insights-field-note,
.seoi-insights-alignment {
  align-self: stretch;
}

.seoi-insights-field-note {
  padding: 17px 22px 20px 15px;
  border-top: 1px solid var(--seoi-rule-dark);
  border-right: 1px solid var(--seoi-rule-dark);
  border-bottom: 1px solid var(--seoi-rule-dark);
}

.seoi-insights-field-note > p,
.seoi-insights-alignment > p,
.seoi-insights-section-label,
.seoi-insights-toc > summary,
.seoi-insights-feature-label,
.seoi-insights-category {
  font-family: var(--seoi-condensed);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seoi-insights-field-note > p {
  margin-bottom: 6px;
}

.seoi-insights-field-note > strong {
  display: block;
  margin-bottom: 78px;
  font-family: var(--seoi-display);
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.seoi-insights-field-note > div {
  padding-top: 14px;
  margin-top: 28px;
  border-top: 1px solid var(--seoi-rule-dark);
}

.seoi-insights-field-note > div span {
  display: block;
  margin-bottom: 9px;
  color: var(--seoi-gold-deep);
  font-family: var(--seoi-condensed);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seoi-insights-field-note > div p {
  max-width: 20ch;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.35;
}

.seoi-insights-title-block {
  align-self: center;
  min-width: 0;
  padding: 20px 0 22px;
}

.seoi-insights-category {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--seoi-gold-deep);
  text-decoration: none;
}

.seoi-insights-title-block h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-family: var(--seoi-display);
  font-size: clamp(56px, 6.1vw, 106px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-wrap: balance;
  text-transform: uppercase;
  /* A title token longer than the line box would otherwise be clipped by the
     masthead's overflow, because the page itself never scrolls sideways. */
  overflow-wrap: anywhere;
}

.seoi-insights-title-block.seoi-insights-title-long h1 {
  font-size: clamp(52px, 5.4vw, 92px);
}

.seoi-insights-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 19px;
  font-family: var(--seoi-condensed);
  font-size: 15px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.seoi-insights-dek {
  max-width: 720px;
  margin-bottom: 25px;
  font-family: var(--seoi-statement);
  font-size: clamp(20px, 1.9vw, 27px);
  font-variation-settings: "wght" 480;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.seoi-insights-author {
  display: flex;
  align-items: center;
  gap: 13px;
}

.seoi-insights-author .seoi-insights-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 1px solid rgba(6, 11, 11, 0.22);
  border-radius: 50%;
  background: var(--seoi-night);
}

.seoi-insights-author img.seoi-insights-avatar {
  display: block;
  object-fit: cover;
  object-position: 50% 42%;
}

.seoi-insights-author span.seoi-insights-avatar {
  display: grid;
  place-items: center;
  color: var(--seoi-mint);
  font-family: var(--seoi-body);
  font-variation-settings: "wght" 750;
  font-size: 15px;
}

.seoi-insights-author p {
  margin: 0;
}

.seoi-insights-author strong,
.seoi-insights-author span {
  display: block;
}

.seoi-insights-author strong {
  margin-bottom: 2px;
  font-size: 16px;
  font-variation-settings: "wght" 750;
}

.seoi-insights-author p span {
  max-width: 520px;
  font-size: 14px;
  line-height: 1.3;
}

.seoi-insights-alignment {
  padding: 42px 0 18px;
}

.seoi-insights-alignment > p {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
}

.seoi-insights-alignment > p::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: var(--seoi-rule-dark);
}

.seoi-insights-alignment ul {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
  border-left: 1px solid var(--seoi-ink);
}

.seoi-insights-alignment li {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  border-bottom: 1px solid rgba(6, 11, 11, 0.13);
  font-family: var(--seoi-condensed);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.seoi-insights-alignment li::before {
  content: "";
  position: absolute;
  left: -5px;
  width: 9px;
  height: 9px;
  background: var(--seoi-ink);
  border-radius: 50%;
}

.seoi-insights-alignment li:last-child::before {
  background: var(--seoi-gold);
}

.seoi-insights-alignment a {
  width: 100%;
  min-height: 72px;
  padding: 15px 18px;
  font-size: 15px;
}

.seoi-insights-feature {
  padding: 32px clamp(24px, 4vw, 64px) 46px;
  border-bottom: 1px solid var(--seoi-rule);
}

.seoi-insights-feature-label {
  width: min(1320px, 100%);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto 22px;
  color: var(--seoi-muted);
}

.seoi-insights-feature-label span:first-child {
  color: var(--seoi-mint);
}

.seoi-insights-feature-media,
.seoi-insights-feature-fallback {
  width: min(1220px, 100%);
  margin: 0 auto;
}

.seoi-insights-feature-media {
  padding: clamp(16px, 2vw, 28px);
  border: 1px solid var(--seoi-rule);
  background: rgba(0, 0, 0, 0.12);
}

.seoi-insights-feature-media img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.seoi-insights-feature-fallback {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(34px, 6vw, 82px);
  border: 1px solid var(--seoi-rule);
}

.seoi-insights-feature-fallback strong {
  max-width: 18ch;
  margin-bottom: 18px;
  font-family: var(--seoi-display);
  font-size: clamp(42px, 6vw, 80px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.seoi-insights-feature-fallback p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--seoi-muted);
  font-size: 19px;
}

.seoi-insights-reading-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 680px);
  justify-content: center;
  gap: clamp(34px, 5vw, 78px);
  padding: clamp(58px, 7vw, 108px) clamp(24px, 4vw, 64px)
    clamp(80px, 10vw, 150px);
}

.seoi-insights-toc {
  position: sticky;
  top: 28px;
  align-self: start;
  max-height: calc(100vh - 56px);
  overflow: auto;
  padding-right: 22px;
  border-right: 1px solid var(--seoi-rule-dark);
}

.seoi-insights-toc > summary {
  display: block;
  margin-bottom: 20px;
  list-style: none;
  pointer-events: none;
}

.seoi-insights-toc > summary::-webkit-details-marker {
  display: none;
}

.seoi-insights-toc ol {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: 1px solid rgba(6, 11, 11, 0.22);
}

.seoi-insights-toc li {
  position: relative;
  margin: 0;
}

.seoi-insights-toc a {
  display: block;
  padding: 8px 0 8px 17px;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
}

.seoi-insights-toc a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -4px;
  width: 7px;
  height: 7px;
  background: var(--seoi-paper);
  border: 1px solid var(--seoi-ink);
  border-radius: 50%;
}

.seoi-insights-toc a:hover,
.seoi-insights-toc a:focus-visible,
.seoi-insights-toc a[aria-current="location"] {
  color: var(--seoi-gold-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seoi-insights-toc a[aria-current="location"]::before {
  background: var(--seoi-mint);
  border-color: var(--seoi-mint);
}

.seoi-insights-toc-subitem a {
  padding-left: 29px;
  color: rgba(6, 11, 11, 0.72);
  font-size: 13px;
}

.seoi-insights-toc-note {
  margin: 30px 0 0;
  font-size: 13px;
  line-height: 1.4;
}

.seoi-insights-reading-column {
  width: 100%;
  max-width: 680px;
  min-width: 0;
}

.seoi-insights-answer {
  padding-bottom: 30px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--seoi-rule-dark);
}

.seoi-insights-section-label {
  margin-bottom: 15px;
}

.seoi-insights-answer > p:last-child,
.seoi-insights-answer li {
  font-family: var(--seoi-statement);
  font-size: clamp(26px, 2.7vw, 41px);
  font-variation-settings: "wght" 480;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.seoi-insights-answer ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.seoi-insights-answer li {
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(6, 11, 11, 0.15);
}

.seoi-insights-answer li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.seoi-insights-inline-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 18px;
  margin: 0 0 48px;
  border: 1px solid rgba(159, 129, 68, 0.52);
  border-left: 4px solid var(--seoi-gold);
}

.seoi-insights-inline-cta p {
  margin: 0;
}

.seoi-insights-inline-cta strong,
.seoi-insights-inline-cta p span {
  display: block;
}

.seoi-insights-inline-cta strong {
  margin-bottom: 3px;
  font-variation-settings: "wght" 760;
}

.seoi-insights-inline-cta p span {
  font-size: 14px;
}

.seoi-insights-inline-cta a {
  min-height: 48px;
  padding: 0 15px;
  font-size: 14px;
}

.seoi-insights-post-content {
  font-size: 19px;
  line-height: 1.68;
  overflow-wrap: anywhere;
}

body.seoi-insights-post-template
  .seoi-insights-post-content
  .seoi-ai-benchmark-route {
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  box-sizing: border-box;
}

.seoi-insights-post-content > *:first-child {
  margin-top: 0;
}

.seoi-insights-post-content p,
.seoi-insights-post-content ul,
.seoi-insights-post-content ol,
.seoi-insights-post-content blockquote,
.seoi-insights-post-content pre,
.seoi-insights-post-content table,
.seoi-insights-post-content figure,
.seoi-insights-post-content .wp-block-group,
.seoi-insights-post-content .wp-block-columns {
  margin-bottom: 1.45em;
}

.seoi-insights-post-content h2,
.seoi-insights-post-content h3,
.seoi-insights-post-content h4 {
  scroll-margin-top: 28px;
}

.seoi-insights-post-content h2 {
  padding-top: 34px;
  margin: 64px 0 22px;
  border-top: 1px solid var(--seoi-rule-dark);
  font-family: var(--seoi-display);
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.018em;
  text-transform: uppercase;
}

.seoi-insights-post-content h3 {
  margin: 44px 0 16px;
  font-family: var(--seoi-statement);
  font-size: clamp(24px, 3vw, 34px);
  font-variation-settings: "wght" 750;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.seoi-insights-post-content h4 {
  margin: 32px 0 12px;
  font-family: var(--seoi-condensed);
  font-size: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.seoi-insights-post-content a {
  color: #5e4a22;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-decoration-color: var(--seoi-gold-deep);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.seoi-insights-post-content a:hover,
.seoi-insights-post-content a:focus-visible {
  color: var(--seoi-ink);
  text-decoration-thickness: 2px;
}

.seoi-insights-post-content strong {
  font-variation-settings: "wght" 760;
}

.seoi-insights-post-content li {
  margin-bottom: 0.45em;
  padding-left: 0.2em;
}

.seoi-insights-post-content li::marker {
  color: var(--seoi-gold-deep);
  font-variation-settings: "wght" 800;
}

.seoi-insights-post-content blockquote {
  padding: 20px 24px;
  margin-right: 0;
  margin-left: 0;
  border-left: 4px solid var(--seoi-gold);
  background: rgba(195, 165, 103, 0.08);
  font-family: var(--seoi-statement);
  font-size: 24px;
  line-height: 1.35;
}

.seoi-insights-post-content blockquote p:last-child {
  margin-bottom: 0;
}

.seoi-insights-post-content figure,
.seoi-insights-post-content .wp-block-image,
.seoi-insights-post-content .wp-block-table,
.seoi-insights-post-content .wp-block-embed {
  width: min(980px, calc(100% + 160px));
  max-width: none;
  margin-left: -80px;
}

.seoi-insights-post-content figure img,
.seoi-insights-post-content .wp-block-image img {
  width: 100%;
  display: block;
  border: 1px solid rgba(6, 11, 11, 0.16);
}

.seoi-insights-post-content figcaption {
  padding: 8px 0 0;
  color: rgba(6, 11, 11, 0.68);
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
}

.seoi-insights-post-content .wp-block-table,
.seoi-insights-post-content table,
.seoi-insights-post-content pre,
.seoi-insights-post-content .wp-block-code {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.seoi-insights-post-content table {
  width: 100%;
  display: block;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.22);
  font-size: 16px;
  line-height: 1.4;
}

.seoi-insights-post-content th,
.seoi-insights-post-content td {
  min-width: 150px;
  padding: 13px 14px;
  border: 1px solid rgba(6, 11, 11, 0.22);
  vertical-align: top;
  text-align: left;
}

.seoi-insights-post-content th {
  color: var(--seoi-light);
  background: var(--seoi-night);
  font-family: var(--seoi-condensed);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seoi-insights-post-content pre,
.seoi-insights-post-content code {
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
}

.seoi-insights-post-content pre {
  padding: 18px 20px;
  color: var(--seoi-light);
  background: var(--seoi-night);
  border: 1px solid var(--seoi-rule);
  font-size: 14px;
  line-height: 1.55;
}

.seoi-insights-post-content details {
  padding: 17px 0;
  border-top: 1px solid var(--seoi-rule-dark);
}

.seoi-insights-post-content details:last-of-type {
  border-bottom: 1px solid var(--seoi-rule-dark);
}

.seoi-insights-post-content summary {
  cursor: pointer;
  font-variation-settings: "wght" 720;
}

.seoi-insights-post-content .wp-block-button__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 18px;
  color: var(--seoi-ink);
  background: var(--seoi-gold);
  border-radius: 0;
  text-decoration: none;
}

.seoi-insights-footer {
  min-height: 220px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 60px;
  padding: 64px clamp(24px, 4vw, 64px);
  border-top: 1px solid var(--seoi-rule);
}

.seoi-insights-footer > div > p {
  max-width: 440px;
  margin: 22px 0 0;
  color: var(--seoi-muted);
}

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

.seoi-insights-footer nav a {
  color: var(--seoi-light);
  font-family: var(--seoi-condensed);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.seoi-insights-footer nav a:hover,
.seoi-insights-footer nav a:focus-visible {
  color: var(--seoi-gold);
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

  .seoi-insights-navigation {
    gap: 20px;
  }

  .seoi-insights-masthead-grid {
    grid-template-columns: 135px minmax(0, 1fr) 205px;
    gap: 30px;
  }

  .seoi-insights-field-note {
    padding-left: 0;
  }

  .seoi-insights-field-note > strong {
    font-size: 50px;
  }

  .seoi-insights-title-block h1 {
    font-size: clamp(54px, 7vw, 80px);
  }

  .seoi-insights-reading-layout {
    grid-template-columns: 170px minmax(0, 720px);
    gap: 40px;
  }
}

@media (min-width: 821px) and (max-width: 900px) {
  .seoi-insights-post-content figure,
  .seoi-insights-post-content .wp-block-image,
  .seoi-insights-post-content .wp-block-table,
  .seoi-insights-post-content .wp-block-embed {
    width: 100%;
    margin-left: 0;
  }
}

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

  .seoi-insights-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

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

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

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

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

  .seoi-insights-navigation a::after {
    bottom: 8px;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .seoi-insights-masthead {
    padding-top: 27px;
  }

  .seoi-insights-masthead-grid {
    grid-template-columns: 100px minmax(0, 1fr) 155px;
    gap: 18px;
  }

  .seoi-insights-field-note {
    padding-right: 12px;
  }

  .seoi-insights-field-note > strong {
    margin-bottom: 54px;
    font-size: 42px;
  }

  .seoi-insights-field-note > div {
    margin-top: 18px;
  }

  .seoi-insights-field-note > div p {
    font-size: 12px;
  }

  .seoi-insights-title-block h1 {
    font-size: clamp(44px, 6.4vw, 54px);
  }

  .seoi-insights-alignment {
    display: block;
    padding-top: 28px;
  }

  .seoi-insights-alignment > p {
    display: flex;
  }

  .seoi-insights-alignment ul {
    display: block;
    margin-bottom: 18px;
  }

  .seoi-insights-alignment li {
    min-height: 48px;
    padding-left: 19px;
    font-size: 11px;
  }

  .seoi-insights-reading-layout {
    grid-template-columns: 145px minmax(0, 540px);
    gap: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .seoi-insights-toc {
    position: sticky;
    max-height: calc(100vh - 48px);
    padding: 0 16px 0 0;
    border-right: 1px solid var(--seoi-rule-dark);
    border-bottom: 0;
  }

  .seoi-insights-toc ol {
    max-height: none;
    overflow: visible;
  }

  .seoi-insights-post-content figure,
  .seoi-insights-post-content .wp-block-image,
  .seoi-insights-post-content .wp-block-table,
  .seoi-insights-post-content .wp-block-embed {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .seoi-insights-site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 18px;
  }

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

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

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

  .seoi-insights-mobile-cta {
    position: fixed;
    z-index: 90;
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 17px;
    color: var(--seoi-ink);
    background-color: var(--seoi-gold);
    background-image: var(--seoi-gold-texture);
    background-size: 540px 540px;
    border: 1px solid rgba(6, 11, 11, 0.3);
    box-shadow: 0 10px 30px rgba(6, 11, 11, 0.28);
    font-variation-settings: "wght" 760;
    line-height: 1.1;
    text-decoration: none;
  }

  .seoi-insights-mobile-cta:focus-visible {
    outline: 3px solid var(--seoi-mint);
    outline-offset: 3px;
  }

  .seoi-insights-reading-progress {
    margin-bottom: 12px;
  }

  .seoi-insights-masthead {
    padding-top: 27px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .seoi-insights-masthead-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .seoi-insights-field-note {
    order: 2;
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: start;
    gap: 8px 18px;
    padding: 18px 0;
    margin-top: 28px;
    border-right: 0;
    border-bottom: 1px solid var(--seoi-rule-dark);
  }

  .seoi-insights-field-note > p {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }

  .seoi-insights-field-note > strong {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    font-size: 42px;
  }

  .seoi-insights-field-note > div {
    grid-column: 2;
    padding-top: 8px;
    margin-top: 0;
  }

  .seoi-insights-field-note > div:first-of-type {
    grid-row: 1;
  }

  .seoi-insights-field-note > div:nth-of-type(2) {
    grid-row: 2;
  }

  .seoi-insights-field-note > div p {
    max-width: none;
  }

  .seoi-insights-title-block {
    order: 1;
    padding-top: 32px;
  }

  .seoi-insights-category {
    margin-bottom: 18px;
  }

  .seoi-insights-title-block h1 {
    font-size: clamp(42px, 12vw, 48px);
    line-height: 0.98;
  }

  .seoi-insights-title-block.seoi-insights-title-long h1 {
    font-size: clamp(38px, 10.8vw, 44px);
  }

  .seoi-insights-dek {
    font-size: 20px;
  }

  .seoi-insights-author p span {
    max-width: 32ch;
  }

  .seoi-insights-alignment {
    order: 3;
    display: block;
    padding: 28px 0 8px;
  }

  .seoi-insights-alignment > p {
    display: flex;
  }

  .seoi-insights-alignment ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 18px;
    border-top: 1px solid var(--seoi-ink);
  }

  .seoi-insights-alignment li {
    min-height: 48px;
    padding: 10px 8px 10px 20px;
    border-right: 1px solid rgba(6, 11, 11, 0.13);
    font-size: 11px;
  }

  .seoi-insights-alignment a {
    display: none;
  }

  .seoi-insights-feature {
    padding: 24px 18px 30px;
  }

  .seoi-insights-feature-label {
    font-size: 11px;
  }

  .seoi-insights-feature-media {
    padding: 8px;
  }

  .seoi-insights-feature-fallback {
    min-height: 240px;
    padding: 28px;
  }

  .seoi-insights-reading-layout {
    grid-template-columns: 1fr;
    padding: 48px 18px 82px;
  }

  .seoi-insights-toc {
    position: static;
    max-height: none;
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid var(--seoi-rule-dark);
  }

  .seoi-insights-toc > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 44px;
    margin: 0;
    cursor: pointer;
    pointer-events: auto;
  }

  .seoi-insights-toc > summary::after {
    content: "+";
    font-family: var(--seoi-statement);
    font-size: 22px;
  }

  .seoi-insights-toc[open] > summary::after {
    content: "−";
  }

  .seoi-insights-toc ol {
    max-height: 280px;
    overflow: auto;
    padding-top: 14px;
    columns: auto;
  }

  .seoi-insights-toc-note {
    max-width: 52ch;
  }

  .seoi-insights-answer > p:last-child,
  .seoi-insights-answer li {
    font-size: 27px;
  }

  .seoi-insights-inline-cta {
    display: none;
  }

  .seoi-insights-post-content {
    font-size: 18px;
  }

  .seoi-insights-post-content figure,
  .seoi-insights-post-content .wp-block-image,
  .seoi-insights-post-content .wp-block-table,
  .seoi-insights-post-content .wp-block-embed {
    width: 100%;
    margin-left: 0;
  }

  .seoi-insights-post-content h2 {
    font-size: 38px;
  }

  .seoi-insights-post-content h3 {
    font-size: 27px;
  }

  .seoi-insights-post-content blockquote {
    padding: 18px;
    font-size: 21px;
  }

  .seoi-insights-footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 40px;
    padding: 52px 18px 94px;
  }

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

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