:root {
  --cinema-night: #171119;
  --cinema-plum: #382438;
  --cinema-paper: #f5eee4;
  --cinema-sheet: #fbf8f2;
  --cinema-ink: #282126;
  --cinema-muted: #766a70;
  --cinema-gold: #d3a85f;
  --cinema-rose: #c8879c;
  --cinema-rule: rgba(211, 168, 95, 0.32);
}

html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cinema-paper); color: var(--cinema-ink); }
.site-shell { background: var(--cinema-paper); }
.ledger-shell { width: min(1240px, calc(100% - 40px)); }

.nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: #fff;
  background: transparent;
  border: 0;
}
.nav-inner { grid-template-columns: minmax(0, 1fr) auto; padding: 1.45rem 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
.nav-links { grid-column: auto; padding: 0; gap: 1.4rem; }
.nav-links a { color: #eee4ea; }
.nav-links a:hover, .nav-links a.active { color: var(--cinema-gold); }
.masthead-claim { display: none; }

.home-hero {
  position: relative;
  isolation: isolate;
  display: flex !important;
  grid-template-columns: 1fr !important;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  color: #fff;
  background: var(--cinema-night);
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url('../photo-library/originals/AngelicaMain.png') 68% 14% / cover no-repeat;
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(18,11,19,.98) 0%, rgba(24,14,25,.84) 38%, rgba(24,14,25,.15) 72%), linear-gradient(0deg, rgba(18,11,19,.82), transparent 48%);
}
.edition-rail, .home-hero .hero-image { display: none; }
.cover-copy {
  width: min(1240px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  min-height: 100svh;
  padding: 9.5rem 0 6rem !important;
  color: #fff;
  border: 0 !important;
  background: transparent !important;
}
.cover-copy-inner { max-width: 670px; }
.cover .section-kicker { color: var(--cinema-gold); }
.cover h1 {
  max-width: 8.7ch;
  margin: 1rem 0 1.3rem;
  color: #fff;
  font-size: clamp(3.9rem, 8vw, 7.3rem);
  line-height: .88;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.cover .dek { max-width: 36rem; color: #e5dbe1; font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.hero-today-line { max-width: 38rem; margin: 1.25rem 0 0; color: #d8cbd2; font-family: Georgia, serif; font-size: 1.05rem; }
.hero-date-row { margin-top: 1.3rem; border-color: rgba(255,255,255,.2); }
.hero-date, .hero-date-label { color: #fff; }
.hero-actions { margin-top: 1.5rem; }
.hero-actions .button { border-color: var(--cinema-gold); }
.hero-actions .button-primary { background: var(--cinema-gold) !important; color: var(--cinema-night) !important; }
.hero-actions .button-secondary { color: #fff !important; background: rgba(15,9,16,.25) !important; }
.hero-proof { margin: 1.35rem 0 0; color: #bfb1ba; font-size: .74rem; letter-spacing: .04em; }
.hero-proof strong { color: #fff; }

.sign-ticker { padding: 4.5rem 0 0; color: var(--cinema-ink); background: var(--cinema-sheet); border: 0; }
.sign-ticker::before {
  content: "Written fresh each day\A Your horoscope today";
  display: block;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 2rem;
  color: var(--cinema-ink);
  white-space: pre;
  font-family: Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  font-weight: 700;
  line-height: 1.1;
}
.ticker-track { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); overflow: visible; border-top: 1px solid #d9cdbc; border-left: 1px solid #d9cdbc; }
.zodiac-ticker-button { min-width: 0; padding: .9rem .3rem; color: var(--cinema-ink); border: 0; border-right: 1px solid #d9cdbc; border-bottom: 1px solid #d9cdbc; }
.zodiac-ticker-button:hover, .zodiac-ticker-button.is-active { color: #fff; background: var(--cinema-plum); }
.zodiac-ticker-button b { color: var(--cinema-gold); }

#guidance, #reader-path, #birthday-spotlight, #about { display: none !important; }
.reading-area { width: min(1120px, calc(100% - 40px)); margin-inline: auto; padding: 0 0 6rem; background: var(--cinema-sheet); }
.reading-top { display: none; }
.horoscope-grid-wrap { border: 0; }
.horoscope-grid { display: block; }
.sign-card { display: none; min-height: 0; padding: clamp(2rem, 5vw, 3.5rem); border: 0; background: #eee2d3; }
.sign-card:first-child, .sign-card.is-selected { display: grid; grid-template-columns: minmax(190px,.55fr) minmax(0,1.45fr); gap: 1rem 3rem; }
.horoscope-grid.has-selection .sign-card:first-child { display: none; }
.horoscope-grid.has-selection .sign-card.is-selected { display: grid; }
.sign-card .sign-kicker, .sign-card .vibe-pill { grid-column: 1; }
.sign-card .sign-top { grid-column: 1; grid-row: 2 / span 2; display: block; }
.sign-card .sign-title { font-size: clamp(2.3rem, 4vw, 3.8rem); }
.sign-card .icon-badge { margin-top: .75rem; font-size: 3rem; }
.sign-card .sign-highlight { grid-column: 2; grid-row: 1 / span 2; margin: 0; font-family: Georgia, serif; font-size: clamp(1.3rem,2.2vw,1.8rem); }
.sign-card .sign-detail-grid { grid-column: 2; grid-row: 3 / span 3; }

.cinematic-tarot { padding: 6rem 20px; color: #fff; background: var(--cinema-night); }
.cinematic-tarot-inner { width: min(1120px,100%); margin: auto; display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: 4.5rem; align-items: center; }
.cinematic-tarot-card { max-width: 410px; margin: 0; padding: 12px; border: 1px solid var(--cinema-gold); background: #241925; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.cinematic-tarot-card img { width: 100%; aspect-ratio: 2/3; object-fit: cover; }
.cinematic-tarot-copy h2 { margin: .7rem 0 1rem; color: #fff; font: 700 clamp(2.7rem,5vw,4.5rem)/.95 Georgia,serif; }
.cinematic-tarot-copy p { max-width: 650px; color: #d8cbd2; font: 400 clamp(1.2rem,2.2vw,1.7rem)/1.45 Georgia,serif; }
.cinematic-link { display: inline-flex; margin-top: 1rem; color: var(--cinema-gold); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

#next-steps { width: 100%; max-width: none; padding: 6rem 20px; border: 0; background: #eee4d7; }
.next-panel { width: min(1120px,100%); margin: auto; display: block; }
.next-panel > div:first-child { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.3rem; }
.next-panel h2 { margin: .5rem 0 0; font: 700 clamp(2.5rem,5vw,4.3rem)/.98 Georgia,serif; }
.next-panel > div:first-child p { max-width: 470px; color: var(--cinema-muted); }
.quick-path-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border-top: 1px solid #bfae9c; border-left: 1px solid #bfae9c; }
.quick-path-card { min-height: 210px; padding: 2rem; border: 0; border-right: 1px solid #bfae9c; border-bottom: 1px solid #bfae9c; background: transparent; }
.quick-path-card:hover { transform: none; background: #fff; }
.quick-path-card h3 { margin-top: 2rem; font: 700 1.7rem Georgia,serif; }

#future { width: 100%; max-width: none; padding: 0; background: #fff; }
#future .section-header { display: none; }
.insights-grid { display: block; }
.insight-card { display: none; }
.insight-card:first-child { display: grid; grid-template-columns: 1fr 1fr; border: 0; background: #fff; }
.insight-card:first-child img { width: 100%; height: 520px; object-fit: cover; }
.insight-card:first-child .insight-card-copy { padding: clamp(3rem,7vw,6rem); align-self: center; }
.insight-card:first-child .article-card-title { font: 700 clamp(2.3rem,4.5vw,4rem)/1 Georgia,serif; }
.insight-card:first-child .insight-summary { color: var(--cinema-muted); }
.insights-actions { padding: 0 0 4rem; text-align: center; }

footer { color: #c6b9c1; background: #140f16; }
.footer-inner { width: min(1120px,calc(100% - 40px)); }

@media (max-width: 980px) {
  .nav-links { display: none; grid-column: 1 / -1; padding-top: 1rem; }
  .nav-links.is-open { display: grid; grid-template-columns: 1fr 1fr; }
  .nav-toggle { display: inline-flex; }
  .ticker-track { grid-template-columns: repeat(6,minmax(0,1fr)); }
  .quick-path-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .ledger-shell { width: calc(100% - 28px); }
  .home-hero { min-height: 780px; align-items: end; }
  .home-hero::before { background-position: 62% 12%; }
  .home-hero::after { background: linear-gradient(0deg,rgba(18,11,19,.98) 0%,rgba(18,11,19,.75) 62%,rgba(18,11,19,.12)); }
  .cover-copy { width: calc(100% - 28px); min-height: 780px; padding: 8rem 0 3rem !important; }
  .cover h1 { max-width: 8ch; font-size: clamp(3.45rem,15.5vw,5.3rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .sign-ticker { padding-top: 3.5rem; }
  .sign-ticker::before { width: calc(100% - 28px); font-size: 2.5rem; }
  .ticker-track { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .reading-area { width: calc(100% - 28px); padding-bottom: 4rem; }
  .sign-card:first-child, .sign-card.is-selected { grid-template-columns: 1fr; }
  .sign-card .sign-kicker, .sign-card .sign-top, .sign-card .vibe-pill, .sign-card .sign-highlight, .sign-card .sign-detail-grid { grid-column: 1; grid-row: auto; }
  .cinematic-tarot { padding: 4.5rem 14px; }
  .cinematic-tarot-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .cinematic-tarot-card { max-width: 300px; margin: auto; }
  #next-steps { padding: 4.5rem 14px; }
  .next-panel > div:first-child { display: block; }
  .quick-path-grid { grid-template-columns: 1fr; }
  .quick-path-card { min-height: 150px; }
  .insight-card:first-child { grid-template-columns: 1fr; }
  .insight-card:first-child img { height: 440px; }
}
