/* =============================================================================
 * AmberAces — Stylesheet (BEM). Retro-70s warm lounge theme.
 * Espresso base · amber/terracotta/jade · serif display · sunburst medallion.
 * ========================================================================== */
:root {
  --bg:       #241813;
  --bg-2:     #2e201a;
  --bg-3:     #392820;
  --line:     rgba(244,199,102,.16);
  --line-2:   rgba(244,199,102,.32);
  --amber:    #e9a72c;
  --amber-2:  #f4c766;
  --amber-dim:rgba(244,199,102,.16);
  --terra:    #d0603a;
  --jade:     #5aa079;
  --cream:    #f4e7d0;
  --cream-2:  #cbb595;
  --cream-3:  #9a856a;
  --serif:    Georgia, "Times New Roman", "Iowan Old Style", serif;
  --sans:     system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --glow:     0 0 18px rgba(233,167,44,.35);
  --r:        16px;
  --wrap:     1160px;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--cream);
  font-family: var(--sans); font-size: 15.5px; line-height: 1.7; position: relative; overflow-x: hidden;
}
/* warm sunburst wash + grain vignette */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(120% 80% at 85% -10%, rgba(233,167,44,.14), transparent 55%),
    radial-gradient(90% 70% at 0% 110%, rgba(208,96,58,.10), transparent 55%);
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: 9998; pointer-events: none;
  background: radial-gradient(130% 100% at 50% 40%, transparent 60%, rgba(20,12,8,.5) 100%);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 700; line-height: 1.12; }
