/* Mara Winter — marawinter.de — original stylesheet */

:root {
  --ink: #17202b;
  --ink-soft: #3c4a5c;
  --paper: #f6f4ee;
  --paper-alt: #ede9de;
  --panel: #ffffff;
  --line: #d9d3c4;
  --navy: #10182a;
  --navy-soft: #1c2740;
  --gold: #b8863b;
  --gold-strong: #96692a;
  --ice: #3f7c8a;
  --good: #2f6b45;
  --radius-s: 6px;
  --radius-m: 10px;
  --radius-l: 16px;
  --shadow-card: 0 1px 2px rgba(23, 32, 43, 0.06), 0 8px 20px -12px rgba(23, 32, 43, 0.18);
  --shadow-pop: 0 12px 32px -14px rgba(23, 32, 43, 0.35);
  --container: 1180px;
  --font-head: Georgia, 'Iowan Old Style', 'Times New Roman', serif;
  --font-body: 'Segoe UI', Tahoma, Verdana, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.2; margin: 0 0 0.6em; }
p { margin: 0 0 1em; }
ul { margin: 0 0 1em; padding-left: 1.2em; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 1.25rem; }

/* Skip link */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--navy);
  color: #fff;
  padding: 0.75rem 1.25rem;
  z-index: 300;
  border-radius: 0 0 var(--radius-s) 0;
}
.skip-link:focus { left: 0; }

/* Header */
.site-header {
  background: var(--navy);
  color: #fdfcf8;
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: #fdfcf8;
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.brand-mark {
  width: 34px;
  height: 34px;
  flex: none;
}
.brand-name b { color: var(--gold); font-weight: 700; }

.nav-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.nav-btn {
  display: none;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fdfcf8;
  padding: 0.55rem 0.8rem;
  border-radius: var(--radius-s);
  cursor: pointer;
  min-height: 44px;
}
.nav-btn .bars {
  position: relative;
  width: 20px;
  height: 2px;
  background: #fdfcf8;
  display: inline-block;
}
.nav-btn .bars::before,
.nav-btn .bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #fdfcf8;
}
.nav-btn .bars::before { top: -6px; }
.nav-btn .bars::after { top: 6px; }
.nav-btn .txt-close { display: none; }
.nav-toggle:checked ~ .nav-btn .txt-open { display: none; }
.nav-toggle:checked ~ .nav-btn .txt-close { display: inline; }
.nav-toggle:focus-visible + .nav-btn { outline: 2px solid var(--gold); outline-offset: 2px; }

.site-nav ul {
  display: flex;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a {
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 600;
  color: #e9e5d8;
  padding: 0.6rem 0.1rem;
  display: inline-block;
  min-height: 44px;
  line-height: 1.9;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover,
.site-nav a:focus-visible { border-bottom-color: var(--gold); }

@media (max-width: 900px) {
  .nav-btn { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 66px;
    background: var(--navy-soft);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 0.5rem 1.25rem 1rem;
  }
  .nav-toggle:checked ~ .site-nav { display: block; }
  .site-nav ul { flex-direction: column; gap: 0.2rem; }
  .site-nav a { width: 100%; border-bottom: 1px solid rgba(255,255,255,0.08); }
}

/* Hero */
.hero { background: linear-gradient(180deg, var(--paper-alt), var(--paper)); padding: 1.1rem 0 0.9rem; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 901px) {
  .hero-grid { grid-template-columns: 1.5fr 1fr; }
}
.hero-copy { text-align: left; }
.hero-kicker {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-strong);
  margin: 0 0 0.5rem;
}
.hero-copy h1 { font-size: clamp(1.7rem, 3vw, 2.5rem); margin-bottom: 0.5rem; }
.hero-copy .lede { font-size: 1.08rem; color: var(--ink-soft); max-width: 60ch; }
.hero-copy .lede + .lede { margin-top: -0.4em; }

/* Byline */
.hero-byline {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0.9rem 0 1.2rem;
  flex-wrap: nowrap;
}
.avatar-mark { flex: none; border-radius: 50%; width: 44px; height: 44px; object-fit: cover; border: 1px solid var(--line); }
.hero-byline .byline-text {
  font-size: 0.86rem;
  color: var(--ink-soft);
  min-width: 0;
}
.hero-byline .byline-text strong { color: var(--ink); }
.byline-meta { color: var(--ink-soft); }

/* Stat strip */
.hero-stats {
  display: flex;
  gap: 0.7rem;
  margin: 0 0 1.3rem;
  flex-wrap: wrap;
}
.stat-tile {
  flex: 1 1 130px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-card);
  padding: 0.65rem 0.8rem;
  text-align: left;
}
.stat-tile .stat-num {
  display: block;
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--gold-strong);
  line-height: 1.15;
}
.stat-tile .stat-label {
  display: block;
  font-size: 0.74rem;
  color: var(--ink-soft);
  line-height: 1.3;
}
@media (max-width: 700px) {
  .hero-stats { gap: 0.6rem; }
  .stat-tile { flex: 1 1 calc(50% - 0.3rem); }
}
@media (max-width: 360px) {
  .hero-byline { gap: 0.5rem; }
  .avatar-mark { width: 36px; height: 36px; }
}

