/* ============================================================
   GLP Review — glpreview.co.uk
   Charcoal + gold-leaf editorial design system.
   Display: Playfair Display · Body: Public Sans
   Light = warm paper · Dark = ink-dark
   ============================================================ */

:root {
  /* surfaces */
  --paper: #f8f6f1;
  --paper-2: #f1ede3;
  --card: #fffdf8;
  /* ink */
  --ink: #211d19;
  --ink-soft: #55504a;
  --ink-faint: #7d766d;
  /* rules */
  --line: #e2dccf;
  --line-strong: #211d19;
  /* gold leaf */
  --gold: #a16207;
  --gold-deep: #854d0e;
  --gold-tint: #f4ecd9;
  --gold-ink: #6b4a06;
  /* semantic */
  --good: #3f6212;
  --warn: #9a3412;
  --shadow: 0 1px 2px rgba(33, 29, 25, .06), 0 8px 28px rgba(33, 29, 25, .07);
  /* type */
  --serif: "Playfair Display", "Iowan Old Style", Georgia, serif;
  --sans: "Public Sans", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --measure: 66ch;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --paper: #151311;
    --paper-2: #1c1916;
    --card: #201c18;
    --ink: #ebe5da;
    --ink-soft: #b6ad9f;
    --ink-faint: #8d8477;
    --line: #34302a;
    --line-strong: #ebe5da;
    --gold: #d9a441;
    --gold-deep: #b9862c;
    --gold-tint: #2a2312;
    --gold-ink: #e5bb63;
    --good: #a3c569;
    --warn: #e8916a;
    --shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 10px 30px rgba(0, 0, 0, .35);
  }
}

:root[data-theme="dark"] {
  --paper: #151311;
  --paper-2: #1c1916;
  --card: #201c18;
  --ink: #ebe5da;
  --ink-soft: #b6ad9f;
  --ink-faint: #8d8477;
  --line: #34302a;
  --line-strong: #ebe5da;
  --gold: #d9a441;
  --gold-deep: #b9862c;
  --gold-tint: #2a2312;
  --gold-ink: #e5bb63;
  --good: #a3c569;
  --warn: #e8916a;
  --shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 10px 30px rgba(0, 0, 0, .35);
}

/* ---------- base ---------- */

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, .serif {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: var(--ink);
}

h1 { font-size: clamp(2rem, 4.6vw, 3.1rem); margin: 0 0 .6em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.05rem); margin: 0 0 .6em; }
h3 { font-size: 1.22rem; margin: 1.4em 0 .5em; }

p { margin: 0 0 1em; }

a { color: var(--gold-deep); text-decoration-color: color-mix(in srgb, var(--gold) 45%, transparent); text-underline-offset: 3px; }
a:hover { color: var(--gold); }

img, svg { max-width: 100%; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2rem); }
.wrap-narrow { max-width: 780px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2rem); }

.muted { color: var(--ink-soft); }
.small { font-size: .875rem; }

hr.rule { border: 0; border-top: 1px solid var(--line); margin: 3rem 0; }

::selection { background: var(--gold-tint); color: var(--ink); }

/* ---------- utility bar ---------- */

.utility {
  border-bottom: 1px solid var(--line);
  font-size: .78rem;
  letter-spacing: .04em;
  color: var(--ink-faint);
}
.utility-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: .3rem 1rem; padding: .45rem 0; flex-wrap: wrap;
}
@media (max-width: 600px) {
  .utility-inner > span:first-child { display: none; }
}
.utility .verified { color: var(--gold-deep); font-weight: 600; }

.theme-toggle {
  border: 1px solid var(--line); background: transparent; color: var(--ink-soft);
  border-radius: 999px; padding: .15rem .7rem; font: inherit; cursor: pointer;
}
.theme-toggle:hover { border-color: var(--gold); color: var(--gold-deep); }

/* ---------- masthead ---------- */

