:root {
  --cream: #f6f0df;
  --ink: #173a34;
  --green: #1d5549;
  --coral: #f06f55;
  --yellow: #f6c94c;
  --blue: #81baca;
  --paper: #fffaf0;
  --line: rgba(23, 58, 52, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; top: -50px; left: 20px; z-index: 100; background: var(--yellow); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header {
  height: 88px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 700; }
.brand-mark {
  width: 44px; height: 44px; border: 2px solid var(--ink); border-radius: 50%; display: grid; place-items: center;
  font-family: "Fraunces", serif; font-size: 12px; letter-spacing: -2px; transform: rotate(-5deg);
}
.brand-mark span { color: var(--coral); font-size: 10px; }
.brand-name { font-family: "Fraunces", serif; font-size: 19px; }
nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); }
nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
nav a::after { content: ""; display: block; width: 0; height: 2px; margin-top: 3px; background: var(--coral); transition: width .25s; }
nav a:hover::after, nav a:focus-visible::after { width: 100%; }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero {
  min-height: 760px;
  padding: 150px clamp(24px, 7vw, 110px) 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
  align-items: center;
  gap: 40px;
  position: relative;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; font-size: 12px; }
h1, h2, h3 { margin: 0; line-height: 1; }
h1, h2 { font-family: "Fraunces", serif; letter-spacing: -.04em; }
h1 { font-size: clamp(66px, 8.2vw, 126px); max-width: 900px; }
h1 em, h2 em, .session-name em { color: var(--coral); font-weight: inherit; }
.hero-lede { max-width: 610px; font-size: clamp(18px, 1.6vw, 23px); line-height: 1.5; margin: 30px 0 35px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.button {
  display: inline-flex; justify-content: center; align-items: center; gap: 34px; border: 0; padding: 16px 22px;
  text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-3px); box-shadow: 4px 5px 0 var(--coral); }
