.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}nav[data-astro-cid-dmqpwcec]{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.75rem clamp(1.5rem,5vw,4rem);display:flex;justify-content:space-between;align-items:center;mix-blend-mode:difference}.nav-logo[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-weight:500;font-size:.95rem;letter-spacing:.08em;text-transform:lowercase;color:var(--white)}.nav-logo-img[data-astro-cid-dmqpwcec]{width:28px;height:28px;filter:invert(1)}.nav-links[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:2.5rem}.nav-link[data-astro-cid-dmqpwcec]{font-family:var(--font-body);font-weight:400;font-size:.9rem;letter-spacing:.12em;text-transform:uppercase;color:var(--white);opacity:.6;transition:opacity .3s ease}.nav-link[data-astro-cid-dmqpwcec]:hover,.nav-link[data-astro-cid-dmqpwcec][data-active=true]{opacity:1}.theme-toggle[data-astro-cid-dmqpwcec]{background:none;border:none;cursor:pointer;color:var(--white);padding:.25rem;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .3s ease}.theme-toggle[data-astro-cid-dmqpwcec]:hover{opacity:1}.theme-icon--sun[data-astro-cid-dmqpwcec]{display:none}html[data-theme=dark] .theme-icon--sun[data-astro-cid-dmqpwcec]{display:block}html[data-theme=dark] .theme-icon--moon[data-astro-cid-dmqpwcec]{display:none}@media(max-width:600px){nav[data-astro-cid-dmqpwcec]{padding:1.25rem}.nav-logo[data-astro-cid-dmqpwcec]{font-size:.8rem;gap:.35rem}.nav-logo-img[data-astro-cid-dmqpwcec]{width:22px;height:22px}.nav-links[data-astro-cid-dmqpwcec]{gap:.75rem}.nav-link[data-astro-cid-dmqpwcec]{font-size:.7rem;letter-spacing:.06em}}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}footer[data-astro-cid-sz7xmlte]{padding:2.5rem clamp(1.5rem,5vw,4rem);background:var(--black);color:var(--grey-500);display:flex;justify-content:space-between;align-items:flex-end;font-size:.85rem;letter-spacing:.06em;border-top:1px solid var(--grey-900)}.footer-left[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.5rem}.footer-meta[data-astro-cid-sz7xmlte]{color:var(--grey-700);font-size:.8rem}.footer-legal[data-astro-cid-sz7xmlte]{display:flex;gap:.5rem;align-items:center;margin-top:.25rem}.footer-legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--grey-700);font-size:.8rem;transition:color .3s ease}.footer-legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--grey-300)}.legal-sep[data-astro-cid-sz7xmlte]{color:var(--grey-700);font-size:.8rem}.footer-right[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.footer-right[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--grey-500);transition:color .3s ease}.footer-right[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--grey-300)}.footer-icons[data-astro-cid-sz7xmlte]{display:flex;gap:1.25rem}.footer-icons[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:flex;align-items:center;color:var(--grey-700);transition:color .3s ease}.footer-icons[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--grey-300)}@media(max-width:600px){footer[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-right[data-astro-cid-sz7xmlte]{align-items:center}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--black: #050505;--dark: #111111;--charcoal: #1c1c1c;--grey-900: #2a2a2a;--grey-700: #4a4a4a;--grey-500: #7a7a7a;--grey-400: #999999;--grey-300: #b0b0b0;--grey-200: #d0d0d0;--grey-100: #e6e6e6;--light: #f2f2f2;--off-white: #f8f8f8;--white: #fcfcfc;--font-display: "DM Serif Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--ease-out-expo: cubic-bezier(.16, 1, .3, 1)}html.theme-transitioning,html.theme-transitioning *,html.theme-transitioning *:before,html.theme-transitioning *:after{transition:background-color .4s ease,color .4s ease,border-color .4s ease!important}html[data-theme=dark]{background-color:var(--dark)}html[data-theme=dark] body{color:var(--grey-200);background-color:var(--dark)}html[data-theme=dark] body:after{opacity:.04}html[data-theme=dark] ::selection{background:var(--off-white);color:var(--charcoal)}html[data-theme=dark] .section-label{color:var(--grey-500)}html[data-theme=dark] .cta{background:var(--charcoal);color:var(--grey-200);border-top-color:var(--grey-900)}html[data-theme=dark] .cta-heading{color:var(--off-white)}html[data-theme=dark] .cta-heading em,html[data-theme=dark] .cta-subtext{color:var(--grey-400)}html[data-theme=dark] .cta-email{color:var(--off-white);border-bottom-color:var(--grey-700)}html[data-theme=dark] .cta-email:hover{border-color:var(--off-white)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-weight:400;color:var(--charcoal);background-color:var(--off-white);line-height:1.7;font-size:1.05rem;overflow-x:clip}body:after{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");background-size:256px 256px;opacity:.025;pointer-events:none;z-index:100}@media(max-width:768px){body:after{display:none}}::selection{background:var(--charcoal);color:var(--off-white)}h1,h2,h3{font-family:var(--font-display);font-weight:400}a{color:inherit;text-decoration:none}.container{max-width:1320px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.section-label{font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--grey-400);margin-bottom:3rem}html.js-reveal .reveal:not(.visible){opacity:0;transform:translateY(20px)}.reveal.visible{opacity:1;transform:translateY(0);transition-property:opacity,transform;transition-duration:.5s;transition-timing-function:var(--ease-out-expo)}.reveal-delay-1{transition-delay:.05s}.reveal-delay-2{transition-delay:.1s}.reveal-delay-3{transition-delay:.15s}.reveal-delay-4{transition-delay:.2s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes lineExpand{to{transform:scaleX(1)}}@keyframes scrollPulse{0%,to{opacity:1}50%{opacity:.3}}.magnetic{transition:transform .3s var(--ease-out-expo)}.parallax{will-change:transform}.cta{padding:clamp(3rem,6vw,5rem) 0;background:var(--grey-100);color:var(--charcoal);border-top:1px solid var(--grey-200)}.cta-heading{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,5rem);line-height:1.05;letter-spacing:-.02em;color:var(--dark)}.cta-heading em{font-style:italic;color:var(--grey-500)}.cta-subtext{margin-top:1.5rem;font-size:.95rem;color:var(--grey-700);max-width:44ch;line-height:1.7}.cta-email{display:inline-block;margin-top:clamp(2.5rem,5vw,4rem);font-family:var(--font-body);font-size:clamp(1rem,1.8vw,1.35rem);font-weight:400;color:var(--dark);letter-spacing:.01em;position:relative;padding-bottom:4px;border-bottom:1px solid var(--grey-400);transition:border-color .4s var(--ease-out-expo)}.cta-email:hover{border-color:var(--dark)}@media(max-width:900px){.philosophy-top{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:768px){html.js-reveal .reveal{opacity:1!important;transform:none!important;transition:none!important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1!important;transform:none!important;transition:none!important}.parallax{will-change:auto}.magnetic{transition:none}}
