:root {
  --ink: #111111;
  --paper: #f8f5ef;
  --warm: #efe9df;
  --orange: #f15a24;
  --orange-dark: #c83e10;
  --muted: #6d675f;
  --line: rgba(17, 17, 17, 0.16);
  --white-line: rgba(255, 255, 255, 0.18);
  --serif: "Lora", Georgia, serif;
  --sans: "Archivo", system-ui, sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .75rem 1rem; color: white; background: var(--ink); }
.skip-link:focus { top: 1rem; }
.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; }
.container { width: min(var(--max), calc(100% - 2.5rem)); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.section { padding: clamp(5rem, 10vw, 9rem) 0; }
.section-dark, .section-ink { color: white; background: var(--ink); }
.section-warm { background: var(--warm); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; min-height: 74px; padding: 0 clamp(1.25rem, 4vw, 4rem); color: white; background: rgba(17,17,17,.92); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.wordmark { font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: -.04em; }
.wordmark span { color: var(--orange); }
.site-nav { display: flex; align-items: center; gap: 1.7rem; }
.site-nav a { font-size: .78rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--orange); }
.site-nav .nav-cta { padding: .7rem 1rem; color: white; border: 1px solid rgba(255,255,255,.45); }
.menu-button { display: none; padding: .45rem .7rem; color: white; background: transparent; border: 1px solid rgba(255,255,255,.4); }

.hero { position: relative; min-height: 100svh; padding: 8.5rem 0 5rem; overflow: hidden; isolation: isolate; }
.hero::before { content: "WORDS"; position: absolute; left: -2vw; bottom: -12vw; z-index: -2; color: rgba(255,255,255,.025); font-size: clamp(10rem, 28vw, 30rem); font-weight: 900; letter-spacing: -.11em; line-height: .8; }
.hero-noise { position: absolute; inset: 0; z-index: -1; opacity: .35; background: radial-gradient(circle at 78% 38%, rgba(241,90,36,.28), transparent 24%), linear-gradient(112deg, transparent 0 62%, rgba(255,255,255,.035) 62% 63%, transparent 63%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.eyebrow { margin: 0 0 1rem; color: var(--orange); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(4.5rem, 10vw, 9.5rem); font-weight: 900; letter-spacing: -.075em; line-height: .79; text-transform: uppercase; }
.hero-alias { margin: 1.1rem 0 0; color: var(--orange); font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 2rem); font-style: italic; }
.accent-line { width: 84px; height: 5px; margin: 2rem 0; background: var(--orange); }
.hero-intro { max-width: 620px; margin: 0; font-size: clamp(1.05rem, 1.6vw, 1.35rem); font-weight: 600; line-height: 1.55; }
.hero-quote { max-width: 610px; margin: 1.4rem 0 0; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 1rem; font-style: italic; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.25rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .8rem 1.25rem; border: 1px solid transparent; font-size: .78rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { color: white; border-color: rgba(255,255,255,.42); }
.button-ghost:hover { color: var(--ink); background: white; }
.button-dark { color: white; background: var(--ink); }
.hero-art { position: relative; justify-self: end; width: min(100%, 430px); }
.hero-art img { position: relative; z-index: 2; width: 100%; border: 1px solid rgba(255,255,255,.22); box-shadow: 0 42px 80px rgba(0,0,0,.5); transform: rotate(2deg); }
.hero-orbit { position: absolute; inset: -10% -18%; z-index: 1; border: 1px solid rgba(241,90,36,.36); border-radius: 50%; transform: rotate(-18deg); }
.hero-stamp { position: absolute; right: -2.5rem; bottom: -2rem; z-index: 3; display: grid; place-content: center; width: 112px; aspect-ratio: 1; color: var(--ink); background: var(--orange); border-radius: 50%; font-size: .68rem; font-weight: 900; line-height: 1.3; text-align: center; text-transform: uppercase; letter-spacing: .08em; transform: rotate(8deg); }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.portrait-wrap { position: relative; }
.portrait-wrap::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 2px solid var(--orange); }
.portrait-wrap img { position: relative; width: 100%; max-height: 700px; object-fit: cover; filter: grayscale(14%) contrast(1.03); }
.portrait-label { position: absolute; right: -1rem; bottom: 1.5rem; padding: .65rem 1rem; color: white; background: var(--ink); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
h2 { margin: 0 0 1.4rem; font-size: clamp(2.7rem, 6vw, 5.8rem); font-weight: 900; letter-spacing: -.06em; line-height: .92; text-transform: uppercase; }
h3 { line-height: 1.15; }
.section-copy .prose { color: #393530; font-family: var(--serif); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.section-copy blockquote { margin: 2rem 0 0; padding: 1.4rem 0 1.4rem 1.5rem; border-left: 4px solid var(--orange); font-family: var(--serif); font-size: 1.15rem; font-style: italic; }
.section-lead { max-width: 700px; margin: 0 auto; color: var(--muted); font-family: var(--serif); font-size: 1.05rem; }
.section-heading { max-width: 900px; margin-bottom: clamp(2.8rem, 6vw, 5rem); }
.section-heading.center { margin-inline: auto; }
.section-ink .section-lead, .section-dark .section-lead { color: rgba(255,255,255,.68); }

.message-section { background: var(--paper); }
.message-section .video-frame { margin: 2.8rem auto 0; box-shadow: 18px 18px 0 var(--orange); }
.video-frame { position: relative; overflow: hidden; background: #050505; }
.video-frame::before { content: ""; display: block; padding-bottom: 56.25%; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.message-section .video-vertical { max-width: 390px; }
.message-section .video-vertical::before, .performance-card.video-vertical .video-frame::before { padding-bottom: 177.78%; }

.books-list { display: grid; gap: 6rem; }
.book-feature { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: center; }
.book-cover img { width: 100%; box-shadow: 24px 24px 0 var(--orange); }
.book-copy h3 { margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5rem); letter-spacing: -.05em; }
.book-copy > p { color: rgba(255,255,255,.76); font-family: var(--serif); font-size: 1.1rem; }
.book-copy blockquote { margin: 2rem 0; padding: 1.3rem 0 1.3rem 1.5rem; border-left: 4px solid var(--orange); color: rgba(255,255,255,.88); font-family: var(--serif); font-style: italic; }
.book-meta { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; margin: 1.6rem 0; color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.events-list { display: grid; gap: 1rem; margin-bottom: clamp(5rem, 10vw, 9rem); }
.empty-state { padding: clamp(2.4rem, 6vw, 4.5rem); text-align: center; border: 1px solid var(--line); background: rgba(255,255,255,.34); }
.empty-state span { color: var(--orange-dark); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.empty-state h3 { margin: .6rem 0; font-size: clamp(1.7rem, 4vw, 2.8rem); text-transform: uppercase; }
.empty-state p { margin: 0; color: var(--muted); font-family: var(--serif); }
.event-card { display: grid; grid-template-columns: 110px 1fr; gap: 2rem; padding: 2rem; border-top: 1px solid var(--line); }
.event-date { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100px; color: white; background: var(--ink); }
.event-date strong { font-size: 2.3rem; line-height: 1; }
.event-date span { color: var(--orange); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.event-type { color: var(--orange-dark); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.event-card h3 { margin: .35rem 0; font-size: 1.65rem; }
.event-card p { max-width: 760px; margin: 0; color: var(--muted); font-family: var(--serif); }
.event-details { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin-top: 1rem; font-size: .78rem; font-weight: 700; }
.event-card a { display: inline-block; margin-top: 1rem; color: var(--orange-dark); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.booking-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.booking-copy > p:not(.eyebrow) { color: var(--muted); font-family: var(--serif); font-size: 1.08rem; }
.feature-list { margin: 2.3rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.feature-list strong { text-transform: uppercase; }
.feature-list span { color: var(--muted); font-family: var(--serif); }

.contact-form { display: grid; gap: 1rem; padding: clamp(1.5rem, 4vw, 3rem); color: white; background: var(--ink); box-shadow: 16px 16px 0 var(--orange); }
.form-heading span { color: var(--orange); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.form-heading p { margin: .25rem 0 .6rem; color: rgba(255,255,255,.65); font-family: var(--serif); }
.contact-form label { display: grid; gap: .35rem; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: .8rem .85rem; color: white; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.25); border-radius: 0; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(241,90,36,.25); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-status { min-height: 1.4em; margin: 0; color: rgba(255,255,255,.75); font-size: .78rem; }

.performances-section { background: var(--paper); }
.performance-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.performance-card .video-frame { box-shadow: 12px 12px 0 var(--orange); }
.performance-caption { display: flex; gap: .8rem; align-items: baseline; padding-top: 1.3rem; }
.performance-caption span { color: var(--orange-dark); font-weight: 900; }
.performance-caption h3 { margin: 0; font-size: 1rem; text-transform: uppercase; }

.merch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.merch-card { background: rgba(255,255,255,.5); border: 1px solid var(--line); transition: transform .2s ease; }
.merch-card:hover { transform: translateY(-5px); }
.merch-card a { display: block; padding: 1rem 1rem 1.4rem; text-decoration: none; }
.merch-image { aspect-ratio: 1; overflow: hidden; background: white; }
.merch-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.merch-card:hover img { transform: scale(1.035); }
.merch-card p { margin: 1rem 0 .2rem; color: var(--muted); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.merch-card h3 { margin: 0 0 .8rem; font-size: 1rem; }
.merch-card span { color: var(--orange-dark); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.store-footer { margin-top: 3rem; }

.connect-section { background: var(--ink); }
.connect-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.social-links { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.social-links a { padding: .7rem 1rem; border: 1px solid var(--white-line); font-size: .7rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.social-links a:hover { color: var(--ink); background: var(--orange); border-color: var(--orange); }
.newsletter-card { position: relative; padding: clamp(1.7rem, 4vw, 3.2rem); color: var(--ink); background: var(--orange); }
.newsletter-card h3 { max-width: 410px; margin: 0 0 .8rem; font-size: clamp(1.6rem, 3vw, 2.5rem); text-transform: uppercase; }
.newsletter-card > p { font-family: var(--serif); }
.newsletter-number { position: absolute; right: 1.4rem; top: 1rem; font-size: 3rem; font-weight: 900; opacity: .18; }
.newsletter-row { display: grid; grid-template-columns: 1fr auto; margin-top: 1.5rem; }
.newsletter-row input { min-width: 0; padding: .85rem; border: 0; outline: 0; }
.newsletter-row button { padding: .85rem 1.2rem; color: white; background: var(--ink); border: 0; font-size: .75rem; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.newsletter-card .form-status { color: rgba(17,17,17,.75); margin-top: .7rem; }

.site-footer { padding: 3.5rem 0; color: white; background: #090909; border-top: 1px solid rgba(255,255,255,.1); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr auto; gap: 3rem; align-items: end; }
.footer-grid p { max-width: 430px; color: rgba(255,255,255,.55); font-family: var(--serif); font-size: .9rem; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 1.5rem; }
.footer-links a { color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.footer-grid .copyright { margin: 0; font-family: var(--sans); font-size: .65rem; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-nav { position: absolute; inset: 74px 0 auto; display: none; padding: 1.5rem; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.15); }
  .site-nav.is-open { display: grid; }
  .site-nav .nav-cta { width: fit-content; }
  .menu-button { display: block; }
  .hero-grid, .split-layout, .book-feature, .booking-grid, .connect-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-art { order: 1; justify-self: center; width: min(72vw, 390px); }
  .hero h1 { font-size: clamp(4rem, 15vw, 7rem); }
  .portrait-wrap { max-width: 640px; margin-inline: auto; }
  .book-cover { max-width: 380px; margin-inline: auto; }
  .performance-grid { grid-template-columns: 1fr 1.5fr; }
  .merch-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid .copyright { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 1.5rem, var(--max)); }
  .section { padding: 4.5rem 0; }
  .hero { padding-top: 7rem; }
  .hero-art { width: min(76vw, 320px); }
  .hero-stamp { right: -1rem; width: 92px; }
  .button-row .button { width: 100%; }
  .event-card { grid-template-columns: 72px 1fr; gap: 1rem; padding: 1.2rem 0; }
  .event-date { min-height: 76px; }
  .event-date strong { font-size: 1.65rem; }
  .form-row, .performance-grid, .merch-grid, .footer-grid { grid-template-columns: 1fr; }
  .performance-card.video-vertical { max-width: 360px; margin-inline: auto; }
  .feature-list li { grid-template-columns: 1fr; gap: .15rem; }
  .newsletter-row { grid-template-columns: 1fr; gap: .6rem; }
  .portrait-label { right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
