@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=Montserrat:wght@200;400;600;800&display=swap";:root{--color-text: #333;--color-text-muted: #666;--color-heading: #333;--color-bg: #ffffff;--color-bg-light: #f9f9f9;--color-border: #e0e0e0;--color-link: #242d57;--color-link-hover: rgba(0, 0, 0, .25);--color-button-bg: #4e567e;--color-button-hover: #3c415c}@media(prefers-color-scheme:dark){:root{--color-text: #e0e0e0;--color-text-muted: #b0b0b0;--color-heading: #f0f0f0;--color-bg: #1a1a1a;--color-bg-light: #2a2a2a;--color-border: #404040;--color-link: #a0a8e0;--color-link-hover: #d0d4ff;--color-button-bg: #5a6391;--color-button-hover: #6b74a3}}html,body{margin:0;padding:0;height:100%;width:100%;font-family:Cormorant Garamond,serif;background-color:var(--color-bg);color:var(--color-text);font-size:1.125rem}html{scroll-behavior:smooth;scroll-padding-top:4.5rem}.App{width:100%;display:flex;flex-direction:column;justify-content:space-between}section{position:relative;display:flex;justify-content:center}.hero{position:relative;overflow:clip}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;pointer-events:none}.hero-content{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center}@keyframes hero-parallax{0%{transform:translateY(-6%)}to{transform:translateY(6%)}}@keyframes section-rise-settle{0%{opacity:.55;transform:translateY(1.75rem)}to{opacity:1;transform:translateY(0)}}@supports (animation-timeline: view()){.hero-bg{inset:-8% 0;height:116%;will-change:transform;animation:hero-parallax linear both;animation-timeline:view();animation-range:entry 0% exit 100%}.hero-content{animation:section-rise-settle linear both;animation-timeline:view();animation-range:entry 0% cover 40%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-bg,.hero-content{animation:none!important;opacity:1;transform:none}.hero-bg{inset:0;height:100%}}.hero-text-area{position:relative;margin-top:auto;padding-bottom:2rem;width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}.hero-overlay{position:absolute;inset:0;background:#0009;z-index:0;pointer-events:none}.hero.light .hero-overlay,.hero.white .hero-overlay{display:none}.hero-heading{position:relative;z-index:1;padding:0 2rem;text-align:center}.hero-heading h1{font-weight:300;font-size:3.5rem;margin:0}.hero-heading h2{font-weight:400;font-size:1.5rem;margin:0;text-align:center}@media screen and (min-width:640px){.hero-heading h1{font-size:5rem}.hero-heading h2{font-size:2.5rem}}@media screen and (min-width:1024px){.hero-heading h1{font-size:6rem}.hero-heading h2{font-size:2.5rem}}@media screen and (min-width:1280px){.hero-heading h1{font-size:6.5rem}.hero-heading h2{font-size:2.75rem}}section.dark{min-height:100vh;color:#fff;background:#0009}section.light{min-height:100vh;color:#000;background:#ffffff59}section.black{color:#fff;background:#000;min-height:100vh}section.white{color:#000;background:#fff;min-height:100vh}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.category-title-container{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;width:100%;flex:1 0 200px;margin:.5rem;position:relative;overflow:visible;padding:1rem;border-radius:15px}h1{font-weight:300;font-size:2.5rem;margin:0}h2{font-weight:400;font-size:1.75rem;margin:0;text-align:center}@media screen and (min-width:640px){h1{font-size:3rem}h2{font-size:2rem}}@media screen and (min-width:1280px){h1{font-size:3.5rem}h2{font-size:2.25rem}}h3{font-weight:400;font-size:1.25rem;margin:0}p{line-height:1.5;margin-bottom:0;font-weight:300}p.large{font-size:1.375rem}p.small{font-size:1rem}p.bold{font-weight:600}hr{margin:2.5rem}a{text-decoration:underline;color:var(--color-link)}a:hover{color:var(--color-link-hover)}section.dark a,section.black a{color:#f5f5f5}section.dark a:hover,section.black a:hover{color:#d0d4ff}div.center-flex{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem}.button{background-color:var(--color-button-bg);color:#fff;padding:.5rem 1rem;text-decoration:none;margin:1rem auto 0;border-radius:5px;transition:background-color .3s ease,opacity .3s ease,visibility .3s ease;cursor:pointer;border:none;opacity:1;visibility:visible;font-weight:400}.button:hover{background-color:var(--color-button-hover);text-decoration:none;color:#fff}#header{--header-bar-height: 3.25rem;--header-progress-height: 3px;--header-fg: #1a1a1a;--header-fg-muted: rgba(26, 26, 26, .55);--header-bg: rgba(255, 255, 255, .82);--header-border: rgba(0, 0, 0, .08);--header-accent: #4e567e;--header-progress: #4e567e;position:fixed;top:0;left:0;width:100%;z-index:20;box-sizing:border-box;color:var(--header-fg);background:var(--header-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--header-border)}.header-progress{position:absolute;top:0;left:0;width:100%;height:var(--header-progress-height);background:transparent;overflow:hidden;pointer-events:none;z-index:2}.header-progress-fill{height:100%;width:100%;background:var(--header-progress);transform-origin:left center;transform:scaleX(0)}@keyframes header-scroll-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@supports (animation-timeline: scroll()){.header-progress-fill{animation:header-scroll-progress linear;animation-timeline:scroll(root)}}.header-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--header-bar-height);padding:.55rem 1rem;box-sizing:border-box;max-width:80rem;margin:0 auto}.header-brand{display:inline-flex;align-items:baseline;text-decoration:none;color:var(--header-fg);font-family:Cormorant Garamond,serif;line-height:1.2;z-index:1;flex-shrink:1;min-width:0}.header-brand:hover{color:var(--header-accent);text-decoration:none}.header-brand-short{font-weight:400;font-size:1.35rem;letter-spacing:.04em}.header-brand-full{display:none;font-weight:300;font-size:1.05rem;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:0;padding:0;border:1px solid var(--header-border);border-radius:.35rem;background:#ffffff8c;color:var(--header-fg);cursor:pointer;z-index:1}.header-toggle:hover{border-color:var(--header-accent);color:var(--header-accent)}.header-toggle-bars,.header-toggle-bars:before,.header-toggle-bars:after{display:block;width:1.1rem;height:2px;background:currentColor;border-radius:1px;transition:transform .16s ease,opacity .16s ease}.header-toggle-bars{position:relative}.header-toggle-bars:before,.header-toggle-bars:after{content:"";position:absolute;left:0}.header-toggle-bars:before{top:-5px}.header-toggle-bars:after{top:5px}#header.is-open .header-toggle-bars{background:transparent}#header.is-open .header-toggle-bars:before{top:0;transform:rotate(45deg)}#header.is-open .header-toggle-bars:after{top:0;transform:rotate(-45deg)}#primary-nav{display:none;flex-direction:column;gap:.15rem;position:absolute;top:100%;left:0;right:0;padding:.5rem 1rem 1rem;background:var(--header-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--header-border);box-shadow:0 12px 28px #00000014}#header.is-open #primary-nav{display:flex}#primary-nav a{text-decoration:none;color:var(--header-fg);font-family:Cormorant Garamond,serif;font-weight:400;font-size:1.15rem;padding:.55rem .35rem;border-radius:.25rem;transition:color .15s ease,background-color .15s ease}#primary-nav a:hover{color:var(--header-accent);background:#4e567e14;text-decoration:none}#primary-nav a.active,#primary-nav a[aria-current]{color:var(--header-accent);box-shadow:inset 3px 0 0 var(--header-accent)}@media screen and (min-width:640px){.header-brand-short{display:none}.header-brand-full{display:inline}.header-toggle{display:none}#primary-nav,#header.is-open #primary-nav{display:flex;flex-direction:row;align-items:center;position:static;gap:.35rem 1.1rem;padding:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;box-shadow:none;flex-wrap:wrap;justify-content:flex-end}#primary-nav a{font-size:1.05rem;padding:.2rem 0;border-radius:0}#primary-nav a:hover{background:transparent}#primary-nav a.active,#primary-nav a[aria-current]{box-shadow:none;border-bottom:2px solid var(--header-accent);padding-bottom:0}}@media screen and (min-width:768px){.header-bar{padding:.55rem 1.5rem}}@media screen and (min-width:1280px){#primary-nav a,.header-brand-full{font-size:1.15rem}}@media(prefers-reduced-motion:reduce){.header-progress-fill{animation:none;transform:none;width:0}.header-toggle-bars,.header-toggle-bars:before,.header-toggle-bars:after{transition:none}}#footer{display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:5rem 2rem 2rem 3rem;width:100%;margin-top:0;box-sizing:border-box}#footer p.small{text-align:center}img.social-icon{width:30px;height:30px;margin:0 10px}img.social-icon:hover{transform:scale(1.1)}
