@font-face {
  font-family: Inter;
  src: url('/fonts/inter-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/fonts/cormorant-garamond-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #0c0d11;
  --surface: #141519;
  --accent: #d4c5a9;
  --text: #f0e6d3;
  --heading: #faf4eb;
  --secondary: #c4b8a5;
  --border: rgba(240, 230, 211, .15);
  font-family: Inter, system-ui, sans-serif;
  font-synthesis: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
}
* { box-sizing: border-box; }
body, h1, h2, h3, p, figure, ul, ol { margin: 0; }
body { min-width: 0; overflow-wrap: anywhere; }
img { display: block; max-width: 100%; }
a { color: var(--text); text-decoration: underline; text-underline-offset: 4px; }
a:hover { color: var(--heading); }
a, summary { -webkit-tap-highlight-color: transparent; overflow-wrap: anywhere; }
a:not(.cta), summary { min-height: 44px; }
a:not(.cta) { display: inline-flex; align-items: center; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; box-shadow: 0 0 0 4px var(--bg); }
main:focus { outline: none; }
.skip-link { position: absolute; top: 8px; left: 16px; z-index: 3; padding: 8px 16px; background: var(--bg); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.container { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: 24px; }
.section { padding-block: 64px; }
.ruled { border-top: 1px solid var(--border); }
h1, h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; color: var(--heading); line-height: 1.2; text-wrap: balance; }
h1 { font-size: 3rem; }
h2 { font-size: 2rem; margin-bottom: 32px; }
h3 { font-size: 1.25rem; font-weight: 600; line-height: 1.5; color: var(--heading); }
strong { font-weight: 600; }
p { max-width: 64ch; }
.secondary, .helper, figcaption, .editorial-disclosure, .report-sample footer { color: var(--secondary); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px; }
.brand { gap: 8px; text-decoration: none; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.25rem; font-weight: 600; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
nav { display: flex; flex-wrap: wrap; column-gap: 32px; row-gap: 8px; }
.hero { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 48px; padding-block: 48px 64px; }
.hero-copy { min-width: 0; }
.hero-explanation { margin-block: 24px 32px; }
.cta { display: inline-flex; align-items: center; justify-content: center; text-align: center; min-height: 48px; padding: 8px 16px; border-radius: 8px; background: var(--accent); color: var(--bg); font-size: 1rem; font-weight: 600; line-height: 1.5; text-decoration: none; }
.cta:hover { background: var(--heading); color: var(--bg); }
.cta:active { background: var(--text); color: var(--bg); }
.helper { margin-top: 16px; }
.hero-art { width: 100%; max-width: 448px; justify-self: end; }
.image-halo { position: relative; isolation: isolate; }
.image-halo::before { content: ''; position: absolute; inset: 24px; background: rgba(212, 197, 169, .12); filter: blur(48px); z-index: -1; }
#demo-image { width: 100%; height: auto; }
figcaption { margin-top: 16px; }
.hero-art > a { margin-top: 8px; }
.three-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.theme-groups > div { border-top: 1px solid var(--border); padding-top: 24px; }
.theme-groups ul { list-style: none; padding: 0; margin-top: 16px; }
.theme-groups li + li { margin-top: 8px; }
.reading-width, .reading-heading, .report-sample { max-width: 720px; margin-inline: auto; }
.report-sample { background: var(--surface); padding: 32px; border: 1px solid var(--border); border-radius: 8px; }
.editorial-disclosure { margin-block: 8px 24px; }
.report-sample p + p { margin-top: 16px; }
.reflection-question { background: var(--bg); border-left: 4px solid var(--accent); padding: 16px; margin-top: 24px; }
.reflection-question strong { display: block; margin-bottom: 8px; }
.report-sample footer { margin-top: 24px; }
.steps { list-style: none; padding: 0; }
.step-number { display: block; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; font-weight: 600; line-height: 1.2; padding-bottom: 16px; border-bottom: 1px solid var(--border); margin-bottom: 24px; }
.steps p { margin-top: 8px; }
.offer { display: flex; flex-direction: column; align-items: stretch; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 24px; min-width: 0; }
.offer-heading { margin-bottom: 24px; }
.theme-count { color: var(--secondary); margin-top: 8px; }
.price-block { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; border-bottom: 1px solid var(--border); padding-bottom: 24px; margin-bottom: 24px; }
.price { font-size: 2rem; line-height: 1.2; font-weight: 600; }
.promotion { color: var(--accent); font-weight: 600; }
.regular { color: var(--secondary); }
.regular s { margin-left: 4px; }
.offer-themes { list-style: none; padding: 0; margin-bottom: 32px; }
.offer-themes li + li { margin-top: 24px; }
.offer-themes p { margin-top: 4px; }
.offer .cta { width: 100%; margin-top: auto; }
.purchase-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border); }
#faq details { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; }
#faq details + details { margin-top: 8px; }
summary { cursor: pointer; padding: 16px; font-weight: 600; }
#faq details p { margin: 0 16px 24px; }
.final-panel { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 48px; }
.final-panel h2 { margin-bottom: 16px; }
.final-panel .cta { margin-top: 24px; }
.entertainment { margin-top: 24px; color: var(--secondary); }
.site-footer { padding-block: 48px 32px; }
.footer-heading { font-family: Inter, system-ui, sans-serif; font-size: 1.25rem; line-height: 1.5; margin-bottom: 16px; }
.site-footer .three-columns > div > a:not(.brand) { display: flex; width: fit-content; }
#phone summary { padding: 8px 0; }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; margin-top: 32px; color: var(--secondary); }
@media (max-width: 959px) {
  .container { padding-inline: 16px; }
  .section { padding-block: 48px; }
  .site-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  nav { column-gap: 24px; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-block: 32px 48px; }
  h1 { font-size: 2rem; }
  .hero-art { justify-self: center; }
  .cta { width: 100%; }
  .three-columns, .purchase-notes { grid-template-columns: minmax(0, 1fr); }
  .theme-groups > div { padding-top: 16px; }
  .report-sample, .offer { padding: 16px; }
  .steps li { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 16px; }
  .step-number { border: 0; padding: 0; margin: 0; }
  .offer .cta { margin-top: 0; }
  .final-panel { padding: 24px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
