/* ==========================================================================
   Hoppr SEO pages
   Shared editorial layout for product, comparison and discovery pages.
   Keeps the V16/17 landing-page design untouched while reusing its tokens.
   ========================================================================== */

.seo-page {
  background: var(--ink);
}

.seo-page main {
  padding-top: var(--topbar-h);
}

.seo-page .topbar-claim {
  max-width: 370px;
}

.seo-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: clamp(22px, 3vw, 36px);
  font-family: var(--font-mono);
  font-size: .6875rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted-on-ink);
}

.seo-breadcrumbs a:hover {
  color: var(--gold);
}

.seo-breadcrumbs span[aria-hidden="true"] {
  color: var(--gold);
}

.seo-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line-ink);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 190, 46, .2), transparent 28%),
    linear-gradient(180deg, #171511 0%, var(--ink) 78%);
}

.seo-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .075;
  background-image:
    linear-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .18) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.seo-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(290px, .72fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
  padding-block: clamp(64px, 8vw, 112px);
}

.seo-hero-grid > * {
  min-width: 0;
}

.seo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--gold);
}

.seo-kicker::before {
  content: '';
  width: 28px;
  height: 1px;
  background: currentColor;
}

.seo-title {
  margin-top: 20px;
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 6.6rem);
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.035em;
  text-transform: uppercase;
  text-wrap: balance;
  hyphens: manual;
}

.seo-title .accent {
  color: var(--gold);
}

.seo-title.seo-title-long {
  max-width: 100%;
  font-size: clamp(3.9rem, 6vw, 6.8rem);
}

.seo-summary {
  max-width: 63ch;
  margin-top: clamp(24px, 3vw, 34px);
  color: rgba(244, 239, 228, .74);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.65;
}

.seo-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.seo-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 2px;
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted-on-ink);
}

.seo-text-link:hover {
  color: var(--gold);
}

.seo-pass-wrap {
  position: relative;
  width: min(100%, 390px);
  justify-self: center;
  padding: 18px;
}

.seo-pass-wrap::before {
  content: '';
  position: absolute;
  inset: 30px 4px 6px 30px;
  border: 1px solid rgba(255, 190, 46, .55);
  transform: rotate(5deg);
}

.seo-pass {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  min-height: 545px;
  padding: 12px 12px 0;
  overflow: hidden;
  color: var(--text-on-paper);
  background:
    var(--grain),
    #f8f3e8;
  background-size: 140px 140px, auto;
  background-blend-mode: multiply, normal;
  border-radius: 8px;
  box-shadow: 0 34px 70px -30px rgba(0, 0, 0, .85);
  transform: rotate(-2.4deg);
}

.seo-pass-media {
  min-height: 0;
  overflow: hidden;
  border-radius: 5px;
  background: #0d0d0c;
}

.seo-pass-media img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
  object-position: center top;
}

.seo-pass-copy {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 16px;
  padding: 18px 8px 15px;
}

.seo-pass-copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
}

.seo-pass-copy small,
.seo-pass-code {
  display: block;
  margin-top: 7px;
  font-family: var(--font-mono);
  font-size: .58rem;
  line-height: 1.45;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(22, 20, 16, .56);
}

.seo-pass-code {
  margin: 0;
  writing-mode: vertical-rl;
}

.seo-pass-stub {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  min-height: 62px;
  margin-inline: -12px;
  padding: 12px 20px;
  border-top: 2px dashed rgba(22, 20, 16, .34);
  background: var(--gold);
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-pass-stub::before,
.seo-pass-stub::after {
  content: '';
  position: absolute;
  top: -8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ink);
}

.seo-pass-stub::before { left: -7px; }
.seo-pass-stub::after { right: -7px; }

.seo-barcode {
  height: 34px;
  background: repeating-linear-gradient(90deg, #171204 0 2px, transparent 2px 4px, #171204 4px 5px, transparent 5px 8px);
}

.seo-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line-ink);
}

.seo-fact {
  min-height: 116px;
  padding: 26px clamp(18px, 3vw, 42px);
  border-right: 1px solid var(--line-ink);
}

.seo-fact:last-child { border-right: 0; }

.seo-fact .label {
  display: block;
  font-family: var(--font-mono);
  font-size: .65rem;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--gold);
}

.seo-fact strong {
  display: block;
  margin-top: 8px;
  font-family: var(--font-head);
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.25;
}

