:root{--bg:#f5f3ef;--fg:#2c2c2c;--accent:#b85c38;--green:#3d5a4c;--white:#fff;--maxw:1120px;--radius:8px}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{color:var(--fg);background:var(--bg);font-family:Lato,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,h4{color:var(--fg);margin:0 0 .5em;font-family:Playfair Display,serif;line-height:1.2}h1{font-size:2.1rem}h2{margin-top:1.6rem;font-size:1.6rem}p{margin:0 0 1em}a{color:var(--accent);text-decoration:underline}a:hover{color:var(--green)}img,picture,video,iframe{max-width:100%;height:auto;display:block}picture{width:100%}.container{max-width:var(--maxw);margin:0 auto;padding:0 1rem}.container>:not(.card-grid):not(.steps):not(.reassurance){max-width:100%}.site-header{background:var(--white);z-index:50;border-bottom:1px solid #e4e0d9;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.logo{color:var(--fg);letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;text-decoration:none}.logo span{color:var(--accent)}.hamburger{cursor:pointer;background:0 0;border:none;font-size:1.4rem;display:none}nav ul{flex-wrap:wrap;align-items:center;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}nav a{color:var(--fg);font-size:.9rem;font-weight:700;text-decoration:none}nav a:hover{color:var(--accent)}.nav-cta{background:var(--accent);color:var(--white);border-radius:var(--radius);padding:.55rem 1rem}.nav-cta:hover{background:var(--green);color:var(--white)}@media (width<=800px){.hamburger{display:block}nav{background:var(--white);border-bottom:1px solid #e4e0d9;display:none;position:absolute;top:100%;left:0;right:0}nav.open{display:block}nav ul{flex-direction:column;gap:.75rem;padding:1rem}}.btn{border-radius:var(--radius);text-align:center;cursor:pointer;border:2px solid #0000;padding:.8rem 1.4rem;font-family:inherit;font-size:1rem;font-weight:700;line-height:1.25;text-decoration:none;display:inline-block}.btn-primary{background:var(--accent);color:var(--white);border-color:var(--accent)}.btn-primary:hover{background:var(--green);border-color:var(--green);color:var(--white)}.btn-secondary{color:var(--accent);border-color:var(--accent);background:0 0}.btn-secondary:hover{background:var(--accent);color:var(--white)}.btn-green{background:var(--green);border-color:var(--green);color:var(--white)}.btn-green:hover{background:var(--accent);border-color:var(--accent);color:var(--white)}.hero{background:var(--white);padding:2.2rem 0}.hero-grid{align-items:center;gap:1.5rem;display:grid}@media (width>=768px){.hero-grid{grid-template-columns:1.05fr .95fr}}.hero img{border-radius:var(--radius);width:100%}.eyebrow{text-transform:uppercase;letter-spacing:.07em;color:var(--accent);font-size:.75rem;font-weight:700}.section{padding:2.2rem 0}.section.alt{background:var(--white)}.section.green{background:var(--green);color:var(--white)}.section.green h2,.section.green a{color:var(--white)}.section.green .btn{border-color:var(--white)}.card-grid{gap:1.25rem;display:grid}@media (width>=640px){.card-grid.grid-2{grid-template-columns:1fr 1fr}}@media (width>=900px){.card-grid.grid-3{grid-template-columns:repeat(3,1fr)}.card-grid.grid-4{grid-template-columns:repeat(4,1fr)}}.card{background:var(--white);border-radius:var(--radius);border:1px solid #e4e0d9;flex-direction:column;display:flex;overflow:hidden}.card img{aspect-ratio:4/3;object-fit:cover;width:100%}.card-body{flex-direction:column;flex:1;padding:1.1rem;display:flex}.card-body h3{margin:0 0 .4rem;font-size:1.1rem}.card-body p{color:#444;flex:1;font-size:.95rem}.steps{gap:1rem;display:grid}@media (width>=640px){.steps{grid-template-columns:repeat(3,1fr)}}.step{background:var(--white);border-radius:var(--radius);text-align:center;border:1px solid #e4e0d9;padding:1.1rem}.step .num{background:var(--accent);width:2.2rem;height:2.2rem;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;font-weight:700;display:inline-flex}.faq details{background:var(--white);border-radius:var(--radius);border:1px solid #e4e0d9;margin-bottom:.75rem;padding:1rem}.faq summary{cursor:pointer;font-weight:700}.breadcrumbs{color:#666;margin-bottom:1rem;font-size:.85rem}.breadcrumbs a{color:var(--accent);text-decoration:none}.leadrs-wrapper{background:var(--white);border-radius:var(--radius);border:1px solid #e4e0d9;margin:1.5rem 0;padding:1.2rem 1rem}.leadrs-iframe{background:0 0;border:0;width:100%;max-width:100%;height:950px;display:block;overflow:hidden}.cta-box{border-left:4px solid var(--accent);border-radius:var(--radius);background:#faf8f5;margin:1.5rem 0;padding:1rem 1.2rem}.cta-box h3{color:var(--accent);margin-top:0}.reassurance{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-top:1rem;font-size:.92rem;display:grid}.reassurance div{align-items:flex-start;gap:.4rem;display:flex}.reassurance span{font-size:1.1rem}form label{margin-bottom:.2rem;font-size:.9rem;font-weight:700;display:block}form input,form textarea,form select{border-radius:var(--radius);background:var(--white);border:1px solid #c8c4be;width:100%;padding:.75rem .9rem;font-family:inherit;font-size:1rem}form input:focus,form textarea:focus,form select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #b85c3826}form .field{margin-bottom:1rem}.contact-form{max-width:100%}.honeypot{position:absolute;left:-9999px}.site-footer{background:var(--fg);color:var(--white);padding:2rem 0;font-size:.9rem}.site-footer a{color:#f0c6a8}.footer-grid{gap:1.5rem;display:grid}@media (width>=640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-center{text-align:center}.lead{color:#444;font-size:1.1rem}.prose p{margin-bottom:1em}
