*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}:root{--bg:#fff;--bg-elevated:#f5f5f5;--bg-card:#fff;--text:#121212;--text-muted:#616161;--accent:#334155;--accent-light:#475569;--border:#ccc;--radius:0;--font-heading:"Playfair Display", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--container:1100px;--tracking-wide:.18em;--tracking-wider:.32em}h1,h2,h3{font-family:var(--font-heading);letter-spacing:.02em;font-weight:300}h1{letter-spacing:-.025em;font-size:clamp(3rem,7vw,5.5rem);font-weight:400;line-height:.95}h2{letter-spacing:-.02em;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:400;line-height:1.05}.eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:var(--tracking-wider);font-size:.6875rem;font-weight:500}.rule{background:#121212cc;width:3rem;height:1px;display:block}h2:after{content:"";background:var(--accent);opacity:.7;width:48px;height:1px;margin-top:14px;display:block}body:after{content:"";opacity:.015;pointer-events:none;z-index:9998;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");position:fixed;inset:0}.accent-gold{color:var(--accent);font-style:italic}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.5rem}.btn{cursor:pointer;letter-spacing:.12em;text-transform:uppercase;border:none;border-radius:0;justify-content:center;align-items:center;padding:.875rem 2rem;font-family:inherit;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s,opacity .2s;display:inline-flex}.btn:hover{opacity:.85}.btn:active{opacity:.75}.btn--primary{background:var(--text);color:var(--bg);border:2px solid var(--text)}.btn--primary:hover{opacity:1;background:#222;border-color:#222}.btn--outline{color:var(--text);border:1px solid var(--border);background:0 0}.btn--outline:hover{border-color:var(--text);opacity:1}.btn--secondary{color:var(--text);border:2px solid var(--text);background:0 0}.btn--secondary:hover{background:var(--text);color:var(--bg);opacity:1}.text-link{color:var(--text);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.text-link:hover{opacity:.55}.text-link__arrow{transition:transform .2s}.text-link:hover .text-link__arrow{transform:translate(3px)}.footer{--footer-bg:#fff;--footer-text:#121212;--footer-muted:#616161;--footer-border:#ccc;background:var(--footer-bg);color:var(--footer-text);border-top:1px solid var(--footer-border);padding:4.5rem 0 2.5rem}.footer .container{max-width:1280px}.footer__columns{grid-template-columns:repeat(3,1fr);align-items:start;gap:clamp(2.5rem,5vw,5rem);margin-bottom:3.5rem;display:grid}.footer__col{min-width:0}.footer__logo{margin-bottom:1.25rem;text-decoration:none;display:inline-block}.footer__logo img{object-fit:contain;width:auto;height:72px;display:block}.footer__tagline{color:var(--footer-muted);max-width:16rem;margin-bottom:1.75rem;font-size:.9375rem;line-height:1.65}.footer__social{flex-wrap:wrap;gap:.625rem;list-style:none;display:flex}.footer__social a{border:1px solid var(--footer-border);width:2.5rem;height:2.5rem;color:var(--footer-text);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:border-color .2s,opacity .2s;display:flex}.footer__social a:hover{border-color:var(--footer-text);opacity:.75}.footer__heading{font-family:var(--font-body);text-transform:uppercase;letter-spacing:var(--tracking-wider);color:var(--footer-text);margin-bottom:1.75rem;font-size:.6875rem;font-weight:500}.footer h2:after{display:none}.footer__details{flex-direction:column;gap:1.125rem;list-style:none;display:flex}.footer__details li{color:var(--footer-text);align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.5;display:flex}.footer__icon{color:var(--footer-muted);flex-shrink:0;margin-top:.15rem}.footer__details address{font-style:normal}.footer__details a{color:inherit;text-decoration:none;transition:opacity .2s}.footer__details a:hover{opacity:.65}.footer__descriptor{color:var(--footer-muted);max-width:18rem;margin-bottom:1.75rem;font-size:.9375rem;line-height:1.6}.footer__cta{align-self:flex-start}.footer__divider{border:none;border-top:1px solid var(--footer-border);margin:0}.footer__lower{flex-direction:column;gap:2rem;display:flex}.footer__nav-row{flex-wrap:wrap;align-items:center;gap:1.25rem 2rem;display:flex}.footer__nav-label{text-transform:uppercase;letter-spacing:var(--tracking-wider);color:var(--footer-muted);flex-shrink:0;font-size:.6875rem;font-weight:500}.footer__nav-links{flex-wrap:wrap;align-items:center;gap:.75rem 1.75rem;display:flex}.footer__nav-links a{text-transform:uppercase;letter-spacing:.16em;color:var(--footer-text);font-size:.6875rem;font-weight:500;text-decoration:none;transition:opacity .2s}.footer__nav-links a:hover{opacity:.55}.footer__bottom{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.footer__copy{color:var(--footer-muted);letter-spacing:.04em;font-size:.75rem}@media (width<=900px){.footer__columns{grid-template-columns:1fr 1fr}.footer__col--cta{grid-column:1/-1}}@media (width<=640px){.footer{padding:3.5rem 0 2rem}.footer__columns{grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}.footer__nav-row{flex-direction:column;align-items:flex-start}.footer__nav-links{gap:.75rem 1.25rem}.footer__cta{width:100%}}.cookie-banner{z-index:9999;background:var(--bg-elevated);border-top:1px solid var(--border);width:100%;padding:20px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #00000014}.cookie-banner__inner{max-width:var(--container);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;display:flex}.cookie-banner__text{min-width:240px;color:var(--text-muted);flex:1;font-size:.9375rem;line-height:1.6}.cookie-banner__text a{color:var(--text);text-underline-offset:2px;text-decoration:underline}.cookie-banner__text a:hover{opacity:.7}.cookie-banner__actions{flex-wrap:wrap;flex-shrink:0;gap:.75rem;display:flex}.cookie-banner__btn{cursor:pointer;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:0;padding:.625rem 1.25rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .2s,color .2s,border-color .2s,opacity .2s}.cookie-banner__btn--accept{color:#fff;background:#000;border:2px solid #000}.cookie-banner__btn--accept:hover{background:#222;border-color:#222}.cookie-banner__btn--necessary{color:var(--text);border:2px solid var(--border);background:0 0}.cookie-banner__btn--necessary:hover{border-color:var(--text);color:var(--text)}@media (width<=640px){.cookie-banner__inner{flex-direction:column;align-items:stretch}.cookie-banner__actions{flex-direction:column}.cookie-banner__btn{width:100%}}.section:not(.portfolio),.card,.hero,.cta{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.section.portfolio{opacity:1;transform:none}.portfolio__intro{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.section.is-visible,.card.is-visible,.hero.is-visible,.cta.is-visible,.portfolio__intro.is-visible{opacity:1;transform:translateY(0)}.hero:not(.is-visible) .hero__eyebrow,.hero:not(.is-visible) .hero__badge,.hero:not(.is-visible) .hero__title,.hero:not(.is-visible) .hero__subtitle,.hero:not(.is-visible) .hero__actions,.hero:not(.is-visible) .hero__image,.hero:not(.is-visible) .btn{opacity:0}@keyframes heroReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero.is-visible .hero__eyebrow,.hero.is-visible .hero__badge{animation:.6s forwards heroReveal}.hero.is-visible .hero__title{animation:.6s .2s forwards heroReveal}.hero.is-visible .hero__subtitle{animation:.6s .4s forwards heroReveal}.hero.is-visible .hero__actions,.hero.is-visible .hero__image,.hero.is-visible>.container>.btn,.hero.is-visible .hero__inner>.btn{animation:.6s .6s forwards heroReveal}.card{transition:transform .3s,box-shadow .3s,border-color .2s,opacity .6s}.card.is-visible:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.nav a:not(.nav__cta):after{display:none}.logo img{transition:opacity .2s}.logo:hover img{opacity:.7}.count-up{color:var(--accent);font-weight:600}@media (prefers-reduced-motion:reduce){.section:not(.portfolio),.card,.hero,.cta,.portfolio__intro{opacity:1;transition:none;transform:none}.hero .hero__eyebrow,.hero .hero__badge,.hero .hero__title,.hero .hero__subtitle,.hero .hero__actions,.hero .hero__image,.hero .btn{opacity:1;animation:none!important}.btn:hover{opacity:1}.card.is-visible:hover{box-shadow:none;transform:none}}.section{box-shadow:none}.card{box-shadow:none;border-radius:0}.card.is-visible:hover{box-shadow:0 12px 24px #00000014}body:before{display:none}.hero,.cta{box-shadow:none}.header[data-astro-cid-nen7h5rs]{z-index:200;will-change:transform;background:0 0;transition:transform .3s,background .3s,border-color .3s;position:fixed;inset:0 0 auto;transform:translateY(0)}.header[data-astro-cid-nen7h5rs].is-hidden{transform:translateY(-100%)}.header[data-astro-cid-nen7h5rs].is-scrolled,.header[data-astro-cid-nen7h5rs].is-menu-open{backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff5}.header__inner[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;gap:1rem;max-width:1600px;height:6rem;margin:0 auto;padding:0 1.5rem;display:flex}@media (width>=768px){.header__inner[data-astro-cid-nen7h5rs]{padding:0 3rem}}.logo[data-astro-cid-nen7h5rs]{color:var(--text);flex-shrink:1;align-items:center;min-width:0;text-decoration:none;display:flex}.logo__mark[data-astro-cid-nen7h5rs]{object-fit:contain;flex-shrink:0;width:auto;height:56px;display:block}.header__actions[data-astro-cid-nen7h5rs]{align-items:center;gap:.75rem;margin-left:auto;display:flex}@media (width>=768px){.header__actions[data-astro-cid-nen7h5rs]{display:none}}.menu-toggle[data-astro-cid-nen7h5rs]{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:2.75rem;height:2.75rem;padding:0;display:flex}.menu-toggle__bar[data-astro-cid-nen7h5rs]{background:var(--text);transform-origin:50%;width:1.375rem;height:1px;transition:transform .25s,opacity .25s;display:block}.header[data-astro-cid-nen7h5rs].is-menu-open .menu-toggle__bar[data-astro-cid-nen7h5rs]:first-child{transform:translateY(6px)rotate(45deg)}.header[data-astro-cid-nen7h5rs].is-menu-open .menu-toggle__bar[data-astro-cid-nen7h5rs]:nth-child(2){opacity:0}.header[data-astro-cid-nen7h5rs].is-menu-open .menu-toggle__bar[data-astro-cid-nen7h5rs]:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.nav[data-astro-cid-nen7h5rs]{align-items:center;gap:2.5rem;display:none}.nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:not(.nav__cta){color:var(--text);letter-spacing:.18em;text-transform:uppercase;font-size:.6875rem;font-weight:500;text-decoration:none;position:relative}.nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:not(.nav__cta):after{content:"";transform-origin:100%;background:currentColor;width:100%;height:1px;transition:transform .45s;position:absolute;bottom:-.25rem;left:0;transform:scaleX(0)}.nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:not(.nav__cta):hover:after{transform-origin:0;transform:scaleX(1)}.nav__cta[data-astro-cid-nen7h5rs]{text-transform:uppercase;justify-content:center;align-items:center;display:inline-flex;background:var(--text)!important;color:var(--bg)!important;letter-spacing:.08em!important;padding:.75rem 1.5rem!important;font-size:.75rem!important;font-weight:500!important;text-decoration:none!important;transition:opacity .2s!important}.nav__cta[data-astro-cid-nen7h5rs]:after{display:none!important}.nav__cta[data-astro-cid-nen7h5rs]:hover{opacity:.85}.nav__cta--mobile[data-astro-cid-nen7h5rs]{white-space:nowrap;display:inline-flex;padding:.55rem 1rem!important;font-size:.6875rem!important}.mobile-menu[data-astro-cid-nen7h5rs]{z-index:199;background:var(--bg);opacity:0;visibility:hidden;padding:6rem 1.5rem 2rem;transition:opacity .3s,visibility .3s;position:fixed;inset:0;overflow-y:auto}.mobile-menu[data-astro-cid-nen7h5rs].is-open{opacity:1;visibility:visible}.mobile-menu__header[data-astro-cid-nen7h5rs]{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.mobile-menu__label[data-astro-cid-nen7h5rs]{color:var(--text-muted)}.mobile-menu__close[data-astro-cid-nen7h5rs]{width:2.75rem;height:2.75rem;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:2rem;line-height:1;display:flex}.mobile-menu__nav[data-astro-cid-nen7h5rs]{flex-direction:column;gap:0;display:flex}.mobile-menu__cta[data-astro-cid-nen7h5rs]{background:var(--text);color:var(--bg);letter-spacing:.1em;text-transform:uppercase;justify-content:center;align-self:flex-start;align-items:center;margin-bottom:2rem;padding:.875rem 1.75rem;font-size:.75rem;font-weight:500;text-decoration:none;display:inline-flex}.mobile-menu__link[data-astro-cid-nen7h5rs]{border-bottom:1px solid var(--border);color:var(--text);letter-spacing:.18em;text-transform:uppercase;padding:1.125rem 0;font-size:.8125rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:block}.mobile-menu__link[data-astro-cid-nen7h5rs]:last-child{border-bottom:none}.mobile-menu__link[data-astro-cid-nen7h5rs]:hover{opacity:.55}@media (width>=768px){.nav[data-astro-cid-nen7h5rs]{display:flex}.mobile-menu[data-astro-cid-nen7h5rs]{display:none!important}}@media (width<=767px){.logo__mark[data-astro-cid-nen7h5rs]{height:44px}.header__inner[data-astro-cid-nen7h5rs]{height:5rem}}
