:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-background:var(--color-background);--color-surface:#f8f4ec;--color-surface-strong:#fff;--color-surface-muted:#ece3d6;--color-surface-subtle:#fdf9f2;--color-text:#1f242d;--color-muted:#4f5668;--color-subtle:#6b7280;--color-border:#d9ccbc;--color-border-strong:#c3b29f;--color-accent:#1f4b7f;--color-accent-strong:#16365f;--color-accent-soft:#e5eef8;--color-accent-muted:#d0ddf0;--color-highlight:#c47b3a;--color-success:#3a7b4c;--color-warning:#c76a1d;--color-danger:#b1182b;--font-sans:"Inter","Libre Franklin","Helvetica Neue",system-ui,-apple-system,"Segoe UI",sans-serif;--font-serif:"Cormorant Garamond","Times New Roman",Georgia,serif;--font-mono:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;--text-xs:.8rem;--text-sm:.9rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:clamp(1.85rem,3vw,2.3rem);--text-4xl:clamp(2.35rem,4vw,3.2rem);--text-5xl:clamp(2.9rem,5vw,3.8rem);--line-height-tight:1.15;--line-height-snug:1.3;--line-height-normal:1.6;--space-3xs:.15rem;--space-2xs:.25rem;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.25rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:28px;--radius-pill:999px;--border-width:1px;--border-subtle:var(--border-width)solid var(--color-border);--border-strong:var(--border-width)solid var(--color-border-strong);--shadow-soft:0 12px 32px #11182714;--shadow-elevated:0 18px 45px #1118271f;--shadow-focus:0 0 0 3px #1f4b7f2e;--transition-fast:.12s ease;--transition-base:.2s ease;--transition-slow:.38s ease;--transition-bounce:cubic-bezier(.2,.8,.4,1);--z-base:0;--z-sticky:10;--z-dropdown:20;--z-overlay:30;--z-modal:40;--z-toast:50;--sticky-offset:72px;--persistent-player-height:0px;--ring-color:#1f4b7f47;--ring-offset:2px;--ring-width:2px;--background:var(--color-background);--text:var(--color-text);--muted:var(--color-muted);--border:var(--color-border);--accent:var(--color-accent);--accent-strong:var(--color-accent-strong);--accent-soft:var(--color-accent-soft);--surface:var(--color-surface);--surface-strong:var(--color-surface-strong);--surface-muted:var(--color-surface-muted);--radius:var(--radius-md);--shadow:var(--shadow-soft);--color-primary:var(--color-accent);--color-charcoal:#1f2933;--color-warm-gray:#cfc7bd;--color-olive:#7a8f58;--color-amber:#d7a64a;--color-clay:#c87f68;--ink:var(--color-text)}
*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-moz-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}body{font-family:var(--font-sans);background:var(--color-background);color:var(--color-text);min-height:100vh;line-height:var(--line-height-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;margin:0;overflow-x:hidden}a{color:var(--color-accent);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent-strong)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:var(--ring-width)solid transparent;box-shadow:var(--shadow-focus);border-color:var(--color-accent)}::selection{background:var(--color-accent-soft);color:var(--color-accent-strong)}img{max-width:100%;display:block}button,input,select,textarea{font-family:var(--font-sans)}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--color-text);letter-spacing:.01em;margin:0 0 var(--space-sm)}h1{font-size:var(--text-5xl);line-height:var(--line-height-tight)}h2{font-size:var(--text-4xl);line-height:var(--line-height-snug)}h3{font-size:var(--text-3xl);line-height:var(--line-height-snug)}h4{font-size:var(--text-xl)}p{color:var(--color-muted);margin:0 0 1rem}main{width:100%}.container{width:min(1200px,100% - 2.5rem);margin:0 auto}.section{padding:var(--space-2xl)0}@media (max-width:768px){.section{padding:var(--space-xl)0}.input,.select,.textarea,.drawer__search{font-size:16px}}.grid{gap:var(--space-lg);display:grid}.home-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.list-reset{margin:0;padding:0;list-style:none}.text-link{color:var(--color-accent-strong);font-weight:700}.text-link:hover{text-decoration:underline}.section-header{justify-content:space-between;align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-lg);display:flex}.section-header.column{flex-direction:column;align-items:flex-start}.site-main{padding-bottom:calc(var(--persistent-player-height) + env(safe-area-inset-bottom));display:block}.card{background:var(--color-surface-strong);border:var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.card.pad,.pad{padding:var(--space-lg)}.section-dark{color:#fff;background:#0f172a}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4,.section-dark .eyebrow{color:#fff}.dark-band{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;display:grid}.button{border-radius:var(--radius-pill);background:var(--color-accent);color:#fff;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast);border:1px solid #0000;justify-content:center;align-items:center;gap:.35rem;padding:.75rem 1.1rem;font-weight:600;display:inline-flex}.button:hover{background:var(--color-accent-strong);transform:translateY(-1px);box-shadow:0 8px 20px #00000014}.button.secondary{background:var(--color-surface-strong);color:var(--color-accent-strong);border:var(--border-subtle)}.button.small{padding:.55rem .9rem;font-size:.95rem}.input,.select,.textarea{border-radius:var(--radius-md);border:var(--border-subtle);width:100%;color:var(--color-text);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);background:#fff;padding:.75rem .9rem;font-size:.95rem}.input:focus,.select:focus,.textarea:focus{border-color:var(--color-accent);box-shadow:var(--shadow-focus);outline:none}.badge{border-radius:var(--radius-pill);background:var(--color-accent-soft);color:var(--color-accent-strong);border:1px solid #1f4b7f2e;align-items:center;gap:.25rem;padding:.25rem .6rem;font-size:.85rem;font-weight:600;display:inline-flex}.search-highlight{background:var(--color-accent-soft);color:var(--color-accent-strong);border-radius:.35em;padding:0 .2em}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent-strong);margin-bottom:.4rem;font-size:.8rem;font-weight:700}.muted{color:var(--color-muted)}.muted.inverted{color:#c7cedc}.pill{border-radius:var(--radius-md);background:#ffffff1f;border:1px solid #ffffff2e;flex-direction:column;gap:.2rem;padding:.65rem .9rem;display:inline-flex}.pill-label{letter-spacing:.05em;text-transform:uppercase;color:#f3f4f6;font-size:.8rem}.feature-bullets{gap:var(--space-sm);display:grid}.notification-bar{background:var(--color-accent-soft);color:var(--color-accent-strong);border-bottom:var(--border-subtle)}.notification-bar__inner{justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap;padding:.45rem 0;font-weight:600;display:flex}.notification-bar__copy{color:inherit;flex-direction:column;gap:.15rem;min-width:0;text-decoration:none;display:flex}.notification-bar__headline{color:var(--color-accent-strong);font-weight:800}.notification-bar__subtext{font-size:var(--text-sm);color:var(--color-muted);font-weight:600}.notification-bar__cta{white-space:nowrap;text-decoration:none}.notification-bar__dismiss{color:var(--color-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.25rem}.notification-bar__dismiss:hover{color:var(--color-text);background:#0000000a}@media (max-width:640px){.notification-bar__inner{flex-wrap:nowrap;padding:.35rem 0}.notification-bar__subtext{display:none}}@media (max-width:480px){.notification-bar__cta{display:none}.notification-bar__headline{font-size:.95rem}.notification-bar__dismiss{min-width:44px;min-height:44px;padding:.5rem}}.header{z-index:var(--z-sticky);border-bottom:var(--border-subtle);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding-top:env(safe-area-inset-top);background:#f4ede3f0;position:sticky;top:0}.header-inner{padding:var(--space-md)0;justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.brand{color:var(--color-text);align-items:center;gap:.8rem;text-decoration:none;display:inline-flex}.brand-mark{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-strong));border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 25px #1f4b7f38}.brand-mark:after{content:"";pointer-events:none;border:1px solid #ffffff42;border-radius:999px;position:absolute;inset:3px}.brand-mark__icon{color:#ffffffeb;filter:drop-shadow(0 10px 18px #00000040);width:22px;height:22px}.brand-title{font-size:1rem;font-weight:700}.brand-tagline{color:var(--color-muted);font-size:.9rem}.nav{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.nav-link{border-radius:var(--radius-md);color:var(--color-muted);padding:.45rem .75rem;font-weight:600}.nav-link.active,.nav-link:hover{color:var(--color-accent-strong);background:var(--color-accent-soft)}.header-actions{align-items:center;gap:var(--space-xs);display:flex}.header-action{border-radius:var(--radius-pill);border:var(--border-subtle);background:var(--color-surface-strong);min-width:92px;min-height:44px;color:var(--color-text);cursor:pointer;transition:background var(--transition-fast),transform var(--transition-fast),border-color var(--transition-fast);align-items:center;gap:.4rem;padding:.55rem .75rem;font-weight:600;display:inline-flex}.header-action:hover{border-color:var(--color-border-strong);transform:translateY(-1px)}.header-action.primary{background:var(--color-accent-soft);color:var(--color-accent-strong);border-color:#0000}.header-action__icon{width:18px;height:18px}.hamburger{border:var(--border-subtle);border-radius:var(--radius-pill);background:var(--color-surface-strong);cursor:pointer;justify-content:center;align-items:center;gap:.4rem;min-width:92px;min-height:44px;padding:.55rem .75rem;font-weight:700;display:inline-flex}.hamburger-lines{gap:3px;width:18px;height:12px;display:grid}.hamburger-lines span{background:var(--color-text);border-radius:999px;height:2px;display:block}.intent-bar{background:var(--color-text);color:#fff;font-size:.95rem}.intent-bar-inner{justify-content:space-between;align-items:center;gap:.75rem;padding:.4rem 0;display:flex}.intent-link{color:#fff;font-weight:700}.intent-actions{flex-wrap:wrap;gap:.75rem;display:flex}.drawer{z-index:var(--z-modal);pointer-events:none;position:fixed;inset:0}.drawer.is-open{pointer-events:auto}.drawer__overlay{opacity:0;transition:opacity var(--transition-base);background:#0006;border:none;padding:0;position:absolute;inset:0}.drawer.is-open .drawer__overlay{opacity:1}.drawer__panel{background:var(--color-surface-strong);width:min(420px,92vw);height:100%;box-shadow:var(--shadow-elevated);border-left:var(--border-subtle);transition:transform var(--transition-base);grid-template-rows:auto 1fr auto;display:grid;position:absolute;top:0;right:0;transform:translate(100%)}.drawer.is-open .drawer__panel{transform:translate(0)}.drawer__header,.drawer__footer{padding:var(--space-md);border-bottom:var(--border-subtle)}.drawer__header--brand{background:linear-gradient(135deg,var(--color-surface),var(--color-surface-strong))}.drawer__header-row{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.drawer__brand{color:var(--color-text);align-items:center;gap:.75rem;display:flex}.drawer__brand .brand-title{font-size:1rem;font-weight:700}.drawer__brand .brand-tagline{color:var(--color-muted);font-size:.85rem}.drawer__close{border:var(--border-subtle);border-radius:var(--radius-pill);background:var(--color-surface);cursor:pointer;width:44px;height:44px;color:var(--color-text);place-items:center;font-size:1.25rem;line-height:1;display:grid}.drawer__close:hover{background:var(--color-surface-muted)}.drawer__footer{border-top:var(--border-subtle);background:linear-gradient(180deg,#e5eef899,var(--color-accent-soft));padding-bottom:calc(var(--space-md) + env(safe-area-inset-bottom));border-bottom:none}.drawer__body{padding:var(--space-md);gap:var(--space-xs);padding-bottom:calc(var(--space-xl) + env(safe-area-inset-bottom));grid-auto-rows:max-content;align-content:start;display:grid;overflow-y:auto}.drawer__section{background:0 0;border:none;gap:.25rem;padding:0;display:grid}.drawer__section+.drawer__section{border-top:var(--border-subtle);padding-top:.4rem}.drawer__section--search,.drawer__section--actions{padding-top:0;padding-bottom:0}.drawer__section--results,.drawer__section--nav{padding-top:0}.drawer__section--nav .drawer__link{color:var(--color-text);border-bottom:var(--border-subtle);padding-top:.85rem;padding-bottom:.85rem}.drawer__section--nav .drawer__link.active{color:var(--color-text)}.drawer__section--nav .drawer__link:last-child{border-bottom:var(--border-subtle)}.drawer__search-row{align-items:center;display:flex;position:relative}.drawer__search{border-radius:var(--radius-pill);border:1px solid var(--color-accent-muted);background:var(--color-accent-soft);width:100%;min-height:40px;padding:.55rem 1.2rem .55rem 2.2rem;font-size:16px}.drawer__search::placeholder{color:var(--color-subtle)}.drawer__search-icon{color:var(--color-accent-strong);pointer-events:none;place-items:center;width:18px;height:18px;display:grid;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.drawer__search-icon svg{width:18px;height:18px}.inline-spinner{border:2px solid #0000002e;border-top-color:var(--color-accent-strong);border-radius:999px;width:.95rem;height:.95rem;animation:.8s linear infinite inline-spin}@keyframes inline-spin{to{transform:rotate(360deg)}}.drawer__quick-actions{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(34px,auto);place-items:center stretch;gap:.5rem;display:grid}.drawer__chip{border-radius:var(--radius-pill);background:var(--color-accent);color:#fff;white-space:nowrap;text-overflow:ellipsis;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;height:34px;padding:0 .75rem;font-size:.82rem;font-weight:600;line-height:1;display:inline-flex;overflow:hidden;box-shadow:0 6px 14px #16365f2e}.drawer__chip:hover{background:var(--color-accent-strong)}.drawer__nav{gap:0;display:grid}.accordion{border-bottom:none}.accordion__toggle{text-align:left;cursor:pointer;background:0 0;border:none;width:100%}.accordion__content{gap:0;padding:.25rem 0 .65rem;display:grid}.drawer__link{color:var(--color-text);border-bottom:var(--border-subtle);transition:color var(--transition-fast);border-radius:0;justify-content:space-between;align-items:center;min-height:44px;padding:.65rem 0;display:flex}.drawer__link.active{color:var(--color-accent-strong);font-weight:600}.drawer__link:hover{color:var(--color-accent-strong)}.drawer__link:last-child{border-bottom:none}.drawer__link--parent{font-size:.95rem;font-weight:600}.drawer__link--child{color:var(--color-text);padding-left:.75rem;font-size:.92rem}.drawer__link--child .drawer__chevron{color:var(--color-subtle)}.drawer__link-meta{justify-content:flex-end;align-items:center;gap:.35rem;min-width:1.25rem;display:inline-flex}.drawer__chevron{color:var(--color-subtle);transition:transform var(--transition-fast),color var(--transition-fast)}.drawer__chevron.is-open{transform:rotate(90deg)}.drawer__results{gap:.5rem;margin-top:.25rem;display:grid}.drawer__results .drawer__nav{gap:.4rem}.drawer__results .drawer__link{border:var(--border-subtle);border-radius:var(--radius-lg);background:var(--color-surface-subtle);min-height:40px;padding:.55rem .75rem}.drawer__results .drawer__link.active{border-color:var(--color-accent-muted);color:var(--color-accent-strong)}.drawer__results .drawer__link:hover{border-color:var(--color-accent-muted)}.drawer__results-actions{justify-content:flex-start;margin-top:.25rem;display:flex}.drawer__more-results{border-radius:var(--radius-pill);background:var(--color-accent);color:#fff;border:1px solid #0000;justify-content:center;align-items:center;height:34px;padding:0 .75rem;font-size:.82rem;font-weight:600;line-height:1;display:inline-flex;box-shadow:0 6px 14px #16365f2e}.drawer__more-results:hover{background:var(--color-accent-strong)}.drawer__meta{color:var(--color-muted);gap:.35rem;font-size:.95rem;display:grid}.drawer__meta strong{display:block}.drawer__footer-link{color:var(--color-text);flex-direction:column;gap:.25rem;font-weight:600;display:inline-flex}.drawer__footer-link:hover{color:var(--color-accent-strong)}.drawer__footer-note{color:var(--color-muted);font-size:.85rem;font-weight:500}.hero-banner{color:#fff;background:linear-gradient(120deg,#151823,#1f2432);padding:4.5rem 0;position:relative;overflow:hidden}.hero-banner:after{content:"";pointer-events:none;background:linear-gradient(#00000073,#0000001a);position:absolute;inset:0}.hero-banner__content{z-index:1;gap:var(--space-sm);max-width:760px;display:grid;position:relative}.hero-banner .eyebrow{color:#f8e7ea}.hero-banner h1{color:#fff;margin:0;font-size:clamp(2.5rem,5vw,3.4rem);line-height:1.1}.hero-lead{color:#e5e7eb;margin:0;font-size:1.05rem}.hero-banner__ctas,.hero-meta{flex-wrap:wrap;gap:.75rem;display:flex}.hero{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:center;display:grid}.hero.full,.hero-full{align-items:stretch}.hero-content{gap:var(--space-sm);display:grid}.hero-sub{color:var(--color-muted);font-size:1.05rem}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero-media{border-radius:var(--radius-lg);background:var(--color-surface-muted);min-height:320px;position:relative;overflow:hidden}.hero-image{object-fit:cover}.hero-rotator{color:#fff;background:linear-gradient(120deg,#0f172a,#1f2735);min-height:100svh;position:relative;overflow:hidden}.hero-rotator__media{z-index:0;position:absolute;inset:0}.hero-rotator>.container{align-items:center;min-height:100svh;display:grid;position:relative}.hero-slide{opacity:0;z-index:0;transition:opacity 1.5s;position:absolute;inset:0}.hero-slide.is-previous{opacity:1;z-index:1}.hero-slide.is-active{opacity:1;z-index:2}.hero-rotator:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#06080cad,#06080c70 45%,#06080cbd);position:absolute;inset:0}.hero-rotator__content{z-index:2;gap:var(--space-sm);text-align:center;justify-items:center;max-width:760px;margin:0 auto;padding:clamp(2rem,5vw,3rem) 0;display:grid;position:relative}.hero-rotator .eyebrow{color:#ffffffd1}.hero-rotator h1{color:#fff;text-shadow:0 16px 36px #0009;margin:0;font-size:clamp(2.1rem,8vw,3.4rem);line-height:1.06}.hero-rotator .hero-lead{color:#ffffffe6;max-width:44ch;margin:0 auto;font-size:1rem}.hero-rotator .button.secondary{color:#ffffffeb;background:#ffffff1f;border-color:#ffffff42}.hero-rotator .button.secondary:hover{background:#ffffff2e;border-color:#ffffff52}.hero-rotator .hero-banner__ctas{justify-content:center}.hero-rotator__facts{gap:var(--space-sm);grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;justify-items:center;display:grid}.hero-rotator__fact{border-radius:var(--radius-md);text-align:center;background:#ffffff14;border:1px solid #ffffff24;gap:.25rem;min-width:0;padding:.45rem .65rem;display:grid}.hero-rotator__fact>span:last-child{color:#ffffffeb;font-weight:600}.hero-rotator__label{letter-spacing:.05em;text-transform:uppercase;color:#ffffffc7;font-size:.74rem}.hero-rotator__nav{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.hero-rotator__dots{align-items:center;gap:.4rem;min-height:44px;display:flex}.hero-rotator__dot{cursor:pointer;background:0 0;border:none;place-items:center;width:32px;height:32px;padding:0;display:grid}.hero-rotator__dot:before{content:"";width:9px;height:9px;transition:width var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast);background:#ffffff29;border:1px solid #ffffff5c;border-radius:999px}.hero-rotator__dot[aria-current=true]:before{background:#ffffffe0;border-color:#0000;width:22px}.hero-rotator .carousel-controls{justify-content:flex-end;gap:.4rem;position:static;transform:none}.hero-rotator .carousel-button{color:#fff;background:#ffffff24;border-color:#ffffff4d;width:44px;height:44px}@media (max-width:900px){.hero-rotator>.container{align-items:center;min-height:100svh}.hero-rotator__content{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#06080c70;border:1px solid #ffffff24;margin:1rem auto 1.25rem;padding:1.35rem;box-shadow:0 26px 60px #00000059}}@media (max-width:640px){.hero-rotator__content{margin:.9rem auto 1.1rem;padding:1.15rem}.hero-rotator .hero-banner__ctas{grid-template-columns:1fr;display:grid}.hero-rotator .hero-banner__ctas .button{width:100%}}@media (max-width:520px){.hero-rotator__facts{grid-template-columns:1fr}}.utility-bar{z-index:var(--z-base);margin:var(--space-md)0 var(--space-lg);position:relative}.utility-bar__inner{border:var(--border-subtle);border-radius:var(--radius-pill);gap:var(--space-sm);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;align-items:center;padding:.4rem;display:flex;box-shadow:0 10px 30px #0000000a}.utility-bar__track{gap:var(--space-sm);scroll-snap-type:x mandatory;grid-auto-columns:max-content;grid-auto-flow:column;padding:.1rem;display:grid;overflow-x:auto}.utility-chip{scroll-snap-align:start;border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text);white-space:nowrap;border:1px solid #0000;align-items:center;gap:.5rem;padding:.55rem .95rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #0000000a}.utility-chip.secondary{background:var(--color-accent-soft);color:var(--color-accent-strong);border-color:var(--color-accent-muted)}.feature-row{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center;display:grid}.feature-row--reverse{direction:rtl}.feature-row--reverse>*{direction:ltr}.feature-copy{background:var(--color-surface-strong);border:var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-soft)}.feature-actions{flex-wrap:wrap;gap:.6rem;margin-top:.8rem;display:flex}.feature-media{border-radius:var(--radius-lg);background:var(--color-surface-muted);min-height:320px;position:relative;overflow:hidden}.feature-image{object-fit:cover}.info-strip{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.info-item{background:var(--color-surface);border:var(--border-subtle);border-radius:var(--radius-md);padding:1rem}.info-label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin-bottom:.25rem;font-size:.85rem}.info-value{color:var(--color-text);font-weight:700}.info-helper{color:var(--color-muted);font-size:.95rem}.steps{flex-direction:column;gap:1rem;display:flex}.step-list{gap:1rem;display:grid}.step{grid-template-columns:auto 1fr;align-items:start;gap:.75rem;display:grid}.step-card{grid-template-columns:auto 1fr;align-items:start;gap:.9rem;display:grid}.step-number{border-radius:var(--radius-md);background:var(--color-accent);color:#fff;place-items:center;width:44px;height:44px;font-size:1.05rem;font-weight:800;display:grid}.checklist{color:#e5e7eb;gap:.4rem;margin:0 0 1rem;padding:0;list-style:none;display:grid}.checklist li:before{content:"*";color:#a7f3d0;margin-right:.5rem}.feature-bullets ul{color:var(--color-muted);margin-bottom:1rem;padding-left:1.25rem;list-style:outside}.new-here__list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.sermons-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.sermon-card{gap:.9rem;padding:1.25rem;display:grid}.sermon-card-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.sermon-title{margin:0;font-size:1.1rem}.sermon-summary{color:var(--color-muted);margin-top:.25rem}.sermon-card-actions{justify-content:flex-start;display:flex}.sermon-filter{padding:1.25rem}.filter-label{color:var(--color-muted);margin-bottom:.35rem;font-weight:600;display:block}.filter-top-row{gap:var(--space-sm);margin-bottom:var(--space-sm);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;display:flex}.search-box{flex:1;min-width:220px}.chip-row{flex-wrap:nowrap;gap:.5rem;margin-bottom:.5rem;padding:.25rem 0;display:flex;overflow-x:auto}.chip{border-radius:var(--radius-pill);border:var(--border-subtle);background:var(--color-surface);color:var(--color-text);white-space:nowrap;align-items:center;gap:.35rem;padding:.4rem .75rem;display:inline-flex}.chip.muted{color:var(--color-muted)}.search-page__form{gap:var(--space-sm);margin-bottom:var(--space-lg);flex-wrap:wrap;align-items:center;display:flex}.search-page__form .input{flex:1;min-width:220px}.search-results{gap:var(--space-lg);display:grid}.search-results__group{gap:var(--space-sm);display:grid}.search-results__header{align-items:center;gap:var(--space-sm);display:flex}.search-results__header h2{font-size:var(--text-2xl);margin:0}.search-results__list{gap:.75rem;display:grid}.search-result{padding:var(--space-md);border-radius:var(--radius-lg);border:var(--border-subtle);background:var(--color-surface-strong);color:inherit;transition:border-color var(--transition-fast),box-shadow var(--transition-fast);gap:.35rem;display:grid}.search-result:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-soft)}.search-result__title{color:var(--color-text);font-weight:700}.search-result__meta{color:var(--color-muted);font-size:.85rem}.search-result__excerpt{color:var(--color-muted);margin:0}.search-results__empty{margin-top:var(--space-md)}.search-loading{border-radius:var(--radius-pill);border:var(--border-subtle);background:var(--color-surface-strong);align-items:center;gap:.65rem;padding:.75rem 1rem;display:inline-flex}.search-loading__text{color:var(--color-muted);font-weight:600}.sheet-overlay{z-index:var(--z-modal);background:#0006;place-items:end center;padding:1rem;display:grid;position:fixed;inset:0}.sheet{background:var(--color-surface-strong);border-radius:var(--radius-xl);border:var(--border-subtle);width:min(640px,100%);max-height:85vh;box-shadow:var(--shadow-elevated);grid-template-rows:auto 1fr auto;display:grid;overflow:hidden}.sheet-header,.sheet-footer{padding:var(--space-md);justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.sheet-body{padding:var(--space-md);gap:.75rem;display:grid;overflow-y:auto}.sheet-footer{border-top:var(--border-subtle)}.sermon-detail .sermon-body{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.sermon-body,.sermon-card-body{gap:var(--space-sm);display:grid}.attachments{gap:.5rem;display:grid}.audio-player{width:100%;margin:.6rem 0}.sermon-audio-controls{gap:var(--space-sm);flex-wrap:wrap;align-items:center;margin:.6rem 0;display:flex}.persistent-player{z-index:var(--z-sticky);--player-audio-level:0;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.persistent-player__bar{z-index:1;border-top:var(--border-subtle);box-shadow:var(--shadow-elevated);padding-bottom:env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(14px)saturate(1.2);backdrop-filter:blur(14px)saturate(1.2);background:#ffffffdb;position:relative;overflow:hidden}.persistent-player__bar:before{content:"";opacity:calc(.12 + var(--player-audio-level)*.35);transform:translateX(calc(var(--player-audio-level)*12px));pointer-events:none;background:radial-gradient(circle at 20% 30%,#1f4b7f40,#0000 55%),radial-gradient(circle at 85% 20%,#c47b3a38,#0000 60%),radial-gradient(circle at 40% 80%,#76a3d133,#0000 58%);animation:9s ease-in-out infinite alternate bar-sheen;position:absolute;inset:-80% -30% 0}.persistent-player__ambient{z-index:0;filter:blur(36px)saturate(1.2);opacity:calc(.28 + var(--player-audio-level)*.8);transform:scale(calc(1 + var(--player-audio-level)*.35));pointer-events:none;background-color:#0000;background-image:radial-gradient(circle at 12% 20%,#1f4b7fa6,#0000 48%),radial-gradient(circle at 78% 12%,#c47b3a99,#0000 50%),radial-gradient(circle at 55% 85%,#c87f688c,#0000 52%),radial-gradient(circle at 85% 70%,#76a3d159,#0000 55%);background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:220% 220%;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;animation:12s ease-in-out infinite alternate ambient-drift;position:absolute;inset:-30%}.persistent-player.is-expanded .persistent-player__ambient{inset:-20%}.persistent-player.is-expanded{background:radial-gradient(circle at top,#1b2234,#0f1119);flex-direction:column;display:flex;top:0;bottom:0}.persistent-player.is-expanded .persistent-player__bar{background:#fffffffa;order:2}.persistent-player.is-expanded .persistent-player__bar:before{opacity:.12}.persistent-player__inner{align-items:center;gap:var(--space-sm);z-index:1;flex-wrap:wrap;padding:.65rem 0;display:flex;position:relative}.persistent-player__button{border:var(--border-subtle);background:var(--color-accent);color:#fff;border-radius:var(--radius-pill);cursor:pointer;min-height:44px;transition:background var(--transition-fast);justify-content:center;align-items:center;gap:.35rem;padding:.55rem .9rem;font-weight:700;display:inline-flex}.persistent-player__button:hover{background:var(--color-accent-strong)}.persistent-player__icon{justify-content:center;align-items:center;width:1.1rem;height:1.1rem;display:inline-flex}.persistent-player__icon svg{width:100%;height:100%}.persistent-player__meta{flex:1;gap:.15rem;min-width:0;display:grid}.persistent-player__title{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.persistent-player__subtitle{font-size:var(--text-sm);color:var(--color-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.persistent-player__progress{align-items:center;gap:var(--space-xs);display:flex}.persistent-player__time{color:var(--color-subtle);font-variant-numeric:tabular-nums;text-align:center;width:3.1rem;font-size:.8rem}.persistent-player__captions{color:var(--color-muted);flex-basis:100%;margin-top:.35rem;font-size:.9rem}.persistent-player__range{flex:1;min-width:0}.persistent-player__speed{border:var(--border-subtle);background:var(--color-surface-strong);color:var(--color-text);border-radius:var(--radius-pill);cursor:pointer;min-height:44px;transition:background var(--transition-fast);justify-content:center;align-items:center;gap:.25rem;padding:.55rem .75rem;font-weight:800;display:inline-flex}.persistent-player__speed:hover{background:var(--color-surface-muted)}.persistent-player__cc,.persistent-player__expand,.persistent-player__next{border:var(--border-subtle);background:var(--color-surface-strong);color:var(--color-text);border-radius:var(--radius-pill);cursor:pointer;min-height:44px;transition:background var(--transition-fast),color var(--transition-fast);justify-content:center;align-items:center;gap:.25rem;padding:.55rem .75rem;font-weight:700;display:inline-flex}.persistent-player__cc:hover,.persistent-player__expand:hover,.persistent-player__next:hover{background:var(--color-surface-muted)}.persistent-player__cc[aria-pressed=true]{background:var(--color-accent);color:#fff;border-color:#0000}.persistent-player__cc:disabled{opacity:.5;cursor:not-allowed}.persistent-player__close{color:var(--color-muted);border-radius:var(--radius-pill);cursor:pointer;width:44px;height:44px;transition:background var(--transition-fast),color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;display:inline-flex}.persistent-player__close:hover{background:var(--color-surface-muted);color:var(--color-text)}.persistent-player__stage{padding:calc(var(--space-xl) + env(safe-area-inset-top))var(--space-md);color:#fff;text-align:center;z-index:1;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.persistent-player__stage-inner{gap:var(--space-md);max-width:min(960px,100%);margin:0 auto;display:grid}.persistent-player__stage-top{gap:var(--space-lg);grid-template-columns:minmax(0,260px) minmax(0,1fr);align-items:center;display:grid}.persistent-player__artwork{aspect-ratio:1;border-radius:var(--radius-xl);background:#ffffff1a;width:100%;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 24px 50px #0000004d}.persistent-player__artwork-img{object-fit:cover;width:100%;height:100%}.persistent-player__artwork-placeholder{color:#ffffffd9;letter-spacing:.18em;text-transform:uppercase;background:linear-gradient(140deg,#1f4b7f80,#0f172ae6);place-items:center;width:100%;height:100%;font-weight:800;display:grid}.persistent-player__artwork-placeholder span{font-size:.95rem}.persistent-player__stage-meta{justify-items:center;gap:.35rem;display:grid}.persistent-player__stage-title{color:#fff;text-shadow:0 18px 32px #00000073;margin:0;font-size:clamp(2rem,4vw,3.2rem)}.persistent-player__stage-subtitle{color:#ffffffb8;margin:0}.persistent-player__stage .muted,.persistent-player__stage .eyebrow{color:#ffffffb8}.persistent-player__stage-hint{color:#ffffffb3;margin:0}.persistent-player__stage-captions{margin-top:var(--space-lg);border-radius:var(--radius-lg);color:#fff;background:#ffffff29;border:1px solid #ffffff38;padding:1.25rem 1.5rem;font-size:clamp(1.2rem,2.4vw,1.8rem);font-weight:600;line-height:1.7;box-shadow:0 20px 40px #00000040}.persistent-player__stage-controls{margin-top:var(--space-lg);gap:var(--space-md);display:grid}.persistent-player__stage-progress{gap:.35rem;display:grid}.persistent-player__range--stage{height:6px}.persistent-player__stage-times{color:#ffffffad;justify-content:space-between;font-size:.85rem;display:flex}.persistent-player__stage-buttons{justify-content:center;align-items:center;gap:var(--space-md);display:flex}.persistent-player__stage-button{color:#fff;cursor:pointer;width:54px;height:54px;transition:transform var(--transition-fast),background var(--transition-fast);background:#ffffff14;border:1px solid #ffffff40;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;display:inline-flex}.persistent-player__stage-button:hover{background:#ffffff29;transform:translateY(-1px)}.persistent-player__stage-button-label{letter-spacing:.05em;font-size:.7rem}.persistent-player__stage-play{background:var(--color-accent);color:#fff;cursor:pointer;width:68px;height:68px;transition:transform var(--transition-fast),background var(--transition-fast);border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 18px 40px #1f4b7f66}.persistent-player__stage-play .persistent-player__icon{width:1.6rem;height:1.6rem}.persistent-player__stage-play:hover{background:var(--color-accent-strong);transform:translateY(-1px)}.persistent-player__stage-accessories{justify-content:center;align-items:center;gap:var(--space-sm);display:flex}.persistent-player__stage-pill{color:#fff;border-radius:var(--radius-pill);cursor:pointer;transition:background var(--transition-fast),transform var(--transition-fast);background:#ffffff1a;border:1px solid #ffffff4d;padding:.4rem .85rem;font-weight:700}.persistent-player__stage-pill:hover{background:#fff3;transform:translateY(-1px)}.persistent-player__stage-pill.is-active{background:var(--color-accent);border-color:#0000}@keyframes ambient-drift{0%{background-position:0 30%}50%{background-position:50% 60%}to{background-position:100% 40%}}@keyframes bar-sheen{0%{transform:translate(-6%)}to{transform:translate(6%)}}@media (max-width:720px){.persistent-player__stage-top{grid-template-columns:1fr}.persistent-player__artwork{width:min(240px,70vw)}}@media (max-width:640px){.persistent-player__inner{grid-template-columns:auto minmax(0,1fr) auto auto auto auto auto;align-items:center;gap:.35rem .4rem;display:grid}.persistent-player__button{grid-column:1/2}.persistent-player__meta{grid-column:2/3;min-width:0}.persistent-player__cc{grid-column:3/4}.persistent-player__speed{grid-column:4/5}.persistent-player__next{grid-column:5/6}.persistent-player__expand{grid-column:6/7}.persistent-player__close{grid-column:7/8;width:38px;height:38px}.persistent-player__subtitle,.persistent-player__progress{display:none}.persistent-player__captions{grid-column:1/-1;margin-top:.1rem;font-size:.85rem}.persistent-player__label{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.persistent-player__button,.persistent-player__cc,.persistent-player__speed,.persistent-player__next,.persistent-player__expand,.persistent-player__close{min-width:36px;min-height:36px;padding:.35rem .55rem;font-size:.8rem}.persistent-player__icon{width:1rem;height:1rem}.persistent-player__title{font-size:.95rem}}@media (prefers-reduced-motion:reduce){.persistent-player__ambient{animation:none}}.share{align-items:center;gap:.6rem;display:flex}.key-points li{padding:.3rem 0}.transcript{gap:var(--space-sm);display:grid}.transcript--locked{-webkit-user-select:none;user-select:none}.transcript__body{white-space:pre-wrap;color:var(--color-muted);line-height:1.65}.portable-text h2,.portable-text h3,.portable-text h4{margin:1.25rem 0 .4rem}.portable-text p{margin:0 0 1rem}.portable-text ul{margin:0 0 1rem 1.2rem}.portable-image{border-radius:var(--radius-md);margin:1rem 0;overflow:hidden}.events-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.event-card{grid-template-columns:auto 1fr;align-items:start;gap:.9rem;display:grid}.event-date{border-radius:var(--radius-md);background:var(--color-accent-soft);width:56px;height:56px;color:var(--color-accent-strong);place-items:center;font-weight:800;display:grid}.announcements-grid{gap:var(--space-md);grid-template-columns:1fr}.announcement-card{flex-direction:column;height:100%;padding:0;display:flex;overflow:hidden}.announcement-card__media{aspect-ratio:1;background:var(--color-surface-muted);border-bottom:var(--border-subtle);position:relative}.announcement-card__media img{object-fit:cover}.announcement-card__placeholder{background:linear-gradient(140deg,var(--color-accent-soft),var(--color-surface-muted));width:100%;height:100%}.announcement-card__content{padding:var(--space-md);gap:.5rem;display:grid}.announcement-card__title{font-size:var(--text-2xl);line-height:var(--line-height-snug);margin:0}.announcement-card__summary{margin:0}.announcement-card__actions{margin-top:var(--space-xs);gap:var(--space-sm);flex-wrap:wrap;display:flex}.announcement-detail__media{border-radius:var(--radius-lg);border:var(--border-subtle);background:var(--color-surface-muted);margin-bottom:var(--space-lg);overflow:hidden}.announcement-detail__actions{gap:var(--space-sm);margin-top:var(--space-sm);flex-wrap:wrap;justify-content:flex-start;align-items:center;display:flex}@media (min-width:640px){.announcements-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:960px){.announcements-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.link-card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.media-placeholder{background:linear-gradient(135deg,var(--color-accent),var(--color-text));border-radius:var(--radius-md);min-height:180px}.quick-actions-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.quick-action{text-align:center;font-weight:700}.message-bar{background:var(--color-text);color:#fff;border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1.1rem;display:flex}.message-bar .button{color:var(--color-accent);background:#fff}.message-bar-text{margin:0}.cta-band{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.cta-band-actions{flex-wrap:wrap;gap:.75rem;display:flex}.happening-track{scroll-snap-type:x mandatory;grid-auto-columns:minmax(200px,1fr);grid-auto-flow:column;gap:1rem;padding:.25rem;display:grid;overflow-x:auto}.happening-card{scroll-snap-align:start;background:var(--color-surface-strong);border:var(--border-subtle);border-radius:var(--radius-md);gap:.5rem;min-width:220px;padding:1rem;display:grid}.happening-media{aspect-ratio:9/16;border-radius:var(--radius-md);background:var(--color-accent-soft);width:100%;position:relative;overflow:hidden}.drawer__footer .drawer__meta{color:var(--color-text)}.video-section__helper{color:var(--color-muted);margin-top:-.35rem}.video-carousel{position:relative}.video-carousel__track{gap:var(--space-md);scroll-snap-type:x mandatory;grid-auto-columns:minmax(240px,85%);grid-auto-flow:column;padding:.25rem;display:grid;overflow-x:auto}.video-card{scroll-snap-align:start;background:var(--color-surface-strong);border:var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);gap:var(--space-sm);padding:var(--space-sm);min-width:240px;display:grid}.video-card__media{aspect-ratio:9/16;border-radius:var(--radius-md);background:var(--color-surface-muted);cursor:pointer;border:none;width:100%;padding:0;position:relative;overflow:hidden}.video-card__meta{gap:.2rem;display:grid}.video-card__tag{color:var(--color-accent-strong);font-size:.85rem;font-weight:700}.video-card__play{color:#fff;pointer-events:none;background:linear-gradient(#0000,#00000059);place-items:center;font-size:1.8rem;display:grid;position:absolute;inset:0}.video-card__media iframe{width:100%;height:100%}.modal{z-index:var(--z-overlay);display:none;position:fixed;inset:0}.modal--open{place-items:center;display:grid}.modal__overlay{background:#000000a6;position:absolute;inset:0}.modal__content{background:var(--color-surface-strong);border-radius:var(--radius-lg);padding:var(--space-lg);width:min(900px,92vw);box-shadow:var(--shadow-elevated);gap:var(--space-sm);z-index:var(--z-modal);display:grid;position:relative}.modal__close{top:var(--space-sm);right:var(--space-sm);cursor:pointer;background:0 0;border:none;font-size:1.25rem;position:absolute}.modal__frame{aspect-ratio:16/9;border-radius:var(--radius-md);background:var(--color-surface-muted);width:100%;position:relative;overflow:hidden}.modal__frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.floating-notice{right:calc(var(--space-md) + env(safe-area-inset-right));bottom:calc(var(--space-md) + var(--persistent-player-height) + env(safe-area-inset-bottom));z-index:var(--z-modal);position:fixed}.floating-notice__button{background:var(--color-surface-strong);width:56px;height:56px;color:var(--color-accent-strong);cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast);border:1px solid #1f4b7f40;border-radius:999px;place-items:center;display:grid;position:relative;box-shadow:0 16px 32px #0f172a33}.floating-notice__button:after{content:"";opacity:0;border:1px solid #1f4b7f59;border-radius:999px;animation:2.6s ease-out infinite floating-notice-pulse;position:absolute;inset:-6px}.floating-notice__button:hover{transform:translateY(-1px);box-shadow:0 20px 40px #0f172a3d}.floating-notice__icon{object-fit:contain;width:28px;height:28px}.floating-notice__glyph{font-size:1.4rem;font-weight:800}.floating-notice__content{width:min(520px,92vw)}.floating-notice__message p{color:var(--color-muted);margin:0 0 .75rem}.floating-notice__message p:last-child{margin-bottom:0}.floating-notice__actions{gap:var(--space-sm);margin-top:var(--space-sm);flex-wrap:wrap;display:flex}@keyframes floating-notice-pulse{0%{opacity:0;transform:scale(.92)}30%{opacity:.35}to{opacity:0;transform:scale(1.22)}}.ministry-marquee{background:var(--color-accent-soft);border:var(--border-subtle);border-radius:var(--radius-pill);margin-bottom:var(--space-lg);overflow:hidden}.ministry-marquee__track{width:max-content;animation:18s linear infinite ministry-marquee-scroll;display:flex}.ministry-marquee__item{white-space:nowrap;color:var(--color-text);align-items:center;gap:.65rem;padding:.55rem 2rem;font-weight:600;display:inline-flex}.ministry-marquee__separator{color:var(--color-muted)}.ministry-marquee__cta a{color:var(--color-accent-strong);font-weight:700;text-decoration:none}.ministry-marquee__cta a:hover{text-decoration:underline}@keyframes ministry-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel-controls{top:50%;right:var(--space-sm);gap:.35rem;display:flex;position:absolute;transform:translateY(-50%)}.carousel-button{border:var(--border-subtle);background:var(--color-surface-strong);border-radius:var(--radius-pill);cursor:pointer;place-items:center;width:38px;height:38px;display:grid}.filter-chips{margin-bottom:var(--space-sm);flex-wrap:wrap;gap:.5rem;display:flex}.filter-chip{border-radius:var(--radius-pill);border:var(--border-subtle);background:var(--color-surface);cursor:pointer;align-items:center;gap:.35rem;min-height:38px;padding:.5rem .8rem;display:inline-flex}.filter-chip.is-active{background:var(--color-accent-soft);color:var(--color-accent-strong);border-color:#0000;font-weight:700}.sunday-hub__card{background:var(--color-surface-strong);border:var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-elevated);gap:var(--space-lg);padding:clamp(1.5rem,3vw,2rem);display:grid}.sunday-hub__intro{gap:.35rem;display:grid}.sunday-hub__services{gap:var(--space-md);display:grid}.sunday-hub__service{background:var(--color-surface);border:var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-md);gap:var(--space-sm);display:grid}.sunday-hub__service.is-primary{background:linear-gradient(140deg,#1f4b7f1f,#fffffff2);border-color:#1f4b7f3d}.sunday-hub__service-header{justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.sunday-hub__service-title{margin:0}.sunday-hub__service-time{color:var(--color-text);margin:0;font-weight:600}.sunday-hub__service-actions{gap:var(--space-sm);flex-wrap:wrap;display:flex}.sunday-hub__secondary{gap:var(--space-md);display:grid}.sunday-hub__toggle{justify-content:space-between;align-items:center;gap:var(--space-sm);text-align:left;border-radius:var(--radius-md);border:var(--border-subtle);background:var(--color-surface);cursor:pointer;width:100%;min-height:44px;padding:.75rem .9rem;font-weight:700;display:flex}.sunday-hub__toggle:hover{background:var(--color-surface-muted)}.sunday-hub__toggle-chevron{transition:transform var(--transition-fast)}.sunday-hub__toggle-chevron.is-open{transform:rotate(90deg)}.badge.live{color:var(--color-danger);text-transform:uppercase;letter-spacing:.08em;background:#b1182b24;border-color:#b1182b47}@media (max-width:768px){.sunday-hub__card{padding:var(--space-lg)}}.coming-up-next{color:#fff;background:radial-gradient(circle at 0 0,#1f4b7f59,#0f172af2 55%),linear-gradient(160deg,#0b1220,#141a2a 45%,#0f172a)}.coming-up-next .muted{color:#c7cedc}.coming-up-next .eyebrow{color:#ffffffb3}.coming-up-next__preview{border-radius:var(--radius-xl);padding:var(--space-md);gap:var(--space-md);margin-bottom:var(--space-lg);background:#ffffff14;border:1px solid #fff3;display:grid}.coming-up-next__preview-media{aspect-ratio:4/3;border-radius:var(--radius-lg);border:1px solid #ffffff2e;position:relative;overflow:hidden}.coming-up-next__preview-body{gap:.35rem;display:grid}.coming-up-next__preview-actions{gap:var(--space-sm);flex-wrap:wrap;align-items:center;display:flex}.coming-up-next__grid{gap:var(--space-lg);margin-top:var(--space-lg);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.coming-up-next__card{border-radius:var(--radius-lg);gap:var(--space-sm);background:#ffffff14;border:1px solid #ffffff29;display:grid;overflow:hidden}.coming-up-next__media{aspect-ratio:1;background:#080d1980;border-bottom:1px solid #ffffff2e;position:relative;overflow:hidden}.coming-up-next__media-placeholder{background:linear-gradient(140deg,#1f4b7f66,#ffffff14);width:100%;height:100%}.coming-up-next__card-body{padding:var(--space-sm);gap:.4rem;display:grid}.coming-up-next__card-actions{gap:var(--space-xs);flex-wrap:wrap;margin-top:.35rem;display:flex}.coming-up-next__date{font-size:var(--text-sm);color:#ffffffb8;font-weight:700}.coming-up-next__info{gap:.4rem;margin:0;display:grid}.coming-up-next__info-summary{border-radius:var(--radius-pill);color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff47;justify-content:center;align-items:center;gap:.35rem;width:fit-content;min-height:32px;padding:.3rem .65rem;font-weight:700;list-style:none;display:inline-flex}.coming-up-next__info-summary::-webkit-details-marker{display:none}.coming-up-next__info-summary::marker{content:""}.coming-up-next__info-summary:hover{background:#fff3}.coming-up-next__footer{margin-top:var(--space-lg);justify-content:center;display:flex}.coming-up-next .button,.coming-up-next .button.secondary{color:#fff;background:#ffffff1f;border-color:#ffffff47}.coming-up-next .button:hover,.coming-up-next .button.secondary:hover{background:#fff3}@media (min-width:900px){.coming-up-next__preview{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr) auto;align-items:center}}@media (max-width:1024px){.coming-up-next__grid{grid-template-columns:1fr}}.this-week{background:var(--color-surface-strong);border:var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:var(--space-lg);gap:var(--space-md);display:grid}.this-week__grid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.this-week__item{padding:var(--space-sm);border-radius:var(--radius-md);border:var(--border-subtle);background:var(--color-surface);gap:.25rem;min-height:120px;display:grid}.footer{border-top:var(--border-subtle);background:var(--color-surface);margin-top:4rem}.footer-inner{gap:2rem;padding:2.5rem 0 1.5rem;display:grid}.footer-columns{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.footer-heading{color:var(--color-text);margin-bottom:.5rem;font-weight:700}.footer-links{gap:.4rem;display:grid}.footer-links--row{flex-wrap:wrap;gap:.75rem;display:flex}.footer-meta{color:var(--color-muted);border-top:var(--border-subtle);flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1rem;font-size:.95rem;display:flex}.footer-meta__left{align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.footer-audio-button{border:var(--border-subtle);background:var(--color-surface-strong);color:var(--color-text);border-radius:var(--radius-pill);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast);align-items:center;gap:.45rem;padding:.45rem .85rem;font-weight:700;display:inline-flex}.footer-audio-button:hover{background:var(--color-accent-soft);color:var(--color-accent-strong);border-color:#0000}.footer-audio-button__icon{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}@media (max-width:900px){.nav{display:none}.header-actions{border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc7;border:1px solid #c3b29fd9;padding:.25rem;box-shadow:0 10px 26px #1118270f}.header-action,.hamburger{background:0 0;border-color:#0000}.header-action:hover,.hamburger:hover{background:#1f4b7f1f;border-color:#1f4b7f33;transform:none}}@media (max-width:540px){.header-action .label,.hamburger .label{display:none}.header-action,.hamburger{justify-content:center;min-width:44px;min-height:44px;padding:.55rem}}@media (max-width:768px){.section-header{flex-direction:column}.feature-row--reverse{direction:ltr}.hero-banner{padding:3.5rem 0}.header-inner{padding:var(--space-sm)0}.brand{gap:.65rem}.brand-mark{width:40px;height:40px}.brand-title{font-size:.98rem;line-height:1.15}.brand-tagline{font-size:.85rem}}@media (max-width:420px){.brand-tagline{display:none}}.start-here{padding-bottom:var(--space-3xl)}.start-here-sticky{z-index:var(--z-sticky);border-bottom:var(--border-subtle);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f4ede3eb;position:sticky}.start-here-sticky__inner{padding:var(--space-sm)0 var(--space-xs);gap:var(--space-sm);display:grid}.start-here-progress__bar{border-radius:var(--radius-pill);background:var(--color-border);width:100%;height:6px;overflow:hidden}.start-here-progress__fill{border-radius:var(--radius-pill);background:linear-gradient(90deg,var(--color-accent),var(--color-accent-strong));height:100%;transition:width var(--transition-slow)var(--transition-bounce)}.start-here-progress__meta{justify-content:space-between;gap:var(--space-md);font-size:var(--text-sm);display:flex}.start-here-progress__message{font-size:var(--text-sm);color:var(--color-text);font-weight:700}.start-here-nav{padding:.1rem 0 var(--space-xs);gap:.35rem;margin:0;display:flex;overflow-x:auto}.start-here-nav__item{border:var(--border-subtle);background:var(--color-surface-strong);border-radius:var(--radius-pill);color:var(--color-muted);cursor:pointer;white-space:nowrap;min-height:44px;padding:.4rem .75rem;font-weight:600}.start-here-nav__item.active{background:var(--color-accent-soft);color:var(--color-accent-strong);border-color:#0000;font-weight:700}.start-here-section{min-height:100svh;padding:var(--space-3xl)0;align-items:center;display:flex}.start-here-section--surface{background:var(--color-surface-subtle);border-top:var(--border-subtle);border-bottom:var(--border-subtle)}.start-here-section__inner{gap:var(--space-lg);align-items:start;min-width:0;display:grid}.start-here-section__inner>*{min-width:0}.start-here-section__inner--two{grid-template-columns:1fr}.start-here-facts{gap:var(--space-sm);margin:var(--space-md)0;grid-template-columns:1fr;display:grid}.start-here-fact__label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent-strong);margin-bottom:.35rem;font-size:.8rem;font-weight:700}.start-here-fact__value{color:var(--color-text);font-weight:700}.start-here-fact__sub{font-size:var(--text-sm);margin-top:.25rem}.start-here-note{margin-top:var(--space-sm)}.start-here-actions{gap:var(--space-sm);margin-top:var(--space-md);flex-wrap:wrap;align-items:center;display:flex}.start-here-step{font-size:var(--text-sm);margin-top:.75rem;margin-bottom:0}.start-here-aside{align-self:start}.start-here-video__placeholder{border:var(--border-subtle);border-radius:var(--radius-lg);justify-content:center;align-items:center;gap:var(--space-md);min-height:220px;padding:var(--space-lg);text-align:left;background:linear-gradient(135deg,#1f4b7f24,#f4ede3b3);display:flex}.start-here-video__icon{border-radius:var(--radius-pill);background:var(--color-surface-strong);border:var(--border-subtle);width:48px;height:48px;color:var(--color-accent-strong);place-items:center;font-weight:900;display:grid}.start-here-video__title{color:var(--color-text);margin-bottom:.2rem;font-weight:800}.start-here-video__cta{margin-top:var(--space-md);width:100%}.start-here-carousel{min-width:0;max-width:100%;position:relative}.start-here-carousel__controls{justify-content:flex-end;gap:.35rem;margin-bottom:.35rem;display:none}.start-here-carousel .carousel-button{width:44px;height:44px}.start-here-carousel__track{gap:var(--space-md);scroll-snap-type:x mandatory;padding:var(--space-xs)0 var(--space-sm);-webkit-overflow-scrolling:touch;grid-auto-columns:min(320px,85%);grid-auto-flow:column;max-width:100%;display:grid;overflow-x:auto}.start-here-carousel__track>*{scroll-snap-align:start}.start-here-carousel-card{min-height:190px}.start-here-carousel-card p,.start-here-profile p,.start-here-link-card p,.start-here-distinctive p{font-size:var(--text-sm);line-height:var(--line-height-normal)}.start-here-link-card{color:inherit;align-content:start;gap:.35rem;display:grid}.start-here-link-card:hover{border-color:var(--color-border-strong)}.start-here-link-card__action{margin-top:auto}.start-here-profile{min-height:260px}.start-here-profile__avatar{background:linear-gradient(135deg,var(--color-accent),var(--color-highlight));width:56px;height:56px;margin-bottom:var(--space-sm);border-radius:50%;box-shadow:0 14px 30px #1f4b7f29}.start-here-profile__name{color:var(--color-text);margin-bottom:.15rem;font-weight:800}.start-here-profile__role{margin-bottom:.65rem}.start-here-distinctives{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.start-here-next{flex-direction:column;gap:.5rem;display:flex}.start-here-form__grid{gap:var(--space-md);margin-bottom:var(--space-md);grid-template-columns:1fr;display:grid}.start-here-form__fieldset{margin:0 0 var(--space-md);border:0;padding:0}.start-here-form__radios{gap:var(--space-md);flex-wrap:wrap;display:flex}.start-here-radio{align-items:center;gap:.5rem;min-height:44px;display:inline-flex}.start-here-form__hint{font-size:var(--text-sm);margin-top:.5rem;margin-bottom:0}.start-here-form__error{color:var(--color-danger);font-size:var(--text-sm);margin-top:.35rem;font-weight:600}.start-here-form__actions{gap:var(--space-sm);margin-top:var(--space-lg);flex-wrap:wrap;display:flex}.ministry-hero{gap:var(--space-xl);align-items:start;display:grid}.ministry-hero__content{gap:var(--space-sm);display:grid}.ministry-hero__title{margin-bottom:0}.ministry-hero__summary{max-width:65ch}.ministry-hero__actions{gap:var(--space-sm);margin-top:var(--space-sm);flex-wrap:wrap;align-items:center;display:flex}.ministry-hero__facts{gap:var(--space-sm);margin-top:var(--space-md);grid-template-columns:1fr;display:grid}.ministry-fact__label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent-strong);margin-bottom:.35rem;font-size:.8rem;font-weight:700}.ministry-fact__value{color:var(--color-text);font-weight:800}.ministry-hero__media{border-radius:var(--radius-lg);border:var(--border-subtle);background:var(--color-surface-muted);overflow:hidden}.ministry-sections{gap:var(--space-2xl);margin-top:var(--space-2xl);display:grid}.ministry-section h2{margin-top:0}.ministry-grid{grid-template-columns:1fr}.ministry-card__top,.ministry-update__top{justify-content:space-between;align-items:center;gap:var(--space-sm);margin-bottom:.65rem;display:flex}.ministry-gallery{gap:var(--space-sm);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.ministry-gallery__item{border-radius:var(--radius-md);border:var(--border-subtle);background:var(--color-surface-muted);overflow:hidden}.ministry-download{color:inherit}.ministry-embed-sheet__body{padding-top:0}.ministry-embed-frame{border-radius:var(--radius-md);background:var(--color-surface-muted);border:var(--border-subtle);width:100%;height:min(70vh,720px);overflow:hidden}.ministry-embed-frame iframe{border:0;width:100%;height:100%}.ministry-footer-actions{gap:var(--space-sm);margin-top:var(--space-2xl);flex-wrap:wrap;justify-content:flex-start;align-items:center;display:flex}@media (min-width:720px){.ministry-hero{grid-template-columns:1.15fr .85fr;align-items:center}.ministry-hero__facts,.ministry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ministry-gallery{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:640px){.start-here-facts,.start-here-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.start-here-section__inner--two{grid-template-columns:1.1fr .9fr;align-items:start}.start-here-carousel__controls{display:flex}.start-here-carousel__track{grid-auto-columns:calc((100% - 2*var(--space-md))/3)}}@media (max-width:768px){.start-here-section{padding:var(--space-2xl)0;align-items:stretch}.start-here-sticky__inner{padding:var(--space-xs)0}}@media (min-width:900px){.video-carousel__track{grid-auto-columns:calc((100% - 2*var(--space-md))/3)}}@media (min-width:640px) and (max-width:899px){.video-carousel__track{grid-auto-columns:calc((100% - var(--space-md))/2)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-slide,.button,.carousel-button,.hamburger,.header-action{transition:none}.floating-notice__button:after,.ministry-marquee__track{animation:none}}