.masthead { text-align: center; padding: 2.1rem 0 1.1rem; }
.masthead-brand {
  font-family: var(--serif); font-weight: 800;
  font-size: clamp(2.3rem, 7vw, 3.7rem);
  letter-spacing: .01em; line-height: 1;
  color: var(--ink); text-decoration: none; display: inline-block;
}
.masthead-brand em { font-style: italic; color: var(--gold); }
.masthead-tag {
  margin-top: .55rem; font-size: .8rem; text-transform: uppercase;
  letter-spacing: .28em; color: var(--ink-faint);
}

.mastnav-shell { border-top: 3px double var(--line-strong); border-bottom: 1px solid var(--line); }
.mastnav {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: .25rem 1.9rem; padding: .65rem 0;
}
.mastnav a {
  font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: .17em;
  color: var(--ink-soft); text-decoration: none; padding: .3rem .1rem;
  border-bottom: 2px solid transparent;
}
.mastnav a:hover, .mastnav a[aria-current="page"] { color: var(--gold-deep); border-bottom-color: var(--gold); }

.nav-toggle {
  display: none; margin: .6rem auto; border: 1px solid var(--line);
  background: transparent; color: var(--ink); font: inherit; font-size: .85rem;
  letter-spacing: .12em; text-transform: uppercase; padding: .45rem 1.1rem;
  border-radius: 4px; cursor: pointer;
}

@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .mastnav { display: none; flex-direction: column; gap: .1rem; padding: .4rem 0 1rem; }
  .mastnav.open { display: flex; }
  .mastnav a { padding: .55rem; }
}

/* ---------- buttons ---------- */

.btn {
  display: inline-block; font-weight: 700; font-size: .95rem; text-decoration: none;
  padding: .72rem 1.5rem; border-radius: 3px; letter-spacing: .02em;
  border: 1px solid transparent; transition: transform .12s ease, box-shadow .12s ease;
}
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); color: #fffdf8; border-color: var(--gold-deep); }
.btn-gold:hover { background: var(--gold-deep); color: #fffdf8; box-shadow: var(--shadow); }
:root[data-theme="dark"] .btn-gold, :root:not([data-theme="light"]) .btn-gold { color: #171310; }
@media (prefers-color-scheme: light) {
  :root:not([data-theme="dark"]) .btn-gold { color: #fffdf8; }
}
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-deep); }

/* ---------- lead / standfirst ---------- */

.lead { padding: 3rem 0 2.4rem; border-bottom: 1px solid var(--line); }
.lead .kicker {
  font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .24em;
  color: var(--gold-deep); margin-bottom: 1rem;
}
.lead h1 { max-width: 21ch; }
.standfirst {
  font-family: var(--serif); font-size: clamp(1.08rem, 2vw, 1.3rem);
  font-style: italic; font-weight: 400; color: var(--ink-soft);
  max-width: 58ch; line-height: 1.5;
}
.lede-stats {
  display: flex; flex-wrap: wrap; gap: 2.4rem; margin-top: 2rem;
  border-top: 1px solid var(--line); padding-top: 1.4rem;
}
.stat .stat-n {
  font-family: var(--serif); font-size: 2rem; font-weight: 800; color: var(--ink);
  line-height: 1;
}
.stat .stat-n em { color: var(--gold); font-style: normal; }
.stat .stat-l {
  font-size: .74rem; text-transform: uppercase; letter-spacing: .14em;
  color: var(--ink-faint); margin-top: .35rem;
}

/* ---------- section headers ---------- */

.section { padding: 3.4rem 0 1rem; }
.sec-head { display: flex; align-items: baseline; gap: 1.2rem; margin-bottom: 1.8rem; }
.sec-head::after { content: ""; flex: 1; border-top: 1px solid var(--line); transform: translateY(-4px); }
.sec-head .sec-no {
  font-family: var(--serif); font-style: italic; font-size: 1rem; color: var(--gold);
  white-space: nowrap;
}
.sec-head h2 { margin: 0; }

/* ---------- score elements ---------- */

.score-pill {
  display: inline-flex; align-items: baseline; gap: .2rem;
  font-family: var(--serif); font-weight: 800; color: var(--gold-ink);
  background: var(--gold-tint); border: 1px solid color-mix(in srgb, var(--gold) 40%, transparent);
  border-radius: 999px; padding: .12rem .68rem; font-size: 1.02rem; line-height: 1.4;
  white-space: nowrap;
}
.score-pill small { font-family: var(--sans); font-weight: 600; font-size: .62em; color: var(--ink-faint); }

.score-dial {
  width: 118px; height: 118px; border-radius: 50%;
  border: 3px solid var(--gold); outline: 1px solid var(--line); outline-offset: 5px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--card); flex: none;
}
.score-dial .n { font-family: var(--serif); font-size: 2.3rem; font-weight: 800; line-height: 1; color: var(--ink); }
.score-dial .d { font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-faint); margin-top: .3rem; text-align: center; max-width: 86px; }

