@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Newsreader:ital,opsz,wght@1,6..72,500&display=swap');
:root{--ink:#102a2b;--muted:#5d6e6b;--paper:#f4f1e8;--paper-2:#ebe6da;--teal:#0d6665;--deep:#083f40;--lime:#d5ef72;--line:rgba(16,42,43,.18)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,sans-serif}a{color:inherit}.skip-link{position:fixed;left:1rem;top:-5rem;background:white;padding:.75rem 1rem;z-index:100}.skip-link:focus{top:1rem}
.site-header{height:84px;padding:0 clamp(1rem,4vw,4rem);display:flex;align-items:center;gap:2rem;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;background:rgba(244,241,232,.94);backdrop-filter:blur(14px)}.brand{width:84px;display:block}.brand img,footer img{width:100%;display:block;mix-blend-mode:multiply}nav{display:flex;gap:clamp(1rem,2.5vw,2.5rem);margin-left:auto}nav a{text-decoration:none;font-size:.87rem;font-weight:600}nav a:hover{color:var(--teal)}
.button{border:0;border-radius:999px;background:var(--lime);color:var(--ink);padding:.95rem 1.35rem;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;transition:transform .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);background:#e2fa88}.button-small{font-size:.85rem;padding:.72rem 1.15rem}
.hero{min-height:calc(100vh - 84px);padding:clamp(4rem,9vw,8.5rem) clamp(1rem,7vw,7.5rem) 4rem;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);gap:5vw;align-items:end}.hero::before{content:"";position:absolute;width:44vw;height:44vw;border-radius:50%;background:radial-gradient(circle,rgba(213,239,114,.42),rgba(213,239,114,0) 68%);right:-9vw;top:-14vw}.hero-orbit{position:absolute;border:1px solid rgba(13,102,101,.22);border-radius:50%;pointer-events:none}.orbit-one{width:42vw;height:20vw;left:-9vw;bottom:4vw;transform:rotate(25deg)}.orbit-two{width:30vw;height:12vw;left:-5vw;bottom:8vw;transform:rotate(-18deg)}.hero-copy,.hero-card{position:relative;z-index:1}
.eyebrow,.section-kicker p,.location-label,.price-label,.committee-label{text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;font-weight:600}h1{margin:1rem 0 1.5rem;max-width:1000px;font-size:clamp(3rem,6.6vw,7.3rem);line-height:.93;letter-spacing:-.065em;font-weight:500}h1 em{font-family:"Newsreader",Georgia,serif;font-weight:500;color:var(--teal)}.hero-intro{max-width:720px;color:var(--muted);font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.6}.hero-actions{margin-top:2.2rem;display:flex;gap:1.4rem;align-items:center}.text-link{font-weight:600;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:.2rem}
.hero-card{background:var(--deep);color:white;border-radius:1.5rem;padding:1rem 1.7rem;box-shadow:0 28px 70px rgba(8,63,64,.2)}.hero-card>div{padding:1.35rem 0;border-bottom:1px solid rgba(255,255,255,.16);display:flex;flex-direction:column;gap:.35rem}.hero-card>div:last-child{border:0}.hero-card span,.hero-card small{color:rgba(255,255,255,.62);font-size:.76rem}.hero-card strong{font-size:1rem}.hero-card .status{flex-direction:row;align-items:center}.status i{width:.65rem;height:.65rem;background:var(--lime);border-radius:50%;box-shadow:0 0 0 5px rgba(213,239,114,.14)}
.section{padding:clamp(4.5rem,8vw,8rem) clamp(1rem,7vw,7.5rem)}.section-kicker{display:grid;grid-template-columns:54px 1fr;border-top:1px solid var(--line);padding-top:1rem;margin-bottom:clamp(3rem,6vw,6rem)}.section-kicker span{color:var(--teal);font-size:.8rem}.section-kicker p{margin:0}.about-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:9vw}h2{margin:0;font-size:clamp(2.5rem,5vw,5.5rem);letter-spacing:-.055em;line-height:1;font-weight:500}.prose{max-width:650px;font-size:1.05rem;line-height:1.8;color:var(--muted)}
.themes{margin-top:6rem;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.themes span{min-height:135px;padding:1.2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;font-weight:600}.themes b{color:var(--teal);font-size:.72rem}
.participants,.registration{background:var(--deep);color:white}.section-kicker.light{border-color:rgba(255,255,255,.22)}.section-kicker.light span{color:var(--lime)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:4rem}.section-heading p{max-width:360px;color:rgba(255,255,255,.62);line-height:1.6}
.person-list{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line)}.person-card{padding:1rem 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:58px 1fr auto;gap:1rem;align-items:center;text-decoration:none;min-width:0}.person-card:nth-child(odd){padding-right:2rem}.person-card:nth-child(even){padding-left:2rem}.person-card:hover .person-copy h3{color:var(--teal)}.person-mark{width:52px;height:52px;border-radius:50%;background:var(--paper-2);display:grid;place-items:center;color:var(--teal);font-size:.66rem;font-weight:600;flex:0 0 auto}.person-card h3{margin:0 0 .25rem;font-size:.95rem}.person-card p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.35}.person-copy{min-width:0}.profile-arrow{font-size:.8rem;opacity:.5}.portrait{width:52px;height:52px;position:relative;display:block}.portrait .person-mark{position:absolute;inset:0}.person-photo{position:absolute;inset:0;width:52px;height:52px;border-radius:50%;object-fit:cover;object-position:center 25%;background:var(--paper-2)}.featured{grid-template-columns:repeat(3,1fr);border-color:rgba(255,255,255,.18)}.featured .person-card{padding:1rem 1rem 1rem 0;border-color:rgba(255,255,255,.18)}.featured .person-card:nth-child(even){padding-left:0}.featured .person-mark{background:rgba(255,255,255,.1);color:var(--lime)}.featured .person-card p{color:rgba(255,255,255,.55)}.featured .person-card:hover .person-copy h3{color:var(--lime)}.featured .person-photo{background:#edf1ec}.featured .profile-arrow{color:var(--lime)}
.venue{background:var(--paper-2)}.venue-simple{max-width:1000px;min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;border-top:1px solid var(--line);padding-top:3rem}.venue-simple h2{margin:.7rem 0 1.5rem}.venue-simple>p:not(.location-label){margin:.25rem 0;color:var(--muted);font-size:1.05rem}.location-label{color:var(--teal)}
.registration-head{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:5vw;margin-bottom:4rem}.registration-head p{color:rgba(255,255,255,.64);line-height:1.7}.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.price-card{background:white;color:var(--ink);padding:clamp(1.5rem,3vw,3rem);border-radius:1.5rem}.price-card ul{list-style:none;padding:0;margin:2rem 0 0}.price-card li{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);padding:1.1rem 0}.price-card li span{color:var(--muted)}.price-card small{font-weight:400;color:var(--muted)}.accent-card{background:var(--lime);display:flex;flex-direction:column}.accent-card .light-button{margin-top:auto;align-self:flex-start;background:var(--deep);color:white}
.patron{border-bottom:1px solid var(--line);padding-bottom:4rem;margin-bottom:4rem}.patron p{text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;color:var(--teal)}.patron h2{font-size:clamp(2rem,4vw,4rem)}.patron span{display:block;margin-top:.5rem;color:var(--muted)}.committee-block{display:grid;grid-template-columns:.5fr 1.5fr;gap:5vw;margin-bottom:5rem}.committee-label{position:sticky;top:110px;margin:0}.organisers .person-card{min-height:82px}.compact-list .person-card{grid-template-columns:44px 1fr}.compact-list .person-mark{width:38px;height:38px}.compact-list .profile-arrow{display:none}
footer{background:#052f30;color:white;padding:3rem clamp(1rem,7vw,7.5rem);display:grid;grid-template-columns:1fr 1fr auto;gap:3rem;align-items:end}footer>div:first-child{display:flex;align-items:center;gap:1.2rem}footer img{width:90px;background:var(--paper);border-radius:.6rem}footer p{margin:0 0 .5rem;color:rgba(255,255,255,.6);font-size:.78rem;line-height:1.5}footer a:not(.button){font-size:1.1rem}
@media(max-width:1050px){.featured{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.site-header{gap:1rem;height:72px}.brand{width:66px}nav{overflow-x:auto;white-space:nowrap}nav a:nth-child(3),nav a:nth-child(4){display:none}.site-header>.button{display:none}.hero{min-height:auto;grid-template-columns:1fr;padding-top:5rem}.hero-card{max-width:520px}.about-grid,.registration-head,.committee-block{grid-template-columns:1fr}.themes{grid-template-columns:repeat(2,1fr)}.section-heading{display:block}.price-grid{grid-template-columns:1fr}.committee-label{position:static}footer{grid-template-columns:1fr 1fr}footer>.button{grid-column:1/-1;justify-self:start}}
@media(max-width:620px){h1{font-size:clamp(2.8rem,14vw,4rem)}.hero-actions{align-items:flex-start;flex-direction:column}.themes,.person-list,.featured{grid-template-columns:1fr}.person-card,.person-card:nth-child(odd),.person-card:nth-child(even),.featured .person-card{padding-left:0;padding-right:0}.section-heading h2{font-size:2.8rem}.price-card li{align-items:flex-start;flex-direction:column}footer{grid-template-columns:1fr}footer>.button{grid-column:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