.seo-section {
  padding-block: clamp(72px, 9vw, 120px);
}

.seo-section.paper {
  color: var(--text-on-paper);
  background:
    var(--grain),
    var(--paper);
  background-size: 140px 140px, auto;
  background-blend-mode: multiply, normal;
}

.seo-section-head {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.seo-section-head .statement {
  max-width: 16ch;
}

.seo-section.paper .marker,
.seo-section.paper .statement,
.seo-section.paper .seo-rich h2,
.seo-section.paper .seo-rich h3 {
  color: var(--text-on-paper);
}

.seo-section.paper .seo-rich p,
.seo-section.paper .seo-rich li {
  color: rgba(22, 20, 16, .7);
}

.seo-rich {
  max-width: 780px;
}

.seo-rich > * + * {
  margin-top: 18px;
}

.seo-rich h2 {
  margin-top: clamp(42px, 6vw, 64px);
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 3.5vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.seo-rich h2:first-child { margin-top: 0; }

.seo-rich h3 {
  margin-top: 28px;
  font-family: var(--font-head);
  font-size: 1.2rem;
  line-height: 1.25;
}

.seo-rich p,
.seo-rich li {
  color: var(--muted-on-ink);
  font-size: 1rem;
}

.seo-rich strong { color: inherit; font-weight: 760; }
.seo-rich a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }

.seo-list {
  display: grid;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid currentColor;
  border-color: var(--line-ink);
}

.paper .seo-list { border-color: var(--line-paper); }

.seo-list li {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--line-ink);
}

.paper .seo-list li { border-color: var(--line-paper); }

.seo-list li::before {
  content: '→';
  font-family: var(--font-mono);
  color: var(--gold);
}

.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(36px, 5vw, 58px);
  padding: 1px;
  background: var(--line-ink);
}

.seo-card {
  min-height: 235px;
  padding: clamp(24px, 3vw, 36px);
  background: var(--ink);
}

.seo-card .num {
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .1em;
  color: var(--gold);
}

.seo-card h3 {
  margin-top: 24px;
  font-family: var(--font-head);
  font-size: 1.35rem;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.seo-card p {
  margin-top: 13px;
  color: var(--muted-on-ink);
  font-size: .93rem;
}

.seo-callout {
  position: relative;
  margin-top: clamp(38px, 6vw, 72px);
  padding: clamp(28px, 5vw, 54px);
  overflow: hidden;
  background: var(--gold);
  color: #171204;
}

.seo-callout::after {
  content: attr(data-mark);
  position: absolute;
  right: -10px;
  bottom: -34px;
  font-family: var(--font-display);
  font-size: clamp(5rem, 15vw, 11rem);
  line-height: 1;
  opacity: .1;
}

.seo-callout h2 {
  position: relative;
  z-index: 1;
  max-width: 17ch;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: .98;
  text-transform: uppercase;
}

.seo-callout p {
  position: relative;
  z-index: 1;
  max-width: 62ch;
  margin-top: 18px;
  color: rgba(23, 18, 4, .78);
}

.seo-table-wrap {
  margin-top: 34px;
  overflow-x: auto;
  border: 1px solid var(--line-ink);
}

.seo-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
}

.seo-table th,
.seo-table td {
  padding: 17px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line-ink);
}

.seo-table th {
  font-family: var(--font-mono);
  font-size: .66rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted-on-ink);
}

.seo-table td {
  font-size: .92rem;
  color: rgba(244, 239, 228, .72);
}

.seo-table tbody th {
  font-family: var(--font-head);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-on-ink);
}

.seo-table tr:last-child td { border-bottom: 0; }

.seo-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 9px 13px;
  border: 1px solid var(--line-ink);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: .64rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted-on-ink);
}

.seo-status::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.seo-related {
  border-top: 1px solid var(--line-ink);
}

.seo-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.seo-related-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line-ink);
  transition: border-color .2s var(--ease), transform .2s var(--ease), background-color .2s var(--ease);
}

.seo-related-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  background: rgba(255, 190, 46, .04);
}

.seo-related-card .tag {
  font-family: var(--font-mono);
  font-size: .64rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
}

.seo-related-card strong {
  display: block;
  margin-top: 22px;
  font-family: var(--font-head);
  font-size: 1.25rem;
  line-height: 1.15;
}

