/* ============================================================
   SOLUA — Christmas  (/christmas/)
   Extends ../styles.css (header, footer, buttons, .wrap, .reveal,
   .section scaffold, .closing). Anima design system, themed to
   Christmas — warm cream-gold, candlelight on a deep night.
   Joyful, radiant, unhurried.
   ============================================================ */

:root {
  --xmas:      #D4B785;   /* Christmas cream-gold */
  --xmas-soft: #E3CBA0;
  --xmas-deep: #251D14;   /* deep warm night-brown for bands */
  --xmas-glow: #E8C98E;   /* candle glow */
  --evergreen: #6B7B5E;   /* faint greenery accent */
}

/* the closing CTA + accents on this page lean gold, not sage */
.xmas-page .closing-badge { background: var(--xmas); color: var(--xmas-deep); }
.xmas-page .closing-points li::before { background: var(--xmas); }
.xmas-page .btn-primary { background: var(--xmas); color: var(--xmas-deep); }
.xmas-page .btn-primary:hover { background: #C6A66C; }
.xmas-page .site-header.scrolled .brand-mark { background: var(--xmas); color: var(--xmas-deep); }

/* ---------- hero ---------- */
.xmas-hero {
  position: relative; overflow: hidden;
  background: var(--hero-ink); color: var(--color-cream);
  padding: 150px 0 104px;
}
.xmas-hero .hero-glow { top: -16%; right: -10%; width: 760px; height: 760px;
  background: radial-gradient(circle, rgba(232,201,142,0.46) 0%, rgba(212,183,133,0.12) 46%, transparent 72%); }
.xmas-hero .hero-glow.two { left: -16%; bottom: -28%; top: auto; width: 580px; height: 580px;
  background: radial-gradient(circle, rgba(212,183,133,0.20) 0%, transparent 66%); }
.xmas-hero .wrap {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center;
}
.xmas-hero .eyebrow {
  color: var(--xmas-soft); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px;
}
.xmas-hero .eyebrow::before { content: ""; width: 22px; height: 1px; background: rgba(227,203,160,0.6); }
.xmas-hero h1 {
  font-weight: 300; font-size: clamp(42px, 5.4vw, 70px); line-height: 1.04;
  letter-spacing: -0.025em; margin: 0 0 24px; text-wrap: balance;
}
.xmas-hero h1 b { font-weight: 700; }
.xmas-hero h1 i { font-style: italic; font-weight: 300; }
.xmas-hero .xmas-sub {
  font-size: 20px; line-height: 1.55; color: rgba(250,247,242,0.74);
  max-width: 31em; margin: 0 0 36px;
}
.xmas-hero .hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.xmas-hero .hero-note { margin: 30px 0 0; font-size: 14px; color: rgba(250,247,242,0.56); font-style: italic; }

/* ---------- hero visual ---------- */
.xmas-hero-visual { position: relative; }
.xmas-hero-visual .frame {
  position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 5 / 5.2;
  box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(250,247,242,0.08);
}
.xmas-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; display: block; }
.xmas-hero-visual .frame .verse {
  position: absolute; z-index: 3; bottom: 24px; left: 28px; right: 28px;
  font-style: italic; font-weight: 400; font-size: 17px; line-height: 1.4;
  color: var(--color-cream); text-wrap: balance;
  text-shadow: 0 1px 18px rgba(20,16,14,0.55), 0 1px 3px rgba(20,16,14,0.6);
}

