/* ============================================================
   You Wonder Show · Younique Academy — series home (theatrical)
   Static recreation of the design-system "theatrical" direction:
   deep midnight stage, velvet curtains, gold marquee light,
   cream playbill panels, coral as the single primary CTA.
   Bilingual VI / EN via [data-lang] on <body>.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;0,900;1,600;1,700&family=Nunito:wght@500;600;700;800;900&family=Be+Vietnam+Pro:wght@300;400;500;600;700&family=Caveat:wght@600;700&display=swap');

/* ---------- tokens: color ---------- */
:root {
  --stage-950:#060c1e; --stage-900:#0a1228; --stage-800:#0d1a3a; --stage-700:#16285a; --stage-600:#1f3a73;
  --stage-line:rgba(246,196,83,.16);
  --velvet-900:#5e0f24; --velvet-800:#7a1230; --velvet-700:#a01f3b; --velvet-600:#c33152;
  --gold-700:#9c6f1f; --gold-600:#bf8f2c; --gold-500:#f6c453; --gold-400:#ffd778; --gold-200:#ffe6a3; --gold-100:#fff3d2;
  --coral-700:#c52f4f; --coral-600:#e83f62; --coral-500:#ff5a7a; --coral-400:#ff7d97; --coral-300:#ffa6b8; --coral-100:#ffe6eb;
  --cream-50:#fffaf0; --cream-100:#fbf2dd; --cream-200:#f4e6c8; --cream-300:#e6d3a8; --paper-line:#d9c49a;
  --sky-500:#3f8cff; --mint-500:#2fc39a;
  --ink:#33231a; --ink-soft:#6b5a45; --ink-faint:#9a8a6c;
  --cream-text:#fff6e6; --cream-dim:#d7c8b2; --cream-faint:rgba(255,246,230,.55);
  --surface-playbill:var(--cream-100); --surface-card-dark:rgba(255,246,230,.05);
  --border-on-stage:var(--stage-line); --border-gold:var(--gold-500); --border-playbill:var(--paper-line);
  --primary:var(--coral-500); --primary-hover:var(--coral-600);
}

/* ---------- tokens: type ---------- */
:root {
  --font-display:'Playfair Display', Georgia, serif;
  --font-friendly:'Nunito','Poppins',system-ui,sans-serif;
  --font-body:'Be Vietnam Pro','Inter',system-ui,sans-serif;
  --font-script:'Caveat',cursive;
  --fw-regular:400; --fw-medium:500; --fw-semibold:600; --fw-bold:700; --fw-extra:800; --fw-black:900;
  --text-hero:clamp(52px,10vw,108px); --text-h2:clamp(28px,3.4vw,42px);
  --text-lede:clamp(18px,1.8vw,22px); --text-lg:18px; --text-base:17px; --text-sm:15px; --text-xs:13px;
  --tracking-eyebrow:.32em; --tracking-marquee:.06em;
}

/* ---------- tokens: spacing / motion ---------- */
:root {
  --section-y:clamp(64px,9vw,112px);
  --max-w:1180px; --max-w-poster:880px; --gutter:clamp(20px,5vw,48px); --grid-gap:clamp(18px,2.2vw,28px);
  --radius-sm:8px; --radius-md:12px; --radius-lg:16px; --radius-xl:22px; --radius-pill:999px;
  --shadow-card:0 18px 44px -26px rgba(0,0,0,.7); --shadow-lift:0 28px 64px -28px rgba(0,0,0,.75);
  --glow-gold:0 0 60px -18px rgba(246,196,83,.55); --glow-coral:0 14px 30px -12px rgba(255,90,122,.5);
  --glow-bulb:0 0 8px 2px rgba(255,230,163,.8); --shadow-inset-stage:inset 0 0 60px rgba(0,0,0,.45);
  --shadow-playbill:0 30px 70px -40px rgba(94,15,36,.45); --shadow-focus:0 0 0 3px rgba(246,196,83,.4);
  --t-fast:.16s; --t-med:.3s; --t-slow:.6s;
  --ease-out:cubic-bezier(.22,.61,.36,1); --ease-spring:cubic-bezier(.34,1.56,.64,1);
}

