:root{--teal:#0f766e;--teal-light:#14b8a6;--terracotta:#e07a5f;--sand:#f4a261;--charcoal:#1e2937;--paper:#f8f1e9;--offwhite:#fcf9f4;--border:#ded7ca;--muted:#5f6b7a;--muted-light:#8a8f98;--font-display:"Space Grotesk", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;font-family:var(--font-body);color:var(--charcoal);background:radial-gradient(circle at top left, #0f766e14, transparent 30%), radial-gradient(circle at top right, #e07a5f17, transparent 28%), linear-gradient(180deg, var(--offwhite) 0%, var(--paper) 48%, #f6eee4 100%);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-weight:400;line-height:1.55}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0}body,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%}button,input,select,textarea{color:inherit}button{cursor:pointer}p{margin:0}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.04em;color:var(--charcoal);margin:0;font-weight:600}ul{margin:0;padding:0}#root{min-height:100vh}.wrap{width:min(1180px,100vw - 2rem);margin-inline:auto}.hidden{display:none!important}.site-shell{position:relative;overflow:clip}.site-header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fcf9f4d6;border-bottom:1px solid #0000;transition:border-color .18s,background .18s;position:sticky;top:0}.site-header.scrolled{border-bottom-color:var(--border);background:#fcf9f4f5}.nav{justify-content:space-between;align-items:center;gap:1rem;min-height:5rem;display:flex}.brand img,.footer-brand img{width:auto;display:block}.brand img{height:1.65rem}.nav-links,.nav-actions{align-items:center;gap:1.1rem;display:flex}.nav-links{font-size:.93rem;font-weight:500}.nav-links a{color:var(--charcoal);padding:.25rem 0;position:relative}.nav-links a:after{content:"";transform-origin:0;background:0 0;width:100%;height:1.5px;transition:transform .18s,background .18s;position:absolute;bottom:-.15rem;left:0;transform:scaleX(0)}.nav-links a:hover:after,.nav-links a.active:after{background:var(--terracotta);transform:scaleX(1)}.nav-links a.active{color:var(--teal)}.nav-toggle{background:0 0;border:0;flex-direction:column;justify-content:center;gap:.33rem;width:2.75rem;height:2.75rem;padding:0;display:none}.nav-toggle span{background:var(--charcoal);width:1.35rem;height:2px;margin-inline:auto;transition:transform .18s,opacity .18s;display:block}.nav-cta-desktop{display:inline-flex}.hero,.page-hero,.about-hero{padding-block:5.25rem 6rem}.page-hero{padding-bottom:2.25rem;position:relative}.page-hero:before{content:"";background:var(--terracotta);width:4.5rem;height:2px;position:absolute;top:1.1rem;left:0}.page-hero p{max-width:35rem;margin-top:1rem;font-size:.98rem}.hero{grid-template-columns:1.08fr .92fr;align-items:center;gap:4.5rem;display:grid}.hero-copy h1,.page-hero h1,.about-hero h1{letter-spacing:-.045em;margin:.25rem 0 1rem;font-size:clamp(2.4rem,5.5vw,3.75rem);line-height:1.04}.hero-copy h1{max-width:11ch}.hero-copy h1 span{color:var(--teal)}.lead{max-width:32rem;color:var(--muted);font-size:1.05rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:.85rem;margin-top:1.65rem;display:flex}.hero-status{border:1px solid var(--border);background:var(--offwhite);font-family:var(--font-mono);color:var(--muted);border-radius:999px;align-items:center;gap:.55rem;margin-top:1rem;padding:.55rem .8rem;font-size:.77rem;display:inline-flex}.hero-status i{color:var(--teal)}.hero-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:.875rem;max-width:35rem;margin-top:1.35rem;display:grid}.hero-meta div,.surface{border:1px solid var(--border);background:linear-gradient(#fefcf8f5,#ffffffeb);border-radius:16px}.hero-meta div{padding:.95rem 1rem}.hero-meta strong{font-family:var(--font-display);color:var(--charcoal);margin-bottom:.35rem;font-size:1rem;font-weight:500;display:block}.hero-meta span{color:var(--muted);font-size:.88rem;line-height:1.45;display:block}.hero-panel{gap:.7rem;display:grid}.panel-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--teal);font-size:.72rem}.project-card,.service-card,.case-card{border:1px solid var(--border);background:linear-gradient(#fefcf8fa,#fffffff0);border-radius:22px;overflow:hidden;box-shadow:0 18px 36px -34px #1e29373d}.case-card{flex-direction:column;height:100%;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.case-card:hover{border-color:#0f766e47;transform:translateY(-4px);box-shadow:0 22px 44px -30px #1e29373d}.project-card{grid-template-columns:10rem minmax(0,1fr);min-height:17rem;display:grid}.project-visual,.service-visual,.case-visual,.problem-visual{color:var(--paper);place-items:center;display:grid}.project-visual{min-height:100%;font-size:2.5rem}.project-visual--teal,.service-visual--teal,.case-visual--teal,.problem-visual--teal{background:linear-gradient(160deg, var(--teal), var(--teal-light))}.service-visual--sand,.case-visual--sand,.problem-visual--sand{background:linear-gradient(160deg, var(--terracotta), var(--sand))}.service-visual--violet,.case-visual--violet,.problem-visual--violet{background:linear-gradient(160deg,#4a0e4e,#7c3aed)}.service-visual--slate,.case-visual--slate,.problem-visual--slate{background:linear-gradient(160deg, var(--charcoal), #344156)}.service-visual--amber,.case-visual--amber{background:linear-gradient(160deg,#b45309,#f59e0b)}.service-visual--forest{background:linear-gradient(160deg, var(--teal), var(--charcoal))}.project-body,.service-body,.case-body{padding:1.2rem 1.25rem 1.3rem}.case-visual{height:11.25rem;font-size:2.9rem}.case-body{flex-direction:column;flex:1;display:flex}.project-body h3,.service-body h3,.case-body h3,.card h3,.benchmark-card h3,.value-card h3,.contact-card h3{margin:.55rem 0 .45rem;font-size:1.1rem}.project-body p,.service-body p,.case-body p,.card p,.benchmark-card p,.value-card p,.contact-card p,.about-prose p{color:var(--muted);font-size:.92rem;line-height:1.62}.case-label strong{color:var(--charcoal)}.project-link,.text-link{color:var(--teal);align-items:center;gap:.35rem;font-size:.88rem;font-weight:500;display:inline-flex}.eyebrow{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--teal);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.78rem;display:inline-flex}.eyebrow:before{content:"";background:var(--terracotta);border-radius:.2rem;width:.45rem;height:.45rem}.section-heading{grid-template-columns:minmax(0,1fr) 320px;align-items:end;gap:1.75rem;margin-bottom:2.5rem;display:grid}.section-heading h2,.cta-banner h2{letter-spacing:-.04em;margin:0;font-size:clamp(1.65rem,3.2vw,2.4rem);line-height:1.08}.section-description{max-width:320px;color:var(--muted);justify-self:end;margin:0;font-size:.9rem;line-height:1.6}.grid{gap:1.25rem;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.capability,.benchmark-card,.value-card{border:1px solid var(--border);background:linear-gradient(#fefcf8f5,#ffffffeb);border-radius:20px;padding:1.35rem;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 18px 34px -38px #1e293733}.card:hover,.capability:hover,.benchmark-card:hover,.value-card:hover{border-color:#0f766e59;transform:translateY(-4px);box-shadow:0 20px 36px -26px #1e293738}.card i,.capability-icon i,.benchmark-card i,.value-card i,.contact-card i,.project-visual i,.service-visual i,.case-visual i,.problem-visual i{font-size:1.25rem}.card .icon{width:2.6rem;height:2.6rem;color:var(--teal);background:#0f766e14;border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.capability{gap:.85rem;display:grid}.capability-icon{width:2.9rem;height:2.9rem;color:var(--teal);background:#0f766e14;border-radius:.8rem;place-items:center;display:grid}.problems .problem-card{border-radius:22px;grid-template-rows:11rem 1fr;display:grid;overflow:hidden}.problems .problem-card:hover .problem-body{border-color:#0f766e59}.problem-body{padding:1.2rem 1.25rem 1.3rem}.problem-body .solution-line{color:var(--teal);margin-top:.85rem;font-size:.84rem;font-weight:500}.tag{font-family:var(--font-mono);letter-spacing:.03em;border-radius:.375rem;align-items:center;gap:.35rem;padding:.3rem .6rem;font-size:.72rem;font-weight:500;display:inline-flex}.tag-live,.tag-problem{color:#085041;background:#e1f5ee}.tag-concept{color:#854f0b;background:#faeeda}.section-heading+.grid,.section-heading+.service-stack,.section-heading+.pricing-grid,.section-heading+.benchmark-grid,.section-heading+.faq-list,.section-heading+.work-stack,.section-heading+.contact-layout,.section-heading+.about-prose{margin-top:.25rem}.service-stack,.work-stack{gap:1.35rem;display:grid}.service-card{grid-template-columns:minmax(250px,.9fr) minmax(0,1.6fr);display:grid}.service-visual{min-height:100%;font-size:2.8rem}.service-desc{margin-bottom:1rem}.service-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.service-detail-grid h4{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--muted-light);margin:0 0 .8rem;font-size:.75rem}.service-detail-grid ul,.pricing-card ul,.case-body ul{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.service-detail-grid li,.pricing-card li,.case-body li{color:var(--muted);align-items:flex-start;gap:.5rem;font-size:.9rem;line-height:1.55;display:flex}.service-detail-grid li i,.pricing-card li i,.case-body li i{color:var(--teal);flex:none;margin-top:.1rem;font-size:.95rem}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.pricing-card{border:1px solid var(--border);background:linear-gradient(#fefcf8fa,#fffffff2);border-radius:26px;padding:1.35rem;position:relative;box-shadow:0 20px 40px -34px #1e29373d}.pricing-card.featured{border-color:#0f766e57;transform:translateY(-4px);box-shadow:0 26px 52px -36px #0f766e47}.pricing-badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--teal);background:#0f766e14;border-radius:999px;align-items:center;gap:.35rem;margin-bottom:1rem;padding:.4rem .65rem;font-size:.72rem;display:inline-flex}.pricing-card h3{margin-bottom:.5rem;font-size:1.15rem}.pricing-price{color:var(--charcoal);border-bottom:1px solid var(--border);margin:.7rem 0 .75rem;padding-bottom:.8rem;font-size:clamp(1.7rem,3vw,2.2rem);line-height:1}.pricing-price small{font-family:var(--font-mono);color:var(--muted-light);margin-top:.5rem;font-size:.74rem;display:block}.pricing-card p{font-size:.92rem;line-height:1.6}.pricing-card ul{margin-top:1rem;margin-bottom:1.2rem}.btn{min-height:2.75rem;font-family:var(--font-body);white-space:nowrap;border:1.5px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;gap:.45rem;padding:.72rem 1.15rem;font-size:.94rem;font-weight:500;transition:transform .18s,box-shadow .18s,background-color .18s,color .18s,border-color .18s;display:inline-flex}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px -18px #1e293759}.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover{background:#0c5f58}.btn-outline{border-color:var(--charcoal);color:var(--charcoal);background:0 0}.btn-outline:hover{background:var(--charcoal);color:#fff}.btn-outline-light{color:var(--offwhite);background:0 0;border-color:#f8f1e980}.btn-outline-light:hover{background:#f8f1e91f}.btn-ghost{border-color:var(--border);color:var(--charcoal);background:0 0}.btn-ghost:hover{background:var(--offwhite)}.btn-sm{min-height:2.4rem;padding-inline:1rem;font-size:.85rem}.btn-block{width:100%}.note-block{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.note-block p{max-width:55rem;font-size:.9rem}.benchmark-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.9rem;display:grid}.benchmark-card{flex-direction:column;align-items:flex-start;display:flex}.benchmark-card i{width:2.9rem;height:2.9rem;color:var(--teal);background:#0f766e14;border-radius:.75rem;place-items:center;margin-bottom:1rem;display:grid}.benchmark-card h3{margin-bottom:.45rem;font-size:.98rem}.faq-list{gap:0;display:grid}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;font:inherit;font-family:var(--font-display);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;font-size:.99rem;font-weight:500;display:flex}.faq-question i{color:var(--teal);flex:none;transition:transform .18s}.faq-item.open .faq-question i{transform:rotate(45deg)}.faq-answer{max-height:0;transition:max-height .22s;overflow:hidden}.faq-item.open .faq-answer{max-height:16rem}.faq-answer p{max-width:40rem;color:var(--muted);padding:0 0 1rem;font-size:.9rem}.cta-wrap{margin-top:3rem}.cta-banner{background:linear-gradient(135deg, var(--charcoal) 0%, #273242 100%);border-radius:28px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.75rem;padding:3rem 2.75rem;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 64px -34px #1e293773}.cta-banner:after{content:"";pointer-events:none;background:radial-gradient(circle,#e07a5f2e,#0000 70%);border-radius:50%;width:13rem;height:13rem;position:absolute;top:-3.5rem;right:-4rem}.cta-banner h2{color:var(--offwhite);max-width:28rem}.cta-banner p{color:#a9b2c2;max-width:28rem;margin-top:.6rem}.about-hero{grid-template-columns:auto 1fr;align-items:center;gap:3.5rem;display:grid}.about-mark{background:#0f766e0f;border-radius:1.75rem;justify-content:center;align-items:center;width:7.5rem;height:7.5rem;padding:.7rem;display:flex}.about-mark img{object-fit:contain;width:100%;height:100%}.about-hero h1{max-width:14ch}.about-hero .lead{max-width:34rem}.about-prose{box-shadow:none;background:0 0;border:0;padding:0}.about-prose .lead+p{margin-top:1rem}.values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.value-card{align-items:flex-start;gap:.85rem;display:flex}.value-card i{width:2.8rem;height:2.8rem;color:var(--teal);background:#0f766e14;border-radius:.8rem;flex:none;place-items:center;display:grid}.contact-layout{grid-template-columns:.82fr 1.18fr;align-items:start;gap:3.25rem;display:grid}.contact-info{gap:0;display:grid}.package-banner{box-shadow:none;background:0 0;border:0;margin-bottom:.75rem;padding:0}.contact-card{border:0;border-bottom:1px solid var(--border);box-shadow:none;background:0 0;border-radius:0;align-items:flex-start;gap:.85rem;padding:1rem 0;display:flex}.contact-card:last-child{border-bottom:0}.contact-card i{width:2.1rem;height:2.1rem;color:var(--teal);background:#0f766e14;border-radius:.65rem;flex:none;place-items:center;display:grid}.contact-card a{color:var(--teal);font-weight:500}.form-card{border:1px solid var(--border);background:linear-gradient(#fefcf8f7,#fffffff0);border-radius:24px;padding:2.25rem;box-shadow:0 22px 44px -34px #1e29373d}.contact-form{gap:0;display:grid}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.field{margin-bottom:1rem}.field span{color:var(--charcoal);margin-bottom:.45rem;font-size:.81rem;font-weight:500;display:block}.field input,.field select,.field textarea{border:1.5px solid var(--border);width:100%;color:var(--ink);font:inherit;background:#f8f1e98c;border-radius:.75rem;padding:.8rem .9rem;font-size:.92rem;transition:border-color .18s,background .18s}.field input::placeholder,.field textarea::placeholder{color:var(--muted-light)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal);background:#f8f1e9b8;outline:none}.field textarea{resize:vertical;min-height:7.5rem}.form-status,.form-hint{margin:.8rem 0 0;font-size:.88rem;line-height:1.55}.form-status--success{color:var(--teal)}.form-status--error{color:#9f513d}.form-status--loading{color:#8b5a2b}.form-success{text-align:center;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;animation:.5s both formSuccessIn;display:flex}.form-success-icon{color:var(--teal);font-size:3.5rem;line-height:1;animation:.4s cubic-bezier(.34,1.56,.64,1) .15s both formSuccessPop}.form-success-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--charcoal);margin:1rem 0 .5rem;font-size:1.3rem;font-weight:600}.form-success-message{color:var(--muted);max-width:32rem;margin-bottom:1.8rem;font-size:.95rem;line-height:1.6}.form-success .btn-outline{align-items:center;gap:.4rem;display:inline-flex}@keyframes formSuccessIn{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes formSuccessPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.site-footer{color:#a9b2c2;background:linear-gradient(#1e2937fa 0%,#1e2937 100%);margin-top:3.5rem;padding:4.5rem 0 1.5rem}.footer-grid{border-bottom:1px solid #3b4658;grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;display:grid}.footer-grid>div{min-width:0}.footer-brand img{height:1.5rem;margin-bottom:.9rem}.site-footer p,.site-footer a,.site-footer span,.site-footer h3{color:#a9b2c2}.site-footer h3{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:#6b7585;margin-bottom:1rem;font-size:.76rem}.footer-links{flex-direction:column;gap:.7rem;font-size:.92rem;display:flex}.footer-links a:hover{color:var(--teal-light)}.footer-bottom{color:#6b7585;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.15rem;font-size:.8rem;display:flex}[data-reveal]{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(1rem)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@media (width<=1000px){.hero{grid-template-columns:1fr;gap:2rem}.section-heading{grid-template-columns:1fr;gap:.5rem}.section-description{justify-self:start;max-width:34rem}.benchmark-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr}}@media (width<=860px){.nav{min-height:4.75rem}.nav-toggle{display:flex}.nav-links{background:var(--offwhite);border-bottom:1px solid var(--border);opacity:0;flex-direction:column;align-items:flex-start;gap:0;padding:.5rem 1.25rem 1.25rem;transition:transform .22s,opacity .22s;position:fixed;top:4.05rem;left:0;right:0;transform:translateY(-110%)}.nav-links[data-open=true]{opacity:1;transform:translateY(0)}.nav-links a{border-bottom:1px solid var(--border);width:100%;padding:.75rem 0}.nav-links a:last-child{border-bottom:0}.nav-cta-desktop{display:none}.grid-3,.grid-4,.pricing-grid,.values-grid,.field-grid,.grid-2,.service-card{grid-template-columns:1fr}.service-visual{min-height:10rem}.contact-layout,.about-hero{grid-template-columns:1fr;gap:1.5rem}.project-card{grid-template-columns:1fr}.project-visual{min-height:9rem}.cta-banner,.note-block{flex-direction:column;align-items:flex-start}.cta-banner{padding:2rem 1.5rem}}@media (width<=640px){.wrap{padding-inline:1rem}.hero,.page-hero,.about-hero{padding-block:3.25rem 4rem}.hero-copy h1,.page-hero h1,.about-hero h1{font-size:clamp(2.15rem,11vw,3rem)}.hero-actions{flex-direction:column}.hero-actions .btn,.cta-banner .btn,.note-block .btn{width:100%}.card,.capability,.benchmark-card,.value-card,.pricing-card,.contact-card,.form-card,.project-body,.service-body,.case-body,.problem-body{padding:1rem}.hero-meta,.benchmark-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1;transform:none}}
