/* ==========================================================================
   ArousedDesire — Aroused AI review landing page
   Editorial dossier design system. Flat colour only, no gradients.
   ========================================================================== */

:root {
  --night:   #16121a;
  --panel:   #1c1722;
  --panel-2: #231d2a;
  --line:    rgba(244, 239, 232, 0.11);
  --line-2:  rgba(244, 239, 232, 0.2);
  --ink:     #f4efe8;
  --ink-80:  rgba(244, 239, 232, 0.82);
  --mute:    #a296ad;
  --amber:   #e8b04b;
  --amber-d: #c4913a;
  --rose:    #e0567a;
  --green:   #6fce9f;

  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --shell: 1180px;
  --pad: 20px;
  --r: 4px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background-color: var(--night);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video, iframe { max-width: 100%; height: auto; display: block; }

/* Long unbroken strings (URLs, emails) must never force a horizontal scroll */
h1, h2, h3, h4, p, li, dd, dt, td, th, blockquote, summary { overflow-wrap: break-word; }

a { color: inherit; }

/* ---------- layout ---------- */

.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.band { padding-block: 56px; border-top: 1px solid var(--line); }
.band--flush { border-top: 0; }
.band--panel { background-color: var(--panel); }
.band--tight { padding-block: 40px; }

/* ---------- type ---------- */

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.018em;
  margin: 0;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

h1 { font-size: clamp(2.1rem, 7.4vw, 3.55rem); }
h2 { font-size: clamp(1.65rem, 5vw, 2.4rem); }
h3 { font-size: clamp(1.12rem, 3.2vw, 1.32rem); }
h4 { font-size: 1.02rem; }

p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

.lede {
  font-size: clamp(1.02rem, 2.6vw, 1.15rem);
  color: var(--ink-80);
  line-height: 1.62;
  max-width: 62ch;
}

.mute { color: var(--mute); }
.small { font-size: 0.85rem; line-height: 1.6; }
.tiny  { font-size: 0.78rem; line-height: 1.55; }

/* Section eyebrow with a counter rule */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber);
  margin: 0 0 14px;
}
.eyebrow::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--line);
}
.eyebrow .num {
  font-family: var(--display);
  font-size: 0.86rem;
  letter-spacing: 0;
  color: var(--mute);
  font-style: italic;
}

.answer {
  font-size: clamp(1.05rem, 2.8vw, 1.22rem);
  line-height: 1.58;
  color: var(--ink);
  max-width: 64ch;
}

.sec-head { max-width: 68ch; margin-bottom: 34px; }
.sec-head p { margin-top: 12px; }

/* ---------- brand mark ---------- */

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
}
.brand__mark { width: 30px; height: 30px; flex-shrink: 0; display: block; }
.brand__name {
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
}
.brand__name em { font-style: normal; color: var(--amber); }
.brand--lg .brand__mark { width: 38px; height: 38px; }
.brand--lg .brand__name { font-size: 1.5rem; }

/* ---------- header ---------- */

.masthead {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: var(--night);
  border-bottom: 1px solid var(--line);
}
.masthead__in {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 62px;
  min-width: 0;
}
/* Neither the wordmark nor the rating chip may be squeezed. */
.masthead .brand,
.masthead .ratechip { flex-shrink: 0; }
.masthead__cta {
  margin-left: auto;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.32s ease, transform 0.32s ease;
}
.masthead__cta.is-in { opacity: 1; transform: none; pointer-events: auto; }

/* On phones the dock bar carries the CTA, so remove the header one from
   the layout entirely. display:none is required: the fade-in state is
   opacity-based, so it would otherwise still occupy width and overflow. */
@media (max-width: 820px) {
  .masthead__cta,
  .masthead__cta.is-in { display: none; }
}
@media (max-width: 400px) {
  .masthead__in { gap: 8px; }
  .brand__name { font-size: 1.08rem; }
  .brand__mark { width: 26px; height: 26px; }
}

