:root{--surface-dark: #111810;--surface-dark-mid: #1A2E1A;--surface-dark-card: #1E2A1A;--cta-green: #3e6d21;--cta-green-hover: #4d8829;--cta-green-shadow: rgba(62, 109, 33, .35);--canvas: #F7F4EE;--canvas-alt: #EEE9DF;--canvas-card: #FFFFFF;--canvas-inset: #EBE5D8;--forest-deep: #1A2E1A;--forest-mid: #2E5030;--forest-soft: #4A7A4C;--forest-mist: #8AAF8C;--forest-pale: #C4D9C5;--forest-whisper:#E8F0E8;--fire-core: #E84E1B;--fire-mid: #F07A2A;--fire-warm: #F5A623;--fire-glow: #FDDBA0;--fire-ember: #7A2208;--text-primary: #1A2011;--text-secondary:#4A5245;--text-muted: #7A8575;--text-inverse: #F5F0E8;--border: rgba(30,40,25,.12);--border-strong: rgba(30,40,25,.22);--shadow-sm: 0 1px 3px rgba(20,30,15,.08);--shadow-md: 0 4px 16px rgba(20,30,15,.1);--shadow-lg: 0 12px 40px rgba(20,30,15,.14);--nav-bg: rgba(247,244,238,.92);--nav-border: rgba(30,40,25,.1);--ease: cubic-bezier(.25, .46, .45, .94);--ease-spring: cubic-bezier(.34, 1.56, .64, 1)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--canvas: #111810;--canvas-alt: #171E14;--canvas-card: #1E2819;--canvas-inset: #0D1209;--forest-deep: #C4D9C5;--forest-mid: #8AAF8C;--forest-soft: #6A966C;--forest-mist: #4A7A4C;--forest-pale: #2E5030;--forest-whisper:#1A2E1A;--text-primary: #EDE8DC;--text-secondary:#B0B89A;--text-muted: #7A8575;--text-inverse: #1A2011;--border: rgba(180,200,160,.1);--border-strong: rgba(180,200,160,.2);--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.4);--shadow-lg: 0 12px 40px rgba(0,0,0,.5);--nav-bg: rgba(17,24,16,.94);--nav-border: rgba(180,200,160,.1)}}[data-theme=dark]{--canvas: #111810;--canvas-alt: #171E14;--canvas-card: #1E2819;--canvas-inset: #0D1209;--forest-deep: #C4D9C5;--forest-mid: #8AAF8C;--forest-soft: #6A966C;--forest-mist: #4A7A4C;--forest-pale: #2E5030;--forest-whisper:#1A2E1A;--text-primary: #EDE8DC;--text-secondary:#B0B89A;--text-muted: #7A8575;--text-inverse: #1A2011;--border: rgba(180,200,160,.1);--border-strong: rgba(180,200,160,.2);--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.4);--shadow-lg: 0 12px 40px rgba(0,0,0,.5);--nav-bg: rgba(17,24,16,.94);--nav-border: rgba(180,200,160,.1);color-scheme:dark}[data-theme=light]{color-scheme:light}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{overflow-x:hidden;font-family:Quicksand,sans-serif;font-weight:400;font-size:17px;line-height:1.7;color:var(--text-primary);background:var(--canvas)}h1,h2,h3,h4,h5,h6{font-family:Fraunces,serif;font-weight:400;line-height:1.15;letter-spacing:-.02em;color:var(--text-primary)}h1{font-size:clamp(2.6rem,6vw,5rem)}h2{font-size:clamp(1.9rem,4vw,3rem)}h3{font-size:clamp(1.4rem,2.5vw,2rem)}h4{font-size:1.25rem;font-family:Quicksand,sans-serif;font-weight:500}p{color:var(--text-secondary)}a{color:var(--fire-core);text-decoration:none;transition:color .2s}a:hover{color:var(--fire-mid)}img,video{max-width:100%;display:block}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.container{padding:0 2.5rem}}.section{padding:5rem 0}@media (min-width: 768px){.section{padding:7rem 0}}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:Quicksand,sans-serif;font-weight:500;font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;padding:.85rem 2rem;border-radius:60px;border:none;cursor:pointer;transition:transform .22s var(--ease-spring),box-shadow .22s var(--ease),background .2s;text-decoration:none}.btn:hover{transform:translateY(-2px)}.btn-fire{background:var(--fire-core);color:#fff;box-shadow:0 4px 20px #e84e1b59}.btn-fire:hover{background:var(--fire-mid);color:#fff;box-shadow:0 8px 28px #e84e1b73}.btn-forest{background:var(--forest-mid);color:#fff;box-shadow:0 4px 16px #2e50304d}.btn-forest:hover{background:var(--forest-soft);color:#fff;box-shadow:0 8px 24px #2e503066}.btn-outline{background:transparent;color:var(--text-primary);border:1.5px solid var(--border-strong)}.btn-outline:hover{border-color:var(--fire-core);color:var(--fire-core)}.btn-secondary{background:var(--cta-green);color:#fff;box-shadow:0 4px 16px var(--cta-green-shadow)}.btn-secondary:hover{background:var(--cta-green-hover);color:#fff;box-shadow:0 8px 24px var(--cta-green-shadow)}.card{background:var(--canvas-card);border:1px solid var(--border);border-radius:16px;padding:2rem;box-shadow:var(--shadow-sm);transition:box-shadow .25s var(--ease),transform .25s var(--ease)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.eyebrow{font-family:Quicksand,sans-serif;font-weight:500;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fire-core);display:block;margin-bottom:.75rem}.divider{width:60px;height:2px;background:linear-gradient(90deg,var(--fire-core),var(--fire-warm));border:none;margin:1.5rem 0}.page-content{min-height:100vh;padding-top:80px}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes flicker{0%,to{opacity:1}50%{opacity:.7}}.fade-up{animation:fadeUp .7s var(--ease) both}.fade-up-delay-1{animation-delay:.1s}.fade-up-delay-2{animation-delay:.2s}.fade-up-delay-3{animation-delay:.35s}.fade-up-delay-4{animation-delay:.5s}input,textarea,select{font-family:Quicksand,sans-serif;font-size:1rem;color:var(--text-primary);background:var(--canvas-card);border:1.5px solid var(--border);border-radius:10px;padding:.8rem 1.1rem;width:100%;transition:border-color .2s,box-shadow .2s;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--forest-soft);box-shadow:0 0 0 3px #4a7a4c26}label{font-family:Quicksand,sans-serif;font-weight:500;font-size:.9rem;color:var(--text-secondary);display:block;margin-bottom:.4rem}.form-group{margin-bottom:1.25rem}.grid-2,.grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.grid-2{grid-template-columns:1fr 1fr}}@media (min-width: 768px){.grid-3{grid-template-columns:1fr 1fr 1fr}}.text-center{text-align:center}.text-fire{color:var(--fire-core)}.text-forest{color:var(--forest-soft)}.text-muted{color:var(--text-muted)}.page-hero{background:var(--canvas-alt);padding:4rem 0 3rem;border-bottom:1px solid var(--border)}.page-hero h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:.5rem}.page-hero p{font-size:1.1rem;color:var(--text-muted)}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.w-full{width:100%}.gap-xs{gap:.4rem}.gap-sm{gap:.6rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.gap-xl{gap:2rem}.gap-2xl{gap:2.5rem}.gap-3xl{gap:3rem}.mb-xs{margin-bottom:.3rem}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:.75rem}.mb-1{margin-bottom:1rem}.mb-lg{margin-bottom:1.25rem}.mb-xl{margin-bottom:1.5rem}.mb-2xl{margin-bottom:2rem}.mb-3xl{margin-bottom:2.5rem}.mb-4xl{margin-bottom:3rem}.mt-xs{margin-top:.3rem}.mt-sm{margin-top:.5rem}.mt-md{margin-top:.75rem}.mt-1{margin-top:1rem}.mt-lg{margin-top:1.25rem}.mt-xl{margin-top:1.5rem}.mt-2xl{margin-top:2rem}.p-sm{padding:1rem}.p-md{padding:1.5rem}.p-lg{padding:2rem}.p-xl{padding:2.5rem}.mw-xs{max-width:480px}.mw-sm{max-width:540px}.mw-md{max-width:680px}.mw-lg{max-width:800px}.mw-xl{max-width:1000px}.mx-auto{margin-left:auto;margin-right:auto}.text-xs{font-size:.75rem}.text-sm{font-size:.85rem}.text-base{font-size:.95rem}.text-md{font-size:1.05rem}.text-lg{font-size:1.1rem}.text-xl{font-size:1.25rem}.font-serif{font-family:Fraunces,serif}.font-sans{font-family:Quicksand,sans-serif}.font-light{font-weight:300}.font-regular{font-weight:400}.font-medium{font-weight:500}.leading-tight{line-height:1.3}.leading-snug{line-height:1.55}.leading-normal{line-height:1.65}.leading-relaxed{line-height:1.85}.rounded-sm{border-radius:8px}.rounded-md{border-radius:12px}.rounded-lg{border-radius:16px}.rounded-xl{border-radius:20px}.rounded-full{border-radius:9999px}.surface-card{background:var(--canvas-card);border:1px solid var(--border)}.surface-alt{background:var(--canvas-alt)}.surface-inset{background:var(--canvas-inset)}.surface-dark{background:var(--surface-dark)}.surface-dark-mid{background:var(--surface-dark-mid)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-inverse{color:var(--text-inverse)}.text-fire-warm{color:var(--fire-warm)}.text-forest-mid{color:var(--forest-mid)}.img-cover{width:100%;height:100%;object-fit:cover;display:block}.img-hero{width:100%;height:auto;border-radius:16px;display:block;object-fit:cover;aspect-ratio:4 / 3}.img-card{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px}.section-header{text-align:center;margin-bottom:3rem}.section-header .eyebrow{margin-bottom:.6rem}.feature-card{background:var(--canvas-card);border:1px solid var(--border);border-radius:16px;padding:2rem;box-shadow:var(--shadow-sm)}.checklist-item{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem;color:var(--text-secondary);margin-bottom:.55rem;line-height:1.5}.footer-brand{display:flex;flex-direction:column}.footer-brand img{height:36px;width:auto;display:block;margin-bottom:.5rem}.page-hero-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width: 768px){.page-hero-grid-image{grid-template-columns:1fr 1fr}}.page-hero-subhead{max-width:580px;margin-top:1rem}.page-hero-image{display:block}.page-hero-image-desktop{display:none}@media (min-width: 768px){.page-hero-image-desktop{display:block}}.page-hero-image-mobile{display:block}@media (min-width: 768px){.page-hero-image-mobile{display:none}}h1,h2,h3,h4,h5,h6{font-display:swap}.footer-root{background:var(--surface-dark);color:#ffffffb3;padding-top:4rem;padding-bottom:2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-wordmark{font-family:Fraunces,serif;font-size:1.6rem;font-weight:400;color:#fff;margin-bottom:.75rem;line-height:1.1}.footer-address{font-size:.9rem;color:#ffffff80;line-height:1.6}.footer-producer{font-size:.82rem;margin-top:1rem;color:#ffffff59}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-top:1.75rem;font-size:.82rem;color:#ffffff4d}.footer-tagline{color:#ffffff2e;letter-spacing:.1em;font-size:.75rem}.footer-col-title{font-family:Quicksand,sans-serif;font-weight:500;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fire-warm);margin-bottom:1rem}.footer-col-list{list-style:none}.footer-col-link{display:block;margin-bottom:.6rem;color:#fff9;font-size:.95rem;text-decoration:none;transition:color .2s;font-family:Quicksand,sans-serif}.footer-col-link:hover{color:#fff}.info-card{padding:1.5rem;border-radius:12px;background:var(--canvas-card);border:1px solid var(--border)}.info-card-alt{padding:2rem;border-radius:14px;background:var(--canvas-alt);border:1px solid var(--border)}.info-card-lg{padding:2.5rem;border-radius:16px;background:var(--canvas-alt);border:1px solid var(--border)}.info-card-center{padding:2.5rem;border-radius:16px;border:1px solid var(--border);background:var(--canvas-card);text-align:center}.card-label{font-size:.95rem;margin-bottom:.5rem;color:var(--fire-core)}.card-label-muted{font-size:.95rem;margin-bottom:.5rem}.body-md{font-size:1.05rem;line-height:1.85}.body-sm{font-size:.9rem;line-height:1.65}.body-xs{font-size:.88rem;line-height:1.6}.section-alt{background:var(--canvas-alt)}.section-compact{padding-top:4rem;padding-bottom:4rem}.address-line{font-size:.88rem;color:var(--text-muted);margin-bottom:1rem;font-family:Quicksand,sans-serif}.content-narrow{max-width:680px}.content-medium{max-width:800px}.content-wide{max-width:900px}.content-reading{max-width:820px}.post-card{padding:2rem;border-radius:16px;background:var(--canvas-card);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.post-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.9rem;flex-wrap:wrap}.post-date{font-size:.85rem;color:var(--text-muted);font-family:Quicksand,sans-serif}.post-title{margin-bottom:.75rem;font-size:1.3rem}.post-body{font-size:.97rem;line-height:1.75}.post-footer-note{margin-top:2.5rem;font-size:.88rem;color:var(--text-muted)}.tag-pill{font-size:.7rem;font-family:Quicksand,sans-serif;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .7rem;border-radius:20px}.terms-nav{border-bottom:1px solid var(--border);background:var(--canvas-alt);overflow-x:auto}.terms-nav-inner{display:flex;gap:0;padding:0}.terms-nav-link{font-family:Quicksand,sans-serif;font-weight:500;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);text-decoration:none;padding:1rem 1.1rem;white-space:nowrap;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.terms-nav-link:hover{color:var(--fire-core);border-bottom-color:var(--fire-core)}.terms-section-list{display:flex;flex-direction:column;gap:4rem}.terms-item-list{display:flex;flex-direction:column;gap:1.75rem}.terms-entry{padding-left:1.25rem;border-left:2px solid var(--border-strong)}.terms-entry h4{margin-bottom:.5rem;font-size:1rem;color:var(--text-primary)}.terms-entry p{line-height:1.8;color:var(--text-secondary);font-size:.97rem}.terms-footer-note{font-size:.85rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:2rem}.role-card{padding:1.5rem;border-radius:12px;background:var(--canvas-card);border:1px solid var(--border);border-top:3px solid var(--forest-soft)}.role-card h4{margin-bottom:.5rem;font-size:.95rem}.role-card p{font-size:.88rem;line-height:1.6}.stage-card{padding:1.5rem;border-radius:12px;background:var(--canvas-card);border:1px solid var(--border)}.stage-card h4{margin-bottom:.5rem;font-size:.95rem;color:var(--fire-core)}.stage-card p{font-size:.88rem;line-height:1.6}.offering-card{padding:1.5rem;border-radius:12px;border:1px solid var(--border);background:var(--canvas-card)}.offering-card h4{margin-bottom:.5rem;font-size:1rem}.offering-card p{font-size:.9rem;line-height:1.65}.day-card{padding:1.5rem 1rem;border-radius:12px;background:var(--canvas-card);border:1px solid var(--border);text-align:center;min-width:0;width:100%}.day-card-day{font-family:Quicksand,sans-serif;font-weight:500;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.3rem}.day-card-theme{font-family:Fraunces,serif;font-size:1.2rem;font-weight:400;margin-bottom:.6rem}.day-card-desc{font-size:.82rem;color:var(--text-muted);line-height:1.55}.day-card-img{margin-bottom:.75rem;border-radius:8px;overflow:hidden;aspect-ratio:3/2}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a100abf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-box{background:var(--canvas-card);border-radius:20px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 80px #00000080}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.modal-header h4{margin:0;font-size:1.1rem}.modal-close{background:none;border:none;cursor:pointer;font-size:1.4rem;color:var(--text-muted);line-height:1;padding:.2rem}.modal-iframe{flex:1;border:none;min-height:500px}.schedule-status{display:flex;align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:.85rem;padding:.65rem 1rem;border-radius:8px}.schedule-status-ok{color:var(--text-muted);background:var(--canvas-alt);border:1px solid var(--border)}.schedule-status-err{color:var(--fire-core);background:#e84e1b0f;border:1px solid rgba(232,78,27,.2)}.pass-card{border-radius:20px;padding:2rem;position:relative}.pass-card-default{border:1px solid var(--border);background:var(--canvas-card);box-shadow:var(--shadow-sm)}.pass-card-featured{border:1.5px solid var(--fire-core);background:var(--surface-dark-mid);box-shadow:0 8px 40px #e84e1b2e}.pass-price{font-family:Fraunces,serif;font-size:2.4rem;font-weight:400;line-height:1;margin-bottom:.5rem}.pass-price-default{color:var(--fire-core)}.pass-price-featured{color:var(--fire-warm)}.pass-name-featured{color:#fff}.pass-name-default{color:var(--text-primary)}.pass-tag{position:absolute;top:-12px;left:50%;transform:translate(-50%);font-size:.7rem;font-family:Quicksand,sans-serif;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .9rem;border-radius:20px;white-space:nowrap}.pass-tag-featured{background:var(--fire-core);color:#fff;border:none}.pass-tag-default{background:var(--canvas-inset);color:var(--text-muted);border:1px solid var(--border)}.pass-include-item{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem;margin-bottom:.55rem;line-height:1.5}.pass-include-featured{color:#ffffffb3}.pass-include-default{color:var(--text-secondary)}.pass-check-featured{color:var(--fire-warm);flex-shrink:0;margin-top:2px}.pass-check-default{color:var(--forest-soft);flex-shrink:0;margin-top:2px}.pass-notes{max-width:680px;margin:0 auto;padding:1.75rem 2rem;border-radius:14px;background:var(--canvas-alt);border:1px solid var(--border)}.hero-eyebrow-bar{font-size:.8rem;font-family:Quicksand,sans-serif;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#fff9;margin-bottom:1.25rem}.experience-icon-wrap{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1rem}.experience-img-wrap{margin-bottom:1rem;border-radius:12px;overflow:hidden;aspect-ratio:3/2}.theme-img-wrap{margin-bottom:.75rem;border-radius:10px;overflow:hidden;aspect-ratio:3/2}.day-arc-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 560px){.day-arc-grid{grid-template-columns:repeat(3,1fr)}}.schedule-day-tabs{display:flex;gap:.65rem;margin-bottom:2.5rem;flex-wrap:wrap}.schedule-day-btn{font-family:Quicksand,sans-serif;font-weight:500;cursor:pointer;border-radius:40px;padding:.6rem 1.4rem .5rem;transition:all .2s;line-height:1.2}.schedule-day-btn-label{display:block;font-size:.88rem;letter-spacing:.05em;text-transform:uppercase}.schedule-day-btn-sub{display:block;font-size:.65rem;opacity:.75;letter-spacing:.08em}.schedule-heading{margin-bottom:1.75rem;font-size:clamp(1.5rem,3vw,2rem)}.schedule-heading em{font-style:italic;font-weight:300;margin-left:.6rem;font-size:.8em;color:var(--text-muted)}.schedule-legend{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.schedule-legend-pill{font-size:.68rem;font-family:Quicksand,sans-serif;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:.2rem .65rem;border-radius:20px}.schedule-empty{padding:3rem 0;text-align:center;color:var(--text-muted)}.schedule-list{border-radius:14px;border:1px solid var(--border);overflow:hidden}.schedule-row{display:grid;grid-template-columns:96px 1fr auto;gap:1rem;align-items:center;padding:1rem 1.25rem;transition:background .15s}.schedule-row-even{background:var(--canvas-card)}.schedule-row-odd{background:var(--canvas-alt)}.schedule-row-border{border-bottom:1px solid var(--border)}.schedule-time{font-family:Fraunces,serif;font-size:.95rem;color:var(--text-muted);white-space:nowrap}.schedule-title{font-family:Quicksand,sans-serif;font-weight:500;font-size:1rem;color:var(--text-primary);display:block}.schedule-location{font-weight:400;color:var(--text-muted);font-size:.85rem;margin-left:.6rem}.schedule-desc{margin-top:.5rem;font-size:.9rem;color:var(--text-secondary);line-height:1.7}.schedule-meta{display:flex;gap:.5rem;align-items:center;justify-content:flex-end;flex-wrap:wrap}.schedule-duration{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.schedule-type-badge{font-size:.68rem;font-family:Quicksand,sans-serif;font-weight:500;letter-spacing:.07em;text-transform:uppercase;padding:.22rem .6rem;border-radius:20px;white-space:nowrap}.schedule-expand-icon{color:var(--text-muted);font-size:.75rem;display:inline-block;transition:transform .2s}.schedule-footer{margin-top:2rem;padding:1rem 1.25rem;border-radius:10px;background:var(--canvas-alt);border:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.schedule-footer p{font-size:.85rem;color:var(--text-muted);margin:0}.schedule-sync-note{font-size:.78rem;color:var(--text-muted);white-space:nowrap}.home-hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.home-hero-eyebrow{font-size:.8rem;font-family:Quicksand,sans-serif;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#fff9;margin-bottom:1.25rem;margin-top:1rem}.home-hero-cta-row{display:flex;gap:1rem;flex-wrap:wrap}.home-hero-stats{display:flex;gap:2rem;flex-wrap:wrap;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.12)}.home-stat-item{text-align:center}.home-stat-number{font-family:Fraunces,serif;font-size:1.8rem;font-weight:400;color:var(--fire-warm);line-height:1;display:block}.home-stat-label{font-size:.75rem;font-family:Quicksand,sans-serif;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;display:block;margin-top:.3rem}.home-invitation-section{background:var(--canvas)}.home-invitation-inner{max-width:800px;margin:0 auto;text-align:center}.home-invitation-h2{margin-bottom:1.5rem}.home-invitation-body{font-size:1.1rem;line-height:1.85;margin-bottom:1.5rem}.home-solstice-section{position:relative;overflow:hidden}.home-solstice-content{position:relative}.home-solstice-eyebrow{display:block;font-size:.8rem;font-family:Quicksand,sans-serif;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--fire-warm);margin-bottom:.75rem}.home-solstice-body{font-size:1.05rem;line-height:1.85;margin-bottom:1.1rem}.home-themes-section{background:var(--canvas-alt);padding:4rem 0}.home-section-header{text-align:center;margin-bottom:2.5rem}.home-section-subhead{margin-top:.75rem;color:var(--text-muted);max-width:480px;margin-left:auto;margin-right:auto}.home-themes-grid{max-width:760px;margin:0 auto}.home-theme-card{text-align:center;padding:2rem 1.5rem;border-radius:16px;border:1px solid var(--border);background:var(--canvas-card)}.home-experience-card{position:relative;overflow:hidden}.home-experience-accent{position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:0 0 16px 16px}.home-nightfall-section{background:var(--surface-dark-mid);padding:6rem 0;position:relative;overflow:hidden}.home-nightfall-eyebrow{display:block;font-size:.78rem;font-family:Quicksand,sans-serif;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--fire-warm);margin-bottom:1.25rem}.home-nightfall-body{font-size:1.05rem;line-height:1.85;color:#ffffffb3;max-width:540px;margin-bottom:2rem}.home-passes-section{background:var(--canvas-alt)}.home-cta-section{text-align:center}.home-cta-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.ticket-card{border-radius:16px;padding:2rem}.ticket-card-default{background:var(--canvas-card);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.ticket-card-featured{background:var(--surface-dark-mid);border:1.5px solid var(--fire-core);box-shadow:0 8px 40px #e84e1b2e}.ticket-card-price{font-family:Fraunces,serif;font-size:2rem;font-weight:400;line-height:1;margin-bottom:.4rem}.ticket-card-name{font-family:Quicksand,sans-serif;font-weight:500;font-size:1rem;margin-bottom:.75rem}.ticket-card-desc{font-size:.9rem;line-height:1.65}.contact-layout{display:grid;grid-template-columns:1fr;gap:3rem;max-width:960px}@media (min-width: 768px){.contact-layout{grid-template-columns:1fr 1.5fr}}.contact-category-list{display:flex;flex-direction:column;gap:.55rem}.contact-category-btn{display:flex;align-items:center;gap:1rem;width:100%;padding:.75rem 1rem;border-radius:10px;border:1.5px solid var(--border);background:var(--canvas-card);cursor:pointer;text-align:left;transition:all .18s}.contact-category-btn:hover{border-color:var(--fire-core)}.contact-category-btn-active{border-color:var(--fire-core);background:#e84e1b0f}.contact-category-icon{font-size:1.1rem;flex-shrink:0}.contact-category-label{font-family:Quicksand,sans-serif;font-weight:500;font-size:.95rem;color:var(--text-primary);display:block}.contact-category-desc{font-size:.82rem;color:var(--text-muted);line-height:1.4}.contact-success{text-align:center;padding:3rem 2rem}.contact-error-msg{font-size:.82rem;color:var(--fire-core);display:flex;align-items:center;gap:.4rem;margin-top:.4rem}.solstice-about-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:860px}.solstice-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;max-width:960px;margin:0 auto}@media (min-width: 720px){.solstice-about-grid{grid-template-columns:1.4fr 1fr;align-items:start}.solstice-grid{grid-template-columns:1fr 1.6fr}}@media (min-width: 1000px){.desktop-nav{display:flex!important}.desktop-cta{display:inline-flex!important}.hamburger-btn{display:none!important}}@media (min-width: 860px){.contact-layout{grid-template-columns:1fr 1.3fr!important}}nav{will-change:background,backdrop-filter;transform:translateZ(0)}nav [style*=max-height]{will-change:max-height}.hamburger-btn span{will-change:transform,opacity}.img-show-desktop{display:none}@media (min-width: 768px){.img-show-desktop{display:block}}.img-show-mobile{display:block}@media (min-width: 768px){.img-show-mobile{display:none}}.offering-card-img,.info-card-img,.role-card-img,.stage-card-img{margin-bottom:.75rem;border-radius:8px;overflow:hidden;aspect-ratio:16/9}.panda-card-img{margin-bottom:1.5rem;border-radius:10px;overflow:hidden;aspect-ratio:16/9}
