@import"https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&display=swap";.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s ease}.btn--primary{color:#fff;background-color:var(--gm-accent);text-transform:uppercase}.btn--primary:hover{background-color:var(--gm-accent-hover)}.btn--secondary{color:#1a1a1a;background-color:#e9e9e9}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary:disabled:hover{background-color:var(--gm-accent)}.btn--secondary:disabled:hover{background-color:#e9e9e9}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.field__label{font-size:.8125rem;font-weight:600;color:var(--gm-secondary)}.field__required{color:#b42318}.field--error .field__label{color:#c75b4a}.field__hint{font-size:.75rem;color:var(--gm-text-muted)}.field__divider{margin:.35rem 0 0;border:0;border-top:1px solid #e8e8e8}.field input,.field textarea,.field select{width:100%;padding:.5rem .65rem;border:1px solid #d4d4d4;border-radius:6px;font:inherit;background:#fff}.field textarea{min-height:5rem;resize:vertical}.captcha-field{display:flex;flex-direction:column;gap:.5rem}.captcha-field__label{font-size:.875rem;font-weight:500;color:var(--gm-secondary)}.captcha-field__required{color:#b42318}.captcha-field--error .captcha-field__label{color:#c75b4a}.captcha-field__images{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem;min-height:5.5rem}.captcha-field__digit{display:block;width:3.25rem;height:4.25rem;border-radius:4px;border:1px solid #ccc;background:#eee;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.captcha-field__row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.captcha-field__input{flex:1 1 8rem;max-width:10rem;padding:.55rem .65rem;border:1px solid #d8d8d8;border-radius:6px;font:inherit;letter-spacing:.08em;font-weight:600;text-align:left;box-sizing:border-box}.captcha-field__input::placeholder{letter-spacing:normal;font-weight:500;color:var(--gm-text-muted)}.captcha-field__input--error{border-color:#e9967a;background-color:#ffe8e2;box-shadow:inset 0 0 0 1px #ffc9b8}.captcha-field__input--error:focus{outline-color:salmon;border-color:salmon}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:var(--gm-surface)}.admin-login__card{width:100%;max-width:28rem;padding:2rem;background:#fff;border-radius:10px;box-shadow:0 4px 24px #00000014;display:flex;flex-direction:column;gap:1rem}.admin-login__card h1{margin:0 0 .35rem;font-size:1.5rem}.admin-login__lead{margin:0 0 1.25rem;color:var(--gm-text-muted);font-size:.9rem}.admin-login__card input{width:100%;padding:.55rem .65rem;border:1px solid #d8d8d8;border-radius:6px;font:inherit;box-sizing:border-box}.admin-login__input--error{border-color:#e9967a;background-color:#ffe8e2;box-shadow:inset 0 0 0 1px #ffc9b8}.admin-login__input--error:focus{outline-color:salmon;border-color:salmon}.admin-login__notice{margin:0;padding:.5rem .65rem;border-radius:6px;background:#fff4e5;color:#8a4b00;font-size:.875rem}@keyframes admin-login-warning-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.admin-login__warning{margin:0;padding:.65rem .75rem;border-radius:6px;background:#fff1f0;border:1px solid #f5c2c0;color:#b42318;font-size:.875rem;font-weight:500;animation:admin-login-warning-fade-in .35s ease-out}.admin-login__back{margin:1.25rem 0 0;font-size:.875rem}.admin-login__back a{color:var(--gm-accent)}.snackbar{position:fixed;left:50%;bottom:1.5rem;z-index:1000;max-width:min(24rem,calc(100vw - 2rem));padding:.75rem 1.25rem;border-radius:8px;background:#d4edda;color:#0d5c2e;border:1px solid #b8dfc4;box-shadow:0 4px 16px #0000001f;transform:translate(-50%);animation:snackbar-in .25s ease}.snackbar__message{margin:0;font-size:.875rem;font-weight:600;text-align:center}@keyframes snackbar-in{0%{opacity:0;transform:translate(-50%) translateY(.75rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(prefers-reduced-motion:reduce){.snackbar{animation:none}}.admin-user-menu{display:inline-flex;align-items:center;gap:.55rem}.admin-user-menu__trigger-wrap{position:relative}.admin-user-menu__monogram{display:inline-flex;align-items:center;justify-content:center;width:2.125rem;height:2.125rem;padding:0;border:1px solid #d8d8d8;border-radius:999px;background:#fff;color:#222;font:inherit;font-size:.75rem;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.admin-user-menu__monogram:hover,.admin-user-menu__trigger-wrap:focus-within .admin-user-menu__monogram{border-color:var(--gm-accent);background:#fff5f9;color:var(--gm-accent)}.admin-user-menu__monogram:focus-visible{outline:2px solid var(--gm-accent);outline-offset:2px}.admin-user-menu__type{font-size:.8125rem;font-weight:600;color:var(--gm-text-muted);white-space:nowrap}.admin-user-menu__flyout{position:absolute;top:calc(100% + .45rem);right:0;z-index:20;min-width:10.5rem;padding:.65rem .75rem .55rem;border:1px solid #e8e8e8;border-radius:8px;background:#fff;box-shadow:0 8px 24px #00000014;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;pointer-events:none}.admin-user-menu__trigger-wrap:hover .admin-user-menu__flyout,.admin-user-menu__trigger-wrap:focus-within .admin-user-menu__flyout{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.admin-user-menu__flyout-username{margin:0 0 .55rem;padding-bottom:.55rem;border-bottom:1px solid #ececec;font-size:.875rem;font-weight:600;color:#222;word-break:break-word}.admin-user-menu__logout{display:block;width:100%;padding:.45rem .35rem;border:none;border-radius:4px;background:transparent;color:#333;font:inherit;font-size:.875rem;text-align:left;cursor:pointer}.admin-user-menu__logout:hover{background:#fafafa;color:var(--gm-accent)}.admin-user-menu__logout:focus-visible{outline:2px solid var(--gm-accent);outline-offset:1px}.site-copyright-bar{position:fixed;bottom:clamp(.65rem,2vh,1rem);left:clamp(.65rem,2vw,1rem);z-index:35;display:inline-flex;align-items:center;gap:0;margin:0;padding:.2rem .3rem;overflow:hidden;max-width:1.85rem;border:0;border-radius:4px;background:transparent;font:inherit;font-size:.75rem;line-height:1.3;color:#fff;opacity:.4;text-shadow:0 1px 4px rgba(0,0,0,.55);cursor:pointer;transition:max-width .55s cubic-bezier(.22,1,.36,1),opacity .35s ease,padding .55s cubic-bezier(.22,1,.36,1),gap .55s cubic-bezier(.22,1,.36,1),background-color .35s ease}.site-copyright-bar:hover,.site-copyright-bar:focus-visible{opacity:.6}.site-copyright-bar:focus-visible{outline:1px solid rgba(255,255,255,.45);outline-offset:2px}.site-copyright-bar--expanded{max-width:min(92vw,28rem);gap:0;padding:.35rem .6rem;opacity:.8}.site-copyright-bar--embedded{position:absolute}.site-copyright-bar__compact{flex-shrink:0;font-size:1.25rem;line-height:1;transition:opacity .25s ease,width .35s ease,margin .35s ease}.site-copyright-bar--expanded .site-copyright-bar__compact{width:0;margin:0;opacity:0;overflow:hidden}.site-copyright-bar__label{white-space:nowrap;opacity:0;transform:translate(-10px);transition:opacity .4s ease .06s,transform .55s cubic-bezier(.22,1,.36,1) .06s}.site-copyright-bar:not(.site-copyright-bar--expanded) .site-copyright-bar__label{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.site-copyright-bar--expanded .site-copyright-bar__label{position:static;width:auto;height:auto;overflow:visible;opacity:1;transform:translate(0)}@media(max-width:782px){.site-copyright-bar:not(.site-copyright-bar--embedded){left:50%;right:auto;bottom:max(.45rem,env(safe-area-inset-bottom,0px));z-index:50;transform:translate(-50%);justify-content:center;opacity:.85}.site-copyright-bar:not(.site-copyright-bar--embedded).site-copyright-bar--expanded{left:0;right:0;width:100%;max-width:none;transform:none;z-index:200;justify-content:center;padding:.65rem 1rem;padding-bottom:max(.65rem,calc(env(safe-area-inset-bottom,0px) + .35rem));border-radius:0;background:#000c;opacity:1;text-shadow:none}}@media(prefers-reduced-motion:reduce){.site-copyright-bar,.site-copyright-bar__label{transition:none}.site-copyright-bar--expanded .site-copyright-bar__label{transform:none}}.home-section-pager{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;height:100dvh;z-index:0;overflow:hidden;background:var(--gm-background, #fffffd)}.home-section-pager__track{display:flex;width:100%;height:100%;transition-property:transform;transition-timing-function:cubic-bezier(.22,1,.36,1);will-change:transform}.home-section-pager__track--animating{pointer-events:none}.home-section-pager__panel{flex:0 0 100%;width:100%;height:100%;overflow-x:hidden;overflow-y:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.home-section-pager__panel--active{overflow-y:auto;touch-action:pan-y pinch-zoom}.home-section-pager--animating .home-section-pager__panel,.home-section-pager--animating .home-section-pager__panel--active{overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.home-section-pager--animating .home-section-pager__panel::-webkit-scrollbar{display:none;width:0;height:0}.home-section-pager__panel-content{display:flex;flex-direction:column;justify-content:center;min-height:100%;box-sizing:border-box;opacity:.35;transform:translate3d(24px,0,0) scale(.985);filter:saturate(.85);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1),filter .75s ease}.home-section-pager__panel--active:not(.home-section-pager__panel--entering) .home-section-pager__panel-content{opacity:1;transform:none;filter:none}.home-section-pager__panel--adjacent:not(.home-section-pager__panel--active) .home-section-pager__panel-content{opacity:.55;transform:translate3d(-12px,0,0) scale(.99)}.home-section-pager--animating.home-section-pager--next{--pager-fade-shift-leave: -24px;--pager-fade-shift-enter: 24px}.home-section-pager--animating.home-section-pager--prev{--pager-fade-shift-leave: 24px;--pager-fade-shift-enter: -24px}.home-section-pager--animating .home-section-pager__panel--leaving .home-section-pager__panel-content{opacity:0;transform:translate3d(var(--pager-fade-shift-leave),0,0) scale(.97);filter:saturate(.75);transition:opacity .5s cubic-bezier(.4,0,1,1),transform .55s cubic-bezier(.4,0,1,1),filter .5s ease}.home-section-pager--animating .home-section-pager__panel--entering .home-section-pager__panel-content{opacity:0;transform:translate3d(var(--pager-fade-shift-enter),0,0) scale(.97);filter:saturate(.85);animation:home-section-pager-enter .9s cubic-bezier(.22,1,.36,1) forwards}.home-section-pager--animating .home-section-pager__panel:not(.home-section-pager__panel--leaving):not(.home-section-pager__panel--entering) .home-section-pager__panel-content{opacity:0}@keyframes home-section-pager-enter{0%{opacity:0;transform:translate3d(var(--pager-fade-shift-enter),0,0) scale(.97);filter:saturate(.85)}to{opacity:1;transform:none;filter:none}}.home-section-pager__dots{position:fixed;left:50%;bottom:clamp(.85rem,2.5vh,1.25rem);z-index:40;display:flex;flex-direction:row;gap:.55rem;margin:0;padding:.55rem .75rem;border:none;border-radius:999px;background:#00000038;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translate(-50%);list-style:none}.home-section-pager__dot{width:.55rem;height:.55rem;margin:0;padding:0;border:1px solid rgba(255,255,255,.85);border-radius:50%;background:transparent;cursor:pointer;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.home-section-pager__dot:hover{transform:scale(1.15)}.home-section-pager__dot--active{background:var(--gm-accent, #d71362);border-color:var(--gm-accent, #d71362);box-shadow:0 0 0 3px #d7136247;transform:scale(1.2)}@media(min-width:769px){.home-section-pager__dots{gap:1.1rem;padding:.75rem 1.1rem}.home-section-pager__dot{width:1.1rem;height:1.1rem;border-width:2px}.home-section-pager__dot--active{box-shadow:0 0 0 6px #d7136247}}.home-section-pager .hero-section{min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;margin-bottom:0}.home-section-pager__panel--hero{overflow:hidden}.home-section-pager__panel--hero .home-section-pager__panel-content{min-height:100%;height:100%}.home-section-pager .section,.home-section-pager .faqs-page--section,.home-section-pager .repertoire-page--section{width:100%;flex:0 0 auto;margin:0}.home-section-pager .section{display:flex;flex-direction:column;justify-content:center}.home-section-pager__panel--hero .home-section-pager__panel-content{justify-content:stretch}.home-section-pager__panel--biography,.home-section-pager__panel--biography.home-section-pager__panel--active{overflow:hidden}.home-section-pager__panel--biography .home-section-pager__panel-content{height:100%;min-height:100%;justify-content:stretch}.home-section-pager .biography-section{margin:0}@media(max-width:782px){.home-section-pager__dots{gap:.81rem;padding:.675rem .945rem;bottom:max(2.35rem,calc(env(safe-area-inset-bottom,0px) + 1.85rem))}.home-section-pager__dot{width:.9rem;height:.9rem;border-width:2px}.home-section-pager__dot--active{box-shadow:0 0 0 4.5px #d7136247;transform:scale(1.2)}.home-section-pager__panel-content{padding-bottom:max(4.75rem,calc(env(safe-area-inset-bottom,0px) + 4.25rem))}}@media(prefers-reduced-motion:reduce){.home-section-pager__track,.home-section-pager__panel-content,.home-section-pager__dot{transition:none}.home-section-pager__panel-content,.home-section-pager--animating .home-section-pager__panel--leaving .home-section-pager__panel-content,.home-section-pager--animating .home-section-pager__panel--entering .home-section-pager__panel-content{opacity:1;transform:none;filter:none;animation:none}}.drop-cap-paragraphs__lead{margin-top:0}.drop-cap-paragraphs__lead:first-letter{-webkit-initial-letter:3;initial-letter:3;initial-letter-align:drop;margin-right:.12em;font-weight:700;color:var(--gm-accent)}@supports not (initial-letter: 3){.drop-cap-paragraphs__lead:first-letter{float:left;margin:.05em .14em 0 0;font-size:clamp(3.5rem,8vw,5.5rem);font-weight:700;line-height:.75;color:var(--gm-accent)}.drop-cap-paragraphs__lead:after{content:"";display:block;clear:both}}.drop-cap-paragraphs__lead--float-cap:after{content:"";display:block;clear:both}.drop-cap-paragraphs__drop-cap{float:left;height:5.1rem;margin:.05em .14em 0 0;font-size:clamp(3.5rem,8vw,5.5rem);font-weight:700;line-height:1;color:var(--gm-accent)}.drop-cap-paragraphs p{margin:0 0 1rem}.drop-cap-paragraphs p:last-child{margin-bottom:0}.biography-section{position:relative;isolation:isolate;display:flex;flex-direction:column;width:100%;min-height:100vh;min-height:100dvh;padding:0;overflow:hidden;background:#1a1a1a;box-sizing:border-box}.biography-section__collage{--bio-scroll: 0px;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;min-height:100%}.biography-section__collage--empty{background:#1a1a1a}.biography-section__polaroid{position:absolute;top:var(--bio-top);left:var(--bio-left);width:var(--bio-width);z-index:var(--bio-z);display:flex;flex-direction:column;margin:0;padding:.65rem .65rem .55rem;border:6px solid #fff;background:linear-gradient(180deg,#faf8f2,#f0ebe1);box-shadow:0 18px 36px #00000061,0 4px 10px #00000038,inset 0 0 0 2px #0000000f;transform:translate3d(0,calc(var(--bio-scroll) * var(--bio-parallax-factor)),0) rotate(var(--bio-rotate));transform-origin:center center;will-change:transform}.biography-section__polaroid-image{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;filter:grayscale(100%);background:#2a2a2a}.biography-section__polaroid-caption{display:flex;align-items:center;justify-content:center;min-height:3.75rem;margin:0;padding:.5rem .35rem .25rem;font-family:Caveat,Segoe Script,Bradley Hand,Apple Chancery,cursive;font-size:clamp(.95rem,2.4vw,1.35rem);font-weight:600;line-height:1.15;text-align:center;color:#2f2822}.biography-section__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;background:rgba(0,0,0,var(--bio-scrim-opacity, .7))}.biography-section__content{position:relative;z-index:2;display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:0;overflow-y:auto;padding:calc(var(--gm-section-pad-y) + 25px) var(--gm-section-pad-x) var(--gm-section-pad-y);box-sizing:border-box}.biography-section__copy{width:80%;max-width:42rem;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.45)}.biography-section__kicker{color:var(--gm-accent)}.biography-section__title{color:#fff}.biography-section__body{color:#ffffffeb;line-height:1.7}.home-section-pager .biography-section{flex:1 1 auto;align-self:stretch;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;justify-content:stretch}@media(max-width:782px){.biography-section__content{justify-content:flex-start;padding-top:max(8rem,calc(5.75rem + env(safe-area-inset-top,0px)));padding-bottom:max(50px,var(--gm-section-pad-y))}.biography-section__polaroid{padding:.5rem .5rem .45rem;border-width:5px}.biography-section__polaroid-caption{min-height:3rem;font-size:clamp(.85rem,3.6vw,1.1rem)}.biography-section__copy{width:88%;max-width:none}}@media(prefers-reduced-motion:reduce){.biography-section__polaroid{transform:rotate(var(--bio-rotate));will-change:auto}.biography-section__collage{--bio-scroll: 0px}}.interaction-captcha{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;width:100%;padding:.85rem .9rem;border:1px solid #d8d8d8;border-radius:8px;background:#fafafa;box-sizing:border-box}.interaction-captcha--ready{border-color:#b9d8bf;background:#f7fbf8}.interaction-captcha--verified{border-color:#8bc49a;background:#f2faf4}.interaction-captcha--verifying{border-color:#b8cfe8;background:#f6f9fd}.interaction-captcha--error{border-color:#e9967a;background:#fff3ef}.interaction-captcha__box{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;margin:0;padding:0;border:2px solid #8a8a8a;border-radius:4px;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.interaction-captcha--ready .interaction-captcha__box{border-color:#4f9d63;box-shadow:0 0 0 3px #4f9d6324}.interaction-captcha__box:hover:not(:disabled){border-color:#666}.interaction-captcha__box:disabled{opacity:.55;cursor:not-allowed}.interaction-captcha__box--jiggle{animation:interaction-captcha-jiggle .52s ease}.interaction-captcha__box--verifying{border-color:#4a90d9;cursor:wait}.interaction-captcha__spinner{width:1.1rem;height:1.1rem;border:2px solid #d8e6f5;border-top-color:#4a90d9;border-radius:50%;animation:interaction-captcha-spin .85s linear infinite}.interaction-captcha--verifying .interaction-captcha__status{color:#4a90d9}.interaction-captcha__check{font-size:1rem;font-weight:700;line-height:1;color:transparent;transform:scale(.6);transition:color .2s ease,transform .2s ease}.interaction-captcha__check--on{color:#2f7d43;transform:scale(1)}.interaction-captcha__copy{display:flex;flex-direction:column;gap:.15rem;min-width:0}.interaction-captcha__label{font-size:.9rem;font-weight:600;color:var(--gm-accent)}.interaction-captcha__status{font-size:.78rem;color:var(--gm-text-muted)}.interaction-captcha--ready .interaction-captcha__status{color:#2f7d43}.interaction-captcha__reset{margin:0;padding:.35rem .55rem;border:1px solid #d0d0d0;border-radius:6px;background:#fff;font:inherit;font-size:.75rem;color:var(--gm-text-muted);cursor:pointer}.interaction-captcha__reset:hover:not(:disabled){border-color:#b8b8b8;color:var(--gm-text)}.interaction-captcha__reset:disabled{opacity:.55;cursor:not-allowed}@keyframes interaction-captcha-jiggle{0%,to{transform:translate(0) rotate(0)}15%{transform:translate(-4px) rotate(-4deg)}30%{transform:translate(4px) rotate(4deg)}45%{transform:translate(-3px) rotate(-3deg)}60%{transform:translate(3px) rotate(3deg)}75%{transform:translate(-2px) rotate(-2deg)}}@keyframes interaction-captcha-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.interaction-captcha__box--jiggle{animation:none}.interaction-captcha__spinner{animation:none;border-top-color:#4a90d9;opacity:.85}}.contact-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:28rem;margin:0 auto;text-align:left}.contact-form input,.contact-form textarea{width:100%;padding:.55rem .65rem;border:1px solid #d8d8d8;border-radius:6px;font:inherit;box-sizing:border-box}.contact-form .field input.contact-form__input--error,.contact-form .field textarea.contact-form__input--error{border-color:#e9967a;background-color:#ffe8e2;box-shadow:inset 0 0 0 1px #ffc9b8}.contact-form .field input.contact-form__input--error:focus,.contact-form .field textarea.contact-form__input--error:focus{outline-color:salmon;border-color:salmon}.contact-form textarea{resize:vertical;min-height:6rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--gm-text-muted)}@keyframes contact-form-warning-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.contact-form__warning,.contact-form__error{margin:0;color:#b42318;font-size:.875rem;font-weight:500;animation:contact-form-warning-fade-in .35s ease-out}.contact-form__success{margin:0;color:#0d5c2e;font-size:.875rem}.contact-section__inner{max-width:36rem;text-align:center}.contact-section__body{margin-bottom:1.5rem;color:var(--gm-text-muted);font-size:1rem;line-height:1.65}.contact-section__body p{margin:0 0 .75rem}.contact-section__body p:last-child{margin-bottom:0}.event-row{--event-row-date-width: 20%;display:grid;grid-template-columns:minmax(5.5rem,var(--event-row-date-width)) 1fr;align-items:center;margin-bottom:.75rem;padding:.35rem;border:3px solid var(--gm-border-pink);border-radius:10px;background:var(--gm-background);color:var(--gm-text)}.event-row--accent{border-color:transparent;background:var(--gm-accent);color:#fff}.event-row__date{grid-column:1;grid-row:1;align-self:center;padding:.5rem;border-radius:10px;background:var(--gm-surface);color:var(--gm-text);text-align:center}.event-row--accent .event-row__date{background:#fffffff2;color:#1a1a1a}.event-row__dateline{display:flex;flex-direction:column;align-items:center;gap:.15rem}.event-row__day{font-size:1.75rem;font-weight:500;line-height:1}.event-row__month{font-size:.85rem;text-transform:uppercase}.event-row__time{margin:.2rem 0 0;font-size:.85rem;color:var(--gm-accent)}.event-row__year{margin:.1rem 0 0;font-size:.75rem;text-transform:uppercase;color:var(--gm-text-muted)}.event-row__main{grid-column:2;grid-row:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;min-height:100%;padding:.5rem;box-sizing:border-box;text-align:center}.event-row__location-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.4rem;margin:.25rem 0 0;width:100%}.event-row__title{width:100%;min-width:0;margin:0 0 .25rem;font-size:clamp(1.1rem,3vw,1.4rem);font-weight:500;overflow-wrap:break-word;color:var(--gm-secondary)}.event-row--accent .event-row__title{color:#fff}.event-row__location{margin:0;font-size:.75rem;color:var(--gm-text-muted)}.event-row--accent .event-row__location{color:#ffffffeb}.event-row--past{margin-bottom:.4rem;padding:.15rem .3rem;border-width:1px;border-color:color-mix(in srgb,var(--gm-text-muted) 28%,transparent);border-radius:8px;background:var(--gm-surface);opacity:.92}.event-row--past .event-row__date{padding:.25rem .35rem;border-radius:6px;background:color-mix(in srgb,var(--gm-text) 6%,var(--gm-surface))}.event-row--past .event-row__day{font-size:1rem;font-weight:500}.event-row--past .event-row__month{font-size:.68rem;font-weight:600;color:var(--gm-text-muted)}.event-row--past .event-row__time{margin-top:.1rem;font-size:.68rem;color:var(--gm-text-muted)}.event-row--past .event-row__year{font-size:.65rem}.event-row--past .event-row__main{padding-block:.2rem}.event-row--past .event-row__title{margin-bottom:.1rem;font-size:.92rem;font-weight:400;color:var(--gm-text-muted)}.event-row--past .event-row__location{font-size:.68rem;color:var(--gm-text-muted)}@media(min-width:783px){.event-row:not(.event-row--past) .event-row__day{font-size:clamp(2rem,4vw,2.75rem);line-height:.85;margin-bottom:-.15em}.event-row:not(.event-row--past) .event-row__month{font-size:1rem;font-weight:600;color:var(--gm-accent)}.event-row:not(.event-row--past) .event-row__title{padding-top:.35rem}}@media(max-width:782px){.event-row{--event-row-date-width: 5.75rem;grid-template-columns:var(--event-row-date-width) minmax(0,1fr)}.event-row__date{padding:.4rem .35rem}.event-row__main{align-items:flex-start;text-align:left;padding:.4rem .5rem .4rem .35rem}.event-row__location-row{justify-content:flex-start}.event-row__dateline{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:.35em}.event-row--past{--event-row-date-width: 4.75rem}}.events-section__grid{width:min(100%,40rem);margin-inline:auto;display:grid;grid-template-columns:1fr;gap:clamp(1rem,3vw,1.5rem)}.events-section__list{width:100%;padding-right:.25rem}.events-section__past{margin-top:1rem;padding-top:.85rem;border-top:1px solid color-mix(in srgb,var(--gm-text-muted) 22%,transparent)}.events-section__past-title{margin:0 0 .6rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-align:center;color:var(--gm-text-muted)}.events-section__more{display:flex;justify-content:center;margin-top:.5rem}.events-section__more-btn{padding:.35rem .85rem;border:none;border-radius:999px;background:transparent;color:var(--gm-accent);font:inherit;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:color .15s ease,background-color .15s ease}.events-section__more-btn:hover{color:var(--gm-accent-hover);background:#d7136214}.events-section__more-btn:focus-visible{outline:2px solid var(--gm-accent);outline-offset:2px}.faqs-page--section{padding-bottom:0}@media(max-width:782px){.faqs-page--section{padding-bottom:max(50px,var(--gm-section-pad-y))}}.faqs-page--section .faqs-page__intro{padding-top:0}.faqs-page--section .faqs-page__item{scroll-margin-top:1rem}.faqs-page{padding-top:5.5rem;padding-bottom:var(--gm-section-pad-y)}.faqs-page__inner{max-width:48rem;margin:0 auto;padding:0 var(--gm-section-pad-x)}.faqs-page__intro{padding-top:var(--gm-section-pad-y)}.faqs-page__intro .section-title{margin-bottom:0}.faqs-page__state{margin-top:2rem;color:var(--gm-text-muted)}.faqs-page__list{display:grid;gap:.75rem;margin-top:2rem;margin-bottom:100px}.faqs-page__item{border:1px solid color-mix(in srgb,var(--gm-text-muted) 22%,transparent);border-radius:10px;background:var(--gm-surface);overflow:hidden;scroll-margin-top:5.5rem}.faqs-page__question{display:block;width:100%;margin:0;padding:1rem 1.1rem;border:0;background:none;font:inherit;font-size:1.05rem;font-weight:600;color:var(--gm-secondary);text-align:left;cursor:pointer;transition:padding-bottom .35s ease}.faqs-page__question:after{content:"+";float:right;font-size:1.25rem;font-weight:500;color:var(--gm-accent);line-height:1;transition:transform .25s ease}.faqs-page__item--open .faqs-page__question:after{content:"−";transform:rotate(180deg)}.faqs-page__item--open .faqs-page__question{padding-bottom:1.5rem}.faqs-page__answer-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.faqs-page__item--open .faqs-page__answer-panel{grid-template-rows:1fr}.faqs-page__answer{overflow:hidden;min-height:0;padding:0 1.1rem;color:var(--gm-text-muted);line-height:1.7;border-top:1px solid transparent;opacity:0;transition:opacity .35s ease,border-color .35s ease,padding .35s ease}.faqs-page__item--open .faqs-page__answer{padding-top:.85rem;padding-bottom:1rem;border-top-color:color-mix(in srgb,var(--gm-text-muted) 18%,transparent);opacity:1}.faqs-page__answer p{margin:0 0 .85rem}.faqs-page__answer p:last-child{margin-bottom:0}@media(prefers-reduced-motion:reduce){.faqs-page__question:after,.faqs-page__answer-panel,.faqs-page__answer{transition:none}.faqs-page__item--open .faqs-page__answer{opacity:1}}.repertoire-page--section{min-height:100%}.repertoire-page__inner{max-width:52rem;margin:0 auto}.repertoire-page__intro{margin-bottom:1.75rem}.repertoire-page__intro .section-title{margin-bottom:.35rem}.repertoire-page__blurb{max-width:42rem;margin:.75rem auto 0;color:var(--gm-text);font-size:1rem;line-height:1.7;text-align:center}.repertoire-page__blurb p{margin:0 0 .75rem}.repertoire-page__blurb p:last-child{margin-bottom:0}.repertoire-page__state{margin:0;text-align:center;color:var(--gm-text-muted)}.repertoire-page__filters{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.25rem}.repertoire-page__filters--compact{flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:1rem 2rem}.repertoire-page__filters--compact .repertoire-page__filter-group{flex:1 1 14rem;min-width:0}.repertoire-page__filter-group{display:flex;flex-direction:column;min-width:0}.repertoire-page__filter-tabs{display:flex;flex-wrap:wrap;gap:.4rem}.repertoire-page__filter-tab{padding:.4rem .8rem;border:1px solid color-mix(in srgb,var(--gm-accent) 45%,transparent);border-radius:999px;background:#fff;color:var(--gm-accent);font:inherit;font-size:.8125rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.repertoire-page__filter-tab:hover{border-color:var(--gm-accent);background:color-mix(in srgb,var(--gm-accent) 8%,#fff);color:var(--gm-accent)}.repertoire-page__filter-tab--active,.repertoire-page__filter-tab--active:hover,.repertoire-page__filter-tab--active:focus-visible{border-color:var(--gm-accent);background:var(--gm-accent);color:#fff}.repertoire-page__filter-tab:focus-visible{outline:2px solid var(--gm-accent);outline-offset:2px}@media(hover:none){.repertoire-page__filter-tab:hover:not(.repertoire-page__filter-tab--active){border-color:color-mix(in srgb,var(--gm-accent) 45%,transparent);background:#fff;color:var(--gm-accent)}}.repertoire-page__results{transition:opacity .18s ease}.repertoire-page__results--hidden{opacity:0}.repertoire-page__table-wrap{overflow-x:auto}.repertoire-page__table{width:100%;border-collapse:collapse;font-size:.95rem}.repertoire-page__table th,.repertoire-page__table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid color-mix(in srgb,var(--gm-secondary) 12%,transparent)}.repertoire-page__table th{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gm-text-muted)}.repertoire-page__table tbody tr:last-child td{border-bottom:none}.repertoire-page__mobile-list{display:none}.repertoire-page__cards{list-style:none;margin:0;padding:0}.repertoire-page__mobile-head,.repertoire-page__card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:1rem;align-items:start}.repertoire-page__mobile-head{padding:0 0 .65rem;border-bottom:1px solid color-mix(in srgb,var(--gm-secondary) 12%,transparent);font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gm-text-muted)}.repertoire-page__card{padding:.85rem 0;border-bottom:1px solid color-mix(in srgb,var(--gm-secondary) 12%,transparent)}.repertoire-page__card:last-child{border-bottom:none}.repertoire-page__card-artist,.repertoire-page__card-song-year{min-width:0;color:var(--gm-text);font-size:.95rem;line-height:1.4}.repertoire-page__card-artist{font-weight:600;color:var(--gm-secondary)}.home-section-pager .repertoire-page--section{min-height:100%}@media(max-width:782px){.repertoire-page__table-wrap{display:none}.repertoire-page__mobile-list{display:block}}@media(prefers-reduced-motion:reduce){.repertoire-page__results{transition:none}}.memories-vault-section__head{margin-bottom:1.75rem;text-align:center}.memories-vault-section__head .section-title{margin-bottom:.35rem}.memories-vault-section__empty{margin:0;text-align:center;color:var(--gm-text-muted)}.memories-vault-section__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(11.5rem,1fr));gap:1.5rem 1.25rem;justify-items:center}.memories-vault-section__polaroid{width:min(100%,13.5rem);margin:0;padding:.65rem .65rem .55rem;border:6px solid #fff;background:linear-gradient(180deg,#faf8f2,#f0ebe1);box-shadow:0 14px 28px #00000029,0 4px 10px #0000001a,inset 0 0 0 2px #0000000f;transform:rotate(var(--mv-rotate, 0deg));transition:transform .2s ease;cursor:pointer;font:inherit;text-align:inherit;color:inherit}.memories-vault-section__polaroid:focus-visible{outline:2px solid var(--gm-accent);outline-offset:4px}.memories-vault-section__polaroid:hover{transform:rotate(0) translateY(-4px)}.memories-vault-section__polaroid-image{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#e8e4dc}.memories-vault-section__polaroid-caption{display:flex;align-items:center;justify-content:center;min-height:3.25rem;margin:0;padding:.5rem .35rem .25rem;font-family:Caveat,Segoe Script,Bradley Hand,Apple Chancery,cursive;font-size:clamp(.95rem,2.2vw,1.25rem);font-weight:600;line-height:1.15;text-align:center;color:#2f2822}.memories-vault-section__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background-color:#0000008c;isolation:isolate;cursor:pointer;opacity:0;transition:opacity .42s cubic-bezier(.22,1,.36,1)}.memories-vault-section__lightbox--visible{opacity:1}.memories-vault-section__lightbox--closing{pointer-events:none}.memories-vault-section__lightbox-close:disabled{opacity:.6;cursor:default}.memories-vault-section__lightbox:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);pointer-events:none}.memories-vault-section__lightbox-polaroid{position:relative;z-index:1;width:min(94vw,48rem);max-height:min(92vh,52rem);margin:0;overflow:auto;padding:1rem 1rem .85rem;border:10px solid #fff;background:linear-gradient(180deg,#faf8f2,#f0ebe1);box-shadow:0 28px 56px #00000073,0 10px 24px #00000047,inset 0 0 0 2px #0000000f;cursor:default;touch-action:pan-y pinch-zoom;will-change:transform;transform:translate(0) scale(1) rotate(0);transition:transform .48s cubic-bezier(.22,1,.36,1)}.memories-vault-section__lightbox-polaroid--zoom-from{transform:translate(var(--mv-zoom-x),var(--mv-zoom-y)) scale(var(--mv-zoom-scale)) rotate(var(--mv-zoom-rotate))}.memories-vault-section__lightbox-polaroid--zoomed{transform:translate(0) scale(1) rotate(0)}.memories-vault-section__lightbox-polaroid--slide{animation:memories-vault-lightbox-slide .28s cubic-bezier(.22,1,.36,1) both}.memories-vault-section__lightbox-nav{position:absolute;top:50%;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin:0;padding:0;border:1px solid rgba(255,255,255,.38);border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#ffffff38;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fffffff2;cursor:pointer;transform:translateY(-50%);transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.memories-vault-section__lightbox-nav:hover,.memories-vault-section__lightbox-nav:focus-visible{background-color:#ffffff57;border-color:#ffffff9e;outline:none}.memories-vault-section__lightbox-nav--prev{left:max(.75rem,env(safe-area-inset-left,0px))}.memories-vault-section__lightbox-nav--next{right:max(.75rem,env(safe-area-inset-right,0px))}.memories-vault-section__lightbox-close{position:absolute;top:.65rem;right:.65rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin:0;padding:0;border:1px solid rgba(255,255,255,.55);border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#ffffffeb;color:#2f2822;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.memories-vault-section__lightbox-close:hover,.memories-vault-section__lightbox-close:focus-visible{color:var(--gm-accent);border-color:color-mix(in srgb,var(--gm-accent) 45%,transparent);background:#fffffff2;outline:none}.memories-vault-section__lightbox-image{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#e8e4dc}.memories-vault-section__lightbox-caption{display:flex;align-items:center;justify-content:center;min-height:3.5rem;margin:0;padding:.65rem .5rem .35rem;font-family:Caveat,Segoe Script,Bradley Hand,Apple Chancery,cursive;font-size:clamp(1.1rem,2.8vw,1.6rem);font-weight:600;line-height:1.15;text-align:center;color:#2f2822}@keyframes memories-vault-lightbox-slide{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:782px){.memories-vault-section__grid{grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr));gap:1.25rem 1rem}.memories-vault-section__polaroid{width:min(100%,11.5rem);padding:.5rem .5rem .45rem;border-width:5px}.memories-vault-section__polaroid-caption{min-height:2.75rem;font-size:clamp(.85rem,3.4vw,1.05rem)}.memories-vault-section__lightbox-nav{width:2.6rem;height:2.6rem}.memories-vault-section__lightbox-nav--prev{left:max(.35rem,env(safe-area-inset-left,0px))}.memories-vault-section__lightbox-nav--next{right:max(.35rem,env(safe-area-inset-right,0px))}}@media(prefers-reduced-motion:reduce){.memories-vault-section__polaroid{transition:none}.memories-vault-section__polaroid:hover{transform:rotate(var(--mv-rotate, 0deg))}.memories-vault-section__lightbox{transition:none;opacity:1}.memories-vault-section__lightbox-polaroid{transition:none}.memories-vault-section__lightbox-polaroid--slide{animation:none}}@keyframes hero-logo-intro{0%{opacity:0;transform:scale(2.35)}to{opacity:1;transform:scale(1)}}@keyframes hero-logo-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hero-logo-twitch{0%,9.2%,10.1%,39.2%,40.1%,69.2%,70.1%,to{transform:translate(0)}9.35%{transform:translate(5px)}9.5%{transform:translate(-4px)}9.65%{transform:translate(3px)}39.35%{transform:translate(-5px)}39.5%{transform:translate(4px)}39.65%{transform:translate(-3px)}69.35%{transform:translate(4px)}69.5%{transform:translate(-5px)}69.65%{transform:translate(3px)}}.hero-logo-wrap{--gm-hero-logo-gutter: clamp(.75rem, 5vw, 2rem);--gm-hero-logo-intro-dur: 1.15s;display:flex;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;box-sizing:border-box;padding-left:var(--gm-hero-logo-gutter);padding-right:var(--gm-hero-logo-gutter);margin:0 0 1rem;transform-origin:center center;backface-visibility:hidden;animation:hero-logo-intro var(--gm-hero-logo-intro-dur) cubic-bezier(.22,1,.36,1) both}.hero-logo-wrap--static-intro{animation:none;opacity:1}.hero-logo-wrap--editable{flex-direction:column;align-items:center}.hero-logo-image-shell{position:relative;flex:0 1 auto;width:100%;min-width:0;max-width:100%;display:flex;justify-content:center;line-height:0;overflow:visible}.hero-logo{display:block;width:auto;height:auto;max-width:min(var(--gm-hero-logo-size, 33%),calc(100vw - 2 * var(--gm-hero-logo-gutter, 1rem)));object-fit:contain;transform-origin:center center;backface-visibility:hidden;animation:hero-logo-twitch 10s linear var(--gm-hero-logo-intro-dur, 1.15s) infinite;pointer-events:none}.hero-logo-wrap--editable .hero-logo{animation:none;transform:none;outline:2px dashed rgba(215,19,98,.55);outline-offset:0;border-radius:2px}.hero-logo-resize-handle{position:absolute;width:14px;height:14px;transform:translate(-50%,-50%);border:2px solid #fff;border-radius:3px;background:var(--gm-accent, #d71362);box-shadow:0 1px 4px #00000040;cursor:nwse-resize;touch-action:none}.hero-logo-edit-hint{display:block;margin-top:.35rem;font-size:.65rem;letter-spacing:.02em;text-align:center;color:#ffffffbf;pointer-events:none}@media(prefers-reduced-motion:reduce){.hero-logo-wrap:not(.hero-logo-wrap--static-intro){animation:hero-logo-fade-in .35s ease-out both}.hero-logo-wrap:not(.hero-logo-wrap--editable) .hero-logo{animation:none;transform:none}}.hero-resizable-text-shell{position:relative;width:100%}.hero-section__title.hero-resizable-text--title{font-size:clamp(calc(2rem * var(--hero-title-scale, 1)),calc(6vw * var(--hero-title-scale, 1)),calc(3.25rem * var(--hero-title-scale, 1)))}.hero-section__subtitle.hero-resizable-text--subtitle{font-size:clamp(calc(1rem * var(--hero-subtitle-scale, 1)),calc(2.5vw * var(--hero-subtitle-scale, 1)),calc(1.25rem * var(--hero-subtitle-scale, 1)))}.hero-resizable-text--editable{outline:2px dashed rgba(215,19,98,.55);outline-offset:4px;border-radius:2px}.hero-resizable-text-handle{position:absolute;width:14px;height:14px;transform:translate(-50%,-50%);border:2px solid #fff;border-radius:3px;background:var(--gm-accent, #d71362);box-shadow:0 1px 4px #00000040;cursor:ew-resize;touch-action:none}.hero-slideshow{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#000}.hero-slideshow__slide{position:absolute;top:-6%;right:-6%;bottom:-6%;left:-6%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transform:scale(1.06);transition:opacity var(--hero-slideshow-fade-duration, 3s) ease-in-out;will-change:opacity,transform;pointer-events:none}.hero-slideshow__slide--active{z-index:1;opacity:1}.hero-slideshow__slide--motion-0{animation:hero-slideshow-drift-0 var(--hero-slideshow-drift-duration, 20s) ease-in-out infinite alternate}.hero-slideshow__slide--motion-1{animation:hero-slideshow-drift-1 var(--hero-slideshow-drift-duration, 20s) ease-in-out infinite alternate}.hero-slideshow__slide--motion-2{animation:hero-slideshow-drift-2 var(--hero-slideshow-drift-duration, 20s) ease-in-out infinite alternate}.hero-slideshow__slide--motion-3{animation:hero-slideshow-drift-3 var(--hero-slideshow-drift-duration, 20s) ease-in-out infinite alternate}@keyframes hero-slideshow-drift-0{0%{transform:scale(1.06) translate(0)}to{transform:scale(1.14) translate(-2%,-1.5%)}}@keyframes hero-slideshow-drift-1{0%{transform:scale(1.06) translate(0)}to{transform:scale(1.14) translate(2%,-1%)}}@keyframes hero-slideshow-drift-2{0%{transform:scale(1.06) translate(0)}to{transform:scale(1.14) translate(-1.5%,1.5%)}}@keyframes hero-slideshow-drift-3{0%{transform:scale(1.06) translate(0)}to{transform:scale(1.14) translate(1.5%,1%)}}@media(prefers-reduced-motion:reduce){.hero-slideshow__slide{transition:opacity 1s ease-in-out}.hero-slideshow__slide--motion-0,.hero-slideshow__slide--motion-1,.hero-slideshow__slide--motion-2,.hero-slideshow__slide--motion-3{animation:none;transform:scale(1.08)}}.social-icon{display:block;width:1.75rem;height:1.75rem}.hero-social-links{width:100%}.hero-social-links__label{margin:0 0 .75rem;font-size:.75rem;text-transform:uppercase}.hero-social-links__list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin:0;padding:0;list-style:none}.hero-social-links__link{display:inline-flex;align-items:center;justify-content:center;color:#9a9a9a;transition:color .2s ease}.hero-social-links__link:hover{color:#d0d0d0}.hero-section{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;margin-bottom:-20px;overflow:hidden;color:#ccc}.hero-section__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#000;pointer-events:none}.hero-section__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#00000073}.hero-section__content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;width:100%;min-width:0;max-width:42rem;margin-inline:auto;padding:clamp(1.25rem,4vw,2.5rem) var(--gm-section-pad-x);text-align:center;box-sizing:border-box}.hero-section__kicker,.hero-section__title,.hero-section__subtitle{width:100%}.hero-section__kicker{margin:0 0 .5rem;font-size:.875rem;font-weight:400;text-transform:uppercase}.hero-section__title{margin:0 0 .75rem;font-weight:600;line-height:1.1}.hero-section__subtitle{margin:0 0 1.5rem}.meet-band-polaroid{display:flex;flex-direction:column;width:100%;margin:0;padding:.55rem .55rem .45rem;border:1px solid rgba(255,255,255,.9);background:linear-gradient(180deg,#faf8f2,#f0ebe1);box-shadow:0 18px 36px #00000038,0 4px 10px #0000001f,inset 0 0 0 1px #0000000f;transform:rotate(var(--polaroid-rotate, 0deg));transform-origin:center center;box-sizing:border-box}.meet-band-polaroid__media{position:relative;display:block;overflow:hidden;container-type:inline-size;outline:none}.meet-band-polaroid__media:focus-visible{box-shadow:0 0 0 2px var(--gm-accent)}.meet-band-polaroid__media img{display:block;width:100%;object-fit:cover;background:#2a2a2a}.meet-band-polaroid--strip{height:100%}.meet-band-polaroid--strip .meet-band-polaroid__media img{aspect-ratio:1}.meet-band-polaroid--strip .meet-band-polaroid__caption{flex:0 0 auto;box-sizing:border-box;height:calc(.65rem + 2.3em);min-height:calc(.65rem + 2.3em);max-height:calc(.65rem + 2.3em);padding:.45rem .35rem .2rem;font-size:clamp(.75rem,8cqi,1.1rem);line-height:1.15;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;align-items:unset;justify-content:unset;text-wrap:wrap}.meet-band-polaroid--profile .meet-band-polaroid__media img{aspect-ratio:4 / 5}.meet-band-polaroid__caption{display:flex;align-items:center;justify-content:center;min-height:2.75rem;margin:0;padding:.45rem .35rem .2rem;font-family:Caveat,Segoe Script,Bradley Hand,Apple Chancery,cursive;font-size:clamp(.95rem,2.4vw,1.35rem);font-weight:600;line-height:1.15;text-align:center;text-wrap:balance;color:#2f2822}.meet-band-polaroid--profile .meet-band-polaroid__caption{min-height:3.25rem;font-size:clamp(1.1rem,2.8vw,1.5rem)}@media(max-width:782px){.meet-band-polaroid--profile{transform:none;width:min(100%,22rem);max-width:22rem;margin-inline:auto}.meet-band-polaroid--profile .meet-band-polaroid__media img{aspect-ratio:1;max-height:22rem}}@media(prefers-reduced-motion:reduce){.meet-band-polaroid{transform:none}}.meet-band-section__inner{display:flex;flex-direction:column;gap:1.5rem}.meet-band-section__intro{max-width:42rem;margin:0 auto;color:var(--gm-text);font-size:1rem;line-height:1.7;text-align:center}.meet-band-section__intro p{margin:0 0 .75rem}.meet-band-section__intro p:last-child{margin-bottom:0}.meet-band-section__strip{position:sticky;bottom:0;z-index:4;margin-top:.25rem;padding:.75rem 0 1rem;background:linear-gradient(to top,var(--gm-background) 72%,color-mix(in srgb,var(--gm-background) 88%,transparent) 100%)}.meet-band-section__photos{display:flex;gap:.65rem;align-items:stretch;padding:.35rem .15rem}.meet-band-section__member{flex:1 1 0;min-width:0;display:flex;align-items:stretch;padding:0;border:none;border-radius:0;overflow:visible;cursor:pointer;background:transparent}.meet-band-section__member .meet-band-polaroid--strip{width:100%}.meet-band-section__member:focus-visible{outline:2px solid var(--gm-accent);outline-offset:4px;border-radius:4px}.meet-band-section__noise-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none;border-radius:inherit;mix-blend-mode:overlay;opacity:0;transition:opacity .55s ease-out;filter:contrast(1.12)}.meet-band-section__noise-canvas--visible{opacity:1}.meet-band-section__profiles{display:flex;flex-direction:column;gap:clamp(2.5rem,6vw,4rem);padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0px))}.meet-band-section__profile{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(1.25rem,4vw,2.5rem);align-items:start;margin-top:20px}.meet-band-section__profile--right{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.meet-band-section__profile--right .meet-band-polaroid--profile{order:2}.meet-band-section__profile--right .meet-band-section__profile-copy{order:1}.meet-band-section__profile:nth-child(2n){margin-left:clamp(0rem,4vw,2.5rem)}.meet-band-section__profile:nth-child(odd){margin-right:clamp(0rem,4vw,2.5rem)}.meet-band-section__profile-copy{min-width:0}.meet-band-section__profile-name{margin:0 0 1.75rem;scroll-margin-top:3.25rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:600;line-height:1.05;color:var(--gm-secondary)}.meet-band-section__bio{color:var(--gm-text-muted);line-height:1.7}.home-section-pager .meet-band-section{min-height:100%}@media(prefers-reduced-motion:reduce){.meet-band-section__noise-canvas{transition:none}}@media(max-width:782px){.meet-band-polaroid--profile{scroll-margin-top:calc(3.25rem + env(safe-area-inset-top,0px))}.meet-band-section__photos{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin;padding-bottom:.15rem}.meet-band-section__member{flex:0 0 calc(28% - .2rem);min-width:5.5rem}.meet-band-section__profile,.meet-band-section__profile--right{grid-template-columns:1fr;justify-items:center;margin-left:0;margin-right:0}.meet-band-section__profile:nth-child(2n),.meet-band-section__profile:nth-child(odd){margin-left:0;margin-right:0}.meet-band-section__profile-copy{justify-self:stretch;width:100%}.meet-band-section__profile--right .meet-band-polaroid--profile,.meet-band-section__profile--right .meet-band-section__profile-copy{order:initial}}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem var(--gm-section-pad-x);background:#00000005;transition:background .25s ease,box-shadow .25s ease}.site-header--scrolled,.site-header--menu-open,.site-header--solid{background:#00000005;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media(min-width:782px){.site-header:not(.site-header--embedded){right:var(--gm-header-scrollbar-inset, calc(100vw - 100%) )}}.site-header__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;max-width:var(--gm-content-width);margin:0 auto}.site-header__logo{position:absolute;display:block;line-height:0;text-decoration:none;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.site-header--logo-visible .site-header__logo{opacity:1;visibility:visible;pointer-events:auto}.site-header__social--desktop{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.site-header--social-visible .site-header__social--desktop{opacity:1;visibility:visible;pointer-events:auto}.site-header__logo img{display:block;width:auto;object-fit:contain;filter:drop-shadow(0 1px 3px rgba(0,0,0,.45))}@media(min-width:782px){.site-header__logo{left:0;top:50%;z-index:1;transform:translateY(-50%)}.site-header__logo img{height:2rem;max-width:5.5rem}.site-header__social--desktop{position:absolute;right:0;top:50%;z-index:1;width:auto;transform:translateY(-50%)}.site-header__social--desktop .hero-social-links__list{justify-content:flex-end;gap:.75rem}.site-header__social--mobile{display:none}}@media(min-width:782px){.site-header--mobile-nav .site-header__inner{justify-content:flex-end}.site-header--mobile-nav.site-header--has-logo .site-header__logo{left:50%;top:50%;z-index:0;transform:translate(-50%,-50%)}.site-header--mobile-nav .site-header__logo img{height:2.25rem;max-width:6.5rem}.site-header--mobile-nav .site-header__toggle{display:inline-flex;flex-shrink:0;position:relative;z-index:1}.site-header--mobile-nav .site-header__nav{display:none;position:fixed;top:4.25rem;left:var(--gm-section-pad-x);right:var(--gm-section-pad-x);flex-direction:column;align-items:stretch;flex-wrap:nowrap;justify-content:flex-start;gap:0;padding:.5rem 0;border-radius:12px;background:#000000d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:1;visibility:visible}.site-header--mobile-nav .site-header__nav--open{display:flex}.site-header--mobile-nav .site-header__nav-link{padding:.85rem 1.25rem;font-size:.875rem;text-align:center;text-shadow:none}.site-header--mobile-nav .site-header__nav-link+.site-header__nav-link{border-top:1px solid rgba(255,255,255,.12)}.site-header--mobile-nav .site-header__social--desktop{display:none}.site-header--mobile-nav .site-header__social--mobile{display:block;width:100%;margin-top:.25rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.12);opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.site-header--mobile-nav.site-header--menu-open .site-header__social--mobile{opacity:1;visibility:visible}.site-header--mobile-nav.site-header--embedded .site-header__nav{position:absolute}}.site-header__toggle{display:none;align-items:center;justify-content:center;margin:0;padding:.35rem;border:0;background:none;cursor:pointer}.site-header__toggle-box{display:flex;flex-direction:column;justify-content:center;gap:5px;width:1.5rem;height:1.5rem}.site-header__toggle-line{display:block;width:100%;height:2px;border-radius:1px;background:#fff;transition:transform .2s ease,opacity .2s ease}.site-header--menu-open .site-header__toggle-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header--menu-open .site-header__toggle-line:nth-child(2){opacity:0}.site-header--menu-open .site-header__toggle-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__toggle-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.site-header--nav-visible .site-header__nav{opacity:1;visibility:visible}.site-header__nav-link{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.65);transition:color .2s ease,opacity .2s ease}.site-header__nav-link:hover{color:#fff;opacity:.82}.site-header__nav-link--active{color:var(--gm-accent);opacity:1;pointer-events:none;cursor:default}.site-header__nav-link--active:hover{color:var(--gm-accent);opacity:1}.site-header__social .hero-social-links__link{color:#fff}.site-header__social .hero-social-links__link:hover{color:#ffffffd1}.site-header__social .social-icon{width:1.5rem;height:1.5rem}.site-header--embedded,.site-header--embedded .site-header__backdrop{position:absolute}.site-header__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;margin:0;padding:0;border:0;background:#00000073;cursor:pointer}@media(max-width:781px){.site-header__inner{justify-content:flex-end}.site-header--has-logo .site-header__logo{left:50%;top:50%;z-index:0;transform:translate(-50%,-50%);transition:opacity .35s ease,visibility .35s ease}.site-header__logo img{height:2.25rem;max-width:6.5rem}.site-header__toggle{display:inline-flex;flex-shrink:0;position:relative;z-index:1}.site-header__nav{display:none;position:fixed;top:4.25rem;left:var(--gm-section-pad-x);right:var(--gm-section-pad-x);flex-direction:column;align-items:stretch;gap:0;padding:.5rem 0;border-radius:12px;background:#000000d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header__nav--open{display:flex}.site-header__nav-link{padding:.85rem 1.25rem;font-size:.875rem;text-align:center;text-shadow:none}.site-header__nav-link+.site-header__nav-link{border-top:1px solid rgba(255,255,255,.12)}.site-header__social--desktop{display:none}.site-header__social--mobile{display:block;width:100%;margin-top:.25rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.12);opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.site-header--menu-open .site-header__social--mobile{opacity:1;visibility:visible}.site-header__social--mobile .hero-social-links__list{justify-content:center;gap:1.25rem}.site-header--embedded .site-header__nav{position:absolute}}@media(prefers-reduced-motion:reduce){.site-header__logo,.site-header--has-logo .site-header__logo,.site-header__social--desktop,.site-header__social--mobile,.site-header__nav{transition:none}}.videos-section__head{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem;text-align:center}.videos-section__head-copy{width:100%}.videos-section__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.videos-section__embed{position:relative;aspect-ratio:16 / 9;border-radius:10px;overflow:hidden;background:#000}.videos-section__embed iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.videos-section__embed-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}@media(max-width:782px){.videos-section__grid{grid-template-columns:1fr}}.news-section__head{position:relative;margin-bottom:1.5rem}.news-section__head-copy{text-align:center}.news-section__head-copy .section-title{margin-bottom:0}.news-section__head .btn{position:absolute;right:0;bottom:0}.news-section__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.news-section__grid--single{grid-template-columns:minmax(0,calc((100% - 1rem)/2));justify-content:center}.news-section__card{border-radius:10px;background:var(--gm-background);border:1px solid #e8e8e8;overflow:hidden}.news-section__card--has-cover{position:relative;aspect-ratio:16 / 9}.news-section__cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.news-section__body{padding:1.25rem}.news-section__card--has-cover .news-section__body{position:relative;z-index:1;min-height:100%;box-sizing:border-box;background:linear-gradient(to bottom,#000000b8,#0000006b 42%,#0000002e)}.news-section__date{display:block;margin-bottom:.35rem;font-size:.875rem;color:var(--gm-text-muted)}.news-section__card--has-cover .news-section__date{color:#ffffffd1}.news-section__title{margin:0 0 .65rem;font-size:1.25rem;color:var(--gm-secondary)}.news-section__card--has-cover .news-section__title{color:#fff}.news-section__title a{color:inherit;text-decoration:none}.news-section__title a:hover{color:var(--gm-accent)}.news-section__excerpt{margin:0 0 .85rem;color:var(--gm-text);line-height:1.6}.news-section__card--has-cover .news-section__excerpt{color:#ffffffe6}.news-section__read-more{font-size:.875rem;font-weight:600;color:var(--gm-accent);text-decoration:none}.news-section__card--has-cover .news-section__read-more{color:#fff}.news-section__read-more:hover{color:var(--gm-accent-hover)}.news-section__card--has-cover .news-section__read-more:hover{color:#ffffffd1}@media(max-width:782px){.news-section__grid,.news-section__grid--single{grid-template-columns:1fr}.news-section__card--has-cover{aspect-ratio:16 / 10}.news-section__card--has-cover .news-section__body{padding-bottom:1.75rem}.news-section__head .btn{position:static;display:flex;justify-content:center;margin-top:1rem}}.testimonials-section__head .section-title{margin-bottom:0}.testimonials-section{position:relative;--gm-testimonial-highlight: color-mix(in srgb, var(--gm-accent) 6%, var(--gm-surface));--gm-testimonial-expand-offset: .5rem}.testimonials-section__viewport{position:relative;min-height:12rem}.testimonials-section--expanded .testimonials-section__viewport{min-height:min(75vh,56rem)}.testimonials-section__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;touch-action:pan-x;cursor:grab;scrollbar-width:thin;scrollbar-color:var(--gm-accent) transparent;padding-bottom:.35rem}.testimonials-section__scroll--dragging{cursor:grabbing;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.testimonials-section__scroll:focus-visible{outline:2px solid var(--gm-accent);outline-offset:2px}.testimonials-section__scroll--fits{overflow-x:hidden;cursor:default}.testimonials-section__track{display:flex;gap:1rem;width:max-content;min-width:100%;padding:1.5rem var(--gm-section-pad-x) .5rem;box-sizing:border-box}.testimonials-section__track--centered{justify-content:center;width:100%;min-width:0}.testimonials-section__card{flex:0 0 clamp(280px,78vw,360px);scroll-snap-align:start;display:flex;flex-direction:column;gap:1rem;padding:1.25rem;border-radius:10px;background:var(--gm-surface);border:1px solid #e8e8e8;transition:background-color .2s ease,opacity .2s ease}.testimonials-section__card:hover{background:var(--gm-testimonial-highlight)}.testimonials-section__card--dimmed{opacity:.45}.testimonials-section__photo{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonials-section__body{display:flex;flex-direction:column;gap:.65rem}.testimonials-section__quote-title{margin:0;font-size:1.125rem;font-weight:600;color:var(--gm-secondary);line-height:1.35}.testimonials-section__content{margin:0;color:var(--gm-text);line-height:1.65}.testimonials-section__read-more{padding:0;border:none;background:none;font:inherit;font-size:.875rem;font-weight:600;color:var(--gm-accent);cursor:pointer;width:fit-content;text-decoration:none}.testimonials-section__read-more:hover,.testimonials-section__read-more:focus-visible{color:var(--gm-accent-hover);text-decoration:underline;outline:none}.testimonials-section__name{margin:0;font-size:.9375rem;font-weight:600;color:var(--gm-accent)}.testimonials-section__expand{position:absolute;top:calc(1.5rem + var(--gm-testimonial-expand-offset));right:var(--gm-section-pad-x);left:var(--gm-section-pad-x);z-index:2;display:flex;gap:1rem;align-items:flex-start;padding:1.25rem 3rem 1.25rem 1.25rem;border-radius:10px;border:1px solid #e8e8e8;background:var(--gm-background);max-height:calc(100vh - 9rem);overflow-y:auto;animation:testimonials-expand-in .32s cubic-bezier(.22,1,.36,1) both;transform-origin:top center}.testimonials-section__expand-close{position:absolute;top:.75rem;right:.75rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin:0;padding:0;border:1px solid color-mix(in srgb,var(--gm-text-muted) 28%,transparent);border-radius:50%;background:var(--gm-background);color:var(--gm-text-muted);cursor:pointer;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.testimonials-section__expand-close:hover,.testimonials-section__expand-close:focus-visible{color:var(--gm-accent);border-color:color-mix(in srgb,var(--gm-accent) 45%,transparent);background:color-mix(in srgb,var(--gm-accent) 6%,var(--gm-background));outline:none}@keyframes testimonials-expand-in{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.testimonials-section__expand{animation:none}}.testimonials-section__expand-photo{width:88px;height:88px;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonials-section__expand-body{display:flex;flex-direction:column;gap:.75rem;flex:1;min-width:0}.testimonials-section__expand-title{margin:0;font-size:1.25rem;font-weight:600;color:var(--gm-secondary);line-height:1.35}.testimonials-section__expand-content{display:flex;flex-direction:column;gap:.85rem}.testimonials-section__expand-content p{margin:0;color:var(--gm-text);line-height:1.7;white-space:pre-wrap}.testimonials-section__expand-name{margin:0;font-size:1rem;font-weight:600;color:var(--gm-accent)}@media(max-width:782px){.testimonials-section__track{padding-top:1.25rem}.testimonials-section__expand{top:calc(1.25rem + var(--gm-testimonial-expand-offset));flex-direction:column;align-items:center;text-align:center}}.admin-preview{display:flex;flex-direction:column;min-height:0;height:100%}.admin-preview__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.35rem .75rem;margin-bottom:.65rem;flex-shrink:0}.admin-preview__toolbar-start{display:inline-flex;align-items:center;gap:.4rem}.admin-preview__label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gm-secondary)}.admin-preview__live-link{display:inline-flex;align-items:center;justify-content:center;padding:.2rem;border:none;border-radius:4px;background:transparent;color:var(--gm-text-muted);line-height:0;text-decoration:none;transition:color .15s ease,opacity .15s ease}.admin-preview__live-link:hover{color:var(--gm-accent);opacity:.9}.admin-preview__live-link:focus-visible{outline:2px solid var(--gm-accent);outline-offset:2px}.admin-preview__toolbar-actions{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.5rem}.admin-preview__frame{flex:1;min-height:0;overflow:auto;border:1px solid #d4d4d4;border-radius:10px;background:var(--gm-background);box-shadow:inset 0 0 0 1px #0000000a}.admin-preview__canvas{position:relative;min-height:100%;pointer-events:auto}.admin-preview__canvas .hero-section{min-height:70vh;min-height:70dvh}.admin-preview__canvas .hero-section__title.hero-resizable-text--title{font-size:clamp(calc(1.35rem * var(--hero-title-scale, 1)),calc(4vw * var(--hero-title-scale, 1)),calc(2rem * var(--hero-title-scale, 1)))}.admin-preview__canvas--faqs{container-type:inline-size}.admin-preview__faq-viewport{width:100%}.admin-preview__faq-scaler{width:var(--gm-content-width);zoom:calc(100cqw / var(--gm-content-width))}@supports not (zoom: 1){.admin-preview__faq-viewport{overflow:hidden}.admin-preview__faq-scaler{transform:scale(calc(100cqw / var(--gm-content-width)));transform-origin:top left}}.admin-messages{display:grid;grid-template-columns:minmax(0,14rem) minmax(0,1fr);gap:1rem;max-width:48rem}.admin-messages__state{margin:0;color:var(--gm-text-muted);font-size:.875rem}.admin-messages__state--error{color:#b42318}.admin-messages__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem;max-height:28rem;overflow:auto}.admin-messages__item{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;padding:.65rem .75rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff;text-align:left;cursor:pointer;font:inherit}.admin-messages__item:hover{border-color:#ccc}.admin-messages__item--active{border-color:var(--gm-accent);background:#fff5f9}.admin-messages__item--unread{border-color:#f3c0d4;background:#fff9fc}.admin-messages__item--unread .admin-messages__item-name{color:var(--gm-accent)}.admin-messages__item-date{font-size:.6875rem;color:var(--gm-text-muted)}.admin-messages__item-name{font-size:.875rem;font-weight:600}.admin-messages__item-contact{font-size:.75rem;color:var(--gm-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.admin-messages__detail{padding:1rem;border:1px solid #e9e9e9;border-radius:8px;background:#fafafa}.admin-messages__detail-title{margin:0 0 .25rem;font-size:1.125rem}.admin-messages__detail-meta{margin:0 0 1rem;font-size:.8125rem;color:var(--gm-text-muted)}.admin-messages__detail-row{margin:0 0 1rem;font-size:.875rem}.admin-messages__detail-label{display:block;margin-bottom:.25rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gm-accent)}.admin-messages__detail-body p{margin:0;white-space:pre-wrap;line-height:1.6}@media(max-width:782px){.admin-messages{grid-template-columns:1fr}.admin-messages__list{max-height:12rem}}.image-crop-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem}.image-crop-dialog__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#0000008c;cursor:pointer}.image-crop-dialog__panel{position:relative;width:min(100%,32rem);padding:1rem;border-radius:12px;background:#fff;box-shadow:0 18px 48px #0003}.image-crop-dialog__title{margin:0 0 .35rem;font-size:1rem;font-weight:600}.image-crop-dialog__hint{margin:0 0 .75rem;color:#666;font-size:.8125rem}.image-crop-dialog__viewport{position:relative;height:18rem;margin-bottom:.75rem;overflow:hidden;border-radius:8px;background:#111;touch-action:none;cursor:grab}.image-crop-dialog__viewport:active{cursor:grabbing}.image-crop-dialog__image{position:absolute;top:50%;left:50%;max-width:none;-webkit-user-select:none;user-select:none;pointer-events:none}.image-crop-dialog__frame{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid #fff;box-shadow:0 0 0 9999px #00000073;pointer-events:none}.image-crop-dialog__zoom-label{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem;font-size:.875rem}.image-crop-dialog__zoom-label input{width:100%}.image-crop-dialog__error{margin:0 0 .75rem;color:#b42318;font-size:.875rem}.image-crop-dialog__actions{display:flex;justify-content:flex-end;gap:.5rem}.rich-text-editor{border:1px solid #d8d8d8;border-radius:8px;background:#fff;overflow:hidden}.rich-text-editor__toolbar{display:flex;flex-wrap:wrap;gap:.35rem;padding:.5rem;border-bottom:1px solid #e8e8e8;background:#fafafa}.rich-text-editor__toolbar button{padding:.3rem .55rem;border:1px solid #d8d8d8;border-radius:4px;background:#fff;font:inherit;font-size:.75rem;cursor:pointer}.rich-text-editor__toolbar button[aria-pressed=true]{border-color:var(--gm-accent);color:var(--gm-accent)}.rich-text-editor__file{display:none}.rich-text-editor__content .ProseMirror{min-height:12rem;padding:.75rem;outline:none;font-size:.9375rem;line-height:1.6;cursor:text}.rich-text-editor__content .ProseMirror p{margin:0 0 .75rem}.rich-text-editor__content .ProseMirror img{max-width:min(100%,800px);height:auto;border-radius:4px}.rich-text-editor__content .ProseMirror a{cursor:pointer}.rich-text-editor--disabled{opacity:.7}.admin-blog{display:grid;grid-template-columns:minmax(14rem,18rem) minmax(0,1fr);gap:1.25rem;align-items:start}.admin-blog__sidebar{border:1px solid #e8e8e8;border-radius:8px;background:#fff;padding:.85rem;position:sticky;top:0;align-self:start}.admin-blog__sidebar-head{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.85rem}.admin-blog__heading{margin:0;font-size:1rem}.admin-blog__list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem;max-height:calc(100vh - 12rem);overflow-y:auto}.admin-blog__item{width:100%;padding:.55rem .65rem;border:1px solid #e8e8e8;border-radius:6px;background:#fff;text-align:left;cursor:pointer}.admin-blog__item--active{border-color:var(--gm-accent);background:#fff5f9}.admin-blog__item-date{display:block;font-size:.75rem;color:var(--gm-text-muted)}.admin-blog__item-title{display:block;font-size:.875rem;color:var(--gm-secondary)}.admin-blog__editor{border:1px solid #e8e8e8;border-radius:8px;background:#fff;padding:1rem}.admin-blog__editor .field input:not([type=date]):not([type=file]){cursor:text}.admin-blog__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.admin-blog__message{margin:0 0 .75rem;color:#0f6d3f}.admin-blog__error{margin:0 0 .75rem;color:#b42318}.admin-blog__state{color:var(--gm-text-muted)}.admin-blog__cover{display:grid;gap:.75rem;max-width:20rem}.admin-blog__cover img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:6px;border:1px solid #e8e8e8}.admin-blog__cover-actions{display:flex;flex-wrap:wrap;gap:.5rem}.admin-blog__file{display:none}@media(max-width:900px){.admin-blog{grid-template-columns:1fr}}.admin-feature-requests{display:grid;grid-template-columns:minmax(14rem,20rem) minmax(0,1fr);gap:1.25rem;align-items:start}.admin-feature-requests__sidebar,.admin-feature-requests__editor{border:1px solid #e8e8e8;border-radius:8px;background:#fff;padding:.85rem 1rem}.admin-feature-requests__sidebar{position:sticky;top:0;align-self:start}.admin-feature-requests__sidebar-head{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.admin-feature-requests__heading{margin:0;font-size:1rem}.admin-feature-requests__section+.admin-feature-requests__section{margin-top:1rem;padding-top:1rem;border-top:1px solid #ececec}.admin-feature-requests__subheading{margin:0 0 .55rem;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gm-text-muted)}.admin-feature-requests__list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.admin-feature-requests__item{width:100%;padding:.55rem .65rem;border:1px solid #e8e8e8;border-radius:6px;background:#fff;text-align:left;cursor:pointer}.admin-feature-requests__item--active{border-color:var(--gm-accent);background:#fff5f9}.admin-feature-requests__item-date{display:block;font-size:.75rem;color:var(--gm-text-muted)}.admin-feature-requests__item-text{display:block;margin-top:.15rem;font-size:.875rem;color:var(--gm-secondary);line-height:1.35}.admin-feature-requests__empty,.admin-feature-requests__placeholder,.admin-feature-requests__state{margin:0;font-size:.875rem;color:var(--gm-text-muted)}.admin-feature-requests__state--error,.admin-feature-requests__error{margin:0 0 .75rem;color:#b42318;font-size:.875rem}.admin-feature-requests__message{margin:0 0 .75rem;color:#0f6d3f;font-size:.875rem}.admin-feature-requests__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.85rem}.admin-feature-requests__meta{margin:0 0 .85rem;font-size:.8125rem;color:var(--gm-text-muted)}.admin-feature-requests__textarea{width:100%;min-height:12rem;padding:.65rem .75rem;border:1px solid #d8d8d8;border-radius:6px;font:inherit;line-height:1.5;resize:vertical;box-sizing:border-box}.admin-feature-requests__check{display:inline-flex;align-items:center;gap:.45rem;margin-top:.85rem;font-size:.875rem;color:var(--gm-secondary);cursor:pointer}@media(max-width:782px){.admin-feature-requests{grid-template-columns:1fr}.admin-feature-requests__sidebar{position:static}}.admin-users{display:grid;grid-template-columns:minmax(14rem,20rem) minmax(0,1fr);gap:1.25rem;align-items:start}.admin-users__sidebar,.admin-users__editor{border:1px solid #e8e8e8;border-radius:8px;background:#fff;padding:.85rem 1rem}.admin-users__sidebar{position:sticky;top:0;align-self:start}.admin-users__sidebar-head{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.admin-users__heading{margin:0;font-size:1rem}.admin-users__list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.admin-users__item{width:100%;padding:.55rem .65rem;border:1px solid #e8e8e8;border-radius:6px;background:#fff;text-align:left;cursor:pointer}.admin-users__item--active{border-color:var(--gm-accent);background:#fff5f9}.admin-users__item-name{display:block;font-weight:600}.admin-users__item-role{display:block;margin-top:.15rem;font-size:.75rem;color:var(--gm-text-muted);text-transform:capitalize}.admin-users__actions{margin-bottom:.85rem}.admin-users__meta{margin:0 0 1rem;font-size:.8125rem;color:var(--gm-text-muted)}.admin-users__input,.admin-users__select{width:100%;box-sizing:border-box;padding:.55rem .65rem;border:1px solid #d8d8d8;border-radius:6px;font:inherit}.admin-users__password-wrap{position:relative}.admin-users__input--password{padding-right:2.5rem}.admin-users__password-toggle{position:absolute;top:50%;right:.35rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:4px;background:transparent;color:#666;cursor:pointer;transform:translateY(-50%)}.admin-users__password-toggle:hover{color:var(--gm-accent)}.admin-users__password-toggle:focus-visible{outline:2px solid var(--gm-accent);outline-offset:1px}.admin-users__password-eye{width:1.125rem;height:1.125rem;display:block}.admin-users__message{margin:0 0 .75rem;color:#1b7f3b}.admin-users__notice{margin:0 0 .85rem;color:var(--gm-text-muted);font-size:.875rem}.admin-users__error{margin:0 0 .75rem;color:#b42318}.admin-users__empty,.admin-users__placeholder,.admin-users__state{margin:0;color:var(--gm-text-muted)}.admin-users__editor .field+.field{margin-top:.85rem}@media(max-width:768px){.admin-users{grid-template-columns:1fr}.admin-users__sidebar{position:static}}.admin-guide{border:1px solid #e8e8e8;border-radius:8px;background:#fff;padding:1rem 1.15rem 1.25rem}.admin-guide__header{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #ececec}.admin-guide__title{margin:0 0 .5rem;font-size:1.125rem}.admin-guide__intro,.admin-guide__section-intro,.admin-guide__command-desc,.admin-guide__command-note,.admin-guide__cwd{margin:0;color:var(--gm-text-muted);font-size:.9rem;line-height:1.5}.admin-guide__sections{display:grid;gap:1.25rem}.admin-guide__section-title{margin:0 0 .35rem;font-size:1rem}.admin-guide__cwd{margin-bottom:.5rem}.admin-guide__cwd code{color:#222}.admin-guide__section-intro{margin-bottom:.85rem}.admin-guide__commands{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.admin-guide__command{padding:.75rem .85rem;border:1px solid #ececec;border-radius:6px;background:#fafafa}.admin-guide__command-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.admin-guide__command-text{display:block;flex:1;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;line-height:1.45;color:#1a1a1a;white-space:pre-wrap;word-break:break-word}.admin-guide__copy{flex-shrink:0;padding:.2rem .55rem;border:1px solid #d0d0d0;border-radius:4px;background:#fff;color:#444;font:inherit;font-size:.75rem;cursor:pointer}.admin-guide__copy:hover{border-color:var(--gm-accent);color:var(--gm-accent)}.admin-guide__command-desc{margin-top:.45rem;color:#333}.admin-guide__command-note{margin-top:.35rem;font-size:.8125rem}@media(max-width:640px){.admin-guide__command-row{flex-direction:column;align-items:stretch}.admin-guide__copy{align-self:flex-start}}.admin-dev-area{max-width:40rem;margin:0 auto;padding:1.25rem 1.5rem 2rem}.admin-dev-area__header{margin-bottom:1.25rem}.admin-dev-area__title{margin:0 0 .4rem;font-size:1.35rem}.admin-dev-area__intro{margin:0;color:var(--gm-text-muted, #666);line-height:1.45;font-size:.95rem}.admin-dev-area__intro code{font-size:.88em}.admin-dev-area__card{border:1px solid #e8e8e8;border-radius:8px;background:#fff;padding:1rem 1.1rem 1.15rem}.admin-dev-area__card-title{margin:0 0 .35rem;font-size:1rem}.admin-dev-area__card-copy{margin:0 0 1rem;color:var(--gm-text-muted, #666);font-size:.9rem;line-height:1.4}.admin-dev-area__actions{display:flex;flex-wrap:wrap;gap:.75rem}.admin-dev-area__result{margin:.9rem 0 0;font-weight:600;color:#1a1a1a}.admin-dev-area__error{margin:.9rem 0 0;color:#b00020;font-size:.95rem}.body-font-size-field{display:flex;align-items:center;gap:.75rem}.body-font-size-field__range{flex:1;min-width:0;accent-color:var(--gm-accent, #d71362)}.body-font-size-field__value{flex-shrink:0;min-width:3rem;font-size:.875rem;font-variant-numeric:tabular-nums;text-align:right;color:var(--gm-text-muted)}.colour-fields__presets{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.colour-fields__preset{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:.85rem 1rem;border:1px solid #d8d8d8;border-radius:8px}.colour-fields__preset--dark{background:#1a1a1a;color:#f0f0f0}.colour-fields__preset--light{background:#fffffd;color:#1a1a1a;border-color:#e8e8e8}.colour-fields__preset-copy{flex:1 1 12rem}.colour-fields__preset--dark .colour-fields__preset-title{color:#fff}.colour-fields__preset--dark .colour-fields__preset-hint{color:#b0b0b0}.colour-fields__preset--light .colour-fields__preset-title{color:#1a1a1a}.colour-fields__preset--light .colour-fields__preset-hint{color:#666}.colour-fields__preset-title{margin:0 0 .2rem;font-size:.9375rem;font-weight:600}.colour-fields__preset-hint{margin:0;font-size:.8125rem}.colour-fields__picker{width:2.75rem;height:2.25rem;padding:.15rem;border:1px solid #d8d8d8;border-radius:6px;background:#fff;cursor:pointer}.font-picker__hint{margin:0 0 1rem;font-size:.875rem;color:var(--gm-text-muted)}.font-picker__group+.font-picker__group{margin-top:1.25rem}.font-picker__group-title{margin:0 0 .5rem;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gm-text-muted)}.font-picker__options{display:flex;flex-direction:column;gap:.4rem}.font-picker__option{display:flex;align-items:center;gap:.6rem;padding:.65rem .75rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.font-picker__option:hover{border-color:#ccc}.font-picker__option--active{border-color:var(--gm-accent);background:#fff5f9}.font-picker__option input{flex-shrink:0;accent-color:var(--gm-accent)}.font-picker__option-label{font-size:1.05rem;line-height:1.2}.styling-panel__subnav{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e9e9e9}.styling-panel__subtabs{display:flex;flex-wrap:wrap;gap:.35rem}.styling-panel__restore{margin-left:auto;padding:.4rem .75rem;font-size:.8125rem;font-weight:600;text-transform:uppercase}.styling-panel__subtab{padding:.4rem .75rem;border:1px solid #e0e0e0;border-radius:999px;background:#fff;font:inherit;font-size:.8125rem;cursor:pointer}.styling-panel__subtab--active{border-color:var(--gm-accent);background:var(--gm-accent);color:#fff}.repertoire-editor.home-editor__panel{max-width:none}.repertoire-editor__types{margin:.35rem 0 1.25rem;padding:.85rem 1rem;border:1px solid #e9e9e9;border-radius:8px;background:#fafafa}.repertoire-editor__types-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.repertoire-editor__types-head .home-editor__subhead{margin:0 0 .25rem}.repertoire-editor__types-head .home-editor__hint{margin:0}.repertoire-editor__types-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.repertoire-editor__types-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.5rem}.repertoire-editor__types-row input{width:100%;min-width:0;margin:0;padding:.4rem .55rem;border:1px solid #d4d4d4;border-radius:6px;font:inherit;font-size:.875rem;background:#fff}.repertoire-editor__types-row input:focus-visible{outline:2px solid var(--gm-accent);outline-offset:1px}.repertoire-editor__list{margin-top:1rem;width:100%;min-width:0;overflow-x:auto;border:1px solid #e9e9e9;border-radius:8px;background:#fafafa}.repertoire-editor__head,.repertoire-editor__row{display:grid;grid-template-columns:5.25rem minmax(0,1.25fr) minmax(0,1.35fr) minmax(0,.6fr) minmax(0,.9fr);align-items:center;gap:.45rem;min-width:36rem;padding:.45rem .6rem}.repertoire-editor__head{position:sticky;top:0;z-index:1;border-bottom:1px solid #e9e9e9;background:#f3f3f3;font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--gm-text-muted)}.repertoire-editor__row{border-bottom:1px solid #ececec;background:#fafafa}.repertoire-editor__row:last-child{border-bottom:none}.repertoire-editor__row--recent{background:#fff4e8}.repertoire-editor__row--incomplete{box-shadow:inset 3px 0 #d71362}.repertoire-editor__add-hint{margin:0;align-self:center;color:var(--gm-text-muted);font-size:.875rem}.repertoire-editor__actions{display:inline-flex;align-items:center;gap:.2rem;flex-shrink:0}.repertoire-editor__row input,.repertoire-editor__row select{width:100%;min-width:0;margin:0;padding:.38rem .5rem;border:1px solid #d4d4d4;border-radius:6px;font:inherit;font-size:.8125rem;background:#fff}.repertoire-editor__row input:focus-visible,.repertoire-editor__row select:focus-visible{outline:2px solid var(--gm-accent);outline-offset:1px}.biography-image-field{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #e8e8e8}.biography-image-field:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.biography-image-field__label{margin:0 0 .75rem;font-size:.875rem;font-weight:600}.biography-image-field__preview{margin-bottom:.75rem;padding:.75rem;background:#f5f5f5;border-radius:8px;text-align:center}.biography-image-field__preview img{max-width:100%;max-height:120px;width:auto;height:auto;object-fit:contain;border-radius:4px}.biography-image-field__file{display:none}.biography-image-field__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.biography-image-field__error{margin:0 0 .75rem;color:#b42318;font-size:.875rem}.memories-vault-editor__count{margin:0;align-self:center;color:var(--gm-text-muted);font-size:.875rem}.memories-vault-editor .home-editor__actions{align-items:center;gap:.75rem 1rem}.memories-vault-editor__list{display:flex;flex-direction:column;gap:1rem}.toggle-switch{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:1px solid color-mix(in srgb,var(--gm-secondary) 10%,transparent);cursor:pointer}.toggle-switch:last-child{border-bottom:none}.toggle-switch--disabled{opacity:.55;cursor:not-allowed}.toggle-switch__label{font-size:.95rem;font-weight:500;color:var(--gm-secondary)}.toggle-switch__control{display:inline-flex;align-items:center;gap:.65rem;flex-shrink:0}.toggle-switch__input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.toggle-switch__track{position:relative;width:2.75rem;height:1.5rem;border-radius:999px;background:color-mix(in srgb,var(--gm-text-muted) 35%,transparent);transition:background .2s ease}.toggle-switch__thumb{position:absolute;top:.15rem;left:.15rem;width:1.2rem;height:1.2rem;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000002e;transition:transform .2s ease}.toggle-switch__input:checked+.toggle-switch__track{background:var(--gm-accent)}.toggle-switch__input:checked+.toggle-switch__track .toggle-switch__thumb{transform:translate(1.25rem)}.toggle-switch__input:focus-visible+.toggle-switch__track{outline:2px solid var(--gm-accent);outline-offset:2px}.toggle-switch__state{min-width:1.75rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gm-text-muted)}.toggle-switch__input:checked~.toggle-switch__state{color:var(--gm-accent)}@media(prefers-reduced-motion:reduce){.toggle-switch__track,.toggle-switch__thumb{transition:none}}.sections-visibility-panel{width:100%;min-width:0}.sections-visibility-panel__settings{margin-top:.5rem;padding:.65rem .85rem;border:1px solid color-mix(in srgb,var(--gm-secondary) 12%,transparent);border-radius:8px;background:color-mix(in srgb,var(--gm-surface) 55%,transparent)}.sections-visibility-panel__settings .toggle-switch{padding:0;border-bottom:none}.sections-visibility-panel__list{margin-top:.75rem;width:100%;overflow:hidden;border:1px solid color-mix(in srgb,var(--gm-secondary) 12%,transparent);border-radius:8px;background:color-mix(in srgb,var(--gm-surface) 55%,transparent)}.sections-visibility-panel__item{display:grid;grid-template-columns:2rem minmax(0,.9fr) minmax(0,1.4fr) minmax(0,1fr) minmax(0,.95fr);align-items:center;gap:.5rem;width:100%;min-width:0;padding:.5rem .65rem;border-bottom:1px solid color-mix(in srgb,var(--gm-secondary) 10%,transparent);box-sizing:border-box}.sections-visibility-panel__item:last-child{border-bottom:none}.sections-visibility-panel__item--dragging{opacity:.55}.sections-visibility-panel__item--drop-target{outline:2px solid var(--gm-accent);outline-offset:-2px}.sections-visibility-panel__drag-handle{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;margin:0;padding:0;border:none;border-radius:4px;background:color-mix(in srgb,var(--gm-surface) 80%,transparent);color:#555;cursor:grab}.sections-visibility-panel__drag-handle:hover{color:var(--gm-accent)}.sections-visibility-panel__drag-handle:active{cursor:grabbing}.sections-visibility-panel__drag-handle:focus-visible{outline:2px solid var(--gm-accent);outline-offset:2px}.sections-visibility-panel__drag-icon{display:block;width:.9rem;height:.9rem}.sections-visibility-panel__section-name{min-width:0;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--gm-text-muted);line-height:1.25}.sections-visibility-panel__nav-field{display:grid;grid-template-columns:minmax(0,max-content) minmax(0,1fr);align-items:center;gap:.4rem;min-width:0}.sections-visibility-panel__nav-label{font-size:.72rem;font-weight:600;color:var(--gm-secondary);white-space:nowrap}.sections-visibility-panel__nav-field input{width:100%;min-width:0;padding:.4rem .5rem;border:1px solid #d4d4d4;border-radius:6px;font:inherit;font-size:.8125rem;background:#fff}.sections-visibility-panel__item .toggle-switch{min-width:0;justify-content:flex-start;gap:.35rem;padding:0;border-bottom:none;cursor:pointer}.sections-visibility-panel__item .toggle-switch__label{min-width:0;font-size:.72rem;line-height:1.2;white-space:normal}.sections-visibility-panel__item .toggle-switch__state{display:none}.sections-visibility-panel__item .toggle-switch__control{flex-shrink:0}.sections-visibility-panel__item .toggle-switch__track{width:2.1rem;height:1.2rem}.sections-visibility-panel__item .toggle-switch__thumb{width:.9rem;height:.9rem;top:.15rem;left:.15rem}.sections-visibility-panel__item .toggle-switch__input:checked+.toggle-switch__track .toggle-switch__thumb{transform:translate(.95rem)}.hero-logo-fields__hint{margin:0 0 1rem;font-size:.875rem;color:var(--gm-text-muted)}.hero-logo-fields__preview{margin-bottom:1rem;padding:.75rem;background:#f5f5f5;border-radius:8px;text-align:center}.hero-logo-fields__preview img{max-width:220px;max-height:120px;width:auto;height:auto}.hero-logo-fields__file{display:none}.hero-logo-fields__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.hero-logo-fields__error{margin:0 0 1rem;color:#b42318;font-size:.875rem}.hero-slideshow-image-field{min-width:0}.hero-slideshow-image-field__frame{position:relative;aspect-ratio:16 / 9;overflow:hidden;border-radius:6px;background:#ececec}.hero-slideshow-image-field__image{display:block;width:100%;height:100%;object-fit:cover}.hero-slideshow-image-field__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:1px dashed #c8c8c8;background:linear-gradient(135deg,#f3f3f3,#e8e8e8);box-sizing:border-box}.hero-slideshow-image-field__placeholder-label{font-size:.75rem;font-weight:500;color:#8a8a8a;text-transform:uppercase;letter-spacing:.04em}.hero-slideshow-image-field__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;background:#0000008c;opacity:0;transition:opacity .2s ease}.hero-slideshow-image-field__frame:hover .hero-slideshow-image-field__overlay,.hero-slideshow-image-field__frame:focus-within .hero-slideshow-image-field__overlay,.hero-slideshow-image-field__frame--busy .hero-slideshow-image-field__overlay{opacity:1}.hero-slideshow-image-field__action{padding:0;border:0;background:none;color:#fff;font:inherit;font-size:.8125rem;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.hero-slideshow-image-field__action:hover{color:#f0f0f0}.hero-slideshow-image-field__status{color:#fff;font-size:.8125rem}.hero-slideshow-image-field__caption{margin:.35rem 0 0;font-size:.75rem;color:var(--gm-text-muted);text-align:center}.hero-slideshow-image-field__error{margin:.25rem 0 0;color:#b42318;font-size:.6875rem;text-align:center}.hero-slideshow-image-field__file{display:none}.hero-slideshow-fields__hint{margin:0 0 1rem;font-size:.875rem;color:var(--gm-text-muted)}.hero-slideshow-fields__duration{width:100%;margin-top:.25rem}.hero-slideshow-fields__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.hero-slideshow-fields__item{position:relative;min-width:0}.hero-slideshow-fields__item--dragging{opacity:.55}.hero-slideshow-fields__item--drop-target .hero-slideshow-image-field__frame{outline:2px solid var(--gm-accent);outline-offset:2px}.hero-slideshow-fields__drag-handle{position:absolute;top:.35rem;left:.35rem;z-index:2;display:flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;padding:0;border:none;border-radius:4px;background:#ffffffeb;box-shadow:0 1px 4px #0000001f;color:#555;cursor:grab}.hero-slideshow-fields__drag-handle:hover{color:var(--gm-accent)}.hero-slideshow-fields__drag-handle:active{cursor:grabbing}.hero-slideshow-fields__drag-handle:focus-visible{outline:2px solid var(--gm-accent);outline-offset:2px}.hero-slideshow-fields__drag-icon{display:block;width:1rem;height:1rem}@media(max-width:960px){.hero-slideshow-fields__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){.hero-slideshow-fields__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.site-meta-fields__hint{margin:0 0 1rem;font-size:.8125rem;color:var(--gm-text-muted)}.site-meta-fields__preview{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:.75rem;border:1px solid #ddd;border-radius:6px;background:#f8f8f8}.site-meta-fields__preview img{display:block;max-width:2rem;max-height:2rem}.site-meta-fields__file{display:none}.site-meta-fields__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.site-meta-fields__error{margin:0 0 1rem;color:#b42318;font-size:.875rem}.home-editor__panel{max-width:48rem}.home-editor__subhead{margin:1.25rem 0 .5rem;font-size:1rem;font-weight:600}.home-editor__row{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.home-editor__row--3{grid-template-columns:repeat(3,1fr)}.home-editor__card{margin-top:1rem;padding:1rem;border:1px solid #e9e9e9;border-radius:8px;background:#fafafa}.home-editor__faq-list .home-editor__card--faq{margin-top:0;will-change:transform}.home-editor__faq-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}@media(prefers-reduced-motion:reduce){.home-editor__faq-list .home-editor__card--faq{will-change:auto}}.home-editor__card--recent{background:#fff4e8;border-color:#f5d4b3}.home-editor__card--working{background:salmon;border-color:#e76a5e}.home-editor__card--working .home-editor__subhead,.home-editor__card--working .field__label{color:#fff}.home-editor__card--working input{background:#fff}.home-editor__card--working .home-editor__card-delete{color:#ffffffeb}.home-editor__card--working .home-editor__card-delete:hover{color:#fff;background:#0000001f}.home-editor__card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.home-editor__card-header .home-editor__subhead{margin:0}.home-editor__card-header--actions-only{justify-content:flex-end;margin-bottom:.5rem}.home-editor__card-actions{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0}.home-editor__card-move{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:1px solid #d8d8d8;border-radius:6px;background:#fff;color:var(--gm-secondary);font-size:.9rem;line-height:1;cursor:pointer;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.home-editor__card-move:hover:not(:disabled){border-color:var(--gm-accent);color:var(--gm-accent)}.home-editor__card-move:disabled{opacity:.35;cursor:not-allowed}.home-editor__card-move:focus-visible{outline:2px solid var(--gm-accent);outline-offset:2px}.home-editor__card-delete{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:.35rem;border:none;border-radius:6px;background:transparent;color:var(--gm-text-muted);cursor:pointer;transition:color .15s ease,background-color .15s ease}.home-editor__card-delete:hover{color:#c0392b;background:#c0392b14}.home-editor__card-delete:focus-visible{outline:2px solid var(--gm-accent);outline-offset:2px}.home-editor__check{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:1rem}.home-editor__hint{margin:0 0 1.25rem;font-size:.8125rem;color:var(--gm-text-muted)}.home-editor__card-footer{display:flex;justify-content:flex-end;margin-top:1rem}.home-editor__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 .25rem}.home-editor__empty{margin:.75rem 0 0;color:var(--gm-text-muted);font-size:.875rem}.home-editor__accordion-group{display:flex;flex-direction:column;gap:.5rem}.home-editor__accordion{border:1px solid #e0e0e0;border-radius:8px;background:#f7f7f7;overflow:hidden}.home-editor__accordion-summary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;list-style:none}.home-editor__accordion-summary::-webkit-details-marker{display:none}.home-editor__accordion-summary-text{flex:1;min-width:0}.home-editor__accordion-chevron{flex-shrink:0;width:1rem;text-align:center;color:var(--gm-text-muted);font-weight:400}.home-editor__accordion-chevron:before{content:"+"}.home-editor__accordion[open] .home-editor__accordion-chevron:before{content:"−"}.home-editor__accordion-body{padding:0 1rem 1rem;border-top:1px solid #e8e8e8;background:#fafafa}.home-editor__card.home-editor__card--saved-highlight{background:#48b46180;border-color:#3d9a52;transition:background 1s ease,border-color 1s ease}.home-editor__card.home-editor__card--saved-highlight-fading{background:#fafafa;border-color:#e9e9e9}.home-editor__card--working.home-editor__card--saved-highlight{background:#48b46180;border-color:#3d9a52}.home-editor__card--working.home-editor__card--saved-highlight-fading{background:salmon;border-color:#e76a5e}.home-editor__accordion.home-editor__accordion--saved-highlight{background:#48b46180;border-color:#3d9a52;transition:background 1s ease,border-color 1s ease}.home-editor__accordion.home-editor__accordion--saved-highlight-fading{background:#f7f7f7;border-color:#e0e0e0}@media(max-width:782px){.home-editor__row,.home-editor__row--3{grid-template-columns:1fr}}.admin-page{display:flex;flex-direction:column;height:100vh;max-width:none;margin:0;padding:1rem var(--gm-section-pad-x) 1.25rem;box-sizing:border-box;overflow:hidden;background:#fafafa}.admin-page__header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid #e8e8e8;flex-shrink:0}.admin-page__header-start{justify-self:start;min-width:0}.admin-page__brand-logo{display:block;height:2.25rem;width:auto;max-width:11rem;object-fit:contain;object-position:left center;filter:brightness(0) invert(13%)}.admin-page__brand-fallback{color:#222;font-size:1.5rem;font-weight:600;line-height:1.2}.admin-page__header-center{justify-self:center}.admin-page__header-nav{display:inline-flex;align-items:center;gap:1.25rem}.admin-page__header-actions{justify-self:end;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.admin-page__import-input{display:none}.admin-page__nav-link{padding:0;border:none;background:transparent;color:var(--gm-text-muted);font:inherit;font-size:.9375rem;font-weight:600;letter-spacing:.02em;cursor:pointer;text-decoration:none;transition:color .15s ease}.admin-page__nav-link:hover,.admin-page__nav-link--active{color:var(--gm-accent)}.admin-page__nav-link--disabled{cursor:default;opacity:.55}.admin-page__nav-link--disabled:hover{color:var(--gm-text-muted)}.admin-page__nav-link:focus-visible{outline:2px solid var(--gm-accent);outline-offset:3px;border-radius:4px}.admin-page__sub{margin:.25rem 0 0;font-size:.875rem}.admin-page__sub a{color:var(--gm-accent)}.admin-page__error{flex-shrink:0;margin:0 0 .75rem;padding:.65rem .85rem;border-radius:6px;background:#fde8e8;color:#b42318;font-size:.875rem}.admin-page__viewer-banner{flex-shrink:0;margin:0 0 .75rem;padding:.65rem .85rem;border-radius:6px;background:#fff4e8;color:#8a4b00;font-size:.875rem}.admin-page__editor--read-only input:not([type=hidden]),.admin-page__editor--read-only textarea,.admin-page__editor--read-only select,.admin-page__editor--read-only button{pointer-events:none;opacity:.85}.admin-blog--read-only .admin-blog__editor input,.admin-blog--read-only .admin-blog__editor textarea,.admin-blog--read-only .admin-blog__editor button,.admin-feature-requests--read-only .admin-feature-requests__editor input,.admin-feature-requests--read-only .admin-feature-requests__editor textarea,.admin-feature-requests--read-only .admin-feature-requests__editor button{pointer-events:none;opacity:.85}.admin-page__workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.25rem;flex:1;min-height:0}.admin-page__workspace--messages{grid-template-columns:1fr;max-width:48rem}.admin-page__workspace--blog,.admin-page__workspace--feature-requests,.admin-page__workspace--users,.admin-page__workspace--guide{grid-template-columns:1fr;overflow:auto;min-height:0;align-content:start}.admin-page__editor{display:flex;flex-direction:column;min-height:0;overflow:auto;padding-right:.25rem}.admin-page__tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e9e9e9;flex-shrink:0}.admin-page__tab{padding:.4rem .75rem;border:1px solid #e0e0e0;border-radius:999px;background:#fff;font-size:.8125rem;cursor:pointer}.admin-page__tab--active{border-color:var(--gm-accent);background:var(--gm-accent);color:#fff}.admin-page__mail-tab{display:inline-flex;align-items:center;justify-content:center;padding:.35rem;border:none;border-radius:6px;background:transparent;cursor:pointer;line-height:0}.admin-page__mail-tab:hover .admin-page__mail-icon{opacity:.8}.admin-page__mail-tab:focus-visible{outline:2px solid var(--gm-accent);outline-offset:2px}.admin-page__mail-icon{width:1.875rem;height:1.875rem;display:block}.admin-page__mail-icon--closed{color:#666}.admin-page__mail-tab--active .admin-page__mail-icon--closed,.admin-page__mail-icon--open{color:var(--gm-accent)}.admin-page__state{padding:3rem 1.5rem;text-align:center}.admin-page__state--error{color:#b42318}@media(max-width:1100px){.admin-page{height:auto;min-height:100vh;overflow:auto}.admin-page__header{grid-template-columns:1fr;justify-items:stretch}.admin-page__header-start,.admin-page__header-center,.admin-page__header-actions{justify-self:stretch}.admin-page__header-center{display:flex;justify-content:center}.admin-page__header-actions{justify-content:flex-end}.admin-page__workspace{grid-template-columns:1fr}.admin-preview__frame{max-height:70vh}}.page-loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:1.5rem;box-sizing:border-box;background:#222}.page-loading-screen__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.75rem;width:min(100%,20rem);text-align:center}.page-loading-screen__logo{display:block;width:min(70vw,14rem);max-height:5.5rem;object-fit:contain}.page-loading-screen__status{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;color:#ffffffe0;font-size:.95rem;letter-spacing:.04em;text-transform:lowercase}.page-loading-screen__spinner{width:1.15rem;height:1.15rem;border:2px solid rgba(255,255,255,.22);border-top-color:var(--gm-accent, #d71362);border-radius:50%;animation:page-loading-screen-spin .85s linear infinite}@keyframes page-loading-screen-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.page-loading-screen__spinner{animation:none;border-top-color:#ffffff8c}}.page-state{padding:3rem var(--gm-section-pad-x);text-align:center;color:var(--gm-text-muted)}.page-state--error{color:#b42318}.page-state__hint{margin-top:1rem;font-size:.875rem;color:var(--gm-text-muted)}.page-state__hint code{font-size:.8125rem}.site-footer{position:relative;margin-top:0;padding:6rem var(--gm-section-pad-x) 2rem;background-size:cover;background-position:center;color:#fffffe}.site-footer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#000c}.site-footer__inner{position:relative;z-index:1}.site-footer__social{width:auto;margin:0 auto 1.5rem}.site-footer__social .hero-social-links__list{justify-content:center;gap:1.25rem}.site-footer__social .hero-social-links__link{color:#ffffffe0}.site-footer__social .hero-social-links__link:hover{color:#fff}.site-footer__links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1.5rem;margin:0 0 2rem;padding:0;list-style:none}.site-footer__links a,.site-footer__link{color:inherit;text-decoration:none;font-size:.875rem}.site-footer__links a:hover,.site-footer__link:hover{text-decoration:underline}.site-footer__link--active{color:var(--gm-accent);pointer-events:none;cursor:default}.site-footer__link--active:hover{text-decoration:none}.site-footer__copyright{margin:0;font-size:.8125rem;opacity:.85;text-align:center}.news-page{padding-top:5.5rem;padding-bottom:var(--gm-section-pad-y)}.news-page__inner{max-width:48rem;margin:0 auto;padding:0 var(--gm-section-pad-x)}.news-page__intro{padding-top:var(--gm-section-pad-y)}.news-page__intro .section-title{margin-bottom:0}.news-page__state{margin-top:2rem;color:var(--gm-text-muted)}.news-page__state--error{color:#b42318}.news-page__list{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:var(--gm-section-pad-y)}.news-page__item{margin:0}.news-page__card{margin:0;padding:0;overflow:hidden}.news-page__cover{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover}.news-page__content{padding:var(--gm-section-pad-y) var(--gm-section-pad-x)}.news-page__date{display:block;margin-bottom:.35rem;font-size:.875rem;color:var(--gm-text-muted)}.news-page__title{margin:0 0 .5rem;font-size:1.5rem;color:var(--gm-secondary)}.news-page__title a{color:inherit;text-decoration:none}.news-page__title a:hover{color:var(--gm-accent)}.news-page__excerpt{margin:0 0 .75rem;color:var(--gm-text);line-height:1.6}.news-page__read-more{font-size:.875rem;font-weight:600;color:var(--gm-accent);text-decoration:none}.news-page__read-more:hover{color:var(--gm-accent-hover)}.news-article-page{padding-top:5.5rem;padding-bottom:var(--gm-section-pad-y)}.news-article-page__inner{max-width:48rem;margin:0 auto}.news-article-page__back{display:inline-block;margin-bottom:1.25rem;font-size:.875rem;font-weight:600;color:var(--gm-accent);text-decoration:none}.news-article-page__back:hover{color:var(--gm-accent-hover)}.news-article-page__state{color:var(--gm-text-muted)}.news-article-page__state--error{color:#b42318}.news-article-page__date{display:block;margin-bottom:.5rem;font-size:.875rem;color:var(--gm-text-muted)}.news-article-page__title{margin:0 0 1.25rem;font-size:clamp(1.75rem,4vw,2.25rem);color:var(--gm-secondary)}.news-article-page__cover{display:block;width:100%;max-width:min(100%,800px);height:auto;margin:0 0 1.5rem;border-radius:8px}.news-article-page__body{color:var(--gm-text);line-height:1.7}.news-article-page__body p{margin:0 0 1rem}.news-article-page__body h2{margin:1.5rem 0 .75rem;color:var(--gm-secondary)}.news-article-page__body ul,.news-article-page__body ol{margin:0 0 1rem;padding-left:1.25rem}.news-article-page__body img{max-width:min(100%,800px);height:auto;border-radius:4px;margin:1rem 0}.news-article-page__body a{color:var(--gm-accent)}.main-layout{min-height:100vh}:root{--gm-accent: #d71362;--gm-accent-hover: #b80f52;--gm-secondary: #1e1e20;--gm-surface: #f5f5f5;--gm-background: #fffffd;--gm-border-pink: #fbeff4;--gm-text: #1a1a1a;--gm-text-muted: #666666;--gm-content-width: 72rem;--gm-section-pad-y: clamp(2.5rem, 5vw, 4rem);--gm-section-pad-x: clamp(1rem, 3vw, 1.5rem)}.section{padding:calc(var(--gm-section-pad-y) + 25px) var(--gm-section-pad-x) var(--gm-section-pad-y);box-sizing:border-box}@media(max-width:782px){.section{padding-bottom:max(50px,var(--gm-section-pad-y))}}.section--surface{background:var(--gm-surface)}.section--white{background:var(--gm-background)}.section__inner{width:100%;max-width:var(--gm-content-width);margin:0 auto}.section-kicker{margin:0 0 1.25rem;font-size:.875rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--gm-accent);text-align:center}.section-title{margin:0 0 .35rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;letter-spacing:-.02em;color:var(--gm-secondary);line-height:1.15;text-align:center}.section-title--center{text-align:center}.section-title--left{text-align:left}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html.home-section-pager-transition{overflow:hidden;scrollbar-width:none}html.home-section-pager-transition::-webkit-scrollbar{display:none;width:0;height:0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:var(--gm-text, #1a1a1a);background:var(--gm-background, #fffffd)}#root{min-height:100vh}
