:root{
  --wed:#e9d3d9;
  --hq:#f7b4c1;
  --navy:#29373e;
  --navy-2:#202c32;
  --paper:#fafafa;
  --soft:#ebe7df;
  --ink:#29373e;
  --muted:#6f777c;
  --slate:#778890;
  --charcoal:#171a1c;
  --line:#d7d1c8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Noto Sans TC",system-ui,sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}
.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid rgba(233,211,217,.22);position:sticky;top:0;background:rgba(41,55,62,.96);backdrop-filter:blur(10px);z-index:20;color:#fff}
.brand{font-family:"Cinzel",serif;font-weight:400;font-size:30px;line-height:1;letter-spacing:-1.5px}.brand .wed{color:var(--wed)}.brand .hq{color:var(--hq)}
.nav{display:flex;gap:28px;font-size:14px;font-weight:600}.nav a{color:#fff}.nav a:hover{color:#c7d0d4}
.menu-toggle{display:none;border:0;background:none;font-size:24px;color:#fff}
.hero{padding:92px 5vw 0;overflow:hidden;background:var(--paper);color:var(--charcoal)}
.hero-kicker,.eyebrow,.meta{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700}
.hero-kicker{color:var(--navy);margin-bottom:24px}
.hero-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:7vw;align-items:end}
.hero h1{font-family:"Noto Sans TC",system-ui,sans-serif;font-weight:700;font-size:clamp(54px,7.7vw,116px);line-height:.82;letter-spacing:-.065em;margin:0;color:var(--charcoal)}
.hero h1 em{display:inline-block;color:var(--navy);font-style:italic;font-weight:700;transform:skewX(-8deg);transform-origin:left center;margin:.02em 0 -.01em .06em}
.hero-copy{padding-bottom:8px}.hero-copy p{font-size:18px;margin:0 0 28px;max-width:520px;color:var(--charcoal)}
.hero-actions{display:flex;gap:22px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;font-weight:700;font-size:13px;border:1px solid var(--ink);cursor:pointer}.btn.primary{background:var(--navy);border-color:var(--navy);color:#fff}.btn.dark{background:var(--navy);border-color:var(--navy);color:white}.btn.cream{background:var(--paper);border-color:var(--paper);color:var(--navy)}.text-link{font-size:13px;font-weight:700;border-bottom:1px solid currentColor}.hero .text-link{color:var(--navy)}
.ticker{margin-top:76px;background:var(--navy);color:#e7e9ed;padding:12px 0;white-space:nowrap;font-size:12px;font-weight:800;letter-spacing:.16em;overflow:hidden}.ticker span{display:inline-block;animation:marquee 22s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}
section{padding:100px 5vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.eyebrow{color:var(--slate);margin-bottom:8px}.section-head h2,.events h2,.submit h2,.about h2{font-family:"Noto Sans TC",system-ui,sans-serif;font-weight:700;font-size:clamp(36px,4.6vw,66px);line-height:1.06;letter-spacing:-.035em;margin:0}
.feature{background:var(--paper)}.featured-card{display:grid;grid-template-columns:110px 1.6fr .7fr;border-top:1px solid var(--navy);border-bottom:1px solid var(--navy);padding:38px 0;gap:30px}.scenario-number{font-family:"Cinzel",serif;font-weight:400;font-size:42px;line-height:1;color:var(--slate)}.featured-copy h3{font-family:"Noto Sans TC",system-ui,sans-serif;font-weight:700;font-size:clamp(28px,3.6vw,52px);line-height:1.14;letter-spacing:-.03em;margin:12px 0 18px}.featured-copy p{max-width:760px;font-size:16px}.listen-row{display:flex;gap:20px;align-items:center;margin-top:26px;font-size:12px;color:var(--muted)}.quote-card{background:var(--soft);padding:30px;align-self:stretch;display:flex;flex-direction:column;justify-content:flex-end}.quote-mark{font-family:"Cinzel",serif;font-size:70px;line-height:1;color:var(--slate)}.quote-card p{font-family:"Cinzel",serif;font-weight:400;font-size:23px;line-height:1.45;margin:0}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.small-card{border:1px solid var(--line);padding:28px;min-height:300px;display:flex;flex-direction:column;background:#fff}.small-card.accent{background:var(--navy);color:white;border-color:var(--navy)}.small-card h3{font-family:"Noto Sans TC",system-ui,sans-serif;font-weight:700;font-size:26px;line-height:1.35;margin:14px 0}.small-card p{color:var(--muted)}.small-card.accent p{color:#fff}.small-card.accent .meta{color:#c7d0d4}.small-card a{margin-top:auto;font-size:13px;font-weight:700;color:var(--navy)}.small-card.accent a{color:#fff}
.events{background:var(--navy);color:white;display:grid;grid-template-columns:.75fr 1.25fr;gap:8vw}.eyebrow.light{color:#c7d0d4}.events-intro p{max-width:430px;color:#fff}.event-card{border-top:1px solid rgba(255,255,255,.26);border-bottom:1px solid rgba(255,255,255,.26);padding:28px 0;display:grid;grid-template-columns:120px 1fr;gap:28px}.event-date{display:flex;gap:10px;align-items:flex-start}.event-date strong{font-family:"Cinzel",serif;font-weight:400;font-size:70px;line-height:1;color:#fafafa}.event-date span{font-size:12px;line-height:1.3;letter-spacing:.15em;color:#fff}.event-copy h3{font-family:"Noto Sans TC",system-ui,sans-serif;font-weight:700;font-size:clamp(30px,3.8vw,52px);line-height:1.12;margin:12px 0}.event-copy p{color:#fff}.event-meta{display:flex;gap:20px;flex-wrap:wrap;font-size:12px;margin:20px 0 26px;color:var(--wed)}
.submit{display:grid;grid-template-columns:.85fr 1.15fr;gap:8vw;align-items:start;background:#fff}.submit-copy p{max-width:480px}.scenario-form{background:var(--paper);border:1px solid var(--line);padding:32px;display:grid;gap:20px}.scenario-form label{display:grid;gap:8px;font-size:13px;font-weight:700}.scenario-form textarea,.scenario-form select{width:100%;padding:14px;border:1px solid var(--line);background:#fff;font:inherit;color:var(--ink)}.scenario-form .checkbox{display:flex;grid-template-columns:auto 1fr;align-items:center;gap:8px}.scenario-form .btn{justify-self:start}
.about{background:var(--navy-2);color:white;display:grid;grid-template-columns:.7fr 1.3fr;gap:7vw;align-items:center}.about-mark{font-family:"Cinzel",serif;font-weight:400;font-size:clamp(62px,11vw,170px);line-height:1;letter-spacing:-.05em}.about-mark .wed{color:var(--wed)}.about-mark .hq{color:var(--hq)}.about-copy p{max-width:760px;color:#fff;font-size:17px}
footer{padding:34px 5vw;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;background:var(--navy);color:#fff;border-top:1px solid rgba(233,211,217,.2);font-size:12px}footer>div:nth-child(2){text-align:center}footer>div:last-child{text-align:right}
.page-hero{padding:70px 5vw;background:var(--navy);color:white}.page-hero h1{font-family:"Noto Sans TC",system-ui,sans-serif;font-weight:700;font-size:clamp(40px,6vw,78px);line-height:1.05;margin:10px 0;color:#fff}.page-hero p{max-width:760px;color:#fff}
@media(max-width:860px){.nav{display:none;position:absolute;top:82px;left:0;right:0;background:var(--navy);padding:24px 5vw;flex-direction:column;border-bottom:1px solid rgba(233,211,217,.22)}.nav.open{display:flex}.menu-toggle{display:block}.hero{padding-top:54px}.hero-grid,.events,.submit,.about{grid-template-columns:1fr}.hero-copy{padding-top:30px}.featured-card{grid-template-columns:1fr}.scenario-number{font-size:28px}.cards-grid{grid-template-columns:1fr}.event-card{grid-template-columns:1fr}.section-head{align-items:flex-start;gap:20px}.section-head .text-link{display:none}footer{grid-template-columns:1fr;gap:10px}footer>div:nth-child(2),footer>div:last-child{text-align:left}}

/* v4 hierarchy refinement: calmer typography, clearer focal points */
.hero{padding-top:76px}
.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:8vw;align-items:center}
.hero h1{font-weight:500;font-size:clamp(42px,5.6vw,78px);line-height:.94;letter-spacing:-.045em;max-width:760px}
.hero h1 em{font-weight:500;transform:skewX(-7deg);margin:.03em 0}
.hero-copy p{font-size:16px;line-height:1.8;max-width:460px}
.hero-kicker,.eyebrow,.meta{font-weight:600}
.ticker{margin-top:58px;font-weight:600}
section{padding:78px 5vw}
.section-head{margin-bottom:30px}
.section-head h2,.events h2,.submit h2,.about h2{font-weight:500;font-size:clamp(30px,3.5vw,48px);line-height:1.15;letter-spacing:-.025em}
.featured-card{grid-template-columns:84px 1.65fr .7fr;padding:32px 0;gap:26px}
.scenario-number{font-size:34px}
.featured-copy h3{font-weight:500;font-size:clamp(25px,2.8vw,38px);line-height:1.25;letter-spacing:-.02em;margin:10px 0 14px}
.small-card{min-height:260px;padding:24px}
.small-card h3{font-weight:500;font-size:21px;line-height:1.45}
.event-date strong{font-size:58px}
.event-copy h3{font-weight:500;font-size:clamp(26px,3vw,40px);line-height:1.22}
.page-hero h1{font-weight:500;font-size:clamp(34px,4.5vw,58px);line-height:1.12}
.btn,.text-link,.small-card a,.scenario-form label{font-weight:600}
@media(max-width:860px){.hero h1{font-size:clamp(40px,12vw,62px);line-height:.96}.hero-grid{gap:22px}section{padding:62px 5vw}}

/* v5: concise host authority block + photographic close */
.about{
  grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);
  align-items:start;
  gap:7vw;
  background:var(--navy-2);
}
.about-intro{max-width:620px}
.about-copy p{color:#fff;font-size:15px;line-height:1.85}
.host-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.host-card{border-top:1px solid rgba(255,255,255,.30);padding:22px 0 0;min-height:190px}
.host-role{font-size:10px;letter-spacing:.16em;font-weight:600;color:#aebbc0;margin-bottom:14px}
.host-card h3{font-family:"Cinzel",serif;font-size:27px;font-weight:400;letter-spacing:-.02em;margin:0 0 14px;color:#fafafa}
.host-card p{margin:0;color:#fff;font-size:14px;line-height:1.8;max-width:360px}
.closing-image{margin:0;background:var(--navy);height:clamp(260px,34vw,520px);overflow:hidden}
.closing-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 48%}
@media(max-width:860px){
  .about{grid-template-columns:1fr}
  .host-grid{grid-template-columns:1fr}
  .host-card{min-height:0;padding-bottom:8px}
  .closing-image{height:56vw;min-height:250px}
}

/* v6: quieter hierarchy. Keep the homepage statement as the only oversized title. */
.hero h1 em{color:var(--hq)}
.ticker{background:var(--hq);color:var(--navy)}

/* Section headings: deliberately much smaller and lighter */
.section-head h2,.events h2,.submit h2,.about h2{
  font-weight:500;
  font-size:clamp(22px,2.1vw,30px);
  line-height:1.3;
  letter-spacing:-.015em;
}

/* Episode / scenario titles */
.featured-copy h3{
  font-weight:500;
  font-size:clamp(20px,2vw,28px);
  line-height:1.42;
  letter-spacing:-.012em;
}
.small-card h3{
  font-weight:500;
  font-size:18px;
  line-height:1.55;
}

/* Event title should read like content, not a poster headline */
.event-copy h3{
  font-weight:500;
  font-size:clamp(20px,2vw,28px);
  line-height:1.4;
  letter-spacing:-.012em;
}

/* Inner-page title scale */
.page-hero h1{
  font-weight:500;
  font-size:clamp(26px,3vw,38px);
  line-height:1.25;
  letter-spacing:-.015em;
}

@media(max-width:860px){
  .section-head h2,.events h2,.submit h2,.about h2{font-size:24px}
  .featured-copy h3,.event-copy h3{font-size:21px}
  .page-hero h1{font-size:28px}
}

/* V9 refinements: preserve the closing artwork at its intended 2:1 composition. */
.closing-image{
  width:100%;
  height:auto;
  aspect-ratio:2 / 1;
  overflow:hidden;
  background:var(--navy);
}
.closing-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
}

/* Event hierarchy: titles stay white; descriptive copy uses the warm paper tone
   from the Send Us a Scenario form background. */
.events-intro p,
.event-copy p{
  color:var(--paper);
}
.event-copy h3,
.events h2{
  color:#fff;
}

@media(max-width:860px){
  .closing-image{height:auto;min-height:0;aspect-ratio:2 / 1}
}

/* V11: dark Events section uses pure white for all supporting copy and metadata. */
.events-intro p,
.event-copy p,
.event-meta,
.event-meta span,
.events .eyebrow,
.events .meta,
.event-date span {
  color:#fff;
}

/* V15 FIX: homepage HQ-pink metadata accents */
.feature .scenario-number,
.feature .featured-card .meta,
.feature .small-card .meta,
.events .event-date strong,
.events .event-date span {
  color: #F7B4C1 !important;
}


/* V21 scenario form */
.scenario-form .form-note{
  margin:0 0 26px;
  font-size:14px;
  line-height:1.7;
  opacity:.72;
}
.scenario-form label > span,
.scenario-form legend{
  display:block;
  margin-bottom:9px;
  font-weight:600;
}
.scenario-form small{
  font-size:.82em;
  font-weight:400;
  opacity:.62;
}
.scenario-form select,
.scenario-form textarea,
.scenario-form input[type="text"]{
  width:100%;
  box-sizing:border-box;
}
.scenario-form .participation{
  border:0;
  padding:0;
  margin:28px 0 24px;
}
.scenario-form .radio-row{
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin:14px 0;
  cursor:pointer;
}
.scenario-form .radio-row input{
  flex:0 0 auto;
  margin-top:4px;
}
.scenario-form .radio-row span{
  margin:0;
  font-weight:400;
}
.scenario-form .contact-field{
  margin:6px 0 24px;
}
.scenario-form .contact-field[hidden]{
  display:none !important;
}
.scenario-form .contact-field p{
  margin:8px 0 0;
  font-size:12px;
  line-height:1.6;
  opacity:.62;
}

/* V22 real EP01 */
.episode-wrap{max-width:1100px;margin:auto;padding:56px 24px 90px}.episode-header{max-width:900px;margin:34px 0 46px}.episode-header .episode-kicker,.section-label{color:#F7B4C1;font-weight:700;letter-spacing:.1em}.episode-body{max-width:900px}.episode-body section,.episode-body aside{margin:52px 0}.episode-body h2{font-size:clamp(22px,2.6vw,32px);line-height:1.3}.episode-body p{line-height:1.85}.embed-placeholder{border:1px solid rgba(41,55,62,.18);border-radius:14px;padding:34px;display:flex;flex-direction:column;gap:7px}.embed-placeholder span{font-size:13px;opacity:.62}.discussion-prompt,.mini-scenario{border-top:1px solid rgba(41,55,62,.18);padding-top:30px}.prompt-question{font-size:clamp(20px,2.4vw,28px);font-weight:600;line-height:1.55}.text-link{display:inline-block;margin-top:10px;font-weight:600}
/* V26 RSVP identity */
.rsvp-identity{border:0;padding:0;margin:28px 0 24px}
.rsvp-identity legend{font:inherit;font-weight:600;margin-bottom:14px;color:inherit}
.rsvp-identity label{display:flex;align-items:center;gap:10px;margin:10px 0;cursor:pointer}
.rsvp-identity input[type="radio"]{width:auto;margin:0;accent-color:#29373E}
.rsvp-identity .form-note{margin:13px 0 0;font-size:13px;line-height:1.6;opacity:.7}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* V34 WhatsApp audience share */
.share-wailou{margin:68px 0 10px;padding:40px;border:1px solid var(--line);background:rgba(233,211,217,.10)}
.share-wailou h2{margin:8px 0 10px;font-size:clamp(26px,3vw,38px);line-height:1.25}
.share-wailou>p{max-width:720px;margin:0 0 24px;line-height:1.7}
.share-wailou-buttons{display:flex;flex-wrap:wrap;gap:12px}
.share-wa{display:inline-flex;align-items:center;gap:8px;padding:13px 17px;border:1px solid var(--ink);border-radius:999px;font-weight:700;font-size:14px;transition:transform .15s ease,background .15s ease}
.share-wa:hover{transform:translateY(-1px);background:var(--ink);color:#fff}
.share-after-rsvp{margin:46px 0 34px;padding:30px}
@media(max-width:640px){.share-wailou{padding:28px 20px}.share-wailou-buttons{display:grid}.share-wa{justify-content:flex-start;width:100%;box-sizing:border-box}}


/* V39: Netlify form responses */
.form-response{
  margin-top:18px;
  padding:22px 24px;
  border:1px solid var(--line);
  background:#fff;
  line-height:1.75;
}
.form-response strong{
  display:block;
  margin-bottom:6px;
  font-size:18px;
  color:var(--ink);
}
.form-response p{
  margin:0;
}
.form-success{
  border-left:4px solid var(--ink);
}
.form-error{
  border-left:4px solid #9a4a4a;
}
button[disabled]{
  opacity:.65;
  cursor:wait;
}

.podcast-follow-links{display:flex;gap:.55rem;align-items:center;flex-wrap:wrap;margin-top:12px}
