:root{--cream: #f6f2eb;--cream-dark: #ebe4d8;--sage: #5a7264;--sage-dark: #3d5247;--sage-light: #8fa396;--clay: #c4a07a;--clay-light: #dcc9b0;--charcoal: #2c3330;--muted: #6b7570;--white: #ffffff;--sage-bg: #4a6356;--contact-bg: #3a5045;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Outfit", system-ui, sans-serif;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 40px;--shadow-sm: 0 2px 12px rgba(44, 51, 48, .06);--shadow-md: 0 8px 32px rgba(44, 51, 48, .1);--shadow-lg: 0 20px 60px rgba(44, 51, 48, .12);--ease: cubic-bezier(.4, 0, .2, 1);--header-h: 80px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}body{font-family:var(--font-sans);font-weight:400;font-size:1rem;line-height:1.65;color:var(--charcoal);background:var(--cream);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}address{font-style:normal}.grain{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.container{width:min(1140px,calc(100% - 3rem));margin-inline:auto}h1,h2,h3{font-family:var(--font-serif);font-weight:500;line-height:1.15;color:var(--charcoal)}h1{font-size:clamp(2.5rem,5vw,3.75rem);letter-spacing:-.02em}h1 em{font-style:italic;color:var(--sage)}h2{font-size:clamp(2rem,4vw,2.75rem);letter-spacing:-.01em}h3{font-size:1.35rem}.lead{font-size:1.125rem;line-height:1.7;color:var(--muted)}.section-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--sage);margin-bottom:.75rem}.section-label--light{color:var(--clay-light)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-sans);font-size:.9375rem;font-weight:500;border-radius:100px;border:2px solid transparent;cursor:pointer;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease)}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--sage);color:var(--white);box-shadow:0 4px 20px #5a726459}.btn-primary:hover{background:var(--sage-dark);box-shadow:0 8px 28px #5a726466}.btn-ghost{background:transparent;color:var(--charcoal);border-color:var(--cream-dark)}.btn-ghost:hover{border-color:var(--sage-light);color:var(--sage)}.btn-outline{background:transparent;color:var(--sage);border-color:var(--sage)}.btn-outline:hover{background:var(--sage);color:var(--white)}.btn-full{width:100%}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);transition:background .35s var(--ease),box-shadow .35s var(--ease)}.header.scrolled{background:#f6f2ebeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm)}.nav{display:flex;align-items:center;justify-content:space-between;height:100%}.logo{display:flex;align-items:center;gap:.75rem}.logo-mark{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:var(--sage);color:var(--white);font-family:var(--font-serif);font-size:1rem;font-weight:600;border-radius:50%}.logo-text{font-family:var(--font-serif);font-size:1.25rem;font-weight:500}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:.9375rem;font-weight:400;color:var(--muted);transition:color .2s}.nav-links a:hover{color:var(--sage)}.nav-cta{padding:.625rem 1.25rem!important;background:var(--sage)!important;color:var(--white)!important;border-radius:100px;font-weight:500!important}.nav-cta:hover{background:var(--sage-dark)!important}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:24px;height:2px;background:var(--charcoal);border-radius:2px;transition:transform .3s,opacity .3s}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:var(--header-h);overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.hero-blob--1{width:500px;height:500px;background:var(--clay-light);top:-10%;right:-5%;animation:float 12s ease-in-out infinite}.hero-blob--2{width:400px;height:400px;background:var(--sage-light);bottom:10%;left:-10%;opacity:.35;animation:float 15s ease-in-out infinite reverse}.hero-circle{position:absolute;width:600px;height:600px;border:1px solid rgba(90,114,100,.12);border-radius:50%;top:50%;right:15%;transform:translateY(-50%)}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding-block:4rem;position:relative;z-index:1}.hero-eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--sage);margin-bottom:1.25rem}.hero-lead{font-size:1.125rem;color:var(--muted);margin:1.5rem 0 2rem;max-width:480px}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.hero-trust{display:flex;align-items:center;gap:1.5rem;padding-top:2rem;border-top:1px solid var(--cream-dark)}.trust-item strong{display:block;font-family:var(--font-serif);font-size:1.5rem;font-weight:600;color:var(--sage)}.trust-item span{font-size:.8125rem;color:var(--muted)}.trust-divider{width:1px;height:40px;background:var(--cream-dark)}.hero-visual,.hero-image-wrap{position:relative}.hero-image{aspect-ratio:4/5;border-radius:var(--radius-xl) var(--radius-xl) var(--radius-xl) 0;background:linear-gradient(160deg,rgba(90,114,100,.15) 0%,transparent 50%),url(https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?w=800&q=80) center/cover;box-shadow:var(--shadow-lg)}.hero-card{position:absolute;bottom:-1.5rem;left:-2rem;max-width:280px;padding:1.5rem;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.hero-card-icon{width:36px;height:36px;color:var(--clay);margin-bottom:.75rem}.hero-card p{font-family:var(--font-serif);font-size:1.05rem;font-style:italic;line-height:1.5;margin-bottom:.5rem}.hero-card span{font-size:.8125rem;color:var(--muted)}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);animation:bounce 2s ease-in-out infinite}.hero-scroll svg{width:20px;height:20px}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.section{padding:6rem 0}.section--light{background:var(--white)}.section--sage{background:var(--sage-bg);color:var(--white)}.section--sage h2,.section--sage h3{color:var(--white)}.section--cream{background:var(--cream-dark)}.section-header{margin-bottom:3.5rem}.section-header--center{text-align:center;max-width:640px;margin-inline:auto;margin-bottom:3.5rem}.section-intro{margin-top:1rem;color:var(--muted);font-size:1.0625rem}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:center}.about-image{aspect-ratio:3/4;border-radius:var(--radius-xl) 0 var(--radius-xl) var(--radius-xl);background:linear-gradient(180deg,transparent 60%,rgba(44,51,48,.2)),url(https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=700&q=80) center/cover;box-shadow:var(--shadow-md)}.about-content p{margin-bottom:1rem;color:var(--muted)}.about-content .lead{margin-bottom:1.25rem}.about-credentials{margin-top:2rem;display:flex;flex-direction:column;gap:.875rem}.about-credentials li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;font-weight:500;color:var(--charcoal)}.about-credentials svg{width:20px;height:20px;color:var(--sage);flex-shrink:0}.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.pillar{padding:2rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.pillar:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.pillar-number{font-family:var(--font-serif);font-size:2.5rem;font-weight:400;color:var(--clay-light);line-height:1;margin-bottom:1rem}.pillar h3{margin-bottom:.75rem}.pillar p{font-size:.9375rem;color:var(--muted)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{padding:2rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);transition:background .3s var(--ease),transform .3s var(--ease)}.service-card:hover{background:#ffffff24;transform:translateY(-3px)}.service-icon{width:44px;height:44px;color:var(--clay-light);margin-bottom:1.25rem}.service-icon svg{width:100%;height:100%}.service-card h3{margin-bottom:.625rem}.service-card p{font-size:.9375rem;opacity:.85;line-height:1.6}.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.process-steps{margin:2rem 0;counter-reset:step}.process-steps li{position:relative;padding-left:3.5rem;padding-bottom:2rem;counter-increment:step}.process-steps li:before{content:counter(step);position:absolute;left:0;top:0;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:var(--sage);color:var(--white);font-size:.875rem;font-weight:600;border-radius:50%}.process-steps li:not(:last-child):after{content:"";position:absolute;left:1.125rem;top:2.25rem;bottom:0;width:1px;background:var(--cream-dark)}.process-steps strong{display:block;font-weight:600;margin-bottom:.375rem}.process-steps p{font-size:.9375rem;color:var(--muted)}.process-note{font-size:.9375rem;color:var(--muted);padding:1.25rem;background:var(--cream);border-radius:var(--radius-md);border-left:3px solid var(--clay)}.process-quote{padding:2.5rem;background:var(--sage);color:var(--white);border-radius:var(--radius-lg)}.process-quote blockquote{font-family:var(--font-serif);font-size:1.35rem;font-style:italic;line-height:1.55;margin-bottom:1.25rem}.process-quote cite{font-size:.875rem;opacity:.8;font-style:normal}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial{padding:2rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .3s var(--ease)}.testimonial:hover{transform:translateY(-3px)}.testimonial--featured{background:var(--sage);color:var(--white);transform:scale(1.03);box-shadow:var(--shadow-md)}.testimonial--featured:hover{transform:scale(1.03) translateY(-3px)}.testimonial-stars{color:var(--clay);font-size:.875rem;letter-spacing:2px;margin-bottom:1rem}.testimonial--featured .testimonial-stars{color:var(--clay-light)}.testimonial p{font-size:.9375rem;line-height:1.65;margin-bottom:1.25rem}.testimonial footer strong{display:block;font-size:.9375rem}.testimonial footer span{font-size:.8125rem;opacity:.7}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.pricing-card{position:relative;padding:2.5rem 2rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center}.pricing-card--featured{border:2px solid var(--sage);box-shadow:var(--shadow-md);transform:scale(1.04)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.35rem 1rem;background:var(--clay);color:var(--white);font-size:.75rem;font-weight:600;letter-spacing:.05em;border-radius:100px;white-space:nowrap}.pricing-card h3{margin-bottom:1rem}.pricing-amount{font-family:var(--font-serif);font-size:3rem;font-weight:600;color:var(--sage);line-height:1;margin-bottom:.5rem}.pricing-amount span{font-size:1.25rem;font-weight:400}.pricing-desc{font-size:.875rem;color:var(--muted);margin-bottom:1.5rem}.pricing-card ul{text-align:left;margin-bottom:2rem}.pricing-card li{font-size:.9375rem;color:var(--muted);padding:.5rem 0 .5rem 1.5rem;position:relative}.pricing-card li:before{content:"✓";position:absolute;left:0;color:var(--sage);font-weight:600}.pricing-note{text-align:center;margin-top:2rem;font-size:.875rem;color:var(--muted)}.section--contact{background:var(--contact-bg);color:var(--white)}.section--contact h2{color:var(--white)}.section--contact>.container>.contact-info>p{opacity:.85;margin-bottom:2rem}.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:4rem;align-items:start}.contact-details{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-item svg{width:22px;height:22px;color:var(--clay-light);flex-shrink:0;margin-top:2px}.contact-item strong{display:block;font-size:.8125rem;text-transform:uppercase;letter-spacing:.08em;opacity:.7;margin-bottom:.25rem}.contact-item a{opacity:.95;transition:color .2s}.contact-item a:hover{color:var(--clay-light)}.contact-hours{font-size:.9375rem;opacity:.8}.contact-form{background:var(--white);padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.form-row{margin-bottom:1.25rem}.form-row label{display:block;font-size:.875rem;font-weight:500;color:var(--charcoal);margin-bottom:.5rem}.optional{font-weight:400;color:var(--muted)}.form-row input,.form-row select,.form-row textarea{width:100%;padding:.875rem 1rem;font-family:var(--font-sans);font-size:.9375rem;color:var(--charcoal);background:var(--cream);border:1px solid transparent;border-radius:var(--radius-sm);transition:border-color .2s,box-shadow .2s}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border-color:var(--sage-light);box-shadow:0 0 0 3px #5a726426}.form-row textarea{resize:vertical;min-height:100px}.form-note{margin-top:1rem;font-size:.75rem;color:var(--muted);text-align:center}.footer{padding:3rem 0;background:var(--charcoal);color:#ffffffb3}.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center}.footer-brand .logo-text{color:var(--white)}.footer-brand p{margin-top:.5rem;font-size:.875rem}.footer-nav{display:flex;gap:1.5rem}.footer-nav a{font-size:.875rem;transition:color .2s}.footer-nav a:hover{color:var(--white)}.footer-legal{text-align:right;font-size:.8125rem;line-height:1.7}.footer-legal a{text-decoration:underline;text-underline-offset:3px}.footer-legal a:hover{color:var(--white)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.visible{opacity:1;transform:translateY(0)}.form-success{text-align:center;padding:2rem}.form-success svg{width:48px;height:48px;color:var(--sage);margin-bottom:1rem}@media(max-width:1024px){.hero-grid,.about-grid,.process-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}.hero-visual{order:-1;max-width:480px;margin-inline:auto}.pillars,.services-grid,.testimonials,.pricing-grid{grid-template-columns:1fr}.testimonial--featured,.pricing-card--featured{transform:none}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-nav{justify-content:center;flex-wrap:wrap}.footer-legal{text-align:center}}@media(max-width:768px){.nav-toggle{display:flex}.nav-links{position:fixed;top:var(--header-h);left:0;right:0;flex-direction:column;gap:0;background:var(--cream);padding:1.5rem;box-shadow:var(--shadow-md);transform:translateY(-120%);opacity:0;visibility:hidden;transition:transform .35s var(--ease),opacity .35s,visibility .35s}.nav-links.open{transform:translateY(0);opacity:1;visibility:visible}.nav-links li{width:100%;border-bottom:1px solid var(--cream-dark)}.nav-links a{display:block;padding:1rem 0}.nav-cta{margin-top:.5rem;text-align:center}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero-trust{flex-direction:column;align-items:flex-start;gap:1rem}.trust-divider{display:none}.hero-card{left:1rem;right:1rem;max-width:none}.hero-scroll{display:none}.section{padding:4rem 0}}
