@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600&display=swap";
.about-page{background:linear-gradient(#f8f4eb 0%,#fff 100%);min-height:100vh}.about-header{background:linear-gradient(90deg,#6f927f8c 0%,#6f927f59 10%,#d8e3dc33 25%,#fffffff2 50%,#d8e3dc33 75%,#6f927f59 90%,#6f927f8c 100%);padding:0 0 3.5rem;position:relative;overflow:hidden}.about-header:before,.about-header:after{content:"";opacity:.35;pointer-events:none;background:url(/leaf.png) 50%/contain no-repeat;width:350px;height:280px;position:absolute}.about-header:before{bottom:-50px;left:0}.about-header:after{bottom:-50px;right:0;transform:scaleX(-1)}.about-navbar{z-index:10;padding:1.5rem 0 1rem;position:relative}.about-navbar-content{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.about-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.about-logo-img{object-fit:contain;background:#fff;border-radius:50%;width:60px;height:60px;padding:4px;box-shadow:0 2px 8px #00000014}.about-nav-links{flex:1;justify-content:center;align-items:center;gap:clamp(1.5rem,3vw,3rem);display:flex}.about-nav-link{color:var(--sage-deep);letter-spacing:.05em;text-transform:uppercase;padding-bottom:.3rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .18s;position:relative}.about-nav-link:after{content:"";opacity:0;background:currentColor;height:2px;transition:opacity .18s,transform .18s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(.5)}.about-nav-link:hover,.about-nav-link.active{color:var(--sage)}.about-nav-link:hover:after,.about-nav-link.active:after{opacity:1;transform:scaleX(1)}.about-book-now-btn{color:var(--sage-deep);white-space:nowrap;background:#fff;border-radius:50px;flex-shrink:0;padding:.75rem 2rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .22s;display:inline-block;box-shadow:0 4px 12px #00000026}.about-book-now-btn:hover{color:var(--sage);background:#f8f4eb;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.about-burger-menu{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;padding:0;display:none}.about-burger-line{background:var(--sage-deep);transform-origin:50%;border-radius:2px;width:100%;height:3px;transition:all .3s}.about-burger-line.open:first-child{transform:translateY(10.5px)rotate(45deg)}.about-burger-line.open:nth-child(2){opacity:0}.about-burger-line.open:nth-child(3){transform:translateY(-10.5px)rotate(-45deg)}.about-mobile-menu-backdrop{z-index:999;background:#00000080;width:100%;height:100vh;animation:.3s fadeIn;position:fixed;top:0;left:0}.about-mobile-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:linear-gradient(135deg,#6f927ffa 0%,#6f927ff2 100%);width:80%;max-width:360px;height:100vh;transition:right .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-4px 0 24px #0003}.about-mobile-menu.open{right:0}.about-mobile-menu-content{flex-direction:column;gap:.5rem;padding:100px 2rem 2rem;display:flex}.about-mobile-menu-link{color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:8px;padding:1rem 1.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .22s;position:relative;overflow:hidden}.about-mobile-menu-link:before{content:"";background:#ffffff1a;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:translate(-100%)}.about-mobile-menu-link:hover:before,.about-mobile-menu-link.active:before{transform:translate(0)}.about-mobile-menu-link.active{background:#ffffff26}.about-mobile-book-now-btn{color:var(--sage-deep);text-align:center;background:#fff;border-radius:50px;margin-top:2rem;padding:1rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .22s;display:inline-block;box-shadow:0 4px 12px #0003}.about-mobile-book-now-btn:hover{color:var(--sage);background:#f8f4eb;transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.about-header-content{text-align:center;max-width:900px;margin:0 auto;padding:0 2rem}.about-header h1{color:#6f7b71;letter-spacing:-.02em;margin:0 0 1.2rem;font-family:Cormorant Garamond,Georgia,serif;font-size:72px;font-weight:400}.about-divider{background:linear-gradient(90deg,#0000,#6f8e7f66,#0000);width:100px;height:1px;margin:0 auto 1.2rem;position:relative}.about-divider:before{content:"✦";color:var(--sage);background:#fffffff2;padding:0 .8rem;font-size:.7rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-subtitle{color:#556b5f;font-family:var(--font-script), "Bradley Hand", "Snell Roundhand", "Segoe Script", cursive;letter-spacing:.02em;text-align:center;text-wrap:balance;max-width:800px;margin:0 auto 1rem;font-size:clamp(1.6rem,2.5vw,2.2rem);font-style:italic;font-weight:400;line-height:1.3}.about-description{color:#4a4a4a;text-align:center;max-width:700px;margin:0 auto;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.6}.story-section{background:#fff;padding:4rem 0}.story-row{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.story-quote{background:var(--sage);color:#fff;text-align:center;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:3rem 2.5rem;display:flex}.quote-text{margin:0 0 2rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-style:italic;font-weight:400;line-height:1.5}.quote-divider{background:#fff6;width:80px;height:1px;margin:0 auto 1.5rem}.quote-author{letter-spacing:.15em;text-transform:uppercase;opacity:.95;margin:0 0 1.5rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.quote-ornament{opacity:.6;justify-content:center;align-items:center;width:40px;height:20px;margin:0 auto;display:flex}.quote-ornament:before{content:"❦";color:#fffc;font-size:1.5rem}.story-content{padding:1rem 2rem 1rem 0}.story-content h2{color:var(--sage-deep);letter-spacing:-.01em;margin:0 0 1rem;font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:500}.story-text-divider{background:var(--sage);width:60px;height:2px;margin:0 0 1.5rem}.story-content p{color:#4a4a4a;margin:0 0 1.2rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.7}.story-content p:last-child{margin-bottom:0}.features-section{background:#f7f4ee;border-top:1px solid #6f8e7f1a;padding:4rem 0}.features-grid{grid-template-columns:repeat(5,1fr);gap:2rem;display:grid}.feature-card{text-align:center;padding:1.5rem 1rem}.feature-icon{width:50px;height:50px;color:var(--sage);margin:0 auto 1.2rem}.feature-icon svg{width:100%;height:100%}.feature-card h3{color:var(--sage-deep);margin:0 0 .8rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-weight:500}.feature-divider{background:#6f8e7f4d;width:40px;height:1px;margin:0 auto .8rem}.feature-card p{color:#4a4a4a;margin:0;font-family:Inter,sans-serif;font-size:.88rem;line-height:1.6}.about-cta{background:linear-gradient(135deg,#6f927f14 0%,#d8e3dc26 100%);border-top:1px solid #6f8e7f26;padding:4rem 0}.about-cta-content{background-image:url(/gallery/about_cta.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:16px;justify-content:space-between;align-items:center;gap:3rem;padding:3rem 2rem;display:flex;position:relative;box-shadow:0 8px 24px #00000014}.cta-badge-image{flex-shrink:0;justify-content:center;align-items:center;padding-left:5.5rem;display:flex}.accepting-offers-img{object-fit:contain;width:200px;height:auto}.cta-text-section{text-align:center;flex:1}.cta-text-section h3{color:var(--sage-deep);margin:0 0 .8rem;font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-style:italic;font-weight:500}.cta-text-section p{color:#666;margin:0 0 1.5rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5}.cta-inquire-btn{color:#fff;letter-spacing:.08em;background:#6f8373;border:2px solid #b8a072;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-inquire-btn:hover{background:#5e7062;transform:translateY(-2px);box-shadow:0 4px 12px #6f83734d}.cta-inquire-btn svg{transition:transform .3s}.cta-inquire-btn:hover svg{transform:translate(4px)}.cta-phone{color:#6f8373;background:#fff;border:2px solid #6f8373;border-radius:50px;flex-shrink:0;justify-content:center;align-items:center;gap:1rem;min-width:240px;padding:.9rem 1.5rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .22s;display:flex}.cta-phone svg{flex-shrink:0}.cta-phone:hover{background:#f8f4eb;transform:translateY(-2px);box-shadow:0 4px 12px #6f837333}@media (max-width:1000px){.about-nav-links{gap:1.5rem}.about-nav-link{font-size:.75rem}.story-row{gap:2rem}.features-grid{grid-template-columns:repeat(3,1fr)}.about-subtitle{font-size:1.8rem}}@media (max-width:760px){.about-navbar-content{gap:1rem;padding:0 1rem}.about-nav-links{display:none}.about-logo-img{width:50px;height:50px}.about-book-now-btn{display:none}.about-burger-menu{display:flex}.about-header:before{width:200px;height:180px;bottom:-20px;left:-80px}.about-header:after{width:200px;height:180px;bottom:-20px;right:-80px}.about-header h1{font-size:48px}.about-subtitle{font-size:1.5rem}.about-description{font-size:15px}.story-row{grid-template-columns:1fr;gap:2rem}.story-quote{min-height:300px;padding:2rem 1.5rem}.quote-text{font-size:1.5rem}.story-content{padding:1rem}.story-content h2{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:2.5rem}.about-cta-content{text-align:center;flex-direction:column;gap:2rem;padding:2rem 1.5rem}.cta-badge-image{padding-left:0}.accepting-offers-img{width:150px}.cta-text-section h3{font-size:1.5rem}.cta-inquire-btn{justify-content:center;width:100%;font-size:.85rem}.cta-phone{width:100%;min-width:auto;font-size:1.05rem}}
