.silver-line-wordmark{font-family:var(--font-headline);font-weight:340;letter-spacing:-.02em;line-height:1.06;color:transparent;-webkit-text-stroke:1px var(--silver-text);paint-order:stroke fill}.silver-line-wordmark--sm{font-size:1.125rem}.silver-line-wordmark--md{font-size:1.375rem}.silver-line-wordmark--lg{font-size:clamp(2.5rem,6vw,4.5rem)}.silver-line-wordmark--nav{font-size:clamp(1.125rem,2.5vw,1.375rem)}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);display:flex;align-items:center;transition:background-color .4s ease,border-color .4s ease,backdrop-filter .4s ease}.navbar--transparent{background-color:transparent;border-bottom:1px solid transparent}.navbar--solid{background-color:#0a1424eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(200,204,212,.08)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 clamp(1.5rem,5vw,3rem)}.navbar__logo{position:relative;z-index:101}.navbar__nav{display:flex;align-items:center}.navbar__links{display:flex;align-items:center;gap:clamp(1.5rem,4vw,2.5rem)}.navbar__link{position:relative;font-family:var(--font-body);font-weight:400;font-size:.875rem;letter-spacing:.04em;color:var(--muted);transition:color .25s ease;padding:.25rem 0}.navbar__link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:var(--silver);transition:width .3s ease}.navbar__link:hover,.navbar__link--active{color:var(--white)}.navbar__link:hover:after,.navbar__link--active:after{width:100%}.navbar__toggle{display:none;flex-direction:column;justify-content:center;gap:6px;width:32px;height:32px;z-index:101}.navbar__toggle span{display:block;width:100%;height:1px;background-color:var(--white);transition:transform .3s ease,opacity .3s ease}.navbar__toggle--open span:first-child{transform:translateY(3.5px) rotate(45deg)}.navbar__toggle--open span:last-child{transform:translateY(-3.5px) rotate(-45deg)}@media (max-width: 768px){.navbar__toggle{display:flex}.navbar__nav{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0a1424fa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.navbar__nav--open{opacity:1;visibility:visible}.navbar__links{flex-direction:column;gap:2rem}.navbar__link{font-size:1.25rem}}.footer{background-color:var(--navy-darkest);padding:3rem clamp(1.5rem,5vw,3rem);border-top:1px solid rgba(200,204,212,.08)}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.footer__emails{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .75rem;font-size:.875rem}.footer__emails a{color:var(--muted);transition:color .25s ease}.footer__emails a:hover{color:var(--white)}.footer__divider{color:var(--silver);opacity:.4}.footer__copy{font-size:.75rem;color:#9aa6b899;letter-spacing:.02em}@media (max-width: 480px){.footer__divider{display:none}.footer__emails{flex-direction:column;gap:.5rem}}.silver-line-accent{display:flex;width:100%}.silver-line-accent--center{justify-content:center}.silver-line-accent--left{justify-content:flex-start}.silver-line-accent__line{display:block;height:1px;background-color:var(--silver);max-width:100%}.photo-slot{position:relative;aspect-ratio:3 / 4;overflow:hidden;border-radius:4px;background-color:var(--deep-blue)}.photo-slot img{width:100%;height:100%;object-fit:cover}.photo-slot--placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;border:1px solid rgba(200,204,212,.2)}.photo-slot__initial{font-family:var(--font-headline);font-size:3rem;font-weight:340;color:var(--silver-text);opacity:.5}.photo-slot__label{font-size:.8125rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.photo-slot--round{border-radius:50%;aspect-ratio:1;max-width:280px}.photo-slot--round.photo-slot--placeholder .photo-slot__initial{font-size:4rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form__field{display:flex;flex-direction:column;gap:.5rem}.contact-form__label{font-size:.8125rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.contact-form__input-wrap{position:relative;transition:box-shadow .25s ease;border-radius:4px}.contact-form__input-wrap--focused{box-shadow:0 0 0 1px var(--silver)}.contact-form__input,.contact-form__textarea{width:100%;padding:.875rem 1rem;background-color:#10203a99;border:1px solid rgba(200,204,212,.15);border-radius:4px;color:var(--white);font-family:var(--font-body);font-weight:300;font-size:1rem;transition:border-color .25s ease,background-color .25s ease}.contact-form__input:focus,.contact-form__textarea:focus{outline:none;border-color:var(--silver);background-color:#10203ae6}.contact-form__textarea{resize:vertical;min-height:140px}.contact-form__submit{align-self:flex-start;margin-top:.5rem}.contact-form__note{font-size:.875rem;color:var(--muted);line-height:1.6}.contact-form__note a{color:var(--silver-text);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.contact-form__note a:hover{color:var(--white)}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#9aa6b880}.hero{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background-color:var(--navy-primary);padding:calc(var(--nav-height) + 2rem) clamp(1.5rem,5vw,3rem) 4rem}.hero__content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:900px;width:100%}.hero__headline{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1.5rem}.hero__line{display:block}.hero__line--white{font-family:var(--font-headline);font-weight:340;letter-spacing:-.02em;line-height:1.06;font-size:clamp(2rem,5.5vw,3.5rem);color:var(--white)}.hero__line--silver{margin-top:.125rem}.hero__accent{margin-bottom:2rem}.hero__subheadline{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:300;color:var(--muted);max-width:520px;line-height:1.7;margin-bottom:2.5rem}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.5rem,4vw,3rem);margin:3rem 0}.team-card{display:flex;flex-direction:column;gap:.75rem;transition:transform .3s ease}.team-card:hover{transform:translateY(-4px)}.team-card__name{font-family:var(--font-headline);font-size:1.375rem;font-weight:340;letter-spacing:-.02em;color:var(--white)}.team-card__role{font-size:.875rem;color:var(--muted)}.team-description{max-width:780px}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}.service-card{padding:2rem;border:1px solid rgba(200,204,212,.1);border-radius:4px;background-color:#10203a4d;transition:border-color .3s ease,background-color .3s ease}.service-card:hover{border-color:#c8ccd440;background-color:#10203a80}.service-card--featured{grid-column:1 / -1;padding:2.5rem;background-color:var(--deep-blue);border-color:#c8ccd426}.service-card__title{font-family:var(--font-headline);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:340;letter-spacing:-.02em;color:var(--white);margin-bottom:.75rem}.service-card--featured .service-card__title{font-size:clamp(1.5rem,3vw,2rem)}.service-card__desc{font-size:.9375rem;color:var(--muted);line-height:1.65}.services-quote{margin-top:2.5rem;font-size:1rem;color:var(--silver-text);font-weight:400;letter-spacing:.02em}@media (max-width: 640px){.team-grid{grid-template-columns:1fr;max-width:360px;margin-left:auto;margin-right:auto}.service-card--featured{grid-column:auto}}.profile-hero{min-height:70vh;display:flex;align-items:center;padding:calc(var(--nav-height) + 3rem) clamp(1.5rem,5vw,3rem) 4rem;background-color:var(--navy-primary)}.profile-hero__inner{display:grid;grid-template-columns:280px 1fr;gap:clamp(2rem,5vw,4rem);align-items:center;width:100%;max-width:var(--content-max);margin:0 auto}.profile-hero__photo{justify-self:center}.profile-hero__photo .photo-slot{width:280px}.profile-hero__photo .photo-slot--round{width:100%}.profile-hero__meta{display:flex;flex-direction:column;gap:.5rem}.profile-hero__name{font-size:clamp(2.5rem,6vw,4rem);color:var(--white)}.profile-hero__title{font-family:var(--font-body);font-size:1rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--silver);margin-bottom:.5rem}.profile-hero__tagline{font-family:var(--font-headline);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:340;letter-spacing:-.02em;line-height:1.2;color:var(--muted);max-width:540px;margin-top:1rem}.profile-hero__details{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;font-size:.875rem;color:var(--muted)}.profile-hero__detail strong{color:var(--white);font-weight:400}.profile-section{padding:var(--section-padding) clamp(1.5rem,5vw,3rem)}.profile-section--alt{background-color:var(--deep-blue)}.profile-section__inner{max-width:var(--content-max);margin:0 auto}.profile-section__heading{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1.5rem}.project-card{padding:2rem;border:1px solid rgba(200,204,212,.1);border-radius:4px;background-color:#10203a4d}.project-card__title{font-family:var(--font-headline);font-size:1.375rem;font-weight:340;letter-spacing:-.02em;color:var(--white);margin-bottom:.375rem}.project-card__role{font-size:.8125rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--silver);margin-bottom:.75rem}.project-card__desc{font-size:.9375rem;color:var(--muted);line-height:1.7}.projects-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}.skill-block__title{font-family:var(--font-headline);font-size:1.25rem;font-weight:340;letter-spacing:-.02em;color:var(--white);margin-bottom:1rem}.skill-block__list{display:flex;flex-direction:column;gap:.5rem}.skill-block__list li{font-size:.9375rem;color:var(--muted);padding-left:1rem;position:relative}.skill-block__list li:before{content:"";position:absolute;left:0;top:.65em;width:4px;height:4px;border-radius:50%;background-color:var(--silver)}.profile-links{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.profile-links__item{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem;border:1px solid rgba(200,204,212,.12);border-radius:4px;transition:border-color .25s ease,background-color .25s ease}.profile-links__item:hover{border-color:#c8ccd44d;background-color:#10203a66}.profile-links__label{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--silver)}.profile-links__value{font-size:1rem;color:var(--white)}.in-progress-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.in-progress-list li{font-size:.9375rem;color:var(--muted);padding-left:1.25rem;position:relative}.in-progress-list li:before{content:"→";position:absolute;left:0;color:var(--silver)}@media (max-width: 768px){.profile-hero__inner{grid-template-columns:1fr;text-align:center}.profile-hero__meta{align-items:center}.profile-hero__tagline{margin-left:auto;margin-right:auto}.profile-hero__details{justify-content:center}.profile-hero__photo .photo-slot{width:220px}}.project-detail__hero{padding:calc(var(--nav-height) + 3rem) clamp(1.5rem,5vw,3rem) 3rem;background-color:var(--navy-primary)}.project-detail__back{display:inline-block;font-size:.875rem;color:var(--muted);margin-bottom:2rem;transition:color .25s ease}.project-detail__back:hover{color:var(--white)}.project-detail__title{font-size:clamp(2rem,5vw,3.5rem);margin:.75rem 0 1.5rem}.project-detail__image{aspect-ratio:16 / 9;overflow:hidden;border-radius:4px;margin-bottom:2rem;background-color:var(--deep-blue)}.project-detail__image img{width:100%;height:100%;object-fit:cover}.project-detail__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--deep-blue) 0%,var(--navy-primary) 100%);border:1px solid rgba(200,204,212,.1)}.project-detail__desc{font-size:1.125rem}:root{--navy-primary: #0a1628;--navy-darkest: #0a1424;--deep-blue: #10203a;--silver: #c8ccd4;--silver-text: #cdd2db;--white: #eef1f6;--muted: #9aa6b8;--font-headline: "Fraunces", Georgia, serif;--font-body: "Hanken Grotesk", system-ui, sans-serif;--nav-height: 72px;--section-padding: clamp(4rem, 10vw, 8rem);--content-max: 1200px;--content-narrow: 720px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:300;font-size:1rem;line-height:1.65;color:var(--white);background-color:var(--navy-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-headline);font-weight:340;letter-spacing:-.02em;line-height:1.06}.section{padding:var(--section-padding) clamp(1.5rem,5vw,3rem)}.section--deep{background-color:var(--deep-blue)}.container{width:100%;max-width:var(--content-max);margin:0 auto}.container--narrow{max-width:var(--content-narrow)}.section-label{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--silver);margin-bottom:1.25rem}.section-heading{font-size:clamp(2rem,5vw,3.25rem);color:var(--white);margin-bottom:1.5rem}.body-text{color:var(--muted);font-weight:300;font-size:clamp(1rem,2vw,1.125rem);line-height:1.75}.btn-pill{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;background-color:var(--white);color:var(--navy-primary);font-family:var(--font-body);font-weight:400;font-size:.9375rem;letter-spacing:.02em;border-radius:999px;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.btn-pill:hover{transform:translateY(-2px);box-shadow:0 8px 24px #eef1f61f}.btn-pill:focus-visible{outline:2px solid var(--silver);outline-offset:3px}.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border:1px solid var(--silver);color:var(--white);font-family:var(--font-body);font-weight:400;font-size:.875rem;border-radius:999px;transition:background-color .25s ease,color .25s ease}.btn-outline:hover{background-color:#c8ccd41a}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 768px){:root{--nav-height: 64px}}
