:root{--red:#a51f2d;--red-dark:#a51f2d;--red-soft:#c94752;--beige:#e6c9ab;--beige-light:#fff8ec;--beige-deep:#dfc9a8;--ink:#2e1f1b;--muted:#6f5b53;--white:#fff;--shadow:0 18px 45px #3d191424;--floating-menu:16rem;--site-scale:1.2}*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:calc(100% * var(--site-scale));scroll-padding-top:5rem}body{background:var(--beige);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit}a:focus-visible,button:focus-visible{outline:3px solid var(--red-dark);outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.08}.sidebar{z-index:20;width:var(--floating-menu);max-height:calc(100vh - 3rem);box-shadow:var(--shadow);background:#fff8ecf5;border:1px solid #7d172238;border-radius:1.5rem;flex-direction:column;gap:1.5rem;padding:1.25rem;display:flex;position:fixed;top:50%;left:1.5rem;overflow:auto;transform:translateY(-50%)}.brand,.mobileBrand{color:var(--red-dark);letter-spacing:-.04em;align-items:center;gap:.7rem;font-weight:800;text-decoration:none;display:inline-flex}.brandMark,.mobileBrand span{background:var(--red);width:2.35rem;height:2.35rem;color:var(--beige-light);border-radius:999px;place-items:center;display:inline-grid}.sideLinks{gap:.45rem;display:grid}.sideLinks a,.mobileLinks a{color:var(--ink);border-radius:999px;font-weight:700;text-decoration:none}.sideLinks a{padding:.75rem .9rem}.sideLinks a:hover,.mobileLinks a:hover{background:var(--beige);color:var(--red-dark)}.sidebarCta{border:2px solid var(--red);color:var(--red-dark);text-align:center;border-radius:999px;margin-top:auto;padding:.8rem 1rem;font-weight:800;text-decoration:none}.mobileNav{display:none}.pageShell{margin-left:0}.hero{background:var(--red);min-height:100vh;color:var(--beige-light);padding:clamp(5rem,9vw,9rem) clamp(1.5rem,8vw,7rem);padding-left:max(clamp(1.5rem, 8vw, 7rem), calc(var(--floating-menu) + 4rem));align-content:center;justify-items:center;display:grid}.hero>*{width:min(100%,980px)}.heroKicker,.eyebrow,.role{color:var(--red-dark);letter-spacing:.12em;text-transform:uppercase;font-size:.85rem;font-weight:900}.heroKicker{color:var(--beige)}.hero h1{letter-spacing:-.08em;max-width:11ch;font-size:clamp(4rem,12vw,9rem)}.heroTagline{max-width:760px;color:var(--white);font-size:clamp(1.45rem,3vw,2.4rem);font-weight:800;line-height:1.15}.heroIntro{max-width:660px;color:var(--beige-light);font-size:1.15rem}.heroActions{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.primaryButton,.secondaryButton{border-radius:999px;justify-content:center;align-items:center;padding:.95rem 1.25rem;font-weight:900;text-decoration:none;display:inline-flex}.primaryButton{border:2px solid var(--red-dark);background:var(--red-dark);color:var(--beige-light)}.hero .primaryButton{border-color:var(--beige-light);background:var(--beige-light);color:var(--red-dark)}.secondaryButton{color:var(--beige-light);border:2px solid}.section{background:var(--beige);padding:clamp(4.5rem,8vw,7rem) clamp(1.5rem,8vw,7rem);padding-left:max(clamp(1.5rem, 8vw, 7rem), calc(var(--floating-menu) + 4rem));flex-direction:column;align-items:center;display:flex}.section:nth-of-type(odd){background:var(--beige-light)}.sectionHeader{width:min(100%,980px);max-width:980px;margin-bottom:2rem}.section h2{color:var(--red-dark);letter-spacing:-.055em;font-size:clamp(2.2rem,5vw,4.5rem)}.twoColumn{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;width:min(100%,980px);font-size:1.1rem;display:grid}.cardGrid,.galleryGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;width:min(100%,1120px);display:grid}.infoCard,.teamCard,.galleryCard{background:var(--beige-light);box-shadow:var(--shadow);border:1px solid #7d17222e;border-radius:1.5rem}.infoCard,.teamCard{padding:1.5rem}.infoCard h3,.teamCard h3,.galleryCard h3{color:var(--red-dark);font-size:1.4rem}.teamGrid{width:min(100%,920px)}.teamCard{grid-template-columns:12rem 1fr;align-items:center;gap:1.5rem;display:grid}.portraitPlaceholder,.photoPlaceholder{background:var(--beige-deep);color:var(--red-dark);border:2px solid #7d172233;place-items:center;font-weight:900;display:grid}.portraitPlaceholder{aspect-ratio:1;border-radius:1.2rem;font-size:2.3rem}.galleryCard{overflow:hidden}.galleryCard h3,.galleryCard p{padding-inline:1.2rem}.galleryCard h3{margin-top:1.2rem}.galleryCard p{padding-bottom:1.2rem}.photoPlaceholder{border-width:0 0 2px;min-height:13rem}.contactSection{background:var(--red-dark);color:var(--beige-light)}.contactSection .eyebrow,.contactSection h2{color:var(--beige-light)}.contactSection p{max-width:720px;font-size:1.15rem}.contactSection .primaryButton{border-color:var(--beige-light);background:var(--beige-light);color:var(--red-dark)}@media (max-width:980px){:root{--floating-menu:0rem}html{scroll-padding-top:7.5rem}.sidebar{display:none}.mobileNav{z-index:30;background:var(--beige-light);border-bottom:1px solid #7d172238;gap:.7rem;padding:.8rem 1rem;display:grid;position:sticky;top:0}.mobileLinks{gap:.4rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.mobileLinks a{flex:none;padding:.45rem .7rem;font-size:.9rem}.pageShell{margin-left:0}.hero{min-height:calc(100vh - 7rem)}.hero,.section{padding-left:clamp(1.5rem,8vw,7rem)}.twoColumn,.cardGrid,.galleryGrid{grid-template-columns:1fr}}@media (max-width:640px){.hero,.section{padding-inline:1.1rem}.hero h1{font-size:clamp(3.4rem,18vw,5.5rem)}.teamCard{grid-template-columns:1fr}.portraitPlaceholder{max-width:12rem}}.navLogo{object-fit:contain;border-radius:999px;flex:none;width:2.35rem;height:2.35rem}.heroTitleGroup{align-items:center;gap:clamp(1rem,3vw,2rem);display:flex}.heroLogo{object-fit:contain;flex:none;width:clamp(18rem,24vw,18rem);height:clamp(18rem,24vw,18rem)}@media (max-width:640px){.heroTitleGroup{flex-direction:column;align-items:flex-start}}.heroLogo{border:4px solid var(--beige-light);background:var(--beige-light);border-radius:999px;padding:.35rem}.heroTitleGroup{grid-template-columns:auto minmax(0,1fr);align-items:stretch;display:grid}.heroTitleGroup h1{margin:0}.heroLogoFrame{aspect-ratio:1;border:4px solid var(--beige-light);background:var(--beige-light);border-radius:999px;align-self:stretch;place-items:center;padding:.35rem;display:grid;overflow:hidden}.heroLogoFrame .heroLogo{border-radius:inherit;object-fit:contain;background:0 0;border:0;width:100%;height:100%;padding:0}.heroTitleGroup{align-items:center;display:flex}.heroLogoFrame{flex:none;align-self:center;width:clamp(8rem,24vw,18rem);height:clamp(8rem,24vw,18rem)}.portraitImage,.eventImage{object-fit:cover;width:100%;display:block}.portraitImage{aspect-ratio:1;border-radius:1.2rem}.eventImage{border-bottom:2px solid #7d172233;height:13rem}.contentBlock+.contentBlock{margin-top:1.5rem}.imageBlock{width:min(100%,920px);margin-inline:0}.contentImage,.contentImagePlaceholder{background:var(--beige-deep);width:100%;min-height:18rem;color:var(--red-dark);box-shadow:var(--shadow);border:2px solid #7d172233;border-radius:1.5rem}.contentImage{object-fit:cover;height:auto;display:block}.contentImagePlaceholder{text-align:center;place-items:center;padding:2rem;font-weight:900;display:grid}.imageBlock figcaption{color:var(--muted);text-align:center;margin-top:.75rem;font-size:.95rem}.fullParagraph{width:min(100%,980px);font-size:1.1rem}.fullParagraph p:last-child{margin-bottom:0}.contactSection .contentBlock{width:min(100%,980px)}
