@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500;600;700&display=swap');

:root{
  --navy:#0D1B2A;--navy-2:#13283b;--olive:#6B7D5A;--sage:#A7B89A;--coral:#FF6A4A;
  --mist:#E6ECE7;--stone:#E7E1D6;--ivory:#FAF8F4;--white:#fff;--ink:#0D1B2A;
  --muted:#5d6b74;--line:rgba(13,27,42,.13);--shadow:0 22px 60px rgba(13,27,42,.10);
  --radius:24px;--radius-sm:14px;--max:1240px;--ease:cubic-bezier(.2,.7,.2,1);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}.skip-link{position:fixed;left:12px;top:-60px;z-index:999;background:var(--navy);color:#fff;padding:10px 14px;border-radius:8px}.skip-link:focus{top:12px}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.narrow{width:min(calc(100% - 40px),820px);margin-inline:auto}.section{padding:108px 0}.section-sm{padding:72px 0}.eyebrow{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;color:var(--olive)}.eyebrow.coral{color:var(--coral)}.display{font-family:Poppins,sans-serif;font-weight:600;letter-spacing:-.045em;line-height:.98;margin:0;font-size:clamp(3.2rem,8vw,7.6rem)}.h1{font-family:Poppins,sans-serif;font-weight:600;letter-spacing:-.04em;line-height:1.02;font-size:clamp(2.8rem,6vw,5.8rem);margin:0}.h2{font-family:Poppins,sans-serif;font-weight:600;letter-spacing:-.035em;line-height:1.05;font-size:clamp(2.2rem,4.7vw,4.6rem);margin:0}.h3{font-family:Poppins,sans-serif;font-weight:600;letter-spacing:-.025em;line-height:1.1;font-size:clamp(1.5rem,2.4vw,2.2rem);margin:0}.lede{font-size:clamp(1.12rem,1.5vw,1.35rem);line-height:1.65;color:#304252}.muted{color:var(--muted)}.kicker{font-size:1.05rem;font-weight:600}.accent{color:var(--coral)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(250,248,244,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(13,27,42,.08)}.nav-wrap{height:82px;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;text-decoration:none;min-width:244px}.brand img{width:220px;height:auto}.nav{margin-left:auto;display:flex;align-items:center;gap:24px}.nav a{text-decoration:none;font-size:.92rem;font-weight:600;position:relative}.nav a::after{content:"";height:2px;background:var(--coral);position:absolute;left:0;right:100%;bottom:-8px;transition:right .25s var(--ease)}.nav a:hover::after,.nav a[aria-current="page"]::after{right:0}.nav-actions{display:flex;gap:10px}.menu-toggle{display:none;background:none;border:0;width:44px;height:44px;border-radius:12px}.menu-toggle span{display:block;width:22px;height:2px;background:var(--navy);margin:5px auto}
.mobile-nav{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:14px 19px;text-decoration:none;font-weight:700;font-size:.9rem;border:1px solid transparent;transition:transform .25s var(--ease),background .25s,color .25s,border-color .25s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--coral);color:var(--navy)}.btn-primary:hover{background:#ff7b60}.btn-dark{background:var(--navy);color:#fff}.btn-outline{border-color:var(--navy);background:transparent;color:var(--navy)}.btn-light{border-color:rgba(255,255,255,.35);color:#fff}.btn-small{padding:10px 14px;font-size:.82rem}.btn[disabled]{opacity:.5;cursor:not-allowed;transform:none}.link-arrow{text-decoration:none;font-weight:700;display:inline-flex;gap:8px;align-items:center}.link-arrow::after{content:"→";transition:transform .2s}.link-arrow:hover::after{transform:translateX(4px)}
.hero{min-height:calc(100svh - 82px);background:var(--navy);color:var(--ivory);position:relative;overflow:hidden;display:flex;align-items:flex-end}.hero::before{content:"";position:absolute;width:52vw;height:52vw;border:2px solid rgba(250,248,244,.12);border-radius:50%;right:-10vw;top:-12vw}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,27,42,.2),rgba(13,27,42,.0) 55%),radial-gradient(circle at 75% 35%,rgba(255,106,74,.12),transparent 28%)}.hero-inner{position:relative;z-index:2;width:100%;padding:9vh 0 8vh}.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:60px;align-items:end}.hero-copy .display{max-width:980px}.hero-copy .display .move{color:var(--coral)}.hero-sub{max-width:650px;font-size:clamp(1.05rem,1.7vw,1.32rem);color:rgba(250,248,244,.78);margin:28px 0 34px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-room{min-height:430px;position:relative}.room-frame{position:absolute;inset:0 0 0 auto;width:min(100%,390px);border:1px solid rgba(250,248,244,.26);border-radius:190px 190px 24px 24px;overflow:hidden;background:linear-gradient(180deg,rgba(167,184,154,.14),rgba(250,248,244,.03))}.room-frame::before{content:"";position:absolute;left:50%;top:12%;width:150px;height:220px;border:1px solid rgba(250,248,244,.22);border-radius:80px 80px 0 0;transform:translateX(-50%)}.room-frame::after{content:"";position:absolute;left:0;right:0;bottom:23%;height:1px;background:rgba(250,248,244,.16)}.hero-dot{position:absolute;width:52px;height:52px;border-radius:50%;background:var(--coral);right:70px;top:90px;box-shadow:0 0 0 18px rgba(255,106,74,.06);animation:floatDot 6s ease-in-out infinite}.hero-note{position:absolute;right:22px;bottom:22px;width:265px;color:rgba(250,248,244,.8);font-size:.88rem}.hero-note strong{display:block;color:#fff;font-family:Poppins,sans-serif;font-size:1.4rem;line-height:1.1;margin-bottom:10px}@keyframes floatDot{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
.launch-strip{background:var(--coral);color:var(--navy);padding:16px 0;font-weight:700}.launch-strip .container{display:flex;justify-content:space-between;gap:24px;align-items:center}.launch-strip a{text-decoration:none}.launch-strip span{opacity:.7}
.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.recognition-card{min-height:520px;border-radius:var(--radius);background:var(--mist);position:relative;overflow:hidden;padding:44px;display:flex;align-items:flex-end}.recognition-card::before{content:"";position:absolute;width:380px;height:380px;border:22px solid var(--olive);border-right-color:transparent;border-radius:50%;right:-65px;top:-65px;opacity:.78;transform:rotate(-15deg)}.recognition-card::after{content:"";position:absolute;width:42px;height:42px;border-radius:50%;background:var(--coral);right:75px;top:90px}.recognition-card p{position:relative;z-index:2;max-width:440px;font-family:Poppins,sans-serif;font-weight:600;font-size:clamp(2rem,3vw,3.5rem);line-height:1.05;letter-spacing:-.035em;margin:0}
.blueprint{background:var(--mist)}.blueprint-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:52px}.blueprint-step{background:var(--ivory);padding:30px;border-radius:22px;min-height:270px;border:1px solid rgba(13,27,42,.06);position:relative}.blueprint-step .num{width:36px;height:36px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:.8rem;font-weight:700;margin-bottom:58px}.blueprint-step h3{font-family:Poppins,sans-serif;font-size:1.45rem;margin:0 0 8px}.blueprint-step p{color:var(--muted);margin:0}.blueprint-step:last-child .num{background:var(--coral);color:var(--navy)}
.event-feature{background:var(--navy);color:#fff;border-radius:32px;padding:clamp(34px,6vw,72px);position:relative;overflow:hidden}.event-feature::after{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-100px;top:-100px}.event-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;position:relative;z-index:2}.event-date{font-family:Poppins,sans-serif;font-size:clamp(3.7rem,8vw,7.2rem);line-height:.86;font-weight:600;letter-spacing:-.06em;color:var(--coral)}.event-date small{display:block;font-family:Inter,sans-serif;font-size:.83rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-top:20px}.event-feature .lede{color:rgba(255,255,255,.73)}.event-meta{display:flex;gap:18px;flex-wrap:wrap;margin:26px 0 32px}.event-meta span{border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:9px 13px;font-size:.82rem}
.people-band{overflow:hidden}.statement-run{display:flex;gap:40px;white-space:nowrap;font-family:Poppins,sans-serif;font-size:clamp(2.8rem,7vw,7rem);letter-spacing:-.05em;font-weight:600;color:var(--navy);animation:marquee 28s linear infinite;width:max-content}.statement-run span:nth-child(2n){color:var(--coral)}@keyframes marquee{to{transform:translateX(-50%)}}
.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.proof-card{border-top:1px solid var(--navy);padding-top:22px;min-height:240px}.proof-card .h3{margin-bottom:18px}.proof-card p{color:var(--muted)}
.cta-panel{background:var(--olive);color:#fff;border-radius:32px;padding:clamp(38px,7vw,84px);display:flex;justify-content:space-between;gap:60px;align-items:flex-end}.cta-panel .h2{max-width:760px}.cta-panel p{max-width:560px;color:rgba(255,255,255,.8)}
.page-hero{padding:110px 0 70px;background:var(--ivory)}.page-hero .h1{max-width:1000px}.page-hero .lede{max-width:750px;margin-top:22px}.dark-hero{background:var(--navy);color:#fff}.dark-hero .lede{color:rgba(255,255,255,.72)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid rgba(13,27,42,.08);border-radius:22px;padding:28px;box-shadow:0 8px 30px rgba(13,27,42,.035)}.card h3{font-family:Poppins,sans-serif;letter-spacing:-.02em}.card .tag{display:inline-block;background:var(--mist);border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:700;color:var(--olive)}.card.featured{background:var(--navy);color:#fff}.card.featured p{color:rgba(255,255,255,.72)}.card.featured .tag{background:rgba(255,255,255,.12);color:#fff}
.event-list{display:grid;gap:16px}.event-row{display:grid;grid-template-columns:150px 1fr auto;gap:30px;align-items:center;border-top:1px solid var(--line);padding:28px 0;text-decoration:none}.event-row:hover .event-row-title{color:var(--coral)}.event-row-date{font-weight:700;color:var(--olive)}.event-row-title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;transition:color .2s}.event-row-arrow{font-size:1.4rem}
.split{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:start}.principles{display:grid;gap:0}.principle{padding:24px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:54px 1fr;gap:16px}.principle b{font-family:Poppins,sans-serif}.number-circle{width:36px;height:36px;border:1px solid var(--navy);border-radius:50%;display:grid;place-items:center;font-size:.78rem;font-weight:700}
.partner-card{background:#fff;border-radius:22px;padding:28px;border:1px solid rgba(13,27,42,.08);display:flex;flex-direction:column;min-height:320px}.partner-logo{width:64px;height:64px;border-radius:16px;background:var(--mist);display:grid;place-items:center;font-family:Poppins,sans-serif;font-weight:700;margin-bottom:38px}.partner-card .offer-teaser{margin-top:auto;padding-top:20px;border-top:1px solid var(--line);font-weight:600;color:var(--olive)}
.form-shell{background:#fff;border-radius:28px;padding:clamp(28px,5vw,56px);border:1px solid rgba(13,27,42,.07);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.86rem;font-weight:700}.field input,.field textarea,.field select{width:100%;border:1px solid rgba(13,27,42,.18);background:var(--ivory);border-radius:12px;padding:14px 15px;color:var(--ink);outline:none;transition:border-color .2s,box-shadow .2s}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--olive);box-shadow:0 0 0 4px rgba(107,125,90,.12)}.field textarea{min-height:120px;resize:vertical}.checkbox{display:flex;gap:12px;align-items:flex-start;padding:14px 0}.checkbox input{margin-top:4px;width:18px;height:18px;accent-color:var(--coral)}.checkbox span{font-size:.9rem;color:#334757}.form-note{font-size:.82rem;color:var(--muted)}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.alert{padding:14px 16px;border-radius:12px;margin:0 0 18px}.alert-success{background:#e8f1e7;color:#29492f}.alert-error{background:#fde5df;color:#7b2717}.alert-info{background:var(--mist)}
.price-card{padding:30px;border-radius:22px;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column}.price{font-family:Poppins,sans-serif;font-size:2.6rem;font-weight:600;letter-spacing:-.04em;margin:20px 0}.price-card.featured{background:var(--navy);color:#fff;transform:translateY(-10px)}.price-card.featured .muted{color:rgba(255,255,255,.64)}
.member-bar{background:var(--mist);border-radius:16px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.member-bar strong{font-size:.9rem}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.stat strong{display:block;font-family:Poppins,sans-serif;font-size:2rem}.stat span{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff}.table{width:100%;border-collapse:collapse;min-width:780px}.table th,.table td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--line);font-size:.88rem}.table th{background:var(--mist);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.status{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:.73rem;font-weight:700}.status-pending,.status-registered,.status-reported{background:#fff1ce;color:#74540b}.status-approved,.status-paid,.status-attended,.status-available,.status-confirmed,.status-payable,.status-converted{background:#e4f1e2;color:#28502d}.status-declined,.status-no_show,.status-failed,.status-revoked,.status-refunded,.status-disputed,.status-cancelled,.status-expired{background:#fde2dc;color:#7e291a}.status-review{background:#eadff6;color:#563a77}.admin-shell{min-height:100vh;background:#f4f5f2}.admin-header{background:var(--navy);color:#fff}.admin-header .container{height:72px;display:flex;align-items:center;gap:28px}.admin-nav{display:flex;gap:18px;margin-left:auto}.admin-nav a{text-decoration:none;color:rgba(255,255,255,.8);font-size:.86rem}.admin-main{padding:40px 0 80px}.admin-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:24px}.admin-actions{display:flex;gap:8px;flex-wrap:wrap}.inline-form{display:inline-flex;gap:6px;align-items:center}.inline-form select,.inline-form input{padding:8px 10px;border:1px solid var(--line);border-radius:9px;background:#fff}
.site-footer{background:var(--navy);color:#fff;padding:78px 0 30px}.footer-grid{display:grid;grid-template-columns:1.4fr .6fr .6fr .8fr;gap:50px}.footer-logo{width:220px;filter:brightness(0) invert(1);margin-bottom:20px}.footer-brand p{color:rgba(255,255,255,.65);max-width:400px}.footer-col h4{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;margin:0 0 16px;color:var(--sage)}.footer-col a{display:block;text-decoration:none;color:rgba(255,255,255,.72);margin:9px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:55px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.5);font-size:.78rem}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1050px){.nav{display:none}.nav-actions .btn-outline{display:none}.menu-toggle{display:block;margin-left:auto}.nav-wrap{gap:12px}.brand{min-width:auto}.mobile-nav{position:fixed;inset:82px 0 auto 0;background:var(--ivory);border-bottom:1px solid var(--line);padding:24px 20px 30px;display:none;z-index:99}.mobile-nav.open{display:grid;gap:16px}.mobile-nav a{text-decoration:none;font-family:Poppins,sans-serif;font-size:1.35rem;font-weight:600}.hero-grid,.event-grid,.editorial-grid,.split{grid-template-columns:1fr}.hero-room{min-height:320px}.room-frame{width:320px}.blueprint-row{grid-template-columns:1fr 1fr}.cards,.proof-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.stat-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.container,.narrow{width:min(calc(100% - 28px),var(--max))}.section{padding:76px 0}.section-sm{padding:52px 0}.nav-wrap{height:72px}.brand img{width:186px}.mobile-nav{top:72px}.nav-actions .btn-primary{padding:10px 13px;font-size:.78rem}.hero{min-height:calc(100svh - 72px)}.hero-inner{padding:60px 0 44px}.hero-grid{gap:30px}.hero-room{min-height:260px}.room-frame{width:250px}.hero-dot{width:40px;height:40px;right:42px;top:65px}.hero-note{width:190px;right:12px}.launch-strip .container{align-items:flex-start;flex-direction:column;gap:4px}.blueprint-row,.cards,.proof-grid,.form-grid,.footer-grid,.stat-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.event-row{grid-template-columns:1fr auto;gap:8px}.event-row-date{grid-column:1/-1}.event-grid{gap:34px}.cta-panel{align-items:flex-start;flex-direction:column}.price-card.featured{transform:none}.footer-bottom{flex-direction:column}.recognition-card{min-height:420px;padding:28px}.statement-run{animation-duration:20s}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* v2.6 event programme and media */
.event-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.event-media-grid.single{grid-template-columns:1fr}.event-media-item{margin:0}.event-media-item img{width:100%;height:min(56vw,620px);object-fit:cover;border-radius:24px;background:var(--mist)}.event-media-grid:not(.single) .event-media-item img{height:min(38vw,480px)}.event-media-item figcaption{font-size:.82rem;color:var(--muted);margin-top:10px}.video-frame{position:relative;aspect-ratio:16/9;border-radius:24px;overflow:hidden;background:var(--navy)}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.event-video-link{display:grid;place-items:center;min-height:260px;background:var(--navy);color:#fff;border-radius:24px;text-decoration:none;font-weight:700}.programme-list{margin-top:48px;border-top:1px solid var(--line)}.programme-item{display:grid;grid-template-columns:180px 1fr;gap:36px;padding:28px 0;border-bottom:1px solid var(--line)}.programme-time{font-weight:700;color:var(--olive);padding-top:7px}.programme-item h3{font-family:Poppins,sans-serif;font-size:clamp(1.35rem,2vw,1.9rem);margin:10px 0 8px}.programme-person{margin:0 0 10px}@media(max-width:680px){.event-media-grid,.event-media-grid.single{grid-template-columns:1fr}.event-media-item img,.event-media-grid:not(.single) .event-media-item img{height:auto;max-height:520px}.programme-item{grid-template-columns:1fr;gap:8px}}

/* v2.7 homepage hero */
.hero-home{height:calc(100svh - 82px);min-height:620px;background:var(--navy);align-items:stretch;isolation:isolate}
.hero-home::before{display:none}
.hero-home::after{z-index:-1;background:linear-gradient(90deg,rgba(13,27,42,.88) 0%,rgba(13,27,42,.76) 47%,rgba(13,27,42,.54) 100%),linear-gradient(180deg,rgba(13,27,42,.14),rgba(13,27,42,.38))}
.hero-bg-video{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.72;filter:saturate(.78) contrast(.94)}
.hero-home .hero-inner{height:100%;display:flex;align-items:center;padding:clamp(28px,4.6vh,52px) 0}
.hero-home .hero-grid{width:100%;grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);gap:clamp(44px,6vw,90px);align-items:center}
.hero-home .hero-copy{min-width:0}
.hero-home .hero-title{max-width:760px;font-family:Poppins,sans-serif;font-weight:600;letter-spacing:-.035em;line-height:1.05;font-size:clamp(2.2rem,4.7vw,4.6rem);margin:14px 0 0}
.hero-home .hero-title .move{display:block;color:var(--coral)}
.hero-home .hero-sub{max-width:650px;font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.6;color:rgba(250,248,244,.78);margin:22px 0 28px}
.hero-event-card{width:100%;max-width:470px;justify-self:end;background:rgba(250,248,244,.95);color:var(--navy);border-radius:30px;padding:clamp(24px,3vw,34px);box-shadow:0 24px 70px rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.48);backdrop-filter:blur(12px);overflow:hidden}
.hero-event-card-head h2{font-family:Poppins,sans-serif;font-size:clamp(1.55rem,2.35vw,2.25rem);line-height:1.06;letter-spacing:-.03em;margin:10px 0 10px}
.hero-event-card-head p{font-size:.94rem;line-height:1.52;color:#445461;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hero-event-date{margin-top:8px;font-size:.79rem;font-weight:700;letter-spacing:.03em;color:#5d6b74}
.hero-event-media{display:grid;grid-template-columns:1fr;gap:8px;margin:18px 0 16px}
.hero-event-media.is-pair{grid-template-columns:1fr 1fr}
.hero-event-media-item{height:148px;border-radius:18px;overflow:hidden;background:var(--mist)}
.hero-event-media-item img,.hero-event-media-item iframe{width:100%;height:100%;display:block;border:0;object-fit:cover}
.hero-event-video-link{width:100%;height:100%;display:grid;place-items:center;background:var(--navy);color:#fff;text-decoration:none;font-weight:700;font-size:.86rem;padding:16px;text-align:center}
.hero-event-link{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(13,27,42,.13);padding-top:15px;text-decoration:none;font-weight:700;font-size:.92rem}
.hero-event-link span{font-size:1.15rem;transition:transform .2s var(--ease)}
.hero-event-link:hover span{transform:translateX(4px)}

@media(max-width:1050px){
  .hero-home{height:auto;min-height:calc(100svh - 82px)}
  .hero-home .hero-inner{height:auto;padding:54px 0 60px}
  .hero-home .hero-grid{grid-template-columns:1fr;gap:38px;align-items:start}
  .hero-event-card{justify-self:start;max-width:680px}
}
@media(max-width:680px){
  .hero-home{min-height:calc(100svh - 72px)}
  .hero-home .hero-inner{padding:42px 0 46px}
  .hero-home .hero-title{font-size:clamp(2.15rem,11vw,3.5rem)}
  .hero-home .hero-sub{font-size:1rem;margin:18px 0 24px}
  .hero-event-card{padding:22px;border-radius:24px}
  .hero-event-media-item{height:132px}
  .hero-event-media.is-pair{grid-template-columns:1fr 1fr}
}
@media(prefers-reduced-motion:reduce){.hero-bg-video{opacity:.45}}

/* v2.7.1 hero stacking + fade correction */
.hero-home{
  position:relative;
  z-index:0;
  isolation:isolate;
  background:var(--navy);
}
.hero-home .hero-bg-video{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:.34;
  filter:saturate(.58) contrast(.92) brightness(.78);
  pointer-events:none;
}
.hero-home::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(13,27,42,.78) 0%,rgba(13,27,42,.67) 45%,rgba(13,27,42,.48) 100%),
    linear-gradient(180deg,rgba(13,27,42,.08) 0%,rgba(13,27,42,.28) 100%);
}
.hero-home .hero-inner{
  position:relative;
  z-index:2;
}
.hero-home .hero-copy,
.hero-home .hero-event-card{
  position:relative;
  z-index:3;
}
.hero-home .hero-event-card{
  background:rgba(250,248,244,.94);
  box-shadow:0 22px 60px rgba(0,0,0,.18);
}

/* Keep the complete desktop hero inside the opening viewport, including the event card. */
@media (min-width:1051px) and (max-height:780px){
  .hero-home{min-height:560px}
  .hero-home .hero-inner{padding:24px 0}
  .hero-home .hero-grid{gap:44px}
  .hero-home .hero-title{font-size:clamp(2.05rem,4.25vw,4.15rem)}
  .hero-home .hero-sub{font-size:1rem;line-height:1.48;margin:16px 0 20px}
  .hero-event-card{padding:22px 24px;border-radius:24px}
  .hero-event-card-head h2{font-size:1.7rem;margin:8px 0}
  .hero-event-card-head p{font-size:.86rem;line-height:1.4;-webkit-line-clamp:2;margin-bottom:10px}
  .hero-event-media{margin:12px 0}
  .hero-event-media-item{height:104px}
  .hero-event-link{padding-top:11px}
}

@media(max-width:1050px){
  .hero-home .hero-bg-video{opacity:.28}
  .hero-home::after{background:linear-gradient(180deg,rgba(13,27,42,.80),rgba(13,27,42,.62))}
}

@media(prefers-reduced-motion:reduce){
  .hero-home .hero-bg-video{opacity:.24}
}

/* v2.7.3 — Coffee Caravan-inspired homepage composition
   Layout inspiration only: PUC colours, typography and content remain unchanged. */

/* The homepage header floats inside the hero so the moving video reaches the very top. */
.site-header-home{
  position:absolute;
  inset:0 0 auto 0;
  z-index:120;
  background:transparent;
  border:0;
  backdrop-filter:none;
  padding-top:clamp(18px,2.4vw,28px);
  pointer-events:none;
}
.site-header-home .nav-pill{
  width:min(calc(100% - clamp(40px,6vw,104px)),1600px);
  max-width:none;
  height:clamp(76px,6.3vw,92px);
  padding:0 clamp(22px,2.6vw,38px);
  border-radius:999px;
  background:rgba(250,248,244,.91);
  border:1px solid rgba(250,248,244,.58);
  box-shadow:0 18px 50px rgba(13,27,42,.12);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  pointer-events:auto;
}
.site-header-home .brand{min-width:230px}
.site-header-home .brand img{width:220px}
.site-header-home .nav{gap:clamp(17px,1.8vw,28px)}
.site-header-home .nav-actions{gap:10px}

/* Full opening-screen hero. The video is the canvas, with only a light olive veil. */
.hero-home{
  height:100svh;
  min-height:690px;
  margin-top:0;
  background:#536348;
  align-items:stretch;
}
.hero-home .hero-bg-video{
  opacity:1;
  filter:saturate(.88) contrast(.96) brightness(.82);
  object-position:center center;
}
.hero-home::after{
  background:
    linear-gradient(90deg,
      rgba(72,87,61,.30) 0%,
      rgba(107,125,90,.18) 43%,
      rgba(107,125,90,.10) 72%,
      rgba(107,125,90,.08) 100%),
    linear-gradient(180deg,rgba(18,25,18,.06),rgba(18,25,18,.12));
}

/* Coffee-Caravan-like rhythm: wide canvas with matching left/right edge insets. */
.hero-home .hero-inner{
  width:min(calc(100% - clamp(40px,6vw,104px)),1600px);
  max-width:none;
  height:100%;
  padding:clamp(132px,10.5vw,178px) 0 clamp(38px,4vw,66px);
  align-items:center;
}
.hero-home .hero-grid{
  grid-template-columns:minmax(0,1.18fr) minmax(370px,.72fr);
  gap:clamp(48px,7vw,116px);
  align-items:center;
}
.hero-home .hero-copy{
  align-self:center;
  max-width:820px;
  text-shadow:0 2px 24px rgba(13,27,42,.22);
}
.hero-home .hero-title{
  max-width:800px;
  font-size:clamp(3rem,5.3vw,5.8rem);
  line-height:.99;
  letter-spacing:-.045em;
  margin-top:14px;
}
.hero-home .hero-sub{
  max-width:720px;
  font-size:clamp(1.05rem,1.35vw,1.28rem);
  color:rgba(250,248,244,.92);
  text-shadow:0 2px 18px rgba(13,27,42,.24);
  margin:26px 0 30px;
}
.hero-home .eyebrow.coral{color:#ff846c}

/* Event announcement card mirrors the clear right-hand Coffee Caravan composition. */
.hero-home .hero-event-card{
  align-self:center;
  justify-self:end;
  max-width:485px;
  border-radius:34px;
  padding:clamp(28px,2.8vw,40px);
  background:rgba(250,248,244,.94);
  border:1px solid rgba(255,255,255,.62);
  box-shadow:0 26px 70px rgba(13,27,42,.18);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  text-shadow:none;
}
.hero-home .hero-event-card-head h2{
  font-size:clamp(1.8rem,2.25vw,2.45rem);
  margin:10px 0 12px;
}
.hero-home .hero-event-date{
  font-size:.84rem;
  color:#536348;
}
.hero-home .hero-event-card-head p{
  color:#344351;
  font-size:.96rem;
  line-height:1.48;
  -webkit-line-clamp:2;
}
.hero-home .hero-event-media{
  margin:18px 0 17px;
}
.hero-home .hero-event-media-item{
  height:126px;
  border-radius:18px;
}
.hero-home .hero-event-link{
  font-size:.96rem;
  color:var(--navy);
}

/* Shorter desktop screens: preserve full hero while keeping the Coffee Caravan proportions. */
@media (min-width:1051px) and (max-height:820px){
  .site-header-home{padding-top:16px}
  .site-header-home .nav-pill{height:72px}
  .hero-home{min-height:610px}
  .hero-home .hero-inner{padding-top:108px;padding-bottom:24px}
  .hero-home .hero-title{font-size:clamp(2.7rem,4.7vw,4.7rem)}
  .hero-home .hero-sub{font-size:1rem;line-height:1.48;margin:18px 0 22px}
  .hero-home .hero-event-card{padding:24px 28px;border-radius:28px;max-width:455px}
  .hero-home .hero-event-card-head h2{font-size:1.75rem;margin:8px 0}
  .hero-home .hero-event-card-head p{font-size:.86rem;line-height:1.4;margin-bottom:10px}
  .hero-home .hero-event-media{margin:11px 0 12px}
  .hero-home .hero-event-media-item{height:92px}
  .hero-home .hero-event-link{padding-top:10px}
}

@media(max-width:1050px){
  .site-header-home{padding-top:16px}
  .site-header-home .nav-pill{
    width:min(calc(100% - 28px),var(--max));
    height:72px;
    padding:0 16px 0 20px;
  }
  .site-header-home .brand img{width:190px}
  .site-header-home .mobile-nav-home{top:98px}
  .mobile-nav-home{
    width:calc(100% - 28px);
    left:14px;
    right:14px;
    border:1px solid var(--line);
    border-radius:22px;
    background:rgba(250,248,244,.98);
    box-shadow:var(--shadow);
  }
  .hero-home{
    height:auto;
    min-height:100svh;
  }
  .hero-home .hero-inner{
    width:min(calc(100% - 36px),var(--max));
    height:auto;
    padding:122px 0 54px;
  }
  .hero-home .hero-grid{grid-template-columns:1fr;gap:36px}
  .hero-home .hero-copy{max-width:760px}
  .hero-home .hero-event-card{justify-self:start;max-width:660px}
  .hero-home::after{
    background:linear-gradient(180deg,rgba(72,87,61,.28),rgba(107,125,90,.16));
  }
}

@media(max-width:680px){
  .site-header-home{padding-top:10px}
  .site-header-home .nav-pill{width:calc(100% - 20px);height:64px;padding:0 12px 0 16px}
  .site-header-home .brand img{width:166px}
  .site-header-home .nav-actions .btn-primary{padding:9px 12px}
  .site-header-home .mobile-nav-home{top:82px}
  .hero-home .hero-inner{width:calc(100% - 28px);padding:100px 0 36px}
  .hero-home .hero-title{font-size:clamp(2.45rem,12vw,4rem)}
  .hero-home .hero-sub{font-size:1rem;margin:20px 0 24px}
  .hero-home .hero-event-card{padding:22px;border-radius:26px}
  .hero-home .hero-event-media-item{height:112px}
}

@media(prefers-reduced-motion:reduce){
  .hero-home .hero-bg-video{opacity:.82}
}

/* v2.7.4 — stronger olive fade + floating pill navigation on every public page */

/* Increase the Olive Grove veil by 20 percentage points over v2.7.3.
   This keeps the motion visible, but makes the video a calmer atmospheric layer. */
.hero-home::after{
  background:
    linear-gradient(90deg,
      rgba(72,87,61,.50) 0%,
      rgba(107,125,90,.38) 43%,
      rgba(107,125,90,.30) 72%,
      rgba(107,125,90,.28) 100%),
    linear-gradient(180deg,rgba(18,25,18,.16),rgba(18,25,18,.24));
}

/* Make the Coffee-Caravan-like ivory pill the global public navigation treatment. */
.site-header-floating{
  position:absolute;
  inset:0 0 auto 0;
  z-index:120;
  background:transparent;
  border:0;
  backdrop-filter:none;
  padding-top:clamp(18px,2.4vw,28px);
  pointer-events:none;
}
.site-header-floating .nav-pill{
  width:min(calc(100% - clamp(40px,6vw,104px)),1600px);
  max-width:none;
  height:clamp(76px,6.3vw,92px);
  padding:0 clamp(22px,2.6vw,38px);
  border-radius:999px;
  background:rgba(250,248,244,.94);
  border:1px solid rgba(250,248,244,.64);
  box-shadow:0 18px 50px rgba(13,27,42,.12);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  pointer-events:auto;
}
.site-header-floating .brand{min-width:230px}
.site-header-floating .brand img{width:220px}
.site-header-floating .nav{gap:clamp(17px,1.8vw,28px)}
.site-header-floating .nav-actions{gap:10px}

/* On inner pages, let the page-hero background run behind the floating navigation,
   while moving the actual hero copy below the pill. */
.site-header-floating:not(.site-header-home) ~ main > .page-hero:first-child{
  padding-top:clamp(162px,11vw,184px);
}

/* Pages that start with editorial content instead of a page-hero still need safe clearance. */
.site-header-floating:not(.site-header-home) ~ main > .section:first-child,
.site-header-floating:not(.site-header-home) ~ main > .section-sm:first-child{
  padding-top:clamp(150px,10vw,172px);
}

@media (min-width:1051px) and (max-height:820px){
  .site-header-floating{padding-top:16px}
  .site-header-floating .nav-pill{height:72px}
  .site-header-floating:not(.site-header-home) ~ main > .page-hero:first-child{padding-top:132px}
}

@media(max-width:1050px){
  .site-header-floating{padding-top:16px}
  .site-header-floating .nav-pill{
    width:min(calc(100% - 28px),var(--max));
    height:72px;
    padding:0 16px 0 20px;
  }
  .site-header-floating .brand img{width:190px}
  .mobile-nav-floating{
    top:98px;
    width:calc(100% - 28px);
    left:14px;
    right:14px;
    border:1px solid var(--line);
    border-radius:22px;
    background:rgba(250,248,244,.98);
    box-shadow:var(--shadow);
  }
  .site-header-floating:not(.site-header-home) ~ main > .page-hero:first-child{padding-top:132px}
  .site-header-floating:not(.site-header-home) ~ main > .section:first-child,
  .site-header-floating:not(.site-header-home) ~ main > .section-sm:first-child{padding-top:124px}
  .hero-home::after{
    background:linear-gradient(180deg,rgba(72,87,61,.48),rgba(107,125,90,.36));
  }
}

@media(max-width:680px){
  .site-header-floating{padding-top:10px}
  .site-header-floating .nav-pill{width:calc(100% - 20px);height:64px;padding:0 12px 0 16px}
  .site-header-floating .brand img{width:166px}
  .mobile-nav-floating{top:82px;width:calc(100% - 20px);left:10px;right:10px}
  .site-header-floating:not(.site-header-home) ~ main > .page-hero:first-child{padding-top:112px}
  .site-header-floating:not(.site-header-home) ~ main > .section:first-child,
  .site-header-floating:not(.site-header-home) ~ main > .section-sm:first-child{padding-top:108px}
}

/* v2.7.5 — Sage Leaf hero fade experiment
   Replace the Olive Grove veil with Sage Leaf (#A7B89A) at 60% opacity. */
.hero-home::after{
  background:rgba(167,184,154,.60);
}

@media(max-width:1050px){
  .hero-home::after{
    background:rgba(167,184,154,.60);
  }
}

/* v2.7.6 — Marine Navy hero fade experiment
   Replace Sage Leaf with Marine Navy (#0D1B2A) at 60% opacity. */
.hero-home::after{
  background:rgba(13,27,42,.60);
}

@media(max-width:1050px){
  .hero-home::after{
    background:rgba(13,27,42,.60);
  }
}

/* v2.7.7 — CTA hierarchy + premium events page */
.btn{transition:transform .3s var(--ease),background .3s var(--ease),color .3s var(--ease),border-color .3s var(--ease),box-shadow .3s var(--ease)}
.btn-primary{box-shadow:0 10px 28px rgba(255,106,74,.18)}
.btn-primary:hover{box-shadow:0 14px 34px rgba(255,106,74,.28)}
.btn-connect{background:transparent;color:var(--navy);border-color:rgba(13,27,42,.68);box-shadow:none}
.btn-connect:hover{background:rgba(13,27,42,.055);border-color:var(--navy)}
.hero .btn-connect,.dark-hero .btn-connect,.cta-panel .btn-connect{color:#fff;border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.025)}
.hero .btn-connect:hover,.dark-hero .btn-connect:hover,.cta-panel .btn-connect:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.82)}

.events-page-hero{background:var(--sage);color:var(--navy);position:relative;overflow:hidden}
.events-page-hero::after{content:"";position:absolute;width:380px;height:380px;border:1px solid rgba(13,27,42,.12);border-radius:50%;right:-90px;top:-150px;pointer-events:none}
.events-page-hero .lede{color:rgba(13,27,42,.72)}
.events-page-hero .eyebrow{color:rgba(13,27,42,.72)}
.events-monthly-accent{color:var(--coral)}
.events-showcase-section{background:var(--ivory)}
.events-showcase{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}
.event-tile{min-height:560px;border-radius:30px;padding:clamp(30px,4vw,48px);display:flex;flex-direction:column;position:relative;overflow:hidden;border:1px solid transparent;transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}
.event-tile::after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-120px;top:-120px;pointer-events:none}
.event-tile:hover{transform:translateY(-5px)}
.event-tile-next{background:linear-gradient(145deg,var(--navy) 0%,#10263a 100%);color:#fff;box-shadow:0 24px 65px rgba(13,27,42,.15)}
.event-tile-next::after{border:1px solid rgba(255,255,255,.10);box-shadow:0 0 80px 22px rgba(255,106,74,0)}
.event-tile-next:hover{box-shadow:0 28px 72px rgba(13,27,42,.22),0 0 48px rgba(255,106,74,.22);border-color:rgba(255,106,74,.25)}
.event-tile-last{background:linear-gradient(145deg,var(--mist),#eef2ee);color:var(--navy);border-color:rgba(13,27,42,.07);box-shadow:0 18px 50px rgba(13,27,42,.07)}
.event-tile-last::after{border:1px solid rgba(13,27,42,.08)}
.event-tile-last:hover{box-shadow:0 22px 58px rgba(13,27,42,.11)}
.event-tile-topline{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:48px;position:relative;z-index:1}
.event-tile-label{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:800}
.event-tile-next .event-tile-label{color:var(--coral)}
.event-tile-last .event-tile-label{color:var(--olive)}
.event-tile-city{font-size:.82rem;opacity:.68}
.event-tile-date{font-size:.87rem;font-weight:700;letter-spacing:.02em;margin-bottom:12px;position:relative;z-index:1}
.event-tile-next .event-tile-date{color:rgba(255,255,255,.66)}
.event-tile h2{font-family:Poppins,sans-serif;font-size:clamp(2rem,3.2vw,3.45rem);line-height:1.02;letter-spacing:-.04em;margin:0;max-width:590px;position:relative;z-index:1}
.event-tile-summary{font-size:1rem;line-height:1.62;margin:20px 0 0;max-width:600px;position:relative;z-index:1}
.event-tile-next .event-tile-summary{color:rgba(255,255,255,.72)}
.event-tile-last .event-tile-summary{color:#52636d}
.event-speakers{margin:34px 0 0;padding-top:22px;border-top:1px solid;display:grid;gap:9px;position:relative;z-index:1}
.event-tile-next .event-speakers{border-color:rgba(255,255,255,.13)}
.event-tile-last .event-speakers{border-color:rgba(13,27,42,.12)}
.event-speakers-label{text-transform:uppercase;letter-spacing:.14em;font-size:.68rem;font-weight:800;margin-bottom:3px;opacity:.62}
.event-speaker{display:flex;gap:10px;align-items:baseline;flex-wrap:wrap}
.event-speaker strong{font-size:.95rem}
.event-speaker span{font-size:.82rem;opacity:.64}
.event-tile-actions{margin-top:auto;padding-top:36px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;position:relative;z-index:1}
.event-detail-link{text-decoration:none;font-size:.87rem;font-weight:700;display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.78)}
.event-detail-link span{transition:transform .3s var(--ease)}
.event-detail-link:hover span{transform:translateX(4px)}

@media(min-width:681px){.events-showcase.has-single .event-tile{grid-column:1}.events-showcase.has-single.only-last .event-tile-last{grid-column:2}}
@media(max-width:680px){
  .events-showcase{grid-template-columns:1fr}
  .event-tile{min-height:500px;padding:28px;border-radius:24px}
  .event-tile-topline{margin-bottom:36px}
  .event-tile-actions{align-items:flex-start;flex-direction:column}
}

@media(max-width:1050px){.mobile-nav .mobile-cta{width:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9rem;margin-top:2px}.mobile-nav .btn-connect{color:var(--navy);border-color:rgba(13,27,42,.58)}.mobile-nav .btn-primary{color:var(--navy)}}

/* v2.7.8 — mobile navigation + iPhone hero polish */
@media(max-width:1050px){
  /* Keep the floating header clean: logo + hamburger only. CTAs live in the menu. */
  .site-header-floating .nav-actions{display:none}
  .site-header-floating .menu-toggle{
    display:grid;
    place-items:center;
    flex:0 0 46px;
    width:46px;
    height:46px;
    margin-left:auto;
    border:1px solid rgba(13,27,42,.16);
    border-radius:50%;
    background:rgba(250,248,244,.58);
    box-shadow:0 8px 22px rgba(13,27,42,.08);
    -webkit-backdrop-filter:blur(8px);
    backdrop-filter:blur(8px);
    position:relative;
    z-index:2;
  }
  .site-header-floating .menu-toggle span{
    width:20px;
    height:2px;
    margin:2px auto;
    border-radius:999px;
    background:var(--navy);
    transition:transform .3s var(--ease),opacity .3s var(--ease);
  }
  .site-header-floating .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .site-header-floating .menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .site-header-floating .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .mobile-nav-floating{
    z-index:119;
    padding:18px;
    gap:10px;
    -webkit-backdrop-filter:blur(18px);
    backdrop-filter:blur(18px);
    background:rgba(250,248,244,.96);
  }
  .mobile-nav-floating > a:not(.mobile-cta){
    padding:10px 8px;
    border-radius:12px;
    font-size:1.15rem;
  }
  .mobile-nav-floating .mobile-cta{margin-top:4px;min-height:50px}
  body.mobile-menu-open{overflow:hidden}
}

@media(max-width:680px){
  .site-header-floating .nav-pill{
    min-width:0;
    gap:10px;
    padding-left:15px;
    padding-right:9px;
  }
  .site-header-floating .brand{
    min-width:0;
    max-width:calc(100% - 58px);
    overflow:hidden;
  }
  .site-header-floating .brand img{
    width:min(166px,100%);
    height:auto;
  }
  .site-header-floating .menu-toggle{flex-basis:44px;width:44px;height:44px}
  .mobile-nav-floating{top:82px}

  /* Slightly reduce the mobile overlay so the moving flag remains visible. */
  .hero-home::after{background:rgba(13,27,42,.54)}
  .hero-home .hero-bg-video{
    opacity:1;
    filter:saturate(.88) contrast(.96) brightness(.86);
    object-position:center center;
  }
}

/* v2.7.9 — Secure Last Event access + Event Library */
.event-access-hero{background:linear-gradient(145deg,var(--sage),#c0ccb7);color:var(--navy);position:relative;overflow:hidden}
.event-access-hero::after{content:"";position:absolute;width:430px;height:430px;border-radius:50%;border:1px solid rgba(13,27,42,.12);right:-130px;top:-175px;box-shadow:0 0 90px rgba(255,106,74,.08);pointer-events:none}
.event-access-hero .lede{color:rgba(13,27,42,.72)}
.event-access-section{background:linear-gradient(180deg,var(--ivory),#f2f4f0)}
.event-access-card{position:relative;background:rgba(250,248,244,.88);border:1px solid rgba(255,255,255,.72);border-radius:30px;padding:clamp(28px,5vw,48px);box-shadow:0 24px 65px rgba(13,27,42,.10),inset 0 1px 0 rgba(255,255,255,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);overflow:hidden}
.event-access-card::after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-90px;bottom:-100px;background:radial-gradient(circle,rgba(255,106,74,.14),rgba(255,106,74,0) 70%);pointer-events:none}
.event-access-event{display:flex;flex-direction:column;gap:5px;margin-bottom:32px;padding-bottom:22px;border-bottom:1px solid rgba(13,27,42,.09)}
.event-access-event span{font-size:.78rem;text-transform:uppercase;letter-spacing:.13em;color:var(--olive);font-weight:800}
.event-access-event strong{font-family:Poppins,sans-serif;font-size:1.15rem;letter-spacing:-.02em}
.event-access-card .h3{margin:10px 0 8px;font-size:clamp(1.55rem,3vw,2.15rem)}
.event-access-form{display:grid;gap:18px;margin-top:26px}
.event-access-form .btn{justify-self:start}
.event-code-input{font-family:Poppins,sans-serif!important;font-size:clamp(1.7rem,5vw,2.35rem)!important;font-weight:700!important;letter-spacing:.24em!important;max-width:310px;text-align:center}
.event-access-reset{margin-top:18px}
.text-button{appearance:none;border:0;background:transparent;padding:0;color:var(--olive);font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:4px;cursor:pointer}
.event-access-note{text-align:center;color:#687780;font-size:.82rem;line-height:1.6;margin:18px auto 0;max-width:620px}

.event-library-hero{background:linear-gradient(145deg,var(--navy),#10283d);color:#fff;position:relative;overflow:hidden}
.event-library-hero::after{content:"";position:absolute;width:510px;height:510px;border-radius:50%;right:-180px;top:-230px;border:1px solid rgba(255,255,255,.09);box-shadow:0 0 110px rgba(255,106,74,.12);pointer-events:none}
.event-library-hero .lede{color:rgba(255,255,255,.72)}
.event-library-section{background:linear-gradient(180deg,#f2f4f0,var(--ivory) 45%)}
.event-library-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);gap:clamp(36px,7vw,90px);align-items:end;margin-bottom:52px}
.event-library-intro .lede{margin:0;color:#596b75}
.event-resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.event-resource-card{background:rgba(255,255,255,.62);border:1px solid rgba(13,27,42,.08);border-radius:26px;overflow:hidden;box-shadow:0 17px 48px rgba(13,27,42,.07);transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.event-resource-card:hover{transform:translateY(-4px);box-shadow:0 23px 58px rgba(13,27,42,.11);border-color:rgba(255,106,74,.18)}
.event-resource-body{padding:28px}
.event-resource-meta{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:16px;color:#78868d;font-size:.73rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em}
.event-resource-type{color:var(--olive)}
.event-resource-card h3{font-family:Poppins,sans-serif;font-size:1.35rem;line-height:1.15;letter-spacing:-.025em;margin:0 0 10px;color:var(--navy)}
.event-resource-card p{color:#63727b;line-height:1.62;margin:0}
.event-resource-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:24px}
.event-resource-download{color:var(--navy);font-weight:750;text-decoration:none;font-size:.87rem}
.event-resource-download:hover{text-decoration:underline;text-underline-offset:4px}
.event-resource-video{aspect-ratio:16/9;background:#07111b}
.event-resource-video iframe{width:100%;height:100%;border:0;display:block}
.event-resource-image{display:block;aspect-ratio:16/9;background:var(--mist);overflow:hidden}
.event-resource-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease)}
.event-resource-card:hover .event-resource-image img{transform:scale(1.025)}
.event-library-empty{display:flex;gap:22px;align-items:center;background:var(--mist);border:1px solid rgba(13,27,42,.07);border-radius:26px;padding:30px}
.event-library-empty h3{font-family:Poppins,sans-serif;margin:0 0 6px;color:var(--navy)}
.event-library-empty p{margin:0;color:#607079}
.event-resource-mark{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:var(--navy);color:var(--coral);font-family:Poppins,sans-serif;font-size:.8rem;font-weight:800;letter-spacing:.08em;box-shadow:0 12px 30px rgba(13,27,42,.18)}
.event-library-back{margin-top:38px;padding-top:24px;border-top:1px solid rgba(13,27,42,.08)}
.event-library-back a{color:var(--olive);font-weight:750;text-decoration:none}

@media(max-width:760px){
  .event-library-intro{grid-template-columns:1fr;gap:20px;margin-bottom:34px}
  .event-resource-grid{grid-template-columns:1fr}
  .event-access-card{border-radius:24px;padding:26px 22px}
  .event-access-form .btn{width:100%}
  .event-code-input{max-width:none;width:100%}
  .event-library-empty{align-items:flex-start;padding:24px}
}

/* v2.81 public event page refinement */
.event-detail-hero{padding-bottom:88px;overflow:hidden;position:relative}
.event-detail-hero::after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;border:1px solid rgba(255,255,255,.10);right:-160px;top:-220px;pointer-events:none}
.event-detail-hero .container{position:relative;z-index:1}
.event-hero-line{max-width:820px!important;font-size:clamp(1.18rem,1.8vw,1.55rem)!important}
.event-focus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px}
.event-focus-card{min-height:290px;padding:30px;border-radius:24px;background:rgba(250,248,244,.92);color:var(--navy);border:1px solid rgba(255,255,255,.52);box-shadow:0 18px 48px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.65);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.event-focus-card .tag{display:inline-block;background:var(--mist);border-radius:999px;padding:6px 11px;font-size:.76rem;font-weight:700;color:var(--olive)}
.event-focus-card h3{font-family:Poppins,sans-serif;font-size:clamp(1.28rem,1.8vw,1.7rem);letter-spacing:-.025em;line-height:1.12;margin:30px 0 14px}
.event-focus-card p{font-size:1rem;line-height:1.65;color:#304252;margin:0}
.event-speaker-section{background:var(--ivory)}
.event-speaker-heading{max-width:1000px}
.event-speaker-names{display:flex;gap:18px 38px;flex-wrap:wrap;margin-top:38px;padding-top:26px;border-top:1px solid var(--line)}
.event-speaker-name{display:flex;flex-direction:column;gap:5px;min-width:min(100%,280px)}
.event-speaker-name strong{font-family:Poppins,sans-serif;font-size:clamp(1.8rem,3.4vw,3.5rem);letter-spacing:-.04em;line-height:1.03}
.event-speaker-name span{font-size:.92rem;color:var(--muted)}
.event-public-media-section{padding-top:12px}
.event-public-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.event-public-media-grid.single{grid-template-columns:1fr}
.event-public-media-item{margin:0;min-width:0}
.event-public-media-item img,.event-public-video-frame,.event-public-media-item .event-video-link{width:100%;border-radius:26px;overflow:hidden;background:var(--mist);box-shadow:0 14px 42px rgba(13,27,42,.08)}
.event-public-media-grid:not(.single) .event-public-media-item img,.event-public-media-grid:not(.single) .event-public-video-frame,.event-public-media-grid:not(.single) .event-public-media-item .event-video-link{aspect-ratio:4/3;height:auto;object-fit:cover}
.event-public-media-grid.single .event-public-media-item img,.event-public-media-grid.single .event-public-video-frame,.event-public-media-grid.single .event-public-media-item .event-video-link{aspect-ratio:16/7;height:auto;object-fit:cover}
.event-public-video-frame{position:relative}
.event-public-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.event-public-media-item figcaption{font-size:.82rem;color:var(--muted);margin-top:10px;padding-left:4px}
.event-why-section{background:var(--mist)}
.event-why-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto auto;gap:38px 6vw;align-items:end}
.event-why-heading{grid-column:1;grid-row:1}
.event-why-photo{grid-column:1;grid-row:2;border-radius:26px;overflow:hidden;background:var(--sage);min-height:360px;box-shadow:0 16px 48px rgba(13,27,42,.09)}
.event-why-photo img{width:100%;height:100%;min-height:360px;max-height:620px;object-fit:cover}
.event-why-photo-empty{display:grid;place-items:center;color:rgba(13,27,42,.28);font-family:Poppins,sans-serif;font-size:clamp(3rem,9vw,7rem);font-weight:600;letter-spacing:-.06em}
.event-why-copy{grid-column:2;grid-row:2;align-self:end;padding-bottom:2px}
.event-why-copy .lede{margin:0;font-size:clamp(1.18rem,1.75vw,1.48rem);line-height:1.75}
.practical-details-section{background:var(--ivory)}
.practical-details-card{box-shadow:0 18px 55px rgba(13,27,42,.06)}
.practical-details-grid>div{padding:0;background:transparent;border:0;box-shadow:none}
.practical-details-grid p{margin-bottom:0;color:var(--muted)}

@media(max-width:900px){
  .event-focus-grid{grid-template-columns:1fr;gap:14px}
  .event-focus-card{min-height:0}
  .event-why-layout{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:26px}
  .event-why-heading{grid-column:1;grid-row:1}
  .event-why-photo{grid-column:1;grid-row:2}
  .event-why-copy{grid-column:1;grid-row:3}
}
@media(max-width:680px){
  .event-detail-hero{padding-bottom:62px}
  .event-focus-grid{margin-top:34px}
  .event-focus-card{padding:24px;border-radius:20px}
  .event-focus-card h3{margin-top:22px}
  .event-speaker-names{margin-top:28px}
  .event-public-media-grid,.event-public-media-grid.single{grid-template-columns:1fr}
  .event-public-media-grid:not(.single) .event-public-media-item img,.event-public-media-grid:not(.single) .event-public-video-frame,.event-public-media-grid:not(.single) .event-public-media-item .event-video-link,.event-public-media-grid.single .event-public-media-item img,.event-public-media-grid.single .event-public-video-frame,.event-public-media-grid.single .event-public-media-item .event-video-link{aspect-ratio:4/3}
  .event-why-photo,.event-why-photo img{min-height:280px}
}


/* v2.82 — event page/admin refinement requested 16 Aug 2026 */
/* Homepage event card: summary first and full, uncropped event image. */
.hero-home .hero-event-card-head p{
  display:block;
  overflow:visible;
  -webkit-line-clamp:unset;
  -webkit-box-orient:initial;
  font-size:.94rem;
  line-height:1.52;
  margin-bottom:18px;
}
.hero-home .hero-event-media{grid-template-columns:1fr!important}
.hero-home .hero-event-media-item{
  height:auto;
  min-height:0;
  background:transparent;
  border-radius:18px;
  overflow:hidden;
}
.hero-home .hero-event-media-item img{
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  background:var(--mist);
}
.hero-home .hero-event-media-item iframe{
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:contain;
}

/* Hero focus cards: slower entrance, coral label, premium hover lift/glow. */
.event-focus-card.reveal{
  transition-property:opacity,transform,box-shadow,border-color;
  transition-duration:1.4s,1.4s,.3s,.3s;
  transition-delay:var(--reveal-delay,0s),var(--reveal-delay,0s),0s,0s;
  transition-timing-function:var(--ease);
}
.event-focus-card{
  transform-origin:center;
  scale:1;
  transition:scale .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease);
}
.event-focus-card .tag{
  background:var(--coral);
  color:var(--navy);
  box-shadow:0 7px 18px rgba(255,106,74,.16);
}
@media (hover:hover) and (pointer:fine){
  .event-focus-card.is-visible:hover{
    scale:1.018;
    border-color:rgba(255,106,74,.58);
    box-shadow:0 24px 64px rgba(0,0,0,.16),0 0 0 1px rgba(255,106,74,.20),0 0 34px rgba(255,106,74,.34),inset 0 1px 0 rgba(255,255,255,.72);
  }
}

/* Why this matters: title and copy start on the same visual row, photo below title. */
.event-why-layout{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  grid-template-rows:auto auto auto;
  column-gap:6vw;
  row-gap:14px;
  align-items:start;
}
.event-why-eyebrow{grid-column:1;grid-row:1}
.event-why-title{grid-column:1;grid-row:2;margin:0}
.event-why-copy{grid-column:2;grid-row:2 / span 2;align-self:start;padding:0}
.event-why-copy .lede{
  margin:0;
  font-size:clamp(1rem,1.35vw,1.28rem);
  line-height:1.72;
}
.event-why-photo{grid-column:1;grid-row:3;margin-top:24px}
.practical-details-action{margin-top:30px;display:flex;justify-content:flex-start}

@media(max-width:900px){
  .event-why-layout{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:14px}
  .event-why-eyebrow{grid-column:1;grid-row:1}
  .event-why-title{grid-column:1;grid-row:2}
  .event-why-photo{grid-column:1;grid-row:3;margin-top:12px}
  .event-why-copy{grid-column:1;grid-row:4;padding:0;margin-top:10px}
}
@media(max-width:680px){
  .hero-home .hero-event-card-head p{font-size:.9rem;line-height:1.5}
  .hero-home .hero-event-media-item{height:auto}
 .event-focus-card.reveal{transition-duration:1.2s,1.2s,.3s,.3s}
  .practical-details-action .btn{width:100%}
}

/* v2.83 — homepage event card + practical details refinement, 16 Aug 2026 */
.hero-home .hero-event-card .eyebrow.coral{
  font-weight:800;
}
.hero-event-speakers{
  margin:19px 0 10px;
  padding-top:15px;
  border-top:1px solid rgba(13,27,42,.10);
}
.hero-event-speaker-label{
  color:var(--olive);
  font-size:.72rem;
  line-height:1.25;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:800;
  margin-bottom:5px;
}
.hero-event-speaker-names{
  color:var(--navy);
  font-family:Poppins,sans-serif;
  font-size:clamp(1rem,1.25vw,1.16rem);
  line-height:1.25;
  font-weight:600;
  letter-spacing:-.02em;
}
.hero-home .hero-event-link{
  color:var(--coral);
  transition:transform .3s var(--ease),color .3s var(--ease);
  transform-origin:left center;
}
.hero-home .hero-event-link span{
  color:var(--coral);
  transition:transform .3s var(--ease);
}
@media (hover:hover) and (pointer:fine){
  .hero-home .hero-event-link:hover{
    transform:translateX(5px);
    color:#f45736;
  }
  .hero-home .hero-event-link:hover span{
    transform:translateX(3px);
  }
}

.practical-details-section{
  background:var(--ivory);
}
.practical-details-card{
  background:var(--olive);
  color:var(--ivory);
  border-color:rgba(255,255,255,.16);
  box-shadow:0 22px 62px rgba(13,27,42,.14);
}
.practical-details-card .eyebrow{
  color:var(--coral);
}
.practical-details-card .practical-details-grid strong{
  color:#fff;
}
.practical-details-card .practical-details-grid p{
  color:rgba(250,248,244,.80);
}
.practical-details-card .practical-details-grid>div{
  border-color:rgba(255,255,255,.12);
}

@media(max-width:680px){
  .hero-event-speakers{margin-top:16px;padding-top:13px}
  .hero-event-speaker-names{font-size:1rem}
}


/* v2.84 — homepage event card micro-refinement, 16 Aug 2026 */
.hero-home .hero-event-card .eyebrow.coral{
  font-size:.88rem;
  line-height:1.2;
  font-weight:800;
}
.hero-home .hero-event-link,
.hero-home .hero-event-link span{
  color:var(--navy);
}
@media (hover:hover) and (pointer:fine){
  .hero-home .hero-event-link:hover{
    color:var(--navy);
    transform:translateX(5px);
  }
  .hero-home .hero-event-link:hover span{
    color:var(--navy);
    transform:translateX(3px);
  }
}
@media(max-width:680px){
  .hero-home .hero-event-card .eyebrow.coral{font-size:.84rem}
}

/* v2.86 — compact homepage event card image with clean crop, 16 Aug 2026
   Keep the card compact, but let the photo fill the rounded frame beautifully. */
@media (min-width:1051px){
  .hero-home .hero-event-media{
    width:86%;
    margin:14px auto 14px;
  }
  .hero-home .hero-event-media-item{
    width:100%;
    margin:0 auto;
    height:235px;
    background:var(--mist);
  }
  .hero-home .hero-event-media-item img,
  .hero-home .hero-event-media-item iframe{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    display:block;
  }
}

/* On shorter desktop screens make the cropped image a touch shallower again so the
   complete event card stays comfortably clear of the hero edges. */
@media (min-width:1051px) and (max-height:820px){
  .hero-home .hero-event-media{
    width:82%;
    margin:10px auto 11px;
  }
  .hero-home .hero-event-media-item{
    height:185px;
  }
}

/* Tablets and phones keep the media wide for legibility. */
@media (max-width:1050px){
  .hero-home .hero-event-media{
    width:100%;
  }
}


/* v2.87 — event focus rich text, aligned copy, stronger glow + Sage/house hover, 16 Aug 2026 */
.event-detail-hero .event-date-kicker{
  font-size:1rem; /* +4px / approx. +3pt versus the former .75rem eyebrow */
  line-height:1.35;
}
.hero-home .hero-event-date{
  font-size:1.04rem;
  line-height:1.35;
}
.event-tile-date{font-size:1.12rem}

.event-focus-card{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  transition:background-color .32s var(--ease),box-shadow .32s var(--ease),border-color .32s var(--ease);
}
.event-focus-card > *{position:relative;z-index:2}
.event-focus-card h3{
  min-height:3.8rem;
}
.event-focus-copy{
  font-size:1rem;
  line-height:1.65;
  color:#304252;
  margin:0;
}
.event-focus-copy p{margin:0}
.event-focus-copy p + p{margin-top:.7em}
.event-focus-copy ul{
  margin:0;
  padding-left:1.28em;
  list-style-position:outside;
}
.event-focus-copy li{
  padding-left:.14em;
  margin:.16em 0;
}
.event-focus-copy strong{font-weight:750;color:var(--navy)}
.event-focus-copy em{font-style:italic}

/* Canal-house line decoration: deliberately very faint and only visible on hover. */
.event-focus-card::after{
  content:"";
  position:absolute;
  z-index:1;
  left:0;right:0;bottom:0;
  height:33%;
  opacity:0;
  pointer-events:none;
  background-position:center bottom;
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-image:url("../images/houses-line.svg");
  transition:opacity .32s var(--ease);
}
/* Keep the staggered entrance slow, but make hover feedback immediate after entry. */
.event-focus-card.reveal{
  translate:0 0;
  scale:1;
  transition:
    opacity 1.4s var(--ease) var(--reveal-delay,0s),
    transform 1.4s var(--ease) var(--reveal-delay,0s),
    translate .3s var(--ease) 0s,
    scale .3s var(--ease) 0s,
    background-color .32s var(--ease) 0s,
    box-shadow .32s var(--ease) 0s,
    border-color .32s var(--ease) 0s;
}
@media (hover:hover) and (pointer:fine){
  .event-focus-card.is-visible:hover{
    background-color:var(--sage);
    translate:0 -5px;
    scale:1.022;
    border-color:rgba(255,106,74,.78);
    /* Approximately twice the former visible coral halo. */
    box-shadow:0 28px 70px rgba(0,0,0,.17),0 0 0 1px rgba(255,106,74,.40),0 0 30px rgba(255,106,74,.58),0 0 72px rgba(255,106,74,.52),inset 0 1px 0 rgba(255,255,255,.64);
  }
  .event-focus-card.is-visible:hover::after{opacity:.16}
}

/* Admin formatting toolbar for focus-box copy. */
.richtext-toolbar{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin:7px 0 8px;
}
.richtext-toolbar button{
  appearance:none;
  border:1px solid rgba(13,27,42,.14);
  background:var(--mist);
  color:var(--navy);
  border-radius:9px;
  min-height:34px;
  padding:6px 10px;
  font:inherit;
  font-size:.82rem;
  cursor:pointer;
  transition:background .2s var(--ease),border-color .2s var(--ease),transform .2s var(--ease);
}
.richtext-toolbar button:hover{
  background:#fff;
  border-color:rgba(255,106,74,.55);
  transform:translateY(-1px);
}

@media(max-width:680px){
  .event-focus-card h3{min-height:0}
  .event-detail-hero .event-date-kicker{font-size:.95rem}
  .hero-home .hero-event-date{font-size:.98rem}
  .event-tile-date{font-size:1.02rem}
}

/* v2.88 — event labels, keynote colour, calmer halo + repeated compact practical details, 16 Aug 2026 */

/* One consistent uppercase label treatment across the public site. Keep each existing colour. */
.eyebrow,
.event-tile-label,
.event-speakers-label{
  font-size:1rem;
  font-weight:700;
  line-height:1.35;
}
.hero-home .hero-event-card .eyebrow.coral,
.event-detail-hero .event-date-kicker,
.hero-home .hero-event-date{
  font-size:1rem;
  font-weight:700;
  line-height:1.35;
}

/* Keynote names: stronger PUC accent beneath the heading. */
.event-speaker-name strong{color:var(--coral)}

/* The opening animation is deliberately slower; hover remains immediate. */
.event-focus-card.reveal{
  transition:
    opacity 2.8s var(--ease) var(--reveal-delay,0s),
    transform 2.8s var(--ease) var(--reveal-delay,0s),
    translate .3s var(--ease) 0s,
    scale .3s var(--ease) 0s,
    background-color .32s var(--ease) 0s,
    box-shadow .32s var(--ease) 0s,
    border-color .32s var(--ease) 0s;
}
@media (hover:hover) and (pointer:fine){
  .event-focus-card.is-visible:hover{
    /* About one third calmer than v2.87, while remaining clearly visible. */
    box-shadow:
      0 28px 70px rgba(0,0,0,.17),
      0 0 0 1px rgba(255,106,74,.27),
      0 0 30px rgba(255,106,74,.39),
      0 0 72px rgba(255,106,74,.35),
      inset 0 1px 0 rgba(255,255,255,.64);
  }
}

/* Practical details is a reusable event module shown after the focus cards and again at page end. */
.practical-details-inline{
  margin-top:48px;
}
.practical-details-card{
  padding:34px 40px 32px;
  border-radius:30px;
}
.practical-details-card .eyebrow{
  margin-bottom:26px;
}
.practical-details-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr 1.55fr;
  gap:34px;
  align-items:start;
}
.practical-detail-col{
  min-width:0;
}
.practical-details-card .practical-detail-col > strong{
  display:block;
  color:#fff;
  font-family:Poppins,sans-serif;
  font-size:1.25rem;
  line-height:1.15;
  margin-bottom:18px;
}
.practical-details-card p{
  margin:0;
}
.practical-primary-line{
  color:rgba(250,248,244,.94)!important;
  font-size:clamp(1.45rem,1.8vw,1.9rem)!important;
  line-height:1.28!important;
  letter-spacing:-.018em;
}
.practical-primary-line + .practical-primary-line{
  margin-top:8px!important;
}
.practical-separator{opacity:.48;padding:0 .08em}
.practical-support-line,
.practical-support-copy{
  color:rgba(250,248,244,.76);
  font-size:1rem;
  line-height:1.55;
}
.practical-support-line{
  margin-top:18px!important;
}
.practical-support-copy{
  margin-top:20px;
  max-width:48rem;
}
.practical-support-copy p{
  color:inherit!important;
  margin:0 0 8px!important;
}
.practical-support-copy p:last-child{margin-bottom:0!important}
.practical-support-copy b{color:rgba(250,248,244,.96);font-weight:700}
.practical-details-action{
  margin-top:28px;
  display:flex;
  justify-content:flex-start;
}
.practical-details-action .btn{
  padding:15px 22px;
}
.practical-details-section{
  padding-top:82px;
  padding-bottom:82px;
}

@media(max-width:980px){
  .practical-details-grid{
    grid-template-columns:1fr 1fr;
  }
  .practical-detail-venue{grid-column:1/-1}
}
@media(max-width:680px){
  .eyebrow,
  .event-tile-label,
  .event-speakers-label,
  .hero-home .hero-event-card .eyebrow.coral,
  .event-detail-hero .event-date-kicker,
  .hero-home .hero-event-date{
    font-size:.95rem;
  }
  .practical-details-inline{margin-top:34px}
  .practical-details-card{padding:28px 24px 26px;border-radius:24px}
  .practical-details-card .eyebrow{margin-bottom:22px}
  .practical-details-grid{grid-template-columns:1fr;gap:28px}
  .practical-detail-venue{grid-column:auto}
  .practical-primary-line{font-size:1.36rem!important}
  .practical-details-card .practical-detail-col > strong{font-size:1.1rem;margin-bottom:12px}
  .practical-details-action{margin-top:20px}
  .practical-details-action .btn{width:100%}
}

/* v2.89 — final Practical Details balance + shared premium interaction, 16 Aug 2026 */
/* Primary event-detail copy comes back by about 3pt / 4px for a calmer hierarchy. */
.practical-primary-line{
  font-size:clamp(1.20rem,1.55vw,1.65rem)!important;
}

/* Date / Time / Venue headings use the core PUC navy against Sage Leaf. */
.practical-details-card .practical-detail-col > strong{
  color:var(--navy);
}

/* Match the support-copy convention: only the lead-in is bold. */
.practical-support-line b{
  color:rgba(250,248,244,.96);
  font-weight:700;
}

/* Stretch columns so the CTA can share the exact bottom line with Rooms. */
.practical-details-grid{
  align-items:stretch;
}
.practical-detail-col{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.practical-details-action{
  margin-top:auto;
  padding-top:28px;
}

/* Practical Details uses the same premium hover language as the focus cards. */
.practical-details-card{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  transition:
    translate .3s var(--ease),
    scale .3s var(--ease),
    box-shadow .32s var(--ease),
    border-color .32s var(--ease),
    background-color .32s var(--ease);
}
.practical-details-card > *{
  position:relative;
  z-index:2;
}
.practical-details-card::after{
  content:"";
  position:absolute;
  z-index:1;
  left:0;right:0;bottom:0;
  height:33%;
  opacity:0;
  pointer-events:none;
  background-position:center bottom;
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-image:url("../images/houses-line.svg");
  transition:opacity .32s var(--ease);
}

/* The two Practical Details appearances enter with the same deliberate pace. */
.practical-details-inline.reveal,
.practical-details-section .container.reveal{
  transition-duration:2.8s;
}

@media (hover:hover) and (pointer:fine){
  .practical-details-card:hover{
    translate:0 -5px;
    scale:1.012;
    border-color:rgba(255,106,74,.58);
    box-shadow:
      0 28px 70px rgba(0,0,0,.17),
      0 0 0 1px rgba(255,106,74,.27),
      0 0 30px rgba(255,106,74,.39),
      0 0 72px rgba(255,106,74,.35),
      inset 0 1px 0 rgba(255,255,255,.30);
  }
  .practical-details-card:hover::after{opacity:.16}
}

@media(max-width:680px){
  .practical-primary-line{font-size:1.11rem!important}
  .practical-details-action{
    margin-top:20px;
    padding-top:0;
  }
}


/* v2.91 — homepage content simplification + premium Blueprint cards, 17 Aug 2026 */

/* Hero next-event hierarchy: label navy, date coral. */
.hero-home .hero-event-card .hero-next-label{
  color:var(--navy);
  font-size:1rem;
  font-weight:700;
  line-height:1.35;
}
.hero-home .hero-event-date{
  color:var(--coral);
}

/* The four Blueprint cards now share the Event Page card interaction language. */
.blueprint-step{
  overflow:hidden;
  isolation:isolate;
  transform-origin:center center;
  transition:
    opacity 2.8s var(--ease) var(--blueprint-delay,0s),
    transform 2.8s var(--ease) var(--blueprint-delay,0s),
    translate .3s var(--ease) 0s,
    scale .3s var(--ease) 0s,
    background-color .32s var(--ease) 0s,
    box-shadow .32s var(--ease) 0s,
    border-color .32s var(--ease) 0s;
}
.blueprint-step:nth-child(1){--blueprint-delay:0s}
.blueprint-step:nth-child(2){--blueprint-delay:.28s}
.blueprint-step:nth-child(3){--blueprint-delay:.56s}
.blueprint-step:nth-child(4){--blueprint-delay:.84s}
.blueprint-step > *{
  position:relative;
  z-index:2;
}
.blueprint-step::after{
  content:"";
  position:absolute;
  z-index:1;
  left:0;
  right:0;
  bottom:0;
  height:33%;
  opacity:0;
  pointer-events:none;
  background:url("../images/houses-line.svg") center bottom / 100% 100% no-repeat;
  transition:opacity .32s var(--ease);
}
@media (hover:hover) and (pointer:fine){
  .blueprint-step.is-visible:hover{
    background-color:var(--sage);
    translate:0 -5px;
    scale:1.022;
    border-color:rgba(255,106,74,.58);
    box-shadow:
      0 28px 70px rgba(0,0,0,.17),
      0 0 0 1px rgba(255,106,74,.27),
      0 0 30px rgba(255,106,74,.39),
      0 0 72px rgba(255,106,74,.35),
      inset 0 1px 0 rgba(255,255,255,.64);
  }
  .blueprint-step.is-visible:hover::after{opacity:.16}
}

@media(max-width:680px){
  .hero-home .hero-event-card .hero-next-label{font-size:.95rem}
  /* Keep mobile readable and avoid a very long four-card entrance sequence. */
  .blueprint-step{
    transition:
      opacity 1.6s var(--ease) var(--blueprint-delay,0s),
      transform 1.6s var(--ease) var(--blueprint-delay,0s),
      translate .3s var(--ease) 0s,
      scale .3s var(--ease) 0s,
      background-color .32s var(--ease) 0s,
      box-shadow .32s var(--ease) 0s,
      border-color .32s var(--ease) 0s;
  }
  .blueprint-step:nth-child(1){--blueprint-delay:0s}
  .blueprint-step:nth-child(2){--blueprint-delay:.16s}
  .blueprint-step:nth-child(3){--blueprint-delay:.32s}
  .blueprint-step:nth-child(4){--blueprint-delay:.48s}
}

/* v2.92 — global alignment, fixed glass navigation + compact final CTA, 17 Aug 2026 */

/* One visual content axis sitewide: the hero and navigation now use the same
   1240px container as the Blueprint and all other standard content sections. */
@media (min-width:1051px){
  .hero-home .hero-inner,
  .site-header-floating .nav-pill,
  .site-header-home .nav-pill{
    width:min(calc(100% - 40px),var(--max));
    max-width:var(--max);
  }
}

/* Keep the main navigation continuously available while scrolling.
   30% transparent = 70% ivory, with blur preserving legibility over imagery. */
.site-header-floating,
.site-header-home{
  position:fixed;
  inset:0 0 auto 0;
}
.site-header-floating .nav-pill,
.site-header-home .nav-pill{
  background:rgba(250,248,244,.70);
  border-color:rgba(255,255,255,.48);
  box-shadow:0 16px 46px rgba(13,27,42,.12);
  -webkit-backdrop-filter:blur(18px) saturate(1.08);
  backdrop-filter:blur(18px) saturate(1.08);
}

/* Final green CTA: less vertical bulk, clearer action path. */
.home-final-cta{
  padding-top:82px;
  padding-bottom:82px;
}
.home-final-cta .cta-panel{
  padding:clamp(30px,4.2vw,52px);
  gap:36px;
  align-items:flex-end;
}
.home-final-cta .cta-copy{min-width:0}
.home-final-cta .cta-next-label{
  color:var(--coral);
}
.home-final-cta .cta-panel .h2{
  font-size:clamp(2rem,3.8vw,3.65rem);
}
.home-final-cta .cta-journey{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 0;
  max-width:none;
  color:rgba(255,255,255,.86);
  font-weight:600;
}
.home-final-cta .cta-journey i{
  display:inline-block;
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:var(--coral);
  box-shadow:0 0 0 4px rgba(255,106,74,.10);
}
.home-final-cta .cta-actions{
  flex-wrap:nowrap;
  flex:0 0 auto;
  align-items:center;
}
.home-final-cta .cta-actions .btn{
  white-space:nowrap;
}

@media(max-width:1050px){
  /* Preserve the established mobile safe-area widths while keeping the fixed header. */
  .site-header-floating,
  .site-header-home{position:fixed}
  .site-header-floating .nav-pill,
  .site-header-home .nav-pill{
    background:rgba(250,248,244,.70);
  }
}

@media(max-width:760px){
  .home-final-cta{padding-top:58px;padding-bottom:58px}
  .home-final-cta .cta-panel{
    padding:28px 24px;
    gap:26px;
  }
  .home-final-cta .cta-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .home-final-cta .cta-actions .btn{
    width:100%;
    padding-left:12px;
    padding-right:12px;
  }
}

@media(max-width:430px){
  .home-final-cta .cta-actions .btn{font-size:.78rem}
  .home-final-cta .cta-journey{gap:8px;font-size:.9rem}
  .home-final-cta .cta-journey i{width:6px;height:6px;flex-basis:6px}
}

/* v2.93 — Sage Blueprint cards, tighter moving banner, slower final CTA reveal, 17 Aug 2026 */

/* Blueprint cards: Sage Leaf is now the resting state, not only the hover state. */
.blueprint-step{
  background:var(--sage);
  border-color:rgba(13,27,42,.075);
}
.blueprint-step p{
  color:rgba(13,27,42,.72);
}
@media (hover:hover) and (pointer:fine){
  .blueprint-step.is-visible:hover{
    background-color:var(--sage);
  }
}

/* Moving values banner: about 5pt smaller and with less vertical whitespace. */
.people-band{
  padding-top:48px;
  padding-bottom:48px;
}
.statement-run{
  font-size:clamp(2.38rem,6.6vw,6.58rem);
}

/* The final green CTA enters with the same deliberate scroll rhythm as the cards. */
.home-final-cta .cta-panel.reveal{
  transition:
    opacity 2.8s var(--ease) .18s,
    transform 2.8s var(--ease) .18s;
}

@media(max-width:680px){
  .people-band{
    padding-top:34px;
    padding-bottom:34px;
  }
  .statement-run{
    font-size:clamp(2.05rem,11vw,3.65rem);
  }
  .blueprint-step{
    transition:
      opacity 2.1s var(--ease) var(--blueprint-delay,0s),
      transform 2.1s var(--ease) var(--blueprint-delay,0s),
      translate .3s var(--ease) 0s,
      scale .3s var(--ease) 0s,
      background-color .32s var(--ease) 0s,
      box-shadow .32s var(--ease) 0s,
      border-color .32s var(--ease) 0s;
  }
  .home-final-cta .cta-panel.reveal{
    transition:
      opacity 2.2s var(--ease) .12s,
      transform 2.2s var(--ease) .12s;
  }
}

/* v2.94 — contrasting final Blueprint card + premium final CTA interaction, 17 Aug 2026 */

/* Move Forward is the deliberate visual exception in the four-step Blueprint. */
.blueprint-step:nth-child(4){
  background:var(--navy);
  border-color:rgba(255,255,255,.08);
}
.blueprint-step:nth-child(4) h3,
.blueprint-step:nth-child(4) p{
  color:var(--ivory);
}
.blueprint-step:nth-child(4) .num{
  background:var(--coral);
  color:var(--navy);
}
/* The shared house-line asset is navy; invert it subtly on the navy card. */
.blueprint-step:nth-child(4)::after{
  filter:brightness(0) invert(1);
}
@media (hover:hover) and (pointer:fine){
  .blueprint-step:nth-child(4).is-visible:hover{
    background-color:var(--navy);
    border-color:rgba(255,106,74,.58);
  }
}

/* Final CTA: preserve the slow reveal, then switch to immediate premium hover feedback. */
.home-final-cta .cta-panel{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  border:1px solid transparent;
  transform-origin:center center;
}
.home-final-cta .cta-panel.reveal{
  transition:
    opacity 2.8s var(--ease) .18s,
    transform 2.8s var(--ease) .18s,
    translate .3s var(--ease) 0s,
    scale .3s var(--ease) 0s,
    box-shadow .32s var(--ease) 0s,
    border-color .32s var(--ease) 0s;
}
@media (hover:hover) and (pointer:fine){
  .home-final-cta .cta-panel.is-visible:hover{
    translate:0 -5px;
    scale:1.012;
    border-color:rgba(255,106,74,.58);
    box-shadow:
      0 28px 70px rgba(0,0,0,.17),
      0 0 0 1px rgba(255,106,74,.27),
      0 0 30px rgba(255,106,74,.39),
      0 0 72px rgba(255,106,74,.35),
      inset 0 1px 0 rgba(255,255,255,.30);
  }
}

@media(max-width:680px){
  .home-final-cta .cta-panel.reveal{
    transition:
      opacity 2.2s var(--ease) .12s,
      transform 2.2s var(--ease) .12s,
      translate .3s var(--ease) 0s,
      scale .3s var(--ease) 0s,
      box-shadow .32s var(--ease) 0s,
      border-color .32s var(--ease) 0s;
  }
}

/* v2.95 — complete Community page rebuild from PUC Brand Playbook, 17 Aug 2026 */
.community-hero{
  background:linear-gradient(135deg,var(--mist) 0%,rgba(167,184,154,.38) 100%);
  padding-bottom:96px;
}
.community-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(330px,.75fr);
  gap:72px;
  align-items:end;
}
.community-hero .h1{max-width:900px}
.community-hero .lede{max-width:850px}
.community-promise-card{
  background:var(--navy);
  color:var(--ivory);
  padding:38px;
  border-radius:28px;
  box-shadow:0 24px 60px rgba(13,27,42,.16);
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  transition:translate .3s var(--ease),scale .3s var(--ease),box-shadow .32s var(--ease),border-color .32s var(--ease);
}
.community-promise-card::before{
  content:"";position:absolute;width:250px;height:250px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-90px;top:-105px;
}
.community-promise-card .eyebrow{color:var(--sage)}
.community-promise-card h2{font-family:Poppins,sans-serif;font-size:clamp(2rem,3vw,3.2rem);line-height:1.02;margin:16px 0 18px;letter-spacing:-.04em}
.community-promise-card p{color:rgba(250,248,244,.72);line-height:1.6;margin:0}
.community-promise-line{margin-top:28px;padding-top:22px;border-top:1px solid rgba(255,255,255,.15);color:var(--coral);font-weight:700}

.community-positioning{background:var(--ivory)}
.community-section-intro{align-items:start}
.community-position-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:54px;
}
.community-position-card{
  min-height:220px;background:#fff;border:1px solid rgba(13,27,42,.07);border-radius:24px;padding:28px;
  box-shadow:0 14px 40px rgba(13,27,42,.06);transition:translate .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease);
}
.community-position-card span{display:inline-flex;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;background:var(--navy);color:var(--ivory);font-weight:700;font-size:.78rem}
.community-position-card h3{font-family:Poppins,sans-serif;font-size:1.35rem;margin:30px 0 10px}
.community-position-card p{margin:0;color:var(--muted);line-height:1.55}
@media (hover:hover) and (pointer:fine){
 .community-position-card:hover{translate:0 -5px;border-color:rgba(255,106,74,.4);box-shadow:0 20px 50px rgba(13,27,42,.10),0 0 32px rgba(255,106,74,.16)}
}

.community-values-section{background:var(--mist)}
.community-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}
.community-value-card{
  position:relative;overflow:hidden;isolation:isolate;min-height:340px;background:var(--sage);border:1px solid rgba(13,27,42,.07);border-radius:28px;padding:34px;
  transition:translate .3s var(--ease),scale .3s var(--ease),box-shadow .32s var(--ease),border-color .32s var(--ease);
}
.community-value-card::after{
  content:"";position:absolute;z-index:0;left:0;right:0;bottom:0;height:33%;opacity:.09;background:url("../images/houses-line.svg") center bottom/100% 100% no-repeat;pointer-events:none;
}
.community-value-card>*{position:relative;z-index:1}
.community-value-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--navy);color:var(--ivory);font-weight:700}
.community-value-card h3{font-family:Poppins,sans-serif;font-size:2rem;line-height:1.1;margin:48px 0 16px}
.community-value-card p{font-size:1.02rem;line-height:1.65;color:rgba(13,27,42,.75);margin:0 0 24px}
.community-value-card strong{display:block;color:var(--navy);font-size:1rem;line-height:1.45}
.community-value-card:nth-child(3){background:var(--navy)}
.community-value-card:nth-child(3) .community-value-num{background:var(--coral);color:var(--navy)}
.community-value-card:nth-child(3) h3,.community-value-card:nth-child(3) strong{color:var(--ivory)}
.community-value-card:nth-child(3) p{color:rgba(250,248,244,.72)}
.community-value-card:nth-child(3)::after{filter:brightness(0) invert(1);opacity:.07}
@media (hover:hover) and (pointer:fine){
 .community-value-card.is-visible:hover{translate:0 -6px;scale:1.018;border-color:rgba(255,106,74,.55);box-shadow:0 28px 65px rgba(13,27,42,.14),0 0 34px rgba(255,106,74,.30),0 0 70px rgba(255,106,74,.20)}
}
.community-value-card.reveal:nth-child(1){transition-delay:0s}
.community-value-card.reveal:nth-child(2){transition-delay:.18s}
.community-value-card.reveal:nth-child(3){transition-delay:.36s}

.community-story-section{background:var(--ivory);padding-top:82px;padding-bottom:82px}
.community-story-card{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;background:var(--navy);color:var(--ivory);border-radius:34px;padding:clamp(38px,5vw,68px);position:relative;overflow:hidden;
  box-shadow:0 30px 80px rgba(13,27,42,.14)
}
.community-story-card::before{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.09);border-radius:50%;right:-180px;top:-220px}
.community-story-heading,.community-story-copy{position:relative;z-index:1}
.community-story-card .h2{color:var(--ivory);font-size:clamp(2.3rem,4.5vw,4.8rem);line-height:1.02}
.community-story-copy p{color:rgba(250,248,244,.75);font-size:1.05rem;line-height:1.72;margin:0 0 18px}
.community-story-signature{margin-top:30px;padding-top:24px;border-top:1px solid rgba(255,255,255,.15);color:var(--coral);font-family:Poppins,sans-serif;font-size:1.35rem;font-weight:650;line-height:1.35}

.community-team-section{background:var(--mist)}
.community-team-intro{align-items:start;margin-bottom:54px}
.community-host-card{
  display:grid;grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);gap:0;background:var(--navy);border-radius:32px;overflow:hidden;height:500px;box-shadow:0 24px 65px rgba(13,27,42,.13);margin-bottom:30px;align-items:stretch;border:1px solid rgba(255,255,255,.08);transition:translate .3s var(--ease),scale .3s var(--ease),box-shadow .32s var(--ease),border-color .32s var(--ease)
}
.community-host-photo{height:100%;background:#d9dfda;overflow:hidden;align-self:stretch}
.community-host-photo img{width:100%;height:100%;object-fit:cover;object-position:center 17%;display:block;transition:transform .45s var(--ease)}
.community-host-copy{padding:34px 40px;display:flex;flex-direction:column;justify-content:center;color:var(--ivory)}
.community-host-copy h3{font-family:Poppins,sans-serif;font-size:clamp(2.2rem,3.1vw,3.4rem);line-height:1;margin:11px 0 14px;letter-spacing:-.045em}
.community-host-copy p{color:rgba(250,248,244,.73);font-size:.98rem;line-height:1.5;max-width:660px}
.team-expertise{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.team-expertise span{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(167,184,154,.18);border:1px solid rgba(167,184,154,.28);font-size:.82rem;font-weight:700;color:inherit}
.community-host-copy .team-expertise span{color:var(--ivory)}
.community-host-actions{margin-top:20px}
.community-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.community-team-card{background:var(--ivory);border-radius:24px;overflow:hidden;border:1px solid rgba(13,27,42,.07);box-shadow:0 12px 38px rgba(13,27,42,.06);transition:translate .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}
.community-team-photo{aspect-ratio:4/5;background:#dfe5e0;overflow:hidden}
.community-team-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .45s var(--ease)}
.community-team-copy{padding:24px}
.community-team-copy .eyebrow{color:var(--olive);font-size:.78rem}
.community-team-copy h3{font-family:Poppins,sans-serif;font-size:1.4rem;line-height:1.15;margin:12px 0 8px}
.community-team-copy .team-expertise{margin-top:18px}
.community-team-copy .team-expertise span{background:var(--sage);border-color:rgba(13,27,42,.07);color:var(--navy)}
@media (hover:hover) and (pointer:fine){
 .community-promise-card.is-visible:hover{translate:0 -5px;scale:1.012;border-color:rgba(255,106,74,.45);box-shadow:0 26px 62px rgba(13,27,42,.16),0 0 34px rgba(255,106,74,.18)}
 .community-host-card.is-visible:hover{translate:0 -5px;scale:1.01;border-color:rgba(255,106,74,.42);box-shadow:0 22px 54px rgba(13,27,42,.11),0 0 30px rgba(255,106,74,.16)}
 .community-host-card.is-visible:hover .community-host-photo img{transform:scale(1.035)}
 .community-team-card:hover{translate:0 -5px;border-color:rgba(255,106,74,.42);box-shadow:0 22px 54px rgba(13,27,42,.11),0 0 30px rgba(255,106,74,.16)}
 .community-team-card:hover img{transform:scale(1.035)}
}
.community-team-card.reveal:nth-child(1){transition-delay:0s}.community-team-card.reveal:nth-child(2){transition-delay:.14s}.community-team-card.reveal:nth-child(3){transition-delay:.28s}.community-team-card.reveal:nth-child(4){transition-delay:.42s}
.community-final-cta{background:var(--ivory)}

@media(max-width:1050px){
 .community-hero-grid,.community-story-card,.community-host-card{grid-template-columns:1fr}
 .community-host-card{height:auto}
 .community-hero-grid{gap:36px}
 .community-position-grid{grid-template-columns:repeat(2,1fr)}
 .community-values-grid{grid-template-columns:1fr}
 .community-value-card{min-height:280px}
 .community-team-grid{grid-template-columns:repeat(2,1fr)}
 .community-host-photo{min-height:520px;height:auto}
 .community-story-card{gap:34px}
}
@media(max-width:680px){
 .community-hero{padding-bottom:58px}
 .community-promise-card{padding:28px;border-radius:24px}
 .community-position-grid{grid-template-columns:1fr}
 .community-position-card{min-height:auto}
 .community-team-grid{grid-template-columns:1fr}
 .community-host-photo{min-height:460px;height:auto}
 .community-host-copy{padding:30px 26px 36px}
 .community-team-intro{margin-bottom:34px}
 .community-story-section{padding-top:58px;padding-bottom:58px}
 .community-story-card{padding:30px 26px;border-radius:26px}
}

/* v2.96 — Community host CTA refinement, 17 Aug 2026 */
.community-host-actions{
  margin-top:28px;
  display:flex;
  align-items:center;
}
.community-host-actions .btn-primary{
  min-width:148px;
}
@media(max-width:680px){
  .community-host-actions{margin-top:22px}
  .community-host-actions .btn-primary{width:100%}
}


/* v3.03 — Community page reveal timing aligned with Event Page focus cards */
.community-value-card.reveal,
.community-promise-card.reveal,
.community-host-card.reveal,
.community-team-card.reveal{
  transition:
    opacity 2.8s var(--ease) var(--reveal-delay,0s),
    transform 2.8s var(--ease) var(--reveal-delay,0s),
    translate .3s var(--ease) 0s,
    scale .3s var(--ease) 0s,
    box-shadow .32s var(--ease) 0s,
    border-color .32s var(--ease) 0s,
    background-color .32s var(--ease) 0s;
}

.community-promise-card.reveal{
  --reveal-delay:.08s;
}
.community-host-card.reveal{
  --reveal-delay:.06s;
}
.community-team-card.reveal:nth-child(1){--reveal-delay:0s;transition-delay:0s}
.community-team-card.reveal:nth-child(2){--reveal-delay:.16s;transition-delay:0s}
.community-team-card.reveal:nth-child(3){--reveal-delay:.32s;transition-delay:0s}
.community-team-card.reveal:nth-child(4){--reveal-delay:.48s;transition-delay:0s}
.community-value-card.reveal:nth-child(1){--reveal-delay:0s;transition-delay:0s}
.community-value-card.reveal:nth-child(2){--reveal-delay:.18s;transition-delay:0s}
.community-value-card.reveal:nth-child(3){--reveal-delay:.36s;transition-delay:0s}

@media(max-width:860px){
  .community-value-card.reveal,
  .community-promise-card.reveal,
  .community-host-card.reveal,
  .community-team-card.reveal{
    transition-duration:1.65s,1.65s,.3s,.3s,.32s,.32s,.32s;
  }
}


/* v3.04 — Events page tiles can show the same lead image as the homepage hero tile */
.event-tile-media{
  margin:20px 0 18px;
  border-radius:24px;
  overflow:hidden;
  background:rgba(255,255,255,.08);
  aspect-ratio:16/10;
}
.event-tile-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}
.event-tile-next .event-tile-media{
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}
.event-tile-last .event-tile-media{
  box-shadow:0 10px 24px rgba(13,27,42,.08);
}


/* v3.05 — Community team grid with Francien as equal team tile */
.community-team-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:18px;
}
.community-team-grid .community-team-card{
  flex:0 1 calc((100% - 36px) / 3);
  max-width:calc((100% - 36px) / 3);
  display:flex;
  flex-direction:column;
}
.community-team-grid .community-team-photo{
  aspect-ratio:4/5;
}
.community-team-grid .community-team-copy{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}
.community-team-actions{
  margin-top:auto;
  padding-top:18px;
}
.community-team-actions .btn-primary{
  width:100%;
}
.community-team-card-host .community-team-copy .eyebrow{
  color:var(--coral);
}
@media(max-width:1050px){
  .community-team-grid .community-team-card{
    flex:0 1 calc((100% - 18px) / 2);
    max-width:calc((100% - 18px) / 2);
  }
}
@media(max-width:680px){
  .community-team-grid .community-team-card{
    flex:1 1 100%;
    max-width:100%;
  }
}
.community-team-card.reveal:nth-child(1){--reveal-delay:0s;transition-delay:0s}
.community-team-card.reveal:nth-child(2){--reveal-delay:.16s;transition-delay:0s}
.community-team-card.reveal:nth-child(3){--reveal-delay:.32s;transition-delay:0s}
.community-team-card.reveal:nth-child(4){--reveal-delay:.48s;transition-delay:0s}
.community-team-card.reveal:nth-child(5){--reveal-delay:.64s;transition-delay:0s}


/* v3.06 — Remove Francien contact button from community team grid */
.community-team-actions{display:none}


/* v3.07 — footer signature + Community copy hierarchy refinements */
.footer-signature{
  display:inline-flex;
  align-items:center;
  gap:9px;
  white-space:nowrap;
}
.footer-signature i{
  display:inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--coral);
  flex:0 0 auto;
}
.community-promise-card h2{
  font-size:clamp(2.15rem,3.25vw,3.45rem);
  max-width:560px;
}
.community-promise-card p{
  font-size:1.06rem;
  line-height:1.62;
}
.community-promise-line{
  font-size:1.08rem;
}
.community-team-heading{
  font-size:clamp(2.2rem,3.4vw,4rem)!important;
  line-height:1.08!important;
  max-width:660px;
}
@media(max-width:680px){
  .footer-signature{gap:7px;white-space:normal;flex-wrap:wrap;justify-content:flex-start}
  .community-team-heading{font-size:clamp(2rem,10vw,2.65rem)!important}
}


/* v3.08 — Public Partners page rebuild */
.partners-hero{padding-bottom:92px}
.partners-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);gap:72px;align-items:end}
.partners-hero-message{border-left:1px solid rgba(250,248,244,.20);padding:10px 0 10px 34px;font-family:Poppins,sans-serif;font-size:clamp(1.65rem,3vw,3.1rem);line-height:1.05;letter-spacing:-.035em}
.partners-hero-message span,.partners-hero-message strong{display:block}
.partners-hero-message span{color:var(--ivory);font-weight:600}
.partners-hero-message strong{color:var(--coral);font-weight:650;margin-top:5px}
.partners-hero-message.reveal{transition:opacity 2.5s var(--ease) .08s,transform 2.5s var(--ease) .08s}
.partners-intro-section{background:var(--mist)}
.partners-intro{align-items:start}
.partner-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:58px;align-items:stretch}
.partner-profile-card{background:var(--ivory);border:1px solid rgba(13,27,42,.08);border-radius:28px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 14px 42px rgba(13,27,42,.07);transition:translate .3s var(--ease),scale .3s var(--ease),box-shadow .32s var(--ease),border-color .32s var(--ease)}
.partner-profile-logo{height:116px;background:#fff;display:flex;align-items:center;justify-content:center;padding:24px 34px;border-bottom:1px solid rgba(13,27,42,.06)}
.partner-profile-logo img{width:190px;height:66px;object-fit:contain;display:block}
.partner-profile-photo{aspect-ratio:4/4.35;overflow:hidden;background:#dfe5e0}
.partner-profile-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .45s var(--ease)}
.partner-profile-copy{padding:28px;display:flex;flex-direction:column;flex:1}
.partner-profile-copy .eyebrow{color:var(--olive);font-size:.78rem;min-height:2.1em}
.partner-profile-copy h2{font-family:Poppins,sans-serif;font-size:1.65rem;line-height:1.12;letter-spacing:-.025em;margin:13px 0 8px}
.partner-profile-copy p{color:var(--muted);line-height:1.58;margin:0 0 20px}
.partner-profile-copy .partner-role{color:var(--navy);font-weight:650;margin-bottom:16px}
.partner-contact-list{margin-top:auto;padding-top:20px;border-top:1px solid rgba(13,27,42,.09);display:flex;flex-direction:column;gap:8px}
.partner-contact-list a{color:var(--navy);font-weight:600;text-decoration:none;overflow-wrap:anywhere;transition:color .2s var(--ease),translate .2s var(--ease)}
.partner-contact-list a:hover{color:var(--coral);translate:3px 0}
.partner-profile-card.reveal{transition:opacity 2.6s var(--ease) var(--reveal-delay,0s),transform 2.6s var(--ease) var(--reveal-delay,0s),translate .3s var(--ease) 0s,scale .3s var(--ease) 0s,box-shadow .32s var(--ease) 0s,border-color .32s var(--ease) 0s}
.partner-profile-card.reveal:nth-child(1){--reveal-delay:0s}
.partner-profile-card.reveal:nth-child(2){--reveal-delay:.18s}
.partner-profile-card.reveal:nth-child(3){--reveal-delay:.36s}
@media (hover:hover) and (pointer:fine){
 .partner-profile-card.is-visible:hover{translate:0 -6px;scale:1.012;border-color:rgba(255,106,74,.45);box-shadow:0 26px 62px rgba(13,27,42,.13),0 0 34px rgba(255,106,74,.18)}
 .partner-profile-card.is-visible:hover .partner-profile-photo img{transform:scale(1.035)}
}
.partner-referral-section{background:var(--ivory);padding-top:70px;padding-bottom:82px}
.partner-referral-card{background:var(--navy);color:var(--ivory);border-radius:30px;padding:clamp(34px,5vw,60px);position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 65px rgba(13,27,42,.13);transition:translate .3s var(--ease),scale .3s var(--ease),box-shadow .32s var(--ease),border-color .32s var(--ease)}
.partner-referral-card::after{content:"";position:absolute;left:0;right:0;bottom:0;height:33%;opacity:.07;background:url("../images/houses-line.svg") center bottom/100% 100% no-repeat;filter:brightness(0) invert(1);pointer-events:none}
.partner-referral-card>*{position:relative;z-index:1}
.partner-referral-card .h2{color:var(--ivory);margin:12px 0 16px}
.partner-referral-card p{max-width:920px;color:rgba(250,248,244,.76);font-size:1.08rem;line-height:1.65;margin:0}
.partner-referral-card p strong{color:var(--ivory)}
.partner-referral-card.reveal{transition:opacity 2.8s var(--ease) .08s,transform 2.8s var(--ease) .08s,translate .3s var(--ease) 0s,scale .3s var(--ease) 0s,box-shadow .32s var(--ease) 0s,border-color .32s var(--ease) 0s}
@media (hover:hover) and (pointer:fine){.partner-referral-card.is-visible:hover{translate:0 -5px;scale:1.01;border-color:rgba(255,106,74,.45);box-shadow:0 28px 70px rgba(13,27,42,.17),0 0 32px rgba(255,106,74,.30),0 0 68px rgba(255,106,74,.18)}}
@media(max-width:1050px){.partners-hero-grid{grid-template-columns:1fr;gap:34px}.partners-hero-message{border-left:0;border-top:1px solid rgba(250,248,244,.20);padding:26px 0 0}.partner-profile-grid{grid-template-columns:1fr 1fr}.partner-profile-card:last-child{grid-column:1/-1;max-width:calc(50% - 11px);width:100%;justify-self:center}}
@media(max-width:680px){.partners-hero{padding-bottom:60px}.partner-profile-grid{grid-template-columns:1fr;margin-top:38px}.partner-profile-card:last-child{grid-column:auto;max-width:none}.partner-profile-logo{height:100px}.partner-profile-logo img{width:170px;height:56px}.partner-profile-copy{padding:24px}.partner-profile-photo{aspect-ratio:4/4.2}.partner-referral-section{padding-top:50px;padding-bottom:60px}}

/* v3.09 — Partner alignment, mobile menu polish, pass copy */
@media(max-width:1050px){
  .site-header-floating .menu-toggle{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
  }
  .site-header-floating .menu-toggle span{
    width:18px;
    height:2px;
    margin:0;
    flex:0 0 2px;
  }
}

.partners-intro > div:last-child{padding-top:45px}
.partner-profile-logo{
  height:174px;
  padding:24px 28px 18px;
  flex-direction:column;
  gap:14px;
}
.partner-profile-logo img{width:225px;height:88px;max-width:90%}
.partner-company-name{
  font-family:Poppins,sans-serif;
  font-size:1rem;
  line-height:1.2;
  font-weight:650;
  color:var(--navy);
  text-align:center;
}
.partner-profile-copy .eyebrow{min-height:2.3em}
.partner-profile-copy h2{min-height:3.7em;margin-bottom:12px}
.partner-specialism{min-height:5.2em;margin-bottom:0!important}
.partner-contact-block{
  border-top:1px solid rgba(13,27,42,.10);
  padding-top:15px;
  margin-top:17px;
  min-height:58px;
  display:flex;
  flex-direction:column;
  gap:7px;
}
.partner-contact-block a{
  color:var(--navy);
  font-weight:600;
  text-decoration:none;
  overflow-wrap:anywhere;
  transition:color .2s var(--ease),translate .2s var(--ease);
}
.partner-contact-block a:hover{color:var(--coral);translate:3px 0}
.partner-contact-phone{margin-top:15px}
.partner-profile-card.reveal{
  transition:opacity 3s var(--ease) var(--reveal-delay,0s),transform 3s var(--ease) var(--reveal-delay,0s),translate .3s var(--ease) 0s,scale .3s var(--ease) 0s,box-shadow .32s var(--ease) 0s,border-color .32s var(--ease) 0s;
}
.partner-profile-card.reveal:nth-child(1){--reveal-delay:.05s}
.partner-profile-card.reveal:nth-child(2){--reveal-delay:.50s}
.partner-profile-card.reveal:nth-child(3){--reveal-delay:.95s}
.pass-card-2026 .pass-dates{color:var(--navy);font-weight:650;margin:10px 0 26px}
.pass-card-2026 .pass-discount-copy{font-size:.9rem;margin-top:-10px;margin-bottom:18px}
.pass-card-2026 .pass-saving-copy{font-size:.98rem;line-height:1.55;color:var(--muted);margin:0 0 24px}
.pass-card-2026 .pass-saving-copy strong{color:var(--navy)}

@media(max-width:1050px){
  .partners-intro > div:last-child{padding-top:0}
}
@media(max-width:680px){
  .partner-profile-logo{height:148px;padding:20px 22px 16px;gap:10px}
  .partner-profile-logo img{width:205px;height:78px}
  .partner-profile-copy h2,.partner-specialism{min-height:0}
  .partner-contact-block{min-height:0}
}


/* v3.10 — Partner alignment + booking card polish + consent-era cleanup, 17 Aug 2026 */
.partner-profile-logo{
  height:205px;
  padding:22px 24px 18px;
  gap:14px;
}
.partner-profile-logo img{
  width:335px;
  height:132px;
  max-width:94%;
}
.partner-profile-copy .partner-contact-email{
  min-height:92px;
  justify-content:flex-start;
}
.partner-profile-copy .partner-contact-phone{
  min-height:78px;
  margin-top:0;
}
.partner-contact-block{
  width:100%;
}

.booking-options-grid{
  align-items:stretch;
}
.booking-options-grid .booking-option-card{
  height:100%;
  min-height:500px;
  position:relative;
  overflow:hidden;
  transition:
    opacity 2.8s var(--ease) var(--reveal-delay,0s),
    transform 2.8s var(--ease) var(--reveal-delay,0s),
    translate .3s var(--ease) 0s,
    scale .3s var(--ease) 0s,
    box-shadow .32s var(--ease) 0s,
    border-color .32s var(--ease) 0s;
}
.booking-options-grid .booking-option-card:nth-child(1){--reveal-delay:.06s}
.booking-options-grid .booking-option-card:nth-child(2){--reveal-delay:.42s}
.booking-options-grid .booking-option-card .btn{
  margin-top:auto;
  width:100%;
}
.booking-options-grid .price-card.featured{
  transform:none;
}
.pass-card-2026 .pass-dates{
  color:var(--sage)!important;
  font-weight:700;
  margin:10px 0 28px;
}
.pass-card-2026 .pass-saving-copy{
  color:rgba(250,248,244,.82)!important;
  font-size:1rem;
  line-height:1.6;
  margin:0 0 26px;
}
.pass-card-2026 .pass-saving-copy strong{
  color:var(--ivory)!important;
}
@media (hover:hover) and (pointer:fine){
  .booking-options-grid .booking-option-card.is-visible:hover{
    translate:0 -6px;
    scale:1.015;
    border-color:rgba(255,106,74,.66);
    box-shadow:
      0 28px 68px rgba(13,27,42,.15),
      0 0 0 1px rgba(255,106,74,.32),
      0 0 38px rgba(255,106,74,.46),
      0 0 78px rgba(255,106,74,.27);
  }
}
@media(max-width:680px){
  .partner-profile-logo{height:178px;padding:20px 20px 16px}
  .partner-profile-logo img{width:275px;height:106px}
  .partner-profile-copy .partner-contact-email,
  .partner-profile-copy .partner-contact-phone{min-height:0}
  .booking-options-grid .booking-option-card{min-height:0}
}


/* v3.11 — Active reveal refinements: Events tiles + Events CTA + Community values */
/* Events page tiles: staggered entrance and premium hover. */
.event-tile.reveal{
  opacity:0;
  transform:translateY(28px) scale(.985);
  transition:
    opacity 1.8s var(--ease) var(--reveal-delay,0s),
    transform 1.8s var(--ease) var(--reveal-delay,0s),
    box-shadow .34s var(--ease) 0s,
    border-color .34s var(--ease) 0s;
  will-change:transform,box-shadow,opacity;
}
.event-tile.reveal.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}
@media (hover:hover) and (pointer:fine){
  .event-tile.reveal.is-visible:hover{
    transform:translateY(-8px) scale(1.012);
  }
  .event-tile-next.reveal.is-visible:hover{
    box-shadow:0 34px 84px rgba(13,27,42,.24),0 0 68px rgba(255,106,74,.34);
    border-color:rgba(255,106,74,.36);
  }
  .event-tile-last.reveal.is-visible:hover{
    box-shadow:0 26px 62px rgba(13,27,42,.14),0 0 56px rgba(255,106,74,.24);
    border-color:rgba(255,106,74,.24);
  }
}

/* Already connected? — intentionally slow, like the Community ambition card. */
.events-connected-panel.reveal{
  opacity:0;
  transform:translateY(28px) scale(.99);
  transition:
    opacity 2.8s var(--ease) var(--reveal-delay,0s),
    transform 2.8s var(--ease) var(--reveal-delay,0s),
    box-shadow .32s var(--ease) 0s,
    border-color .32s var(--ease) 0s;
  border:1px solid transparent;
}
.events-connected-panel.reveal.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}
@media (hover:hover) and (pointer:fine){
  .events-connected-panel.reveal.is-visible:hover{
    transform:translateY(-4px) scale(1.006);
    border-color:rgba(255,106,74,.32);
    box-shadow:0 26px 62px rgba(13,27,42,.14),0 0 42px rgba(255,106,74,.22);
  }
}

/* Community values: exact stagger used by Programme Details cards. */
.community-value-card.reveal:nth-child(1){--reveal-delay:.16s;transition-delay:0s}
.community-value-card.reveal:nth-child(2){--reveal-delay:.40s;transition-delay:0s}
.community-value-card.reveal:nth-child(3){--reveal-delay:.64s;transition-delay:0s}

@media(max-width:860px){
  .event-tile.reveal{transition-duration:1.35s,1.35s,.34s,.34s}
  .events-connected-panel.reveal{transition-duration:1.65s,1.65s,.32s,.32s}
}


/* v3.12 — Community programme-style reveals + partner photo/top crop + plain phone text */
/* Match the PUC Opening Session Programme Details reveal exactly: slow 2.8s entrance,
   with the same 0.24s stagger rhythm. */
.community-value-card.reveal,
.community-team-card.reveal{
  opacity:0;
  transform:translateY(18px);
  translate:0 0;
  scale:1;
  transition:
    opacity 2.8s var(--ease) var(--reveal-delay,0s),
    transform 2.8s var(--ease) var(--reveal-delay,0s),
    translate .3s var(--ease) 0s,
    scale .3s var(--ease) 0s,
    background-color .32s var(--ease) 0s,
    box-shadow .32s var(--ease) 0s,
    border-color .32s var(--ease) 0s;
}
.community-value-card.reveal.is-visible,
.community-team-card.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}
/* Three value cards: same timings as Programme Details. */
.community-value-card.reveal:nth-child(1){--reveal-delay:.16s;transition-delay:0s}
.community-value-card.reveal:nth-child(2){--reveal-delay:.40s;transition-delay:0s}
.community-value-card.reveal:nth-child(3){--reveal-delay:.64s;transition-delay:0s}
/* Five team cards: continue the same 0.24s stagger cadence. */
.community-team-card.reveal:nth-child(1){--reveal-delay:.16s;transition-delay:0s}
.community-team-card.reveal:nth-child(2){--reveal-delay:.40s;transition-delay:0s}
.community-team-card.reveal:nth-child(3){--reveal-delay:.64s;transition-delay:0s}
.community-team-card.reveal:nth-child(4){--reveal-delay:.88s;transition-delay:0s}
.community-team-card.reveal:nth-child(5){--reveal-delay:1.12s;transition-delay:0s}

/* Partner portraits: anchor the crop at the top so faces/heads never get cut off;
   any necessary crop is taken from the lower part of the portrait. */
.partner-profile-photo img{
  object-position:center top;
}

/* Partner phone numbers are intentionally plain text, not tel/application links. */
.partner-contact-phone span{
  display:block;
  color:var(--navy);
  font-weight:600;
  line-height:1.5;
}


/* v3.13 — Community reveal trigger visibility + team hover parity */
/* Keep Community cards fully hidden until the dedicated JS observer triggers them. */
.community-value-card.reveal:not(.is-visible),
.community-team-card.reveal:not(.is-visible){
  opacity:0;
  transform:translateY(24px) scale(.99);
}
.community-value-card.reveal.is-visible,
.community-team-card.reveal.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}

/* Team cards use exactly the same premium tile hover treatment as the value cards. */
@media (hover:hover) and (pointer:fine){
  .community-team-card.reveal.is-visible:hover{
    translate:0 -6px;
    scale:1.018;
    border-color:rgba(255,106,74,.55);
    box-shadow:
      0 28px 65px rgba(13,27,42,.14),
      0 0 34px rgba(255,106,74,.30),
      0 0 70px rgba(255,106,74,.20);
  }
  .community-team-card.reveal.is-visible:hover img{
    transform:scale(1.018);
  }
}


/* v3.14 — definitive Community stagger fix: preserve per-card transition delays */
.community-value-card.reveal,
.community-team-card.reveal{
  transition-property: opacity, transform, translate, scale, background-color, box-shadow, border-color !important;
  transition-duration: 2.8s, 2.8s, .3s, .3s, .32s, .32s, .32s !important;
  transition-timing-function: var(--ease), var(--ease), var(--ease), var(--ease), var(--ease), var(--ease), var(--ease) !important;
  transition-delay: var(--reveal-delay,0s), var(--reveal-delay,0s), 0s, 0s, 0s, 0s, 0s !important;
}
/* Explicit fallback stagger values; inline values in community.php take precedence. */
.community-values-grid .community-value-card:nth-child(1){--reveal-delay:.16s}
.community-values-grid .community-value-card:nth-child(2){--reveal-delay:.40s}
.community-values-grid .community-value-card:nth-child(3){--reveal-delay:.64s}
.community-team-grid .community-team-card:nth-child(1){--reveal-delay:.16s}
.community-team-grid .community-team-card:nth-child(2){--reveal-delay:.40s}
.community-team-grid .community-team-card:nth-child(3){--reveal-delay:.64s}
.community-team-grid .community-team-card:nth-child(4){--reveal-delay:.88s}
.community-team-grid .community-team-card:nth-child(5){--reveal-delay:1.12s}

/* v3.15 — registration multi-select polish */
.field select[multiple]{
  min-height:220px;
  padding:10px 12px;
  background:var(--ivory);
}
.field select[multiple] option{
  padding:9px 10px;
  border-radius:8px;
}
.field select[multiple] option:checked{
  font-weight:700;
}


/* v3.16 — registration journey placeholder + accessible multi-topic choices */
.topic-choice-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:8px;
}
.topic-choice{
  position:relative;
  display:flex;
  align-items:center;
  min-height:56px;
  padding:14px 16px;
  border:1px solid rgba(13,27,42,.14);
  border-radius:16px;
  background:var(--ivory);
  color:var(--navy);
  cursor:pointer;
  transition:transform .2s var(--ease),border-color .2s var(--ease),box-shadow .2s var(--ease),background-color .2s var(--ease);
}
.topic-choice input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.topic-choice span{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:650;
  line-height:1.3;
}
.topic-choice span::before{
  content:"";
  width:20px;
  height:20px;
  flex:0 0 20px;
  border:1.5px solid rgba(13,27,42,.42);
  border-radius:6px;
  background:#fff;
  box-sizing:border-box;
}
.topic-choice:has(input:checked){
  background:rgba(167,184,154,.26);
  border-color:var(--olive);
  box-shadow:0 0 0 3px rgba(107,125,90,.10);
}
.topic-choice:has(input:checked) span::before{
  content:"✓";
  display:grid;
  place-items:center;
  background:var(--coral);
  border-color:var(--coral);
  color:var(--navy);
  font-size:.82rem;
  font-weight:900;
}
.topic-choice:hover{
  transform:translateY(-2px);
  border-color:rgba(255,106,74,.5);
  box-shadow:0 8px 24px rgba(13,27,42,.07),0 0 24px rgba(255,106,74,.10);
}
.topic-choice:focus-within{
  outline:3px solid rgba(255,106,74,.22);
  outline-offset:2px;
}
@media(max-width:680px){
  .topic-choice-grid{grid-template-columns:1fr;gap:10px}
}