/* ---------- base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; }
body {
  background: var(--stage-900);
  color: var(--cream-text);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

/* keyframes */
@keyframes ywsFloat { from { transform: translateY(0) rotate(0) } to { transform: translateY(-14px) rotate(14deg) } }
@keyframes ywsFade { from { opacity: 0 } to { opacity: 1 } }
@keyframes ywsTwinkle { from { opacity: .4 } to { opacity: 1 } }
@keyframes ywsRise { from { opacity: 0; transform: translateY(24px) } to { opacity: 1; transform: translateY(0) } }

/* ---------- bilingual ---------- */
body[data-lang="vi"] [data-lang="en"],
body[data-lang="en"] [data-lang="vi"] { display: none !important; }
body .yws-langtoggle button[data-lang] { display: inline-flex !important; }

/* ---------- eyebrow ---------- */
.yws-eyebrow {
  font-family: var(--font-body); font-size: var(--text-xs); font-weight: 700;
  letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--gold-500);
  display: inline-flex; align-items: center; gap: 10px;
}
.yws-eyebrow::before, .yws-eyebrow::after { content: "✦"; font-size: 11px; line-height: 1; }
.yws-eyebrow--playbill { color: var(--gold-700); }

/* ---------- section head ---------- */
.yws-head { text-align: center; max-width: 760px; margin: 0 auto; }
.yws-head h2 {
  font-family: var(--font-display); font-weight: var(--fw-black); color: var(--cream-text);
  font-size: var(--text-h2); line-height: 1.18; letter-spacing: -.01em; margin: 14px 0; text-wrap: balance;
}
.yws-head p {
  font-family: var(--font-body); font-size: var(--text-lede); color: var(--cream-dim);
  line-height: 1.65; max-width: 640px; margin: 0 auto; text-wrap: pretty;
}
.yws-head--playbill h2 { color: var(--velvet-800); }
.yws-head--playbill p { color: var(--ink-soft); }

/* ---------- buttons ---------- */
.yws-btn {
  font-family: var(--font-friendly); font-weight: 800; letter-spacing: .01em;
  border-radius: var(--radius-pill); border: 1.5px solid transparent; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  text-decoration: none; line-height: 1.1; padding: 12px 24px; font-size: 15px; min-height: 44px;
  transition: background var(--t-fast) var(--ease-out), color var(--t-fast),
    box-shadow var(--t-med), transform var(--t-med) var(--ease-spring), border-color var(--t-fast);
}
.yws-btn--sm { padding: 9px 18px; font-size: 14px; min-height: 38px; }
.yws-btn--lg { padding: 15px 32px; font-size: 17px; min-height: 52px; }
.yws-btn--block { display: flex; width: 100%; }
.yws-btn:hover:not(:disabled) { transform: translateY(-2px); }
.yws-btn:active:not(:disabled) { transform: translateY(0) scale(.99); }
.yws-btn:disabled { opacity: .5; cursor: not-allowed; }