/* rating chip in header */
.ratechip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 0.76rem;
  font-weight: 600;
  white-space: nowrap;
}
.ratechip .stars { font-size: 0.72rem; }
@media (max-width: 560px) { .ratechip__txt { display: none; } }

/* ---------- stars ---------- */

.stars {
  display: inline-block;
  position: relative;
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(244, 239, 232, 0.2);
  white-space: nowrap;
}
.stars::before { content: "★★★★★"; }
.stars i {
  position: absolute;
  inset: 0;
  overflow: hidden;
  color: var(--amber);
  font-style: normal;
}
.stars i::before { content: "★★★★★"; }
.stars--lg { font-size: 1.35rem; }

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--body);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
  border-radius: var(--r);
  padding: 12px 22px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  text-align: center;
}
.btn--primary { background-color: var(--amber); color: #1a1206; border-color: var(--amber); }
.btn--primary:hover { background-color: #f0bd60; transform: translateY(-2px); }
.btn--ghost { border-color: var(--line-2); color: var(--ink); }
.btn--ghost:hover { border-color: var(--amber); transform: translateY(-2px); }
.btn--sm { padding: 8px 15px; font-size: 0.82rem; }
.btn--wide { width: 100%; }
.btn--rose { background-color: var(--rose); border-color: var(--rose); color: #1a0a10; }
.btn--rose:hover { background-color: #e86d8c; transform: translateY(-2px); }

.cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 24px; }
/* On narrow phones buttons go full width rather than overflowing */
@media (max-width: 480px) {
  .cta-row { gap: 10px; }
  .cta-row .btn { width: 100%; }
  .final .cta-row .btn { width: 100%; }
}

/* ---------- chips ---------- */

.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 0.78rem;
  font-weight: 550;
  color: var(--ink-80);
}
.chip .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background-color: var(--green); flex-shrink: 0;
}
.chip--amber { border-color: rgba(232, 176, 75, 0.45); color: var(--amber); }

/* ---------- cards ---------- */

.card {
  background-color: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
}
.card--flat { background-color: transparent; }
.card__k {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--amber); margin-bottom: 10px;
}
.card h3 + p, .card h4 + p { margin-top: 9px; }

/* minmax(0, 1fr) rather than 1fr so long words can never widen a track */
.grid { display: grid; gap: 16px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 900px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: minmax(0, 1fr); } }

/* ---------- hero ---------- */

.hero { padding-block: 40px 52px; }
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}
.hero__kick {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--mute); margin: 0 0 18px;
}
.hero__kick .on { color: var(--amber); }
.hero h1 em { font-style: normal; color: var(--amber); }
.hero__sub { margin-top: 18px; }

.trustrow {
  display: flex; flex-wrap: wrap; gap: 10px 26px;
  margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line);
}
.trustrow__i { display: flex; align-items: center; gap: 9px; font-size: 0.85rem; }
.trustrow__i b { font-weight: 700; }

/* hero image stack, offset editorial collage.
   Fixed grid rows + full-bleed images so no cell can ever render empty. */
