
:root{
  --green-950:#0c251b;
  --green-900:#143426;
  --green-800:#183d2c;
  --green-700:#274936;
  --green-600:#365f45;
  --sage-500:#9aa582;
  --sage-300:#d9e0cc;
  --cream-50:#fffdf8;
  --cream-100:#fbf8ef;
  --cream-200:#f5efe3;
  --cream-300:#ece4d3;
  --ink:#17231e;
  --muted:#686d62;
  --line:#e5ded0;
  --gold:#b49343;
  --white:#ffffff;
  --shadow:0 22px 60px rgba(29,43,36,.12);
  --soft-shadow:0 14px 35px rgba(29,43,36,.08);
  --radius:22px;
  --radius-sm:14px;
  --container:1180px;
  --heading: Georgia, 'Times New Roman', Times, serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream-50);color:var(--ink);font-family:var(--body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
a:hover{color:var(--green-600)}
img{display:block;max-width:100%;height:auto}
.container{width:min(var(--container),calc(100% - 56px));margin-inline:auto}
.skip-link{position:absolute;left:1rem;top:-100px;z-index:999;background:#fff;color:#000;padding:.7rem 1rem;border-radius:999px;box-shadow:var(--shadow)}
.skip-link:focus{top:1rem}
.topbar{background:linear-gradient(90deg,var(--green-900),var(--green-700));color:#fff;font-size:14px;letter-spacing:.01em}
.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:36px}
.topbar__group{display:flex;align-items:center;gap:18px;white-space:nowrap}.topbar svg{width:14px;height:14px;vertical-align:-2px;margin-right:7px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.topbar a{font-weight:700}.topbar__right{opacity:.94}.divider{opacity:.45}
.site-header{background:rgba(255,253,248,.96);border-bottom:1px solid rgba(229,222,208,.75);position:sticky;top:0;z-index:50;backdrop-filter:blur(16px)}
.header-inner{height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:14px;min-width:244px}.brand img{width:60px;height:60px}.brand__name{display:block;font-family:var(--heading);font-size:30px;line-height:1;color:var(--ink);letter-spacing:-.02em}.brand__tag{display:block;color:#6f7568;font-size:12px;line-height:1.25;margin-top:6px;letter-spacing:.05em}.nav{display:flex;align-items:center;gap:27px;font-size:14px;color:#1d2722}.nav a{position:relative}.nav a::after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1px;background:var(--green-700);transition:.25s}.nav a:hover::after,.nav a[aria-current="page"]::after{width:100%}.header-cta{white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;padding:14px 23px;font-weight:700;font-size:15px;line-height:1.1;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--green-700);color:#fff;box-shadow:0 12px 22px rgba(20,52,38,.22)}.btn--primary:hover{background:var(--green-900);color:#fff;box-shadow:0 16px 35px rgba(20,52,38,.27)}.btn--secondary{background:rgba(255,255,255,.75);border:1px solid var(--green-700);color:var(--green-900)}.btn--light{background:#fff;color:var(--green-900);box-shadow:0 12px 25px rgba(0,0,0,.12)}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;padding:10px 12px;border-radius:12px;color:var(--green-900);font-weight:800}
.hero{position:relative;isolation:isolate;background:linear-gradient(90deg,#fbf8ef 0%,#fbf8ef 48%,#f0eadf 48%,#f0eadf 100%);overflow:hidden}.hero__media{position:absolute;z-index:-3;right:0;top:0;bottom:0;width:55%;overflow:hidden}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__media::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fbf8ef 0%,rgba(251,248,239,.86) 9%,rgba(251,248,239,.24) 27%,rgba(251,248,239,0) 54%)}.hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(251,248,239,.16))}.hero .container{min-height:555px;display:flex;align-items:center;padding:82px 0 130px}.hero__copy{max-width:620px}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.28em;color:var(--sage-500);font-weight:900;margin:0 0 15px}.hero h1{font-family:var(--heading);font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.055em;margin:0 0 27px;color:#17231e}.hero p{font-size:20px;max-width:505px;line-height:1.5;margin:0 0 28px;color:#2f3933}.hero__actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.trust-strip{position:relative;margin-top:-70px;z-index:5}.trust-strip__inner{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:rgba(255,255,255,.92);border:1px solid rgba(229,222,208,.94);border-radius:18px;box-shadow:var(--shadow);backdrop-filter:blur(15px);overflow:hidden}.trust-item{display:grid;grid-template-columns:60px 1fr;align-items:center;gap:20px;padding:28px 46px;min-height:112px}.trust-item + .trust-item{border-left:1px solid var(--line)}.icon-circle{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:var(--sage-300);color:var(--green-700);flex:0 0 auto}.icon-circle svg,.line-icon{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trust-item p{margin:0;font-weight:700;line-height:1.32;color:#394239}.section{padding:86px 0}.section--compact{padding:64px 0}.section-head{text-align:center;max-width:730px;margin:0 auto 45px}.section-head h2,.page-title h1,.section h2{font-family:var(--heading);font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.035em;margin:0 0 17px;color:var(--ink)}.section-head p{margin:0 auto;color:var(--muted);max-width:760px}.flourish{display:flex;align-items:center;justify-content:center;gap:14px;color:var(--sage-500);margin-top:12px}.flourish::before,.flourish::after{content:"";width:52px;height:1px;background:var(--line)}.flourish svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px 34px 32px;min-height:260px;box-shadow:0 8px 25px rgba(36,48,40,.04);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--soft-shadow);border-color:#d2cabb}.service-card h3{font-family:var(--heading);font-size:28px;line-height:1.1;letter-spacing:-.03em;margin:22px 0 12px}.service-card p{color:#525a51;font-size:15.5px;line-height:1.55;margin:0 0 26px}.text-link{font-weight:800;color:var(--green-700);display:inline-flex;gap:8px;align-items:center}.approach-card{display:grid;grid-template-columns:1fr 1.45fr;border-radius:18px;overflow:hidden;background:#f3eee5;border:1px solid var(--line);box-shadow:var(--soft-shadow)}.approach-card__image img{width:100%;height:100%;object-fit:cover}.approach-card__text{padding:58px 65px;background:linear-gradient(105deg,#f4efe6,#fbf8ef)}.approach-card h2{max-width:610px}.approach-card p{color:#566057;margin:0 0 34px}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mini{display:grid;grid-template-columns:40px 1fr;gap:13px;align-items:flex-start}.mini svg{width:34px;height:34px;color:var(--sage-500);stroke:currentColor;fill:none;stroke-width:1.6}.mini strong{display:block;color:#26342d;margin-bottom:3px}.mini span{display:block;font-size:14px;line-height:1.35;color:#5f665f}.about-strip{display:grid;grid-template-columns:280px 1fr 275px;gap:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fbf8ef;box-shadow:var(--soft-shadow)}.about-strip__image img{width:100%;height:100%;object-fit:cover}.about-strip__content{padding:43px 48px;background:#fffdf8}.about-strip__content h2{font-family:var(--heading);font-size:36px;line-height:1.12;letter-spacing:-.035em;margin:0 0 16px}.about-strip__content p{font-size:15.5px;line-height:1.55;color:#565f56;margin:0 0 28px}.badge-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.badge{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center;font-size:13.5px;font-weight:700;color:#49524a;line-height:1.25}.badge svg{width:30px;height:30px;color:var(--green-700);stroke:currentColor;fill:none;stroke-width:1.6}.quote-panel{padding:48px 38px;border-left:1px solid var(--line);background:linear-gradient(105deg,#f8f4ec,#fffdf8);display:flex;flex-direction:column;justify-content:center}.quote-mark{font-family:var(--heading);font-size:58px;color:var(--sage-500);height:40px;line-height:1}.quote-panel blockquote{font-family:var(--heading);font-size:25px;line-height:1.25;margin:0 0 18px;color:var(--green-900)}.signature{font-family:'Brush Script MT','Segoe Script',cursive;font-size:28px;color:#2d3c34}.fees-preview{display:grid;grid-template-columns:repeat(3,1fr) 1.35fr;gap:22px;align-items:stretch}.price-card,.intro-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px 25px;text-align:center;box-shadow:0 8px 22px rgba(36,48,40,.04)}.price-card h3{margin:0;color:#26342d;font-size:20px}.price-card .small{font-size:13px;color:#6c746b}.price{font-family:var(--heading);font-size:38px;color:var(--green-700);line-height:1.2;margin:9px 0 7px}.intro-card{text-align:left;background:linear-gradient(120deg,#eef3e6,#fbf8ef);display:grid;grid-template-columns:70px 1fr;gap:22px;align-items:center}.intro-card p{margin:5px 0 18px;color:#545e55;font-size:15px}.intro-card .icon-circle{width:62px;height:62px;background:rgba(255,255,255,.56)}.payment-note{text-align:center;margin:16px 0 0;font-size:14px;color:#5d665d}.testimonials{position:relative;overflow:hidden}.leaf-decoration{position:absolute;opacity:.27;color:#a9b091;z-index:-1}.leaf-decoration--left{left:-30px;bottom:80px;transform:rotate(-16deg)}.leaf-decoration--right{right:-25px;bottom:115px;transform:rotate(17deg)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:980px;margin:0 auto}.testimonial-card{background:#fff;border:1px solid var(--line);border-radius:16px;text-align:center;padding:30px 30px 26px;box-shadow:0 7px 22px rgba(36,48,40,.04)}.stars{color:var(--gold);letter-spacing:.12em;font-size:18px;margin-bottom:13px}.testimonial-card p{font-size:15px;line-height:1.55;color:#454e47;margin:0 0 12px}.testimonial-card span{font-size:13px;color:#6a726a}.footer{background:radial-gradient(circle at 18% 20%,#244d39 0%,#143426 42%,#0e281d 100%);color:#f6f2ea;margin-top:28px}.footer a{color:#fff}.footer-main{display:grid;grid-template-columns:1.35fr .75fr .8fr 1.05fr;gap:58px;padding:54px 0 46px}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-brand img{width:50px;height:50px}.footer-brand span{font-family:var(--heading);font-size:24px}.footer p,.footer li{color:#e3e2d7;font-size:14px;line-height:1.6}.footer ul{list-style:none;padding:0;margin:12px 0 0}.footer h3{font-size:13px;text-transform:uppercase;letter-spacing:.16em;margin:0 0 12px;color:#fff}.contact-lines{margin-top:15px}.contact-lines div{margin:7px 0}.socials{display:flex;gap:12px;margin-top:14px}.socials a{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.23);border-radius:50%;font-size:13px}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;gap:20px;align-items:center;min-height:52px;font-size:13px;color:#d4d4c7}.footer-bottom__links{display:flex;gap:24px}.inner-hero{position:relative;overflow:hidden;background:linear-gradient(112deg,#fbf8ef 0%,#fbf8ef 58%,#edf2e5 100%);border-bottom:1px solid var(--line)}.inner-hero::after{content:"";position:absolute;right:0;top:0;bottom:0;width:42%;background:linear-gradient(90deg,#fbf8ef 0%,rgba(251,248,239,.25) 42%,rgba(251,248,239,0)),var(--page-image,none);background-size:cover;background-position:center;opacity:.75}.inner-hero .container{position:relative;z-index:1;min-height:345px;display:flex;align-items:center}.page-title{max-width:760px;padding:70px 0}.page-title h1{font-size:clamp(44px,5vw,66px);margin-bottom:18px}.page-title p{font-size:20px;line-height:1.55;color:#445047;margin:0}.crumbs{font-size:13px;text-transform:uppercase;letter-spacing:.16em;color:var(--sage-500);font-weight:900;margin-bottom:18px}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 355px;gap:58px;align-items:start}.prose h2,.prose h3{font-family:var(--heading);letter-spacing:-.03em;color:var(--ink);line-height:1.13}.prose h2{font-size:38px;margin:0 0 18px}.prose h3{font-size:28px;margin:34px 0 12px}.prose p{color:#525c54;margin:0 0 20px}.prose ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;list-style:none;padding:0;margin:22px 0 30px}.prose li{position:relative;padding-left:28px;color:#4f584f}.prose li::before{content:"";position:absolute;left:0;top:.62em;width:9px;height:9px;border-radius:50%;background:var(--sage-500)}.callout{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:var(--soft-shadow);margin:30px 0}.callout--green{background:linear-gradient(120deg,#edf2e5,#fbf8ef)}.sidebar{position:sticky;top:118px}.side-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:var(--soft-shadow);margin-bottom:20px}.side-card h2,.side-card h3{font-family:var(--heading);font-size:28px;line-height:1.1;letter-spacing:-.03em;margin:0 0 16px}.side-card p{font-size:15px;color:#5b645d;margin:0 0 18px}.side-list{list-style:none;padding:0;margin:0}.side-list li{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);padding:12px 0;font-size:15px}.side-list li:last-child{border-bottom:0}.side-list strong{color:var(--green-700)}.fee-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--soft-shadow);margin:24px 0 42px}.fee-table th,.fee-table td{padding:20px 22px;text-align:left;border-bottom:1px solid var(--line)}.fee-table th{background:#f3eee5;color:#24352c;font-size:14px;text-transform:uppercase;letter-spacing:.1em}.fee-table tr:last-child td{border-bottom:0}.fee-table td:last-child,.fee-table th:last-child{text-align:right;font-weight:800;color:var(--green-700)}.faq-list{max-width:900px;margin:0 auto}.faq-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 30px;margin-bottom:16px;box-shadow:0 8px 20px rgba(36,48,40,.04)}.faq-item h2{font-family:var(--heading);font-size:28px;line-height:1.14;letter-spacing:-.03em;margin:0 0 10px}.faq-item p{margin:0;color:#545d55}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.form-field{display:flex;flex-direction:column;gap:7px}.form-field--full{grid-column:1/-1}.form-field label{font-weight:800;font-size:14px;color:#26342d}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid var(--line);background:#fffdf8;border-radius:12px;padding:14px 14px;font:inherit;color:var(--ink);outline:none}.form-field textarea{min-height:140px;resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--green-700);box-shadow:0 0 0 4px rgba(39,73,54,.11)}.checkbox{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#5b645d}.checkbox input{margin-top:.35rem}.notice{font-size:14px;color:#5d665d}.image-card{border-radius:18px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--soft-shadow);background:#fff}.image-card img{width:100%;height:260px;object-fit:cover}.image-card__body{padding:25px}.two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.soft-bg{background:linear-gradient(180deg,#fffdf8,#f7f2e9)}
@media (max-width: 1040px){.nav,.header-cta{display:none}.menu-toggle{display:block}.header-inner{height:82px}.brand{min-width:0}.nav.is-open{display:flex;position:absolute;left:28px;right:28px;top:82px;flex-direction:column;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow);gap:15px}.site-header{position:sticky}.hero__media{width:62%;opacity:.55}.hero .container{min-height:560px}.trust-strip__inner,.services-grid,.testimonial-grid{grid-template-columns:1fr}.trust-item + .trust-item{border-left:0;border-top:1px solid var(--line)}.approach-card,.about-strip,.fees-preview,.footer-main,.content-grid,.two-col{grid-template-columns:1fr}.about-strip__image img{height:320px}.quote-panel{border-left:0;border-top:1px solid var(--line)}.footer-main{gap:28px}.inner-hero::after{opacity:.22;width:100%}.sidebar{position:static}.mini-grid{grid-template-columns:1fr}.prose ul{grid-template-columns:1fr}.fees-preview{max-width:640px;margin-inline:auto}.intro-card{grid-template-columns:1fr;text-align:center}.intro-card .icon-circle{margin-inline:auto}.topbar__right{display:none}}
@media (max-width: 680px){body{font-size:16px}.container{width:min(100% - 34px,var(--container))}.topbar .container{justify-content:center}.topbar__group{gap:10px;font-size:12px}.divider{display:none}.brand img{width:50px;height:50px}.brand__name{font-size:23px}.brand__tag{display:none}.hero{background:#fbf8ef}.hero__media{position:relative;width:calc(100% + 34px);height:290px;margin-left:-17px;opacity:1;order:-1}.hero__media::before{background:linear-gradient(180deg,rgba(251,248,239,0) 58%,#fbf8ef 100%)}.hero .container{display:flex;flex-direction:column;align-items:stretch;min-height:auto;padding:0 0 92px}.hero__copy{padding-top:40px}.hero h1{font-size:43px}.hero p{font-size:17px}.trust-strip{margin-top:-48px}.trust-item{padding:22px;grid-template-columns:50px 1fr}.section{padding:64px 0}.service-card{padding:28px}.approach-card__text,.about-strip__content,.quote-panel{padding:32px 26px}.badge-row{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;padding:18px 0}.footer-bottom__links{flex-wrap:wrap}.form-grid{grid-template-columns:1fr}.fee-table{font-size:14px}.fee-table th,.fee-table td{padding:15px 12px}.page-title{padding:54px 0}.page-title h1{font-size:42px}.page-title p{font-size:17px}.hero__actions{align-items:stretch}.hero__actions .btn{width:100%}.services-grid{gap:16px}}


/* v3 client-requested refinements */
.header-inner{height:104px;gap:34px}.brand{min-width:332px;gap:18px}.brand img{width:76px;height:76px}.brand__name{font-size:38px;line-height:.88;letter-spacing:-.035em}.brand__tag{font-size:12.5px;line-height:1.3;letter-spacing:.08em;max-width:220px}.nav{gap:24px}.hero .container{min-height:520px;padding:70px 0 118px}.hero__copy{max-width:650px}.hero h1{font-size:clamp(42px,4.55vw,58px);line-height:1.02;letter-spacing:-.045em;max-width:690px}.hero p{font-size:19px;max-width:610px}.eyebrow{letter-spacing:.25em}.about-strip__image img,.image-card img{object-position:center center}.topbar .container{min-height:34px}.topbar{font-size:13.5px}.trust-strip{margin-top:-62px}
@media (max-width:1120px){.brand{min-width:270px}.brand__name{font-size:32px}.brand img{width:66px;height:66px}.nav{gap:18px}.header-inner{gap:18px}.hero h1{font-size:clamp(40px,5vw,55px)}}
@media (max-width:1040px){.header-inner{height:90px}.brand{min-width:0}.nav.is-open{top:90px}.hero h1{font-size:clamp(39px,7vw,54px)}}
@media (max-width:680px){.header-inner{height:76px}.brand img{width:54px;height:54px}.brand__name{font-size:27px;line-height:.92}.brand__tag{display:none}.topbar__group{white-space:normal;text-align:center;justify-content:center}.hero h1{font-size:38px;line-height:1.04}.hero p{font-size:17px}.hero .container{padding-bottom:88px}.trust-strip{margin-top:-46px}}


/* v4 refinements: cleaner top spacing + simplified hero headline */
.site-header{padding-top:14px;padding-bottom:12px;}
.header-inner{height:106px;}
.hero__copy{max-width:570px;}
.hero h1{font-size:clamp(38px,4.1vw,54px);line-height:1.04;max-width:610px;}
.hero p{max-width:560px;}
@media (max-width:1120px){.site-header{padding-top:12px;padding-bottom:10px}.header-inner{height:100px}}
@media (max-width:1040px){.header-inner{height:90px}.nav.is-open{top:112px}}
@media (max-width:680px){.site-header{padding-top:8px;padding-bottom:8px}.header-inner{height:74px}.hero h1{font-size:36px}.hero__copy{max-width:100%}}