.yws-btn--gold { background: var(--gold-500); color: var(--stage-900); box-shadow: 0 8px 18px -10px rgba(246,196,83,.6); }
.yws-btn--gold:hover:not(:disabled) { background: var(--gold-400); box-shadow: var(--glow-gold); }
.yws-btn--primary { background: var(--coral-500); color: #fff; box-shadow: 0 8px 18px -10px rgba(255,90,122,.55); }
.yws-btn--primary:hover:not(:disabled) { background: var(--coral-600); box-shadow: var(--glow-coral); }
.yws-btn--outline { background: transparent; color: var(--gold-200); border-color: rgba(246,196,83,.55); }
.yws-btn--outline:hover:not(:disabled) { background: rgba(246,196,83,.12); }
.yws-btn--ghost { background: transparent; color: var(--cream-text); }
.yws-btn--ghost:hover:not(:disabled) { background: rgba(255,246,230,.08); }
.yws-btn svg { display: block; }

/* ---------- badge ---------- */
.yws-badge {
  display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px;
  font-family: var(--font-friendly); font-size: 12px; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; border-radius: var(--radius-pill); line-height: 1.2;
  color: #fff; background: var(--coral-500);
}

/* ---------- nav ---------- */
.yws-nav {
  position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 16px;
  padding: 18px var(--gutter); background: transparent;
  border-bottom: 1px solid transparent; transition: all var(--t-med) var(--ease-out);
}
.yws-nav.scrolled {
  padding: 12px var(--gutter); background: rgba(10,18,40,.82); backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px -20px rgba(0,0,0,.8); border-bottom: 1px solid var(--border-on-stage);
}
.yws-nav__brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.yws-nav__brand img { width: 38px; height: 38px; object-fit: contain; border-radius: 8px; }
.yws-nav__brand span { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--cream-text); letter-spacing: .01em; }
.yws-navlinks { display: flex; align-items: center; gap: 22px; }
.yws-navlinks a { font-family: var(--font-body); font-size: 15px; font-weight: 600; color: var(--cream-dim); text-decoration: none; transition: color var(--t-fast); }
.yws-navlinks a:hover { color: var(--gold-200); }

.yws-langtoggle {
  display: inline-flex; background: rgba(246,196,83,.08); border: 1px solid rgba(246,196,83,.4);
  border-radius: var(--radius-pill); padding: 3px;
}
.yws-langtoggle button {
  background: transparent; color: var(--gold-200); border: 0; padding: 7px 13px;
  font-family: var(--font-friendly); font-size: 12px; font-weight: 800; letter-spacing: .06em;
  border-radius: var(--radius-pill); cursor: pointer; transition: all var(--t-fast);
}
.yws-langtoggle button.active { background: var(--gold-500); color: var(--stage-900); }

@media (max-width: 860px) { .yws-navlinks { display: none !important; } }

/* ---------- hero ---------- */
.yws-hero { position: relative; overflow: hidden; text-align: center; background: var(--stage-950); }
.yws-hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center 30%;
  filter: saturate(.85);
}
.yws-hero__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(120% 82% at 50% -6%, rgba(22,40,90,.32) 0%, rgba(10,18,40,.62) 44%, rgba(6,12,30,.84) 100%);
}
.yws-hero__swag {
  position: absolute; top: 0; left: 0; right: 0; height: 64px; z-index: 3;
  background: repeating-linear-gradient(90deg, var(--velvet-800) 0 28px, var(--velvet-700) 28px 56px);
  border-bottom: 3px solid var(--gold-500);
  clip-path: polygon(0 0,100% 0,100% 50%,92% 100%,83% 50%,75% 100%,66% 50%,58% 100%,50% 50%,42% 100%,34% 50%,25% 100%,17% 50%,8% 100%,0 50%);
}
.yws-curtain { position: absolute; top: 0; bottom: 0; width: clamp(60px,11vw,150px); z-index: 2; pointer-events: none;
  background: repeating-linear-gradient(90deg, var(--velvet-800) 0 26px, var(--velvet-700) 26px 52px);
  box-shadow: inset -30px 0 50px -20px rgba(0,0,0,.6);
  clip-path: polygon(0 0,100% 0,100% 86%,55% 100%,0 92%); }
.yws-curtain--left { left: 0; }
.yws-curtain--right { right: 0; transform: scaleX(-1); }
.yws-hero__spot {
  position: absolute; top: -40px; left: 50%; transform: translateX(-50%); width: 760px; height: 560px; z-index: 4; pointer-events: none;
  background: radial-gradient(ellipse 50% 60% at 50% 0%, rgba(255,230,163,.26), rgba(255,230,163,.05) 46%, transparent 70%);
}
.yws-confetti { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 4; }
.yws-confetti span { position: absolute; border-radius: 2px; opacity: .85; animation: ywsFloat 5s var(--ease-out) infinite alternate; }