p { margin: 0; }
ul, ol, dl { margin: 0; padding: 0; list-style: none; }
.wrap { width: min(var(--wrap), 100% - 2.4rem); margin-inline: auto; }
.amb { color: var(--amber-2); }
.skip { position: absolute; left: -9999px; top: 0; background: var(--amber); color: #241813; padding: .6rem 1rem; z-index: 10000; border-radius: 6px; }
.skip:focus { left: .5rem; top: .5rem; }
::selection { background: rgba(233,167,44,.3); color: #fff; }

/* ---- buttons (pill) -------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5ch;
  font-family: var(--sans); font-weight: 700; font-size: .82rem; letter-spacing: .4px;
  padding: .8em 1.4em; border: 2px solid transparent; border-radius: 999px;
  cursor: pointer; transition: transform .12s, box-shadow .2s, background .2s, color .2s;
  text-transform: uppercase;
}
.btn:active { transform: translateY(1px); }
.btn--amb { background: linear-gradient(180deg, var(--amber-2), var(--amber)); color: #2a1a10; box-shadow: var(--glow); }
.btn--amb:hover { box-shadow: 0 0 26px rgba(233,167,44,.55); transform: translateY(-1px); }
.btn--line { background: transparent; border-color: var(--line-2); color: var(--amber-2); }
.btn--line:hover { border-color: var(--amber); background: rgba(233,167,44,.08); }
.btn--lg { font-size: .92rem; padding: .95em 1.7em; }
.btn--sm { font-size: .72rem; padding: .62em 1.05em; }
.btn--block { display: flex; width: 100%; }

/* ---- header ---------------------------------------------------------------- */
.cc-header { position: sticky; top: 0; z-index: 100; background: rgba(36,24,19,.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.cc-header__in { display: flex; align-items: center; gap: 1.2rem; height: 66px; }
.wordmark { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--serif); font-weight: 700; font-size: 1.32rem; letter-spacing: .3px; }
.wordmark__mark { width: 20px; height: 20px; flex: none; border-radius: 50%; background:
  radial-gradient(circle at 50% 50%, var(--amber-2) 30%, transparent 32%),
  repeating-conic-gradient(var(--amber) 0 12deg, transparent 12deg 24deg); box-shadow: var(--glow); }
.wordmark__text { color: var(--cream); }
.wordmark__hi { color: var(--amber-2); }
.cc-nav { display: flex; gap: .2rem; margin-left: auto; }
.cc-nav__link { font-size: .82rem; color: var(--cream-2); padding: .5rem .8rem; border-radius: 999px; transition: color .15s, background .15s; }
.cc-nav__link:hover { color: var(--amber-2); }
.cc-nav__link.is-active { color: var(--amber-2); background: rgba(233,167,44,.1); }
.cc-header__side { display: flex; align-items: center; gap: .7rem; }
.hamb { display: none; flex-direction: column; gap: 4px; width: 42px; height: 36px; background: none; border: 1px solid var(--line-2); border-radius: 10px; cursor: pointer; align-items: center; justify-content: center; }
.hamb span { width: 18px; height: 2px; background: var(--amber); border-radius: 2px; }

/* ---- language select ------------------------------------------------------- */
.lang { position: relative; }
.lang__btn { display: inline-flex; align-items: center; gap: .4ch; background: transparent; border: 1px solid var(--line-2); color: var(--cream-2); font-family: var(--sans); font-size: .78rem; padding: .45rem .7rem; border-radius: 999px; cursor: pointer; }
.lang__btn:hover { color: var(--amber-2); border-color: var(--amber); }
.lang__menu { position: absolute; right: 0; top: calc(100% + 6px); min-width: 168px; background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 12px; padding: .3rem; opacity: 0; visibility: hidden; transform: translateY(-4px); transition: .15s; box-shadow: 0 14px 34px rgba(0,0,0,.5); }
.lang[data-open] .lang__menu { opacity: 1; visibility: visible; transform: none; }
.lang__opt { display: block; padding: .5rem .6rem; border-radius: 8px; font-size: .82rem; color: var(--cream-2); }
.lang__opt:hover { background: rgba(233,167,44,.1); color: var(--amber-2); }
.lang__opt.is-active { color: var(--amber-2); }

/* ---- section heads --------------------------------------------------------- */
.sect-head { margin-bottom: 1.7rem; }
.sect-head h2, .h-sect { font-size: clamp(1.5rem, 3.4vw, 2.1rem); letter-spacing: .2px; }
.sect-head h2::before, .h-sect::before { content: "✦ "; color: var(--amber); font-size: .8em; vertical-align: middle; }
.sect-head p { color: var(--cream-2); margin-top: .55rem; max-width: 62ch; }
section { padding: clamp(2.6rem, 6vw, 4.4rem) 0; }

/* ---- hero ------------------------------------------------------------------ */
.hero { padding-top: clamp(2rem, 5vw, 3.4rem); border-bottom: 1px solid var(--line); }
.hero__in { display: grid; grid-template-columns: 1.35fr .9fr; gap: 2.8rem; align-items: center; }
.kicker { font-family: var(--sans); font-size: .76rem; letter-spacing: 3px; text-transform: uppercase; color: var(--amber); margin-bottom: 1.1rem; }
.hero__title { font-size: clamp(2.1rem, 5.2vw, 3.5rem); letter-spacing: -.5px; }
.hero__lead { color: var(--cream-2); font-size: 1.05rem; margin-top: 1.2rem; max-width: 52ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.7rem; }
.hero__trust { margin-top: 1.6rem; }
/* spotlight pick card */
.hero__pick { position: relative; background: linear-gradient(180deg, var(--bg-3), var(--bg-2)); border: 1px solid var(--line-2); border-radius: 22px; padding: 2rem 1.6rem 1.6rem; text-align: center; box-shadow: 0 24px 60px rgba(0,0,0,.45); overflow: hidden; }
.hero__pick::before { content: ""; position: absolute; top: -60%; left: 50%; width: 220%; height: 160%; transform: translateX(-50%); background: repeating-conic-gradient(from 0deg at 50% 100%, rgba(233,167,44,.12) 0 6deg, transparent 6deg 12deg); pointer-events: none; }
.hero__pick > * { position: relative; }
.hero__pick-tag { display: inline-block; font-family: var(--sans); font-size: .66rem; letter-spacing: 2px; text-transform: uppercase; color: #2a1a10; background: var(--amber); border-radius: 999px; padding: .3rem .8rem; margin-bottom: 1.1rem; font-weight: 700; }
.hero__pick-brand { display: flex; justify-content: center; margin: 1.2rem 0 .5rem; }
.hero__pick-bonus { color: var(--cream); font-size: .95rem; margin-bottom: 1.2rem; }
.hero__pick-link { display: inline-block; margin-top: 1rem; color: var(--amber-2); font-size: .82rem; font-weight: 700; }
.hero__pick-link:hover { text-shadow: var(--glow); }

/* ---- sunburst medallion ---------------------------------------------------- */
.medal { --size: 116px; --ray: 46px; --num: 1.95rem; position: relative; width: var(--size); height: var(--size); display: grid; place-items: center; flex: none; }
.medal__rays { position: absolute; inset: 0; }
.medal__ray { position: absolute; left: 50%; top: 50%; width: 5px; height: 13px; margin: -6.5px 0 0 -2.5px; border-radius: 2px; background: var(--amber-dim); transform: rotate(calc(var(--i) * 15deg)) translateY(calc(var(--ray) * -1)); }
.medal__ray.is-on { background: var(--amber); box-shadow: 0 0 7px rgba(233,167,44,.7); }
.medal__disc { position: relative; width: calc(var(--size) * .6); height: calc(var(--size) * .6); border-radius: 50%; background: radial-gradient(circle at 50% 32%, #40291b, #241813); border: 2px solid var(--amber); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: inset 0 0 16px rgba(0,0,0,.6), 0 0 0 5px rgba(36,24,19,.85); }
.medal__num { font-family: var(--serif); font-weight: 700; color: var(--amber-2); font-size: var(--num); line-height: 1; text-shadow: 0 0 12px rgba(233,167,44,.5); }
.medal__den { font-size: .46em; color: var(--cream-3); margin-top: .1em; }
.medal--lg { --size: 150px; --ray: 60px; --num: 2.5rem; }
.medal--xl { --size: 190px; --ray: 78px; --num: 3.3rem; }

/* ---- verdict badge --------------------------------------------------------- */
.vbadge { display: inline-flex; align-items: center; font-family: var(--sans); font-size: .66rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; padding: .3em .75em; border-radius: 999px; border: 1px solid; white-space: nowrap; }
.vbadge--top { color: #2a1a10; background: var(--amber); border-color: var(--amber); }
.vbadge--short { color: var(--terra); border-color: rgba(208,96,58,.5); background: rgba(208,96,58,.12); }
.vbadge--solid { color: var(--jade); border-color: rgba(90,160,121,.5); background: rgba(90,160,121,.12); }
.vbadge--fair { color: var(--cream-2); border-color: var(--line-2); }

/* ---- brand logo ------------------------------------------------------------ */
.brand { display: inline-flex; align-items: center; gap: .6rem; }
.brand__ic { width: 36px; height: 36px; border-radius: 9px; background: #fff; padding: 3px; object-fit: contain; }
.brand__name { font-family: var(--serif); font-weight: 700; font-size: 1.02rem; }
.brand--wide .brand__mark { height: 34px; width: auto; }

/* ---- lineup list ----------------------------------------------------------- */
.cut-list { display: flex; flex-direction: column; gap: 1rem; }
.cut-item { display: grid; grid-template-columns: 46px 1fr auto auto; gap: 1.3rem; align-items: center; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); padding: 1.2rem 1.4rem; transition: border-color .18s, transform .18s, box-shadow .18s; }
.cut-item:hover { border-color: var(--line-2); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,0,0,.35); }
.cut-item--feat { border-color: var(--amber); background: linear-gradient(180deg, rgba(233,167,44,.08), transparent 70%); box-shadow: 0 0 0 1px rgba(233,167,44,.2), 0 14px 40px rgba(0,0,0,.35); }
.cut-item__no { font-family: var(--serif); font-size: 1.7rem; font-weight: 700; color: var(--cream-3); }
.cut-item--feat .cut-item__no { color: var(--amber-2); }
.cut-item__no::before { content: "0"; opacity: .35; }
.cut-item__head { display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; margin-bottom: .35rem; }
.cut-item__tag { color: var(--cream-2); font-size: .88rem; }
.cut-item__facts { display: flex; gap: 1.8rem; margin-top: .8rem; }
.cut-item__facts dt { font-size: .62rem; text-transform: uppercase; letter-spacing: .8px; color: var(--cream-3); }
.cut-item__facts dd { font-size: .84rem; color: var(--cream); margin-top: .15rem; }
.cut-item__act { display: flex; flex-direction: column; gap: .5rem; min-width: 156px; }

/* ---- why ------------------------------------------------------------------- */
.why { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 2.6rem; align-items: start; }
.pill { display: inline-block; font-family: var(--sans); font-size: .72rem; letter-spacing: 1px; text-transform: uppercase; color: var(--amber-2); border: 1px solid var(--line-2); border-radius: 999px; padding: .3rem .8rem; margin-bottom: 1.1rem; }
.why__intro h2 { font-size: clamp(1.5rem, 3.6vw, 2.3rem); }
.why__intro p { color: var(--cream-2); margin-top: .85rem; }
.why__cta { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.why__list { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.why__list li { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; padding: 1.1rem; }
.why__list h3 { font-size: 1rem; color: var(--amber-2); }
.why__list p { color: var(--cream-2); font-size: .84rem; margin-top: .35rem; }

/* ---- judge / method -------------------------------------------------------- */
.judge__wrap { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: start; }
.judge__list { display: flex; flex-direction: column; gap: .8rem; }
.judge__step { display: flex; gap: 1.1rem; background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; padding: 1.1rem 1.2rem; }
.judge__n { font-family: var(--serif); font-weight: 700; color: var(--amber); font-size: 1.1rem; }
.judge__step h3 { font-size: 1rem; }
.judge__step p { color: var(--cream-2); font-size: .86rem; margin-top: .25rem; }
.scale { background: var(--bg-3); border: 1px solid var(--line-2); border-radius: var(--r); padding: 1.4rem; }
.scale h3 { font-family: var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: 1.2px; color: var(--cream-3); margin-bottom: 1rem; }
.scale__row { display: grid; grid-template-columns: auto 1fr auto; gap: .7rem; align-items: center; padding: .55rem 0; border-top: 1px dashed var(--line); font-size: .85rem; }
.scale__row:first-of-type { border-top: none; }
.scale__dot { width: 11px; height: 11px; border-radius: 50%; }
.scale__dot--top { background: var(--amber); box-shadow: var(--glow); }
.scale__dot--short { background: var(--terra); }
.scale__dot--solid { background: var(--jade); }
.scale__dot--fair { background: var(--cream-3); }
.scale__rng { color: var(--cream-3); }

/* ---- compare table --------------------------------------------------------- */
.ctable__scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); }
.ctable { width: 100%; border-collapse: collapse; min-width: 720px; font-size: .88rem; }
.ctable thead th { background: var(--bg-3); text-align: left; padding: .9rem 1rem; font-family: var(--sans); font-size: .68rem; text-transform: uppercase; letter-spacing: .8px; color: var(--cream-3); border-bottom: 1px solid var(--line-2); }
.ctable td { padding: .9rem 1rem; border-bottom: 1px solid var(--line); vertical-align: middle; }
.ctable tbody tr:last-child td { border-bottom: none; }
.ctable tbody tr:hover { background: rgba(233,167,44,.05); }
.ctable__go { text-align: right; }

/* ---- faq ------------------------------------------------------------------- */
.faq__wrap { max-width: 860px; }
.faq__list { display: flex; flex-direction: column; gap: .7rem; }
.faq__item { background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: none; border: none; color: var(--cream); font-family: var(--serif); font-size: 1.02rem; font-weight: 700; text-align: left; padding: 1.1rem 1.3rem; cursor: pointer; }
.faq__pm { position: relative; width: 14px; height: 14px; flex: none; }
.faq__pm::before, .faq__pm::after { content: ""; position: absolute; background: var(--amber); border-radius: 2px; }
.faq__pm::before { top: 6px; left: 0; width: 14px; height: 2px; }
.faq__pm::after { left: 6px; top: 0; width: 2px; height: 14px; transition: transform .2s; }
.faq__q[aria-expanded="true"] .faq__pm::after { transform: rotate(90deg); opacity: 0; }
.faq__a { padding: 0 1.3rem 1.2rem; color: var(--cream-2); font-size: .9rem; }

/* ---- CTA strip ------------------------------------------------------------- */
.cta-strip { border-top: 1px solid var(--line); background: radial-gradient(80% 130% at 50% 0%, rgba(233,167,44,.1), transparent); }
.cta-strip__in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.2rem; }
.cta-strip__in h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); }

/* ---- trustpilot ------------------------------------------------------------ */
.tscore { display: inline-flex; flex-direction: column; gap: .35rem; background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: .8rem 1rem; }
.tscore__brand { display: inline-flex; align-items: center; gap: .4ch; font-weight: 700; font-size: .82rem; font-family: var(--sans); }
.tscore__pips { display: inline-flex; gap: 3px; }
.tscore__pip { width: 15px; height: 15px; background: var(--amber-dim); border-radius: 3px; }
.tscore__pip.is-on { background: #00b67a; }
.tscore__meta { font-size: .76rem; color: var(--cream-2); }
.tscore--panel { min-width: 264px; }

/* ---- subhead --------------------------------------------------------------- */
.subhead { border-bottom: 1px solid var(--line); background: radial-gradient(80% 90% at 12% 0%, rgba(233,167,44,.09), transparent); }
.crumbs { display: flex; gap: .5ch; align-items: center; font-size: .78rem; color: var(--cream-3); margin-bottom: 1rem; flex-wrap: wrap; }
.crumbs a:hover { color: var(--amber-2); }
.subhead h1 { font-size: clamp(1.9rem, 4.5vw, 2.8rem); }
.subhead p { color: var(--cream-2); margin-top: .7rem; max-width: 66ch; }
.subhead__trust { margin-top: 1.4rem; }

/* ---- article (review) ------------------------------------------------------ */
.article__head { border-bottom: 1px solid var(--line); padding: clamp(1.8rem,4vw,2.6rem) 0; background: radial-gradient(60% 100% at 85% 0%, rgba(233,167,44,.1), transparent); }
.article__top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-top: 1rem; }
.article__brand { margin-bottom: .8rem; }
.article__title { font-size: clamp(1.8rem, 4vw, 2.7rem); }
.article__tag { color: var(--cream-2); margin: .5rem 0 .9rem; }
.article__body { display: grid; grid-template-columns: 1fr 342px; gap: 2.6rem; padding: 2.6rem 0; align-items: start; }
.article__lead { font-family: var(--serif); font-size: 1.14rem; color: var(--cream); border-left: 3px solid var(--amber); padding-left: 1.1rem; }
.brk { margin-top: 2.2rem; }
.h-sect { font-size: 1.3rem; margin-bottom: 1.2rem; }
.metric-list { display: flex; flex-direction: column; gap: .8rem; }
.metric { display: grid; grid-template-columns: 96px 1fr 44px; gap: .9rem; align-items: center; }
.metric__k { font-size: .8rem; color: var(--cream-2); }
.metric__bar { height: 12px; background: var(--bg-3); border-radius: 999px; overflow: hidden; border: 1px solid var(--line); }
.metric__fill { display: block; height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--terra), var(--amber)); box-shadow: 0 0 10px rgba(233,167,44,.4); transition: width 1.1s cubic-bezier(.2,.7,.2,1); }
.metric__v { font-family: var(--serif); font-weight: 700; color: var(--amber-2); font-size: .9rem; text-align: right; }

.pc { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.2rem; }
.pc__box { border: 1px solid var(--line); border-radius: var(--r); padding: 1.3rem; background: var(--bg-2); }
.pc__box--up { border-top: 3px solid var(--jade); }
.pc__box--dn { border-top: 3px solid var(--terra); }
.pc__box h2 { font-size: 1.05rem; margin-bottom: .7rem; }
.pc__list li { position: relative; padding-left: 1.6rem; margin: .5rem 0; font-size: .88rem; color: var(--cream-2); }
.pc__list--up li::before { content: "✦"; position: absolute; left: 0; color: var(--jade); }
.pc__list--dn li::before { content: "•"; position: absolute; left: 0; color: var(--terra); font-weight: 700; }
.article__tp { margin-top: 2.2rem; }

.verdict { display: flex; gap: 1.6rem; align-items: center; margin-top: 2.2rem; background: linear-gradient(180deg, var(--bg-3), var(--bg-2)); border: 1px solid var(--line-2); border-radius: var(--r); padding: 1.6rem; flex-wrap: wrap; }
.verdict__txt h2 { font-size: 1.2rem; margin-bottom: .6rem; }
.verdict__txt p { color: var(--cream-2); font-size: .9rem; margin: .6rem 0 1rem; }

.article__side { display: flex; flex-direction: column; gap: 1.1rem; position: sticky; top: 82px; }
.offer { background: linear-gradient(180deg, var(--bg-3), var(--bg-2)); border: 1px solid var(--amber); border-radius: var(--r); padding: 1.4rem; box-shadow: 0 0 34px rgba(233,167,44,.1); }
.offer__k { font-family: var(--sans); font-size: .68rem; text-transform: uppercase; letter-spacing: 1.2px; color: var(--terra); }
.offer__h { display: block; font-family: var(--serif); font-size: 1.3rem; margin: .4rem 0 .9rem; color: var(--cream); }
.offer__meta { display: flex; flex-direction: column; gap: .3rem; font-size: .8rem; color: var(--cream-2); margin-bottom: 1rem; }
.offer__meta code { color: var(--amber-2); background: rgba(233,167,44,.12); padding: .05rem .4rem; border-radius: 4px; font-family: ui-monospace, Menlo, monospace; }
.facts { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); padding: 1.3rem; }
.facts__t { font-family: var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: 1.2px; color: var(--cream-3); margin-bottom: .8rem; }
.facts__row { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-top: 1px dashed var(--line); font-size: .84rem; }
.facts__row:first-child { border-top: none; }
.facts__row dt { color: var(--cream-3); }
.facts__row dd { text-align: right; color: var(--cream); }
.side-more { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); padding: 1.3rem; }
.side-more h2 { font-family: var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: 1.2px; color: var(--cream-3); margin-bottom: .8rem; }
.othr { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .6rem 0; border-top: 1px dashed var(--line); }
.othr:first-of-type { border-top: none; }
.othr__sc { font-family: var(--serif); font-weight: 700; color: var(--amber-2); }
.side-back { color: var(--cream-2); font-size: .84rem; }
.side-back:hover { color: var(--amber-2); }

