@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&family=Playfair+Display:wght@400;600&family=Roboto:wght@400;700&display=swap";:root{--dark: #0f2921;--dark-60: rgba(15, 41, 33, .6);--green: #009b3a;--yellow: #fedf00;--light-green: #effefd;--light-blue: #f0f6ff;--light-yellow: #fbf7ec;--white: #ffffff;--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 24px;--radius-xl: 48px;--shadow-soft: 0 18px 42px rgba(15, 41, 33, .08)}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Manrope,sans-serif;color:var(--dark);background:var(--white)}body{line-height:1.5;position:relative;overflow-x:hidden}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.page{padding-top:92px}.container{width:min(1160px,calc(100% - 32px));margin:0 auto}.page-shell{width:min(1376px,calc(100% - 32px));margin:0 auto}.title,.section-title,.card-title,.feature-title,.big-title{font-family:Playfair Display,serif;line-height:1.1;margin:0}.title{font-size:clamp(2rem,4.4vw,4rem)}.title-accent{color:var(--green)}.muted{color:var(--dark-60)}.top-nav{position:fixed;top:0;width:100vw;max-width:none;left:0;right:0;height:80px;background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid rgba(15,41,33,.08);z-index:50}.top-nav .container{width:min(1376px,calc(var(--layout-viewport-width, 100vw) - 32px));transform:translate(calc((var(--layout-viewport-width, 100vw) - 100vw) / 2));height:100%;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:18px}.brand{position:relative;width:96px;height:72px}.brand img{width:96px;height:96px;border-radius:50%;position:absolute;top:8px;left:0;transition:all .3s ease}.top-nav.scrolled .brand img{width:60px;height:60px;top:8px}.nav-links{display:flex;justify-content:center;gap:28px;font-size:14px;letter-spacing:.02em}.nav-link{position:relative;padding:6px 0;color:#0f2921b8;transition:color .16s ease}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;border-radius:999px;background:var(--green);transform:scaleX(0);transform-origin:center;transition:transform .16s ease}.nav-link:hover,.nav-link.active{color:var(--dark);font-weight:700}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.locale-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(15,41,33,.1);border-radius:999px;background:#ffffffe0;color:var(--dark);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.locale-badge svg{color:var(--green);flex:0 0 auto}.hamburger{display:none;border:0;background:transparent;width:40px;height:40px;padding:0;cursor:pointer}.hamburger span{display:block;height:2px;margin:6px 0;background:var(--dark);border-radius:999px}.mobile-panel{display:none;position:fixed;top:80px;left:50%;transform:translate(-50%);width:min(420px,calc(100% - 24px));background:#fffffff7;border:1px solid rgba(15,41,33,.08);border-radius:0 0 24px 24px;box-shadow:0 22px 44px #0f29211f;padding:16px;z-index:40}.mobile-panel.open{display:flex;flex-direction:column;gap:12px}.mobile-panel a{display:block;padding:12px 14px;border-radius:14px;font-size:16px;font-weight:700;color:var(--dark);background:#0f29210a}.mobile-panel a:hover{background:#0f292114}.hero-box{background:var(--light-blue);border-radius:var(--radius-lg);padding:48px;margin-bottom:28px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.hero-image{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:16 / 10;min-height:0;max-height:430px}.hero-image img{width:100%;height:100%;object-fit:cover}.section{margin:24px 0}.surface{border-radius:var(--radius-lg);padding:32px}.surface.light-green{background:var(--light-green)}.surface.light-blue{background:var(--light-blue)}.surface.light-yellow{background:var(--light-yellow)}.section-title{font-size:clamp(1.5rem,2.8vw,2.5rem);margin-bottom:16px}.section-title.small{font-size:clamp(1.25rem,2vw,2rem)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}.two-col.thin-left{grid-template-columns:.9fr 1.1fr}.copy{font-size:16px;color:var(--dark-60);margin:0}.img-frame{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:16 / 10;min-height:0;max-height:360px}.img-frame img{width:100%;height:100%;object-fit:cover}.btn{border:0;border-radius:var(--radius-md);padding:14px 30px;font-weight:700;font-size:14px;cursor:pointer}.btn-primary{color:var(--white);background:var(--green)}.btn-outline{color:var(--green);background:var(--white);border:1px solid var(--green)}.tabs{display:flex;gap:0;overflow-x:auto}.tab{border:1px solid rgba(15,41,33,.12);border-right:0;min-width:120px;text-align:center;padding:12px 16px;font-family:Playfair Display,serif;font-size:16px;background:var(--white)}.tab:last-child{border-right:1px solid rgba(15,41,33,.12)}.tab.active{background:var(--yellow);border-color:var(--yellow)}.card-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,1fr);gap:16px;overflow-x:auto}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{display:flex;flex-direction:column;gap:10px}.card-thumb{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:16 / 9;max-height:210px}.card-thumb.tall{aspect-ratio:16 / 9.8;max-height:230px}.card-thumb img{width:100%;height:100%;object-fit:cover}.chip{align-self:flex-start;background:var(--green);color:var(--white);border-radius:var(--radius-xs);font-size:12px;font-weight:700;padding:4px 10px}.card-title{font-size:24px}.card-title.small{font-size:18px}.card-copy{margin:0;color:var(--dark-60);font-size:14px}.card-link{color:var(--green);font-weight:700;font-size:14px}.pagination-dots{display:flex;gap:10px;justify-content:center;align-items:center}.pagination-dots span{width:8px;height:8px;border-radius:50%;background:#0f292140}.pagination-dots .active{width:30px;border-radius:20px;background:var(--green)}.pagination-numbers{display:flex;justify-content:center;gap:8px;margin-top:16px}.page-dot{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:var(--dark);font-size:14px}.page-dot.active{background:var(--green);color:var(--white)}.newsletter{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:center;border-radius:var(--radius-md);background:var(--light-yellow);padding:24px}.newsletter h3{margin:0 0 12px;font-family:Playfair Display,serif;font-size:clamp(1.5rem,2.4vw,3rem);line-height:1.1}.newsletter .accent{color:var(--green);font-size:.55em}.newsletter p{margin:0 0 12px;font-size:14px;color:var(--dark-60)}.newsletter input{width:100%;border:0;border-bottom:1px solid rgba(15,41,33,.5);background:transparent;height:38px;margin-bottom:14px;outline:none}.newsletter-book{background:var(--white);border-radius:var(--radius-sm);padding:12px;display:grid;place-items:center}.newsletter-book img{width:min(100%,180px)}.inline-badges{display:flex;flex-wrap:wrap;gap:8px}.state-pill{background:var(--light-blue);border-radius:var(--radius-sm);padding:8px 12px;font-size:14px;color:#0057d9}.region-panel{display:grid;gap:16px}.region-title{font-family:Playfair Display,serif;font-size:clamp(1.5rem,2.6vw,2.8rem);margin:0}.region-title .accent-yellow{color:var(--yellow)}.region-title .accent-green{color:var(--green)}.region-title .accent-orange{color:#f77d39}.region-title .accent-blue{color:#215fff}.region-title .accent-teal{color:#00bebe}.region-map{background:var(--white);border-radius:var(--radius-md);padding:16px}.region-map img{width:100%}.explore-grid{display:grid;gap:12px}.explore-card{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:16 / 9;min-height:0;max-height:200px}.explore-card img{width:100%;height:100%;object-fit:cover}.explore-label{position:absolute;top:8px;left:8px;background:var(--white);border-radius:var(--radius-sm);padding:6px 12px;font-size:14px;font-weight:700}.explore-action{position:absolute;right:8px;bottom:8px}.tip-cards{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,1fr);gap:16px;overflow-x:auto}.tip-card{border-radius:var(--radius-md);padding:24px 20px;min-height:260px}.tip-card.light-yellow{background:var(--light-yellow)}.tip-card.light-blue{background:var(--light-blue)}.tip-card.light-green{background:var(--light-green)}.tip-card h4{margin:0 0 12px;font-family:Playfair Display,serif;font-size:18px}.tip-card p{margin:0;font-size:14px;color:var(--dark-60)}.breadcrumb{font-size:14px;color:var(--dark-60);margin-bottom:12px}.breadcrumb strong{color:var(--dark)}.article-grid{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}.toc{background:var(--light-green);border-radius:var(--radius-sm);overflow:hidden}.toc-head{background:var(--green);color:var(--white);font-weight:700;font-size:14px;padding:8px 14px}.toc-list{list-style:none;margin:0;padding:8px 14px 14px}.toc-list li{font-size:14px;margin:10px 0;color:var(--dark)}.toc-list li:before{content:"•";color:var(--green);margin-right:8px}.article-body h2{margin:32px 0 12px;font-family:Playfair Display,serif;font-size:30px;line-height:1.1}.article-body p{margin:0 0 12px;color:var(--dark-60);font-size:15px}.article-image{border-radius:var(--radius-sm);overflow:hidden;margin:16px 0;aspect-ratio:16 / 9;max-height:280px}.article-image img{width:100%;height:100%;object-fit:cover}.author-box{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--light-yellow);border-radius:var(--radius-sm);padding:16px;margin-top:20px}.author-meta{display:flex;align-items:center;gap:12px}.author-avatar{width:42px;height:42px;border-radius:50%;overflow:hidden}.author-social{display:flex;gap:10px;color:#135cb6;font-weight:700}.footer{margin-top:72px;background:linear-gradient(180deg,#f0f6ffb8,#f0f6fff5);border-top:1px solid rgba(15,41,33,.08);padding:28px 20px 18px}.footer-inner{max-width:1120px;margin:0 auto;display:grid;gap:18px}.footer-top,.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.footer-bottom--solo{justify-content:center;text-align:center}.footer-logo{width:72px;border-radius:50%}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:18px;font-size:14px;font-weight:700}.footer-links a{color:#0f2921c2}.footer-links a:hover{color:var(--dark)}.footer-divider{height:1px;background:#0f292114}.footer-socials-icons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.social-icon-link{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(15,41,33,.1);border-radius:999px;background:#ffffffd6;color:var(--dark);font-size:13px;font-weight:700;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.social-icon-link:hover{transform:translateY(-1px);border-color:#0f292129;box-shadow:0 10px 20px #0f292114}.social-icon-link img{width:16px;height:16px;object-fit:contain}.footer-copy{margin:0;font-size:13px;color:var(--dark-60)}.mobile-bottom{display:none}@media(max-width:1024px){.card-grid{grid-template-columns:repeat(2,1fr)}.article-grid{grid-template-columns:1fr}}@media(max-width:760px){.page{padding-top:56px}.top-nav{height:51px}.top-nav .container{grid-template-columns:auto 1fr auto;width:calc(var(--layout-viewport-width, 100vw) - 16px);gap:10px}.brand{width:40px;height:51px;display:flex;align-items:center}.brand img{width:40px;height:40px;position:static}.nav-links,.locale-badge{display:none}.hamburger{display:block}.mobile-panel{top:51px;width:calc(100% - 12px);border-radius:0 0 18px 18px}.page-shell,.container{width:min(320px,100%);padding:0 4px}.hero-box,.surface{border-radius:var(--radius-lg);padding:20px 12px}.hero-grid,.two-col,.newsletter{grid-template-columns:1fr}.hero-image{aspect-ratio:16 / 10;max-height:none}.img-frame,.card-thumb,.card-thumb.tall,.explore-card,.article-image{aspect-ratio:288 / 158;max-height:none}.title{font-size:48px}.section-title{font-size:24px}.card-grid{grid-template-columns:1fr;gap:20px}.newsletter h3{font-size:24px}.newsletter-book img{width:164px}.article-body h2{font-size:24px}.footer{margin-bottom:0}.footer-top,.footer-bottom{justify-content:center;text-align:center}.footer-logo{margin:0 auto}.footer-socials-icons{justify-content:center}.mobile-bottom{display:grid;grid-template-columns:repeat(4,1fr);background:var(--light-blue);border-top:1px solid rgba(15,41,33,.08);text-align:center;padding:8px 0 10px;margin-top:8px}.mobile-bottom a{font-size:11px;color:var(--dark-60)}.mobile-bottom a.active{color:var(--dark);font-weight:700}}.home-page .page{padding-top:0}.home-hero{position:relative;width:100%;height:737px;overflow:hidden}.hero-slider{position:absolute;inset:0;width:100%;height:100%}.hero-slider-slides{position:relative;width:100%;height:100%}.hero-slider-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .8s ease-in-out;will-change:opacity}.hero-slider-image--active{opacity:1}.home-hero-pagination button{width:10px;height:10px;border-radius:8px;background:#fff9;border:none;cursor:pointer;padding:0;transition:all .3s ease}.home-hero-pagination button:hover{background:#fffc}.home-hero-pagination button.is-active{width:71px;background:var(--white)}.home-hero-image{width:100%;height:100%;object-fit:cover}.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(117.81deg,#0000004d 18.14%,#0000 50.5%)}.home-hero-content{position:absolute;left:clamp(16px,7.5vw,108px);top:clamp(96px,23vw,182px);color:var(--white);max-width:640px}.home-hero-kicker{margin:0;font-family:Playfair Display,serif;font-weight:600;font-size:clamp(20px,3.6vw,64px);line-height:1.1}.home-hero-title{margin:0;font-family:Playfair Display,serif;font-weight:900;font-size:clamp(54px,7.7vw,110px);line-height:1}.home-hero-pagination{position:absolute;left:50%;bottom:28px;transform:translate(-50%);display:flex;gap:12px}.home-hero-pagination span{width:10px;height:10px;border-radius:8px;background:#fff9}.home-hero-pagination span.is-active{width:71px;background:var(--white)}.home-shell{width:min(1376px,calc(100% - 32px));margin:0 auto;padding:32px 0;display:grid;gap:32px}.home-section-title{margin:0 0 24px;font-family:Playfair Display,serif;font-weight:600;line-height:1.1;font-size:clamp(32px,4.45vw,64px);color:var(--dark)}.home-video-section{background:var(--light-green);border-radius:48px;padding:64px 108px}.home-video-frame{position:relative;height:494px;border-radius:12px;overflow:hidden}.home-video-frame img{width:100%;height:100%;object-fit:cover}.home-play-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:81px;height:81px;border-radius:50%;border:0;background:#ffffffe6;display:grid;place-items:center;cursor:pointer;padding:0}.home-play-btn img{width:24px;height:24px;object-fit:contain}.home-facts-section{padding:0 108px}.home-facts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.home-fact-card{min-height:183px;background:var(--light-blue);border-radius:12px;display:flex;gap:24px;align-items:center;padding:24px}.home-fact-card img{width:48px;height:48px;object-fit:contain;flex:0 0 auto}.home-fact-card p{margin:0;color:var(--dark-60);font-size:18px;line-height:1.5}.home-fact-card p a{color:var(--green);font-weight:700;text-decoration:none}.home-fact-card p a:hover,.home-fact-card p a:focus-visible{text-decoration:underline}.home-explore-section{background:var(--light-yellow);border-radius:48px;padding:64px 103px}.home-explore-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.home-explore-card{position:relative;height:310px;border-radius:12px;overflow:hidden}.home-explore-card img{width:100%;height:100%;object-fit:cover}.home-explore-tag{position:absolute;top:16px;left:16px;background:var(--white);border-radius:12px;padding:8px 24px;font-size:20px;font-weight:700;color:var(--dark)}.home-explore-btn{position:absolute;right:16px;bottom:16px;min-width:104px;border:1px solid var(--green);border-radius:12px;background:var(--white);color:var(--green);font-size:14px;font-weight:700;text-align:center;padding:8px 16px}.home-cta-section{background:var(--light-yellow);border-radius:48px;padding:64px;display:grid;grid-template-columns:1fr 395px;gap:48px;align-items:start}.home-cta-title{margin:0;font-family:Playfair Display,serif;font-weight:600;font-size:clamp(28px,3.35vw,48px);line-height:1.1;color:var(--dark)}.home-cta-highlight{color:var(--green);font-size:.5em}.home-cta-copy{margin:16px 0 32px;color:var(--dark-60);font-size:16px}.home-cta-form{display:flex;flex-direction:column;gap:20px;max-width:560px}.home-cta-form input{border:0;border-bottom:1px solid rgba(15,41,33,.6);background:transparent;font-size:14px;color:var(--dark);height:44px;outline:none}.home-cta-form .btn{align-self:flex-start}.home-cta-book{height:406px;border-radius:12px;background:var(--white);display:grid;place-items:center;overflow:hidden}.home-cta-book img{width:min(100%,275px);height:auto;object-fit:contain;transform:rotate(11deg)}.home-featured-section{background:var(--light-blue);border-radius:48px;padding:64px 108px}.home-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:55px}.home-feature-card{display:flex;flex-direction:column;gap:12px}.home-feature-thumb{height:350px;border-radius:12px;overflow:hidden}.home-feature-thumb img{width:100%;height:100%;object-fit:cover}.home-feature-card h3{margin:0;height:52px;overflow:hidden;font-family:Playfair Display,serif;font-weight:600;font-size:24px;line-height:1.1;color:var(--dark)}.home-feature-card p{margin:0;color:var(--dark-60);font-size:16px;line-height:1.5}.home-feature-card a{color:var(--green);font-size:16px;font-weight:700}.home-instagram-section{background:var(--light-yellow);border-radius:48px;padding:64px 108px}.home-instagram-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.home-instagram-item{aspect-ratio:275 / 203;border-radius:12px;overflow:hidden}.home-instagram-item img{width:100%;height:100%;object-fit:cover}@media(max-width:1200px){.home-video-section,.home-featured-section,.home-instagram-section,.home-explore-section,.home-facts-section{padding-left:20px;padding-right:20px}.home-cta-section{padding:20px;grid-template-columns:1fr}.home-cta-book{max-width:395px}}@media(max-width:760px){.home-hero{height:206px}.home-hero-content{left:8px;top:58px;max-width:210px}.home-hero-kicker{font-size:28px}.home-hero-title{font-size:58px}.home-hero-pagination{bottom:8px;gap:6px}.home-hero-pagination span,.home-hero-pagination button{width:6px;height:6px}.home-hero-pagination span.is-active,.home-hero-pagination button.is-active{width:36px}.home-shell{width:min(320px,100%);padding:16px 4px 24px;gap:24px}.home-video-section,.home-explore-section,.home-featured-section,.home-instagram-section,.home-cta-section{border-radius:12px;padding:16px}.home-facts-section{padding:0}.home-section-title{margin-bottom:12px;font-size:32px}.home-video-frame{height:158px}.home-play-btn{width:32px;height:32px}.home-play-btn img{width:10px;height:10px}.home-facts-grid{gap:2px}.home-fact-card{min-height:74px;border-radius:6px;gap:8px;padding:8px;align-items:flex-start}.home-fact-card img{width:18px;height:18px;margin-top:1px}.home-fact-card p{font-size:8px;line-height:1.25}.home-explore-grid{gap:8px}.home-explore-card{height:100px;border-radius:6px}.home-explore-tag{top:6px;left:6px;border-radius:6px;padding:3px 8px;font-size:8px}.home-explore-btn{right:6px;bottom:6px;min-width:52px;border-radius:6px;font-size:8px;padding:3px 6px}.home-cta-section{grid-template-columns:1.45fr 1fr;align-items:center;gap:8px}.home-cta-title{font-size:17px}.home-cta-copy{margin:4px 0 8px;font-size:9px;line-height:1.3}.home-cta-form{gap:5px}.home-cta-form input{height:13px;font-size:9px}.home-cta-form .btn{border-radius:4px;padding:4px 12px;font-size:9px}.home-cta-book{height:138px;border-radius:6px}.home-cta-book img{width:96px}.home-featured-grid{gap:8px}.home-feature-thumb{height:94px;border-radius:6px}.home-feature-card{gap:2px}.home-feature-card .chip{padding:2px 3px;border-radius:2px;font-size:7px}.home-feature-card h3{height:30px;font-size:12px}.home-feature-card p{font-size:9px;line-height:1.2}.home-feature-card a{font-size:9px}.home-instagram-grid{gap:4px}.home-instagram-item{border-radius:4px}}.blog-archive-shell{padding:48px 76px 64px}.blog-categories-row{display:grid;grid-template-columns:48px 1fr 1fr 1fr 48px;gap:12px;align-items:center;margin:10px 0 24px}.blog-arrow{width:48px;height:48px;border-radius:50%;border:1px solid rgba(15,41,33,.25);background:var(--white);color:var(--dark);font-size:28px;line-height:1;cursor:pointer}.blog-pill{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:8px;background:var(--green);color:var(--white);font-family:Playfair Display,serif;font-size:24px;font-weight:600;line-height:1.1}.blog-grid-top{margin-top:14px}.blog-newsletter{margin:36px 0}.blog-grid-bottom{gap:42px 24px}.blog-grid-bottom .card-thumb{aspect-ratio:1 / 1;max-height:350px}.blog-pagination{margin-top:20px}.category-hero-block{background:var(--light-blue);min-height:735px}.category-hero-content{padding-top:28px}.category-hero-title{margin:8px 0 12px;font-size:clamp(2.5rem,4.4vw,4rem)}.category-hero-image{height:472px;border-radius:12px;overflow:hidden}.category-hero-image img{width:100%;height:100%;object-fit:cover}.category-intro{margin-top:28px;margin-bottom:34px}.category-intro .copy{max-width:643px;font-size:18px}.category-articles-shell{padding:64px 76px 56px}.category-articles-shell .card-grid>.card{gap:12px}@media(max-width:760px){.blog-archive-shell,.category-articles-shell{padding:16px}.blog-categories-row{grid-template-columns:28px 1fr 1fr 1fr 28px;gap:6px;margin-bottom:14px}.blog-arrow{width:28px;height:28px;font-size:16px}.blog-pill{min-height:28px;font-size:12px}.blog-grid-bottom{gap:20px}.blog-grid-bottom .card-thumb{aspect-ratio:288 / 158;max-height:none}.category-hero-block{min-height:300px}.category-hero-content{padding-top:12px}.category-hero-title{margin:4px 0 8px;font-size:42px}.category-hero-image{height:140px;border-radius:8px}.category-intro{margin:14px 0 18px}.category-intro .copy{font-size:11px;max-width:none}}html:has(body.destinations-page){scroll-padding-top:112px}html:has(body.destinations-page) .footer{margin-top:0}.destinations-shell{width:min(1376px,calc(100% - 32px));margin:0 auto}.destinations-flow{padding:88px 0 120px;display:grid;gap:72px}.destinations-hero{background:transparent;position:relative;margin-top:-50px}.destinations-hero-bg{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,640px);grid-template-rows:1fr;z-index:0}.destinations-hero-bg-left{grid-column:1;grid-row:1;background:linear-gradient(180deg,#effefd,#f7fffc)}.destinations-hero-bg-left:before{content:"";position:absolute;top:0;bottom:0;right:100%;width:100vw;background:linear-gradient(180deg,#effefd,#f7fffc)}.destinations-hero-bg-right{grid-column:2;grid-row:1;background:linear-gradient(180deg,#fffffff5,#f0f6ffb3)}.destinations-hero-bg-right:after{content:"";position:absolute;top:0;bottom:0;left:100%;width:100vw;background:linear-gradient(180deg,#fffffff5,#f0f6ffb3)}.destinations-hero-grid{position:relative;z-index:1}.destinations-hero-grid{min-height:700px;display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,640px);align-items:stretch}.destinations-hero-copy{padding:112px 56px 72px 76px;background:linear-gradient(180deg,#effefd,#f7fffc);position:relative;display:grid;align-content:center;gap:18px}.destinations-hero-copy:before{content:"";position:absolute;top:0;bottom:0;right:100%;width:100vw;background:linear-gradient(180deg,#effefd,#f7fffc)}.destinations-hero-title{margin:0;font-family:Playfair Display,serif;font-weight:600;font-size:clamp(3rem,8.9vw,8rem);line-height:1.1;color:var(--dark)}.destinations-hero-title span{color:var(--green)}.destinations-hero-lead{margin:0;max-width:544px;color:var(--dark-60);font-size:20px;line-height:1.65}.destinations-hero-map{background:linear-gradient(180deg,#ffffffeb,#f0f6ffb3);border-left:1px solid rgba(15,41,33,.05);min-height:700px;overflow:hidden;position:relative}.destinations-hero-map:after{content:"";position:absolute;top:0;bottom:0;left:100%;width:100vw;background:linear-gradient(180deg,#fffffff5,#f0f6ffb3)}.destinations-hero-map-inner{height:100%;display:grid;align-content:center;place-items:center;padding:16px 18px}.interactive-brazil-map{width:100%;max-width:none;display:block}.interactive-brazil-map__prompt{position:absolute;right:16px;bottom:16px;z-index:10;display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:0;background:transparent;color:var(--dark);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;line-height:1.15;text-align:right;pointer-events:none}.interactive-brazil-map__frame{position:relative;width:100%;overflow:hidden;padding:18px 16px;border-radius:32px;background:linear-gradient(180deg,#ffffffd1,#fffffff7);box-shadow:0 24px 44px #0f292114}.interactive-brazil-map__figure{position:relative;width:calc(100% + 34px);margin:-18px -18px -8px -16px;aspect-ratio:602.272 / 599.523}.interactive-brazil-map__svg{position:absolute;inset:0;display:block;width:100%;height:100%}.interactive-brazil-map__svg [data-region-shape]{cursor:pointer;transition:transform .16s ease;transform-origin:center;transform-box:fill-box;outline:none;-webkit-tap-highlight-color:transparent}.interactive-brazil-map__svg [data-region-shape]:focus,.interactive-brazil-map__svg [data-region-shape]:focus-visible{outline:none}.interactive-brazil-map__region-base,.interactive-brazil-map__region-repair,.interactive-brazil-map__region-display{shape-rendering:geometricPrecision}.interactive-brazil-map__region-hit{pointer-events:all}.interactive-brazil-map__region-display{opacity:0;pointer-events:none;transition:opacity .16s ease,filter .16s ease}.interactive-brazil-map__svg [data-region-shape].is-hovered .interactive-brazil-map__region-display,.interactive-brazil-map__svg [data-region-shape].is-active .interactive-brazil-map__region-display{opacity:1;filter:drop-shadow(0 18px 18px rgba(15,41,33,.16))}.interactive-brazil-map__svg [data-region-shape].is-hovered,.interactive-brazil-map__svg [data-region-shape].is-active{transform:scale(1.035)}.interactive-brazil-map__legend{position:absolute;left:16px;bottom:16px;margin:0;padding:0;list-style:none;display:grid;gap:8px}.interactive-brazil-map__legend-link{display:inline-flex;align-items:center;gap:10px;padding:6px 10px;border-radius:999px;color:var(--dark);background:#ffffffb8;backdrop-filter:blur(10px);transition:background .16s ease,transform .16s ease,box-shadow .16s ease,border-color .16s ease;border:1px solid transparent}.interactive-brazil-map__legend-link.is-hovered,.interactive-brazil-map__legend-link.is-active{background:var(--white);border-color:#0f292114;box-shadow:0 10px 20px #0f29211f;transform:translate(4px)}.interactive-brazil-map__legend-dot{width:20px;height:20px;border-radius:50%;flex:0 0 auto;background:var(--legend-color)}[data-region-section]{scroll-margin-top:112px}.dest-region{border-radius:48px;padding:52px 56px;position:relative;overflow:hidden;box-shadow:0 24px 44px #0f29210d}.dest-region:after{content:"";position:absolute;inset:auto -72px -72px auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,#ffffff73,#fff0 70%);pointer-events:none}.tone-yellow{background:var(--light-yellow)}.tone-green-soft{background:var(--light-green)}.tone-blue-soft{background:var(--light-blue)}.dest-region-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,448px);gap:40px;align-items:stretch}.dest-region-reversed .dest-region-content{order:2}.dest-region-reversed .dest-map-card{order:1}.dest-region-content{display:grid;gap:16px;max-width:560px}.dest-region-title{margin:0;font-family:Playfair Display,serif;font-weight:600;font-size:clamp(2rem,4.45vw,4rem);line-height:1.1;color:var(--dark);max-width:440px}.accent-north{color:var(--yellow)}.accent-green{color:var(--green)}.accent-orange{color:#f77d39}.accent-blue{color:#215fff}.accent-teal{color:#00bebe}.dest-region-copy{margin:0;color:var(--dark-60);font-size:18px;line-height:1.7}.dest-region-bestfor{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;width:fit-content;padding:10px 14px;border-radius:999px;background:#ffffffb3;border:1px solid rgba(15,41,33,.08);color:var(--dark);font-size:14px;font-weight:700}.dest-region-highlights{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.dest-region-highlight{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#ffffff9e;color:var(--dark);font-size:13px;font-weight:700}.dest-map-card{min-height:248px;border-radius:28px;overflow:hidden;background:#ffffffd1;display:grid;place-items:center;position:relative;align-self:stretch;box-shadow:inset 0 0 0 1px #0f29210f,0 18px 32px #0f292114}.region-section-map{position:absolute;top:12px;left:12px;width:calc(100% - 24px);height:calc(100% - 24px);display:flex;align-items:center;justify-content:center}.region-section-map svg{display:block;width:auto;height:auto;max-width:100%;max-height:100%}.region-section-map svg path:not([data-region-piece]){pointer-events:none}.region-section-map [data-region-piece]{cursor:default;transition:transform .16s ease;transform-origin:center;transform-box:fill-box;will-change:transform}.region-section-map:hover [data-region-piece],.region-section-map:focus-within [data-region-piece]{transform:scale(1)}.region-section-map [data-region-piece]:hover,.region-section-map [data-region-piece]:focus-visible{transform:scale(1.035)}.dest-states-open,.dest-states-collapsed{margin-top:36px;border-radius:28px;border:1px solid rgba(15,41,33,.06)}.dest-states-open{padding:0;display:grid;gap:18px;border:0}.dest-states-collapsed{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:0 16px;color:var(--dark);font-size:18px}.dest-states-label{margin:0 0 12px;display:inline-flex;align-items:center;gap:10px;padding:0;background:transparent;border-radius:0;border:none;color:var(--dark);font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;box-shadow:none}.dest-states-label:before{content:"";width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f2921' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0}.dest-state-pill-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.dest-states-reversed{margin-top:56px}.dest-state-card{display:flex;flex-direction:column;gap:12px;min-height:280px;padding:16px;border-radius:22px;background:var(--white);border:1px solid rgba(15,41,33,.06);box-shadow:0 18px 32px #0f292114;color:var(--dark);text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;overflow:hidden}.dest-state-card:hover{transform:translateY(-3px);border-color:#009b3a33;box-shadow:0 22px 38px #0f29211f}.dest-state-card__image{width:100%;height:140px;min-height:140px;border-radius:14px;overflow:hidden;flex-shrink:0}.dest-state-card__image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .2s ease}.dest-state-card:hover .dest-state-card__image img{transform:scale(1.05)}.dest-state-card__content{display:flex;flex-direction:column;gap:6px;flex:1}.dest-state-card__eyebrow{color:var(--dark-60);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.dest-state-card__title{font-family:Playfair Display,serif;font-size:24px;line-height:1.1}.dest-state-card__meta{color:var(--dark-60);font-size:14px;line-height:1.5}.dest-state-card__cta{margin-top:auto;padding-top:8px;color:var(--green);font-size:14px;font-weight:800}@media(min-width:1024px)and (max-width:1439px){.destinations-hero-bg,.destinations-hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr)}.destinations-hero-copy{padding:96px 40px 56px 48px}.destinations-hero-title{font-size:clamp(6.5rem,10.25vw,8rem)}.dest-region{padding:44px 40px}.dest-region-head{grid-template-columns:minmax(0,1.73fr) minmax(0,1fr);gap:32px}.dest-region-title{font-size:4rem;max-width:360px}.dest-state-pill-row{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1023px){.destinations-hero{margin-top:-50px}.destinations-hero-bg{inset:0;grid-template-columns:1fr;grid-template-rows:1fr 1fr}.destinations-hero-bg-left{grid-column:1;grid-row:1}.destinations-hero-bg-right{grid-column:1;grid-row:2}.destinations-hero-grid,.dest-region-head{grid-template-columns:1fr}.destinations-hero-copy{padding:96px 32px 40px}.destinations-hero-map{min-height:460px;border-left:0;border-top:1px solid rgba(15,41,33,.05)}.destinations-hero-map:after{display:none}.dest-region{padding:36px 32px}.dest-region-content,.dest-region-title{max-width:none}.dest-region-reversed .dest-region-content,.dest-region-reversed .dest-map-card{order:initial}}@media(max-width:760px){.destinations-shell{width:min(calc(100% - 16px),360px);padding:0}.destinations-flow{gap:20px;padding:24px 0 28px}.destinations-hero-grid{min-height:auto;grid-template-columns:1fr}.destinations-hero-copy{padding:28px 20px 22px;gap:14px}.destinations-hero-title{font-size:clamp(3.8rem,18vw,4.8rem)}.destinations-hero-lead{font-size:17px}.destinations-hero{margin-top:-50px}.destinations-hero-bg{inset:0;grid-template-columns:1fr;grid-template-rows:1fr 1fr}.destinations-hero-bg-left{grid-column:1;grid-row:1}.destinations-hero-bg-right{grid-column:1;grid-row:2}.destinations-hero-map{min-height:auto}.destinations-hero-map:after{display:none}.destinations-hero-map-inner{padding:18px 14px 20px}.interactive-brazil-map__prompt{right:12px;bottom:12px;max-width:164px;font-size:10px;padding:7px 10px}.interactive-brazil-map__frame{padding:12px 12px 14px;border-radius:24px}.interactive-brazil-map__figure{width:calc(100% + 18px);margin:-8px -8px 0 -10px}.interactive-brazil-map__legend{position:static;margin-top:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.interactive-brazil-map__legend-link{width:100%;justify-content:flex-start;padding:8px 10px;font-size:14px}.dest-region{border-radius:28px;padding:24px 18px}.dest-region-title{font-size:clamp(2.5rem,14vw,3.4rem)}.dest-region-bestfor{font-size:13px}.dest-region-highlight{font-size:12px}.dest-region-copy{font-size:16px}.dest-map-card{height:190px;min-height:190px;border-radius:18px}.region-section-map{top:16px;left:16px;width:calc(100% - 32px);height:calc(100% - 32px)}.dest-states-open,.dest-states-collapsed{margin-top:24px}.dest-states-open{padding:0;gap:14px}.dest-states-reversed{margin-top:36px}.dest-state-pill-row{grid-template-columns:1fr}.dest-state-card{min-height:260px;padding:14px;gap:10px}.dest-state-card__image{width:100%;height:120px;min-height:120px;border-radius:12px}.dest-state-card__title{font-size:20px}.dest-state-card__meta,.dest-state-card__cta{font-size:13px}}.cms-page-shell{display:grid;gap:24px}.location-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:24px;align-items:center}.location-hero__copy{display:grid;gap:16px}.location-hero__copy .title{max-width:720px}.location-hero__media{border-radius:var(--radius-md);overflow:hidden;min-height:100%;background:#0f29210a}.location-hero__media img{width:100%;height:100%;object-fit:cover}.location-hero__media--map{padding:24px}.region-browse-section,.cms-rich-section{display:grid;gap:24px}.region-browse__header,.cms-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.region-browse__copy{display:grid;gap:12px}.empty-state-message{padding:18px 20px;border-radius:var(--radius-md);background:#ffffffbf}.portable-text{display:grid;gap:18px}.portable-text :where(p,ul,ol){margin:0;color:var(--dark-60);font-size:16px;line-height:1.7}.portable-text :where(h2,h3){margin:8px 0 0;font-family:Playfair Display,serif;line-height:1.1;color:var(--dark)}.portable-text h2{font-size:clamp(1.5rem,2.5vw,2.2rem)}.portable-text h3{font-size:clamp(1.2rem,2vw,1.6rem)}.portable-text ul,.portable-text ol{padding-left:20px}.portable-image{margin:0;display:grid;gap:10px}.portable-image img{width:100%;border-radius:var(--radius-md);object-fit:cover}.portable-image figcaption{color:var(--dark-60);font-size:14px}.city-content-hero{display:grid;gap:24px}.city-content-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:24px;align-items:start}.city-content-hero__copy{display:grid;gap:16px}.city-content-hero__media{border-radius:var(--radius-md);overflow:hidden;background:#0f29210a}.city-content-hero__media img{width:100%;height:100%;object-fit:cover}.content-meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--dark-60);font-size:14px}.content-meta span{padding:6px 10px;border-radius:var(--radius-sm);background:#ffffffb3}.cms-author-box{display:grid;gap:12px}.cms-author-links a{text-decoration:none}@media(max-width:900px){.location-hero,.city-content-hero__grid{grid-template-columns:1fr}.region-browse__header,.cms-section-heading{flex-direction:column}.location-hero__media--map{min-height:360px}}.cms-dark-theme{background:radial-gradient(circle at top left,rgba(9,155,58,.18),transparent 30%),radial-gradient(circle at top right,rgba(63,116,251,.12),transparent 28%),#07120f;color:#ecf8f1}.cms-dark-theme .top-nav,.cms-dark-theme .mobile-panel{background:#040a08eb;border-color:#ecf8f114;backdrop-filter:blur(16px)}.cms-dark-theme .nav-link,.cms-dark-theme .footer-links a,.cms-dark-theme .mobile-bottom a,.cms-dark-theme .breadcrumb,.cms-dark-theme .copy,.cms-dark-theme .portable-text :where(p,ul,ol),.cms-dark-theme .content-meta,.cms-dark-theme .portable-image figcaption{color:#ecf8f1bd}.cms-dark-theme .brand img{box-shadow:0 0 0 1px #ecf8f11f}.cms-dark-theme .top-nav.scrolled .brand img{box-shadow:0 0 0 1px #ecf8f12e}.cms-dark-theme .title,.cms-dark-theme .section-title,.cms-dark-theme .card-title,.cms-dark-theme .portable-text :where(h2,h3),.cms-dark-theme .region-browse__copy h2,.cms-dark-theme .footer-copy,.cms-dark-theme .nav-link.active{color:#f8fffb}.cms-dark-theme .surface.light-green{background:linear-gradient(180deg,#0a1813f2,#07120ff2);border:1px solid rgba(123,230,171,.12)}.cms-dark-theme .surface.light-blue{background:linear-gradient(180deg,#0b141ff2,#070e18f2);border:1px solid rgba(123,173,255,.12)}.cms-dark-theme .surface.light-yellow{background:linear-gradient(180deg,#1f180bf2,#130e07f2);border:1px solid rgba(254,223,0,.12)}.cms-dark-theme .location-hero__media,.cms-dark-theme .city-content-hero__media,.cms-dark-theme .empty-state-message,.cms-dark-theme .content-meta span{background:#ffffff0d}.cms-dark-theme .location-hero__media,.cms-dark-theme .city-content-hero__media,.cms-dark-theme .card-thumb,.cms-dark-theme .portable-image img{box-shadow:0 18px 42px #00000047}.cms-dark-theme .card{padding:14px;border-radius:var(--radius-md);background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.cms-dark-theme .card-copy,.cms-dark-theme .card-link,.cms-dark-theme .state-pill,.cms-dark-theme .cms-author-links a{color:#d8f0e4}.cms-dark-theme .state-pill{background:#ffffff14}.cms-dark-theme .footer,.cms-dark-theme .mobile-bottom{background:#040a08e6}[data-scroll-animate]{opacity:0;transform:translateY(24px);transition:opacity .8s cubic-bezier(.25,.1,.25,1),transform .8s cubic-bezier(.25,.1,.25,1);will-change:opacity,transform}[data-scroll-animate].is-visible{opacity:1;transform:translateY(0)}[data-scroll-animate=fade-up-scale]{opacity:0;transform:translateY(32px) scale(.98);transition:opacity 1s cubic-bezier(.25,.1,.25,1),transform 1s cubic-bezier(.25,.1,.25,1)}[data-scroll-animate=fade-up-scale].is-visible{opacity:1;transform:translateY(0) scale(1)}[data-scroll-animate=fade]{opacity:0;transform:none;transition:opacity .6s cubic-bezier(.25,.1,.25,1)}[data-scroll-animate=fade].is-visible{opacity:1}@media(prefers-reduced-motion:reduce){[data-scroll-animate],[data-scroll-animate=fade-up-scale],[data-scroll-animate=fade]{opacity:1;transform:none;transition:none}}
