/* ═══════════════════════════════════════════════════════════════════
   css/chinese-astrology-this-year.css — the auto-rotating current-year
   page (/chinese-astrology/this-year/). Brand-v2 manuscript chrome.
   Reuses the .cna-* section/hero/caveat/CTA system from
   chinese-astrology-animal.css; adds only the this-year-specific pieces:
   the year-STEM element accent (--cty-accent, set inline per year), the
   hero year-plate + Lichun "when" line, the two woven "character" voices,
   and the 12-row verdict accordion with reader-animal medallions.
   Buster lives in chinese-astrology-this-year.php (?v=…).
═══════════════════════════════════════════════════════════════════ */

:root { --cty-accent: #8E6E3A; } /* fallback; the page overrides inline */

/* ═══════════════ HERO accenting ═══════════════ */
.cty-hero h1 em { color: var(--cty-accent); }
.cty-hero .cna-hero-rule .m { color: var(--cty-accent); }

/* Year-STEM element accent ring around the reigning portrait */
.cty-portrait::before {
  background: radial-gradient(circle,
    color-mix(in srgb, var(--cty-accent) 30%, transparent) 0%,
    rgba(212,172,104,0) 68%);
}

/* Sexagenary year-plate under the portrait */
.cty-yearplate {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.28rem;
  margin: 0 auto 1.2rem;
  padding: 0.7rem 1.5rem 0.85rem;
  border: 1px solid rgba(184,145,80,0.55);
  border-top: 3px solid var(--cty-accent);
  border-radius: 12px;
  background: linear-gradient(180deg, #FFFBEF 0%, #FBF3DC 100%);
  box-shadow: 0 3px 12px rgba(45,31,56,0.08);
}
.cty-glyph {
  font-family: 'BaziGlyphs', 'Noto Serif SC', serif;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--cty-accent);
  letter-spacing: 0.08em;
}
.cty-yearplate-sub {
  /* round 6: notably larger + bolder — the small italic was hard to read */
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: 0.01em;
  color: #6B1F2C;
}

.cty-when {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;              /* round 6: match animal-page prose (1.2rem/1.75) */
  line-height: 1.75;
  color: #4A1620;
  max-width: 48ch;
  margin: 0 auto 1.5rem;
}
.cty-when strong { color: #6B1F2C; }

/* ═══════════════ THE CHARACTER OF THE YEAR ═══════════════ */
.cty-character { background: transparent; }  /* round 2: continuous peach, no band step */
.cty-lead {
  /* round 6: roman, not italic (the "two hands" intro) */
  font-style: normal;
  color: #4A1620 !important;
}
.cty-close { font-style: italic; color: #4A1620 !important; }

.cty-voice {
  background: linear-gradient(180deg, #FFFBEF 0%, #FBF3DC 100%);
  border: 1px solid rgba(184,145,80,0.5);
  border-left: 4px solid var(--cty-accent);
  border-radius: 12px;
  padding: 1.4rem 1.6rem 1.5rem;
  margin: 1.4rem 0;
  box-shadow: 0 3px 12px rgba(45,31,56,0.06);
}
.cty-voice--temperament { border-left-color: #6B1F2C; }
.cty-voice-h {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 1.14rem;
  letter-spacing: 0.02em;
  color: #6B1F2C;
  margin: 0 0 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.cty-voice-glyph {
  font-family: 'BaziGlyphs', 'Noto Serif SC', serif;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--cty-accent);
}
.cty-voice--temperament .cty-voice-glyph { color: #6B1F2C; }
.cty-voice p {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;              /* round 6: match animal-page prose */
  line-height: 1.75;
  color: #2D1F38;
  margin: 0;
}
.cty-profile-link { text-align: center; margin-top: 1.4rem; }
.cty-profile-link a {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: #77592B;
  text-decoration: none;
}
.cty-profile-link a:hover { color: #6B1F2C; text-decoration: underline; }

/* ═══════════════ WHAT THE YEAR MEANS FOR YOUR ANIMAL ═══════════════ */
.cty-foryou { background: transparent; }  /* round 2: continuous peach, no band step */
.cty-foryou-deck {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;              /* round 6: match animal-page prose */
  line-height: 1.75;
  color: #2D1F38;
  text-align: center;
  max-width: 58ch;
  margin: 0 auto 1.8rem;
}
.cty-foryou-deck em { color: #6B1F2C; font-style: italic; }

.cty-accordion { max-width: 800px; margin: 0 auto; }
.cty-row {
  border: 1px solid rgba(184,145,80,0.5);
  border-radius: 12px;
  margin-bottom: 0.8rem;
  background: linear-gradient(180deg, #FFFBEF 0%, #FBF3DC 100%);
  overflow: hidden;
}
.cty-row summary {
  list-style: none;
  cursor: pointer;
  padding: 0.85rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.cty-row summary::-webkit-details-marker { display: none; }
.cty-med {
  flex: 0 0 auto;
  width: 52px; height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(184,145,80,0.85);
  background: #FBF3DC;
  box-shadow: 0 2px 7px rgba(45,31,56,0.16);
}
.cty-row-name {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
  color: #6B1F2C;
  flex: 1 1 auto;
}
.cty-badge {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.cty-badge--san_he      { color: #2F5D33; background: #E4F0DC; border-color: #B9D6A8; }
.cty-badge--liu_he      { color: #5A3E86; background: #ECE3F5; border-color: #CBB6E4; }
.cty-badge--clash       { color: #9E2B25; background: #F6E1DA; border-color: #E3B4A6; }
.cty-badge--same_animal { color: #8E5A00; background: #F6E7C4; border-color: #E0C583; }
.cty-badge--neutral     { color: #5A5140; background: #EFE7D4; border-color: #D3C4A2; }

.cty-row .faq-icon { flex: 0 0 auto; }
.cty-row .faq-icon svg { width: 18px; height: 18px; fill: #B89150; transition: transform 0.2s ease; }
.cty-row[open] .faq-icon svg { transform: rotate(180deg); }

.cty-row-body {
  padding: 0 1.2rem 1.2rem;
  border-top: 1px solid rgba(184,145,80,0.28);
  padding-top: 0.9rem;
  margin: 0 0.3rem;
}
.cty-verdict-title {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #6B1F2C;
  margin: 0 0 0.5rem;
}
.cty-tone {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;              /* round 6: match animal-page prose */
  line-height: 1.7;
  color: #4A1620;
  margin: 0 0 0.7rem;
}
.cty-verdict-para {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;              /* round 6: match animal-page prose */
  line-height: 1.75;
  color: #2D1F38;
  margin: 0 0 0.8rem;
}
.cty-row-link {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 0.94rem;
  color: #77592B;
  text-decoration: none;
}
.cty-row-link:hover { color: #6B1F2C; text-decoration: underline; }

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width: 560px) {
  .cty-row summary { flex-wrap: wrap; gap: 0.6rem 0.7rem; padding: 0.75rem 0.9rem; }
  .cty-row-name { flex: 1 1 auto; font-size: 1rem; }
  .cty-badge { font-size: 0.74rem; padding: 0.22rem 0.55rem; }
  .cty-med { width: 44px; height: 44px; }
  .cty-when { font-size: 1.12rem; }   /* round 6: raised with the desktop bump */
}
