:root{--green-900:#1a2e1f;--green-800:#1f3a26;--green-700:#2d4f38;--green-600:#3d6b4c;--green-500:#4f8562;--green-400:#7faa8e;--green-300:#a8c9b2;--green-200:#d0e3d5;--green-100:#e8f1eb;--gold-600:#b8860b;--gold-500:#c4952e;--gold-400:#d4b06a;--gold-300:#e3cba0;--gold-200:#f0e4c8;--gold-100:#faf4e8;--cream:#fdfcf7;--cream-dark:#f5f0e6;--white:#fff;--text:#2d2d2d;--text-light:#6b6b6b;--text-muted:#999;--font-display:"Playfair Display", Georgia, serif;--font-body:"DM Sans", system-ui, -apple-system, sans-serif;--section-py:clamp(4rem, 8vw, 7rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--green-900);font-weight:600;line-height:1.2}p{color:var(--text-light)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section-title{margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.75rem)}.section-subtitle{color:var(--text-light);max-width:600px;font-size:1.1rem;line-height:1.6}.section-header{text-align:center;margin-bottom:4rem}.section-header .section-subtitle{margin:.75rem auto 0}.btn{font-family:var(--font-body);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--gold-500);color:var(--white);box-shadow:0 4px 14px #c4952e4d}.btn-primary:hover{background:var(--gold-600);transform:translateY(-2px);box-shadow:0 6px 20px #c4952e66}.btn-outline{color:var(--green-700);border:2px solid var(--green-400);background:0 0}.btn-outline:hover{background:var(--green-100);border-color:var(--green-600)}.header{z-index:1000;background:0 0;transition:all .35s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fdfcf7f2;box-shadow:0 1px #0000000f}.header__inner{justify-content:space-between;align-items:center;height:72px;display:flex}.header__logo{align-items:center;display:flex}.header__logo-img{width:auto;height:44px;display:block}.header__nav{align-items:center;gap:2rem;display:flex}.header__link{color:var(--green-800);font-size:.9rem;font-weight:500;transition:color .2s;position:relative}.header__link:after{content:"";background:var(--gold-500);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.header__link:hover{color:var(--gold-600)}.header__link:hover:after{width:100%}.header__cta{padding:.6rem 1.4rem;font-size:.85rem}.header__cta-mobile{display:none}.header__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.header__hamburger span{background:var(--green-900);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.header__hamburger--active span:first-child{transform:translateY(7px)rotate(45deg)}.header__hamburger--active span:nth-child(2){opacity:0}.header__hamburger--active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=900px){.header__nav{background:var(--cream);flex-direction:column;align-items:flex-start;gap:1.5rem;width:280px;height:100vh;padding:5rem 2rem 2rem;transition:right .35s;position:fixed;top:0;right:-100%;box-shadow:-8px 0 30px #00000014}.header__nav--open{right:0}.header__link{font-size:1.05rem}.header__cta{display:none}.header__cta-mobile{margin-top:1rem;display:inline-flex}.header__hamburger{display:flex}}.hero{align-items:center;min-height:100vh;padding-top:72px;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;background:radial-gradient(80% 60% at 100% 20%,#2d4f3814 0%,#0000 60%),radial-gradient(60% 50% at 0 80%,#c4952e0f 0%,#0000 60%);position:absolute;inset:0}.hero__content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding-top:2rem;padding-bottom:2rem;display:grid;position:relative}.hero__tag{text-transform:uppercase;letter-spacing:2.5px;color:var(--gold-600);background:var(--gold-100);border-radius:100px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.hero__title{color:var(--green-900);margin-bottom:1.25rem;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:700;line-height:1.15}.hero__desc{color:var(--text-light);max-width:520px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.btn--lg{padding:1rem 2.25rem;font-size:1rem}.hero__image{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #1a2e1f26}.hero__image img{object-fit:cover;width:100%;height:450px;transition:transform .6s}.hero__image:hover img{transform:scale(1.03)}@media (width<=900px){.hero__content{text-align:center;grid-template-columns:1fr;gap:2.5rem}.hero__desc{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__image img{height:300px}}.about{padding:var(--section-py) 0;background:var(--white)}.about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about__image{border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #1a2e1f1a}.about__image img{object-fit:cover;width:100%;height:420px}.about__tag{text-transform:uppercase;letter-spacing:3px;color:var(--gold-600);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-block}.about__text h2{margin-bottom:1.5rem}.about__text p{color:var(--text-light);margin-bottom:1.25rem;font-size:1rem;line-height:1.8}.about__text .btn{margin-top:.5rem}@media (width<=900px){.about__grid{grid-template-columns:1fr;gap:2.5rem}.about__image img{height:280px}}.mv{padding:var(--section-py) 0;background:var(--green-900);position:relative;overflow:hidden}.mv:before{content:"";pointer-events:none;background:radial-gradient(70% 50% at 20% 30%,#c4952e14 0%,#0000 60%),radial-gradient(50% 40% at 80% 70%,#7faa8e0f 0%,#0000 50%);position:absolute;inset:0}.mv__grid{z-index:1;grid-template-columns:1fr auto 1fr;align-items:start;gap:2.5rem;display:grid;position:relative}.mv__card{padding:2.5rem}.mv__icon{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.mv__card--mission .mv__icon{color:var(--gold-400);background:#c4952e26}.mv__card--vision .mv__icon{color:var(--green-300);background:#7faa8e26}.mv__card h3{font-family:var(--font-display);color:var(--gold-200);margin-bottom:1rem;font-size:1.6rem}.mv__card p{color:#fdfcf7bf;font-size:.95rem;line-height:1.8}.mv__divider{background:linear-gradient(#0000,#c4952e4d,#0000);align-self:center;width:1px;height:260px}.mv__slogan{text-align:center;z-index:1;margin-top:4rem;position:relative}.mv__quote-mark{font-family:var(--font-display);color:var(--gold-500);opacity:.4;font-size:4rem;line-height:1;display:block}.mv__slogan p{font-family:var(--font-display);color:var(--gold-300);margin-top:-1rem;font-size:clamp(1.3rem,2.5vw,1.8rem);font-style:italic}@media (width<=800px){.mv__grid{grid-template-columns:1fr;gap:1.5rem}.mv__divider{background:linear-gradient(90deg,#0000,#c4952e4d,#0000);width:60%;height:1px;margin:0 auto}.mv__card{text-align:center;padding:1.5rem}.mv__icon{margin:0 auto 1.5rem}}.services{padding:var(--section-py) 0;background:var(--cream)}.services__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.service-card{background:var(--white);border:1px solid var(--green-200);border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 20px #1a2e1f0f}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #1a2e1f1a}.service-card__header{border-bottom:1px solid var(--green-200);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.service-card__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.service-card__title{font-family:var(--font-display);color:var(--green-900);font-size:1.1rem;font-weight:600;line-height:1.3}.service-card__list{flex-direction:column;gap:.75rem;display:flex}.service-card__list li{color:var(--text-light);align-items:flex-start;gap:.6rem;font-size:.9rem;line-height:1.5;display:flex}.service-card__list li svg{flex-shrink:0;margin-top:3px}@media (width<=1024px){.services__grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.services__grid{grid-template-columns:1fr}}.values{padding:var(--section-py) 0;background:var(--white)}.values__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.value-card{background:var(--cream);border:1px solid var(--green-200);border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s}.value-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #1a2e1f14}.value-card__number{font-family:var(--font-display);color:var(--gold-300);margin-bottom:.75rem;font-size:2rem;font-weight:700;line-height:1}.value-card__title{font-family:var(--font-display);color:var(--green-800);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.value-card__desc{color:var(--text-light);font-size:.9rem;line-height:1.65}@media (width<=800px){.values__grid{grid-template-columns:1fr 1fr}}@media (width<=500px){.values__grid{grid-template-columns:1fr}}.contact{padding:var(--section-py) 0;background:var(--cream)}.contact__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.contact__tag{text-transform:uppercase;letter-spacing:3px;color:var(--gold-600);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-block}.contact__info .section-title{margin-bottom:.75rem}.contact__info .section-subtitle{margin-bottom:2rem}.contact__details{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.contact__item{color:var(--text-light);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.contact__item svg{color:var(--green-600);flex-shrink:0}.contact__docs{flex-wrap:wrap;gap:1.5rem;display:flex}.contact__doc-link{color:var(--green-700);background:var(--green-100);cursor:pointer;font-size:.9rem;font-weight:500;font-family:var(--font-body);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .2s;display:inline-flex}.contact__doc-link:hover{background:var(--green-200);color:var(--green-900)}.contact__image{border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #1a2e1f1a}.contact__image img{object-fit:cover;width:100%;height:420px}@media (width<=900px){.contact__grid{grid-template-columns:1fr;gap:2.5rem}.contact__image img{height:280px}.contact__image{order:-1}}.footer{background:var(--green-900);color:#fdfcf7b3;padding:4rem 0 0}.footer__top{border-bottom:1px solid #c4952e26;grid-template-columns:1.5fr 2fr;gap:4rem;padding-bottom:3rem;display:grid}.footer__logo{align-items:center;margin-bottom:1rem;display:flex}.footer__logo-img{filter:brightness(0)invert()sepia(.3)hue-rotate(10deg)saturate(.6);width:auto;height:48px;display:block}.footer__tagline{color:#fdfcf780;font-size:.9rem;font-style:italic}.footer__links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer__col h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:1.5px;color:var(--gold-400);margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.footer__col a,.footer__col span{color:#fdfcf799;margin-bottom:.6rem;font-size:.9rem;transition:color .2s;display:block}.footer__col a:hover{color:var(--gold-300)}.footer__bottom{text-align:center;color:#fdfcf759;padding:1.5rem 0;font-size:.85rem}@media (width<=800px){.footer__top{grid-template-columns:1fr;gap:2.5rem}.footer__links{grid-template-columns:1fr 1fr}}@media (width<=500px){.footer__links{grid-template-columns:1fr}}.mv__objective{z-index:1;background:#c4952e14;border:1px solid #c4952e33;border-radius:16px;align-items:flex-start;gap:1.5rem;margin-top:3rem;padding:2rem 2.5rem;display:flex;position:relative}.mv__objective-icon{width:52px;height:52px;color:var(--gold-400);background:#c4952e26;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mv__objective-content h3{font-family:var(--font-display);color:var(--gold-200);margin-bottom:.75rem;font-size:1.3rem}.mv__objective-content p{color:#fdfcf7bf;margin:0;font-size:.95rem;line-height:1.8}@media (width<=800px){.mv__objective{flex-direction:column;gap:1rem;padding:1.5rem}.mv__objective-content h3{font-size:1.15rem}}.service-card__subtitle{color:var(--text-light);margin:.2rem 0 0;font-size:.8rem;font-style:italic}.service-card__header{align-items:flex-start!important}.value-card__top{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.value-card__icon{width:42px;height:42px;color:var(--green-700);background:#2d4f3814;border-radius:10px;justify-content:center;align-items:center;transition:background .3s,color .3s;display:flex}.value-card:hover .value-card__icon{background:var(--gold-100);color:var(--gold-600)}.modal-overlay{z-index:2000;background:#00000080;justify-content:center;align-items:center;padding:2rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--white);border-radius:16px;flex-direction:column;width:100%;max-width:800px;max-height:85vh;animation:.3s slideUp;display:flex;box-shadow:0 20px 60px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal__header{border-bottom:1px solid var(--green-200);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal__title{font-family:var(--font-display);color:var(--green-900);margin:0;font-size:1.2rem;font-weight:600}.modal__close{background:var(--green-100);cursor:pointer;width:36px;height:36px;color:var(--green-700);border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.modal__close:hover{background:var(--green-200);color:var(--green-900)}.modal__body{flex:1;padding:1.5rem;overflow-y:auto}.modal__doc{font-family:var(--font-body);color:var(--text);font-size:.95rem;line-height:1.8}.modal__doc p{color:var(--text);margin-bottom:1rem}.modal__doc strong{color:var(--green-800)}.modal__pdf{border:none;border-radius:8px;width:100%;height:70vh}@media (width<=600px){.modal-overlay,.modal__header,.modal__body{padding:1rem}.modal__pdf{height:55vh}}