.subscores { display: grid; gap: .45rem; margin: 1rem 0; }
.subscore { display: grid; grid-template-columns: 6.2rem 1fr 2.2rem; align-items: center; gap: .6rem; font-size: .8rem; }
.subscore .lbl { text-transform: uppercase; letter-spacing: .08em; color: var(--ink-faint); }
.subscore .bar { height: 5px; background: var(--paper-2); border-radius: 99px; overflow: hidden; }
.subscore .bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--gold-deep), var(--gold)); border-radius: 99px; }
.subscore .val { text-align: right; font-weight: 700; color: var(--ink-soft); }

/* ---------- featured review ---------- */

.featured {
  margin-top: 2.6rem; background: var(--card); border: 1px solid var(--line);
  border-top: 4px solid var(--gold); box-shadow: var(--shadow);
}
.featured-inner { display: grid; grid-template-columns: 1.5fr 1fr; }
.featured-main { padding: clamp(1.4rem, 3.5vw, 2.6rem); }
.featured-side {
  border-left: 1px solid var(--line); background: var(--paper-2);
  padding: clamp(1.4rem, 3.5vw, 2.2rem); display: flex; flex-direction: column; gap: 1.1rem;
}
.featured .flag {
  display: inline-block; font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .2em; color: var(--gold-ink); background: var(--gold-tint);
  border: 1px solid color-mix(in srgb, var(--gold) 40%, transparent);
  padding: .28rem .8rem; border-radius: 2px; margin-bottom: 1.1rem;
}
.featured h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
.featured .verdict-line {
  font-family: var(--serif); font-style: italic; font-size: 1.12rem; color: var(--ink-soft);
}
.fact-rows { margin: 1.3rem 0; border-top: 1px solid var(--line); }
.fact-row {
  display: grid; grid-template-columns: 9.5rem 1fr; gap: 1rem; padding: .55rem 0;
  border-bottom: 1px solid var(--line); font-size: .93rem;
}
.fact-row dt { color: var(--ink-faint); text-transform: uppercase; font-size: .72rem; letter-spacing: .12em; padding-top: .15rem; }
.fact-row dd { margin: 0; color: var(--ink); }
.fact-row dd strong { font-family: var(--serif); font-size: 1.05rem; }

.pro-con { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin: 1.2rem 0; }
.pro-con ul { margin: .4rem 0 0; padding: 0; list-style: none; font-size: .92rem; }
.pro-con li { padding: .3rem 0 .3rem 1.4rem; position: relative; }
.pro-con .pros li::before { content: "+"; position: absolute; left: 0; font-weight: 800; color: var(--good); }
.pro-con .cons li::before { content: "–"; position: absolute; left: 0; font-weight: 800; color: var(--warn); }
.pro-con h3 { margin: 0; font-size: .78rem; font-family: var(--sans); text-transform: uppercase; letter-spacing: .16em; color: var(--ink-faint); }

