:root{--navy: #1a2744;--navy-deep: #111b32;--navy-soft: #2a3a5e;--gold: #c9a24b;--gold-bright: #dcb968;--cream: #faf6ee;--cream-deep: #f2ebdd;--ink: #23262d;--ink-soft: #4a4f5a;--white: #ffffff;--line: #e4dcc9;--font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-hebrew: "Frank Ruhl Libre", "Times New Roman", serif;--maxw: 1080px;--radius: 10px;--shadow: 0 6px 24px rgba(17, 27, 50, .08);--shadow-lg: 0 14px 40px rgba(17, 27, 50, .16)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);color:var(--ink);background:var(--cream);line-height:1.6;font-size:17px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--navy);line-height:1.15;font-weight:600;margin:0 0 .5em}h1{font-size:clamp(2rem,6vw,3.4rem)}h2{font-size:clamp(1.6rem,4vw,2.3rem)}h3{font-size:clamp(1.25rem,3vw,1.6rem)}a{color:var(--navy);text-decoration-color:var(--gold);text-underline-offset:3px}a:hover{color:var(--navy-soft)}p{margin:0 0 1em}.hebrew,[lang=he]{font-family:var(--font-hebrew);direction:rtl;unicode-bidi:isolate;font-weight:500}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:20px}.section{padding-block:clamp(2.5rem,7vw,5rem)}.section--cream{background:var(--cream)}.section--deep{background:var(--cream-deep)}.section--navy{background:var(--navy);color:var(--cream)}.section--navy h1,.section--navy h2,.section--navy h3{color:var(--white)}.eyebrow{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:600;color:var(--gold);margin-bottom:.75rem}.btn{display:inline-block;font-family:var(--font-sans);font-weight:600;font-size:.98rem;letter-spacing:.02em;padding:.8rem 1.6rem;border-radius:var(--radius);border:1.5px solid transparent;cursor:pointer;text-decoration:none;transition:transform .12s ease,background .2s ease,color .2s ease}.btn:hover{transform:translateY(-1px)}.btn--gold{background:var(--gold);color:var(--navy-deep)}.btn--gold:hover{background:var(--gold-bright);color:var(--navy-deep)}.btn--outline{background:transparent;border-color:var(--gold);color:var(--navy)}.section--navy .btn--outline{color:var(--cream)}.btn--outline:hover{background:var(--gold);color:var(--navy-deep)}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.table-wrap{overflow-x:auto;border-radius:var(--radius);box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;background:var(--white);font-size:.98rem}th,td{text-align:start;padding:.85rem 1rem;border-bottom:1px solid var(--line)}thead th{background:var(--navy);color:var(--cream);font-family:var(--font-sans);font-weight:600;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}tbody tr:nth-child(2n){background:var(--cream)}tbody tr.is-shabbat{background:#fbf3dc}tbody tr.is-shabbat td:first-child{font-weight:700;color:var(--navy)}.grid{display:grid;gap:1.25rem}@media (min-width: 620px){.grid--2{grid-template-columns:repeat(2,1fr)}}@media (min-width: 820px){.grid--3{grid-template-columns:repeat(3,1fr)}}.text-center{text-align:center}.muted{color:var(--ink-soft)}.stack>*+*{margin-top:1rem}.loading{color:var(--ink-soft);font-style:italic}.error-note{color:#8a2d2d;background:#fbeaea;border:1px solid #e6c3c3;border-radius:var(--radius);padding:.75rem 1rem;font-size:.95rem}.rabbi-monogram{width:240px;height:240px;display:flex;align-items:center;justify-content:center;background:var(--navy);color:var(--gold);font-family:Georgia,serif;font-size:64px;font-weight:700;letter-spacing:2px;border-radius:inherit}.rabbi-monogram--sm{width:100%;height:100%;min-width:64px;min-height:64px;font-size:22px;letter-spacing:1px}.topbar[data-astro-cid-5hce7sga]{background:var(--navy-deep);color:var(--cream);font-size:.82rem;letter-spacing:.02em}.topbar__inner[data-astro-cid-5hce7sga]{display:flex;align-items:center;justify-content:center;gap:.6rem;padding-block:.5rem;flex-wrap:wrap;min-height:2.1rem;transition:opacity .3s ease}.topbar__inner[data-astro-cid-5hce7sga].is-error{opacity:.5}.topbar__label[data-astro-cid-5hce7sga]{color:var(--gold);font-weight:600;margin-inline-end:.35rem}.topbar__value[data-astro-cid-5hce7sga]{font-weight:500}.topbar__he[data-astro-cid-5hce7sga]{margin-inline-start:.4rem;color:var(--gold-bright);font-size:.95rem}.topbar__sep[data-astro-cid-5hce7sga]{color:var(--gold);opacity:.6}.masthead[data-astro-cid-5hce7sga]{background:var(--navy);color:var(--cream);position:sticky;top:0;z-index:50;box-shadow:0 2px 12px #0000002e}.masthead__inner[data-astro-cid-5hce7sga]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.7rem}.brand[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:.7rem;text-decoration:none;color:var(--cream)}.brand__mark[data-astro-cid-5hce7sga]{display:grid;place-items:center;flex:none;line-height:0}.brand__mark[data-astro-cid-5hce7sga] img[data-astro-cid-5hce7sga]{display:block;height:auto}.brand__text[data-astro-cid-5hce7sga]{display:flex;flex-direction:column;line-height:1.1}.brand__name[data-astro-cid-5hce7sga]{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--white)}.brand__tag[data-astro-cid-5hce7sga]{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-bright)}.nav[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:.35rem}.nav__link[data-astro-cid-5hce7sga]{color:var(--cream);text-decoration:none;font-size:.95rem;font-weight:500;padding:.5rem .8rem;border-radius:8px;transition:background .15s ease,color .15s ease}.nav__link[data-astro-cid-5hce7sga]:hover{background:var(--navy-soft);color:var(--white)}.nav__link[data-astro-cid-5hce7sga].is-active{color:var(--gold-bright)}.nav__link--cta[data-astro-cid-5hce7sga]{background:var(--gold);color:var(--navy-deep);font-weight:600}.nav__link--cta[data-astro-cid-5hce7sga]:hover{background:var(--gold-bright);color:var(--navy-deep)}.nav-toggle[data-astro-cid-5hce7sga]{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.4rem}.nav-toggle[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]{width:24px;height:2px;background:var(--cream);border-radius:2px}@media (max-width: 920px){.nav-toggle[data-astro-cid-5hce7sga]{display:flex}.nav[data-astro-cid-5hce7sga]{position:absolute;top:100%;inset-inline:0;flex-direction:column;align-items:stretch;background:var(--navy);padding:.5rem 1rem 1rem;gap:.15rem;box-shadow:var(--shadow-lg);display:none}.nav[data-astro-cid-5hce7sga].is-open{display:flex}.nav__link[data-astro-cid-5hce7sga]{padding:.75rem .8rem}.nav__link--cta[data-astro-cid-5hce7sga]{text-align:center;margin-top:.4rem}}.footer[data-astro-cid-5hce7sga]{background:var(--navy);color:var(--cream);margin-top:auto}.footer__inner[data-astro-cid-5hce7sga]{display:grid;gap:1.75rem;padding-block:3rem 2rem;grid-template-columns:1fr}@media (min-width: 640px){.footer__inner[data-astro-cid-5hce7sga]{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.footer__inner[data-astro-cid-5hce7sga]{grid-template-columns:1.4fr 1fr 1fr 1fr}}.footer[data-astro-cid-5hce7sga] .muted[data-astro-cid-5hce7sga]{color:#b9c1d4}.footer[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--gold-bright)}.footer__name[data-astro-cid-5hce7sga]{font-family:var(--font-serif);font-size:1.3rem;color:var(--white);margin-bottom:.25rem}.footer__heading[data-astro-cid-5hce7sga]{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-weight:600;margin-bottom:.5rem}.footer__base[data-astro-cid-5hce7sga]{border-top:1px solid var(--navy-soft);padding-block:1rem;font-size:.85rem}.footer__base[data-astro-cid-5hce7sga] .muted[data-astro-cid-5hce7sga]{color:#94a0ba;margin:0}body{display:flex;flex-direction:column;min-height:100vh}main[data-astro-cid-5hce7sga]{flex:1}