/* v3.17 — Compact Get Connected hero so form is visible on entry */
.connect-page-hero{padding-bottom:30px}
.connect-page-hero .narrow{width:min(calc(100% - 40px),1000px)}
.connect-page-hero .h1{font-size:clamp(3rem,5.3vw,5.3rem);max-width:none}
.connect-page-hero .lede{max-width:920px;margin-top:18px;font-size:clamp(1.05rem,1.3vw,1.2rem);line-height:1.55}
.connect-form-section{padding-top:18px}
@media(min-width:681px){
  .connect-page-hero{padding-top:96px}
}
@media(max-width:680px){
  .connect-page-hero{padding-bottom:18px}
  .connect-page-hero .narrow{width:min(calc(100% - 28px),1000px)}
  .connect-page-hero .h1{font-size:clamp(2.8rem,14vw,4.5rem)}
  .connect-page-hero .lede{font-size:1.03rem;line-height:1.5}
  .connect-form-section{padding-top:10px}
}


/* Step 64 corrected — Events overview tile location + opening-title accent */
.event-tile-location{
  position:relative;
  z-index:1;
  margin:-5px 0 12px;
  font-size:.87rem;
  font-weight:700;
  letter-spacing:.02em;
  line-height:1.45;
}
.event-tile-next .event-tile-location{color:rgba(255,255,255,.66)}
.event-tile-last .event-tile-location{color:rgba(13,27,42,.62)}
.event-tile .event-tile-title-coral{color:var(--coral)}
@media(max-width:680px){
  .event-tile-location{font-size:.84rem;margin-bottom:10px}
}


/* Step 65 — venue typography/spacing refinement on Events overview + Programme Details */
.event-tile-location{
  font-size:1.12rem;
  font-weight:700;
  letter-spacing:.02em;
  line-height:1.45;
  margin:-3px 0 28px;
}
.event-tile-next .event-tile-location{color:rgba(255,255,255,.66)}
.event-tile-last .event-tile-location{color:rgba(13,27,42,.62)}
.event-detail-hero .event-hero-location{
  margin-top:8px;
  max-width:980px;
}
.event-detail-hero .event-hero-location + .event-detail-title{
  margin-top:30px!important;
}
@media(max-width:680px){
  .event-tile-location{font-size:1.02rem;margin:-2px 0 24px}
  .event-detail-hero .event-hero-location{margin-top:7px}
  .event-detail-hero .event-hero-location + .event-detail-title{margin-top:24px!important}
}