.yws-hero__inner {
  position: relative; z-index: 5; max-width: var(--max-w-poster); margin: 0 auto;
  padding: clamp(70px,8vw,104px) var(--gutter) clamp(40px,6vw,72px);
}
.yws-hero__pre { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: .34em; text-transform: uppercase; color: var(--gold-200); margin-bottom: 20px; }
.yws-hero__sub { font-family: var(--font-body); font-weight: 600; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--cream-dim); margin-top: 24px; }
.yws-hero__tagline { font-family: var(--font-display); font-style: italic; font-weight: 600; font-size: clamp(18px,2.2vw,26px); color: var(--cream-text); margin: 16px auto 0; max-width: 620px; }
.yws-hero__cta { display: flex; gap: 14px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }

/* marquee */
.yws-marquee {
  position: relative; display: inline-block; padding: 26px clamp(28px,5vw,58px); border-radius: 18px;
  background: linear-gradient(180deg, rgba(13,26,58,.6), rgba(94,15,36,.4));
  border: 2px solid var(--gold-500); box-shadow: var(--glow-gold), var(--shadow-inset-stage);
}
.yws-marquee__bulb { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--gold-200); box-shadow: var(--glow-bulb); animation: ywsTwinkle 1.6s infinite alternate; }
.yws-marquee h1 { font-family: var(--font-display); font-weight: 900; line-height: .9; margin: 0; text-transform: uppercase; color: var(--cream-text); letter-spacing: var(--tracking-marquee); }
.yws-marquee .m1 { display: block; font-size: clamp(15px,2.4vw,26px); letter-spacing: .5em; font-weight: 600; color: var(--gold-200); padding-left: .5em; margin-bottom: .18em; }
.yws-marquee .m2 { display: block; font-size: var(--text-hero); color: var(--gold-500); }
.yws-marquee .m3 { display: block; font-family: var(--font-friendly); font-size: clamp(34px,6.4vw,72px); font-weight: 900; color: var(--coral-500); }

/* footlights (shared device) */
.yws-footlights { display: flex; gap: 16px; justify-content: center; }
.yws-footlights span, .yws-footlights i {
  width: 32px; height: 6px; border-radius: 6px; background: var(--gold-500);
  box-shadow: 0 -8px 18px -2px rgba(246,196,83,.7);
}
.yws-hero__footlights { margin-top: 46px; }

/* ---------- trust strip ---------- */
.yws-trust { background: var(--velvet-800); color: var(--cream-text); border-top: 3px solid var(--gold-500); border-bottom: 3px solid var(--gold-500); }
.yws-trust__inner { max-width: var(--max-w); margin: 0 auto; padding: 26px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.yws-trust__stats { display: flex; align-items: center; gap: clamp(20px,3vw,44px); flex-wrap: wrap; }
.yws-trust__stat { display: flex; align-items: baseline; gap: 10px; }
.yws-trust__stat b { font-family: var(--font-display); font-weight: 900; font-size: 32px; color: var(--gold-500); line-height: 1; }
.yws-trust__stat span { font-family: var(--font-body); font-size: 14px; color: var(--gold-200); }
.yws-trust__partners { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.yws-trust__partners .lbl { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-200); }
.yws-trust__partners .p { font-family: var(--font-display); font-weight: 800; font-size: 17px; color: var(--cream-text); letter-spacing: .02em; }

/* ---------- vision ---------- */
.yws-vision { position: relative; overflow: hidden; text-align: center;
  background: linear-gradient(180deg, var(--stage-950), var(--stage-900) 60%, var(--stage-950));
  padding: clamp(72px,11vw,130px) var(--gutter); }
.yws-vision__beam { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: min(680px,90%); height: 100%; z-index: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,230,163,.20), rgba(255,230,163,.05) 55%, transparent 78%);
  clip-path: polygon(42% 0, 58% 0, 92% 100%, 8% 100%); }
