:root{--bg: #F4F0E2;--surface: #ECE7DA;--border: #D7D0C0;--text: #12130F;--text-muted: #5F5A55;--brand-500: #CD9296;--brand-700: #9E4C53;--brand-800: #8F3C45;--brand-tint: rgba(205, 146, 150, .18);--ink: var(--text);--accent: var(--brand-500);--accent-dark: #C07C82;--accent-active: var(--brand-800);--muted: var(--text-muted);--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--radius-sm: .125rem;--radius-md: .25rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(18, 19, 15, .05);--shadow-md: 0 4px 12px rgba(18, 19, 15, .08);--shadow-lg: 0 12px 32px rgba(18, 19, 15, .12);--shadow-xl: 0 18px 40px rgba(18, 19, 15, .18);--container: 1200px}.text-display{font-family:Lora,serif;font-size:clamp(2.8rem,6vw,4.8rem);line-height:1.05;color:var(--brand-500)}.text-section-title{font-family:Lora,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.15;color:var(--text)}.text-card-title{font-family:Lora,serif;font-size:var(--text-xl);line-height:1.2;color:var(--text)}.text-lead{font-size:var(--text-lg);line-height:1.6;color:var(--text);max-width:38rem}.text-body{font-size:var(--text-base);line-height:1.6;color:var(--text)}.text-caption{font-size:var(--text-sm);line-height:1.5;color:var(--text-muted)}.text-small{font-size:var(--text-xs);line-height:1.4;color:var(--text-muted)}*,*:before,*:after{box-sizing:border-box}html.lenis,html.lenis body{height:auto}html{overflow-x:hidden}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}body{margin:0;padding-top:72px;font-family:"Source Sans 3",system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;overflow-x:hidden;max-width:100vw;-webkit-overflow-scrolling:touch}.hero,.section,.section-tight,.services-detail{position:relative;z-index:5;background:var(--bg)}.staging-banner{position:sticky;top:0;z-index:999;width:100%;padding:.5rem 1rem;text-align:center;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:#1f1b18;color:#fdf8ee}img{max-width:100%;display:block}a{color:var(--brand-700);text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;transition:color .2s ease-out}a:hover{color:var(--brand-800)}.container{width:min(100% - 2.5rem,var(--container));margin:0 auto}.section{padding:6rem 0}.section-tight{padding:4rem 0}.page-hero{padding-top:4.5rem}.page-hero-title{margin-bottom:var(--space-4)}.contact-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.contact-title{font-size:2rem}.contact-link{font-weight:700}.contact-cta{margin-top:1.5rem}.contact-map{min-height:360px;border-radius:var(--radius-lg);overflow:hidden}.eyebrow{letter-spacing:.32em;text-transform:uppercase;font-weight:700;font-size:.7rem;color:var(--text)}.button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-4) var(--space-8);border-radius:var(--radius-md);border:2px solid transparent;font-weight:700;font-size:var(--text-base);cursor:pointer;transition:background .2s ease-out,border-color .2s ease-out,color .2s ease-out;text-decoration:none}.button:hover{text-decoration:none}.button-sm{padding:var(--space-2) var(--space-4);font-size:var(--text-sm)}.button-md{padding:var(--space-3) var(--space-6);font-size:var(--text-sm)}.button-primary{background:var(--brand-500);color:var(--bg);border-color:var(--brand-500)}.button-primary:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.button-primary:active{background:var(--brand-700);border-color:var(--brand-700)}.button-secondary{background:transparent;color:var(--brand-700);border-color:var(--brand-700)}.button-secondary:hover{background:var(--brand-500);color:var(--bg);border-color:var(--brand-500)}.button-secondary:active{background:var(--brand-800);color:var(--bg);border-color:var(--brand-800)}.button:disabled,.button[disabled],.button[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.button-primary:disabled,.button-primary[disabled]{background:var(--brand-500);border-color:var(--brand-500)}.button-secondary:disabled,.button-secondary[disabled]{background:transparent;border-color:var(--text-muted);color:var(--text-muted)}.bg-brand .button-primary{background:var(--brand-800);color:var(--bg);border-color:var(--brand-800)}.bg-brand .button-primary:hover{background:var(--brand-700);border-color:var(--brand-700)}.bg-brand .button-primary:active{background:var(--text);border-color:var(--text)}.bg-brand .button-secondary{background:var(--bg);color:var(--brand-700);border-color:var(--bg)}.bg-brand .button-secondary:hover{background:var(--brand-800);color:var(--bg);border-color:var(--brand-800)}.bg-brand .button-secondary:active{background:var(--text);color:var(--bg);border-color:var(--text)}:focus-visible{outline:2px solid var(--brand-700);outline-offset:2px}:focus:not(:focus-visible){outline:none}.button:focus-visible{outline:2px solid var(--brand-700);outline-offset:2px}.nav a:focus-visible{outline:2px solid var(--brand-700);outline-offset:4px}.testimonial-video:focus-visible{outline:2px solid var(--brand-700);outline-offset:4px}.service-card:focus-visible{outline:2px solid var(--brand-700);outline-offset:2px}.footer-map-link:focus-visible{outline:2px solid var(--bg);outline-offset:4px}.hero{min-height:85vh;position:relative;overflow:hidden;display:flex;align-items:stretch;padding:0;background:var(--bg)}.hero-content{position:relative}.hero-title{font-family:Lora,serif;font-size:clamp(2.8rem,6vw,4.8rem);line-height:1.05;margin:0 0 1.5rem;color:var(--brand-500)}.hero-subtitle{font-size:var(--text-lg);max-width:34rem;color:var(--text)}.reviews-title{margin-top:var(--space-4)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:end;min-height:85vh}.hero-left{display:flex;flex-direction:column;justify-content:center;align-self:center;padding:3rem 0 6rem}.hero-right{display:flex;align-items:flex-end;justify-content:center;height:100%;padding:0}.hero-portrait{height:98vh;width:auto;object-fit:contain;margin:0;padding:0;display:block}.hero-ctas{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.feature-grid{display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.feature-card{display:flex;flex-direction:column;text-align:center;transition:transform .4s cubic-bezier(.22,1,.36,1)}.feature-card:hover{transform:translateY(-6px)}.feature-card h3{font-family:Lora,serif;font-size:1.4rem;line-height:1.2;margin-bottom:.75rem}.feature-text{font-size:1rem;line-height:1.6;color:var(--text);margin:0 0 1.75rem}.feature-image{margin-top:auto;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:1 / 1;border:1px solid var(--border);background:var(--surface)}.feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.feature-card:hover .feature-image img{transform:scale(1.08)}.testimonials-header{display:grid;gap:1.5rem;margin-bottom:3rem}.testimonials-scroll-wrapper{position:relative;display:flex;align-items:center;gap:1rem}.testimonials-scroll{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0}.testimonials-scroll::-webkit-scrollbar{display:none}.testimonials-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:var(--brand-500);cursor:pointer;z-index:10;transition:background .2s ease-out;display:flex;align-items:center;justify-content:center;color:var(--text)}.testimonials-arrow svg{width:20px;height:20px}.testimonials-arrow:hover{background:var(--brand-700)}.testimonials-arrow-left{left:-24px}.testimonials-arrow-right{right:-24px}.testimonials-scrollbar-track{margin-top:var(--space-6);height:4px;background:#12130f1f;border-radius:var(--radius-sm);overflow:hidden}.testimonials-scrollbar-thumb{height:100%;background:var(--brand-700);border-radius:var(--radius-sm);width:20%;transition:transform .1s ease-out}.testimonials-title{margin:0}.testimonials-subtitle{margin:var(--space-1) 0}.testimonial-quote-text{font-family:Lora,serif;margin:0 0 var(--space-4)}.testimonial-author{display:flex;gap:var(--space-3);align-items:center;margin-top:var(--space-6)}.testimonial-avatar{border-radius:var(--radius-full);object-fit:cover}.testimonial-meta-role{font-size:var(--text-sm);color:var(--text-muted)}.testimonial-card{background:var(--surface);border-radius:var(--radius-lg);padding:2rem;min-width:280px;max-width:320px;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--border);transition:transform .4s cubic-bezier(.22,1,.36,1);flex-shrink:0}.testimonial-card:hover{transform:translateY(-4px)}.testimonial-video{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-width:220px;width:220px;aspect-ratio:9 / 16;transition:transform .3s ease-out;flex-shrink:0;cursor:pointer}.testimonial-video:hover{transform:translateY(-4px) scale(1.02)}.testimonial-video:hover .testimonial-play-btn{transform:scale(1.15);background:#ffffff59}.testimonial-video img{width:100%;height:100%;object-fit:cover}.testimonial-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75),transparent 60%)}.testimonial-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.testimonial-play-btn{width:64px;height:64px;background:#fff3;border-radius:50%;display:grid;place-items:center;transition:transform .3s ease-out,background .3s ease-out}.testimonial-play-icon{display:inline-block;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:18px solid white;margin-left:4px}.testimonial-video-info{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;color:#fff}.testimonial-video-quote{font-weight:700;font-size:1.1rem;margin:0}.testimonial-video-author{margin:.25rem 0 0;font-size:.85rem;opacity:.8}.services-detail{background:var(--bg)}.services-header{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center}.services-image{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:1 / 1;border:8px solid var(--bg)}.services-image img{width:100%;height:100%;object-fit:cover}.services-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));background:var(--bg);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.service-card{padding:2.5rem;border:1px solid var(--border);background:var(--bg);cursor:pointer;transition:background .25s ease-out,transform .25s ease-out}.service-card:hover:not(.is-open){background:var(--surface);transform:translateY(-2px)}.service-card.is-open{background:var(--brand-tint)}.service-card h3{margin:0 0 1rem;font-size:1.5rem}.service-detail{max-height:0;overflow:hidden;opacity:0;transition:max-height .6s cubic-bezier(.22,1,.36,1),opacity .6s cubic-bezier(.22,1,.36,1),margin .6s cubic-bezier(.22,1,.36,1);margin-top:0}.service-card.is-open .service-detail{max-height:200px;opacity:1;margin-top:1.25rem}.services-title{margin-top:var(--space-4)}.services-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-4)}.service-detail-text{margin-top:var(--space-3)}.about-founder-grid{display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center}.about-founder-image{border-radius:var(--radius-xl);overflow:hidden;border:8px solid var(--bg)}.about-founder-image-delayed{animation-delay:.1s}.about-founder-image img{width:100%;height:auto;display:block;object-fit:cover}.about-body-text{color:var(--text);font-size:1.05rem}.about-body-text p{margin-bottom:1.5rem}.about-body-text p:last-child{margin-bottom:0}.cta-center{text-align:center;max-width:800px;margin:0 auto;padding:4rem;background:var(--brand-500);color:var(--text);border-radius:var(--radius-xl)}.cta-center .hero-title,.cta-center .cta-subtitle{color:var(--text)}.cta-buttons{display:flex;justify-content:center;gap:1rem;margin-top:2.5rem}@media(max-width:600px){.cta-buttons{flex-direction:column}}.footer{background:var(--brand-500);padding:5rem 0 2.5rem;position:relative;z-index:10}.team-reveal{position:fixed;inset:0;z-index:1;pointer-events:none;display:flex;align-items:center;justify-content:center;overflow:hidden}.team-reveal-image{width:100%;height:100%}.team-reveal-image img{width:100%;height:100%;object-fit:cover}.footer-grid{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.footer-newsletter input{width:100%;padding:var(--space-4) var(--space-5);border-radius:var(--radius-md);border:2px solid var(--border);outline:none;background:var(--bg);color:var(--text);font-size:var(--text-base);transition:border-color .2s ease-out,box-shadow .2s ease-out}.footer-newsletter input:focus{border-color:var(--brand-700);box-shadow:0 0 0 2px var(--brand-700)}.footer-newsletter input::placeholder{color:var(--text-muted);transition:color .2s ease-out}.footer-newsletter input:focus::placeholder{color:#12130f80}.input{width:100%;padding:var(--space-4) var(--space-5);border-radius:var(--radius-md);border:2px solid var(--border);background:var(--bg);color:var(--text);font-size:var(--text-base);transition:border-color .2s ease-out,box-shadow .2s ease-out}.input:focus{outline:none;border-color:var(--brand-700);box-shadow:0 0 0 3px var(--brand-tint)}.input::placeholder{color:var(--text-muted)}.input-error{border-color:#b91c1c}.input-error:focus{border-color:#b91c1c;box-shadow:0 0 0 3px #b91c1c26}.input-success{border-color:#15803d}.input-success:focus{border-color:#15803d;box-shadow:0 0 0 3px #15803d26}.form-error{color:#b91c1c;font-size:var(--text-sm);margin-top:var(--space-2)}.form-success{color:#15803d;font-size:var(--text-sm);margin-top:var(--space-2)}.form-helper{color:var(--text-muted);font-size:var(--text-sm);margin-top:var(--space-2)}.footer-newsletter p,.footer .hero-title{color:var(--text)}.footer-column-title{text-transform:uppercase;letter-spacing:.2em;font-size:.8rem;margin:0 0 1rem;color:var(--text)}.footer-column-list{list-style:none;padding:0;margin:0}.footer-column-list li{margin-bottom:.5rem;color:var(--text)}.footer a{color:var(--text);text-decoration:none}.footer a:hover{color:var(--brand-800);text-decoration:underline}.footer-work-hours{min-width:200px}@media(max-width:600px){.footer-work-hours{display:flex;flex-direction:column;align-items:flex-start}.footer-emergency-btn{width:50%}}.footer-map{margin-top:2.5rem;border-radius:var(--radius-lg);overflow:hidden}.footer-map-link{display:block;position:relative;text-decoration:none}.footer-map-link iframe{display:block;pointer-events:none;filter:grayscale(20%);transition:filter .3s ease-out}.footer-map-link:hover iframe{filter:grayscale(0%)}.footer-map-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#12130f00;color:var(--bg);font-weight:600;opacity:0;transition:background .3s ease-out,opacity .3s ease-out}.footer-map-link:hover .footer-map-overlay{background:#12130f80;opacity:1}.footer-bottom{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--brand-800);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}.footer-newsletter{grid-column:1 / -1}@media(min-width:600px){.footer-newsletter{grid-column:span 2}}.footer-newsletter-title{margin:0 0 var(--space-6);font-size:clamp(2rem,4vw,3rem)}.footer-newsletter-form{display:flex;gap:var(--space-3);flex-wrap:wrap}.footer-helper-text{margin:var(--space-3) 0 0;font-size:var(--text-sm);color:var(--text)}.footer-contact{margin-top:var(--space-6)}.footer-address-line{margin:var(--space-1) 0}.footer-address-line strong{font-weight:700}.footer-social{display:flex;gap:var(--space-4);margin-top:var(--space-4)}.footer-social a{display:flex;align-items:center;justify-content:center;color:var(--text);transition:color .2s ease-out}.footer-social a:hover{color:var(--brand-800);text-decoration:none}.footer-logo-small{height:1.25rem;width:auto}.footer-bottom-inner{display:flex;gap:var(--space-2);align-items:center}.footer-copyright{margin:0}.header{position:fixed;top:0;left:0;right:0;background:var(--bg);transition:transform .6s cubic-bezier(.22,1,.36,1);z-index:50}.header.is-scrolled{border-bottom:2px solid var(--surface)}.header.is-hidden{transform:translateY(-100%);transition:transform .8s cubic-bezier(.22,1,.36,1)}.header:not(.is-hidden){transition:background .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1rem 0;gap:1.5rem}.language-switch{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);font-weight:600;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.05em;text-decoration:none;background:var(--surface);border-radius:var(--radius-full);cursor:pointer;transition:background .2s ease-out}.language-switch:hover{background:var(--brand-tint);text-decoration:none}.language-switch img{width:20px;height:14px;object-fit:cover;border-radius:1px;display:block;flex-shrink:0}.language-switch span{line-height:1;display:flex;align-items:center}.language-switch.is-active{background:var(--brand-tint);pointer-events:none}.language-dropdown{position:relative}.language-dropdown-toggle{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);font-weight:600;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.05em;background:var(--surface);border:none;border-radius:var(--radius-full);cursor:pointer;transition:background .2s ease-out;color:var(--ink)}.language-dropdown-toggle:hover{background:var(--brand-tint)}.language-dropdown-toggle img{width:20px;height:14px;object-fit:cover;border-radius:1px;flex-shrink:0}.dropdown-arrow{transition:transform .2s ease-out}.language-dropdown.is-open .dropdown-arrow{transform:rotate(180deg)}.language-dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;min-width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 4px 12px #0000001a;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease-out,transform .2s ease-out,visibility .2s;z-index:100;overflow:hidden}.language-dropdown.is-open .language-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.language-dropdown-item{display:flex;align-items:center;gap:var(--space-2);padding:.625rem 1rem;font-weight:600;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.05em;text-decoration:none;color:var(--ink);transition:background .15s ease-out}.language-dropdown-item:hover{background:var(--brand-tint);text-decoration:none}.language-dropdown-item img{width:20px;height:14px;object-fit:cover;border-radius:1px;flex-shrink:0}.mobile-language-options{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.mobile-language-options .language-switch{margin-top:0;background:var(--bg);border-radius:var(--radius-full)}.header-left{display:flex;align-items:center;gap:1.5rem;justify-content:flex-start}.header-right{display:flex;align-items:center;gap:1rem;justify-content:flex-end}.nav{display:flex;gap:1.5rem;align-items:center}.nav a{font-weight:600;position:relative;font-size:.95rem;color:var(--text);text-decoration:none}.nav a:hover{color:var(--brand-700);text-decoration:none}.nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:var(--brand-700);transform:scaleX(0);transform-origin:right;transition:transform .25s ease-out}.nav a:hover:after{transform:scaleX(1);transform-origin:left}.nav-toggle{display:none;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:60}.hamburger-icon{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;position:relative}.hamburger-icon span{display:block;width:100%;height:2px;background:var(--ink);border-radius:var(--radius-sm);transition:transform .3s cubic-bezier(.22,1,.36,1),opacity .3s cubic-bezier(.22,1,.36,1)}.header.is-nav-open .hamburger-icon span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header.is-nav-open .hamburger-icon span:nth-child(2){opacity:0}.header.is-nav-open .hamburger-icon span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-nav-overlay{position:fixed;inset:0;background:#12130f80;opacity:0;visibility:hidden;transition:opacity .6s cubic-bezier(.22,1,.36,1),visibility .6s cubic-bezier(.22,1,.36,1);z-index:40}.header.is-nav-open .mobile-nav-overlay{opacity:1;visibility:visible}.mobile-nav{position:fixed;top:0;left:0;bottom:0;width:min(300px,80vw);background:var(--surface);transform:translate(-100%);transition:transform .6s cubic-bezier(.22,1,.36,1);z-index:45;display:flex;flex-direction:column;padding:5rem 1.5rem 1.5rem}.header.is-nav-open .mobile-nav{transform:translate(0)}.mobile-nav-header{display:flex;justify-content:flex-end;margin-bottom:2rem}.mobile-nav-close{background:transparent;border:none;font-size:2rem;cursor:pointer;padding:.25rem .5rem;line-height:1;color:var(--ink);transition:color .2s ease-out}.mobile-nav-close:hover{color:var(--brand-700)}.mobile-nav-links{display:flex;flex-direction:column;gap:1.5rem}.mobile-nav-links a{font-size:1.25rem;font-weight:600;color:var(--text);text-decoration:none;transition:color .2s ease-out}.mobile-nav-links a:hover{color:var(--brand-700);text-decoration:none}.mobile-nav-links .language-switch{margin-top:1rem;padding:.75rem 1rem;width:fit-content}.bottom-bar{position:fixed;bottom:0;left:0;right:0;background:var(--bg);border-top:1px solid var(--border);transform:translateY(100%);transition:transform .8s cubic-bezier(.22,1,.36,1);z-index:45;display:none;padding-bottom:env(safe-area-inset-bottom,0)}.bottom-bar.is-visible{transform:translateY(0);transition:transform .6s cubic-bezier(.22,1,.36,1)}.bottom-bar-inner{padding:1rem 0;display:flex;flex-direction:column;gap:.75rem}.bottom-bar-btn{width:100%;justify-content:center;padding:1rem 1.5rem;font-size:1rem}.bottom-bar-icon{flex-shrink:0}.logo{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:.5rem 1rem;text-decoration:none}.logo-img{height:2rem;width:auto}.logo:hover{opacity:.85}.header-phone{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:var(--text);text-decoration:none;transition:color .2s ease-out}.header-phone:hover{color:var(--brand-700)}.header-phone-label{color:var(--text-muted)}.header-phone-number{font-weight:700}.header-cta-call{display:none}.service-toggle{width:2.25rem;height:2.25rem;border-radius:var(--radius-full);border:none;background:var(--brand-500);color:var(--text);font-size:var(--text-2xl);font-weight:700;cursor:pointer;transition:transform .25s ease-out,background .25s ease-out;flex-shrink:0}.service-toggle:hover{transform:scale(1.1);background:var(--brand-700)}.service-card.is-open .service-toggle{background:var(--brand-800);color:var(--bg);transform:rotate(45deg)}.service-card.is-open .service-toggle:hover{transform:rotate(45deg) scale(1.1)}.urgent-care-card{position:fixed;right:clamp(1.5rem,4vw,3rem);bottom:clamp(1.5rem,8vh,5rem);z-index:80;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-6);width:min(90vw,360px);box-shadow:var(--shadow-xl);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.urgent-care-card.is-hidden{opacity:0;transform:translateY(16px);pointer-events:none}@media(max-width:900px){.urgent-care-card{display:none}}.btn-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background:transparent;border:none;border-radius:var(--radius-full);color:var(--text-muted);cursor:pointer;transition:color .15s ease-out,background .15s ease-out}.btn-close:hover{color:var(--text);background:var(--brand-tint)}.btn-close svg{width:14px;height:14px;flex-shrink:0}.btn-close-sm{width:1.75rem;height:1.75rem}.btn-close-sm svg{width:12px;height:12px}.urgent-care-close{position:absolute;top:.75rem;right:.75rem}.urgent-care-title{margin:0 0 1rem;font-family:Lora,serif;font-size:1.35rem}.urgent-care-actions{display:flex;flex-wrap:wrap;gap:.75rem}.urgent-care-call{width:100%;justify-content:center}.urgent-care-actions [hidden]{display:none!important}.urgent-care-modal{position:fixed;inset:0;z-index:100;display:none;opacity:0;visibility:hidden;transition:opacity .6s cubic-bezier(.22,1,.36,1),visibility .6s cubic-bezier(.22,1,.36,1)}.urgent-care-modal.is-visible{opacity:1;visibility:visible}.urgent-care-modal-backdrop{position:absolute;inset:0;background:#12130f99;opacity:0;transition:opacity .5s ease-out}.urgent-care-modal.is-visible .urgent-care-modal-backdrop{opacity:1}.urgent-care-modal-content{position:absolute;bottom:0;left:0;right:0;background:var(--surface);padding:2rem 1.5rem 2.5rem;border-radius:var(--radius-xl) var(--radius-xl) 0 0;transform:translateY(100%);transition:transform .6s cubic-bezier(.22,1,.36,1)}.urgent-care-modal.is-visible .urgent-care-modal-content{transform:translateY(0)}.urgent-care-modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;font-size:1.75rem;color:var(--muted);cursor:pointer;transition:color .2s ease-out}.urgent-care-modal-close:hover{color:var(--ink)}.urgent-care-modal-title{margin:0 0 1.5rem;font-family:Lora,serif;font-size:1.5rem;text-align:center}.urgent-care-modal-buttons{display:flex;gap:1rem;justify-content:center}.urgent-care-btn{flex:1;max-width:150px;justify-content:center}@media(max-width:900px){.urgent-care-modal{display:block}}@media(max-width:900px){body{padding-top:56px}.header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}.nav-toggle{display:flex;order:1}.logo{order:2;flex:1;padding:.25rem .5rem}.logo-img{height:1.5rem}.header-right{order:3;gap:.5rem}.language-switch-desktop,.language-dropdown-desktop,.header-left,.header-phone,.header-cta-secondary{display:none}.header-cta.button-md{padding:.5rem .75rem;font-size:.75rem}.header-cta-call{display:inline-flex}.bottom-bar{display:block}.urgent-care-card{left:1.25rem;right:1.25rem;bottom:5rem;width:auto;transition:bottom .3s ease-out,opacity .2s ease-out,transform .2s ease-out}.bottom-bar.is-visible~.urgent-care-card,.urgent-care-card.bottom-bar-visible{bottom:5rem}.hero{min-height:auto}.hero-content{padding:4rem 0 0}.hero-grid{grid-template-columns:1fr;min-height:auto;gap:1.5rem}.hero-right{order:1;justify-content:center;margin-top:auto}.hero-left{text-align:center;align-items:center;padding:0}.hero-ctas{justify-content:center}.text-section-title,.text-lead,.cta-title,.cta-subtitle{text-align:center}.cta-center{border-radius:0;width:100%;max-width:100%}.button-primary{color:var(--bg)!important}.button-secondary{border-color:var(--brand-700)!important}.hero-portrait{max-height:40vh;width:auto;max-width:100%}.cta-right{align-items:flex-start;text-align:left}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}[data-animate]{opacity:1}.animations-enabled [data-animate]{opacity:0}[data-animate].is-visible{animation-duration:.8s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:forwards}[data-animate=fade-up].is-visible{animation-name:fadeInUp}[data-animate=fade].is-visible{animation-name:fadeIn}[data-animate=slide-left].is-visible{animation-name:slideInLeft}[data-animate=slide-right].is-visible{animation-name:slideInRight}[data-animate-stagger]>*:nth-child(1){--stagger-delay: 0ms}[data-animate-stagger]>*:nth-child(2){--stagger-delay: 80ms}[data-animate-stagger]>*:nth-child(3){--stagger-delay: .16s}[data-animate-stagger]>*:nth-child(4){--stagger-delay: .24s}[data-animate-stagger]>*:nth-child(5){--stagger-delay: .32s}[data-animate-stagger]>*:nth-child(6){--stagger-delay: .4s}[data-animate-stagger]>[data-animate].is-visible{animation-delay:var(--stagger-delay, 0ms)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}[data-animate]{opacity:1}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.footer-newsletter-status[data-astro-cid-sz7xmlte]{font-size:.9rem;margin-top:.5rem;padding:.5rem 0}.footer-newsletter-status[data-astro-cid-sz7xmlte].is-success{color:var(--brand-700, #2d5a27)}.footer-newsletter-status[data-astro-cid-sz7xmlte].is-error{color:#c53030}
