@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Patrick+Hand&display=swap');
:root{--sketch:#2a2a2a;--sketch-light:#6a6a6a;--bg:#f5f0e8;--paper:#fffdf7;--accent:#e85d3a;--accent-light:#fff0eb;--blue:#4a7fb5;--blue-light:#e8f0fa;--border:2px solid var(--sketch);--border-light:1.5px dashed var(--sketch-light)}
*{margin:0;padding:0;box-sizing:border-box}
html{height:100%;overflow:hidden}
body{font-family:'Patrick Hand',cursive;background:var(--bg);color:var(--sketch);line-height:1.5;overflow:hidden;position:fixed;inset:0;width:100%;height:100%}
body::before{content:'';position:fixed;inset:0;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:20px 20px;pointer-events:none;z-index:0}
.wireframe-container{max-width:1400px;height:calc(100vh - 64px);margin:0 auto;padding:0 0 20px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;position:relative;z-index:1}
.section-label{font-family:'Architects Daughter',cursive;font-size:11px;color:var(--accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:8px;display:flex;align-items:center;gap:6px}
.section-label::before{content:'◆';font-size:8px}
.wf-section{background:var(--paper);border:var(--border);border-radius:3px;padding:30px;margin-bottom:24px;position:relative;box-shadow:3px 3px 0 rgba(0,0,0,.08)}
.wf-section::before{display:none}
.wf-title{font-family:'Architects Daughter',cursive;font-size:22px;margin-bottom:16px;border-bottom:var(--border-light);padding-bottom:8px}
.placeholder{background:repeating-linear-gradient(45deg,transparent,transparent 5px,rgba(0,0,0,.04) 5px,rgba(0,0,0,.04) 10px);border:1.5px dashed var(--sketch-light);border-radius:3px;display:flex;align-items:center;justify-content:center;color:var(--sketch-light);font-size:13px;text-align:center;padding:10px;position:relative}
.placeholder.img{background:repeating-linear-gradient(45deg,#eee8dd,#eee8dd 5px,#e5dfd5 5px,#e5dfd5 10px)}
.placeholder .icon-mountain{font-size:24px;opacity:.4;display:block;margin-bottom:2px}
.text-line{height:10px;background:var(--sketch);opacity:.12;border-radius:2px;margin-bottom:6px}
.text-line.short{width:60%}.text-line.medium{width:80%}.text-line.long{width:95%}
.wf-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border:var(--border);border-radius:4px;font-family:'Patrick Hand',cursive;font-size:15px;cursor:pointer;background:transparent;transition:transform .15s}
.wf-btn:hover{transform:translate(-1px,-1px)}
.wf-btn.primary{background:var(--sketch);color:var(--paper)}
.wf-btn.accent{background:var(--accent);color:#fff;border-color:var(--accent)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}
.grid-4{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px}
.flex-col{display:flex;flex-direction:column;gap:8px}
.annotation{font-family:'Architects Daughter',cursive;font-size:12px;color:var(--accent);font-style:italic;display:flex;align-items:flex-start;gap:4px;margin-top:12px}
.annotation::before{content:'↳';font-size:16px}
.wf-nav{display:flex;align-items:center;justify-content:space-between;padding:16px 30px;background:var(--paper);border:var(--border);border-radius:3px;margin-bottom:24px;box-shadow:3px 3px 0 rgba(0,0,0,.08);position:sticky;top:0;z-index:10}
.wf-nav .logo{font-family:'Architects Daughter',cursive;font-size:20px;font-weight:bold;display:flex;align-items:center;gap:8px;cursor:pointer}
.wf-nav .logo .chip{width:26px;height:26px;border:var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px}
.nav-links{display:flex;gap:24px;font-size:15px;color:var(--sketch-light)}
.nav-links span{cursor:pointer;padding:4px 2px}
.nav-links span.active{color:var(--accent);font-weight:bold;text-decoration:underline;text-decoration-style:wavy;text-underline-offset:4px}
.nav-announce-btn{white-space:nowrap}
.event-card{border:var(--border);border-radius:4px;padding:16px;background:var(--paper);position:relative}
.event-card .date-badge{position:absolute;top:-8px;right:12px;background:var(--accent);color:#fff;font-family:'Architects Daughter',cursive;font-size:11px;padding:3px 10px;border-radius:3px;border:1.5px solid var(--sketch)}
.event-row{display:grid;grid-template-columns:90px 70px 1fr auto;gap:16px;align-items:center;border:var(--border);border-radius:4px;padding:12px;background:var(--paper);transition:transform .15s;cursor:pointer}
.event-row:hover{transform:translate(-1px,-1px)}
.event-row-img{height:65px;border-radius:3px;font-size:11px}
.event-row-date{text-align:center;border-right:var(--border-light);padding-right:14px}
.date-day{font-family:'Architects Daughter',cursive;font-size:28px;font-weight:bold;line-height:1;color:var(--accent)}
.date-month{font-family:'Architects Daughter',cursive;font-size:12px;letter-spacing:2px;color:var(--sketch-light);margin-top:2px}
.sponsor-card{border:var(--border-light);padding:20px;text-align:center;border-radius:4px}
.partner-card{display:flex;flex-direction:column;align-items:flex-start;gap:12px;height:100%;padding:22px;text-align:left;background:linear-gradient(180deg,#fffdf7 0%,#f8f2e7 100%);border:var(--border);box-shadow:4px 4px 0 rgba(0,0,0,.06)}
.partner-logo{width:100%;height:78px;border:var(--border-light);border-radius:5px;background:#fff;display:flex;align-items:center;gap:14px;padding:14px}
.partner-logo-mark{width:46px;height:46px;border:var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Architects Daughter',cursive;font-size:15px;font-weight:bold;background:#faf7f0;flex-shrink:0}
.partner-logo-wordmark{font-family:'Architects Daughter',cursive;font-size:18px;line-height:1.05}
.partner-name{font-size:18px;font-weight:bold;line-height:1.2}
.partner-one-liner{font-size:14px;color:var(--sketch);font-weight:bold}
.partner-description{font-size:14px;color:var(--sketch-light);line-height:1.55}
.partner-more-btn{margin-top:6px;padding:0;border:none;background:none;color:var(--accent);font-family:'Architects Daughter',cursive;font-size:13px;cursor:pointer}
.partner-more-btn:hover{text-decoration:underline}
.partner-modal-backdrop{position:fixed;inset:0;background:rgba(42,42,42,.5);display:none;align-items:center;justify-content:center;padding:20px;z-index:50}
.partner-modal-backdrop.is-open{display:flex}
.partner-modal{width:min(100%,680px);background:var(--paper);border:var(--border);border-radius:6px;box-shadow:8px 8px 0 rgba(0,0,0,.12);padding:26px;position:relative;display:flex;flex-direction:column;gap:14px}
.partner-modal-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:var(--border);border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer}
.partner-modal-kicker{font-family:'Architects Daughter',cursive;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--accent)}
.partner-modal-logo{margin-top:2px}
.partner-modal-title{font-family:'Architects Daughter',cursive;font-size:28px;line-height:1.1;padding-right:42px}
.partner-modal-one-liner{font-size:15px;font-weight:bold;color:var(--sketch)}
.partner-modal-copy{font-size:15px;color:var(--sketch-light);line-height:1.65}
.partner-modal-actions{display:flex;justify-content:flex-start;gap:12px;margin-top:4px}
.announce-modal-backdrop{position:fixed;inset:0;background:rgba(42,42,42,.55);display:none;align-items:center;justify-content:center;padding:20px;z-index:55}
.announce-modal-backdrop.is-open{display:flex}
.announce-modal{width:min(100%,720px);background:var(--paper);border:var(--border);border-radius:6px;box-shadow:8px 8px 0 rgba(0,0,0,.12);padding:26px;position:relative;display:flex;flex-direction:column;gap:18px}
.announce-modal-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:var(--border);border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer}
.announce-modal-kicker{font-family:'Architects Daughter',cursive;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--accent)}
.announce-modal-title{font-family:'Architects Daughter',cursive;font-size:30px;line-height:1.1;padding-right:42px}
.announce-modal-intro{font-size:15px;color:var(--sketch-light);line-height:1.65}
.announce-bonus-banner{border:2px solid var(--accent);border-radius:6px;background:var(--accent-light);padding:16px 18px;display:flex;align-items:flex-start;gap:12px;box-shadow:3px 3px 0 rgba(232,93,58,.16)}
.announce-bonus-icon{width:42px;height:42px;border:var(--border);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;background:#fff;flex-shrink:0}
.announce-bonus-copy strong{display:block;font-size:17px;line-height:1.2;margin-bottom:4px}
.announce-bonus-copy span{display:block;font-size:14px;color:var(--sketch-light);line-height:1.55}
.announce-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.announce-form-field{display:flex;flex-direction:column;gap:6px}
.announce-form-field.full{grid-column:1 / -1}
.announce-form-label{font-size:13px;color:var(--sketch);font-family:'Architects Daughter',cursive}
.announce-form-input{width:100%;min-height:44px;border:1.5px solid var(--sketch);border-radius:4px;padding:10px 14px;background:#fff;color:var(--sketch-light);font-family:'Patrick Hand',cursive;font-size:15px;display:flex;align-items:center}
.announce-form-note{font-size:13px;color:var(--sketch-light);line-height:1.55}
.announce-form-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.announce-form-permission{font-size:13px;color:var(--sketch-light);line-height:1.55;max-width:430px}
.checkout-modal-backdrop{position:fixed;inset:0;background:rgba(42,42,42,.55);display:none;align-items:flex-start;justify-content:center;padding:40px 20px;z-index:60;overflow-y:auto}
.checkout-modal-backdrop.is-open{display:flex}
.checkout-modal{width:min(100%,720px);background:var(--paper);border:var(--border);border-radius:6px;box-shadow:8px 8px 0 rgba(0,0,0,.12);padding:26px 28px 28px;position:relative;display:flex;flex-direction:column;gap:18px;margin:auto}
.checkout-modal-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:var(--border);border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer}
.checkout-modal-kicker{font-family:'Architects Daughter',cursive;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--accent)}
.checkout-modal-title{font-family:'Architects Daughter',cursive;font-size:26px;line-height:1.15;padding-right:42px}
.checkout-summary{border:var(--border);border-radius:4px;background:#faf7f0;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.checkout-summary-event{display:flex;flex-direction:column;gap:2px}
.checkout-summary-event strong{font-size:15px;line-height:1.2}
.checkout-summary-event span{font-size:13px;color:var(--sketch-light)}
.checkout-summary-price{font-family:'Architects Daughter',cursive;font-size:22px;color:var(--accent)}
.checkout-stepper{display:flex;align-items:center;gap:8px}
.checkout-step-dot{display:flex;align-items:center;gap:10px;flex:1}
.checkout-step-dot .dot{width:30px;height:30px;border:var(--border);border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-family:'Architects Daughter',cursive;font-size:14px;flex-shrink:0}
.checkout-step-dot .label{font-size:13px;color:var(--sketch-light);line-height:1.2}
.checkout-step-dot.is-active .dot{background:var(--accent);border-color:var(--accent);color:#fff}
.checkout-step-dot.is-active .label{color:var(--sketch);font-weight:bold}
.checkout-step-dot.is-done .dot{background:var(--sketch);border-color:var(--sketch);color:#fff}
.checkout-step-line{flex:0 0 24px;height:2px;background:var(--sketch-light);opacity:.4}
.checkout-step{display:none;flex-direction:column;gap:16px}
.checkout-step.is-active{display:flex}
.checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.checkout-form-field{display:flex;flex-direction:column;gap:6px}
.checkout-form-field.full{grid-column:1 / -1}
.checkout-form-label{font-size:13px;color:var(--sketch);font-family:'Architects Daughter',cursive}
.checkout-form-label .optional{color:var(--sketch-light);font-size:12px;text-transform:none;letter-spacing:0;margin-left:4px}
.checkout-form-input,.checkout-form-select{width:100%;min-height:44px;border:1.5px solid var(--sketch);border-radius:4px;padding:10px 14px;background:#fff;color:var(--sketch);font-family:'Patrick Hand',cursive;font-size:15px;outline:none}
.checkout-form-input::placeholder{color:var(--sketch-light);opacity:.85}
.checkout-form-select{appearance:none;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--sketch) 50%),linear-gradient(135deg,var(--sketch) 50%,transparent 50%);background-position:calc(100% - 18px) 20px,calc(100% - 12px) 20px;background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:38px}
.checkout-checkbox{display:flex;align-items:flex-start;gap:10px;border:var(--border);border-radius:4px;background:#fff;padding:12px 14px;cursor:pointer;font-size:14px;line-height:1.45;color:var(--sketch)}
.checkout-checkbox input{margin-top:3px;width:18px;height:18px;accent-color:var(--accent);cursor:pointer}
.checkout-checkbox strong{display:block;font-family:'Architects Daughter',cursive;font-size:15px;margin-bottom:2px}
.checkout-checkbox span{color:var(--sketch-light);font-size:13px}
.checkout-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;flex-wrap:wrap}
.checkout-actions .spacer{flex:1}
.stripe-placeholder{border:2px dashed var(--sketch-light);border-radius:6px;background:#fff;padding:28px 22px;display:flex;flex-direction:column;gap:14px}
.stripe-placeholder-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1.5px dashed var(--sketch-light)}
.stripe-placeholder-title{font-family:'Architects Daughter',cursive;font-size:16px;display:flex;align-items:center;gap:8px}
.stripe-placeholder-badge{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--sketch-light);font-family:'Architects Daughter',cursive;border:1.5px solid var(--sketch-light);border-radius:3px;padding:3px 8px}
.stripe-placeholder-row{height:42px;border:1.5px solid var(--sketch-light);border-radius:4px;background:#faf7f0;display:flex;align-items:center;padding:0 14px;color:var(--sketch-light);font-size:14px;gap:10px}
.stripe-placeholder-row.cols{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0;background:transparent;border:none;height:auto}
.stripe-placeholder-row.cols > div{height:42px;border:1.5px solid var(--sketch-light);border-radius:4px;background:#faf7f0;display:flex;align-items:center;padding:0 14px;color:var(--sketch-light);font-size:14px}
.stripe-placeholder-note{font-size:12px;color:var(--sketch-light);line-height:1.5;text-align:center}
.checkout-success{display:flex;flex-direction:column;gap:18px;align-items:center;text-align:center;padding:10px 0 0}
.checkout-success-icon{width:70px;height:70px;border-radius:50%;background:var(--accent-light);border:2px solid var(--accent);display:flex;align-items:center;justify-content:center;font-size:32px;color:var(--accent)}
.checkout-success-title{font-family:'Architects Daughter',cursive;font-size:26px;line-height:1.15}
.checkout-success-copy{font-size:15px;color:var(--sketch-light);line-height:1.6;max-width:480px}
.checkout-success-details{width:100%;border:var(--border);border-radius:4px;background:#faf7f0;padding:16px;display:flex;flex-direction:column;gap:10px;text-align:left}
.checkout-success-detail-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px}
.checkout-success-detail-row span:first-child{color:var(--sketch-light)}
.checkout-success-detail-row span:last-child{font-weight:bold;color:var(--sketch);text-align:right}
.calendar-block{width:100%;border:var(--border);border-radius:4px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;flex-wrap:wrap}
.calendar-block-copy{display:flex;flex-direction:column;gap:2px;text-align:left;flex:1;min-width:220px}
.calendar-block-copy strong{font-size:15px}
.calendar-block-copy span{font-size:13px;color:var(--sketch-light)}
@media (max-width:600px){.checkout-form-grid{grid-template-columns:1fr}.checkout-step-dot .label{display:none}.checkout-modal{padding:22px 18px}}
.tag{display:inline-block;padding:4px 14px;border:1.5px solid var(--sketch-light);border-radius:20px;font-size:13px;color:var(--sketch-light);margin:3px;cursor:pointer}
.tag.active{background:var(--sketch);color:var(--paper);border-color:var(--sketch)}
.benefit-box{text-align:center;padding:20px 12px}
.benefit-icon{width:52px;height:52px;border:var(--border);border-radius:50%;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;font-size:22px}
.video-placeholder{background:#1a1a1a;border:var(--border);border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px;position:relative;aspect-ratio:16/9}
.video-placeholder .label{position:absolute;bottom:12px;left:12px;font-size:12px;opacity:.6}
.insights-video-section{display:flex;flex-direction:column;gap:20px;align-items:center}
.insights-video-header{max-width:680px;text-align:center;display:flex;flex-direction:column;gap:8px}
.insights-video-title{font-family:'Architects Daughter',cursive;font-size:24px;line-height:1.2}
.insights-video-subtitle{font-size:14px;color:var(--sketch-light);line-height:1.6}
.insights-video-frame{width:70%;margin:0 auto}
.testimonial-section-header{max-width:760px;margin:0 auto 20px;text-align:center}
.testimonial-section-title{font-family:'Architects Daughter',cursive;font-size:28px;line-height:1.2;margin-bottom:8px}
.testimonial-section-subtitle{font-size:15px;color:var(--sketch-light);line-height:1.55;max-width:720px;margin:0 auto}
.testimonial-carousel{display:flex;flex-direction:column;gap:16px}
.testimonial-carousel .slider-track>*{padding-top:34px}
.testimonial-review-card{position:relative;height:100%;padding:44px 18px 18px;border:var(--border);border-radius:14px;background:linear-gradient(180deg,#fffdf9 0%,#f7f1e7 100%);box-shadow:3px 3px 0 rgba(0,0,0,.06);text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}
.testimonial-review-avatar{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f0eee9;border:3px solid var(--paper);box-shadow:0 0 0 1.5px var(--sketch-light);font-family:'Architects Daughter',cursive;font-size:18px;color:var(--sketch)}
.testimonial-review-rating{font-size:18px;color:#ea8a14;letter-spacing:1px;line-height:1}
.testimonial-review-name{font-size:16px;font-weight:bold;line-height:1.2}
.testimonial-review-date{font-size:11px;color:var(--sketch-light)}
.testimonial-review-text{font-size:13px;line-height:1.55;color:var(--sketch-light);flex:1}
.testimonial-carousel-nav{display:flex;justify-content:center;gap:12px}
.filter-bar{display:flex;gap:12px;align-items:center;padding:12px 16px;border:var(--border);border-radius:4px;background:#faf7f0;margin-bottom:16px}
.filter-input{flex:1;height:36px;border:1.5px solid var(--sketch-light);border-radius:4px;padding:0 12px;display:flex;align-items:center;font-size:14px;background:#fff;color:var(--sketch-light)}
.big-search{border:2.5px solid var(--accent);border-radius:6px;background:var(--accent-light);padding:24px;margin-bottom:20px;box-shadow:4px 4px 0 rgba(232,93,58,.2)}
.big-search-title{font-family:'Architects Daughter',cursive;font-size:18px;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.big-search-fields{display:grid;grid-template-columns:1fr;gap:10px;align-items:stretch}
.big-search-field{background:#fff;border:1.5px solid var(--sketch);border-radius:4px;padding:10px 14px}
.big-search-field .field-label{font-size:10px;color:var(--sketch-light);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:3px;font-family:'Architects Daughter',cursive}
.big-search-field .field-value{font-size:14px;color:var(--sketch)}
.big-search-field .field-input{width:100%;border:none;background:transparent;color:var(--sketch);font-family:'Patrick Hand',cursive;font-size:16px;outline:none;padding:0}
.big-search-field .field-input::placeholder{color:var(--sketch-light);opacity:.9}
.big-search-field select.field-input{appearance:none;cursor:pointer}
.big-search-note{font-size:12px;color:var(--sketch-light);line-height:1.5;margin-top:4px}
.events-search-map-layout{display:grid;grid-template-columns:1fr 2fr;gap:24px;align-items:start}
.events-search-column{display:flex;flex-direction:column;gap:14px}
.events-map-column{display:flex;flex-direction:column;gap:12px}
.map-placeholder{border:var(--border);border-radius:4px;background:radial-gradient(circle at 30% 40%,rgba(74,127,181,.08) 0%,transparent 50%),radial-gradient(circle at 70% 60%,rgba(90,158,111,.08) 0%,transparent 50%),#f0ece4;position:relative;height:200px;overflow:hidden}
.map-placeholder.tall{height:280px}
.map-placeholder.events-map{overflow:visible}
.map-placeholder .dot{position:absolute;width:10px;height:10px;background:var(--accent);border-radius:50%;border:1.5px solid var(--sketch)}
.map-placeholder .dot.big{width:16px;height:16px;box-shadow:0 0 0 6px rgba(232,93,58,.2)}
.map-placeholder .map-label{position:absolute;bottom:8px;right:12px;font-size:11px;color:var(--sketch-light);font-family:'Architects Daughter',cursive}
.events-map-card{border:var(--border);border-radius:6px;background:#faf7f0;padding:12px;display:flex;flex-direction:column;gap:12px;box-shadow:3px 3px 0 rgba(0,0,0,.06)}
.events-map-card-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}
.events-map-card-kicker{font-family:'Architects Daughter',cursive;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:var(--sketch-light)}
.events-map-legend{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.events-map-legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--sketch-light)}
.events-map-legend-dot{width:10px;height:10px;border-radius:50%;border:1.5px solid var(--sketch);display:inline-block}
.events-map-legend-dot.is-active{background:var(--accent)}
.events-map-legend-dot.is-past{background:#a8a39b}
.events-map-help{font-size:12px;color:var(--sketch-light);line-height:1.5}
.events-map{position:relative}
.events-map-marker-wrap{position:absolute;transform:translate(-50%,-50%);z-index:2}
.events-map-marker{width:16px;height:16px;border-radius:50%;border:2px solid var(--paper);box-shadow:0 0 0 1.5px var(--sketch);cursor:pointer;display:block;background:var(--accent);transition:transform .15s ease}
.events-map-marker.is-past{background:#a8a39b}
.events-map-marker-wrap:hover .events-map-marker,
.events-map-marker-wrap:focus-within .events-map-marker{transform:scale(1.08)}
.events-map-popover{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%,6px);width:230px;background:var(--paper);border:var(--border);border-radius:6px;padding:14px;box-shadow:6px 6px 0 rgba(0,0,0,.08);display:flex;flex-direction:column;gap:8px;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:4}
.events-map-popover::after{content:'';position:absolute;left:50%;bottom:-7px;width:12px;height:12px;background:var(--paper);border-right:2px solid var(--sketch);border-bottom:2px solid var(--sketch);transform:translateX(-50%) rotate(45deg)}
.events-map-marker-wrap:hover .events-map-popover,
.events-map-marker-wrap:focus-within .events-map-popover{opacity:1;pointer-events:auto;transform:translate(-50%,0)}
.events-map-popover-kicker{font-family:'Architects Daughter',cursive;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--accent)}
.events-map-popover-kicker.is-past{color:#7d776f}
.events-map-popover-title{font-size:16px;font-weight:bold;line-height:1.2}
.events-map-popover-text{font-size:13px;color:var(--sketch-light);line-height:1.55}
.events-map-popover-actions{display:flex;justify-content:flex-start;margin-top:2px}
.events-history-toggle{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:none;color:var(--accent);font-family:'Architects Daughter',cursive;font-size:13px;letter-spacing:1px;cursor:pointer}
.events-history-toggle i{font-size:14px;line-height:1}
.events-history-toggle:hover{text-decoration:underline}
.events-history-scroll-area{display:flex;flex-direction:column;gap:18px}
.events-history-scroll-area.is-expanded{max-height:600px;overflow-y:auto;padding-right:8px;scroll-behavior:smooth}
.events-history-section{display:flex;flex-direction:column;gap:12px}
.events-history-section[hidden]{display:none}
.events-history-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px}
.events-history-label{font-family:'Architects Daughter',cursive;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;color:var(--sketch-light)}
.event-grid-card.is-past-event{background:linear-gradient(180deg,#f8f4ec 0%,#f2ede3 100%)}
.event-row.is-past-event{background:linear-gradient(180deg,#f8f4ec 0%,#f2ede3 100%)}
.gallery-item{border:var(--border);border-radius:4px;overflow:hidden}
.gallery-item .gallery-img{aspect-ratio:16/10}
.gallery-item .gallery-caption{padding:10px 12px;font-size:13px}
.cta-banner{background:var(--blue-light);border:2px solid var(--blue);border-radius:4px;padding:28px 32px;display:flex;align-items:center;gap:24px}
.service-card{border:var(--border);border-radius:4px;overflow:hidden;display:flex;flex-direction:column}
.service-card .service-img{aspect-ratio:2/1}
.service-card .service-body{padding:20px;flex:1;display:flex;flex-direction:column;gap:8px}
.wf-footer{background:var(--sketch);color:var(--paper);border-radius:3px;padding:48px 36px 24px;margin-top:24px}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:36px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.15)}
.footer-brand{display:flex;flex-direction:column;gap:14px}
.footer-logo{font-family:'Architects Daughter',cursive;font-size:22px;font-weight:bold;display:flex;align-items:center;gap:8px}
.footer-logo .chip{width:28px;height:28px;border:1.5px solid rgba(255,255,255,.7);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px}
.footer-tagline{font-size:14px;opacity:.7;line-height:1.6;max-width:280px}
.footer-socials{display:flex;gap:10px;margin-top:4px}
.footer-social{width:36px;height:36px;border:1.5px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:all .15s}
.footer-social:hover{background:var(--accent);border-color:var(--accent)}
.footer-col-title{font-family:'Architects Daughter',cursive;font-size:13px;letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:14px}
.footer-col-list{display:flex;flex-direction:column;gap:10px;font-size:14px}
.footer-col-list span{opacity:.75;cursor:pointer;transition:opacity .15s;display:flex;align-items:center;gap:6px}
.footer-col-list span:hover{opacity:1;color:var(--accent)}
.footer-newsletter-col{display:flex;flex-direction:column;gap:10px}
.footer-newsletter-heading{font-family:'Architects Daughter',cursive;font-size:18px;display:flex;align-items:center;gap:6px}
.footer-newsletter-sub{font-size:13px;opacity:.65;line-height:1.5;margin-bottom:4px}
.footer-newsletter{display:flex;gap:8px;align-items:stretch;margin-top:4px}
.footer-input{flex:1;height:40px;border:1.5px solid rgba(255,255,255,.3);border-radius:4px;background:rgba(255,255,255,.08);padding:0 14px;color:rgba(255,255,255,.5);font-size:14px;display:flex;align-items:center}
.footer-newsletter-note{font-size:11px;opacity:.5;line-height:1.4;margin-top:6px}
.footer-cities{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.footer-city-chip{font-family:'Architects Daughter',cursive;font-size:11px;letter-spacing:1px;padding:4px 10px;border:1px solid rgba(255,255,255,.25);border-radius:20px;opacity:.75}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:18px;margin-top:18px;flex-wrap:wrap}
.footer-legal{display:flex;gap:22px;font-size:12px;opacity:.55;flex-wrap:wrap}
.footer-legal span{cursor:pointer;transition:opacity .15s}
.footer-legal span:hover{opacity:1}
.footer-copyright{font-size:12px;opacity:.45}
@media (max-width:900px){.footer-top{grid-template-columns:1fr 1fr;gap:28px}.footer-brand,.footer-newsletter-col{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start}}
.wf-page-title{max-width:1400px;margin:0 auto 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-family:'Architects Daughter',cursive;font-size:14px;color:var(--sketch);padding:12px 16px;letter-spacing:1.5px;position:relative;z-index:30}
.dummy-switch{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 16px;border:var(--border);border-radius:4px;background:var(--accent);color:#fff;text-decoration:none;font-family:'Patrick Hand',cursive;font-size:14px;letter-spacing:0;box-shadow:2px 2px 0 rgba(0,0,0,.12);white-space:nowrap;transition:transform .15s,background .15s;animation:dashboard-switch-blink 1.25s ease-in-out .45s 1}
.dummy-switch:hover{transform:translate(-1px,-1px);background:var(--sketch)}
@keyframes dashboard-switch-blink{0%,100%{transform:translate(0,0);box-shadow:2px 2px 0 rgba(0,0,0,.12)}25%{transform:translate(-2px,-2px) scale(1.04);box-shadow:0 0 0 4px rgba(232,93,58,.22),4px 4px 0 rgba(0,0,0,.18)}50%{transform:translate(0,0) scale(1);box-shadow:2px 2px 0 rgba(0,0,0,.12)}75%{transform:translate(-2px,-2px) scale(1.04);box-shadow:0 0 0 4px rgba(232,93,58,.22),4px 4px 0 rgba(0,0,0,.18)}}
@media (prefers-reduced-motion:reduce){.dummy-switch{animation:none}}
.step-number{width:32px;height:32px;border:var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Architects Daughter',cursive;font-size:16px;flex-shrink:0}
.divider{border:none;border-top:var(--border-light);margin:12px 0}
.steps-flow{display:flex;align-items:flex-start;gap:0}
.step-item{flex:1;text-align:center;position:relative;padding:0 12px}
.step-item:not(:last-child)::after{content:'→';position:absolute;right:-8px;top:14px;font-size:20px;color:var(--sketch-light)}
.page{display:none}
.page.active{display:block;animation:fadeIn .3s ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.page-header{padding:32px 30px;background:var(--paper);border:var(--border);border-radius:3px;margin-bottom:24px;box-shadow:3px 3px 0 rgba(0,0,0,.08)}
.page-header .breadcrumb{font-size:11px;color:var(--sketch-light);font-family:'Architects Daughter',cursive;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px}
.page-header h1{font-family:'Architects Daughter',cursive;font-size:32px;margin-bottom:6px;font-weight:normal}
.page-header p{font-size:15px;color:var(--sketch-light);max-width:620px}
.event-grid-card{border:var(--border);border-radius:4px;background:var(--paper);overflow:hidden;display:flex;flex-direction:column;transition:transform .15s;cursor:pointer}
.event-grid-card:hover{transform:translate(-2px,-2px)}
.event-grid-card .card-img{aspect-ratio:16/10;position:relative}
.event-grid-card .card-badge{position:absolute;top:10px;left:10px;background:#fff;border:1.5px solid var(--sketch);border-radius:3px;padding:4px 8px;font-size:11px;font-family:'Architects Daughter',cursive;box-shadow:2px 2px 0 rgba(0,0,0,.08)}
.event-grid-card .card-img .card-status-banner{position:absolute;top:10px;left:10px;background:#fff7c2;color:var(--sketch);padding:5px 10px;border-radius:3px;font-size:12px;border:1.5px solid var(--sketch);font-family:'Architects Daughter',cursive;box-shadow:2px 2px 0 rgba(0,0,0,.08)}
.event-grid-card .card-body{padding:14px 16px;display:flex;flex-direction:column;gap:4px;flex:1}
.event-grid-card .card-date{font-family:'Architects Daughter',cursive;color:var(--accent);font-size:13px;letter-spacing:1px}
.event-grid-card .card-state-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--sketch-light);font-family:'Architects Daughter',cursive;letter-spacing:1px;text-transform:uppercase;margin-bottom:2px}
.event-grid-card .card-state-tag.is-past{color:#7d776f}
.event-grid-card .card-description{font-size:12px;margin-top:4px;color:var(--sketch-light);line-height:1.45}
.event-grid-card .card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}
.event-grid-card .card-actions.is-single{justify-content:flex-start}
.event-grid-card .card-capacity{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:12px;color:var(--sketch-light);white-space:nowrap;min-width:96px}
.event-grid-card .card-capacity-label{font-size:12px;color:var(--sketch-light)}
.event-grid-card .card-capacity-meter{display:flex;align-items:center;gap:0;line-height:1}
.event-grid-card .card-capacity-mark{display:inline-flex;align-items:center;justify-content:center;font-size:11px;opacity:.2;color:var(--sketch-light);transition:opacity .15s,color .15s;text-decoration:none}
.event-grid-card .card-capacity-mark i{font-size:11px;line-height:1}
.event-grid-card .card-capacity-mark.is-active{opacity:1;color:var(--sketch-light)}
.event-grid-card .card-capacity-meter.is-hot .card-capacity-mark.is-active{color:var(--accent)}
.event-grid-card .card-capacity-meter.is-sold-out .card-capacity-mark{opacity:1;color:#c93b2f;text-decoration:line-through;text-decoration-thickness:1.5px}
.detail-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;align-items:stretch}
.detail-hero-image{min-height:360px;justify-content:flex-start;align-items:flex-end;padding:20px;overflow:hidden}
.detail-hero-panel{display:flex;flex-direction:column;gap:18px;justify-content:center}
.detail-kicker{font-family:'Architects Daughter',cursive;font-size:13px;letter-spacing:2px;color:var(--accent);text-transform:uppercase}
.detail-headline{font-family:'Architects Daughter',cursive;font-size:34px;line-height:1.1}
.detail-subtext{font-size:15px;color:var(--sketch-light)}
.detail-fact-list{display:flex;flex-direction:column;gap:10px}
.detail-fact-item{display:flex;align-items:flex-start;gap:10px;padding-bottom:10px;border-bottom:var(--border-light)}
.detail-fact-item:last-child{padding-bottom:0;border-bottom:none}
.detail-fact-icon{width:28px;height:28px;border:1.5px solid var(--sketch);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;background:#faf7f0}
.detail-fact-copy{font-size:15px}
.detail-fact-copy strong{display:block;font-size:15px}
.detail-fact-copy span{display:block;font-size:13px;color:var(--sketch-light)}
.detail-cta-card{border:var(--border);border-radius:4px;background:#faf7f0;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:3px 3px 0 rgba(0,0,0,.08)}
.detail-cta-copy{display:flex;flex-direction:column;gap:6px}
.detail-cta-price-row{display:flex;align-items:flex-end;gap:8px}
.detail-cta-price{font-family:'Architects Daughter',cursive;font-size:34px;line-height:1;color:var(--sketch)}
.detail-cta-meta{font-size:11px;color:var(--sketch-light);white-space:nowrap;padding-bottom:3px}
.detail-cta-phase{font-size:16px;color:var(--sketch-light)}
.ticket-phase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ticket-phase{border:var(--border);border-radius:4px;padding:16px;background:var(--paper);display:flex;flex-direction:column;gap:12px;min-height:220px;position:relative;overflow:visible}
.ticket-phase:not(:last-child)::after{content:'';position:absolute;right:-9px;top:50%;transform:translateY(-50%) rotate(45deg);width:18px;height:18px;background:var(--paper);border-top:1.5px solid var(--sketch-light);border-right:1.5px solid var(--sketch-light);z-index:2}
.ticket-phase-badge{align-self:flex-start;padding:2px 8px;border:1.5px solid var(--sketch);border-radius:20px;font-size:10px;font-family:'Architects Daughter',cursive;background:#faf7f0}
.ticket-phase-title{font-size:24px;font-weight:bold;line-height:1.15}
.ticket-phase.is-disabled{background:#f3efe7;opacity:.55}
.ticket-phase.is-disabled .ticket-phase-price,.ticket-phase.is-disabled .ticket-phase-title{color:var(--sketch-light)}
.ticket-phase.is-active{border-color:var(--accent);box-shadow:3px 3px 0 rgba(232,93,58,.16)}
.ticket-phase-price{font-family:'Architects Daughter',cursive;font-size:28px;line-height:1;color:var(--accent)}
.ticket-phase-meta{font-size:13px;color:var(--sketch-light)}
.ticket-phase-action{width:100%;justify-content:center;margin-top:auto}
.detail-image-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.detail-image-card{border:var(--border);border-radius:4px;overflow:hidden;background:var(--paper)}
.detail-image-card .detail-image-media{aspect-ratio:16/10}
.detail-image-card .detail-image-caption{padding:12px 14px;font-size:13px;color:var(--sketch-light);line-height:1.5}
.detail-flow-layout{display:grid;grid-template-columns:1fr 1fr;gap:200px;align-items:center;margin-top:18px}
.detail-flow-copy{display:flex;flex-direction:column;gap:14px}
.detail-flow-copy .wf-title{margin:0}
.detail-inline-image{border:var(--border);border-radius:4px;overflow:hidden;background:var(--paper)}
.detail-inline-image .detail-inline-media{aspect-ratio:16/10}
.detail-inline-image .detail-inline-caption{padding:12px 14px;font-size:13px;color:var(--sketch-light);line-height:1.5;border-top:var(--border-light);background:#faf7f0}
.agenda-list{border:var(--border);border-radius:4px;background:var(--paper);overflow:hidden}
.agenda-item{display:grid;grid-template-columns:92px 1fr;gap:16px;padding:16px 18px;border-bottom:var(--border-light)}
.agenda-item:last-child{border-bottom:none}
.agenda-time{font-family:'Architects Daughter',cursive;font-size:22px;color:var(--accent);line-height:1}
.agenda-copy-title{font-size:16px;font-weight:bold;margin-bottom:4px}
.agenda-copy-text{font-size:14px;color:var(--sketch-light)}
.detail-copy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
.detail-copy-card{border:var(--border);border-radius:4px;padding:18px;background:var(--paper)}
.detail-copy-card-title{font-weight:bold;font-size:16px;margin-bottom:6px}
.detail-copy-card p{font-size:14px;color:var(--sketch-light)}
.sponsor-logo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.detail-map-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:start}
.detail-map-frame{width:100%;height:340px;border:var(--border);border-radius:4px;background:#f0ece4}
.blog-card{border:var(--border);border-radius:4px;background:var(--paper);overflow:hidden;display:flex;flex-direction:column;transition:transform .15s;cursor:pointer}
.blog-card:hover{transform:translate(-2px,-2px)}
.blog-card .blog-img{aspect-ratio:16/9}
.blog-card .blog-body{padding:16px 18px;flex:1;display:flex;flex-direction:column;gap:8px}
.blog-meta{font-size:11px;color:var(--sketch-light);font-family:'Architects Daughter',cursive;letter-spacing:1.5px;text-transform:uppercase}
.blog-category{color:var(--accent)}
.blog-title{font-size:17px;font-weight:bold;line-height:1.3}
.featured-blog{display:grid;grid-template-columns:1.3fr 1fr;gap:24px;margin-bottom:28px;padding-bottom:28px;border-bottom:var(--border-light)}
.featured-blog .featured-img{aspect-ratio:16/10;border-radius:4px}
.recap-entry{margin-bottom:40px;padding-bottom:32px;border-bottom:var(--border-light)}
.recap-entry:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.recap-header{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;margin-bottom:20px}
.recap-hero-img{aspect-ratio:16/10;border-radius:4px;font-size:14px}
.recap-info{display:flex;flex-direction:column;justify-content:center;gap:10px}
.recap-title{font-family:'Architects Daughter',cursive;font-size:26px;line-height:1.2}
.recap-meta{display:flex;gap:18px;font-size:13px;color:var(--sketch-light);flex-wrap:wrap}
.recap-meta .meta-item{display:flex;align-items:center;gap:4px}
.past-events-showcase{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}
.recap-home-card{border:var(--border);border-radius:6px;background:var(--paper);overflow:hidden;display:flex;flex-direction:column;box-shadow:4px 4px 0 rgba(0,0,0,.06)}
.recap-home-shell{width:70%;margin:0 auto;display:flex;flex-direction:column;gap:18px}
.recap-home-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}
.recap-home-section-copy{display:flex;flex-direction:column;gap:6px;max-width:620px}
.recap-home-section-title{font-family:'Architects Daughter',cursive;font-size:28px;line-height:1.15}
.recap-home-section-subtitle{font-size:15px;color:var(--sketch-light);line-height:1.55}
.recap-home-media{aspect-ratio:16/10;border-radius:0}
.recap-home-body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}
.recap-home-date{font-size:13px;color:var(--sketch-light);font-family:'Architects Daughter',cursive;letter-spacing:1px}
.recap-home-title{font-family:'Architects Daughter',cursive;font-size:24px;line-height:1.15}
.recap-home-text{font-size:14px;color:var(--sketch-light);line-height:1.6}
.recap-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.recap-overview-card{border:var(--border);border-radius:6px;background:var(--paper);overflow:hidden;display:flex;flex-direction:column;box-shadow:4px 4px 0 rgba(0,0,0,.06)}
.recap-overview-media{aspect-ratio:16/10;border-radius:0}
.recap-overview-body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}
.recap-overview-kicker{font-family:'Architects Daughter',cursive;font-size:12px;color:var(--accent);letter-spacing:2px;text-transform:uppercase}
.recap-overview-title{font-family:'Architects Daughter',cursive;font-size:24px;line-height:1.15}
.recap-overview-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:13px;color:var(--sketch-light)}
.recap-overview-excerpt{font-size:14px;color:var(--sketch-light);line-height:1.6}
.recap-detail-shell{display:flex;flex-direction:column;gap:24px}
.recap-detail-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.recap-detail-gallery-item{border:var(--border);border-radius:6px;overflow:hidden;background:var(--paper);box-shadow:3px 3px 0 rgba(0,0,0,.06)}
.recap-detail-gallery-item .gallery-img{aspect-ratio:16/10}
.recap-detail-gallery-item .gallery-caption{padding:10px 12px;font-size:13px;color:var(--sketch-light)}
.recap-feature-card{border:var(--border);border-radius:6px;overflow:hidden;background:var(--paper);display:grid;grid-template-columns:1.05fr .95fr;min-height:320px;box-shadow:4px 4px 0 rgba(0,0,0,.08)}
.recap-feature-media{height:100%;min-height:320px;border-right:var(--border-light);border-radius:0}
.recap-feature-body{padding:22px;display:flex;flex-direction:column;gap:14px}
.recap-kicker{font-family:'Architects Daughter',cursive;font-size:12px;letter-spacing:2px;color:var(--accent);text-transform:uppercase}
.recap-feature-title{font-family:'Architects Daughter',cursive;font-size:28px;line-height:1.15}
.recap-feature-text{font-size:15px;color:var(--sketch-light)}
.recap-stats{display:flex;flex-wrap:wrap;gap:10px}
.recap-stat{padding:7px 10px;border:1.5px solid #d9d1c3;border-radius:999px;background:#faf7f0;font-size:12px;color:var(--sketch-light)}
.recap-secondary-column{display:flex;flex-direction:column;gap:14px}
.recap-secondary-intro{padding:16px 18px;border:var(--border-light);border-radius:6px;background:#faf7f0}
.recap-secondary-intro strong{display:block;font-size:16px;margin-bottom:4px}
.recap-secondary-intro span{display:block;font-size:14px;color:var(--sketch-light)}
.recap-compact-card{border:var(--border);border-radius:6px;background:var(--paper);overflow:hidden;display:flex;flex-direction:column;min-height:320px;box-shadow:4px 4px 0 rgba(0,0,0,.06)}
.recap-compact-media{aspect-ratio:16/10;border-radius:0}
.recap-compact-body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}
.recap-compact-title{font-family:'Architects Daughter',cursive;font-size:22px;line-height:1.15}
.recap-compact-text{font-size:14px;color:var(--sketch-light)}
.recap-compact-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}
.recap-link{font-size:13px;color:var(--accent);font-family:'Architects Daughter',cursive;letter-spacing:1px}
.contact-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:24px}
.form-group{margin-bottom:14px}
.form-label{font-size:13px;color:var(--sketch);margin-bottom:4px;display:block;font-family:'Architects Daughter',cursive}
.form-input{width:100%;border:1.5px solid var(--sketch);border-radius:4px;padding:10px 14px;font-family:'Patrick Hand',cursive;font-size:14px;background:#fff;color:var(--sketch-light);min-height:40px;display:flex;align-items:center}
.form-textarea{min-height:120px;align-items:flex-start;padding-top:12px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.contact-card{border:var(--border);border-radius:4px;padding:18px;background:var(--paper);margin-bottom:12px;display:flex;gap:14px;align-items:flex-start;cursor:pointer;transition:transform .15s}
.contact-card:hover{transform:translate(-2px,-2px)}
.contact-card-icon{width:44px;height:44px;border:var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.pagination{display:flex;gap:8px;justify-content:center;margin-top:24px}
.pagination span{width:36px;height:36px;border:1.5px solid var(--sketch-light);border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px}
.pagination span.active{background:var(--sketch);color:var(--paper);border-color:var(--sketch)}
.events-results-note{margin-bottom:16px;padding:14px 16px;border:1.5px dashed var(--accent);border-radius:4px;background:linear-gradient(180deg,#fff6f1 0%,var(--accent-light) 100%);display:flex;align-items:flex-start;gap:12px}
.events-results-note[hidden]{display:none}
.events-results-note-icon{width:34px;height:34px;border:1.5px solid var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent);background:#fff;flex-shrink:0;font-size:16px}
.events-results-note-copy{display:flex;flex-direction:column;gap:4px}
.events-results-note-title{font-family:'Architects Daughter',cursive;font-size:14px;color:var(--accent);letter-spacing:1px}
.events-results-note-text{font-size:13px;color:var(--sketch-light);line-height:1.55}
.events-results-empty{border:var(--border-light);border-radius:4px;padding:20px;background:#faf7f0;font-size:14px;color:var(--sketch-light);line-height:1.6}
.hero-centered{text-align:center;padding:40px 20px 32px;max-width:760px;margin:0 auto}
.hero-eyebrow{font-family:'Architects Daughter',cursive;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:var(--accent);margin-bottom:12px}
.hero-headline{font-family:'Architects Daughter',cursive;font-size:44px;line-height:1.1;margin-bottom:16px;font-weight:normal}
.hero-subtext{font-size:16px;color:var(--sketch-light);max-width:560px;margin:0 auto}
.slider-wrapper{position:relative;margin-top:32px}
.slider-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}
.slider-title{font-family:'Architects Daughter',cursive;font-size:18px;display:flex;align-items:center;gap:8px}
.slider-nav{display:flex;gap:6px}
.slider-arrow{width:36px;height:36px;border:var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--paper);cursor:pointer;font-size:16px;transition:transform .15s}
.slider-arrow:hover{transform:translate(-1px,-1px);background:var(--accent);color:#fff;border-color:var(--accent)}
.slider-arrow.is-disabled{opacity:.35;cursor:default;pointer-events:none}
.slider-viewport{overflow:hidden}
.slider-track{display:flex;gap:16px;position:relative;transition:transform .25s ease}
.slider-track>*{flex:0 0 calc((100% - (var(--visible-count, 3) - 1) * 16px) / var(--visible-count, 3));min-width:0}
.slider-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}
.slider-dot{width:8px;height:8px;border-radius:50%;background:var(--sketch-light);opacity:.3;cursor:pointer}
.slider-dot.active{opacity:1;background:var(--accent);width:20px;border-radius:4px}
.slider-cta-card{border:var(--border);border-radius:4px;background:var(--accent-light);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:22px;min-height:100%;cursor:pointer;transition:transform .15s}
.slider-cta-card:hover{transform:translate(-2px,-2px)}
.slider-cta-kicker{font-family:'Architects Daughter',cursive;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:10px}
.slider-cta-title{font-family:'Architects Daughter',cursive;font-size:28px;line-height:1.1;margin-bottom:10px}
.slider-cta-text{font-size:14px;color:var(--sketch-light);margin-bottom:18px}
.sponsor-strip{background:var(--paper);border:var(--border);border-radius:3px;padding:18px 30px;margin-bottom:24px;box-shadow:3px 3px 0 rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-between;gap:24px}
.sponsor-strip-label{font-family:'Architects Daughter',cursive;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--sketch-light);white-space:nowrap;flex-shrink:0}
.sponsor-strip-logos{flex:1;display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items:center}
.sponsor-logo-item{height:50px;border:1.5px dashed var(--sketch-light);border-radius:4px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:var(--sketch-light);background:repeating-linear-gradient(45deg,#eee8dd,#eee8dd 5px,#e5dfd5 5px,#e5dfd5 10px)}
.nav-social{display:flex;gap:8px;align-items:center}
.nav-social-icon{width:36px;height:36px;border:var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:transform .15s;background:var(--paper)}
.nav-social-icon:hover{transform:translate(-1px,-1px);background:var(--sketch);color:var(--paper)}
@media (max-width:900px){.grid-3,.grid-4{grid-template-columns:1fr 1fr}.grid-2{grid-template-columns:1fr}.cta-banner{flex-direction:column;text-align:center}.event-row{grid-template-columns:60px 1fr}.event-row-img,.event-row>.wf-btn{display:none}.big-search-fields{grid-template-columns:1fr 1fr}.featured-blog,.recap-header,.contact-layout,.detail-hero,.detail-map-layout,.past-events-showcase,.recap-feature-card,.recap-overview-grid,.recap-detail-gallery-grid,.news-categories-top,.news-categories-grid,.events-search-map-layout,.announce-form-grid,.detail-flow-layout{grid-template-columns:1fr}.nav-links{display:none}.wf-nav{padding:14px 18px}.hero-headline{font-size:32px}.slider-track>*{flex-basis:100%}.sponsor-strip{flex-direction:column;gap:14px}.sponsor-strip-logos{width:100%}.ticket-phase-grid,.detail-copy-grid,.sponsor-logo-grid,.detail-facts,.news-categories-summary,.detail-image-strip{grid-template-columns:1fr 1fr}.ticket-phase::after{display:none}.recap-feature-media{min-height:220px;border-right:none;border-bottom:var(--border-light)}.testimonial-section-title{font-size:24px}.testimonial-section-subtitle{font-size:14px}.testimonial-review-card{padding:40px 16px 16px}.insights-video-frame{width:100%}.insights-video-title{font-size:22px}.partner-modal,.announce-modal{padding:22px}.partner-modal-title,.announce-modal-title{font-size:24px}.recap-home-shell{width:100%}.recap-home-section-header{flex-direction:column;align-items:flex-start}.recap-home-section-title{font-size:24px}.news-categories-footer,.announce-form-actions{flex-direction:column;align-items:flex-start}.detail-inline-image{position:static}}
