/* ════════════════════════════════════════════════════════════
   PsychoQuant — Cinematic skin
   Loaded AFTER pq.css + app.css to bring marketing, legal, auth,
   pricing, and the paid-report display onto the new copper-on-
   black palette already used by the landing, /the-288, free
   report, and profile pages.

   Source order matters: keep this stylesheet last in <head>.
   ════════════════════════════════════════════════════════════ */

body {
  background: #0a0a0a;
  color: #e8ddd0;
  font-family: 'Cormorant Garamond', serif;
}

a { color: #e8a040; }
a:hover { color: #f0a830; }


/* ── MARKETING / LEGAL layout ──────────────────────────────
   Used by about, ai-transparency, privacy, terms, pricing.
   They all wrap their content in `.marketing` with nav.top /
   footer.bottom inside. */

.marketing {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 28px 96px;
}

.marketing nav.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(232, 160, 64, 0.18);
}
.marketing nav.top a,
.marketing nav.top .brand {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: #8a7e72;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.marketing nav.top a.brand,
.marketing nav.top a:first-child.brand {
  font-size: 13px;
  letter-spacing: 0.32em;
  color: #e8a040;
}
.marketing nav.top a:hover { color: #e8a040; }

.marketing h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(40px, 6vw, 64px);
  color: #e8a040;
  line-height: 1.1;
  margin: 0 0 16px;
  letter-spacing: 0;
}
.marketing h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(22px, 3vw, 30px);
  color: #e8a040;
  margin: 56px 0 16px;
  line-height: 1.2;
  letter-spacing: 0;
}
.marketing h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.32em;
  color: #e8a040;
  text-transform: uppercase;
  margin: 36px 0 12px;
}

.marketing .lead {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(18px, 2.4vw, 22px);
  color: #b0a89e;
  line-height: 1.65;
  margin-bottom: 48px;
}
.marketing .meta {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  color: #6b6258;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.marketing p,
.marketing li {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.75;
  color: #c8c2b8;
  margin-bottom: 16px;
}
.marketing li { margin-bottom: 6px; }
.marketing p em { font-style: italic; color: #e8ddd0; }
.marketing p strong, .marketing li strong { color: #e8a040; font-weight: 500; }
.marketing ul, .marketing ol { padding-left: 22px; margin-bottom: 18px; }
.marketing a {
  color: #e8a040;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.marketing blockquote {
  border-left: 2px solid rgba(232, 160, 64, 0.4);
  padding-left: 18px;
  margin: 24px 0;
  font-style: italic;
  color: #b0a89e;
}

.marketing footer.bottom {
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid rgba(232, 160, 64, 0.18);
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.marketing footer.bottom a {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #6b6258;
  text-decoration: none;
  text-transform: uppercase;
}
.marketing footer.bottom a:hover { color: #e8a040; }
.marketing .house-credit {
  flex-basis: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  letter-spacing: 0.25em;
  color: #4a4540;
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
}


/* ── PRICING-specific blocks ─────────────────────────────── */

.tier-block {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(232, 160, 64, 0.15);
  border-top: 1px solid rgba(232, 160, 64, 0.5);
  border-radius: 4px;
  padding: 2rem 1.75rem;
  margin-bottom: 1.5rem;
}
.tier-block h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 3vw, 28px);
  color: #e8a040;
  margin: 0 0 4px;
}
.tier-block .tier-price {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(34px, 5vw, 44px);
  color: #f5f0e8;
  margin: 12px 0 8px;
  line-height: 1;
}
.tier-block .tier-blurb {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: #b0a89e;
  line-height: 1.6;
  margin-bottom: 12px;
}

.lens-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 700px) {
  .lens-grid { grid-template-columns: repeat(3, 1fr); }
}
.lens-tile {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(232, 160, 64, 0.15);
  border-top: 1px solid rgba(232, 160, 64, 0.5);
  border-radius: 4px;
  padding: 1.75rem 1.25rem;
  display: flex;
  flex-direction: column;
}
.lens-tile h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.5rem;
  color: #e8a040;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 0.6rem;
}
.lens-tile p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #b0a89e;
  flex-grow: 1;
  margin-bottom: 1rem;
}
.lens-tile .price {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.75rem;
  color: #f5f0e8;
  line-height: 1;
}

.bundle-cta {
  background: rgba(232, 160, 64, 0.04);
  border: 1px solid rgba(232, 160, 64, 0.2);
  border-left: 3px solid #e8a040;
  border-radius: 4px;
  padding: 2rem 1.75rem;
  margin-top: 1.5rem;
  text-align: center;
}
.bundle-cta h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 3vw, 30px);
  color: #e8a040;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 8px;
}
.bundle-cta .price {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 44px);
  color: #f5f0e8;
  line-height: 1;
  margin: 10px 0 6px;
}
.bundle-cta .save {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: #6b6258;
}

