﻿:root{--green:#1F3A2E;--green-2:#2F5A45;--sand:#D8C8A8;--sand-2:#EFE5D0;--gold:#A67C52;--ivory:#F8F5EF;--charcoal:#1A1A1A;--muted:#6F6A60;--white:#FFFFFF;--line:rgba(31,58,46,.16);--shadow:0 22px 55px rgba(26,26,26,.12);--radius:8px;--heading:"Playfair Display",Georgia,serif;--body:"Inter",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--body);color:var(--charcoal);background:var(--ivory);line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--heading);line-height:1.05;margin:0 0 1rem;color:inherit}h1{font-size:4.25rem;max-width:900px}h2{font-size:2.55rem}h3{font-size:1.35rem}p{margin:0 0 1rem}input,select,textarea,button{font:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.skip-link{position:absolute;left:1rem;top:-80px;background:var(--charcoal);color:var(--white);padding:.8rem 1rem;z-index:999}.skip-link:focus{top:1rem}.announcement-bar{background:var(--green);color:var(--sand-2);text-align:center;font-size:.9rem;padding:.55rem 1rem}.announcement-bar p{margin:0}.site-header{position:sticky;top:0;z-index:80;background:rgba(248,245,239,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(31,58,46,.08);transition:box-shadow .2s ease}.site-header.is-scrolled{box-shadow:0 10px 35px rgba(26,26,26,.08)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:82px;gap:1.25rem}.brand{display:inline-flex;align-items:center;gap:.75rem;min-width:210px}.brand-mark{width:46px;height:46px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:var(--sand);font-family:var(--heading);font-weight:800}.brand strong,.brand small{display:block}.brand small{color:var(--muted);font-size:.8rem}.primary-nav{display:flex;align-items:center;justify-content:center;gap:1.25rem;font-weight:700;font-size:.94rem}.primary-nav a{color:rgba(26,26,26,.78)}.primary-nav a:hover,.primary-nav a.is-active{color:var(--green)}.header-actions{display:flex;align-items:center;gap:.9rem}.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:transparent;border-radius:var(--radius)}.nav-toggle span{display:block;width:20px;height:2px;margin:4px auto;background:var(--green)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.82rem 1.15rem;border-radius:var(--radius);border:1px solid transparent;font-weight:800;line-height:1.2;transition:transform .2s ease,background .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--gold);color:var(--white)}.btn-primary:hover{background:#8E6844}.btn-sand{background:var(--sand);color:var(--green)}.btn-ghost{color:var(--white);border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.08)}.btn-ghost-dark{color:var(--green);border-color:var(--line);background:transparent}.btn-full{width:100%}.text-link{font-weight:800;color:var(--gold);text-decoration:underline;text-underline-offset:4px}.notice{position:fixed;right:24px;top:110px;z-index:90;max-width:360px;padding:.9rem 1rem;border-radius:var(--radius);box-shadow:var(--shadow)}.notice-success{background:#E6F1EA;color:var(--green)}.notice-error{background:#F5DFD6;color:#7B2D18}.hero,.page-hero,.detail-hero,.article-hero{position:relative;color:var(--white);overflow:hidden;background:var(--green)}.hero-home{min-height:760px;display:flex;align-items:center}.hero-media,.hero>img,.page-hero>img,.detail-hero>img,.article-hero>img{position:absolute;inset:0;width:100%;height:100%;z-index:0}.hero-media img,.page-hero>img,.detail-hero>img,.article-hero>img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,29,24,.84),rgba(15,29,24,.5),rgba(15,29,24,.2));z-index:1}.hero-grid,.page-hero .container,.detail-hero__content,.article-hero .container{position:relative;z-index:2}.hero-grid{display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:center;padding:5rem 0}.hero-lede,.page-hero p,.detail-hero p,.article-hero p{max-width:720px;font-size:1.13rem;color:rgba(255,255,255,.86)}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.8rem}.hero-form-panel,.form-shell,.newsletter-card,.sticky-panel,.cta-panel,.contact-card,.quote-support{border-radius:var(--radius);border:1px solid rgba(31,58,46,.12);background:var(--white);color:var(--charcoal);box-shadow:var(--shadow)}.hero-form-panel{padding:1.5rem}.hero-form-panel h2,.sticky-panel h2,.form-shell h2{font-size:1.7rem}.eyebrow{margin:0 0 .75rem;color:var(--gold);font-size:.78rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.section{padding:6rem 0}.section-sand{background:var(--sand-2)}.section-green{background:var(--green);color:var(--white)}.section-heading{max-width:760px;margin-bottom:2.1rem}.section-heading-row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:1.5rem}.trust-strip{background:var(--charcoal);color:var(--white);padding:1.4rem 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.trust-grid div{border-left:1px solid rgba(216,200,168,.28);padding-left:1rem}.trust-grid strong,.trust-grid span{display:block}.trust-grid span{color:rgba(255,255,255,.68);font-size:.9rem}.category-grid,.values-grid,.card-grid,.testimonial-grid,.blog-grid,.planner-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.category-grid{grid-template-columns:repeat(4,1fr)}.category-card,.values-grid article,.testimonial-card,.planner-steps article{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.35rem}.category-card span,.values-grid span,.planner-steps span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:var(--green);color:var(--sand);font-weight:900;margin-bottom:1rem}.category-card:hover,.package-card:hover,.destination-card:hover,.blog-list-card:hover{transform:translateY(-3px)}.split{display:grid;grid-template-columns:.88fr 1.12fr;gap:4rem}.split-center{align-items:center}.feature-list{display:grid;gap:1rem}.feature-list article{border-top:1px solid rgba(31,58,46,.18);padding-top:1rem}.package-card,.destination-card,.blog-card,.blog-list-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .2s ease}.package-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.card-body{padding:1.2rem}.card-meta{margin:0 0 .5rem;color:var(--gold);font-size:.82rem;font-weight:900;text-transform:uppercase}.card-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.2rem;font-weight:900}.card-foot a{color:var(--green);text-decoration:underline;text-underline-offset:4px}.destination-showcase{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:1rem}.destination-tile{position:relative;min-height:330px;border-radius:var(--radius);overflow:hidden;padding:1.2rem;display:flex;flex-direction:column;justify-content:end;isolation:isolate}.destination-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.72));z-index:-1}.destination-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.destination-tile:first-child{grid-row:span 2;min-height:680px}.destination-tile span{color:var(--sand);font-size:.86rem;font-weight:800}.destination-tile h3{color:var(--white);font-size:2rem;margin-bottom:0}.story-band{position:relative;min-height:560px;display:flex;align-items:end;overflow:hidden;color:var(--white)}.story-band img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.story-band::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(26,26,26,.86),rgba(26,26,26,.12))}.story-band__content{position:relative;z-index:2;width:min(900px,calc(100% - 40px));margin:0 auto;padding:0 0 4rem}.story-band__content h2{max-width:850px}.testimonial-card{margin:0}.testimonial-card blockquote{margin:0 0 1.5rem;font-family:var(--heading);font-size:1.35rem;line-height:1.35}.testimonial-card figcaption strong,.testimonial-card figcaption span{display:block}.testimonial-card figcaption span{color:var(--muted);font-size:.9rem}.rating{color:var(--gold);font-weight:900;margin-bottom:.8rem}.lead-magnet{background:var(--green);color:var(--white)}.lead-magnet .newsletter-card{padding:1.4rem}.faq-list{display:grid;gap:.85rem}.faq-list.wide{max-width:900px}.faq-group{margin-bottom:2rem}details{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.1rem}summary{cursor:pointer;font-weight:900;color:var(--green)}details p{margin-top:.8rem}.blog-grid{grid-template-columns:repeat(3,1fr)}.blog-card img{aspect-ratio:4 / 3;width:100%;object-fit:cover}.blog-card div{padding:1.15rem}.final-cta{background:var(--charcoal);color:var(--white);padding:6rem 0;text-align:center}.final-cta h2{max-width:820px;margin-left:auto;margin-right:auto}.page-hero,.detail-hero,.article-hero{min-height:560px;display:flex;align-items:end;padding:8rem 0 4.5rem}.compact-hero{min-height:360px;background:var(--green);color:var(--white)}.compact-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(216,200,168,.16),rgba(31,58,46,0) 58%)}.package-filter-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:2rem}.package-filter-row a{border:1px solid var(--line);border-radius:999px;padding:.55rem .95rem;color:var(--green);background:var(--white);font-weight:800}.group-block{margin-bottom:4rem}.destination-grid-large,.blog-list{display:grid;gap:1.2rem}.destination-card,.blog-list-card{display:grid;grid-template-columns:42% 1fr}.destination-card img,.blog-list-card img{width:100%;height:100%;min-height:290px;object-fit:cover}.detail-layout,.article-layout,.quote-page-layout,.contact-layout{width:min(1180px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:2rem;align-items:start}.contact-layout{grid-template-columns:360px minmax(0,1fr)}.detail-main,.article-body,.legal-copy{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:2rem}.article-body,.legal-copy{max-width:820px;margin:0 auto}.article-body p,.legal-copy p,.rich-text p{font-size:1.05rem}.sticky-panel{position:sticky;top:112px;padding:1.3rem}.detail-stats{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.4rem}.detail-stats span{display:inline-flex;min-height:42px;align-items:center;padding:.5rem .9rem;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);font-weight:800}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.5rem;color:var(--muted);font-size:.88rem}.breadcrumbs a{color:var(--gold)}.breadcrumbs a::after{content:"/";color:var(--muted);padding-left:.45rem}.detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin:2rem 0}.check-list,.plain-list{padding:0;margin:0;list-style:none;display:grid;gap:.65rem}.check-list li{position:relative;padding-left:1.55rem}.check-list li::before{content:"";position:absolute;left:0;top:.65rem;width:8px;height:8px;border-radius:50%;background:var(--gold)}.two-col{grid-template-columns:1fr 1fr}.plain-list li{padding:.75rem 0;border-bottom:1px solid var(--line)}.itinerary-list{display:grid;gap:.85rem;margin:1.2rem 0 2rem}.itinerary-list article{display:grid;grid-template-columns:18px 1fr;gap:.8rem}.itinerary-list span{width:14px;height:14px;margin-top:.45rem;border-radius:50%;background:var(--green)}.info-panel{background:var(--sand-2);border-radius:var(--radius);padding:1.2rem;margin:1.5rem 0}.quote-form,.newsletter-form,.newsletter-card{display:grid;gap:.9rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}label span{display:block;font-size:.82rem;font-weight:900;color:var(--green);margin-bottom:.35rem}input,select,textarea{width:100%;border:1px solid rgba(31,58,46,.22);border-radius:var(--radius);background:var(--ivory);color:var(--charcoal);min-height:46px;padding:.72rem .78rem;outline:none}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(166,124,82,.14)}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-shell,.contact-card,.quote-support{padding:1.5rem}.related-links{margin-top:1.3rem;padding-top:1.3rem;border-top:1px solid var(--line)}.related-links a{display:block;color:var(--green);font-weight:800;margin:.55rem 0}.site-footer{background:#131513;color:rgba(255,255,255,.78);padding:4rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .8fr 1fr;gap:2rem}.footer-brand strong{color:var(--white)}.footer-brand small{color:var(--sand)}.site-footer h2{color:var(--white);font-size:1.2rem}.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.footer-links a:hover,.footer-bottom a:hover{color:var(--sand)}.footer-bottom{margin-top:3rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.9rem}.footer-bottom nav{display:flex;gap:1rem;flex-wrap:wrap}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:75;min-height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.8rem 1rem;background:#1F7A45;color:var(--white);box-shadow:0 15px 35px rgba(0,0,0,.22);font-weight:900}.exit-popup{position:fixed;inset:0;z-index:100;display:none;place-items:center;padding:1rem;background:rgba(19,21,19,.62)}.exit-popup.is-open{display:grid}.exit-popup__panel{width:min(520px,100%);max-height:92vh;overflow:auto;background:var(--white);border-radius:var(--radius);padding:1.6rem;position:relative}.exit-popup__close{position:absolute;right:.9rem;top:.9rem;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:var(--ivory);color:var(--green);font-weight:900}@media (max-width:1040px){h1{font-size:3.25rem}h2{font-size:2.15rem}.header-actions{display:none}.nav-toggle{display:block}.primary-nav{position:absolute;left:20px;right:20px;top:82px;display:none;flex-direction:column;align-items:stretch;background:var(--ivory);border:1px solid var(--line);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow)}.primary-nav.is-open{display:flex}.hero-grid,.split,.detail-layout,.article-layout,.quote-page-layout,.contact-layout{grid-template-columns:1fr}.hero-home{min-height:auto}.hero-grid{padding:5rem 0}.category-grid,.trust-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.card-grid,.testimonial-grid,.blog-grid,.values-grid,.planner-steps{grid-template-columns:1fr 1fr}.destination-showcase{grid-template-columns:1fr 1fr}.destination-tile:first-child{grid-row:auto;grid-column:span 2;min-height:420px}.sticky-panel{position:static}}@media (max-width:720px){.container,.detail-layout,.article-layout,.quote-page-layout,.contact-layout{width:min(100% - 28px,1180px)}h1{font-size:2.55rem}h2{font-size:1.85rem}.section{padding:4rem 0}.page-hero,.detail-hero,.article-hero{min-height:500px;padding:7rem 0 3rem}.compact-hero{min-height:320px}.hero-grid{padding:4rem 0}.hero-actions,.section-heading-row,.footer-bottom{align-items:stretch;flex-direction:column}.btn,.hero-actions a{width:100%}.category-grid,.trust-grid,.card-grid,.testimonial-grid,.blog-grid,.values-grid,.planner-steps,.footer-grid,.destination-showcase,.detail-columns,.form-grid,.two-col{grid-template-columns:1fr}.destination-tile:first-child{grid-column:auto}.destination-tile{min-height:300px}.destination-card,.blog-list-card{grid-template-columns:1fr}.destination-card img,.blog-list-card img{min-height:230px;aspect-ratio:4 / 3}.detail-main,.article-body,.legal-copy{padding:1.25rem}.story-band{min-height:520px}.notice{left:14px;right:14px;top:92px}}