.featured-cta { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin-top: 1.4rem; }
.code-chip {
  font-size: .85rem; color: var(--ink-soft);
  border: 1px dashed color-mix(in srgb, var(--gold) 55%, transparent);
  background: var(--gold-tint); padding: .45rem .8rem; border-radius: 3px;
}
.code-chip strong { color: var(--gold-ink); letter-spacing: .06em; }

@media (max-width: 860px) {
  .featured-inner { grid-template-columns: 1fr; }
  .featured-side { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .pro-con { grid-template-columns: 1fr; }
  .fact-row { grid-template-columns: 1fr; gap: .1rem; }
}

/* ---------- review index cards ---------- */

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
@media (max-width: 960px) { .review-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .review-grid { grid-template-columns: 1fr; } }

.review-card {
  background: var(--card); border: 1px solid var(--line); padding: 1.4rem 1.4rem 1.2rem;
  display: flex; flex-direction: column; position: relative;
}
.review-card::before {
  content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent 65%);
}
.review-card .rc-top { display: flex; justify-content: space-between; align-items: flex-start; gap: .8rem; }
.review-card h3 { margin: 0; font-size: 1.28rem; }
.review-card .rc-reg { font-size: .76rem; color: var(--ink-faint); margin-top: .25rem; }
.review-card .rc-price { margin: .9rem 0 .2rem; font-size: .95rem; color: var(--ink-soft); }
.review-card .rc-price strong { font-family: var(--serif); font-size: 1.3rem; color: var(--ink); }
.review-card .rc-verdict { font-size: .9rem; color: var(--ink-soft); font-style: italic; font-family: var(--serif); margin: .5rem 0 1rem; }
.review-card .rc-foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: .6rem; font-size: .85rem; }

/* ---------- comparison table ---------- */

.table-note { font-size: .85rem; color: var(--ink-faint); margin: .4rem 0 1rem; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--card); box-shadow: var(--shadow); }
table.compare { border-collapse: collapse; width: 100%; min-width: 840px; font-size: .88rem; }
table.compare caption { text-align: left; padding: 1rem 1.2rem .4rem; font-family: var(--serif); font-weight: 700; font-size: 1.05rem; }
table.compare th {
  text-align: left; font-size: .7rem; text-transform: uppercase; letter-spacing: .13em;
  color: var(--ink-faint); font-weight: 700; padding: .8rem .9rem;
  border-bottom: 2px solid var(--line-strong); white-space: nowrap;
}
table.compare th button.sort {
  all: unset; cursor: pointer; font: inherit; color: inherit; letter-spacing: inherit;
}
table.compare th button.sort:hover { color: var(--gold-deep); }
table.compare td { padding: .85rem .7rem; border-bottom: 1px solid var(--line); vertical-align: top; }
table.compare tbody tr:hover { background: color-mix(in srgb, var(--gold-tint) 45%, transparent); }
.prov-name { font-family: var(--serif); font-weight: 700; font-size: 1.02rem; }
.prov-reg { font-size: .74rem; color: var(--ink-faint); margin-top: .15rem; }
.price-main { font-weight: 700; font-size: 1rem; white-space: nowrap; }
.price-sub { font-size: .76rem; color: var(--ink-faint); }
.promo { color: var(--good); font-weight: 700; white-space: nowrap; }
td .cell-sub { font-size: .78rem; color: var(--ink-faint); }
.visit-btn {
  display: inline-block; font-size: .8rem; font-weight: 700; text-decoration: none;
  border: 1px solid var(--gold); color: var(--gold-deep); padding: .4rem .85rem;
  border-radius: 3px; white-space: nowrap;
}
.visit-btn:hover { background: var(--gold); color: #fffdf8; }

tr.row-rec { background: var(--gold-tint) !important; border-left: 4px solid var(--gold); }
tr.row-rec td { border-bottom: 2px solid color-mix(in srgb, var(--gold) 45%, transparent); }
.rec-badge {
  display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold-ink); margin-bottom: .25rem;
}
.caveat-note { font-size: .76rem; color: var(--warn); }

