:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#213b33;background:#f4f1ea;--accent: #2f5f4d;--accent-dark: #24483b;--accent-soft: #dce8de;--surface: rgba(255, 255, 255, .86);--shadow: rgba(47, 95, 77, .16)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#f6f2e9,#dfe8de)}a{color:inherit;text-decoration:none}#root{min-height:100vh}.app-shell{max-width:1100px;margin:0 auto;padding:24px}.topbar{display:flex;justify-content:space-between;align-items:center;padding:16px 0 24px}.brand{font-size:1.25rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.nav-links{display:flex;gap:16px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;min-height:70vh;padding:32px;background:var(--surface);border:1px solid rgba(47,95,77,.14);border-radius:24px;box-shadow:0 16px 45px var(--shadow)}.hero-image{border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #2f5f4d1f;min-height:320px;background:#e9efe9}.carousel{position:relative;width:100%;height:100%;overflow:hidden}.carousel-track{display:flex;width:100%;height:100%;transition:transform .45s ease}.carousel-track img{flex:0 0 100%;width:100%;height:100%;display:block;object-fit:cover}.carousel-dots{position:absolute;left:50%;bottom:14px;display:flex;gap:8px;transform:translate(-50%)}.carousel-dot{width:10px;height:10px;border:0;border-radius:999px;padding:0;background:#ffffffb3;cursor:pointer}.carousel-dot.active{background:#fff}.hero-copy h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.1;margin:8px 0 16px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.8rem;font-weight:700;color:var(--accent)}.cta{display:inline-block;margin-top:12px;padding:10px 18px;background:var(--accent);color:#fff;border-radius:999px;transition:background .2s ease,transform .2s ease}.cta:hover{background:var(--accent-dark);transform:translateY(-1px)}.content-card{background:var(--surface);padding:28px;border-radius:20px;box-shadow:0 12px 35px #2f5f4d1a}@media(max-width:820px){.hero{grid-template-columns:1fr;padding:20px}.hero-image{min-height:220px}}
