@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Jost:wght@300;400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #fdf8f3;--blush: #f2ddd8;--rose: #c9857a;--rose-dk: #a96158;--bark: #5c3d35;--warm-gray:#8a7a76;--white: #ffffff;--text: #3a2a27;--serif: "Playfair Display", Georgia, serif;--sans: "Jost", sans-serif;--radius: 4px;--shadow: 0 4px 24px rgba(92,61,53,.1);--transition: .3s ease}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--cream);color:var(--text);font-weight:300;font-size:17px;line-height:1.7;min-height:100vh;display:flex;flex-direction:column}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3,h4{font-family:var(--serif);font-weight:400;line-height:1.25;color:var(--bark)}h1{font-size:clamp(2rem,5vw,3.4rem)}h2{font-size:clamp(1.5rem,3.5vw,2.4rem)}h3{font-size:clamp(1.2rem,2.5vw,1.7rem)}h4{font-size:1.05rem;letter-spacing:.05em;color:var(--rose-dk)}p{max-width:70ch}.btn{display:inline-block;padding:.75rem 2rem;border-radius:2px;font-family:var(--sans);font-weight:500;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;transition:background var(--transition),color var(--transition),transform var(--transition);cursor:pointer;border:2px solid var(--rose)}.btn-primary{background:var(--rose);color:var(--white)}.btn-primary:hover{background:var(--rose-dk);border-color:var(--rose-dk);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--rose)}.btn-outline:hover{background:var(--blush);transform:translateY(-2px)}.navbar{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--blush);padding:0 5%;display:flex;align-items:center;justify-content:space-between;height:85px;box-shadow:0 2px 12px #5c3d350f}.navbar-logo img{height:80px;width:auto}.navbar-links{display:flex;align-items:center;gap:2rem}.navbar-links a{font-size:.85rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--bark);position:relative;padding-bottom:3px;transition:color var(--transition)}.navbar-links a:after{content:"";position:absolute;bottom:0;left:0;right:100%;height:1px;background:var(--rose);transition:right var(--transition)}.navbar-links a:hover{color:var(--rose)}.navbar-links a:hover:after{right:0}.navbar-links a.active{color:var(--rose)}.navbar-links a.active:after{right:0}.navbar-actions{display:flex;align-items:center;gap:1rem}.navbar-actions a{display:flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:500;letter-spacing:.06em;color:var(--warm-gray);transition:color var(--transition)}.navbar-actions a:hover{color:var(--rose)}.navbar-actions svg{width:18px;height:18px}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:24px;height:2px;background:var(--bark);border-radius:2px;transition:all .3s}.mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:var(--white);padding:90px 5% 2rem;flex-direction:column;gap:1.5rem;animation:slideDown .3s ease}.mobile-menu.open{display:flex}.mobile-menu a{font-size:1.2rem;font-family:var(--serif);color:var(--bark);border-bottom:1px solid var(--blush);padding-bottom:.75rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:85vh;align-items:center;gap:0}.hero-text{padding:5% 6% 5% 8%;display:flex;flex-direction:column;gap:1.5rem}.hero-text h4{margin-bottom:-.5rem}.hero-text h1{color:var(--bark)}.hero-text p{font-size:1.05rem;color:var(--warm-gray)}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{position:relative;height:85vh;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(242,221,216,.18) 0%,transparent 60%);z-index:1}section{padding:5rem 8%}.section-label{font-family:var(--sans);font-weight:500;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--rose);margin-bottom:.5rem}.section-center{text-align:center;align-items:center}.section-center p{margin:0 auto}.divider{width:48px;height:2px;background:var(--rose);margin:1rem 0}.divider.centered{margin:1rem auto}.features-strip{background:var(--blush);padding:3.5rem 8%;display:flex;align-items:center;justify-content:center;gap:4rem;flex-wrap:wrap}.feature-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.feature-item svg{color:var(--rose);width:36px;height:36px}.feature-item span{font-size:.85rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--bark)}.about-strip{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;background:var(--white)}.about-strip-img{height:480px;overflow:hidden}.about-strip-img img{width:100%;height:100%;object-fit:cover}.about-strip-text{padding:5% 7%;display:flex;flex-direction:column;gap:1.2rem}.tagline-band{background:var(--bark);color:var(--cream);text-align:center;padding:4rem 8%}.tagline-band h2{color:var(--cream)}.tagline-band p{color:var(--blush);margin:1rem auto 2rem}.tagline-band .divider{background:var(--rose)}.gallery-section{background:var(--cream)}.gallery-section h2{text-align:center;margin-bottom:.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:12px;margin-top:2.5rem}.gallery-grid img{width:100%;height:260px;object-fit:cover;border-radius:var(--radius);transition:transform .4s ease,filter .4s ease;filter:saturate(.9)}.gallery-grid img:hover{transform:scale(1.02);filter:saturate(1.1)}.gallery-grid img:first-child{grid-column:1 / 3;height:320px}.cta-band{background:var(--blush);text-align:center;padding:4.5rem 8%}.cta-band h2{margin-bottom:1rem}.cta-band p{margin:0 auto 2rem;color:var(--warm-gray)}.page-hero{background:var(--blush);padding:5rem 8% 3rem;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:32px;background:var(--cream);clip-path:ellipse(55% 100% at 50% 100%)}.page-hero h1{margin-bottom:.5rem}.page-hero p{color:var(--warm-gray);font-size:1.05rem;max-width:60ch}.bio-section{display:grid;grid-template-columns:340px 1fr;gap:5rem;align-items:start;background:var(--white);padding:5rem 8%}.bio-photo{position:relative}.bio-photo img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow)}.bio-photo:before{content:"";position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;border:2px solid var(--blush);border-radius:var(--radius);z-index:0}.bio-photo img{position:relative;z-index:1}.bio-text{display:flex;flex-direction:column;gap:1.2rem;padding-top:1rem}.bio-text p{color:var(--warm-gray);font-size:1.02rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:2.5rem}.service-card{background:var(--white);border-radius:var(--radius);padding:2.5rem 2rem;border:1px solid var(--blush);display:flex;flex-direction:column;gap:1rem;transition:box-shadow var(--transition),transform var(--transition)}.service-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.service-card svg{color:var(--rose);width:32px;height:32px}.service-card h3{font-size:1.1rem}.service-card p{font-size:.93rem;color:var(--warm-gray);flex:1}.pricing-band{background:var(--bark);color:var(--cream);padding:5rem 8%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.pricing-band h2{color:var(--cream)}.pricing-band p{color:var(--blush);margin-top:.75rem}.price-tag{font-family:var(--serif);font-size:3.5rem;color:var(--rose);line-height:1}.price-tag span{font-size:1.2rem;vertical-align:super}.price-note{font-size:.85rem;color:var(--warm-gray);margin-top:.5rem;font-style:italic}.mission-intro{background:var(--white);padding:5rem 8%;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.values-section{padding:5rem 8%}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:2.5rem}.value-card{padding:2rem 1.5rem;border-top:3px solid var(--rose);background:var(--white)}.value-card h3{font-size:1.1rem;margin-bottom:.75rem}.value-card p{font-size:.93rem;color:var(--warm-gray)}.contact-box{background:var(--blush);border-radius:var(--radius);padding:3rem;display:flex;flex-direction:column;gap:1rem}.contact-box a{color:var(--rose);font-weight:500}.contact-box a:hover{color:var(--rose-dk)}.contact-box .btn-primary,.contact-box .btn-primary:hover{color:var(--white)}footer{margin-top:auto;background:var(--bark);color:var(--white);padding:3rem 8%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}footer .footer-wordmark{font-family:var(--serif);font-size:1.1rem;color:var(--cream);opacity:.85;transition:opacity var(--transition)}footer .footer-wordmark:hover{opacity:1}footer .footer-center{text-align:center;font-size:.82rem;color:var(--white)}footer .footer-right{display:flex;justify-content:flex-end;gap:1rem}footer .footer-right a{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--white);transition:color var(--transition)}footer .footer-right a:hover{color:var(--blush)}footer svg{width:18px;height:18px}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:none}@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-image{height:55vw}.hero-text{padding:3rem 6%}.about-strip{grid-template-columns:1fr}.about-strip-img{height:300px}.bio-section{grid-template-columns:1fr}.bio-photo{max-width:320px}.mission-intro,.pricing-band{grid-template-columns:1fr;gap:2rem}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid img:first-child{grid-column:1/-1}footer{grid-template-columns:1fr;text-align:center}footer .footer-right{justify-content:center}}@media(max-width:640px){.navbar-links,.navbar-actions{display:none}.hamburger{display:flex}.navbar-logo{position:absolute;left:50%;transform:translate(-50%)}section{padding:3.5rem 5%}.features-strip{gap:2rem;padding:2.5rem 5%}.gallery-grid{grid-template-columns:1fr}.gallery-grid img:first-child{grid-column:1}}
