:root{--cream: #f6f4ef;--cream-deep: #ebe6dc;--stone: #d4cec3;--ink: #1c1b19;--ink-muted: #5c5852;--ink-soft: #8a857c;--white: #fdfcfa;--line: rgba(28, 27, 25, .08);--accent: #3d3a36;--font: "Jost", "Futura", "Century Gothic", "Trebuchet MS", sans-serif;--tracking-wide: .18em;--tracking-ui: .12em;--max: 1120px;--ease: cubic-bezier(.25, .1, .25, 1);--site-header-h: 4.75rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-weight:300;font-size:1.0625rem;line-height:1.65;color:var(--ink-muted);background:var(--cream);-webkit-font-smoothing:antialiased}#root{min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.logo-img{height:36px;width:auto;filter:brightness(0) saturate(100%);opacity:.92}@media (min-width: 768px){.logo-img{height:42px}}.u-label{font-size:.6875rem;font-weight:400;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--ink-soft)}.u-heading-xl{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:200;line-height:1.12;letter-spacing:.02em;color:var(--ink);margin:0}.u-heading-lg{font-size:clamp(1.75rem,3.5vw,2.35rem);font-weight:200;line-height:1.2;color:var(--ink);margin:0}.u-heading-md{font-size:1.25rem;font-weight:300;letter-spacing:.04em;color:var(--ink);margin:0}.u-prose{max-width:38rem}.u-prose-wide{max-width:42rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#f6f4efe0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.site-header__inner{max-width:var(--max);margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-header__brand{display:flex;align-items:center;gap:0;line-height:0}.site-header__brand img{border:0}.site-header__nav{display:none;align-items:center;gap:2rem}@media (min-width: 900px){.site-header__nav{display:flex}}.site-header__nav a{font-size:.8125rem;font-weight:400;letter-spacing:var(--tracking-ui);text-transform:uppercase;color:var(--ink-muted);transition:color .25s var(--ease)}.site-header__nav a:hover{color:var(--ink)}.site-header__cta{display:flex;align-items:center;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.65rem;font-size:.75rem;font-weight:400;letter-spacing:var(--tracking-ui);text-transform:uppercase;border:1px solid var(--ink);background:transparent;color:var(--ink);transition:background .3s var(--ease),color .3s var(--ease),border-color .3s var(--ease)}.btn:hover{background:var(--ink);color:var(--cream)}.btn--light{border-color:#fdfcfa8c;color:var(--white)}.btn--light:hover{background:var(--white);color:var(--ink);border-color:var(--white)}.btn--solid{background:var(--ink);color:var(--cream)}.btn--solid:hover{background:var(--accent);border-color:var(--accent)}.btn--inverse{background:var(--white);color:var(--ink);border-color:var(--white)}.btn--inverse:hover{background:transparent;color:var(--white);border-color:var(--white)}.hidden-mobile{display:none}@media (min-width: 900px){.hidden-mobile{display:inline-flex}}.section{padding:clamp(4rem,10vw,7rem) 1.5rem}.section--tight-top{padding-top:clamp(5.5rem,12vw,7.5rem)}.section--muted{background:var(--cream-deep)}.section--dark{background:var(--ink);color:#fdfcfac7}.section--dark .u-heading-xl,.section--dark .u-heading-lg,.section--dark .u-heading-md{color:var(--white)}.section--dark .u-label{color:#fdfcfa73}.section__inner{max-width:var(--max);margin:0 auto}.section__intro{margin-bottom:clamp(2.5rem,6vw,4rem)}.section__intro .u-heading-lg{margin-bottom:1rem}.hero{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;padding:6.5rem 1.5rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(212,206,195,.45),transparent),linear-gradient(180deg,var(--cream) 0%,var(--cream-deep) 100%);z-index:-1}.hero__inner{max-width:var(--max);margin:0 auto;width:100%;display:grid;gap:clamp(2.25rem,5vw,3.5rem);align-items:center}@media (min-width: 900px){.hero__inner{grid-template-columns:minmax(0,1fr) minmax(260px,42%);gap:clamp(2rem,4vw,3rem)}}.hero__media{position:relative;border-radius:1px;overflow:hidden;aspect-ratio:4 / 5;max-height:min(72vh,640px);margin:0 auto;width:min(100%,420px)}@media (min-width: 900px){.hero__media{width:100%;max-height:min(78vh,720px);margin:0;justify-self:end}}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__taglines{margin-bottom:2.5rem}.hero__taglines p{margin:0;font-size:clamp(1.85rem,4.5vw,3rem);font-weight:200;line-height:1.15;letter-spacing:.03em;color:var(--ink)}.hero__taglines p+p{margin-top:.35rem}.hero__lead{font-size:1.125rem;font-weight:300;line-height:1.7;color:var(--ink-muted);max-width:36rem;margin:0 0 2.25rem}.hero__lead p{margin:0 0 1.15rem}.hero__lead p:last-child{margin-bottom:0}.hero__lead strong{font-weight:500;color:var(--ink)}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.service-grid{display:grid;gap:1px;background:var(--line);border:1px solid var(--line)}@media (min-width: 768px){.service-grid{grid-template-columns:repeat(2,1fr)}}.service-card{background:var(--cream);padding:clamp(1.75rem,4vw,2.25rem);transition:background .35s var(--ease)}.section--muted .service-card{background:var(--cream-deep)}.service-card:hover{background:var(--white)}.section--muted .service-card:hover{background:var(--cream)}.service-card__num{font-size:.6875rem;font-weight:400;letter-spacing:var(--tracking-wide);color:var(--ink-soft);margin-bottom:1rem}.service-card__title{font-size:1.0625rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin:0 0 .75rem}.service-card p{margin:0;font-size:.9375rem;line-height:1.65}.split-block{display:grid;gap:clamp(2rem,5vw,3.5rem);align-items:start}@media (min-width: 900px){.split-block{grid-template-columns:1fr 1.15fr;gap:4rem}}.split-block__sticky{position:relative}@media (min-width: 900px){.split-block__sticky{position:sticky;top:7rem}}.founder{display:grid;gap:2.5rem}@media (min-width: 768px){.founder{grid-template-columns:minmax(220px,300px) minmax(0,1.25fr);gap:3.5rem;align-items:start}}.founder__profile{display:flex;flex-direction:column;gap:2rem}.founder__photo{margin:0 auto;overflow:hidden;border-radius:1px;aspect-ratio:4 / 5;max-width:300px;width:100%}@media (min-width: 768px){.founder__photo{margin-inline:0}}.founder__photo img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.founder__aside{border-top:1px solid var(--line);padding-top:1.75rem}.founder__name{font-size:1.125rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);margin:0 0 .35rem}.founder__role{font-size:.875rem;color:var(--ink-soft);margin:0 0 1.5rem}.founder__body p{margin:0 0 1.25rem}.founder__body p:last-child{margin-bottom:0}.cred-list{list-style:none;margin:0;padding:0;display:grid;gap:0;border-top:1px solid rgba(253,252,250,.12)}.cred-list li{padding:1rem 0;border-bottom:1px solid rgba(253,252,250,.12);font-size:.9375rem;font-weight:300;letter-spacing:.02em;color:#fdfcfad9}.cta-finale{text-align:center;max-width:36rem;margin:0 auto}.cta-finale .u-heading-lg{margin-bottom:1.25rem}.cta-finale p{margin:0 0 2rem;font-size:1.0625rem}.site-footer{padding:2.5rem 1.5rem;border-top:1px solid rgba(253,252,250,.1)}.site-footer__inner{max-width:var(--max);margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}@media (min-width: 640px){.site-footer__inner{flex-direction:row;justify-content:space-between;text-align:left}}.site-footer .logo-img{filter:none;opacity:1;height:32px}.site-footer__meta{font-size:.8125rem;letter-spacing:.04em;color:#fdfcfa80}.nav-toggle{display:flex;padding:.5rem;background:none;border:none;color:var(--ink)}@media (min-width: 900px){.nav-toggle{display:none}}.mobile-nav{display:none;position:fixed;top:var(--site-header-h);left:0;right:0;bottom:0;z-index:90;flex-direction:column;padding:2rem 1.5rem;gap:1.5rem;border-top:1px solid var(--line);background-color:#f6f4ef;background-color:var(--cream);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;isolation:isolate}.mobile-nav.is-open{display:flex}@media (min-width: 900px){.mobile-nav{display:none!important}}.mobile-nav a{font-size:.8125rem;font-weight:400;letter-spacing:var(--tracking-ui);text-transform:uppercase;color:var(--ink-muted)}
