@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";:root{--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", system-ui, sans-serif;--cream:#faf8f5;--cream-muted:#f0ece6;--ink:#1a1f2e;--ink-muted:#5c6370;--navy:#0f2744;--navy-light:#1a3a5c;--accent:#3d6b8a;--accent-soft:#e8f0f5;--white:#fff;--border:#1a1f2e14;--shadow:0 8px 32px #0f274414;--shadow-lg:0 20px 50px #0f27441f;--radius-sm:.75rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-xl:2rem;--radius-pill:9999px;--max-width:80rem;--header-h:4.5rem;--ease-out:cubic-bezier(.16, 1, .3, 1);--reveal-y:2rem;--reveal-dur:.75s}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}[id]{scroll-margin-top:calc(var(--header-h) + 1rem)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{font-family:var(--font-body);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.65}img,video{max-width:100%;height:auto;display:block}a{color:inherit}.app-shell{min-height:100dvh}.section-shell{max-width:var(--max-width);margin:0 auto;padding-inline:clamp(1.25rem,4vw,2rem)}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;font-size:.8125rem;font-weight:600}.section-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin:0;font-size:clamp(2rem,4.5vw,3rem);font-weight:600;line-height:1.1}.section-lead{max-width:36rem;color:var(--ink-muted);margin:1rem 0 0;font-size:1.0625rem}.btn{font-family:var(--font-body);border-radius:var(--radius-pill);cursor:pointer;transition:background .25s var(--ease-out), color .25s var(--ease-out), border-color .25s var(--ease-out), transform .15s;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.6rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:active{transform:scale(.98)}.btn--primary{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn--primary:hover{background:var(--navy-light);border-color:var(--navy-light)}.btn--outline{color:var(--ink);border-color:var(--border);background:0 0}.btn--outline:hover{border-color:var(--ink)}.btn--white{background:var(--white);color:var(--navy);border-color:var(--white)}.btn--white:hover{background:var(--cream)}.btn--ghost-light{color:var(--white);background:0 0;border-color:#fff6}.btn--ghost-light:hover{border-color:var(--white);background:#ffffff14}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.reveal{opacity:0;transform:translateY(var(--reveal-y));transition:opacity var(--reveal-dur) var(--ease-out), transform var(--reveal-dur) var(--ease-out)}.reveal.is-visible{opacity:1;transform:translateY(0)}.about,.services,.testimonials,.faq{color:var(--ink)}.reveal-stagger>.reveal:first-child{transition-delay:0s}.reveal-stagger>.reveal:nth-child(2){transition-delay:80ms}.reveal-stagger>.reveal:nth-child(3){transition-delay:.16s}.reveal-stagger>.reveal:nth-child(4){transition-delay:.24s}.stars{color:#d4a853;gap:.15rem;display:flex}.stars svg{fill:currentColor;width:1rem;height:1rem}.site-header{z-index:50;height:var(--header-h);transition:background .35s var(--ease-out), box-shadow .35s var(--ease-out), border-color .35s var(--ease-out);border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.site-header__links a{color:var(--ink-muted)}.site-header__links a:hover{color:var(--ink);background:var(--cream-muted)}.site-header__phone{color:var(--navy)}.site-header__toggle{color:var(--ink)}.site-header--hero .site-header__links a,.site-header--hero .site-header__phone{color:#ffffffe6}.site-header--hero .site-header__links a:hover{color:var(--white);background:#ffffff1a}.site-header--hero .site-header__toggle{color:var(--white)}.site-header--hero .site-header__toggle:hover{background:#ffffff1f}.site-header--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom-color:var(--border);background:#faf8f5eb;box-shadow:0 4px 24px #0f27440f}.site-header__nav{max-width:var(--max-width);align-items:center;gap:1rem;height:100%;margin:0 auto;padding:0 clamp(1.25rem,4vw,2rem);display:flex}.site-header__logo{flex-shrink:0;align-items:center;line-height:0;text-decoration:none;display:flex}.site-header__logo-img{object-fit:contain;width:auto;max-width:min(200px,46vw);height:clamp(2.25rem,5vw,2.75rem);display:block}.site-header__logo-img--hero{display:block}.site-header__logo-img--scrolled,.site-header--scrolled .site-header__logo-img--hero{display:none}.site-header--scrolled .site-header__logo-img--scrolled,.site-header__logo--drawer .site-header__logo-img{display:block}.site-header__links{align-items:center;gap:.125rem;margin-left:auto;display:none}@media (width>=900px){.site-header__links{display:flex}}.site-header__links a{border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.site-header__phone{white-space:nowrap;align-items:center;gap:.35rem;margin-right:.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:none}@media (width>=900px){.site-header__phone{display:flex}}.site-header__phone svg{opacity:.8;width:1rem;height:1rem}.site-header__cta{display:none}@media (width>=900px){.site-header__cta{display:inline-flex}}.lang-switch{border-radius:var(--radius-pill);border:1px solid var(--border);background:#ffffff1f;align-items:center;gap:.125rem;margin-left:auto;padding:.2rem;display:inline-flex}@media (width>=900px){.lang-switch{order:0;margin-left:0}}.site-header--scrolled .lang-switch{background:var(--cream-muted);border-color:var(--border)}.lang-switch__btn{font-family:var(--font-body);letter-spacing:.04em;border-radius:var(--radius-pill);color:inherit;cursor:pointer;background:0 0;border:0;padding:.35rem .65rem;font-size:.75rem;font-weight:600;transition:background .2s,color .2s}.site-header--hero .lang-switch__btn{color:#ffffffbf}.site-header--hero .lang-switch__btn.is-active{color:var(--white);background:#fff3}.site-header--scrolled .lang-switch__btn{color:var(--ink-muted)}.site-header--scrolled .lang-switch__btn.is-active{background:var(--white);color:var(--navy);box-shadow:var(--shadow)}.site-drawer__body .lang-switch{background:var(--cream-muted);align-self:flex-start}.site-header__toggle-wrap{margin-left:auto;display:flex}@media (width>=900px){.site-header__toggle-wrap{display:none}}.site-header__toggle{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:background .2s;display:inline-flex}.site-header__toggle svg{width:1.5rem;height:1.5rem}.site-drawer{background:0 0;border:none;width:100vw;max-width:100vw;height:100vh;max-height:100vh;margin:0;padding:0}.site-drawer::backdrop{background:#0f274480}.site-drawer__shell{width:100%;height:100%;min-height:100dvh;display:flex}.site-drawer__scrim{cursor:pointer;background:0 0;border:0;flex:1}.site-drawer__panel{background:var(--cream);box-shadow:var(--shadow-lg);flex-direction:column;flex:0 0 min(20rem,92vw);display:flex;overflow:auto}.site-drawer__top{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.site-drawer__close{border-radius:var(--radius-sm);cursor:pointer;width:2.5rem;height:2.5rem;color:var(--ink);background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.site-drawer__close:hover{background:var(--cream-muted)}.site-drawer__body{flex-direction:column;gap:1.5rem;padding:1.25rem;display:flex}.site-drawer__stack{flex-direction:column;display:flex}.site-drawer__stack a{color:var(--ink);border-radius:var(--radius-sm);padding:.75rem .5rem;font-weight:500;text-decoration:none}.site-drawer__stack a:hover{background:var(--cream-muted)}.site-drawer__phone{color:var(--navy);font-weight:600}.site-drawer__cta{width:100%}.hero{min-height:100dvh;padding-top:var(--header-h);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero__media{z-index:0;position:absolute;inset:0}.hero__video{object-fit:cover;width:100%;height:100%}.hero__overlay{pointer-events:none;background:#0f274466;position:absolute;inset:0}.hero__content{z-index:1;text-align:center;max-width:42rem;color:var(--white);padding:clamp(2rem,8vw,4rem) clamp(1.25rem,4vw,2rem);position:relative}.hero__content h1{font-family:var(--font-display);letter-spacing:-.03em;animation:heroFadeUp .9s var(--ease-out) .1s both;margin:0 0 1.25rem;font-size:clamp(2.75rem,7vw,4.5rem);font-weight:600;line-height:1.05}.hero__content p{color:#ffffffe0;max-width:32rem;animation:heroFadeUp .9s var(--ease-out) .25s both;margin:0 auto 2rem;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.65}.hero__actions{animation:heroFadeUp .9s var(--ease-out) .4s both;flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero__scroll{z-index:1;color:#ffffffb3;letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.35rem;font-size:.75rem;text-decoration:none;animation:2s ease-in-out infinite heroBounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll svg{width:1.25rem;height:1.25rem}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes heroBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}@media (prefers-reduced-motion:reduce){.hero__content h1,.hero__content p,.hero__actions,.hero__scroll{animation:none}}.about{background:var(--white);color:var(--ink);padding:clamp(4rem,10vw,6rem) 0}.about__body{color:var(--ink)}.about__body>p:not(.section-eyebrow):not(.about__highlight){color:var(--ink-muted)}.about__grid{align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}@media (width>=900px){.about__grid{grid-template-columns:.95fr 1.05fr}}.about__media{border-radius:var(--radius-xl);aspect-ratio:4/5;max-width:28rem;box-shadow:var(--shadow-lg);margin-inline:auto;position:relative;overflow:hidden}.about__media img{object-fit:cover;width:100%;height:100%}.about__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-md);font-family:var(--font-display);color:var(--navy);text-align:center;background:#fffffff2;padding:1rem 1.25rem;font-size:1.25rem;font-weight:600;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.about__facts{grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0;padding:0;list-style:none;display:grid}.about__facts li{text-align:center;background:var(--cream);border-radius:var(--radius-md);border:1px solid var(--border);padding:1rem .5rem}.about__facts strong{font-family:var(--font-display);color:var(--navy);font-size:1.75rem;font-weight:700;line-height:1.1;display:block}.about__facts span{color:var(--ink-muted);margin-top:.25rem;font-size:.75rem;line-height:1.3;display:block}.about__body p+p{margin-top:1rem}.about__highlight{background:var(--accent-soft);border-radius:var(--radius-md);border-left:3px solid var(--accent);color:var(--navy);margin-top:1.5rem;padding:1.25rem 1.5rem;font-style:italic}.about__actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.services{background:var(--cream);color:var(--ink);padding:clamp(4rem,10vw,6rem) 0}.services__header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.services__header .section-lead{margin-inline:auto}.service-category+.service-category{margin-top:clamp(3rem,6vw,4.5rem)}.service-category__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.service-category__title{font-family:var(--font-display);color:var(--ink);margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.service-carousel{position:relative}.service-carousel__track-wrap{margin:0 -.25rem;padding:.25rem;overflow:hidden}.service-carousel__track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.25rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.service-carousel__track::-webkit-scrollbar{display:none}.service-card{scroll-snap-align:start;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);transition:transform .3s var(--ease-out), box-shadow .3s var(--ease-out);flex-direction:column;flex:0 0 min(300px,85vw);display:flex;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.service-card__img{aspect-ratio:4/3;overflow:hidden}.service-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-out)}.service-card:hover .service-card__img img{transform:scale(1.04)}.service-card__body{flex-direction:column;flex:1;padding:1.25rem 1.35rem 1.5rem;display:flex}.service-card__body h3{font-family:var(--font-display);color:var(--ink);margin:0 0 .5rem;font-size:1.2rem;font-weight:600;line-height:1.25}.service-card__body p{color:var(--ink-muted);flex:1;margin:0;font-size:.9rem}.service-carousel__nav{gap:.5rem;margin-top:1rem;display:flex}.service-carousel__btn{border:1px solid var(--border);background:var(--white);width:2.5rem;height:2.5rem;color:var(--ink);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,border-color .2s;display:inline-flex}.service-carousel__btn:hover:not(:disabled){background:var(--navy);color:var(--white);border-color:var(--navy)}.service-carousel__btn:disabled{opacity:.35;cursor:not-allowed}.service-carousel__btn svg{width:1.125rem;height:1.125rem}.stats{background:var(--navy);color:var(--white);padding:clamp(3rem,8vw,5rem) 0}.stats__grid{text-align:center;grid-template-columns:repeat(2,1fr);gap:clamp(1.5rem,4vw,2.5rem);display:grid}@media (width>=768px){.stats__grid{grid-template-columns:repeat(4,1fr)}}.stats__item strong{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1;display:block}.stats__item span{color:#ffffffb8;margin-top:.5rem;font-size:.875rem;line-height:1.4;display:block}.testimonials{background:var(--white);color:var(--ink);padding:clamp(4rem,10vw,6rem) 0}.testimonials__header{text-align:center;margin-bottom:clamp(2rem,5vw,3rem)}.testimonials__grid{gap:1.25rem;display:grid}@media (width>=640px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--cream);border-radius:var(--radius-lg);border:1px solid var(--border);height:100%;transition:box-shadow .3s var(--ease-out);flex-direction:column;gap:1rem;padding:1.75rem;display:flex}.testimonial-card:hover{box-shadow:var(--shadow)}.testimonial-card__quote{color:var(--ink-muted);flex:1;margin:0;font-size:.95rem;line-height:1.65}.testimonial-card__quote:before{content:"\"";font-family:var(--font-display);color:var(--accent);margin-bottom:.5rem;font-size:2rem;line-height:0;display:block}.testimonial-card__author{color:var(--ink);font-size:.9375rem;font-weight:600}.testimonials__footer{text-align:center;margin-top:2.5rem}.testimonials__footer a{color:var(--navy);border-bottom:1px solid var(--accent);padding-bottom:.15rem;font-weight:600;text-decoration:none;transition:color .2s}.testimonials__footer a:hover{color:var(--accent)}.faq{background:var(--cream);color:var(--ink);padding:clamp(4rem,10vw,6rem) 0}.faq__layout{gap:clamp(2rem,5vw,3rem);display:grid}@media (width>=900px){.faq__layout{grid-template-columns:.9fr 1.1fr;align-items:start}}.faq__list{flex-direction:column;gap:.75rem;display:flex}.faq__item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.faq__item summary{cursor:pointer;color:var(--ink);justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.35rem;font-size:.975rem;font-weight:600;list-style:none;display:flex}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"";border-right:2px solid var(--navy);border-bottom:2px solid var(--navy);width:.5rem;height:.5rem;transition:transform .25s var(--ease-out);flex-shrink:0;transform:rotate(45deg)}.faq__item[open] summary:after{transform:rotate(-135deg)}.faq__item p{color:var(--ink-muted);margin:0;padding:0 1.35rem 1.25rem;font-size:.9375rem;line-height:1.65}.cta-band{background:var(--navy);color:var(--white);text-align:center;padding:clamp(4rem,10vw,5.5rem) 0}.cta-band__inner{max-width:36rem;margin:0 auto}.cta-band h2{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2rem,4.5vw,2.75rem);font-weight:600;line-height:1.15}.cta-band p{color:#ffffffd1;margin:0 0 2rem;font-size:1.0625rem}.cta-band__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.cta-band__phone{color:var(--white);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:inline-flex}.cta-band__phone:hover{text-decoration:underline}.cta-band__social{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.cta-band__social a{color:#ffffffbf;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}.cta-band__social a:hover{color:var(--white)}.site-footer{color:#ffffffbf;background:#0a1c30;padding:clamp(3rem,8vw,4rem) 0 2rem}.site-footer__grid{gap:2.5rem;margin-bottom:3rem;display:grid}@media (width>=768px){.site-footer__grid{grid-template-columns:1.2fr repeat(2,1fr);gap:2rem}}.site-footer__logo{line-height:0;text-decoration:none;display:inline-flex}.site-footer__logo-img{object-fit:contain;width:auto;max-width:min(200px,70vw);height:clamp(2.25rem,5vw,2.75rem);display:block}.site-footer__brand p{max-width:18rem;margin:1rem 0 0;font-size:.9rem;line-height:1.6}.site-footer__col h3{letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin:0 0 1rem;font-size:.75rem;font-weight:600}.site-footer__col ul{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__col a{color:#fffc;font-size:.9375rem;text-decoration:none;transition:color .2s}.site-footer__col a:hover{color:var(--white)}.site-footer__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:2rem;font-size:.8125rem;display:flex}.service-modal{border-radius:var(--radius-xl);background:var(--white);width:min(32rem,100vw - 2rem);max-height:calc(100dvh - 2rem);box-shadow:var(--shadow-lg);border:none;margin:auto;padding:0;overflow:hidden}.service-modal::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f27448c}.service-modal__img{aspect-ratio:16/9;overflow:hidden}.service-modal__img img{object-fit:cover;width:100%;height:100%}.service-modal__body{max-height:50dvh;padding:1.5rem 1.75rem 1.75rem;overflow-y:auto}.service-modal__body h2{font-family:var(--font-display);color:var(--ink);margin:0 0 .75rem;font-size:1.5rem;font-weight:600;line-height:1.2}.service-modal__meta{color:var(--accent);margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:inline-block}.service-modal__body>p{color:var(--ink-muted);margin:0 0 1.25rem;font-size:.9375rem}.service-modal__benefits{margin:0 0 1.5rem;padding:0;list-style:none}.service-modal__benefits li{color:var(--ink);margin-bottom:.5rem;padding-left:1.35rem;font-size:.9rem;position:relative}.service-modal__benefits li:before{content:"✓";color:var(--accent);font-weight:700;position:absolute;left:0}.service-modal__actions{flex-wrap:wrap;gap:.75rem;display:flex}.service-modal__close{z-index:2;width:2.25rem;height:2.25rem;color:var(--ink);cursor:pointer;box-shadow:var(--shadow);background:#fffffff2;border:0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem}.service-modal__wrap{position:relative}