.seo-related-card span:last-child {
  margin-top: auto;
  padding-top: 24px;
  font-family: var(--font-mono);
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted-on-ink);
}

.seo-faq .faq-list {
  max-width: 900px;
}

.seo-page .footer-grid {
  grid-template-columns: 1.35fr 1.15fr 1fr 1fr;
}

@media (max-width: 980px) {
  .seo-hero-grid { grid-template-columns: 1fr minmax(260px, .62fr); gap: 34px; }
  .seo-title { font-size: clamp(3rem, 7.4vw, 5.2rem); }
  .seo-title-long { font-size: clamp(2.8rem, 6.5vw, 4.8rem); }
  .seo-pass { min-height: 480px; }
  .seo-pass-media img { max-height: 360px; }
  .seo-section-head { grid-template-columns: 1fr; }
  .seo-card-grid { grid-template-columns: 1fr 1fr; }
  .seo-related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .seo-breadcrumbs { padding-top: 20px; }
  .seo-hero-grid { grid-template-columns: 1fr; padding-block: 48px 70px; }
  .seo-title { max-width: 11ch; font-size: clamp(2.8rem, 15vw, 5rem); }
  .seo-title-long { max-width: 100%; font-size: clamp(2.3rem, 11.5vw, 4.3rem); }
  .seo-summary { font-size: 1rem; }
  .seo-pass-wrap { width: min(92%, 360px); margin-top: 8px; }
  .seo-pass { min-height: 500px; }
  .seo-facts { grid-template-columns: 1fr; }
  .seo-fact { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-ink); }
  .seo-fact:last-child { border-bottom: 0; }
  .seo-card-grid,
  .seo-related-grid { grid-template-columns: 1fr; }
  .seo-card { min-height: auto; }
  .seo-page .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .seo-title { max-width: 100%; font-size: clamp(2.45rem, 13vw, 3.5rem); }
  .seo-title.seo-title-long { font-size: clamp(2.3rem, 11.5vw, 4.3rem); }
  .seo-pass-wrap { width: 100%; padding-inline: 8px; }
  .seo-pass { min-height: 460px; }
  .seo-pass-copy { grid-template-columns: 1fr; }
  .seo-pass-code { display: none; }
  .seo-pass-stub { grid-template-columns: auto 1fr; }
  .seo-pass-stub span:last-child { display: none; }
  .seo-actions .btn { width: 100%; }
}

/* ==========================================================================
   Editorial campaign system · v7

   The SEO pages share the same physical football ephemera as the homepage:
   programmes, perforated tickets, scoreboards, hairlines and app-card stacks.
   ========================================================================== */

.seo-page .topbar {
  background: color-mix(in srgb, var(--ink) 90%, transparent);
}

.seo-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 190, 46, .08), transparent 24%),
    var(--ink);
}

.seo-hero::before {
  z-index: -2;
  opacity: .055;
  background-image: var(--grain);
  background-size: 140px 140px;
  mask-image: linear-gradient(to bottom, #000 0 82%, transparent 100%);
}

.seo-hero::after {
  content: attr(data-word);
  position: absolute;
  z-index: -1;
  left: -.035em;
  bottom: -.13em;
  font-family: var(--font-display);
  font-size: clamp(8rem, 18vw, 18rem);
  line-height: .8;
  letter-spacing: -.035em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 239, 228, .075);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.seo-hero .container {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1400px);
}

.seo-breadcrumbs {
  gap: 10px;
  padding-top: clamp(24px, 3vw, 40px);
  color: rgba(244, 239, 228, .55);
}

.seo-breadcrumbs::before {
  content: 'HOPPR JOURNAL';
  padding: 5px 9px;
  border: 1px solid var(--line-ink);
  color: var(--gold);
}

.seo-hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, .72fr);
  gap: clamp(42px, 6vw, 92px);
  min-height: min(790px, calc(100svh - var(--topbar-h) - 40px));
  padding-block: clamp(42px, 6vw, 82px);
}

.seo-kicker {
  font-size: .72rem;
  letter-spacing: .14em;
}

.seo-title,
.seo-title.seo-title-long {
  max-width: 12ch;
  margin-top: clamp(20px, 3vw, 34px);
  font-size: clamp(4.1rem, 6.6vw, 7.2rem);
  line-height: .84;
  letter-spacing: -.045em;
}

.seo-title .accent {
  position: relative;
  color: var(--gold);
}