.honesty {
  font-size: .84rem; color: var(--ink-faint); border-left: 3px solid var(--gold);
  padding: .6rem 1rem; margin: 1.2rem 0 0; background: var(--paper-2);
}

/* ---------- methodology ---------- */

.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin: 1.6rem 0; }
@media (max-width: 900px) { .method-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .method-grid { grid-template-columns: 1fr; } }
.method-card { border: 1px solid var(--line); background: var(--card); padding: 1.3rem; }
.method-card .weight { font-family: var(--serif); font-size: 2rem; font-weight: 800; color: var(--gold); line-height: 1; }
.method-card h3 { margin: .5rem 0 .4rem; font-size: 1.05rem; }
.method-card p { font-size: .88rem; color: var(--ink-soft); margin: 0; }

/* ---------- margin notes ---------- */

.notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
@media (max-width: 900px) { .notes-grid { grid-template-columns: 1fr; } }
.note {
  border-top: 3px double var(--line-strong); padding-top: 1rem;
}
.note .note-kicker { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--gold-deep); }
.note h3 { margin: .5rem 0 .5rem; font-size: 1.15rem; }
.note p { font-size: .92rem; color: var(--ink-soft); }

/* ---------- callouts, CTA boxes (also used by articles) ---------- */

.callout {
  border: 1px solid color-mix(in srgb, var(--gold) 40%, transparent);
  border-left: 4px solid var(--gold);
  background: var(--gold-tint); padding: 1.1rem 1.4rem; margin: 1.8rem 0;
}
.callout .callout-title {
  font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em;
  color: var(--gold-ink); margin-bottom: .35rem;
}
.callout p:last-child { margin-bottom: 0; }

.cta-box {
  background: var(--card); border: 1px solid var(--line); border-top: 4px solid var(--gold);
  box-shadow: var(--shadow); padding: 1.6rem 1.8rem; margin: 2.2rem 0;
}
.cta-box h3 { margin: 0 0 .5rem; }
.cta-box p { color: var(--ink-soft); font-size: .95rem; }
.cta-box .cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin-top: 1rem; }

.cta-band {
  margin: 3.5rem 0 0; padding: 3rem 0; background: var(--paper-2);
  border-top: 3px double var(--line-strong); border-bottom: 3px double var(--line-strong);
  text-align: center;
}
.cta-band h2 { max-width: 26ch; margin: 0 auto .6rem; }
.cta-band p { max-width: 60ch; margin: 0 auto 1.4rem; color: var(--ink-soft); }

/* ---------- FAQ ---------- */

.faq { max-width: 820px; }
details.faq-item { border-bottom: 1px solid var(--line); padding: .3rem 0; }
details.faq-item:first-of-type { border-top: 1px solid var(--line); }
details.faq-item summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem;
  align-items: baseline; padding: .85rem 0; font-family: var(--serif); font-weight: 700; font-size: 1.08rem;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after { content: "+"; font-family: var(--sans); color: var(--gold); font-weight: 800; font-size: 1.2rem; flex: none; }
details.faq-item[open] summary::after { content: "–"; }
details.faq-item .faq-a { padding: 0 0 1.1rem; color: var(--ink-soft); font-size: .95rem; max-width: var(--measure); }
details.faq-item .faq-a p:last-child { margin-bottom: 0; }

/* ---------- journal / blog cards ---------- */

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
@media (max-width: 900px) { .post-grid { grid-template-columns: 1fr; } }
.post-card {
  border: 1px solid var(--line); background: var(--card); padding: 1.4rem;
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  transition: border-color .15s ease;
}
.post-card:hover { border-color: var(--gold); color: inherit; }
.post-card .pc-meta { font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-deep); margin-bottom: .6rem; }
.post-card h3 { margin: 0 0 .5rem; font-size: 1.18rem; }
.post-card p { font-size: .9rem; color: var(--ink-soft); margin: 0 0 1rem; }
.post-card .pc-more { margin-top: auto; font-size: .82rem; font-weight: 700; color: var(--gold-deep); letter-spacing: .06em; }

