/* operamoments.app — the app's own look: velvet, gilt, Cinzel over Cormorant. */
:root{
  --velvet:#5a0c14; --velvet-deep:#1e0406; --wine:#2a0709;
  --gold:#c9a24a; --gold-hi:#ebd28a; --ivory:#f6ead0; --ivory-dim:#d8c7a6;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0; color:var(--ivory); background:var(--velvet-deep);
  font-family:'Cormorant Garamond',Georgia,serif; font-size:20px; line-height:1.5;
}
a{color:var(--gold-hi)} a:hover{color:#fff3cf}
.velvet{
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(255,214,150,.16), transparent 70%),
    repeating-linear-gradient(90deg,#3a060b 0,#7a121c 22px,#9e1f28 32px,#6b0f17 44px,#3a060b 60px);
}
.wrap{max-width:980px; margin:0 auto; padding:0 20px}
header.site{display:flex; align-items:center; justify-content:space-between; padding:22px 0}
.mark{font-family:'Cinzel',serif; letter-spacing:.28em; color:var(--gold-hi); text-decoration:none; font-size:15px}
nav a{font-family:'Cinzel',serif; font-size:13px; letter-spacing:.14em; margin-left:18px; text-decoration:none; color:var(--ivory-dim)}
.hero{text-align:center; padding:40px 0 64px; border-bottom:2px solid var(--gold)}
.hero h1{font-family:'Cinzel',serif; font-weight:600; color:var(--gold-hi); letter-spacing:.12em;
  font-size:clamp(44px,9vw,84px); line-height:1; margin:0}
.hero .sub{font-family:'Cinzel',serif; letter-spacing:.4em; color:var(--gold-hi); font-size:clamp(15px,2.6vw,22px); margin:10px 0 0}
.hero .tag{font-style:italic; font-size:clamp(22px,3.4vw,30px); color:var(--ivory); margin:22px auto 0; max-width:640px}
.cta{display:inline-flex; flex-direction:column; align-items:center; gap:6px; margin-top:34px}
.btn{display:inline-block; padding:15px 30px; border-radius:40px; font-family:'Cinzel',serif; font-size:15px;
  letter-spacing:.14em; text-decoration:none; color:var(--wine);
  background:linear-gradient(var(--gold-hi),var(--gold)); box-shadow:0 3px 10px rgba(0,0,0,.45)}
.btn[aria-disabled="true"]{opacity:.85; cursor:default}
.note{font-size:17px; color:var(--ivory-dim); font-style:italic}
section{padding:56px 0}
h2{font-family:'Cinzel',serif; font-weight:500; letter-spacing:.14em; color:var(--gold-hi); font-size:clamp(20px,3vw,26px);
  text-align:center; margin:0 0 30px}
.shots{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; align-items:start}
.shot img{width:100%; border-radius:26px; border:2px solid rgba(201,162,74,.55); box-shadow:0 12px 30px rgba(0,0,0,.6); display:block}
.shot p{text-align:center; font-size:18px; color:var(--ivory-dim); margin:12px 4px 0}
.live{position:relative; aspect-ratio:1206/2622; border-radius:26px; border:2px solid rgba(201,162,74,.55);
  box-shadow:0 12px 30px rgba(0,0,0,.6); overflow:hidden;
  background:radial-gradient(ellipse 70% 50% at 50% 45%, #4a2414 0%, #2a0d08 55%, #140406 100%)}
.live .valance{position:absolute; left:0; right:0; top:0; height:9%;
  background:repeating-linear-gradient(90deg,#3a060b 0,#7a121c 12px,#9e1f28 18px,#6b0f17 24px,#3a060b 32px);
  border-bottom:2px solid var(--gold); border-radius:0 0 50% 50% / 0 0 18px 18px}
.stage-text{position:absolute; left:8%; right:8%; top:24%; text-align:left}
.live .stage-text p{margin:0}
.live .stage-text .framing{margin-bottom:26px}
.live .stage-text .speaker{margin-bottom:10px}
.live .stage-text .orig{margin-top:12px}
/* scoped under .live: the bare class lost to `.shot p` (the caption rule), which greyed the whole stage (2026-09-24) */
.live .framing{font-style:italic; color:#d9b866; font-size:15px; line-height:1.35; margin-bottom:22px}
.live .speaker{font-family:'Cinzel',serif; letter-spacing:.3em; color:#d9b866; font-size:13px; margin-bottom:8px}
/* the app's stage: Bodoni lyric in warm white, a size above the gold scene setting; the original in tan-gold italic */
/* the lyric is the brightest thing on the stage (Harrison: older visitors must pick it out at a glance) */
.live .line{font-family:'Bodoni Moda','Bodoni 72',serif; font-weight:500; font-size:27px; line-height:1.25; color:#ffffff;
  text-shadow:0 0 12px rgba(255,240,210,.25); min-height:3.8em}
.live .line.in{animation:lvin .45s ease-out}
@keyframes lvin{from{opacity:0; transform:translateY(4px)} to{opacity:1; transform:none}}
.live .orig{font-style:italic; color:#cdb894; font-size:19px; margin-top:8px}
.play{position:absolute; left:50%; bottom:9%; transform:translateX(-50%); width:64px; height:64px; border-radius:50%;
  border:none; cursor:pointer; font-size:22px; color:var(--wine); background:linear-gradient(var(--gold-hi),var(--gold));
  box-shadow:0 3px 10px rgba(0,0,0,.5)}
.bar{position:absolute; left:10%; right:10%; bottom:5%; height:2px; background:rgba(201,162,74,.3)}
.bar span{display:block; height:100%; width:0; background:var(--gold-hi)}
.tabs{list-style:none; padding:0; margin:0 0 12px; display:flex; gap:6px; justify-content:center; flex-wrap:wrap}
.tabs button{font:inherit; font-size:15px; color:var(--gold-hi); background:none; border:1px solid var(--gold); border-radius:20px;
  padding:4px 12px; cursor:pointer}
.tabs button[aria-pressed="true"]{background:linear-gradient(var(--gold-hi),var(--gold)); color:var(--wine)}
.chips.small{margin-top:14px; gap:6px}
.chips.small li{border:none; padding:0}
.chips.small button{font:inherit; font-size:15px; color:var(--ivory-dim); background:none; border:1px solid rgba(201,162,74,.5);
  border-radius:20px; padding:3px 10px; cursor:pointer}
.chips.small button[aria-pressed="true"]{background:var(--gold); color:var(--wine); border-color:var(--gold)}
.steps{display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
.card{border:1px solid rgba(201,162,74,.55); border-radius:16px; padding:22px; background:rgba(30,4,6,.55)}
.card h3{font-family:'Cinzel',serif; font-weight:500; letter-spacing:.1em; color:var(--gold-hi); font-size:17px; margin:0 0 8px}
.card p{margin:0; font-size:19px}
.prose{max-width:720px; margin:0 auto}
.prose h2{text-align:left}
.prose h3{font-family:'Cinzel',serif; font-weight:500; letter-spacing:.08em; color:var(--gold-hi); font-size:18px; margin:30px 0 6px}
.prose p,.prose li{font-size:20px}
.operas{display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:820px; margin:0 auto}
.opera{display:flex; gap:18px; align-items:center; border:1px solid rgba(201,162,74,.55); border-radius:16px; padding:16px;
  background:rgba(30,4,6,.55)}
.opera img{width:92px; height:119px; object-fit:cover; border-radius:6px; border:1px solid var(--gold); flex:none}
.opera h3{font-family:'Cormorant Garamond',serif; font-weight:500; font-size:28px; color:var(--gold-hi); margin:0}
.opera p{margin:2px 0 0; font-size:19px}
.chips{list-style:none; padding:0; margin:0 auto; max-width:720px; display:flex; flex-wrap:wrap; justify-content:center; gap:10px}
.chips li{border:1px solid var(--gold); border-radius:30px; padding:6px 18px; font-size:20px; color:var(--ivory)}
.coming{list-style:none; padding:0; margin:0 auto; max-width:520px}
.coming li{display:flex; justify-content:space-between; gap:16px; padding:12px 4px; border-bottom:1px solid rgba(201,162,74,.35); font-size:21px}
.coming span{color:var(--ivory-dim)}
.langs{text-align:center; font-size:21px; color:var(--ivory-dim)}
footer{border-top:2px solid var(--gold); padding:26px 0 40px; font-size:16px; color:var(--ivory-dim); text-align:center}
footer a{margin:0 10px}
@media (max-width:720px){
  .shots,.steps,.operas{grid-template-columns:1fr}
  .shot{max-width:320px; margin:0 auto}
  nav a{margin-left:12px}
}