.seo-title .accent::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -.08em;
  left: 0;
  height: .055em;
  background: currentColor;
  transform: rotate(-1deg);
}

.seo-summary {
  max-width: 58ch;
  margin-top: clamp(24px, 3vw, 36px);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.65;
}

.seo-actions {
  gap: 20px;
  margin-top: 32px;
}

.seo-actions .btn-gold {
  position: relative;
  justify-content: flex-start;
  min-height: 58px;
  padding: 15px 68px 15px 25px;
  overflow: visible;
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: .88rem;
  text-transform: uppercase;
  box-shadow: 0 14px 30px -18px rgba(0, 0, 0, .8);
}

.seo-actions .btn-gold::before {
  content: '';
  position: absolute;
  top: 0;
  right: 48px;
  bottom: 0;
  border-left: 2px dashed rgba(19, 18, 16, .34);
}

.seo-actions .btn-gold::after {
  content: '→';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 49px;
  display: grid;
  place-items: center;
  font-family: var(--font-head);
  font-size: 1.2rem;
  transition: transform .22s var(--ease);
}

.seo-actions .btn-gold:hover {
  background: #fff;
  transform: translateY(-2px) rotate(-.5deg);
}

.seo-actions .btn-gold:hover::after {
  transform: translateX(3px) rotate(4deg);
}

.seo-text-link {
  font-size: .68rem;
  letter-spacing: .11em;
}

.seo-status {
  margin-top: 24px;
  border-radius: 3px;
  transform: rotate(-.6deg);
}

.seo-pass-wrap {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: min(100%, 520px);
  min-height: clamp(540px, 44vw, 610px);
  padding: 54px 34px 34px;
  overflow: hidden;
  border-radius: 11px;
  background:
    var(--grain),
    linear-gradient(145deg, #ffd05a 0%, var(--gold) 52%, var(--gold-deep) 100%);
  background-size: 140px 140px, cover;
  background-blend-mode: overlay, normal;
  box-shadow: 0 36px 80px -38px rgba(0, 0, 0, .95);
}

.seo-pass-wrap::before {
  content: attr(data-label);
  position: absolute;
  z-index: 3;
  top: 17px;
  right: 20px;
  left: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(23, 18, 4, .3);
  font-family: var(--font-mono);
  font-size: .61rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(23, 18, 4, .74);
}

.seo-pass-wrap::after {
  position: absolute;
  z-index: -1;
  right: -.04em;
  bottom: -.17em;
  font-family: var(--font-display);
  font-size: clamp(13rem, 24vw, 22rem);
  line-height: .8;
  letter-spacing: -.06em;
  color: rgba(239, 233, 220, .88);
  pointer-events: none;
}

.seo-hero[data-issue='01'] .seo-pass-wrap::after { content: '01'; }
.seo-hero[data-issue='02'] .seo-pass-wrap::after { content: '02'; }
.seo-hero[data-issue='03'] .seo-pass-wrap::after { content: '03'; }
.seo-hero[data-issue='04'] .seo-pass-wrap::after { content: '04'; }
.seo-hero[data-issue='05'] .seo-pass-wrap::after { content: '05'; }
.seo-hero[data-issue='06'] .seo-pass-wrap::after { content: '06'; }

.seo-pass-wrap .seo-pass {
  z-index: 2;
  width: min(68%, 300px);
  min-height: 0;
  padding: 10px 10px 0;
  overflow: visible;
  border-radius: 13px;
  box-shadow:
    0 34px 56px -28px rgba(23, 18, 4, .78),
    0 8px 18px -12px rgba(23, 18, 4, .55);
  transform: rotate(-3.2deg);
  transition: transform .5s var(--ease);
}

.seo-pass-wrap .seo-pass::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 13px;
  background: #e8e0cf;
  box-shadow: 0 14px 24px -18px rgba(23, 18, 4, .7);
  transform: rotate(5.5deg) translate(11px, 5px);
}

.seo-pass-wrap:hover .seo-pass {
  transform: rotate(-1.7deg) translateY(-5px);
}

.seo-pass-media {
  position: relative;
  aspect-ratio: 640 / 900;
  border-radius: 8px;
}

.seo-pass-media::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: inherit;
  pointer-events: none;
}

.seo-pass-media img {
  max-height: none;
  object-fit: cover;
  object-position: top;
}

.seo-pass-copy {
  padding: 17px 7px 14px;
}