/* Top picks mini list under the Editor's Choice card */
.top-picks {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px dashed var(--line);
}
.tp-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 0.6rem;
}
.tp-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.tp-item {
  display: grid;
  grid-template-columns: 1.4rem 3rem 1fr auto;
  align-items: center;
  gap: 0.55rem;
}
.tp-rank {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink-soft);
  text-align: center;
}
.tp-item img { height: 24px; width: auto; max-width: 100%; object-fit: contain; }
.tp-offer { font-size: 0.78rem; color: var(--ink-soft); min-width: 0; }
.tp-link {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--gold-strong);
  text-decoration: underline;
  white-space: nowrap;
}
.tp-link:hover, .tp-link:focus-visible { color: var(--gold); }

/* Editor's choice box */
.editors-choice {
  display: none;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  padding: 1.1rem 1.2rem;
  box-shadow: var(--shadow-pop);
}
@media (min-width: 901px) {
  .editors-choice { display: block; }
}
.editors-choice .ec-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-strong);
  background: rgba(184,134,59,0.14);
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.6rem;
}
.editors-choice .ec-brand { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.6rem; }
.editors-choice img { height: 34px; width: auto; }
.editors-choice .ec-offer {
  background: var(--paper-alt);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius-s);
  padding: 0.6rem 0.8rem;
  font-size: 0.95rem;
  margin-bottom: 0.8rem;
}
.editors-choice .ec-offer strong { color: var(--gold-strong); font-size: 1.05em; }
.editors-choice .ec-terms { font-size: 0.82rem; color: var(--ink-soft); margin-bottom: 0.8rem; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.7rem 1.1rem;
  border-radius: var(--radius-s);
  min-height: 44px;
  border: 2px solid transparent;
}
.btn-primary { background: var(--gold-strong); color: #fff8ec; }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--gold); }
.btn-block { width: 100%; }

/* Ranked list */
.ranked-section { padding: 1.1rem 0 1.6rem; }
.ranked-section h2 { text-align: center; margin-bottom: 0.3rem; }
.ranked-section .section-intro { text-align: center; color: var(--ink-soft); max-width: 62ch; margin: 0 auto 1.2rem; }

.op-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.7rem; }
.op-card {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-card);
  display: grid;
  grid-template-columns: 42px 15rem minmax(0, 1fr) 10.5rem;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.1rem;
}
.op-card.is-first { border-color: var(--gold); }
.op-rank {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink-soft);
  text-align: center;
}
.op-card.is-first .op-rank { color: var(--gold-strong); }
.op-badge {
  position: absolute;
  top: -0.6rem;
  left: 1.1rem;
  background: var(--gold-strong);
  color: #fff8ec;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
}
.op-brand { display: flex; align-items: center; gap: 0.7rem; min-width: 0; }
.op-brand img { height: 40px; width: auto; max-width: 100%; }
.op-offer {
  background: var(--paper-alt);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius-s);
  padding: 0.55rem 0.8rem;
  min-width: 0;
}
.op-offer .op-main { font-size: 1.02rem; display: block; }
.op-offer .op-main strong { color: var(--gold-strong); }
.op-offer .op-terms { font-size: 0.8rem; color: var(--ink-soft); display: block; margin-top: 0.15rem; }
.op-cta { }