.stickybar { position: sticky; bottom: 0; z-index: 90; display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: rgba(46,32,26,.95); backdrop-filter: blur(8px); border-top: 1px solid var(--line-2); padding: .65rem min(2rem, 4vw); }
.stickybar__g { font-size: .84rem; color: var(--cream-2); }

/* ---- prose / values / responsible ------------------------------------------ */
.prose__col { max-width: 760px; }
.prose__col p { color: var(--cream-2); margin-bottom: 1.15rem; }
.prose__col h2 { font-size: 1.3rem; margin: 1.8rem 0 .8rem; }
.ticks li { position: relative; padding-left: 1.7rem; margin: .5rem 0; color: var(--cream-2); }
.ticks li::before { content: "✦"; position: absolute; left: 0; color: var(--amber); }
.agegate { margin-top: 1.6rem; padding: 1rem 1.2rem; border: 1px solid var(--terra); border-radius: 12px; color: var(--terra); font-size: .86rem; }
.values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.valuecard { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); border-top: 3px solid var(--amber); padding: 1.4rem; }
.valuecard h3 { font-size: 1.05rem; color: var(--amber-2); margin-bottom: .5rem; }
.valuecard p { color: var(--cream-2); font-size: .86rem; }

/* ---- go (redirect) --------------------------------------------------------- */
.beam { min-height: 60vh; display: flex; align-items: center; text-align: center; }
.beam__in { max-width: 560px; margin-inline: auto; }
.beam__spin { width: 48px; height: 48px; margin: 0 auto 1.6rem; border: 3px solid var(--amber-dim); border-top-color: var(--amber); border-radius: 50%; animation: spin .9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.beam h1 { font-size: 1.8rem; }
.beam p { color: var(--cream-2); margin-top: 1rem; }
.beam a { color: var(--amber-2); text-decoration: underline; }
.beam__disc { font-size: .8rem; color: var(--cream-3); }

/* ---- footer ---------------------------------------------------------------- */
.cc-footer { border-top: 1px solid var(--line); margin-top: 2rem; }
.cc-footer__trust { border-bottom: 1px solid var(--line); padding: 2.2rem 0; }
.cc-footer__trust-in { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.cc-footer__trust h2 { font-size: 1.2rem; }
.cc-footer__trust p { color: var(--cream-2); font-size: .88rem; margin-top: .4rem; }
.cc-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; padding: 2.6rem 0; }
.cc-footer__brand p { color: var(--cream-2); font-size: .85rem; margin-top: .8rem; max-width: 42ch; }
.cc-footer__tags { margin-top: 1rem; display: flex; gap: .5rem; }
.tag { font-family: var(--sans); font-size: .66rem; letter-spacing: .5px; text-transform: uppercase; color: var(--cream-3); border: 1px solid var(--line); border-radius: 999px; padding: .25rem .6rem; }
.cc-footer__col h3 { font-family: var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: 1.2px; color: var(--amber-2); margin-bottom: .9rem; }
.cc-footer__col li { margin: .5rem 0; }
.cc-footer__col a { color: var(--cream-2); font-size: .86rem; }
.cc-footer__col a:hover { color: var(--amber-2); }
.cc-footer__legal { border-top: 1px solid var(--line); padding: 1.6rem 0; }
.cc-footer__legal p { color: var(--cream-3); font-size: .76rem; margin-bottom: .4rem; }
.cc-footer__rg { color: var(--terra) !important; }

/* ---- responsive ------------------------------------------------------------ */
@media (max-width: 900px) {
  .hero__in, .why__grid, .judge__wrap, .article__body { grid-template-columns: 1fr; }
  .article__side { position: static; }
  .values__grid { grid-template-columns: 1fr; }
  .cc-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .cc-nav { position: absolute; top: 66px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--bg-2); border-bottom: 1px solid var(--line-2); padding: .5rem; display: none; }
  .cc-header.is-open .cc-nav { display: flex; }
  .cc-nav__link { padding: .85rem; }
  .hamb { display: flex; }
  .cut-item { grid-template-columns: 40px 1fr; gap: .9rem; }
  .cut-item__medal { grid-column: 1 / -1; }
  .cut-item__act { grid-column: 1 / -1; min-width: 0; flex-direction: row; }
  .cut-item__act .btn { flex: 1; }
  .why__list { grid-template-columns: 1fr; }
  .pc { grid-template-columns: 1fr; }
  .cc-footer__grid { grid-template-columns: 1fr; }
  .cta-strip__in { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto; }
}
