@layer legacy{:root{--navy:#2d3748;--navy-light:#3a4a5c;--coral:#4a7c59;--coral-hover:#3d6649;--cream:#f7f8f5;--warm-gray:#6b7280;--text:#1f2937;--white:#fff;--border:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}nav{z-index:100;backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#fffffff2;width:100%;position:fixed;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:.9rem 2rem;display:flex}.nav-logo{flex-direction:column;line-height:1;text-decoration:none;display:flex}.nav-logo .logo-name{color:var(--navy);letter-spacing:.01em;font-family:Lora,serif;font-size:1.15rem;font-weight:700}.nav-logo .logo-tagline{color:var(--coral);letter-spacing:.18em;text-transform:uppercase;margin-top:2px;font-family:Inter,sans-serif;font-size:.65rem;font-weight:500}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--warm-gray);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--navy)}.nav-cta{background:var(--coral);border-radius:50px;padding:.55rem 1.4rem;font-weight:500;transition:background .2s;color:var(--white)!important}.nav-cta:hover{background:var(--coral-hover)}.hero{background:var(--cream);padding:8rem 2rem 5rem}.hero-inner{grid-template-columns:340px 1fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.hero-photo{aspect-ratio:3/4;object-fit:cover;object-position:center top;border-radius:12px;width:100%;max-width:340px}.hero-text h1{color:var(--navy);margin-bottom:1.2rem;font-family:Lora,serif;font-size:3rem;font-weight:700;line-height:1.15}.hero-text .subtitle{color:var(--warm-gray);max-width:520px;margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.hero-cta{background:var(--coral);color:var(--white);border-radius:50px;padding:.85rem 2.2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.hero-cta:hover{background:var(--coral-hover);transform:translateY(-1px)}.hero-stats{border-top:1px solid var(--border);gap:2.5rem;margin-top:2.5rem;padding-top:2rem;display:flex}.hero-stat-number{color:var(--navy);font-family:Lora,serif;font-size:1.8rem;font-weight:700}.hero-stat-label{color:var(--warm-gray);margin-top:.15rem;font-size:.82rem}section{padding:5.5rem 2rem}.section-inner{max-width:1100px;margin:0 auto}.section-title{color:var(--navy);margin-bottom:1rem;font-family:Lora,serif;font-size:2.2rem;font-weight:700}.section-subtitle{color:var(--warm-gray);max-width:100%;margin-bottom:3rem;font-size:1.05rem}.services{background:var(--white)}.persona-tabs{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.persona-tab{background:var(--cream);border:2px solid var(--cream);color:var(--navy);cursor:pointer;border-radius:50px;padding:.9rem 1.75rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s,border-color .2s,color .2s}.persona-tab:hover{border-color:var(--coral)}.persona-tab.active{background:var(--coral);border-color:var(--coral);color:var(--white)}.persona-panel{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.persona-panel[hidden]{display:none}.service-card{background:var(--cream);border-radius:12px;padding:2.2rem}.service-icon{background:var(--navy);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.2rem;font-size:1.3rem;display:flex}.service-card h3{color:var(--navy);margin-bottom:.6rem;font-size:1.15rem;font-weight:600}.service-card p{color:var(--warm-gray);font-size:.93rem;line-height:1.65}.how-i-work{background:var(--cream)}.hiw-content{grid-template-columns:1.4fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.hiw-text{color:var(--text);font-size:1rem;line-height:1.75}.hiw-text p+p{margin-top:1.2rem}.hiw-text a{color:var(--coral);text-decoration:none}.hiw-text a:hover{color:var(--navy)}.hiw-highlights{flex-direction:column;gap:1.25rem;display:flex}.hiw-highlight{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.5rem}.hiw-highlight h4{color:var(--navy);margin-bottom:.35rem;font-size:.95rem;font-weight:600}.hiw-highlight p{color:var(--warm-gray);font-size:.88rem;line-height:1.55}.hiw-steps-intro h3{color:var(--navy);margin-bottom:.75rem;font-family:Lora,serif;font-size:1.5rem;font-weight:700}.hiw-steps-intro .section-subtitle{margin-bottom:2.5rem}.testimonials{background:var(--cream)}.testimonial-carousel{align-items:stretch;gap:1rem;display:flex}.testimonial-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;flex:1;gap:2rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.testimonial-track::-webkit-scrollbar{display:none}.testimonial-card{scroll-snap-align:start;background:var(--white);border-radius:12px;flex-direction:column;flex:0 0 100%;padding:2rem;display:flex}@media (width>=640px){.testimonial-card{flex-basis:calc(50% - 1rem)}}@media (width>=1024px){.testimonial-card{flex-basis:calc(33.333% - 1.334rem)}}.carousel-arrow{border:1px solid var(--border);background:var(--white);width:44px;height:44px;color:var(--navy);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;font-size:1.3rem;line-height:1;transition:background .2s,color .2s;display:flex}.carousel-arrow:hover{background:var(--navy);color:var(--white)}.carousel-arrow:disabled{opacity:.3;cursor:default}.carousel-arrow:disabled:hover{background:var(--white);color:var(--navy)}.carousel-dots{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:2.5rem;display:flex}.carousel-dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s}.carousel-dot:hover{background:var(--warm-gray)}.carousel-dot.active{background:var(--coral)}.testimonial-quote{color:var(--text);flex:1;margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-author{border-top:1px solid var(--border);padding-top:1rem}.testimonial-name{color:var(--navy);font-size:.9rem;font-weight:600}.testimonial-role{color:var(--warm-gray);margin-top:.15rem;font-size:.82rem}.resources{background:var(--white)}.resources-grid{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2.5rem;display:flex}.resource-card{background:var(--cream);border-radius:12px;flex:320px;max-width:360px;padding:2.2rem}.resource-icon{background:var(--navy);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.2rem;font-size:1.3rem;display:flex}.resource-card h3{color:var(--navy);margin-bottom:.6rem;font-size:1.15rem;font-weight:600}.resource-card p{color:var(--warm-gray);margin-bottom:1.2rem;font-size:.93rem;line-height:1.65}.resource-cta{background:var(--coral);color:var(--white);border-radius:50px;padding:.65rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.resource-cta:hover{background:var(--coral-hover)}.clients{background:var(--white);padding:3rem 0;overflow:hidden}.clients-label{text-align:center;text-transform:uppercase;letter-spacing:.12em;color:var(--warm-gray);margin-bottom:1.8rem;font-size:.8rem;font-weight:600}.ticker-wrapper{position:relative}.ticker-wrapper:before,.ticker-wrapper:after{content:"";z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.ticker-wrapper:before{background:linear-gradient(to right, var(--white) 0%, transparent 100%);left:0}.ticker-wrapper:after{background:linear-gradient(to left, var(--white) 0%, transparent 100%);right:0}.ticker-row{width:max-content;margin-bottom:.9rem;animation:90s linear infinite ticker-fwd;display:flex}.ticker-row.ticker-reverse{animation:110s linear infinite ticker-rev}@keyframes ticker-fwd{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes ticker-rev{0%{transform:translate(-50%)}to{transform:translate(0)}}.ticker-item{white-space:nowrap;color:var(--navy);opacity:.45;padding:0 .2rem;font-size:.88rem;font-weight:500;transition:opacity .2s}.ticker-item:hover{opacity:.9}.ticker-sep{color:var(--coral);opacity:.35;padding:0 1.2rem;font-size:.7rem;line-height:1.6}.steps{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.step-number{color:var(--coral);opacity:.4;margin-bottom:.6rem;font-family:Lora,serif;font-size:2.5rem;font-weight:700}.step h3{color:var(--navy);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.step p{color:var(--warm-gray);font-size:.93rem;line-height:1.65}.contact{background:var(--navy);text-align:center;color:var(--white);padding:5rem 2rem}.contact h2{margin-bottom:1rem;font-family:Lora,serif;font-size:2.2rem;font-weight:700}.contact p{color:#ffffffb3;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.05rem}@media (width>=700px){.contact p{white-space:nowrap;max-width:none}}.contact-cta{background:var(--coral);color:var(--white);border-radius:50px;padding:.9rem 2.5rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.contact-cta:hover{background:var(--coral-hover);transform:translateY(-1px)}.contact-note{color:#ffffff73;margin-top:1.5rem;font-size:.85rem}.contact-note a{color:var(--coral);text-decoration:none}.contact-note a:hover{color:var(--coral-hover)}footer{background:var(--navy);border-top:1px solid var(--navy-light);text-align:center;padding:1.5rem 2rem}footer p{color:#ffffff59;font-size:.8rem}footer a{color:#ffffff80;text-decoration:none}footer a:hover{color:var(--white)}@media (width<=768px){.hero-inner{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-photo{max-width:260px;margin:0 auto}.hero-text h1{font-size:2.2rem}.hero-text .subtitle{margin-left:auto;margin-right:auto}.hero-stats{justify-content:center}.persona-panel,.hiw-content{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:2rem}.carousel-arrow{display:none}.nav-links{background:#fffffff7;flex-direction:column;gap:.75rem;padding:1rem 2rem 1.5rem;list-style:none;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 12px #0000001a}.nav-links.open{display:flex}.section-title{font-size:1.8rem}}.mobile-menu-btn{cursor:pointer;color:var(--navy);background:0 0;border:none;font-size:1.5rem;display:none}@media (width<=768px){.mobile-menu-btn{display:block}}}
