:root {
  --forest: #123f2b;
  --forest-deep: #092b1e;
  --leaf: #75931f;
  --lime: #a4be2c;
  --gold: #d49a13;
  --sun: #f2bd32;
  --paper: #f7f6ef;
  --white: #fff;
  --ink: #17221c;
  --muted: #58645d;
  --line: #d7ded7;
  --danger: #9d2525;
  --ok: #17643b;
  --focus: #ffbf24;
  --max: 76rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.58;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
main { min-height: 66vh; }
a { color: var(--forest); text-underline-offset: .2em; }
a:hover { text-decoration-thickness: .14em; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, audio:focus-visible, video:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.4rem, 7vw, 5.6rem); margin: .15em 0 .3em; }
h2 { font-size: clamp(1.65rem, 3vw, 2.7rem); }
h3 { font-size: 1.25rem; }
p { max-width: 68ch; }
.skip-link, .sr-only { position: absolute; left: -10000px; top: .5rem; }
.skip-link { background: var(--white); padding: .7rem; z-index: 100; }
.skip-link:focus { left: .5rem; }
.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.narrow { max-width: 45rem; }
.lede { font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.55; }
.eyebrow { color: var(--gold); font-size: .78rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.site-header { color: var(--white); background: var(--forest-deep); border-bottom: 1px solid #ffffff2b; }
.site-header__inner { width: min(100% - 2rem, var(--max)); margin-inline: auto; min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { color: var(--white); display: flex; align-items: baseline; gap: .45rem; font-weight: 900; letter-spacing: .04em; text-decoration: none; }
.brand small { color: var(--sun); font-size: .65rem; letter-spacing: .2em; }
.nav { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem 1.05rem; }
.nav a { color: inherit; font-size: .94rem; font-weight: 700; text-decoration: none; }
.nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--sun); text-decoration-thickness: .2em; text-underline-offset: .45em; }
.home-stage, .market-hero, .character-stage, .experience-header { color: var(--white); background: radial-gradient(circle at 82% 10%, #8ba625 0 12%, transparent 36%), linear-gradient(135deg, var(--forest-deep), var(--forest) 68%, #486c25); }
.home-stage { padding: clamp(3rem, 8vw, 7.5rem) 0; border-radius: 0 0 clamp(2rem, 6vw, 6rem) 0; }
.home-stage__grid, .character-stage__grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(15rem, .5fr); gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.home-stage h1, .market-hero h1, .character-stage h1 { max-width: 12ch; }
.home-stage .lede { max-width: 48ch; }
.entry-marker { border: 1px solid #ffffff50; border-radius: 50% 50% 1.5rem 1.5rem; padding: 2.1rem; background: #ffffff0f; backdrop-filter: blur(8px); }
.entry-marker__pin { display: inline-grid; place-items: center; width: 2.6rem; height: 2.6rem; margin-bottom: .7rem; border: .42rem solid var(--white); border-radius: 50% 50% 50% 0; color: var(--gold); transform: rotate(-45deg); }
.entry-marker p { margin: .35rem 0; font-size: 1.1rem; font-weight: 800; }
.market-hero, .experience-header { padding: clamp(2.5rem, 7vw, 5.5rem) 0; }
.market-hero h1, .experience-header h1 { max-width: 15ch; }
.character-stage { padding: clamp(2.5rem, 7vw, 6.5rem) 0; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.4rem 0; }
.button, button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; border: 0; border-radius: .4rem; padding: .78rem 1.1rem; background: var(--gold); color: #17210b; font: inherit; font-weight: 850; text-decoration: none; cursor: pointer; }
.button:hover, button:hover { background: var(--sun); }
.button--secondary { color: var(--forest); background: var(--white); border: 1px solid currentColor; }
.button--danger { color: var(--white); background: var(--danger); }
.text-link { font-weight: 850; }
.character-callout { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 6vw, 5rem); align-items: stretch; margin: clamp(3rem, 7vw, 6rem) 0; background: var(--white); border-radius: 1.5rem; overflow: hidden; box-shadow: 0 1.3rem 3rem #123f2b17; }
.character-callout > div:first-child { padding: clamp(1.5rem, 5vw, 4rem); }
.character-silhouette, .character-placeholder { min-height: 25rem; display: grid; place-content: center; gap: .7rem; color: var(--white); background: linear-gradient(155deg, var(--leaf), var(--forest)); text-align: center; }
.character-silhouette span, .character-placeholder span { font-size: clamp(3rem, 9vw, 7rem); font-weight: 950; letter-spacing: -.08em; opacity: .86; writing-mode: vertical-rl; }
.character-placeholder { border-radius: 48% 48% 1.5rem 1.5rem; border: 1px solid #ffffff57; }
.character-placeholder small { font-weight: 700; }
.path-grid { display: grid; grid-template-columns: minmax(13rem, .55fr) 1.45fr; gap: 2rem; align-items: start; margin: 4rem 0; }
.panel, .story-card, .ticket-card, .empty-state, .story-chapter { background: var(--white); border: 1px solid var(--line); border-radius: 1rem; padding: clamp(1.1rem, 3vw, 2rem); }
.panel { margin: 1.4rem 0; box-shadow: 0 .25rem 1rem #123f2b0a; }
.market-grid, .grid, .cards, .detail-grid, .form-grid, .work-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr)); gap: 1rem; margin: 2rem 0; }
.story-card, .ticket-card { border-top: .42rem solid var(--lime); }
.story-card h2, .ticket-card h2, .story-card h3 { margin-top: .3rem; }
.ticket-card { border-top-color: var(--gold); }
.ticket-code { color: var(--gold); font-weight: 900; letter-spacing: .13em; }
.ticket-lockup { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; margin: 1.5rem 0; padding: 1rem 0; border-block: 1px solid #ffffff47; font-size: 1.08rem; }
.ticket-lockup strong { color: var(--sun); }
.ticket-facts, .summary-list { display: grid; gap: 0; margin: 1.2rem 0; }
.ticket-facts div, .summary-list div { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid var(--line); }
.ticket-facts dt, .summary-list dt { color: var(--muted); font-weight: 700; }
.ticket-facts dd, .summary-list dd { margin: 0; font-weight: 850; text-align: right; }
.story-chapter { max-width: 52rem; margin: 2rem auto; padding: clamp(1.4rem, 5vw, 4rem); }
.access-time { display: inline-block; padding: .5rem .75rem; background: #ffffff16; border: 1px solid #ffffff42; border-radius: .45rem; }
.empty-state { grid-column: 1 / -1; border-style: dashed; text-align: center; }
.empty-state p { margin-inline: auto; }
form { max-width: 44rem; }
.inline { display: inline-block; margin-left: .6rem; }
.field, form > label { display: block; margin: 1rem 0; font-weight: 750; }
.field label { display: block; margin-bottom: .35rem; }
.field input, .field select, .field textarea, form > label input, form > label select, form > label textarea { width: 100%; padding: .8rem; border: 1px solid #849189; border-radius: .4rem; font: inherit; background: var(--white); }
.checkbox-label { display: flex; align-items: flex-start; gap: .6rem; }
.checkbox-label input { width: 1.2rem; height: 1.2rem; margin-top: .18rem; }
.hint, .muted { color: var(--muted); font-size: .92rem; }
.alert, .notice { border-left: .35rem solid var(--gold); padding: .85rem 1rem; background: #fff8dd; margin: 1rem 0; }
.alert--error, .notice--error { border-color: var(--danger); background: #fff1f1; }
.alert--success, .notice--success { border-color: var(--ok); background: #eefaf2; }
.errors { color: var(--danger); }
table { width: 100%; border-collapse: collapse; background: var(--white); }
th, td { text-align: left; padding: .75rem; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--forest); font-size: .86rem; letter-spacing: .04em; }
.table-wrap { overflow-x: auto; }
.status { display: inline-block; border-radius: 99rem; padding: .2rem .6rem; background: #e8eee9; font-size: .86rem; font-weight: 800; }
.price { font-size: 1.35rem; font-weight: 850; }
.code { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; overflow-wrap: anywhere; }
.prose { max-width: 56rem; }
.manage-bar { color: var(--forest-deep); background: #e6ecd4; border-bottom: 1px solid #c9d2bd; }
.manage-bar .nav { padding-block: .75rem; }
.manage-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 2.5rem 0 1rem; }
.manage-heading h1 { font-size: clamp(2rem, 5vw, 3.8rem); }
.work-grid { grid-template-columns: repeat(4, 1fr); }
.metric { min-height: 8.2rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1.2rem; background: var(--forest-deep); color: var(--white); border-radius: .8rem; }
.metric strong { color: var(--sun); font-size: 2.2rem; }
.site-footer { margin-top: 4rem; color: var(--white); background: var(--forest-deep); }
.site-footer__inner { width: min(100% - 2rem, var(--max)); margin-inline: auto; display: flex; justify-content: space-between; gap: 2rem; padding-block: 2.5rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; align-content: flex-start; }
.site-footer a { color: var(--white); }
.player video, .audio-player { display: block; width: 100%; max-width: 100%; }
.player { background: #000; border-radius: .7rem; overflow: hidden; }
@media (max-width: 54rem) {
  .site-header__inner { align-items: flex-start; flex-direction: column; padding-block: 1rem; }
  .home-stage__grid, .character-stage__grid, .character-callout, .path-grid { grid-template-columns: 1fr; }
  .entry-marker { max-width: 22rem; }
  .character-silhouette { min-height: 15rem; }
  .character-silhouette span { writing-mode: horizontal-tb; }
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__inner { flex-direction: column; }
}
@media (max-width: 40rem) {
  h1 { font-size: clamp(2.35rem, 13vw, 4.2rem); }
  .nav { gap: .7rem 1rem; }
  .work-grid { grid-template-columns: 1fr; }
  th:nth-child(n+3), td:nth-child(n+3) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