.seo-pass-copy strong {
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.seo-pass-copy small,
.seo-pass-code {
  color: rgba(22, 20, 16, .68);
}

.seo-pass-stub {
  min-height: 58px;
}

.seo-facts {
  position: relative;
  z-index: 2;
  color: #171204;
  border-bottom: 0;
  background:
    var(--grain),
    linear-gradient(110deg, #ffd05a, var(--gold-deep));
  background-size: 140px 140px, cover;
  background-blend-mode: overlay, normal;
}

.seo-fact {
  position: relative;
  min-height: 150px;
  padding: 30px clamp(22px, 3.2vw, 48px);
  border-right-color: rgba(23, 18, 4, .28);
}

.seo-fact::before {
  position: absolute;
  top: 20px;
  right: 22px;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  line-height: 1;
  color: rgba(23, 18, 4, .095);
}

.seo-fact:nth-child(1)::before { content: '01'; }
.seo-fact:nth-child(2)::before { content: '02'; }
.seo-fact:nth-child(3)::before { content: '03'; }

.seo-fact .label {
  color: rgba(23, 18, 4, .74);
}

.seo-fact strong {
  max-width: 19ch;
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 2.45rem);
  line-height: .98;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.seo-section {
  position: relative;
  overflow: clip;
  border-bottom: 1px solid var(--line-ink);
}

.seo-section.paper {
  border-bottom-color: var(--line-paper);
}

.seo-section-head {
  grid-template-columns: minmax(170px, .45fr) minmax(0, 1.55fr);
  gap: clamp(38px, 7vw, 110px);
}

.seo-section-head > .marker {
  position: sticky;
  top: calc(var(--topbar-h) + 30px);
  padding-top: 8px;
}

.seo-rich {
  max-width: 920px;
  counter-reset: seo-chapter;
}

.seo-rich h2 {
  counter-increment: seo-chapter;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  max-width: none;
  margin-top: clamp(46px, 6vw, 70px);
  padding-top: 26px;
  border-top: 1px solid var(--line-ink);
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 3.35vw, 3rem);
  line-height: 1.02;
}

.seo-rich h2::before {
  content: counter(seo-chapter, decimal-leading-zero);
  padding-top: .22em;
  font-family: var(--font-mono);
  font-size: .66rem;
  font-weight: 400;
  letter-spacing: .12em;
  color: var(--gold);
}

.seo-rich h2:first-child {
  margin-top: 0;
}

.seo-section.paper .seo-rich h2 {
  border-top-color: var(--line-paper);
}

.seo-section.paper .seo-rich h2::before {
  color: #8a5b00;
}

.seo-rich p,
.seo-rich > ul {
  max-width: 66ch;
  margin-left: 70px;
}

.seo-rich h2 + p {
  margin-top: 18px;
}

.seo-list {
  margin-top: 28px;
}

.seo-card-grid {
  display: block;
  margin-top: clamp(50px, 7vw, 82px);
  padding: 0;
  border-top: 1px solid var(--line-ink);
  background: transparent;
}

.paper .seo-card-grid {
  border-top-color: var(--line-paper);
}

.seo-card {
  display: grid;
  grid-template-columns: 105px minmax(210px, .8fr) minmax(0, 1.25fr);
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  min-height: 0;
  padding: clamp(22px, 3vw, 31px) 14px;
  border-bottom: 1px solid var(--line-ink);
  background: transparent;
  transition: background-color .22s var(--ease), color .22s var(--ease), padding .22s var(--ease);
}

.paper .seo-card {
  color: var(--text-on-paper);
  border-bottom-color: var(--line-paper);
}

.seo-card .num,
.seo-card h3,
.seo-card p {
  margin: 0;
}

.seo-card h3 {
  font-size: clamp(1.25rem, 2.25vw, 1.85rem);
}

.seo-card p {
  font-size: .96rem;
}

.paper .seo-card p {
  color: rgba(22, 20, 16, .7);
}

.paper .seo-card .num {
  color: #8a5b00;
}

.seo-card:hover {
  padding-inline: 24px;
  background: var(--paper);
  color: var(--text-on-paper);
}

.seo-card:hover p {
  color: var(--muted-on-paper);
}

.paper .seo-card:hover {
  background: var(--ink);
  color: var(--text-on-ink);
}

.paper .seo-card:hover p {
  color: var(--muted-on-ink);
}

.seo-callout {
  isolation: isolate;
  margin: clamp(56px, 8vw, 96px) 8px 8px 0;
  padding: clamp(38px, 6vw, 72px);
  border-radius: 10px;
  background:
    var(--grain),
    linear-gradient(145deg, #ffd05a, var(--gold-deep));
  background-size: 140px 140px, cover;
  background-blend-mode: overlay, normal;
  box-shadow: 9px 9px 0 var(--paper-2), 0 32px 64px -40px rgba(0, 0, 0, .8);
  transform: rotate(-.35deg);
}

.seo-callout::before {
  content: 'HOPPR · MATCH NOTES';
  position: absolute;
  top: 18px;
  left: 22px;
  font-family: var(--font-mono);
  font-size: .58rem;
  letter-spacing: .12em;
  color: rgba(23, 18, 4, .72);
}

.seo-callout::after {
  right: -.025em;
  bottom: -.22em;
  font-size: clamp(8rem, 19vw, 16rem);
  opacity: .09;
}

.seo-callout h2 {
  max-width: 14ch;
  font-size: clamp(2.35rem, 5.2vw, 5rem);
  line-height: .88;
}

.seo-callout p {
  max-width: 56ch;
  font-size: 1rem;
}

.seo-table-wrap {
  margin-top: clamp(44px, 7vw, 76px);
  border-color: var(--line-ink);
}

.seo-table thead {
  background: var(--gold);
  color: #171204;
}

.seo-table thead th {
  color: rgba(23, 18, 4, .72);
  border-bottom-color: rgba(23, 18, 4, .28);
}

.seo-table tbody tr {
  transition: background-color .18s var(--ease);
}

.seo-table tbody tr:hover {
  background: rgba(255, 190, 46, .055);
}

/* Three app screens become the editorial centrepiece of every topic page. */
.seo-showcase {
  position: relative;
  isolation: isolate;
  padding-block: clamp(76px, 10vw, 132px);
  overflow: hidden;
  color: var(--text-on-paper);
  border-bottom: 1px solid var(--line-paper);
  background:
    var(--grain),
    var(--paper);
  background-size: 140px 140px, auto;
  background-blend-mode: multiply, normal;
}

.seo-showcase::before {
  content: attr(data-word);
  position: absolute;
  z-index: -1;
  top: .08em;
  right: -.04em;
  font-family: var(--font-display);
  font-size: clamp(7rem, 18vw, 18rem);
  line-height: .8;
  letter-spacing: -.05em;
  color: rgba(22, 20, 16, .052);
  white-space: nowrap;
}

.seo-showcase-head {
  display: grid;
  grid-template-columns: .45fr 1.55fr;
  gap: clamp(38px, 7vw, 110px);
  align-items: start;
}

.seo-showcase .marker {
  padding-top: 10px;
}

.seo-showcase-title {
  max-width: 16ch;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 6.3vw, 6.3rem);
  line-height: .88;
  letter-spacing: -.035em;
  text-transform: uppercase;
  text-wrap: balance;
}

.seo-collage {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: clamp(480px, 56vw, 720px);
  margin-top: clamp(54px, 8vw, 96px);
  padding: 38px clamp(16px, 4vw, 64px) 28px;
  border: 1px solid var(--line-paper);
  background:
    linear-gradient(rgba(22, 20, 16, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 20, 16, .065) 1px, transparent 1px),
    rgba(255, 255, 255, .18);
  background-size: 52px 52px, 52px 52px, auto;
}

.seo-collage::before {
  content: '↗';
  position: absolute;
  top: 10%;
  left: 7%;
  font-family: var(--font-head);
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 300;
  line-height: 1;
  transform: rotate(-12deg);
}

.seo-shot {
  position: relative;
  flex: none;
  width: clamp(190px, 22vw, 300px);
  padding: 9px 9px 0;
  border-radius: 14px;
  background: #fcfaf3;
  box-shadow: 0 32px 55px -24px rgba(25, 18, 4, .5);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}

.seo-shot::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: #e2dac8;
  transform: rotate(3deg) translate(8px, 6px);
}

