:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#05080f;--panel:#0b1424;--panel-strong:#111d30;--text:#e5eefb;--muted:#99a8c2;--line:#8498b821;--primary:#ea580c;--primary-strong:#fb923c;--accent-bright:#fb923c;--max-width:1160px;--header-bg:#05080fb8;--card-bg:#0b1424d9;--toggle-bg:#0b1424e6;--toggle-active-bg:#ea580c29;--button-secondary-bg:#0b1424b3;--tag-bg:#ea580c1f;--tag-text:#fed7aa;--button-primary-text:#04111f;--placeholder:#7f90ae;--focus-ring:#ea580c2e;--cta-text:#04111f;--cta-text-muted:#04111fe6;--calico-ginger:#d4782a;--calico-dark:#b05a2a;--calico-cream:#c8a882;--font-heading:"Playfair Display", Georgia, serif;--body-gradient:radial-gradient(circle at top left, #ea580c12, transparent 25%), linear-gradient(180deg, #05080f 0%, #070c18 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f8fafc;--panel:#fff;--panel-strong:#f1f5f9;--text:#0f172a;--muted:#475569;--line:#0f172a1a;--primary:#9a3412;--primary-strong:#c2410c;--accent-bright:#c2410c;--header-bg:#f8fafcd9;--card-bg:#ffffffe6;--toggle-bg:#f1f5f9f2;--toggle-active-bg:#9a34121f;--button-secondary-bg:#f1f5f9cc;--tag-bg:#9a34121a;--tag-text:#7c2d12;--button-primary-text:#fff;--placeholder:#94a3b8;--focus-ring:#9a341224;--cta-text:#fff;--cta-text-muted:#ffffffe6;--calico-ginger:#c4601a;--calico-dark:#3d1a08;--calico-cream:#8b6848;--body-gradient:radial-gradient(circle at top left, #9a34120f, transparent 25%), linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%)}@media (prefers-color-scheme:light){:root:not([data-theme=dark]){--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f8fafc;--panel:#fff;--panel-strong:#f1f5f9;--text:#0f172a;--muted:#475569;--line:#0f172a1a;--primary:#9a3412;--primary-strong:#c2410c;--accent-bright:#c2410c;--header-bg:#f8fafcd9;--card-bg:#ffffffe6;--toggle-bg:#f1f5f9f2;--toggle-active-bg:#9a34121f;--button-secondary-bg:#f1f5f9cc;--tag-bg:#9a34121a;--tag-text:#7c2d12;--button-primary-text:#fff;--placeholder:#94a3b8;--focus-ring:#9a341224;--cta-text:#fff;--cta-text-muted:#ffffffe6;--calico-ginger:#c4601a;--calico-dark:#3d1a08;--calico-cream:#8b6848;--body-gradient:radial-gradient(circle at top left, #9a34120f, transparent 25%), linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%)}}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:4.5rem}body{background:var(--body-gradient);color:var(--text);margin:0}a{color:inherit;text-decoration:none}img{max-width:100%}:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--primary);color:#04111f;border-radius:0 0 8px 8px;padding:.75rem 1.25rem;font-weight:600;position:absolute;top:-100%;left:1rem}.skip-link:focus-visible{outline-offset:0;top:0}.container{width:min(calc(100% - 2rem), var(--max-width));margin:0 auto}.site-shell{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:var(--header-bg);border-bottom:1px solid var(--line);position:sticky;top:0}.nav-shell{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;padding:.75rem 0;display:flex}.brand-mark{letter-spacing:.04em;flex:1;align-items:center;gap:.7rem;font-weight:700;display:inline-flex}.brand-name{align-items:baseline;gap:0;display:inline-flex}.brand-calico-text{letter-spacing:0;display:inline}.calico-ginger{color:var(--calico-ginger)}.calico-dark{color:var(--calico-dark)}.calico-cream{color:var(--calico-cream)}.brand-naranja{color:var(--primary-strong)}.brand-naranja-a{color:var(--primary)}.brand-naranja-b{color:var(--accent-bright)}.brand-dot{background:linear-gradient(135deg, var(--primary), var(--primary-strong));border-radius:999px;width:.8rem;height:.8rem;box-shadow:0 0 20px #ea580c73}.nav-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.nav-links a{color:var(--muted);transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--text)}.nav-hamburger{cursor:pointer;width:36px;height:36px;color:var(--muted);background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;transition:background .2s,color .2s;display:none}.nav-hamburger:hover{background:var(--toggle-bg);color:var(--text)}.nav-hamburger:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.hamburger-bar{transform-origin:50%;background:currentColor;border-radius:2px;width:20px;height:2px;transition:transform .25s,opacity .2s;display:block}.nav-hamburger.is-open .hamburger-bar:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger.is-open .hamburger-bar:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.is-open .hamburger-bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=980px){.nav-hamburger{display:flex}.nav-shell{flex-wrap:nowrap;position:relative}.nav-links{z-index:19;background:var(--panel);border-bottom:1px solid var(--line);opacity:0;pointer-events:none;flex-direction:column;align-items:stretch;gap:0;max-height:0;transition:max-height .3s,opacity .2s;position:absolute;top:100%;left:-1rem;right:-1rem;overflow:hidden;box-shadow:0 8px 24px #0006}.nav-links.is-open{opacity:1;pointer-events:auto;max-height:400px}.nav-links a{border-bottom:1px solid var(--line);width:100%;padding:.85rem 1.5rem;font-size:.95rem}.nav-links a:last-child{border-bottom:none}.nav-links a:hover,.nav-links a.active{background:var(--panel-strong)}}@media (width<=980px) and (prefers-reduced-motion:reduce){.hamburger-bar,.nav-links{transition:none}}.language-toggle{border:1px solid var(--line);background:var(--toggle-bg);border-radius:999px;padding:.2rem;display:inline-flex}.language-toggle button{color:var(--muted);cursor:pointer;font:inherit;letter-spacing:.03em;background:0 0;border:0;border-radius:999px;min-width:24px;min-height:24px;padding:.3rem .55rem;font-size:.75rem}.language-toggle button.is-active{background:var(--toggle-active-bg);color:var(--text)}.theme-toggle{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;min-width:24px;min-height:24px;padding:.4rem;transition:color .15s,background .15s;display:inline-flex}.theme-toggle:hover{color:var(--text);background:var(--toggle-bg)}.theme-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.hero,.page-section,.home-summary,.svc-section,.faq-section,.search-panel,.section-intro{padding:4.5rem 0}.hero-grid,.stats-grid,.card-grid,.search-results,.contact-grid{gap:1.25rem;display:grid}.hero-grid{grid-template-columns:1.4fr 1fr;align-items:center}.hero h1,.section-intro h1,.section-intro h2,.search-panel h2,.not-found h1{letter-spacing:.02em;margin:0;font-size:clamp(2.2rem,4vw,2.7rem);line-height:1.1}.section-intro h2,.search-panel h2{font-size:clamp(1.6rem,3vw,2.2rem)}.hero-copy,.section-copy,.prose-block p,.card p,.hero-panel li,.results-meta,.empty-state,.site-footer p{color:var(--muted);font-size:1rem;line-height:1.6}.section-eyebrow,.card-tag,.footer-brand{text-transform:uppercase;letter-spacing:.05em;color:var(--primary-strong);margin:0 0 .9rem;font-size:.78rem}.card-note{color:var(--muted);margin:.6rem 0 0;font-size:.85rem}.hero-actions{flex-wrap:wrap;gap:.9rem;margin-top:1.5rem;display:flex}.hero-badges{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex}.hero-badge{border:1px solid var(--line);background:var(--tag-bg);color:var(--muted);letter-spacing:.01em;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.78rem;display:inline-flex}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.95rem 1.25rem;font-weight:600;display:inline-flex}.button-primary{background:linear-gradient(135deg, var(--primary), var(--primary-strong));color:var(--button-primary-text)}.button-secondary{border-color:var(--line);background:var(--button-secondary-bg)}.hero-panel,.card,.stat-card,.search-input-wrap input{background:var(--card-bg);border:1px solid var(--line);border-radius:24px;box-shadow:0 20px 40px #0206173d}.hero-panel,.card,.stat-card{padding:1.4rem}.stat-card{flex-direction:column;justify-content:space-between;display:flex}.hero-panel ul{margin:1rem 0 0;padding-left:1.2rem}.home-summary{border-top:1px solid var(--line)}.no-top-gap{padding-top:0}.left-align{text-align:left}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.5rem}.stat-card span{color:var(--muted);display:block}.stat-card strong{font-size:1.15rem}.process-section{border-top:1px solid var(--line);padding:4.5rem 0}.process-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:3rem 0 0;padding:0;list-style:none;display:grid;position:relative}.process-strip:before{content:"";background:linear-gradient(90deg, transparent, var(--primary) 8%, var(--primary) 92%, transparent);opacity:.45;pointer-events:none;height:1.5px;position:absolute;top:24px;left:12.5%;right:12.5%}.process-step{text-align:center;border-left:none;flex-direction:column;align-items:center;padding:0 1rem;display:flex}.process-step-number{border:1.5px solid var(--primary);background:var(--bg);letter-spacing:.08em;width:48px;height:48px;color:var(--primary);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;display:flex;position:relative}.process-step h3{letter-spacing:.02em;margin:0 0 .5rem;font-size:1.05rem}.process-step p{color:var(--muted);max-width:22ch;margin:0;font-size:.88rem;line-height:1.65}.card-grid,.search-results,.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card-icon{background:var(--tag-bg);width:2.5rem;height:2.5rem;color:var(--primary-strong);border-radius:10px;justify-content:center;align-items:center;margin-bottom:.75rem;display:inline-flex}.card-bullets{flex-direction:column;gap:.45rem;margin:.85rem 0 0;padding:0;list-style:none;display:flex}.card-bullets li{color:var(--muted);align-items:baseline;gap:.5rem;font-size:.9rem;line-height:1.5;display:flex}.card-bullets li:before{content:"✓";color:var(--primary-strong);flex-shrink:0;font-size:.75rem}.card-cta{color:var(--primary-strong);margin-top:1.1rem;font-size:.9rem;font-weight:600;transition:opacity .15s;display:inline-block}.card-cta:hover{opacity:.75}.tag-row{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.tag-chip{background:var(--tag-bg);color:var(--tag-text);border-radius:999px;padding:.35rem .65rem;font-size:.85rem}.section-intro{text-align:center;padding-bottom:2rem}.section-copy{max-width:760px;margin:1rem auto 0}.search-panel{padding-top:2rem}.search-panel-head{justify-content:space-between;align-items:end;gap:1rem;display:flex}.search-input-wrap{margin-top:1.25rem;display:block}.search-input-wrap input{width:100%;color:var(--text);font:inherit;padding:1rem 1.15rem}.search-input-wrap input::placeholder{color:var(--placeholder)}.results-meta{margin:1rem 0}.search-card{flex-direction:column;display:flex}.inline-link{color:var(--primary-strong);margin-top:auto;font-weight:700}.contact-layout{grid-template-columns:1fr 1.75fr;align-items:start;gap:2.5rem;display:grid}.contact-info{flex-direction:column;gap:1rem;display:flex}.contact-email-link{color:var(--primary-strong);word-break:break-all;margin:.25rem 0 0;font-size:.95rem;font-weight:600;display:block}.contact-form-col{flex-direction:column;gap:1.25rem;display:flex}.contact-form-heading{letter-spacing:.02em;margin:0;font-size:1.25rem}.contact-form{flex-direction:column;gap:1.1rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-label{color:var(--text);font-size:.85rem;font-weight:500}.form-input{background:var(--card-bg);border:1px solid var(--line);width:100%;color:var(--text);font:inherit;border-radius:12px;padding:.75rem 1rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s;box-shadow:0 20px 40px #0206173d}.form-input::placeholder{color:var(--placeholder)}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--focus-ring);outline:none}.form-input:disabled{opacity:.6;cursor:not-allowed}.form-textarea{resize:vertical;min-height:140px}.form-input.is-invalid{border-color:#ef4444}.char-counter{color:var(--muted);text-align:right;margin-top:.25rem;font-size:.75rem}.char-counter--warn{color:#f97316}.char-counter--danger{color:#ef4444}.form-field-error{color:#ef4444;margin-top:.3rem;font-size:.8rem}.required-mark{color:var(--primary-strong)}.form-required-note{color:var(--muted);margin:0 0 .25rem;font-size:.8rem}.form-error{color:#ef4444;margin:0;font-size:.875rem}.captcha-a11y-note{color:var(--muted);margin:.25rem 0 0;font-size:.75rem}.captcha-a11y-note a{color:var(--primary-strong);text-underline-offset:2px;text-decoration:underline}.form-submit{align-self:flex-start}.form-success-state{background:var(--card-bg);border:1px solid var(--line);border-radius:24px;flex-direction:column;gap:.6rem;padding:2rem;display:flex}.form-success-icon{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:700;display:inline-flex}.form-success-state h3{letter-spacing:.02em;margin:.25rem 0 0;font-size:1.15rem}.form-success-state p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.6}.form-send-another{align-self:flex-start;margin-top:.5rem}@media (width<=980px){.contact-layout{grid-template-columns:1fr}.contact-form-col{order:-1}}.trust-section{border-top:1px solid var(--line);padding:4.5rem 0}.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-top:2rem;display:grid}.trust-card h3{letter-spacing:.02em;margin:.6rem 0 .4rem;font-size:1rem}.trust-card p{margin:0}@media (width<=640px){.trust-section{padding:3.5rem 0}.trust-grid{grid-template-columns:1fr}}.about-illustration-wrap,.services-illustration-wrap{text-align:center;padding:2rem 0 3rem}.about-illustration,.services-illustration{width:100%;max-width:560px;height:auto;display:inline-block}.approach-section{border-top:1px solid var(--line);padding:4.5rem 0}.approach-section .section-eyebrow{margin-bottom:.4rem}.approach-section h2{letter-spacing:.02em;margin:0 0 2rem;font-size:clamp(1.5rem,2.8vw,2rem);line-height:1.2}.approach-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;display:grid}.approach-item{flex-direction:column;display:flex}.approach-item h3{letter-spacing:.02em;margin:0 0 .5rem;font-size:1.05rem}.approach-item p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.65}@media (width<=980px){.approach-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=640px){.approach-section{padding:3.5rem 0}}.featured-section{border-top:1px solid var(--line);padding:4.5rem 0}.featured-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.featured-text{flex-direction:column;gap:0;display:flex}.featured-text h2{letter-spacing:.02em;margin:0 0 .75rem;font-size:clamp(1.6rem,2.8vw,2.4rem);line-height:1.1}.featured-highlights{flex-direction:column;gap:.5rem;margin:1.1rem 0 0;padding:0;list-style:none;display:flex}.featured-highlights li{color:var(--muted);align-items:baseline;gap:.5rem;font-size:.95rem;line-height:1.5;display:flex}.featured-highlights li:before{content:"✓";color:var(--primary-strong);flex-shrink:0;font-size:.75rem}.featured-meta{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex}.featured-badge{border:1px solid var(--line);background:var(--tag-bg);color:var(--primary-strong);letter-spacing:.04em;border-radius:999px;align-items:center;padding:.3rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.featured-cta{align-self:flex-start;margin-top:1.5rem}.featured-visual{justify-content:center;align-items:center;display:flex}.phone-frame{background:#1a1a2e;border-radius:36px;flex-direction:column;align-items:center;gap:8px;width:220px;height:440px;padding:14px 10px 10px;display:flex;box-shadow:0 0 0 1px #ffffff14,0 30px 60px #00000080,inset 0 1px #ffffff0f}.phone-notch{background:#0d0d1a;border-radius:999px;flex-shrink:0;width:60px;height:8px}.phone-screen{background:#f8fafc;border-radius:20px;flex-direction:column;flex:1;width:100%;display:flex;overflow:hidden}.app-bar{background:#ea580c;flex-shrink:0;align-items:center;gap:6px;padding:10px 12px;display:flex}.app-bar-icon{color:#fffc;font-size:.65rem}.app-bar-title{color:#fff;letter-spacing:.01em;font-size:.7rem;font-weight:600}.app-content{flex-direction:column;flex:1;gap:10px;padding:12px 10px;display:flex;overflow:hidden}.app-problem-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:4px;padding:10px;display:flex;box-shadow:0 1px 3px #0000000f}.app-problem-label{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:.58rem}.app-problem-formula{color:#0f172a;letter-spacing:-.01em;font-size:.9rem;font-weight:700}.app-steps{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.app-step{color:#94a3b8;background:#f1f5f9;border-radius:6px;align-items:center;gap:6px;padding:5px 8px;font-size:.62rem;display:flex}.app-step:before{content:"○";color:#cbd5e1;flex-shrink:0;font-size:.55rem}.app-step.is-done{color:#475569;background:#f0fdf4}.app-step.is-done:before{content:"✓";color:#16a34a}.app-step.is-active{color:#7c2d12;background:#fff7ed;font-weight:600}.app-step.is-active:before{content:"→";color:#ea580c}.app-next-btn{color:#fff;text-align:center;background:#ea580c;border-radius:8px;margin-top:auto;padding:7px 10px;font-size:.62rem;font-weight:600}.phone-home-bar{background:#ffffff40;border-radius:999px;flex-shrink:0;width:60px;height:4px}@media (width<=980px){.featured-grid{grid-template-columns:1fr;gap:2.5rem}.featured-visual{order:-1}}@media (width<=640px){.featured-section{padding:3.5rem 0}}.cta-band{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-strong) 100%);padding:4rem 0}.cta-band-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-band-text{flex:1;min-width:0}.cta-band-eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--cta-text-muted);margin:0 0 .6rem;font-size:.78rem}.cta-band-title{letter-spacing:.02em;color:var(--cta-text);margin:0 0 .6rem;font-size:clamp(1.4rem,2.5vw,2rem);line-height:1.15}.cta-band-body{color:var(--cta-text-muted);max-width:52ch;margin:0;font-size:1rem;line-height:1.6}.button-on-accent{color:#04111f;white-space:nowrap;background:#fff;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:.95rem 1.5rem;font-weight:600;transition:opacity .15s;display:inline-flex}.button-on-accent:hover{opacity:.9}@media (width<=640px){.cta-band{padding:3rem 0}.cta-band-inner{flex-direction:column;align-items:flex-start}.button-on-accent{width:100%}}.site-footer{border-top:1px solid var(--line);padding:3rem 0 2rem}.footer-grid{grid-template-columns:1.6fr 1fr 1fr;align-items:start;gap:2.5rem;display:grid}.footer-col-heading{text-transform:uppercase;letter-spacing:.12em;color:var(--primary-strong);margin:0 0 .85rem;font-size:.78rem}.footer-tagline{color:var(--muted);max-width:26ch;margin:.4rem 0 0;font-size:.9rem;line-height:1.6}.footer-nav-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.footer-nav-list a{color:var(--muted);font-size:.9rem;transition:color .15s}.footer-nav-list a:hover{color:var(--text)}.footer-availability{color:var(--muted);margin:0 0 .6rem;font-size:.9rem}.footer-email-link{color:var(--primary-strong);font-size:.9rem;font-weight:500;transition:opacity .15s}.footer-email-link:hover{opacity:.75}.footer-bottom{border-top:1px solid var(--line);margin-top:2.5rem;padding-top:1.5rem}.footer-bottom p{color:var(--muted);margin:0;font-size:.85rem}.not-found{text-align:center}@media (width<=980px){.card-grid,.search-results,.contact-grid,.footer-grid,.stats-grid,.process-strip{grid-template-columns:1fr}.process-strip:before{display:none}.process-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 1rem}.process-step{padding:0}}@media (width<=640px){.svc-grid{grid-template-columns:1fr}.process-strip{grid-template-columns:1fr;gap:2rem}.hero,.page-section,.home-summary,.svc-section,.faq-section,.process-section,.search-panel,.section-intro{padding:3.5rem 0}.hero h1,.section-intro h1,.search-panel h2{font-size:2.2rem}.nav-links{gap:.75rem}.language-toggle button{padding:.25rem .45rem;font-size:.7rem}}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeOnly{0%{opacity:0}to{opacity:1}}.card-grid .card:nth-child(2),.contact-info .card:nth-child(2){--anim-delay:80ms}.card-grid .card:nth-child(3),.contact-info .card:nth-child(3){--anim-delay:.16s}.card-grid .card:nth-child(4){--anim-delay:.24s}.stats-grid .stat-card:nth-child(2){--anim-delay:80ms}.stats-grid .stat-card:nth-child(3){--anim-delay:.16s}.process-strip .process-step:nth-child(2){--anim-delay:80ms}.process-strip .process-step:nth-child(3){--anim-delay:.16s}.process-strip .process-step:nth-child(4){--anim-delay:.24s}.approach-grid .approach-item:nth-child(2){--anim-delay:80ms}.approach-grid .approach-item:nth-child(3){--anim-delay:.16s}.trust-grid .card:nth-child(2),.trust-grid .card:nth-child(3){--anim-delay:80ms}.trust-grid .card:nth-child(4){--anim-delay:.16s}@media (prefers-reduced-motion:no-preference){.hero .section-eyebrow{animation:.5s both heroFadeUp}.hero h1{animation:.5s .1s both heroFadeUp}.hero .hero-copy{animation:.5s .2s both heroFadeUp}.hero-actions{animation:.5s .3s both heroFadeUp}.hero-badges{animation:.5s .4s both heroFadeUp}.hero-panel{animation:.5s .15s both heroFadeUp}html.is-animatable .card,html.is-animatable .stat-card,html.is-animatable .process-step,html.is-animatable .approach-item,html.is-animatable .featured-text,html.is-animatable .featured-visual,html.is-animatable .cta-band-inner{opacity:0;transition:opacity .5s ease var(--anim-delay,0s), transform .5s ease var(--anim-delay,0s);transform:translateY(18px)}html.is-animatable .card.is-visible,html.is-animatable .stat-card.is-visible,html.is-animatable .process-step.is-visible,html.is-animatable .approach-item.is-visible,html.is-animatable .featured-text.is-visible,html.is-animatable .featured-visual.is-visible,html.is-animatable .cta-band-inner.is-visible{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero .section-eyebrow{animation:.4s both heroFadeOnly}.hero h1{animation:.4s .1s both heroFadeOnly}.hero .hero-copy{animation:.4s .2s both heroFadeOnly}.hero-actions{animation:.4s .3s both heroFadeOnly}.hero-badges{animation:.4s .4s both heroFadeOnly}.hero-panel{animation:.4s .15s both heroFadeOnly}html.is-animatable .card,html.is-animatable .stat-card,html.is-animatable .process-step,html.is-animatable .approach-item,html.is-animatable .featured-text,html.is-animatable .featured-visual,html.is-animatable .cta-band-inner{opacity:0;transition:opacity .4s ease var(--anim-delay,0s)}html.is-animatable .card.is-visible,html.is-animatable .stat-card.is-visible,html.is-animatable .process-step.is-visible,html.is-animatable .approach-item.is-visible,html.is-animatable .featured-text.is-visible,html.is-animatable .featured-visual.is-visible,html.is-animatable .cta-band-inner.is-visible{opacity:1}}h1,h2,h3{font-family:var(--font-heading)}.process-section .section-eyebrow:before{content:"— "}.hero--gridline{background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);background-size:60px 60px}.hero-grid{grid-template-columns:1fr;max-width:820px}.marquee-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--panel);-webkit-user-select:none;user-select:none;padding:13px 0;overflow:hidden}.marquee-track{align-items:center;gap:2rem;width:max-content;animation:32s linear infinite marqueeScroll;display:flex}.marquee-item{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);white-space:nowrap;align-items:center;gap:.55rem;font-family:Inter,sans-serif;font-size:.78rem;display:inline-flex}.marquee-sep{color:var(--primary);flex-shrink:0;font-size:.55rem}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}.card-number{letter-spacing:.12em;color:var(--primary-strong);background:var(--tag-bg);border:1px solid var(--line);border-radius:999px;margin-bottom:1rem;padding:.2rem .55rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;display:inline-block}.svc-grid{background:var(--line);border:1px solid var(--line);border-radius:12px;grid-template-columns:1fr 1fr;gap:1px;margin-top:2.5rem;display:grid;overflow:hidden}.svc-card{background:var(--bg);padding:2.4rem 2.6rem 2.8rem;transition:background .25s;position:relative}.svc-card:hover{background:var(--panel)}.svc-num{font-family:var(--font-heading);color:#ea580c1a;-webkit-user-select:none;user-select:none;margin-bottom:.75rem;font-size:4.2rem;font-style:italic;font-weight:900;line-height:1;transition:color .25s;display:block}.svc-card:hover .svc-num{color:#ea580c38}.svc-icon{background:var(--tag-bg);width:38px;height:38px;color:var(--primary-strong);border-radius:9px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.svc-name{font-family:var(--font-heading);color:var(--text);margin:0 0 .5rem;font-size:1.15rem;font-weight:800;line-height:1.3}.svc-desc{color:var(--muted);margin:0;font-size:.875rem;line-height:1.6}.svc-arrow{border:1px solid var(--line);width:30px;height:30px;color:var(--primary);opacity:0;border-radius:50%;justify-content:center;align-items:center;margin-top:1.25rem;transition:opacity .25s;display:flex}.svc-card:hover .svc-arrow{opacity:1}.faq-section{background:var(--panel)}.faq-accordion{border:1px solid var(--line);border-radius:12px;margin:2rem 0 0;padding:0;list-style:none;overflow:hidden}.faq-item{border-bottom:1px solid var(--line)}.faq-item:last-child{border-bottom:none}.faq-trigger{cursor:pointer;width:100%;color:var(--text);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:background .2s;display:flex}.faq-trigger:hover{background:var(--panel-strong)}.faq-trigger:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.faq-question{font-size:.975rem;font-weight:600;line-height:1.45}.faq-icon{border:1px solid var(--line);width:24px;height:24px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;transition:transform .28s,background .2s;display:flex}.faq-item.is-open .faq-icon{background:var(--tag-bg);transform:rotate(45deg)}.faq-body{grid-template-rows:0fr;transition:grid-template-rows .28s;display:grid}.faq-item.is-open .faq-body{grid-template-rows:1fr}.faq-body-inner{padding:0 1.5rem;transition:padding-bottom .28s;overflow:hidden}.faq-item.is-open .faq-body-inner{padding-bottom:1.25rem}.faq-body-inner p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.65}@media (prefers-reduced-motion:reduce){.faq-body,.faq-icon,.faq-body-inner{transition:none}}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.project-card{background:var(--card-bg);border:1px solid var(--line);border-radius:24px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 20px 40px #0206173d}.project-thumb{flex-shrink:0;justify-content:center;align-items:center;height:160px;font-size:2rem;display:flex;position:relative;overflow:hidden}.project-thumb:before{content:"";background-image:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);background-size:28px 28px;position:absolute;inset:0}.project-thumb-icon{z-index:1;background:var(--tag-bg);width:52px;height:52px;color:var(--primary-strong);border:1px solid var(--line);border-radius:14px;justify-content:center;align-items:center;display:flex;position:relative}.project-body{flex-direction:column;flex:1;padding:1.4rem;display:flex}.project-body h2{letter-spacing:.02em;margin:0 0 .5rem;font-size:1.1rem}.project-body p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.6}.project-status-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--primary-strong);background:var(--tag-bg);border:1px solid var(--line);border-radius:999px;align-self:flex-start;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.2rem .6rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;display:inline-flex}.project-status-dot{background:var(--primary-strong);border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion:reduce){.project-status-dot{animation:none}}@media (width<=640px){.project-grid{grid-template-columns:1fr}}.intro-overlay{z-index:9999;background:#05080f;flex-direction:column;justify-content:center;align-items:center;transition:transform .65s cubic-bezier(.76,0,.24,1);display:flex;position:fixed;inset:0}.intro-overlay.is-sliding{pointer-events:none;transform:translateY(-100%)}.intro-logo{width:160px;height:160px}.intro-cat-stroke{stroke-dasharray:840;stroke-dashoffset:840px;animation:2.5s cubic-bezier(.35,0,.65,1) .3s forwards introDraw}@keyframes introDraw{to{stroke-dashoffset:0}}.intro-fill-cream{opacity:0;animation:.45s 2.85s forwards introFade}.intro-fill-dark{opacity:0;animation:.45s 3.3s forwards introFade}.intro-fill-ginger{opacity:0;animation:.45s 3.75s forwards introFade}.intro-eyes{opacity:0;animation:.3s 4.15s forwards introFade}@keyframes introFade{to{opacity:1}}.intro-brand-wrap{font-family:var(--font-heading);letter-spacing:.02em;opacity:0;--calico-ginger:#d4782a;--calico-dark:#b05a2a;--calico-cream:#c8a882;--primary:#ea580c;--accent-bright:#fb923c;margin-top:28px;font-size:2rem;animation:.55s 4.5s forwards introRise;transform:translateY(14px)}.intro-tagline{letter-spacing:.12em;text-transform:uppercase;color:#8498b8;opacity:0;margin-top:10px;font-size:.8rem;animation:.4s 4.9s forwards introFade}@keyframes introRise{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.intro-cat-stroke,.intro-fill-cream,.intro-fill-dark,.intro-fill-ginger,.intro-eyes,.intro-brand-wrap,.intro-tagline{opacity:1;stroke-dashoffset:0;animation:none;transform:none}}.intro-replay-btn{background:var(--panel);border:1px solid var(--line);color:var(--muted);cursor:pointer;z-index:200;border-radius:8px;min-width:36px;min-height:36px;padding:.4rem .75rem;font-size:.9rem;transition:color .2s,border-color .2s;position:fixed;bottom:1.25rem;right:1.25rem}.intro-replay-btn:hover{color:var(--primary);border-color:var(--primary)}.page-loader-spinner{border:3px solid var(--line);border-top-color:var(--primary);border-radius:50%;width:2.5rem;height:2.5rem;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.page-loader-spinner{opacity:.6;animation:none}}
