/* SlotReview UK — main stylesheet
 * Wine palette · EB Garamond + Hanken Grotesk · editorial long-read
 *
 * Palette (hardcoded — no CSS variables per project convention):
 *   primary  #5a1a2b   wine
 *   primary deep #3d1019
 *   accent  #d4a574   warm parchment / brass
 *   accent deep #b48450
 *   surface #fbf7f2   cream
 *   surface alt #f3ebe1
 *   ink     #1a1418
 *   muted   #7a6b6e
 *   rule    #e6dccd
 *   ok      #2f6a4a
 *   bad     #8a2738
 */

*, *::before, *::after { box-sizing: border-box; }
html { font-size: 17px; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: #fbf7f2; color: #1a1418; font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-weight: 400; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: #5a1a2b; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: #3d1019; text-decoration-thickness: 2px; }
h1, h2, h3, h4 { font-family: 'EB Garamond', Georgia, 'Times New Roman', serif; font-weight: 600; line-height: 1.18; letter-spacing: -0.005em; color: #1a1418; margin: 0 0 16px; }
h1 { font-size: 38px; line-height: 1.1; letter-spacing: -0.015em; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
p { margin: 0 0 16px; }
ul, ol { margin: 0 0 16px; padding-left: 22px; }
li { margin-bottom: 6px; }
blockquote { margin: 0 0 16px; padding: 0 0 0 18px; border-left: 3px solid #d4a574; font-family: 'EB Garamond', Georgia, serif; font-style: italic; font-size: 21px; line-height: 1.45; color: #3d1019; }
hr { border: 0; height: 1px; background: #e6dccd; margin: 32px 0; }

.wrapper { display: flex; flex-direction: column; min-height: 100vh; }
.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: 760px; }

/* ---------- site header ---------- */
.site-header { background: #fbf7f2; border-bottom: 1px solid #e6dccd; position: sticky; top: 0; z-index: 50; }
.site-header .site-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; max-width: 1240px; margin: 0 auto; }
.site-header .site-brand { display: flex; align-items: baseline; gap: 4px; text-decoration: none; color: #1a1418; }
.site-header .site-brand-mark { display: inline-block; width: 36px; height: 36px; background: url('../img/logo-mark.svg') center / contain no-repeat; margin-right: 10px; align-self: center; flex: 0 0 auto; font-size: 0; line-height: 0; }
.site-header .site-brand-word { font-family: 'EB Garamond', serif; font-weight: 600; font-size: 24px; letter-spacing: -0.01em; color: #5a1a2b; }
.site-header .site-brand-tld { font-family: 'Hanken Grotesk', sans-serif; font-weight: 500; font-size: 14px; color: #7a6b6e; }
.site-header .site-nav { display: none; }
.site-header .site-age-mark { display: inline-grid; place-items: center; width: 36px; height: 36px; border: 1.5px solid #5a1a2b; color: #5a1a2b; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 0.03em; }

@media (min-width: 900px) {
  .site-header .site-nav { display: block; }
  .site-header .site-nav-list { display: flex; list-style: none; gap: 22px; margin: 0; padding: 0; }
  .site-header .site-nav-list li { margin: 0; }
  .site-header .site-nav-list a { color: #1a1418; text-decoration: none; font-size: 14px; font-weight: 500; letter-spacing: 0.01em; padding: 8px 0; border-bottom: 2px solid transparent; }
  .site-header .site-nav-list a:hover { color: #5a1a2b; border-bottom-color: #d4a574; }
}

/* ---------- breadcrumbs ---------- */
.breadcrumbs { margin: 16px 0 8px; }
.breadcrumbs .breadcrumbs-list { display: flex; flex-wrap: wrap; gap: 4px 8px; list-style: none; padding: 0; margin: 0; font-size: 13px; color: #7a6b6e; }
.breadcrumbs .breadcrumbs-item { margin: 0; }
.breadcrumbs .breadcrumbs-item + .breadcrumbs-item::before { content: '·'; margin-right: 8px; color: #7a6b6e; }
.breadcrumbs .breadcrumbs-item a { color: #7a6b6e; text-decoration: none; }
.breadcrumbs .breadcrumbs-item a:hover { color: #5a1a2b; }
.breadcrumbs .breadcrumbs-item [aria-current] { color: #1a1418; }

/* ---------- slot review (editorial long-read) ---------- */
.slot-review { padding: 24px 0 64px; }
.slot-review .slot-review-frame { display: flex; flex-direction: column; gap: 32px; max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.slot-review .slot-review-main { min-width: 0; }

/* hero */
.slot-review .slot-hero { padding: 16px 0 8px; border-bottom: 1px solid #e6dccd; margin-bottom: 32px; }
.slot-review .slot-hero-eyebrow { font-family: 'Hanken Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; font-weight: 600; color: #b48450; margin: 0 0 8px; }
.slot-review .slot-hero-title { font-size: 46px; line-height: 1.02; letter-spacing: -0.02em; margin: 0 0 14px; }
.slot-review .slot-hero-byline { font-size: 14px; color: #7a6b6e; margin: 0 0 18px; font-style: italic; }
.slot-review .slot-hero-standfirst { font-family: 'EB Garamond', serif; font-size: 22px; line-height: 1.4; color: #3d1019; margin: 0 0 28px; max-width: 60ch; }

.slot-review .slot-spec-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 24px; margin: 0 0 28px; padding: 20px 22px; background: #f3ebe1; border-left: 3px solid #5a1a2b; border-radius: 2px; }
.slot-review .slot-spec-strip-item { margin: 0; }
.slot-review .slot-spec-strip-item dt { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: #7a6b6e; font-weight: 600; margin: 0 0 4px; }
.slot-review .slot-spec-strip-item dd { margin: 0; font-family: 'EB Garamond', serif; font-size: 22px; font-weight: 600; color: #1a1418; line-height: 1; }

.slot-review .slot-hero-cta { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.slot-review .cta-primary { display: inline-block; background: #5a1a2b; color: #fbf7f2; padding: 14px 26px; font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.01em; border-radius: 2px; text-decoration: none; transition: background 0.15s ease; align-self: flex-start; }
.slot-review .cta-primary:hover { background: #3d1019; color: #fbf7f2; }
.slot-review .slot-hero-cta-note { font-size: 12px; color: #7a6b6e; margin: 0; }
.slot-review .slot-hero-cta-note a { color: #7a6b6e; text-decoration: underline; }

/* section spacing */
.slot-review .slot-section { padding: 32px 0; border-bottom: 1px solid #e6dccd; scroll-margin-top: 80px; }
.slot-review .slot-section:last-of-type { border-bottom: 0; }
.slot-review .slot-section-title { font-size: 30px; margin: 0 0 18px; }

/* demo iframe */
.slot-review .slot-demo-frame { position: relative; width: 100%; aspect-ratio: 16 / 10; background: #1a1418; border-radius: 2px; overflow: hidden; }
.slot-review .slot-demo-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.slot-review .slot-demo-note { font-size: 13px; color: #7a6b6e; margin: 10px 0 0; }

/* click-to-play demo facade */
.slot-review .slot-demo-facade { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; margin: 0; border: 0; background: #1a1418; cursor: pointer; display: block; overflow: hidden; }
.slot-review .slot-demo-thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease, filter .3s ease; }
.slot-review .slot-demo-facade::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,20,24,.15) 0%, rgba(26,20,24,.55) 100%); transition: background .3s ease; }
.slot-review .slot-demo-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 64px; height: 64px; border-radius: 50%; background: rgba(90,26,43,.92); color: #fbf7f2; display: grid; place-items: center; box-shadow: 0 6px 22px rgba(0,0,0,.35); transition: transform .25s ease, background .25s ease; }
.slot-review .slot-demo-play svg { margin-left: 3px; }
.slot-review .slot-demo-facade-label { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); z-index: 2; font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #fbf7f2; }
.slot-review .slot-demo-facade:hover .slot-demo-thumb,
.slot-review .slot-demo-facade:focus-visible .slot-demo-thumb { transform: scale(1.04); }
.slot-review .slot-demo-facade:hover .slot-demo-play,
.slot-review .slot-demo-facade:focus-visible .slot-demo-play { transform: translate(-50%, -50%) scale(1.08); background: #5a1a2b; }
.slot-review .slot-demo-facade:focus-visible { outline: 3px solid #d4a574; outline-offset: -3px; }

/* intro prose */
.slot-review .slot-intro.prose p { font-family: 'EB Garamond', serif; font-size: 19px; line-height: 1.65; color: #1a1418; margin: 0 0 18px; }
.slot-review .slot-intro.prose p:first-of-type::first-letter { font-family: 'EB Garamond', serif; font-weight: 700; float: left; font-size: 64px; line-height: 0.85; padding: 6px 8px 0 0; color: #5a1a2b; }
.slot-review .slot-intro.prose h3 { font-size: 24px; margin: 28px 0 12px; }

/* screenshots */
.slot-review .slot-screenshots-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.slot-review .slot-screenshot { margin: 0; }
.slot-review .slot-screenshot img { width: 100%; border-radius: 2px; }
.slot-review .slot-screenshot figcaption { font-size: 13px; color: #7a6b6e; font-style: italic; margin-top: 6px; }

/* specs table */
.slot-review .slot-specs-table { background: #f3ebe1; border-radius: 2px; padding: 24px; }
.slot-review .slot-specs-list { display: grid; grid-template-columns: 1fr; gap: 0; margin: 0; }
.slot-review .slot-specs-row { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px dashed #d4a574; margin: 0; }
.slot-review .slot-specs-row:last-child { border-bottom: 0; }
.slot-review .slot-specs-row dt { font-size: 14px; color: #7a6b6e; font-weight: 500; margin: 0; }
.slot-review .slot-specs-row dd { font-family: 'EB Garamond', serif; font-size: 17px; font-weight: 600; color: #1a1418; margin: 0; }
.slot-review .slot-specs-source { font-size: 12px; color: #7a6b6e; margin: 14px 0 0; }

/* meta-rating */
.slot-review .slot-meta-rating-headline { font-family: 'EB Garamond', serif; font-size: 22px; line-height: 1.4; color: #3d1019; margin: 0 0 20px; }
.slot-review .slot-meta-rating-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.slot-review .slot-meta-rating-item { padding: 16px 18px; background: #fbf7f2; border: 1px solid #e6dccd; border-left: 3px solid #d4a574; border-radius: 2px; margin: 0; }
.slot-review .slot-meta-rating-source { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 6px; }
.slot-review .slot-meta-rating-name { font-family: 'Hanken Grotesk', sans-serif; font-weight: 600; font-size: 15px; color: #1a1418; }
.slot-review .slot-meta-rating-score { font-family: 'EB Garamond', serif; font-size: 18px; font-weight: 600; color: #5a1a2b; }
.slot-review .slot-meta-rating-quote { font-size: 15px; font-style: italic; color: #3d1019; margin: 0; padding: 0; border: 0; }

/* operators comparison table */
.slot-operators-table-wrap { margin: 0; }
.slot-operators-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #e6dccd; border-radius: 3px; overflow: hidden; }
.slot-operators-table thead th { text-align: left; font-family: 'Hanken Grotesk', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: #7a6b6e; background: #f7efe6; padding: 10px 16px; border-bottom: 1px solid #e6dccd; }
.slot-operators-table tbody tr { border-bottom: 1px solid #efe6da; }
.slot-operators-table tbody tr:last-child { border-bottom: 0; }
.slot-operators-table td { padding: 14px 16px; vertical-align: middle; font-size: 14px; }
.op-casino { white-space: nowrap; }
.op-logo { display: inline-flex; align-items: center; justify-content: center; width: 76px; height: 34px; background: #fff; border: 1px solid #efe6da; border-radius: 3px; margin-right: 10px; vertical-align: middle; }
.op-logo img { max-width: 64px; max-height: 24px; width: auto; height: auto; }
.op-name { font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; font-size: 15px; color: #3d1019; vertical-align: middle; }
.op-offer { color: #4a3b3e; max-width: 280px; line-height: 1.4; }
.op-pay-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 5px; }
.op-pay-list li { font-size: 10px; text-transform: uppercase; letter-spacing: 0.05em; padding: 3px 7px; background: #f3ebe1; color: #7a6b6e; border-radius: 2px; margin: 0; white-space: nowrap; }
.op-cta-cell { text-align: right; white-space: nowrap; }
.op-cta { display: inline-block; background: #5a1a2b; color: #fbf7f2; padding: 7px 14px; font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.02em; text-decoration: none; border-radius: 3px; white-space: nowrap; }
.op-cta:hover { background: #3d1019; color: #fbf7f2; }
.op-cta-slot { display: none; }
.slot-operators-disclosure { font-size: 12px; color: #7a6b6e; margin: 16px 0 0; font-style: italic; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* pros & cons */
.slot-review .slot-proscons-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.slot-review .slot-proscons-col { padding: 20px 22px; background: #fbf7f2; border: 1px solid #e6dccd; border-radius: 2px; }
.slot-review .slot-proscons-col h3 { font-size: 18px; margin: 0 0 12px; }
.slot-review .slot-proscons-col ul { list-style: none; padding: 0; margin: 0; }
.slot-review .slot-proscons-col li { padding: 6px 0 6px 26px; position: relative; font-size: 15px; color: #1a1418; margin: 0; border-bottom: 1px dashed #e6dccd; }
.slot-review .slot-proscons-col li:last-child { border-bottom: 0; }
.slot-review .slot-proscons-pros li::before { content: ''; position: absolute; left: 0; top: 12px; width: 14px; height: 8px; border-left: 2px solid #2f6a4a; border-bottom: 2px solid #2f6a4a; transform: rotate(-45deg); }
.slot-review .slot-proscons-cons li::before { content: ''; position: absolute; left: 4px; top: 10px; width: 12px; height: 12px; background: linear-gradient(45deg, transparent 45%, #8a2738 45%, #8a2738 55%, transparent 55%), linear-gradient(-45deg, transparent 45%, #8a2738 45%, #8a2738 55%, transparent 55%); }

/* faq — accordion styling is global (used on slot reviews, provider, hub & listicle pages) */
.slot-faq-list { display: grid; gap: 10px; }
.slot-faq-item { background: #fbf7f2; border: 1px solid #e6dccd; border-radius: 2px; padding: 0; }
.slot-faq-q { cursor: pointer; padding: 14px 18px; font-family: 'EB Garamond', serif; font-weight: 600; font-size: 18px; color: #1a1418; list-style: none; position: relative; padding-right: 40px; }
.slot-faq-q::-webkit-details-marker { display: none; }
.slot-faq-q::after { content: ''; position: absolute; right: 18px; top: 50%; width: 10px; height: 10px; border-right: 2px solid #5a1a2b; border-bottom: 2px solid #5a1a2b; transform: translateY(-70%) rotate(45deg); transition: transform 0.15s ease; }
.slot-faq-item[open] .slot-faq-q::after { transform: translateY(-30%) rotate(-135deg); }
.slot-faq-a { padding: 0 18px 16px; font-size: 15px; color: #3d1019; }
.slot-faq-a p { margin: 0; }

/* author strip */
.slot-review .slot-author-strip { padding-top: 28px; padding-bottom: 0; border-bottom: 0; }
.slot-review .slot-author-strip-inner { display: grid; grid-template-columns: 88px 1fr; gap: 16px; padding: 20px 22px; background: #f3ebe1; border-radius: 2px; align-items: start; }
.slot-review .slot-author-strip-portrait { width: 88px; height: 88px; border-radius: 999px; object-fit: cover; }
.slot-review .slot-author-strip-name { margin: 0 0 6px; font-size: 15px; }
.slot-review .slot-author-strip-bio { margin: 0 0 8px; font-size: 14px; color: #3d1019; }
.slot-review .slot-author-strip-link { margin: 0; font-size: 14px; }

/* right rail (desktop only) */
.slot-review .slot-review-rail { display: none; }
.slot-review .slot-review-rail-sticky { display: flex; flex-direction: column; gap: 18px; }
.slot-review .slot-verdict { padding: 22px 22px 18px; background: #5a1a2b; color: #fbf7f2; border-radius: 2px; text-align: center; }
.slot-review .slot-verdict-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: #d4a574; margin: 0 0 8px; font-weight: 600; }
.slot-review .slot-verdict-score { font-family: 'EB Garamond', serif; font-weight: 600; font-size: 64px; line-height: 1; margin: 0 0 8px; }
.slot-review .slot-verdict-score-suffix { font-size: 24px; color: #d4a574; font-weight: 500; margin-left: 2px; }
.slot-review .slot-verdict-oneliner { font-family: 'EB Garamond', serif; font-style: italic; font-size: 15px; line-height: 1.4; margin: 0; color: #fbf7f2; }
.slot-review .cta-rail { display: block; background: #d4a574; color: #1a1418; padding: 14px 18px; font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.01em; text-align: center; text-decoration: none; border-radius: 2px; }
.slot-review .cta-rail:hover { background: #b48450; color: #1a1418; }
.slot-review .cta-rail-bonus { font-size: 12px; color: #7a6b6e; text-align: center; margin: 8px 0 0; }
.slot-review .slot-rail-jump { list-style: none; padding: 18px 0 0; margin: 0; border-top: 1px solid #e6dccd; }
.slot-review .slot-rail-jump li { margin: 0 0 8px; }
.slot-review .slot-rail-jump a { font-size: 14px; color: #7a6b6e; text-decoration: none; }
.slot-review .slot-rail-jump a:hover { color: #5a1a2b; text-decoration: underline; }

@media (min-width: 768px) {
  html { font-size: 18px; }
  h1 { font-size: 48px; }
  h2 { font-size: 34px; }
  .slot-review .slot-hero-title { font-size: 60px; }
  .slot-review .slot-spec-strip { grid-template-columns: repeat(4, 1fr); }
  .slot-review .slot-screenshots-grid { grid-template-columns: 1fr 1fr; }
  .slot-review .slot-proscons-grid { grid-template-columns: 1fr 1fr; }
}

/* operators table: stack into cards on small screens */
@media (max-width: 639px) {
  .slot-operators-table,
  .slot-operators-table tbody,
  .slot-operators-table tr,
  .slot-operators-table td { display: block; width: 100%; }
  .slot-operators-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .slot-operators-table { border: 0; }
  .slot-operators-table tbody tr { border: 1px solid #e6dccd; border-radius: 3px; background: #fff; padding: 14px 16px; margin-bottom: 12px; }
  .slot-operators-table td { padding: 4px 0; border: 0; }
  .slot-operators-table td[data-label]:not(.op-casino):not(.op-cta-cell)::before { content: attr(data-label); display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; color: #9b8a8d; margin-bottom: 3px; }
  .op-casino { white-space: normal; margin-bottom: 4px; }
  .op-offer { max-width: none; }
  .op-cta-cell { text-align: left; padding-top: 12px !important; }
  .op-cta { display: block; text-align: center; padding: 10px 14px; }
  .op-cta-slot { display: inline; }
}

@media (min-width: 1024px) {
  .slot-review .slot-review-frame { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 56px; }
  .slot-review .slot-review-rail { display: block; }
  .slot-review .slot-review-rail-sticky { position: sticky; top: 88px; }
  .slot-review .slot-hero-title { font-size: 72px; }
}

/* ---------- archive (slot grid) ---------- */
.archive-slot { padding: 24px 0 64px; }
.archive-slot .archive-slot-header { padding: 20px 0 28px; text-align: center; max-width: 720px; margin: 0 auto; }
.archive-slot .archive-eyebrow { font-family: 'Hanken Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 0.16em; font-size: 12px; font-weight: 600; color: #b48450; margin: 0 0 10px; }
.archive-slot .archive-title { font-size: 44px; margin: 0 0 12px; }
.archive-slot .archive-standfirst { font-family: 'EB Garamond', serif; font-size: 20px; line-height: 1.5; color: #3d1019; margin: 0 0 24px; }
.archive-slot .archive-intro { max-width: 60ch; margin: 0 auto; text-align: left; }
.archive-slot .archive-intro p { font-family: 'EB Garamond', serif; font-size: 17px; line-height: 1.6; color: #1a1418; margin: 0 0 14px; }
.archive-slot .archive-intro p:last-child { margin-bottom: 0; }
.archive-slot .archive-intro a { color: #5a1a2b; text-decoration: underline; text-underline-offset: 3px; }
.archive-slot .slot-grid { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: 1fr; gap: 18px; }
.archive-slot .slot-card { margin: 0; }
.archive-slot .slot-card-link { display: grid; grid-template-columns: 120px 1fr; gap: 14px; padding: 14px; background: #fbf7f2; border: 1px solid #e6dccd; border-radius: 2px; text-decoration: none; color: #1a1418; align-items: center; transition: border-color 0.15s ease, box-shadow 0.15s ease; }
.archive-slot .slot-card-link:hover { border-color: #d4a574; box-shadow: 0 6px 18px -10px rgba(90, 26, 43, 0.35); }
.archive-slot .slot-card-thumb img { width: 120px; height: 120px; object-fit: cover; border-radius: 2px; }
.archive-slot .slot-card-body { display: flex; flex-direction: column; gap: 4px; position: relative; }
.archive-slot .slot-card-eyebrow { font-family: 'Hanken Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 0.12em; font-size: 11px; color: #b48450; font-weight: 600; }
.archive-slot .slot-card-title { font-family: 'EB Garamond', serif; font-weight: 600; font-size: 22px; line-height: 1.1; }
.archive-slot .slot-card-meta { display: flex; gap: 14px; font-size: 13px; color: #7a6b6e; margin-top: 4px; }
.archive-slot .slot-card-score { position: absolute; top: 0; right: 0; font-family: 'EB Garamond', serif; font-weight: 600; font-size: 28px; color: #5a1a2b; }
.archive-slot .slot-card-score-suffix { font-size: 14px; color: #7a6b6e; margin-left: 1px; }

@media (min-width: 768px) {
  .archive-slot .slot-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .archive-slot .slot-grid { grid-template-columns: 1fr 1fr 1fr; }
}

/* ---------- default page ---------- */
.page-default { padding: 32px 0 64px; }
.page-default .page-default-title { font-size: 42px; margin: 18px 0 24px; }
.page-default .page-default-body { font-size: 17px; }
.page-default .prose p { font-family: 'EB Garamond', serif; font-size: 18px; line-height: 1.65; }
.page-default .prose h2 { margin-top: 36px; }

/* ---------- site footer ---------- */
.site-footer { background: #3d1019; color: #fbf7f2; padding: 56px 0 0; margin-top: 64px; }
.site-footer .site-footer-inner { display: grid; grid-template-columns: 1fr; gap: 32px; padding: 0 20px 32px; max-width: 1240px; margin: 0 auto; border-bottom: 1px solid rgba(212, 165, 116, 0.2); }
.site-footer .site-footer-col h3 { color: #d4a574; font-family: 'Hanken Grotesk', sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700; margin: 0 0 12px; }
.site-footer .site-footer-col ul { list-style: none; padding: 0; margin: 0; }
.site-footer .site-footer-col li { margin: 0 0 8px; }
.site-footer .site-footer-col a { color: #fbf7f2; text-decoration: none; font-size: 14px; }
.site-footer .site-footer-col a:hover { color: #d4a574; text-decoration: underline; }
.site-footer .site-brand-footer { color: #fbf7f2; margin-bottom: 12px; }
.site-footer .site-brand-footer .site-brand-mark { display: inline-block; width: 34px; height: 34px; background: url('../img/logo-mark-dark.svg') center / contain no-repeat; margin-right: 10px; vertical-align: middle; font-size: 0; line-height: 0; }
.site-footer .site-brand-footer .site-brand-tld { color: rgba(251, 247, 242, 0.7); }
.site-footer .site-footer-tagline { font-family: 'EB Garamond', serif; font-style: italic; color: #d4a574; margin: 0; font-size: 16px; }
.site-footer .site-footer-col-compliance p { font-size: 13px; color: rgba(251, 247, 242, 0.8); margin: 0 0 12px; }
.site-footer .site-footer-rg-links { list-style: none; padding: 0; margin: 0; }
.site-footer .site-footer-rg-links li { margin: 0 0 6px; }
.site-footer .site-footer-bottom { display: flex; align-items: center; gap: 14px; padding: 22px 20px; max-width: 1240px; margin: 0 auto; font-size: 12px; color: rgba(251, 247, 242, 0.65); flex-wrap: wrap; }
.site-footer .site-footer-bottom .site-age-mark { border-color: #d4a574; color: #d4a574; }
.site-footer .site-footer-bottom p { margin: 0; }

@media (min-width: 768px) {
  .site-footer .site-footer-inner { grid-template-columns: 2fr 1fr 1fr 1.5fr; }
}

/* ---------- provider studio page ---------- */
.provider-page { padding: 24px 0 64px; }
.provider-page .provider-page-header { padding: 24px 0; border-bottom: 1px solid #e6dccd; margin-bottom: 28px; }
.provider-page .provider-meta-logo { grid-column: 1 / -1; justify-self: start; display: inline-flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #e6dccd; border-radius: 3px; padding: 12px 18px; margin: 0 0 4px; box-shadow: 0 6px 18px -14px rgba(90, 26, 43, 0.4); }
.provider-page .provider-meta-logo img { display: block; width: auto; height: 44px; max-width: 200px; object-fit: contain; }
.provider-page .provider-page-eyebrow { font-family: 'Hanken Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; font-weight: 600; color: #b48450; margin: 0 0 8px; }
.provider-page .provider-page-title { font-size: 48px; margin: 0 0 12px; line-height: 1.05; }
.provider-page .provider-page-tagline { font-family: 'EB Garamond', serif; font-size: 22px; line-height: 1.4; color: #3d1019; margin: 0 0 22px; }
.provider-page .provider-page-meta { display: grid; grid-template-columns: 1fr; gap: 12px 24px; margin: 18px 0 0; padding: 18px 22px; background: #f3ebe1; border-left: 3px solid #5a1a2b; }
.provider-page .provider-meta-item { margin: 0; }
.provider-page .provider-meta-item dt { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: #7a6b6e; font-weight: 600; margin: 0 0 4px; }
.provider-page .provider-meta-item dd { margin: 0; font-family: 'EB Garamond', serif; font-size: 18px; font-weight: 600; color: #1a1418; }
.provider-page .provider-page-bio.prose p { font-family: 'EB Garamond', serif; font-size: 19px; line-height: 1.6; }
.provider-page .provider-page-slots { padding: 36px 0 8px; border-top: 1px solid #e6dccd; }
.provider-page .provider-page-slots-title { font-size: 32px; margin: 0 0 20px; text-align: center; }

.slot-thumb-grid { list-style: none; padding: 0; margin: 24px 0 0; display: grid; grid-template-columns: repeat(auto-fit, 200px); gap: 16px; justify-content: center; }
.slot-thumb-card { margin: 0; }
.slot-thumb-link { display: flex; flex-direction: column; text-decoration: none; color: #1a1418; background: #fbf7f2; border: 1px solid #e6dccd; border-radius: 2px; overflow: hidden; transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease; height: 100%; }
.slot-thumb-link:hover { border-color: #d4a574; box-shadow: 0 8px 20px -14px rgba(90, 26, 43, 0.45); transform: translateY(-2px); }
.slot-thumb-img { display: block; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: #f3ebe1; }
.slot-thumb-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slot-thumb-body { display: flex; flex-direction: column; gap: 6px; padding: 12px 14px 14px; }
.slot-thumb-title { font-family: 'EB Garamond', serif; font-weight: 600; font-size: 18px; line-height: 1.15; color: #1a1418; }
.slot-thumb-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.slot-thumb-score { font-family: 'EB Garamond', serif; font-weight: 600; font-size: 18px; color: #5a1a2b; }
.slot-thumb-score-suffix { font-size: 11px; color: #b48450; margin-left: 1px; font-weight: 500; }
.slot-thumb-rtp { font-family: 'Hanken Grotesk', sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: #7a6b6e; font-weight: 600; }
.provider-page .provider-page-faq { padding: 36px 0 8px; }
.provider-page .provider-page-faq-title { font-size: 32px; margin: 0 0 20px; }

@media (min-width: 768px) {
  .provider-page .provider-page-meta { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- providers index ---------- */
.providers-index { padding: 24px 0 64px; }
.providers-index .providers-index-header { padding: 24px 0 28px; text-align: center; max-width: 720px; margin: 0 auto; }
.providers-index .providers-index-eyebrow { font-family: 'Hanken Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 0.16em; font-size: 12px; font-weight: 600; color: #b48450; margin: 0 0 10px; }
.providers-index .providers-index-title { font-size: 44px; margin: 0 0 12px; }
.providers-index .providers-index-intro p { font-family: 'EB Garamond', serif; font-size: 19px; line-height: 1.5; color: #3d1019; }
.providers-index .providers-index-body { max-width: 720px; margin: 0 auto; text-align: left; }
.providers-index .providers-index-body h2 { margin: 32px 0 12px; }
.providers-index .providers-index-list { list-style: none; padding: 0; margin: 36px 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.providers-index .providers-index-item { margin: 0; display: flex; }
.providers-index .providers-index-card { display: flex; flex-direction: column; gap: 8px; width: 100%; padding: 28px 24px; background: #fbf7f2; border: 1px solid #e6dccd; border-left: 4px solid #5a1a2b; border-radius: 2px; text-decoration: none; color: #1a1418; transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease; position: relative; }
.providers-index .providers-index-card:hover { border-left-color: #d4a574; box-shadow: 0 12px 28px -16px rgba(90, 26, 43, 0.4); transform: translateY(-2px); }
.providers-index .providers-index-card::before { content: ''; position: absolute; top: 18px; right: 20px; width: 38px; height: 38px; border-radius: 999px; background: #f3ebe1; }
.providers-index .providers-index-card::after { content: '\2192'; position: absolute; top: 18px; right: 20px; width: 38px; height: 38px; display: grid; place-items: center; color: #5a1a2b; font-size: 18px; font-weight: 600; transition: transform 0.15s ease; }
.providers-index .providers-index-card:hover::after { transform: translateX(3px); }
.providers-index .providers-index-card-title { font-size: 26px; margin: 0 0 6px; padding-right: 48px; line-height: 1.15; }
.providers-index .providers-index-card-tagline { font-family: 'EB Garamond', serif; font-style: italic; font-size: 17px; line-height: 1.45; color: #3d1019; margin: 0 0 14px; flex: 1; }
.providers-index .providers-index-card-meta { font-size: 12px; color: #b48450; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; margin: 0; padding-top: 12px; border-top: 1px solid #e6dccd; }

/* ---------- about / persona page ---------- */
.about-page { padding: 24px 0 64px; }
.about-page .about-page-header { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; padding: 28px 0; border-bottom: 1px solid #e6dccd; }
.about-page .about-page-portrait-wrap { max-width: 360px; }
.about-page .about-page-portrait { width: 100%; height: auto; border-radius: 2px; }
.about-page .about-page-eyebrow { font-family: 'Hanken Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; font-weight: 600; color: #b48450; margin: 0 0 8px; }
.about-page .about-page-title { font-size: 48px; margin: 0 0 8px; line-height: 1.05; }
.about-page .about-page-tagline { font-family: 'EB Garamond', serif; font-size: 22px; line-height: 1.4; color: #3d1019; margin: 0; }
.about-page .about-page-body { padding: 32px 0; max-width: 720px; }
.about-page .about-page-body.prose p { font-family: 'EB Garamond', serif; font-size: 19px; line-height: 1.65; }
.about-page .about-page-body.prose h2 { font-size: 28px; margin: 32px 0 12px; }
.about-page .about-page-body.prose h3 { font-size: 22px; margin: 24px 0 10px; }
.about-page .about-page-body.prose ul { margin: 0 0 18px; padding-left: 20px; }
.about-page .about-page-body.prose li { font-family: 'EB Garamond', serif; font-size: 18px; line-height: 1.5; }

@media (min-width: 768px) {
  .about-page .about-page-header { grid-template-columns: 360px 1fr; gap: 56px; }
}

/* ---------- hub page (payment / bonus / casinos) ---------- */
.hub-page { padding: 24px 0 64px; }
.hub-page .hub-page-header { padding: 24px 0 8px; border-bottom: 1px solid #e6dccd; margin-bottom: 32px; }
.hub-page .hub-page-eyebrow { font-family: 'Hanken Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; font-weight: 600; color: #b48450; margin: 0 0 8px; }
.hub-page .hub-page-title { font-size: 42px; line-height: 1.05; margin: 0 0 14px; letter-spacing: -0.015em; }
.hub-page .hub-page-byline { font-size: 14px; color: #7a6b6e; margin: 0 0 18px; font-style: italic; }
.hub-page .hub-page-standfirst { font-family: 'EB Garamond', serif; font-size: 22px; line-height: 1.45; color: #3d1019; margin: 0 0 28px; max-width: 60ch; }
.hub-page .hub-page-intro.prose p,
.hub-page .hub-page-body.prose p { font-family: 'EB Garamond', serif; font-size: 19px; line-height: 1.65; }
.hub-page .hub-page-intro.prose h2,
.hub-page .hub-page-body.prose h2 { font-size: 28px; margin: 32px 0 12px; }
.hub-page .hub-page-intro.prose h3,
.hub-page .hub-page-body.prose h3 { font-size: 22px; margin: 24px 0 10px; }
.hub-page .hub-page-body { padding: 12px 0 4px; }
.hub-page .hub-page-body.prose > h2:first-child { margin-top: 8px; }
.hub-page .hub-page-section-title { font-size: 30px; margin: 0 0 22px; }
.hub-page .hub-page-section-title-center { text-align: center; }
.hub-page .hub-page-operators { padding: 36px 0 24px; }
.hub-page .hub-page-slots { padding: 24px 0 16px; }
.hub-page .hub-page-faq { padding: 32px 0 12px; }
.hub-page .hub-page-related { padding: 36px 0 0; margin-top: 24px; border-top: 1px solid #e6dccd; }
.hub-page .hub-page-related-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 10px; }
.hub-page .hub-page-related-list li { margin: 0; }
.hub-page .hub-page-related-list a { display: block; padding: 14px 18px; background: #f3ebe1; border-left: 3px solid #5a1a2b; border-radius: 2px; font-family: 'EB Garamond', serif; font-size: 17px; color: #1a1418; text-decoration: none; transition: border-color 0.15s ease, background 0.15s ease; }
.hub-page .hub-page-related-list a:hover { border-left-color: #d4a574; background: #ebdfcd; }

/* operator cards (used on hub pages) */
.hub-page .hub-operators-list { list-style: none; padding: 0; margin: 0 auto; max-width: 820px; display: grid; gap: 12px; }
.hub-page .hub-operator-card { display: grid; grid-template-columns: auto 1fr; gap: 12px 16px; padding: 16px 18px; background: #fbf7f2; border: 1px solid #e6dccd; border-radius: 2px; margin: 0; position: relative; align-items: center; }
.hub-page .hub-operator-rank { display: inline-grid; place-items: center; width: 32px; height: 32px; background: #5a1a2b; color: #fbf7f2; font-family: 'EB Garamond', serif; font-weight: 700; font-size: 14px; border-radius: 999px; }
.hub-page .hub-operator-logo { display: inline-block; max-width: 120px; }
.hub-page .hub-operator-logo img { max-height: 48px; width: auto; display: block; }
.hub-page .hub-operator-logo-text { font-family: 'EB Garamond', serif; font-weight: 600; font-size: 22px; color: #1a1418; padding: 8px 12px; background: #f3ebe1; border-radius: 2px; }
.hub-page .hub-operator-body { grid-column: 1 / -1; }
.hub-page .hub-operator-name { font-size: 20px; margin: 0 0 6px; }
.hub-page .hub-operator-bonus { font-size: 15px; color: #3d1019; font-weight: 600; margin: 0 0 8px; }
.hub-page .hub-operator-payments { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.hub-page .hub-operator-payments li { font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; padding: 4px 8px; background: #f3ebe1; color: #7a6b6e; border-radius: 2px; margin: 0; }
.hub-page .hub-operator-actions { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-top: 12px; border-top: 1px dashed #e6dccd; }
.hub-page .hub-operator-score { font-family: 'EB Garamond', serif; font-weight: 600; font-size: 22px; color: #5a1a2b; }
.hub-page .hub-operator-score-suffix { font-size: 12px; color: #b48450; margin-left: 2px; }
.hub-page .hub-operator-cta { display: inline-block; background: #5a1a2b; color: #fbf7f2; padding: 11px 22px; font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.02em; text-decoration: none; border-radius: 2px; }
.hub-page .hub-operator-cta:hover { background: #3d1019; color: #fbf7f2; }
.hub-page .hub-operators-disclosure { font-size: 12px; color: #7a6b6e; margin: 16px auto 0; max-width: 820px; font-style: italic; text-align: center; }
.hub-page .hub-operators-disclosure a { color: #7a6b6e; text-decoration: underline; }

@media (min-width: 768px) {
  .hub-page .hub-operator-card { grid-template-columns: auto 116px 1fr auto; gap: 0 18px; }
  .hub-page .hub-operator-body { grid-column: auto; }
  .hub-page .hub-operator-actions { grid-column: auto; padding-top: 0; border-top: 0; flex-direction: column; align-items: flex-end; gap: 8px; }
  .hub-page .hub-page-related-list { grid-template-columns: 1fr 1fr; }
}

/* ---------- hub index (payment / bonuses landing) ---------- */
.hub-index { padding: 24px 0 64px; }
.hub-index .hub-index-header { padding: 24px 0 28px; text-align: center; max-width: 720px; margin: 0 auto; }
.hub-index .hub-index-eyebrow { font-family: 'Hanken Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 0.16em; font-size: 12px; font-weight: 600; color: #b48450; margin: 0 0 10px; }
.hub-index .hub-index-title { font-size: 44px; margin: 0 0 12px; }
.hub-index .hub-index-intro p { font-family: 'EB Garamond', serif; font-size: 19px; line-height: 1.5; color: #3d1019; margin: 0 0 12px; }
.hub-index .hub-index-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: repeat(auto-fit, 280px); gap: 18px; justify-content: center; }
.hub-index .hub-index-item { margin: 0; display: flex; }
.hub-index .hub-index-card { display: flex; flex-direction: column; gap: 8px; width: 100%; padding: 24px 22px; background: #fbf7f2; border: 1px solid #e6dccd; border-left: 4px solid #5a1a2b; border-radius: 2px; text-decoration: none; color: #1a1418; transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease; }
.hub-index .hub-index-card:hover { border-left-color: #d4a574; box-shadow: 0 10px 24px -16px rgba(90, 26, 43, 0.4); transform: translateY(-2px); }
.hub-index .hub-index-card-title { font-size: 23px; margin: 0 0 6px; line-height: 1.15; }
.hub-index .hub-index-card-tagline { font-family: 'EB Garamond', serif; font-style: italic; font-size: 16px; line-height: 1.4; color: #3d1019; margin: 0 0 12px; flex: 1; }
.hub-index .hub-index-card-meta { font-size: 11px; color: #b48450; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; margin: 0; padding-top: 10px; border-top: 1px solid #e6dccd; }

/* ---------- listicle (/best/<topic>/) ---------- */
.listicle { padding: 24px 0 64px; }
.listicle .listicle-header { padding: 24px 0 8px; border-bottom: 1px solid #e6dccd; margin-bottom: 32px; }
.listicle .listicle-eyebrow { font-family: 'Hanken Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; font-weight: 600; color: #b48450; margin: 0 0 8px; }
.listicle .listicle-title { font-size: 44px; line-height: 1.04; margin: 0 0 14px; letter-spacing: -0.018em; }
.listicle .listicle-byline { font-size: 14px; color: #7a6b6e; margin: 0 0 18px; font-style: italic; }
.listicle .listicle-standfirst { font-family: 'EB Garamond', serif; font-size: 22px; line-height: 1.45; color: #3d1019; margin: 0 0 14px; max-width: 60ch; }
.listicle .listicle-intro.prose p { font-family: 'EB Garamond', serif; font-size: 19px; line-height: 1.65; }
.listicle .listicle-section-title { font-size: 30px; margin: 28px 0 18px; }
.listicle .listicle-criteria { padding: 8px 0 16px; }
.listicle .listicle-criteria-body.prose p { font-family: 'EB Garamond', serif; font-size: 18px; line-height: 1.6; }

/* numbered ranked list */
.listicle .listicle-list { list-style: none; padding: 0; margin: 0; counter-reset: rank; }
.listicle .listicle-entry { display: grid; grid-template-columns: auto 1fr; grid-template-areas: 'rank rank' 'thumb body'; gap: 16px 18px; padding: 24px 0; border-bottom: 1px solid #e6dccd; margin: 0; align-items: start; }
.listicle .listicle-entry:last-child { border-bottom: 0; }
.listicle .listicle-rank { grid-area: rank; font-family: 'EB Garamond', serif; font-weight: 700; font-size: 64px; line-height: 0.85; color: #5a1a2b; letter-spacing: -0.04em; }
.listicle .listicle-entry-thumb { grid-area: thumb; display: block; width: 140px; height: 140px; overflow: hidden; border-radius: 2px; background: #f3ebe1; }
.listicle .listicle-entry-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.listicle .listicle-entry-body { grid-area: body; min-width: 0; }
.listicle .listicle-entry-eyebrow { font-family: 'Hanken Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 0.12em; font-size: 11px; color: #b48450; font-weight: 600; margin: 0 0 6px; }
.listicle .listicle-entry-title { font-size: 26px; line-height: 1.1; margin: 0 0 10px; }
.listicle .listicle-entry-title a { color: #1a1418; text-decoration: none; }
.listicle .listicle-entry-title a:hover { color: #5a1a2b; }
.listicle .listicle-entry-stats { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: baseline; margin: 0 0 12px; }
.listicle .listicle-entry-score { font-family: 'EB Garamond', serif; font-weight: 600; font-size: 22px; color: #5a1a2b; }
.listicle .listicle-entry-score-suffix { font-size: 12px; color: #b48450; margin-left: 1px; font-weight: 500; }
.listicle .listicle-entry-stat { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: #7a6b6e; font-weight: 600; }
.listicle .listicle-entry-blurb { font-family: 'EB Garamond', serif; font-size: 17px; line-height: 1.55; color: #1a1418; margin: 0 0 12px; }
.listicle .listicle-entry-cta { font-size: 13px; margin: 0; }
.listicle .listicle-entry-cta a { color: #5a1a2b; font-weight: 600; text-decoration: none; }
.listicle .listicle-entry-cta a:hover { text-decoration: underline; }

/* honourable mentions */
.listicle .listicle-mentions { padding: 24px 0 16px; }
.listicle .listicle-mentions-note { font-size: 14px; color: #7a6b6e; font-style: italic; margin: 0 0 14px; }
.listicle .listicle-mentions-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.listicle .listicle-mention { padding: 14px 16px; background: #f3ebe1; border-left: 3px solid #d4a574; border-radius: 2px; margin: 0; }
.listicle .listicle-mention-name { margin: 0 0 4px; font-size: 15px; }
.listicle .listicle-mention-provider { color: #7a6b6e; font-weight: 400; font-size: 13px; }
.listicle .listicle-mention-note { font-family: 'EB Garamond', serif; font-style: italic; font-size: 15px; color: #3d1019; margin: 0; }

.listicle .listicle-operators { padding: 32px 0 16px; }
.listicle .listicle-faq { padding: 24px 0 8px; }

@media (min-width: 768px) {
  .listicle .listicle-entry { grid-template-columns: 80px 160px 1fr; grid-template-areas: 'rank thumb body'; gap: 0 24px; align-items: center; padding: 32px 0; }
  .listicle .listicle-rank { font-size: 84px; text-align: center; }
  .listicle .listicle-entry-thumb { width: 160px; height: 160px; }
}

/* ---------- /best/ landing ---------- */
.best-index { padding: 24px 0 64px; }
.best-index .best-index-header { padding: 24px 0 28px; text-align: center; max-width: 720px; margin: 0 auto; }
.best-index .best-index-eyebrow { font-family: 'Hanken Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 0.16em; font-size: 12px; font-weight: 600; color: #b48450; margin: 0 0 10px; }
.best-index .best-index-title { font-size: 44px; margin: 0 0 12px; }
.best-index .best-index-intro p { font-family: 'EB Garamond', serif; font-size: 19px; line-height: 1.5; color: #3d1019; margin: 0 0 12px; }
.best-index .best-index-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: 1fr; gap: 18px; }
.best-index .best-index-item { margin: 0; }
.best-index .best-index-card { display: grid; grid-template-columns: auto 1fr; gap: 4px 22px; padding: 24px 22px; background: #fbf7f2; border: 1px solid #e6dccd; border-left: 4px solid #5a1a2b; border-radius: 2px; text-decoration: none; color: #1a1418; transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease; align-items: start; }
.best-index .best-index-card:hover { border-left-color: #d4a574; box-shadow: 0 10px 24px -16px rgba(90, 26, 43, 0.4); transform: translateY(-2px); }
.best-index .best-index-card-num { grid-row: span 3; font-family: 'EB Garamond', serif; font-weight: 700; font-size: 48px; color: #d4a574; line-height: 1; letter-spacing: -0.02em; align-self: center; }
.best-index .best-index-card-title { font-size: 24px; margin: 0 0 6px; line-height: 1.15; }
.best-index .best-index-card-tagline { font-family: 'EB Garamond', serif; font-style: italic; font-size: 16px; line-height: 1.4; color: #3d1019; margin: 0 0 10px; }
.best-index .best-index-card-meta { font-size: 11px; color: #b48450; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; margin: 0; }

@media (min-width: 768px) {
  .best-index .best-index-list { grid-template-columns: 1fr 1fr; }
}

/* ---------- magazine-cover homepage ---------- */
.home-magazine { padding: 40px 0 64px; }
.home-magazine .home-intro { max-width: none; margin: 0 0 56px; text-align: left; }
.home-magazine .home-intro-title { margin: 0 0 20px; }
.home-magazine .home-intro-lede { font-size: 17px; line-height: 1.6; color: #3d1019; }
.home-magazine .home-intro-lede p { margin: 0; }

/* cover hero — featured review */
.home-magazine .home-cover { display: grid; grid-template-columns: 1fr; gap: 24px; margin-bottom: 56px; }
.home-magazine .home-cover-thumb { display: block; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: #f3ebe1; border-radius: 2px; }
.home-magazine .home-cover-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.home-magazine .home-cover-body { display: flex; flex-direction: column; justify-content: center; }
.home-magazine .home-cover-kicker { font-family: 'Hanken Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 0.18em; font-size: 11px; font-weight: 700; color: #5a1a2b; margin: 0 0 10px; }
.home-magazine .home-cover-title { font-size: 56px; line-height: 1; letter-spacing: -0.025em; margin: 0 0 16px; }
.home-magazine .home-cover-title a { color: #1a1418; text-decoration: none; }
.home-magazine .home-cover-title a:hover { color: #5a1a2b; }
.home-magazine .home-cover-dek { font-family: 'EB Garamond', serif; font-style: italic; font-size: 21px; line-height: 1.45; color: #3d1019; margin: 0 0 20px; }
.home-magazine .home-cover-meta { display: flex; gap: 14px; align-items: baseline; flex-wrap: wrap; font-size: 13px; color: #7a6b6e; }
.home-magazine .home-cover-meta-score { font-family: 'EB Garamond', serif; font-size: 26px; font-weight: 600; color: #5a1a2b; }
.home-magazine .home-cover-meta-score-suffix { font-size: 13px; color: #b48450; margin-left: 1px; font-weight: 500; }

/* section title shared on home */
.home-magazine .home-section { padding: 0 0 48px; }
.home-magazine .home-section-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin: 0 0 22px; padding-bottom: 14px; border-bottom: 1px solid #e6dccd; }
.home-magazine .home-section-title { font-size: 28px; margin: 0; letter-spacing: -0.012em; }
.home-magazine .home-section-more { font-family: 'Hanken Grotesk', sans-serif; font-size: 13px; color: #5a1a2b; text-decoration: none; font-weight: 600; }
.home-magazine .home-section-more:hover { text-decoration: underline; }

/* slot strip — featured slots row */
.home-magazine .home-slots-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; }

/* listicle row */
.home-magazine .home-listicles-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }
.home-magazine .home-listicle-item { margin: 0; }
.home-magazine .home-listicle-card { display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; padding: 18px 20px; background: #fbf7f2; border: 1px solid #e6dccd; border-left: 3px solid #5a1a2b; border-radius: 2px; text-decoration: none; color: #1a1418; transition: border-color 0.15s ease, transform 0.15s ease; }
.home-magazine .home-listicle-card:hover { border-left-color: #d4a574; transform: translateY(-2px); }
.home-magazine .home-listicle-num { grid-row: span 2; font-family: 'EB Garamond', serif; font-weight: 700; font-size: 36px; color: #d4a574; line-height: 1; letter-spacing: -0.02em; align-self: center; }
.home-magazine .home-listicle-title { font-family: 'EB Garamond', serif; font-weight: 600; font-size: 19px; line-height: 1.15; margin: 0; }
.home-magazine .home-listicle-meta { font-size: 11px; color: #b48450; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; margin: 0; }

/* studios row */
.home-magazine .home-studios-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }
.home-magazine .home-studio-card { display: block; padding: 18px 20px; background: #f3ebe1; border-left: 3px solid #5a1a2b; border-radius: 2px; text-decoration: none; color: #1a1418; transition: border-color 0.15s ease, background 0.15s ease; }
.home-magazine .home-studio-card:hover { border-left-color: #d4a574; background: #ebdfcd; }
.home-magazine .home-studio-name { font-family: 'EB Garamond', serif; font-weight: 600; font-size: 21px; margin: 0 0 4px; }
.home-magazine .home-studio-tag { font-size: 13px; color: #7a6b6e; margin: 0; }

/* persona pull */
.home-magazine .home-persona { background: #3d1019; color: #fbf7f2; padding: 36px 28px; border-radius: 2px; display: grid; grid-template-columns: 96px 1fr; gap: 20px; align-items: center; }
.home-magazine .home-persona-portrait { width: 96px; height: 96px; border-radius: 999px; object-fit: cover; }
.home-magazine .home-persona-eyebrow { font-family: 'Hanken Grotesk', sans-serif; text-transform: uppercase; letter-spacing: 0.16em; font-size: 11px; font-weight: 700; color: #d4a574; margin: 0 0 8px; }
.home-magazine .home-persona-quote { font-family: 'EB Garamond', serif; font-size: 19px; font-style: italic; line-height: 1.4; color: #fbf7f2; margin: 0 0 12px; }
.home-magazine .home-persona-byline { font-size: 13px; color: rgba(251, 247, 242, 0.75); margin: 0; }
.home-magazine .home-persona-byline a { color: #d4a574; text-decoration: none; }
.home-magazine .home-persona-byline a:hover { text-decoration: underline; }

.home-magazine .home-letter, .home-magazine .home-editorial { max-width: 720px; margin-left: auto; margin-right: auto; }
.home-magazine .home-letter .home-letter-body p { font-family: 'EB Garamond', serif; font-size: 18px; line-height: 1.6; color: #1a1418; margin: 0 0 14px; }
.home-magazine .home-letter .home-letter-body p:last-child { margin-bottom: 0; }
.home-magazine .home-letter .home-letter-body a { color: #5a1a2b; text-decoration: underline; text-underline-offset: 3px; }

@media (min-width: 768px) {
  .home-magazine .home-intro { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: start; }
  .home-magazine .home-intro-title { margin: 0; }
  .home-magazine .home-cover { grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
  .home-magazine .home-cover-title { font-size: 72px; }
  .home-magazine .home-listicles-list { grid-template-columns: 1fr 1fr; }
  .home-magazine .home-studios-list { grid-template-columns: 1fr 1fr 1fr; }
  .home-magazine .home-persona { padding: 48px 40px; grid-template-columns: 128px 1fr; gap: 28px; }
  .home-magazine .home-persona-portrait { width: 128px; height: 128px; }
  .home-magazine .home-persona-quote { font-size: 22px; }
}

@media (min-width: 1024px) {
  .home-magazine .home-cover-title { font-size: 88px; }
}

/* ---------- focus states ---------- */
:focus-visible { outline: 2px solid #d4a574; outline-offset: 2px; border-radius: 2px; }

/* Home editorial body — matches site prose */
.home-magazine .home-editorial-body p { font-family: 'EB Garamond', serif; font-size: 18px; line-height: 1.65; color: #1a1418; margin: 0 0 16px; }
.home-magazine .home-editorial-body h2 { font-family: 'Hanken Grotesk', sans-serif; font-size: 28px; margin: 28px 0 12px; letter-spacing: -0.012em; }
.home-magazine .home-editorial-body a { color: #5a1a2b; text-decoration: underline; text-underline-offset: 3px; }

/* Body prose always left-aligned, regardless of parent text-align */
.prose { text-align: left; }
