@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap");:root{--primary:#083921;--primary-light:#0d5130;--accent:#d4b06a;--bg:#f8f7f3;--white:#fff;--text:#232323;--muted:#666;--border:#ececec;--radius:22px;--shadow-sm:0 10px 30px rgba(0,0,0,.06);--shadow-md:0 20px 60px rgba(0,0,0,.08);--shadow-lg:0 35px 80px rgba(0,0,0,.12);--transition:0.4s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text)}.hero-image img{display:block}a{text-decoration:none;color:inherit}section{padding:110px 0}.container{width:min(1240px,92%);margin:auto}.feature-icon{font-size:30px;color:#083921;transition:.4s ease}.feature-card:hover .feature-icon{background:#083921;color:#fff;transform:rotate(8deg) scale(1.08)}.hero{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:80px}.hero-content span{display:inline-block;padding:10px 18px;border-radius:100px;background:rgba(8,57,33,.08);font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.hero-content h1,.hero-content span{color:var(--primary);margin-bottom:28px}.hero-content h1{font-family:Cormorant Garamond,serif;font-size:76px;line-height:1}.hero-content p{font-size:18px;color:var(--muted);line-height:1.9;max-width:560px;margin-bottom:40px}.hero-btn{display:inline-flex;align-items:center;gap:12px;padding:18px 34px;background:var(--primary);color:#fff;border-radius:100px;transition:var(--transition);font-weight:600}.hero-btn:hover{transform:translateY(-5px);background:var(--primary-light);box-shadow:var(--shadow-md)}.hero-image{position:relative;border-radius:32px;overflow:hidden;box-shadow:var(--shadow-lg);height:720px}.hero-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.8s}.hero-image:hover img{transform:scale(1.05)}.section-head{text-align:center;margin-bottom:80px}.section-head span{color:var(--accent);letter-spacing:3px;text-transform:uppercase;font-size:13px;font-weight:600}.section-head h2{font-family:Cormorant Garamond,serif;font-size:54px;margin-top:16px;color:var(--primary)}.section-head p{max-width:700px;margin:20px auto 0;color:var(--muted);line-height:1.8}.story{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.story-image{overflow:hidden;border-radius:28px;box-shadow:var(--shadow-md)}.story-image img{height:620px;-o-object-fit:cover;object-fit:cover;transition:.8s}.story-image:hover img{transform:scale(1.06)}.story-text h2{font-family:Cormorant Garamond,serif;font-size:54px;margin-bottom:24px;color:var(--primary)}.story-text p{color:var(--muted);line-height:2;margin-bottom:20px;font-size:17px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.feature-card{background:#fff;padding:40px;border-radius:var(--radius);transition:.4s;border:1px solid var(--border)}.feature-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-md)}.feature-icon{width:70px;height:70px;border-radius:50%;background:#eef4ef;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:24px}.feature-card h3{font-family:Cormorant Garamond,serif;font-size:30px;margin-bottom:16px;color:var(--primary)}.feature-card p{color:var(--muted);line-height:1.9}.stats{background:var(--primary);color:#fff;border-radius:40px;padding:80px;display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:center}.stats h3{font-family:Cormorant Garamond,serif;font-size:64px;color:var(--accent)}.stats p{margin-top:10px;color:hsla(0,0%,100%,.8);line-height:1.8}.cta{background:#fff;border-radius:36px;padding:90px;text-align:center;box-shadow:var(--shadow-sm)}.cta h2{font-family:Cormorant Garamond,serif;font-size:58px;color:var(--primary);margin-bottom:20px}.cta p{max-width:700px;color:var(--muted);line-height:1.9;margin:auto auto 35px}@media (max-width:992px){.hero,.story{grid-template-columns:1fr}.hero-image{height:500px}.features,.stats{grid-template-columns:repeat(2,1fr)}.stats{padding:50px}.hero-content h1{font-size:58px}.cta h2,.section-head h2,.story-text h2{font-size:42px}}@media (max-width:768px){section{padding:70px 0}.features,.stats{grid-template-columns:1fr}.hero-content h1{font-size:46px}.cta h2,.section-head h2,.story-text h2{font-size:36px}.hero-image{height:420px}.cta{padding:50px 25px}}