/* ==========================================================================
   Lovescape Review — Design System
   Independent review site. Original design; no third-party assets copied.
   ========================================================================== */

/* --- Design tokens ------------------------------------------------------ */
:root {
  /* Dark / aqua palette inspired by the supplied official-site reference.
     Numbered ink tokens retain their semantic roles: 900 = heading, 200 = border. */
  color-scheme: dark;
  --brand-500: #00f0d0;
  --brand-600: #32e6cd;
  --brand-700: #8cffe9;
  --brand-050: #102420;
  --brand-100: #244b43;
  --plum-700: #193b34;
  --plum-900: #101b18;

  /* Neutrals */
  --ink-900: #f5f5f5;
  --ink-800: #dedede;
  --ink-700: #c9c9c9;
  --ink-600: #b5b5b5;
  --ink-500: #9c9c9c;
  --ink-400: #8b8b8b;
  --ink-300: #474747;
  --ink-200: #2c2c2c;
  --ink-100: #242424;
  --ink-050: #191919;
  --surface: #161616;
  --page: #0f0f0f;
  --on-accent: #05231e;

  /* Semantic colours: readable on dark, softly tinted surfaces. */
  --pos-600: #68dfaf;
  --pos-050: #11231b;
  --pos-200: #2c4e3e;
  --neg-600: #ff9690;
  --neg-050: #281a1a;
  --neg-200: #563333;
  --warn-700: #eac679;
  --warn-050: #272217;
  --warn-200: #514630;
  --info-700: #99caff;
  --info-050: #16222c;
  --info-200: #30495e;

  /* Type */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;

  /* Spacing / layout */
  --wrap: 1180px;
  --wrap-narrow: 780px;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  /* Elevation */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, .2);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, .2);
  --shadow: 0 6px 24px rgba(0, 0, 0, .26);
  --shadow-lg: 0 18px 50px rgba(0, 0, 0, .36);

  --header-h: 66px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-800);
  background: var(--page);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
svg { flex-shrink: 0; }

h1, h2, h3, h4 {
  color: var(--ink-900);
  line-height: 1.22;
  letter-spacing: -.02em;
  margin: 0 0 .5em;
  font-weight: 750;
}
h1 { font-size: clamp(2rem, 1.35rem + 2.7vw, 3.15rem); letter-spacing: -.03em; }
h2 { font-size: clamp(1.5rem, 1.2rem + 1.3vw, 2.1rem); }
h3 { font-size: clamp(1.16rem, 1.05rem + .5vw, 1.4rem); }
h4 { font-size: 1.06rem; }

