.seo-main,
body[data-seo-page] .site-header {
  position: relative;
}

body[data-seo-page] .site-header {
  background: #123a59;
  inset: auto;
}

.seo-main {
  background: #f4f0e7;
  color: #123a59;
  min-height: 70vh;
  padding: 44px 0 92px;
}

.seo-breadcrumbs {
  align-items: center;
  color: #5f6f79;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 760;
  gap: 9px;
  letter-spacing: .06em;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.seo-breadcrumbs a { color: #123a59; }

.seo-match-hero {
  background: #fff;
  border: 1px solid rgba(18,58,89,.14);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(18,58,89,.1);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  overflow: hidden;
}

.seo-speaker-frame {
  background: #123a59;
  display: grid;
  margin: 0;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.seo-speaker-frame img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.seo-speaker-frame figcaption {
  background: rgba(11,40,62,.9);
  bottom: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  left: 0;
  letter-spacing: .12em;
  padding: 15px 22px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.seo-match-copy { padding: clamp(34px, 5vw, 68px); }
.seo-match-copy h1,
.seo-archive-intro h1 { font-family: var(--serif); font-size: clamp(42px, 6vw, 76px); letter-spacing: -.055em; line-height: .96; margin: 11px 0 12px; }
.seo-talk { color: #62727c; font-size: 15px; margin: 0 0 22px; }
.seo-status-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; }
.seo-status,
.seo-review { border: 1px solid rgba(18,58,89,.18); border-radius: 999px; display: inline-flex; font-size: 11px; font-weight: 850; letter-spacing: .08em; padding: 9px 12px; text-transform: uppercase; }
.seo-status { background: #e8d15d; border-color: #e8d15d; color: #102f48; }
.seo-review { background: #e9eff1; }
.seo-observed { font-family: var(--serif); font-size: clamp(23px, 3vw, 34px); line-height: 1.08; margin: 0 0 24px; }
.seo-observed span,
.seo-match-note > span { display: block; font-family: var(--sans); font-size: 10px; font-weight: 850; letter-spacing: .14em; margin-bottom: 8px; text-transform: uppercase; }
.seo-specs { border-bottom: 1px solid rgba(18,58,89,.16); border-top: 1px solid rgba(18,58,89,.16); display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 25px; }
.seo-specs div { padding: 18px 0; }
.seo-specs div + div { border-left: 1px solid rgba(18,58,89,.16); padding-left: 22px; }
.seo-specs dt { color: #6a787f; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.seo-specs dd { font-weight: 750; margin: 5px 0 0; }
.seo-match-note h2 { font-family: var(--serif); font-size: clamp(25px, 3vw, 36px); letter-spacing: -.025em; margin: 0 0 10px; }
.seo-match-note p { color: #485b68; line-height: 1.7; }
.seo-affiliate-note { color: #64747d; font-size: 11px; line-height: 1.55; }
.seo-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; }
.seo-disabled { background: #d8dddc; color: #647078; cursor: default; }
.seo-correction { border-top: 1px solid rgba(18,58,89,.14); display: block; font-size: 13px; font-weight: 800; margin-top: 28px; padding-top: 18px; }

.seo-method-note,
.seo-backups,
.seo-related { margin-top: 74px; }
.seo-method-note { align-items: end; border-bottom: 1px solid rgba(18,58,89,.2); border-top: 1px solid rgba(18,58,89,.2); display: grid; gap: 28px; grid-template-columns: .85fr 1.4fr auto; padding: 34px 0; }
.seo-method-note h2,
.seo-backups h2,
.seo-related h2,
.seo-index-group h2 { font-family: var(--serif); font-size: clamp(31px, 4vw, 48px); letter-spacing: -.04em; line-height: 1; margin: 8px 0 0; }
.seo-method-note > p { color: #4a5d68; line-height: 1.75; margin: 0; }
.seo-method-note > a { font-size: 13px; font-weight: 850; white-space: nowrap; }
.seo-backup-grid,
.seo-related-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin-top: 24px; }
.seo-backup-grid article,
.seo-related-grid a { background: #fff; border: 1px solid rgba(18,58,89,.14); border-radius: 18px; padding: 24px; }
.seo-backup-grid span,
.seo-related-grid span { color: #6b797f; display: block; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.seo-backup-grid h3 { font-family: var(--serif); font-size: 25px; margin: 8px 0; }
.seo-backup-grid p { color: #53656f; line-height: 1.6; }
.seo-backup-grid a { font-size: 12px; font-weight: 850; }
.seo-related-grid strong { display: block; font-family: var(--serif); font-size: 25px; margin: 9px 0; }
.seo-related-grid small { color: #53656f; line-height: 1.45; }

.seo-archive { padding-top: 0; }
.seo-archive-intro { background: #123a59; color: #fff; padding: 56px 0 72px; }
.seo-archive-intro .seo-breadcrumbs,
.seo-archive-intro .seo-breadcrumbs a { color: rgba(255,255,255,.75); }
.seo-archive-intro h1 { max-width: 850px; }
.seo-archive-intro p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.7; max-width: 760px; }
.seo-archive-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; margin-top: 28px; }
.seo-archive-actions .text-link { color: #fff; }
.seo-index-group { padding-top: 74px; }
.seo-index-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.seo-index-card { background: #fff; border: 1px solid rgba(18,58,89,.13); border-radius: 18px; display: flex; flex-direction: column; overflow: hidden; padding-bottom: 20px; transition: transform .2s ease, box-shadow .2s ease; }
.seo-index-card:hover { box-shadow: 0 16px 35px rgba(18,58,89,.11); transform: translateY(-3px); }
.seo-index-card img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center 8%; width: 100%; }
.seo-index-card > span,
.seo-index-card > strong,
.seo-index-card > small,
.seo-index-card > em { margin-left: 19px; margin-right: 19px; }
.seo-index-card > span { color: #6a787f; font-size: 10px; font-weight: 850; letter-spacing: .1em; margin-top: 18px; text-transform: uppercase; }
.seo-index-card > strong { font-family: var(--serif); font-size: 25px; line-height: 1; margin-top: 8px; }
.seo-index-card > small { color: #52636d; line-height: 1.4; margin-top: 9px; }
.seo-index-card > em { color: #123a59; font-size: 10px; font-style: normal; font-weight: 850; letter-spacing: .07em; margin-top: 14px; text-transform: uppercase; }

@media (max-width: 980px) {
  .seo-match-hero { grid-template-columns: 1fr; }
  .seo-speaker-frame { aspect-ratio: 16 / 12; min-height: 0; }
  .seo-speaker-frame img { object-position: center 11%; }
  .seo-method-note { align-items: start; grid-template-columns: 1fr; }
  .seo-backup-grid,
  .seo-related-grid { grid-template-columns: 1fr 1fr; }
  .seo-index-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .seo-main { padding-bottom: 64px; }
  .seo-match-copy { padding: 28px 22px 34px; }
  .seo-speaker-frame { aspect-ratio: 4 / 5; }
  .seo-specs { grid-template-columns: 1fr; }
  .seo-specs div + div { border-left: 0; border-top: 1px solid rgba(18,58,89,.16); padding-left: 0; }
  .seo-backup-grid,
  .seo-related-grid,
  .seo-index-grid { grid-template-columns: 1fr; }
  .seo-archive-intro { padding: 38px 0 54px; }
  .seo-index-card { display: grid; grid-template-columns: 116px 1fr; padding: 0; }
  .seo-index-card img { grid-row: 1 / span 4; height: 100%; }
  .seo-index-card > span,
  .seo-index-card > strong,
  .seo-index-card > small,
  .seo-index-card > em { margin-left: 16px; margin-right: 14px; }
  .seo-index-card > span { margin-top: 16px; }
  .seo-index-card > em { margin-bottom: 16px; }
}
