*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}:root{--color-dark: #382d2d;--color-orange: #d96b2f;--color-rose: #d35355;--color-purple: #8f66c4;--color-purple-light: #b78bdc;--color-purple-lighter: #c890f1;--color-bg: #f9f9f9;--color-white: #ffffff;--color-text: #333333;--color-text-dark: #1a1a1a;--font-display: "DM Serif Display", serif;--font-body: "DM Sans", sans-serif}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}.topbar[data-astro-cid-lq7i5isa]{padding:1.75rem 2rem;background:var(--color-white);border-bottom:1px solid rgba(56,45,45,.06)}.topbar-inner[data-astro-cid-lq7i5isa]{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo[data-astro-cid-lq7i5isa]{height:48px;width:auto}.status[data-astro-cid-lq7i5isa]{display:flex;align-items:center;gap:.625rem}.dot[data-astro-cid-lq7i5isa]{width:8px;height:8px;border-radius:50%;background:var(--color-purple-light);animation:pulse-dot 2.5s ease-in-out infinite;flex-shrink:0}.status-text[data-astro-cid-lq7i5isa]{font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-purple)}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.65)}}@media(max-width:900px){.topbar[data-astro-cid-lq7i5isa]{padding:1.25rem 1.5rem}.logo[data-astro-cid-lq7i5isa]{height:38px}}.hero[data-astro-cid-bbe6dxrz]{min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;background:var(--color-white);padding:0 2rem 2rem}.gradient-orb[data-astro-cid-bbe6dxrz]{position:absolute;width:800px;height:800px;background:radial-gradient(circle,rgba(200,144,241,.25) 0%,rgba(183,139,220,.15) 40%,transparent 70%);border-radius:50%;top:-200px;left:-200px;animation:drift 25s ease-in-out infinite;z-index:0}.gradient-orb-secondary[data-astro-cid-bbe6dxrz]{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(217,107,47,.12) 0%,rgba(217,107,47,.05) 50%,transparent 70%);border-radius:50%;bottom:-100px;right:-100px;animation:drift-reverse 20s ease-in-out infinite;z-index:0}@keyframes drift{0%,to{transform:translate(0) scale(1)}33%{transform:translate(80px,40px) scale(1.15)}66%{transform:translate(-30px,80px) scale(.95)}}@keyframes drift-reverse{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-60px,-30px) scale(1.1)}66%{transform:translate(40px,-60px) scale(.9)}}.hero-grain[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;z-index:1;opacity:.025;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.hero-inner[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:flex-start}h1[data-astro-cid-bbe6dxrz]{font-family:var(--font-display);color:var(--color-dark);line-height:1;margin-bottom:2rem}.line-1[data-astro-cid-bbe6dxrz]{display:block;font-size:clamp(3rem,6vw,5.5rem)}.line-2[data-astro-cid-bbe6dxrz]{display:block;font-size:clamp(3rem,6vw,5.5rem);color:var(--color-purple)}.subtitle[data-astro-cid-bbe6dxrz]{font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.7;color:var(--color-text);max-width:440px}.hero-image[data-astro-cid-bbe6dxrz]{position:relative;display:flex;justify-content:flex-end}.image-frame[data-astro-cid-bbe6dxrz]{position:relative;border-radius:200px 200px 24px 24px;overflow:hidden;width:100%;max-width:420px;aspect-ratio:3/4;z-index:1}.image-frame[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:100%;height:100%;object-fit:cover}.image-accent[data-astro-cid-bbe6dxrz]{position:absolute;top:2rem;right:-1rem;width:100%;max-width:420px;aspect-ratio:3/4;border-radius:200px 200px 24px 24px;border:2px solid var(--color-purple-light);opacity:.3;z-index:0}.scroll-indicator[data-astro-cid-bbe6dxrz]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2}.scroll-line[data-astro-cid-bbe6dxrz]{width:1px;height:48px;background:linear-gradient(to bottom,var(--color-dark),transparent);opacity:.3;animation:scroll-pulse 2s ease-in-out infinite}@keyframes scroll-pulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:.15;transform:scaleY(.6)}}@media(max-width:900px){.hero[data-astro-cid-bbe6dxrz]{padding:2rem 1.5rem 4rem;min-height:auto}.hero-inner[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-text[data-astro-cid-bbe6dxrz]{align-items:center}.subtitle[data-astro-cid-bbe6dxrz]{margin:0 auto}.hero-image[data-astro-cid-bbe6dxrz]{justify-content:center}.image-frame[data-astro-cid-bbe6dxrz]{max-width:320px}.image-accent[data-astro-cid-bbe6dxrz]{max-width:320px;right:auto}.scroll-indicator[data-astro-cid-bbe6dxrz]{display:none}}.about[data-astro-cid-v2cbyr3p]{padding:8rem 2rem;background:var(--color-bg);position:relative}.about-inner[data-astro-cid-v2cbyr3p]{max-width:1200px;margin:0 auto}.about-label[data-astro-cid-v2cbyr3p]{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.label-line[data-astro-cid-v2cbyr3p]{display:block;width:48px;height:2px;background:var(--color-orange)}.label-text[data-astro-cid-v2cbyr3p]{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-orange)}.about-content[data-astro-cid-v2cbyr3p]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:5rem}h2[data-astro-cid-v2cbyr3p]{font-family:var(--font-display);line-height:1.05}.h2-large[data-astro-cid-v2cbyr3p]{display:block;font-size:clamp(2.5rem,4.5vw,4rem);color:var(--color-dark)}.h2-accent[data-astro-cid-v2cbyr3p]{display:block;font-size:clamp(2.5rem,4.5vw,4rem);color:var(--color-purple);font-style:italic}.about-body[data-astro-cid-v2cbyr3p]{padding-top:.5rem}.about-body[data-astro-cid-v2cbyr3p] .lead[data-astro-cid-v2cbyr3p]{font-size:1.2rem;font-weight:500;color:var(--color-dark);line-height:1.6;margin-bottom:1.5rem}.about-body[data-astro-cid-v2cbyr3p] p[data-astro-cid-v2cbyr3p]{font-size:1.05rem;line-height:1.8;color:var(--color-text)}.about-stats[data-astro-cid-v2cbyr3p]{display:flex;align-items:center;gap:3rem;padding:3rem;background:var(--color-white);border-radius:16px;box-shadow:0 2px 20px #0000000a}.stat[data-astro-cid-v2cbyr3p]{display:flex;flex-direction:column;align-items:center;flex:1;text-align:center}.stat-number[data-astro-cid-v2cbyr3p]{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);color:var(--color-dark);line-height:1;margin-bottom:.5rem}.stat-label[data-astro-cid-v2cbyr3p]{font-size:.9rem;font-weight:500;color:var(--color-text);text-transform:uppercase;letter-spacing:.08em}.stat-divider[data-astro-cid-v2cbyr3p]{width:1px;height:48px;background:#382d2d1a}@media(max-width:900px){.about[data-astro-cid-v2cbyr3p]{padding:5rem 1.5rem}.about-content[data-astro-cid-v2cbyr3p]{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.about-stats[data-astro-cid-v2cbyr3p]{gap:1.5rem;padding:2rem 1.5rem}.stat-number[data-astro-cid-v2cbyr3p]{font-size:1.5rem}.stat-label[data-astro-cid-v2cbyr3p]{font-size:.75rem}.stat-divider[data-astro-cid-v2cbyr3p]{height:36px}}@media(max-width:500px){.about-stats[data-astro-cid-v2cbyr3p]{flex-direction:column;gap:2rem}.stat-divider[data-astro-cid-v2cbyr3p]{width:48px;height:1px}}.services[data-astro-cid-g5jplrhu]{padding:8rem 2rem;background:var(--color-white);position:relative}.services-inner[data-astro-cid-g5jplrhu]{max-width:1200px;margin:0 auto}.services-header[data-astro-cid-g5jplrhu]{margin-bottom:4rem}.services-label[data-astro-cid-g5jplrhu]{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.label-line[data-astro-cid-g5jplrhu]{display:block;width:48px;height:2px;background:var(--color-purple)}.label-text[data-astro-cid-g5jplrhu]{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-purple)}h2[data-astro-cid-g5jplrhu]{font-family:var(--font-display);font-size:clamp(2.5rem,4.5vw,4rem);color:var(--color-dark);line-height:1.1}h2[data-astro-cid-g5jplrhu] em[data-astro-cid-g5jplrhu]{font-style:italic;color:var(--color-purple)}.services-grid[data-astro-cid-g5jplrhu]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.service-card[data-astro-cid-g5jplrhu]{padding:2.5rem;border-radius:16px;background:var(--color-bg);border-top:3px solid var(--accent);transition:transform .3s ease,box-shadow .3s ease}.service-card[data-astro-cid-g5jplrhu].offset{transform:translateY(2rem)}.service-card[data-astro-cid-g5jplrhu]:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.service-card[data-astro-cid-g5jplrhu].offset:hover{transform:translateY(calc(2rem - 4px))}.card-top[data-astro-cid-g5jplrhu]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.card-icon[data-astro-cid-g5jplrhu]{color:var(--accent);width:32px;height:32px}.card-tagline[data-astro-cid-g5jplrhu]{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);opacity:.8}h3[data-astro-cid-g5jplrhu]{font-family:var(--font-display);font-size:1.6rem;color:var(--color-dark);margin-bottom:.75rem}p[data-astro-cid-g5jplrhu]{font-size:1rem;line-height:1.7;color:var(--color-text)}@media(max-width:768px){.services[data-astro-cid-g5jplrhu]{padding:5rem 1.5rem}.services-grid[data-astro-cid-g5jplrhu]{grid-template-columns:1fr;gap:1.25rem}.service-card[data-astro-cid-g5jplrhu].offset{transform:none}.service-card[data-astro-cid-g5jplrhu].offset:hover{transform:translateY(-4px)}.service-card[data-astro-cid-g5jplrhu]{padding:2rem}}footer[data-astro-cid-sz7xmlte]{padding:3rem 2rem;background:#181818;text-align:center}.footer-inner[data-astro-cid-sz7xmlte]{max-width:600px;margin:0 auto}.footer-logo[data-astro-cid-sz7xmlte]{height:28px;width:auto;margin:0 auto 1.5rem;opacity:.6;filter:brightness(10)}.legal[data-astro-cid-sz7xmlte]{font-size:.8rem;line-height:1.6;color:#ffffff80;max-width:500px;margin:0 auto .75rem}.copyright[data-astro-cid-sz7xmlte]{font-size:.75rem;color:#ffffff4d}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease-out,transform .7s ease-out}.reveal.revealed{opacity:1;transform:translateY(0)}.service-card.reveal{transition-delay:var(--delay, 0s)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
