/* marinero.mx — premium nautical editorial. Prefix mar-. Built fresh for this site.
   Palette: sand paper + deep-ocean navy; brass gold for rating/badge accents only;
   ONE reserved CTA color (coral) used nowhere else. No decorative bars/lisérés. */

:root {
  --paper: #F7F4EE;
  --paper-dark: #EFE9DD;
  --white: #FFFFFF;
  --navy: #0B2239;
  --navy-2: #123150;
  --ink: #1A2B3C;
  --muted: #5C6B7A;
  --oro: #C9A227;
  --oro-deep: #A8861B;
  --cta: #E8442E;
  --cta-deep: #C9351F;
  --line: #E3DCCD;
  --line-navy: rgba(255, 255, 255, .14);
  --r-lg: 18px;
  --r-md: 12px;
  --r-sm: 8px;
  --shadow-1: 0 1px 2px rgba(11, 34, 57, .06), 0 4px 14px rgba(11, 34, 57, .07);
  --shadow-2: 0 2px 6px rgba(11, 34, 57, .08), 0 14px 34px rgba(11, 34, 57, .12);
}

* { box-sizing: border-box; }
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16.5px;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; }
a { color: var(--navy-2); text-decoration-color: rgba(26, 43, 60, .35); text-underline-offset: 3px; }
a:hover { text-decoration-color: currentColor; }
h1, h2, h3, h4 { font-family: "Marcellus", Georgia, serif; font-weight: 400; line-height: 1.14; color: var(--ink); text-wrap: balance; margin: 0 0 .45em; }
h1 { font-size: clamp(34px, 5.2vw, 54px); letter-spacing: .01em; }
h2 { font-size: clamp(27px, 3.6vw, 38px); }
h3 { font-size: clamp(20px, 2.4vw, 24px); }
h4 { font-size: 17px; font-family: "Figtree", sans-serif; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
p { text-wrap: pretty; margin: 0 0 1em; }
:focus-visible { outline: 2px solid var(--oro-deep); outline-offset: 2px; border-radius: 3px; }

.mar-wrap { max-width: 1140px; margin: 0 auto; padding: 0 22px; min-width: 0; }
.mar-visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ── header ─────────────────────────────────────────────── */
.mar-head { position: sticky; top: 0; z-index: 40; background: var(--paper); border-bottom: 1px solid var(--line); }
.mar-head-in { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 76px; }
.mar-brand { display: inline-flex; align-items: center; }
.mar-brand-img { height: 54px; width: auto; }
.mar-nav { display: flex; gap: 26px; }
.mar-nav a { font-weight: 600; font-size: 15px; color: var(--ink); text-decoration: none; padding: 6px 0; }
.mar-nav a:hover { color: var(--navy-2); text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--oro); }
.mar-nav a[aria-current="page"] { color: var(--navy-2); text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--oro); }
.mar-burger { display: none; background: none; border: 1px solid var(--line); border-radius: var(--r-sm); width: 46px; height: 46px; padding: 12px 11px; cursor: pointer; flex-direction: column; justify-content: space-between; }
.mar-burger span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.mar-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.mar-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mar-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* ── hero ───────────────────────────────────────────────── */
.mar-hero {
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(201, 162, 39, .16), transparent 60%),
    radial-gradient(700px 480px at -8% 108%, rgba(38, 92, 137, .35), transparent 62%),
    linear-gradient(168deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #EDF2F7;
  padding: 68px 0 60px;
}
.mar-hero h1 { color: #FFFFFF; }
.mar-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: 40px; align-items: center; }
.mar-hero-art { display: flex; justify-content: center; color: var(--oro); }
.mar-rose { max-width: 100%; height: auto; filter: drop-shadow(0 10px 30px rgba(0, 0, 0, .3)); }
.mar-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--oro); margin: 0 0 14px; }
.mar-lede { font-size: clamp(17px, 2vw, 19.5px); line-height: 1.6; color: rgba(237, 242, 247, .88); max-width: 58ch; }
.mar-hero--page { padding: 46px 0 30px; }
.mar-hero--page .mar-lede { color: rgba(237, 242, 247, .85); }
.mar-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 6px; }

/* the reserved CTA color — buttons only, nowhere else */
.mar-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 12px 26px;
  background: linear-gradient(180deg, var(--cta) 0%, var(--cta-deep) 100%);
  color: #fff; font-weight: 700; font-size: 16px; letter-spacing: .01em;
  border-radius: var(--r-md); border: 0; text-decoration: none;
  box-shadow: 0 2px 6px rgba(201, 53, 31, .3), 0 8px 20px rgba(201, 53, 31, .22);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.mar-cta:hover { filter: brightness(1.05); transform: translateY(-1px); box-shadow: 0 4px 10px rgba(201, 53, 31, .32), 0 12px 26px rgba(201, 53, 31, .26); }
