:root{--cream: #FAF7F2;--warm-white: #FFFEF9;--deep: #1A1714;--sage: #7A9E8E;--sage-light: #B8D4C8;--sage-pale: #E8F2EE;--gold: #C4A96A;--gold-light: #E8D9B8;--text: #3D3530;--text-muted: #8A827A;--radius: 2px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 3rem;background:#faf7f2eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(196,169,106,.15);transition:padding .3s}.nav-logo{font-family:Cormorant Garamond,serif;font-size:1.55rem;font-weight:600;letter-spacing:.04em;color:var(--deep);text-decoration:none;display:flex;align-items:center;gap:.5rem}.nav-logo-img{height:38px;width:auto}.nav-logo-text{color:var(--deep)}.nav-logo-text span{color:var(--sage)}.nav-links{display:flex;gap:2.2rem;list-style:none}.nav-links a{font-size:.85rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);text-decoration:none;transition:color .25s}.nav-links a:hover{color:var(--sage)}.nav-cta{background:var(--sage);color:#fff;border:none;padding:.65rem 1.5rem;border-radius:var(--radius);font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .25s,transform .2s;text-decoration:none;display:inline-block}.nav-cta:hover{background:#5d8575;transform:translateY(-1px)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{width:24px;height:2px;background:var(--deep);transition:.3s;display:block}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:80px;overflow:hidden}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:5rem 3rem 5rem 5rem;position:relative}.hero-tag{display:inline-flex;align-items:center;gap:.6rem;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--sage);font-weight:500;margin-bottom:1.5rem;margin-top:1.5rem}.hero-tag:before{content:"";width:28px;height:1px;background:var(--sage)}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,5vw,4.8rem);line-height:1.08;font-weight:300;color:var(--deep);margin-bottom:1.5rem}.hero-title em{font-style:italic;color:var(--sage)}.hero-body{font-size:1.05rem;line-height:1.75;color:var(--text-muted);max-width:460px;margin-bottom:2.5rem;font-weight:300}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.btn-primary{background:var(--deep);color:#fff;padding:.85rem 2rem;border:none;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:background .25s,transform .2s;text-decoration:none;display:inline-block;border-radius:var(--radius)}.btn-primary:hover{background:#333;transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--text);border:1px solid rgba(61,53,48,.25);padding:.85rem 2rem;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:border-color .25s,color .25s;text-decoration:none;display:inline-block;border-radius:var(--radius)}.btn-outline:hover{border-color:var(--sage);color:var(--sage)}.hero-stats{display:flex;gap:2.5rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid rgba(196,169,106,.2)}.stat-num{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:600;color:var(--deep)}.stat-label{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:.2rem}.hero-right{position:relative;overflow:hidden;background:url(https://images.unsplash.com/vector-1738918824820-d9159a6f75df?auto=format&fit=crop&w=1200&q=80) center/cover no-repeat}.hero-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#7a9e8e1a}.tooth-graphic{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:280px;height:280px;opacity:.15}section{padding:7rem 3rem}.section-tag{font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--sage);font-weight:500;margin-bottom:.8rem;display:flex;align-items:center;gap:.6rem}.section-tag:before{content:"";width:20px;height:1px;background:var(--sage)}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:300;line-height:1.2;color:var(--deep);margin-bottom:1rem}.section-title em{font-style:italic;color:var(--sage)}.section-sub{font-size:1.05rem;color:var(--text-muted);font-weight:300;line-height:1.7;max-width:560px}.services{background:var(--warm-white)}.services-header{text-align:center;margin-bottom:4rem}.services-header .section-tag{justify-content:center}.services-header .section-tag:before{display:none}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;max-width:1200px;margin:0 auto;background:#c4a96a26}.service-card{background:var(--warm-white);padding:2.5rem 2rem;transition:background .3s,transform .3s;cursor:default;position:relative;overflow:hidden}.service-card:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--sage);transition:width .4s}.service-card:hover:after{width:100%}.service-card:hover{background:var(--sage-pale);transform:translateY(-3px)}.service-icon{width:48px;height:48px;background:var(--sage-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;color:var(--sage)}.service-icon svg{width:22px;height:22px}.service-name{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;color:var(--deep);margin-bottom:.5rem}.service-desc{font-size:.95rem;color:var(--text-muted);line-height:1.65;font-weight:300}.service-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--sage);text-transform:uppercase;letter-spacing:.1em;margin-top:1rem;text-decoration:none;font-weight:500;transition:gap .2s}.service-link:hover{gap:.7rem}.why{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;max-width:1200px;margin:0 auto}.why-visual{position:relative;height:520px;background:url(https://images.unsplash.com/photo-1606811841689-23dfddce3e95?auto=format&fit=crop&w=1200&q=80) center/cover no-repeat;border-radius:4px;overflow:hidden}.why-badge{position:absolute;top:2rem;right:2rem;background:#fff;border-radius:50%;width:110px;height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 30px #0000001a}.why-badge-num{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;color:var(--sage);line-height:1}.why-badge-text{font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;text-align:center}.why-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(45deg,transparent,transparent 30px,rgba(122,158,142,.06) 30px,rgba(122,158,142,.06) 31px)}.why-list{list-style:none;margin-top:2rem;display:flex;flex-direction:column;gap:1.2rem}.why-item{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem 1.5rem;border:1px solid rgba(196,169,106,.15);border-radius:4px;transition:border-color .3s,background .3s}.why-item:hover{border-color:var(--sage-light);background:var(--sage-pale)}.why-icon{margin-top:.1rem;flex-shrink:0;color:var(--sage)}.why-icon svg{width:22px;height:22px}.why-item-title{font-weight:500;color:var(--deep);margin-bottom:.2rem;font-size:1.05rem}.why-item-text{font-size:.92rem;color:var(--text-muted);line-height:1.6;font-weight:300}.testimonials{background:linear-gradient(#1a1714c7,#1a1714d1),url(https://images.unsplash.com/photo-1677026010083-78ec7f1b84ed?auto=format&fit=crop&w=1600&q=80) center/cover no-repeat;color:#fff;text-align:center;position:relative}.testimonials .section-title{color:#fff}.testimonials .section-tag{color:var(--gold);justify-content:center}.testimonials .section-tag:before{background:var(--gold);display:none}.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1100px;margin:3rem auto 0;text-align:left}.testi-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:2rem;border-radius:4px;transition:background .3s}.testi-card:hover{background:#ffffff17}.testi-stars{color:var(--gold);font-size:.85rem;margin-bottom:.8rem;letter-spacing:.1em}.testi-quote{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-style:italic;line-height:1.65;color:#ffffffd9;margin-bottom:1.2rem}.testi-author{font-size:.85rem;color:#ffffff73;text-transform:uppercase;letter-spacing:.12em}.booking{background:var(--sage-pale);display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;width:100%}.booking-section{background:var(--sage-pale)}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;background:#fff;border:1px solid rgba(61,53,48,.12);padding:.85rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;color:var(--text);border-radius:var(--radius);transition:border-color .25s;outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--sage)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group textarea{resize:vertical;min-height:100px}.booking-info-items{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.booking-info-item{display:flex;gap:1rem;align-items:flex-start}.bii-icon{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;box-shadow:0 2px 12px #0000000f}.bii-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.bii-value{font-weight:500;color:var(--deep);margin-top:.15rem;font-size:.95rem}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid rgba(61,53,48,.1)}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;padding:1.2rem 0;cursor:pointer;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;color:var(--deep);text-align:left;gap:1rem;transition:color .2s}.faq-q:hover{color:var(--sage)}.faq-icon{font-size:1.3rem;color:var(--sage);flex-shrink:0;transition:transform .3s;font-weight:300}.faq-q.open .faq-icon{transform:rotate(45deg)}.faq-a{font-size:.95rem;color:var(--text-muted);line-height:1.7;font-weight:300;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s;padding:0}.faq-a.open{max-height:200px;padding-bottom:1.2rem}footer{background:var(--deep);color:#ffffff8c;padding:4rem 3rem 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.8rem}.footer-brand span{color:var(--sage)}.footer-desc{font-size:.9rem;line-height:1.7;font-weight:300;max-width:300px}.footer-col-title{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#ffffff59;margin-bottom:1.2rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.7rem}.footer-links a{font-size:.92rem;color:#ffffff8c;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--sage)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.82rem;flex-wrap:wrap;gap:.5rem}.social-links{display:flex;gap:1rem;margin-top:1.2rem}.social-links a{width:40px;height:40px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#ffffff80;transition:background .25s,color .25s,border-color .25s}.social-links a:hover{background:#ffffff26;border-color:#ffffff4d}.social-links a img{width:20px;height:20px}.map-section{background:var(--cream);padding:4rem 3rem}.map-header{text-align:center;margin-bottom:2rem}.map-header .section-tag{justify-content:center}.map-header .section-tag:before{display:none}.map-header .section-sub{margin:0 auto}.map-container{max-width:800px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000000f;line-height:0}.map-container iframe{width:100%;height:220px;display:block}@media(max-width:900px){.map-section{padding:3rem 1.5rem}.map-container iframe{height:180px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;animation:fadeUp .7s ease forwards}.fade-up:nth-child(1){animation-delay:.1s}.fade-up:nth-child(2){animation-delay:.2s}.fade-up:nth-child(3){animation-delay:.3s}.fade-up:nth-child(4){animation-delay:.4s}.fade-up:nth-child(5){animation-delay:.5s}.fade-up:nth-child(6){animation-delay:.6s}@media(max-width:900px){nav{padding:1rem 1.5rem}.nav-links,.nav-cta{display:none}.hamburger{display:flex}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;background:var(--cream);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transform:translate(100%);transition:transform .35s}.mobile-menu.open{transform:translate(0)}.mobile-menu a{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;color:var(--deep);text-decoration:none}.mobile-close{position:absolute;top:1.5rem;right:1.5rem;font-size:1.5rem;cursor:pointer;background:none;border:none;color:var(--deep)}.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:4rem 1.5rem 3rem}.hero-right{height:280px}.hero-stats{gap:1.5rem}section{padding:5rem 1.5rem}.why{grid-template-columns:1fr;gap:2rem}.why-visual{height:260px}.booking{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.faq-section-grid{grid-template-columns:1fr!important;gap:2.5rem!important}}@media(max-width:768px){.services-grid,.testi-grid{grid-template-columns:1fr}}@media(min-width:601px)and (max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}
