.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--font-serif: Georgia, "Times New Roman", serif;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--color-white: #ffffff;--color-black: #000000;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-red-50: #fef2f2;--color-red-300: #fca5a5;--color-red-600: #dc2626;--color-red-800: #991b1b;--color-red-900: #7f1d1d;--color-green-100: #dcfce7;--color-green-600: #16a34a;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--radius-sm: .25rem;--radius-lg: .5rem;--radius-full: 9999px;--space-gutter: 1rem;--header-offset: 4rem;--z-header: 50;--z-fab: 40;--z-overlay: 10;--z-hero-content: 20;--breakpoint-md: 768px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{min-height:100vh;margin:0;font-family:var(--font-sans);line-height:1.5;background:var(--color-gray-50);color:var(--color-gray-900)}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}p{margin:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:inherit;margin:0}button{padding:0;font-weight:inherit;color:inherit;background-color:transparent;background-image:none;border:0}img,video{display:block}img,video{max-width:100%;height:auto}ul,ol{margin:0;padding:0;list-style:none}form{margin:0}.font-serif{font-family:var(--font-serif)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.u-hidden{display:none}.container{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:var(--space-gutter);padding-right:var(--space-gutter)}.text-center{text-align:center}.relative{position:relative}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}main{transition:opacity .2s ease}html.astro-nav-loading main{opacity:.55}.site-header{position:fixed;top:0;left:0;right:0;z-index:var(--z-header);width:100%;background:color-mix(in srgb,var(--color-white) 90%,transparent);box-shadow:var(--shadow-sm);backdrop-filter:blur(4px)}.site-nav{max-width:80rem;margin-left:auto;margin-right:auto;padding:1rem var(--space-gutter)}.nav-menu-checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nav-top-row{display:flex;align-items:center;justify-content:space-between}.nav-brand-row{display:flex;align-items:center;gap:.75rem}.nav-logo{font-family:var(--font-serif);font-size:1.5rem;line-height:2rem;font-weight:500;color:inherit;text-decoration:none}.nav-logo:hover{text-decoration:underline}.nav-badge-admin{border-radius:var(--radius-full);background:var(--color-gray-900);padding:.125rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500;letter-spacing:.025em;color:var(--color-white)}.nav-desktop{display:none;align-items:center;gap:2rem}@media(min-width:768px){.nav-desktop{display:flex}}.nav-desktop a{color:var(--color-gray-600);text-decoration:none}.nav-desktop a:hover{color:var(--color-gray-900)}.nav-link--active{border-bottom:2px solid var(--color-gray-900);font-weight:500;color:var(--color-gray-900)}.nav-sep{color:var(--color-gray-300)}.nav-hamburger{cursor:pointer}@media(min-width:768px){.nav-hamburger{display:none}}.nav-hamburger svg{width:1.5rem;height:1.5rem}.nav-mobile-panel{display:none;margin-top:1rem}.nav-mobile-panel .nav-mobile-stack{display:flex;flex-direction:column;gap:1rem}#mobile-menu-toggle:checked~#mobile-menu{display:block}@media(min-width:768px){#mobile-menu-toggle:checked~#mobile-menu{display:none}}.nav-mobile-panel a{display:block;padding-left:.5rem;color:var(--color-gray-600);text-decoration:none}.nav-mobile-panel a:hover{color:var(--color-gray-900)}.nav-mobile-link--active{border-left:4px solid var(--color-gray-900);padding-left:.5rem;font-weight:500;color:var(--color-gray-900)}.nav-mobile-divider{margin-top:.5rem;margin-bottom:.5rem;border:0;border-top:1px solid var(--color-gray-300)}.site-main{padding-top:var(--header-offset)}.btn{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;line-height:1.5;text-align:center;text-decoration:none;border-radius:var(--radius-lg);border:0;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.btn--pill{border-radius:var(--radius-full)}.btn--hero{padding:.75rem 2rem}.btn--primary{background:var(--color-gray-900);color:var(--color-white)}.btn--primary:hover{background:var(--color-gray-800)}.btn--sm{padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem}.btn--outline-dark{background:transparent;color:var(--color-gray-900);border:1px solid var(--color-gray-900)}.btn--outline-dark:hover{background:var(--color-gray-50)}.btn--on-light{background:var(--color-white);color:var(--color-gray-900)}.btn--on-light:hover{background:var(--color-gray-100)}.btn--block{display:block;width:100%}.btn-row{display:flex;flex-direction:column;justify-content:center;gap:1rem}@media(min-width:640px){.btn-row{flex-direction:row}}.btn-row--center{justify-content:center}.card{border-radius:var(--radius-lg);background:var(--color-white);padding:2rem;box-shadow:var(--shadow-sm)}.card--center{text-align:center}.form-label{display:block;margin-bottom:.5rem;color:var(--color-gray-700)}.form-label--flush{margin-bottom:0}.form-input,.form-textarea{width:100%;border-radius:var(--radius-lg);border:1px solid var(--color-gray-300);padding:.5rem 1rem;font:inherit}.form-input:focus,.form-textarea:focus{outline:none;box-shadow:0 0 0 2px var(--color-gray-900)}.form-textarea{resize:vertical}.alert-error{margin-bottom:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--color-red-300);background:var(--color-red-50);padding:.75rem 1rem;color:var(--color-red-900)}.alert-error ul{margin:.5rem 0 0;padding-left:0;list-style:disc;list-style-position:inside;font-size:.875rem}.alert-error .alert-title{font-weight:500}.guest-fields-stack>*+*{margin-top:1.5rem}.rsvp-done-lead{color:var(--color-gray-800)}.rsvp-done-note{margin-top:1rem;color:var(--color-gray-600)}.email-label-row{display:flex;align-items:flex-start;margin-bottom:.5rem;cursor:pointer}.email-prompt{margin-bottom:0;font-weight:400;color:var(--color-gray-700);line-height:1.5}.email-faux-checkbox{margin-top:.125rem;margin-right:.5rem;width:1rem;height:1rem;border:2px solid var(--color-gray-300);border-radius:.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}#email-checkmark{display:none;font-size:.75rem;line-height:1;color:var(--color-gray-900)}.border-t-rule{border-top:1px solid var(--color-gray-200);padding-top:1rem}.label-row{display:flex;align-items:center;gap:0}.label-row input[type=radio]{margin-right:.5rem}.stack-tight>*+*{margin-top:.5rem}.field-spaced>*+*{margin-top:1rem}.radio-group{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}@media(max-width:639px){.radio-group{flex-direction:column;align-items:flex-start;gap:.5rem}}.radio-group>.label-row{white-space:nowrap}.guest-section{border-top:1px solid var(--color-gray-200);padding-top:1rem;margin-bottom:1.5rem}.readonly-name{display:flex;align-items:center;width:100%;min-height:2.75rem;border-radius:var(--radius-lg);border:1px solid var(--color-gray-300);background:var(--color-gray-50);padding:.5rem 1rem;line-height:1.5;color:var(--color-gray-700)}.link-subtle{font-size:.875rem;line-height:1.25rem;color:var(--color-gray-600);text-decoration:underline}.link-subtle:hover{color:var(--color-gray-900)}.link-danger{font-size:.875rem;color:var(--color-red-600);text-decoration:underline}.link-danger:hover{color:var(--color-red-800)}.flex-between{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.details-pill{border-radius:var(--radius-lg);border:1px solid var(--color-gray-200)}.details-pill[open]{background:color-mix(in srgb,var(--color-gray-50) 80%,transparent)}.details-pill summary{cursor:pointer;list-style:none;padding:.75rem 1rem;font-family:var(--font-serif);font-size:1.125rem;line-height:1.75rem}.details-pill summary::-webkit-details-marker{display:none}.details-pill .details-body{border-top:1px solid var(--color-gray-100);padding:.5rem 1rem 1rem}.details-pill ul{margin:0;margin-left:1rem;list-style:disc}.details-pill li+li{margin-top:.75rem}.link-inline{margin-left:.25rem;color:var(--color-gray-700);text-decoration:underline}.link-inline:hover{color:var(--color-gray-900)}.faq-item{padding:1rem 0}.faq-item:not(:last-child){border-bottom:1px solid var(--color-gray-100)}.faq-item summary{cursor:pointer;list-style:none;font-family:var(--font-serif);font-size:1.125rem;line-height:1.75rem;color:var(--color-gray-900)}.faq-item summary:hover{color:var(--color-gray-700)}.faq-item summary:focus{outline:none}.faq-item summary:focus-visible{box-shadow:0 0 0 2px var(--color-gray-400);border-radius:2px}.faq-item summary::-webkit-details-marker{display:none}.faq-item p,.faq-item .faq-body{margin-top:.75rem;max-width:65ch;color:var(--color-gray-600)}.faq-item .faq-body p+p{margin-top:.75rem}.text-strong-muted{font-weight:500;color:var(--color-gray-800)}.icon-inline{width:1.25rem;height:1.25rem;flex-shrink:0;margin-right:.5rem}.icon-success{width:2.5rem;height:2.5rem;color:var(--color-green-600)}.page-shell{min-height:calc(100vh - var(--header-offset));background:var(--color-gray-100);padding:5rem 0}.page-shell .container>*:last-child{margin-bottom:0}.page-shell-title{margin-bottom:3rem;text-align:center;font-family:var(--font-serif);font-size:2.25rem;line-height:2.5rem}@media(min-width:768px){.page-shell-title{font-size:3rem;line-height:1}}.home-logout-fab{position:fixed;bottom:1rem;right:1rem;z-index:var(--z-fab)}.home-hero{position:relative;display:flex;min-height:100vh;align-items:center;justify-content:center;background:var(--color-gray-50)}.home-hero-overlay{position:absolute;inset:0;z-index:var(--z-overlay);background:#0000004d}.home-hero-img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover}.home-hero-picture{position:absolute;inset:0}.home-hero-content{position:relative;z-index:var(--z-hero-content);padding-left:var(--space-gutter);padding-right:var(--space-gutter);text-align:center;color:var(--color-white)}.home-hero-title{margin-bottom:1rem;font-family:var(--font-serif);font-size:3rem;line-height:1}@media(min-width:768px){.home-hero-title{font-size:4.5rem;line-height:1}}.home-hero-lead{margin-bottom:2rem;font-size:1.25rem;line-height:2rem}@media(min-width:768px){.home-hero-lead{font-size:1.5rem;line-height:2rem}}.home-hero-date{margin-bottom:3rem;font-size:1.125rem;line-height:1.75rem}@media(min-width:768px){.home-hero-date{font-size:1.25rem;line-height:1.75rem}}.home-section{background:var(--color-white);padding:5rem 0}.home-section--muted{background:var(--color-gray-50)}.home-section h2{padding-bottom:1.5rem;font-family:var(--font-serif);font-size:1.875rem;line-height:2.25rem;text-align:center}@media(min-width:768px){.home-section h2{font-size:2.25rem;line-height:2.5rem}}.home-section-lead{margin-left:auto;margin-right:auto;margin-bottom:3rem;text-align:center;color:var(--color-gray-600)}.countdown-grid{margin-left:auto;margin-right:auto;display:grid;max-width:42rem;grid-template-columns:repeat(4,1fr);gap:1rem}.countdown-cell{border-radius:var(--radius-lg);background:var(--color-gray-50);padding:1rem}.countdown-cell .value{font-family:var(--font-serif);font-size:1.875rem;line-height:2.25rem;color:var(--color-gray-900)}.countdown-cell .unit{font-size:.875rem;line-height:1.25rem;color:var(--color-gray-600)}.page-centered{display:flex;min-height:calc(100vh - var(--header-offset));align-items:center;justify-content:center;background:var(--color-gray-50);padding:5rem 0}.page-centered h1{margin-bottom:1rem;font-family:var(--font-serif);font-size:3.75rem;line-height:1;color:var(--color-gray-900)}@media(min-width:768px){.page-centered h1{font-size:6rem;line-height:1}}.page-centered h2{margin-bottom:1rem;font-family:var(--font-serif);font-size:1.875rem;line-height:2.25rem;color:var(--color-gray-900)}@media(min-width:768px){.page-centered h2{font-size:2.25rem;line-height:2.5rem}}.page-centered-lead{margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:28rem;color:var(--color-gray-600)}.login-section{display:flex;min-height:100vh;align-items:center;justify-content:center;background:var(--color-gray-50);padding:5rem 0}.login-inner{margin-left:auto;margin-right:auto;width:100%;max-width:28rem;padding-left:var(--space-gutter);padding-right:var(--space-gutter)}.login-card h1{margin-bottom:2rem;text-align:center;font-family:var(--font-serif);font-size:1.875rem;line-height:2.25rem}@media(min-width:768px){.login-card h1{font-size:2.25rem;line-height:2.5rem}}.field-block{margin-bottom:1.5rem}.text-error{color:var(--color-red-600)}.success-icon-wrap{margin-bottom:1.5rem;display:flex;justify-content:center}.success-icon-circle{display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:var(--radius-full);background:var(--color-green-100)}.success-title{margin-bottom:1rem;font-family:var(--font-serif);font-size:1.875rem;line-height:2.25rem;color:var(--color-gray-900)}@media(min-width:768px){.success-title{font-size:2.25rem;line-height:2.5rem}}.success-lead{margin-bottom:1.5rem;font-size:1.125rem;line-height:1.75rem;color:var(--color-gray-600)}.max-w-prose-narrow{margin-left:auto;margin-right:auto;max-width:42rem}.story-wrap{margin-left:auto;margin-right:auto;max-width:56rem}.story-card{position:relative;z-index:10;border-radius:var(--radius-lg);background:#fff;padding:1.5rem;box-shadow:var(--shadow-md)}@media(min-width:768px){.story-card{z-index:0;display:flex;align-items:center}}.story-card-text{order:1;width:100%;max-width:28rem;margin-left:auto;margin-right:auto;text-align:center}@media(min-width:768px){.story-card-text--left{order:1;width:50%;max-width:none;margin-left:0;margin-right:0;padding-right:3rem;text-align:right}.story-card-text--right{order:2;width:50%;max-width:none;margin-left:0;margin-right:0;padding-left:3rem;text-align:left}}.story-card-media{order:2;margin-top:1rem;width:100%}@media(min-width:768px){.story-card-media{order:2;margin-top:0;width:50%;padding-left:3rem}.story-card-media--first{order:1;padding-left:0;padding-right:3rem}}.story-img{margin-left:auto;margin-right:auto;height:16rem;width:12rem;border-radius:var(--radius-lg);object-fit:cover}.story-card-text h2{margin-bottom:.5rem;font-family:var(--font-serif);font-size:1.5rem;line-height:2rem}.story-card-text p{margin:0;color:var(--color-gray-600)}.story-card-text p+p{margin-top:.5rem}.story-dot{position:absolute;left:50%;top:50%;z-index:30;display:none;height:1rem;width:1rem;transform:translate(-50%,-50%);border-radius:var(--radius-full);background:var(--color-gray-900)}@media(min-width:768px){.story-dot{display:block}}.story-stack{display:flex;flex-direction:column;gap:3rem}.event-anchor{margin-left:auto;margin-right:auto;margin-bottom:2.5rem;max-width:56rem;scroll-margin-top:7rem}.event-hero-card{overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--color-gray-100);background:var(--color-white);box-shadow:var(--shadow-sm)}@media(min-width:768px){.event-hero-card{display:flex}}.event-hero-media{position:relative;min-height:300px;width:100%}@media(min-width:768px){.event-hero-media{width:50%}}.event-hero-img{position:absolute;inset:0;height:100%;min-height:300px;width:100%;object-fit:cover}.event-hero-picture{position:absolute;inset:0;display:block;height:100%;min-height:300px;width:100%}.event-hero-body{padding:2rem}@media(min-width:768px){.event-hero-body{width:50%}}.event-hero-body h2{margin-bottom:1rem;font-family:var(--font-serif);font-size:1.875rem;line-height:2.25rem}.event-meta-stack{display:flex;flex-direction:column;gap:1rem;color:var(--color-gray-600)}.event-meta-row{display:flex;align-items:center}.event-meta-row .col{display:flex;flex-direction:column}.link-same-as-body{color:var(--color-gray-600);text-decoration:underline}.link-same-as-body:hover{color:var(--color-gray-800)}.event-panel{margin-left:auto;margin-right:auto;margin-bottom:2.5rem;max-width:56rem;scroll-margin-top:7rem;border-radius:var(--radius-lg);border:1px solid var(--color-gray-100);background:var(--color-white);padding:1.5rem;box-shadow:var(--shadow-sm)}@media(min-width:768px){.event-panel{padding:2rem}}.event-panel h2{margin-bottom:1rem;font-family:var(--font-serif);font-size:1.5rem;line-height:2rem}.event-panel--faqs h2{margin-bottom:1.5rem}.stack-loose{display:flex;flex-direction:column;gap:.75rem;color:var(--color-gray-600)}.astro-nav-progress{position:fixed;top:0;left:0;right:0;z-index:100;height:3px;overflow:hidden;pointer-events:none;background:#e5e7eb;visibility:hidden;opacity:0;transition:opacity .15s ease}html.astro-nav-loading .astro-nav-progress{visibility:visible;opacity:1}.astro-nav-progress__bar{height:100%;width:35%;background:#111827;animation:astro-nav-progress-slide 1.1s ease-in-out infinite}@keyframes astro-nav-progress-slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}
