
:root{--bg:#f6f1e8;--paper:#fffdfa;--paper2:#f0e7db;--ink:#253835;--muted:#5f6f6b;--green:#4f7b6a;--green2:#2f5649;--line:#e4d8ca;--sage:#dce9e2;--warm:#fff3e7;--shadow:0 18px 40px rgba(37,56,53,.08);--radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,system-ui,sans-serif;background:linear-gradient(180deg,#fbf8f2 0%,#f6f1e8 100%);color:var(--ink);line-height:1.6;font-size:18px}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 36px));margin:0 auto}.brand-name,h1,h2,h3,.footer-brand{font-family:Fraunces,Georgia,serif;letter-spacing:-.03em}
.site-header{position:sticky;top:0;z-index:40;background:rgba(251,248,242,.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(47,86,73,.08)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}.brand{display:flex;align-items:center;gap:16px;min-width:0}.brand img{width:86px;height:86px;object-fit:contain}.brand-name{font-size:clamp(1.95rem,3vw,3rem);line-height:1;color:var(--green2)}.brand-tag{font-size:1.08rem;font-weight:800;color:#577168;margin-top:5px}.nav{display:flex;align-items:center;gap:18px;font-weight:700;color:#506662;flex-wrap:wrap;justify-content:flex-end}.nav a:hover{color:var(--green2)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border:none;border-radius:999px;background:var(--green);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 14px 28px rgba(79,123,106,.16)}.btn-soft{background:#fff;color:var(--green2);border:1px solid var(--line);box-shadow:none}.hero-shell{padding:30px 0 20px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:start}.hero-copy h1{font-size:clamp(3.2rem,5.2vw,5.6rem);line-height:.96;margin:16px 0 8px;color:var(--green2)}.hero-tagline{font-size:clamp(1.32rem,2.2vw,1.72rem);font-weight:800;line-height:1.28;color:#405f55;margin:0 0 18px}.eyebrow{display:inline-flex;align-items:center;padding:9px 14px;border-radius:999px;background:var(--sage);color:var(--green2);font-weight:800;font-size:.95rem}.feature-panel,.content-card,.info-card,.quote-card,.price-card,.faq-item,.card-plain{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.main-panel{padding:28px}.main-panel h2{font-size:clamp(1.8rem,2.6vw,2.7rem);line-height:1.08;margin:0 0 16px;color:var(--green2)}.feature-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.feature-list li{padding:13px 14px 13px 18px;border-radius:18px;background:linear-gradient(180deg,#fff8f1 0%,#fff 100%);border:1px solid #eadfd3;font-weight:600}.feature-list.large li{font-size:1.08rem}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.hero-visual{display:grid;gap:16px}.hero-photo,.card-plain{overflow:hidden}.hero-photo img{width:100%;height:460px;object-fit:cover}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mini-grid img{width:100%;height:220px;object-fit:cover}.band{padding:22px 0;background:linear-gradient(180deg,#f0e7db 0%,#f8f4ed 100%);border-top:1px solid rgba(47,86,73,.06);border-bottom:1px solid rgba(47,86,73,.06)}.section{padding:28px 0}.intro-head,.page-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.intro-head h2,.page-head h1,.content-card h2{font-size:clamp(2rem,3.1vw,3.4rem);line-height:1.06;margin:0;color:var(--green2)}.intro-head p,.page-head p,.content-card p,.info-card p,.feature-panel p,.faq-item p,.quote-card p,.price-card p{margin:0;color:var(--muted)}.card-grid{display:grid;gap:18px}.card-grid.three{grid-template-columns:repeat(3,1fr)}.card-grid.two,.split-grid{grid-template-columns:repeat(2,1fr)}.info-card,.feature-panel,.content-card,.price-card,.faq-item{padding:24px}.info-card img,.feature-panel img{width:100%;height:230px;object-fit:cover;border-radius:20px;margin-bottom:16px;background:#f6f1e8}.info-card h3,.feature-panel h2,.price-card h2,.faq-item h3{font-size:1.58rem;line-height:1.12;margin:0 0 10px;color:var(--green2)}.split-grid{display:grid;gap:18px;align-items:stretch}.tall img{width:100%;height:100%;min-height:420px;object-fit:cover}.check-list{padding-left:20px;color:var(--muted);margin:16px 0 0}.check-list li{margin:10px 0}.quote-card{padding:24px;background:linear-gradient(180deg,#eef6f1 0%,#fff 100%)}.quote-card p{font-size:1.15rem;line-height:1.6}.quote-card span{display:block;margin-top:12px;font-weight:800;color:var(--green2)}.price{font-family:Fraunces,Georgia,serif;font-size:2.2rem;line-height:1;color:var(--green2);margin:12px 0}.price-card.featured{background:linear-gradient(180deg,#fff5ea 0%,#fff 100%)}.price-card ul{padding-left:18px;color:var(--muted)}.faq-list{display:grid;gap:16px}.contact-form{display:grid;gap:14px;margin-top:14px}.contact-form label{display:grid;gap:6px;font-weight:800;color:#4b625c}input,textarea{width:100%;padding:14px 16px;border-radius:16px;border:1px solid #d7ccc0;background:#fff;font:inherit;color:var(--ink)}textarea{min-height:120px;resize:vertical}.email-link{font-size:1.3rem;font-weight:800;color:var(--green2)}.margin-top{margin-top:18px}.site-footer{margin-top:26px;background:#21463c;color:#fff;padding:34px 0 86px}.footer-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:20px}.footer-brand{font-size:1.8rem;margin-bottom:8px}.site-footer a,.site-footer p,.site-footer h4{color:rgba(255,255,255,.93)}.mobile-bar{display:none;position:fixed;left:12px;right:12px;bottom:12px;grid-template-columns:1fr 1fr;gap:10px;z-index:60}.mobile-bar a{display:flex;align-items:center;justify-content:center;min-height:52px;border-radius:999px;background:var(--green);color:#fff;font-weight:900;box-shadow:0 18px 35px rgba(33,54,51,.18)}.mobile-bar a:last-child{background:#fff;color:var(--green2);border:1px solid var(--line)}.app-wrap{display:grid;grid-template-columns:320px 1fr;gap:20px}.app-side,.app-main{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.app-side{position:sticky;top:96px;height:fit-content}.app-side img{width:90px;height:90px;object-fit:contain;margin-bottom:12px}.app-side h1,.app-main h2{font-size:clamp(2rem,3vw,3rem);line-height:1.06;margin:14px 0 10px;color:var(--green2)}.app-note{padding:14px 16px;border-radius:18px;background:#f6ede1;color:var(--muted);margin-top:14px}.compact .info-card{padding:18px}.cta-stack{display:grid;gap:12px;margin-top:18px}
@media (max-width:1100px){.hero-grid,.card-grid.three,.card-grid.two,.split-grid,.footer-grid,.app-wrap{grid-template-columns:1fr}.nav{display:none}.hero-photo img{height:380px}}
@media (max-width:720px){body{font-size:17px}.container{width:min(100% - 24px,1180px)}.brand img{width:72px;height:72px}.brand-name{font-size:1.7rem}.brand-tag{font-size:.96rem}.main-panel,.feature-panel,.content-card,.info-card,.quote-card,.price-card,.faq-item,.app-side,.app-main{padding:20px}.mini-grid{grid-template-columns:1fr}.mini-grid img{height:200px}.mobile-bar{display:grid}.site-footer{padding-bottom:120px}}
