:root{--primary:#4A2D20;--primary-dark:#2F211B;--secondary:#96C898;--accent:#F4CA55;--accent-hover:#E7B93F;--blue:#77C1E6;--coral:#E89387;--ink:#2F211B;--muted:#725E55;--bg:#FFF9F2;--soft:#F9F1E9;--surface:#FFFFFF;--border:#E8DCD3;--radius-sm:12px;--radius-md:22px;--radius-lg:36px;--pill:999px;--shadow:0 20px 60px rgba(74,45,32,.12);--container:1180px;--space-section:clamp(4.5rem,8vw,7.5rem);--font-heading:ui-rounded,"Avenir Next",Nunito,system-ui,sans-serif;--font-body:Inter,system-ui,-apple-system,sans-serif} *,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);line-height:1.65}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit}button,a{font:inherit}.container{width:min(calc(100% - 2rem),var(--container));margin-inline:auto}.section{padding:var(--space-section) 0}.soft{background:var(--soft)}h1,h2,h3{font-family:var(--font-heading);line-height:1.08;margin:0 0 1rem;color:var(--primary)}h1{font-size:clamp(2.7rem,6.5vw,5.25rem);letter-spacing:-.05em;max-width:11ch}h2{font-size:clamp(2.15rem,4.2vw,3.65rem);letter-spacing:-.04em;max-width:17ch}h3{font-size:1.2rem}p{margin:0 0 1.3rem;color:var(--muted)}.lead{font-size:1.12rem;max-width:62ch}.eyebrow{display:inline-flex;margin-bottom:1rem;color:var(--primary);font-weight:850;font-size:.76rem;letter-spacing:.13em;text-transform:uppercase}.skip-link{position:fixed;z-index:1000;top:.75rem;left:.75rem;transform:translateY(-180%);padding:.75rem 1rem;background:#fff;border-radius:.6rem}.skip-link:focus{transform:none}:focus-visible{outline:3px solid var(--primary);outline-offset:3px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:1px solid transparent;border-radius:var(--pill);background:var(--accent);color:var(--ink);text-decoration:none;font-weight:850;padding:.85rem 1.35rem;cursor:pointer;box-shadow:0 8px 20px rgba(231,185,63,.22);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.button:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 12px 28px rgba(231,185,63,.3)}.button-secondary{background:#fff;color:var(--primary);border-color:var(--border);box-shadow:none}.button-secondary:hover{background:var(--soft)}.button-light{background:var(--accent);color:var(--ink)}.button-small{min-height:42px;padding:.65rem 1rem}.actions,.tag-row,.social-actions,.footer-actions{display:flex;gap:.75rem;flex-wrap:wrap}.split{display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(2.5rem,6vw,6rem);align-items:center}.cards{display:grid;gap:1rem;margin-top:2.4rem}.cards article{background:var(--surface);padding:1.6rem;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 8px 28px rgba(74,45,32,.055)}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.compact article{box-shadow:none}.dot{display:block;width:.75rem;height:.75rem;border-radius:50%;margin-bottom:1rem}.yellow{background:var(--accent)}.green{background:var(--secondary)}.blue{background:var(--blue)}.coral{background:var(--coral)}.check-list{padding:0;list-style:none}.check-list li{padding:.55rem 0;color:var(--primary);font-weight:700}.check-list li::before{content:"✓";margin-right:.75rem;color:#568A62;font-weight:900}blockquote{margin:2rem 0 0;padding-left:1.5rem;border-left:4px solid var(--accent);font:700 1.15rem/1.55 var(--font-heading);color:var(--primary)}button:disabled{cursor:not-allowed;opacity:.7}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}} .site-header{position:sticky;top:0;z-index:50;background:rgba(255,249,242,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(232,220,211,.85)}.header-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;text-decoration:none}.brand-logo{width:112px;height:112px;object-fit:contain;margin:-24px -10px}.brand-name{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}nav{display:flex;align-items:center;gap:1.15rem}nav>a:not(.button){font-size:.91rem;font-weight:750;text-decoration:none}.menu-button{display:none;border:1px solid var(--border);background:#fff;color:var(--primary);border-radius:var(--pill);padding:.65rem 1rem;font-weight:800}.language-selector{display:flex;padding:.2rem;border:1px solid var(--border);border-radius:var(--pill);background:#fff}.language-selector a{padding:.3rem .48rem;border-radius:var(--pill);font-size:.72rem;font-weight:850;text-decoration:none}.language-selector a[aria-current=page]{background:var(--primary);color:#fff}.hero{position:relative;padding:clamp(3.8rem,7vw,7rem) 0 clamp(5rem,8vw,8rem);overflow:hidden;background:radial-gradient(circle at 12% 10%,rgba(244,202,85,.24),transparent 28%),radial-gradient(circle at 92% 18%,rgba(119,193,230,.2),transparent 28%),var(--bg)}.hero::after{content:"";position:absolute;width:220px;height:220px;border-radius:48% 52% 62% 38%;right:-90px;bottom:-100px;background:rgba(232,147,135,.18);transform:rotate(18deg)}.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(2.5rem,5vw,5rem);align-items:center}.hero-copy p{max-width:55ch;font-size:1.12rem}.hero-media{position:relative;margin:0}.hero-media::before{content:"";position:absolute;inset:18px -16px -18px 16px;background:var(--blue);border-radius:var(--radius-lg);opacity:.25}.hero-media img{position:relative;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.photo-note{position:absolute;left:1rem;bottom:1rem;padding:.5rem .8rem;border-radius:var(--pill);background:rgba(255,255,255,.92);color:var(--primary);font-size:.75rem;font-weight:800}.inline-trust{display:flex;flex-wrap:wrap;gap:.8rem 1.2rem;padding:0;margin:2rem 0 0;list-style:none;color:var(--primary);font-size:.88rem;font-weight:800}.inline-trust li::before{content:"•";color:var(--coral);margin-right:.5rem}.trust-strip{padding:4.5rem 0;background:#fff}.trust-strip .cards article:nth-child(1){border-top:4px solid var(--accent)}.trust-strip .cards article:nth-child(2){border-top:4px solid var(--blue)}.trust-strip .cards article:nth-child(3){border-top:4px solid var(--secondary)}.trust-strip .cards article:nth-child(4){border-top:4px solid var(--coral)}.monthly-bulletin{padding:var(--space-section) 0;background:linear-gradient(180deg,#F9F1E9,#FFF9F2)}.bulletin{position:relative;padding:clamp(2rem,5vw,4.5rem);background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.tape{position:absolute;top:-14px;left:50%;width:104px;height:30px;background:rgba(244,202,85,.72);transform:translateX(-50%) rotate(-2deg)}.visual-story{background:#fff}.story-media{margin:0}.story-media img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.programs{background:var(--bg)}.program-card__icon{display:none}.routine{background:#F2F8F2}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.timeline article{padding:1.6rem;background:#fff;border:1px solid #DCEBDD;border-radius:var(--radius-md)}.timeline time{display:inline-flex;margin-bottom:1rem;color:var(--primary);font-size:.75rem;font-weight:900;letter-spacing:.12em}.space-section{background:#fff}.care-gallery{display:grid;grid-template-columns:1.3fr .7fr;grid-auto-rows:250px;gap:1rem;margin-top:2.5rem}.care-gallery figure{position:relative;margin:0;overflow:hidden;border-radius:var(--radius-md);background:var(--soft)}.care-gallery .gallery-large{grid-row:span 2}.care-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.care-gallery figure:hover img{transform:scale(1.025)}.care-gallery figcaption{position:absolute;left:.75rem;bottom:.75rem;padding:.45rem .7rem;border-radius:var(--pill);background:rgba(255,255,255,.92);color:var(--primary);font-size:.72rem;font-weight:850}.asset-placeholder{display:grid;place-items:center;padding:1.5rem;border:1px dashed #CDBAAF;border-radius:var(--radius-md);background:var(--soft);color:var(--muted);font-weight:800;text-align:center}.provider-section{background:linear-gradient(135deg,#FFF9F2,#F7ECE7)}.provider-placeholder{display:grid;place-items:center;min-height:440px;padding:2rem;border:1px dashed #CDBAAF;border-radius:var(--radius-lg);background:#fff;text-align:center;color:var(--muted);font-weight:800}.provider-placeholder img{width:min(320px,80%);height:auto;opacity:.88}.social-proof{background:#fff}.feature-card{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:clamp(2rem,5vw,4rem);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg)}.social-actions{justify-content:flex-end}.final-cta{padding:var(--space-section) 0;background:var(--primary);color:#fff}.final-cta-grid{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.final-cta h2,.final-cta .eyebrow{color:#fff}.final-cta p{max-width:70ch;color:#EEDFD8}.visit-card{display:grid;min-width:220px;padding:1.5rem;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-md);background:rgba(255,255,255,.08)}.visit-card strong{font:900 2.2rem var(--font-heading);color:var(--accent)}.visit-card span{font-weight:800}.visit-card small{margin-top:.35rem;color:#EEDFD8}.floating-booking{position:fixed;z-index:45;right:1rem;bottom:1rem;min-height:48px;border:0;border-radius:var(--pill);padding:.85rem 1.15rem;background:var(--accent);color:var(--ink);font-weight:900;box-shadow:var(--shadow);text-decoration:none}.site-footer{padding:4rem 0 1.5rem;background:#261A16;color:#fff}.site-footer p{color:#D8C8C0}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:2.5rem}.footer-logo{width:150px;height:100px;object-fit:contain;margin:-20px 0 -10px}.footer-actions{flex-direction:column;align-items:flex-start}.footer-link{color:var(--accent);font-size:.85rem;font-weight:800}.footer-bottom{padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.15);color:#BDA9A0;font-size:.84rem} @media(max-width:960px){nav{gap:.7rem}nav>a:not(.button){display:none}.brand-logo{width:100px;height:100px}.hero-grid{grid-template-columns:1fr 1fr}.cards.four{grid-template-columns:1fr 1fr}.feature-card{align-items:flex-start;flex-direction:column}.social-actions{justify-content:flex-start}} @media(max-width:760px){.menu-button{display:block}nav{position:fixed;inset:84px 0 auto;display:none;flex-direction:column;align-items:stretch;padding:1.25rem;background:#fff;box-shadow:var(--shadow)}nav.is-open{display:flex}nav>a:not(.button){display:block}.language-selector{align-self:flex-start}.hero-grid,.split,.final-cta-grid{grid-template-columns:1fr}.hero-media{order:-1}.hero-media img{aspect-ratio:4/3}.cards.three,.cards.four,.timeline{grid-template-columns:1fr 1fr}.care-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:210px}.footer-grid{grid-template-columns:1fr 1fr}.visit-card{min-width:0}.social-actions .button{width:100%}} @media(max-width:520px){.container{width:min(calc(100% - 1.25rem),var(--container))}.hero{padding-top:2rem}.actions .button{width:100%}.cards.three,.cards.four,.timeline,.care-gallery,.footer-grid{grid-template-columns:1fr}.care-gallery .gallery-large{grid-row:auto}.care-gallery{grid-auto-rows:auto}.care-gallery figure{aspect-ratio:4/3}.provider-placeholder{min-height:320px}.floating-booking{left:.75rem;right:.75rem;text-align:center}.brand-logo{width:92px;height:92px}.final-cta{text-align:left}} .header-brand-group{display:flex;align-items:center;gap:1rem}.header-phone{color:var(--primary);font-weight:850;text-decoration:none;white-space:nowrap}.header-phone::before{content:"☎";margin-right:.4rem;color:#6c9e70}.header-phone:hover{text-decoration:underline;text-underline-offset:4px}.reviews-section{background:linear-gradient(180deg,#fff,#fff9f2)}.reviews-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2.4rem}.review-score{display:flex;flex-direction:column;align-items:flex-end;color:var(--primary);white-space:nowrap}.review-stars{color:#d89b00;letter-spacing:.12em;font-size:1.1rem}.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.review-card{display:flex;flex-direction:column;padding:clamp(1.5rem,3vw,2.2rem);border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;box-shadow:0 12px 34px rgba(74,45,32,.07)}.review-card blockquote{flex:1;margin:1.1rem 0 1.6rem;padding:0;border:0;font-size:1.05rem}.review-card footer{display:flex;flex-direction:column;color:var(--primary)}.review-card footer span{font-size:.82rem;color:var(--muted)}.review-action{margin-top:1.5rem;text-align:center}.footer-logo{padding:.3rem .7rem;border-radius:16px;background:#fff9f2}.site-footer .footer-grid>div:first-child>strong{display:block;color:#fff}@media(max-width:960px){.header-phone{font-size:.86rem}}@media(max-width:760px){.review-grid{grid-template-columns:1fr}.reviews-heading{align-items:flex-start;flex-direction:column}.review-score{align-items:flex-start}}@media(max-width:520px){.header-brand-group{gap:.35rem}.header-phone{font-size:.76rem}.header-phone::before{display:none}} .hero-carousel{position:relative;min-width:0}.hero-slides{position:relative;aspect-ratio:16/10}.hero-slides .hero-media{position:absolute;inset:0;margin:0;height:100%}.hero-slides .hero-media img{height:100%;object-position:center}.carousel-controls{position:absolute;z-index:3;right:1rem;bottom:1rem;display:flex;align-items:center;gap:.45rem;padding:.35rem;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(47,33,27,.16)}.carousel-controls button{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:var(--primary);color:#fff;font-weight:900;cursor:pointer}.carousel-controls button:hover{background:var(--accent);color:var(--ink)}.carousel-controls span{min-width:52px;text-align:center;color:var(--primary);font-size:.8rem;font-weight:900}.provider-photo{margin:0;overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.provider-photo img{width:100%;aspect-ratio:1/1;object-fit:cover}.review-carousel{position:relative;padding-bottom:4.5rem}.review-slides{display:grid;min-height:330px}.review-card{grid-area:1/1;max-width:900px;width:100%;margin-inline:auto}.review-card[hidden]{display:none}.review-controls{left:50%;right:auto;bottom:0;transform:translateX(-50%)}.footer-logo{width:190px;height:150px;margin:-24px 0 -18px;padding:0;border-radius:0;background:transparent}@media(max-width:760px){.hero-slides{aspect-ratio:4/3}.review-slides{min-height:390px}}@media(max-width:520px){.hero-slides{aspect-ratio:1/1}.carousel-controls{right:.65rem;bottom:.65rem}.review-slides{min-height:520px}.footer-logo{width:170px;height:135px}} .hero-feature{min-height:clamp(600px,76vh,780px);display:grid;align-items:center;padding:0;background:var(--primary)}.hero-feature::after{display:none}.hero-feature-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:68% 38%}.hero-feature-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(38,23,17,.94) 0%,rgba(55,32,23,.84) 38%,rgba(55,32,23,.34) 68%,rgba(55,32,23,.08) 100%)}.hero-feature-inner{position:relative;z-index:2;padding-block:clamp(5rem,10vw,8rem)}.hero-feature .hero-copy{max-width:660px}.hero-feature h1,.hero-feature .eyebrow{color:#fff}.hero-feature .hero-copy p{color:#f5e9e2}.hero-feature .inline-trust li{color:#fff;border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.1);backdrop-filter:blur(6px)}.hero-feature .button-secondary{border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.12);color:#fff}.hero-feature .button-secondary:hover{background:#fff;color:var(--primary)}.bulletin-cards article{position:relative;padding-top:2rem}.bulletin-icon{display:grid;place-items:center;width:34px;height:34px;margin-bottom:1rem;border-radius:50%;background:var(--secondary);color:var(--primary);font-weight:900}.review-marquee{width:100%;overflow:hidden;padding:1rem 0 2rem;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.review-track{display:flex;gap:1.25rem;width:max-content;animation:reviews-scroll 65s linear infinite}.review-marquee:hover .review-track,.review-marquee:focus-within .review-track{animation-play-state:paused}.review-track .review-card{flex:0 0 clamp(300px,34vw,470px);min-height:330px;margin:0}.review-track .review-card blockquote{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow:hidden}.review-action{margin-top:0}.provider-section .split{grid-template-columns:minmax(280px,440px) 1fr;align-items:center}.provider-photo{width:100%;max-height:520px}.provider-photo img{aspect-ratio:4/5;object-position:center 55%}.site-footer{background:radial-gradient(circle at 18% 28%,#352217 0,#251712 42%,#1a100c 100%)}.footer-logo{width:220px;height:180px;object-fit:contain;margin:-30px 0 -22px;mix-blend-mode:normal}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem}.footer-bottom a{color:var(--accent);font-weight:850;text-decoration:none}.footer-bottom a:hover{text-decoration:underline;text-underline-offset:4px}@keyframes reviews-scroll{to{transform:translateX(calc(-50% - .625rem))}}@media(prefers-reduced-motion:reduce){.review-track{animation:none;overflow-x:auto}}@media(max-width:760px){.hero-feature{min-height:680px}.hero-feature-image{object-position:62% center}.hero-feature-shade{background:linear-gradient(90deg,rgba(38,23,17,.92),rgba(38,23,17,.62)),linear-gradient(0deg,rgba(38,23,17,.55),transparent)}.provider-section .split{grid-template-columns:1fr}.provider-photo{max-width:430px;max-height:430px;margin-inline:auto}.provider-photo img{aspect-ratio:4/3;object-position:center 54%}.review-track .review-card{flex-basis:min(84vw,390px)}.footer-bottom{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.hero-feature{min-height:720px}.hero-feature-inner{padding-block:4rem}.bulletin-cards{grid-template-columns:1fr}.provider-photo{max-height:360px}.review-track .review-card{min-height:390px}.footer-logo{width:200px;height:165px}} :root{--primary:#4A2D20;--primary-dark:#2F211B;--secondary:#96C898;--accent:#F4CA55;--coral:#E89387;--ink:#2F211B;--bg:#FFF9F2;--font-heading:ui-rounded, 'Avenir Next', Nunito, system-ui, sans-serif;--font-body:Inter, system-ui, -apple-system, sans-serif;--radius-sm:12px;--radius-md:20px;--radius-lg:32px}