*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;line-height:1.15}p{line-height:1.4}body{margin:0}main{display:block}h1{margin:0 0 .67em;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000;text-decoration:none}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;max-width:100%}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}@font-face{font-family:Libre Franklin;font-style:normal;font-weight:100 900;font-display:swap;src:url(../../../fonts/libre-franklin-latin-var-normal.woff2)format("woff2")}@font-face{font-family:Libre Franklin;font-style:italic;font-weight:100 900;font-display:swap;src:url(../../../fonts/libre-franklin-latin-var-italic.woff2)format("woff2")}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:400 700;font-display:swap;src:url(../../../fonts/libre-baskerville-latin-var-normal.woff2)format("woff2")}@font-face{font-family:Libre Baskerville;font-style:italic;font-weight:400 700;font-display:swap;src:url(../../../fonts/libre-baskerville-latin-var-italic.woff2)format("woff2")}:root{--bgColor:#f1eee6;--surfaceColor:#fff;--textColor:#000;--mutedTextColor:#6d7c60;--primaryColor:#85141c;--primaryStrongColor:#c48143;--lineColor:#cad5d7;--contrastColor:#fff;--softAccentColor:#e9a787;--softAccentAltColor:#d3a041;--radiusSize:16px;--shadowValue:none;--strongShadowValue:none}body{color:var(--textColor);background:radial-gradient(circle at top right, var(--softAccentColor) 0%, transparent 48%), radial-gradient(circle at 8% 30%, var(--softAccentAltColor) 0%, transparent 30%), var(--bgColor);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;min-height:100dvh;font-family:Libre Franklin,system-ui,-apple-system,Segoe UI,sans-serif;overflow-x:clip}.siteShell{grid-template-rows:auto 1fr auto;min-height:100dvh;display:grid}h1,h2,h3{letter-spacing:.01em;font-family:Libre Baskerville,Georgia,serif;line-height:1.2}h1{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.3rem)}h2{margin:0 0 .85rem;font-size:clamp(1.6rem,3vw,2.2rem)}p{color:var(--mutedTextColor);max-width:66ch;line-height:1.78}a{color:var(--primaryColor);text-decoration:none}a:hover{color:var(--primaryStrongColor)}.container{max-width:1260px;margin:0 auto;padding:0 1.2rem}.siteHeader{z-index:20;background:var(--surfaceColor);border-bottom:1px solid var(--lineColor);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding-block:.5rem;position:sticky;top:0}.navRow{grid-template-columns:auto 1fr auto;align-items:center;column-gap:1rem;min-height:74px;transition:min-height .22s;display:grid}.siteBrand{color:var(--textColor);align-items:center;display:inline-flex}.emphasisText{font-family:above-the-beyond-script,Libre Baskerville,Georgia,serif}.siteLogo{width:clamp(190px,24vw,300px);height:auto;transition:width .22s;display:block}.navRow.navCompact{min-height:62px}.navRow.navCompact .siteLogo{width:clamp(144px,18vw,210px)}.siteNav{grid-auto-columns:max-content;grid-auto-flow:column;justify-content:end;justify-self:end;column-gap:1.1rem;font-size:.96rem;display:grid}.siteNavDesktop{display:grid}.navToggle{border:1px solid var(--lineColor);background:var(--surfaceColor);border-radius:10px;width:44px;height:44px;padding:.55rem;display:none}.navToggle span{background:var(--textColor);border-radius:999px;width:100%;height:2px;display:block}.mobileNavDialog{background:0 0;border:0;width:min(100vw,480px);height:100dvh;max-height:100dvh;margin:0 0 0 auto;padding:0}.mobileNavDialog::backdrop{background:var(--textColor);opacity:.55;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:.22s fadeIn}.mobileNavDialog.mobileNavDialogClosing::backdrop{animation:.22s forwards fadeOut}.mobileNavSurface{background:var(--surfaceColor);border-left:1px solid var(--lineColor);height:100%;box-shadow:var(--shadowValue);grid-template-rows:auto 1fr;padding:1rem 1rem 1.5rem;animation:.26s slideInRight;display:grid}.mobileNavDialog.mobileNavDialogClosing .mobileNavSurface{animation:.22s forwards slideOutRight}.mobileNavHeader{grid-template-columns:1fr auto;align-items:center;display:grid}.mobileNavTitle{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.92rem}.mobileNavClose{border:1px solid var(--lineColor);background:var(--surfaceColor);width:42px;height:42px;color:var(--textColor);border-radius:10px}.mobileNavList{align-content:start;gap:.65rem;padding-top:1rem;display:grid}.mobileNavList a{border-bottom:1px solid var(--lineColor);padding:.8rem .2rem;font-size:1.08rem}.siteMain{width:100%;padding-bottom:3.2rem}.heroBlock{border-radius:22px;align-items:center;min-height:min(72vh,680px);padding:0;display:flex;position:relative;overflow:hidden}.heroFullBleed{border:none;border-radius:0;width:100dvw;max-width:100dvw;height:100vh;margin-left:0;position:relative;left:50%;transform:translate(-50%)}.heroVideo{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.heroOverlay{background:linear-gradient(120deg, var(--textColor), var(--textColor));opacity:.45;position:absolute;inset:0}.heroContent{z-index:1;max-width:640px;padding:clamp(1.8rem,4vw,3.4rem);position:relative}.heroContent h1,.heroContent p{color:var(--contrastColor)}.heroContent p{color:var(--contrastColor);max-width:56ch}.heroCta{background:var(--contrastColor);color:var(--primaryStrongColor);box-shadow:var(--shadowValue);border-radius:999px;margin-top:.75rem;padding:.65rem 1.1rem;font-weight:600;transition:transform .22s,box-shadow .22s;display:inline-block}.heroCta:hover{box-shadow:var(--strongShadowValue);transform:translateY(-1px)}section{background:var(--surfaceColor);border:1px solid var(--lineColor);box-shadow:var(--shadowValue);border-radius:var(--radiusSize);margin-bottom:1.25rem;padding:1.5rem}.sectionPlain{box-shadow:none;background:0 0;border:0;padding:.6rem 0 1.1rem}.sectionSoft{background:var(--bgColor);border:1px solid var(--lineColor);box-shadow:var(--shadowValue)}.sectionDividerTop{padding-top:1.25rem;position:relative}.sectionDividerTop:before{content:"";background:linear-gradient(90deg, transparent, var(--lineColor), transparent);height:1px;position:absolute;top:0;left:0;right:0}.homeIntro{grid-template-columns:1.35fr 1fr;align-items:stretch;gap:1.25rem;display:grid}.introAccentCard{border:1px solid var(--lineColor);background:linear-gradient(160deg, var(--softAccentColor), var(--softAccentAltColor));border-radius:14px;align-content:start;gap:1rem;padding:1.2rem;display:grid}.cardGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.95rem;display:grid}.flowGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;display:grid}.keynoteSection h2{text-align:center;color:var(--primaryColor)}.keynoteGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;display:grid}.keynoteCard{background:var(--surfaceColor);border:1px solid var(--lineColor);border-radius:12px;align-content:start;gap:.6rem;padding:.85rem;display:grid}.keynoteCard h3{margin:.2rem 0 0}.keynoteImage{aspect-ratio:4/4;object-fit:cover;border:1px solid var(--lineColor);background:var(--bgColor);border-radius:6px;width:100%;display:block}@keyframes keynoteSlideUpIn{0%{opacity:0;transform:translateY(110px)}to{opacity:1;transform:translate(0,0)}}@keyframes encounterFadeIn{0%{opacity:0}to{opacity:1}}@keyframes encounterFadeInTimed{0%{opacity:0}to{opacity:1}}@supports (animation-timeline:view()){.keynoteSection{view-timeline-name:--keynoteSection;view-timeline-axis:block}.keynoteCard{opacity:0;will-change:transform, opacity;animation-name:keynoteSlideUpIn;animation-timing-function:ease-out;animation-fill-mode:both;animation-timeline:--keynoteSection;animation-range:entry 8% cover 44%}.keynoteGrid .keynoteCard:first-child{animation-range:entry 6% cover 40%}.keynoteGrid .keynoteCard:nth-child(2){animation-range:entry 22% cover 52%}.keynoteGrid .keynoteCard:nth-child(3){animation-range:entry 40% cover 62%}}@media (prefers-reduced-motion:no-preference){.encounterSection .featureItem{opacity:0}.encounterSection.encounterSectionActive .featureItem{animation-name:encounterFadeInTimed;animation-duration:.9s;animation-timing-function:ease-out;animation-fill-mode:both}.encounterSection.encounterSectionActive .featureItem:first-child{animation-delay:0s}.encounterSection.encounterSectionActive .featureItem:nth-child(2){animation-delay:.34s}.encounterSection.encounterSectionActive .featureItem:nth-child(3){animation-delay:.68s}}@media (prefers-reduced-motion:reduce){.keynoteCard{opacity:1!important;animation:none!important;transform:none!important}.encounterSection .featureItem{opacity:1!important;animation:none!important}}.featureCard,.eventCard,.pillarCard,.testimonialCard,.featureItem,.eventItem,.testimonialItem{border:1px solid var(--lineColor);background:var(--surfaceColor);border-radius:14px;height:100%;padding:1.1rem}.featureItem{background:var(--surfaceColor);border:1px solid var(--lineColor);border-left:3px solid var(--primaryColor);border-radius:0;padding:.85rem .9rem .85rem 1rem}.eventItem{background:var(--surfaceColor);border-radius:18px;transition:transform .22s,box-shadow .22s}.eventItem:hover{box-shadow:var(--shadowValue);transform:translateY(-2px)}.pillarGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.95rem;display:grid}.testimonialGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem;display:grid}.testimonialItem{background:var(--bgColor);border:1px solid var(--lineColor)}.testimonialItem footer{color:var(--textColor);margin-top:.85rem;font-weight:600}.featureCard h3,.eventCard h3,.pillarCard h3{margin:0 0 .5rem}ul{padding-left:1rem}li{margin:.45rem 0}blockquote{border-left:4px solid var(--softAccentColor);background:var(--bgColor);border-radius:12px;margin:1rem 0;padding:1rem 1.2rem}button{background:var(--primaryColor);color:var(--contrastColor);cursor:pointer;border:0;border-radius:999px;padding:.65rem 1.2rem;font-weight:600;transition:background-color .22s,transform .22s,box-shadow .22s}button:hover{background:var(--primaryStrongColor);box-shadow:var(--shadowValue);transform:translateY(-1px)}input,textarea,select{border:1px solid var(--lineColor);background:var(--surfaceColor);width:100%;color:var(--textColor);border-radius:10px;padding:.65rem .75rem;transition:border-color .18s,box-shadow .18s}input:focus,textarea:focus,select:focus{border-color:var(--primaryColor);box-shadow:0 0 0 3px var(--primaryColor);outline:0}label{color:var(--textColor);margin-bottom:.8rem;font-size:.94rem;display:block}form{gap:.45rem;display:grid}table{border-collapse:collapse;background:var(--surfaceColor);border:1px solid var(--lineColor);border-radius:10px;width:100%;overflow:hidden}th,td{text-align:left;border-bottom:1px solid var(--lineColor);padding:.7rem;font-size:.92rem}.siteFooter{border-top:1px solid var(--lineColor);background:var(--surfaceColor);padding:2rem 0}.footerTagline{color:var(--textColor);margin:0 0 .7rem;font-weight:500}.footerLinks{grid-auto-columns:max-content;grid-auto-flow:column;column-gap:1rem;font-size:.92rem;display:grid}@media (width<=780px){.navToggle{align-content:center;gap:5px;display:grid}.siteNavDesktop{display:none}.navRow{grid-template-columns:1fr auto;padding:.75rem 0}.homeIntro,.cardGrid,.flowGrid,.keynoteGrid,.pillarGrid,.testimonialGrid{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(24px)}}