p { margin: 0 0 1.15em; }
a { color: var(--brand-600); text-decoration-thickness: 1.5px; text-underline-offset: 2px; }
a:hover { color: var(--brand-700); }
a { transition: color .18s ease, text-decoration-color .18s ease; }
::selection { background: #00c9ae; color: #061c17; }
html { scrollbar-color: #484848 #101010; }
input, textarea, select { accent-color: var(--brand-500); }
.form-input::placeholder, .form-textarea::placeholder { color: var(--ink-500); opacity: 1; }

ul, ol { margin: 0 0 1.15em; padding-left: 1.35em; }
li { margin-bottom: .45em; }

strong { font-weight: 680; color: var(--ink-900); }

hr { border: 0; border-top: 1px solid var(--ink-200); margin: 2.5rem 0; }

:focus-visible {
  outline: 3px solid var(--brand-500);
  outline-offset: 2px;
  border-radius: 4px;
}

/* --- Utilities ---------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 20px; }
.wrap-narrow { max-width: var(--wrap-narrow); }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--brand-500); color: var(--on-accent); padding: 10px 16px;
  border-radius: 0 0 8px 8px; font-weight: 600; text-decoration: none;
  transition: top .18s ease;
}
.skip-link:focus { top: 0; color: var(--on-accent); }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(15, 15, 15, .93);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--ink-200);
  transition: box-shadow .22s ease;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }

.header-inner {
  display: flex; align-items: center; gap: 18px;
  height: var(--header-h);
  max-width: var(--wrap); margin-inline: auto; padding-inline: 20px;
}

.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 10px;
  background: linear-gradient(135deg, #72ffe7, var(--brand-500));
  display: grid; place-items: center; color: var(--on-accent); flex-shrink: 0;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-weight: 800; font-size: 1.06rem; color: var(--ink-900); letter-spacing: -.02em;
}
.brand-tag { font-size: .66rem; color: var(--ink-500); font-weight: 550; letter-spacing: .02em; }

.main-nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-list a {
  display: block; padding: 8px 11px; border-radius: 8px;
  font-size: .875rem; font-weight: 560; color: var(--ink-700);
  text-decoration: none; white-space: nowrap; transition: background .16s, color .16s;
}
.nav-list a:hover { background: var(--ink-100); color: var(--ink-900); }
.nav-list a[aria-current="page"] { color: var(--brand-600); background: var(--brand-050); font-weight: 650; }

.header-cta { flex-shrink: 0; }

.nav-toggle {
  display: none; align-items: center; justify-content: center;
  width: 44px; height: 44px; margin-left: auto;
  background: var(--surface); border: 1px solid var(--ink-200);
  border-radius: 10px; color: var(--ink-800); cursor: pointer;
}
.nav-toggle:hover { background: var(--ink-050); }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; min-height: 46px;
  border-radius: 999px; border: 1.5px solid transparent;
  font-family: inherit; font-size: .94rem; font-weight: 680; line-height: 1.2;
  text-decoration: none; cursor: pointer; text-align: center;
  position: relative; overflow: hidden; isolation: isolate;
  transition: transform .22s ease, box-shadow .25s ease, background .25s ease,
    color .2s ease, border-color .2s ease;
  -webkit-tap-highlight-color: transparent;
}
/* A restrained light sweep plays only on intentional pointer hover / focus. */
.btn::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.32) 50%, transparent 70%);
  transform: translateX(-150%); transition: transform .6s ease;
}
.btn-primary {
  background: linear-gradient(115deg, #00f0d0, #21e2c9);
  color: var(--on-accent); border-color: rgba(132,255,233,.35);
  box-shadow: 0 4px 18px rgba(0,240,208,.12), inset 0 1px 0 rgba(255,255,255,.24);
}
.btn-primary:hover, .btn-primary:focus-visible {
  color: var(--on-accent); background: linear-gradient(115deg, #65ffe4, #00f0d0);
  box-shadow: 0 8px 28px rgba(0,240,208,.24), 0 0 0 1px rgba(0,240,208,.12);
}
.btn-secondary {
  background: linear-gradient(180deg, #f3f3f3, #cecece);
  color: #171717; border-color: #e2e2e2;
  box-shadow: inset 0 1px 0 #fff, 0 4px 14px rgba(0,0,0,.15);
}
.btn-secondary:hover, .btn-secondary:focus-visible {
  background: linear-gradient(180deg, #fff, #ededed); color: #080808;
  border-color: #fff; box-shadow: 0 8px 24px rgba(255,255,255,.1);
}
.btn-ghost { background: transparent; color: var(--brand-600); border-color: var(--brand-100); }
.btn-ghost:hover, .btn-ghost:focus-visible { background: var(--brand-050); color: var(--brand-700); border-color: var(--brand-500); }
.btn-light { background: #e6e6e6; color: #151515; border-color: #e6e6e6; }
.btn-light:hover, .btn-light:focus-visible { background: #fff; color: #080808; border-color: #fff; }
.btn:focus-visible::before { transform: translateX(150%); }
@media (hover: hover) and (pointer: fine) {
  .btn:hover { transform: translateY(-2px); }
  .btn:hover::before { transform: translateX(150%); }
}
.btn:active { transform: translateY(0) scale(.98); }
.btn:disabled, .btn[aria-disabled="true"] {
  opacity: .5; cursor: not-allowed; box-shadow: none; transform: none;
}
.btn:disabled::before, .btn[aria-disabled="true"]::before { display: none; }
.btn-sm { padding: 8px 16px; min-height: 40px; font-size: .84rem; }
.btn-lg { padding: 15px 30px; min-height: 54px; font-size: 1.02rem; }
.btn-block { display: flex; width: 100%; }

.btn-arrow { transition: transform .18s ease; }
.btn:hover .btn-arrow { transform: translateX(3px); }

/* ==========================================================================
   Header CTA size on mobile
   ========================================================================== */
@media (max-width: 1080px) {
  .nav-list a { padding: 8px 8px; font-size: .82rem; }
}

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; order: 3; }
  .header-cta { order: 2; margin-left: auto; }
  .header-cta .btn { padding: 9px 15px; min-height: 40px; font-size: .84rem; }
  .main-nav {
    order: 4; position: fixed; inset: var(--header-h) 0 auto 0;
    background: var(--surface); border-bottom: 1px solid var(--ink-200);
    box-shadow: var(--shadow-lg); margin: 0;
    max-height: calc(100dvh - var(--header-h)); overflow-y: auto;
    transform: translateY(-8px); opacity: 0; visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 20px; }
  .nav-list li { margin: 0; }
  .nav-list a {
    padding: 14px 12px; font-size: 1rem; border-radius: 10px;
    border-bottom: 1px solid var(--ink-100);
  }
  .nav-list li:last-child a { border-bottom: 0; }
}

/* Narrow phones: keep brand + CTA + hamburger on one row without overflow */
@media (max-width: 600px) {
  .header-inner { gap: 10px; padding-inline: 14px; }
  .brand-tag { display: none; }
  .brand-name { font-size: 1rem; }
  .brand { gap: 8px; }
  .header-cta .btn { padding: 9px 13px; font-size: .8rem; }
}
@media (max-width: 380px) {
  .brand-name { font-size: .92rem; }
  .header-cta .btn { padding: 9px 11px; font-size: .76rem; }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  background:
    radial-gradient(1000px 520px at 88% -8%, rgba(0, 240, 208, .07), transparent 62%),
    radial-gradient(760px 460px at 4% 10%, rgba(0, 240, 208, .025), transparent 60%),
    linear-gradient(180deg, var(--page), var(--page));
  border-bottom: 1px solid var(--ink-200);
  padding: 30px 0 56px;
  overflow: hidden;
}
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 46px; align-items: start;
}
.hero-copy { min-width: 0; }
.hero h1 { margin-top: .35em; }
.hero-standfirst {
  font-size: 1.1rem; color: var(--ink-600); max-width: 60ch; margin-bottom: 1.5rem;
}

.hero-meta {
  display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center;
  font-size: .84rem; color: var(--ink-500); margin-bottom: 1.4rem;
}
.hero-meta-item { display: inline-flex; align-items: center; gap: 6px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 1.5rem; }

.hero-points { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.hero-points li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; margin: 0; }
.hero-points svg { margin-top: 3px; color: var(--pos-600); }

/* Hero showcase strip — small model thumbnails under the hero copy -------- */
.hero-showcase {
  display: flex; align-items: center; gap: 14px;
  margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--ink-200);
}
.hero-showcase-thumbs { display: flex; gap: 8px; flex-shrink: 0; }
.hero-showcase-thumbs img {
  width: 54px; height: 72px; object-fit: cover; border-radius: 9px;
  border: 2px solid var(--surface); box-shadow: var(--shadow-sm);
  background: var(--ink-100);
}
.hero-showcase-thumbs img + img { margin-left: -20px; }
.hero-showcase-text { font-size: .84rem; color: var(--ink-600); line-height: 1.5; }
.hero-showcase-text strong { display: block; color: var(--ink-900); font-size: .9rem; }
@media (max-width: 480px) {
  .hero-showcase { gap: 12px; }
  .hero-showcase-thumbs img { width: 46px; height: 62px; }
}

/* --- Eyebrow / pills ---------------------------------------------------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 13px; border-radius: 999px;
  background: var(--brand-050); border: 1px solid var(--brand-100);
  color: var(--brand-700); font-size: .74rem; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase;
}
.eyebrow-plain {
  background: var(--ink-100); border-color: var(--ink-200); color: var(--ink-700);
}

/* ==========================================================================
   Rating / review summary card
   ========================================================================== */
.review-card {
  background: var(--surface); border: 1px solid var(--ink-200);
  border-radius: var(--radius-xl); box-shadow: var(--shadow-lg);
  overflow: hidden; position: sticky; top: calc(var(--header-h) + 18px);
}
.review-card-head {
  background: linear-gradient(135deg, var(--plum-900), var(--plum-700) 55%, var(--brand-700));
  color: #fff; padding: 22px 24px; text-align: center;
}

/* Model visual integrated into the top of the review card ------------------ */
.review-card-visual {
  position: relative; margin: 0; line-height: 0;
  background: var(--ink-100);
}
.review-card-visual img {
  width: 100%; aspect-ratio: 16 / 11; object-fit: cover;
  object-position: center 25%; display: block;
}
.review-card-visual::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to bottom, rgba(47, 20, 48, .18) 0%, transparent 42%,
    rgba(255, 255, 255, .82) 88%, #fff 100%);
}
/* Score ring lifts over the bottom of the image */
.review-card-visual + .score-ring {
  margin-top: -74px; position: relative; z-index: 2;
}
.review-card-head .rc-kicker {
  font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  opacity: .82; font-weight: 650;
}
.review-card-head h2 { color: #fff; font-size: 1.32rem; margin: 4px 0 0; }

.score-ring {
  --pct: 88;
  width: 132px; height: 132px; margin: 18px auto 10px;
  border-radius: 50%; display: grid; place-items: center; position: relative;
  background: conic-gradient(var(--brand-500) calc(var(--pct) * 1%), var(--ink-200) 0);
}
.score-ring::after {
  content: ''; position: absolute; inset: 9px; border-radius: 50%; background: var(--surface);
}
.score-ring-inner { position: relative; z-index: 1; text-align: center; line-height: 1; }
.score-value { font-size: 2.5rem; font-weight: 800; color: var(--ink-900); letter-spacing: -.04em; }
.score-max { font-size: .95rem; color: var(--ink-500); font-weight: 650; }
.score-label {
  display: block; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-500); font-weight: 700; margin-top: 5px;
}

.review-card-body { padding: 4px 24px 24px; }
.rc-verdict {
  text-align: center; font-size: .95rem; color: var(--ink-600);
  padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--ink-200);
}
.rc-list { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 12px; }
.rc-list li { margin: 0; }
.rc-term {
  display: block; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-500); font-weight: 700; margin-bottom: 2px;
}
.rc-def { font-size: .92rem; color: var(--ink-800); }
.rc-foot {
  text-align: center; font-size: .76rem; color: var(--ink-500); margin: 12px 0 0;
}

