.portal-shell{--portal-topbar-height: 84px;--portal-sidebar-width: 264px;min-height:100vh;display:grid;grid-template-columns:var(--portal-sidebar-width) 1fr;background:var(--color-surface-page);color:var(--color-text-primary)}.portal-shell__sidebar{width:var(--portal-sidebar-width);min-width:var(--portal-sidebar-width);box-sizing:border-box;position:sticky;top:0;align-self:start;height:100vh;overflow-y:auto;display:flex;flex-direction:column;gap:var(--space-5);padding:var(--space-6) 0;background:#5c0e10;color:#faf8f5}.portal-shell__brand-media{display:grid;place-items:center;gap:0;width:42px;min-width:42px;max-width:42px;height:42px;min-height:42px;border-radius:6px;background:#faf8f5;padding:3px;box-sizing:border-box;align-self:start}.portal-shell__brand-logo{width:100%;max-width:100%;height:100%;max-height:100%;object-fit:contain;object-position:center}.portal-shell__brand-logo-fallback{margin:0;width:42px;height:42px;display:grid;place-items:center;border:1px solid color-mix(in srgb,#ffffff 25%,transparent);border-radius:8px;background:color-mix(in srgb,#ffffff 8%,transparent);font-family:var(--font-display);font-size:.8rem;color:#ffefb8}.portal-shell__sidebar--hidden{visibility:hidden;pointer-events:none}.portal-shell__brand{display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto auto;align-items:end;column-gap:14px;row-gap:2px;padding:0 24px var(--space-3);min-width:0}.portal-shell__brand-copy{display:grid;min-width:0;gap:var(--space-2)}.portal-shell__brand-title{grid-column:2;grid-row:1;margin:0;font-family:var(--font-display);line-height:var(--leading-tight);font-size:18px;font-weight:var(--weight-semibold);letter-spacing:.02em;overflow-wrap:normal;word-break:normal;white-space:normal}.portal-shell__brand-subtitle{margin:0;color:var(--color-ornament);font-size:12px;line-height:1.15;text-transform:uppercase;letter-spacing:.08em;grid-column:2;grid-row:2;align-self:end;justify-self:start;text-align:left;display:block;min-width:0;width:100%;overflow-wrap:normal;white-space:normal;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.portal-shell__brand-subtitle span{line-height:1.05}.portal-shell__role{margin:0;font-weight:var(--weight-semibold);color:var(--color-text-on-inverse-dim);text-transform:uppercase;letter-spacing:.06em;font-size:var(--text-small)}.portal-shell__account{margin:0;color:#f3ebe3;font-size:var(--text-small);word-break:break-word;font-weight:var(--weight-regular);min-width:0;width:100%;overflow-wrap:anywhere}.portal-shell__account-email{margin:0;color:#fefcf8;font-size:var(--text-caption);line-height:1.35;letter-spacing:-.01em;font-weight:var(--weight-regular);min-width:0;width:100%;overflow-wrap:anywhere;word-break:normal;white-space:normal}.portal-shell__nav{display:grid;gap:6px}.portal-nav__link{color:#f3ece5;text-decoration:none;touch-action:manipulation;min-height:44px;display:grid;align-items:center;padding:0 24px;position:relative;border-radius:8px;border-left:3px solid transparent}.portal-nav__link:link,.portal-nav__link:visited{color:#f3ece5}.portal-nav__link:hover,.portal-nav__link:focus-visible{color:#fff3cf}.portal-nav__link:active{color:#ffd77f}.portal-nav__link--active{color:var(--color-surface-page);background:transparent}.portal-nav__link--active:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;background:#d4af37}.portal-shell__sidebar-actions{margin-top:auto;display:grid;gap:var(--space-3);padding-top:var(--space-4);padding-inline:24px;border-top:1px solid rgba(255,255,255,.25);width:100%;box-sizing:border-box;overflow:hidden}.portal-shell__public-link,.portal-shell__signout-link,.portal-shell__mobile-close{min-height:44px;text-decoration:none;touch-action:manipulation;color:#f8e6ad;display:inline-grid;align-items:center;border:none;background:transparent;cursor:pointer;font-size:var(--text-small);line-height:1.15;padding:0}.portal-shell__mobile-close{display:none;color:#f8e6ad;margin-top:var(--space-2)}.portal-shell__public-link:hover,.portal-shell__public-link:focus-visible,.portal-shell__signout-link:hover,.portal-shell__signout-link:focus-visible,.portal-shell__mobile-close:hover,.portal-shell__mobile-close:focus-visible{color:#ffd57a;text-decoration:underline}.portal-shell__public-link:link,.portal-shell__public-link:visited,.portal-shell__signout-link:link,.portal-shell__signout-link:visited,.portal-shell__mobile-close:link,.portal-shell__mobile-close:visited{color:#f8e6ad}.portal-shell__public-link:active,.portal-shell__signout-link:active,.portal-shell__mobile-close:active{color:#ffd57a}.portal-shell__public-link:focus-visible,.portal-shell__signout-link:focus-visible,.portal-shell__mobile-close:focus-visible{outline:3px solid #ffdf8f;outline-offset:2px}.portal-shell__backdrop-close{display:none;background:#0000003d}.portal-shell__backdrop-close[hidden]{display:none!important}.portal-shell__content{min-width:0;display:grid;align-content:start;gap:var(--space-4);background:var(--color-surface-page)}.portal-shell__topbar{position:sticky;top:0;z-index:var(--z-sticky);min-height:84px;height:auto;background:var(--color-surface-plain, #faf8f5);border-bottom:var(--border-hairline) solid var(--color-border-subtle);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:var(--space-4);padding:20px 40px;box-sizing:border-box;--portal-topbar-height: 84px}.portal-shell__topbar-copy{display:grid;gap:2px;min-width:0}.portal-shell__menu-button{border:none;background:transparent;width:44px;height:44px;border-radius:8px;display:none;align-items:center;justify-content:center}.portal-shell__menu-icon{display:grid;gap:4px}.portal-shell__menu-icon span{display:block;width:18px;height:2px;border-radius:2px;background:currentColor}.portal-shell__menu-button--inline{justify-self:start}.portal-shell__notification-button{margin-left:auto;width:44px;height:44px;border-radius:var(--radius-md);border:var(--border-hairline) solid var(--color-border-subtle);background:var(--color-surface-page)}.portal-shell__notifications{position:fixed;top:calc(var(--portal-topbar-height) + var(--space-2));right:var(--space-4);z-index:calc(var(--z-sticky) + 3);margin:0;width:min(320px,calc(100vw - (2 * var(--space-4))));max-height:calc(100vh - (var(--portal-topbar-height) + var(--space-4)));overflow:auto;border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-raised);padding:var(--space-3) 0}.portal-shell__notifications-header{display:flex;gap:var(--space-2);justify-content:space-between;align-items:center;padding:0 var(--space-3) var(--space-2);border-bottom:var(--border-hairline) solid var(--color-border-subtle)}.portal-shell__notifications-header p{margin:0;font-weight:var(--weight-semibold);text-transform:uppercase;font-size:var(--text-small)}.portal-shell__notifications-close,.portal-shell__menu-button,.portal-shell__notification-button{min-height:44px;min-width:44px}.portal-shell__notifications-close{border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-page)}.portal-shell__notifications-body{display:grid}.portal-shell__notification-card{display:grid;gap:8px;padding:var(--space-3);border-top:var(--border-hairline) solid var(--color-border-subtle)}.portal-shell__notification-card:first-child{border-top:none}.portal-shell__notification-empty{margin:0;padding:var(--space-3);color:var(--color-text-secondary);font-size:var(--text-small)}.portal-shell__eyebrow{margin:0;color:var(--color-text-secondary);font-size:var(--text-small);text-transform:uppercase;letter-spacing:.06em}.portal-shell__topbar-title{margin:0;font-family:var(--font-display);font-size:1.625rem;line-height:1.15;overflow-wrap:normal;overflow:visible;text-overflow:ellipsis;white-space:normal;word-break:normal}.portal-shell__topbar p{margin:0;line-height:1.3}.portal-shell__topbar-copy p{color:var(--color-text-secondary)}.portal-shell__topbar-copy p:not(.portal-shell__eyebrow){display:none}.portal-dashboard__card{align-content:start}.portal-dashboard{display:grid;gap:20px}.portal-dashboard__title{margin:0}.portal-dashboard__hero{border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);background:var(--color-surface-raised);padding:24px;display:grid;gap:20px}.portal-dashboard__metrics{display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.portal-dashboard__metrics--member-home{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-dashboard__metrics--admin-home{grid-template-columns:repeat(3,minmax(180px,1fr))}.portal-dashboard__metrics--admin-home .portal-dashboard__card:nth-child(4){grid-column:1 / -1}.portal-dashboard__card{border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-raised);padding:24px;display:grid;gap:var(--space-2);min-height:120px}.portal-dashboard__card--warning{border-left:4px solid #d79f4c}.portal-dashboard__card--neutral{border-left:4px solid transparent}.portal-dashboard__card--ok{border-left:4px solid #2f9e44}.portal-dashboard__hero-title{margin:0;font-size:1.06rem;line-height:1.2;font-family:var(--font-sans);text-transform:none}.portal-dashboard__eyebrow{margin:0;color:var(--color-text-secondary);text-transform:uppercase;font-size:var(--text-small);letter-spacing:.06em}.admin-tabbar{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;width:100%;margin:0}.admin-tabbar .btn{width:100%;min-width:0;min-height:52px;height:auto;padding:10px 16px;justify-content:center;text-align:center;line-height:1.25;white-space:normal}.admin-tabbar .btn:hover,.admin-tabbar .btn:focus-visible,.admin-tabbar .btn:active{transform:none}@media (max-width: 760px){.admin-tabbar{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.admin-tabbar .btn{min-height:52px;padding:8px 10px}.admin-tabbar .btn:last-child:nth-child(odd){grid-column:1 / -1}}.portal-dashboard__card h2,.portal-dashboard__card h3{margin:0;font-family:var(--font-display);line-height:1.1}.portal-dashboard__card h3{font-size:2rem;letter-spacing:.01em}.portal-dashboard__metric-label{margin:0;font-size:13px;line-height:1.2;font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-secondary)}.portal-dashboard__metric-value{margin:0;font-family:var(--font-display);font-size:2rem;line-height:1.1;letter-spacing:.01em;overflow-wrap:normal;word-break:normal}.portal-dashboard__metric-description{margin:0;color:var(--color-text-secondary);font-size:14px}.portal-dashboard__badge{display:inline-flex;width:fit-content;border-radius:999px;padding:3px 10px;line-height:1.15;min-height:22px;align-self:start;align-items:center;white-space:nowrap;font-size:.74rem;font-weight:var(--weight-semibold);text-wrap:nowrap;border:var(--border-hairline) solid var(--color-border-subtle);background:#5c0e101f;color:var(--brand-red)}.portal-dashboard__badge--warning{color:#b97f2f;background:color-mix(in srgb,#d79f4c 16%,transparent);border-color:#d79f4c}.portal-dashboard__meter{margin-top:var(--space-1);height:8px;border-radius:999px;background:#1c1c1c1f;overflow:hidden}.portal-dashboard__meter span{display:block;height:100%;width:0;background:#8b2b2f}.portal-dashboard__panels{display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.portal-dashboard__panel-stack{display:grid;gap:24px;grid-template-columns:1fr;grid-column:2}.portal-dashboard__panel{border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-raised);padding:28px}.portal-dashboard__panel h2{margin-top:0;margin-bottom:24px;font-size:1.375rem}.portal-dashboard__panel-header{display:flex;align-items:baseline;gap:var(--space-3)}.portal-dashboard__panel-header .portal-dashboard__panel-title{margin:0;font-size:1.375rem}.portal-dashboard__list{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-2)}.portal-dashboard__coming-up{display:grid;gap:var(--space-3)}.portal-dashboard__coming-up-list{display:grid;gap:14px}.portal-dashboard__service-card{display:grid;gap:8px;padding:20px 18px 16px;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-raised);position:relative}.portal-dashboard__service-card:before{content:"";position:absolute;height:3px;left:0;right:0;top:0;border-radius:8px 8px 0 0;background:#d8a44c}.portal-dashboard__service-card h3,.portal-dashboard__event-card h3{margin:0;font-size:1.1rem}.portal-dashboard__meta,.portal-dashboard__service-note,.portal-dashboard__empty-state,.portal-dashboard__visibility{margin:0;color:var(--color-text-secondary);font-size:var(--text-small)}.portal-dashboard__event-card{padding:16px;display:grid;gap:8px}.portal-dashboard__event-badge-row{display:inline-grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:10px}.portal-dashboard__event-date{min-width:66px;width:fit-content;border-radius:8px;padding:6px 8px;border:1px solid #d8a44c;background:color-mix(in srgb,#d8a44c 14%,transparent);color:#7a4d11;font-weight:var(--weight-semibold);text-align:center;line-height:1.2;font-size:.82rem}.portal-dashboard__event-type{margin:0;color:var(--color-text-secondary);text-transform:capitalize;font-size:.8rem}.portal-dashboard__table-wrap{width:100%;overflow-x:auto;overflow-y:visible}.portal-dashboard__table-wrap .portal-dashboard__table{width:100%;min-width:520px}.portal-dashboard__list li{display:grid;gap:4px;border-top:var(--border-hairline) solid var(--color-border-subtle);padding-top:var(--space-2)}.portal-dashboard__list li:first-child{border-top:none;padding-top:0}.portal-dashboard__table{width:100%;table-layout:fixed;border-collapse:collapse;text-align:left}.portal-dashboard__table th,.portal-dashboard__table td{border-bottom:var(--border-hairline) solid var(--color-border-subtle);padding:10px 0;overflow-wrap:normal;word-break:normal}.portal-dashboard__table th:first-child,.portal-dashboard__table td:first-child{width:44%}.portal-dashboard__table th:last-child,.portal-dashboard__table td:last-child{width:26%;text-align:right}.portal-dashboard__table .btn{white-space:nowrap}.portal-dashboard__table th{font-size:var(--text-small);text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-secondary)}.portal-dashboard__table-wrap.portal-dashboard__queue-table{min-width:0}.portal-dashboard__table-wrap.portal-dashboard__queue-table .portal-dashboard__table td:last-child{text-align:right}.portal-dashboard__table-wrap.portal-dashboard__queue-table .portal-dashboard__table td:last-child .btn{display:inline-flex;min-width:96px}.portal-dashboard__quick-actions{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.portal-dashboard__quick-actions .btn{width:100%;min-width:0;justify-self:stretch;white-space:nowrap}.portal-notice--info{background:color-mix(in srgb,#2b78bf 9%,transparent);border-left:6px solid #2b78bf;box-shadow:inset 0 0 0 1px color-mix(in srgb,#2b78bf 14%,transparent);display:grid;grid-template-columns:26px 1fr;align-items:start;gap:10px 12px}.portal-notice--info:before{content:"i";display:grid;place-items:center;position:relative;width:22px;height:22px;border-radius:50%;color:var(--color-surface-page);background:#2b78bf;font-size:13px;line-height:1;font-weight:var(--weight-semibold);font-family:var(--font-sans);margin-top:2px;grid-column:1;grid-row:1 / -1}.portal-notice--info>*{grid-column:2}.portal-notice--info .portal-notice__heading,.portal-notice--info h2,.portal-notice--info h3{margin-top:0;font-family:var(--font-sans);font-weight:var(--weight-semibold);letter-spacing:0}.portal-notice--info p{margin:0;color:var(--color-text-primary)}.member-docs__history-card p{align-items:start;grid-template-columns:minmax(96px,1fr) minmax(0,2fr)}.member-docs__history-card p span{overflow-wrap:break-word;word-break:normal}.member-docs__card-action{align-items:start;display:grid;gap:8px}.member-docs__card-action .btn{justify-self:stretch;width:100%;max-width:100%;min-width:0;text-align:center}.member-directory__card,.member-family__mobile-card{align-items:start}.member-directory__card p,.member-family__mobile-card p,.member-docs__history-card p{grid-template-columns:minmax(96px,38%) minmax(0,62%)}.member-directory__card p strong,.member-family__mobile-card p strong,.member-docs__history-card p strong{font-family:var(--font-sans);color:var(--color-text-secondary)}.member-directory__card p span,.member-family__mobile-card p span,.member-docs__history-card p span{overflow-wrap:normal;word-break:normal}.portal-notice{border:var(--border-hairline) solid var(--color-border-subtle);padding:var(--space-4);border-radius:var(--radius-md);background:var(--color-surface-sunken)}.portal-notice--neutral{background:var(--color-surface-page)}.portal-notice--warning{border-color:#d79f4c;background:color-mix(in srgb,#d79f4c 6%,transparent)}.portal-notice--danger{border-color:var(--brand-red);background:color-mix(in srgb,var(--brand-red) 8%,transparent)}.portal-notice__heading{margin:0 0 8px;font-weight:var(--weight-semibold)}.portal-shell__panel{overflow-x:hidden;min-width:0;padding:32px 40px 64px;display:grid;gap:20px}.portal-shell__panel *,.portal-shell__content,.portal-shell__panel .portal-card,.portal-shell__panel .status-grid,.portal-shell__panel .panel,.portal-shell__panel .portal-grid{min-width:0}.portal-shell__panel .portal-card,.portal-shell__panel .panel{width:100%}.portal-shell__panel h1{overflow-wrap:anywhere}.portal-shell__panel h2,.portal-shell__panel h3,.portal-shell__panel .portal-card h2,.portal-shell__panel .portal-card h3,.portal-shell__panel .status-grid .panel h2,.portal-shell__panel .status-grid .panel h3{overflow-wrap:anywhere;word-break:break-word;font-family:var(--font-display);font-weight:var(--weight-semibold)}.portal-shell__panel .portal-card h2,.portal-shell__panel .status-grid .panel h2,.portal-shell__panel .panel h2{margin:0;text-transform:none;font-size:1.0625rem;line-height:1.25}.portal-shell__panel .portal-card h3,.portal-shell__panel .status-grid .panel h3,.portal-shell__panel .panel h3{margin:0;text-transform:none;font-size:1rem;line-height:1.25}.portal-shell__panel p,.portal-shell__panel label,.portal-shell__panel button,.portal-shell__panel .site-grid,.portal-shell__panel .status-grid,.portal-shell__panel .panel{min-width:0;overflow-wrap:anywhere;word-break:break-word}.portal-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.portal-card{border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);background:var(--color-surface-raised);padding:var(--space-4);display:grid;gap:12px}.portal-card--wide{grid-column:1 / -1}.portal-shell__panel .portal-grid{width:100%}.portal-card__actions{display:flex;flex-wrap:wrap;gap:12px}.committee-role-editor__grid{display:grid;gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr))}.committee-role-editor{display:grid;gap:var(--space-4)}.committee-role-editor--disclosure{padding-top:var(--space-3)}.committee-role-editor__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:var(--space-3)}.committee-role-editor__table-wrap{width:100%;overflow-x:auto;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-raised)}.committee-role-editor__table{width:100%;min-width:720px;border-collapse:collapse;table-layout:fixed}.committee-role-editor__table th,.committee-role-editor__table td{padding:14px 16px;border-bottom:var(--border-hairline) solid var(--color-border-subtle);text-align:left;vertical-align:middle;overflow-wrap:anywhere}.committee-role-editor__table th{color:var(--color-text-secondary);background:color-mix(in srgb,var(--color-surface-page) 82%,var(--color-border-subtle));font-size:var(--text-caption);font-weight:var(--weight-semibold);letter-spacing:.04em;text-transform:uppercase}.committee-role-editor__table th:first-child{width:28%}.committee-role-editor__table tr:last-child td{border-bottom:none}.committee-role-editor__row{cursor:pointer;transition:background-color var(--duration-quick) var(--ease-standard)}.committee-role-editor__row:hover,.committee-role-editor__row--expanded{background:color-mix(in srgb,var(--brand-red) 5%,var(--color-surface-raised))}.committee-role-editor__row--busy{cursor:wait}.committee-role-editor__row:focus-within{outline:3px solid var(--color-focus-ring);outline-offset:-3px}.committee-role-editor__row-toggle{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);border:0;border-radius:var(--radius-sm);background:transparent;color:var(--brand-red);padding:0;text-align:left;font:inherit;font-weight:var(--weight-semibold);cursor:pointer}.committee-role-editor__row-toggle:hover{color:var(--brand-red-deep)}.committee-role-editor__row-toggle:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:2px}.committee-role-editor__card--expanded{scroll-margin-top:calc(var(--portal-topbar-height) + var(--space-4));padding-top:calc(var(--space-4) + 4px)}.committee-role-editor__card-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-3);padding-bottom:var(--space-2);border-bottom:var(--border-hairline) solid var(--color-border-subtle)}.committee-role-editor__description{grid-column:1 / -1}.committee-role-editor__hint{margin:0;padding:var(--space-2) 0}.committee-role-editor__grid label{display:grid;gap:8px;min-width:0}.committee-role-editor__grid label>input,.committee-role-editor__grid label>textarea,.committee-role-editor__grid label>.custom-select{width:100%}.committee-role-editor__grid .custom-select__trigger{width:100%}.committee-role-editor__actions{display:flex;flex-wrap:wrap;gap:12px}.vicar-portrait-admin{display:grid;gap:var(--space-3);margin-top:var(--space-5);padding:var(--space-5);border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);background:var(--color-surface-raised)}.vicar-portrait-admin__heading,.vicar-portrait-admin__actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-3)}.vicar-portrait-admin__heading h3,.vicar-portrait-admin__heading p,.vicar-portrait-admin__body p{margin:0}.vicar-portrait-admin__body{display:grid;gap:var(--space-3);max-width:760px}.vicar-portrait-admin__field{display:grid;gap:8px;min-width:0}.vicar-portrait-admin__field .custom-select,.vicar-portrait-admin__field .custom-select__trigger{width:100%}.vicar-portrait-admin__consent{width:fit-content;padding:8px 12px;border-radius:var(--radius-pill);background:var(--color-surface-sunken);color:var(--color-text-secondary);font-size:var(--text-small);font-weight:var(--weight-semibold)}.vicar-portrait-admin__consent--granted{color:var(--brand-red-deep);background:color-mix(in srgb,var(--color-status-success-fg) 12%,var(--color-surface-raised))}.member-family__member-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.member-details__form{grid-template-columns:repeat(2,minmax(0,1fr))}.member-details__actions{position:sticky;bottom:var(--space-4);background:var(--color-surface-page);border:var(--border-hairline) solid var(--color-border-subtle);z-index:var(--z-sticky);justify-content:flex-end;align-items:center;padding-top:var(--space-2)}.member-details__actions .btn{min-width:220px}.member-family__layout .portal-card--wide{grid-column:1 / -1}.member-family__privacy-alert{margin:0}.member-family__row-actions{display:inline-flex;gap:8px;margin-top:8px;justify-content:flex-start;flex-wrap:wrap}.member-family__row-actions .btn{min-height:32px;padding:6px 10px;min-width:0}.member-family__table-wrap .portal-dashboard__table th:first-child,.member-family__table-wrap .portal-dashboard__table td:first-child,.member-family__table-wrap .portal-dashboard__table th:last-child,.member-family__table-wrap .portal-dashboard__table td:last-child{width:auto;text-align:left}.member-family__mobile-cards,.member-directory__cards,.member-docs__history-cards{display:none}.member-family__mobile-card,.member-directory__card,.member-docs__history-card{border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-raised);padding:var(--space-3);display:grid;gap:8px}.member-family__mobile-card p,.member-directory__card p,.member-docs__history-card p{margin:0;display:grid;gap:2px;grid-template-columns:minmax(120px,1fr) minmax(0,2fr);align-items:start}.member-family__mobile-card p strong,.member-directory__card p strong,.member-docs__history-card p strong{color:var(--color-text-secondary);font-weight:var(--weight-semibold)}.member-family__mobile-card p span,.member-directory__card p span,.member-docs__history-card p span{color:var(--color-text-primary)}.member-details__layout{display:grid;gap:var(--space-4);width:100%}.member-details__notice{border-left:6px solid #2b78bf;background:color-mix(in srgb,#2b78bf 9%,transparent)}.member-details__notice.portal-notice{background:color-mix(in srgb,#2b78bf 6%,var(--color-surface-sunken))}.member-details__section h2,.member-details__split h2{margin:0}.member-details__section,.member-details__split,.member-details__side-stack>.portal-card{display:grid;gap:var(--space-3)}.member-details__field-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr))}.member-details__field{display:grid;gap:8px;min-width:0}.member-details__field label,.member-details__field .portal-form label,.member-details__field input,.member-details__field .custom-select,.member-details__field .custom-select__trigger{width:100%}.member-details__field input[readonly],.member-details__field input[aria-readonly=true]{background:color-mix(in srgb,var(--color-surface-plain) 82%,var(--color-text-muted));color:var(--color-text-muted);cursor:not-allowed}.member-details__field--full{grid-column:1 / -1}.member-details__hint{margin:2px 0 0;color:var(--color-text-muted);font-size:.9rem}.member-details__split{display:grid;gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.member-details__split .member-details__field-grid{grid-template-columns:minmax(0,1fr)}.member-family__modal .portal-form{margin-top:var(--space-3)}.member-family__modal .portal-card__description,.member-family__alert{margin:0}.member-family__copy .portal-dashboard__table-wrap{margin-bottom:0}.member-family__actions{display:flex;flex-wrap:wrap;gap:12px}.member-docs__layout,.member-settings__layout,.member-directory__layout{display:grid;gap:var(--space-4)}.member-docs__layout>.portal-card,.member-settings__layout>.portal-card,.member-directory__layout>.portal-card,.member-docs__layout>.portal-card--wide,.member-settings__layout>.portal-card--wide,.member-directory__layout>.portal-card--wide{grid-column:1 / -1}.member-docs__form-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.member-docs__form-field{display:grid;gap:8px}.member-docs__form-field .custom-select__trigger,.member-docs__history-card,.member-docs__household-cards .member-docs__history-card{width:100%}.member-docs__household-cards{display:none}@media (max-width: 900px){.member-details__field-grid,.member-details__split,.member-docs__form-grid{grid-template-columns:minmax(0,1fr)}.member-details__actions{position:static;border:0;padding-top:0}}@media (max-width: 640px){.member-settings__layout,.member-directory__layout,.member-docs__layout,.member-family__layout,.member-details__layout{grid-template-columns:minmax(0,1fr)}.member-family__table-wrap,.member-family__mobile-cards,.member-directory__table,.member-directory__cards,.member-docs__table,.member-docs__household-cards,.member-docs__history-cards{display:none}.member-family__mobile-cards,.member-directory__cards,.member-docs__household-cards,.member-docs__history-cards{display:grid;gap:var(--space-3);margin-top:var(--space-3)}.member-docs__history-card{display:grid;gap:8px}.member-docs__household-cards .member-docs__card-action,.member-docs__card-action{grid-template-columns:1fr}.member-docs__household-cards .member-docs__card-action .btn,.member-docs__household-cards .member-docs__card-action span,.member-docs__card-action .btn,.member-docs__card-action span{width:100%;min-width:0;text-align:center}.member-docs__household-cards .member-docs__card-action .btn{white-space:normal;overflow-wrap:normal;word-break:normal;justify-self:stretch}.member-docs__household-cards .member-docs__card-action strong{grid-column:1}}.portal-form{display:grid;gap:10px}.portal-form .member-media__file-control{display:grid;gap:8px;min-width:0}.portal-form .member-media__file-control .member-media__file-button{justify-self:stretch;min-height:44px}.portal-form .member-media__file-input{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip:rect(0,0,0,0);clip-path:inset(50%);overflow:hidden}.portal-form .member-media__file-name{margin:0;min-height:44px;display:flex;align-items:center;padding:0 12px;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-raised);color:var(--color-text-secondary);font-size:var(--text-small);width:100%;box-sizing:border-box}.portal-form input,.portal-form textarea{min-height:44px;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);padding:0 12px;font:inherit}.admin-file-input{min-height:44px;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-page);color:var(--color-text-primary);font:inherit;width:100%;box-sizing:border-box;padding:0 10px;min-width:120px;cursor:pointer}.admin-file-input::file-selector-button,.admin-file-input::-webkit-file-upload-button{min-height:38px;margin:3px;margin-inline-end:12px;padding:0 14px;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-sm);color:var(--color-text-primary);background:var(--color-surface-plain);cursor:pointer;font:inherit}.portal-form textarea{min-height:92px;padding-top:10px}.member-media__history-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.member-media__history-row p{margin:0}.portal-shell__panel .portal-form input,.portal-shell__panel .portal-form textarea,.portal-shell__panel .custom-select__trigger,.portal-shell__panel .custom-select__option,.portal-shell__panel button,.portal-shell__panel .btn{min-height:44px}.portal-shell__panel label:has(input[type=checkbox]){display:inline-flex;align-items:center;gap:var(--space-3);min-height:44px;cursor:pointer;overflow-wrap:anywhere}.portal-shell__panel label:has(input[type=checkbox]) input[type=checkbox]{margin:0;width:18px;height:18px;min-width:18px;min-height:18px;flex:none}.portal-auth-page{min-height:100vh;box-sizing:border-box}.portal-auth-page__shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;box-sizing:border-box;min-width:0}.portal-auth-page__copy{margin:0;min-height:100vh;padding:72px 56px;color:#faf8f5;background:#5c0e10;display:grid;align-content:center;gap:var(--space-4);box-sizing:border-box;min-width:0}.portal-auth-page__copy h1{font-size:42px;margin:0;color:#faf8f5;font-family:var(--font-display);font-weight:var(--weight-semibold);max-width:16ch;width:min(100%,16ch);min-width:0;overflow-wrap:normal;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.portal-signin__brand-card{display:block;width:80px;height:80px;margin-bottom:var(--space-4)}.portal-signin__brand-logo{display:block;width:80px;height:80px;object-fit:contain;border-radius:8px;background:#faf8f5;padding:6px;box-sizing:border-box}.portal-signin__brand-wordmark{margin:0}.portal-signin__intro-title{margin:0;font-size:42px;font-family:var(--font-display);font-weight:var(--weight-semibold);line-height:1.1;line-height:1.18;color:#faf8f5;max-width:16ch}.portal-auth-page__eyebrow{margin:0;color:#d4af37;font-size:var(--text-small);text-transform:uppercase;letter-spacing:.09em}.portal-auth-page__copy p{margin:0;width:100%;max-width:100%;min-width:0;overflow-wrap:anywhere}.portal-auth-page__public-link{position:relative;justify-self:start;display:inline-flex;align-items:center;width:max-content;max-width:100%;min-height:34px;box-sizing:border-box;overflow-wrap:anywhere;text-decoration:none;color:#f8df9f;background:transparent;border-radius:var(--radius-sm);padding:0 8px;margin-inline-start:-8px;transition:color var(--duration-fast) var(--ease-standard),background-color var(--duration-fast) var(--ease-standard),text-decoration-color var(--duration-fast) var(--ease-standard);font-weight:var(--weight-semibold);line-height:1.35;text-decoration-color:currentColor;text-underline-offset:.2em}.portal-auth-page__public-link:link,.portal-auth-page__public-link:visited{color:#f8df9f}.portal-auth-page__public-link:after{content:"";position:absolute;inset-block:-5px;inset-inline:0}.portal-auth-page__public-link:hover,.portal-auth-page__public-link:focus-visible{color:#ffefb8;text-decoration:underline;background:color-mix(in srgb,#ffffff 20%,transparent)}.portal-auth-page__public-link:active{color:var(--brand-white);text-decoration:underline;background:color-mix(in srgb,#ffffff 28%,transparent)}.portal-auth-page__public-link:focus-visible{outline:3px solid #ffebaa;outline-offset:2px}.portal-auth-card{background:transparent;min-height:100vh;padding:72px 56px;display:grid;gap:20px;align-content:center;justify-items:stretch;box-sizing:border-box;min-width:0}.portal-auth-card__inner{max-width:min(420px,100%);width:100%;margin:0 auto;display:grid;gap:20px}.portal-auth-actions{margin-top:12px;display:grid;grid-template-columns:1fr;gap:10px}.portal-auth-role-btn{min-height:52px;border-radius:999px;border:var(--border-hairline) solid var(--color-border-subtle);background:transparent;color:#3f2714;font-size:var(--text-small);letter-spacing:.03em}.portal-auth-role-btn.btn--secondary{color:#432915;border-color:var(--brand-red)}.portal-auth-role-btn.btn--primary{color:var(--brand-white);background:var(--brand-red)}.portal-auth-role-btn.is-active{color:var(--brand-white);border-color:var(--brand-red-deep);background:var(--brand-red);font-weight:var(--weight-semibold)}.portal-auth-role-btn.is-active:hover,.portal-auth-role-btn.is-active:focus-visible,.portal-auth-role-btn.is-active:active{background:var(--brand-burgundy);color:var(--brand-white)}.portal-auth-page__intro{margin:0;color:var(--color-text-secondary)}.portal-auth-card h2{margin:0}.portal-auth-field{display:grid;gap:8px}.portal-auth-field input{min-height:52px;width:100%;box-sizing:border-box;font-family:var(--font-body);font-size:var(--text-body);border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);padding:0 12px}form.auth-form .portal-auth-field label{font-size:var(--text-small)}.portal-auth-options{display:flex;flex-wrap:wrap;justify-content:flex-start;column-gap:var(--space-6);row-gap:8px}.portal-auth-options label{display:inline-flex;gap:8px;align-items:center;font-size:var(--text-small)}.portal-auth-options input[type=checkbox]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;width:18px;height:18px;min-width:18px;min-height:18px;flex:none;margin:0}.portal-auth-primary-links{display:flex;flex-wrap:wrap;gap:var(--space-4);font-size:var(--text-small)}.portal-auth-primary-links a{color:var(--color-text-secondary)}.portal-auth-page__hint{margin:0;color:var(--color-text-secondary);font-size:var(--text-small)}@media (max-width: 1024px){.portal-auth-page__copy h1{max-width:100%;font-size:2rem}.portal-auth-page__copy p,.portal-auth-page__copy .portal-auth-page__eyebrow{max-width:100%}.portal-shell{grid-template-columns:1fr}.portal-shell__sidebar{position:fixed;z-index:calc(var(--z-sticky) + 2);inset:0 auto 0 0;transform:translate(-110%);transition:transform .18s ease;width:min(320px,84vw);max-width:320px;height:100vh;box-shadow:0 12px 24px #0003;padding:72px var(--space-4) var(--space-4)}.portal-shell__sidebar--open{transform:translate(0)}.portal-shell__menu-button{display:inline-grid;place-items:center}.portal-shell__menu-button--inline{position:static}.portal-shell__mobile-close{display:block}.portal-shell__backdrop-close{position:fixed;top:0;right:0;bottom:0;left:0;border:0;margin:0;padding:0;z-index:calc(var(--z-sticky) + 1);cursor:default;background:#0000003d;display:grid}.portal-shell__sidebar--open+.portal-shell__content{pointer-events:none}.portal-shell__content{min-width:0}.portal-shell__topbar{--portal-topbar-height: 72px;min-height:72px;height:auto;padding-inline:16px;padding-top:12px;padding-bottom:12px;align-items:start;align-content:start;gap:8px}.portal-shell__topbar-copy h1,.portal-shell__topbar h1{font-size:1.2rem;line-height:1.2;max-width:18ch}.portal-shell__topbar-copy{min-width:0}.portal-shell__notifications{top:calc(var(--portal-topbar-height) + var(--space-2));right:var(--space-4);left:auto;width:min(320px,calc(100vw - 2 * var(--space-4)));max-height:calc(100vh - (var(--portal-topbar-height) + var(--space-4)));overflow:auto;z-index:calc(var(--z-sticky) + 3);margin:0}.portal-shell__panel{padding:16px 20px 28px}.portal-dashboard__table{font-size:var(--text-small)}.portal-dashboard__table th,.portal-dashboard__table td{padding:8px 0}.portal-dashboard__table-wrap{margin-right:calc(-1 * var(--site-inline-padding));padding-right:var(--site-inline-padding)}.portal-dashboard__table{min-width:540px}.portal-dashboard__table-wrap.portal-dashboard__queue-table{overflow-x:visible;margin-right:0;padding-right:0}.portal-dashboard__table-wrap.portal-dashboard__queue-table .portal-dashboard__table{min-width:0}.portal-dashboard__table-wrap.portal-dashboard__queue-table .portal-dashboard__table thead{display:none}.portal-dashboard__table-wrap.portal-dashboard__queue-table .portal-dashboard__table tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px}.portal-dashboard__table-wrap.portal-dashboard__queue-table .portal-dashboard__table tr+tr{border-top:var(--border-hairline) solid var(--color-border-subtle)}.portal-dashboard__table-wrap.portal-dashboard__queue-table .portal-dashboard__table tr td{width:auto;padding:10px 0;border:none;display:block;text-align:left}.portal-dashboard__table-wrap.portal-dashboard__queue-table .portal-dashboard__table tr td:last-child{text-align:right;grid-column:2;justify-self:end}.portal-dashboard__table-wrap.portal-dashboard__queue-table .portal-dashboard__table tr td:before{content:attr(data-label);display:inline-block;margin-right:8px;text-transform:uppercase;font-size:.72rem;letter-spacing:.04em;color:var(--color-text-secondary)}.portal-dashboard__table-wrap.portal-dashboard__queue-table .portal-dashboard__table tr td:last-child:before{display:none}.portal-dashboard__table th:last-child,.portal-dashboard__table td:last-child{width:auto;text-align:left}.portal-dashboard__table .btn{white-space:nowrap;word-break:normal;overflow-wrap:normal}.portal-dashboard__panels{grid-template-columns:minmax(0,2fr)}.portal-dashboard__metrics--admin-home,.portal-dashboard__metrics--member-home{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-dashboard__metrics--admin-home .portal-dashboard__card:nth-child(4),.portal-dashboard__metrics--member-home .portal-dashboard__card:nth-child(4){grid-column:auto}.portal-dashboard__quick-actions{grid-template-columns:minmax(0,1fr)}.portal-dashboard__panel-stack{grid-column:auto}.committee-role-editor__grid,.member-family__member-grid{grid-template-columns:minmax(0,1fr)}.portal-auth-page__shell{grid-template-columns:1fr}.portal-auth-page__copy{min-height:auto;padding:32px 24px;justify-items:start}.portal-auth-card{min-height:auto;padding:28px 24px}}@media (max-width: 640px){.committee-role-editor--disclosure{padding-top:var(--space-2)}.committee-role-editor__toolbar .btn,.committee-role-editor__actions .btn,.vicar-portrait-admin__actions .btn,.vicar-portrait-admin__heading .btn{width:100%}.vicar-portrait-admin{margin-top:var(--space-4);padding:var(--space-4)}.vicar-portrait-admin__heading,.vicar-portrait-admin__actions{align-items:stretch}.committee-role-editor__table-wrap{overflow:visible;border:0;background:transparent}.committee-role-editor__table,.committee-role-editor__table tbody,.committee-role-editor__table tr,.committee-role-editor__table td{display:block;width:100%;min-width:0}.committee-role-editor__table{table-layout:auto}.committee-role-editor__table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.committee-role-editor__table tbody{display:grid;gap:var(--space-3)}.committee-role-editor__table tr{border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-raised);overflow:hidden}.committee-role-editor__table td{min-height:44px;padding:10px 14px;border-bottom:var(--border-hairline) solid var(--color-border-subtle)}.committee-role-editor__table td:not(:first-child){display:grid;grid-template-columns:minmax(104px,.85fr) minmax(0,1.15fr);align-items:center;gap:var(--space-2)}.committee-role-editor__table td:not(:first-child):before{content:attr(data-label);color:var(--color-text-secondary);font-size:var(--text-caption);font-weight:var(--weight-semibold);letter-spacing:.03em;text-transform:uppercase}.committee-role-editor__table td:last-child{border-bottom:none}.committee-role-editor__card-header{align-items:stretch}.committee-role-editor__card-header .btn{width:100%}.committee-role-editor__description{grid-column:auto}.portal-dashboard__table-wrap--cards{margin-right:0;padding-right:0;overflow:visible}.portal-dashboard__table-wrap--cards .portal-dashboard__table{display:block;min-width:0;table-layout:auto}.portal-dashboard__table-wrap--cards .portal-dashboard__table thead{display:none}.portal-dashboard__table-wrap--cards .portal-dashboard__table tbody,.portal-dashboard__table-wrap--cards .portal-dashboard__table tr,.portal-dashboard__table-wrap--cards .portal-dashboard__table td{display:block;width:auto!important}.portal-dashboard__table-wrap--cards .portal-dashboard__table tr{border-top:var(--border-hairline) solid var(--color-border-subtle);padding:12px 0}.portal-dashboard__table-wrap--cards .portal-dashboard__table tr:first-child{border-top:none}.portal-dashboard__table-wrap--cards .portal-dashboard__table td{border:none;padding:5px 0;text-align:left!important;overflow-wrap:anywhere;word-break:break-word}.portal-dashboard__table-wrap--cards .portal-dashboard__table td[data-label]:before{content:attr(data-label);display:block;margin-bottom:2px;color:var(--color-text-secondary);font-size:.72rem;font-weight:var(--weight-semibold);letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.portal-dashboard__table-wrap--cards .portal-dashboard__table td[colspan]{padding:10px 0}.portal-dashboard__table-wrap--cards .portal-dashboard__table td.admin-table__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-top:10px}.portal-dashboard__table-wrap--cards .portal-dashboard__table td.admin-table__actions:before{flex-basis:100%}.portal-dashboard__table-wrap--cards .portal-dashboard__table td input,.portal-dashboard__table-wrap--cards .portal-dashboard__table td .custom-select,.portal-dashboard__table-wrap--cards .portal-dashboard__table td select{max-width:100%}.portal-dashboard__table-wrap--cards .portal-dashboard__table td img{max-width:100%;height:auto}.portal-dashboard__metrics--admin-home,.portal-dashboard__metrics--member-home{grid-template-columns:minmax(0,1fr)}.portal-dashboard__metrics--admin-home .portal-dashboard__card:nth-child(4),.portal-dashboard__metrics--member-home .portal-dashboard__card:nth-child(4){grid-column:auto}.portal-dashboard__metric-value{font-size:1.62rem;overflow-wrap:normal;word-break:normal;white-space:normal;line-height:1.15}}@font-face{font-family:Cinzel;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/cinzel-latin-ext-400-normal-XQK_CSAr.woff2) format("woff2"),url(/assets/cinzel-latin-ext-400-normal-DJ0Lq8y-.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cinzel;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/cinzel-latin-400-normal-DnUIPmzd.woff2) format("woff2"),url(/assets/cinzel-latin-400-normal-C8jUSQqm.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cinzel;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/cinzel-latin-ext-500-normal-1Z8Q-7rh.woff2) format("woff2"),url(/assets/cinzel-latin-ext-500-normal-BxIh9iwm.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cinzel;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/cinzel-latin-500-normal-B-2dbOfA.woff2) format("woff2"),url(/assets/cinzel-latin-500-normal-DMNTwV-V.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cinzel;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/cinzel-latin-ext-600-normal-BEFdM_VE.woff2) format("woff2"),url(/assets/cinzel-latin-ext-600-normal-BY9Mq9iK.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cinzel;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/cinzel-latin-600-normal-Dd5YO2UX.woff2) format("woff2"),url(/assets/cinzel-latin-600-normal-CH_LB4su.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cinzel;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/cinzel-latin-ext-700-normal-C24KFjuG.woff2) format("woff2"),url(/assets/cinzel-latin-ext-700-normal-CORa-yIv.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cinzel;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/cinzel-latin-700-normal-Dkw14w9r.woff2) format("woff2"),url(/assets/cinzel-latin-700-normal-C-gK7hA8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/poppins-devanagari-400-normal-CJDn6rn8.woff2) format("woff2"),url(/assets/poppins-devanagari-400-normal-CqVvlrh5.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/poppins-latin-ext-400-normal-by3JarPu.woff2) format("woff2"),url(/assets/poppins-latin-ext-400-normal-DaBSavcJ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/poppins-latin-400-normal-cpxAROuN.woff2) format("woff2"),url(/assets/poppins-latin-400-normal-BOb3E3N0.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/poppins-devanagari-500-normal-BIdkeU1p.woff2) format("woff2"),url(/assets/poppins-devanagari-500-normal-DMPDjHtT.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/poppins-latin-ext-500-normal-CK-6C4Hw.woff2) format("woff2"),url(/assets/poppins-latin-ext-500-normal-CgAe2rWW.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/poppins-latin-500-normal-C8OXljZJ.woff2) format("woff2"),url(/assets/poppins-latin-500-normal-DGXqpDMm.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/poppins-devanagari-600-normal-STEjXBNN.woff2) format("woff2"),url(/assets/poppins-devanagari-600-normal-ClASKHrr.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/poppins-latin-ext-600-normal-CAhIAdZj.woff2) format("woff2"),url(/assets/poppins-latin-ext-600-normal-Df5ffKXP.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/poppins-latin-600-normal-zEkxB9Mr.woff2) format("woff2"),url(/assets/poppins-latin-600-normal-BJdTmd5m.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/poppins-devanagari-700-normal-O-jipLrW.woff2) format("woff2"),url(/assets/poppins-devanagari-700-normal-fHs-vx92.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/poppins-latin-ext-700-normal-cby-RkWa.woff2) format("woff2"),url(/assets/poppins-latin-ext-700-normal-DctTR6Tg.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/poppins-latin-700-normal-Qrb0O0WB.woff2) format("woff2"),url(/assets/poppins-latin-700-normal-BVuQR_eA.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/cormorant-garamond-cyrillic-ext-400-normal-W3Dto7M0.woff2) format("woff2"),url(/assets/cormorant-garamond-cyrillic-ext-400-normal-DLdKLAvx.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/cormorant-garamond-cyrillic-400-normal-DD2KOZkl.woff2) format("woff2"),url(/assets/cormorant-garamond-cyrillic-400-normal-CVFrM67f.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/cormorant-garamond-vietnamese-400-normal-6K-YXo6g.woff2) format("woff2"),url(/assets/cormorant-garamond-vietnamese-400-normal-4uxlocMh.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/cormorant-garamond-latin-ext-400-normal-Drx2k2n9.woff2) format("woff2"),url(/assets/cormorant-garamond-latin-ext-400-normal-uvC0WHQr.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/cormorant-garamond-latin-400-normal-B-1hWBU7.woff2) format("woff2"),url(/assets/cormorant-garamond-latin-400-normal-B7YtguxJ.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/cormorant-garamond-cyrillic-ext-400-italic-BEGvmv_3.woff2) format("woff2"),url(/assets/cormorant-garamond-cyrillic-ext-400-italic-C_Uk1MUY.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/cormorant-garamond-cyrillic-400-italic-D3GtrbRZ.woff2) format("woff2"),url(/assets/cormorant-garamond-cyrillic-400-italic-AH1vqu4S.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/cormorant-garamond-vietnamese-400-italic-BoXDRTEW.woff2) format("woff2"),url(/assets/cormorant-garamond-vietnamese-400-italic-CJpMwFnN.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/cormorant-garamond-latin-ext-400-italic-BdEzgT7i.woff2) format("woff2"),url(/assets/cormorant-garamond-latin-ext-400-italic-CQvLaSWn.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:italic;font-display:swap;font-weight:400;src:url(/assets/cormorant-garamond-latin-400-italic-Dc_OZ8oc.woff2) format("woff2"),url(/assets/cormorant-garamond-latin-400-italic-BLh7T8o8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/cormorant-garamond-cyrillic-ext-500-normal-Yta7XZ9C.woff2) format("woff2"),url(/assets/cormorant-garamond-cyrillic-ext-500-normal-lsPpqi9g.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/cormorant-garamond-cyrillic-500-normal-CyAY5ZLS.woff2) format("woff2"),url(/assets/cormorant-garamond-cyrillic-500-normal-DkJXBcIH.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/cormorant-garamond-vietnamese-500-normal-BZGLGj12.woff2) format("woff2"),url(/assets/cormorant-garamond-vietnamese-500-normal-DqXqCC0q.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/cormorant-garamond-latin-ext-500-normal-CH1kM7og.woff2) format("woff2"),url(/assets/cormorant-garamond-latin-ext-500-normal-DYeaGGzO.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/cormorant-garamond-latin-500-normal-BsRWmXhO.woff2) format("woff2"),url(/assets/cormorant-garamond-latin-500-normal-zIXX3Q-H.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/cormorant-garamond-cyrillic-ext-600-normal-BMhMHfrj.woff2) format("woff2"),url(/assets/cormorant-garamond-cyrillic-ext-600-normal-CsIYWmWK.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/cormorant-garamond-cyrillic-600-normal-C2atO-64.woff2) format("woff2"),url(/assets/cormorant-garamond-cyrillic-600-normal-FNmA3REe.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/cormorant-garamond-vietnamese-600-normal-BoXdMtcr.woff2) format("woff2"),url(/assets/cormorant-garamond-vietnamese-600-normal-C4HEjEaf.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/cormorant-garamond-latin-ext-600-normal-DaBc-lu7.woff2) format("woff2"),url(/assets/cormorant-garamond-latin-ext-600-normal-Dk3-quAP.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/cormorant-garamond-latin-600-normal-Co1r35X9.woff2) format("woff2"),url(/assets/cormorant-garamond-latin-600-normal-2CBVLo0M.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--brand-red:#7B1113;--brand-burgundy:#5C0E10;--brand-red-light:#8C1C24;--brand-red-deep:#430A0C;--brand-gold:#D4AF37;--brand-gold-warm:#C79B2C;--brand-gold-text:#7A6216;--brand-ivory:#FAF8F5;--brand-white:#FFFFFF;--brand-charcoal:#1E1E1E;--brand-ink:#2F2F2F;--brand-ink-muted:#666666;--brand-stone-100:#F2EDE6;--brand-stone-200:#E3DDD5;--brand-stone-300:#CFC7BD;--brand-stone-400:#8A8078;--brand-stone-500:#6E655E;--brand-success:#1F6B4A;--brand-success-deep:#17593D;--brand-success-tint:#E8F1EC;--brand-warning:#8A5A0B;--brand-warning-deep:#7A4E05;--brand-warning-tint:#FBF1DE;--brand-danger:#B3261E;--brand-danger-deep:#9A1B14;--brand-danger-tint:#F4E9E8;--brand-info:#2C5673;--brand-info-deep:#24485F;--brand-info-tint:#E9EFF3;--brand-gold-tint:#F6EFE0;--color-surface-page:var(--brand-ivory);--color-surface-raised:var(--brand-white);--color-surface-sunken:var(--brand-stone-100);--color-surface-inverse:var(--brand-burgundy);--color-surface-inverse-alt:var(--brand-charcoal);--color-surface-accent:var(--brand-gold-tint);--color-surface-overlay:rgba(30,30,30,.58);--color-text-primary:var(--brand-ink);--color-text-secondary:var(--brand-ink-muted);--color-text-heading:var(--brand-burgundy);--color-text-emphasis:var(--brand-red);--color-text-on-inverse:var(--brand-ivory);--color-text-on-inverse-dim:#D8CEC6;--color-text-on-accent:var(--brand-gold-text);--color-text-disabled:#8F8A85;--color-text-link:var(--brand-red);--color-text-link-hover:var(--brand-burgundy);--color-text-link-visited:#6A2044;--color-action-primary-bg:var(--brand-red);--color-action-primary-bg-hover:var(--brand-burgundy);--color-action-primary-bg-active:var(--brand-red-deep);--color-action-primary-text:var(--brand-white);--color-action-secondary-bg:transparent;--color-action-secondary-bg-hover:var(--brand-gold-tint);--color-action-secondary-bg-active:#EFE4CE;--color-action-secondary-text:var(--brand-red);--color-action-secondary-border:var(--brand-red);--color-action-quiet-bg-hover:var(--brand-stone-100);--color-action-quiet-bg-active:var(--brand-stone-200);--color-action-quiet-text:var(--brand-burgundy);--color-action-danger-bg:var(--brand-danger);--color-action-danger-bg-hover:var(--brand-danger-deep);--color-action-danger-text:var(--brand-white);--color-action-disabled-bg:var(--brand-stone-200);--color-action-disabled-text:var(--color-text-disabled);--color-action-disabled-border:var(--brand-stone-300);--color-border-subtle:var(--brand-stone-200);--color-border-default:var(--brand-stone-300);--color-border-strong:var(--brand-stone-400);--color-border-emphasis:var(--brand-burgundy);--color-border-on-inverse:rgba(250,248,245,.28);--color-ornament:var(--brand-gold);--color-ornament-on-dark:var(--brand-gold);--color-ornament-muted:var(--brand-gold-warm);--color-focus-ring:var(--brand-burgundy);--color-focus-ring-inverse:var(--brand-ivory);--focus-ring-width:2px;--focus-ring-offset:2px;--color-status-success-fg:var(--brand-success-deep);--color-status-success-bg:var(--brand-success-tint);--color-status-success-border:var(--brand-success);--color-status-warning-fg:var(--brand-warning-deep);--color-status-warning-bg:var(--brand-warning-tint);--color-status-warning-border:var(--brand-warning);--color-status-danger-fg:var(--brand-danger-deep);--color-status-danger-bg:var(--brand-danger-tint);--color-status-danger-border:var(--brand-danger);--color-status-info-fg:var(--brand-info-deep);--color-status-info-bg:var(--brand-info-tint);--color-status-info-border:var(--brand-info);--color-status-neutral-fg:var(--brand-stone-500);--color-status-neutral-bg:var(--brand-stone-100);--color-status-neutral-border:var(--brand-stone-300);--color-field-bg:var(--brand-white);--color-field-bg-disabled:var(--brand-stone-100);--color-field-border:var(--brand-stone-400);--color-field-border-hover:var(--brand-stone-500);--color-field-border-error:var(--brand-danger-deep);--color-field-placeholder:#7C736C}:root{--font-display:"Cinzel","Trajan Pro",Georgia,serif;--font-body:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-quote:"Cormorant Garamond","Cormorant",Georgia,serif;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--text-display:clamp(2.5rem,1.717rem + 3.478vw,4.5rem);--text-h1:clamp(2rem,1.413rem + 2.609vw,3.5rem);--text-h2:clamp(1.625rem,1.185rem + 1.957vw,2.75rem);--text-h3:clamp(1.375rem,1.13rem + 1.087vw,2rem);--text-h4:clamp(1.1875rem,1.065rem + .543vw,1.5rem);--text-body-lg:clamp(1.0625rem,.989rem + .326vw,1.25rem);--text-body:1rem;--text-small:.875rem;--text-caption:.8125rem;--leading-display:1.05;--leading-tight:1.15;--leading-snug:1.3;--leading-normal:1.5;--leading-relaxed:1.6;--leading-loose:1.75;--tracking-display:.01em;--tracking-normal:0;--tracking-eyebrow:.09em;--measure-prose:68ch;--measure-quote:46ch}:root{--space-0:0;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--space-section:clamp(3rem,1.5rem + 6vw,6rem);--space-section-lg:clamp(4rem,2rem + 8vw,8rem);--target-min:44px}:root{--border-hairline:1px;--border-default:1px;--border-thick:2px;--border-accent:3px;--radius-sm:2px;--radius-md:4px;--radius-lg:8px;--radius-xl:12px;--radius-pill:999px;--shadow-1:0 1px 2px rgba(67,10,12,.05),0 1px 3px rgba(67,10,12,.04);--shadow-2:0 2px 4px rgba(67,10,12,.05),0 4px 12px rgba(67,10,12,.06);--shadow-3:0 4px 8px rgba(67,10,12,.05),0 12px 28px rgba(67,10,12,.08);--shadow-overlay:0 8px 16px rgba(67,10,12,.1),0 24px 48px rgba(67,10,12,.16)}:root{--duration-instant:90ms;--duration-quick:.14s;--duration-base:.2s;--duration-slow:.3s;--duration-threshold:.42s;--ease-standard:cubic-bezier(.2,0,0,1);--ease-enter:cubic-bezier(.05,.7,.1,1);--ease-exit:cubic-bezier(.3,0,.8,.15)}:root{--width-prose:42rem;--width-content:70rem;--width-wide:82.5rem;--gutter:clamp(1rem,.5rem + 2vw,2rem);--z-base:0;--z-raised:10;--z-sticky:100;--z-header:200;--z-drawer:300;--z-overlay:400;--z-dialog:500;--z-toast:600;--z-skip-link:700}[data-surface=inverse]{--color-surface-page:var(--brand-burgundy);--color-surface-raised:#6B1013;--color-text-primary:var(--brand-ivory);--color-text-secondary:var(--color-text-on-inverse-dim);--color-text-heading:var(--brand-ivory);--color-text-emphasis:var(--brand-gold);--color-text-link:var(--brand-gold);--color-text-link-hover:var(--brand-white);--color-border-subtle:var(--color-border-on-inverse);--color-border-default:var(--color-border-on-inverse);--color-border-strong:rgba(250,248,245,.45);--color-focus-ring:var(--color-focus-ring-inverse);--color-action-primary-bg:var(--brand-ivory);--color-action-primary-bg-hover:var(--brand-white);--color-action-primary-bg-active:#EFE9E2;--color-action-primary-text:var(--brand-burgundy);--color-action-secondary-text:var(--brand-ivory);--color-action-secondary-border:var(--brand-gold);--color-action-secondary-bg-hover:rgba(212,175,55,.14);--color-action-quiet-text:var(--brand-ivory);--color-action-quiet-bg-hover:rgba(250,248,245,.1)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--color-surface-page);color:var(--color-text-primary);font-family:var(--font-body);font-size:var(--text-body);font-weight:var(--weight-regular);line-height:var(--leading-relaxed);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);color:var(--color-text-heading);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-display);margin:0;text-wrap:balance}h3{font-size:var(--text-h3);line-height:var(--leading-snug)}h4{font-size:var(--text-h4);line-height:var(--leading-snug);font-family:var(--font-body);font-weight:var(--weight-semibold)}p{margin:0 0 var(--space-4);max-width:var(--measure-prose);text-wrap:pretty}a{color:var(--color-text-link);text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{color:var(--color-text-link-hover);text-decoration-thickness:2px}a:visited{color:var(--color-text-link-visited)}[data-surface=inverse] a:visited{color:var(--color-text-link)}:focus-visible{outline:var(--focus-ring-width) solid var(--color-focus-ring);outline-offset:var(--focus-ring-offset);border-radius:var(--radius-sm)}:focus:not(:focus-visible){outline:none}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;top:0;z-index:var(--z-skip-link);background:var(--brand-burgundy);color:var(--brand-ivory);padding:var(--space-3) var(--space-5);border-radius:0 0 var(--radius-md) 0}.skip-link:focus{left:0}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.arch{display:block;width:100%;height:auto;overflow:visible}.arch path{fill:none;stroke:var(--color-ornament);stroke-width:1.25;vector-effect:non-scaling-stroke}.arch--section{margin:0 auto;max-width:44rem}.arch--draw path{stroke-dasharray:1400;stroke-dashoffset:0;animation:arch-draw var(--duration-threshold) var(--ease-standard) both}@keyframes arch-draw{0%{stroke-dashoffset:1400}to{stroke-dashoffset:0}}.eyebrow{font-family:var(--font-body);font-size:var(--text-caption);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-text-secondary);margin:0 0 var(--space-3)}[data-surface=inverse] .eyebrow,.eyebrow--gold{color:var(--color-ornament)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:var(--target-min);padding:var(--space-3) var(--space-6);font-family:var(--font-body);font-size:var(--text-body);font-weight:var(--weight-semibold);line-height:1.2;border:var(--border-thick) solid transparent;border-radius:var(--radius-md);cursor:pointer;text-decoration:none;text-align:center;transition:background-color var(--duration-quick) var(--ease-standard),border-color var(--duration-quick) var(--ease-standard),color var(--duration-quick) var(--ease-standard)}.btn--sm{min-height:36px;padding:var(--space-2) var(--space-4);font-size:var(--text-small)}.btn--lg{min-height:52px;padding:var(--space-4) var(--space-8);font-size:var(--text-body-lg)}.btn--primary{background:var(--color-action-primary-bg);color:var(--color-action-primary-text)}.btn--primary:hover{background:var(--color-action-primary-bg-hover)}.btn--primary:active{background:var(--color-action-primary-bg-active);transition:none}.btn--secondary{background:var(--color-action-secondary-bg);color:var(--color-action-secondary-text);border-color:var(--color-action-secondary-border)}.btn--secondary:hover{background:var(--color-action-secondary-bg-hover)}.btn--secondary:active{background:var(--color-action-secondary-bg-active);transition:none}.btn--quiet{background:transparent;color:var(--color-action-quiet-text)}.btn--quiet:hover{background:var(--color-action-quiet-bg-hover)}.btn--quiet:active{background:var(--color-action-quiet-bg-active);transition:none}.btn--danger{background:var(--color-action-danger-bg);color:var(--color-action-danger-text)}.btn--danger:hover{background:var(--color-action-danger-bg-hover)}.btn[disabled],.btn[aria-disabled=true]{background:var(--color-action-disabled-bg);color:var(--color-action-disabled-text);border-color:var(--color-action-disabled-border);cursor:not-allowed}.btn__spin{width:1em;height:1em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:btn-spin .7s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.field{display:flex;flex-direction:column;gap:var(--space-2);max-width:26rem}.field label{font-size:var(--text-small);font-weight:var(--weight-semibold)}.field .req{color:var(--color-status-danger-fg);font-weight:var(--weight-bold)}.field .hint{font-size:var(--text-caption);color:var(--color-text-secondary)}.input{min-height:var(--target-min);padding:var(--space-3) var(--space-4);font-family:var(--font-body);font-size:var(--text-body);color:var(--color-text-primary);background:var(--color-field-bg);border:var(--border-hairline) solid var(--color-field-border);border-radius:var(--radius-md);transition:border-color var(--duration-quick) var(--ease-standard)}.input::placeholder{color:var(--color-field-placeholder)}.input:hover{border-color:var(--color-field-border-hover)}.input[aria-invalid=true]{border-width:var(--border-thick);border-color:var(--color-field-border-error)}.input:disabled{background:var(--color-field-bg-disabled);color:var(--color-text-disabled);border-color:var(--color-border-default);cursor:not-allowed}textarea.input{min-height:7rem;line-height:var(--leading-relaxed);resize:vertical}select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--brand-stone-500) 50%),linear-gradient(135deg,var(--brand-stone-500) 50%,transparent 50%);background-position:calc(100% - 20px) calc(50% + 2px),calc(100% - 14px) calc(50% + 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:var(--space-10)}.err{display:flex;align-items:flex-start;gap:var(--space-2);font-size:var(--text-small);font-weight:var(--weight-medium);color:var(--color-status-danger-fg);margin:0}.err svg{flex:none;margin-top:.15em}.badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);font-size:var(--text-caption);font-weight:var(--weight-semibold);letter-spacing:.02em;border-radius:var(--radius-pill);border:var(--border-hairline) solid;white-space:nowrap}.badge svg{flex:none}.badge--neutral{color:var(--color-status-neutral-fg);background:var(--color-status-neutral-bg);border-color:var(--color-status-neutral-border)}.badge--success{color:var(--color-status-success-fg);background:var(--color-status-success-bg);border-color:var(--color-status-success-border)}.badge--warning{color:var(--color-status-warning-fg);background:var(--color-status-warning-bg);border-color:var(--color-status-warning-border)}.badge--danger{color:var(--color-status-danger-fg);background:var(--color-status-danger-bg);border-color:var(--color-status-danger-border)}.badge--info{color:var(--color-status-info-fg);background:var(--color-status-info-bg);border-color:var(--color-status-info-border)}.alert{display:flex;gap:var(--space-4);padding:var(--space-4) var(--space-5);border-radius:var(--radius-md);border-left:var(--border-accent) solid;max-width:52rem}.alert svg{flex:none;margin-top:.1em}.alert h4{font-size:var(--text-body);margin:0 0 var(--space-1);color:inherit}.alert p{font-size:var(--text-small);margin:0;color:inherit;opacity:.92}.alert--info{background:var(--color-status-info-bg);border-color:var(--color-status-info-border);color:var(--color-status-info-fg)}.alert--success{background:var(--color-status-success-bg);border-color:var(--color-status-success-border);color:var(--color-status-success-fg)}.alert--warning{background:var(--color-status-warning-bg);border-color:var(--color-status-warning-border);color:var(--color-status-warning-fg)}.alert--danger{background:var(--color-status-danger-bg);border-color:var(--color-status-danger-border);color:var(--color-status-danger-fg)}.card{background:var(--color-surface-raised);border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-1);transition:box-shadow var(--duration-base) var(--ease-standard),transform var(--duration-base) var(--ease-standard)}.card:hover{box-shadow:var(--shadow-3);transform:translateY(-2px)}.card__media{aspect-ratio:16/9;background:var(--brand-stone-200);position:relative;display:flex;align-items:center;justify-content:center;color:var(--brand-stone-500);font-size:var(--text-caption);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;text-align:center;padding:var(--space-4)}.card__body{padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-3);flex:1}.card__meta{font-size:var(--text-caption);color:var(--color-text-secondary);display:flex;gap:var(--space-3);flex-wrap:wrap;align-items:center;margin:0}.card__title{font-size:var(--text-h4);font-family:var(--font-body);font-weight:var(--weight-semibold);color:var(--color-text-heading);margin:0;line-height:var(--leading-snug)}.card__title a{color:inherit;text-decoration:none}.card__title a:hover{text-decoration:underline;text-decoration-thickness:2px}.card__text{font-size:var(--text-small);color:var(--color-text-secondary);margin:0;flex:1}.card__foot{padding:var(--space-4) var(--space-5);border-top:var(--border-hairline) solid var(--color-border-subtle);background:var(--color-surface-sunken);font-size:var(--text-small)}.card--threshold{padding-top:var(--space-2)}.card--threshold .arch{margin-bottom:calc(var(--space-2) * -1)}.datebox{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:4.25rem;padding:var(--space-2);background:var(--brand-burgundy);color:var(--brand-ivory);border-radius:var(--radius-md);line-height:1.1}.datebox__d{font-family:var(--font-display);font-size:1.75rem;font-weight:var(--weight-bold)}.datebox__m{font-size:var(--text-caption);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--brand-gold)}.datebox--cancelled{background:var(--brand-stone-400)}.event-card{display:flex;gap:var(--space-4);align-items:flex-start;padding:var(--space-5);background:var(--color-surface-raised);border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-1)}.event-card--cancelled{background:var(--color-status-neutral-bg)}.event-card--cancelled .event-card__title{text-decoration:line-through}.event-card__body{flex:1;min-width:0}.event-card__title{font-size:var(--text-body-lg);font-weight:var(--weight-semibold);color:var(--color-text-heading);margin:0 0 var(--space-1)}.service{background:var(--color-surface-raised);border:var(--border-hairline) solid var(--color-border-subtle);border-top:var(--border-accent) solid var(--color-ornament);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-1)}.service__time{font-family:var(--font-display);font-size:var(--text-h3);color:var(--brand-red);margin:0 0 var(--space-1);line-height:1.1}.service__name{font-weight:var(--weight-semibold);margin:0 0 var(--space-2)}.service__zone{font-size:var(--text-caption);color:var(--color-text-secondary);margin:0}.quote{font-family:var(--font-quote);font-size:clamp(1.375rem,1.1rem + 1.2vw,1.875rem);line-height:var(--leading-loose);color:var(--brand-burgundy);max-width:var(--measure-quote);margin:0;padding-left:var(--space-6);border-left:var(--border-hairline) solid var(--color-ornament)}[data-surface=inverse] .quote{color:var(--color-text-primary)}.quote cite{display:block;font-family:var(--font-body);font-size:var(--text-caption);font-style:normal;letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-text-secondary);margin-top:var(--space-4)}.creq{border:1px dashed var(--color-ornament-muted);background:var(--color-surface-accent);border-radius:var(--radius-md);padding:var(--space-4) var(--space-5);max-width:36rem}.creq__tag{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-caption);font-weight:var(--weight-bold);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-text-on-accent);margin-bottom:var(--space-2)}.creq p{font-size:var(--text-small);color:var(--brand-burgundy);margin:0}.panel{background:var(--color-surface-raised);border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);padding:var(--space-6)}.tabs{border-bottom:var(--border-hairline) solid var(--color-border-default);display:flex;gap:var(--space-1);overflow-x:auto}.tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-bottom:var(--border-accent) solid transparent;padding:var(--space-3) var(--space-5);min-height:var(--target-min);font-family:var(--font-body);font-size:var(--text-body);font-weight:var(--weight-medium);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap}.tab:hover{color:var(--color-text-primary);background:var(--color-surface-sunken)}.tab[aria-selected=true]{color:var(--brand-red);font-weight:var(--weight-semibold);border-bottom-color:var(--brand-red)}[data-surface=inverse] .tab[aria-selected=true]{color:var(--brand-ivory);border-bottom-color:var(--color-ornament)}.crumbs{font-size:var(--text-small);color:var(--color-text-secondary)}.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:var(--space-2);margin:0;padding:0}.crumbs li:after{content:"›";margin-left:var(--space-2);color:var(--color-ornament-muted)}.crumbs li:last-child:after{content:""}.crumbs [aria-current=page]{color:var(--color-text-primary);font-weight:var(--weight-medium)}details.acc{border-bottom:var(--border-hairline) solid var(--color-border-subtle);max-width:44rem}details.acc summary{cursor:pointer;padding:var(--space-4) 0;font-weight:var(--weight-semibold);color:var(--color-text-heading);min-height:var(--target-min);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);list-style:none}details.acc summary::-webkit-details-marker{display:none}details.acc summary:after{content:"+";font-family:var(--font-display);font-size:1.25rem;color:var(--color-ornament-muted)}details.acc[open] summary:after{content:"–"}details.acc p{font-size:var(--text-small);color:var(--color-text-secondary);padding-bottom:var(--space-4)}.pager{display:flex;gap:var(--space-1);align-items:center;list-style:none;margin:0;padding:0}.pager a,.pager span{display:inline-flex;align-items:center;justify-content:center;min-width:var(--target-min);min-height:var(--target-min);border-radius:var(--radius-md);font-size:var(--text-small);font-weight:var(--weight-medium);text-decoration:none;color:var(--color-text-primary)}.pager a:hover{background:var(--color-surface-sunken)}.pager [aria-current=page]{background:var(--brand-red);color:var(--brand-white);font-weight:var(--weight-semibold)}.tbl-wrap{overflow-x:auto;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);background:var(--color-surface-raised)}table.tbl{width:100%;border-collapse:collapse;font-size:var(--text-small)}.tbl caption{text-align:left;padding:var(--space-4) var(--space-5);font-weight:var(--weight-semibold);color:var(--color-text-heading);border-bottom:var(--border-hairline) solid var(--color-border-subtle)}.tbl th,.tbl td{text-align:left;padding:var(--space-3) var(--space-5);border-bottom:var(--border-hairline) solid var(--color-border-subtle)}.tbl thead th{background:var(--color-surface-sunken);font-size:var(--text-caption);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:var(--color-text-secondary);font-weight:var(--weight-semibold)}.tbl tbody th[scope=row]{font-weight:var(--weight-medium)}.tbl tbody tr:last-child td{border-bottom:0}.tbl tbody tr:hover{background:var(--color-surface-sunken)}.empty{text-align:center;padding:var(--space-16) var(--space-6);border:1px dashed var(--color-border-default);border-radius:var(--radius-lg);background:var(--color-surface-raised);max-width:36rem}.empty h4{margin:0 0 var(--space-2)}.empty p{font-size:var(--text-small);color:var(--color-text-secondary);margin:0 auto var(--space-5);max-width:38ch}.empty__actions{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center}.sk{background:linear-gradient(90deg,var(--brand-stone-200) 0%,var(--brand-stone-100) 50%,var(--brand-stone-200) 100%);background-size:200% 100%;border-radius:var(--radius-sm);animation:sk-shimmer 1.4s linear infinite}@keyframes sk-shimmer{to{background-position:-200% 0}}.sk--media{aspect-ratio:16/9;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.sk--line{height:.75rem;margin-bottom:var(--space-3)}.sk--line:last-child{width:60%;margin-bottom:0}.wrap{max-width:var(--width-content);margin:0 auto;padding:0 var(--gutter)}.wrap--wide{max-width:var(--width-wide)}.row{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:center}.grid{display:grid;gap:var(--space-5)}.grid--2{grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr))}.grid--4{grid-template-columns:repeat(auto-fit,minmax(min(100%,12rem),1fr))}:root{--site-max-width: var(--width-wide);--site-inline-padding: 24px}html,body,#root{margin:0;min-height:100%}body{font-family:var(--font-body);color:var(--color-text-primary);background:var(--color-surface-page)}h1,h2,h3,h4,h5,h6{margin-top:0;font-family:var(--font-display);color:var(--color-text-heading)}h1{font-size:var(--text-h1);line-height:var(--leading-tight)}h2{font-size:var(--text-h2);line-height:var(--leading-tight)}h3{font-size:var(--text-h3);line-height:var(--leading-tight)}p{margin-top:0}.site-shell{min-height:100vh;overflow-x:hidden}.parish-loading{position:relative;isolation:isolate;display:grid;place-items:center;width:100%;max-width:100%;min-width:0;min-height:100vh;min-height:100svh;overflow:hidden;padding:clamp(24px,7vh,64px) clamp(16px,5vw,40px);background:var(--color-surface-page);color:var(--color-text-primary);text-align:center}.parish-loading:before,.parish-loading:after{position:absolute;z-index:-1;width:min(70vw,560px);aspect-ratio:1;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-pill);content:"";pointer-events:none}.parish-loading:before{inset-block-start:max(-38vw,-300px);inset-inline-end:max(-30vw,-260px)}.parish-loading:after{inset-block-end:max(-42vw,-340px);inset-inline-start:max(-34vw,-280px)}.parish-loading__content{display:grid;justify-items:center;width:min(100%,34rem);min-width:0}.parish-loading--contained{min-height:clamp(22rem,60svh,36rem);border-radius:var(--radius-card)}.parish-loading__eyebrow{margin-block-end:var(--space-4);color:var(--color-text-emphasis)}.parish-loading__title{max-width:18ch;margin:0;color:var(--color-text-heading);font-size:clamp(1.5rem,1.15rem + 1.7vw,2.5rem);line-height:var(--leading-tight);text-wrap:balance}.parish-loading__arch{width:min(100%,25rem);margin-block:var(--space-6) var(--space-8)}.parish-loading__spinner{display:block;width:28px;height:28px;border:var(--border-thick) solid var(--color-border-subtle);border-block-start-color:var(--color-ornament);border-radius:var(--radius-pill);animation:parish-loading-spin .9s linear infinite}.parish-loading__message{max-width:32ch;margin:var(--space-4) 0 0;color:var(--color-text-secondary);font-size:var(--text-small);line-height:var(--leading-normal)}@keyframes parish-loading-spin{to{transform:rotate(360deg)}}.site-width{width:min(var(--site-max-width),calc(100% - (2 * var(--site-inline-padding))));margin-inline:auto}.skip-link{position:absolute;left:var(--space-3);top:var(--space-2);transform:translateY(-150%);background:var(--color-text-heading);color:var(--color-text-on-inverse);padding:var(--space-2) var(--space-3);min-height:44px;box-sizing:border-box;display:inline-flex;align-items:center;z-index:var(--z-skip-link);text-decoration:none}.skip-link:focus{transform:translateY(0)}.utility-bar{background:var(--brand-red);color:var(--color-text-on-inverse);display:flex;justify-content:space-between;align-items:center;min-height:40px;height:40px;box-sizing:border-box;padding:0;line-height:1.2}.utility-bar__inner{display:flex;justify-content:space-between;gap:24px;align-items:center;height:40px;min-height:inherit;flex-wrap:nowrap}.utility-bar__start{display:flex;align-items:center;gap:24px;min-width:0}.utility-bar__end{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-4)}.utility-item{display:inline-flex;align-items:center;gap:var(--space-2);margin:0;color:var(--color-text-on-inverse);font-size:var(--text-small);white-space:nowrap}.utility-item--muted{color:var(--color-text-on-inverse-dim)}.utility-icon{line-height:1;color:var(--color-ornament)}.utility-socials{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap;justify-content:flex-end}.utility-social-link,.utility-social-empty{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-text-on-inverse);text-decoration:none;min-height:var(--target-min);white-space:nowrap}.utility-social-icon{display:inline-grid;place-items:center}.site-header{position:sticky;top:0;z-index:var(--z-sticky);background:var(--color-surface-raised);border-bottom:var(--border-hairline) solid var(--color-border-subtle);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.site-header__inner{min-height:80px;height:80px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:0}.brand-row{flex:0 0 auto;display:inline-flex;align-items:center;gap:var(--space-3);text-decoration:none;padding:var(--space-2) 0;white-space:nowrap}.brand-row--editable{cursor:pointer}.brand-row--editable .brand-logo{outline:2px dashed var(--color-ornament);outline-offset:2px}.brand-logo{width:64px;height:64px;object-fit:contain;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-sunken);display:grid;place-items:center}.brand-logo--placeholder{color:var(--color-text-secondary);font-size:var(--text-caption);font-weight:var(--weight-semibold)}.brand-copy{display:inline-flex;flex-direction:column;line-height:var(--leading-tight)}.brand-title{font-family:var(--font-display);color:var(--color-text-heading);font-size:19px;line-height:1.05;letter-spacing:.04em;text-transform:uppercase;font-weight:var(--weight-semibold)}.brand-subtitle{color:var(--color-text-secondary);font-size:11px;text-transform:uppercase;letter-spacing:.07em;line-height:1.1}.site-header__inner .main-nav{margin-inline-start:auto;margin-inline-end:var(--space-3)}.main-nav{display:flex;align-items:center;flex-wrap:nowrap;gap:0;min-width:0;white-space:nowrap}.main-nav__link{text-decoration:none;color:var(--color-text-primary);font-size:var(--text-small);font-weight:var(--weight-medium);line-height:1;min-height:48px;display:inline-flex;align-items:center;padding:0 var(--space-3);border-bottom:2px solid transparent;position:relative;border-radius:0;text-wrap:nowrap}.main-nav__link:focus-visible,.main-nav__link:hover{background:color-mix(in srgb,var(--color-surface-sunken) 22%,transparent);text-decoration:underline;text-underline-offset:.2em}.main-nav__link.is-active:after{position:absolute;left:var(--space-2);right:var(--space-2);bottom:0;content:"";display:block;height:3px;background:var(--brand-red)}.main-nav__link.is-active{color:var(--color-text-heading)}.main-nav__link.is-active:hover,.main-nav__link.is-active:focus-visible,.main-nav__link.is-active:active{text-decoration:none}.main-nav__link:focus-visible{outline:2px solid color-mix(in srgb,var(--color-ornament) 70%,transparent);outline-offset:-2px}.site-header__actions{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0;margin-left:auto}.site-header__actions .site-header__member-action{min-height:47.2px;padding-inline:24px;background:var(--brand-red);color:var(--brand-white);border:2px solid transparent}.site-header__actions .site-header__member-action:hover,.site-header__actions .site-header__member-action:focus-visible{background:var(--brand-burgundy)}.site-header__actions .site-header__member-action:active{background:var(--brand-red-deep)}.main-nav__toggle{width:44px;height:44px;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-raised);display:none;align-items:center;justify-content:center;padding:0}.main-nav__toggle:hover{background:var(--color-surface-sunken)}.main-nav__toggle:focus-visible{outline:2px solid color-mix(in srgb,var(--color-ornament) 75%,transparent);outline-offset:2px}.main-nav--mobile{display:none;border-top:var(--border-hairline) solid var(--color-border-subtle);padding:var(--space-2);gap:var(--space-1);grid-template-columns:1fr}.main-nav--mobile .main-nav__link{border-radius:var(--radius-sm);padding:var(--space-3)}.main-nav--mobile .main-nav__link:hover{background:var(--color-surface-sunken)}.main-nav--mobile .main-nav__link--member{justify-content:center;margin-top:var(--space-2);background:var(--brand-burgundy);color:var(--color-text-on-inverse);border-color:var(--brand-burgundy)}.main-nav--mobile .main-nav__link--member:hover,.main-nav--mobile .main-nav__link--member:focus-visible{background:var(--brand-burgundy);color:var(--color-text-on-inverse)}.main-nav--mobile.is-open{display:grid}.site-main{width:100%;padding:0;overflow-x:hidden}.public-shell{display:grid;gap:var(--space-6)}.home-shell{width:100%;display:grid;gap:0;color:var(--color-text-primary)}.page-band{width:min(var(--site-max-width),calc(100% - 2 * var(--space-4)));margin-inline:auto}.public-shell .page-hero{padding:clamp(3.5rem,6vw + 1.5rem,7rem) var(--site-inline-padding);box-sizing:border-box}.page-shell,.page-shell--public{display:grid;gap:var(--space-6)}.surface{background:var(--color-surface-raised);border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);padding:var(--space-6)}.surface--inverse{background:var(--color-surface-inverse);color:var(--color-text-on-inverse)}.surface--inverse .eyebrow,.surface--inverse h1,.surface--inverse h2,.surface--inverse h3,.surface--inverse h4{color:var(--color-text-on-inverse)}.surface--inverse .surface--inverse{color:inherit}.surface--sunken{background:var(--color-surface-sunken)}.surface--raised{background:var(--color-surface-raised)}.page-section{margin:0}.hero-strip{margin-top:0;padding:0;overflow:hidden;border-radius:0}.hero-strip .hero-content h1{font-size:var(--text-display);max-width:17ch;margin-bottom:var(--space-4);text-shadow:0 2px 18px rgba(0,0,0,.45)}.hero-strip .hero-content .eyebrow{color:var(--color-ornament);margin-bottom:var(--space-2)}.hero-block{position:relative;border-radius:0;overflow:hidden;min-height:clamp(24rem,34vw,36rem);margin:0}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#140a08b8,#140a088c 45%,#140a08d1)}.hero-content{position:relative;z-index:1;max-width:38rem;padding:clamp(var(--space-6),3vw + 1rem,var(--space-10))}.hero-content h1{font-family:var(--font-display);color:var(--color-text-on-inverse);font-size:var(--text-display);line-height:var(--leading-tight)}.home-hero{width:100%;min-width:0;max-width:100%;margin:0;padding:0}.home-hero .hero-block,.home-hero .hero-content{min-width:0;max-width:100%}.home-hero .hero-content{width:100%;max-width:1320px;min-height:665px;margin-inline:auto;padding:104px 24px 112px;box-sizing:border-box}.home-hero h1{margin:0 0 20px;font-family:var(--font-display);color:var(--color-text-on-inverse);font-size:60px;line-height:1.06;max-width:17ch;text-shadow:0 2px 18px rgba(0,0,0,.45)}.home-hero .eyebrow{margin:0 0 14px;max-width:40ch;color:var(--color-ornament);font-size:13px;font-weight:var(--weight-semibold);letter-spacing:.09em;text-transform:uppercase}.home-hero .hero-copy{max-width:52ch;margin:0 0 36px;font-size:18px;color:var(--color-text-on-inverse-dim)}.home-hero .actions{gap:16px}.home-hero .btn{font-family:var(--font-body);font-size:20px;font-weight:var(--weight-semibold);min-height:60px;padding:16px 32px;border-width:2px}.home-hero .btn--primary{background:var(--brand-red);color:var(--brand-white);border-color:transparent}.home-hero .btn--primary:hover,.home-hero .btn--primary:focus-visible{background:var(--brand-burgundy)}.home-hero .btn--primary:active{background:var(--brand-red-deep)}.home-hero .btn--secondary{background:transparent;color:var(--color-text-on-inverse);border-color:var(--color-ornament);text-shadow:none}.home-hero a.btn--secondary:link,.home-hero a.btn--secondary:visited{color:var(--color-text-on-inverse)}.home-hero .btn--secondary:hover,.home-hero .btn--secondary:focus-visible{background:var(--color-ornament);color:var(--brand-burgundy)}.home-hero a.btn--secondary:hover,.home-hero a.btn--secondary:focus-visible,.home-hero a.btn--secondary:active{color:var(--brand-burgundy)}.home-hero .btn--secondary:active{background:color-mix(in srgb,var(--color-ornament) 80%,#fff 20%)}.home-hero .btn--secondary:disabled{color:color-mix(in srgb,var(--color-text-on-inverse) 70%,transparent);border-color:color-mix(in srgb,var(--color-ornament) 55%,transparent)}.hero-copy{margin-top:var(--space-2);color:var(--color-text-on-inverse-dim);max-width:38rem;font-size:var(--text-body-lg)}.home-section--vicar-grid{display:grid;gap:clamp(var(--space-5),3vw,var(--space-8));padding:clamp(var(--space-5),3vw,var(--space-8));border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface-raised)}.home-vicar-top{display:grid;grid-template-columns:minmax(280px,390px) minmax(0,1fr);column-gap:clamp(var(--space-5),4vw,64px);align-items:start;min-width:0}.home-section{width:min(100%,var(--site-max-width));min-width:0;max-width:100%;margin-inline:auto}.home-section h2{font-size:38px;line-height:1.15}.home-section--worship .section-head h2{margin:0 0 28px;font-size:44px;line-height:1}.home-section--worship .section-head{margin-bottom:0}.home-section--worship .section-head p.eyebrow{margin:0 0 10px}.home-section--worship{padding:72px 24px 24px;min-height:377px}.home-section--vicar{padding:40px 24px;min-height:534px}.home-section--news{padding:24px 24px 16px;min-height:622px}.home-section--news.home-section--empty,.home-section--ways.home-section--empty,.home-section--gallery.home-section--empty{min-height:auto;padding-top:16px;padding-bottom:24px}.home-section--news .grid,.home-section--ways .grid{gap:20px}.home-section--ways .home-ministry-card{position:relative;overflow:visible;padding:20px;display:grid;gap:10px;min-height:222px}.home-section--ways .home-ministry-card h3{margin:0;font-family:var(--font-body);font-size:24px;font-weight:var(--weight-semibold);line-height:1.2}.home-section--ways .home-ministry-card p{margin:0;color:var(--color-text-secondary);font-size:var(--text-small)}.home-ministry-card__contact{display:grid;gap:4px}.home-section--ways .home-ministry-card:before{content:"";position:absolute;left:16px;right:16px;top:-18px;height:22px;border:1.5px solid color-mix(in srgb,var(--color-ornament) 70%,transparent);border-bottom:0;border-radius:160% 160% 0 0;opacity:.82}.home-section--ways .section-head{margin-bottom:0}.home-section--ways .section-head h2,.home-section--ways .section-head .eyebrow{margin:0 0 10px}.home-section--ways .section-head h2{margin-bottom:28px}.home-section--gallery{padding:64px 24px}.home-section--gallery .section-head{margin-bottom:24px}.home-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-gallery-card{text-decoration:none}.home-gallery-card .card__media-placeholder{aspect-ratio:4 / 3;min-height:auto}.home-section--quick{padding:64px 24px;min-height:282px}.home-section--ways{padding:24px 24px 64px;min-height:222px}.home-worship-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}.home-worship-grid .card{padding:16px;border-radius:8px;box-shadow:0 1px 2px #430a0c0f;min-height:178px;display:grid;align-content:start;gap:12px}.home-worship-card .eyebrow,.home-worship-where-card .eyebrow,.home-worship-card h3,.home-worship-card .meta{margin:0}.home-worship-card p:not(.eyebrow):not(.meta){margin:0}.home-worship-where-card{gap:12px}.home-worship-card__divider{width:100%;margin:0;border:0;border-top:1px solid color-mix(in srgb,var(--color-border-subtle) 82%,transparent)}.home-worship-where-card .btn.btn--calendar.btn--ghost.btn--sm,.home-worship-where-card .btn.btn--calendar.btn--sm{min-height:36.8px;padding:8px 16px;font-size:14px;font-weight:var(--weight-semibold);background:#efefef;color:#000;border:2px solid transparent;border-radius:4px}.home-worship-where-card .btn.btn--calendar.btn--ghost.btn--sm:hover,.home-worship-where-card .btn.btn--calendar.btn--sm:hover{background:#e7e7e7;color:#000}.home-worship-where-card .btn.btn--calendar.btn--ghost.btn--sm:focus-visible,.home-worship-where-card .btn.btn--calendar.btn--sm:focus-visible{background:#efefef;color:#000}.home-worship-where-card .btn.btn--calendar.btn--ghost.btn--sm:active,.home-worship-where-card .btn.btn--calendar.btn--sm:active{background:#dadada;color:#000}.home-worship-where-card .btn.btn--calendar.btn--ghost.btn--sm:disabled,.home-worship-where-card .btn.btn--calendar.btn--sm:disabled,.home-worship-where-card .btn.btn--calendar.btn--ghost.btn--sm[aria-busy=true],.home-worship-where-card .btn.btn--calendar.btn--sm[aria-busy=true]{color:var(--color-text-disabled)}.home-section--vicar .vicar-copy{display:grid;gap:var(--space-3);min-width:0;padding:clamp(var(--space-2),1.5vw,var(--space-4)) 0 0;overflow-wrap:anywhere}.home-vicar-top>.vicar-carousel,.home-vicar-top>.vicar-carousel__placeholder{box-sizing:border-box;width:100%;min-width:0;max-width:100%;margin:0}.home-vicar-top>.vicar-carousel{grid-template-rows:auto auto;padding:clamp(var(--space-3),1.5vw,var(--space-5));border-radius:var(--radius-lg);background:var(--color-surface-sunken)}.home-vicar-top>.vicar-carousel__placeholder{border-radius:var(--radius-lg)}.home-section--vicar .vicar-carousel__view,.home-section--vicar .vicar-carousel__placeholder{min-height:0;aspect-ratio:4 / 3}.home-section--vicar .vicar-carousel__view{overflow:hidden;border-radius:var(--radius-lg)}.home-section--vicar .vicar-photo{min-height:0}.home-vicar-name{margin:0;color:var(--brand-burgundy);font-size:clamp(1.75rem,2.5vw,2.5rem);line-height:1.15}.home-section--vicar .vicar-copy>*+*{margin-top:0}.home-vicar-message{margin:0}.home-vicar-message .quote-verse{min-height:150px;margin:0;border-left:4px solid var(--color-ornament);padding-left:16px;font-size:clamp(1.55rem,2.35vw,2rem);line-height:1.28}.home-vicar-rich-text{display:grid;gap:var(--space-3);white-space:pre-line}.home-vicar-rich-text p{margin:0}.about-vicar-message{scroll-margin-top:calc(var(--site-header-height, 96px) + var(--space-4))}.about-vicar-message__paragraphs{display:grid;gap:var(--space-3);max-width:76ch;white-space:pre-line}.about-vicar-message__paragraphs p{margin:0}.about-managed-portrait-link{margin:var(--space-3);justify-self:start}.home-vicar-biography{width:100%;max-width:none;box-sizing:border-box;margin:0;color:var(--color-text-secondary);min-height:24px;display:block;overflow-wrap:anywhere;white-space:pre-line}.home-vicar-biography-row{width:100%;max-width:none;min-width:0;box-sizing:border-box;padding-block-start:clamp(var(--space-4),2vw,var(--space-5));padding-inline:0;border-top:var(--border-hairline) solid var(--color-border-subtle)}.home-vicar-biography-row>*{width:100%;max-width:none;min-width:0}.home-vicar-biography p,.home-vicar-biography ul{margin:0}.home-vicar-biography p{width:100%;max-width:none;box-sizing:border-box;text-align:justify;text-align-last:start;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;word-spacing:.015em}.home-vicar-biography>*+*{margin-top:var(--space-3)}.home-vicar-biography ul{padding-inline-start:1.5rem}.home-vicar-biography li+li{margin-top:var(--space-2)}.editable-field--block.home-vicar-biography-editor{display:block;width:100%;max-width:none;min-width:0;box-sizing:border-box}.home-vicar-biography-editor>.editable-field__content{display:block;width:100%;max-width:none;box-sizing:border-box}.home-vicar-biography-editor>.editable-field__trigger{margin-top:var(--space-2)}.home-vicar-framing{min-width:0;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-raised)}.home-vicar-framing>summary{min-height:44px;padding:var(--space-2) var(--space-3);display:flex;align-items:center;cursor:pointer;color:var(--brand-burgundy);font-size:var(--text-small);font-weight:var(--weight-semibold)}.home-vicar-framing>summary:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:2px}.home-vicar-framing__controls{display:grid;gap:var(--space-3);padding:0 var(--space-3) var(--space-3)}.home-vicar-framing__controls label{display:grid;grid-template-columns:1fr auto;gap:var(--space-1) var(--space-2);color:var(--color-text-primary);font-size:var(--text-small);font-weight:var(--weight-semibold)}.home-vicar-framing__controls input[type=range]{grid-column:1 / -1;width:100%;min-height:44px;margin:0}.home-vicar-framing__controls .btn{min-height:44px}.structured-text-editor{width:min(760px,calc(100vw - 2rem))}.structured-text-editor__blocks{display:grid;gap:var(--space-4);max-height:min(58vh,620px);overflow-y:auto;padding:2px}.structured-text-editor__block{display:grid;gap:var(--space-2);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-soft)}.structured-text-editor__toolbar,.structured-text-editor__add-actions{display:flex;flex-wrap:wrap;gap:var(--space-2)}.structured-text-editor__toolbar .btn[aria-pressed=true]{border-color:var(--brand-burgundy);background:var(--brand-burgundy);color:var(--color-on-primary)}.structured-text-editor__input-row{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-2);align-items:start}.structured-text-editor__input-row--bullet{grid-template-columns:auto minmax(0,1fr)}.structured-text-editor__input-row--bullet>span{padding-top:.75rem;font-size:1.25rem}.structured-text-editor__input--bold{font-weight:700}.structured-text-editor__input--italic{font-style:italic}@media (max-width: 640px){.structured-text-editor{width:calc(100vw - 1rem)}.structured-text-editor__toolbar .btn,.structured-text-editor__add-actions .btn{flex:1 1 8rem}}.home-vicar-cta{width:100%;max-width:100%;min-height:48px;box-sizing:border-box;justify-content:center;border-width:2px;border-color:var(--brand-burgundy);color:var(--brand-burgundy);white-space:nowrap}.home-member-action{background:var(--brand-red);color:var(--brand-white);border-color:transparent}.home-member-action:hover,.home-member-action:focus-visible{background:var(--brand-burgundy)}.home-member-action:active{background:var(--brand-red-deep)}.cms-notice-card{min-height:0;display:flex;flex-direction:column}.cms-notice-card__media{min-height:224px;max-height:224px;background:var(--color-surface-sunken)}.cms-notice-card__media-placeholder{display:grid;place-items:center;background:var(--color-surface-sunken);color:var(--color-text-secondary);font-size:var(--text-caption);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;text-align:center;padding:var(--space-4)}.cms-notice-card__media-image{display:block;width:100%;height:100%;object-fit:cover}.cms-notice-card__body{padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-2);flex:1}.cms-notice-card__meta-row{display:flex;align-items:center;justify-content:flex-start;gap:var(--space-3);flex-wrap:nowrap}.cms-notice-card__badge{margin:0}.cms-notice-card__badge-mark{width:.95rem;height:.95rem;border:2px solid currentColor;border-radius:50%;display:inline-block;flex:none}.cms-notice-card__meta{margin:0;color:var(--color-text-secondary);font-size:var(--text-body);white-space:nowrap}.cms-notice-card__title{margin:0;color:var(--brand-red-deep);font-family:var(--font-display);font-size:clamp(1.55rem,1.45vw,1.9rem);line-height:1.22;overflow-wrap:anywhere}.cms-notice-card__summary{margin:0;color:var(--color-text-secondary);font-size:var(--text-body);line-height:var(--leading-relaxed)}.cms-notice-card__footer{margin-top:auto}.cms-notice-card__details{margin:0}.home-section--wisdom{width:100%;background:var(--brand-burgundy);color:var(--color-text-on-inverse);border-radius:0;padding:80px 24px;min-height:345px;display:grid;place-items:center;text-align:center}.home-section--wisdom.quote-section{border-left:0}.home-section--wisdom .quote-section,.home-section--wisdom blockquote,.home-section--wisdom p,.home-section--wisdom cite{color:var(--color-text-on-inverse)}.home-section--wisdom blockquote{width:min(48ch,100%)}.home-contact-grid{width:100%;display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.home-contact-grid>*{min-width:0}.home-contact-card{min-width:0;width:100%;max-width:100%;box-sizing:border-box;background:var(--color-surface-raised);border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);padding:1.8rem;min-height:202px;overflow-wrap:anywhere}.home-contact-card p,.home-contact-card a{overflow-wrap:anywhere;word-break:break-word;margin:0 0 var(--space-2)}.home-contact-card p:last-child,.home-contact-card a:last-child{margin-bottom:0}.home-contact-card__heading{margin:0 0 var(--space-2);font-size:15px;font-weight:var(--weight-semibold);line-height:1.35;color:var(--color-text-heading)}.home-contact-card__field a{display:inline-block;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.home-contact-card__field{margin:0 0 var(--space-2);overflow-wrap:anywhere;word-break:break-word}.home-contact-card__field:last-child{margin-bottom:0}.home-contact-card__editable .editable-field__content{display:block;margin:0;overflow-wrap:anywhere}.home-contact-card--member{background:var(--brand-burgundy);border-color:var(--brand-burgundy);color:var(--brand-ivory)}.home-contact-card--member .eyebrow{color:var(--color-ornament)}.home-contact-card--member h3,.home-contact-card--member p{color:var(--brand-ivory)}.home-contact-card--member .home-member-action{background:var(--brand-ivory);color:var(--brand-red);border-color:transparent}.home-contact-card--member a.home-member-action:link,.home-contact-card--member a.home-member-action:visited{color:var(--brand-red)}.home-contact-card--member .home-member-action:hover,.home-contact-card--member .home-member-action:focus-visible{background:var(--brand-white);color:var(--brand-burgundy)}.home-contact-card--member a.home-member-action:hover,.home-contact-card--member a.home-member-action:focus-visible{color:var(--brand-burgundy)}.home-contact-card--member .home-member-action:active{background:#efe9e2;color:var(--brand-red-deep)}.home-contact-card--member a.home-member-action:active{color:var(--brand-red-deep)}.home-contact-card--member .home-member-action:disabled,.home-contact-card--member .home-member-action[aria-busy=true]{background:var(--brand-stone-200);color:var(--color-text-disabled)}.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap}.section-head h2,.section-head h3{margin:0}.section-head a{font-size:var(--text-small)}.muted-link{color:var(--color-text-link);text-decoration:none}.muted-link:focus-visible{outline:2px solid color-mix(in srgb,var(--color-ornament) 70%,transparent);outline-offset:1px;border-radius:var(--radius-sm)}.muted-link:hover{text-decoration:underline}.muted-link:active{color:var(--color-text-emphasis);text-decoration:underline}.muted-link:disabled{color:var(--color-text-secondary);cursor:not-allowed}.grid{display:grid;gap:var(--space-4)}.grid>*{min-width:0}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--color-surface-raised);border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);padding:var(--space-4);min-width:0;overflow-x:hidden;overflow-wrap:anywhere}.card--note{border-style:dashed}.card h2,.card h3{margin-bottom:var(--space-2);overflow-wrap:anywhere;word-break:break-word}.card p{margin-bottom:var(--space-2)}.card p:last-child{margin-bottom:0}.home-section--worship .home-worship-card h3,.home-section--worship .home-worship-where-card p:not(.eyebrow):not(.meta){margin:0}.card--media{padding:0;overflow:hidden}.card__media-image{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.card__media-placeholder{min-height:11rem;display:grid;place-items:center;color:var(--color-text-secondary);background:var(--color-surface-sunken)}.card__body{padding:var(--space-4)}.card .badge{margin-bottom:var(--space-2)}.badge{display:inline-flex;align-items:center;border-radius:var(--radius-pill);border:var(--border-hairline) solid var(--color-border-strong);color:var(--color-text-emphasis);font-size:var(--text-caption);padding:.1rem var(--space-2);text-transform:uppercase;letter-spacing:.04em}.meta{color:var(--color-text-secondary);font-size:var(--text-caption)}.quote-section{border-left:4px solid var(--color-ornament)}.quote-section blockquote{margin:0;max-width:64ch}.quote-section cite{display:block;margin-top:var(--space-3);color:var(--color-text-on-inverse-dim)}.quote-verse{font-family:var(--font-quote);font-size:var(--text-h4);margin-bottom:var(--space-2)}.quote-note{color:var(--color-text-on-inverse-dim)}.contact-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid;gap:var(--space-4)}.contact-card h3{margin-bottom:var(--space-2)}.loading-state,.panel{padding:var(--space-6);border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);background:var(--color-surface-raised)}.route-shell{width:min(100%,var(--site-max-width));margin-inline:auto;display:grid;gap:var(--space-6);color:var(--color-text-primary);min-width:0;overflow-x:hidden}.route-hero{width:min(var(--site-max-width),calc(100% - 2 * var(--site-inline-padding)));min-width:0;max-width:100%;margin-inline:auto;border-bottom:var(--border-hairline) solid var(--color-border-subtle);padding:72px var(--site-inline-padding) 84px;box-sizing:border-box;overflow-x:hidden}.route-hero h1{margin-bottom:var(--space-3);color:var(--color-text-on-inverse);font-size:clamp(2.2rem,3.4vw + 1rem,3rem);line-height:var(--leading-tight);max-width:18ch;overflow-wrap:anywhere;word-break:break-word;text-wrap:balance}.route-hero p{margin-bottom:0;color:var(--color-text-on-inverse-dim);overflow-wrap:anywhere;word-break:break-word}.route-hero--inverse{background:var(--brand-burgundy);color:var(--color-text-on-inverse)}.route-hero--inverse h1,.route-hero--inverse p,.route-hero--inverse .eyebrow{color:var(--color-text-on-inverse)}.worship-route-hero{position:relative;isolation:isolate;display:flex;align-items:center;min-height:clamp(320px,34vw,440px);overflow:hidden;background-color:var(--brand-burgundy);background-repeat:no-repeat;background-size:cover;background-position:68% center}.worship-route-hero:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#370407fa,#53080ce8 46%,#53080c8c 74%,#3704073d);content:""}.worship-route-hero__content{width:min(100%,620px);position:relative;z-index:1;text-shadow:0 1px 2px rgba(31,0,2,.45)}.community-route-hero,.news-route-hero{position:relative;isolation:isolate;display:flex;align-items:center;min-height:clamp(320px,34vw,440px);overflow:hidden;background-color:var(--brand-burgundy);background-repeat:no-repeat;background-size:cover}.community-route-hero{background-position:68% center}.news-route-hero{background-position:69% center}.community-route-hero:before,.news-route-hero:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#370407fa,#53080ce8 46%,#53080c7a 72%,#37040729);content:""}.community-route-hero__content,.news-route-hero__content{width:min(100%,620px);position:relative;z-index:1;text-shadow:0 1px 2px rgba(31,0,2,.45)}.route-hero .eyebrow{color:var(--color-ornament);font-size:var(--text-small);letter-spacing:.09em;font-weight:var(--weight-semibold);text-transform:uppercase;margin-bottom:var(--space-2)}.route-section{width:min(var(--site-max-width),calc(100% - 2 * var(--site-inline-padding)));min-width:0;max-width:100%;margin-inline:auto;padding:0 var(--site-inline-padding) 0;overflow-x:hidden}.route-shell--about{width:100%;max-width:none;overflow-x:clip}.about-hero{position:relative;isolation:isolate;display:grid;width:100%;min-height:clamp(390px,46vw,590px);max-width:none;margin-inline:0;padding:0;overflow:hidden;background:var(--brand-burgundy)}.about-hero__inner{position:relative;z-index:2;display:grid;width:min(var(--site-max-width),calc(100% - 2 * var(--site-inline-padding)));min-width:0;margin-inline:auto;padding:clamp(72px,8vw,112px) var(--site-inline-padding);box-sizing:border-box;align-content:center;gap:var(--space-4)}.about-hero__copy{min-width:0;max-width:68ch}.about-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;min-width:0;min-height:100%;overflow:hidden;border:0;border-radius:0;background:color-mix(in srgb,var(--brand-burgundy) 78%,black)}.about-hero__media>img,.about-hero__media>.about-hero__media-placeholder,.about-hero__media>.editable-media-field__content{width:100%;min-height:100%}.about-hero__media img{display:block;width:100%;height:100%;min-height:100%;object-fit:cover}.about-hero__media-placeholder{display:grid;height:100%;place-items:center;padding:var(--space-4);box-sizing:border-box;color:var(--color-text-on-inverse-dim);font-size:var(--text-small);letter-spacing:.08em;text-align:center;text-transform:uppercase}.about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#1e110ab8,#1e110ad1);pointer-events:none}.about-hero__media .editable-media-field__trigger{z-index:3}.about-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-4)}.about-section-heading h2{margin:0}.about-add-button,.about-delete-button{min-height:44px;flex:0 0 auto}.about-delete-button{margin-top:var(--space-2)}.about-timeline{display:grid;gap:0}.about-timeline__item{display:grid;grid-template-columns:minmax(88px,120px) minmax(0,1fr);gap:var(--space-4);border-left:2px solid var(--color-border-subtle);padding:0 0 var(--space-5) var(--space-4);min-width:0}.about-timeline__item:last-child{padding-bottom:0}.about-timeline__date,.about-timeline__body h3{margin-top:0}.about-timeline__body{min-width:0}.about-faith-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}.about-faith-card,.about-leadership-card{padding:0;overflow:hidden}.about-faith-card__media,.about-leadership-card__media{position:relative;min-height:210px;min-width:0;overflow:hidden;background:var(--color-surface-sunken)}.about-card__photo,.about-card__photo-placeholder{display:block;width:100%;height:100%;min-height:210px;aspect-ratio:4 / 3}.about-card__photo{object-fit:cover;transition:transform var(--motion-duration-fast, .16s) ease}.about-card__photo-placeholder{display:grid;place-items:center;padding:var(--space-4);color:var(--color-text-secondary);background:var(--color-surface-sunken);font-size:var(--text-small);letter-spacing:.04em;text-align:center;text-transform:uppercase}.about-faith-card details{border-top:var(--border-hairline) solid var(--color-border-subtle)}.about-faith-card summary{min-height:52px;padding:var(--space-3) var(--space-4);cursor:pointer;color:var(--color-text-emphasis);font-weight:var(--weight-semibold)}.about-faith-card summary:focus-visible{outline:2px solid var(--color-ornament);outline-offset:-3px}.about-faith-card__body,.about-leadership-card__body{padding:0 var(--space-4) var(--space-4);min-width:0}.about-faith-card__body>:first-child,.about-leadership-card__body>:first-child{margin-top:0}.about-leadership-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-4)}.about-leadership-grid .about-leadership-card{display:grid;grid-template-columns:minmax(250px,34%) minmax(0,1fr);min-width:0}.about-leadership-grid .about-leadership-card__media{min-height:260px}.about-leadership-grid .about-card__photo,.about-leadership-grid .about-card__photo-placeholder,.about-leadership-grid .about-leadership-card__photo-frame{min-height:260px;height:100%;aspect-ratio:auto}.about-committee-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4)}.about-leadership-card__body{display:grid;align-content:start;gap:var(--space-3);padding-top:var(--space-4);min-width:0;overflow-wrap:anywhere}.about-leadership-card__body h3,.about-leadership-card__body p{min-width:0;margin:0}.about-leadership-card__role{min-width:0}.about-card-editable.editable-field--block{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;width:100%;min-width:0;gap:var(--space-2)}.about-card-editable.editable-field--block>.editable-field__content{width:auto;min-width:0;max-width:100%;overflow-wrap:anywhere}.about-card-editable .editable-field__trigger{align-self:start;justify-self:start;min-width:44px;min-height:44px}.about-card-editable--role>.editable-field__content{justify-self:start;border-color:transparent;background:transparent;padding:0}.about-card-editable--role .badge{max-width:100%;box-sizing:border-box;overflow-wrap:anywhere;white-space:normal}.about-card-editable--name h3,.about-card-editable--description p{margin:0}.about-leadership-card__description{color:var(--color-text-secondary);line-height:1.65;white-space:pre-line}.about-card-editor-controls{display:grid;gap:var(--space-2);min-width:0;margin-top:var(--space-1);padding-top:var(--space-3);border-top:var(--border-hairline) solid var(--color-border-subtle)}.about-card-editor-controls .about-publication-control{margin-top:0}.about-leadership-card__photo-frame{min-width:0;overflow:hidden}.about-leadership-card__media--managed{display:grid;grid-template-rows:minmax(0,1fr) auto;align-content:start}.about-leadership-card__contact{margin-top:var(--space-3);color:var(--color-text-secondary);font-size:var(--text-small);overflow-wrap:anywhere}.about-leadership-card__contact>span{font-weight:var(--weight-semibold)}.about-image-framing{position:relative;z-index:4;margin-bottom:var(--space-3);border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-raised);color:var(--color-text-primary)}.about-image-framing>summary{min-height:44px;padding:var(--space-2) var(--space-3);box-sizing:border-box;cursor:pointer;color:inherit;font-weight:var(--weight-semibold)}.about-image-framing>summary:focus-visible{outline:2px solid var(--color-ornament);outline-offset:2px}.about-image-framing__controls{display:grid;gap:var(--space-3);padding:0 var(--space-3) var(--space-3)}.about-image-framing__controls label{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-1) var(--space-2);align-items:center;min-width:0;font-size:var(--text-small);font-weight:var(--weight-semibold)}.about-image-framing__controls input[type=range]{grid-column:1 / -1;width:100%;min-height:44px;margin:0}.about-image-framing__value{color:var(--color-text-secondary);font-variant-numeric:tabular-nums}.about-image-framing--hero{width:min(100%,460px);margin:0;background:color-mix(in srgb,var(--color-surface-raised) 94%,transparent)}.about-visibility-control{display:grid;grid-template-columns:20px minmax(0,1fr);min-height:44px;align-items:center;gap:var(--space-3);min-width:0;box-sizing:border-box;padding:var(--space-2) 0;color:var(--color-text-secondary);font-size:var(--text-small);font-weight:var(--weight-semibold);line-height:1.35;cursor:pointer}.route-section .about-visibility-control input[type=checkbox]{width:20px;min-width:20px;max-width:20px;height:20px;min-height:20px;max-height:20px;margin:0;padding:0;flex:0 0 20px;accent-color:var(--brand-burgundy);cursor:pointer}.about-visibility-control__copy{display:grid;gap:2px;min-width:0}.about-visibility-control__label,.about-visibility-control__hint{min-width:0;overflow-wrap:normal;word-break:normal}.about-visibility-control__label{color:var(--color-text-primary)}.about-visibility-control__hint{color:var(--color-text-secondary);font-size:var(--text-caption);font-weight:var(--weight-regular)}.about-publication-control{margin-top:var(--space-3);padding:var(--space-2) var(--space-3);border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-sunken);color:var(--color-text-primary)}.about-remove-portrait{width:fit-content;max-width:100%;margin-bottom:var(--space-3)}.about-committee-settings{display:grid;width:min(100%,680px);gap:var(--space-3)}.about-committee-settings__toggles{display:grid;gap:var(--space-1)}.about-committee-settings__actions{display:flex;flex-wrap:wrap;gap:var(--space-2)}.about-committee-settings__actions .btn{min-height:44px}.about-committee-section--hidden-preview{border-style:dashed}.about-committee-card__order-actions{display:flex;flex-wrap:wrap;gap:var(--space-2)}.about-committee-card{position:relative;min-width:0;align-content:start}.about-committee-card--reorder{outline:2px solid color-mix(in srgb,var(--color-ornament) 62%,transparent);outline-offset:2px}.about-committee-card--dragging{opacity:.62}.about-committee-card__reorder-bar{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:var(--space-2) var(--space-3);min-width:0;padding:var(--space-2) var(--space-3);border-bottom:var(--border-hairline) solid var(--color-border-subtle);background:var(--color-surface-sunken)}.about-committee-card__drag-handle{display:inline-flex;align-items:center;gap:var(--space-2);min-width:44px;min-height:44px;padding-inline:var(--space-2);border:var(--border-hairline) solid var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-surface-raised);color:var(--color-text-primary);box-sizing:border-box;cursor:grab;-webkit-user-select:none;user-select:none}.about-committee-card__drag-handle:active{cursor:grabbing}.about-committee-card__drag-handle:focus-visible{outline:2px solid var(--color-ornament);outline-offset:2px}.about-committee-card__drag-icon{font-size:20px;line-height:1}.about-committee-card__position{min-width:0;color:var(--color-text-secondary);font-size:var(--text-caption);font-variant-numeric:tabular-nums}.about-committee-card__reorder-bar .about-committee-card__order-actions{grid-column:1 / -1}.about-committee-card__reorder-bar .btn{min-height:44px}.about-committee-divider{display:grid;grid-column:1 / -1;gap:var(--space-2);min-width:0;padding:var(--space-3) 0}.about-committee-divider--orphan{padding:var(--space-3);border:2px dashed var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-surface-sunken)}.about-committee-divider__heading{display:grid;grid-template-columns:minmax(var(--space-5),1fr) minmax(0,auto) minmax(var(--space-5),1fr);align-items:center;gap:var(--space-3);min-width:0}.about-committee-divider__heading h3{margin:0;color:var(--brand-burgundy);font-size:clamp(1.1rem,2vw,1.35rem);text-align:center;overflow-wrap:anywhere}.about-committee-divider__line{height:1px;background:var(--color-border-strong)}.about-card-editable--divider{width:min(100%,34rem)}.about-committee-divider__controls{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--space-2);min-width:0}.about-committee-divider__controls .btn{min-height:44px}.about-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-2)}.about-links-grid .btn{justify-content:space-between;min-height:44px}.news-cards-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.route-section--raised{background:var(--color-surface-raised);border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);padding-top:var(--space-4);padding-bottom:var(--space-4)}.connect-contact-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:start;gap:var(--space-5)}.connect-location-card{padding:0;overflow:hidden}.connect-location-card__copy,.connect-map__controls,.connect-map__editor{padding:var(--space-4)}.connect-location-card__copy{padding-bottom:var(--space-3)}.connect-location-card__divider{height:1px;margin:var(--space-3) 0;background:var(--color-border-subtle)}.connect-location-card__detail{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:start;gap:var(--space-2);min-width:0}.connect-location-card__detail+.connect-location-card__detail{margin-top:var(--space-3)}.connect-location-card__detail>strong{padding-top:.2rem}.connect-location-card__editable-detail,.connect-location-card__editable-detail>.editable-field__content{width:100%;min-width:0}.connect-location-card__editable-detail.editable-field--block{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-2)}.connect-location-card__editable-detail p{margin:0;overflow-wrap:anywhere}.connect-map{min-width:0;border-top:var(--border-hairline) solid var(--color-border-subtle);background:var(--color-surface-raised)}.connect-map__editor{border-bottom:var(--border-hairline) solid var(--color-border-subtle);background:var(--color-surface-sunken)}.connect-map__editor .editable-field,.connect-map__editor .editable-field__content{width:100%;min-width:0}.connect-map__frame{position:relative;display:grid;width:100%;min-height:300px;aspect-ratio:16 / 10;overflow:hidden;background:var(--color-surface-sunken)}.connect-map__embed,.connect-map__placeholder{grid-area:1 / 1;width:100%;height:100%;min-width:0;min-height:300px;border:0}.connect-map__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-5);color:var(--color-text-secondary);text-align:center}.connect-map__placeholder p{max-width:42ch;margin:0}.connect-map__loading{z-index:1;grid-area:1 / 1;align-self:center;justify-self:center;margin:0;padding:var(--space-2) var(--space-3);border-radius:var(--radius-pill);background:var(--color-surface-raised);box-shadow:var(--shadow-card)}.connect-map__controls{display:grid;gap:var(--space-3)}.connect-map__actions{display:flex;flex-wrap:wrap;gap:var(--space-2)}.connect-map__actions>*{min-width:0}.connect-map__location-action.btn--light-secondary:disabled,.connect-map__location-action.btn--light-secondary[aria-busy=true]{background:var(--brand-stone-100);border-color:var(--brand-red);color:var(--brand-burgundy);opacity:1;transform:none}.connect-map__location-action.btn--light-secondary:focus-visible{outline:2px solid var(--brand-burgundy);outline-offset:2px}.connect-map__location-status{margin:0;color:var(--color-text-secondary);font-size:var(--text-small)}.connect-enquiry-card{min-width:0}.timeline-grid{display:grid;gap:var(--space-2)}.timeline-grid .card{display:grid;grid-template-columns:100px 1fr;column-gap:var(--space-4);align-items:start}.timeline-grid .card .eyebrow{margin:0;color:var(--color-text-emphasis)}.route-table{display:grid;gap:0;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);overflow:hidden}.route-table__head{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:var(--space-3);padding:12px var(--space-3);background:var(--color-surface-sunken);border-bottom:var(--border-hairline) solid var(--color-border-subtle);font-weight:var(--weight-semibold)}.route-table__row{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:var(--space-3);padding:var(--space-3);border-top:var(--border-hairline) solid var(--color-border-subtle)}.route-table__row:first-child{border-top:0}.route-table__row-empty{margin:var(--space-3)}.route-table__head,.route-table__row{min-width:0}.events-view__tabs{display:grid;align-items:center;width:min(680px,100%);grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:var(--border-hairline) solid var(--color-border-subtle);gap:0}.events-view__tab{border:0;font:inherit;background:transparent;min-height:44px;padding:0 var(--space-2);border-radius:0;border-bottom:2px solid transparent;color:var(--color-text-secondary);width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;cursor:pointer;white-space:nowrap}.events-view__tab:hover,.events-view__tab:focus-visible{color:var(--color-text-primary);border-bottom-color:color-mix(in srgb,var(--brand-red) 38%,transparent)}.events-view__tab[aria-selected=true],.events-view__tab.is-selected{color:var(--color-text-primary);border-bottom-color:var(--brand-burgundy);font-weight:var(--weight-semibold)}.events-view__tab+.events-view__tab{margin-left:0}.event-card__actions{display:inline-flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}.events-calendar__controls{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:var(--space-3);margin-bottom:var(--space-3)}.events-calendar__spacer{width:1px;height:1px;justify-self:end;opacity:0}.events-calendar__buttons{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:var(--space-2)}.events-calendar__buttons .btn{min-width:86px}.events-calendar__title{margin:0;font-size:var(--text-subtitle);justify-self:center;text-align:center;white-space:nowrap;grid-column:2}.events-calendar__grid{display:grid;width:100%;max-width:100%;overflow:hidden}.events-calendar__head,.events-calendar__row{display:grid;grid-template-columns:repeat(7,1fr);min-width:0}.events-calendar__head{gap:0;padding:0;background:var(--brand-burgundy);color:var(--color-text-on-inverse)}.events-calendar__weekday{font-size:.8rem;font-weight:var(--weight-semibold);color:var(--color-text-on-inverse);padding:var(--space-2) var(--space-1);text-align:center}.events-calendar__row{gap:0;padding:0;border-top:var(--border-hairline) solid var(--color-border-subtle)}.events-calendar__row:first-child{border-top:0}.events-calendar__cell{border:var(--border-hairline) solid var(--color-border-subtle);border-left:0;min-height:82px;padding:var(--space-2);display:grid;gap:var(--space-2);overflow:hidden}.events-calendar__cell:first-child{border-left:var(--border-hairline) solid var(--color-border-subtle)}.events-calendar__cell--blank{background:color-mix(in srgb,var(--color-surface-sunken) 40%,transparent)}.events-calendar__day-label{margin:0;font-weight:var(--weight-bold);font-size:var(--text-caption);line-height:1.1}.events-calendar__agenda{margin-top:var(--space-4);display:none}.events-calendar__agenda-list{display:grid;gap:var(--space-3)}.event-card--inline{padding:var(--space-3);display:grid;gap:var(--space-2)}.member-apply-page{width:100%;min-width:0;margin:0;padding:0;border:0;border-radius:0;background:transparent}.member-apply-page__form-host{display:block;width:100%;min-width:0}.member-apply-page__status{width:min(100% - 2 * var(--site-inline-padding),920px);margin:var(--space-6) auto;padding:var(--space-4)}.member-apply-page__error{color:var(--color-danger-fg);font-size:var(--text-small)}.member-apply-page__error p{margin:0 0 var(--space-3)}.route-section input,.route-section select,.route-section textarea{width:100%;min-height:44px;box-sizing:border-box;font:inherit}.custom-select{position:relative;width:100%}.custom-select__trigger{width:100%;min-height:46px;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-raised);color:var(--color-text-primary);padding:0 var(--space-3);display:inline-flex;align-items:center;justify-content:space-between;gap:var(--space-2);text-align:left;font:inherit}.custom-select__trigger:hover{border-color:var(--brand-red)}.custom-select__trigger:focus-visible{outline:none;border-color:color-mix(in srgb,var(--brand-red) 78%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-gold) 28%,transparent)}.custom-select__trigger.is-placeholder{color:var(--color-text-secondary)}.custom-select.is-open .custom-select__trigger{border-color:color-mix(in srgb,var(--brand-red) 78%,transparent)}.custom-select__chevron{width:12px;height:12px;flex:none;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform var(--duration-fast) var(--ease-standard)}.custom-select.is-open .custom-select__chevron{transform:rotate(135deg)}.custom-select__menu{position:absolute;z-index:50;top:calc(100% + 6px);left:0;width:min(22rem,100%);max-width:100%;max-height:min(250px,60vh);overflow:auto;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-raised);padding:6px;box-shadow:var(--shadow-card)}.custom-select__menu[hidden]{display:none}.custom-select__menu[data-placement=top]{top:auto;bottom:calc(100% + 6px)}.custom-select__option{width:100%;min-height:44px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--color-text-primary);padding:9px 11px;text-align:left;cursor:pointer}.custom-select__option:hover,.custom-select__option:focus-visible,.custom-select__option[data-active=true]{outline:none;background:color-mix(in srgb,var(--brand-gold-tint) 75%,var(--color-surface-raised));color:var(--color-text-primary);box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--brand-gold) 35%,transparent)}.custom-select__option[aria-selected=true]{background:var(--brand-burgundy);color:var(--color-text-on-inverse);font-weight:var(--weight-semibold)}.custom-select.has-error .custom-select__trigger{border-color:var(--brand-red);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand-red) 25%,transparent)}.route-section button{min-height:44px}.btn,.ics-action .btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:var(--radius-md);border:2px solid transparent;min-height:44px;padding:0 1.15rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;text-decoration:none;font:inherit;font-size:var(--text-body);font-weight:var(--weight-medium);line-height:1;cursor:pointer;transition:background-color var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard),border-color var(--duration-fast) var(--ease-standard),transform var(--duration-fast) var(--ease-standard),opacity var(--duration-fast) var(--ease-standard)}.btn--sm{min-height:36px;padding-inline:16px;font-size:var(--text-small)}@media (max-width: 720px){.btn--sm{min-height:44px}.site-footer a:not(.btn),.route-section a:not(.btn){min-height:44px;display:inline-flex;align-items:center}}.btn:hover,.btn:focus-visible,.btn:active{transform:translateY(-1px)}.btn:focus-visible{outline:2px solid color-mix(in srgb,var(--color-ornament) 70%,transparent);outline-offset:2px}.btn:active{transform:translateY(0)}.btn:disabled,.btn--quiet:disabled,.btn[aria-busy=true]{opacity:.6;cursor:not-allowed}.btn--primary{background:var(--brand-red);color:var(--brand-white);border-color:transparent}.btn--primary:hover,.btn--primary:focus-visible{background:var(--brand-burgundy)}.btn--primary:active{background:var(--brand-red-deep)}a.btn--primary:link,a.btn--primary:visited,a.btn--primary:hover,a.btn--primary:focus-visible,a.btn--primary:active{color:var(--brand-white)}.btn--secondary{background:transparent;min-height:48px;padding-inline:24px;border-color:var(--brand-red);color:var(--brand-red)}.btn--sm.btn--secondary,.btn--sm.btn--ghost{min-height:36px;padding-inline:16px}.btn--secondary:hover,.btn--secondary:focus-visible{background:var(--brand-gold-tint);color:var(--brand-burgundy)}.btn--secondary:active{background:#efe4ce}.btn--light-secondary{background:transparent;min-height:48px;padding-inline:24px;border:2px solid var(--brand-red);color:var(--brand-red)}.btn--light-secondary:hover,.btn--light-secondary:focus-visible{background:var(--brand-gold-tint);color:var(--brand-burgundy)}.btn--light-secondary:active{background:#efe4ce}.btn--light-secondary:disabled,.btn--light-secondary[aria-busy=true]{background:var(--brand-stone-100);border-color:var(--brand-stone-300);color:var(--color-text-disabled)}.btn--calendar{min-height:44px;background:#efefef;border:2px solid transparent;color:var(--brand-charcoal)}.btn--calendar:hover{background:var(--brand-stone-200);color:var(--brand-charcoal)}.btn--calendar:focus-visible{background:var(--brand-stone-100);color:var(--brand-charcoal);outline:2px solid var(--color-ornament);outline-offset:2px}.btn--calendar:active{background:#d8d8d8;color:var(--brand-charcoal)}.btn--calendar:disabled,.btn--calendar[aria-busy=true]{background:var(--brand-stone-200);border-color:transparent;color:var(--color-text-disabled)}.btn--quiet{background:transparent;border-color:color-mix(in srgb,var(--color-border-subtle) 85%,transparent);color:var(--color-text-primary)}.btn--quiet:hover{background:color-mix(in srgb,var(--color-surface-sunken) 78%,transparent)}.btn--quiet:focus-visible{outline:2px solid color-mix(in srgb,var(--color-ornament) 72%,transparent);outline-offset:2px}.btn--ghost,.btn--ghost:visited{background:transparent;color:var(--color-text-on-inverse);border-color:color-mix(in srgb,var(--color-text-on-inverse) 55%,transparent)}.btn--ghost:hover,.btn--ghost:focus-visible,.btn--ghost:active{background:color-mix(in srgb,var(--color-text-on-inverse) 15%,transparent)}.btn--primary[aria-busy=true],.btn--secondary[aria-busy=true],.btn--light-secondary[aria-busy=true],.btn--calendar[aria-busy=true],.btn--quiet[aria-busy=true],.btn--ghost[aria-busy=true]{position:relative}.btn--primary[aria-busy=true]:after,.btn--secondary[aria-busy=true]:after,.btn--light-secondary[aria-busy=true]:after,.btn--calendar[aria-busy=true]:after,.btn--quiet[aria-busy=true]:after,.btn--ghost[aria-busy=true]:after{content:"";width:14px;height:14px;border-radius:50%;border:2px solid color-mix(in srgb,currentColor 24%,transparent);border-top-color:transparent;animation:spin .75s linear infinite;display:inline-block;margin-inline-start:.45rem}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{color:var(--color-text-secondary)}.actions{display:flex;gap:var(--space-3);flex-wrap:wrap}.ics-action{display:inline-flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.vicar-copy{display:grid;gap:var(--space-3)}.vicar-carousel__view{position:relative;min-height:260px}.vicar-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;border-radius:var(--radius-lg);opacity:0;border:var(--border-hairline) solid var(--color-border-subtle);transition:opacity var(--duration-slow) var(--ease-standard)}.vicar-carousel--reduced-motion .vicar-photo{transition:none}.vicar-photo--active{opacity:1}.vicar-photo[aria-hidden=true]{pointer-events:none}.vicar-photo__fallback{color:var(--color-text-secondary);font-size:var(--text-sm);text-align:center}.vicar-carousel{display:grid;gap:var(--space-3);margin:0}.vicar-carousel__placeholder{display:grid;place-items:center;min-height:300px;padding:24px;background:var(--color-surface-sunken);color:var(--color-text-secondary);text-align:center}.vicar-carousel__controls{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3)}.vicar-caption{color:var(--color-text-secondary);margin:0}.site-footer{background:var(--brand-burgundy);color:var(--color-text-on-inverse);border-top:0;padding:40px 24px 0}.site-footer__inner{width:100%;max-width:1320px;margin-inline:auto;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.site-footer__card{background:transparent;border:0;border-radius:0;padding:0;display:grid;gap:8px;align-content:start;font-size:var(--text-small)}.site-footer__card--inverse{background:transparent;color:var(--color-text-on-inverse)}.site-footer__title{margin:0;font-family:var(--font-body);font-weight:var(--weight-semibold);color:var(--color-ornament);font-size:var(--text-caption);letter-spacing:.09em;text-transform:uppercase}.site-footer__card--inverse .site-footer__title{color:var(--color-ornament)}.site-footer__card p,.site-footer__card a{margin:0;color:var(--color-text-on-inverse-dim);overflow-wrap:anywhere;word-break:break-word}.site-footer__card a{min-height:44px;width:fit-content;display:inline-flex;align-items:center}.site-footer__socials{min-width:0;display:grid;gap:var(--space-2);align-content:start}.site-footer__social-links{display:flex;gap:var(--space-2) var(--space-3);flex-wrap:wrap}.site-footer a{color:var(--color-ornament)}.utility-social-link{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.site-footer__social-link{min-height:44px;display:inline-flex;align-items:center;white-space:nowrap;overflow-wrap:anywhere;text-wrap:balance}.site-footer__meta-title{margin:0;font-family:var(--font-body);font-size:var(--text-caption);font-weight:var(--weight-semibold);letter-spacing:.09em;line-height:var(--leading-snug);text-transform:uppercase;color:var(--color-ornament)}.site-footer__copyright,.site-footer__preference-status,.site-footer__social-empty{margin:0}.site-footer__copyright{max-width:42ch}.site-footer__preferences{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-2) var(--space-3);align-items:center}.site-footer__preferences .site-footer__meta-title{grid-column:1 / -1}.site-footer__preferences .btn{justify-self:start;white-space:nowrap}.site-footer a:hover{text-decoration:underline}.site-footer a:focus-visible{outline:2px solid color-mix(in srgb,var(--color-ornament) 72%,transparent);outline-offset:2px}.site-footer a:active{color:var(--color-text-on-inverse)}.site-footer .btn--secondary{color:var(--color-ornament);border-color:color-mix(in srgb,var(--color-ornament) 78%,transparent)}.site-footer .btn--secondary:hover,.site-footer .btn--secondary:focus-visible,.site-footer .btn--secondary:active{background:color-mix(in srgb,var(--color-text-on-inverse) 14%,transparent);color:var(--color-text-on-inverse)}.site-footer__bottom{display:grid;grid-template-columns:minmax(220px,1fr) minmax(360px,1.35fr) minmax(180px,.72fr);gap:var(--space-4);align-items:start;width:100%;max-width:1320px;margin:40px auto 0;padding:24px 0 32px;border-top:1px solid color-mix(in srgb,var(--color-ornament) 35%,transparent);font-size:var(--text-caption);color:var(--color-text-on-inverse-dim)}.cookie-notice{margin:0;width:min(1320px,calc(100% - (2 * var(--site-inline-padding))));color:var(--color-text-on-inverse-dim);font-size:var(--text-caption)}.cookie-notice-bar{position:static;background:var(--color-surface-raised);border-top:3px solid var(--brand-red);box-shadow:0 -6px 24px #430a0c24}.cookie-notice-bar>.site-width{display:grid;gap:var(--space-3);padding-block:var(--space-4)}.cookie-notice-bar p{margin:0;max-width:78ch}.cookie-notice-bar__actions{display:flex;gap:10px;flex-wrap:wrap}.cookie-notice__action{white-space:nowrap;color:var(--brand-red);background:var(--color-surface-raised);border-color:var(--brand-red)}.cookie-notice__action:hover,.cookie-notice__action:focus-visible{color:var(--color-text-on-inverse);background:var(--brand-red);border-color:var(--brand-red)}@media (max-width: 1080px){.site-footer__bottom{grid-template-columns:minmax(0,1fr) minmax(260px,1fr)}.site-footer__copyright{grid-column:1 / -1}}@media (max-width: 760px){.site-footer__bottom{grid-template-columns:minmax(0,1fr);gap:var(--space-4);margin-top:var(--space-5);padding:var(--space-4) 0 var(--space-5)}.site-footer__copyright{grid-column:auto}.site-footer__preferences{grid-template-columns:minmax(0,1fr)}.site-footer__preferences .site-footer__meta-title{grid-column:auto}.cookie-notice-bar>.site-width{gap:var(--space-3);padding-block:var(--space-4)}}@media (max-width: 400px){.cookie-notice-bar__actions{display:grid;grid-template-columns:minmax(0,1fr)}.cookie-notice-bar__actions .btn{width:100%}}.cookie-notice--hidden{display:none}.cookie-preferences-panel{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#1e110a8c;padding:var(--space-4);z-index:105}.cookie-preferences-panel__sheet{background:var(--color-surface-raised);border-radius:var(--radius-md);max-width:440px;width:100%;max-height:80vh;overflow:auto;padding:28px;box-sizing:border-box}.cookie-preferences-panel__sheet a{min-height:44px;display:inline-flex;align-items:center}.cookie-preferences-panel__header{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3)}.cookie-preferences-panel__header .btn--ghost{color:var(--brand-red);background:var(--color-surface-raised);border-color:var(--brand-red)}.cookie-preferences-panel__header .btn--ghost:hover,.cookie-preferences-panel__header .btn--ghost:focus-visible,.cookie-preferences-panel__header .btn--ghost:active{color:var(--brand-white);background:var(--brand-red);border-color:var(--brand-red)}.cookie-preferences-panel__actions{display:flex;gap:10px;flex-wrap:wrap}@media (max-width: 400px){.cookie-preferences-panel__sheet{padding:var(--space-4)}.cookie-preferences-panel__header,.cookie-preferences-panel__actions{display:grid;grid-template-columns:minmax(0,1fr)}.cookie-preferences-panel__header .btn,.cookie-preferences-panel__actions .btn{width:100%}}.logo-editor__panel{max-width:640px}.logo-editor__content{display:grid;gap:var(--space-3)}.logo-editor__upload{display:grid;gap:7px;font-size:var(--text-small);font-weight:var(--weight-semibold);color:var(--color-text-primary)}.logo-editor__upload input[type=file]{width:100%;box-sizing:border-box;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-raised);padding:10px;font:inherit;color:var(--color-text-primary)}.logo-editor__pending{display:grid;gap:var(--space-2)}.logo-editor__pending img{width:100%;max-width:120px;aspect-ratio:1 / 1;object-fit:contain;background:var(--color-surface-sunken);border-radius:var(--radius-md);border:var(--border-hairline) solid var(--color-border-subtle)}.logo-editor__actions{display:flex;gap:12px;justify-content:space-between;align-items:center;flex-wrap:wrap}.logo-editor__note,.logo-editor__current{margin:0;color:var(--color-text-secondary);font-size:var(--text-caption)}tr{border-top:var(--border-hairline) solid var(--color-border-subtle)}.admin-nav{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-3)}.admin-nav__link{text-decoration:none;color:var(--color-text-secondary);min-height:44px;padding:8px 10px;box-sizing:border-box;display:inline-flex;align-items:center}.admin-nav__link:hover{text-decoration:underline}.admin-nav__link--current{font-weight:var(--weight-semibold);color:var(--color-text-primary)}.admin-editor-shell{display:grid;gap:var(--space-4);width:min(100%,1180px);max-width:100%;margin-inline:auto;justify-self:center}.admin-editor-section{position:relative;max-width:100%;transition:max-height var(--duration-fast) var(--ease-standard),border-color var(--duration-fast) var(--ease-standard)}.admin-editor-shell>.panel,.admin-editor-shell>.portal-card{max-width:100%}.admin-editor-section:not(.admin-editor-section--open)>*:not(h2){display:none}.admin-editor-section:not(.admin-editor-section--open){max-height:68px;overflow:hidden}.admin-editor-section--open{max-height:none}.admin-editor-shell .panel.admin-editor-section--open{overflow:visible}.admin-editor-section__header{width:100%;text-align:left;border:0;padding:0;margin:0;background:transparent;font:inherit;font-size:22px;line-height:1.15;color:inherit;cursor:pointer;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.admin-editor-shell h2{margin:0}.admin-editor-section__header:after{content:"";width:10px;height:10px;transform:rotate(45deg);border-right:2px solid currentColor;border-bottom:2px solid currentColor;transition:transform var(--duration-fast) var(--ease-standard);margin-left:auto;margin-right:2px}.admin-editor-section__header[aria-expanded=true]:after{transform:rotate(-135deg)}.admin-editor-section__header:focus-visible{outline:2px solid color-mix(in srgb,var(--brand-red) 60%,transparent);outline-offset:2px;border-radius:var(--radius-sm)}.admin-editor-shell .panel{min-width:0;overflow:hidden}.admin-editor-shell .admin-form,.admin-editor-shell .admin-grid{width:min(100%,980px)}.admin-editor-shell .admin-form.admin-vicar-profile-form{width:100%;max-width:none}.admin-vicar-profile-form .admin-vicar-biography-field,.admin-vicar-profile-form .admin-vicar-biography-field textarea{width:100%;max-width:none;min-width:0;box-sizing:border-box}.admin-vicar-profile-form .admin-vicar-biography-field textarea{padding:clamp(var(--space-3),1vw,var(--space-4));resize:vertical}.admin-editor-shell .admin-form>label,.admin-editor-shell .admin-grid>label{font-size:13px;line-height:1.35;color:var(--color-text-secondary);display:grid;gap:6px}.admin-editor-shell .helper-text{margin:2px 0 0;color:var(--color-text-tertiary);font-size:var(--text-caption)}.admin-readiness-panel{border-radius:var(--radius-md)}.admin-readiness__toggle{min-height:44px;width:fit-content;max-width:100%;padding-inline:var(--space-3)}.admin-readiness__summary{margin:var(--space-2) 0 0;color:var(--color-text-secondary);font-size:var(--text-small)}.admin-readiness__list{margin:var(--space-3) 0 0;padding-left:var(--space-4);display:grid;gap:8px}.admin-form__note,.admin-grid__note,.admin-editor-shell .admin-form .admin-form__note,.admin-editor-shell .admin-grid .admin-grid__note{margin:2px 0 0;color:var(--color-text-tertiary);font-size:var(--text-caption)}.admin-editor-shell .admin-form input,.admin-editor-shell .admin-form textarea,.admin-editor-shell .admin-grid input,.admin-editor-shell .admin-grid textarea,.admin-editor-shell .admin-form .custom-select,.admin-editor-shell .admin-grid .custom-select,.admin-editor-shell .admin-actions .btn{min-height:44px;width:100%;box-sizing:border-box;font-size:14px}.admin-editor-shell .admin-media-section__fieldset{border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);margin:0;padding:var(--space-3);background:color-mix(in srgb,var(--color-surface-raised) 93%,transparent)}.admin-editor-shell .admin-media-section__fieldset>legend{padding:0 var(--space-2);color:var(--color-text-secondary);font-size:13px}.admin-editor-shell .admin-media-section__options{margin-top:var(--space-2);display:grid;gap:var(--space-2);grid-template-columns:repeat(auto-fill,minmax(125px,1fr))}.admin-editor-shell .admin-media-section__option{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 var(--space-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-elevated);font-size:14px;cursor:pointer}.admin-editor-shell .admin-media-section__option[aria-checked=true],.admin-editor-shell .admin-media-section__option.is-selected{border-color:color-mix(in srgb,var(--brand-red) 60%,transparent);background:color-mix(in srgb,var(--brand-red) 8%,var(--color-surface-elevated));color:var(--color-text-primary)}.admin-editor-shell .admin-media-section__option[disabled]{opacity:.65;cursor:not-allowed}.admin-editor-shell .admin-form input[type=file],.admin-editor-shell .admin-grid input[type=file]{border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-surface-raised) 94%,transparent);padding:0 10px;color:var(--color-text-primary);cursor:pointer}.admin-editor-shell .admin-form input[type=file]::file-selector-button,.admin-editor-shell .admin-grid input[type=file]::file-selector-button,.admin-editor-shell .admin-file-input::file-selector-button{margin:6px 12px 6px 0;border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);background:var(--color-surface-elevated);color:var(--color-text-primary);min-height:32px;padding:0 10px;cursor:pointer}.admin-editor-shell .admin-form input[type=file]:focus-visible,.admin-editor-shell .admin-grid input[type=file]:focus-visible,.admin-editor-shell .admin-file-input:focus-visible{outline:2px solid color-mix(in srgb,var(--brand-red) 72%,transparent);outline-offset:2px}.admin-editor-shell .admin-form input[type=checkbox],.admin-editor-shell .admin-grid input[type=checkbox]{width:18px;min-height:18px}.admin-editor-shell .admin-actions .btn{min-width:140px}.status-note{color:var(--color-text-secondary);margin:0}.status-message{margin-top:var(--space-3);margin-bottom:0}.status-message--ok{color:var(--color-status-success-fg)}.status-message--error{color:var(--color-status-danger-fg)}.admin-logo-row{display:grid;gap:var(--space-4);grid-template-columns:auto 1fr;align-items:start;margin-bottom:var(--space-4);min-height:52px;min-width:0}.admin-logo-row .btn{width:100%;max-width:100%;min-width:0;white-space:nowrap}.admin-form,.admin-grid{display:grid;gap:var(--space-3)}.auth-gate{width:min(100%,840px);min-width:0;max-width:100%;margin:var(--space-6) auto 0;padding:0 var(--space-4) var(--space-6);box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr);justify-content:center}.auth-gate__card{width:min(100%,460px);min-width:0;max-width:100%;box-sizing:border-box;justify-self:center;border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);background:var(--color-surface-raised);padding:clamp(1.5rem,4vw,2.2rem);display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-4);box-shadow:0 16px 40px #1711101f}.auth-form{margin:0;min-width:0;max-width:100%;display:grid;gap:var(--space-3)}.auth-form label{margin:0;min-width:0;display:grid;gap:.5rem;color:var(--color-text-primary);font-size:var(--text-small);font-weight:var(--weight-medium)}.auth-form input{width:100%;min-height:44px;border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:0 var(--space-3);color:var(--color-text-primary);background:var(--color-surface-raised);box-sizing:border-box}.auth-form input:focus-visible{outline:2px solid color-mix(in srgb,var(--color-ornament) 72%,transparent);outline-offset:1px}.auth-form input:disabled{background:var(--color-surface-sunken);opacity:.8;cursor:not-allowed}.auth-form button[type=submit],.auth-form .btn[type=submit]{width:fit-content;max-width:100%}.auth-form__after-action{width:fit-content}.admin-grid--inline{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-ministry-form{position:relative;isolation:isolate;align-items:start;margin-block:var(--space-4);padding-block:var(--space-3);border-top:1px solid var(--color-border-subtle)}.admin-ministry-form:focus-within{z-index:3}.admin-ministry-contact-mode,.admin-ministry-manual-fields{grid-column:1 / -1;min-width:0}.admin-ministry-contact-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-2);margin:0;padding:var(--space-3);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md)}.admin-ministry-contact-mode legend{padding-inline:6px;font-size:13px;color:var(--color-text-secondary)}.admin-ministry-contact-mode label{display:flex;align-items:center;gap:var(--space-2);min-width:0;min-height:44px;padding:var(--space-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);cursor:pointer}.admin-ministry-contact-mode input[type=radio]{width:20px;min-width:20px;min-height:20px;margin:0}.admin-ministry-contact-mode span,.admin-ministry-contact-mode small{display:grid;min-width:0}.admin-ministry-contact-mode small{margin-top:2px;color:var(--color-text-tertiary);font-size:var(--text-caption)}.admin-ministry-contact-field{position:relative;z-index:4}.admin-ministry-contact-field .custom-select__menu{width:100%;max-height:min(300px,50vh);z-index:80}.admin-ministry-manual-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.admin-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-actions{display:flex;gap:var(--space-3);flex-wrap:wrap}.admin-session-bar{margin-bottom:var(--space-4);padding:var(--space-3);border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-sunken);display:flex;justify-content:space-between;gap:var(--space-4)}.admin-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0000008c;padding:var(--space-4);z-index:1000}.admin-modal__panel{width:min(640px,100%);background:var(--color-surface-raised);border:var(--border-hairline) solid var(--color-border-subtle);border-radius:var(--radius-lg);padding:var(--space-4);box-sizing:border-box;max-height:min(80vh,100%);overflow:auto}.admin-modal__header{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3)}.admin-modal__header .cms-modal__close,.admin-modal__header .cms-modal__close:visited{min-width:44px;min-height:44px;color:var(--brand-red);background:var(--brand-white);border-color:var(--brand-red)}.admin-modal__header .cms-modal__close:hover,.admin-modal__header .cms-modal__close:focus-visible{color:var(--brand-burgundy);background:var(--brand-gold-tint);border-color:var(--brand-burgundy)}.admin-modal__header .cms-modal__close:focus-visible{outline:2px solid var(--brand-burgundy);outline-offset:2px}.admin-modal__header .cms-modal__close:active{color:var(--brand-white);background:var(--brand-red-deep);border-color:var(--brand-stone-400)}.admin-modal__header .cms-modal__close:disabled,.admin-modal__header .cms-modal__close[aria-disabled=true]{color:var(--brand-stone-500);background:var(--brand-stone-100);border-color:var(--brand-stone-400);opacity:1;transform:none}.editable-field{display:inline-flex;flex-wrap:wrap;align-items:center;width:fit-content;max-width:100%;gap:6px;row-gap:4px}.editable-field__content{display:inline-flex;align-items:center;border:2px dashed var(--color-ornament);background:color-mix(in srgb,var(--color-ornament) 8%,transparent);border-radius:var(--radius-md);padding:2px 4px;color:inherit;min-height:2.1em}.editable-field--block{display:flex;width:100%;align-items:flex-start}.editable-field--block .editable-field__content{display:block;width:100%}.editable-field__trigger{border:1px solid color-mix(in srgb,var(--color-ornament) 58%,transparent);background:transparent;padding:5px 10px;color:var(--color-ornament);font-size:12px;line-height:1.1;border-radius:var(--radius-sm);min-height:30px;flex:0 0 auto;font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.02em;text-align:left;cursor:pointer}.editable-field__trigger:focus-visible{outline:2px solid var(--color-ornament);outline-offset:2px}.editable-field__panel .admin-actions{margin-top:var(--space-3)}.editable-field__panel textarea,.editable-field__panel input[type=text]{width:100%;min-height:44px;border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:10px 12px;color:var(--color-text-primary);background:var(--color-surface-raised);box-sizing:border-box}.editable-field__form{display:grid;gap:var(--space-3)}.editable-field__control{display:grid;gap:var(--space-2);font-weight:var(--weight-medium)}.editable-field__panel input[type=file]{width:100%;min-height:44px;border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:8px 10px;color:var(--color-text-primary);background:var(--color-surface-raised)}.editable-media-field__trigger{position:absolute;z-index:3;top:var(--space-4);right:var(--space-4);min-height:44px;border:2px solid var(--color-ornament);border-radius:var(--radius-sm);padding:8px 14px;background:color-mix(in srgb,var(--brand-burgundy) 92%,transparent);color:var(--brand-white);font:inherit;font-size:var(--text-small);font-weight:var(--weight-semibold);cursor:pointer}.editable-media-field__trigger:hover,.editable-media-field__trigger:focus-visible{background:var(--brand-burgundy);color:var(--brand-white)}.editable-media-field__trigger:focus-visible{outline:3px solid var(--brand-white);outline-offset:2px}.hero-action-editor{display:inline-grid;justify-items:start;gap:4px;max-width:100%}.hero-action-editor>.editable-field:first-child{flex-wrap:nowrap}.hero-action-editor__destination .editable-field__content{display:none}.home-hero .hero-action-editor .editable-field__trigger{min-height:44px;background:color-mix(in srgb,var(--brand-burgundy) 88%,transparent);color:var(--brand-white)}.home-hero .eyebrow .editable-field__trigger,.home-hero h1 .editable-field__trigger,.home-hero .hero-copy .editable-field__trigger{min-height:44px}.home-hero .hero-action-editor .editable-field__trigger:hover,.home-hero .hero-action-editor .editable-field__trigger:focus-visible{background:var(--brand-burgundy);color:var(--brand-white)}.public-edit-toolbar{position:sticky;top:var(--public-edit-header-height, 80px);z-index:90;width:100%;background:color-mix(in srgb,var(--color-surface-raised) 97%,transparent);border-bottom:var(--border-hairline) solid var(--color-border-subtle);box-shadow:var(--shadow-1);box-sizing:border-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.public-edit-toolbar__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--space-4);min-height:60px;padding-block:var(--space-2);box-sizing:border-box}.public-edit-toolbar__actions{display:flex;gap:var(--space-2);flex-wrap:nowrap;justify-content:flex-end;min-height:44px}.public-edit-toolbar p{margin:0}.public-edit-toolbar .btn{flex:0 0 auto;min-height:44px}@media (max-width: 520px){.public-edit-toolbar__inner{grid-template-columns:minmax(0,1fr);gap:var(--space-2);min-height:104px;padding-block:var(--space-2)}.public-edit-toolbar p{font-size:var(--text-caption);line-height:1.2;min-height:2.4em;margin:0}.public-edit-toolbar__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-2)}.public-edit-toolbar .btn{width:100%;min-width:0;white-space:nowrap;min-height:44px}}body.public-edit-active{--public-edit-header-height: 80px;--public-edit-toolbar-height: 60px}.hero-media,.vicar-carousel__view,.contact-grid,.surface-grid,.site-footer__inner,.admin-grid--inline,.admin-logo-row{min-width:0}.error-text{color:var(--color-status-danger-fg);font-size:var(--text-small)}.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}.status-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}@media (max-width: 1120px){.news-cards-grid,.contact-grid,.grid--2,.grid--3,.grid--4,.site-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header__inner{min-height:76px}}@media (max-width: 1080px){.brand-subtitle{display:none}.utility-bar__inner{gap:var(--space-2);flex-wrap:wrap}.utility-bar__start{width:100%}.utility-bar{flex-wrap:wrap;gap:var(--space-2);padding:0 0 var(--space-2)}.site-width{width:calc(100% - var(--space-4))}.utility-bar__end{width:100%;justify-content:flex-start;padding-bottom:var(--space-2)}.home-section,.home-contact-grid{width:calc(100% - var(--space-4));margin-inline:auto}.home-worship-grid,.home-section--news .grid,.home-section--ways .grid,.home-section--gallery .grid{grid-template-columns:1fr 1fr}.home-section--vicar-grid{border-radius:var(--radius-lg)}.home-vicar-top{grid-template-columns:minmax(260px,340px) minmax(0,1fr);column-gap:clamp(var(--space-5),3vw,var(--space-6))}.home-section--vicar .vicar-copy{padding:var(--space-2) 0 0}.home-section--vicar .vicar-carousel{padding:clamp(var(--space-3),4vw,var(--space-4))}.home-hero{margin-top:0}.home-hero .hero-content{min-height:560px;padding:80px 24px}.main-nav,.site-header__actions{display:none}.main-nav__toggle{display:inline-flex}}@media (max-width: 900px){.connect-contact-grid{grid-template-columns:minmax(0,1fr)}.admin-editor-shell{gap:var(--space-3);width:min(100%,680px)}.admin-editor-shell>.panel,.admin-editor-shell>.portal-card{padding:var(--space-4)}.admin-editor-shell .admin-grid--inline,.admin-editor-shell .admin-grid--compact,.admin-editor-shell .admin-grid,.admin-ministry-contact-mode,.admin-ministry-manual-fields{grid-template-columns:minmax(0,1fr)}.admin-editor-shell .admin-editor-section__header{font-size:21px;min-height:50px;line-height:1.2}.admin-logo-row{grid-template-columns:minmax(0,1fr);gap:var(--space-3)}.site-width,.home-section{width:calc(100% - var(--space-4))}.home-section--quick{padding-top:48px;padding-bottom:48px;padding-left:var(--space-4);padding-right:var(--space-4)}.home-contact-grid,.home-worship-grid{width:100%;grid-template-columns:1fr}.home-section--vicar-grid{width:100%;padding:clamp(var(--space-3),4vw,var(--space-5))}.home-vicar-top{grid-template-columns:minmax(0,1fr);row-gap:var(--space-5)}.home-vicar-top>.vicar-carousel,.home-vicar-top>.vicar-carousel__placeholder{width:100%;max-width:none;margin:0}.home-section--vicar .vicar-copy{padding:0}.home-hero .hero-content{min-height:540px;padding:72px 24px}.utility-bar{height:40px;min-height:40px;padding:0;flex-wrap:nowrap}.utility-bar__inner{width:100%;height:40px;min-height:40px;padding-inline:16px;box-sizing:border-box;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:0}.utility-bar__start{width:100%;min-width:0;flex:1 1 auto}.utility-bar__start .utility-item{width:auto;min-width:0;max-width:100%}.utility-bar__start .utility-item--email,.utility-bar__end{display:none}.utility-bar__start .utility-item:first-child span{min-width:0;overflow:hidden;text-overflow:ellipsis}.utility-socials--utility{display:none}.about-committee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.connect-map__frame,.connect-map__embed,.connect-map__placeholder{min-height:240px}.connect-map__actions{display:grid;grid-template-columns:minmax(0,1fr)}.connect-map__actions .btn{width:100%}.connect-location-card__detail,.connect-location-card__editable-detail.editable-field--block{grid-template-columns:minmax(0,1fr)}.connect-location-card__detail>strong{padding-top:0}.connect-map__placeholder,.connect-map__controls,.connect-map__editor,.connect-location-card__copy{padding:var(--space-3)}.admin-editor-shell{gap:var(--space-2);width:min(100%,560px)}.admin-editor-shell>.panel,.admin-editor-shell>.portal-card{padding:var(--space-3)}.admin-editor-shell .admin-form,.admin-editor-shell .admin-grid{gap:var(--space-3)}.admin-editor-shell .admin-form>label,.admin-editor-shell .admin-grid>label{gap:4px}.admin-editor-shell .admin-editor-section__header{font-size:20px;min-height:50px}.admin-logo-row{grid-template-columns:minmax(0,1fr);gap:var(--space-3)}:root{--site-inline-padding: 16px}.site-width{width:calc(100% - var(--space-4))}.site-header__inner{width:100%;max-width:100%;padding-inline:16px;gap:8px}.brand-row{min-width:0;flex:1 1 auto;gap:8px}.brand-logo{width:48px;height:48px}.brand-copy{min-width:0}.brand-title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px}.main-nav__toggle{flex:0 0 44px}.main-nav--mobile{width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.hero-content{padding:var(--space-5)}.home-hero .hero-content{min-height:500px;padding:64px 16px}.grid--2,.grid--3,.grid--4,.home-section--news .grid,.home-section--ways .grid,.home-section--gallery .grid{grid-template-columns:minmax(0,1fr)}.route-hero,.route-section,.route-hero>*,.route-section>*{min-width:0;max-width:100%}.route-hero{padding-top:64px;padding-bottom:70px}.about-hero,.about-faith-grid,.about-leadership-grid,.about-committee-grid,.about-links-grid{grid-template-columns:minmax(0,1fr)}.about-hero__media,.about-hero__media>img,.about-hero__media>.about-hero__media-placeholder{min-height:220px}.about-hero{min-height:420px;padding:0}.about-hero__inner{width:100%;padding:64px 16px 70px}.about-leadership-grid .about-leadership-card{grid-template-columns:minmax(0,1fr)}.about-leadership-grid .about-leadership-card__media{min-height:220px;height:auto}.about-leadership-grid .about-card__photo,.about-leadership-grid .about-card__photo-placeholder,.about-leadership-grid .about-leadership-card__photo-frame{min-height:220px;height:auto;aspect-ratio:4 / 3}.about-committee-settings,.about-image-framing--hero{width:100%}.about-card-editable.editable-field--block{grid-template-columns:minmax(0,1fr)}.about-committee-settings__actions,.about-committee-divider__controls,.about-committee-card__order-actions{display:grid;grid-template-columns:minmax(0,1fr);width:100%}.about-committee-settings__actions .btn,.about-committee-divider__controls .btn,.about-committee-card__order-actions .btn{width:100%}.about-committee-divider__heading{grid-template-columns:minmax(var(--space-3),1fr) minmax(0,4fr) minmax(var(--space-3),1fr);gap:var(--space-2)}.about-section-heading{align-items:stretch;flex-direction:column}.about-section-heading .about-add-button{width:100%}.route-table{overflow:visible}.route-table__head{display:none}.route-table__row{display:block;border-left:0;border-right:0;padding:var(--space-2) var(--space-3)}.route-table__row>*{display:block;width:100%;min-width:0;border-right:0;border-bottom:var(--border-hairline) solid var(--color-border-subtle);padding:var(--space-2) 0}.route-table__row>*:last-child{border-bottom:0}.route-hero h1{font-size:2.2rem}.home-hero h1{font-size:52px}.home-section--quick{padding-left:var(--site-inline-padding);padding-right:var(--site-inline-padding)}.home-contact-card{width:100%;min-width:0}.surface{padding:var(--space-4)}.section-head{align-items:flex-start;flex-direction:column;gap:var(--space-2)}.site-footer__inner{grid-template-columns:1fr;gap:var(--space-3)}.site-footer__title{font-size:var(--text-body)}.home-worship-where-card .btn.btn--calendar.btn--ghost.btn--sm,.home-worship-where-card .btn.btn--calendar.btn--sm{min-height:44px}.events-calendar__grid{display:none}.events-calendar__agenda{display:grid}.about-timeline__item{grid-template-columns:minmax(68px,76px) minmax(0,1fr)!important;gap:var(--space-3)!important}.about-committee-grid,.about-committee-members-grid{grid-template-columns:minmax(0,1fr)!important;max-width:none!important}.about-committee-grid .card,.about-committee-members-grid .card{min-width:0}}@media (max-width: 520px){.worship-route-hero{min-height:340px;background-position:72% center}.worship-route-hero:before{background:linear-gradient(90deg,#370407fa,#53080ce8 62%,#37040780)}.community-route-hero,.news-route-hero{min-height:340px;background-position:76% center}.community-route-hero:before,.news-route-hero:before{background:linear-gradient(90deg,#370407fa,#53080ceb 58%,#37040761)}.route-hero h1{font-size:2rem}.news-route-hero h1{width:100%;max-width:100%;font-size:clamp(1.5rem,7.75vw,2rem);overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.site-header__actions .btn--secondary{display:none}.brand-title{font-size:19px}.hero-copy{font-size:var(--text-body)}.home-hero h1{font-size:48px}.home-news-card__media,.home-news-card__media-placeholder{min-height:10rem}.news-cards-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width: 400px){.route-hero{padding-top:56px;padding-bottom:62px}.route-hero h1{font-size:1.9rem}.home-section--quick{padding:40px 12px}.home-contact-card{padding:1rem}.about-timeline__item{grid-template-columns:minmax(56px,64px) minmax(0,1fr)!important;gap:var(--space-2)!important}}@media (prefers-reduced-motion: reduce){.parish-loading__spinner{animation:none}.btn:focus-visible,.btn:hover,.btn:active,.vicar-photo,.about-card__photo{transition:none}.btn--primary[aria-busy=true]:after,.btn--secondary[aria-busy=true]:after,.btn--light-secondary[aria-busy=true]:after,.btn--calendar[aria-busy=true]:after,.btn--quiet[aria-busy=true]:after,.btn--ghost[aria-busy=true]:after{animation:none}}