.button-dark { background: var(--ink); color: white; }
.text-link { text-underline-offset: 5px; font-weight: 700; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.hero-art { min-height: 510px; position: relative; }
.sunburst { position: absolute; width: 430px; height: 430px; top: 15px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: repeating-conic-gradient(var(--yellow) 0deg 9deg, transparent 9deg 18deg); opacity: .58; animation: spin 45s linear infinite; }
.plate { position: absolute; width: 310px; height: 310px; left: 50%; top: 76px; transform: translateX(-50%) rotate(6deg); border-radius: 50%; background: var(--paper); border: 3px solid var(--ink); box-shadow: inset 0 0 0 22px var(--blue), 10px 12px 0 rgba(23,58,52,.12); display: grid; place-items: center; }
.plate-copy { text-align: center; font-family: "Fraunces", serif; font-size: 36px; line-height: .95; transform: rotate(-6deg); }
.tomato { position: absolute; right: 2%; top: 80px; width: 105px; height: 97px; background: var(--coral); border: 3px solid var(--ink); border-radius: 51% 49% 47% 53%; transform: rotate(16deg); }
.tomato span::before, .tomato span::after { content: ""; position: absolute; width: 42px; height: 17px; background: var(--green); border: 2px solid var(--ink); border-radius: 50%; top: -8px; left: 30px; transform: rotate(28deg); }
.tomato span::after { transform: rotate(-30deg); }
.avocado { position: absolute; left: 1%; bottom: 26px; width: 130px; height: 170px; border: 3px solid var(--ink); background: #8bbd69; border-radius: 50% 50% 48% 48% / 62% 62% 38% 38%; transform: rotate(-18deg); display: grid; place-items: end center; padding-bottom: 27px; }
.avocado::before { content: ""; position: absolute; inset: 13px; background: #d6dc77; border-radius: inherit; }
.avocado span { width: 61px; height: 61px; background: #9b5a35; border: 3px solid var(--ink); border-radius: 50%; position: relative; z-index: 1; }
.spoon { position: absolute; right: 11%; bottom: -5px; width: 34px; height: 245px; border: 3px solid var(--ink); border-radius: 50% 50% 18px 18px; background: var(--blue); transform: rotate(23deg); }
.spoon::before { content: ""; position: absolute; width: 70px; height: 94px; border: 3px solid var(--ink); background: var(--blue); border-radius: 50%; top: -70px; left: -21px; }
.scribble { position: absolute; font-family: "Fraunces", serif; font-style: italic; font-size: 23px; }
.scribble-one { right: 0; bottom: 65px; transform: rotate(-8deg); }
.scribble-two { left: 15%; top: 14px; font-size: 42px; color: var(--coral); }
.hero-note { position: absolute; bottom: 22px; right: clamp(24px, 7vw, 110px); font-family: "Fraunces", serif; text-align: right; font-size: 14px; transform: rotate(-3deg); }
@keyframes spin { to { transform: translateX(-50%) rotate(360deg); } }

.ticker { width: 100%; background: var(--ink); color: var(--cream); overflow: hidden; transform: rotate(-1.2deg); }
.ticker-track { width: max-content; padding: 16px 0; display: flex; align-items: center; gap: 28px; animation: ticker 22s linear infinite; font-weight: 700; letter-spacing: .12em; }
.ticker-track i { color: var(--yellow); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 120px clamp(24px, 7vw, 110px); }
.section-label { display: flex; align-items: center; gap: 12px; margin-bottom: 75px; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; }
.section-label::after { content: ""; width: 72px; height: 1px; background: currentColor; opacity: .5; }
.section-label span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.mission-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(40px, 8vw, 140px); align-items: end; }
.mission h2 { font-size: clamp(44px, 5.7vw, 86px); }
.mission-copy { font-size: 18px; }
.mission-copy p:first-child { margin-top: 0; }
.impact-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 95px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.impact-row div { padding: 35px 0; display: flex; align-items: baseline; gap: 15px; }
.impact-row div + div { border-left: 1px solid var(--line); padding-left: 35px; }
.impact-row strong { font-family: "Fraunces", serif; font-size: clamp(32px, 4vw, 58px); }
.impact-row span { font-size: 13px; }

.program { background: var(--paper); }
.program-intro { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 70px; }
.program-intro h2 { font-size: clamp(52px, 6vw, 88px); }
.program-intro p { max-width: 410px; font-size: 18px; }
.program-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.program-card { min-height: 430px; padding: 28px; position: relative; border: 2px solid var(--ink); display: flex; flex-direction: column; justify-content: flex-end; transition: transform .25s; }
.program-card:hover { transform: translateY(-8px) rotate(-1deg); }
.program-card:nth-child(2):hover { transform: translateY(-8px) rotate(1deg); }
.program-card.coral { background: var(--coral); }
.program-card.yellow { background: var(--yellow); }
.program-card.blue { background: var(--blue); }
.card-number { position: absolute; top: 22px; left: 24px; font-weight: 700; font-size: 12px; }
.card-icon { position: absolute; top: 55px; left: 50%; transform: translateX(-50%); font-family: "Fraunces", serif; font-size: 110px; line-height: 1; }
.program-card h3 { font-family: "Fraunces", serif; font-size: 44px; }
.program-card p { margin: 13px 0 0; max-width: 300px; }

.schedule { background: var(--green); color: var(--paper); }
.schedule-heading { display: grid; grid-template-columns: 1fr .6fr; align-items: end; gap: 80px; margin-bottom: 65px; }
.schedule-heading h2 { font-size: clamp(56px, 7vw, 96px); }
.schedule-heading > p { max-width: 500px; font-size: 18px; }
.schedule-list { border-top: 1px solid rgba(255,255,255,.32); }
.schedule-item { border-bottom: 1px solid rgba(255,255,255,.32); }
.schedule-toggle { width: 100%; padding: 27px 4px; display: grid; grid-template-columns: 100px 1fr auto 36px; align-items: center; gap: 30px; color: inherit; border: 0; background: transparent; text-align: left; cursor: pointer; }
.date { display: flex; align-items: center; gap: 9px; }
.date b { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 10px; letter-spacing: .15em; }
.date strong { font-family: "Fraunces", serif; font-size: 54px; line-height: 1; }
.session-name { font-family: "Fraunces", serif; font-size: clamp(25px, 3.2vw, 45px); font-style: normal; }
.session-tags { display: flex; gap: 8px; }
.session-tags i { font-style: normal; font-size: 11px; border: 1px solid rgba(255,255,255,.5); border-radius: 20px; padding: 6px 10px; white-space: nowrap; }
.plus { width: 26px; height: 26px; position: relative; }
.plus::before, .plus::after { content: ""; position: absolute; background: white; left: 0; top: 12px; width: 26px; height: 2px; transition: transform .3s; }
.plus::after { transform: rotate(90deg); }
.schedule-toggle[aria-expanded="true"] .plus::after { transform: rotate(0); }
.schedule-detail { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s ease; }
.schedule-detail > * { overflow: hidden; }
.schedule-item.open .schedule-detail { grid-template-rows: 1fr; }
.schedule-detail { grid-template-columns: 1fr 1fr; column-gap: 80px; }
.schedule-detail > div, .mini-timeline { margin: 0 0 38px; }
.schedule-detail h3 { font-family: "Fraunces", serif; font-size: 24px; margin-bottom: 12px; }
.schedule-detail p { max-width: 520px; }
.mini-timeline { list-style: none; padding: 0; }
.mini-timeline li { display: grid; grid-template-columns: 70px 1fr; padding: 7px 0; border-bottom: 1px dashed rgba(255,255,255,.22); }
.mini-timeline time { color: var(--yellow); font-weight: 700; }
.schedule-footnote { display: flex; justify-content: space-between; align-items: center; gap: 50px; margin-top: 42px; font-size: 13px; }
.schedule-footnote p { max-width: 610px; }
.schedule-footnote a { color: var(--yellow); font-weight: 700; text-underline-offset: 5px; white-space: nowrap; }

.connect { display: grid; grid-template-columns: 1fr .78fr; gap: clamp(70px, 10vw, 170px); background: var(--coral); }
.connect .light { margin-bottom: 60px; }
.connect-copy h2 { font-size: clamp(50px, 6.4vw, 92px); }
.connect-copy > p { max-width: 590px; font-size: 18px; margin-top: 30px; }
.interest-form { background: var(--paper); color: var(--ink); border: 2px solid var(--ink); padding: clamp(24px, 4vw, 48px); box-shadow: 12px 12px 0 var(--ink); }
.interest-form label { display: block; margin-bottom: 19px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.interest-form label span { opacity: .55; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 12px 0; border: 0; border-bottom: 1.5px solid var(--ink); background: transparent; border-radius: 0; color: var(--ink); outline: none; text-transform: none; letter-spacing: 0; }
input:focus, select:focus, textarea:focus { border-color: var(--coral); box-shadow: 0 2px 0 var(--coral); }
textarea { resize: vertical; }
.button-yellow { width: 100%; margin-top: 6px; background: var(--yellow); border: 2px solid var(--ink); color: var(--ink); }
.form-status { min-height: 20px; margin: 12px 0 0; font-size: 13px; font-weight: 700; }

footer { padding: 40px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: var(--ink); color: var(--paper); }
.footer-brand .brand-mark { border-color: var(--paper); }
footer p { margin: 0; font-size: 13px; text-align: center; }
.copyright { text-align: right; }

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

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-art { width: min(520px, 100%); margin: 0 auto; }
  .hero-note { display: none; }
  .mission-grid, .schedule-heading, .connect { grid-template-columns: 1fr; }
  .mission-copy { max-width: 700px; }
  .program-cards { grid-template-columns: 1fr 1fr; }
  .program-card:last-child { grid-column: 1 / -1; }
  .connect { gap: 65px; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; }
  .brand-name { font-size: 17px; }
  .brand-mark { width: 38px; height: 38px; }
  .menu-button { display: block; position: relative; z-index: 2; }
  nav { display: none; position: absolute; inset: 0 0 auto; min-height: 100vh; padding: 120px 32px; background: var(--yellow); flex-direction: column; align-items: flex-start; }
  nav.open { display: flex; }
  nav a { font-family: "Fraunces", serif; font-size: 36px; }
  .hero { min-height: auto; padding-top: 122px; }
  h1 { font-size: clamp(58px, 18vw, 88px); }
  .hero-art { min-height: 390px; transform: scale(.86); transform-origin: top center; margin-bottom: -50px; }
  .section { padding-top: 85px; padding-bottom: 85px; }
  .section-label { margin-bottom: 48px; }
  .impact-row { grid-template-columns: 1fr; margin-top: 65px; }
  .impact-row div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .program-intro { display: block; }
  .program-intro p { margin-top: 25px; }
  .program-cards { grid-template-columns: 1fr; }
  .program-card:last-child { grid-column: auto; }
  .program-card { min-height: 380px; }
  .schedule-heading { gap: 30px; }
  .schedule-toggle { grid-template-columns: 72px 1fr 28px; gap: 15px; }
  .date strong { font-size: 42px; }
  .session-tags { display: none; }
  .schedule-detail { grid-template-columns: 1fr; }
  .schedule-detail > div { padding-top: 10px; }
  .schedule-footnote { align-items: flex-start; flex-direction: column; gap: 12px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; justify-items: center; }
  .copyright { text-align: center; }
}

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