.site-header{background:#fff;border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}.site-header__bar{display:flex;align-items:center;justify-content:space-between;height:70px}.brand{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.brand__logo{display:block;height:44px;width:auto}.desktop-nav{display:none}.desktop-nav__list{display:flex;align-items:center}.desktop-nav__item{position:relative}.desktop-nav__link{display:block;padding:1.5rem .8rem;font-weight:600;font-size:.92rem;color:var(--color-text);white-space:nowrap}.desktop-nav__link:hover,.desktop-nav__link.is-active{color:var(--color-green)}.desktop-nav__item.has-dropdown>.submenu{display:none;position:absolute;top:100%;left:0;min-width:230px;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:.5rem}.desktop-nav__item.has-dropdown:hover>.submenu,.desktop-nav__item.has-dropdown:focus-within>.submenu{display:block}.submenu li{position:relative}.submenu__link{display:block;padding:.6rem .8rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500}.submenu__link:hover{background:var(--color-green-light);color:var(--color-green-dark)}.submenu li.has-children>.submenu__link:after{content:"›";float:right;font-weight:700}.submenu--nested{display:none;position:absolute;left:100%;top:0;min-width:190px;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:.5rem}.submenu li.has-children:hover>.submenu--nested,.submenu li.has-children:focus-within>.submenu--nested{display:block}.hamburger{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:0;cursor:pointer}.hamburger span{display:block;width:20px;height:2px;background:var(--color-green-dark);margin:0 auto}.mobile-nav{border-top:1px solid var(--color-border);background:#fff;max-height:calc(100vh - 70px);overflow-y:auto}.mobile-nav__list{padding:.5rem 0}.mobile-nav__row{display:flex;align-items:stretch}.mobile-nav__link{flex:1;display:block;padding:.85rem 1.25rem;font-weight:600;font-size:.98rem}.mobile-nav__link.is-active{color:var(--color-green)}.mobile-nav__toggle{width:48px;border:none;border-left:1px solid var(--color-border);background:var(--color-bg-alt);color:var(--color-green-dark);font-size:1.2rem;font-weight:700;cursor:pointer}.mobile-nav__sublist{background:var(--color-bg-alt)}.mobile-nav__sublist .mobile-nav__link{padding-left:2rem;font-weight:500;font-size:.92rem}.mobile-nav__sublist .mobile-nav__sublist .mobile-nav__link{padding-left:2.75rem}@media (min-width: 901px){.desktop-nav{display:block}.hamburger,.mobile-nav{display:none}}.site-footer{background:var(--color-green-dark);color:#e8f1ea}.site-footer .site-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;padding:4.5rem 1.25rem 2.5rem}.brand--footer{display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem}.brand__logo-chip{display:inline-flex;background:#fff;padding:.4rem .7rem;border-radius:var(--radius-md)}.brand__logo--footer{height:34px}.site-footer__tagline{color:#cfe3d6;font-size:.9rem;max-width:320px}.site-footer__heading{color:#fff;font-size:1rem;margin-bottom:1rem}.site-footer__links{display:flex;flex-direction:column;gap:.55rem}.site-footer__links a{color:#cfe3d6;font-size:.9rem}.site-footer__links a:hover{color:var(--color-accent)}.site-footer__contact{display:flex;flex-direction:column;gap:.55rem;font-size:.88rem;color:#cfe3d6}.site-footer__contact a{color:#cfe3d6}.site-footer__contact a:hover{color:var(--color-accent)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.15);padding:1.1rem 0}.site-footer__bottom p{margin:0;font-size:.82rem;color:#a9c4b3;text-align:center}.avatar-placeholder{border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;flex-shrink:0;border:3px solid #fff;box-shadow:var(--shadow-sm)}.cover-placeholder{width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-md) var(--radius-md) 0 0;display:flex;align-items:center;justify-content:center;padding:1rem}.cover-placeholder__text{color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;text-align:center;background:#00000026;padding:.35rem .9rem;border-radius:999px}.photo-placeholder{width:100%;aspect-ratio:4 / 3;border-radius:var(--radius-md) var(--radius-md) 0 0;display:flex;align-items:flex-end;padding:1rem}.photo-placeholder__text{color:#fff;font-weight:700;font-size:1.05rem;text-shadow:0 1px 4px rgba(0,0,0,.35)}.carousel{position:relative}.carousel__sr-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.carousel__viewport{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.carousel__track{display:flex;transition:transform .6s ease}.carousel__slide{flex:0 0 100%;min-width:0}@media (prefers-reduced-motion: reduce){.carousel__track{transition:none}}.carousel__link{display:block}.carousel__tile{height:360px;width:100%;display:flex;align-items:flex-end;padding:2rem}.carousel--full-bleed{margin-top:2rem}.carousel--full-bleed .carousel__viewport{border-radius:0;box-shadow:none}.carousel--full-bleed .carousel__tile{height:clamp(520px,82vh,900px);padding:3rem}.carousel--full-bleed .carousel__tile-text{max-width:720px}.carousel--full-bleed .carousel__tile-text h3{font-size:clamp(1.8rem,4vw,3rem)}.carousel--full-bleed .carousel__tile-text p{font-size:clamp(1rem,1.5vw,1.25rem)}.carousel__tile--photo{position:relative;padding:0;align-items:flex-end}.carousel__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.carousel__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000a6,#0000 55%)}.carousel__tile--photo .carousel__tile-text{position:relative;padding:2rem}.carousel--full-bleed .carousel__tile--photo .carousel__tile-text{padding:3rem}@media (max-width: 640px){.carousel--full-bleed .carousel__tile--photo .carousel__tile-text{padding:1.5rem}}.carousel__tile-text{max-width:560px}.carousel__tile-text h3{color:#fff;font-size:clamp(1.4rem,3vw,2rem);margin-bottom:.4rem;text-shadow:0 1px 4px rgba(0,0,0,.35)}.carousel__tile-text p{color:#fff;margin:0;font-size:1rem;text-shadow:0 1px 4px rgba(0,0,0,.35)}.carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#0b4a2c8c;color:#fff;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.carousel__arrow:hover,.carousel__arrow:focus-visible{background:#0b4a2cd9}.carousel__arrow--prev{left:.75rem}.carousel__arrow--next{right:.75rem}.carousel--full-bleed .carousel__arrow{width:52px;height:52px;font-size:1.8rem}.carousel--full-bleed .carousel__arrow--prev{left:1.5rem}.carousel--full-bleed .carousel__arrow--next{right:1.5rem}@media (max-width: 640px){.carousel--full-bleed .carousel__arrow{width:38px;height:38px;font-size:1.25rem}.carousel--full-bleed .carousel__arrow--prev{left:.6rem}.carousel--full-bleed .carousel__arrow--next{right:.6rem}}.carousel__dots{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem}.carousel--full-bleed .carousel__dots{margin-top:1.25rem;padding:0 1.25rem}.carousel__dot{width:32px;height:32px;min-width:32px;min-height:32px;border-radius:50%;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.carousel__dot:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--color-border);transition:background .15s ease,transform .15s ease}.carousel__dot.is-active:before{background:var(--color-accent);transform:scale(1.25)}.carousel__dot:hover:before,.carousel__dot:focus-visible:before{background:var(--color-green)}@media (max-width: 640px){.carousel__tile{height:260px;padding:1.25rem}.carousel--full-bleed .carousel__tile{height:clamp(380px,65vh,600px);padding:1.5rem}.carousel__arrow{width:36px;height:36px;font-size:1.2rem}.carousel__arrow--prev{left:.4rem}.carousel__arrow--next{right:.4rem}}@media (max-width: 360px){.carousel__tile{height:220px}.carousel--full-bleed .carousel__tile{height:clamp(300px,58vh,460px);padding:1.1rem}.carousel__arrow{width:32px;height:32px;font-size:1.05rem}}.home-hero__inner{max-width:720px}.home-hero__lead{font-size:1.05rem;color:#eaf3ec;max-width:600px}.home-hero__actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.5rem}.home-destinations .carousel{margin-top:1.5rem}.pillar-card{text-align:left;padding:0;overflow:hidden}.pillar-card__photo{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover}.pillar-card__body{padding:1.5rem 1.75rem 1.75rem}.pillar-card__icon{font-size:1.8rem;display:inline-block;margin-bottom:.6rem}.home-services__intro{max-width:640px;color:var(--color-text-muted)}.home-services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.5rem}.home-services__item{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.1rem 1.3rem;font-weight:600;display:flex;align-items:center;justify-content:space-between;transition:border-color .15s ease,transform .15s ease}.home-services__item:hover{border-color:var(--color-green);transform:translateY(-2px);color:var(--color-green-dark)}.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;background:var(--color-green-light);border-radius:var(--radius-lg);padding:2.75rem 3rem}.cta-band__inner h2{margin-bottom:.4rem}.cta-band__inner p{margin:0;color:var(--color-text-muted);max-width:480px}.destination-country-info{max-width:760px}.destination-country-info h3{margin-top:2rem}.destination-card{display:flex;flex-direction:column}.destination-card h3{margin-bottom:.5rem}.destination-card__children{display:flex;flex-wrap:wrap;gap:.4rem;margin:.5rem 0 1rem}.destination-card__children li a{display:inline-block;background:var(--color-green-light);color:var(--color-green-dark);font-size:.78rem;font-weight:600;padding:.25rem .6rem;border-radius:999px}.destination-card__cta{margin-top:auto;align-self:flex-start}.destination-cities__note{max-width:640px;color:var(--color-text-muted);margin-top:-.5rem}.destination-cities__grid{margin-top:1.5rem}.destination-city-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.destination-city-card__photo{display:block;width:100%;aspect-ratio:3 / 2;object-fit:cover}.destination-city-card__body{display:flex;flex-direction:column;flex:1;padding:1.1rem 1.3rem 1.4rem}.destination-city-card__body h3{margin-bottom:.4rem}.destination-city-card__body p{margin:0;font-size:.92rem;color:var(--color-text-muted)}.destination-city-card__chevron{margin-top:auto;align-self:flex-end;padding-top:.75rem;font-size:1.4rem;font-weight:700;line-height:1;color:var(--color-green)}.destination-detail__grid{display:grid;grid-template-columns:2fr 1fr;gap:2.5rem;align-items:start}.destination-detail__aside{background:var(--color-bg-alt);position:sticky;top:90px}.destination-detail__cta{margin-top:1rem;width:100%;text-align:center}.destination-mini-card h3{margin-bottom:.4rem}.destination-mini-card p{margin:0;font-size:.9rem;color:var(--color-text-muted)}@media (max-width: 800px){.destination-detail__grid{grid-template-columns:1fr}.destination-detail__aside{position:static}}.service-page__grid{display:grid;grid-template-columns:3fr 2fr;gap:2.5rem;align-items:start}.service-page__cta{margin-top:1.2rem;width:100%;text-align:center}.service-page__line-note{margin-top:.8rem;font-size:.85rem;color:var(--color-text-muted);text-align:center}.service-page__tags{display:flex;flex-wrap:wrap;gap:.6rem}.service-page__partners-intro{max-width:640px;color:var(--color-text-muted)}.service-page__partners-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem;margin-top:1.5rem}.service-page__partner-card{display:flex;align-items:center;justify-content:center;height:96px;padding:1.25rem}.service-page__partner-card img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}@media (max-width: 800px){.service-page__grid{grid-template-columns:1fr}}.testimonial-card{margin:0;border-left:4px solid var(--color-accent)}.testimonial-card__quote{font-size:1.05rem;color:var(--color-text)}.testimonial-card footer{display:flex;flex-direction:column;gap:.1rem}.testimonial-card__name{font-weight:700;color:var(--color-green-dark)}.testimonial-card__dest{font-size:.85rem;color:var(--color-text-muted)}.post-card{padding:0;overflow:hidden;display:flex;flex-direction:column;color:var(--color-text)}.post-card:hover{border-color:var(--color-green)}.post-card__body{padding:1.25rem 1.4rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.post-card__body h3{margin:.3rem 0}.post-card__body p{margin:0;color:var(--color-text-muted);font-size:.92rem}.post-card__date{color:var(--color-text-muted);font-size:.8rem;margin-top:.3rem}.news-detail__layout{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.news-detail__layout .cover-placeholder{border-radius:var(--radius-lg)}.news-detail__content{font-size:1.05rem}.news-detail__author{display:flex;align-items:center;gap:1rem}.news-detail__author-name{margin:0;font-weight:700;color:var(--color-green-dark)}.news-detail__author-role{margin:0;font-size:.85rem;color:var(--color-text-muted)}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.about-why-us{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.6rem 2rem}.about-objectives{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.6rem}.about-objectives li{padding-left:.3rem}.team-card{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;text-align:left}.team-card__role{color:var(--color-green);font-weight:600;font-size:.9rem;margin-bottom:.2rem}.team-card__bio{color:var(--color-text-muted);font-size:.92rem}.contact-grid{display:grid;grid-template-columns:3fr 2fr;gap:2rem;align-items:start}.contact-form h2{margin-bottom:1.2rem}.form-field{margin-bottom:1.1rem;display:flex;flex-direction:column;gap:.35rem}.form-field label{font-weight:600;font-size:.9rem;color:var(--color-green-dark)}.form-field input,.form-field textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.65rem .8rem;font-family:inherit;font-size:.95rem;resize:vertical}.form-field input:focus,.form-field textarea:focus{outline:2px solid var(--color-green);outline-offset:1px}.form-field__error{color:#b3261e;font-size:.82rem;margin:0}.contact-form__success{background:var(--color-green-light);border-radius:var(--radius-md);padding:1.5rem;text-align:center}.contact-form__success p{margin-bottom:1rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info__list{display:flex;flex-direction:column;gap:.6rem}.contact-info__list li{display:flex;justify-content:space-between;gap:.75rem;font-size:.92rem;flex-wrap:wrap}.contact-info__label{font-weight:700;color:var(--color-green-dark)}.contact-info__phone-group{margin-top:.8rem}.contact-info__phone-group:first-of-type{margin-top:.4rem}@media (max-width: 800px){.contact-grid{grid-template-columns:1fr}}.not-found{padding:5rem 1.25rem;text-align:center;max-width:520px}.not-found__actions{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}:root{--color-green-dark: #0b4a2c;--color-green: #1b7a3c;--color-green-light: #e6f2ea;--color-accent: #f5821f;--color-accent-light: #fde9d4;--color-text: #1c2620;--color-text-muted: #55645b;--color-bg: #ffffff;--color-bg-alt: #f6f9f6;--color-border: #e1e8e2;--font-base: "Plus Jakarta Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--shadow-sm: 0 1px 3px rgba(11, 74, 44, .08);--shadow-md: 0 6px 20px rgba(11, 74, 44, .12);--container-width: 1160px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-base);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}h1,h2,h3,h4{line-height:1.2;margin:0 0 .6em;color:var(--color-green-dark);letter-spacing:-.01em}h1{font-size:clamp(2.1rem,4.5vw,3.3rem);font-weight:800;letter-spacing:-.02em}h2{font-size:clamp(1.6rem,3.2vw,2.3rem);font-weight:700}h3{font-size:1.3rem;font-weight:700}p{margin:0 0 1em}button{font-family:inherit}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 1.25rem}.page-section{padding:4.5rem 0;opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.page-section.is-in-view{opacity:1;transform:translateY(0)}.page-section--alt{background:var(--color-bg-alt)}.page-hero{background:linear-gradient(135deg,var(--color-green-dark),var(--color-green));color:#fff;padding:4rem 0;animation:hero-fade-in .7s ease both}@keyframes hero-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.page-section{opacity:1;transform:none;transition:none}.page-hero{animation:none}}.page-hero h1,.page-hero p{color:#fff}.page-hero__eyebrow{text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--color-accent-light);font-size:.85rem;margin-bottom:.5rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--color-accent);font-size:.8rem}.btn{display:inline-block;border:none;border-radius:var(--radius-sm);padding:.8rem 1.6rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;font-size:1rem}.btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:var(--shadow-md)}.btn:active{transform:translateY(0) scale(.99)}.btn-primary{background:var(--color-accent);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:#d96f16}.btn-secondary{background:#fff;color:var(--color-green-dark);border:2px solid #fff}.btn-secondary:hover{background:transparent;color:#fff}.btn-outline{background:transparent;color:var(--color-green-dark);border:2px solid var(--color-green)}.btn-outline:hover{background:var(--color-green-light)}.card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.75rem;transition:transform .25s ease,box-shadow .25s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}@media (prefers-reduced-motion: reduce){.card{transition:none}.card:hover{transform:none}}.grid{display:grid;gap:1.75rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.bullet-list li{position:relative;padding-left:1.6rem;margin-bottom:.6rem}.bullet-list li:before{content:"✓";position:absolute;left:0;color:var(--color-accent);font-weight:700}.state-message{padding:2rem 1rem;text-align:center;color:var(--color-text-muted)}.state-message--error{color:#b3261e}.tag{display:inline-block;background:var(--color-green-light);color:var(--color-green-dark);border-radius:999px;padding:.25rem .8rem;font-size:.78rem;font-weight:700;letter-spacing:.02em}.skip-link{position:absolute;left:-999px;top:0;background:var(--color-green-dark);color:#fff;padding:.6rem 1rem;z-index:200}.skip-link:focus{left:.5rem;top:.5rem}@media (max-width: 640px){.page-section{padding:2rem 0}}