.mar-cta:active { transform: translateY(0) scale(.985); box-shadow: 0 1px 3px rgba(201, 53, 31, .3); }
.mar-cta--sm { min-height: 44px; padding: 9px 18px; font-size: 14.5px; }
.mar-cta--row { min-height: 44px; padding: 9px 16px; font-size: 14.5px; white-space: nowrap; }
.mar-cta--full { width: 100%; }
.mar-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 12px 24px; border: 1px solid var(--line-navy);
  border-radius: var(--r-md); color: #EDF2F7; font-weight: 600; font-size: 15.5px; text-decoration: none;
  transition: border-color .15s ease, background .15s ease;
}
.mar-ghost:hover { border-color: rgba(255, 255, 255, .4); background: rgba(255, 255, 255, .05); }
.mar-quiet { font-size: 14px; font-weight: 600; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.mar-quiet:hover { color: var(--ink); }
.mar-quiet--light { color: rgba(237, 242, 247, .75); }
.mar-quiet--light:hover { color: #fff; }

/* ── waterline byline bar ───────────────────────────────── */
.mar-waterline { background: var(--white); border-bottom: 1px solid var(--line); }
.mar-waterline-in { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 12px; padding: 12px 22px; font-size: 14px; color: var(--muted); }
.mar-wl-authors { display: inline-flex; }
.mar-wl-authors .mar-avatar:nth-child(2) { margin-left: -10px; }
.mar-wl-sep { color: var(--line); }
.mar-avatar { border-radius: 50%; border: 2px solid var(--white); box-shadow: var(--shadow-1); object-fit: cover; }

/* ── sections ───────────────────────────────────────────── */
.mar-sec { padding: 64px 0; }
.mar-sec--paperdark { background: var(--paper-dark); }
.mar-sec--navy {
  background: radial-gradient(800px 500px at 110% -20%, rgba(201, 162, 39, .12), transparent 60%), linear-gradient(160deg, var(--navy), var(--navy-2));
  color: #EDF2F7;
}
.mar-sec--navy h2, .mar-sec--navy h3 { color: #fff; }
.mar-sec--navy .mar-sub { color: rgba(237, 242, 247, .8); }
.mar-sub { font-size: 17.5px; color: var(--muted); max-width: 68ch; margin: -4px 0 30px; }

/* ── the table (conversion centerpiece) ─────────────────── */
.mar-controls { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; margin: 0 0 18px; }
.mar-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.mar-chip {
  font: inherit; font-size: 14px; font-weight: 600; color: var(--ink);
  background: var(--white); border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 15px; min-height: 40px; cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.mar-chip span { color: var(--muted); font-weight: 600; margin-left: 3px; }
.mar-chip:hover { border-color: var(--navy-2); }
.mar-chip.is-on { background: var(--navy); border-color: var(--navy); color: #fff; }
.mar-chip.is-on span { color: var(--oro); }
.mar-sort { font-size: 14px; font-weight: 600; color: var(--muted); display: inline-flex; align-items: center; gap: 8px; }
.mar-sort select {
  font: inherit; font-size: 14.5px; font-weight: 600; color: var(--ink);
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 9px 10px; min-height: 40px; cursor: pointer;
}

.mar-tablewrap { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-1); overflow: hidden; }
.mar-table { width: 100%; border-collapse: collapse; }
.mar-table thead th {
  background: var(--navy); color: rgba(237, 242, 247, .92);
  font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  text-align: left; padding: 13px 14px; white-space: nowrap;
}
.mar-table tbody td { padding: 15px 12px; border-top: 1px solid var(--line); vertical-align: middle; }
@media (min-width: 861px) { .mar-td-brand .mar-brandname { display: none; } } /* desktop table = logo only (alt keeps the name) */
.mar-table tbody tr:nth-child(even) { background: #FBF9F4; }
.mar-row--top { background: linear-gradient(90deg, rgba(201, 162, 39, .10), rgba(201, 162, 39, .03)) !important; box-shadow: inset 0 0 0 1px rgba(201, 162, 39, .45); }
.mar-td-rank { white-space: nowrap; }
.mar-rank { font-family: "Marcellus", serif; font-size: 22px; color: var(--ink); font-variant-numeric: tabular-nums; }
.mar-insignia {
  display: inline-block; margin-left: 8px; font-size: 11.5px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--oro-deep); border: 1px solid var(--oro);
  border-radius: 999px; padding: 3px 10px; background: rgba(201, 162, 39, .1); white-space: nowrap;
}
.mar-brandcell { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); min-width: 0; }
.mar-brandname { font-weight: 700; font-size: 15.5px; }
.mar-logo-img { max-width: 96px; max-height: 34px; width: auto; height: auto; object-fit: contain; display: block; }
.mar-log-chip, .mar-sticky-chip {
  display: inline-flex; align-items: center; justify-content: center;
  width: 104px; height: 52px; padding: 6px 10px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-sm); flex: none;
}
.mar-logo--dark { background: var(--navy); border-radius: 6px; padding: 5px 8px; }
.mar-log-chip:has(.mar-logo--dark), .mar-sticky-chip:has(.mar-logo--dark) { background: var(--navy); }
.mar-wordmark { font-family: "Marcellus", serif; font-size: 15px; letter-spacing: .04em; }
.mar-td-bonus { font-weight: 600; max-width: 220px; }
.mar-td-wager, .mar-td-dep { font-variant-numeric: tabular-nums; color: var(--muted); font-weight: 600; }
.mar-td-dep { white-space: nowrap; }
.mar-td-wager { max-width: 150px; }
.mar-free { color: var(--ink); }
.mar-td-score { white-space: nowrap; }
.mar-stars { color: var(--oro); letter-spacing: .05em; font-size: 15px; }
.mar-score { font-variant-numeric: tabular-nums; font-weight: 800; margin-left: 7px; }
.mar-td-cta { text-align: right; white-space: nowrap; }
.mar-td-cta .mar-quiet { display: block; margin-top: 7px; text-align: center; }
.mar-empty { padding: 26px; text-align: center; color: var(--muted); margin: 0; }
.mar-tablenote { font-size: 13.5px; color: var(--muted); margin: 14px 4px 0; }

/* ── trust strip ────────────────────────────────────────── */
.mar-trust { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 36px 0; }
.mar-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.mar-trust h3 { font-family: "Figtree", sans-serif; font-weight: 700; font-size: 16px; margin-bottom: .35em; }
.mar-trust p { font-size: 14.5px; color: var(--muted); margin: 0; }

/* ── bitácora (log-entry reviews) ───────────────────────── */
.mar-sec--log { background: var(--paper); }
.mar-log { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-1); margin: 0 0 26px; overflow: hidden; }
.mar-log-head { display: flex; align-items: center; gap: 16px; padding: 20px 26px 0; }
.mar-log-num { font-family: "Marcellus", serif; font-size: 46px; line-height: 1; color: var(--oro); opacity: .55; font-variant-numeric: tabular-nums; flex: none; }
.mar-log-title h3 { margin: 0; }
.mar-log-tag { margin: 2px 0 0; font-size: 14.5px; color: var(--muted); font-weight: 600; }
.mar-log-head .mar-insignia { margin-left: auto; }
.mar-log-body { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 28px; padding: 20px 26px 26px; }
.mar-log-rail { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.mar-log-score { display: flex; align-items: baseline; gap: 6px; }
.mar-log-score strong { font-size: 24px; font-variant-numeric: tabular-nums; }
.mar-log-score span { color: var(--muted); font-size: 14px; }
.mar-log-facts { margin: 0; display: grid; gap: 9px; }
.mar-log-facts div { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 8px; font-size: 13.5px; }
.mar-log-facts dt { color: var(--muted); font-weight: 600; }
.mar-log-facts dd { margin: 0; font-weight: 600; }
.mar-log-prose { min-width: 0; }
.mar-log-prose > p { font-size: 15.5px; }
.mar-log-lists { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 4px; }
.mar-log-lists h4 { font-size: 13px; margin-bottom: .5em; color: var(--muted); }
.mar-log-lists ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.mar-log-lists li { font-size: 14px; padding-left: 22px; position: relative; }
.mar-log-lists li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--oro-deep); font-weight: 700; }
.mar-log-lists .mar-watch li::before { content: "→"; color: var(--muted); }

