@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Fraunces:opsz,wght,SOFT@9..144,400..700,0..100&display=swap');

:root {
  --ink: #173631;
  --paper: #f5f0e6;
  --coral: #e66447;
  --gold: #e9b647;
  --mist: #d7e3db;
  --line: rgba(23, 54, 49, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Mono", monospace; font-size: 14px; line-height: 1.55; }
a { color: inherit; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 10; padding: .6rem 1rem; background: var(--paper); }
.skip-link:focus { top: 1rem; }
.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 5.5rem); border-bottom: 1px solid var(--line); }
.wordmark { font-size: 1.45rem; font-weight: 500; text-decoration: none; letter-spacing: .08em; }
.wordmark small { padding-left: .25rem; font-size: .65rem; vertical-align: top; }
nav { display: flex; gap: clamp(.75rem, 2.4vw, 2.5rem); }
nav a { font-size: .75rem; text-decoration: none; }
nav a:hover, .email:hover { color: var(--coral); }
.hero { position: relative; min-height: 650px; overflow: hidden; padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 11vw, 12rem) 4rem; background: var(--mist); }
.eyebrow, .section-label { margin: 0; color: var(--coral); font-size: .7rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Fraunces, Georgia, serif; font-weight: 500; letter-spacing: 0; }
h1 { position: relative; z-index: 1; max-width: 850px; margin: .7rem 0 3.75rem; font-size: clamp(3.25rem, 8vw, 7.6rem); line-height: .92; }
em { font-weight: 400; }
.hero-details { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; max-width: 650px; gap: 2rem; }
.hero-details p { margin: 0; }
.button { display: inline-flex; align-items: center; gap: 1.1rem; padding: .85rem 1rem; border: 1px solid var(--ink); font-size: .72rem; text-decoration: none; white-space: nowrap; }
.button:hover { background: var(--ink); color: var(--paper); }
.button span, .email span { font-size: 1.2rem; }
.intro, .practical { display: grid; grid-template-columns: minmax(130px, .65fr) minmax(0, 2fr); gap: 2rem; padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 11vw, 12rem); }
.intro > div { max-width: 720px; }.intro h2, .section-heading h2, .practical h2, footer h2 { margin-bottom: 1.4rem; font-size: clamp(2.25rem, 4.5vw, 4.8rem); line-height: 1.04; }
.intro p:not(.lede) { max-width: 590px; }.lede { max-width: 680px; margin-bottom: 1.5rem; font-family: Fraunces, Georgia, serif; font-size: clamp(1.4rem, 2.3vw, 2rem); line-height: 1.3; }
.programme { padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 5vw, 5.5rem); background: var(--ink); color: var(--paper); }.programme .section-label { color: var(--gold); }.section-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 4rem; }.section-heading h2 { margin: 0; }
.schedule { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(245, 240, 230, .35); }.schedule article { min-height: 235px; padding: 1.2rem clamp(1rem, 2.7vw, 3rem) 1rem 0; border-right: 1px solid rgba(245, 240, 230, .35); }.schedule article + article { padding-left: clamp(1rem, 2.7vw, 3rem); }.schedule article:last-child { border-right: 0; }.day { margin-bottom: 3.5rem; font-size: .7rem; color: var(--gold); text-transform: uppercase; }.day span { display: block; color: var(--paper); }.schedule h3 { margin-bottom: .6rem; font-size: 1.8rem; }.schedule article p:last-child { max-width: 290px; font-size: .78rem; }.programme-note { max-width: 540px; margin: 4rem 0 0 auto; font-size: .75rem; color: var(--gold); }
.practical { background: var(--gold); }.practical-content { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; }.practical h2 { margin: 0; }dl { margin: 0; }dl div { padding: 1rem 0; border-top: 1px solid rgba(23, 54, 49, .45); }dt { font-size: .68rem; text-transform: uppercase; }dd { margin: .25rem 0 0; font-family: Fraunces, Georgia, serif; font-size: 1.25rem; }
footer { padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 11vw, 12rem) 2rem; background: var(--coral); color: var(--paper); }footer .section-label { color: var(--ink); }footer h2 { margin-top: .7rem; }.email { display: inline-flex; align-items: center; gap: 1rem; margin: 1rem 0 6rem; border-bottom: 1px solid currentColor; font-size: clamp(1rem, 2vw, 1.65rem); text-decoration: none; }.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.2rem; border-top: 1px solid rgba(245, 240, 230, .45); font-size: .67rem; }.footer-bottom p { max-width: 370px; margin: 0; }
@media (max-width: 700px) { .site-header { height: 68px; }.site-header nav a:nth-child(-n+2) { display: none; }.hero { min-height: 600px; padding-top: 5rem; }.hero-details { align-items: start; flex-direction: column; }.intro, .practical { grid-template-columns: 1fr; gap: 2rem; }.section-heading { display: block; margin-bottom: 2.5rem; }.section-heading h2 { margin-top: .6rem; }.schedule { grid-template-columns: 1fr; }.schedule article, .schedule article + article { min-height: 0; padding: 1.3rem 0; border-right: 0; border-bottom: 1px solid rgba(245, 240, 230, .35); }.day { margin-bottom: 1.5rem; }.programme-note { margin: 2.5rem 0 0; }.practical-content { grid-template-columns: 1fr; gap: 2rem; }.email { margin-bottom: 4rem; }.footer-bottom { display: block; }.footer-bottom p + p { margin-top: 1rem; } }