:root{--bg:#0b0e0e;--bg-alt:#101514;--surface:#141a19;--surface-hi:#1a2221;--border:#232c2b;--border-hi:#34403e;--text:#eef2ef;--text-dim:#9ba7a3;--text-faint:#6d7874;--teal:#37bcc8;--green:#7cc36a;--accent:#5cc6a4;--accent-soft:rgba(92,198,164,0.12);--gradient:linear-gradient(100deg,var(--teal),var(--green));--font-display:"Fraunces",Georgia,"Times New Roman",serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--radius:14px;--ease:cubic-bezier(0.2,0.7,0.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;background:#0b0e0e;background:var(--bg);color:#eef2ef;color:var(--text);font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-family:var(--font-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%}::selection{background:rgba(92,198,164,.35)}a:focus-visible,button:focus-visible{outline:2px solid #5cc6a4;outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}h1,h2,h3{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-family:var(--font-display);font-weight:500;letter-spacing:-.015em;font-variation-settings:"SOFT" 50,"WONK" 0}.container{max-width:1120px;margin:0 auto;padding:0 24px}.eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#5cc6a4;color:var(--accent);margin-bottom:14px}.gradient-text{background:linear-gradient(100deg,#37bcc8,#7cc36a);background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(11,14,14,.78);backdrop-filter:saturate(140%) blur(12px);-webkit-backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid transparent;transition:border-color .2s ease}.nav.nav-scrolled{border-bottom-color:#232c2b;border-bottom-color:var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px}.logo-img{height:30px;display:block}.nav-links{display:flex;align-items:center;grid-gap:4px;gap:4px}.nav-links a{color:#9ba7a3;color:var(--text-dim);text-decoration:none;font-size:.93rem;font-weight:500;padding:8px 12px;border-radius:8px;transition:color .15s ease,background .15s ease}.nav-links a.active,.nav-links a:hover{color:#eef2ef;color:var(--text)}.nav-links .nav-cta{color:#0b0e0e;color:var(--bg);background:#eef2ef;background:var(--text);margin-left:8px;padding:8px 16px}.nav-links .nav-cta:hover{color:#0b0e0e;color:var(--bg);background:#fff}.hero{position:relative;padding:128px 0 112px;overflow:hidden}.hero:before{content:"";position:absolute;inset:-40% -10% auto auto;width:820px;height:820px;background:radial-gradient(circle at center,rgba(55,188,200,.16),rgba(124,195,106,.06) 45%,transparent 70%);pointer-events:none}.hero .container{position:relative}.hero h1{font-size:clamp(2.5rem,6vw,4.6rem);line-height:1.04;margin:0 0 28px;max-width:900px;font-weight:400}.hero h1 em{font-style:italic;font-variation-settings:"SOFT" 100,"WONK" 1}.hero-sub{font-size:1.2rem;color:#9ba7a3;color:var(--text-dim);max-width:600px;margin:0 0 40px}.hero-actions{display:flex;grid-gap:12px;gap:12px;flex-wrap:wrap}.hero-strip{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:88px}.hero-strip a{position:relative;display:block;aspect-ratio:16/9;border-radius:14px;border-radius:var(--radius);overflow:hidden;border:1px solid #232c2b;border:1px solid var(--border)}.hero-strip img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.2,.7,.2,1);transition:transform .6s var(--ease)}.hero-strip a:hover img{transform:scale(1.04)}.hero-strip span{position:absolute;left:14px;bottom:12px;z-index:1;font-size:.82rem;font-weight:600;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.6)}.hero-strip a:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.55));pointer-events:none}.btn{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:13px 24px;border-radius:999px;font-size:.98rem;font-weight:600;text-decoration:none;transition:background .15s ease,border-color .15s ease,transform .15s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:linear-gradient(100deg,#37bcc8,#7cc36a);background:var(--gradient);color:#071210}.btn-primary:hover{-webkit-filter:brightness(1.08);filter:brightness(1.08)}.btn-ghost{border:1px solid #34403e;border:1px solid var(--border-hi);color:#eef2ef;color:var(--text)}.btn-ghost:hover{border-color:#9ba7a3;border-color:var(--text-dim);background:hsla(0,0%,100%,.03)}.section{padding:104px 0}.section-alt{background:#101514;background:var(--bg-alt);border-top:1px solid #232c2b;border-top:1px solid var(--border);border-bottom:1px solid #232c2b;border-bottom:1px solid var(--border)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;grid-gap:24px;gap:24px;margin-bottom:48px;flex-wrap:wrap}.section h2{font-size:clamp(2rem,4vw,2.75rem);line-height:1.1;margin:0 0 12px}.section-sub{color:#9ba7a3;color:var(--text-dim);margin:0;max-width:560px;font-size:1.05rem}.section-link{color:#eef2ef;color:var(--text);text-decoration:none;font-weight:600;font-size:.95rem;white-space:nowrap}.section-link:hover{color:#5cc6a4;color:var(--accent)}.project-list{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.project{display:grid;grid-template-columns:1.15fr 1fr;background:#141a19;background:var(--surface);border:1px solid #232c2b;border:1px solid var(--border);border-radius:20px;overflow:hidden;transition:border-color .2s ease}.project:hover{border-color:#34403e;border-color:var(--border-hi)}.project:nth-child(2n) .project-media{order:2}.project-media{position:relative;display:block;min-height:320px;overflow:hidden;background:#101514;background:var(--bg-alt)}.project-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1);transition:transform .7s var(--ease)}.project:hover .project-media img{transform:scale(1.03)}.project-body{padding:44px;display:flex;flex-direction:column;justify-content:center}.project-kind{font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#6d7874;color:var(--text-faint);margin-bottom:12px}.project h3{font-size:2rem;line-height:1.1;margin:0 0 6px}.project-tagline{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-family:var(--font-display);font-style:italic;color:#5cc6a4;color:var(--accent);font-size:1.1rem;margin:0 0 18px}.project-text{color:#9ba7a3;color:var(--text-dim);margin:0 0 24px}.project-badge{align-self:flex-start;display:inline-flex;align-items:center;grid-gap:8px;gap:8px;font-size:.82rem;font-weight:500;color:#eef2ef;color:var(--text);background:rgba(92,198,164,.12);background:var(--accent-soft);border:1px solid rgba(92,198,164,.25);border-radius:999px;padding:4px 12px;margin-bottom:24px}.project-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#5cc6a4;background:var(--accent)}.project-actions{display:flex;grid-gap:10px;gap:10px;flex-wrap:wrap}.project-actions .btn{padding:10px 18px;font-size:.92rem}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.post-tile{display:flex;flex-direction:column;text-decoration:none;color:inherit}.post-tile-img{aspect-ratio:16/10;border-radius:14px;border-radius:var(--radius);overflow:hidden;border:1px solid #232c2b;border:1px solid var(--border);background:#141a19;background:var(--surface);margin-bottom:18px}.post-tile-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.2,.7,.2,1);transition:transform .6s var(--ease)}.post-tile:hover .post-tile-img img{transform:scale(1.04)}.post-tile h3{font-size:1.3rem;line-height:1.25;margin:6px 0 8px;transition:color .15s ease}.post-tile:hover h3{color:#5cc6a4;color:var(--accent)}.post-tile p{color:#9ba7a3;color:var(--text-dim);font-size:.95rem;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-date{color:#6d7874;color:var(--text-faint);font-size:.85rem;font-weight:500}.about-grid{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:64px;gap:64px;align-items:start}.about-grid h2{margin-bottom:0}.about-copy p{color:#9ba7a3;color:var(--text-dim);font-size:1.08rem;margin:0 0 20px}.about-facts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:36px}.about-fact{border-top:1px solid #34403e;border-top:1px solid var(--border-hi);padding-top:14px}.about-fact strong{display:block;font-family:"Fraunces",Georgia,"Times New Roman",serif;font-family:var(--font-display);font-weight:500;font-size:1.8rem;line-height:1.1;color:#eef2ef;color:var(--text)}.about-fact span{color:#6d7874;color:var(--text-faint);font-size:.88rem}.section-contact{padding-top:0}.contact-card{position:relative;text-align:center;padding:80px 32px;border-radius:24px;border:1px solid #232c2b;border:1px solid var(--border);background:radial-gradient(ellipse 70% 90% at 50% 120%,rgba(55,188,200,.14),transparent 70%),#141a19;background:radial-gradient(ellipse 70% 90% at 50% 120%,rgba(55,188,200,.14),transparent 70%),var(--surface);overflow:hidden}.contact-card h2{margin-bottom:14px}.contact-card .section-sub{margin:0 auto 32px}.footer{border-top:1px solid #232c2b;border-top:1px solid var(--border);padding:48px 0 40px;color:#6d7874;color:var(--text-faint);font-size:.85rem}.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;grid-gap:32px;gap:32px}.footer-company{display:flex;flex-direction:column;grid-gap:4px;gap:4px;max-width:460px}.footer-logo{height:26px;align-self:flex-start;margin-bottom:12px}.footer-nav{display:flex;grid-gap:40px;gap:40px}.footer-nav div{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.footer-nav strong{color:#9ba7a3;color:var(--text-dim);font-weight:600;margin-bottom:4px}.footer-nav a{color:#6d7874;color:var(--text-faint);text-decoration:none}.footer-nav a:hover{color:#eef2ef;color:var(--text)}.blog-head{padding:96px 0 56px}.blog-head h1{font-size:clamp(2.5rem,6vw,4rem);line-height:1.05;margin:0 0 16px;font-weight:400}.post-featured{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:40px;gap:40px;align-items:center;text-decoration:none;color:inherit;margin-bottom:72px}.post-featured .post-tile-img{margin:0;aspect-ratio:16/10}.post-featured:hover .post-tile-img img{transform:scale(1.03)}.post-featured h2{font-size:clamp(1.8rem,3.2vw,2.4rem);line-height:1.15;margin:8px 0 14px;transition:color .15s ease}.post-featured:hover h2{color:#5cc6a4;color:var(--accent)}.post-featured p{color:#9ba7a3;color:var(--text-dim);font-size:1.05rem;margin:0 0 20px}.read-more{font-weight:600;font-size:.95rem;color:#eef2ef;color:var(--text)}.blog-index .post-grid{grid-row-gap:56px;row-gap:56px;padding-bottom:24px}.post-hero{padding:72px 0 0}.post-hero .container,.post-narrow{max-width:760px}.post-back{display:inline-block;color:#9ba7a3;color:var(--text-dim);text-decoration:none;font-size:.92rem;font-weight:500;margin-bottom:36px}.post-back:hover{color:#eef2ef;color:var(--text)}.post-hero .post-date{display:block}.post-hero h1{font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.08;margin:10px 0 20px;font-weight:400}.post-standfirst{font-size:1.2rem;color:#9ba7a3;color:var(--text-dim);margin:0 0 40px}.post-cover{max-width:1040px;margin:0 auto 64px;padding:0 24px}.post-cover img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:18px;border:1px solid #232c2b;border:1px solid var(--border);display:block}.post-body{font-size:1.1rem;line-height:1.75;padding-bottom:32px}.post-body>p:first-child:first-letter{font-family:"Fraunces",Georgia,"Times New Roman",serif;font-family:var(--font-display);float:left;font-size:3.6em;line-height:.9;padding:6px 10px 0 0;color:#eef2ef;color:var(--text)}.post-body h2{font-size:1.75rem;line-height:1.2;margin:56px 0 14px}.post-body li,.post-body p{color:#c3ccc9}.post-body p,.post-body ul{margin:0 0 22px}.post-body ul{padding-left:22px}.post-body li{margin-bottom:8px}.post-body li::marker{color:#5cc6a4;color:var(--accent)}.post-body code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88em;background:#1a2221;background:var(--surface-hi);border:1px solid #232c2b;border:1px solid var(--border);border-radius:5px;padding:1px 6px;white-space:nowrap}.post-body a,.post-body strong{color:#eef2ef;color:var(--text)}.post-body a{text-decoration:underline;-webkit-text-decoration-color:#5cc6a4;text-decoration-color:#5cc6a4;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px;transition:color .15s ease}.post-body a:hover{color:#5cc6a4;color:var(--accent)}.post-figure{margin:48px 0}.post-figure img,.post-photo-grid img{width:100%;border-radius:12px;border:1px solid #232c2b;border:1px solid var(--border);display:block}.post-cover figcaption,.post-figure figcaption{color:#6d7874;color:var(--text-faint);font-size:.9rem;font-style:italic;margin-top:12px;text-align:center}.post-photo-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin:48px 0}.post-photo-grid img{height:100%;object-fit:cover}.video-embed{position:relative;padding-top:56.25%;margin:48px 0;border-radius:12px;overflow:hidden;border:1px solid #232c2b;border:1px solid var(--border);background:#000}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}.post-callout{margin:40px 0;padding:28px 32px;border-radius:14px;border-radius:var(--radius);background:#141a19;background:var(--surface);border:1px solid #232c2b;border-left:3px solid #5cc6a4;border:1px solid var(--border);border-left:3px solid var(--accent)}.post-callout h3{font-size:1.3rem;margin:0 0 12px}.post-callout p:last-child,.post-callout ul:last-child{margin-bottom:0}.post-signoff{color:#eef2ef!important;color:var(--text)!important;font-weight:600}.post-more{border-top:1px solid #232c2b;border-top:1px solid var(--border);padding:72px 0 104px;margin-top:56px}.post-more h2{font-size:1.6rem;margin:0 0 32px}@media (max-width:900px){.about-grid,.post-featured,.project{grid-template-columns:1fr}.project:nth-child(2n) .project-media{order:0}.project-media{min-height:0;aspect-ratio:16/10}.project-body{padding:32px 28px 36px}.about-grid{grid-gap:24px;gap:24px}.post-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.container{padding:0 16px}.nav-inner{height:60px}.logo-img{height:24px}.nav-links a{padding:6px 8px;font-size:.86rem}.nav-links .nav-about{display:none}.nav-links .nav-cta{margin-left:4px;padding:6px 12px}.hero{padding:72px 0 64px}.hero-sub{font-size:1.05rem}.hero-strip{grid-template-columns:1fr 1fr;margin-top:56px;grid-gap:10px;gap:10px}.hero-strip a:first-child{grid-column:1/-1}.section{padding:72px 0}.post-grid{grid-template-columns:1fr;grid-row-gap:40px;row-gap:40px}.about-facts{grid-gap:10px;gap:10px}.about-fact strong{font-size:1.4rem}.contact-card{padding:56px 20px}.footer-nav{grid-gap:28px;gap:28px}.blog-head{padding:64px 0 40px}.post-hero{padding-top:48px}.post-cover{padding:0 16px;margin-bottom:44px}.post-body{font-size:1.04rem}.post-photo-grid{grid-template-columns:1fr}.post-callout{padding:22px 20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important}}
/*# sourceMappingURL=main.ad07447b.chunk.css.map */