:root {
  --site-ink: #191326;
  --site-paper: #fffaf2;
  --site-coral: #ff6f61;
  --site-sun: #ffd34d;
  --site-aqua: #bdeee4;
  --site-muted: #6e6575;
}

body:has(.site-page) { background: var(--site-paper); color: var(--site-ink); }
.site-page { min-height: 100vh; background: var(--site-paper); }
.content-shell { width: min(1120px, calc(100vw - 48px)); margin-inline: auto; padding: 84px 0 120px; }
.content-kicker { margin-bottom: 30px; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; color: var(--site-coral); }
.content-hero { max-width: 850px; padding: 56px 0 72px; border-top: 2px solid var(--site-ink); }
.content-hero-wide { max-width: 100%; }
.content-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(52px, 8vw, 112px); line-height: .9; letter-spacing: -.06em; }
.content-hero h1 em { font-family: var(--serif); font-weight: 400; font-style: italic; }
.content-hero time { display: block; margin-top: 28px; color: var(--site-muted); font-size: 13px; }
.content-intro { max-width: 660px; margin: 28px 0 0; font-family: var(--serif); font-size: 22px; line-height: 1.5; }
.content-prose { max-width: 780px; font-size: 18px; line-height: 1.78; }
.content-prose h2 { margin: 62px 0 18px; font-family: var(--display); font-size: clamp(34px, 5vw, 56px); line-height: 1; letter-spacing: -.045em; }
.content-prose h3 { margin: 42px 0 14px; font-family: var(--display); font-size: 30px; line-height: 1.05; }
.content-prose p { margin: 0 0 23px; }
.content-prose ul { margin: 0 0 26px; padding-left: 1.3em; }
.content-prose li { padding-left: 8px; margin: 6px 0; }
.content-prose a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.content-prose img { width: 100%; height: auto; margin: 22px 0; }
.content-prose strong { font-weight: 800; }
.hub-hero { margin: 0 0 68px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: stretch; background: var(--site-aqua); border: 2px solid var(--site-ink); }
.hub-image { min-height: 300px; }
.hub-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hub-hero > div:last-child { padding: 42px; align-self: center; }
.hub-hero h2, .hub-links h2, .hub-featured h2 { margin: 0; font-family: var(--display); font-size: clamp(34px, 5vw, 64px); line-height: .95; letter-spacing: -.055em; }
.hub-hero p:not(.eyebrow), .hub-links p:not(.eyebrow) { max-width: 560px; margin: 20px 0 0; font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.hub-links { max-width: 780px; padding: 38px; background: #fff; border: 2px solid var(--site-ink); }
.hub-links .button { margin-top: 28px; }
.hub-featured { margin-top: 84px; padding-top: 38px; border-top: 2px solid var(--site-ink); }
.hub-featured-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.hub-featured-grid a { min-height: 160px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; background: var(--site-sun); border: 2px solid var(--site-ink); text-decoration: none; }
.hub-featured-grid strong { font-family: var(--display); font-size: 25px; line-height: 1; letter-spacing: -.04em; }
.hub-featured-grid span { font-size: 12px; font-weight: 900; }
.booking-callout, .booking-strip { margin-top: 76px; padding: 42px; display: flex; align-items: end; justify-content: space-between; gap: 30px; background: var(--site-sun); border: 2px solid var(--site-ink); }
.booking-callout h2, .booking-strip h2 { max-width: 590px; margin: 0; font-family: var(--display); font-size: clamp(34px, 4.2vw, 59px); line-height: .96; letter-spacing: -.055em; }
.booking-callout p:not(.eyebrow), .booking-strip p:not(.eyebrow) { max-width: 560px; margin: 18px 0 0; font-size: 16px; line-height: 1.55; }
.contact-panel { max-width: 860px; padding: 48px; background: var(--site-aqua); border: 2px solid var(--site-ink); }
.contact-panel h2 { max-width: 700px; margin: 0; font-family: var(--display); font-size: clamp(38px, 5vw, 70px); line-height: .94; letter-spacing: -.055em; }
.contact-panel > p:not(.eyebrow) { max-width: 650px; margin: 25px 0 0; font-size: 18px; line-height: 1.6; }
.contact-links { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-link { padding: 20px; display: flex; flex-direction: column; gap: 8px; color: inherit; background: var(--site-paper); border: 2px solid var(--site-ink); text-decoration: none; }
.contact-link span { font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-link strong { font-size: 17px; word-break: break-word; }
.article-index-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.article-index-card { min-height: 310px; padding: 27px; display: flex; flex-direction: column; border: 2px solid var(--site-ink); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.article-index-card:hover { transform: translateY(-5px) rotate(-.3deg); box-shadow: 8px 8px 0 var(--site-coral); }
.article-index-number { align-self: end; font-family: var(--display); font-size: 20px; color: var(--site-coral); }
.article-index-card h2 { margin: auto 0 14px; font-family: var(--display); font-size: clamp(28px, 3vw, 42px); line-height: .98; letter-spacing: -.045em; }
.article-index-card h2 a { color: inherit; text-decoration: none; }
.article-index-card time { font-size: 12px; color: var(--site-muted); }
.read-link { margin-top: 18px; font-size: 13px; font-weight: 900; text-decoration: none; }
.not-found { min-height: 65vh; }
.not-found h1 { max-width: 800px; margin: 0; font-family: var(--display); font-size: clamp(52px, 8vw, 100px); line-height: .9; letter-spacing: -.06em; }
.not-found p:not(.eyebrow) { max-width: 540px; margin: 26px 0 30px; font-family: var(--serif); font-size: 21px; line-height: 1.5; }
.booking-strip { width: min(1120px, calc(100vw - 48px)); margin-bottom: 90px; }
.site-footer-light { color: var(--site-paper); background: var(--site-ink); }
.fe-live-events { color: var(--site-ink); }
.fe-live-events__main { background: var(--site-paper); }
.fe-live-events__hero { min-height: 440px; background: var(--site-ink); }
.fe-live-events__hero h1 { font-family: var(--display); font-size: clamp(56px, 10vw, 120px); letter-spacing: -.06em; line-height: .86; }
.fe-live-events__blurb { max-width: 800px; margin-inline: auto; font-family: var(--serif); font-size: 23px !important; line-height: 1.45 !important; }
.fe-event-card { border: 2px solid var(--site-ink) !important; border-radius: 0 !important; box-shadow: 6px 6px 0 var(--site-aqua); }
.fe-event-card__link { color: var(--site-ink) !important; font-weight: 900 !important; }
.fe-live-events__cta { border-radius: 0 !important; background: var(--site-coral) !important; color: var(--site-ink) !important; }

@media (max-width: 760px) {
  .content-shell { width: min(100% - 32px, 620px); padding-top: 50px; }
  .content-hero { padding: 40px 0 52px; }
  .content-prose { font-size: 17px; line-height: 1.7; }
  .booking-callout, .booking-strip { width: min(100% - 32px, 620px); margin-inline: auto; padding: 28px 22px; display: grid; align-items: start; }
  .booking-callout h2, .booking-strip h2 { font-size: 42px; }
  .contact-panel { padding: 28px 22px; }
  .contact-links, .article-index-grid { grid-template-columns: 1fr; }
  .article-index-card { min-height: 250px; }
  .hub-hero { grid-template-columns: 1fr; }
  .hub-hero > div:last-child { padding: 28px 22px; }
  .hub-featured-grid { grid-template-columns: 1fr; }
  .fe-live-events__main { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .article-index-card { transition: none; }
}