.coming-soon {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(232, 160, 64, 0.18);
}
.coming-soon h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.4rem;
  color: #b0a89e;
  margin: 0 0 14px;
}
.coming-soon ul { list-style: none; padding: 0; margin: 0; }
.coming-soon li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(232, 160, 64, 0.1);
  color: #8a7e72;
}
.coming-soon li:last-child { border-bottom: none; }
.coming-soon li strong { color: #e8a040; font-weight: 500; }

.footnote {
  margin-top: 48px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  color: #6b6258;
  text-align: center;
  line-height: 1.7;
}


/* ── LOGIN / AUTH ────────────────────────────────────────── */

.page-center {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
}
.page-center .brand {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.32em;
  color: #e8a040;
  text-transform: uppercase;
}
.page-center h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(36px, 6vw, 56px);
  color: #e8a040;
  line-height: 1.1;
  margin: 12px 0 0;
}
.page-center .input-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: #8a7e72;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.page-center .input {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(232, 160, 64, 0.25);
  border-radius: 2px;
  color: #f5f0e8;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  padding: 14px 18px;
  width: 100%;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.page-center .input::placeholder {
  color: #6b6258;
  font-style: italic;
}
.page-center .input:focus {
  border-color: #e8a040;
  background: rgba(255, 255, 255, 0.06);
}
.page-center .body-sm {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: #8a7e72;
  font-size: 14px;
  line-height: 1.6;
}


/* ── BUTTONS — global override (other pages already scope) ── */

body .btn-primary,
.marketing .btn-primary,
.page-center .btn-primary {
  background: #e8a040;
  color: #0a0a0a;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding: 14px 32px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
  text-decoration: none;
}
body .btn-primary:hover,
.marketing .btn-primary:hover,
.page-center .btn-primary:hover {
  background: #f0a830;
  box-shadow: 0 0 32px rgba(232, 160, 64, 0.15);
}
body .btn-primary:disabled,
.page-center .btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page-center .btn-secondary {
  background: transparent;
  color: #e8a040;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.page-center .btn-secondary:hover { opacity: 0.7; }


/* ── PAID REPORT (report.html — renderFullReport output) ──
   The actual prose layout that appears once a paid report has
   finished generating. Scoped to .profile-shell on report.html
   because the same template HTML lives on other pages too. */

.profile-shell {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 24px 96px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.profile-shell .profile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 18px;
  border-bottom: 1px solid rgba(232, 160, 64, 0.15);
  border-top: none;
  margin: 0;
}
.profile-shell .profile-header .brand {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.32em;
  color: #e8a040;
  text-transform: uppercase;
}
.profile-shell .profile-header a.brand {
  font-size: 12px;
  letter-spacing: 0.25em;
  color: #8a7e72;
  text-decoration: none;
}
.profile-shell .profile-header a.brand:hover { color: #e8a040; }

/* The lens eyebrow ("Purpose report") rendered via .brand */
.profile-shell #content .brand:not(.profile-header .brand) {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.4em;
  color: #e8a040;
  text-transform: uppercase;
}
.profile-shell #content .rule {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.32em;
  color: rgba(232, 160, 64, 0.85);
  border-top: 1px solid rgba(232, 160, 64, 0.18);
  border-bottom: 1px solid rgba(232, 160, 64, 0.18);
  padding: 12px 0;
  text-transform: uppercase;
  max-width: 520px;
}

/* Classification badge — strip card chrome, scale up */
.profile-shell .cls-badge {
  background: transparent;
  border: none;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.profile-shell .cls-badge .swatch { display: none; }
.profile-shell .cls-badge .label-text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(36px, 6.5vw, 64px);
  color: #e8a040;
  line-height: 1.05;
  letter-spacing: 0;
}
.profile-shell .cls-badge .explanation {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(15px, 2vw, 18px);
  color: #b0a89e;
  line-height: 1.5;
  margin-top: 0.5rem;
}

/* Score row */
.profile-shell #content .stat-number-sm {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(36px, 5vw, 52px);
  color: #f5f0e8;
  line-height: 1;
  letter-spacing: 0;
}
.profile-shell #content .stat-denominator {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.5em;
  color: #6b6258;
  font-weight: 300;
  margin-left: 2px;
}
.profile-shell #content .label {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: #8a7e72;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

/* Report prose */
.profile-shell .report-prose {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(17px, 2.2vw, 19px);
  line-height: 1.8;
  color: #c8c2b8;
  max-width: 700px;
  margin: 1rem auto 0;
}
.profile-shell .report-prose h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(32px, 5vw, 44px);
  color: #e8a040;
  line-height: 1.15;
  margin: 2rem 0 1rem;
}
.profile-shell .report-prose h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(24px, 3.5vw, 32px);
  color: #e8a040;
  line-height: 1.2;
  margin: 2.5rem 0 1rem;
}
.profile-shell .report-prose h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.32em;
  color: #e8a040;
  text-transform: uppercase;
  margin: 2rem 0 0.75rem;
}
.profile-shell .report-prose p {
  margin: 0 0 1.3em;
}
.profile-shell .report-prose strong { color: #e8a040; font-weight: 500; }
.profile-shell .report-prose em { font-style: italic; color: #e8ddd0; }
.profile-shell .report-prose .divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 160, 64, 0.4), transparent);
  border: none;
}

/* "Back / Print" footer on the report page */
.profile-shell #content .no-print {
  border-top: 1px solid rgba(232, 160, 64, 0.18) !important;
}
.profile-shell .btn-secondary {
  background: transparent;
  color: #e8a040;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  border: 1px solid rgba(232, 160, 64, 0.3);
  padding: 12px 22px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}
.profile-shell .btn-secondary:hover {
  background: rgba(232, 160, 64, 0.08);
  border-color: #e8a040;
}


/* House credit on pages with no .marketing wrapper */
body > .house-credit {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  letter-spacing: 0.25em;
  color: #4a4540;
  text-align: center;
  text-transform: uppercase;
}
