/* =====================================================================
   Black Rose: Tier collection pages (Opulence, Signature, Eternal,
   Prestige, Heirloom). Scoped under body.tier-2026. Light + dark.
   Shared by all five tier pages.
   ===================================================================== */
body.tier-2026 {
  --t-ink: var(--ink);
  --t-paper: var(--paper);
  --t-gold: var(--gold);
  --t-muted: var(--smoke);
  --t-line: var(--line);
  --ease: cubic-bezier(.22, 1, .36, 1);
}
body.tier-2026.tier-ready [data-cine] { opacity: 0; transform: translateY(48px); will-change: opacity, transform; }
body.tier-2026.tier-ready [data-cine].is-in { opacity: 1; transform: none; transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }

body.tier-2026 main { overflow: clip; }
body.tier-2026 .tier-wrap { max-width: 1280px; margin: 0 auto; }
body.tier-2026 .tier-eyebrow { font-family: var(--body); font-size: 0.72rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--t-gold); margin: 0 0 1.1rem; }
body.tier-2026 .tier-display { font-family: var(--display); font-weight: 600; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.04; margin: 0 0 2.4rem; color: var(--t-ink); }

/* ---------- HERO ---------- */
body.tier-2026 .tier-hero { position: relative; min-height: 78svh; display: grid; place-items: center; overflow: hidden; background: #0b0907; }
body.tier-2026 .tier-hero__media { position: absolute; inset: -8% 0; z-index: 0; }
body.tier-2026 .tier-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.08); will-change: transform; }
body.tier-2026 .tier-hero__scrim { position: absolute; inset: 0; z-index: 1; background:
  radial-gradient(75% 60% at 50% 50%, rgba(8,6,5,0.62) 0%, rgba(8,6,5,0.4) 48%, transparent 82%),
  linear-gradient(180deg, rgba(8,6,5,0.5) 0%, rgba(8,6,5,0.24) 34%, rgba(8,6,5,0.34) 68%, rgba(8,6,5,0.64) 100%); }
body.tier-2026 .tier-hero__inner { position: relative; z-index: 2; text-align: center; padding: 0 22px; max-width: 940px; }
body.tier-2026 .tier-hero__eyebrow { font-size: 0.74rem; letter-spacing: 0.42em; text-transform: uppercase; color: var(--champagne); margin: 0 0 1.2rem; text-shadow: 0 1px 14px rgba(8,6,5,0.6); }
body.tier-2026 .tier-hero__title { font-family: var(--display); font-weight: 600; color: #fbf4e8; font-size: clamp(3rem, 8vw, 6.4rem); line-height: 1.0; margin: 0; text-shadow: 0 2px 30px rgba(8,6,5,0.55); }
body.tier-2026 .tier-hero__title .line { display: block; overflow: hidden; padding: 0.1em 0; margin: -0.1em 0; }
body.tier-2026 .tier-hero__title .line > span { display: inline-block; }
body.tier-2026 .tier-hero__price { color: var(--champagne); font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; margin: 1.1rem 0 0; text-shadow: 0 1px 14px rgba(8,6,5,0.6); }
body.tier-2026 .tier-hero__sub { color: rgba(251,244,232,0.92); font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.65; max-width: 54ch; margin: 1.2rem auto 0; text-shadow: 0 1px 16px rgba(8,6,5,0.7); }
body.tier-2026 .tier-hero__actions { margin-top: 2rem; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
body.tier-2026 .tier-btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--body); font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 15px 30px; border-radius: 999px; text-decoration: none; cursor: pointer; border: 1px solid transparent; transition: transform 0.4s var(--ease), background 0.4s var(--ease), color 0.4s var(--ease); }
body.tier-2026 .tier-btn--solid { background: var(--champagne); color: #1a120a; }
body.tier-2026 .tier-btn--solid:hover { transform: translateY(-3px); }
body.tier-2026 .tier-btn--ghost { color: #fbf4e8; border-color: rgba(251,244,232,0.4); }
body.tier-2026 .tier-btn--ghost:hover { border-color: var(--champagne); color: var(--champagne); transform: translateY(-3px); }

/* ---------- Products section ---------- */
body.tier-2026 .tier-products { padding: clamp(56px, 8vw, 120px) clamp(20px, 5vw, 72px); background: var(--t-paper); }

/* ---------- Eternal special: wine hero tint ---------- */
body.tier-2026.tier-eternal .tier-hero__scrim { background:
  radial-gradient(75% 60% at 50% 50%, rgba(42,15,22,0.55) 0%, rgba(8,6,5,0.4) 50%, transparent 84%),
  linear-gradient(180deg, rgba(8,6,5,0.5) 0%, rgba(42,15,22,0.3) 40%, rgba(8,6,5,0.64) 100%); }

/* ---------- Dark theme ---------- */
html[data-theme="dark"] body.tier-2026 .tier-products { background: #15110f; }
html[data-theme="dark"] body.tier-2026 .tier-display { color: #f7efe4; }
html[data-theme="dark"] body.tier-2026 .tier-eyebrow { color: #d9b46f; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  body.tier-2026.tier-ready [data-cine] { opacity: 1 !important; transform: none !important; }
  body.tier-2026 .tier-hero__media img { transform: none !important; }
}