/* Star row */
.stars { display: inline-flex; gap: 2px; color: #f0a020; }

/* ==========================================================================
   Sections
   ========================================================================== */
.section { padding: 62px 0; }
.section-sm { padding: 42px 0; }
.section-tint { background: var(--ink-050); border-block: 1px solid var(--ink-200); }
.section-brand-tint {
  background: linear-gradient(180deg, var(--brand-050), var(--surface));
  border-block: 1px solid var(--brand-100);
}

.section-head { max-width: 62ch; margin-bottom: 32px; }
.section-head.centered { margin-inline: auto; text-align: center; }
.section-head p { color: var(--ink-600); margin-bottom: 0; font-size: 1.03rem; }
.section-head .eyebrow { margin-bottom: 14px; }

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumb { font-size: .82rem; color: var(--ink-500); }
.breadcrumb ol {
  list-style: none; display: flex; flex-wrap: wrap; align-items: center;
  gap: 7px; margin: 0; padding: 0;
}
.breadcrumb li { display: flex; align-items: center; gap: 7px; margin: 0; }
.breadcrumb a { color: var(--ink-600); text-decoration: none; }
.breadcrumb a:hover { color: var(--brand-600); text-decoration: underline; }
.breadcrumb [aria-current="page"] { color: var(--ink-800); font-weight: 600; }
.breadcrumb-sep { color: var(--ink-300); }

/* ==========================================================================
   Affiliate disclosure
   ========================================================================== */
.disclosure {
  display: flex; gap: 11px; align-items: flex-start;
  background: var(--ink-050); border: 1px solid var(--ink-200);
  border-radius: var(--radius); padding: 13px 17px;
  font-size: .84rem; color: var(--ink-600); line-height: 1.6;
}
.disclosure svg { margin-top: 2px; color: var(--ink-400); }
.disclosure strong { color: var(--ink-800); }
.disclosure p { margin: 0; }
.disclosure a { color: var(--ink-700); }

/* ==========================================================================
   Article layout with sticky TOC
   ========================================================================== */
.article-layout {
  display: block;
  max-width: 860px;
  margin-inline: auto;
}
.article-layout > .article-body { max-width: none; }

/* Editorial heroes: copy plus a standalone portrait, no summary panels. */
.hero-grid:has(.hero-model), .page-hero-grid:has(.hero-model) {
  align-items: center;
}
.hero-model { margin: 0; width: 100%; max-width: 460px; justify-self: end; }
.hero-model img {
  display: block; width: 100%; height: 520px; object-fit: cover;
  object-position: center 20%; border-radius: 24px;
  background: var(--ink-100);
}
.hero-model figcaption {
  margin-top: 10px; color: var(--ink-500); font-size: .75rem;
  text-align: center;
}
@media (max-width: 940px) {
  .hero-model { justify-self: center; }
  .hero-model img { height: auto; aspect-ratio: 4 / 5; }
}
.article-body { min-width: 0; max-width: 74ch; }
.article-body > h2 {
  margin-top: 2.4em; padding-top: .2em; scroll-margin-top: calc(var(--header-h) + 20px);
}
.article-body > h2:first-child { margin-top: 0; }
.article-body > h3 { margin-top: 1.9em; scroll-margin-top: calc(var(--header-h) + 20px); }
.article-body > h4 { margin-top: 1.6em; }
.article-body ul, .article-body ol { padding-left: 1.3em; }
.article-body > p > strong:only-child { color: var(--ink-900); }

.lead {
  font-size: 1.13rem; color: var(--ink-600); line-height: 1.65;
}

/* --- TOC ---------------------------------------------------------------- */
.toc {
  position: sticky; top: calc(var(--header-h) + 18px);
  background: var(--surface); border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg); padding: 18px 16px;
  max-height: calc(100dvh - var(--header-h) - 44px); overflow-y: auto;
  box-shadow: var(--shadow-xs);
}
.toc-title {
  display: flex; align-items: center; gap: 8px; width: 100%;
  font-size: .72rem; letter-spacing: .11em; text-transform: uppercase;
  color: var(--ink-500); font-weight: 750; margin: 0 0 12px;
  background: none; border: 0; padding: 0; font-family: inherit;
  text-align: left; cursor: default;
}
.toc-title .toc-chevron { display: none; margin-left: auto; transition: transform .2s; }
.toc-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; }
.toc-list li { margin: 0; }
.toc-list a {
  display: block; padding: 7px 11px; border-radius: 8px;
  font-size: .845rem; line-height: 1.42; color: var(--ink-600);
  text-decoration: none; border-left: 2px solid transparent;
  transition: background .15s, color .15s, border-color .15s;
}
.toc-list a:hover { background: var(--ink-050); color: var(--ink-900); }
/* Active section: subtle marker only — no highlighted block */
.toc-list a.is-active {
  color: var(--brand-700); border-left-color: var(--brand-500); font-weight: 640;
}

