@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/style/fonts/source-sans-3/source-sans-3-latin-variable.woff2") format("woff2");
  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: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/style/fonts/source-sans-3/source-sans-3-latin-ext-variable.woff2") format("woff2");
  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: "Source Sans 3";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url("/style/fonts/source-sans-3/source-sans-3-latin-italic-variable.woff2") format("woff2");
  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: "Source Sans 3";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url("/style/fonts/source-sans-3/source-sans-3-latin-ext-italic-variable.woff2") format("woff2");
  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;
}

:root {
  --purple-950: #21153d;
  --purple-900: #382860;
  --purple-800: #493773;
  --purple-100: #eeeaf5;
  --rose-600: #c94f78;
  --rose-500: #df6d93;
  --rose-200: #efb3c8;
  --rose-100: #faeaf0;
  --rose-50: #fff7fa;
  --teal-700: #245f63;
  --teal-100: #dcedee;
  --ink: #26222b;
  --muted: #69636f;
  --line: #e7e1e7;
  --paper: #fff;
  --wash: #f7f4f7;
  --focus: #f3aa32;
  --shadow-sm: 0 8px 24px rgba(45, 30, 66, .08);
  --shadow-lg: 0 24px 60px rgba(35, 22, 55, .18);
  --radius-sm: .65rem;
  --radius-md: 1.1rem;
  --radius-lg: 1.65rem;
  --shell: 80rem;
  --gutter: clamp(1rem, 3vw, 2.25rem);
  --font-body: "Source Sans 3", Aptos, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html.apc2026 { font-size: 100%; scroll-behavior: smooth; }
html.apc2026 body { width: auto; min-width: 0; margin: 0; padding: 0; color: var(--ink); background: var(--paper); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; font-size: 1rem; line-height: 1.6; text-align: left; }
img { display: block; max-width: 100%; }
html.apc2026 body a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.shell { width: min(var(--shell), calc(100% - (2 * var(--gutter)))); margin-inline: auto; }
.shell-wide { width: min(92rem, calc(100% - (2 * var(--gutter)))); margin-inline: auto; }
.section { padding-block: clamp(3.75rem, 7vw, 6.75rem); }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -6rem; padding: .8rem 1rem; color: #fff; background: var(--purple-950); border-radius: .4rem; }
.skip-link:focus { top: 1rem; }

.prototype-bar { color: #fff; background: var(--purple-950); font-size: .86rem; }
.prototype-bar__inner { min-height: 2.7rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .35rem; }
.view-switch { display: inline-flex; padding: .18rem; background: rgba(255,255,255,.14); border-radius: 999px; }
.view-switch__button { min-height: 1.9rem; padding: .2rem .75rem; color: #fff; background: transparent; border: 0; border-radius: 999px; cursor: pointer; }
.view-switch__button.is-active { color: var(--purple-950); background: #fff; }
.prototype-back { color: #fff; text-underline-offset: .2rem; font-weight: 750; }

.site-header { position: relative; z-index: 50; background: rgba(255,255,255,.98); box-shadow: 0 1px 0 var(--line); }
.header-main { min-height: 7.6rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: block; width: clamp(15rem, 27vw, 21rem); }
.brand img { width: 100%; height: auto; }
.header-actions { display: flex; align-items: center; gap: 1.5rem; color: var(--purple-900); font-size: .94rem; font-weight: 650; }
.header-actions a { text-decoration: none; }
.header-actions a:hover { color: var(--rose-600); }
.login-link { display: inline-flex; align-items: center; gap: .45rem; padding: .65rem .9rem; border: 1px solid var(--line); border-radius: 999px; }
.login-link svg { width: 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.menu-toggle { display: none; align-items: center; gap: .55rem; padding: .65rem .8rem; color: var(--purple-900); background: var(--rose-100); border: 0; border-radius: .5rem; font-weight: 700; cursor: pointer; }
.menu-toggle__lines, .menu-toggle__lines::before, .menu-toggle__lines::after { display: block; width: 1.2rem; height: 2px; background: currentColor; content: ""; transition: transform .2s ease; }
.menu-toggle__lines { position: relative; }
.menu-toggle__lines::before { position: absolute; top: -.36rem; }
.menu-toggle__lines::after { position: absolute; top: .36rem; }

.primary-nav { position: relative; background: var(--rose-50); border-top: 1px solid var(--line); }
.nav-row { min-height: 3.55rem; display: grid; grid-template-columns: repeat(var(--nav-count, 5), minmax(0, 1fr)); align-items: stretch; }
.nav-row > a, .nav-row > button { display: flex; align-items: center; justify-content: center; gap: .35rem; min-width: 0; padding: .75rem .45rem; color: var(--purple-900); background: transparent; border: 0; border-bottom: 4px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .035em; font-size: clamp(.86rem, 1.25vw, 1.04rem); font-weight: 800; cursor: pointer; transition: color .18s ease, background .18s ease, border-color .18s ease; }
.nav-row > :is(a, button):hover, .nav-row > :is(a, button)[aria-expanded="true"] { color: var(--purple-950); background: var(--rose-100); border-bottom-color: var(--rose-500); }
.nav-row > .is-current { border-bottom-color: var(--rose-500); }
.nav-chevron { width: .68rem; height: auto; margin-left: .08rem; flex: 0 0 auto; overflow: visible; color: var(--purple-900); fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; transform-origin: center; transition: color .18s ease, transform .2s ease; }
.nav-button:hover .nav-chevron, .nav-button:focus-visible .nav-chevron, .nav-button[aria-expanded="true"] .nav-chevron { color: var(--rose-600); }
.nav-button[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }
.mega-menu { position: absolute; z-index: 40; left: 0; right: 0; padding-block: 1.65rem 2rem; background: #fff; border-top: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.mega-menu__grid { display: grid; grid-template-columns: repeat(var(--menu-columns, 5), minmax(0, 1fr)); gap: 1.5rem; }
.mega-menu__grid--short { grid-template-columns: repeat(var(--menu-columns), minmax(0, calc((100% - 4.5rem) / 4))); justify-content: center; }
.mega-menu__grid--compact { grid-template-columns: repeat(3, 1fr); }
.mega-menu h2 { margin: 0 0 .55rem; padding: 0 0 .55rem; color: var(--purple-950); border-bottom: 3px solid var(--rose-300); font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; line-height: 1.2; }
.mega-menu a { display: block; margin-inline: -.5rem; padding: .32rem .5rem; color: var(--muted); border-radius: .35rem; text-decoration: none; transition: color .15s ease, background .15s ease, box-shadow .15s ease; }
.mega-menu a:hover { color: var(--rose-600); text-decoration: underline; text-underline-offset: .25rem; }
.mega-menu a:focus { outline: 0; color: var(--purple-950); background: var(--teal-100); box-shadow: none; text-decoration: none; }
.mega-menu a.is-current-link { color: var(--purple-950); font-weight: 800; }
.mega-menu a.apc2026-menu-link--hidden { color: #aaa4ad; }

.hero { position: relative; margin-top: clamp(1rem, 2vw, 1.7rem); overflow: hidden; color: #fff; background: var(--purple-950); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.hero__viewport { position: relative; min-height: clamp(31rem, 57vw, 44rem); }
.hero-slide { position: absolute; inset: 0; color: inherit; text-decoration: none; opacity: 0; visibility: hidden; transition: opacity .65s ease, visibility .65s ease; }
.hero a.hero-slide,
.hero a.hero-slide:hover,
.hero a.hero-slide:focus,
.hero a.hero-slide:active { text-decoration: none !important; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide--linked { cursor: pointer; }
.hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-slide__shade { position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(28,16,53,.92) 0%, rgba(35,21,61,.66) 43%, rgba(33,20,55,.1) 78%); }
.hero-slide:nth-child(3) .hero-slide__shade { background: linear-gradient(90deg, rgba(27,15,51,.94) 0%, rgba(40,23,68,.72) 49%, rgba(40,23,68,.18) 78%); }
.hero-slide__content { position: relative; z-index: 3; height: 100%; min-height: inherit; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-block: 5rem 7rem; pointer-events: none; }
.hero-slide__content :is(a, button, .button) { pointer-events: auto; }
.eyebrow { margin: 0 0 .65rem; color: var(--rose-200); text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 850; }
.eyebrow--dark { color: var(--rose-600); }
.hero h1, .hero h2 { max-width: 13ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.45rem, 6vw, 5rem); line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
.hero p:not(.eyebrow) { max-width: 37rem; margin: 1.3rem 0 1.7rem; font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.45; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .7rem 1.1rem; color: #fff; background: var(--purple-900); border: 2px solid var(--purple-900); border-radius: .5rem; text-decoration: none; font-weight: 750; transition: transform .15s ease, background .15s ease; }
html.apc2026 body a.button { color: #fff; }
.button:hover { background: var(--purple-800); transform: translateY(-1px); }
.button--light { color: var(--purple-950); background: #fff; border-color: #fff; }
html.apc2026 body a.button--light { color: var(--purple-950); }
.button--light:hover { background: var(--rose-100); border-color: var(--rose-100); }
.hero-controls { position: absolute; z-index: 5; left: var(--gutter); bottom: 1.25rem; display: flex; align-items: center; gap: .65rem; }
.round-control, .pause-control { min-width: 2.75rem; min-height: 2.75rem; display: inline-flex; align-items: center; justify-content: center; gap: .35rem; color: #fff; background: rgba(25,14,45,.74); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; cursor: pointer; backdrop-filter: blur(8px); }
.round-control:hover, .pause-control:hover { background: var(--purple-900); }
.round-control svg, .pause-control svg { width: 1.15rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pause-control { padding-inline: .85rem; }
.hero-dots { display: flex; gap: .4rem; }
.hero-dot { width: .7rem; height: .7rem; padding: 0; background: rgba(255,255,255,.5); border: 0; border-radius: 50%; cursor: pointer; }
.hero-dot.is-active { width: 1.7rem; background: #fff; border-radius: 999px; }

.section-heading { max-width: 42rem; margin-bottom: 2rem; }
.section-heading h2 { margin: 0; color: var(--purple-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; letter-spacing: -.025em; }
.section-heading > p:not(.eyebrow) { margin: .8rem 0 0; color: var(--muted); font-size: 1.08rem; }
.section-heading--wide { margin-bottom: 0; }
.section-heading--inline { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.section-heading--feature { max-width: none; }
.welcome { display: grid; grid-template-columns: minmax(15rem, .85fr) minmax(20rem, 1.15fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.welcome__introduction, .welcome-services { min-width: 0; }
.welcome__copy { margin-top: 1.5rem; padding-left: clamp(1.2rem, 3vw, 2.5rem); border-left: .3rem solid var(--rose-500); }
.welcome__copy p { margin-top: 0; }
.welcome-services > .eyebrow { margin-bottom: .7rem; }
.welcome-services__list li { grid-template-columns: 5rem minmax(0, 1fr); gap: 1rem; padding-block: .9rem; }
.welcome-services__list time { min-height: 4.15rem; }
.lead { color: var(--purple-900); font-family: var(--font-body); font-size: clamp(1.35rem, 2.5vw, 1.85rem); line-height: 1.4; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.8rem; }
.text-link { color: var(--purple-900); text-underline-offset: .23rem; text-decoration-thickness: .08rem; font-weight: 750; }
.text-link:hover { color: var(--rose-600); }

.feature-band { background: linear-gradient(160deg, var(--rose-50), var(--wash)); border-block: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 2rem); }
.feature-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(45,30,66,.13); }
.feature-card__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--rose-100); }
.feature-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.feature-card:hover .feature-card__image img { transform: scale(1.025); }
.feature-card__body { padding: 1.35rem 1.4rem 1.55rem; }
.card-kicker { margin: 0 0 .35rem; color: var(--rose-600); text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; font-weight: 850; }
.feature-card h3, .latest-card h3 { margin: 0; color: var(--purple-950); font-size: 1.35rem; line-height: 1.2; }
.feature-card h3 a { text-decoration: none; }
.feature-card__body > p:not(.card-kicker) { min-height: 4.8rem; color: var(--muted); }

.whatson { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(18rem, .9fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.events-panel { min-width: 0; }
.event-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.event-list li { display: grid; grid-template-columns: 5.8rem 1fr; gap: 1.2rem; align-items: center; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.event-list li[hidden] { display: none !important; }
.event-list time { align-self: stretch; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 4.6rem; color: var(--purple-900); background: var(--rose-100); border-radius: var(--radius-sm); line-height: 1.15; }
.event-list time span { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.event-list time strong { margin-top: .25rem; font-size: .96rem; }
.event-list h3 { margin: 0; color: var(--purple-950); font-size: 1.15rem; line-height: 1.25; }
.event-list h3 a { text-decoration: none; }
.event-list h3 a:hover { color: var(--rose-600); text-decoration: underline; text-underline-offset: .2rem; }
.event-list p { margin: .12rem 0 0; color: var(--muted); font-size: .92rem; }
.event-list .event-list__time { color: var(--rose-600); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.event-list .event-list__service-detail { margin-top: .32rem; color: var(--purple-800); font-size: .88rem; line-height: 1.4; }
.event-list .event-list__location { display: flex; align-items: center; flex-wrap: wrap; gap: .42rem; margin-top: .3rem; color: var(--muted); font-size: .82rem; line-height: 1.35; }
.event-list__location-dot { width: .26rem; height: .26rem; flex: 0 0 .26rem; background: var(--teal-700); border-radius: 50%; }
.events-more { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.25rem; padding: .65rem 0; color: var(--purple-900); background: transparent; border: 0; border-bottom: 2px solid var(--rose-300); font: inherit; font-weight: 800; cursor: pointer; }
.events-more:hover, .events-more:focus-visible { color: var(--purple-950); background: transparent !important; border-bottom-color: var(--rose-500); box-shadow: none; }
.events-more [data-events-more-icon] { font-size: 1.1rem; line-height: 1; }
.event-online { width: fit-content; display: inline-flex; align-items: center; gap: .35rem; margin: .12rem 0 .32rem; padding: .18rem .52rem; color: var(--purple-900); background: var(--purple-100); border-radius: 999px; font-size: .72rem; font-weight: 850; line-height: 1.4; text-transform: uppercase; letter-spacing: .06em; }
.event-online svg { width: .9rem; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.side-stack { display: grid; gap: 1.25rem; }
.room-card { position: relative; overflow: hidden; padding: clamp(1.6rem, 3vw, 2.2rem); color: #fff; background: linear-gradient(145deg, var(--purple-900), var(--purple-950)); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.room-card::after { position: absolute; right: -4rem; top: -4rem; width: 11rem; height: 11rem; content: ""; border: 2rem solid rgba(239,179,200,.13); border-radius: 50% 50% 45% 55%; }
.room-card > * { position: relative; z-index: 1; }
.room-card__icon { width: 3.25rem; height: 3.25rem; display: grid; place-items: center; margin-bottom: 1.25rem; color: var(--purple-950); background: var(--rose-200); border-radius: 50% 50% 50% 12%; }
.room-card__icon svg { width: 1.75rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.room-card h2, .facebook-card h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; line-height: 1.1; }
.room-card > p:not(.eyebrow):not(.room-card__hint) { margin-block: .85rem 1.3rem; color: rgba(255,255,255,.86); }
.room-card__hint { margin: 1rem 0 0; color: rgba(255,255,255,.7); font-size: .82rem; }
.facebook-card { padding: 1.55rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.facebook-card__header { display: flex; align-items: center; gap: .85rem; }
.facebook-mark { width: 2.9rem; height: 2.9rem; display: grid; place-items: end center; flex: 0 0 auto; color: #fff; background: #1877f2; border-radius: .5rem; font-family: Arial, sans-serif; font-size: 2.6rem; font-weight: 800; line-height: .95; }
.facebook-card h2 { font-size: 1.25rem; }
.facebook-card__post { margin: 1rem 0 1.1rem; padding: 1rem; background: var(--wash); border-radius: var(--radius-sm); }
.facebook-card__post p { margin: 0; }
.facebook-card__post .facebook-card__date { margin-bottom: .35rem; color: var(--muted); font-size: .8rem; font-weight: 750; }
.facebook-embed { min-height: 21rem; margin-block: 1rem; overflow: hidden; background: var(--wash); border-radius: var(--radius-sm); }
.facebook-embed .fb-page, .facebook-embed .fb-page > span, .facebook-embed iframe { width: 100% !important; max-width: 100% !important; }
.facebook-embed.is-unavailable { min-height: 0; }
.facebook-embed__fallback { display: none; padding: 1.4rem; color: var(--muted); text-align: center; }
.facebook-embed.is-unavailable .facebook-embed__fallback { display: block; }
.facebook-embed__fallback p { margin: 0 0 .55rem; }
.facebook-embed__fallback a { color: var(--purple-900); font-weight: 750; }
.facebook-embed .fb-page, .facebook-embed span, .facebook-embed iframe { max-width: 100% !important; }
.facebook-embed__consent,
.facebook-embed__consent[hidden] { display: none !important; }
.facebook-embed.is-consent-required .fb-page,
.facebook-embed.is-consent-required .facebook-embed__fallback { display: none !important; }
.facebook-embed.is-consent-required .facebook-embed__consent:not([hidden]) {
  min-height: 21rem;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: .8rem;
  padding: 1.6rem;
  color: var(--purple-900);
  text-align: center;
  background: var(--rose-50);
}
.facebook-embed__consent p { max-width: 28rem; margin: 0; }
.facebook-embed__consent button {
  min-height: 2.75rem;
  padding: .6rem 1rem;
  color: #fff;
  background: var(--teal-700);
  border: 0;
  border-radius: .5rem;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}
.facebook-embed__consent button:hover { background: var(--purple-900); }

.latest-band { background: var(--purple-100); }
.latest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.latest-card { display: grid; grid-template-columns: auto 1fr; gap: 1.3rem; align-items: center; min-height: 13rem; padding: clamp(1.4rem, 3vw, 2.2rem); background: #fff; border: 1px solid rgba(56,40,96,.12); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.latest-card__icon { width: clamp(4.2rem, 8vw, 6.3rem); aspect-ratio: 1; display: grid; place-items: center; color: #fff; border-radius: 50% 50% 50% 15%; }
.latest-card--sermon .latest-card__icon { background: linear-gradient(145deg, var(--purple-800), var(--purple-950)); }
.latest-card--notice .latest-card__icon { background: linear-gradient(145deg, var(--rose-500), var(--rose-600)); }
.latest-card__icon svg { width: 45%; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.latest-card__thumb { width: clamp(7rem, 15vw, 11rem); aspect-ratio: 295 / 160; overflow: hidden; background: var(--wash); border-radius: var(--radius-sm); }
.latest-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.latest-card--notice .latest-card__thumb { width: clamp(5.75rem, 7vw, 6.5rem); aspect-ratio: 3 / 4; background: #fff; }
.latest-card--notice .latest-card__thumb img { object-fit: contain; }
.latest-card p:not(.card-kicker) { margin: .4rem 0 .85rem; color: var(--muted); }
.recently-updated { display: flex; align-items: center; flex-wrap: wrap; gap: .35rem .65rem; margin-top: 1.5rem; padding-top: 1.2rem; color: var(--muted); border-top: 1px solid rgba(56,40,96,.15); font-size: .88rem; }
.recently-updated p { max-width: 100%; margin: 0; }
.recently-updated__pages { display: flex; flex: 1 1 12rem; min-width: 0; gap: .65rem; overflow: hidden; white-space: nowrap; }
.recently-updated__page { display: inline-flex; align-items: center; flex: 0 0 auto; max-width: 100%; gap: .4rem; }
.recently-updated__page[hidden] { display: none; }
.recently-updated__page a { overflow: hidden; text-overflow: ellipsis; }
.recently-updated a { color: var(--purple-900); text-decoration-color: var(--rose-500); text-underline-offset: .18em; }
.recently-updated__dot { width: .35rem; height: .35rem; flex: 0 0 auto; background: var(--rose-500); border-radius: 50%; }

.site-footer { padding-top: clamp(3.5rem, 6vw, 5.5rem); color: rgba(255,255,255,.82); background: var(--purple-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: clamp(2rem, 5vw, 4.5rem); }
.footer-logo { width: min(17rem, 100%); height: auto; padding: .35rem; object-fit: contain; background: #fff; border-radius: .35rem; }
.footer-brand { display: inline-block; max-width: 100%; }
.footer-grid h2 { margin: 0 0 .65rem; color: var(--rose-200); font-size: .86rem; text-transform: uppercase; letter-spacing: .11em; }
.footer-grid p, .footer-grid address { margin: 0; font-style: normal; }
.footer-grid a,
.footer-cookie-link { color: inherit; text-decoration: none; }
.footer-grid a:hover,
.footer-cookie-link:hover { color: var(--rose-200); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-block: 1.1rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.footer-cookie-link {
  appearance: none;
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  font: inherit;
  line-height: inherit;
  text-align: left;
  cursor: pointer;
}

/* A compact choice bar: only Facebook content needs permission on this site. */
.apc-cookie-notice {
  position: fixed;
  z-index: 1200;
  left: 50%;
  bottom: 1rem;
  width: min(62rem, calc(100% - 2rem));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: .85rem 1rem;
  color: var(--purple-950);
  background: #fff;
  border: 1px solid var(--rose-300);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  transform: translateX(-50%);
}
.apc-cookie-notice[hidden] { display: none !important; }
.apc-cookie-notice__copy { display: grid; gap: .1rem; line-height: 1.35; }
.apc-cookie-notice__copy strong { font-size: 1.02rem; }
.apc-cookie-notice__copy span { color: var(--muted); font-size: .94rem; }
.apc-cookie-notice__actions { display: flex; align-items: center; flex: 0 0 auto; gap: .55rem; }
.apc-cookie-notice__actions button,
.apc-cookie-dialog__actions button {
  min-height: 2.65rem;
  padding: .55rem .85rem;
  color: #fff;
  background: var(--purple-900);
  border: 2px solid var(--purple-900);
  border-radius: .5rem;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}
.apc-cookie-notice__actions button:hover,
.apc-cookie-dialog__actions button:hover { background: var(--purple-800); border-color: var(--purple-800); }
.apc-cookie-notice__actions button:first-child,
.apc-cookie-dialog__actions button:first-child {
  color: #fff;
  background: var(--teal-700);
  border-color: var(--teal-700);
}
.apc-cookie-notice__actions button:first-child:hover,
.apc-cookie-dialog__actions button:first-child:hover { background: var(--purple-950); border-color: var(--purple-950); }
.apc-cookie-notice__actions .apc-cookie-details-link {
  min-height: auto;
  padding: .35rem .25rem;
  color: var(--teal-700);
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: .18em;
}
.apc-cookie-notice__actions .apc-cookie-details-link:hover { color: var(--rose-600); background: transparent; border-color: transparent; }

.apc-cookie-dialog {
  width: min(42rem, calc(100% - 2rem));
  max-height: calc(100vh - 2rem);
  margin: auto;
  padding: 1.35rem;
  color: var(--ink);
  background: #fff;
  border: 0;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  font-family: var(--font-body);
}
.apc-cookie-dialog::backdrop { background: rgba(33,21,61,.58); backdrop-filter: blur(2px); }
.apc-cookie-dialog__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.apc-cookie-dialog__heading .eyebrow { margin-bottom: .2rem; }
.apc-cookie-dialog h2 { margin: 0; color: var(--purple-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 4vw, 2.25rem); line-height: 1.1; }
.apc-cookie-dialog h3 { margin: 0 0 .25rem; color: var(--purple-950); font-size: 1.05rem; }
.apc-cookie-dialog p { margin: 0; line-height: 1.5; }
.apc-cookie-dialog a { color: var(--teal-700); text-underline-offset: .18em; }
.apc-cookie-dialog section { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.apc-cookie-dialog__close {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  color: var(--purple-900);
  background: var(--rose-100);
  border: 0;
  border-radius: 50%;
  font: inherit;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.apc-cookie-dialog__close:hover { background: var(--rose-200); }
.apc-cookie-current { margin-top: 1rem !important; padding: .7rem .8rem; color: var(--purple-900); background: var(--teal-100); border-radius: .5rem; font-weight: 700; }
.apc-cookie-list { display: grid; gap: .45rem; margin: .65rem 0 0; }
.apc-cookie-list > div { display: grid; grid-template-columns: minmax(8rem, auto) 1fr; gap: .7rem; }
.apc-cookie-list dt { color: var(--purple-950); font-weight: 750; }
.apc-cookie-list dd { margin: 0; color: var(--muted); }
.apc-cookie-dialog__actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: .65rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); }

/* Public content pages retain their existing body files inside the new shell. */
.apc2026-inner-page { min-height: 42rem; }
.apc2026-page-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--rose-50), #fff 62%, var(--purple-100)); border-bottom: 1px solid var(--line); }
.apc2026-page-hero::after { position: absolute; right: -5rem; bottom: -8rem; width: 18rem; height: 18rem; content: ""; border: 3rem solid rgba(223,109,147,.08); border-radius: 50%; pointer-events: none; }
.apc2026-page-hero__inner { position: relative; z-index: 1; padding-block: clamp(2.4rem, 4vw, 3.6rem); }
.apc2026-breadcrumbs { display: flex; flex-wrap: wrap; gap: .42rem; margin-bottom: 1.25rem; color: var(--muted); font-size: .88rem; }
.apc2026-breadcrumbs a { color: var(--purple-900); text-underline-offset: .2rem; }
.apc2026-page-hero .eyebrow { margin-bottom: .45rem; }
.apc2026-page-hero h1 { max-width: 22ch; margin: 0; color: var(--purple-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 5vw, 3.6rem); line-height: 1.02; letter-spacing: -.035em; text-wrap: balance; }
.apc2026-content-shell { padding-block: clamp(3rem, 5vw, 5rem); }
.apc2026-content { width: min(100%, 68rem); margin-inline: auto; font-family: var(--font-body); font-size: 1.08rem; line-height: 1.75; overflow-wrap: anywhere; }
.apc2026-content > :first-child { margin-top: 0; }
.apc2026-content h2, .apc2026-content h3, .apc2026-content h4 { color: var(--purple-950); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.18; letter-spacing: -.02em; }
.apc2026-content h2, .apc2026-content h3 { margin: 2.6rem 0 .75rem; font-size: clamp(1.65rem, 3vw, 2.15rem); }
.apc2026-content h4 { margin: 2rem 0 .6rem; font-size: clamp(1.25rem, 2vw, 1.5rem); }
.apc2026-content p { margin: 0 0 1.2rem; }
.apc2026-content a:not(.button) { color: var(--teal-700); text-decoration-line: underline; text-decoration-color: var(--rose-600); text-decoration-thickness: .1em; text-underline-offset: .2em; font-weight: 650; }
.apc2026-content a:not(.button):hover { color: var(--rose-600); text-decoration-color: currentColor; }
.apc2026-content img { max-width: 100% !important; height: auto !important; }
.apc2026-content iframe { max-width: 100%; border: 0; }
.apc2026-content iframe[src*="youtube.com"], .apc2026-content iframe[src*="youtu.be"] { width: 100%; height: auto; aspect-ratio: 16 / 9; }
.apc2026-content table { width: 100% !important; max-width: 100%; border-collapse: collapse; }
.apc2026-content td, .apc2026-content th { vertical-align: top; }
.apc2026-content blockquote { margin: 2rem 0; padding: 1.2rem 1.5rem; color: var(--purple-900); background: var(--rose-50); border-left: .3rem solid var(--rose-500); }
.apc2026-content :is(form, input, select, textarea, button, label) { font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; }
.apc2026-content :is(input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], select, textarea) { max-width: 100%; padding: .65rem .75rem; color: var(--ink); background: #fff; border: 1px solid #bdb5c2; border-radius: .4rem; }
.apc2026-content :is(button, input[type="submit"], input[type="button"]) { min-height: 2.8rem; padding: .6rem 1rem; color: #fff; background: var(--purple-900); border: 2px solid var(--purple-900); border-radius: .45rem; font-weight: 750; cursor: pointer; }
.apc2026-content :is(button, input[type="submit"], input[type="button"]):hover { background: var(--purple-800); border-color: var(--purple-800); }

/* Representative inner content page */
.page-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--rose-50), #fff 58%, var(--purple-100)); border-bottom: 1px solid var(--line); }
.page-hero::before { position: absolute; left: -8rem; bottom: -13rem; width: 23rem; height: 23rem; content: ""; border: 3.5rem solid rgba(224,104,144,.08); border-radius: 50%; }
.page-hero__inner { min-height: clamp(22rem, 40vw, 31rem); display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(12rem, .6fr); gap: 3rem; align-items: center; padding-block: clamp(3rem, 6vw, 5.5rem); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: clamp(2rem, 4vw, 3.5rem); color: var(--muted); font-size: .9rem; }
.breadcrumbs a { color: var(--purple-900); text-underline-offset: .2rem; }
.page-hero h1 { max-width: 14ch; margin: 0; color: var(--purple-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 5.8rem); line-height: .95; letter-spacing: -.045em; }
.page-hero__lead { max-width: 42rem; margin: 1.2rem 0 0; color: var(--purple-800); font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.5; }
.page-hero__mark { justify-self: end; width: clamp(10rem, 20vw, 16rem); aspect-ratio: .82; display: grid; place-items: center; color: var(--purple-900); background: var(--rose-200); border: 1.2rem solid #fff; border-radius: 50% 50% 1.2rem 1.2rem; box-shadow: var(--shadow-lg); }
.page-hero__mark span { font-family: Georgia, "Times New Roman", serif; font-size: clamp(5rem, 12vw, 9rem); line-height: 1; transform: translateY(-.05em); }
.page-layout { display: grid; grid-template-columns: minmax(14rem, .32fr) minmax(0, 1fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; padding-block: clamp(3.5rem, 7vw, 7rem); }
.section-menu { position: sticky; top: 1.5rem; padding: 1.3rem; background: var(--rose-50); border-top: .3rem solid var(--rose-500); border-radius: 0 0 var(--radius-md) var(--radius-md); }
.section-menu__title { margin: 0 0 .65rem; color: var(--purple-950); font-weight: 850; }
.section-menu nav { display: grid; }
.section-menu a { padding: .65rem .2rem; color: var(--muted); border-top: 1px solid var(--line); text-decoration: none; }
.section-menu a:hover { color: var(--rose-600); }
.section-menu a.is-current { color: var(--purple-950); font-weight: 800; }
.section-menu a.is-current::before { content: "→"; margin-right: .45rem; color: var(--rose-600); }
.article-body { max-width: 52rem; font-family: var(--font-body); font-size: clamp(1.08rem, 1.7vw, 1.22rem); line-height: 1.75; }
.article-body > :first-child { margin-top: 0; }
.article-body h2 { margin: 2.8rem 0 .7rem; color: var(--purple-950); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; font-size: clamp(1.65rem, 3vw, 2.25rem); line-height: 1.15; letter-spacing: -.02em; }
.article-body p { margin: 0 0 1.25rem; }
.article-image { margin: 0 0 2.5rem; overflow: hidden; background: var(--wash); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.article-image img { width: 100%; max-height: 31rem; object-fit: cover; object-position: center 32%; }
.article-image figcaption { padding: .65rem 1rem; color: var(--muted); background: #fff; font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; font-size: .82rem; }
.article-body blockquote { margin: 2.5rem 0; padding: 1.4rem 1.8rem; color: var(--purple-900); background: var(--rose-50); border-left: .35rem solid var(--rose-500); font-size: clamp(1.35rem, 2.5vw, 1.8rem); line-height: 1.4; }
.article-body blockquote p { margin: 0; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-block: 1.4rem 2.8rem; font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; }
.step-grid > div { padding: 1.15rem; background: var(--wash); border-radius: var(--radius-sm); }
.step-grid span { width: 2rem; height: 2rem; display: grid; place-items: center; margin-bottom: .8rem; color: #fff; background: var(--purple-900); border-radius: 50%; font-size: .86rem; font-weight: 800; }
.step-grid h3 { margin: 0; color: var(--purple-950); font-size: 1.05rem; }
.step-grid p { margin: .35rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.article-callout { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding: clamp(1.5rem, 4vw, 2.5rem); color: #fff; background: linear-gradient(145deg, var(--purple-900), var(--purple-950)); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; }
.article-callout h2 { margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; }
.article-callout p:not(.eyebrow) { max-width: 35rem; margin: .6rem 0 0; color: rgba(255,255,255,.8); font-size: 1rem; line-height: 1.55; }
.article-callout .button { flex: 0 0 auto; }
.article-meta { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 1.2rem; color: var(--muted); border-top: 1px solid var(--line); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; font-size: .8rem; }
.article-meta p { margin: 0; }
.article-meta a { color: var(--purple-900); }

/* Compact desktop proportions: reduce the large regions without shrinking reading text. */
/* Semantic styles available to the constrained Page Editor. Their names stay
   stable while the palette itself remains controlled here. */
.apc-text-purple { color: var(--purple-800, #382860) !important; }
.apc-text-rose { color: var(--rose-700, #a83d64) !important; }
.apc-text-teal { color: var(--teal-700, #245f63) !important; }
.apc-text-muted { color: var(--muted, #69636f) !important; }
.apc-highlight {
  padding: .08em .25em;
  background: var(--rose-50, #faeaf0);
  border-radius: .2em;
}
.apc-image-contained {
  display: block;
  max-width: 100%;
  height: auto;
}
.apc-image-contained.apc-image-size-small {
  width: 40%;
  margin-inline: auto;
}
.apc-image-contained.apc-image-size-medium {
  width: 60%;
  margin-inline: auto;
}
.apc-image-contained.apc-image-size-large {
  width: 80%;
  margin-inline: auto;
}
.apc-image-contained.apc-image-size-full {
  width: 100%;
}
.apc2026-content .apc-quote-bubble,
.article-body .apc-quote-bubble {
  position: relative;
  margin: clamp(1.5rem, 3vw, 2.25rem) 0 clamp(2rem, 4vw, 2.8rem);
  padding: clamp(1.15rem, 3vw, 1.6rem) clamp(1.25rem, 3vw, 1.85rem);
  color: var(--purple-900, #2e1b53);
  background: var(--rose-100, #faeaf0);
  border: 0;
  border-radius: 1rem;
  font-size: clamp(1.15rem, 2.3vw, 1.5rem);
  line-height: 1.5;
}
.apc2026-content .apc-quote-bubble::after,
.article-body .apc-quote-bubble::after {
  content: "";
  position: absolute;
  left: clamp(1.5rem, 5vw, 3rem);
  bottom: -.85rem;
  width: 0;
  height: 0;
  border-top: .95rem solid var(--rose-100, #faeaf0);
  border-right: 1.1rem solid transparent;
}
.apc2026-content .apc-quote-bubble p,
.article-body .apc-quote-bubble p { margin: 0; }
.apc-image-wide {
  display: block;
  width: 100%;
  height: auto;
}
.apc-image-group {
  display: grid;
  gap: clamp(.75rem, 1.8vw, 1.2rem);
  align-items: start;
  margin: clamp(1.25rem, 3vw, 2rem) 0;
}
.apc-image-group--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.apc-image-group--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.apc-image-group--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.apc-image-group--equal { align-items: start; }
.apc-image-group--lead.apc-image-group--3 {
  grid-template-columns: minmax(0, 2fr) repeat(2, minmax(0, 1fr));
}
.apc-image-group__item {
  min-width: 0;
  margin: 0;
}
.apc-image-group__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: .45rem;
}
.apc-image-group--fit .apc-image-group__item img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
.apc-image-group__item figcaption {
  margin-top: .45rem;
  color: var(--muted, #69636f);
  font-size: .9em;
  line-height: 1.4;
}
.apc-media-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: clamp(1.2rem, 3vw, 2.25rem);
  align-items: start;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0;
}
.apc-media-block--image-third { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); }
.apc-media-block--image-right { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }
.apc-media-block--image-half { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.apc-media-block--image-right .apc-media-block__media { order: 2; }
.apc-media-block--image-right .apc-media-block__content { order: 1; }
.apc-media-block__media {
  min-width: 0;
  margin: 0;
}
.apc-media-block__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: .45rem;
}
.apc-media-block__media figcaption {
  margin-top: .45rem;
  color: var(--muted, #69636f);
  font-size: .9em;
  line-height: 1.4;
}
.apc-media-block__content { min-width: 0; }
.apc-media-block__content > :first-child { margin-top: 0; }
.apc-media-block__content > :last-child { margin-bottom: 0; }
.apc-video {
  width: min(100%, 46rem);
  margin: clamp(1.5rem, 3vw, 2.5rem) auto;
}
.apc-video--contained { width: min(100%, 46rem); }
.apc-video--wide { width: 100%; }
.apc-video__title,
.apc2026-content .apc-video__title {
  margin: 0 0 .75rem;
  color: var(--purple-950, #21153d);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.25;
}
.apc-video__player {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--purple-950, #21153d);
  border-radius: .7rem;
  box-shadow: 0 .7rem 2rem rgba(33, 21, 61, .14);
}
.apc-video figcaption {
  margin-top: .6rem;
  color: var(--muted, #69636f);
  font-size: .92em;
  line-height: 1.45;
}
.apc-youtube {
  width: min(100%, 46rem);
  margin: clamp(1.5rem, 3vw, 2.5rem) auto;
}
.apc-youtube--contained { width: min(100%, 46rem); }
.apc-youtube--wide { width: 100%; }
.apc-youtube__title,
.apc2026-content .apc-youtube__title {
  margin: 0 0 .75rem;
  color: var(--purple-950, #21153d);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.25;
}
.apc-youtube__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--purple-950, #21153d);
  border-radius: .7rem;
  box-shadow: 0 .7rem 2rem rgba(33, 21, 61, .14);
}
.apc-youtube__player {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.apc-youtube figcaption {
  margin-top: .6rem;
  color: var(--muted, #69636f);
  font-size: .92em;
  line-height: 1.45;
}
.apc-map {
  width: 100%;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0;
}
.apc-map__title,
.apc2026-content .apc-map__title {
  margin: 0 0 .75rem;
  color: var(--purple-950, #21153d);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.25;
}
.apc-map__frame {
  position: relative;
  width: 100%;
  height: 26rem;
  display: grid;
  overflow: hidden;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--purple-900, #382860), var(--teal-700, #245f63));
  border-radius: .7rem;
  box-shadow: 0 .7rem 2rem rgba(33, 21, 61, .14);
}
.apc-map--height-compact .apc-map__frame { height: 18rem; }
.apc-map--height-large .apc-map__frame { height: 34rem; }
.apc-map__consent {
  width: min(34rem, 100%);
  display: grid;
  justify-items: center;
  gap: 1rem;
  padding: 1.5rem;
  text-align: center;
}
.apc-map__consent p { margin: 0; color: inherit; }
.apc-map__load {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: .6rem 1rem;
  color: var(--purple-950, #21153d);
  background: #fff;
  border-radius: .5rem;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 .35rem 1rem rgba(0, 0, 0, .14);
}
.apc-map__load:hover,
.apc-map__load:focus-visible { color: #fff; background: var(--rose-600, #a83d64); }
.apc-map__player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.apc-map__caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .45rem 1rem;
  margin-top: .6rem;
  color: var(--muted, #69636f);
  font-size: .92em;
  line-height: 1.45;
}
.apc-map__location { font-style: normal; }
.apc-map__directions { flex: 0 0 auto; font-weight: 750; }
.apc-next-service {
  width: 100%;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  color: var(--purple-950, #21153d);
  background: linear-gradient(135deg, #fff8fb, #f1f9f9);
  border: 1px solid #e7dce5;
  border-left: .35rem solid var(--rose-600, #a83d64);
  border-radius: .75rem;
  box-shadow: 0 .55rem 1.6rem rgba(33, 21, 61, .08);
}
.apc-next-service__heading,
.apc2026-content .apc-next-service__heading {
  margin: 0 0 .8rem;
  color: var(--purple-950, #21153d);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.25;
}
.apc-next-service__live { display: grid; gap: .25rem; }
.apc-next-service__live p { margin: 0; color: inherit; }
.apc-next-service__meta {
  color: var(--rose-700, #8e3154) !important;
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.apc-next-service__service {
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  font-weight: 800;
  line-height: 1.25;
}
.apc-next-service__details { color: var(--muted, #69636f) !important; }
.apc-next-service__placeholder,
.apc-next-service__unavailable { color: var(--muted, #69636f) !important; }
.apc-document {
  display: inline-grid;
  justify-items: start;
  gap: .4rem;
  max-width: 100%;
}
.apc-document figcaption { color: var(--muted, #69636f); font-size: .92em; }

@media (max-width: 900px) {
  .apc-image-group--3,
  .apc-image-group--4,
  .apc-image-group--lead.apc-image-group--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .apc-image-group--lead.apc-image-group--3 > .apc-image-group__item:first-child { grid-column: 1 / -1; }
  .apc-media-block { grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); }
  .apc-media-block--image-right { grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); }
  .apc-media-block--image-half { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .apc-map__frame { height: 22rem; }
  .apc-map--height-compact .apc-map__frame { height: 16rem; }
  .apc-map--height-large .apc-map__frame { height: 28rem; }
  .apc-image-contained.apc-image-size-small,
  .apc-image-contained.apc-image-size-medium,
  .apc-image-contained.apc-image-size-large,
  .apc-image-contained.apc-image-size-full {
    width: 100%;
    margin-inline: 0;
  }
  .apc-image-group--2,
  .apc-image-group--3,
  .apc-image-group--4,
  .apc-image-group--lead.apc-image-group--3 { grid-template-columns: 1fr; }
  .apc-image-group--lead.apc-image-group--3 > .apc-image-group__item:first-child { grid-column: auto; }
  .apc-media-block,
  .apc-media-block--image-right,
  .apc-media-block--image-half { grid-template-columns: 1fr; }
  .apc-media-block--image-right .apc-media-block__media { order: 1; }
  .apc-media-block--image-right .apc-media-block__content { order: 2; }
}

@media (min-width: 901px) {
  :root { --shell: 76rem; }
  html.apc2026 body { font-size: 1.0625rem; }
  .shell-wide { width: min(90rem, calc(100% - (2 * var(--gutter)))); }
  .header-main { min-height: 6.25rem; }
  .brand { width: clamp(15rem, 23vw, 18.5rem); }
  .nav-row { min-height: 3.2rem; }
  .nav-row > a, .nav-row > button { padding-block: .58rem; }
  .hero { margin-top: clamp(.8rem, 1.4vw, 1.25rem); }
  .hero__viewport { min-height: clamp(26rem, 30vw, 31rem); }
  .hero-slide__content { padding-block: 3rem 5rem; }
  .hero h1, .hero h2 { font-size: clamp(2.7rem, 4vw, 3.5rem); line-height: 1.02; }
  .hero p:not(.eyebrow) { margin-block: 1rem 1.35rem; font-size: 1.12rem; }
  .hero-controls { bottom: 1rem; }
  .section { padding-block: clamp(3rem, 4.5vw, 4.5rem); }
  .section-heading { margin-bottom: 1.5rem; }
  .section-heading h2 { font-size: clamp(2rem, 3vw, 2.75rem); }
  .welcome { gap: clamp(2rem, 4vw, 4rem); }
  .lead { font-size: clamp(1.3rem, 2vw, 1.55rem); }
  .button-row { margin-top: 1.4rem; }
  .feature-grid { gap: clamp(1rem, 2vw, 1.5rem); }
  .feature-card__body { padding: 1.1rem 1.2rem 1.3rem; }
  .whatson { gap: clamp(1.5rem, 3vw, 2.5rem); }
  .event-list li { grid-template-columns: 5.2rem 1fr; gap: 1rem; padding-block: .85rem; }
  .event-list time { min-height: 4.2rem; }
  .side-stack { gap: 1rem; }
  .room-card { padding: 1.65rem; }
  .room-card__icon { width: 2.85rem; height: 2.85rem; margin-bottom: 1rem; }
  .facebook-card { padding: 1.3rem; }
  .facebook-embed { min-height: 19rem; }
  .latest-card { min-height: 10.5rem; gap: 1.1rem; padding: 1.5rem; }
  .latest-card__thumb { width: clamp(7rem, 12vw, 9rem); }
  .site-footer { padding-top: 3.5rem; }
  .footer-grid { gap: clamp(2rem, 4vw, 3.5rem); }
  .apc2026-page-hero__inner { padding-block: 2.8rem 3.1rem; }
  .apc2026-page-hero h1 { font-size: clamp(2.6rem, 4vw, 3.35rem); }
  .apc2026-content-shell { padding-block: 3.5rem 4.5rem; }
}

@media (max-width: 900px) {
  .header-main { min-height: 5.9rem; }
  .brand { width: 13.5rem; }
  .header-actions > a:not(.login-link) { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: inline-flex; }
  .primary-nav { display: none; border-top: 1px solid var(--line); }
  .primary-nav.is-open { display: block; }
  .nav-row { display: flex; flex-direction: column; align-items: stretch; width: 100%; padding-block: .5rem; }
  .nav-row > a, .nav-row > button { justify-content: space-between; padding: .8rem .2rem; border-bottom: 1px solid var(--line); text-align: left; font-size: .94rem; }
  .nav-row > .is-current { border-left: 4px solid var(--rose-500); padding-left: .75rem; }
  .mega-menu { position: static; padding-block: 1rem; box-shadow: none; }
  .mega-menu__grid, .mega-menu__grid--compact { grid-template-columns: repeat(2, 1fr); gap: 1rem 1.5rem; }
  .hero { width: 100%; margin-top: 0; border-radius: 0; }
  .hero__viewport { min-height: 34rem; }
  .hero-slide__content { padding-bottom: 6.5rem; }
  .welcome { grid-template-columns: 1fr; gap: 1.4rem; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .feature-card:last-child .feature-card__image { aspect-ratio: auto; }
  .whatson { grid-template-columns: 1fr; }
  .side-stack { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .page-hero__inner { grid-template-columns: 1fr minmax(9rem, .38fr); }
  .page-layout { grid-template-columns: 1fr; gap: 2rem; }
  .section-menu { position: static; }
  .section-menu nav { grid-template-columns: repeat(3, 1fr); column-gap: 1rem; }
}

@media (max-width: 620px) {
  :root { --gutter: 1rem; }
  .prototype-bar__inner { align-items: flex-start; flex-direction: column; padding-block: .55rem; gap: .4rem; }
  .header-main { gap: .6rem; }
  .brand { width: 9.3rem; }
  .header-actions { display: flex; }
  .header-actions .login-link { width: 2.75rem; height: 2.75rem; justify-content: center; padding: 0; }
  .login-link__text { display: none; }
  .mega-menu__grid, .mega-menu__grid--compact { grid-template-columns: 1fr; }
  .mega-menu__grid > div { padding-bottom: .6rem; border-bottom: 1px solid var(--line); }
  .hero__viewport { min-height: 31rem; }
  .hero-slide__shade { background: linear-gradient(0deg, rgba(27,15,51,.94) 0%, rgba(31,18,56,.63) 58%, rgba(31,18,56,.15) 100%); }
  .hero-slide:nth-child(3) .hero-slide__shade { background: linear-gradient(0deg, rgba(27,15,51,.96) 0%, rgba(40,23,68,.67) 60%, rgba(40,23,68,.2) 100%); }
  .hero-slide__content { justify-content: end; padding-block: 3rem 6.3rem; }
  .hero h1, .hero h2 { font-size: clamp(2.15rem, 11vw, 3.25rem); }
  .hero p:not(.eyebrow) { margin-block: .85rem 1.2rem; font-size: 1rem; }
  .hero-controls { left: 1rem; right: 1rem; }
  .hero-dots { margin-inline: auto; }
  .pause-control span { display: none; }
  .section { padding-block: 3.75rem; }
  .section-heading--inline { align-items: flex-start; flex-direction: column; }
  .welcome__copy { padding-left: 1rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card:last-child { grid-column: auto; display: block; }
  .feature-card:last-child .feature-card__image { aspect-ratio: 16 / 9; }
  .feature-card__body > p:not(.card-kicker) { min-height: 0; }
  .event-list li { grid-template-columns: 4.8rem 1fr; gap: .9rem; }
  .event-list time { min-height: 4.1rem; }
  .side-stack, .latest-grid { grid-template-columns: 1fr; }
  .facebook-embed { min-height: 0; background: var(--rose-50); }
  .facebook-embed .fb-page { display: none !important; }
  .facebook-embed__fallback { display: block; }
  .facebook-embed.is-consent-required .facebook-embed__fallback { display: none !important; }
  .facebook-embed.is-consent-required .facebook-embed__consent:not([hidden]) { min-height: 0; padding: 1.25rem; }
  .latest-card { grid-template-columns: 4rem 1fr; min-height: auto; }
  .latest-card__icon { width: 4rem; }
  .latest-card__thumb { width: 4rem; aspect-ratio: 1; }
  .latest-card--notice .latest-card__thumb { width: 4rem; aspect-ratio: 3 / 4; }
  .recently-updated { align-items: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .apc2026-page-hero__inner { padding-block: 2.2rem 2.5rem; }
  .apc2026-breadcrumbs { margin-bottom: 1rem; font-size: .8rem; }
  .apc2026-page-hero h1 { font-size: clamp(2.1rem, 11vw, 2.8rem); }
  .apc2026-content-shell { padding-block: 2.5rem 3.5rem; }
  .apc2026-content { font-size: 1.03rem; }
  .apc2026-content table { display: block; overflow-x: auto; }
  .page-hero__inner { min-height: 25rem; grid-template-columns: 1fr; }
  .page-hero__mark { display: none; }
  .breadcrumbs { margin-bottom: 2rem; }
  .section-menu nav { grid-template-columns: 1fr; }
  .article-body { font-size: 1.05rem; }
  .step-grid { grid-template-columns: 1fr; }
  .article-callout { align-items: flex-start; flex-direction: column; }
  .article-meta { flex-direction: column; }
  .apc-cookie-notice { align-items: stretch; flex-direction: column; bottom: .65rem; width: calc(100% - 1.3rem); gap: .7rem; padding: .8rem; }
  .apc-cookie-notice__actions { display: grid; grid-template-columns: 1fr 1fr auto; width: 100%; }
  .apc-cookie-notice__actions button { padding-inline: .6rem; }
  .apc-cookie-dialog { width: calc(100% - 1rem); max-height: calc(100vh - 1rem); padding: 1rem; }
  .apc-cookie-list > div { grid-template-columns: 1fr; gap: .05rem; }
  .apc-cookie-dialog__actions { display: grid; grid-template-columns: 1fr; }
}

/* Notice-sheet archive */
.notice-sheet-library { width: 100%; }
.notice-sheet-toolbar { display: flex; align-items: end; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.notice-sheet-toolbar p { margin: 0; color: var(--muted); font-size: .9rem; }
.notice-sheet-filter { display: flex; align-items: center; flex-wrap: wrap; gap: .7rem; margin: 0; }
.notice-sheet-filter label { margin: 0; color: var(--purple-950); font-weight: 700; }
.apc2026-content .notice-sheet-filter select { min-width: 12rem; }
.apc2026-content .notice-sheet-filter button { min-height: 2.7rem; padding-block: .45rem; }

.notice-sheet-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2rem 1.4rem;
}

.notice-sheet-item {
  min-width: 0;
  margin: 0;
  text-align: center;
}

.notice-sheet-card__preview {
  display: grid;
  width: 100%;
  aspect-ratio: 210 / 297;
  overflow: hidden;
  place-items: center;
  padding: .35rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: .35rem;
  box-shadow: 0 7px 20px rgba(46, 27, 83, .08);
}

.apc2026-content .notice-sheet-card__preview img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.notice-sheet-item figcaption {
  margin-top: .6rem;
  font-size: .92rem;
  line-height: 1.25;
}

.apc2026-content .notice-sheet-item figcaption a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}

.apc2026-content .notice-sheet-item figcaption a:hover {
  color: var(--teal-700);
  text-decoration: underline;
  text-decoration-color: var(--rose-600);
  text-underline-offset: .18em;
}

.notice-sheet-card__preview:hover {
  border-color: var(--rose-500);
  box-shadow: 0 9px 24px rgba(46, 27, 83, .14);
}

@media (max-width: 1100px) {
  .notice-sheet-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 850px) {
  .notice-sheet-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.notice-sheet-toolbar { align-items: start; }
	.notice-sheet-filter { width: 100%; }
	.notice-sheet-filter label { width: 100%; }
	.notice-sheet-filter select { flex: 1 1 auto; }
  .notice-sheet-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem .85rem;
  }
}

@media (max-width: 420px) {
  .notice-sheet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .notice-sheet-item figcaption { font-size: .86rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .prototype-bar, .primary-nav, .menu-toggle, .hero-controls, .apc-cookie-notice, .apc-cookie-dialog, .footer-cookie-link { display: none !important; }
}