/* ---------- the three feasts ---------- */
.feasts { background: var(--color-cream); }
.feasts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feast {
  --accent: var(--xmas);
  position: relative; color: var(--xmas-deep);
  background: linear-gradient(165deg, color-mix(in srgb, var(--accent) 92%, #fff) 0%, var(--accent) 46%, color-mix(in srgb, var(--accent) 80%, #6b4f2a) 100%);
  border-radius: var(--radius-lg); padding: 32px 28px; overflow: hidden;
  display: flex; flex-direction: column; min-height: 320px;
  transition: transform var(--duration-base) var(--ease-calm), box-shadow var(--duration-base) var(--ease-calm);
}
.feast:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.feast .f-ico {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(37,29,20,0.10); border: 1px solid rgba(37,29,20,0.16); margin-bottom: 20px;
}
.feast .f-ico svg { width: 26px; height: 26px; }
.feast .f-no { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(37,29,20,0.62); margin: 0 0 6px; }
.feast h3 { font-size: 26px; font-weight: 700; letter-spacing: -0.015em; margin: 0 0 5px; color: var(--xmas-deep); }
.feast .scrip { font-size: 13.5px; font-style: italic; color: rgba(37,29,20,0.74); margin: 0 0 14px; }
.feast > p { font-size: 14.5px; line-height: 1.55; color: rgba(37,29,20,0.8); margin: 0 0 18px; text-wrap: pretty; }
.feast .tag {
  margin-top: auto; align-self: flex-start; font-size: 12px; font-weight: 600;
  color: var(--xmas-deep); background: rgba(37,29,20,0.10); border: 1px solid rgba(37,29,20,0.20);
  padding: 7px 13px; border-radius: var(--radius-pill);
}

/* ---------- the twelve days (deep night band) ---------- */
.twelve { background: var(--xmas-deep); color: var(--color-cream); position: relative; overflow: hidden; }
.twelve .hero-glow { top: -20%; right: -10%; width: 660px; height: 660px;
  background: radial-gradient(circle, rgba(232,201,142,0.22) 0%, transparent 64%); }
.twelve .wrap { position: relative; z-index: 2; }
.twelve .section-head { max-width: 680px; }
.twelve .section-head .eyebrow { color: var(--xmas-soft); }
.twelve .section-head h2 { color: var(--color-cream); }
.twelve .section-head h2 b { font-weight: 700; }
.twelve .section-head p { color: rgba(250,247,242,0.72); }
.twelve-grid {
  list-style: none; margin: 8px 0 0; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; column-gap: 56px;
  border-top: 1px solid rgba(250,247,242,0.12);
}
.tday {
  display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: baseline;
  padding: 17px 0; border-bottom: 1px solid rgba(250,247,242,0.12);
  transition: background var(--duration-base);
}
.tday .dt {
  font-size: 13px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--xmas-soft); padding-top: 3px;
}
.tday .tday-body { display: flex; flex-direction: column; gap: 3px; }
.tday .title { font-size: clamp(18px, 1.8vw, 21px); font-weight: 300; letter-spacing: -0.01em; margin: 0; line-height: 1.18; }
.tday .title b { font-weight: 600; }
.tday .med { font-size: 13px; color: rgba(250,247,242,0.5); margin: 0; text-wrap: pretty; }
.tday:hover { background: rgba(250,247,242,0.03); }
.tday.epiph { grid-column: 1 / -1; border-bottom: none; }
.tday.epiph .dt { color: var(--xmas-glow); }
.tday.epiph .title { font-style: italic; color: var(--xmas-soft); }

/* ---------- how solua keeps christmas ---------- */
.xmas-keeps { background: var(--color-surface-1); }
.xmas-keeps .wrap { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 72px; align-items: center; }
.xmas-points { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-direction: column; gap: 24px; }
.xmas-points li { display: flex; gap: 16px; }
.xmas-points .ico { width: 44px; height: 44px; border-radius: 13px; flex-shrink: 0; display: grid; place-items: center;
  background: var(--color-cream); color: #B0935A; border: 1px solid var(--color-border); }
.xmas-points .ico svg { width: 22px; height: 22px; }
.xmas-points h4 { margin: 3px 0 5px; font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.xmas-points p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--color-text-secondary); text-wrap: pretty; }
.xmas-visual .frame {
  position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 4 / 4.5;
  box-shadow: 0 40px 80px rgba(37,29,20,0.30), 0 0 0 1px var(--color-border);
}
.xmas-visual image-slot { width: 100%; height: 100%; display: block; }

/* ---------- the octave, band ---------- */
.xmas-count { background: var(--color-cream); }
.xmas-count .wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px;
  background: var(--xmas-deep); color: var(--color-cream); border-radius: var(--radius-xl);
  padding: 40px 48px; max-width: var(--site-max); flex-wrap: wrap; }
.xmas-count .ac-text h3 { font-size: clamp(24px, 3vw, 34px); font-weight: 300; letter-spacing: -0.02em; margin: 0 0 8px; line-height: 1.12; }
.xmas-count .ac-text h3 b { font-weight: 700; }
.xmas-count .ac-text p { margin: 0; font-size: 15px; color: rgba(250,247,242,0.66); }
.xmas-count .ac-stats { display: flex; gap: 14px; }
.xmas-count .ac-stat { background: rgba(250,247,242,0.07); border: 1px solid rgba(250,247,242,0.14);
  border-radius: var(--radius-lg); padding: 16px 22px; text-align: center; min-width: 96px; }
.xmas-count .ac-stat .v { font-size: 28px; font-weight: 700; letter-spacing: -0.01em; color: var(--xmas-soft); }
.xmas-count .ac-stat .k { font-size: 12px; color: rgba(250,247,242,0.6); margin-top: 3px; }

/* ---------- quote ---------- */
.xmas-quote { background: var(--color-surface-1); text-align: center; }
.xmas-quote .wrap { max-width: 900px; }
.xmas-quote .mark { width: 56px; height: 56px; border-radius: 16px; background: var(--xmas); color: var(--xmas-deep);
  display: inline-grid; place-items: center; margin: 0 auto 28px; font-size: 40px; font-weight: 700; line-height: 1; padding-top: 18px; }
.xmas-quote blockquote { margin: 0 0 28px; font-size: clamp(25px, 3.2vw, 36px); font-weight: 300; line-height: 1.3;
  letter-spacing: -0.02em; color: var(--color-text-primary); text-wrap: balance; }
.xmas-quote blockquote b { font-weight: 600; }
.xmas-quote .who { display: inline-flex; align-items: center; gap: 13px; }
.xmas-quote .who .av { width: 48px; height: 48px; border-radius: 50%; background: var(--color-surface-2); overflow: hidden; flex-shrink: 0; }
.xmas-quote .who .av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.xmas-quote .who .nm { text-align: left; }
.xmas-quote .who h5 { margin: 0 0 2px; font-size: 16px; font-weight: 600; }
.xmas-quote .who p { margin: 0; font-size: 14px; color: var(--color-text-secondary); }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .xmas-hero .wrap { grid-template-columns: 1fr; gap: 48px; }
  .xmas-hero { padding: 128px 0 80px; }
  .xmas-hero-visual { order: -1; max-width: 460px; }
  .feasts-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .feast { min-height: 0; }
  .twelve-grid { grid-template-columns: 1fr; column-gap: 0; }
  .tday.epiph { grid-column: auto; }
  .xmas-keeps .wrap { grid-template-columns: 1fr; gap: 44px; }
  .xmas-visual { max-width: 460px; }
}
@media (max-width: 560px) {
  .xmas-hero { padding: 116px 0 64px; }
  .xmas-count .wrap { padding: 30px 26px; }
  .xmas-count .ac-stats { width: 100%; }
}
