/* =============================================================================
 * AceLaurel — Stylesheet (BEM). Warm cream editorial "awards magazine" theme.
 * Serif headlines, claret + gold laurels. Distinct from the other three sites.
 * ========================================================================== */
:root {
  --paper: #f6f0e4;
  --paper-2: #fffdf7;
  --paper-3: #fbf5e9;
  --ink: #241f18;
  --ink-soft: #4c4436;
  --muted: #8a7f66;
  --line: #e6dcc7;
  --line-2: #d7c8ab;

  --claret: #9b2242;
  --claret-d: #7e1a36;
  --claret-soft: #f6e7ea;
  --gold: #bf9838;
  --gold-2: #d8b968;
  --silver: #9aa3ad;
  --bronze: #b0794a;

  --radius: 12px;
  --radius-lg: 18px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 2px rgba(60, 45, 20, .07), 0 4px 14px rgba(60, 45, 20, .06);
  --shadow: 0 14px 40px -18px rgba(60, 45, 20, .3);
  --wrap: 1140px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --serif: Georgia, "Iowan Old Style", "Palatino Linotype", "Times New Roman", serif;
  --sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.64; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
ul, ol { list-style: none; padding: 0; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.15; letter-spacing: -.01em; font-weight: 700; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--claret); color: #fff; padding: 10px 16px; border-radius: 8px; font-weight: 700; transition: top .2s; }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--claret); outline-offset: 2px; border-radius: 5px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--sans); font-weight: 700; border-radius: 10px; padding: 12px 20px; line-height: 1.1; border: 1.5px solid transparent; transition: transform .16s var(--ease), box-shadow .2s, background .2s, color .2s, border-color .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--claret { background: var(--claret); color: #fff; box-shadow: 0 8px 20px -10px rgba(155, 34, 66, .6); }
.btn--claret:hover { background: var(--claret-d); }
.btn--line { background: var(--paper-2); border-color: var(--line-2); color: var(--ink); }
.btn--line:hover { border-color: var(--claret); color: var(--claret); }
.btn--ghost { background: var(--claret-soft); color: var(--claret-d); }
.btn--ghost:hover { background: #f0dade; }
.btn--sm { padding: 9px 15px; font-size: .88rem; border-radius: 9px; }
.btn--lg { padding: 15px 26px; font-size: 1.02rem; }
.btn--block { width: 100%; }

.kicker { color: var(--claret); font-weight: 700; font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; }
.tag { display: inline-block; padding: 4px 10px; border-radius: 999px; background: var(--paper-3); border: 1px solid var(--line); font-size: .76rem; color: var(--muted); font-weight: 600; }
.ace { font-family: var(--serif); font-weight: 700; color: var(--claret); }

.sect-head { text-align: center; max-width: 640px; margin: 0 auto 36px; }
.sect-head__eyebrow { display: block; color: var(--gold); font-size: 1.1rem; letter-spacing: .4em; margin-bottom: 8px; }
.sect-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.sect-head p { margin-top: 10px; color: var(--muted); font-size: 1.05rem; }
.h-sect { font-size: 1.35rem; margin-bottom: 16px; }

/* ---- ribbon (award tier) --------------------------------------------------- */
.ribbon { display: inline-flex; align-items: center; gap: 6px; padding: 5px 13px; border-radius: 999px; font-family: var(--sans); font-weight: 800; font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; border: 1px solid transparent; }
.ribbon::before { content: "❦"; font-size: .8em; }
.ribbon--editor { background: var(--claret); color: #fff; border-color: var(--gold-2); box-shadow: inset 0 0 0 2px rgba(216, 185, 104, .35); }
.ribbon--gold { background: #f7edcf; color: #7a5c12; border-color: var(--gold-2); }
.ribbon--silver { background: #eceef1; color: #4d5560; border-color: var(--silver); }
.ribbon--bronze { background: #f3e3d5; color: #7a4d2a; border-color: var(--bronze); }

/* ---- laurel medallion ------------------------------------------------------ */
.medal { position: relative; display: inline-grid; place-items: center; }
.medal svg { width: 88px; height: 88px; }
.medal__score { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: 1.5rem; color: var(--ink); }
.medal--lg svg { width: 116px; height: 116px; }
.medal--lg .medal__score { font-size: 2rem; }
.medal--xl svg { width: 148px; height: 148px; }
.medal--xl .medal__score { font-size: 2.6rem; }
.medal--sm svg { width: 54px; height: 54px; }
.medal--sm .medal__score { font-size: .95rem; }

/* brand lockup */
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand__ic { width: 38px; height: 38px; border-radius: 9px; object-fit: contain; padding: 4px; background: var(--paper-2); border: 1px solid var(--line); flex: none; }
.brand__name { font-family: var(--serif); font-weight: 700; font-size: 1.12rem; }
.brand__mark { height: 32px; width: auto; }
.brand--wide { background: #14100a; padding: 7px 12px; border-radius: 9px; }

/* ---- masthead -------------------------------------------------------------- */
.al-masthead { position: sticky; top: 0; z-index: 100; background: rgba(246, 240, 228, .9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line-2); }
.al-masthead__in { display: flex; align-items: center; gap: 18px; min-height: 66px; }
.wordmark { display: inline-flex; align-items: center; gap: 9px; font-family: var(--serif); font-weight: 700; font-size: 1.35rem; letter-spacing: -.01em; }
.wordmark__hi { color: var(--claret); }
.al-nav { display: flex; align-items: center; gap: 2px; margin-left: 6px; }
.al-nav__link { padding: 9px 12px; border-radius: 8px; font-weight: 600; font-size: .95rem; color: var(--ink-soft); transition: color .2s, background .2s; }
.al-nav__link:hover { color: var(--ink); background: var(--paper-3); }
.al-nav__link.is-active { color: var(--claret); }
.al-masthead__side { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.hamb { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.hamb span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s var(--ease); }
.al-masthead.is-open .hamb span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.al-masthead.is-open .hamb span:nth-child(2) { opacity: 0; }
.al-masthead.is-open .hamb span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.lang { position: relative; }
.lang__btn { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 9px; border: 1px solid var(--line-2); background: var(--paper-2); font-weight: 600; font-size: .9rem; color: var(--ink-soft); }
.lang__btn:hover { border-color: var(--claret); color: var(--claret); }
.lang__menu { position: absolute; right: 0; top: calc(100% + 8px); min-width: 190px; background: var(--paper-2); border: 1px solid var(--line-2); border-radius: 12px; padding: 6px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .18s var(--ease); z-index: 60; }
.lang[data-open] .lang__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang__opt { display: flex; gap: 9px; padding: 10px 12px; border-radius: 8px; font-weight: 600; font-size: .92rem; color: var(--ink-soft); }
.lang__opt:hover { background: var(--paper-3); color: var(--ink); }
.lang__opt.is-active { background: var(--claret-soft); color: var(--claret-d); }

/* ---- cover ----------------------------------------------------------------- */
.cover { padding: 60px 0 44px; text-align: center; position: relative; border-bottom: 1px solid var(--line); background:
  radial-gradient(700px 300px at 50% -10%, #fbeecd 0, transparent 62%); }
.cover__in { max-width: 820px; margin: 0 auto; }
.cover__title { font-size: clamp(2.3rem, 5.4vw, 4rem); margin: 16px 0 0; letter-spacing: -.02em; }
.cover__lead { margin: 18px auto 0; max-width: 40em; color: var(--ink-soft); font-size: 1.14rem; }
.cover__cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.cover__trust { display: flex; justify-content: center; margin-top: 26px; }

/* ---- winners / editorial entries ------------------------------------------ */
.winners { padding: 52px 0; }
.entries { display: grid; gap: 16px; }
.entry { display: grid; grid-template-columns: 74px 1fr 210px; gap: 22px; align-items: center; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px 24px; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s; }
.entry:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.entry--feature { border-color: var(--gold-2); box-shadow: 0 0 0 1px var(--gold-2), var(--shadow); background: linear-gradient(180deg, #fffdf6, #fbf3df); }
.entry__no { font-family: var(--serif); font-size: 3.2rem; font-weight: 700; color: var(--line-2); text-align: center; line-height: 1; }
.entry--feature .entry__no { color: var(--gold); }
.entry__head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
.entry__blurb { font-family: var(--serif); font-size: 1.1rem; color: var(--ink-soft); margin-bottom: 14px; }
.entry__facts { display: flex; gap: 22px; flex-wrap: wrap; }
.entry__facts dt { font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 700; }
.entry__facts dd { font-weight: 700; font-size: .95rem; }
.entry__aside { display: grid; justify-items: center; gap: 12px; }
.entry__act { display: grid; gap: 8px; width: 100%; }

/* ---- why ------------------------------------------------------------------- */
.why { padding: 24px 0 56px; }
.why__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 40px; align-items: center; }
.why__intro h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin: 14px 0 12px; }
.why__intro p { color: var(--ink-soft); font-size: 1.06rem; }
.why__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.why__list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.why__list li { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-sm); }
.why__list h3 { font-size: 1.05rem; position: relative; padding-left: 24px; }
.why__list h3::before { content: "❦"; position: absolute; left: 0; color: var(--gold); }
.why__list p { margin-top: 8px; color: var(--muted); font-size: .94rem; }

/* ---- judging --------------------------------------------------------------- */
.judge { padding: 56px 0; background: var(--paper-3); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.judge__wrap { display: grid; grid-template-columns: 1.4fr .85fr; gap: 34px; align-items: start; }
.judge__list { display: grid; gap: 14px; }
.judge__step { display: flex; gap: 16px; padding: 18px 20px; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); }
.judge__n { flex: none; font-family: var(--serif); font-weight: 700; color: var(--claret); font-size: 1.15rem; }
.judge__step h3 { font-size: 1.06rem; }
.judge__step p { margin-top: 5px; color: var(--muted); font-size: .94rem; }
.laurels { background: #14100a; color: #f2e9d6; border-radius: var(--radius-lg); padding: 24px; }
.laurels h3 { font-size: 1.1rem; margin-bottom: 16px; color: #fff; }
.laurels__row { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); font-weight: 700; }
.laurels__row:last-child { border-bottom: 0; }
.laurels__dot { width: 12px; height: 12px; border-radius: 50%; flex: none; }
.laurels__dot--editor { background: var(--claret); box-shadow: 0 0 0 2px var(--gold-2); }
.laurels__dot--gold { background: var(--gold-2); }
.laurels__dot--silver { background: var(--silver); }
.laurels__dot--bronze { background: var(--bronze); }
.laurels__rng { margin-left: auto; color: #c9bda2; font-weight: 600; }

/* ---- compare table --------------------------------------------------------- */
.table-sec { padding: 56px 0; }
.table__scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.table { width: 100%; border-collapse: collapse; background: var(--paper-2); min-width: 680px; }
.table th { text-align: left; font-family: var(--sans); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); padding: 14px 18px; background: var(--paper-3); border-bottom: 1px solid var(--line); }
.table td { padding: 15px 18px; border-bottom: 1px solid var(--line); font-weight: 600; font-size: .92rem; vertical-align: middle; }
.table tr:last-child td { border-bottom: 0; }
.table .ace { font-size: 1.2rem; }
.table__go { text-align: right; }

/* ---- faq ------------------------------------------------------------------- */
.faq { padding: 56px 0; }
.faq__wrap { max-width: 800px; }
.faq__list { display: grid; gap: 12px; }
.faq__item { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; text-align: left; font-family: var(--serif); font-weight: 700; font-size: 1.08rem; }
.faq__pm { position: relative; width: 16px; height: 16px; flex: none; }
.faq__pm::before, .faq__pm::after { content: ""; position: absolute; background: var(--claret); border-radius: 2px; transition: transform .25s var(--ease); }
.faq__pm::before { inset: 7px 0; height: 2px; }
.faq__pm::after { inset: 0 7px; width: 2px; }
.faq__q[aria-expanded="true"] .faq__pm::after { transform: scaleY(0); }
.faq__a { padding: 0 20px 20px; color: var(--ink-soft); }

/* ---- cta strip ------------------------------------------------------------- */
.cta-strip { padding: 20px 0 64px; }
.cta-strip__in { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; padding: 46px 24px; border-radius: var(--radius-lg); background: #14100a; color: #f4ecd9; border: 1px solid var(--gold-2); box-shadow: var(--shadow); }
.cta-strip__in h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); max-width: 20em; color: #fff; }

/* ---- trustpilot ------------------------------------------------------------ */
.tscore { display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 12px 16px; border-radius: var(--radius); background: var(--paper-2); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.tscore:hover { border-color: #00b67a; }
.tscore__brand { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; }
.tscore__pips { display: inline-flex; gap: 3px; }
.tscore__pip { width: 20px; height: 20px; border-radius: 4px; background: #d8cdb6; position: relative; }
.tscore__pip.is-on { background: #00b67a; }
.tscore__pip::after { content: "★"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 12px; }
.tscore__meta { font-size: .84rem; color: var(--muted); }
.tscore__meta strong { color: var(--ink); }

/* ---- subhead --------------------------------------------------------------- */
.subhead { padding: 42px 0 8px; }
.subhead h1 { font-size: clamp(2rem, 4.2vw, 3rem); margin-top: 10px; }
.subhead p { margin-top: 12px; color: var(--ink-soft); font-size: 1.06rem; max-width: 44em; }
.subhead__trust { margin-top: 20px; }
.crumbs { display: flex; align-items: center; gap: 8px; font-size: .86rem; color: var(--muted); flex-wrap: wrap; }
.crumbs a:hover { color: var(--claret); }
.crumbs--light { color: rgba(255, 255, 255, .8); }
.crumbs--light a { color: #fff; }

/* ---- article (review) ------------------------------------------------------ */
.article__head { color: #fff; padding: 30px 0 34px; background: #6a1631; }
.article__head--editor { background: linear-gradient(135deg, #7e1a36, #9b2242); }
.article__head--gold { background: linear-gradient(135deg, #6b5216, #a07d1f); }
.article__head--silver { background: linear-gradient(135deg, #444b54, #6b7480); }
.article__head--bronze { background: linear-gradient(135deg, #5a3820, #8a5a34); }
.article__top { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-top: 18px; flex-wrap: wrap; }
.article__brand { margin: 12px 0; }
.article__title { font-size: clamp(2rem, 4.4vw, 3rem); }
.article__byline { margin-top: 8px; color: rgba(255, 255, 255, .8); font-style: italic; font-family: var(--serif); }
.article__score { display: flex; align-items: center; gap: 16px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .25); border-radius: var(--radius-lg); padding: 12px 20px; }
.article__scoremeta { display: flex; flex-direction: column; }
.article__scoremeta small { font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; color: rgba(255, 255, 255, .8); font-weight: 700; }
.article__scoremeta strong { font-family: var(--serif); font-size: 2rem; }
.article__scoremeta em { font-style: normal; color: rgba(255, 255, 255, .7); font-size: 1rem; }
.article__body { display: grid; grid-template-columns: 1fr 340px; gap: 40px; padding-top: 36px; padding-bottom: 60px; align-items: start; }
.article__lead { font-family: var(--serif); font-size: 1.2rem; line-height: 1.7; margin-bottom: 30px; }
.article__lead::first-letter { float: left; font-size: 3.6rem; line-height: .8; padding: 6px 10px 0 0; color: var(--claret); font-weight: 700; }
.article__main section { margin-bottom: 30px; }

.scorecard { display: grid; gap: 4px; }
.scorecard__row { display: flex; align-items: baseline; gap: 8px; padding: 8px 0; }
.scorecard__k { font-family: var(--serif); font-size: 1.05rem; }
.scorecard__lead { flex: 1; border-bottom: 2px dotted var(--line-2); transform: translateY(-4px); }
.scorecard__v { font-family: var(--serif); font-weight: 700; font-size: 1.2rem; color: var(--claret); }

.pc { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pc__box { border-radius: var(--radius); padding: 22px; border: 1px solid var(--line); }
.pc__box--up { background: #f1f6ec; border-color: #cfe1bf; }
.pc__box--dn { background: #faeee7; border-color: #eccdb9; }
.pc__box h2 { font-size: 1.1rem; margin-bottom: 12px; }
.pc__list { display: grid; gap: 10px; }
.pc__list li { position: relative; padding-left: 26px; color: var(--ink-soft); }
.pc__list--up li::before { content: "✓"; position: absolute; left: 0; color: #4a8a2c; font-weight: 900; }
.pc__list--dn li::before { content: "—"; position: absolute; left: 2px; color: var(--bronze); font-weight: 900; }

.article__tp .tscore { display: inline-flex; }
.verdict { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; border-radius: var(--radius-lg); padding: 24px; background: var(--paper-3); border: 1px solid var(--line-2); }
.verdict__txt h2 { font-size: 1.3rem; margin-bottom: 6px; }
.verdict__txt p { color: var(--ink-soft); margin-bottom: 14px; }

.article__side { position: sticky; top: 84px; display: grid; gap: 18px; }
.offer { background: #14100a; color: #f4ecd9; border-radius: var(--radius-lg); padding: 22px; }
.offer__k { font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; color: #bdb193; font-weight: 700; }
.offer__h { display: block; font-family: var(--serif); font-size: 1.35rem; margin: 6px 0 12px; color: var(--gold-2); }
.offer__meta { display: flex; flex-direction: column; gap: 4px; font-size: .86rem; color: #ded4bd; margin-bottom: 16px; }
.offer__meta code { color: #eabf6a; font-weight: 700; }
.factbox { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow-sm); }
.factbox__t { font-size: 1.1rem; margin-bottom: 12px; }
.factbox__row { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.factbox__row:last-child { border-bottom: 0; }
.factbox__row dt { color: var(--muted); font-size: .9rem; }
.factbox__row dd { font-weight: 700; text-align: right; }
.side-more { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 18px 20px; box-shadow: var(--shadow-sm); }
.side-more h2 { font-size: 1.05rem; margin-bottom: 12px; }
.othr { display: flex; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.othr:last-child { border-bottom: 0; }
.othr:hover .brand__name { color: var(--claret); }
.side-back { display: inline-block; color: var(--muted); font-weight: 700; }
.side-back:hover { color: var(--claret); }
.stickybar { position: sticky; bottom: 0; z-index: 80; display: none; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; background: rgba(246, 240, 228, .96); backdrop-filter: blur(8px); border-top: 1px solid var(--line-2); }
.stickybar__g { display: flex; align-items: center; gap: 8px; font-size: .85rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.stickybar .ace { font-size: 1.15rem; }

/* ---- prose ----------------------------------------------------------------- */
.prose { padding: 26px 0 48px; }
.prose__col { max-width: 720px; }
.prose p { margin-bottom: 16px; color: var(--ink-soft); font-size: 1.08rem; }
.prose__lead { font-family: var(--serif); font-size: 1.25rem; }
.prose h2 { margin: 28px 0 12px; font-size: 1.5rem; }
.ticks { display: grid; gap: 10px; margin-bottom: 16px; }
.ticks li { position: relative; padding-left: 28px; color: var(--ink-soft); }
.ticks li::before { content: "❦"; position: absolute; left: 0; color: var(--gold); }
.agegate { margin-top: 22px; padding: 16px 20px; border-radius: var(--radius); background: #faeee7; border: 1px solid #eccdb9; font-weight: 700; }
.values { padding: 10px 0 56px; }
.values__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.valuecard { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.valuecard h3 { font-size: 1.15rem; position: relative; padding-left: 24px; }
.valuecard h3::before { content: "❦"; position: absolute; left: 0; color: var(--gold); }
.valuecard p { margin-top: 8px; color: var(--muted); }

/* ---- redirect -------------------------------------------------------------- */
.beam { min-height: 58vh; display: grid; place-items: center; padding: 60px 0; text-align: center; }
.beam__in { max-width: 520px; }
.beam__spin { width: 54px; height: 54px; margin: 0 auto 24px; border-radius: 50%; border: 4px solid var(--claret-soft); border-top-color: var(--claret); animation: spin .9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.beam h1 { font-size: 1.8rem; }
.beam p { margin-top: 12px; color: var(--ink-soft); }
.beam a { color: var(--claret); font-weight: 700; text-decoration: underline; }
.beam__disc { margin-top: 20px; font-size: .82rem; color: var(--muted); }

/* ---- footer ---------------------------------------------------------------- */
.al-footer { margin-top: 20px; background: #14100a; color: #cdc2a8; }
.al-footer__trust { border-bottom: 1px solid rgba(255, 255, 255, .1); padding: 32px 0; }
.al-footer__trust-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.al-footer__trust-in h2 { color: #fff; font-size: 1.4rem; }
.al-footer__trust-in p { margin-top: 6px; }
.al-footer__trust-in strong { color: #fff; }
.al-footer__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 32px; padding: 44px 22px; }
.al-footer .wordmark { color: #fff; }
.al-footer__brand p { margin: 14px 0 14px; max-width: 340px; }
.al-footer__col h3 { color: #fff; font-family: var(--sans); font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 14px; }
.al-footer__col ul { display: grid; gap: 10px; }
.al-footer__col a:hover { color: #fff; }
.al-footer__legal { border-top: 1px solid rgba(255, 255, 255, .1); padding: 24px 0; font-size: .84rem; color: #a99e85; }
.al-footer__legal p { max-width: 900px; }
.al-footer__rg { margin-top: 10px; font-weight: 600; color: #cdc2a8; }

/* ---- responsive ------------------------------------------------------------ */
@media (max-width: 980px) {
  .al-nav { display: none; }
  .hamb { display: flex; }
  .al-masthead.is-open .al-nav { display: flex; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; gap: 2px; padding: 14px; background: var(--paper-2); border-bottom: 1px solid var(--line-2); box-shadow: var(--shadow); }
  .al-masthead.is-open .al-nav__link { padding: 12px; }
  .entry { grid-template-columns: 54px 1fr; grid-template-areas: "no body" "aside aside"; }
  .entry__no { grid-area: no; font-size: 2.4rem; }
  .entry__body { grid-area: body; }
  .entry__aside { grid-area: aside; grid-auto-flow: column; justify-content: space-between; align-items: center; padding-top: 6px; border-top: 1px solid var(--line); }
  .entry__act { grid-auto-flow: column; width: auto; }
  .why__grid { grid-template-columns: 1fr; gap: 26px; }
  .judge__wrap { grid-template-columns: 1fr; }
  .article__body { grid-template-columns: 1fr; }
  .article__side { position: static; }
  .stickybar { display: flex; }
}
@media (max-width: 620px) {
  .al-footer__grid { grid-template-columns: 1fr; gap: 24px; }
  .al-footer__trust-in { flex-direction: column; align-items: flex-start; }
  .pc { grid-template-columns: 1fr; }
  .verdict { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .why__list { grid-template-columns: 1fr; }
  .entry__aside { grid-auto-flow: row; }
  .entry__act { grid-auto-flow: row; width: 100%; }
  .entry__facts { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; } }