/* Slim, unobtrusive scrollbar for the sticky TOC */
.toc { scrollbar-width: thin; scrollbar-color: var(--ink-300) transparent; }
.toc::-webkit-scrollbar { width: 6px; }
.toc::-webkit-scrollbar-track { background: transparent; }
.toc::-webkit-scrollbar-thumb { background: var(--ink-300); border-radius: 3px; }
.toc::-webkit-scrollbar-thumb:hover { background: var(--ink-400); }

@media (max-width: 1000px) {
  .article-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .article-body { max-width: none; }
  .toc { position: static; max-height: none; padding: 0; border-radius: var(--radius); }
  .toc-title {
    cursor: pointer; padding: 15px 17px; margin: 0;
    font-size: .8rem; color: var(--ink-800);
  }
  .toc-title .toc-chevron { display: block; }
  .toc-title[aria-expanded="true"] .toc-chevron { transform: rotate(180deg); }
  .toc-panel { display: none; padding: 0 12px 14px; }
  .toc-panel.is-open { display: block; }
}

/* ==========================================================================
   Cards & grids
   ========================================================================== */
.grid { display: grid; gap: 20px; }
.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)); }
.grid-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: minmax(0, 1fr); }
  .grid-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.card {
  background: var(--surface); border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg); padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card-hover:hover {
  transform: translateY(-3px); box-shadow: var(--shadow);
  border-color: var(--ink-300);
}
.card h3 { margin-bottom: .4em; }
.card p:last-child { margin-bottom: 0; }

.card-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center; margin-bottom: 15px;
  background: var(--brand-050); color: var(--brand-600);
  border: 1px solid var(--brand-100);
}
.card-icon-plum { background: var(--brand-050); color: var(--brand-600); border-color: var(--brand-100); }
.card-icon-pos { background: var(--pos-050); color: var(--pos-600); border-color: var(--pos-200); }
.card-icon-info { background: var(--info-050); color: var(--info-700); border-color: var(--info-200); }
.card-icon-warn { background: var(--warn-050); color: var(--warn-700); border-color: var(--warn-200); }

.card-note { font-size: .95rem; color: var(--ink-600); }

/* Stat card */
.stat-card { text-align: center; padding: 22px 16px; }
.stat-value {
  font-size: 1.95rem; font-weight: 800; color: var(--brand-600);
  letter-spacing: -.03em; line-height: 1.1; display: block;
}
.stat-label { font-size: .84rem; color: var(--ink-600); margin-top: 4px; display: block; }

/* ==========================================================================
   Quick verdict
   ========================================================================== */
.verdict {
  background: var(--surface); border: 1px solid var(--ink-200);
  border-radius: var(--radius-xl); box-shadow: var(--shadow);
  overflow: hidden;
}
.verdict-top {
  display: grid; grid-template-columns: 190px minmax(0, 1fr);
  gap: 30px; align-items: center; padding: 28px 30px;
}
.verdict-score { text-align: center; }
.verdict-score .score-ring { margin: 0 auto 8px; }
.verdict-body h2 { margin-bottom: .35em; }
.verdict-body p:last-child { margin-bottom: 0; }
.verdict-split {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ink-200);
}
.verdict-split > div { padding: 20px 30px; }
.verdict-split > div + div { border-left: 1px solid var(--ink-200); }
.vs-title {
  display: flex; align-items: center; gap: 8px;
  font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  font-weight: 750; margin-bottom: 8px;
}
.vs-good .vs-title { color: var(--pos-600); }
.vs-bad .vs-title { color: var(--neg-600); }
.verdict-split p { margin: 0; font-size: .95rem; color: var(--ink-700); }

@media (max-width: 760px) {
  .verdict-top { grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 24px 20px; text-align: center; }
  .verdict-body { text-align: left; }
  .verdict-split { grid-template-columns: minmax(0, 1fr); }
  .verdict-split > div { padding: 18px 20px; }
  .verdict-split > div + div { border-left: 0; border-top: 1px solid var(--ink-200); }
}

/* ==========================================================================
   Pros & cons
   ========================================================================== */
.proscons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 760px) { .proscons { grid-template-columns: minmax(0, 1fr); } }

.pc-panel {
  border-radius: var(--radius-lg); padding: 24px; border: 1px solid;
}
.pc-pros { background: var(--pos-050); border-color: var(--pos-200); }
.pc-cons { background: var(--neg-050); border-color: var(--neg-200); }
.pc-head {
  display: flex; align-items: center; gap: 9px; margin-bottom: 16px;
  font-size: 1.1rem; font-weight: 750; letter-spacing: -.01em;
}
.pc-pros .pc-head { color: var(--pos-600); }
.pc-cons .pc-head { color: var(--neg-600); }
.pc-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.pc-list li { display: flex; gap: 11px; align-items: flex-start; margin: 0; }
.pc-list svg { margin-top: 3px; flex-shrink: 0; }
.pc-pros .pc-list svg { color: var(--pos-600); }
.pc-cons .pc-list svg { color: var(--neg-600); }
.pc-list strong { display: block; margin-bottom: 1px; font-size: .96rem; }
.pc-list span.pc-detail { font-size: .89rem; color: var(--ink-600); line-height: 1.55; }

/* ==========================================================================
   Callouts
   ========================================================================== */
.callout {
  display: flex; gap: 14px; align-items: flex-start;
  border-radius: var(--radius); padding: 18px 20px;
  border: 1px solid; margin: 1.9em 0; font-size: .96rem; line-height: 1.62;
}
.callout p:last-child { margin-bottom: 0; }
.callout-title { display: block; font-weight: 720; margin-bottom: 4px; }
.callout svg { margin-top: 2px; }
.callout-info { background: var(--info-050); border-color: var(--info-200); color: var(--ink-800); }
.callout-info svg, .callout-info .callout-title { color: var(--info-700); }
.callout-warn { background: var(--warn-050); border-color: var(--warn-200); color: var(--ink-800); }
.callout-warn svg, .callout-warn .callout-title { color: var(--warn-700); }
.callout-good { background: var(--pos-050); border-color: var(--pos-200); color: var(--ink-800); }
.callout-good svg, .callout-good .callout-title { color: var(--pos-600); }
.callout-brand { background: var(--brand-050); border-color: var(--brand-100); color: var(--ink-800); }
.callout-brand svg, .callout-brand .callout-title { color: var(--brand-600); }

