.hero[data-astro-cid-nlow4r3u]{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:8rem 2rem 0;position:relative;overflow:hidden}.hero__bg-accent[data-astro-cid-nlow4r3u]{position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,var(--color-accent-glow) 0%,transparent 70%);pointer-events:none;z-index:0}.hero__inner[data-astro-cid-nlow4r3u]{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;width:100%;padding-bottom:4rem}.hero__content[data-astro-cid-nlow4r3u]{display:flex;flex-direction:column;gap:1.5rem}.hero__label[data-astro-cid-nlow4r3u]{display:flex;align-items:center;gap:1rem;font-family:var(--font-body);font-weight:500;font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent)}.hero__name[data-astro-cid-nlow4r3u]{font-size:clamp(3.5rem,8vw,6rem);color:var(--color-title-cream);line-height:.95;letter-spacing:-.02em}.hero__subtitle[data-astro-cid-nlow4r3u]{font-family:var(--font-title);font-size:clamp(1.2rem,2.5vw,1.8rem);color:var(--color-title-orange);letter-spacing:.05em}.hero__desc[data-astro-cid-nlow4r3u]{max-width:45ch;color:var(--color-text-muted);line-height:1.8}.hero__actions[data-astro-cid-nlow4r3u]{display:flex;gap:1rem;margin-top:.5rem}.hero__gallery[data-astro-cid-nlow4r3u]{display:flex;flex-direction:column;gap:1rem}.hero__photo--main[data-astro-cid-nlow4r3u]{display:block;width:100%;height:100%;aspect-ratio:8 / 9;object-fit:cover;object-position:center 30%;border-radius:2px}.hero__photo-stack[data-astro-cid-nlow4r3u]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hero__photo--secondary[data-astro-cid-nlow4r3u]{display:block;width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover;object-position:center;border-radius:2px}@media(max-width:900px){.hero__inner[data-astro-cid-nlow4r3u]{grid-template-columns:1fr;gap:3rem}.hero[data-astro-cid-nlow4r3u]{padding-top:7rem;min-height:auto}.hero__photo--main[data-astro-cid-nlow4r3u]{aspect-ratio:4 / 3}}@media(max-width:480px){.hero[data-astro-cid-nlow4r3u]{padding:6rem 1.25rem 0}.hero__actions[data-astro-cid-nlow4r3u]{flex-direction:column}.hero__actions[data-astro-cid-nlow4r3u] .btn[data-astro-cid-nlow4r3u]{width:100%;justify-content:center}}.bio[data-astro-cid-fl66agga]{background:var(--color-bg-lighter)}.bio__intro[data-astro-cid-fl66agga]{font-size:1.15rem;color:var(--color-text-muted);margin-top:.5rem;font-style:italic}.bio__content[data-astro-cid-fl66agga]{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.bio__text[data-astro-cid-fl66agga]{display:flex;flex-direction:column;gap:1.5rem}.bio__paragraph[data-astro-cid-fl66agga]{line-height:1.85;color:var(--color-text)}.bio__sidebar[data-astro-cid-fl66agga]{position:sticky;top:6rem}.bio__collab-title[data-astro-cid-fl66agga]{font-size:1.3rem;color:var(--color-title-orange);margin-bottom:.75rem}.bio__collab-list[data-astro-cid-fl66agga]{list-style:none;display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.bio__collab-item[data-astro-cid-fl66agga]{display:flex;flex-direction:column;gap:.2rem;padding-left:1rem;border-left:2px solid var(--color-accent)}.bio__collab-name[data-astro-cid-fl66agga]{font-weight:500;color:var(--color-text);font-size:1rem}.bio__collab-desc[data-astro-cid-fl66agga]{font-size:.85rem;color:var(--color-text-muted)}.bio__stats[data-astro-cid-fl66agga]{display:flex;flex-direction:column;gap:1.5rem}.bio__stat[data-astro-cid-fl66agga]{display:flex;flex-direction:column;gap:.2rem}.bio__stat-number[data-astro-cid-fl66agga]{font-family:var(--font-title);font-size:2.5rem;color:var(--color-title-orange);line-height:1}.bio__stat-label[data-astro-cid-fl66agga]{font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em}@media(max-width:900px){.bio__content[data-astro-cid-fl66agga]{grid-template-columns:1fr;gap:3rem}.bio__sidebar[data-astro-cid-fl66agga]{position:static}}.services[data-astro-cid-satlbe6z]{background:var(--color-bg)}.services__intro[data-astro-cid-satlbe6z]{font-size:1.15rem;color:var(--color-text-muted);margin-top:.5rem;font-style:italic}.services__grid[data-astro-cid-satlbe6z]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.services__card[data-astro-cid-satlbe6z]{background:var(--color-bg-card);padding:2.5rem 2rem;position:relative;overflow:hidden;transition:transform var(--transition-base),box-shadow var(--transition-base)}.services__card[data-astro-cid-satlbe6z]:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.services__card-accent[data-astro-cid-satlbe6z]{position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--color-accent),var(--color-title-orange));transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.4,0,.2,1)}.services__card[data-astro-cid-satlbe6z]:hover .services__card-accent[data-astro-cid-satlbe6z]{transform:scaleX(1)}.services__icon[data-astro-cid-satlbe6z]{color:var(--color-accent);margin-bottom:1.25rem}.services__card-title[data-astro-cid-satlbe6z]{font-size:1.2rem;color:var(--color-title-cream);margin-bottom:.75rem;font-family:var(--font-title)}.services__card-desc[data-astro-cid-satlbe6z]{font-size:.95rem;line-height:1.75;color:var(--color-text-muted)}@media(max-width:768px){.services__grid[data-astro-cid-satlbe6z]{grid-template-columns:1fr}}.trusted[data-astro-cid-4binqcmu]{background:var(--color-bg-lighter);padding:5rem 2rem 1.5rem;text-align:center}.trusted__header[data-astro-cid-4binqcmu]{margin-bottom:2rem}.trusted__header[data-astro-cid-4binqcmu] .accent-line[data-astro-cid-4binqcmu]{margin-bottom:1rem}.trusted__title[data-astro-cid-4binqcmu]{font-family:var(--font-title);font-size:clamp(1rem,1.8vw,1.3rem);color:var(--color-title-orange);text-transform:uppercase;letter-spacing:.15em}.trusted__logos[data-astro-cid-4binqcmu]{display:flex;align-items:center;justify-content:center;gap:3.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.trusted__link[data-astro-cid-4binqcmu]{display:inline-flex;align-items:center;text-decoration:none;transition:transform var(--transition-base)}.trusted__link[data-astro-cid-4binqcmu]:hover{transform:scale(1.05);opacity:1}.trusted__logo[data-astro-cid-4binqcmu]{max-height:38px;width:auto;object-fit:contain;filter:brightness(0) invert(1) sepia(.05) brightness(.85);opacity:.8;transition:filter var(--transition-base),opacity var(--transition-base)}.trusted__link[data-astro-cid-4binqcmu]:hover .trusted__logo[data-astro-cid-4binqcmu]{filter:brightness(0) invert(1) sepia(.05) brightness(.95);opacity:1}.trusted__testimonial[data-astro-cid-4binqcmu]{position:relative;max-width:700px;margin:0 auto;padding:1.75rem 2rem 1.75rem 2.5rem;text-align:left;background:transparent;border:none;border-left:3px solid var(--color-accent)}.trusted__testimonial[data-astro-cid-4binqcmu]:before,.trusted__testimonial[data-astro-cid-4binqcmu]:after{display:none}.trusted__quote-mark[data-astro-cid-4binqcmu]{display:block;font-size:2.5rem;line-height:1;color:var(--color-accent);font-family:Georgia,Times New Roman,serif;margin-bottom:.25rem}.trusted__quote[data-astro-cid-4binqcmu]{font-family:var(--font-body);font-size:clamp(1rem,2vw,1.15rem);font-style:italic;color:var(--color-text-muted);line-height:1.8;margin:0}.trusted__attribution[data-astro-cid-4binqcmu]{display:block;margin-top:1rem;font-size:.85rem;font-variant:small-caps;letter-spacing:.12em;color:var(--color-accent);font-weight:600}.trusted__more[data-astro-cid-4binqcmu]{font-style:italic;font-size:.95rem;color:var(--color-text-muted);margin:2rem auto 0;opacity:.7;text-align:center}@media(max-width:768px){.trusted[data-astro-cid-4binqcmu]{padding:3rem 1.25rem 1rem}.trusted__logos[data-astro-cid-4binqcmu]{gap:2.5rem}.trusted__logo[data-astro-cid-4binqcmu]{max-height:28px}.trusted__testimonial[data-astro-cid-4binqcmu]{max-width:92%;padding:1.5rem 1.25rem 1.5rem 1.75rem}.trusted__quote-mark[data-astro-cid-4binqcmu]{font-size:2rem}.trusted__more[data-astro-cid-4binqcmu]{margin-top:2.5rem}}@media(max-width:480px){.trusted__logos[data-astro-cid-4binqcmu]{gap:2rem}.trusted__logo[data-astro-cid-4binqcmu]{max-height:24px}.trusted__testimonial[data-astro-cid-4binqcmu]{max-width:100%;padding:1.25rem 1rem 1.25rem 1.5rem}}.contact[data-astro-cid-jjagjrbk]{background:var(--color-bg-lighter);padding-top:1.5rem}.contact__intro[data-astro-cid-jjagjrbk]{font-size:1.15rem;color:var(--color-text-muted);margin-top:.5rem;font-style:italic}.contact__grid[data-astro-cid-jjagjrbk]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact__primary[data-astro-cid-jjagjrbk]{display:flex;flex-direction:column;gap:2rem}.contact__method[data-astro-cid-jjagjrbk]{display:flex;flex-direction:column;gap:.5rem}.contact__email-link[data-astro-cid-jjagjrbk]{display:inline-flex;align-items:center;gap:.75rem;color:var(--color-text);text-decoration:underline;text-underline-offset:3px;font-size:1.05rem;transition:opacity var(--transition-base)}.contact__email-link[data-astro-cid-jjagjrbk] svg[data-astro-cid-jjagjrbk]{color:var(--color-accent);flex-shrink:0}.contact__social[data-astro-cid-jjagjrbk] h3[data-astro-cid-jjagjrbk]{font-size:1.2rem;color:var(--color-title-orange)}.contact__social-links[data-astro-cid-jjagjrbk]{display:flex;flex-direction:column;gap:1rem}.contact__social-item[data-astro-cid-jjagjrbk]{display:inline-flex;align-items:center;gap:.75rem;color:var(--color-text);text-decoration:none;padding:.75rem 1rem;background:var(--color-bg-card);transition:all var(--transition-base)}.contact__social-item[data-astro-cid-jjagjrbk]:hover{opacity:1;background:var(--color-bg);transform:translate(8px);color:var(--color-accent)}.contact__social-item[data-astro-cid-jjagjrbk] svg[data-astro-cid-jjagjrbk]{color:var(--color-accent);flex-shrink:0}.contact__platform-badge[data-astro-cid-jjagjrbk]{font-family:var(--font-body);font-weight:700;font-size:1rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}@media(max-width:768px){.contact[data-astro-cid-jjagjrbk]{padding-top:1rem}.contact__grid[data-astro-cid-jjagjrbk]{grid-template-columns:1fr;gap:3rem}}
