:root{--bg-primary:#fff;--bg-secondary:#f5f5f5;--text-primary:#000;--text-secondary:#4a4a4a;--text-tertiary:#8e8e93;--accent:#000;--accent-foreground:#fff;--border:#00000014;--radius:20px;--transition:.5s cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-text-size-adjust:100%;text-size-adjust:100%;font-family:Inter,sans-serif;line-height:1.4;overflow-x:hidden}.container{--container-max-width:1400px;max-width:1400px;max-width:var(--container-max-width);margin:0 auto;padding:0 2rem}.container-wide{--container-max-width:1600px}.container-narrow{--container-max-width:840px}.site-header{z-index:1000;width:100%;color:var(--text-primary);-webkit-backdrop-filter:blur(20px);background:#ffffff03;border-bottom:1px solid #00000008;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.site-header .container{grid-template-columns:1fr auto 1fr;align-items:center;display:grid;position:relative}.header-logo-container{z-index:10;grid-column:1}.logo-container{align-items:center;display:inline-flex}.logo-svg{transition:transform .3s}.logo-container:hover .logo-svg{transform:translateY(-1px)}.logo-wordmark{fill:var(--text-primary);font-family:Inter,sans-serif}.header-nav{grid-column:2;justify-self:center;gap:2rem;display:flex}.header-nav a{text-transform:uppercase;letter-spacing:.1em;color:inherit;opacity:.5;transition:var(--transition);font-size:.75rem;font-weight:800;text-decoration:none}.header-nav a:hover{opacity:1}.header-actions{grid-column:3;justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}.btn-pill{background:var(--accent);color:var(--accent-foreground);border:1px solid var(--accent);text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:.6rem 1.4rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1)}.btn-pill:hover{background:var(--bg-primary);color:var(--accent)}.mobile-nav-toggle{width:30px;height:20px;color:inherit;cursor:pointer;z-index:1100;background:0 0;border:0;flex-direction:column;justify-content:space-between;padding:0;display:none;position:relative}.mobile-nav-toggle span{background:currentColor;border-radius:10px;width:100%;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1)}.mobile-nav-toggle.open span:first-child{transform:translateY(9px)rotate(45deg)}.mobile-nav-toggle.open span:nth-child(2){opacity:0}.mobile-nav-toggle.open span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.mobile-menu-overlay{background:var(--bg-primary);z-index:1050;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:2rem;transition:transform .6s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.mobile-menu-overlay.open{transform:translateY(0)}.mobile-menu-item{color:var(--text-primary);text-transform:uppercase;letter-spacing:-.04em;margin-bottom:2rem;font-size:3rem;font-weight:900;text-decoration:none}@media (max-width:1024px){.header-nav{display:none}.mobile-nav-toggle{display:flex}.site-header .container{grid-template-columns:1fr auto}.header-actions{grid-column:2;gap:.5rem}.container{padding:0 1.5rem}}@media (max-width:768px){.site-header{padding:1rem 0}.btn-pill{display:none}.mobile-menu-item{font-size:2.4rem}}
.section-flow{padding:6rem 0}.section-flow-flush-top{padding-top:0}.big-section-title{text-transform:uppercase;letter-spacing:-.04em;margin-bottom:3rem;font-size:clamp(2.6rem,6vw,4.8rem);font-weight:700;line-height:.9}.body-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.75}.body-text.strong{color:var(--text-primary);font-weight:600}.legal-page{padding-top:10rem}.legal-title{margin-bottom:3rem}.legal-content h2{color:var(--text-primary);letter-spacing:-.02em;margin-top:2.5rem;margin-bottom:1rem;font-size:1.4rem;line-height:1.25}.legal-list{margin-bottom:1.5rem;padding-left:1.5em}.not-found-section{align-items:center;min-height:72vh;padding:10.5rem 0 6rem;display:flex;position:relative;overflow:hidden}.not-found-backdrop{letter-spacing:-.08em;color:#0000000d;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:min(34vw,20rem);font-weight:800;line-height:.9;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.not-found-content{z-index:1;text-align:center;position:relative}.not-found-code{letter-spacing:-.06em;color:var(--text-primary);margin:0;font-size:clamp(4.5rem,12vw,8rem);line-height:.9}.not-found-description{max-width:32rem;color:var(--text-secondary);margin:1.5rem auto 0;font-size:1.1rem;line-height:1.7}.not-found-link{margin:2rem auto 0}@media (max-width:768px){.section-flow{padding:4.75rem 0}.big-section-title{margin-bottom:2rem;font-size:clamp(2.25rem,10vw,3.6rem)}.body-text{font-size:1rem}.legal-page{padding-top:8.75rem}.legal-content h2{margin-top:2rem;font-size:1.2rem}.not-found-section{min-height:64vh;padding:8.75rem 0 4.75rem}.not-found-description{font-size:1rem}}
.site-footer{color:#fff;background:#000;padding:8rem 0 4rem}.footer-top{max-width:1200px;margin-bottom:8rem}.footer-main-title{letter-spacing:-.04em;text-wrap:balance;max-width:1200px;margin-bottom:4rem;font-size:clamp(3rem,10vw,6.5rem);font-weight:500}.btn-footer{color:#000;background:#fff;border:1px solid #fff;border-radius:100px;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-footer:hover{color:#fff;background:#000}.footer-nav-wrap{grid-template-columns:1fr 1fr 1.5fr;gap:4rem;margin-bottom:6rem;display:grid}.footer-link-group{flex-direction:column;gap:1.5rem;display:flex}.footer-link-item{color:#fff;opacity:1;transition:var(--transition);justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:500;text-decoration:none;display:flex}.footer-link-item:hover{opacity:.6}.footer-link-item svg{opacity:.4}.footer-bottom-v2{color:#666;justify-content:space-between;align-items:center;padding-top:4rem;font-size:.85rem;font-weight:500;display:flex}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-links a{color:#666;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#fff}.footer-sub-label{text-transform:uppercase;letter-spacing:.05em;color:#444;margin-bottom:1.5rem;font-size:.75rem;font-weight:600;display:block}.footer-link-item.small{color:#888;font-size:1rem}.footer-newsletter{flex-direction:column;display:flex}.newsletter-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.2rem;font-weight:600}.newsletter-description{color:#a0a0a0;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.4}.newsletter-submit{color:#fff;cursor:pointer;background:#000;border:none;border-radius:100px;padding:.8rem 2rem;font-size:.9rem;font-weight:600;transition:all .3s}.newsletter-submit:hover{background:#333}@media (max-width:1024px){.footer-nav-wrap{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:768px){.footer-nav-wrap{grid-template-columns:1fr}.footer-bottom-v2{flex-direction:column;align-items:flex-start;gap:2rem}}
.hero{flex-direction:column;justify-content:center;min-height:85vh;padding-top:clamp(10.5rem,16vh,12.5rem);padding-bottom:3rem;display:flex}.hero-content{--hero-optical-inset:.07em;max-width:1200px}.hero-label{color:var(--text-primary);letter-spacing:-.01em;padding-left:var(--hero-optical-inset);margin-bottom:4rem;font-size:.9rem;font-weight:500}.hero-title{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:2.75rem;font-size:clamp(2.8rem,6.1vw,5.2rem);font-weight:500;line-height:1.02}.hero-line-wrap{margin-bottom:-.1em;padding-bottom:.1em;display:block}.hero-line{display:block}.hero-title span.muted{color:#a0a0a0}.hero-support{max-width:720px;color:var(--text-secondary);padding-left:var(--hero-optical-inset);font-size:1.05rem;line-height:1.65}.hero-cta-wrap{opacity:1;padding-left:var(--hero-optical-inset);justify-content:flex-start;margin-top:clamp(2.5rem,8vh,4rem);display:flex}.hero-cta{color:#00000085;letter-spacing:.12em;text-transform:uppercase;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:.45rem;width:fit-content;padding:0;font-size:.72rem;font-weight:500;text-decoration:none;transition:color .25s,transform .25s,opacity .25s;display:inline-flex}.hero-cta:hover{color:#000;transform:translateY(1px)}.hero-cta svg{opacity:.8;transition:transform .25s}.hero-cta:hover svg{transform:translateY(2px)}.section-work{background:var(--bg-primary);padding:6rem 0 3rem;scroll-margin-top:7rem}.section-work .work-item.featured{grid-column:span 1;margin-bottom:0}.section-work-footer{justify-content:flex-end;margin-top:2.5rem;display:flex}.section-success{background:var(--bg-primary);padding:7.5rem 0}.success-content{grid-template-columns:1fr 2fr 1fr;align-items:flex-start;gap:1.5rem;display:grid}.success-action{justify-self:end}.section-label{color:#666;text-transform:capitalize;font-size:.75rem;font-weight:600}.success-title{letter-spacing:-.02em;color:var(--text-primary);max-width:18ch;font-size:clamp(1.85rem,3.6vw,2.9rem);font-weight:500;line-height:1.12}.success-title span.muted{color:#a0a0a0}.btn-secondary{color:var(--text-primary);width:fit-content;transition:var(--transition);background:#f0f0f0;border-radius:100px;justify-self:end;align-items:center;gap:.5rem;padding:.7rem 1.15rem;font-size:.8rem;font-weight:600;text-decoration:none;display:flex}.btn-secondary:hover{background:#e5e5e5}.section-services-v2{background:var(--bg-primary);padding:6.5rem 0}.services-list-v2{flex-direction:column;gap:.5rem;margin-top:3rem;display:flex}.service-row-v2{width:100%;color:inherit;text-align:left;cursor:pointer;transition:var(--transition);background:0 0;border:none;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:1.25rem;padding:2.6rem 0;display:flex}.service-group-v2:first-child .service-row-v2{border-top:1px solid #eee}.service-group-v2.open .service-row-v2{border-bottom-color:#0000}.service-name-v2{color:var(--text-primary);letter-spacing:-.03em;min-width:0;font-size:clamp(1.65rem,3.8vw,3.2rem);font-weight:500}.service-icon-v2{opacity:.3;transition:all .5s cubic-bezier(.16,1,.3,1)}.service-group-v2:hover .service-icon-v2,.service-group-v2.open .service-icon-v2{opacity:1}.service-details-v2{opacity:0;border-bottom:1px solid #eee;grid-template-rows:0fr;transition:grid-template-rows .7s cubic-bezier(.16,1,.3,1),opacity .35s,border-color .35s;display:grid;overflow:hidden}.service-items-minimal{flex-direction:column;gap:1rem;min-height:0;padding-top:.2rem;padding-bottom:0;padding-left:.5rem;transition:padding-top .55s cubic-bezier(.16,1,.3,1),padding-bottom .55s cubic-bezier(.16,1,.3,1);display:flex}.service-detail-item-minimal{color:var(--text-secondary);opacity:0;filter:blur(6px);font-size:1.1rem;font-weight:400;transition:transform .65s cubic-bezier(.16,1,.3,1),opacity .45s,filter .45s,color .2s;transform:translateY(18px)}.service-detail-item-minimal:hover{color:var(--text-primary)}.service-group-v2.open .service-details-v2{opacity:1;grid-template-rows:1fr}.service-group-v2.open .service-items-minimal{padding-top:1.2rem;padding-bottom:2.2rem}.service-group-v2.open .service-detail-item-minimal{opacity:1;filter:blur();transition-delay:var(--service-item-delay,0s);transform:translateY(0)}.service-row-v2:hover .service-name-v2{color:#000}.section-logos{background:var(--bg-primary);padding:7rem 0 8.5rem}.logo-grid{grid-template-columns:repeat(5,1fr);place-items:center;gap:4rem 2.5rem;display:grid}.logo-item{color:#0000004d;letter-spacing:-.02em;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;transition:color .3s;display:flex}.logo-item svg{max-width:100%;height:auto}.logo-item:hover{color:#000}.logo-icon{width:40px;height:40px}@media (max-width:1024px){.hero{min-height:auto;padding-top:clamp(8.75rem,14vh,10.5rem)}.hero-title{max-width:1200px}.success-content{grid-template-columns:1fr;gap:2rem}.success-action,.btn-secondary{justify-self:flex-start}.logo-grid{grid-template-columns:repeat(3,1fr);gap:3rem 2rem}}@media (max-width:768px){.hero{padding-top:7.75rem;padding-bottom:2rem}.hero-title{margin-bottom:2.5rem;font-size:clamp(2.9rem,15vw,4.75rem);line-height:.98}.hero-cta{font-size:.78rem}.hero-cta-wrap{margin-top:2.75rem}.section-success,.section-services-v2,.section-logos,.section-work{padding-top:4.75rem}.section-success,.section-logos{padding-bottom:4.75rem}.services-list-v2{gap:.35rem}.service-row-v2{padding:2rem 0}.service-group-v2.open .service-items-minimal{padding-top:.95rem}.service-detail-item-minimal{font-size:1rem}.service-name-v2{font-size:2rem}.service-icon-v2{flex:none;align-self:flex-start;margin-top:.45rem}.reveal-section,.reveal-stagger>*{filter:none}}@media (max-width:640px){.hero-title{font-size:clamp(2.7rem,14vw,4rem)}.success-title{font-size:clamp(1.65rem,8vw,2.15rem)}.logo-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem}}@media (prefers-reduced-motion:reduce){.service-details-v2,.service-items-minimal,.service-detail-item-minimal{transition:none}.service-detail-item-minimal{filter:none;transform:none}}
.work-detail-grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:6rem;display:grid}.work-detail-grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:6rem;display:grid}.work-detail-grid-item{background:#dfe2e8;border-radius:24px;justify-content:center;align-items:center;padding:15% 10%;display:flex}.work-detail-grid-item img{filter:drop-shadow(0 15px 40px #00000026);max-width:100%;height:auto}.btn-visit{color:var(--text-primary);transition:var(--transition);background:#f0f0f0;border-radius:100px;align-items:center;gap:.5rem;margin-top:2rem;margin-bottom:6rem;padding:.8rem 1.6rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-visit:hover{background:#e5e5e5}.work-grid{grid-template-columns:repeat(2,1fr);gap:3rem 2rem;display:grid}.work-item{flex-direction:column;display:flex}.work-item-link{text-decoration:none;display:contents}.work-item.featured{grid-column:span 2;margin-bottom:1rem}.work-box{aspect-ratio:16/9;cursor:pointer;transition:var(--transition);background:#f4f4f4;border-radius:20px;justify-content:center;align-items:center;margin-bottom:1.5rem;padding:0;display:flex;position:relative;overflow:hidden}.work-box.dark-bg{background:#111}.work-item.featured .work-box{aspect-ratio:16/9}.work-box img{object-fit:cover;width:100%;height:100%;transition:var(--transition)}.work-box:hover img{transform:scale(1.06)}.work-arrow-circle{color:#000;opacity:0;z-index:5;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:2rem;left:2rem;transform:scale(.8)translate(-10px);box-shadow:0 10px 30px #0000001a}.work-box:hover .work-arrow-circle{opacity:1;transform:scale(1)translate(0)}.work-box .work-arrow-circle:hover{color:#fff;background:#000;transform:scale(1.1)translate(0)}.work-info{flex-direction:column;gap:.4rem;display:flex}.work-client{color:#888;font-size:.85rem;font-weight:400}.work-title{color:var(--text-primary);letter-spacing:-.02em;font-size:1.2rem;font-weight:500}.work-detail-hero{padding:11rem 0 0}.work-detail-meta{gap:4rem;margin-bottom:4rem;display:flex}.meta-group{flex-direction:column;gap:.5rem;display:flex}.meta-label{color:var(--text-tertiary);text-transform:capitalize;font-size:.75rem;font-weight:500}.meta-value{color:var(--text-primary);font-size:1rem;font-weight:600}.work-detail-main-title{letter-spacing:-.03em;color:var(--text-primary);max-width:1000px;margin-bottom:5rem;font-size:clamp(2.6rem,5.6vw,4.5rem);font-weight:500;line-height:1.05}.work-detail-image-box{aspect-ratio:16/9;border-radius:24px;justify-content:center;align-items:center;margin-bottom:4.5rem;display:flex;overflow:hidden}.work-detail-image-box img{object-fit:cover;width:100%;height:100%}.work-detail-content{padding-bottom:8rem}.work-detail-section-title{letter-spacing:-.02em;max-width:760px;margin-top:2rem;margin-bottom:2rem;font-size:clamp(1.85rem,3.2vw,2.8rem);font-weight:500;line-height:1.1}.work-detail-body{max-width:860px;margin-bottom:4.5rem}.work-detail-body p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.75}.work-highlight-list{gap:1rem;display:grid}.work-highlight-box{margin-bottom:0}.work-detail-note{margin-top:1.5rem}@media (max-width:1024px){.work-detail-grid-3,.work-detail-grid-2{grid-template-columns:1fr;margin-bottom:4rem}.work-grid{grid-template-columns:1fr;gap:2rem}.work-item.featured{grid-column:span 1;margin-bottom:0}.work-item.featured .work-box,.work-box{aspect-ratio:16/9;border-radius:12px;margin-bottom:.8rem;padding:0}.work-title{font-size:1.1rem}.work-client{font-size:.8rem}}@media (max-width:768px){.work-detail-meta{flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.work-detail-hero{padding:8.75rem 0 4rem}.work-detail-main-title{margin-bottom:3rem}.work-detail-image-box{border-radius:12px;margin-bottom:4rem}.work-detail-section-title{margin-bottom:2rem}.work-detail-body p{font-size:1rem}.btn-visit{margin-bottom:3rem}}
.blog-index-hero{padding:10.5rem 0 3rem}.blog-index-shell{max-width:56rem}.blog-index-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:1.25rem;font-size:.8rem;font-weight:700;display:inline-block}.blog-index-title{letter-spacing:-.05em;text-wrap:balance;max-width:20ch;margin-bottom:1.5rem;font-size:clamp(2.9rem,6vw,5rem);font-weight:600;line-height:.96}.blog-index-description{max-width:40rem;color:var(--text-secondary);font-size:1.1rem;line-height:1.75}.blog-index-section{padding:2rem 0 7rem}.blog-index-grid{grid-template-columns:minmax(0,1.2fr) minmax(22rem,.8fr);align-items:start;gap:2rem;display:grid}.blog-index-stack{gap:1rem;display:grid}.blog-card{border:1px solid var(--border);background:linear-gradient(#fffffffa,#f7f7f7fa);border-radius:28px;box-shadow:0 18px 50px #00000009}.blog-card.featured{min-height:100%}.blog-card-link{color:inherit;flex-direction:column;gap:1.2rem;padding:2rem;text-decoration:none;display:flex}.blog-card-meta,.blog-post-meta{letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary);flex-wrap:wrap;align-items:center;gap:.55rem;font-size:.78rem;font-weight:700;display:flex}.blog-card-category,.blog-post-eyebrow{color:var(--text-primary)}.blog-card-divider,.blog-post-meta-divider{opacity:.35}.blog-card-title{letter-spacing:-.04em;max-width:13ch;font-size:clamp(1.55rem,2.8vw,2.7rem);font-weight:600;line-height:1.02}.blog-card.featured .blog-card-title{font-size:clamp(2.3rem,4vw,3.6rem)}.blog-card-excerpt{max-width:42rem;color:var(--text-secondary);font-size:1.02rem;line-height:1.7}.blog-card-cta{letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);align-items:center;gap:.45rem;margin-top:auto;font-size:.84rem;font-weight:700;display:inline-flex}.blog-post-hero{padding:10.5rem 0 2rem}.blog-post-shell{max-width:54rem}.blog-back-link{letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);align-items:center;margin-bottom:2rem;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex}.blog-post-title{letter-spacing:-.055em;text-wrap:balance;max-width:20ch;margin:1.5rem 0;font-size:clamp(3rem,6.2vw,5.4rem);font-weight:600;line-height:.94}.blog-post-excerpt{max-width:44rem;color:var(--text-secondary);font-size:1.2rem;line-height:1.7}.blog-post-author{flex-direction:column;gap:.2rem;margin-top:2rem;display:flex}.blog-post-author-name{font-size:.95rem;font-weight:700}.blog-post-author-role{color:var(--text-tertiary);font-size:.95rem}.blog-post-content{padding:2rem 0 8rem}.blog-post-grid{grid-template-columns:minmax(0,1fr) 18rem;align-items:start;gap:3.5rem;display:grid}.blog-post-body{max-width:48rem}.blog-post-section{margin-top:3rem}.blog-post-section-title{letter-spacing:-.035em;margin-bottom:1.25rem;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:600;line-height:1.05}.blog-paragraph{color:var(--text-secondary);margin-bottom:1.4rem;font-size:1.08rem;line-height:1.85}.blog-paragraph-lead{color:var(--text-primary)}.blog-post-list{color:var(--text-secondary);gap:.9rem;margin:1.2rem 0 0;padding-left:1.4rem;line-height:1.8;display:grid}.blog-post-quote{letter-spacing:-.02em;color:var(--text-primary);border-left:2px solid #000;margin:2rem 0 0;padding-left:1.4rem;font-size:1.35rem;line-height:1.45}.blog-post-aside{gap:1rem;display:grid;position:sticky;top:7rem}.blog-takeaway-card,.blog-cta-card{border:1px solid var(--border);border-radius:24px;padding:1.5rem}.blog-takeaway-card{background:#f4f4f4}.blog-cta-card{color:#fff;background:#000}.blog-takeaway-label{letter-spacing:.12em;text-transform:uppercase;opacity:.7;margin-bottom:.9rem;font-size:.76rem;font-weight:700;display:inline-block}.blog-takeaway-card p,.blog-cta-card p{font-size:.98rem;line-height:1.7}.blog-cta-link{color:#fff;margin-top:1.25rem;font-weight:700;text-decoration:none;display:inline-flex}@media (max-width:1024px){.blog-index-grid,.blog-post-grid{grid-template-columns:1fr}.blog-post-aside{max-width:32rem;position:static}}@media (max-width:768px){.blog-index-hero,.blog-post-hero{padding-top:8.75rem}.blog-index-title{max-width:15ch;font-size:clamp(2.4rem,11vw,3.8rem)}.blog-post-title{font-size:clamp(2.5rem,11vw,4rem)}.blog-index-section,.blog-post-content{padding-bottom:5rem}.blog-card-link{padding:1.5rem}.blog-card.featured .blog-card-title,.blog-card-title{font-size:clamp(1.8rem,8vw,2.6rem)}.blog-paragraph,.blog-post-excerpt,.blog-index-description{font-size:1rem}}
.contact-hero{padding:10rem 0 5.5rem}.contact-intro{max-width:500px;margin-bottom:5rem}.contact-label{color:#666;margin-bottom:2rem;font-size:.85rem;font-weight:600;display:block}.contact-title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.8rem,6vw,4.75rem);font-weight:500;line-height:.98}.contact-desc{color:var(--text-primary);font-size:1.15rem;font-weight:400;line-height:1.6}.contact-grid{grid-template-columns:1fr 1fr 1.5fr 1fr;gap:3rem;margin-bottom:8rem;display:grid}.contact-col{flex-direction:column;gap:1.5rem;display:flex}.contact-col-label{color:#888;font-size:.85rem;font-weight:500}.contact-link-big{color:var(--text-primary);transition:var(--transition);justify-content:space-between;align-items:center;font-size:1rem;font-weight:500;text-decoration:none;display:flex}.contact-link-big:hover{opacity:.6}.contact-text-big{color:var(--text-primary);font-size:1rem;font-weight:500;line-height:1.6}.contact-social-list{flex-direction:column;gap:1.5rem;display:flex}.contact-social-item{color:var(--text-primary);transition:var(--transition);justify-content:space-between;align-items:center;font-size:1rem;font-weight:500;text-decoration:none;display:flex}.contact-social-item:hover{opacity:.6}@media (max-width:1024px){.contact-grid{grid-template-columns:1fr 1fr;gap:3rem 2rem}}@media (max-width:768px){.contact-hero{padding:8.75rem 0 4.5rem}.contact-intro{margin-bottom:3rem}.contact-grid{grid-template-columns:1fr;gap:2.5rem;margin-bottom:5.5rem}}@media (max-width:640px){.contact-grid{gap:2.5rem}}
.about-hero{padding:10rem 0 6rem}.about-intro{max-width:720px;margin-top:2.5rem}.about-intro p{color:var(--text-primary);font-size:1.35rem;font-weight:500;line-height:1.45}.about-image-grid{grid-template-columns:1fr 1fr;gap:2rem;margin:5rem 0 7rem;display:grid}.about-img-box{background:#dfe2e8;border-radius:24px;justify-content:center;align-items:center;padding:15% 10%;display:flex}.about-img-box img{filter:drop-shadow(0 20px 40px #0000001a);max-width:90%;height:auto}.about-section{padding:6rem 0}.about-section.bg-secondary{background:var(--bg-secondary)}.about-grid-3{grid-template-columns:1fr 2fr 1fr;align-items:flex-start;gap:3rem;display:grid}.about-body-text{letter-spacing:-.01em;color:var(--text-primary);margin-bottom:1.75rem;font-size:1.15rem;font-weight:400;line-height:1.7}.about-body-text span.muted{color:#a0a0a0}.lead-text{letter-spacing:-.02em;color:#000;font-size:1.35rem;font-weight:500;line-height:1.4}.about-quote-box{color:#000;border-left:3px solid #000;margin:2.5rem 0;padding:2.25rem 0 2.25rem 2rem;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.1rem);font-style:italic;line-height:1.3}.about-quote-box-tight{margin-bottom:0}.highlight-box{color:#a0a0a0;background:#000;border-radius:16px;padding:2rem 2.25rem;font-size:1.05rem}.highlight-box strong{color:#fff;font-size:1.2rem;font-weight:500}.about-features-grid{gap:2rem;margin-top:2rem;display:grid}.feature-item{grid-template-columns:40px 1fr;align-items:start;gap:1.5rem;display:grid}.feature-item p{color:#000;letter-spacing:-.01em;font-size:1.15rem;font-weight:500;line-height:1.55}.feature-number{color:#999;border-bottom:2px solid #000;padding-bottom:.2rem;font-size:1rem;font-weight:700}.about-statement-grid{gap:1.5rem;margin-top:2rem;display:grid}.statement-row{align-items:center;gap:1rem;display:flex}.statement-icon{color:#666;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;font-weight:900;display:flex}.statement-text{color:#444;font-size:1.1rem}.about-pill-container{flex-wrap:wrap;gap:.8rem;display:flex}.about-pill-container-spaced{margin:3rem 0}.about-space-top-md{margin-top:2rem}.about-space-top-lg{margin-top:3rem}.about-pill{color:#000;background:#fff;border:1px solid #00000014;border-radius:100px;padding:.8rem 1.6rem;font-size:.95rem;font-weight:600;box-shadow:0 4px 10px #00000005}.about-checklist-grid{gap:1.5rem;display:grid}.checklist-item{align-items:center;gap:1.25rem;display:flex}.checklist-icon{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:700;display:flex}.checklist-text{font-size:1.1rem;font-weight:500}.about-build-cards{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.build-card{background:#f8f9fa;border:1px solid #0000000a;border-radius:20px;padding:2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1)}.build-card h3{letter-spacing:-.01em;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.build-card p{color:#666;font-size:1rem;line-height:1.5}.about-section-closing{padding-bottom:12rem}.about-perspective-title{letter-spacing:-.03em;margin-bottom:3rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1.1}.about-perspective-text{color:#666;margin-bottom:2rem;font-size:1.4rem;line-height:1.4}.about-perspective-text-strong{color:#000;margin-bottom:0}@media (max-width:1024px){.about-grid-3{grid-template-columns:1fr;gap:2rem}.about-image-grid{grid-template-columns:1fr}.about-body-text{font-size:1.1rem}.about-quote-box{margin:2rem 0;padding:2rem 0;font-size:1.8rem}.about-build-cards{grid-template-columns:1fr}}@media (max-width:768px){.about-hero{padding:8.75rem 0 4.75rem}.about-intro{margin-top:1.5rem}.about-intro p,.lead-text,.about-body-text,.feature-item p,.statement-text,.checklist-text{font-size:1rem}.highlight-box{padding:1.75rem 1.5rem;font-size:1.05rem}.about-quote-box{padding-left:1.5rem}.build-card{padding:1.75rem}}
@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:1s cubic-bezier(.16,1,.3,1) forwards fadeIn}.reveal-section{opacity:0;filter:blur(8px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0s);will-change:transform,opacity,filter;transform:translateY(52px)}.reveal-section.is-visible{opacity:1;filter:blur();transform:translateY(0)}.reveal-stagger>*{opacity:0;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);transform:translateY(34px)}.reveal-stagger.is-visible>*{opacity:1;transform:translateY(0)}.reveal-stagger>:first-child{transition-delay:calc(var(--reveal-delay,0s) + 40ms)}.reveal-stagger>:nth-child(2){transition-delay:calc(var(--reveal-delay,0s) + .11s)}.reveal-stagger>:nth-child(3){transition-delay:calc(var(--reveal-delay,0s) + .18s)}.reveal-stagger>:nth-child(4){transition-delay:calc(var(--reveal-delay,0s) + .25s)}.reveal-stagger>:nth-child(5){transition-delay:calc(var(--reveal-delay,0s) + .32s)}.reveal-stagger>:nth-child(6){transition-delay:calc(var(--reveal-delay,0s) + .39s)}.reveal-stagger>:nth-child(7){transition-delay:calc(var(--reveal-delay,0s) + .46s)}.reveal-stagger>:nth-child(8){transition-delay:calc(var(--reveal-delay,0s) + .53s)}.reveal-stagger>:nth-child(9){transition-delay:calc(var(--reveal-delay,0s) + .6s)}.reveal-stagger>:nth-child(10){transition-delay:calc(var(--reveal-delay,0s) + .67s)}