/* Key takeaway strip */
.takeaway {
  border-left: 4px solid var(--brand-500); background: var(--brand-050);
  padding: 16px 20px; border-radius: 0 var(--radius) var(--radius) 0;
  margin: 1.9em 0; font-size: 1.02rem; color: var(--ink-800);
}
.takeaway p:last-child { margin-bottom: 0; }

/* ==========================================================================
   Tables
   ========================================================================== */
.table-scroll {
  position: relative; overflow-x: auto; -webkit-overflow-scrolling: touch;
  border: 1px solid var(--ink-200); border-radius: var(--radius-lg);
  margin: 1.8em 0; background: var(--surface);
}
.table-scroll table { margin: 0; border: 0; }
.data-table {
  width: 100%; border-collapse: collapse; font-size: .93rem; min-width: 480px;
}
.data-table caption {
  caption-side: top; text-align: left; padding: 15px 18px 0;
  font-size: .8rem; color: var(--ink-500); font-weight: 600;
}
.data-table th, .data-table td {
  padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--ink-200);
  vertical-align: top;
}
.data-table thead th {
  background: var(--ink-050); font-size: .74rem; letter-spacing: .07em;
  text-transform: uppercase; color: var(--ink-600); font-weight: 750;
  white-space: nowrap; border-bottom: 1px solid var(--ink-200);
}
.data-table tbody tr:last-child td { border-bottom: 0; }
.data-table tbody tr:hover { background: var(--ink-050); }
.data-table .num { text-align: right; font-variant-numeric: tabular-nums; }
.data-table .plan-name { font-weight: 700; color: var(--ink-900); }
.data-table .price { font-weight: 720; color: var(--brand-600); white-space: nowrap; }

.scroll-hint {
  display: none; font-size: .78rem; color: var(--ink-500);
  margin: -1.2em 0 1.8em; align-items: center; gap: 6px;
}
@media (max-width: 720px) { .scroll-hint { display: flex; } }

/* ==========================================================================
   Pricing cards
   ========================================================================== */
.plan-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
@media (max-width: 1020px) { .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .plan-grid { grid-template-columns: minmax(0, 1fr); } }

.plan {
  display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg); padding: 26px 22px;
  transition: transform .2s, box-shadow .2s;
}
.plan:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.plan-featured {
  border-color: var(--brand-500); border-width: 2px;
  box-shadow: 0 10px 34px rgba(0, 240, 208, .14); position: relative;
}
.plan-flag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--brand-500); color: var(--on-accent); font-size: .68rem; font-weight: 750;
  letter-spacing: .08em; text-transform: uppercase; padding: 5px 14px;
  border-radius: 999px; white-space: nowrap;
}
.plan-name { font-size: 1.16rem; font-weight: 780; color: var(--ink-900); margin-bottom: 3px; }
.plan-for { font-size: .82rem; color: var(--ink-500); margin-bottom: 16px; min-height: 2.6em; }
.plan-price {
  font-size: 2.05rem; font-weight: 800; color: var(--ink-900);
  letter-spacing: -.035em; line-height: 1.1;
}
.plan-price-sm { font-size: 1.32rem; }
.plan-period { font-size: .84rem; color: var(--ink-500); margin-bottom: 4px; }
.plan-equiv {
  font-size: .82rem; color: var(--brand-600); font-weight: 650;
  padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--ink-200);
}
.plan-chips {
  display: flex; align-items: center; gap: 8px; font-size: .9rem;
  background: var(--ink-050); border: 1px solid var(--ink-200);
  border-radius: 10px; padding: 9px 12px; margin-bottom: 16px;
}
.plan-chips strong { color: var(--ink-900); }
.plan-features { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 9px; }
.plan-features li {
  display: flex; gap: 9px; align-items: flex-start; font-size: .89rem;
  color: var(--ink-700); margin: 0;
}
.plan-features svg { margin-top: 3px; color: var(--pos-600); flex-shrink: 0; }
.plan .btn { margin-top: auto; }

/* ==========================================================================
   Step timeline
   ========================================================================== */
.timeline { position: relative; margin: 2em 0; padding: 0; list-style: none; }
.timeline::before {
  content: ''; position: absolute; left: 19px; top: 12px; bottom: 12px;
  width: 2px; background: linear-gradient(180deg, var(--brand-100), var(--ink-200));
}
.timeline > li {
  position: relative; padding-left: 60px; margin: 0 0 26px;
}
.timeline > li:last-child { margin-bottom: 0; }
.step-num {
  position: absolute; left: 0; top: 0;
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--surface); border: 2px solid var(--brand-200, var(--brand-100));
  color: var(--brand-600); font-weight: 780; font-size: .92rem;
  box-shadow: 0 0 0 4px var(--surface);
}
.timeline h3 { margin: 6px 0 .4em; font-size: 1.1rem; }
.timeline p:last-child, .timeline ul:last-child { margin-bottom: 0; }

/* Compact flow chain */
.flow {
  display: flex; flex-wrap: wrap; align-items: stretch; gap: 10px; margin: 1.8em 0;
}
.flow-step {
  flex: 1 1 130px; background: var(--surface); border: 1px solid var(--ink-200);
  border-radius: var(--radius); padding: 14px 12px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  font-size: .87rem; font-weight: 620; color: var(--ink-800);
  position: relative;
}
.flow-step .flow-ico {
  width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
  background: var(--brand-050); color: var(--brand-600);
}
.flow-step small { display: block; font-weight: 480; color: var(--ink-500); font-size: .78rem; }
.flow-arrow { display: grid; place-items: center; color: var(--ink-300); flex: 0 0 auto; }
@media (max-width: 700px) {
  .flow { flex-direction: column; }
  .flow-arrow { transform: rotate(90deg); }
}

/* ==========================================================================
   Prompt box
   ========================================================================== */