.compliance-note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 1rem;
}

@media (max-width: 980px) {
  .op-card {
    grid-template-columns: 34px 1fr;
    grid-template-areas:
      "rank brand"
      "offer offer"
      "cta cta";
    row-gap: 0.6rem;
  }
  .op-rank { grid-area: rank; }
  .op-brand { grid-area: brand; }
  .op-offer { grid-area: offer; }
  .op-cta { grid-area: cta; }
}

@media (max-width: 700px) {
  .op-card { padding: 1.1rem 1rem 0.9rem; }
  .op-badge { top: -0.55rem; left: 0.7rem; }
  .op-brand img { height: 32px; }
}

/* Comparison table */
.compare-section { padding: 1.4rem 0; background: var(--paper-alt); }
.compare-section h2 { text-align: center; margin-bottom: 0.3rem; }
.compare-section .section-intro { text-align: center; color: var(--ink-soft); max-width: 62ch; margin: 0 auto 1.2rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-m); background: var(--panel); }
table.compare {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  font-size: 0.92rem;
}
table.compare th, table.compare td {
  text-align: left;
  padding: 0.85rem 0.9rem;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
  vertical-align: middle;
  line-height: 30px;
}
table.compare th { background: var(--navy); color: #fdfcf8; font-weight: 700; }
table.compare tbody tr:nth-child(even) { background: rgba(184,134,59,0.05); }
/* No flex on table cells: display:flex on a td does not reliably share the
   table's row-height equalization across browsers, which is what caused the
   row lines to drift out of alignment. A plain inline image with the shared
   line-height above keeps every cell in a row the exact same height. */
table.compare .cell-brand img {
  height: 30px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  vertical-align: middle;
}
table.compare .btn { padding: 0.5rem 0.8rem; font-size: 0.85rem; min-height: 38px; line-height: 1.2; }

/* Bonus column carries the longest text: let it wrap on medium screens instead
   of forcing the whole table to scroll. Numeric columns stay nowrap. */
table.compare th:nth-child(2),
table.compare td:nth-child(2) {
  white-space: normal;
  min-width: 190px;
  line-height: 1.35;
}

/* Method / how we rank */
.method-section { padding: 1.6rem 0; }
.method-section h2 { text-align: center; }
.method-section .section-intro { text-align: center; color: var(--ink-soft); max-width: 62ch; margin: 0 auto 1.2rem; }
.method-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 561px) and (max-width: 980px) {
  .method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 981px) {
  .method-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.method-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 1.1rem 1.1rem 1.2rem;
  box-shadow: var(--shadow-card);
}
.method-card .m-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--navy);
  color: #fdfcf8;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}
.method-card h3 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.method-card p { font-size: 0.92rem; color: var(--ink-soft); margin: 0; }
.method-more { text-align: center; margin-top: 1.2rem; }