.seo-shot img {
  width: 100%;
  aspect-ratio: 640 / 1160;
  border-radius: 9px;
  object-fit: cover;
  object-position: top;
  background: var(--ink);
}

.seo-shot figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 9px 5px 10px;
  color: var(--text-on-paper);
}

.seo-shot figcaption span {
  font-family: var(--font-mono);
  font-size: .6rem;
  letter-spacing: .1em;
  color: rgba(22, 20, 16, .65);
}

.seo-shot figcaption strong {
  font-family: var(--font-head);
  font-size: .83rem;
  line-height: 1.15;
  text-align: right;
}

.seo-shot-left {
  z-index: 1;
  transform: rotate(-7deg) translate(28px, 22px);
}

.seo-shot-center {
  z-index: 3;
  transform: translateY(-24px);
}

.seo-shot-right {
  z-index: 2;
  transform: rotate(7deg) translate(-28px, 24px);
}

.seo-collage:hover .seo-shot-left { transform: rotate(-9deg) translate(18px, 10px); }
.seo-collage:hover .seo-shot-center { transform: translateY(-34px); }
.seo-collage:hover .seo-shot-right { transform: rotate(9deg) translate(-18px, 12px); }

.seo-showcase-sticker {
  position: absolute;
  z-index: 6;
  top: 9%;
  right: 9%;
  width: clamp(90px, 10vw, 132px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 15px;
  clip-path: polygon(50% 0%, 61% 12%, 76% 6%, 79% 22%, 95% 24%, 89% 39%, 100% 50%, 89% 61%, 95% 76%, 79% 78%, 76% 94%, 61% 88%, 50% 100%, 39% 88%, 24% 94%, 21% 78%, 5% 76%, 11% 61%, 0% 50%, 11% 39%, 5% 24%, 21% 22%, 24% 6%, 39% 12%);
  background: var(--gold);
  color: #171204;
  font-family: var(--font-display);
  font-size: clamp(.55rem, 1vw, .78rem);
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(11deg);
  box-shadow: 0 18px 28px -18px rgba(23, 18, 4, .6);
}

.seo-related {
  border-top: 0;
}

.seo-related-grid {
  counter-reset: seo-related;
  gap: 0;
  padding: 0;
  border-block: 1px solid var(--line-ink);
}

.seo-related-card {
  counter-increment: seo-related;
  position: relative;
  min-height: 235px;
  padding: 28px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid var(--line-ink);
}

.seo-related-card:last-child {
  border-right: 0;
}

.seo-related-card::before {
  content: '0' counter(seo-related);
  position: absolute;
  right: 12px;
  bottom: -.25em;
  font-family: var(--font-display);
  font-size: 8.5rem;
  line-height: 1;
  color: rgba(244, 239, 228, .035);
}

.seo-related-card:hover {
  z-index: 1;
  border-color: transparent;
  background: var(--paper);
  color: var(--text-on-paper);
  transform: none;
}

.seo-related-card:hover span:last-child {
  color: var(--muted-on-paper);
}

.seo-related-card strong {
  position: relative;
  z-index: 1;
  font-size: clamp(1.35rem, 2.3vw, 1.9rem);
}

.seo-faq .statement {
  max-width: 15ch;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: .9;
  text-transform: uppercase;
}

.seo-page .waitlist-panel {
  box-shadow: 0 30px 74px -46px rgba(0, 0, 0, .85);
}

@media (max-width: 1080px) {
  .seo-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .7fr);
  }

  .seo-title,
  .seo-title.seo-title-long {
    font-size: clamp(3.8rem, 8vw, 6.2rem);
  }

  .seo-title.seo-title-long {
    font-size: clamp(3.35rem, 6.45vw, 5.55rem);
  }

  .seo-pass-wrap {
    min-height: 530px;
  }
}