.prompt-box {
  background: #121d1a; color: var(--ink-800);
  border-radius: var(--radius); padding: 18px 20px; margin: 1.7em 0;
  font-size: .93rem; line-height: 1.62; position: relative;
  border: 1px solid var(--brand-100);
}
.prompt-box .pb-label {
  display: flex; align-items: center; gap: 7px;
  font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--brand-600); font-weight: 720; margin-bottom: 9px;
}
.prompt-box p { margin: 0; }
.prompt-box p + p { margin-top: .7em; }
.prompt-box em { color: #cfebe4; font-style: italic; }
.prompt-formula {
  background: var(--ink-050); border: 1px dashed var(--ink-300);
  border-radius: var(--radius); padding: 15px 18px; margin: 1.5em 0;
  font-size: .95rem; font-weight: 620; color: var(--ink-800); text-align: center;
}
.prompt-formula .pf-plus { color: var(--brand-500); font-weight: 700; margin: 0 3px; }

/* ==========================================================================
   Spec chips (durations / resolutions)
   ========================================================================== */
.spec-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 1.5em 0; }
.spec-chip {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  min-width: 84px; padding: 12px 16px; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--ink-200); text-align: center;
  transition: transform .18s, border-color .18s;
}
.spec-chip:hover { transform: translateY(-2px); border-color: var(--brand-500); }
.spec-chip b { font-size: 1.12rem; color: var(--ink-900); letter-spacing: -.02em; }
.spec-chip small { font-size: .74rem; color: var(--ink-500); }
.spec-chip.is-highlight { border-color: var(--brand-500); background: var(--brand-050); }
.spec-chip.is-highlight b { color: var(--brand-700); }

/* ==========================================================================
   FAQ accordion
   ========================================================================== */
.faq { display: grid; gap: 10px; margin: 1.5em 0 0; }
.faq-item {
  background: var(--surface); border: 1px solid var(--ink-200);
  border-radius: var(--radius); overflow: hidden;
  transition: border-color .18s, box-shadow .18s;
}
.faq-item:has(.faq-q[aria-expanded="true"]) {
  border-color: var(--brand-100); box-shadow: var(--shadow-xs);
}
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: 100%; padding: 17px 20px; min-height: 56px;
  background: none; border: 0; cursor: pointer;
  font-family: inherit; font-size: 1rem; font-weight: 660; color: var(--ink-900);
  text-align: left; line-height: 1.45;
}
.faq-q { transition: background .2s ease, color .2s ease; }
.faq-q:hover, .faq-q:focus-visible { background: var(--ink-050); color: var(--brand-700); }
.faq-chevron { flex-shrink: 0; color: var(--ink-400); transition: transform .22s ease; }
.faq-q[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); color: var(--brand-600); }
.faq-a { display: none; padding: 0 20px 19px; color: var(--ink-700); font-size: .96rem; }
.faq-a.is-open { display: block; }
.faq-a p:last-child { margin-bottom: 0; }

/* ==========================================================================
   CTA blocks
   ========================================================================== */
.cta-band {
  background: radial-gradient(ellipse at 100% 0%, rgba(0,240,208,.12), transparent 65%), #161d1b;
  border: 1px solid var(--brand-100);
  color: #fff; border-radius: var(--radius-xl); padding: 40px;
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px; align-items: center; margin: 2.2em 0;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; right: -60px; top: -80px;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.13), transparent 68%);
  pointer-events: none;
}
.cta-band h2, .cta-band h3 { color: #fff; margin-bottom: .4em; position: relative; }
.cta-band p { color: rgba(255,255,255,.86); margin-bottom: 0; position: relative; font-size: 1rem; }
.cta-band .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; position: relative; }
@media (max-width: 800px) {
  .cta-band { grid-template-columns: minmax(0, 1fr); padding: 30px 24px; text-align: center; }
  .cta-band .cta-actions { justify-content: center; }
}

.cta-inline {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 18px; background: var(--brand-050); border: 1px solid var(--brand-100);
  border-radius: var(--radius-lg); padding: 20px 24px; margin: 2em 0;
}
.cta-inline .ci-text { min-width: 0; flex: 1 1 280px; }
.cta-inline strong { display: block; font-size: 1.04rem; color: var(--ink-900); margin-bottom: 2px; }
.cta-inline p { margin: 0; font-size: .9rem; color: var(--ink-600); }

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none; align-items: center; gap: 12px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(18,18,18,.96);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--ink-200); box-shadow: 0 -4px 20px rgba(20,18,26,.09);
  transform: translateY(110%); transition: transform .28s ease;
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta .sc-text { min-width: 0; flex: 1; }
.sticky-cta .sc-title {
  font-size: .88rem; font-weight: 720; color: var(--ink-900);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sticky-cta .sc-sub { font-size: .74rem; color: var(--ink-500); }
.sticky-cta .btn { flex-shrink: 0; }
@media (max-width: 860px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 0; }
  body.has-sticky-cta { padding-bottom: 74px; }
}

/* ==========================================================================
   Internal link cards
   ========================================================================== */
.link-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 940px) { .link-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .link-cards { grid-template-columns: minmax(0, 1fr); } }

.link-card {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg); padding: 20px; text-decoration: none;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.link-card:hover {
  transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--brand-100);
}
.link-card .lc-ico {
  width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--brand-050); color: var(--brand-600); border: 1px solid var(--brand-100);
}
.link-card .lc-title {
  display: flex; align-items: center; gap: 6px;
  font-weight: 720; color: var(--ink-900); font-size: 1rem; margin-bottom: 3px;
}
.link-card:hover .lc-title { color: var(--brand-700); }
.link-card .lc-desc { font-size: .875rem; color: var(--ink-600); line-height: 1.55; }
.link-card .lc-arrow { transition: transform .18s; color: var(--brand-500); }
.link-card:hover .lc-arrow { transform: translateX(3px); }

/* ==========================================================================
   Audience cards
   ========================================================================== */
.audience { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 760px) { .audience { grid-template-columns: minmax(0, 1fr); } }
.aud-card { border-radius: var(--radius-lg); padding: 26px; border: 1px solid; }
.aud-yes { background: var(--pos-050); border-color: var(--pos-200); }
.aud-no { background: var(--ink-050); border-color: var(--ink-200); }
.aud-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.aud-head h3 { margin: 0; font-size: 1.14rem; }
.aud-ico { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; flex-shrink: 0; }
.aud-yes .aud-ico { background: var(--pos-050); color: var(--pos-600); }
.aud-no .aud-ico { background: var(--ink-200); color: var(--ink-600); }
.aud-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.aud-list li { display: flex; gap: 9px; align-items: flex-start; font-size: .93rem; margin: 0; }
.aud-list svg { margin-top: 3px; flex-shrink: 0; }
.aud-yes .aud-list svg { color: var(--pos-600); }
.aud-no .aud-list svg { color: var(--ink-400); }

/* ==========================================================================
   Status card (coupon page)
   ========================================================================== */
