:root{--paper: #faf6f0;--surface: #ffffff;--ink: #2b2420;--ink-soft: #5b5147;--accent: #c1502e;--accent-dark: #a43f22;--accent-soft: #f0dcc9;--text-light: #cabfae;--line: #e8dfd3;--max-width: 1100px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink-soft);background:var(--paper);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Fraunces,Georgia,serif;line-height:1.2;font-weight:600;letter-spacing:-.01em;color:var(--ink)}h1{font-size:2.85rem}h2{font-size:2.1rem}h3{font-size:1.3rem}p{color:var(--ink-soft)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--paper);border-bottom:1px solid var(--line)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;height:72px}.nav-logo{font-family:Fraunces,Georgia,serif;font-size:1.3rem;font-weight:600;color:var(--ink);display:flex;align-items:center}.nav-logo-mark{height:34px;width:auto}.nav-links{display:flex;gap:1.75rem;list-style:none;align-items:center}.nav-links a{font-size:.9rem;font-weight:500;color:var(--ink-soft);transition:color .2s}.nav-links a:hover{color:var(--accent)}.nav-cta{background:var(--accent);color:var(--surface)!important;padding:.5rem 1.25rem;border-radius:6px;font-size:.9rem;font-weight:500;transition:background .2s}.nav-cta:hover{background:var(--accent-dark)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{display:block;width:24px;height:2px;background:var(--ink);margin:5px 0;transition:.3s}.hero{position:relative;padding:10rem 0 6rem;overflow:hidden;min-height:85vh;display:flex;align-items:center}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(100deg,#2b2420eb,#2b2420b8 42%,#c1502e59)}.hero .container{position:relative;z-index:2}.hero-content{max-width:680px}.hero-label{display:inline-block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-soft);margin-bottom:1.25rem}.hero h1{margin-bottom:1.25rem;color:var(--surface)}.hero p{font-size:1.15rem;max-width:540px;margin-bottom:2rem;line-height:1.7;color:#faf6f0d9}.btn{display:inline-block;padding:.85rem 2rem;border-radius:6px;font-size:.95rem;font-weight:600;transition:background .2s,border-color .2s;cursor:pointer;border:none}.btn-primary{background:var(--accent);color:var(--surface);box-shadow:0 6px 20px #c1502e59}.btn-primary:hover{background:var(--accent-dark)}.btn-outline{background:transparent;color:var(--surface);border:2px solid rgba(255,255,255,.35);margin-left:.75rem}.btn-outline:hover{border-color:var(--surface)}section{padding:5rem 0}.section-label{display:inline-block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.75rem}.section-header{margin-bottom:3rem}.section-header p{font-size:1.05rem;max-width:560px;margin-top:.75rem}.who-we-help{background:var(--surface)}.who-we-help-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.who-we-help-intro{margin-bottom:0;position:sticky;top:100px}.pain-points{display:grid;grid-template-columns:1fr;gap:1.25rem}.pain-point{background:var(--paper);padding:1.5rem;border-left:3px solid var(--accent);border-radius:6px;transition:background .2s}.pain-point:hover{background:var(--accent-soft)}.pain-point p{font-size:.95rem;line-height:1.6;color:var(--ink)}.calculator{background:var(--paper)}.calculator-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:2.5rem;max-width:720px}.calc-controls{display:grid;gap:2rem;margin-bottom:2.5rem}.calc-field label{display:flex;justify-content:space-between;align-items:baseline;font-size:.95rem;font-weight:500;color:var(--ink);margin-bottom:.85rem}.calc-value{font-family:Fraunces,Georgia,serif;font-size:1.3rem;font-weight:600;color:var(--accent)}.calc-field input[type=range]{width:100%;height:6px;border-radius:999px;background:var(--accent-soft);appearance:none;-webkit-appearance:none;cursor:pointer}.calc-field input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:var(--accent);border:3px solid var(--surface);box-shadow:0 2px 8px #c1502e66;cursor:pointer}.calc-field input[type=range]::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--accent);border:3px solid var(--surface);box-shadow:0 2px 8px #c1502e66;cursor:pointer}.calc-field input[type=range]::-moz-range-track{height:6px;border-radius:999px;background:var(--accent-soft)}.calc-results{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:2rem;border-top:1px solid var(--line);margin-bottom:2rem}.calc-result{display:flex;flex-direction:column;gap:.35rem}.calc-result-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft)}.calc-result-value{font-family:Fraunces,Georgia,serif;font-size:1.6rem;font-weight:600;color:var(--ink)}.calc-result-primary .calc-result-value{color:var(--accent)}.calc-cta{width:100%;text-align:center}.what-we-do{background:var(--paper)}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.service-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:2.25rem;transition:border-color .2s}.service-card:hover{border-color:var(--accent)}.service-icon{width:48px;height:48px;background:var(--accent-soft);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.service-icon svg{width:24px;height:24px;stroke:var(--accent-dark);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.service-card h3{margin-bottom:.75rem}.service-card p{font-size:.95rem;line-height:1.65}.how-it-works{background:var(--surface)}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.timeline-marker{font-family:Fraunces,Georgia,serif;font-size:2.5rem;font-weight:600;color:var(--accent);line-height:1;margin-bottom:.9rem}.timeline-step h3{margin-bottom:.5rem;font-size:1.05rem}.timeline-step p{font-size:.9rem;line-height:1.6}.about{background:var(--paper)}.about-content{max-width:720px}.about-content p{margin-bottom:1.25rem;font-size:1.1rem;line-height:1.75;color:var(--ink)}.about-content p:last-child{margin-bottom:0}.about-more-link{color:var(--accent);font-weight:600}.about-more-link:hover{color:var(--accent-dark)}.about-page-intro{padding-top:9rem}.why-us{background:var(--surface)}.reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.reason{background:var(--paper);border-top:2px solid var(--accent);border-radius:10px;padding:1.75rem}.reason h3{margin-bottom:.5rem;font-size:1.1rem}.reason p{font-size:.93rem;line-height:1.6}.faq{background:var(--paper)}.faq-list{max-width:760px;margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--surface);border-left:3px solid var(--accent);border-radius:8px;padding:1.25rem 1.5rem}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;list-style:none;font-weight:600;color:var(--ink);font-size:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item .icon{flex-shrink:0;width:20px;height:20px;position:relative;transition:transform .2s}.faq-item .icon:before,.faq-item .icon:after{content:"";position:absolute;background:var(--accent);border-radius:2px}.faq-item .icon:before{top:50%;left:0;width:100%;height:2px;transform:translateY(-50%)}.faq-item .icon:after{left:50%;top:0;height:100%;width:2px;transform:translate(-50%)}.faq-item[open] .icon{transform:rotate(45deg)}.faq-item p{margin-top:.9rem;font-size:.95rem;line-height:1.65}.contact{background:var(--ink);text-align:center;padding:5rem 0}.contact h2{color:var(--surface);margin-bottom:1rem}.contact p{color:var(--text-light);font-size:1.05rem;max-width:480px;margin:0 auto 2rem}.contact-email{margin-top:2.5rem;font-size:.9rem;color:var(--text-light)}.contact-email a{color:var(--surface);font-weight:500}.footer{background:var(--ink);border-top:1px solid rgba(255,255,255,.08);padding:2rem 0}.footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.footer p{font-size:.85rem;color:var(--text-light)}.footer-logo{font-family:Fraunces,Georgia,serif;font-weight:600;color:var(--surface);font-size:1rem}.footer-link{font-size:.85rem;color:var(--text-light);transition:color .2s}.footer-link:hover{color:var(--surface)}.legal{background:var(--surface);padding-top:9rem}.legal-content{max-width:720px}.legal-content h1{margin-bottom:.5rem}.legal-updated{font-size:.85rem;margin-bottom:2.5rem}.legal-content h2{font-size:1.3rem;margin-top:2.25rem;margin-bottom:.75rem}.legal-content p{font-size:1rem;line-height:1.75;margin-bottom:1rem}.legal-content ul{margin:0 0 1rem 1.25rem;padding:0}.legal-content li{font-size:1rem;line-height:1.75;margin-bottom:.4rem;color:var(--ink-soft)}body.js-reveal .who-we-help,body.js-reveal .what-we-do,body.js-reveal .how-it-works,body.js-reveal .about,body.js-reveal .why-us,body.js-reveal .faq,body.js-reveal .contact{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}body.js-reveal .who-we-help.in-view,body.js-reveal .what-we-do.in-view,body.js-reveal .how-it-works.in-view,body.js-reveal .about.in-view,body.js-reveal .why-us.in-view,body.js-reveal .faq.in-view,body.js-reveal .contact.in-view{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){body.js-reveal .who-we-help,body.js-reveal .what-we-do,body.js-reveal .how-it-works,body.js-reveal .about,body.js-reveal .why-us,body.js-reveal .faq,body.js-reveal .contact{opacity:1;transform:none;transition:none}}@media(max-width:768px){h1{font-size:2.1rem}h2{font-size:1.6rem}.nav-links{display:none}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:72px;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);padding:1.5rem;gap:1rem;max-height:calc(100vh - 72px);overflow-y:auto}.nav-toggle{display:block}.hero{padding:7rem 0 4rem}.who-we-help-grid{grid-template-columns:1fr;gap:2rem}.who-we-help-intro{position:static}.services-grid,.reasons-grid{grid-template-columns:1fr}.calculator-card{padding:1.75rem}.calc-results{grid-template-columns:1fr;gap:1.25rem}.timeline{grid-template-columns:1fr;gap:1.75rem}.btn-outline{margin-left:0;margin-top:.75rem}.hero .btn-group{display:flex;flex-direction:column;align-items:flex-start}.footer-inner{flex-direction:column;gap:.75rem;text-align:center}}