.stack {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  aspect-ratio: 1 / 0.88;
  max-height: 560px;
  margin-left: auto;
}
.stack figure {
  margin: 0;
  position: relative;
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.stack a { display: block; width: 100%; height: 100%; }
.stack img { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; }
.stack__tall { grid-row: 1 / span 2; }
.stack__badge {
  position: absolute; left: 9px; bottom: 9px;
  display: inline-flex; align-items: center; gap: 6px;
  background-color: rgba(22, 18, 26, 0.9);
  border: 1px solid var(--line-2);
  border-radius: 999px; padding: 4px 10px;
  font-size: 0.7rem; font-weight: 600;
}
.stack__badge .dot { width: 6px; height: 6px; border-radius: 50%; background-color: var(--green); }

@media (max-width: 940px) {
  .hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .hero { padding-block: 28px 40px; }
}

/* ---------- definition block ---------- */

.define {
  border-left: 3px solid var(--amber);
  padding: 4px 0 4px 22px;
}
.define p:first-child { font-size: clamp(1.1rem, 3vw, 1.35rem); line-height: 1.5; color: var(--ink); }

.factgrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background-color: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; margin-top: 32px; }
.factgrid div { background-color: var(--night); padding: 18px 16px; }
.factgrid dt { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute); }
.factgrid dd { margin: 7px 0 0; font-size: 0.92rem; font-weight: 600; }
@media (max-width: 780px) { .factgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- steps / HowTo ---------- */

.steps { list-style: none; margin: 0; padding: 0; counter-reset: s; }
.steps > li {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 22px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}
.steps > li:last-child { border-bottom: 1px solid var(--line); }
.steps .n {
  font-family: var(--display);
  font-size: 2.3rem; font-style: italic; font-weight: 600;
  color: var(--amber); line-height: 1;
}
.steps p { margin-top: 8px; color: var(--mute); font-size: 0.94rem; }
.steps .when { display: inline-block; margin-top: 10px; font-size: 0.78rem; color: var(--ink-80); border: 1px solid var(--line-2); border-radius: 999px; padding: 3px 10px; }
@media (max-width: 620px) { .steps > li { grid-template-columns: 44px 1fr; gap: 14px; } .steps .n { font-size: 1.7rem; } }

/* ---------- alternating feature rows ---------- */

.alt { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding-block: 36px; border-top: 1px solid var(--line); }
.alt:first-of-type { border-top: 0; }
.alt--flip .alt__media { order: -1; }
.alt__media { margin: 0; position: relative; }
.alt__media a { display: block; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.alt__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 15%; }
.alt__tag {
  position: absolute; left: 12px; top: 12px;
  background-color: rgba(22, 18, 26, 0.9);
  border: 1px solid var(--line-2);
  border-radius: 999px; padding: 4px 11px;
  font-size: 0.72rem; font-weight: 650; letter-spacing: 0.04em;
}
.alt__list { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 9px; }
.alt__list li { position: relative; padding-left: 20px; font-size: 0.9rem; color: var(--mute); }
.alt__list li::before { content: "→"; position: absolute; left: 0; color: var(--amber); }
@media (max-width: 860px) {
  .alt { grid-template-columns: 1fr; gap: 22px; }
  .alt--flip .alt__media { order: 0; }
}

/* ---------- gallery ---------- */

.gallery { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.gallery figure { margin: 0; position: relative; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.gallery a { display: block; }
.gallery img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 10%; transition: transform 0.4s ease; }
.gallery a:hover img { transform: scale(1.04); }
.gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  background-color: rgba(22, 18, 26, 0.92);
  border-top: 1px solid var(--line);
  padding: 8px 10px;
  font-size: 0.75rem; font-weight: 600;
}
.gallery figcaption span { display: block; font-weight: 400; color: var(--mute); font-size: 0.7rem; }
@media (max-width: 980px) { .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 560px) {
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  /* 5 items over 2 columns would orphan the last one, so it spans both */
  .gallery figure:last-child { grid-column: 1 / -1; }
  .gallery figure:last-child img { aspect-ratio: 16 / 11; object-position: center 8%; }
}

/* moments rail: fills the full container width, six equal columns.
   Falls back to fewer columns on narrow screens rather than scrolling. */
.rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.rail figure { margin: 0; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.rail a { display: block; }
.rail img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; }
@media (max-width: 900px) { .rail { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 520px) { .rail { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- note blocks (fun fact / pro tip) ---------- */

.note {
  display: grid; grid-template-columns: auto 1fr; gap: 18px;
  border: 1px solid var(--line-2);
  border-left: 3px solid var(--amber);
  border-radius: var(--r);
  padding: 22px 24px;
  background-color: var(--panel);
}
.note--rose { border-left-color: var(--rose); }
.note__tag {
  font-family: var(--display); font-style: italic; font-weight: 600;
  font-size: 0.9rem; color: var(--amber); white-space: nowrap;
  writing-mode: vertical-rl; transform: rotate(180deg);
  letter-spacing: 0.06em;
}
.note--rose .note__tag { color: var(--rose); }
.note h3 { font-size: 1.08rem; }
.note p { margin-top: 8px; font-size: 0.92rem; color: var(--mute); }
@media (max-width: 620px) {
  .note { grid-template-columns: 1fr; gap: 10px; }
  .note__tag { writing-mode: horizontal-tb; transform: none; }
}

/* ---------- tables ---------- */

.tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); }
table { width: 100%; border-collapse: collapse; font-size: 0.875rem; min-width: 720px; }
thead th {
  text-align: left; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.11em;
  text-transform: uppercase; color: var(--mute);
  padding: 14px 14px; border-bottom: 1px solid var(--line-2);
  background-color: var(--panel-2); white-space: nowrap;
}
tbody td { padding: 15px 14px; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--mute); line-height: 1.55; }
tbody tr:last-child td { border-bottom: 0; }
tbody th {
  text-align: left; padding: 15px 14px; border-bottom: 1px solid var(--line);
  font-family: var(--body); font-size: 0.9rem; font-weight: 650; color: var(--ink); white-space: nowrap;
}
tbody tr:last-child th { border-bottom: 0; }
tr.is-focus th, tr.is-focus td { background-color: rgba(232, 176, 75, 0.055); }
tr.is-focus th { color: var(--amber); }
.tag-win { display: inline-block; margin-left: 7px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #1a1206; background-color: var(--amber); border-radius: 3px; padding: 2px 6px; vertical-align: middle; }
.yes { color: var(--green); font-weight: 600; }
.no  { color: var(--rose); font-weight: 600; }
.scrollhint { font-size: 0.76rem; color: var(--mute); margin-top: 10px; }

/* Mobile: stays a real table. The wrapper scrolls horizontally and the first
   column is frozen so the platform name is always visible while you scroll. */
@media (max-width: 760px) {
  .tablewrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }
  table { min-width: 640px; font-size: 0.82rem; }
  thead th { padding: 11px 12px; font-size: 0.66rem; letter-spacing: 0.08em; }
  tbody td { padding: 12px 12px; line-height: 1.5; }
  tbody th { padding: 12px 12px; font-size: 0.84rem; }

  /* freeze the platform column */
  thead th:first-child,
  tbody th {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 7.5rem;
    white-space: normal;
    background-color: var(--panel-2);
    border-right: 1px solid var(--line-2);
  }
  tbody th { background-color: var(--panel); }
  tr.is-focus th { background-color: #241d24; }
}
@media (max-width: 460px) {
  table { min-width: 560px; font-size: 0.78rem; }
  thead th:first-child, tbody th { min-width: 6.5rem; }
}

/* ---------- pricing ---------- */

.tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tier { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--r); padding: 26px 22px; background-color: var(--panel); position: relative; }
.tier--pick { border-color: var(--amber); background-color: var(--panel-2); }
.tier__flag {
  position: absolute; top: -11px; left: 20px;
  background-color: var(--amber); color: #1a1206;
  font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 3px; padding: 3px 9px;
}
.tier__name { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--mute); }
.tier--pick .tier__name { color: var(--amber); }
.tier__price { font-family: var(--display); font-size: 2.6rem; font-weight: 600; line-height: 1; margin-top: 14px; }
.tier__price sup { font-size: 1.1rem; top: -0.8em; }
.tier__per { font-family: var(--body); font-size: 0.82rem; color: var(--mute); font-weight: 400; }
.tier__alt { font-size: 0.8rem; color: var(--mute); margin-top: 7px; }
.tier__for { font-size: 0.87rem; color: var(--ink-80); margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.tier__list { list-style: none; margin: 14px 0 22px; padding: 0; display: grid; gap: 8px; flex: 1; }
.tier__list li { position: relative; padding-left: 20px; font-size: 0.87rem; color: var(--mute); }
.tier__list li::before { content: "✓"; position: absolute; left: 0; color: var(--amber); font-size: 0.8rem; }
.tier__list li.off { color: rgba(162, 150, 173, 0.55); }
.tier__list li.off::before { content: "✕"; color: rgba(224, 86, 122, 0.6); }
@media (max-width: 900px) { .tiers { grid-template-columns: 1fr; } }

.checked { font-size: 0.8rem; color: var(--mute); margin-top: 16px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

/* ---------- pros / cons ---------- */

.pc { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.pc__col { border: 1px solid var(--line); border-radius: var(--r); padding: 24px; background-color: var(--panel); }
.pc__col--con { border-color: rgba(224, 86, 122, 0.3); }
.pc__col h3 { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; }
.pc__col ul { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 12px; }
.pc__col li { position: relative; padding-left: 24px; font-size: 0.9rem; color: var(--mute); line-height: 1.6; }
.pc__col li b { color: var(--ink); font-weight: 650; }
.pc__col--pro li::before { content: "+"; position: absolute; left: 0; top: -1px; color: var(--green); font-weight: 700; font-size: 1.05rem; }
.pc__col--con li::before { content: "−"; position: absolute; left: 0; top: -1px; color: var(--rose); font-weight: 700; font-size: 1.05rem; }
@media (max-width: 760px) { .pc { grid-template-columns: 1fr; } }

/* ---------- review wall: asymmetric dossier grid ---------- */

/* The grid: 12 columns so every row of two cards sums to exactly 12 and the
   full width is always occupied. Spans alternate 7/5 then 5/7 for the mosaic. */
.rwall {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.rcard:nth-child(6n + 1) { grid-column: span 7; }
.rcard:nth-child(6n + 2) { grid-column: span 5; }
.rcard:nth-child(6n + 3) { grid-column: span 5; }
.rcard:nth-child(6n + 4) { grid-column: span 7; }
.rcard:nth-child(6n + 5) { grid-column: span 7; }
.rcard:nth-child(6n + 6) { grid-column: span 5; }

.rcard {
  border: 1px solid var(--line);
  border-radius: var(--r);
  background-color: var(--panel);
  padding: 22px 24px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.22, 0.68, 0.35, 1),
              border-color 0.3s ease;
}

/* left accent rule, drawn with a pseudo-element so nothing shifts */
.rcard::before {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 2px;
  background-color: var(--amber);
}
.rcard--critical::before { background-color: var(--rose); }

.rcard:hover { transform: translateY(-4px); border-color: var(--line-2); }

/* Featured lead cards: slightly larger quote and score badge */
.rcard--lead blockquote { font-size: 0.98rem; line-height: 1.62; }
.rcard--lead .rcard__score { width: 48px; height: 48px; font-size: 1.25rem; }

/* staggered reveal, fires once */
.rcard.rise { transition-delay: var(--d, 0ms); }

.rcard__top { display: flex; align-items: center; gap: 13px; margin-bottom: 15px; }
.rcard__score {
  flex-shrink: 0;
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--amber);
  border-radius: var(--r);
  font-family: var(--display); font-size: 1.12rem; font-weight: 700;
  color: var(--amber);
}
.rcard--critical .rcard__score { border-color: rgba(224, 86, 122, 0.55); color: var(--rose); }
.rcard__meta { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.rcard__tag {
  font-size: 0.67rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--mute);
}

.rcard blockquote {
  margin: 0; font-size: 0.9rem; line-height: 1.65;
  color: var(--ink-80); flex: 1;
}

.rcard__who {
  display: flex; align-items: center; gap: 11px;
  margin-top: 18px; padding-top: 14px;
  border-top: 1px solid var(--line);
}
.rcard__mono {
  flex-shrink: 0;
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  background-color: var(--panel-2);
  font-family: var(--display); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.02em; color: var(--amber);
}
.rcard--critical .rcard__mono { color: var(--rose); }
.rcard__id { display: flex; flex-direction: column; min-width: 0; }
.rcard__nm { font-size: 0.85rem; font-weight: 650; }
.rcard__rl { font-size: 0.72rem; color: var(--mute); }

/* Tablet: even halves, full width still occupied */
@media (max-width: 1000px) {
  .rwall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rcard:nth-child(n) { grid-column: span 1; }
}
/* Phone: single column */
@media (max-width: 640px) {
  .rwall { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .rcard { padding: 20px 20px 18px; }
  .rcard--lead blockquote { font-size: 0.94rem; }
  .rcard--lead .rcard__score { width: 42px; height: 42px; font-size: 1.12rem; }
}

.ratesum {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 26px 34px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background-color: var(--panel);
}
.ratesum__score { text-align: center; padding-right: 30px; border-right: 1px solid var(--line); }
.ratesum__big { font-family: var(--display); font-size: 3.4rem; font-weight: 600; line-height: 1; color: var(--amber); }
.ratesum__big sub { font-family: var(--body); font-size: 0.9rem; font-weight: 400; color: var(--mute); vertical-align: baseline; }
.ratesum__count { display: block; margin-top: 9px; font-size: 0.78rem; color: var(--mute); }

/* rating distribution bars */
.dist { display: grid; gap: 7px; margin: 0; }
.dist__row { display: grid; grid-template-columns: 46px 1fr 26px; gap: 12px; align-items: center; }
.dist__lbl { font-size: 0.76rem; color: var(--mute); white-space: nowrap; }
.dist__bar { height: 7px; border-radius: 999px; background-color: rgba(244, 239, 232, 0.08); overflow: hidden; }
.dist__fill { display: block; height: 100%; border-radius: 999px; background-color: var(--amber); }
.dist__fill--low { background-color: var(--rose); }
.dist__n { font-size: 0.76rem; color: var(--mute); text-align: right; font-variant-numeric: tabular-nums; }

/* Source note sits outside the card as a quiet footnote */
.ratesrc {
  margin: 12px 0 26px;
  font-size: 0.79rem;
  color: var(--mute);
  line-height: 1.6;
  max-width: 78ch;
}
.ratesrc b { color: var(--ink-80); font-weight: 650; }

@media (max-width: 700px) {
  .ratesum { grid-template-columns: 1fr; gap: 20px; padding: 22px; }
  .ratesum__score { padding-right: 0; padding-bottom: 18px; border-right: 0; border-bottom: 1px solid var(--line); }
}

/* ---------- stats ---------- */

.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background-color: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.stats div { background-color: var(--night); padding: 24px 20px; }
.stats .n {
  font-family: var(--display);
  font-size: clamp(1.9rem, 5vw, 2.6rem);
  font-weight: 600;
  line-height: 1;
  color: var(--amber);
  /* trim the font's built-in descender space so the label sits close */
  display: block;
  margin-bottom: -0.12em;
}
.stats .l { font-size: 0.82rem; color: var(--mute); margin-top: 6px; line-height: 1.45; }
@media (max-width: 820px) { .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- verdict ---------- */

.verdict { display: grid; grid-template-columns: 240px 1fr; gap: 34px; align-items: start; }
.verdict__score { border: 1px solid var(--amber); border-radius: var(--r); padding: 24px; text-align: center; background-color: var(--panel-2); }
.verdict__score .v { font-family: var(--display); font-size: 3.4rem; font-weight: 600; line-height: 1; color: var(--amber); }
.verdict__score .o { font-size: 0.8rem; color: var(--mute); margin-top: 6px; }
.verdict__score .stars { margin-top: 12px; }
.vlines { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; text-align: left; }
.vlines li { display: flex; justify-content: space-between; gap: 10px; font-size: 0.78rem; border-top: 1px solid var(--line); padding-top: 9px; }
.vlines b { color: var(--amber); font-weight: 650; }
@media (max-width: 760px) { .verdict { grid-template-columns: 1fr; gap: 24px; } }

/* ---------- faq ---------- */

.faq { display: grid; gap: 10px; }
.faq details {
  border: 1px solid var(--line); border-radius: var(--r);
  background-color: var(--panel); padding: 0 20px;
}
.faq details[open] { border-color: var(--line-2); }
.faq summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
  padding: 17px 0; font-weight: 650; font-size: 0.98rem; line-height: 1.45;
  overflow-wrap: anywhere;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--amber); font-size: 1.25rem; line-height: 1; flex-shrink: 0; transition: transform 0.22s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
/* Answers fill the card width; no artificial max-width truncating the measure. */
.faq .a { padding: 0 0 19px; font-size: 0.91rem; line-height: 1.68; color: var(--mute); }
.faq .a b, .faq .a strong { color: var(--ink-80); font-weight: 650; }

/* ---------- audience ---------- */

.aud { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.aud__c { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background-color: var(--panel); display: flex; flex-direction: column; }
.aud__c img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center 12%; }
.aud__b { padding: 20px; }
.aud__b h3 { font-size: 1.06rem; }
.aud__b p { margin-top: 8px; font-size: 0.87rem; color: var(--mute); }
.aud__b .use { display: block; margin-top: 12px; padding-top: 11px; border-top: 1px solid var(--line); font-size: 0.8rem; color: var(--amber); }
@media (max-width: 940px) { .aud { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .aud { grid-template-columns: minmax(0, 1fr); } }

/* ---------- final cta ---------- */

.final { border: 1px solid var(--amber); border-radius: var(--r); padding: 46px 30px; text-align: center; background-color: var(--panel); }
.final h2 em { font-style: normal; color: var(--amber); }
.final p { margin-inline: auto; margin-top: 14px; }
.final .cta-row { justify-content: center; }
.final .chips { justify-content: center; margin-top: 26px; }

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

/* Simple, sober, centred. One column, generous air, no boxes or chips. */
.foot {
  border-top: 1px solid var(--line);
  background-color: var(--night);
  padding-block: 46px 34px;
  text-align: center;
}
.foot .brand { justify-content: center; }
.foot__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 16px;
  margin-top: 22px;
  font-size: 0.84rem;
  color: var(--mute);
}
.foot__legal .sep { color: rgba(244, 239, 232, 0.22); }
.foot__bar {
  max-width: 68ch;
  margin: 24px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 0.79rem;
  line-height: 1.65;
  color: var(--mute);
}
.foot__bar p { margin: 0; }
.foot__bar p + p { margin-top: 7px; }
@media (max-width: 620px) {
  .foot { padding-block: 38px 28px; }
  .foot__legal { gap: 6px 13px; font-size: 0.8rem; }
}

/* ---------- mobile sticky cta bar ---------- */

.dockbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background-color: var(--panel-2);
  border-top: 1px solid var(--line-2);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  display: none;
  align-items: center; gap: 12px;
  transform: translateY(110%);
  transition: transform 0.3s ease;
}
.dockbar.is-in { transform: none; }
.dockbar__t { font-size: 0.78rem; line-height: 1.35; color: var(--mute); flex: 1; }
.dockbar__t b { display: block; color: var(--ink); font-size: 0.85rem; }
@media (max-width: 820px) {
  .dockbar { display: flex; }
  body { padding-bottom: 68px; }
}

/* ---------- motion ---------- */

.rise { opacity: 0; transform: translate3d(0, 18px, 0); }
.rise.is-shown { opacity: 1; transform: none; transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 0.68, 0.35, 1); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rise { opacity: 1; transform: none; transition: none; }
  .rcard.rise { transition-delay: 0ms; }
  .btn:hover, .rcard:hover, .gallery a:hover img { transform: none; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }

.vh {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