.status-card {
  background: var(--surface); border: 1px solid var(--ink-200);
  border-radius: var(--radius-xl); box-shadow: var(--shadow); overflow: hidden;
}
.status-head {
  background: var(--ink-050); border-bottom: 1px solid var(--ink-200);
  padding: 16px 22px; display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap;
}
.status-head h2 { margin: 0; font-size: 1.12rem; }
.status-updated { font-size: .8rem; color: var(--ink-500); display: inline-flex; align-items: center; gap: 6px; }
.status-list { list-style: none; margin: 0; padding: 0; }
.status-list li {
  display: flex; align-items: flex-start; gap: 12px; margin: 0;
  padding: 15px 22px; border-bottom: 1px solid var(--ink-100); font-size: .96rem;
}
.status-list li:last-child { border-bottom: 0; }
.status-list svg { margin-top: 3px; flex-shrink: 0; }
.st-yes svg { color: var(--pos-600); }
.st-no svg { color: var(--neg-600); }
.st-maybe svg { color: var(--warn-700); }
.status-list .st-label { font-weight: 640; color: var(--ink-900); }
.status-list .st-value { color: var(--ink-600); font-size: .9rem; display: block; }

/* Deal badge */
.badge {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 10px; border-radius: 999px;
  font-size: .74rem; font-weight: 700; letter-spacing: .01em;
}
.badge-yes { background: var(--pos-050); color: var(--pos-600); border: 1px solid var(--pos-200); }
.badge-no { background: var(--neg-050); color: var(--neg-600); border: 1px solid var(--neg-200); }
.badge-warn { background: var(--warn-050); color: var(--warn-700); border: 1px solid var(--warn-200); }
.badge-neutral { background: var(--ink-100); color: var(--ink-600); border: 1px solid var(--ink-200); }

/* ==========================================================================
   Example character profile cards
   ========================================================================== */
.profile-card {
  background: var(--surface); border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg); overflow: hidden; height: 100%;
  display: flex; flex-direction: column;
}
.profile-head {
  padding: 18px 20px; border-bottom: 1px solid var(--ink-200);
  display: flex; align-items: center; gap: 13px;
  background: linear-gradient(135deg, var(--brand-050), var(--surface));
}
.profile-avatar {
  width: 46px; height: 46px; border-radius: 14px; flex-shrink: 0;
  display: grid; place-items: center; color: #fff; font-weight: 780; font-size: 1.1rem;
  background: var(--brand-500); color: var(--on-accent);
}
.profile-head h3 { margin: 0; font-size: 1.1rem; }
.profile-head .p-meta { font-size: .8rem; color: var(--ink-500); }
.profile-body { padding: 18px 20px; display: grid; gap: 13px; }
.p-field { display: grid; gap: 2px; }
.p-key {
  font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-500); font-weight: 720;
}
.p-val { font-size: .91rem; color: var(--ink-800); line-height: 1.55; }

/* ==========================================================================
   Feature list (compact checks)
   ========================================================================== */
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; margin: 0; font-size: .95rem; }
.check-list svg { margin-top: 3px; color: var(--pos-600); flex-shrink: 0; }
.check-list.neutral svg { color: var(--brand-500); }

.pill-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 1.3em 0; padding: 0; list-style: none; }
.pill-list li {
  margin: 0; padding: 7px 14px; border-radius: 999px;
  background: var(--ink-050); border: 1px solid var(--ink-200);
  font-size: .87rem; color: var(--ink-700);
}

/* ==========================================================================
   Contact form
   ========================================================================== */
.form-grid { display: grid; gap: 18px; max-width: 640px; }
.form-row { display: grid; gap: 7px; }
.form-row-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 620px) { .form-row-2 { grid-template-columns: minmax(0, 1fr); } }
.form-label { font-size: .88rem; font-weight: 640; color: var(--ink-800); }
.form-label .req { color: var(--brand-600); }
.form-input, .form-textarea, .form-select {
  width: 100%; padding: 12px 14px; min-height: 46px;
  font-family: inherit; font-size: .95rem; color: var(--ink-900);
  background: var(--surface); border: 1.5px solid var(--ink-300);
  border-radius: 10px; transition: border-color .16s, box-shadow .16s;
}
.form-textarea { min-height: 150px; resize: vertical; line-height: 1.6; }
.form-input:focus, .form-textarea:focus, .form-select:focus {
  outline: none; border-color: var(--brand-500);
  box-shadow: 0 0 0 3px rgba(0, 240, 208, .14);
}
.form-input[aria-invalid="true"], .form-textarea[aria-invalid="true"] { border-color: var(--neg-600); }
.form-error { font-size: .82rem; color: var(--neg-600); min-height: 0; }
.form-error:empty { display: none; }
.form-hint { font-size: .82rem; color: var(--ink-500); }
.form-status {
  display: none; gap: 11px; align-items: flex-start; padding: 15px 18px;
  border-radius: var(--radius); font-size: .93rem; border: 1px solid;
}
.form-status.is-visible { display: flex; }
.form-status.is-success { background: var(--pos-050); border-color: var(--pos-200); color: var(--pos-600); }
.form-status.is-error { background: var(--neg-050); border-color: var(--neg-200); color: var(--neg-600); }
.form-status svg { margin-top: 2px; flex-shrink: 0; }

/* Contact page layout */
.contact-layout {
  display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
  gap: 44px; align-items: start;
}
@media (max-width: 900px) {
  .contact-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
}

/* ==========================================================================
   Media: character showcases, figures and UI screenshots
   ========================================================================== */

/* Character gallery grid --------------------------------------------------- */
.char-grid {
  display: grid; gap: 14px; margin: 1.8em 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.char-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.char-grid-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
@media (max-width: 1000px) {
  .char-grid, .char-grid-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .char-grid, .char-grid-3, .char-grid-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}

.char-card {
  position: relative; overflow: hidden; margin: 0;
  border-radius: var(--radius); border: 1px solid var(--ink-200);
  background: var(--ink-100);
  transition: transform .22s ease, box-shadow .22s ease;
}
.char-card img {
  width: 100%; aspect-ratio: 2 / 3; object-fit: cover; display: block;
  background: var(--ink-100);
}
.char-card.is-square img { aspect-ratio: 1 / 1; }
.char-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

.char-card figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 22px 12px 10px;
  background: linear-gradient(to top, rgba(20, 18, 26, .82), transparent);
  color: #fff; font-size: .78rem; font-weight: 600; line-height: 1.35;
}

/* Single feature image ----------------------------------------------------- */
.media-figure { margin: 1.9em 0; }
.media-figure img {
  width: 100%; display: block; border-radius: var(--radius-lg);
  border: 1px solid var(--ink-200); background: var(--ink-100);
}
.media-figure figcaption {
  margin-top: 9px; font-size: .82rem; color: var(--ink-500); line-height: 1.55;
}

