 :root{
  --green:#00b894; --green-dark:#087c66; --beige:#fff7e9; --beige-2:#f6ead5; --yellow:#ffd166; --ink:#18231f; --muted:#64706b; --white:#fff; --shadow:0 24px 80px rgba(15, 45, 38, .14); --radius:30px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fffaf0 0%,#fff 42%,#f7fbf5 100%);line-height:1.6} img,video{max-width:100%;display:block} a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(18px,4vw,56px);background:rgba(255,250,240,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(8,124,102,.1)}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.02em}.brand img{width:54px;height:54px;object-fit:contain;border-radius:16px;background:#fff}.nav{display:flex;align-items:center;gap:26px;color:var(--muted);font-size:15px;font-weight:700}.nav a:hover{color:var(--green-dark)}.header-cta{background:var(--ink);color:#fff;padding:12px 18px;border-radius:999px;font-weight:800}.section{width:min(1160px,calc(100% - 36px));margin-inline:auto;padding:86px 0}.hero{display:grid;grid-template-columns:1.02fr .98fr;gap:50px;align-items:center;min-height:calc(100vh - 86px)}.eyebrow{margin:0 0 16px;color:var(--green-dark);font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:13px}.hero h1,.section h2{font-family:'Baloo 2',Inter,sans-serif;line-height:.98;margin:0;color:var(--ink)}.hero h1{font-size:clamp(42px,7vw,82px);letter-spacing:-.045em}.hero-text{font-size:19px;color:var(--muted);max-width:620px;margin:24px 0 0}.actions,.contact-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 22px;font-weight:900;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.primary{background:var(--green);color:#fff;box-shadow:0 15px 35px rgba(0,184,148,.26)}.secondary{background:#fff;border:1px solid rgba(8,124,102,.15);color:var(--green-dark)}.hero-card{position:relative;min-height:610px}.hero-img{position:absolute;object-fit:cover;box-shadow:var(--shadow);border:8px solid #fff}.hero-img.main{inset:20px 56px auto auto;width:72%;height:440px;border-radius:var(--radius)}.hero-img.small{width:42%;height:230px;border-radius:26px}.hero-img.one{left:0;bottom:52px}.hero-img.two{right:0;bottom:0}.strip{width:min(1040px,calc(100% - 36px));margin:0 auto 30px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.strip div{background:#fff;border:1px solid rgba(8,124,102,.11);padding:24px;border-radius:26px;box-shadow:0 18px 50px rgba(15,45,38,.06)}.strip strong{display:block;font-family:'Baloo 2';font-size:31px;line-height:1;color:var(--green-dark)}.strip span{color:var(--muted);font-weight:650}.about{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:start}.about h2,.section h2{font-size:clamp(34px,4.6vw,58px);letter-spacing:-.035em}.about p:last-child,.section-head p,.contact p{color:var(--muted);font-size:18px;margin-top:12px}.section-head{max-width:820px;margin-bottom:32px}.center{text-align:center;margin-inline:auto}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid rgba(8,124,102,.12);padding:28px;border-radius:28px;box-shadow:0 18px 60px rgba(15,45,38,.07)}.card span{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:var(--beige-2);color:var(--green-dark);font-weight:900}.card h3{font-family:'Baloo 2';font-size:28px;margin:18px 0 8px;line-height:1}.card p{color:var(--muted);margin:0}.media{padding-top:70px}.video-wrap{background:var(--ink);border-radius:32px;padding:10px;box-shadow:var(--shadow);overflow:hidden;margin-bottom:20px}.video-wrap video{width:100%;max-height:650px;border-radius:24px;background:#000}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery img{width:100%;height:330px;object-fit:cover;border-radius:26px;box-shadow:0 16px 40px rgba(15,45,38,.08)}.why{display:grid;grid-template-columns:1fr .86fr;gap:24px;align-items:stretch}.why-card{background:var(--green-dark);color:#fff;border-radius:var(--radius);padding:46px}.why-card .eyebrow{color:var(--yellow)}.why-card h2{color:#fff}.why-card ul{padding-left:20px;margin:24px 0 0}.why-card li{margin:12px 0}.why img{width:100%;height:100%;min-height:440px;object-fit:cover;border-radius:var(--radius)}.contact{padding-top:30px}.contact-box{text-align:center;background:linear-gradient(135deg,var(--beige),#fff 65%,#eafff7);border:1px solid rgba(8,124,102,.12);border-radius:38px;padding:60px 24px;box-shadow:var(--shadow)}.contact-box h2{max-width:780px;margin-inline:auto}.contact-box p{max-width:680px;margin-inline:auto}.contact-actions{justify-content:center}.footer{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:32px clamp(18px,4vw,56px);background:var(--ink);color:#fff}.footer p{margin:0;color:rgba(255,255,255,.78)}.footer a{font-weight:900;color:var(--yellow)}
@media (max-width:900px){.nav{display:none}.hero,.about,.why{grid-template-columns:1fr}.hero{padding-top:44px;min-height:auto}.hero-card{min-height:520px}.cards,.gallery,.strip{grid-template-columns:1fr 1fr}.gallery img{height:270px}.footer{flex-direction:column;text-align:center}}
@media (max-width:620px){.site-header{padding:10px 14px}.brand span{font-size:14px}.brand img{width:46px;height:46px}.header-cta{padding:10px 14px}.section{width:min(100% - 28px,1160px);padding:58px 0}.hero h1{font-size:43px}.hero-text{font-size:17px}.actions .btn,.contact-actions .btn{width:100%}.hero-card{min-height:430px}.hero-img{border-width:6px}.hero-img.main{width:82%;height:320px;right:0}.hero-img.small{width:52%;height:170px}.cards,.gallery,.strip{grid-template-columns:1fr}.gallery img{height:310px}.about h2,.section h2{font-size:36px}.why-card,.contact-box{padding:34px 22px}.footer{padding-bottom:90px}}