/* Detailed per-operator review cards */
.review-section { padding: 1.6rem 0 1.8rem; background: var(--paper-alt); }
.review-section h2 { text-align: center; margin-bottom: 0.3rem; }
.review-section .section-intro { text-align: center; color: var(--ink-soft); max-width: 62ch; margin: 0 auto 1.4rem; }
.review-grid { display: flex; flex-direction: column; gap: 1rem; }
.review-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-card);
  padding: 1.2rem 1.3rem 1.3rem;
}
.review-top {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}
.review-rank {
  flex: none;
  width: 2rem;
  text-align: center;
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold-strong);
}
.review-brand { display: flex; align-items: center; flex: none; }
.review-brand img { height: 34px; width: auto; max-width: 140px; object-fit: contain; }
.review-tag { font-size: 0.86rem; font-style: italic; color: var(--ink-soft); flex: 1 1 220px; }
.review-score {
  margin-left: auto;
  flex: none;
  background: var(--paper-alt);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--gold-strong);
}

.score-bars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0.55rem 1.2rem;
  margin: 0.9rem 0;
}
.score-bar { font-size: 0.8rem; color: var(--ink-soft); }
.score-bar .bar-label { display: flex; justify-content: space-between; margin-bottom: 0.25rem; }
.score-track { background: var(--paper-alt); border-radius: 999px; height: 8px; overflow: hidden; }
.score-fill { background: var(--gold); height: 100%; border-radius: 999px; }

.review-facts {
  background: var(--paper-alt);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius-s);
  padding: 0.7rem 0.9rem;
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin-bottom: 0.9rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.3rem 1rem;
}
.review-facts strong { color: var(--ink); }

.review-body p { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 0.7rem; }
.review-body p:last-child { margin-bottom: 0; }

.review-proscons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin: 0.9rem 0 0.7rem;
}
@media (min-width: 700px) {
  .review-proscons { grid-template-columns: 1fr 1fr; }
}
.review-pros, .review-cons {
  background: var(--paper-alt);
  border-radius: var(--radius-s);
  padding: 0.7rem 0.9rem;
}
.review-pros h4, .review-cons h4 {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.review-pros h4 { color: var(--good); }
.review-cons h4 { color: var(--gold-strong); }
.review-pros ul, .review-cons ul { margin: 0; padding-left: 1.1em; font-size: 0.88rem; color: var(--ink-soft); }

.review-cta-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 0.6rem; }
.review-cta-row .btn { min-width: 12rem; }
.review-note { font-size: 0.76rem; color: var(--ink-soft); margin: 0; }

/* Article */
.article-section { padding: 1.8rem 0 2rem; }
.article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1100px) {
  .article-grid { grid-template-columns: minmax(0, 1fr) 260px; }
}
.article-head {
  margin-inline: 0;
  max-width: 72ch;
}
.article-head h2 { font-size: 1.7rem; }
.article-head .byline { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 0.6rem; }
.article-body { max-width: 72ch; }
.article-body h3 { font-size: 1.2rem; margin-top: 1.6rem; scroll-margin-top: 90px; }
.article-body p { color: var(--ink-soft); }
.article-body ul { color: var(--ink-soft); }

.toc {
  display: none;
}
@media (min-width: 1100px) {
  .toc {
    display: block;
    position: sticky;
    top: 90px;
    align-self: start;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius-m);
    padding: 1rem 1.1rem;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}
.toc h3 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.6rem; }
.toc ol { list-style: none; counter-reset: toc; margin: 0; padding: 0; }
.toc li { counter-increment: toc; margin-bottom: 0.5rem; }
.toc a {
  text-decoration: none;
  font-size: 0.86rem;
  color: var(--ink-soft);
  display: flex;
  gap: 0.5rem;
}
.toc a::before {
  content: counter(toc);
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--paper-alt);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.toc a:hover, .toc a:focus-visible { color: var(--gold-strong); }

/* FAQ */
.faq-section { padding: 1.6rem 0 2rem; background: var(--paper-alt); }
.faq-section h2 { text-align: center; margin-bottom: 1.2rem; }
.faq-list { max-width: 72ch; margin: 0 auto; }
.faq-list h3 { font-size: 1.05rem; margin-top: 1.1rem; }
.faq-list p { color: var(--ink-soft); }