.yws-vision__pool { position: absolute; bottom: 6%; left: 50%; transform: translateX(-50%); width: min(560px,80%); height: 120px; z-index: 0; pointer-events: none;
  background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(246,196,83,.22), transparent 70%); filter: blur(4px); }
.yws-vision__inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.yws-vision__quote { font-family: var(--font-display); font-style: italic; font-weight: 700; font-size: clamp(26px,4vw,46px); line-height: 1.18; letter-spacing: -.01em; color: var(--cream-text); margin: 22px 0 28px; text-wrap: balance; }
.yws-vision__body { font-family: var(--font-body); font-size: var(--text-lg); line-height: 1.7; color: var(--cream-dim); margin: 0 auto 18px; max-width: 620px; text-wrap: pretty; }
.yws-vision__script { font-family: var(--font-display); font-style: italic; font-weight: 700; font-size: clamp(24px,3.4vw,38px); color: var(--gold-500); margin: 0; }

/* ---------- seasons ---------- */
.yws-seasons { padding: var(--section-y) var(--gutter); }
.yws-seasons__inner { max-width: var(--max-w); margin: 0 auto; }
.yws-seasons__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: var(--grid-gap); margin-top: 44px; align-items: stretch; }

.yws-season-card {
  position: relative; display: flex; flex-direction: column; border-radius: var(--radius-md);
  padding: 24px 22px 22px 28px; overflow: hidden; background: var(--surface-card-dark);
  border: 1px solid var(--border-on-stage); box-shadow: var(--shadow-card);
  text-decoration: none; color: var(--cream-text);
  transition: transform var(--t-med) var(--ease-spring), box-shadow var(--t-med), border-color var(--t-fast);
}
.yws-season-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: rgba(246,196,83,.45); }
.yws-season-card__edge { position: absolute; left: 0; top: 0; bottom: 0; width: 8px;
  background: repeating-linear-gradient(180deg, var(--velvet-700) 0 8px, var(--gold-500) 8px 16px); }
.yws-season-card__season { font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-500); }
.yws-season-card__meta { font-family: var(--font-friendly); font-size: 14px; font-weight: 700; color: var(--cream-dim); margin-top: 3px; }
.yws-season-card h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(21px,2.4vw,26px); line-height: 1.1; color: var(--cream-text); margin: 14px 0 8px; }
.yws-season-card p { font-family: var(--font-body); font-size: var(--text-sm); line-height: 1.6; color: var(--cream-dim); margin: 0; flex: 1; }
.yws-season-card__foot { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-family: var(--font-friendly); font-size: 14px; font-weight: 800; color: var(--gold-400); }
.yws-season-card__foot .arrow { transition: transform var(--t-fast) var(--ease-out); }
.yws-season-card:hover .yws-season-card__foot .arrow { transform: translateX(4px); }

.yws-season-card--featured { background: radial-gradient(130% 120% at 100% 0%, rgba(255,90,122,.16), rgba(255,246,230,.05) 60%); border-color: rgba(255,90,122,.6); }
.yws-season-card--featured .yws-season-card__edge { background: var(--coral-500); }
.yws-season-card__badge { position: absolute; top: 14px; right: 14px; }