/* ── profiles (navy) ────────────────────────────────────── */
.mar-profiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.mar-profile { background: rgba(255, 255, 255, .06); border: 1px solid var(--line-navy); border-radius: var(--r-lg); padding: 22px; display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.mar-profile-q { font-family: "Marcellus", serif; font-size: 18.5px; line-height: 1.3; margin: 0; color: #fff; text-wrap: balance; }
.mar-profile-pick { display: flex; align-items: center; gap: 12px; }
.mar-profile-pick strong { display: block; font-size: 15.5px; color: #fff; }
.mar-profile-pick span { font-size: 13px; color: rgba(237, 242, 247, .65); }
.mar-profile-why { font-size: 14px; color: rgba(237, 242, 247, .82); margin: 0; flex: 1; }
.mar-profile-links { display: flex; align-items: center; gap: 14px; margin: 0; }

/* ── the data (spins chart) ─────────────────────────────── */
.mar-chart { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-1); padding: 26px; display: grid; gap: 14px; }
.mar-bar-row { display: grid; grid-template-columns: 110px minmax(0, 1fr) minmax(120px, auto); gap: 14px; align-items: center; }
.mar-bar-label { font-weight: 700; font-size: 14px; }
.mar-bar-track { background: var(--paper-dark); border-radius: 999px; height: 18px; overflow: hidden; display: block; }
.mar-bar { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--navy-2), var(--navy)); min-width: 14px; }
.mar-bar--free { background: linear-gradient(90deg, var(--oro), var(--oro-deep)); }
.mar-bar-val { font-size: 13px; font-weight: 600; color: var(--muted); font-variant-numeric: tabular-nums; white-space: nowrap; }
.mar-chart-note { font-size: 14.5px; color: var(--muted); max-width: 70ch; margin: 16px 4px 0; }

