@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,400&display=swap";:root{--color-charcoal:#2a2a2e;--color-charcoal-deep:#1e1e22;--color-ink:#1a1a1e;--color-ink-soft:#5a5a62;--color-cream:#f8f6f3;--color-cream-deep:#eeeae4;--color-pink:#e84393;--color-pink-glow:#ff6eb4;--color-pink-soft:#e843931f;--color-white:#fff;--font-display:"Playfair Display", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:1.25rem;--radius-full:9999px;--shadow-soft:0 4px 24px #1a1a1e14;--shadow-neon:0 0 40px #e8439340;--shadow-card:0 8px 32px #1a1a1e0f;--ease-out:cubic-bezier(.22, 1, .36, 1);--duration:.55s;--max-width:72rem;--header-height:4.5rem;--mobile-bar-height:4rem}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);color:var(--color-ink-soft);background:var(--color-cream);margin:0;font-size:1rem;font-weight:400;line-height:1.65}body.menu-open{overflow:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-display);color:var(--color-ink);margin:0;font-weight:500;line-height:1.15}h1{letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,4.25rem)}h2{letter-spacing:-.01em;font-size:clamp(1.85rem,4vw,2.75rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}p{margin:0}ul{margin:0;padding:0;list-style:none}.container{width:min(100% - 2rem, var(--max-width));margin-inline:auto}.eyebrow{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--color-pink);font-size:.7rem;font-weight:600}.eyebrow--light{color:var(--color-pink-glow)}.section{padding-block:var(--space-2xl)}.section--dark{background:var(--color-charcoal);color:#f8f6f3c7}.section--dark h2,.section--dark h3{color:var(--color-cream)}.section--cream{background:var(--color-cream-deep)}.section-head{max-width:36rem;margin-bottom:var(--space-lg)}.section-head .eyebrow{margin-bottom:var(--space-xs)}.section-head h2{margin-top:var(--space-xs)}.btn{min-height:2.75rem;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);cursor:pointer;transition:transform var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out), background var(--duration) var(--ease-out), border-color var(--duration) var(--ease-out), color var(--duration) var(--ease-out);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.8rem;font-weight:600;display:inline-flex}.btn--primary{color:var(--color-white);background:var(--color-pink);box-shadow:var(--shadow-soft)}.btn--primary:hover{box-shadow:var(--shadow-neon);background:var(--color-pink-glow);transform:translateY(-2px)}.btn--ghost{color:var(--color-cream);background:0 0;border:1px solid #f8f6f340}.btn--ghost:hover{border-color:var(--color-pink-glow);color:var(--color-pink-glow)}.btn--outline{color:var(--color-ink);background:0 0;border:1px solid #1a1a1e26}.btn--outline:hover{border-color:var(--color-pink);color:var(--color-pink)}.reveal{opacity:1;transform:none}.reveal[data-animate]{opacity:0;transition:opacity var(--duration) var(--ease-out), transform var(--duration) var(--ease-out);transform:translateY(1.25rem)}.reveal[data-animate].is-visible{opacity:1;transform:translateY(0)}.page-hero{padding-block:var(--space-2xl) var(--space-xl);background:var(--color-charcoal);color:#f8f6f3cc}.page-hero h1{color:var(--color-cream)}.page-hero__lead{margin-top:var(--space-sm);max-width:32rem;font-size:1.1rem}@media (width>=768px){body.has-mobile-bar{padding-bottom:0}}@media (width<=767px){body.has-mobile-bar{padding-bottom:var(--mobile-bar-height)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transition:none;transform:none}.btn:hover{transform:none}}.logo[data-astro-cid-f7espo7c]{object-fit:contain;width:auto;height:2rem}.header[data-astro-cid-nen7h5rs]{z-index:50;height:var(--header-height);backdrop-filter:blur(14px);background:#1e1e22e0;border-bottom:1px solid #f8f6f314;position:sticky;top:0}.header__inner[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;gap:var(--space-md);height:100%;display:flex}.header__brand[data-astro-cid-nen7h5rs]{align-items:center;min-width:0;display:flex}.header__logo[data-astro-cid-nen7h5rs]{width:auto;max-width:min(11rem,42vw);height:2.25rem}.header__nav[data-astro-cid-nen7h5rs]{gap:2rem;display:none}.header__link[data-astro-cid-nen7h5rs]{letter-spacing:.04em;color:#f8f6f3b3;transition:color var(--duration) var(--ease-out);font-size:.875rem;font-weight:500}.header__link[data-astro-cid-nen7h5rs]:hover,.header__link[data-astro-cid-nen7h5rs].is-active{color:var(--color-cream)}.header__link[data-astro-cid-nen7h5rs].is-active:after{content:"";background:var(--color-pink);height:1px;margin-top:.3rem;display:block}.header__cta[data-astro-cid-nen7h5rs]{padding:.65rem 1.25rem;font-size:.75rem;display:none}.header__menu-btn[data-astro-cid-nen7h5rs]{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1px solid #f8f6f326;place-content:center;gap:6px;width:2.75rem;height:2.75rem;display:grid}.header__menu-btn[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{background:var(--color-cream);width:1.15rem;height:1.5px;display:block}.header__overlay[data-astro-cid-nen7h5rs]{inset:var(--header-height) 0 0;background:var(--color-charcoal-deep);padding:var(--space-xl) var(--space-md);position:fixed}.header__mobile-nav[data-astro-cid-nen7h5rs]{gap:var(--space-md);text-align:center;max-width:20rem;margin-inline:auto;display:grid}.header__mobile-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:not(.btn){font-family:var(--font-display);color:var(--color-cream);font-size:1.75rem}.header__mobile-extra[data-astro-cid-nen7h5rs]{font-weight:500;font-family:var(--font-body)!important;color:#f8f6f3a6!important;font-size:1rem!important}@media (width>=768px){.header__nav[data-astro-cid-nen7h5rs],.header__cta[data-astro-cid-nen7h5rs]{display:flex}.header__menu-btn[data-astro-cid-nen7h5rs],.header__overlay[data-astro-cid-nen7h5rs]{display:none}}.footer[data-astro-cid-jo6i4kqk]{padding-block:var(--space-xl) var(--space-lg);background:var(--color-ink);color:#f8f6f3b3}.footer__grid[data-astro-cid-jo6i4kqk]{gap:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid #f8f6f31a;display:grid}.footer__logo[data-astro-cid-jo6i4kqk]{width:auto;max-width:12rem;height:2.5rem}.footer__tagline[data-astro-cid-jo6i4kqk]{color:var(--color-pink-glow);margin-top:.75rem;font-style:italic}.footer__heading[data-astro-cid-jo6i4kqk]{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:var(--color-pink);margin-bottom:var(--space-sm);font-size:.7rem;font-weight:600}.footer__list[data-astro-cid-jo6i4kqk] li[data-astro-cid-jo6i4kqk]{justify-content:space-between;gap:var(--space-sm);padding-block:.35rem;font-size:.9rem;display:flex}.footer__list[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:var(--color-cream)}.footer__address[data-astro-cid-jo6i4kqk]{font-size:.9rem;font-style:normal;line-height:1.7}.footer__map[data-astro-cid-jo6i4kqk]{color:var(--color-pink-glow);margin-top:.75rem;font-size:.85rem;font-weight:500;display:inline-block}.footer__bottom[data-astro-cid-jo6i4kqk]{justify-content:space-between;gap:var(--space-sm);padding-top:var(--space-md);flex-wrap:wrap;font-size:.8rem;display:flex}.footer__bottom[data-astro-cid-jo6i4kqk] nav[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;gap:1.25rem;display:flex}.footer__bottom[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:var(--color-cream)}@media (width>=768px){.footer__grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1.2fr 1fr 1fr 1fr}}.skip-link[data-astro-cid-z4jru4n3]{z-index:100;background:var(--color-pink);color:var(--color-ink);border-radius:var(--radius-sm);padding:.75rem 1rem;position:absolute;top:-100%;left:1rem}.skip-link[data-astro-cid-z4jru4n3]:focus{top:1rem}