/* featured (current season) — wide poster card */
.yws-featured {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: stretch;
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin: 44px 0 var(--grid-gap);
  text-decoration: none;
  color: var(--cream-text);
  background:
    radial-gradient(120% 130% at 100% 0%, rgba(255,90,122,.18), transparent 58%),
    var(--surface-card-dark);
  border: 1px solid rgba(255,90,122,.45);
  box-shadow: var(--shadow-card);
  transition: transform var(--t-med) var(--ease-spring), box-shadow var(--t-med), border-color var(--t-fast);
}
.yws-featured:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift), var(--glow-coral); border-color: rgba(255,90,122,.7); }
.yws-featured__poster { position: relative; min-height: 340px; overflow: hidden; background: var(--stage-800); }
.yws-featured__poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow) var(--ease-out); }
.yws-featured:hover .yws-featured__poster img { transform: scale(1.04); }
.yws-featured__poster::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(10,18,40,.55)); }
.yws-featured__badge { position: absolute; top: 18px; left: 18px; z-index: 2; }
.yws-featured__body { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(28px,3.4vw,48px); }
.yws-featured__eyebrow { font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--coral-400); }
.yws-featured__title { font-family: var(--font-display); font-weight: 900; font-size: clamp(30px,4vw,48px); line-height: 1.04; color: var(--cream-text); margin: 12px 0 14px; }
.yws-featured__desc { font-family: var(--font-body); font-size: var(--text-base); line-height: 1.65; color: var(--cream-dim); margin: 0 0 18px; max-width: 46ch; }
.yws-featured__meta { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-size: 13px; color: var(--cream-dim); margin-bottom: 24px; }
.yws-featured__meta svg { color: var(--gold-500); flex-shrink: 0; }
.yws-featured__cta { margin-top: auto; }

.yws-seasons__grid--pair { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); margin-top: 0; }

@media (max-width: 820px) {
  .yws-featured { grid-template-columns: 1fr; }
  .yws-featured__poster { min-height: 220px; }
  .yws-featured__poster::after { background: linear-gradient(180deg, transparent 55%, rgba(10,18,40,.55)); }
}

/* ---------- gallery (mosaic + lightbox) ---------- */
.yws-gallery { padding: var(--section-y) var(--gutter); }
.yws-gallery__inner { max-width: var(--max-w); margin: 0 auto; }
.yws-gallery__wall { margin-top: 40px; }
.yws-gallery__cta { text-align: center; margin-top: 32px; }
.ywg-grid { display: grid; grid-template-columns: repeat(6,1fr); grid-auto-rows: 150px; grid-auto-flow: dense; gap: 14px; }
.ywg-tile { position: relative; grid-column: span 2; border: 0; padding: 0; margin: 0; cursor: pointer; border-radius: var(--radius-md); overflow: hidden; background: none; display: block; }
.ywg-tile.big { grid-column: span 3; grid-row: span 2; }
.ywg-frame { position: absolute; inset: 0; display: block; border: 1.5px solid rgba(246,196,83,.45); border-radius: var(--radius-md); overflow: hidden;
  background: radial-gradient(ellipse 70% 80% at 50% 0%, rgba(246,196,83,.16), transparent 60%), var(--stage-800);
  transition: border-color var(--t-fast), transform var(--t-med) var(--ease-spring); }
.ywg-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ywg-tile:hover .ywg-frame { transform: scale(1.03); border-color: var(--gold-500); box-shadow: var(--glow-gold); }
.ywg-cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; flex-direction: column; gap: 3px; align-items: flex-start; text-align: left;
  padding: 30px 14px 13px; background: linear-gradient(transparent, rgba(6,12,30,.55) 40%, rgba(6,12,30,.9)); pointer-events: none; }
