:root{--ink:#182019;--paper:#f4f0e7;--cream:#fffaf0;--forest:#244b35;--lime:#d8ff57;--orange:#ff6a2b;--line:rgba(24,32,25,0.17)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif}a{color:inherit}a,button{-webkit-tap-highlight-color:transparent}.site-header{min-height:84px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 4vw;border-bottom:1px solid var(--line);position:relative;z-index:20;background:rgba(244,240,231,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;justify-self:start}.brand-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--forest);color:var(--lime);box-shadow:inset 0 0 0 2px rgba(216,255,87,.22),3px 3px 0 var(--orange)}.brand-mark svg{width:39px;height:39px;overflow:visible}.brand-mark svg circle:first-child{fill:none;stroke:currentColor;stroke-width:1.5}.brand-mark svg path:first-of-type{fill:currentColor;stroke:none}.brand-mark svg path:last-of-type{fill:none;stroke:var(--orange);stroke-width:2;stroke-linecap:round}.brand-mark svg circle:last-child{fill:var(--orange)}.brand>span:last-child{display:grid;gap:2px}.brand strong{letter-spacing:.08em;font-size:14px}.brand small{letter-spacing:.2em;font-size:8px;opacity:.65}.site-header nav{display:flex;gap:28px}.site-header nav a{font-weight:700}.header-cta,.site-header nav a{text-decoration:none;font-size:13px}.header-cta{justify-self:end;background:var(--ink);color:white;padding:13px 18px;border-radius:999px;font-weight:800}.hero{min-height:720px;position:relative;display:grid;grid-template-columns:1.25fr .75fr;overflow:hidden;background:var(--forest);color:white}.hero-image{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,38,27,.95),rgba(20,38,27,.72) 45%,rgba(20,38,27,.18)),url(https://images.unsplash.com/photo-1570168007204-dfb528c6958f?auto=format&fit=crop&w=2200&q=90) 50%/cover}.hero-content{position:relative;z-index:2;padding:105px 4vw 50px;max-width:820px;align-self:center}.eyebrow{margin:0 0 18px;letter-spacing:.19em;text-transform:uppercase;font-size:11px;font-weight:900}.hero h1{margin:0;font:700 clamp(62px,8vw,128px)/.84 Georgia,serif;letter-spacing:-.06em}.hero h1 em{color:var(--lime);font-weight:400}.hero-copy{max-width:640px;font-size:18px;line-height:1.7;color:rgba(255,255,255,.78);margin:30px 0}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:4px;text-decoration:none;font-weight:900;font-size:14px}.button-primary{color:var(--ink);background:var(--lime);box-shadow:5px 5px 0 var(--orange)}.button-light{background:white;color:var(--forest)}.text-link{font-weight:800;text-decoration-thickness:1px;text-underline-offset:5px}.trust-strip{display:flex;gap:34px;margin-top:46px;padding-top:24px;border-top:1px solid rgba(255,255,255,.22);font-size:12px;color:rgba(255,255,255,.68)}.trust-strip span{display:grid;gap:5px}.trust-strip strong{color:white;font-size:18px}.hero-note{position:relative;z-index:2;align-self:end;justify-self:end;max-width:360px;margin:0 4vw 48px 0;background:var(--cream);color:var(--ink);padding:24px;border-top:6px solid var(--orange);font:700 18px/1.4 Georgia,serif}.hero-note span{display:block;color:var(--orange);font:900 12px Arial,sans-serif;margin-bottom:10px}.intro{display:grid;grid-template-columns:.45fr 1fr 1fr;gap:6vw;padding:110px 6vw;border-bottom:1px solid var(--line)}.custom-tour h2,.intro h2,.section-heading h2{font:700 clamp(38px,5vw,74px)/.98 Georgia,serif;letter-spacing:-.04em;margin:0}.intro>p:last-child{font-size:17px;line-height:1.75;margin:0}.experience-section{padding:100px 4vw 120px}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:48px}.section-heading>p{max-width:480px;line-height:1.6;margin:0}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.experience-card{background:var(--cream);border:1px solid var(--line);overflow:hidden;transition:transform .2s ease}.experience-card:hover{transform:translateY(-5px)}.card-image-wrap{height:260px;position:relative;overflow:hidden}.card-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.experience-card:hover img{transform:scale(1.04)}.card-image-wrap span{position:absolute;top:16px;right:16px;width:38px;height:38px;display:grid;place-items:center;background:var(--lime);font-size:11px;font-weight:900}.card-content{padding:25px}.city-tag{color:var(--orange);text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:900}.card-content h3{font:700 28px/1.1 Georgia,serif;margin:10px 0 12px}.card-content>p:not(.city-tag){color:#50584f;line-height:1.6;min-height:76px}.card-footer{display:flex;align-items:end;justify-content:space-between;padding-top:18px;border-top:1px solid var(--line);font-size:12px}.card-footer span{display:grid;gap:4px}.card-footer strong{font-size:20px}.card-footer a{color:var(--forest);font-weight:900;text-underline-offset:5px}.custom-tour{display:flex;align-items:end;justify-content:space-between;gap:50px;padding:90px 6vw;background:var(--forest);color:white}.custom-tour>div{max-width:760px}.custom-tour p:last-child{max-width:650px;color:rgba(255,255,255,.7);line-height:1.7}.process{padding:100px 6vw}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.process-grid article{padding:36px 36px 20px 0;border-right:1px solid var(--line)}.process-grid article+article{padding-left:36px}.process-grid span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--orange);color:white;font-weight:900}.process-grid h3{font:700 28px Georgia,serif;margin-bottom:8px}.process-grid p{line-height:1.6;color:#5b625a}.site-footer{background:var(--ink);color:white;padding:80px 5vw 28px;display:grid;grid-template-columns:1fr auto;gap:50px}.site-footer h2{font:700 50px Georgia,serif;margin:0 0 16px}.site-footer p{max-width:650px;color:rgba(255,255,255,.65);line-height:1.7}.footer-action{display:grid;align-content:start;justify-items:end;gap:20px}.footer-action>a:last-child{color:rgba(255,255,255,.72)}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:30px;padding-top:30px;border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.54);font-size:12px}.footer-bottom nav{display:flex;gap:20px;flex-wrap:wrap}.floating-whatsapp{position:fixed;z-index:30;right:20px;bottom:20px;background:#1ebe5d;color:#062b14;padding:15px 20px;border-radius:999px;text-decoration:none;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.26)}.popup-backdrop{position:fixed;inset:0;z-index:100;background:rgba(9,16,11,.76);display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.popup-card{width:min(570px,100%);background:var(--cream);color:var(--ink);padding:42px;border:1px solid var(--lime);box-shadow:12px 12px 0 var(--orange);position:relative}.popup-close{position:absolute;top:12px;right:12px;width:42px;height:42px;border:0;border-radius:50%;background:var(--ink);color:white;font-size:27px;cursor:pointer}.offer-lockup{display:flex;align-items:center;gap:18px;margin:15px 0}.offer-lockup strong{font:800 76px/.8 Georgia,serif;color:var(--forest)}.offer-lockup span{padding-left:18px;border-left:1px solid var(--line);font-weight:900;line-height:1.5;font-size:12px;letter-spacing:.08em}.popup-card h2{font:700 34px/1.05 Georgia,serif;margin:25px 0 12px}.popup-card>p:not(.eyebrow){color:#545b53;line-height:1.65}.popup-cta{width:100%;margin:16px 0 22px}.popup-card small{display:block;text-align:center;color:#71776f}.legal-hero{padding:100px 8vw 60px;background:var(--forest);color:white}.legal-hero h1{font:700 clamp(48px,7vw,90px)/1 Georgia,serif;margin:0 0 20px}.legal-copy{max-width:860px;margin:0 auto;padding:70px 24px 100px}.legal-copy h2{font:700 30px Georgia,serif;margin:40px 0 12px}.legal-copy p{color:#50584f;line-height:1.75}.legal-copy .text-link{display:inline-block;margin-top:44px}@media (max-width:900px){.site-header{grid-template-columns:1fr auto;padding:14px 20px;min-height:72px}.site-header nav{display:none}.header-cta{font-size:11px;padding:12px 14px}.hero{min-height:760px;grid-template-columns:1fr}.hero-content{padding:100px 24px 40px}.hero h1{font-size:clamp(58px,17vw,90px)}.hero-note{margin:0 24px 30px;justify-self:stretch}.intro{grid-template-columns:1fr;padding:80px 24px;gap:22px}.section-heading{align-items:start;flex-direction:column}.experience-grid{grid-template-columns:repeat(2,1fr)}.custom-tour{align-items:start;flex-direction:column;padding:70px 24px}.site-footer{grid-template-columns:1fr;padding:65px 24px 24px}.footer-action{justify-items:start}.footer-bottom{flex-direction:column}}@media (max-width:620px){.brand small{display:none}.brand-mark{width:38px;height:38px}.header-cta{max-width:125px;text-align:center}.hero-copy{font-size:16px}.trust-strip{gap:16px;flex-wrap:wrap}.experience-section{padding:72px 16px 90px}.experience-grid{grid-template-columns:1fr}.card-image-wrap{height:230px}.process{padding:75px 24px}.process-grid{grid-template-columns:1fr}.process-grid article{border-right:0;border-bottom:1px solid var(--line);padding:28px 0}.process-grid article+article{padding-left:0}.popup-card{padding:34px 22px 28px;box-shadow:7px 7px 0 var(--orange)}.offer-lockup strong{font-size:60px}.popup-card h2{font-size:29px}.floating-whatsapp{left:16px;right:16px;bottom:12px;text-align:center}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important}}