@media (prefers-reduced-motion:no-preference){@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes glow-drift{0%,to{opacity:.55;transform:translate(0)scale(1)}50%{opacity:.85;transform:translate(-3%,2%)scale(1.06)}}@keyframes grid-shift{0%{background-position:0 0}to{background-position:64px 64px}}@keyframes header-enter{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.motion-fade-up{animation:.8s cubic-bezier(.22,1,.36,1) both fade-up}.motion-delay-1{animation-delay:.1s}.motion-delay-2{animation-delay:.2s}.motion-delay-3{animation-delay:.35s}.motion-delay-4{animation-delay:.5s}.motion-delay-5{animation-delay:.65s}.motion-delay-6{animation-delay:.8s}}*,:before,:after{box-sizing:border-box}:root{--bg:#faf7f5;--bg-elevated:#fff;--bg-card:#fff;--border:#1a15121a;--text:#5c554f;--text-muted:#9a918a;--text-heading:#1a1512;--accent:#f8957f;--accent-hover:#e87d66;--accent-text:#d46850;--on-accent:#fff;--accent-dim:#f8957f33;--accent-glow:#f8957f59;--font-sans:"Instrument Sans", system-ui, sans-serif;--font-serif:"Instrument Serif", Georgia, serif;--max-width:1120px;--section-gap:clamp(5rem, 12vw, 8rem)}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:1rem;line-height:1.6}#root{min-height:100svh}h1,h2,h3{color:var(--text-heading);margin:0;line-height:1.15}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::selection{background:var(--accent-dim);color:var(--text-heading)}.logo{color:var(--accent);align-items:center;gap:.625rem;display:inline-flex}.logo__mark{flex-shrink:0;width:2rem;height:2rem}.logo--full .logo__mark{width:2.125rem;height:2.125rem}.logo__wordmark{letter-spacing:-.03em;color:var(--text-heading);font-size:1.25rem;font-weight:600;line-height:1}.header{z-index:100;padding:1.25rem 0;transition:background .3s,border-color .3s,padding .3s;position:fixed;top:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.header{animation:.6s cubic-bezier(.22,1,.36,1) both header-enter}}.header--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#faf7f5e6;padding:.75rem 0}.header__inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:0 1.5rem;display:flex}.header__logo{align-items:center;display:flex}.header__nav{align-items:center;gap:2.5rem;display:flex}.header__links{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.header__links a{color:var(--text);font-size:.9375rem;font-weight:500;transition:color .2s}.header__links a:hover{color:var(--text-heading)}.header__cta{background:var(--accent);color:var(--on-accent);border-radius:999px;align-items:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.header__cta:hover{background:var(--accent-hover);box-shadow:0 4px 20px var(--accent-glow);transform:translateY(-1px)}.header__menu-btn{flex-direction:column;justify-content:center;gap:6px;width:2.5rem;height:2.5rem;padding:.5rem;display:none}.header__menu-btn span{background:var(--text-heading);border-radius:1px;height:2px;transition:transform .3s,opacity .3s;display:block}.header__menu-btn--open span:first-child{transform:translateY(4px)rotate(45deg)}.header__menu-btn--open span:last-child{transform:translateY(-4px)rotate(-45deg)}@media (width<=768px){.header__menu-btn{display:flex}.header__nav{background:var(--bg);opacity:0;visibility:hidden;flex-direction:column;justify-content:center;gap:2rem;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.header__nav--open{opacity:1;visibility:visible}.header__links{flex-direction:column;gap:1.5rem}.header__links a{font-size:1.25rem}}.hero-terminal{border:1px solid var(--border);background:var(--bg-elevated);border-radius:.875rem;flex-shrink:0;justify-self:end;width:22rem;min-width:22rem;overflow:hidden;box-shadow:0 24px 48px #1a151214,inset 0 0 0 1px #fff9}.hero-terminal__chrome{border-bottom:1px solid var(--border);background:#faf7f5e6;gap:.375rem;padding:.75rem 1rem;display:flex}.hero-terminal__chrome span{background:var(--border);border-radius:50%;width:.625rem;height:.625rem}.hero-terminal__chrome span:first-child{background:#f8957f}.hero-terminal__chrome span:nth-child(2){background:#f5d0a8}.hero-terminal__chrome span:nth-child(3){background:#b8dfc8}.hero-terminal__body{width:100%;min-height:11rem;padding:1.25rem 1rem 1.5rem;overflow:hidden}.hero-terminal__body code{flex-direction:column;gap:.5rem;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.8125rem;line-height:1.5;display:flex}.hero-terminal__line{white-space:nowrap;display:block;overflow:hidden}.hero-terminal__prompt{color:var(--text-heading);font-weight:600}.hero-terminal__muted{color:var(--text-muted)}.hero-terminal__success{color:#3d8b6e}.hero-terminal__highlight{color:var(--accent-text);font-weight:600}.hero-terminal__caret{vertical-align:text-bottom;background:var(--accent);width:2px;height:1em;margin-left:1px;animation:1s step-end infinite cursor-blink;display:inline-block}@media (width<=1023px){.hero-terminal{display:none}}@media (prefers-reduced-motion:no-preference){.hero-terminal{animation:6s ease-in-out infinite terminal-float}@keyframes terminal-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}}@media (prefers-reduced-motion:reduce){.hero-terminal{animation:none}}.rotating-text{color:var(--accent-text);min-width:5.5ch;font-style:italic;transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1);display:inline-block;position:relative}.rotating-text--out{opacity:0;transform:translateY(12px)}.rotating-text__inner{display:inline-block}.rotating-text:after{content:"";vertical-align:-.05em;background:var(--accent);border-radius:1px;width:3px;height:.85em;margin-left:2px;animation:1s step-end infinite cursor-blink;display:inline-block}@media (prefers-reduced-motion:reduce){.rotating-text:after{display:none}}@media (prefers-reduced-motion:no-preference){@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}}.hero{--spot-x:70%;--spot-y:35%;min-height:100svh;position:relative;overflow:hidden}.hero__spotlight{background:radial-gradient(600px circle at var(--spot-x) var(--spot-y), #f8957f38, transparent 65%);opacity:.4;pointer-events:none;transition:opacity .4s;position:absolute;inset:0}@media (hover:hover){.hero:hover .hero__spotlight,.hero:focus-within .hero__spotlight{opacity:1}}@media (prefers-reduced-motion:reduce){.hero__spotlight{display:none}}.hero__bg{pointer-events:none;width:100vw;position:absolute;inset:0 0 0 50%;transform:translate(-50%)}.hero__glow{background:radial-gradient(circle, var(--accent-glow) 0%, transparent 68%);pointer-events:none;width:min(800px,55vw);height:min(800px,55vw);position:absolute;top:-15%;right:-5%}@media (prefers-reduced-motion:no-preference){.hero__glow{animation:8s ease-in-out infinite glow-drift}.hero__grid{animation:20s linear infinite grid-shift}}.hero__grid{background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);pointer-events:none;background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 70% at 50% 40%,#000 15%,#0000 75%);mask-image:radial-gradient(90% 70% at 50% 40%,#000 15%,#0000 75%)}.hero__inner{min-height:100svh;max-width:var(--max-width);grid-template-columns:1fr;align-items:center;gap:2rem;margin:0 auto;padding:8rem 1.5rem 4rem;display:grid;position:relative}@media (width>=1024px){.hero__inner{grid-template-columns:1fr auto;gap:3rem 4rem}.hero__stats{grid-column:1/-1}}.hero__content{max-width:42rem;position:relative}.hero__eyebrow{border:1px solid var(--border);background:var(--bg-elevated);letter-spacing:.04em;text-transform:uppercase;color:var(--accent-text);border-radius:999px;margin-bottom:1.5rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:500;display:inline-block}.hero__title{font-family:var(--font-serif);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.75rem,7vw,4.5rem);font-weight:400}.hero__title em{color:var(--accent-text);font-style:italic}.hero__title .rotating-text{font-size:inherit}.hero__lead{color:var(--text);max-width:36rem;margin-bottom:2.5rem;font-size:clamp(1.0625rem,2vw,1.25rem);line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__btn{border-radius:999px;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s,background .25s,border-color .25s;display:inline-flex}.hero__btn--primary{background:var(--accent);color:var(--on-accent)}.hero__btn--primary:hover{background:var(--accent-hover);box-shadow:0 12px 36px var(--accent-glow);transform:translateY(-3px)scale(1.02)}.hero__btn--secondary{border:1px solid var(--border);color:var(--text-heading);background:var(--bg-elevated)}.hero__btn--secondary:hover{border-color:var(--accent);background:var(--accent-dim)}.hero__stats{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffbf;border-radius:1rem;flex-wrap:wrap;align-items:center;gap:1.5rem 2rem;margin-top:clamp(4rem,10vw,6rem);padding:1.75rem 2rem;display:flex;position:relative;box-shadow:0 4px 24px #1a15120f}.hero__stat{flex-direction:column;gap:.25rem;display:flex}.hero__stat-value{color:var(--text-heading);font-size:.9375rem;font-weight:600}.hero__stat-label{color:var(--text-muted);font-size:.8125rem}.hero__stat-divider{background:var(--border);width:1px;height:2.5rem}@media (width<=640px){.hero__stat-divider{display:none}.hero__stats{flex-direction:column;align-items:flex-start;gap:1.25rem}}@media (prefers-reduced-motion:no-preference){.animate-in{opacity:0;transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);transition-delay:var(--delay,0s);transform:translateY(28px)}.animate-in--visible{opacity:1;transform:translateY(0)}}.services{padding:var(--section-gap) 1.5rem}.services__inner{max-width:var(--max-width);margin:0 auto}.services__header{max-width:32rem;margin-bottom:3.5rem}.section-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-text);margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:inline-block}.services__title{font-family:var(--font-serif);margin-bottom:1rem;font-size:clamp(2rem,5vw,2.75rem);font-weight:400}.services__intro{color:var(--text);font-size:1.0625rem;line-height:1.7}.services__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.service-card{border:1px solid var(--border);background:var(--bg-card);border-radius:1rem;height:100%;padding:2rem;transition:border-color .3s,transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s}.service-card:hover{border-color:var(--accent);transform:translateY(-6px);box-shadow:0 12px 40px #f8957f2e}.service-card__number{letter-spacing:.06em;color:var(--accent-text);margin-bottom:1.25rem;font-size:.8125rem;font-weight:600;transition:transform .3s;display:block}.service-card:hover .service-card__number{transform:translate(4px)}.service-card__title{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.service-card__description{color:var(--text);margin:0;font-size:.9375rem;line-height:1.65}@media (width<=768px){.services__grid{grid-template-columns:1fr}}.about{padding:var(--section-gap) 1.5rem;border-top:1px solid var(--border)}.about__inner{max-width:var(--max-width);grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin:0 auto;display:grid}.about__title{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:clamp(2rem,5vw,2.75rem);font-weight:400}.about__text{color:var(--text);margin:0 0 1rem;font-size:1rem;line-height:1.7}.about__values{flex-direction:column;gap:1.25rem;display:flex}.services__grid .animate-in{height:100%}.about__value{border:1px solid var(--border);background:var(--bg-elevated);border-radius:.75rem;padding:1.5rem;transition:border-color .3s,transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s}.about__value:hover{border-color:#f8957f80;transform:translate(6px);box-shadow:-4px 8px 24px #f8957f1a}.about__value h3{margin-bottom:.5rem;font-size:1rem;font-weight:600}.about__value p{color:var(--text);margin:0;font-size:.9375rem;line-height:1.65}@media (width<=900px){.about__inner{grid-template-columns:1fr;gap:3rem}}.contact{padding:var(--section-gap) 1.5rem;border-top:1px solid var(--border)}.contact__inner{max-width:var(--max-width);grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin:0 auto;display:grid}.contact__title{font-family:var(--font-serif);margin-bottom:1rem;font-size:clamp(2rem,5vw,2.75rem);font-weight:400}.contact__text{color:var(--text);margin:0;font-size:1rem;line-height:1.7}.contact__details{border:1px solid var(--border);background:var(--bg-card);border-radius:1rem;flex-direction:column;gap:1.5rem;padding:2rem;font-style:normal;transition:box-shadow .35s,border-color .35s;display:flex}.contact__details:hover{border-color:#f8957f66;box-shadow:0 12px 40px #f8957f1f}.contact__details-item{flex-direction:column;gap:.375rem;display:flex}.contact__details-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8125rem;font-weight:500}.contact__details-item span:last-child,.contact__details-item a{color:var(--text-heading);font-size:.9375rem;line-height:1.5}.contact__details-item a{width:fit-content;transition:color .2s,transform .2s;display:inline-block}.contact__details-item a:hover{color:var(--accent-text);transform:translate(4px)}@media (width<=900px){.contact__inner{grid-template-columns:1fr;gap:2.5rem}}.footer{border-top:1px solid var(--border);padding:2.5rem 1.5rem}.footer__inner{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;display:flex}.footer__brand{align-items:center;gap:.75rem;display:flex}.footer__name{color:var(--text-heading);font-size:.9375rem;font-weight:600;display:block}.footer__tagline{color:var(--text-muted);font-size:.8125rem;display:block}.footer__legal{color:var(--text-muted);margin:0;font-size:.8125rem}@media (width<=640px){.footer__inner{flex-direction:column;align-items:flex-start}}