/* Generic content pages */
.page-hero { padding: 1.6rem 0 1rem; background: linear-gradient(180deg, var(--paper-alt), var(--paper)); }
.page-hero h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 0.4rem; }
.page-hero p { color: var(--ink-soft); max-width: 62ch; }
.content-section { padding: 1rem 0 2rem; }
.content-section .prose { max-width: 72ch; }
.content-section h2 { font-size: 1.3rem; margin-top: 1.4rem; }
.content-section h3 { font-size: 1.05rem; margin-top: 1rem; }
.content-section p, .content-section li { color: var(--ink-soft); }
.content-section a.inline-link { color: var(--ice); font-weight: 600; text-decoration: underline; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 700px) {
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
}
.contact-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 1.1rem 1.2rem;
  box-shadow: var(--shadow-card);
}
.contact-card h3 { font-size: 1rem; margin-bottom: 0.4rem; }
.contact-card p { margin: 0; color: var(--ink-soft); }

/* Footer */
.site-footer { background: var(--navy); color: #cfd3da; padding: 2rem 0 1.5rem; margin-top: 1rem; }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; }
.footer-brand { max-width: 32ch; }
.footer-brand .brand { margin-bottom: 0.6rem; }
.footer-brand p { color: #a9afb9; font-size: 0.88rem; }
.footer-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-nav a { text-decoration: none; color: #cfd3da; font-size: 0.92rem; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 1.6rem;
  padding-top: 1.1rem;
  font-size: 0.8rem;
  color: #8d93a0;
}
.footer-bottom p { margin: 0 0 0.4em; }

/* Back to top */
.to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  border: 1px solid rgba(255,255,255,0.15);
  z-index: 250;
  opacity: 1;
  visibility: visible;
}
.to-top .arrow {
  position: absolute;
  left: 50%;
  top: 55%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fdfcf8;
  border-top: 2px solid #fdfcf8;
  transform: translate(-50%, -50%) rotate(45deg);
}
@supports (animation-timeline: scroll()) {
  .to-top {
    opacity: 0;
    visibility: hidden;
    animation: to-top-in linear forwards;
    animation-timeline: scroll(root);
    animation-range: 400px 900px;
  }
}
@keyframes to-top-in {
  from { opacity: 0; visibility: visible; }
  to { opacity: 1; visibility: visible; }
}
@media (prefers-reduced-motion: reduce) {
  .to-top { animation: none !important; opacity: 1 !important; visibility: visible !important; }
}
.cookie-toggle:not(:checked) ~ .to-top { bottom: 6.5rem; }
@media (max-width: 560px) {
  .cookie-toggle:not(:checked) ~ .to-top { bottom: 8rem; }
}

/* Cookie notice */
.cookie-toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.cookie-note {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 260;
  background: var(--navy);
  color: #e9e5d8;
  padding: 0.9rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  animation: cookie-note-in 0.35s ease-out 2s forwards;
  box-shadow: 0 -8px 24px rgba(0,0,0,0.25);
}
@keyframes cookie-note-in {
  from { opacity: 0; visibility: visible; transform: translateY(12px); }
  to { opacity: 1; visibility: visible; transform: translateY(0); }
}
.cookie-note p { margin: 0; font-size: 0.88rem; flex: 1 1 260px; }
.cookie-note a { color: var(--gold); text-decoration: underline; }
.cookie-dismiss {
  min-height: 44px;
  padding: 0.55rem 1rem;
  border-radius: var(--radius-s);
  background: var(--gold-strong);
  color: #fff8ec;
  border: none;
  font-weight: 700;
  cursor: pointer;
  flex: none;
}
.cookie-toggle:checked ~ .cookie-note { display: none; }
@media (prefers-reduced-motion: reduce) {
  .cookie-note { animation-duration: 0.01s; transform: none; }
}
@media (max-width: 560px) {
  .cookie-note { flex-wrap: nowrap; padding: 0.7rem 0.9rem; }
  .cookie-note p { font-size: 0.76rem; }
}

/* Utility */
.vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