/* ── prose / longform ───────────────────────────────────── */
.mar-prose { max-width: 820px; }
.mar-prose h2 { margin-top: 1.6em; }
.mar-prose h2:first-child { margin-top: 0; }
.mar-prose ul { padding-left: 22px; display: grid; gap: 8px; }
.mar-prose code { background: var(--paper-dark); border-radius: 4px; padding: 1px 6px; font-size: .9em; }
.mar-scroll { overflow-x: auto; margin: 18px 0 22px; border: 1px solid var(--line); border-radius: var(--r-md); }
.mar-datatable { width: 100%; border-collapse: collapse; background: var(--white); font-size: 14.5px; }
.mar-datatable th, .mar-datatable td { padding: 11px 14px; text-align: left; border-top: 1px solid var(--line); }
.mar-datatable thead th { border-top: 0; background: var(--paper-dark); font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; }
.mar-datatable tbody th { font-weight: 700; white-space: nowrap; }
.mar-datatable td { font-variant-numeric: tabular-nums; }

/* ── FAQ ────────────────────────────────────────────────── */
.mar-faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: start; }
.mar-faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 0 20px; }
.mar-faq-item summary { cursor: pointer; font-weight: 700; font-size: 15.5px; padding: 17px 26px 17px 0; list-style: none; position: relative; min-height: 44px; }
.mar-faq-item summary::-webkit-details-marker { display: none; }
.mar-faq-item summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-family: "Marcellus", serif; font-size: 24px; color: var(--oro-deep); transition: transform .18s ease; }
.mar-faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.mar-faq-item p { font-size: 14.5px; color: var(--muted); padding-bottom: 17px; margin: 0; }