/* ---------- article pages ---------- */

.article-head { padding: 2.6rem 0 1.6rem; border-bottom: 1px solid var(--line); }
.article-head .crumbs { font-size: .8rem; color: var(--ink-faint); margin-bottom: 1rem; }
.article-head .crumbs a { color: var(--ink-faint); }
.article-head h1 { max-width: 24ch; }
.byline {
  display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; font-size: .82rem; color: var(--ink-faint);
  text-transform: uppercase; letter-spacing: .1em; margin-top: 1rem;
}
.byline strong { color: var(--gold-deep); }

.article-body { max-width: 780px; padding: 2.2rem 0 1rem; }
.article-body > p, .article-body > ul, .article-body > ol { max-width: var(--measure); }
.article-body h2 {
  margin: 2.2em 0 .6em; padding-top: 1.1em; border-top: 1px solid var(--line);
  font-size: clamp(1.35rem, 2.6vw, 1.7rem);
}
.article-body h2:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
.article-body ul, .article-body ol { padding-left: 1.3rem; }
.article-body li { margin: .35rem 0; }
.article-body strong { color: var(--ink); }

.data-table { overflow-x: auto; border: 1px solid var(--line); background: var(--card); margin: 1.6rem 0; }
.data-table table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: .9rem; }
.data-table th {
  text-align: left; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em;
  color: var(--ink-faint); padding: .7rem .9rem; border-bottom: 2px solid var(--line-strong);
}
.data-table td { padding: .7rem .9rem; border-bottom: 1px solid var(--line); }
.data-table tr:last-child td { border-bottom: 0; }

/* ---------- static pages ---------- */

.page-head { padding: 2.6rem 0 1.4rem; border-bottom: 1px solid var(--line); }
.page-body { max-width: 780px; padding: 2rem 0 1.5rem; }
.page-body h2 { margin-top: 2em; }

/* ---------- footer ---------- */

.site-foot { margin-top: 4rem; border-top: 3px double var(--line-strong); background: var(--paper-2); }
.foot-brandrow { text-align: center; padding: 2.4rem 0 .6rem; }
.foot-brand { font-family: var(--serif); font-weight: 800; font-size: 1.6rem; color: var(--ink); text-decoration: none; }
.foot-brand em { color: var(--gold); }
.foot-tag { font-size: .74rem; text-transform: uppercase; letter-spacing: .24em; color: var(--ink-faint); margin-top: .3rem; }

.foot-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .3rem 1.6rem; padding: 1.1rem 0 1.8rem; }
.foot-nav a { font-size: .82rem; color: var(--ink-soft); text-decoration: none; letter-spacing: .05em; }
.foot-nav a:hover { color: var(--gold-deep); }

.legal {
  border-top: 1px solid var(--line);
  padding: 1.8rem 0 2.4rem;
  font-size: .8rem; line-height: 1.6; color: var(--ink-faint);
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem 2.5rem;
}
@media (max-width: 760px) { .legal { grid-template-columns: 1fr; } }
.legal h4 {
  margin: 0 0 .3rem; font-size: .68rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .18em; color: var(--gold-deep);
}
.legal p { margin: 0; }
.legal a { color: var(--ink-soft); }

.foot-fineprint {
  border-top: 1px solid var(--line); padding: 1.1rem 0 1.6rem;
  font-size: .74rem; color: var(--ink-faint); text-align: center;
}

/* ---------- misc ---------- */

.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--gold); color: #fff;
  padding: .6rem 1rem; z-index: 100;
}
.skip-link:focus { left: 0; }

@media print {
  .utility, .mastnav-shell, .nav-toggle, .site-foot .foot-nav { display: none; }
}