@media (max-width: 820px) {
  .seo-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 32px;
    padding-block: 36px 54px;
  }

  .seo-title,
  .seo-title.seo-title-long {
    max-width: 11ch;
    font-size: clamp(3.25rem, 12.8vw, 6rem);
  }

  .seo-pass-wrap {
    width: 100%;
    min-height: 450px;
    margin-top: 8px;
    padding: 48px 22px 28px;
  }

  .seo-pass-wrap::after {
    font-size: clamp(13rem, 56vw, 21rem);
  }

  .seo-pass-wrap .seo-pass {
    width: min(48%, 275px);
  }

  .seo-section-head,
  .seo-showcase-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .seo-section-head > .marker {
    position: static;
  }

  .seo-card {
    grid-template-columns: 76px minmax(180px, .82fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 720px) {
  .seo-hero .container {
    width: min(100% - 32px, 1400px);
  }

  .seo-breadcrumbs::before {
    display: none;
  }

  .seo-hero::after {
    bottom: .03em;
    font-size: 27vw;
  }

  .seo-title,
  .seo-title.seo-title-long {
    max-width: 100%;
    font-size: clamp(2.85rem, 13.7vw, 4.8rem);
  }

  .seo-title.seo-title-long {
    font-size: clamp(2.25rem, 10.8vw, 4rem);
  }

  .seo-summary {
    max-width: 48ch;
    font-size: .98rem;
  }

  .seo-actions {
    align-items: stretch;
  }

  .seo-actions .btn-gold {
    width: auto;
  }

  .seo-pass-wrap {
    min-height: 390px;
  }

  .seo-pass-wrap .seo-pass {
    width: min(56%, 230px);
  }

  .seo-pass-copy {
    grid-template-columns: 1fr auto;
  }

  .seo-pass-code {
    display: block;
  }

  .seo-pass-stub {
    grid-template-columns: auto 1fr auto;
  }

  .seo-pass-stub span:last-child {
    display: block;
  }

  .seo-fact {
    min-height: 116px;
    border-right: 0;
    border-bottom-color: rgba(23, 18, 4, .25);
  }

  .seo-rich h2 {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    font-size: clamp(1.55rem, 7.6vw, 2.3rem);
  }

  .seo-rich p,
  .seo-rich > ul {
    margin-left: 48px;
  }

  .seo-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px 16px;
    padding: 22px 8px;
  }

  .seo-card p {
    grid-column: 2;
  }

  .seo-card:hover {
    padding-inline: 14px;
  }

  .seo-callout {
    margin-right: 5px;
    padding: 46px 26px 38px;
    box-shadow: 5px 5px 0 var(--paper-2), 0 26px 52px -38px rgba(0, 0, 0, .8);
  }

  .seo-showcase-title {
    font-size: clamp(2.55rem, 13vw, 4.4rem);
  }

  .seo-collage {
    min-height: 500px;
    padding-inline: 0;
  }

  .seo-shot {
    width: clamp(168px, 54vw, 220px);
  }

  .seo-shot-left { transform: rotate(-8deg) translate(62px, 26px); }
  .seo-shot-center { transform: translateY(-24px); }
  .seo-shot-right { transform: rotate(8deg) translate(-62px, 28px); }
  .seo-collage:hover .seo-shot-left { transform: rotate(-8deg) translate(62px, 26px); }
  .seo-collage:hover .seo-shot-center { transform: translateY(-24px); }
  .seo-collage:hover .seo-shot-right { transform: rotate(8deg) translate(-62px, 28px); }

  .seo-showcase-sticker {
    top: 8%;
    right: 4%;
    width: 92px;
  }

  .seo-related-grid {
    grid-template-columns: 1fr;
  }

  .seo-related-card {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--line-ink);
  }

  .seo-related-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 420px) {
  .seo-title,
  .seo-title.seo-title-long {
    font-size: clamp(2.55rem, 13vw, 3.55rem);
  }

  .seo-title.seo-title-long {
    font-size: clamp(2.1rem, 10.5vw, 3.2rem);
  }

  .seo-actions .btn-gold {
    width: 100%;
  }

  .seo-pass-wrap {
    min-height: 365px;
    padding-inline: 12px;
  }

  .seo-pass-wrap::before {
    right: 14px;
    left: 14px;
  }

  .seo-pass-wrap .seo-pass {
    width: min(63%, 215px);
  }

  .seo-pass-copy {
    grid-template-columns: 1fr;
  }

  .seo-pass-code,
  .seo-pass-stub span:last-child {
    display: none;
  }

  .seo-pass-stub {
    grid-template-columns: auto 1fr;
  }

  .seo-rich p,
  .seo-rich > ul {
    margin-left: 0;
  }

  .seo-rich h2 {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .seo-collage {
    min-height: 440px;
  }

  .seo-shot {
    width: min(55vw, 190px);
  }

  .seo-shot-left { transform: rotate(-8deg) translate(74px, 22px); }
  .seo-shot-right { transform: rotate(8deg) translate(-74px, 24px); }

  .seo-shot figcaption strong {
    font-size: .72rem;
  }

  .seo-showcase-sticker {
    top: 14%;
    width: 78px;
  }
}
