@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
.pageContainer{width:90%;max-width:1400px;margin:0 auto}.workCardMedia{justify-content:center;align-items:center;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.workCard:hover .workCardMedia{transform:scale(1.05)}.workCardLogoWrap{opacity:.1;width:150px;height:150px;transition:opacity .5s}.workCard:hover .workCardLogoWrap{opacity:.4}.workCardLogoWrap svg,.workCardLogoWrap img{object-fit:contain;width:100%;height:100%}
:root,[data-theme=dark]{--background:#000;--foreground:#fff;--accent:#0fa;--muted:#888;--border:#ffffff1a;--glass:#0a0a0ab3;--link:#fff;--link-hover:#0fa;--scrollbar-thumb:#333;--scrollbar-thumb-hover:#444;--shadow-sm:0 2px 16px #00000073;--shadow-md:0 20px 50px #0000008c;--gradient-brand:linear-gradient(135deg, #833ab4 0%, #e1306c 45%, #f77737 100%);--surface-invert-bg:#fff;--surface-invert-fg:#0a0a0a;--surface-muted:#ffffff0d;--surface-muted-strong:#ffffff14;--surface-elevated:#ffffff0a;--surface-card:#111;--surface-card-end:#222;--accent-glow:#00ffaa73;--accent-glow-soft:#00ffaa14;--accent-band:#00ffaa0a;--hero-bg:#000;--hero-title:#fff;--hero-pattern-dot:#ffffff0d;--hero-dot-inactive:#fff3;--section-paper-bg:#0f0f0f;--section-paper-fg:#f0f0f0;--marquee-bg:#141414;--marquee-title:var(--muted);--marquee-logo:#ffffff59;--modal-bg:#141414;--modal-fg:#f5f5f5;--modal-muted:#a3a3a3;--footer-bg:#000;--footer-fg:#fff;--footer-heading:#888;--footer-bottom:#555;--work-card-shine:#ffffff0d;--work-gradient-overlay:linear-gradient(transparent, #000000d9);--work-overlay-text:#fff;--article-muted-bg:#1a1a1a;--article-body-bg:#0d0d0d;--article-border:#ffffff1f;--placeholder-on-image:#ffffff0f;--on-accent:#000;--error:#ff8a8a;--calendly-bg:#fff;--parallax-bg:linear-gradient(165deg, #050505 0%, #0a1a14 45%, #000 100%)}[data-theme=light]{--background:#fafafa;--foreground:#262626;--accent:#405de6;--muted:#8e8e8e;--border:#0000001f;--glass:#ffffffd1;--link:#405de6;--link-hover:#5851db;--scrollbar-thumb:#c7c7c7;--scrollbar-thumb-hover:#a8a8a8;--shadow-sm:0 2px 14px #00000014;--shadow-md:0 20px 48px #833ab41f;--gradient-brand:linear-gradient(135deg, #833ab4 0%, #e1306c 42%, #f77737 85%, #fcaf45 100%);--surface-invert-bg:#262626;--surface-invert-fg:#fafafa;--surface-muted:#0000000a;--surface-muted-strong:#00000012;--surface-elevated:#00000008;--surface-card:#ececec;--surface-card-end:#f5f5f5;--accent-glow:#e1306c59;--accent-glow-soft:#0095f61f;--accent-band:#833ab40f;--hero-bg:#1a1a1a;--hero-title:#fff;--hero-pattern-dot:#ffffff14;--hero-dot-inactive:#ffffff40;--section-paper-bg:#fff;--section-paper-fg:#262626;--marquee-bg:#f0f0f0;--marquee-title:#8e8e8e;--marquee-logo:#262626;--modal-bg:#fff;--modal-fg:#262626;--modal-muted:#737373;--footer-bg:#262626;--footer-fg:#fafafa;--footer-heading:#a8a8a8;--footer-bottom:#8e8e8e;--work-card-shine:#26262614;--work-gradient-overlay:linear-gradient(transparent, #262626e0);--work-overlay-text:#fff;--article-muted-bg:#f4f4f4;--article-body-bg:#fff;--article-border:#0000001a;--placeholder-on-image:#ffffff12;--on-accent:#fff;--error:#d93025;--calendly-bg:#fff;--parallax-bg:linear-gradient(165deg, #fdfbfb 0%, #e8f4ff 38%, #fce4ec 100%)}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:300;overflow-x:clip}body{min-height:100vh;margin:0}:root{--font-sans:"Outfit", sans-serif}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:500}a{color:inherit;text-decoration:none;transition:color .25s,opacity .25s}a:hover{color:var(--link-hover)}li{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.glass{background:var(--glass);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.accent{color:var(--accent)}[data-theme=light] .accent{background-image:var(--gradient-brand);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.logoDot{color:var(--accent);font-size:2.5rem;line-height:.5}[data-theme=light] .logoDot{background-image:var(--gradient-brand);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.reveal{opacity:0;transform:translateY(30px)}
.ThemeToggle-module__sGqMhG__toggle{border:1px solid var(--border);color:inherit;font:inherit;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;opacity:.85;background:0 0;border-radius:999px;align-items:center;gap:.5rem;padding:.35rem .5rem .35rem .35rem;font-size:.65rem;transition:border-color .2s,opacity .2s,box-shadow .2s;display:inline-flex}.ThemeToggle-module__sGqMhG__toggle:hover{opacity:1;border-color:var(--accent);color:var(--foreground);box-shadow:var(--shadow-sm)}.ThemeToggle-module__sGqMhG__track{background:var(--surface-muted-strong);border-radius:999px;flex-shrink:0;width:36px;height:20px;position:relative}.ThemeToggle-module__sGqMhG__thumb{background:var(--foreground);border-radius:50%;width:16px;height:16px;transition:transform .25s,background .25s;position:absolute;top:2px;left:2px}.ThemeToggle-module__sGqMhG__thumbLight{background:var(--gradient-brand);transform:translate(16px)}.ThemeToggle-module__sGqMhG__label{text-align:left;min-width:2.75rem}@media (max-width:768px){.ThemeToggle-module__sGqMhG__label{display:none}.ThemeToggle-module__sGqMhG__toggle{padding:.35rem}}
.Header-module__hBw1pG__header{z-index:1000;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 5%;transition:top .3s,left .3s,width .3s,margin .3s,border-radius .3s,box-shadow .3s,border-color .3s;display:flex;position:fixed;top:0;left:0}.Header-module__hBw1pG__headerAdmin{width:100%;box-shadow:none;border:none;border-radius:0;margin:0;position:relative;top:0;left:0}.Header-module__hBw1pG__headerScrolled{border:1px solid var(--border);border-radius:1rem;width:90%;margin:0;padding:0 2rem;top:1rem;left:5%;box-shadow:0 0 17px 5px #ffffff52}[data-theme=light] .Header-module__hBw1pG__header.Header-module__hBw1pG__headerScrolled{box-shadow:0 0 17px 5px #00000024}.Header-module__hBw1pG__logoLink{align-items:center;line-height:0;display:inline-flex}.Header-module__hBw1pG__nav{align-items:center;gap:30px;display:flex}.Header-module__hBw1pG__dropdown{position:relative}.Header-module__hBw1pG__dropdownTrigger{text-transform:uppercase;letter-spacing:.1em;opacity:.8;min-height:40px;color:inherit;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 2px;font-family:inherit;font-size:.9rem;font-weight:400;line-height:1.2;display:inline-flex}.Header-module__hBw1pG__dropdownCaret{opacity:.55;margin-left:.35rem;font-size:.55rem;display:inline-block;transform:translateY(-1px)}.Header-module__hBw1pG__dropdownPanel{border:1px solid var(--border);background:var(--glass);-webkit-backdrop-filter:blur(12px);min-width:240px;padding:.35rem 0;position:absolute;top:calc(100% + 10px);right:0}.Header-module__hBw1pG__dropdownLink{text-transform:uppercase;letter-spacing:.1em;opacity:.9;padding:.75rem 1.25rem;font-size:.78rem;display:block}.Header-module__hBw1pG__dropdownLink:hover{color:var(--accent);opacity:1}.Header-module__hBw1pG__navLink{text-transform:uppercase;letter-spacing:.1em;opacity:.8;justify-content:center;align-items:center;min-height:40px;padding:0 2px;font-size:.9rem;font-weight:400;line-height:1.2;display:inline-flex;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background:var(--accent);width:0;height:1px;transition:width .3s;position:absolute;bottom:4px;left:0}.Header-module__hBw1pG__navLink:hover:after,.Header-module__hBw1pG__active:after{width:100%}.Header-module__hBw1pG__active{opacity:1;color:var(--accent)}.Header-module__hBw1pG__contactBtn{border:1px solid var(--border);letter-spacing:.1em;text-transform:uppercase;border-radius:50px;justify-content:center;align-items:center;min-height:40px;padding:10px 20px;font-size:.8rem;line-height:1.2;transition:all .3s;display:inline-flex}.Header-module__hBw1pG__contactBtn:hover{background:var(--foreground);color:var(--background)}.Header-module__hBw1pG__menuToggle{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:44px;height:44px;padding:0;display:none}.Header-module__hBw1pG__menuToggle span{background:var(--foreground);width:20px;height:2px;transition:transform .25s,opacity .25s;display:block}.Header-module__hBw1pG__menuToggleOpen span:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__hBw1pG__menuToggleOpen span:nth-child(2){opacity:0}.Header-module__hBw1pG__menuToggleOpen span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (max-width:768px){.Header-module__hBw1pG__nav{display:none}.Header-module__hBw1pG__menuToggle{display:flex}}.Header-module__hBw1pG__overlay{z-index:1100;background:var(--background);justify-content:center;align-items:center;padding:2rem;animation:.35s forwards Header-module__hBw1pG__overlayFade;display:flex;position:fixed;inset:0}@keyframes Header-module__hBw1pG__overlayFade{0%{opacity:0}to{opacity:1}}.Header-module__hBw1pG__mobileNav{flex-direction:column;align-items:stretch;gap:.25rem;width:100%;max-width:420px;display:flex;position:relative}.Header-module__hBw1pG__menuClose{border:1px solid var(--border);width:44px;height:44px;color:var(--foreground);cursor:pointer;background:0 0;border-radius:8px;font-size:1.5rem;line-height:1;position:absolute;top:-2.5rem;right:0}.Header-module__hBw1pG__menuLink,.Header-module__hBw1pG__menuCta{opacity:0;animation:.5s forwards Header-module__hBw1pG__menuItemIn;transform:translateY(-28px)}.Header-module__hBw1pG__mobileNav .Header-module__hBw1pG__menuLink:nth-child(2){animation-delay:40ms}.Header-module__hBw1pG__mobileNav .Header-module__hBw1pG__menuLink:nth-child(3){animation-delay:.1s}.Header-module__hBw1pG__mobileNav .Header-module__hBw1pG__menuLink:nth-child(4){animation-delay:.16s}.Header-module__hBw1pG__mobileNav .Header-module__hBw1pG__menuLink:nth-child(5){animation-delay:.22s}.Header-module__hBw1pG__mobileDriveGroup{border-top:1px solid var(--border);opacity:0;margin-top:.5rem;padding-top:1rem;animation:.5s .26s forwards Header-module__hBw1pG__menuItemIn;transform:translateY(-20px)}.Header-module__hBw1pG__mobileDriveLabel{letter-spacing:.14em;text-transform:uppercase;opacity:.45;margin-bottom:.4rem;font-size:.65rem;display:block}.Header-module__hBw1pG__menuSublink{letter-spacing:.05em;text-transform:uppercase;padding:.5rem 0 .25rem;font-size:clamp(1.05rem,4.2vw,1.45rem);font-weight:500;display:block}.Header-module__hBw1pG__mobileThemeRow{opacity:0;justify-content:flex-start;margin-top:.75rem;animation:.5s .3s forwards Header-module__hBw1pG__menuItemIn;display:flex;transform:translateY(-20px)}.Header-module__hBw1pG__menuCta{margin-top:1rem;animation-delay:.34s}@keyframes Header-module__hBw1pG__menuItemIn{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.Header-module__hBw1pG__overlay{opacity:1;animation:none}.Header-module__hBw1pG__menuLink,.Header-module__hBw1pG__menuCta,.Header-module__hBw1pG__mobileDriveGroup,.Header-module__hBw1pG__mobileThemeRow{opacity:1;animation:none;transform:none}}.Header-module__hBw1pG__menuLink{letter-spacing:.06em;text-transform:uppercase;padding:.65rem 0;font-size:clamp(1.35rem,5.5vw,2.1rem);font-weight:500}.Header-module__hBw1pG__menuLinkActive{color:var(--accent)}.Header-module__hBw1pG__menuCta{border:1px solid var(--accent);letter-spacing:.12em;text-transform:uppercase;text-align:center;border-radius:50px;justify-content:center;align-items:center;padding:14px 24px;font-size:.85rem;display:inline-flex}