/* Hero collage ------------------------------------------------------------- */
.hero-collage {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px; margin-top: 18px;
}
.hero-collage figure { margin: 0; }
.hero-collage img {
  width: 100%; aspect-ratio: 2 / 3; object-fit: cover; display: block;
  border-radius: var(--radius); border: 1px solid var(--ink-200);
  background: var(--ink-100);
}
.hero-collage figure:nth-child(1) { transform: translateY(-8px); }
.hero-collage figure:nth-child(2) { transform: translateY(8px); }
@media (prefers-reduced-motion: reduce) {
  .hero-collage figure { transform: none !important; }
}

/* Screenshot frame (real product UI captures) ------------------------------- */
.shot {
  margin: 1.9em 0;
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--ink-300); box-shadow: var(--shadow);
  background: var(--surface);
}
.shot-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 9px 14px; background: var(--ink-100);
  border-bottom: 1px solid var(--ink-200);
}
.shot-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--ink-300); }
.shot-label {
  margin-left: 6px; font-size: .74rem; color: var(--ink-500); font-weight: 600;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.shot img { width: 100%; display: block; background: var(--ink-100); }
.shot figcaption {
  padding: 11px 16px; font-size: .82rem; color: var(--ink-600);
  background: var(--ink-050); border-top: 1px solid var(--ink-200); line-height: 1.55;
}

/* Media strip inside a card ------------------------------------------------ */
.card-media {
  margin: -24px -24px 18px; border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
}
.card-media img {
  width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block;
  background: var(--ink-100);
}

/* Profile card portrait ---------------------------------------------------- */
.profile-portrait {
  width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center 22%;
  display: block; background: var(--ink-100);
  border-bottom: 1px solid var(--ink-200);
}

/* 18+ content note --------------------------------------------------------- */
.media-note {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .8rem; color: var(--ink-500); line-height: 1.55;
  margin: -.7em 0 1.9em;
}
.media-note svg { margin-top: 2px; flex-shrink: 0; color: var(--ink-400); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: #0b0b0b; color: rgba(255,255,255,.7);
  border-top: 1px solid var(--ink-200);
  padding: 54px 0 28px; margin-top: 0; font-size: .92rem;
}
.footer-grid {
  display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
  gap: 36px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.14);
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: minmax(0, 1fr); } }

.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-tag { color: rgba(255,255,255,.6); }
.footer-about { margin: 14px 0 0; font-size: .88rem; line-height: 1.65; max-width: 38ch; }
.footer-col h2 {
  font-size: .74rem; letter-spacing: .11em; text-transform: uppercase;
  color: #fff; font-weight: 720; margin-bottom: 14px;
}
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer-list li { margin: 0; }
.footer-list a {
  color: rgba(255,255,255,.72); text-decoration: none; font-size: .89rem;
  transition: color .15s;
}
.footer-list a:hover, .footer-list a:focus-visible { color: var(--brand-500); text-decoration: underline; text-underline-offset: 4px; }

.footer-bottom {
  padding-top: 22px; display: flex; flex-wrap: wrap; gap: 12px 26px;
  justify-content: space-between; align-items: center; font-size: .82rem;
  color: rgba(255,255,255,.55);
}
.footer-bottom p { margin: 0; }
.footer-disclaimer {
  margin-top: 16px; padding: 14px 18px; border-radius: var(--radius);
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  font-size: .82rem; line-height: 1.62; color: rgba(255,255,255,.66);
}
.footer-disclaimer strong { color: rgba(255,255,255,.9); }

/* ==========================================================================
   Page hero variants (supporting pages)
   ========================================================================== */
.page-hero {
  background:
    radial-gradient(820px 420px at 85% -10%, rgba(0, 240, 208, .065), transparent 60%),
    linear-gradient(180deg, var(--page), var(--page));
  border-bottom: 1px solid var(--ink-200);
  padding: 26px 0 46px;
}
.page-hero h1 { margin-top: .35em; max-width: 20ch; }
.page-hero .hero-standfirst { max-width: 62ch; }
.page-hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 44px; align-items: center;
}
@media (max-width: 940px) {
  .page-hero-grid, .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .review-card { position: static; }
  .page-hero h1 { max-width: none; }
}

/* Small summary panel used in supporting-page heroes */
.hero-panel {
  background: var(--surface); border: 1px solid var(--ink-200);
  border-radius: var(--radius-xl); padding: 24px; box-shadow: var(--shadow);
}

/* Panel variant with an integrated image banner at the top */
.hero-panel.has-visual { padding: 0; overflow: hidden; }
.hero-panel.has-visual > .hero-panel-body { padding: 22px 24px 24px; }
.hero-panel-visual {
  position: relative; margin: 0; line-height: 0; background: var(--ink-100);
}
.hero-panel-visual img {
  width: 100%; aspect-ratio: 16 / 9; object-fit: cover;
  object-position: center 25%; display: block;
}
.hero-panel-visual figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 26px 20px 12px; color: #fff;
  font-size: .78rem; font-weight: 600; line-height: 1.4;
  background: linear-gradient(to top, rgba(20, 18, 26, .8), transparent);
}
.hero-panel h2 {
  font-size: .74rem; letter-spacing: .11em; text-transform: uppercase;
  color: var(--ink-500); font-weight: 750; margin-bottom: 16px;
}
.hp-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.hp-list li {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 14px; margin: 0; padding-bottom: 12px; border-bottom: 1px dashed var(--ink-200);
  font-size: .92rem;
}
.hp-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.hp-key { color: var(--ink-600); }
.hp-val { font-weight: 720; color: var(--ink-900); text-align: right; }
.hp-val.accent { color: var(--brand-600); }

/* ==========================================================================
   Legal / prose pages
   ========================================================================== */
.prose { max-width: 74ch; }
.prose h2 { margin-top: 2em; scroll-margin-top: calc(var(--header-h) + 20px); }
.prose h3 { margin-top: 1.6em; }
.prose ul { padding-left: 1.3em; }

/* ==========================================================================
   Reveal animation
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(16px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity .55s ease, transform .55s ease; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .btn:hover, .btn:active, .card-hover:hover, .link-card:hover, .plan:hover, .spec-chip:hover,
  .char-card:hover, .btn:hover .btn-arrow, .link-card:hover .lc-arrow {
    transform: none;
  }
  .btn::before { display: none; }
}

/* ==========================================================================
   Print
   ========================================================================== */
@media print {
  .site-header, .sticky-cta, .toc, .cta-band, .cta-inline, .site-footer { display: none !important; }
  body { font-size: 12pt; }
}
