.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:4px 15px;border-radius:999px;background:var(--accent);color:var(--primary-dark);font-size:var(--size);font-weight:600;margin-bottom:16px;border:2px solid var(--line)}.eyebrow-bg{display:inline-flex;align-items:center;gap:8px;padding:4px 15px;border-radius:999px;background:var(--bg);color:var(--primary-dark);font-size:var(--size);font-weight:600;margin-bottom:16px;border:2px solid var(--line)}h1{font-size:clamp(2.2rem, 5vw, 4.2rem);font-weight:800;line-height:1.08;margin:0 0 16px;letter-spacing:-.03em}.lead{font-size:var(--size);margin:0 0 24px}section{padding:80px 0}.section-dark{background:var(--accent)}.section-title{margin-bottom:32px}.section-title h1,.section-title h2{color:var(--primary-dark);font-weight:800}.section-title p{margin:0;max-width:70ch;font-size:var(--size)}.hero-article{padding:80px 0 50px;text-align:left;background:radial-gradient(circle at top,#ffffff 0%,var(--bg) 55%,#eef6f1 100%)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);height:100%;transition:0.3s}.card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgb(0 0 0 / .08);border:1px solid var(--primary)}.card h3{margin-top:0;margin-bottom:10px;font-size:1.08rem}.card p{margin:0;margin-bottom:18px;line-height:1.6;font-size:var(--size)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.highlight{background:var(--accent);border-left:4px solid var(--primary);padding:18px;border-radius:14px;margin-top:20px}.vision-card h3{margin-top:0;margin-bottom:12px}.mission-list{font-size:var(--size);line-height:1.8}.mission-list li{margin-bottom:8px}.quote-section{background:linear-gradient(135deg,#2f7d5b,#245f45);padding:80px 0;text-align:center;color:#fff}.quote-box{max-width:700px;margin:0 auto}.quote-icon{font-size:2rem;opacity:.3;margin-bottom:12px}.quote-text{font-size:clamp(1.6rem, 2.5vw, 2.2rem);font-weight:700;line-height:1.4;margin-bottom:14px}.quote-sub{display:block;font-size:var(--size);opacity:.85}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.gallery-item{overflow:hidden;border-radius:20px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.gallery-item img{width:100%;height:280px;object-fit:cover;transition:0.4s ease}.gallery-item:hover img{transform:scale(1.05)}.location-full iframe{width:100%;height:220px;border:0;border-radius:14px;margin-bottom:14px}.location-full h3{margin-bottom:6px}.location-full p{font-size:.92rem;color:var(--muted);margin-bottom:12px}.read-more{color:var(--primary);font-weight:700;text-decoration:none;transition:0.3s}.read-more:hover{color:var(--primary-dark)}@media (max-width:900px){.grid-2{grid-template-columns:1fr}}@media (max-width:768px){.hero-article{padding:60px 0 40px}.gallery-grid{grid-template-columns:1fr}.gallery-item img{height:240px}}