/* ── crew ───────────────────────────────────────────────── */
.mar-crew { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.mar-crewcard { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-1); padding: 24px; display: flex; gap: 22px; align-items: flex-start; min-width: 0; }
.mar-crew-photo { width: 132px; height: 132px; object-fit: cover; border-radius: var(--r-md); flex: none; }
.mar-crew-body h3 { margin-bottom: .1em; }
.mar-crew-role { font-size: 13.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--oro-deep); margin: 0 0 .7em; }
.mar-crew-body p { font-size: 14.5px; color: var(--muted); }
.mar-crew-note { font-size: 14.5px; color: var(--muted); max-width: 70ch; margin: 22px 4px 0; }
.mar-experts { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin: 14px 0 22px; }
.mar-expert { display: flex; gap: 14px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 14px 16px; }
.mar-expert .m { font-weight: 700; }
.mar-expert .r { font-size: 13px; color: var(--muted); }
.mar-expert a { font-size: 13.5px; }
.mar-authorhead { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.mar-authorhead h1 { margin: 0; }
.mar-authorhead .mar-crew-photo { width: 120px; height: 120px; }

/* ── footer ─────────────────────────────────────────────── */
.mar-foot { background: var(--navy); color: rgba(237, 242, 247, .82); padding: 54px 0 30px; }
.mar-foot a { color: rgba(237, 242, 247, .88); }
.mar-foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; padding-bottom: 30px; border-bottom: 1px solid var(--line-navy); }
.mar-foot h3 { font-family: "Figtree", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--oro); margin-bottom: .9em; }
.mar-foot nav, .mar-foot-grid > div { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.mar-foot nav a, .mar-foot-grid > div > a { font-size: 14.5px; text-decoration: none; }
.mar-foot nav a:hover, .mar-foot-grid > div > a:hover { text-decoration: underline; }
.mar-foot p { font-size: 13.5px; margin: 0; }
.mar-foot-brand { gap: 10px; }
.mar-foot-chip { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; background: var(--white); border-radius: var(--r-sm); }
.mar-foot-chip img { height: 40px; width: 40px; object-fit: contain; }
.mar-foot-name { font-family: "Marcellus", serif; font-size: 21px; letter-spacing: .12em; text-transform: uppercase; color: #fff; }
.mar-foot-18 { font-family: "Marcellus", serif; font-size: 26px; color: var(--oro); }
.mar-foot-legal { font-size: 12.5px; color: rgba(237, 242, 247, .55); margin-top: 22px; }

/* ── sticky mobile CTA (card, not a band; no entry animation) ── */
.mar-sticky {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 50;
  display: none; align-items: center; gap: 12px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-2); padding: 10px 12px;
}
.mar-sticky-txt { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.mar-sticky-txt strong { font-size: 14px; }
.mar-sticky-txt em { font-style: normal; font-size: 12.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ── responsive ─────────────────────────────────────────── */
@media (max-width: 1000px) {
  .mar-hero-grid { grid-template-columns: 1fr; }
  .mar-hero-art { display: none; }
  .mar-profiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mar-foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  /* the money table reflows to stacked self-contained cards — no h-scroll */
  .mar-tablewrap { background: none; border: 0; box-shadow: none; overflow: visible; }
  .mar-table, .mar-table tbody { display: block; }
  .mar-table thead { display: none; }
  .mar-table tbody tr {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 16px;
    background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
    box-shadow: var(--shadow-1); padding: 18px; margin: 0 0 14px;
  }
  .mar-table tbody tr:nth-child(even) { background: var(--white); }
  .mar-row--top { background: var(--white) !important; box-shadow: var(--shadow-1), inset 0 0 0 1.5px var(--oro); }
  .mar-table tbody td { border: 0; padding: 4px 0; }
  .mar-table tbody td[data-label]::before { content: attr(data-label); display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); margin-bottom: 1px; }
  .mar-td-rank { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; }
  .mar-td-rank::before { display: none !important; }
  .mar-td-brand { grid-column: 1 / -1; }
  .mar-td-brand::before { display: none !important; }
  .mar-td-bonus { grid-column: 1 / -1; max-width: none; }
  .mar-td-score { grid-column: 1 / -1; }
  .mar-td-cta { grid-column: 1 / -1; text-align: center; margin-top: 8px; }
  .mar-cta--row { width: 100%; min-height: 48px; white-space: normal; }
}
@media (max-width: 760px) {
  body { font-size: 15.5px; }
  .mar-head-in { height: 66px; }
  .mar-brand-img { height: 46px; }
  .mar-nav {
    display: none; position: absolute; top: 66px; left: 0; right: 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
    flex-direction: column; gap: 0; padding: 8px 22px 14px;
  }
  .mar-nav.is-open { display: flex; }
  .mar-nav a { padding: 12px 0; border-top: 1px solid var(--line); }
  .mar-nav a:first-child { border-top: 0; }
  .mar-burger { display: flex; }
  .mar-hero { padding: 44px 0 40px; }
  .mar-hero-actions .mar-cta, .mar-hero-actions .mar-ghost { width: 100%; }
  .mar-sec { padding: 46px 0; }
  .mar-trust-grid { grid-template-columns: 1fr; gap: 20px; }
  .mar-log-body { grid-template-columns: 1fr; gap: 18px; }
  .mar-log-head { padding: 18px 18px 0; }
  .mar-log-body { padding: 14px 18px 20px; }
  .mar-log-lists { grid-template-columns: 1fr; }
  .mar-profiles { grid-template-columns: 1fr; }
  .mar-bar-row { grid-template-columns: 84px minmax(0, 1fr); }
  .mar-bar-val { grid-column: 2; }
  .mar-faq { grid-template-columns: 1fr; }
  .mar-crew { grid-template-columns: 1fr; }
  .mar-crewcard { flex-direction: column; }
  .mar-crew-photo { width: 108px; height: 108px; }
  .mar-foot-grid { grid-template-columns: 1fr; gap: 26px; }
  .mar-sticky.is-shown { display: flex; }
  .mar-controls { flex-direction: column; align-items: stretch; }
  .mar-chips { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; min-width: 0; }
  .mar-chip { white-space: nowrap; flex: none; }
}