.ywg-tag { font-family: var(--font-body); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-400); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.ywg-ttl { font-family: var(--font-friendly); font-size: 14px; font-weight: 700; color: var(--cream-text); line-height: 1.2; text-shadow: 0 1px 6px rgba(6,12,30,.7); }
.ywg-zoom { position: absolute; top: 10px; right: 10px; z-index: 2; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(6,12,30,.5); color: var(--gold-200); opacity: 0; transition: opacity var(--t-fast); }
.ywg-tile:hover .ywg-zoom { opacity: 1; }
@media (max-width: 720px) {
  .ywg-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; padding-bottom: 10px; -webkit-overflow-scrolling: touch; }
  .ywg-tile, .ywg-tile.big { flex: 0 0 82%; grid-column: auto; grid-row: auto; height: 240px; scroll-snap-align: center; }
  .ywg-grid::-webkit-scrollbar { height: 6px; }
  .ywg-grid::-webkit-scrollbar-thumb { background: rgba(246,196,83,.4); border-radius: 6px; }
}
.ywg-lb { position: fixed; inset: 0; z-index: 120; background: rgba(6,12,30,.9); backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; padding: 24px; animation: ywsFade .2s ease-out; }
.ywg-lb[hidden] { display: none; }
.ywg-lb-fig { margin: 0; max-width: min(1000px,92vw); max-height: 86vh; display: flex; flex-direction: column; gap: 12px; }
.ywg-lb-media { position: relative; width: min(1000px,92vw); max-width: 100%; aspect-ratio: 16/10; border-radius: var(--radius-lg); overflow: hidden; border: 2px solid var(--gold-500); box-shadow: var(--glow-gold); }
.ywg-lb-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ywg-lb-cap { font-family: var(--font-body); font-size: 14px; color: var(--cream-dim); text-align: center; }
.ywg-lb-cap b { color: var(--gold-400); margin-right: 8px; font-family: var(--font-friendly); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
.ywg-lb-btn { position: absolute; border: 1px solid rgba(246,196,83,.5); background: rgba(10,18,40,.7); color: var(--gold-200); cursor: pointer; border-radius: 999px; width: 46px; height: 46px; font-size: 22px; line-height: 1; display: flex; align-items: center; justify-content: center; }
.ywg-lb-close { top: 20px; right: 20px; width: 40px; height: 40px; font-size: 16px; }
.ywg-lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.ywg-lb-next { right: 18px; top: 50%; transform: translateY(-50%); }
.ywg-lb-btn:hover { background: var(--gold-500); color: var(--stage-900); }

/* ---------- values (playbill panel) ---------- */
.yws-values { padding: 0 var(--gutter) var(--section-y); }
.yws-values__panel { max-width: var(--max-w); margin: 0 auto; background: var(--surface-playbill); border-radius: var(--radius-xl);
  padding: clamp(36px,5vw,64px) clamp(24px,4vw,56px); border: 1px solid var(--border-playbill); box-shadow: var(--shadow-playbill); }
.yws-values__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: var(--grid-gap); margin-top: 40px; }
.yws-value { background: #fff; border-radius: var(--radius-md); border: 1px solid var(--border-playbill); padding: 24px; }
.yws-value__icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.yws-value__icon--coral { background: var(--coral-100); color: var(--coral-700); }
.yws-value__icon--gold { background: rgba(246,196,83,.22); color: var(--gold-700); }
.yws-value__icon--mint { background: rgba(47,195,154,.18); color: #0c5a44; }
.yws-value__icon--sky { background: rgba(63,140,255,.16); color: #0c3a78; }
.yws-value h3 { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--velvet-800); margin: 0 0 6px; }
.yws-value p { font-family: var(--font-body); font-size: 15px; line-height: 1.6; color: var(--ink-soft); margin: 0; }

/* ---------- about ---------- */
.yws-about { padding: var(--section-y) var(--gutter); text-align: center; }
.yws-about__inner { max-width: 720px; margin: 0 auto; }
.yws-about__p1 { font-family: var(--font-body); font-size: var(--text-lg); line-height: 1.75; color: var(--cream-dim); margin: 0 0 16px; }
.yws-about__p2 { font-family: var(--font-display); font-style: italic; font-weight: 700; font-size: clamp(22px,2.6vw,30px); color: var(--gold-500); margin: 0 0 26px; }

/* ---------- footer ---------- */
.yws-footer { background: var(--stage-950); color: var(--cream-text); text-align: center; position: relative; }
.yws-footer__rule { height: 4px; background: linear-gradient(90deg, var(--velvet-700), var(--gold-500), var(--velvet-700)); }
.yws-footer__inner { max-width: var(--max-w); margin: 0 auto; padding: clamp(44px,6vw,72px) var(--gutter) 44px; }
.yws-footer__inner img { height: 40px; width: auto; margin: 0 auto 16px; filter: brightness(0) invert(1); opacity: .94; }
.yws-footer__tag { font-family: var(--font-display); font-style: italic; font-weight: 600; font-size: 17px; color: var(--gold-200); margin-bottom: 22px; }
.yws-footer__social { display: inline-flex; gap: 12px; margin-bottom: 26px; }
.yws-footer__social a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(246,196,83,.35); display: inline-flex; align-items: center; justify-content: center; color: var(--gold-200); transition: background var(--t-fast), transform var(--t-fast); }
.yws-footer__social a:hover { background: rgba(246,196,83,.14); transform: translateY(-2px); }
.yws-footer__copy { font-family: var(--font-body); font-size: 13px; color: var(--cream-faint); }

/* ---------- register modal ---------- */
.yws-modal { position: fixed; inset: 0; z-index: 100; background: rgba(6,12,30,.7); backdrop-filter: blur(5px); display: flex; align-items: center; justify-content: center; padding: 20px; animation: ywsFade .2s ease-out; }
.yws-modal[hidden] { display: none; }
.yws-modal__box { width: 100%; max-width: 460px; position: relative;
  background: radial-gradient(120% 80% at 50% 0%, var(--stage-700), var(--stage-900) 60%);
  border-radius: var(--radius-xl); padding: 32px; box-shadow: var(--shadow-lift), var(--glow-gold); border: 1px solid var(--border-gold); }
.yws-modal__top { position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: 22px 22px 0 0; background: linear-gradient(90deg, var(--velvet-700), var(--gold-500), var(--velvet-700)); }
.yws-modal__close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--border-on-stage); background: rgba(255,246,230,.06); color: var(--gold-200); cursor: pointer; display: flex; align-items: center; justify-content: center; }
.yws-modal__kicker { font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-500); margin-bottom: 8px; }
.yws-modal h2 { font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--cream-text); margin: 0 0 6px; padding-right: 30px; }
.yws-modal__sub { font-family: var(--font-body); font-size: 14px; line-height: 1.55; color: var(--cream-dim); margin: 0 0 22px; }
.yws-modal form { display: grid; gap: 14px; }
.yws-modal__row { display: grid; grid-template-columns: 1fr .6fr; gap: 14px; }
.yws-field { display: block; text-align: left; }
.yws-field span { display: block; font-family: var(--font-body); font-size: 13px; font-weight: 600; color: var(--cream-dim); margin-bottom: 6px; }
.yws-field span i { color: var(--coral-400); font-style: normal; }
.yws-field input { width: 100%; box-sizing: border-box; font-family: var(--font-body); font-size: 15px; color: var(--cream-text);
  padding: 11px 14px; border-radius: var(--radius-sm); border: 1.5px solid var(--border-on-stage); outline: none; background: rgba(255,246,230,.05); min-height: 44px; }
.yws-field input:focus { border-color: var(--gold-500); box-shadow: var(--shadow-focus); }
.yws-modal__actions { display: flex; gap: 12px; margin-top: 6px; }
.yws-modal__success { text-align: center; padding: 10px 0; }
.yws-modal__success-mark { width: 64px; height: 64px; border-radius: 50%; background: rgba(47,195,154,.16); color: var(--mint-500); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; border: 1px solid rgba(47,195,154,.4); }
.yws-modal__success h2 { padding-right: 0; text-align: center; }
.yws-modal__success p { font-family: var(--font-body); font-size: 15px; line-height: 1.6; color: var(--cream-dim); margin: 0 0 24px; }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) { * { animation: none !important; } html { scroll-behavior: auto; } }
