@font-face {
  font-family: DM Sans;
  src: url('/assets/dm-sans.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --navy: #111827;
  --ivory: #f4f0e7;
  --teal: #175c61;
  --coral: #e99587;
  --lilac: #c8b9e8;
  --muted: #555a63;
  --line: #d4d0c8;
  font-family: 'DM Sans', sans-serif;
  color: var(--navy);
  background: var(--ivory);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
a {
  color: inherit;
  text-underline-offset: 0.25em;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 6px;
}
.festival a:focus-visible,
.site-footer a:focus-visible {
  outline-color: var(--coral);
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 550;
  line-height: 1.06;
  letter-spacing: -0.055em;
}
p + p {
  margin-top: 1.1rem;
}
em {
  font-family: Georgia, serif;
  font-weight: 400;
}
section[id] {
  scroll-margin-top: 2rem;
}
.wrap {
  width: min(1240px, calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0.7rem 1rem;
  background: var(--ivory);
  z-index: 10;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  min-height: 124px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 1.12rem;
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: -0.035em;
}
.brand img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.brand-dot {
  color: var(--teal);
}
.site-header nav {
  display: flex;
  gap: 2.1rem;
  align-items: center;
}
.site-header nav a {
  font-size: 0.9rem;
  text-decoration: none;
  padding: 12px 0;
}
.site-header nav a:hover {
  text-decoration: underline;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(230px, 0.7fr);
  gap: 4rem;
  padding-top: 78px;
  padding-bottom: 90px;
  align-items: center;
}
.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 650;
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(3.7rem, 6.3vw, 6.3rem);
  line-height: 1.02;
  letter-spacing: -0.065em;
}
.hero h1 span {
  font-family: Georgia, serif;
  font-style: italic;
  color: var(--teal);
  font-weight: 400;
}
.hero-bottom {
  margin-top: 34px;
  max-width: 530px;
}
.hero-bottom p {
  font-size: 1.14rem;
  line-height: 1.6;
  max-width: 440px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 15px 23px;
  background: var(--ivory);
  color: var(--navy);
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.4;
  min-height: 52px;
}
.button:hover {
  background: var(--lilac);
}
.coral {
  background: var(--coral);
}
.hero .button {
  margin-top: 28px;
}
.button span {
  font-size: 1.3rem;
}
.hero-aside {
  position: relative;
  padding-top: 15px;
  text-align: center;
}
.hero-logo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  mix-blend-mode: multiply;
}
.hero-aside > p {
  font-size: 0.8rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.round-note {
  display: grid;
  place-items: center;
  position: absolute;
  right: -20px;
  top: -25px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--lilac);
  transform: rotate(11deg);
  z-index: 1;
  font-size: 0.85rem;
  font-weight: 650;
  line-height: 1.2;
  border: 1px solid var(--navy);
}
.chapter-strip {
  background: var(--navy);
  color: var(--ivory);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 24px;
  padding: 19px 30px;
  font-size: clamp(1rem, 1.8vw, 1.4rem);
  letter-spacing: -0.02em;
}
.chapter-strip span:last-child {
  color: var(--coral);
  font-size: 2rem;
  line-height: 1;
}
.events-section {
  padding-block: 92px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 30px;
}
.section-heading h2 {
  font-size: clamp(2.8rem, 4.5vw, 4.4rem);
}
.section-heading > p {
  color: var(--muted);
  font-size: 1rem;
  margin-bottom: 6px;
}
.event-card {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: #faf8f3;
}
.event-card figure {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.event-card figure img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}
.event-card figcaption {
  background: var(--navy);
  color: var(--ivory);
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 12px 20px;
}
.event-copy {
  padding: 42px 44px;
}
.event-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}
.pill {
  background: var(--lilac);
  padding: 5px 12px;
  border-radius: 30px;
  letter-spacing: 0;
}
.event-copy h3 {
  font-size: clamp(2.4rem, 3.4vw, 3.4rem);
  margin-bottom: 22px;
}
.event-copy > p {
  font-size: 1rem;
  color: var(--muted);
}
.event-copy > p.event-lead {
  color: var(--navy);
  font-size: 1.15rem;
}
.event-facts {
  border-top: 1px solid var(--line);
  margin: 26px 0 22px;
  padding-top: 20px;
  display: grid;
  gap: 14px;
}
.event-facts div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  font-size: 1rem;
}
.event-facts dt {
  color: var(--muted);
}
.event-facts dd {
  margin: 0;
  font-weight: 550;
}
.event-facts dd span {
  font-weight: 400;
  color: var(--muted);
}
.text-link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 8px 0;
}
.app-note {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 25px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 42px 0;
}
.app-monogram {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  letter-spacing: -0.12em;
  font-weight: 600;
  background: var(--navy);
  color: var(--ivory);
  border-radius: 15px;
  padding-right: 8px;
  line-height: 1;
}
.app-monogram span {
  color: var(--coral);
}
.app-note .eyebrow {
  font-size: 0.75rem;
  margin-bottom: 8px;
}
.app-note h3 {
  font-size: 1.6rem;
  letter-spacing: -0.035em;
  margin-bottom: 9px;
}
.app-note p:not(.eyebrow) {
  font-size: 1rem;
  max-width: 580px;
  color: var(--muted);
}
.app-note strong {
  font-weight: 550;
  color: var(--navy);
}
.festival {
  background: var(--teal);
  color: var(--ivory);
  padding-block: 95px;
}
.festival-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
}
.festival h2 {
  font-size: clamp(4.4rem, 7.3vw, 7.4rem);
  letter-spacing: -0.06em;
  line-height: 0.99;
}
.festival h2 em {
  color: var(--coral);
}
.festival-tag {
  display: inline-block;
  color: var(--navy);
  background: var(--lilac);
  padding: 9px 16px;
  font-size: 0.85rem;
  margin-top: 36px;
  transform: rotate(-3deg);
}
.festival-copy {
  padding-top: 4px;
}
.big-copy {
  font-size: clamp(1.5rem, 2.6vw, 2.3rem);
  line-height: 1.3;
  letter-spacing: -0.035em;
  margin-bottom: 26px;
}
.festival-copy > p:not(.big-copy) {
  font-size: 1rem;
  line-height: 1.7;
}
.festival-copy .sponsor-line {
  font-weight: 650;
  color: var(--ivory);
  margin-top: 24px;
}
.festival-copy > p.festival-status {
  font-size: 1rem;
  color: #e0e8e2;
  margin-bottom: 28px;
}
.contact-section {
  padding-block: 90px;
}
.contact-section h2 {
  font-size: clamp(3.2rem, 6vw, 5.5rem);
}
.contact-section h2 em {
  color: var(--teal);
}
.contact-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  margin-top: 28px;
}
.contact-bottom p {
  font-size: 1.05rem;
}
.contact-pending {
  font-size: 0.9rem !important;
}
.site-footer {
  width: 100%;
  background: var(--navy);
  color: var(--ivory);
  padding: 48px max(56px, calc((100% - 1240px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 40px;
}
.footer-name {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-decoration: none;
}
.footer-name span {
  color: var(--coral);
}
.site-footer > p {
  font-size: 0.87rem;
  color: #cccdd2;
}
.site-footer > p:first-of-type {
  text-align: right;
}
.site-footer nav {
  display: flex;
  gap: 26px;
  grid-column: 1/-1;
  margin-top: 12px;
}
.site-footer nav a {
  font-size: 0.84rem;
  padding: 8px 0;
}
.site-footer .copyright {
  grid-column: 1/-1;
  font-size: 0.75rem;
  margin-top: 10px;
}
.text-page {
  padding-block: 72px 92px;
  min-height: 60vh;
}
.text-page h1 {
  font-size: clamp(3rem, 6vw, 5rem);
}
.text-page h1 > span {
  color: var(--teal);
}
.page-intro {
  font-size: 1.2rem;
  max-width: 680px;
  margin-top: 28px;
}
.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
.support-card {
  padding: 36px;
  background: #e5e9e2;
  border-radius: 4px;
}
.support-card.lilac {
  background: var(--lilac);
}
.support-card h2,
.help-note h2 {
  font-size: 1.8rem;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin-bottom: 20px;
}
.support-card p {
  font-size: 1rem;
}
.support-card .button {
  margin-top: 25px;
}
.email-link {
  display: block;
  overflow-wrap: anywhere;
  font-weight: 600;
  margin-top: 24px;
}
.help-note {
  max-width: 760px;
  margin-top: 56px;
}
.privacy-page {
  max-width: 850px;
}
.privacy-page h2 {
  font-size: 1.7rem;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
}
.privacy-page section {
  margin-top: 38px;
}
.updated {
  font-size: 0.87rem;
  color: var(--muted);
  margin-top: 20px;
}
.text-page > .button {
  margin-top: 25px;
}
@media (min-width: 1600px) {
  .hero {
    padding-block: 100px 115px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 2rem;
  }
  .hero h1 {
    font-size: 5.7vw;
  }
  .hero-aside {
    max-width: 280px;
  }
  .round-note {
    right: -10px;
    width: 80px;
    height: 80px;
    font-size: 0.75rem;
  }
  .event-copy {
    padding: 30px;
  }
  .event-facts div {
    grid-template-columns: 95px 1fr;
  }
  .app-note {
    grid-template-columns: 65px 1fr;
  }
  .app-note > .text-link {
    grid-column: 2;
  }
  .festival-grid {
    gap: 40px;
  }
  .site-footer {
    width: 100%;
    padding-inline: 32px;
  }
  .site-header nav {
    gap: 1.3rem;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 135px;
    align-items: flex-start;
    padding-block: 24px 14px;
    flex-direction: column;
    gap: 15px;
  }
  .brand {
    font-size: 1.04rem;
  }
  .brand img {
    width: 40px;
    height: 40px;
  }
  .site-header nav {
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
  }
  .site-header nav a {
    font-size: 0.875rem;
    padding-block: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 42px;
    padding-bottom: 48px;
    gap: 30px;
    position: relative;
  }
  .hero h1 {
    font-size: clamp(3.5rem, 11.7vw, 5.7rem);
  }
  .hero .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.11em;
  }
  .hero-bottom {
    margin-top: 25px;
  }
  .hero-bottom p {
    font-size: 1.05rem;
    max-width: 460px;
  }
  .hero-aside {
    display: none;
  }
  .chapter-strip {
    padding: 15px 20px;
    justify-content: space-between;
    gap: 15px;
    font-size: 0.83rem;
  }
  .chapter-strip span:nth-child(3) {
    max-width: 98px;
    line-height: 1.25;
  }
  .chapter-strip span:last-child {
    font-size: 1.7rem;
  }
  .events-section {
    padding-block: 54px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading h2 {
    font-size: 3.2rem;
  }
  .section-heading > p {
    margin-top: 20px;
    font-size: 0.92rem;
  }
  .event-card {
    grid-template-columns: 1fr;
  }
  .event-card figure img {
    height: 290px;
    min-height: 0;
    object-position: center 35%;
  }
  .event-card figcaption {
    font-size: 0.75rem;
    padding: 10px 16px;
  }
  .event-copy {
    padding: 27px 24px;
  }
  .event-copy h3 {
    font-size: 2.7rem;
  }
  .event-meta {
    font-size: 0.75rem;
  }
  .event-facts div {
    grid-template-columns: 90px 1fr;
    font-size: 1rem;
  }
  .app-note {
    grid-template-columns: 52px 1fr;
    gap: 18px;
    padding-block: 32px;
  }
  .app-monogram {
    width: 52px;
    height: 52px;
    font-size: 2.7rem;
    border-radius: 12px;
  }
  .app-note h3 {
    font-size: 1.35rem;
  }
  .app-note .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
  }
  .app-note > .text-link {
    grid-column: 1/-1;
  }
  .festival {
    padding-block: 56px;
  }
  .festival-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .festival h2 {
    font-size: 5.3rem;
  }
  .festival .eyebrow {
    font-size: 0.75rem;
  }
  .festival-tag {
    font-size: 0.78rem;
    margin-top: 28px;
  }
  .big-copy {
    font-size: 1.9rem;
  }
  .contact-section {
    padding-block: 55px;
  }
  .contact-section h2 {
    font-size: 3.4rem;
  }
  .contact-bottom {
    display: block;
  }
  .contact-bottom p {
    font-size: 1rem;
  }
  .contact-bottom .button {
    margin-top: 26px;
  }
  .site-footer {
    width: 100%;
    padding: 34px 20px;
    display: block;
  }
  .site-footer > p:first-of-type {
    text-align: left;
    margin-top: 6px;
  }
  .site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 20px;
  }
  .site-footer .copyright {
    margin-top: 24px;
  }
  .text-page {
    padding-block: 48px 64px;
  }
  .text-page h1 {
    font-size: 3.5rem;
  }
  .page-intro {
    font-size: 1.1rem;
  }
  .support-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .support-card {
    padding: 26px;
  }
  .text-page h2 {
    font-size: 1.65rem;
  }
  .privacy-page section {
    margin-top: 32px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
