:root{--blue:#004781;--navy:#072d68;--pale:#edf6fd;--red:#e3172c;--ink:#143a6a;--sans:'DM Sans',Arial,sans-serif;--serif:'Playfair Display',Georgia,serif;--script:'Caveat',cursive}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f6fbff;color:var(--navy);font-family:var(--sans);font-size:16px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #e3172c;outline-offset:5px}main:focus{outline:none}h1,h2,h3,p{margin:0}p{line-height:1.55}h1,h2{font-family:var(--serif);font-weight:500;letter-spacing:-.045em}h1{font-size:clamp(3rem,5.3vw,6rem);line-height:1.08}h1 em{font-family:var(--script);font-weight:500;font-style:normal;letter-spacing:-.035em}h3{font-size:1.08rem;line-height:1.25}svg.photo{display:block;width:100%;height:auto;overflow:hidden}.icon{width:25px;height:25px;flex-shrink:0;vertical-align:middle}header{height:104px;padding:10px 4.3%;display:flex;align-items:center;gap:30px;background:#fff;position:relative;z-index:10}header .brand{width:146px;flex-shrink:0;align-self:flex-start}.brand svg{width:100%;height:103px;display:block}nav{display:flex;align-items:center;justify-content:center;gap:clamp(14px,2vw,34px);flex:1}nav a{font-size:14px;position:relative;padding:18px 0;white-space:nowrap}nav a:after{content:'';position:absolute;bottom:8px;left:0;height:2px;width:100%;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s}nav a:hover:after,nav a.active:after{transform:scaleX(1)}.button{display:inline-flex;justify-content:center;align-items:center;gap:22px;border:1px solid #e0eaf2;background:#fff;color:#033e72;border-radius:999px;font-size:14px;font-weight:600;padding:16px 26px;min-height:46px;transition:transform .25s,box-shadow .25s,background .25s;line-height:1.2}.button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #002b6a20}.button span{font-size:22px;line-height:1}.button.blue{background:linear-gradient(100deg,#054f90,#003e70);color:white;border:0}.button.small{padding:10px 24px;min-height:42px}.menu-toggle{display:none;border:0;background:none;color:var(--navy);font-size:28px}.eyebrow{font-size:14px;letter-spacing:.37em;font-weight:700;margin-bottom:14px}.handwritten{font-family:var(--script);font-size:clamp(27px,2.8vw,42px);line-height:1.03;transform:rotate(-9deg);font-weight:500}.handwritten b{color:var(--red)}.home-hero{min-height:650px;height:calc(100svh - 104px);max-height:1000px;position:relative;isolation:isolate;overflow:hidden;color:white}.hero-backdrop{position:absolute;inset:0;background:url('/assets/hero.png') center 61%/cover;z-index:-2;animation:hero-settle 1.8s cubic-bezier(.16,1,.3,1) both}.home-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(#093e6120,transparent 52%,#00264c70);z-index:-1}.home-copy{text-align:center;padding:30px 20px 0}.home-copy h1{font-size:clamp(60px,6vw,92px)}.home-copy h1 em{display:block;font-size:1.23em;line-height:.96}.home-copy>p:not(.eyebrow){margin:22px 0 26px;font-weight:500}.hero-location{position:absolute;bottom:38px;left:5%;display:flex;align-items:flex-start;gap:14px;font-size:14px}.hero-location strong{display:block}.experience-link{position:absolute;bottom:39px;right:5%;display:flex;align-items:center;gap:14px;font-size:14px}.play{display:grid;place-items:center;width:48px;height:48px;border:1px solid white;border-radius:50%;transition:background .3s}.experience-link:hover .play{background:#ffffff30}.features{display:flex;justify-content:space-between;gap:12px;padding:25px 3%;margin:20px 2.3%;border:1px solid white;border-radius:17px;background:#ffffffb8}.features>div{display:flex;align-items:center;gap:19px;padding-right:20px;border-right:1px solid #c9dcec;flex:1}.features>div:last-child{border:0;padding-right:0}.features .icon{width:39px;height:39px}.features p{font-size:14px;line-height:1.4}.features strong{display:block;font-weight:600}.experience-hero{height:350px;position:relative;text-align:center;padding:18px 20px;isolation:isolate;overflow:hidden}.experience-backdrop{position:absolute;inset:0;z-index:-2;background:url('/assets/experience-hero.png') center/cover}.experience-hero:after{content:'';position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 48% 40%,#ffffffde, #e6f5ff8c 34%,transparent 66%)}.experience-hero h1{font-size:clamp(54px,5.4vw,88px)}.experience-hero h1 em{display:block;font-size:1.08em;line-height:.83;margin-bottom:23px}.experience-hero .eyebrow{margin-bottom:4px}.experience-hero>div>p:last-child{font-size:19px;line-height:1.3}.hero-note{position:absolute;right:3%;top:32px}.experience-body{padding:0 2.3% 4px;background:linear-gradient(white,#eaf5ff);border-radius:27px 27px 0 0}.filterbar{position:relative;z-index:2;display:flex;gap:14px;align-items:center;justify-content:center;padding:18px 24px;background:#fffffff2;border-radius:999px;margin:-25px 2% 18px}.chip{background:#edf5ff;color:var(--navy);border:0;border-radius:999px;padding:13px 24px;min-height:44px;white-space:nowrap;font-size:14px;transition:background .2s,color .2s}.chip.active,.chip:hover{background:var(--blue);color:white}.search-toggle{display:flex;align-items:center;gap:8px;max-width:175px}.search-toggle input{min-width:0;width:100%;border:0;background:#edf5ff;border-radius:20px;padding:12px;color:var(--navy);font-size:14px}.experience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.experience-card{height:330px;border-radius:13px;overflow:hidden;position:relative;isolation:isolate;background:#173b43;color:white}.experience-photo{position:absolute;inset:0;z-index:-2;transition:transform .7s}.experience-photo .photo{width:100%;height:100%;object-fit:cover}.experience-card:after{content:'';position:absolute;inset:42% 0 0;z-index:-1;background:linear-gradient(#132c35ef,#132c35)}.experience-card:hover .experience-photo{transform:scale(1.025)}.experience-info{position:absolute;left:24px;right:24px;bottom:18px}.experience-info h2{font-size:clamp(27px,2.7vw,39px);line-height:1.15;margin:2px 0 5px}.experience-info p{font-size:16px;line-height:1.25;max-width:300px}.experience-info>p:first-child{display:flex;align-items:center;gap:10px;margin-bottom:4px}.experience-info .button{margin-top:12px}.experience-body .features{margin:18px 0 10px}.destinations-layout{padding:25px 2.5% 20px;display:grid;grid-template-columns:1fr 1fr;gap:22px;background:linear-gradient(130deg,#e9f8ff,#cceafd 48%,#e6f5fd)}.destination-intro{min-width:0}.destination-intro>.reveal{padding:32px 12px 14px}.destination-intro h1{font-size:clamp(40px,3.6vw,66px);white-space:nowrap}.destination-intro h1 em{font-size:1.17em}.destination-intro>.reveal>p:last-child{margin-top:12px;font-size:17px}.explore-layout{display:grid;grid-template-columns:235px 1fr;gap:20px}.filters{background:#ffffffed;align-self:start;padding:20px;border-radius:20px;box-shadow:0 15px 30px #468db814}.search-field{display:flex;align-items:center;background:#edf6ff;border-radius:99px;padding:10px;gap:7px}.search-field .icon{width:18px}.search-field input{width:100%;min-width:0;border:0;background:none;font-size:14px;color:var(--navy)}fieldset{border:0;border-bottom:1px solid #d5e5f0;padding:12px 0;margin:8px 0}legend{font-weight:600;padding-top:10px}fieldset label{display:flex;align-items:center;gap:7px;font-size:14px;margin:7px 0}input[type=checkbox]{accent-color:var(--blue);width:17px;height:17px}.filters .button{width:100%;padding:13px}.map-wrap{position:relative;min-width:0;max-width:330px;margin:auto}.map-wrap .photo{max-height:485px}.map-wrap>.handwritten{position:absolute;left:-20px;top:43%;font-size:26px;width:140px;padding:8px;background:#eaf8ffd9}.destinations-catalog{background:#fffffff0;padding:12px;border-radius:20px;align-self:start}.filterbar.compact{margin:0 0 12px;padding:0;gap:7px;border-radius:0;flex-wrap:wrap}.compact .chip{flex:1;padding:9px 12px;font-size:13px;min-height:34px}.destination-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.destination-card{background:#fff;border:1px solid #e6f0f7;border-radius:10px;overflow:hidden;transition:box-shadow .3s,transform .3s}.destination-card:hover{box-shadow:0 10px 23px #07355e17;transform:translateY(-4px)}.destination-photo{overflow:hidden}.destination-photo .photo{transition:transform .6s}.destination-card:hover .photo{transform:scale(1.04)}.destination-info{padding:10px}.destination-info h2{display:flex;gap:4px;align-items:center;font-size:20px;letter-spacing:-.025em}.destination-info h2 .icon{width:17px;height:19px}.destination-info>p{font-size:14px;line-height:1.4;margin:8px 0;min-height:59px;color:#365d91}.tags{display:flex;justify-content:space-between;gap:5px;font-size:12px;margin:12px 0}.tags span{display:flex;align-items:center;gap:4px}.tags .icon{width:18px;height:18px}.destination-info .button{width:100%;font-size:13px;padding:10px}.about-hero{position:relative;isolation:isolate;height:355px;background:#164864;color:#fff;overflow:hidden}.about-photo{position:absolute;inset:0 0 0 28%;z-index:-2}.about-photo .photo{width:100%;height:100%}.about-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#082e50 0%,#082e50ec 24%,#082e5075 43%,transparent 68%);z-index:-1}.about-copy{padding:42px 5.5%}.about-copy h1{font-size:clamp(39px,4vw,65px)}.about-copy>p:last-child{font-size:18px;margin-top:19px;line-height:1.45}.about-hero>.handwritten{position:absolute;right:4%;top:35px;color:#12385d;font-size:35px;background:#b7d9ed60;padding:8px}.about-hero:after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:25px;background:#fff;clip-path:polygon(0 65%,3% 70%,6% 46%,9% 58%,12% 30%,15% 52%,19% 35%,23% 51%,28% 29%,32% 15%,38% 28%,43% 0,49% 39%,54% 22%,60% 41%,65% 18%,70% 49%,76% 56%,80% 40%,87% 65%,93% 48%,100% 65%,100% 100%,0 100%)}.about-body{padding:20px 5.5% 45px;background:#fff}.section-title{font-size:42px;letter-spacing:-.035em}.timeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:35px;padding:25px 0 38px}.timeline article{position:relative;padding:0 20px}.timeline article:after{content:'';position:absolute;height:1px;background:#b8c7d4;top:52px;left:18px;right:-58px}.timeline article:last-child:after{right:calc(100% - 25px)}.timeline .icon{width:30px;height:30px;display:block;margin-bottom:36px}.timeline-dot{position:absolute;left:22px;top:46px;width:12px;height:12px;background:var(--navy);border-radius:50%;z-index:1}.timeline strong{font-size:19px}.timeline h3{margin:8px 0 10px}.timeline p{font-size:16px;line-height:1.3;color:#385c8a}.team-heading{display:flex;align-items:center;gap:30px;margin-bottom:20px}.team-heading p{font-size:16px;color:#385c8a}.team-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr)) .85fr;gap:22px}.team-card{padding:5px 5px 13px;border-radius:10px;background:#fff;box-shadow:0 5px 15px #102f5617;overflow:hidden}.team-card .photo{border-radius:6px}.team-card h3{padding:10px 9px 4px;font-size:16px}.team-card p{padding:0 9px;font-size:14px;color:#385c8a}.team-note{align-self:center;font-size:39px}.contact-layout{max-width:1240px;margin:auto;padding:65px 5% 55px;display:grid;grid-template-columns:1fr 1fr;gap:35px 65px;background:#fff}.contact-copy h1{font-size:clamp(38px,4vw,57px)}.contact-copy>.eyebrow{font-size:13px;letter-spacing:.2em}.contact-copy>p:not(.eyebrow){margin-top:20px;font-size:17px}.contact-list{margin-top:27px}.contact-list>a,.contact-list>div{display:flex;align-items:flex-start;gap:22px;border-bottom:1px solid #e1eaf0;padding:17px 0;transition:color .2s}.contact-list>a:hover{color:#0081b9}.contact-list strong{display:block;font-size:16px}.contact-list span{font-size:14px;line-height:1.55}.contact-list .icon{width:28px;height:28px}.contact-list b{margin-left:auto;font-size:23px}.contact-list>div:last-child{border:0}.contact-form{padding:28px;background:#f1f7f9;border-radius:18px;align-self:start;margin-top:32px}.contact-form h2{font-size:25px;letter-spacing:-.04em;margin-bottom:21px}.contact-form label{display:block;margin-bottom:14px}.contact-form label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid #dbe5eb;border-radius:5px;background:#fff;padding:15px;color:#183e69;font-size:14px}.contact-form textarea{resize:vertical;min-height:135px}.contact-form .button{width:100%;justify-content:space-between}.form-note,#form-status{font-size:12px;text-align:center;color:#527093;margin-top:12px}.contact-note{grid-column:2;text-align:center;font-size:38px}.empty{padding:40px;grid-column:1/-1;min-height:220px}.empty a{text-decoration:underline}footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 4%;border-top:1px solid #dce9f3;background:#fff;color:#426083;font-size:12px}dialog{border:0;border-radius:18px;padding:44px;max-width:520px;width:calc(100% - 36px);color:var(--navy);box-shadow:0 20px 80px #001d4040}dialog::backdrop{background:#001c4699;backdrop-filter:blur(5px)}dialog h2{font-size:36px;margin:15px 0}dialog p{margin-bottom:20px}dialog .close{position:absolute;right:16px;top:10px;border:0;background:none;font-size:32px;color:var(--navy)}.skip{position:fixed;top:-90px;left:20px;z-index:100;background:#fff;padding:15px}.skip:focus{top:10px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--delay,0ms),transform .7s cubic-bezier(.16,1,.3,1) var(--delay,0ms)}.reveal.shown{opacity:1;transform:translateY(0)}@keyframes hero-settle{from{transform:scale(1.05)}to{transform:scale(1)}}body[data-page=contacto]{background:#fff}
@media(min-width:1500px){.home-copy{padding-top:50px}.home-copy h1{font-size:100px}.experience-hero{height:365px}.experience-card{height:350px}.destinations-layout{gap:30px}.destination-info h2{font-size:24px}.destination-info>p{font-size:16px}.destination-intro h1{font-size:64px}.destination-info{padding:12px}.explore-layout{grid-template-columns:245px 1fr}}
@media(max-width:1150px){header{gap:20px;padding:10px 3%;height:94px}.brand svg{height:90px}header .brand{width:125px}.nav-cta{padding:13px 17px;font-size:13px}nav{gap:14px}nav a{font-size:13px}.filterbar{gap:8px;padding:15px}.chip{padding:11px 17px}.search-toggle{max-width:120px}.hero-note{display:none}.destinations-layout{grid-template-columns:1fr}.destination-intro>.reveal{padding-top:0}.destination-intro h1{font-size:56px}.explore-layout{grid-template-columns:1fr 260px}.filters{display:grid;grid-template-columns:1fr 1fr;gap:12px}.filters fieldset{grid-row:2}.filters .button{align-self:end}.map-wrap .photo{height:310px}.map-wrap>.handwritten{left:-15px;font-size:23px}.destination-info>p{min-height:40px}.destination-photo .photo{max-height:185px}.team-grid{gap:12px}.team-note{display:none}.team-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.timeline{gap:10px}.timeline article{padding:0 10px}.timeline article:after{left:10px;right:-20px}.timeline-dot{left:12px}.features>div{gap:10px;padding-right:10px}.features .icon{width:30px}.features p{font-size:12px}.about-hero>.handwritten{font-size:29px}}
@media(max-width:850px){header{height:84px;justify-content:space-between;gap:15px}.brand svg{height:80px}header .brand{width:110px}.menu-toggle{display:block;order:3}.nav-cta{margin-left:auto}.nav-cta span{display:none}nav{display:none;position:absolute;top:84px;left:0;right:0;background:white;box-shadow:0 12px 20px #17345810;padding:16px 26px;align-items:stretch}nav.open{display:flex;flex-direction:column;gap:0}nav a{font-size:16px;padding:13px 0}.home-hero{height:calc(100svh - 84px);min-height:650px}.home-copy h1{font-size:65px}.hero-backdrop{background-position:45% center}.experience-hero{height:320px}.experience-hero h1{font-size:64px}.filterbar{margin:-18px 0 16px;justify-content:flex-start;border-radius:20px;flex-wrap:wrap}.chip{font-size:13px;min-height:40px;padding:10px 16px}.search-toggle{max-width:200px}.experience-grid{grid-template-columns:1fr 1fr}.experience-card{height:340px}.features{flex-wrap:wrap;padding:20px}.features>div{flex-basis:30%;border:0}.features p{font-size:13px}.timeline{grid-template-columns:1fr;gap:0;padding-bottom:24px}.timeline article{padding:0 0 25px 60px}.timeline .icon{position:absolute;left:0;top:0;width:27px;height:27px}.timeline-dot{left:38px;top:7px;width:8px;height:8px}.timeline article:after{left:41px;top:8px;bottom:0;width:1px;height:auto;right:auto}.timeline article:last-child:after{display:none}.timeline h3{margin:4px 0 7px}.timeline p{max-width:550px}.team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.team-heading{display:block}.team-heading p{margin-top:12px}.about-hero>.handwritten{display:none}.about-copy{padding:35px 5%}.about-copy h1{font-size:45px}.about-copy>p:last-child{font-size:16px;max-width:420px}.contact-layout{padding:45px 5%;gap:28px}.contact-copy h1{font-size:40px}.contact-form{padding:22px;margin-top:20px}.contact-copy>p:not(.eyebrow){font-size:16px}footer{flex-wrap:wrap}}
@media(max-width:560px){header{padding:7px 5%;height:80px}.brand svg{height:76px}.nav-cta{padding:12px 15px;min-height:42px;font-size:12px}nav{top:80px}.home-hero{min-height:630px;height:calc(100svh - 80px);max-height:820px}.home-copy{padding:34px 16px 0}.home-copy .eyebrow{font-size:11px;letter-spacing:.25em}.home-copy h1{font-size:53px}.home-copy h1 em{font-size:1.04em}.home-copy>p:not(.eyebrow){font-size:15px;max-width:310px;margin:18px auto 24px}.hero-backdrop{background-position:47% bottom;background-size:auto 100%}.home-hero:after{background:linear-gradient(#12395640,transparent 48%,#002f53a1)}.hero-location{left:6%;bottom:75px;font-size:13px}.experience-link{bottom:20px;right:6%;font-size:13px}.play{height:38px;width:38px}.features{gap:20px;margin:15px}.features>div{flex-basis:42%;align-items:flex-start}.features p{font-size:12px}.features>div:last-child{flex-basis:100%}.features .icon{width:26px;height:26px}.experience-hero{height:300px;padding-top:26px}.experience-hero h1{font-size:46px}.experience-hero h1 em{font-size:1.08em;margin-bottom:24px}.experience-hero>div>p:last-child{font-size:16px}.experience-hero .eyebrow{font-size:12px;letter-spacing:.3em;margin-bottom:10px}.experience-backdrop{background-position:70% center}.experience-hero:after{background:linear-gradient(90deg,#e9f7ffdd,#e9f7ff9c 65%,transparent)}.experience-body{padding:0 5% 5px}.filterbar{padding:13px;gap:7px}.chip{font-size:12px;padding:9px 12px;min-height:38px}.search-toggle{max-width:none;width:100%}.search-toggle input{font-size:14px}.experience-grid{grid-template-columns:1fr}.experience-card{height:360px}.experience-info h2{font-size:35px}.experience-info p{font-size:17px}.destinations-layout{padding:28px 5% 20px;gap:20px}.destination-intro>.reveal{padding:0}.destination-intro h1{font-size:40px;white-space:normal;line-height:1.05}.destination-intro h1 em{display:block;font-size:1.2em}.destination-intro>.reveal>p:last-child{font-size:16px;margin:18px 0 23px}.destination-intro br{display:none}.explore-layout{grid-template-columns:1fr}.filters{padding:16px;gap:8px;grid-template-columns:1fr 1fr}.search-field{grid-column:1/-1}.filters fieldset{font-size:13px}.filters fieldset label{font-size:13px}.filters legend{font-size:14px}.filters .button{grid-column:1/-1}.map-wrap{width:200px}.map-wrap .photo{height:325px}.map-wrap>.handwritten{left:-45px;top:40%;font-size:23px;width:115px}.destinations-catalog{padding:10px}.destination-grid{grid-template-columns:1fr;gap:15px}.destination-photo .photo{max-height:none}.destination-info{padding:16px}.destination-info h2{font-size:26px}.destination-info>p{font-size:16px;min-height:0}.tags{font-size:14px}.tags .icon{width:23px;height:23px}.compact .chip{min-height:38px;font-size:12px;flex:none}.about-hero{height:390px}.about-copy h1{font-size:40px}.about-copy>p:last-child{max-width:295px;line-height:1.5}.about-copy br:not(h1 br){display:none}.about-photo{left:0;opacity:.6}.about-photo .photo{width:auto;min-width:100%;height:100%}.about-hero:before{background:linear-gradient(90deg,#082e50d9,#082e5070)}.about-body{padding:23px 6% 35px}.section-title{font-size:35px}.team-grid{grid-template-columns:1fr 1fr;gap:15px}.team-card h3{font-size:15px}.team-card p{font-size:13px}.team-heading p{font-size:15px}.contact-layout{display:block;padding:35px 6%}.contact-copy h1{font-size:41px}.contact-form{margin-top:30px;padding:23px}.contact-note{margin:38px 0 10px;font-size:35px}.contact-form input,.contact-form select,.contact-form textarea{font-size:16px}.contact-list span{font-size:14px;overflow-wrap:anywhere}.contact-list{margin-top:15px}footer{padding:23px 6%;gap:12px;font-size:12px}footer>span,footer>a{width:100%}.empty{padding:24px}.eyebrow{font-size:12px}dialog{padding:35px 24px}dialog h2{font-size:31px}}
.experience-card{background:#eef3f5}
.experience-card:after{inset:0;background:linear-gradient(180deg,transparent 0%,transparent 42%,rgba(4,20,28,.2) 58%,rgba(4,20,28,.9) 100%)}
.experience-info{text-shadow:0 2px 14px rgba(0,0,0,.5)}
.experience-info .button{text-shadow:none}
.about-hero>.handwritten{display:none}
.experience-photo{top:-2px}
.experience-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.experience-contain .experience-photo{background:linear-gradient(145deg,#faf8f3 0%,#e8ecee 100%)}
.experience-contain .experience-photo img{object-fit:contain;object-position:center 12%;padding:8px 12px 0;transform:scale(1.08);transform-origin:center top}
.experience-contain:hover .experience-photo img{transform:scale(1.11)}
.about-photo{left:24%}
.about-hero:before{background:linear-gradient(90deg,#082e50 0%,#082e50 32%,#082e50e8 39%,#082e508f 49%,transparent 68%)}
.about-copy{position:relative;z-index:1;max-width:540px}
.about-copy>p:last-child{max-width:470px}
.destinations-layout{display:block;padding:0 2.5% 28px;background:#e9f8ff}
.destinations-backdrop{width:calc(100% + 5.25%);margin-left:-2.625%;aspect-ratio:1672/941;background:url('/assets/destinos-fondo.png') center/cover no-repeat}
.destinations-catalog{max-width:1500px;margin:-78px auto 0;position:relative;z-index:2;padding:18px;border-radius:24px;box-shadow:0 20px 55px #174c781b}
.destinations-catalog .filterbar.compact{background:transparent}
/* Continuous page: the navigation shares the opening photograph. */
header{position:fixed;top:0;left:0;right:0;background:transparent;color:white;height:110px;transition:background .3s,color .3s,box-shadow .3s}
header .brand{width:135px;align-self:center}.generic-brand{height:82px;display:grid;grid-template-columns:34px 1fr;grid-template-rows:1fr 1fr;align-items:center;align-content:center;color:inherit;line-height:1}.generic-brand>span{grid-row:1/3;display:grid;place-items:center;width:31px;height:31px;border:2px solid currentColor;border-radius:50%;font-size:15px}.generic-brand strong{align-self:end;font-family:var(--serif);font-size:22px;letter-spacing:.08em}.generic-brand small{align-self:start;margin-top:5px;font-size:8px;font-weight:700;letter-spacing:.24em}
header.scrolled{background:#fffffff5;color:var(--navy);box-shadow:0 2px 20px #07345810;backdrop-filter:blur(12px)}
.menu-toggle{color:inherit}.home-hero{height:100svh;min-height:720px;max-height:1100px}.home-copy{padding-top:150px}.home-copy h1 em{color:#e3172c;text-shadow:0 1px 12px #ffffff24}
.page-block{scroll-margin-top:110px}.page-block#inicio{scroll-margin-top:0}.page-block#destinos{padding-top:28px;background:#e9f8ff}.page-block#experiencias{padding-top:24px;background:#eaf5ff}.page-block#contacto{background:#fff}
@media(max-width:850px){header{height:84px}header .brand{width:110px}nav{color:var(--navy)}.home-hero{min-height:680px;height:100svh}.home-copy{padding-top:132px}.page-block{scroll-margin-top:84px}}
@media(max-width:560px){header{height:80px}header .brand{width:98px}.home-hero{min-height:660px;height:100svh}.home-copy{padding-top:120px}.page-block{scroll-margin-top:80px}}
@media(max-width:850px){.destinations-backdrop{width:calc(100% + 6%);margin-left:-3%;background-size:contain;background-color:#ddf2ff}.destinations-catalog{margin:-20px auto 0}}
@media(max-width:560px){.destinations-layout{padding-left:4%;padding-right:4%}.destinations-backdrop{width:calc(100% + 8.4%);margin-left:-4.2%}.destinations-catalog{margin:0;padding:12px;border-radius:18px}}
@media(max-width:560px){.about-photo{left:0}.about-hero:before{background:linear-gradient(90deg,#082e50ed 0%,#082e50c9 58%,#082e506e 100%)}.about-copy>p:last-child{max-width:295px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
.destinations-reference{display:block;position:relative;padding:0;height:max(941px,56.28vw);background:#dff3ff;overflow:hidden}
.destinations-scene{position:absolute;inset:0;background:url('/assets/destinos-nacionales-bg.png') center/100% 100% no-repeat}
.destinations-reference .destinations-catalog{position:absolute;left:33.85%;top:21.1%;width:57.2%;max-width:none;margin:0;padding:0;background:#d8efff;border-radius:17px;box-shadow:none}
.destinations-reference .filterbar.compact{height:34px;margin:0 0 16px;padding:0;gap:10px;background:#d8efff;flex-wrap:nowrap}
.destinations-reference .compact .chip{min-width:0;min-height:34px;padding:6px 10px;background:#f5f9fc;color:#073d7b;border:1px solid #ffffff8f;font-size:12px}
.destinations-reference .compact .chip.active,.destinations-reference .compact .chip:hover{background:#07558d;color:#fff}
.destinations-reference .destination-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 12px}
.destinations-reference .destination-card{height:324px;border:1px solid #d9e8f4;border-radius:11px;box-shadow:none}
.destinations-reference .destination-photo{height:173px;position:relative;background:#b9ddf7}
.destinations-reference .destination-photo .photo{width:100%;height:100%;transform:scale(1.17);transform-origin:left center}
.destinations-reference .destination-card:hover .destination-photo .photo{transform:scale(1.2)}
.destinations-reference .favorite{position:absolute;top:10px;right:10px;border:0;background:transparent;color:white;font-size:38px;line-height:1;text-shadow:0 2px 8px #06345970;padding:0;z-index:2}
.destinations-reference .favorite[aria-pressed=true]{color:#e3172c}
.destinations-reference .destination-info{height:149px;padding:8px 10px 9px;display:flex;flex-direction:column}
.destinations-reference .destination-info h2{font-size:18px}
.destinations-reference .destination-info>p{font-size:12px;line-height:1.35;margin:5px 0;min-height:33px}
.destinations-reference .tags{font-size:11px;margin:auto 0 7px}
.destinations-reference .tags .icon{width:16px;height:16px}
.destinations-reference .destination-info .button{min-height:34px;padding:7px 18px;font-size:12px}
@media(max-width:1150px){.destinations-reference{height:1280px;min-height:1280px;background:#dff3ff}.destinations-scene{height:560px;background-size:auto 560px;background-position:left top}.destinations-reference .destinations-catalog{left:4%;right:4%;top:500px;width:auto;padding:14px;border-radius:18px;background:#eaf7ff}.destinations-reference .destination-card{height:335px}.destinations-reference .destination-info{height:160px}}
@media(max-width:700px){.destinations-reference{height:2520px;min-height:2520px}.destinations-scene{height:500px;background-size:auto 500px;background-position:20% top}.destinations-reference .destinations-catalog{top:450px}.destinations-reference .filterbar.compact{height:auto;flex-wrap:wrap;margin-bottom:14px}.destinations-reference .compact .chip{flex:1 1 27%;font-size:12px}.destinations-reference .destination-grid{grid-template-columns:1fr}.destinations-reference .destination-card{height:296px}.destinations-reference .destination-photo{height:160px}.destinations-reference .destination-info{height:134px}.destinations-reference .destination-info>p{min-height:0}.destinations-reference .tags{margin:auto 0 7px}}

/* Inicio: paisajes cambiantes vistos desde una ventana de avión. */
header{color:var(--navy)}
.travel-hero{min-height:720px;height:100svh;max-height:1100px;color:var(--navy);background:#ececeb}
.travel-hero:after{display:none}
.travel-media{position:absolute;inset:0;z-index:-1;overflow:hidden;background:#dedfdf}
.travel-scene,.travel-frame{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.travel-scene{opacity:0;transition:opacity 1.4s cubic-bezier(.4,0,.2,1);will-change:opacity}
.travel-scene.is-active{opacity:1}
.travel-frame{z-index:2;pointer-events:none}
.travel-shade{position:absolute;inset:0;z-index:3;background:linear-gradient(90deg,rgba(240,240,238,.42) 0%,rgba(240,240,238,.08) 43%,transparent 58%);pointer-events:none}
.travel-copy{position:relative;z-index:4;width:min(46%,650px);padding:clamp(180px,23vh,255px) 0 120px 5.2%;text-align:left}
.travel-copy .eyebrow{display:flex;align-items:center;gap:13px;margin-bottom:22px;color:#07558d;font-family:var(--sans);font-size:13px;letter-spacing:.22em}
.travel-copy .eyebrow:before{content:'';width:30px;height:1px;background:currentColor}
.travel-copy h1{max-width:620px;font-family:var(--serif);font-size:clamp(60px,6.4vw,104px);font-weight:500;line-height:.93;letter-spacing:-.06em;color:#092f55}
.travel-copy>p:not(.eyebrow){max-width:495px;margin:28px 0 0;color:#38566d;font-size:clamp(16px,1.2vw,19px);font-weight:500;line-height:1.65}
.travel-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:32px}
.travel-actions .button{min-height:52px;padding:14px 25px}
.travel-actions .button.blue{background:linear-gradient(100deg,#075b98,#003e70)}
.travel-secondary{background:#ffffff7d;border-color:#8ba0af;color:#0a3d68;backdrop-filter:blur(7px)}
.travel-secondary:hover{background:#fff}
.travel-control{position:absolute;left:5.2%;bottom:38px;z-index:5;display:flex;align-items:center;gap:18px;color:#123f62}
.travel-name{width:128px;font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.travel-dots{display:flex;align-items:center;gap:4px}
.travel-dot{width:34px;height:34px;padding:0;border:0;background:transparent;display:grid;place-items:center}
.travel-dot:before{content:'';width:7px;height:7px;border-radius:999px;background:#173f5c55;transition:width .35s ease,background .35s ease}
.travel-dot[aria-current=true]:before{width:27px;background:#075b98;transform-origin:left center;animation:travel-progress 5.2s linear}
.travel-dot:focus-visible{outline:3px solid #e3172c;outline-offset:2px}
@keyframes travel-progress{from{transform:scaleX(.2);opacity:.58}to{transform:scaleX(1);opacity:1}}

@media(max-width:850px){
 header{background:#f4f4f1e8;backdrop-filter:blur(10px);box-shadow:0 1px 18px #0734580d}
 .travel-hero{min-height:760px;height:100svh;max-height:980px;background:#f2f2ef}
 .travel-copy{width:100%;padding:124px 24px 0;text-align:left}
 .travel-copy h1{max-width:580px;font-size:clamp(51px,12vw,76px)}
 .travel-copy>p:not(.eyebrow){max-width:560px;margin-top:20px;font-size:16px;line-height:1.55}
 .travel-actions{margin-top:24px}
 .travel-actions .button{min-height:48px;padding:12px 20px}
 .travel-media{inset:auto 0 0;height:48%;z-index:1}
 .travel-scene,.travel-frame{width:190%;max-width:none;left:-78%;object-fit:cover}
 .travel-shade{display:none}
 .travel-control{left:24px;bottom:20px;z-index:6;padding:7px 11px 7px 15px;border-radius:999px;background:#ffffffdd;box-shadow:0 8px 28px #052c4b21;backdrop-filter:blur(8px)}
 .travel-name{width:120px}
}

@media(max-width:560px){
 .travel-hero{min-height:760px;height:100svh;max-height:900px}
 .travel-copy{padding:110px 20px 0}
 .travel-copy .eyebrow{font-size:11px;letter-spacing:.17em;margin-bottom:16px}
 .travel-copy h1{font-size:clamp(45px,14vw,60px);line-height:.94}
 .travel-copy>p:not(.eyebrow){max-width:420px;margin-top:18px;font-size:15px}
 .travel-actions{gap:9px;margin-top:21px}
 .travel-actions .button{font-size:13px;padding:11px 17px}
 .travel-media{height:45%}
 .travel-scene,.travel-frame{width:205%;left:-91%}
 .travel-control{left:18px;bottom:16px}
}

@media(max-width:390px){
 .travel-secondary{display:none}
 .travel-media{height:43%}
 .travel-copy h1{font-size:44px}
}

@media(prefers-reduced-motion:reduce){.travel-scene{transition:none}.travel-dot[aria-current=true]:before{animation:none}}

/* Generic agency presentation */
.about-generic{padding:62px max(5.5%,calc((100% - 1200px)/2)) 76px}
.about-intro{max-width:680px;margin-bottom:38px}
.about-intro .eyebrow{color:var(--blue)}
.about-intro>p:last-child{margin-top:16px;font-size:18px;color:#385c8a}
.about-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:34px}
.about-value{padding:28px;background:#f1f7fb;border:1px solid #dceaf4;border-radius:18px}
.about-value .icon{width:34px;height:34px;margin-bottom:18px;color:var(--blue)}
.about-value h3{font-size:23px;margin-bottom:10px}
.about-value p{color:#385c8a;font-size:16px}
.demo-note{font-size:14px!important;color:#527093;margin-top:20px!important}
@media(max-width:700px){.about-generic{padding:42px 5% 56px}.about-values{grid-template-columns:1fr;gap:12px}.about-value{padding:22px}.about-intro{margin-bottom:26px}.about-intro .section-title{font-size:clamp(32px,8vw,42px)}}

/* Hero matching the Ruta Mundo reference */
header{height:122px;padding:18px 4.8%;color:#0d3156;background:transparent;box-shadow:none;backdrop-filter:none}
header .brand{width:320px;flex-shrink:0}
.generic-brand{height:78px;grid-template-columns:68px 1fr;column-gap:12px;grid-template-rows:40px 23px}
.generic-brand>span{width:62px;height:62px;font-size:28px;border-width:2px;transform:rotate(-20deg)}
.generic-brand strong{font-family:'Lilita One',var(--sans);font-size:32px;letter-spacing:.01em;white-space:nowrap}
.generic-brand small{font-family:var(--sans);font-size:11px;font-weight:900;letter-spacing:.25em;white-space:nowrap}
header nav{gap:clamp(20px,2.6vw,48px)}
header nav a{font-family:'Lilita One',var(--sans);font-size:21px;font-weight:400}
header nav a.active:after{background:#0d3156;height:4px;border-radius:5px}
header .nav-cta{background:#fff;color:#0d3156;border:0;border-radius:999px;padding:16px 26px;font-family:'Lilita One',var(--sans);font-size:20px;box-shadow:none;white-space:nowrap}
header .nav-cta span{font-size:26px;margin-right:8px}
.travel-hero{height:100svh;min-height:690px;max-height:none;background:#135c8a;color:white}
.travel-media{inset:0;height:100%;z-index:-1;background:#135c8a}
.travel-scene{inset:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}
.travel-shade{display:block;background:linear-gradient(180deg,rgba(5,33,55,.02) 0%,rgba(5,31,54,.10) 23%,rgba(2,25,46,.48) 54%,rgba(1,24,44,.50) 100%);z-index:3}
.travel-copy{width:100%;max-width:1100px;margin:auto;padding:clamp(238px,28vh,315px) 22px 130px;text-align:center}
.travel-copy .eyebrow{display:block;margin:0 0 20px;color:#fff;font-family:'Lilita One',var(--sans);font-size:clamp(17px,1.45vw,24px);letter-spacing:.17em;text-shadow:0 2px 12px #082a4888}
.travel-copy .eyebrow:before{display:none}
.travel-copy .eyebrow span{margin:0 .3em}
.travel-copy h1{max-width:none;color:#fff;font-family:'Lilita One',var(--sans);font-size:clamp(66px,6.4vw,108px);font-weight:400;line-height:.88;letter-spacing:-.025em;text-shadow:0 4px 15px #09283d94}
.travel-copy>p:not(.eyebrow){max-width:780px;margin:20px auto 0;color:white;font-family:'Lilita One',var(--sans);font-size:clamp(19px,1.55vw,26px);font-weight:400;line-height:1.25;text-shadow:0 2px 12px #09283daa}
.travel-actions{justify-content:center;gap:24px;margin-top:36px}
.travel-actions .button{min-height:70px;padding:17px 36px;border-radius:999px;font-family:'Lilita One',var(--sans);font-size:24px}
.travel-actions .button.blue{background:#0c3e70;color:#fff;border:1px solid #25618e}
.travel-actions .button.blue span{font-family:var(--sans);font-size:32px;margin-left:14px}
.travel-actions .travel-secondary{background:white;color:#0d3156;border:1px solid #d8e4ee;backdrop-filter:none}
.travel-control{left:3.2%;right:3.2%;bottom:5%;display:grid;grid-template-columns:1fr auto 1fr;align-items:end;color:white;gap:18px}
.travel-location{display:grid;grid-template-columns:50px auto;gap:3px 20px;align-items:center;font-family:'Lilita One',var(--sans);text-shadow:0 2px 8px #09283d70}
.travel-location:before{content:'';grid-row:1/3;width:50px;height:2px;background:#fff}
.travel-name{width:auto;font-size:19px;font-weight:400;letter-spacing:.035em}
.travel-location>span{font-family:var(--sans);font-weight:900;font-size:12px;letter-spacing:.16em}
.travel-dots{gap:8px;align-self:center}
.travel-dot:before{background:#fff9}
.travel-dot[aria-current=true]:before{width:42px;background:white}
.travel-signature{justify-self:end;text-align:right;font-family:'Lilita One',var(--sans);font-size:18px;letter-spacing:.04em;text-shadow:0 2px 8px #09283d70}
.travel-signature span{display:block;font-family:var(--sans);font-size:12px;font-weight:900;letter-spacing:.16em}
@media(max-width:1150px){header{padding:14px 3%;gap:16px}header .brand{width:255px}.generic-brand{grid-template-columns:56px 1fr;column-gap:10px}.generic-brand>span{width:51px;height:51px;font-size:24px}.generic-brand strong{font-size:26px}.generic-brand small{font-size:9px}header nav a{font-size:17px}header .nav-cta{font-size:16px;padding:14px 18px}}
@media(max-width:850px){header{height:84px;padding:10px 4%;background:transparent;box-shadow:none;backdrop-filter:none}header .brand{width:220px}.generic-brand{height:62px;grid-template-columns:48px 1fr;grid-template-rows:30px 16px}.generic-brand>span{width:44px;height:44px;font-size:20px}.generic-brand strong{font-size:23px}.generic-brand small{font-size:8px}.menu-toggle{color:#0d3156}header nav{top:84px;background:#fff}header .nav-cta{margin-left:auto;font-size:14px}.travel-hero{height:100svh;min-height:690px;background:#135c8a}.travel-media{inset:0;height:100%;z-index:-1}.travel-scene{left:0;width:100%;height:100%;object-position:center}.travel-shade{display:block}.travel-copy{padding:clamp(215px,29vh,310px) 20px 120px;text-align:center}.travel-copy h1{max-width:none;font-size:clamp(56px,8.4vw,82px)}.travel-copy>p:not(.eyebrow){max-width:650px;font-size:21px}.travel-actions{margin-top:30px}.travel-control{left:4%;right:4%;bottom:4%;padding:0;background:transparent;box-shadow:none;backdrop-filter:none}.travel-name{width:auto}}
@media(max-width:560px){header{height:76px;padding:8px 4%}header .brand{width:165px}.generic-brand{height:57px;grid-template-columns:38px 1fr;column-gap:6px;grid-template-rows:25px 13px}.generic-brand>span{width:35px;height:35px;font-size:17px}.generic-brand strong{font-size:18px}.generic-brand small{font-size:6px;letter-spacing:.19em}header .nav-cta{font-size:11px;min-height:38px;padding:9px 11px}header nav{top:76px}.menu-toggle{font-size:24px}.travel-hero{min-height:690px;height:100svh;max-height:none}.travel-scene{object-position:52% center}.travel-copy{padding:clamp(185px,25vh,250px) 18px 110px}.travel-copy .eyebrow{font-size:13px;letter-spacing:.12em;margin-bottom:18px}.travel-copy h1{font-size:clamp(48px,12vw,64px);line-height:.93}.travel-copy>p:not(.eyebrow){font-size:17px;line-height:1.3;margin-top:22px}.desktop-break{display:none}.travel-actions{gap:10px;margin-top:28px}.travel-actions .button{min-height:48px;font-size:15px;padding:11px 17px}.travel-actions .button.blue span{font-size:20px;margin-left:5px}.travel-secondary{display:inline-flex}.travel-control{display:flex;justify-content:center;bottom:22px}.travel-location,.travel-signature{display:none}.travel-dot{width:29px}.travel-dot[aria-current=true]:before{width:29px}}
@media(max-width:390px){.travel-copy h1{font-size:47px}.travel-secondary{display:inline-flex}}

/* Destinos nacionales: catálogo limpio y navegable */
.page-block#destinos{padding-top:0;background:#eaf6ff}
.destinations-reference{height:auto;min-height:0;padding:54px clamp(22px,4vw,68px) 70px;overflow:visible;background:linear-gradient(120deg,#f1f9ff 0%,#e5f4ff 100%);font-family:'Lilita One',var(--sans)}
.destinations-heading{max-width:1580px;margin:0 auto 32px}
.destinations-heading h1{color:#0b376b;font-family:'Lilita One',var(--sans);font-size:clamp(42px,5vw,76px);font-weight:400;letter-spacing:-.02em;line-height:1.03}
.destinations-heading p{margin-top:9px;color:#3b638e;font-size:clamp(17px,1.5vw,23px);line-height:1.3}
.destinations-content{display:grid;grid-template-columns:minmax(240px,27%) minmax(0,1fr);align-items:start;gap:clamp(18px,2.7vw,44px);max-width:1580px;margin:auto}
.destinations-map{min-width:0;overflow:hidden;align-self:stretch;opacity:.92}
.destinations-map svg{display:block;width:100%;height:auto;max-height:800px}
.destinations-reference .destinations-catalog{position:static;left:auto;top:auto;right:auto;width:auto;max-width:none;min-width:0;margin:0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}
.destinations-reference .filterbar.compact{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:9px;height:auto;margin:0 0 20px;padding:0;background:transparent;border:0}
.destinations-reference .compact .chip{min-width:0;min-height:44px;padding:8px 5px;border:1px solid #d9eaf9;border-radius:999px;background:#fff;color:#0c3c72;font-family:'Lilita One',var(--sans);font-size:clamp(13px,1vw,18px);line-height:1.1;white-space:normal}
.destinations-reference .compact .chip.active,.destinations-reference .compact .chip:hover{background:#11558d;border-color:#11558d;color:#fff}
.destinations-reference .destination-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.destinations-reference .destination-card{display:flex;flex-direction:column;height:auto;min-height:356px;overflow:hidden;border:1px solid #dcebf7;border-radius:16px;background:#fff;box-shadow:0 12px 30px #174a7412}
.destinations-reference .destination-photo{height:172px;flex:none;background:#b9ddf7;overflow:hidden}
.destinations-reference .destination-photo .photo,.destinations-reference .destination-card:hover .destination-photo .photo{display:block;width:100%;height:100%;transform:none}
.destinations-reference .favorite{top:9px;right:12px;font-size:32px}
.destinations-reference .destination-info{display:flex;flex:1;flex-direction:column;height:auto;min-height:184px;padding:15px 16px 16px}
.destinations-reference .destination-info h2{display:block;color:#0b376b;font-family:'Lilita One',var(--sans);font-size:clamp(23px,1.7vw,30px);font-weight:400;line-height:1.06;letter-spacing:0}
.destinations-reference .destination-info p{display:flex;align-items:flex-start;gap:7px;min-height:0;margin:9px 0 0;color:#3b638e;font-family:'Lilita One',var(--sans);font-size:clamp(14px,.95vw,17px);line-height:1.18}
.destinations-reference .destination-info p .icon{width:17px;height:17px;flex:none}
.destinations-reference .destination-info .destination-availability{margin:10px 0 14px;color:#486f9a}
.destinations-reference .destination-info .button{width:100%;min-height:42px;margin-top:auto;padding:9px 14px;border-radius:999px;background:#11558d;color:#fff;font-family:'Lilita One',var(--sans);font-size:17px}
.destinations-reference .destination-info .button span{font-family:var(--sans);font-size:21px}
.destinations-reference .empty{min-height:150px;padding:32px;border:1px solid #dcebf7;border-radius:16px;background:#fff;color:#315b87;font-family:'Lilita One',var(--sans);font-size:20px}
@media(max-width:1200px){.destinations-content{grid-template-columns:minmax(200px,26%) minmax(0,1fr);gap:20px}.destinations-reference .filterbar.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.destinations-reference .destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.destinations-map svg{max-height:650px}}
@media(max-width:850px){.destinations-reference{padding:38px 4% 52px}.destinations-content{display:block}.destinations-map{display:none}.destinations-reference .filterbar.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.destinations-reference .destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.destinations-reference{padding:34px 5% 45px}.destinations-heading{margin-bottom:23px}.destinations-heading h1{font-size:clamp(39px,10vw,54px)}.destinations-heading p{font-size:17px}.destinations-reference .filterbar.compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-bottom:15px}.destinations-reference .compact .chip{min-height:42px;font-size:14px}.destinations-reference .destination-grid{grid-template-columns:1fr;gap:15px}.destinations-reference .destination-card{min-height:0}.destinations-reference .destination-photo{height:190px}.destinations-reference .destination-info{min-height:180px}.destinations-reference .destination-info h2{font-size:27px}.destinations-reference .destination-info p{font-size:16px}}

/* Provincia como control principal de Destinos nacionales */
.destinations-reference .destinations-content{grid-template-columns:minmax(300px,38%) minmax(0,1fr);gap:16px}
.national-map-panel,.destinations-reference .destinations-catalog{min-width:0;border:2px solid #fff;border-radius:23px;box-shadow:0 12px 35px #1c6ba70b}
.national-map-panel{position:relative;overflow:hidden;padding:18px 16px 14px;background:linear-gradient(145deg,#e8f6ff,#d6edff)}
.destinations-reference .destinations-catalog{padding:24px;background:#fff}
.map-instruction{display:flex;align-items:center;gap:10px;color:#174578;font-family:'Lilita One',var(--sans);font-size:19px;line-height:1.2}
.map-instruction .icon{width:20px;height:20px}
.map-stage{position:relative;margin:4px auto 0;max-width:470px}
.argentina-map{display:block;width:100%;height:auto;overflow:visible}
.province{cursor:pointer;outline:none}
.province path{fill:#d6e6f2;stroke:#fff;stroke-width:1.4;stroke-linejoin:round;vector-effect:non-scaling-stroke;transition:fill .2s ease,stroke .2s ease}
.province text{fill:#234b75;font-family:'Lilita One',var(--sans);font-size:9px;text-anchor:middle;pointer-events:none;paint-order:stroke;stroke:#eef8ff;stroke-width:2px;stroke-linejoin:round;user-select:none}
.province:hover path,.province:focus-visible path,.province.selected path{fill:#1873bf;stroke:#fff}
.province:hover text,.province:focus-visible text,.province.selected text{fill:#fff;stroke:#164e85}
.province:focus-visible path{stroke:#07335f;stroke-width:3}
.map-tooltip{position:absolute;z-index:3;transform:translate(-50%,-100%);padding:8px 12px;border-radius:9px;background:#114f85;color:#fff;box-shadow:0 5px 16px #12446f36;font-family:'Lilita One',var(--sans);font-size:15px;line-height:1;white-space:nowrap;pointer-events:none}
.map-tooltip[hidden]{display:none}
.province-picker-label{display:block;margin:0 0 6px;color:#315b84;font-size:14px;font-weight:700}
.province-picker{width:100%;padding:10px 12px;border:1px solid #bddaf0;border-radius:10px;background:#fff;color:#154675;cursor:pointer}
.map-source{margin-top:9px;color:#557895;font-family:var(--sans);font-size:11px;line-height:1.25}
.national-results-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin:6px 0 18px;padding-top:17px;border-top:1px solid #d9e9f6;color:#173f74}
.national-results-head h2{font-family:'Lilita One',var(--sans);font-size:clamp(26px,2.4vw,39px);font-weight:400;line-height:1.1;letter-spacing:0}
.national-results-head p{margin-top:5px;color:#41648a;font-family:'Lilita One',var(--sans);font-size:clamp(15px,1.1vw,18px);line-height:1.25}
.national-results-head strong{flex:none;padding-top:7px;color:#31598a;font-family:'Lilita One',var(--sans);font-size:15px;font-weight:400;white-space:nowrap}
.destinations-reference .destination-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s}
.destinations-reference .destination-card:hover .destination-photo img{transform:scale(1.025)}
.destinations-reference .favorite{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff;color:#0d477c;text-shadow:none;font-size:28px;line-height:1;box-shadow:0 3px 10px #174a742a}
.destinations-reference .destination-info h3{color:#0b376b;font-family:'Lilita One',var(--sans);font-size:clamp(21px,1.55vw,27px);font-weight:400;line-height:1.08}
.destinations-reference .destination-info .destination-description{flex:1;margin-top:12px;font-size:clamp(14px,1vw,16px);line-height:1.3}
.destinations-reference .destination-info .destination-availability{padding-top:12px;border-top:1px solid #e1edf7}
.destinations-reference .destination-info{min-height:230px}
.photo-credits{margin-top:20px;color:#547495;font-family:var(--sans);font-size:12px}
.photo-credits summary{cursor:pointer}
.photo-credits ul{padding-left:20px;line-height:1.7}
.photo-credits a{text-decoration:underline}
@media(max-width:1200px){.destinations-reference .destinations-content{grid-template-columns:minmax(260px,37%) minmax(0,1fr)}.destinations-reference .destinations-catalog{padding:18px}}
@media(max-width:850px){.destinations-reference .destinations-content{display:flex;flex-direction:column}.national-map-panel,.destinations-reference .destinations-catalog{width:100%}.map-stage{max-width:340px}.destinations-reference .destinations-catalog{margin-top:4px}}
@media(max-width:560px){.national-map-panel{padding:15px 12px 13px}.map-stage{max-width:320px}.destinations-reference .destinations-catalog{padding:15px}.national-results-head{flex-wrap:wrap;gap:5px}.national-results-head strong{padding:0}.destinations-reference .destination-info{min-height:225px}.destinations-reference .destination-info h3{font-size:26px}}

/* Destinos internacionales */
header{gap:16px}
header nav{gap:clamp(10px,1.35vw,22px)}
@media(max-width:1450px) and (min-width:1151px){header .brand{width:280px}header nav a{font-size:19px}header .nav-cta{font-size:18px;padding:13px 20px}}
.intl-catalog{background:#eef8ff;color:#102f57;padding-bottom:64px;font-family:var(--sans)}
.intl-banner{position:relative;height:clamp(300px,32vw,420px);overflow:hidden;background:#dcefff}
.intl-banner>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 52%}
.intl-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f5fbff 0%,rgba(245,251,255,.97) 18%,rgba(245,251,255,.82) 36%,rgba(245,251,255,.12) 68%,transparent 100%)}
.intl-banner-copy{position:absolute;z-index:1;top:50%;left:clamp(22px,4vw,68px);width:min(610px,52%);transform:translateY(-50%)}
.intl-eyebrow{display:inline-block;padding:8px 15px;border-radius:99px;background:#e5f2ff;color:#1b5c94;font-size:12px;font-weight:800;letter-spacing:.08em}
.intl-banner h2{margin:18px 0 12px;color:#102f57;font-family:var(--sans);font-size:clamp(44px,4.8vw,75px);font-weight:800;letter-spacing:-.055em;line-height:1.04}
.intl-banner-copy p{max-width:530px;color:#4c6682;font-size:clamp(17px,1.55vw,23px);line-height:1.4}
.intl-banner-teaser{position:absolute;z-index:1;right:clamp(22px,4vw,68px);bottom:28px;display:flex;align-items:center;justify-content:space-between;gap:24px;min-width:220px;padding:13px 13px 13px 18px;border:1px solid #e2edf7;border-radius:19px;background:rgba(255,255,255,.96);color:#12395e;box-shadow:0 12px 28px #102f5724;text-align:left}
.intl-banner-teaser>span:first-child{display:grid;grid-template-columns:18px 1fr;column-gap:7px;align-items:center}
.intl-banner-teaser .icon{width:18px;height:18px;grid-row:span 2}
.intl-banner-teaser strong{font-size:15px;line-height:1.15}
.intl-banner-teaser small{grid-column:2;color:#66819c;font-size:12px}
.intl-surface{position:relative;z-index:1;margin:-14px auto 0;padding:22px clamp(20px,2.5vw,44px) 26px;border-radius:28px 28px 0 0;background:#fff}
.intl-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1580px;margin:0 auto 22px}
.intl-filters{display:flex;gap:7px;min-width:0;overflow-x:auto;scrollbar-width:none;padding:1px 1px 5px}
.intl-filters::-webkit-scrollbar{display:none}
.intl-pill{flex:none;min-height:41px;padding:8px 17px;border:1px solid #d7e7f6;border-radius:999px;background:#f8fbff;color:#173e67;font-size:13px;font-weight:700;white-space:nowrap;transition:background .25s,color .25s,border-color .25s,transform .25s}
.intl-pill:hover{transform:translateY(-2px);border-color:#9cc8e9}
.intl-pill.active{border-color:#11558d;background:#11558d;color:#fff}
.intl-search{display:flex;flex:none;align-items:center;gap:9px;width:225px;min-height:41px;padding:0 14px;border:1px solid #e3eff9;border-radius:999px;background:#f5faff;color:#245886}
.intl-search .icon{width:18px;height:18px}
.intl-search input{width:100%;border:0;outline:none;background:transparent;color:#173e67;font-size:13px}
.intl-search input::placeholder{color:#8295a8}
.intl-search:focus-within{outline:2px solid #a4d4f3}
.intl-count{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.intl-results{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:250px;gap:16px;max-width:1580px;margin:0 auto}
.intl-card{position:relative;min-width:0;overflow:hidden;border:1px solid #e3edf6;border-radius:16px;background:#fff;box-shadow:0 5px 16px #163f6210;transition:transform .25s ease,box-shadow .25s ease}
.intl-card:hover{transform:translateY(-3px);box-shadow:0 17px 34px #164c7927}
.intl-card-media{position:relative;overflow:hidden;background:#d5e9f7}
.intl-card-media>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.intl-card:hover .intl-card-media>img{transform:scale(1.045)}
.intl-tag{position:absolute;z-index:2;top:16px;left:16px;padding:7px 13px;border-radius:999px;background:rgba(245,251,255,.9);color:#174a78;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.intl-favorite{position:absolute;z-index:3;top:13px;right:13px;display:grid;place-items:center;width:37px;height:37px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.95);color:#134b7e;font-size:27px;line-height:1;box-shadow:0 2px 8px #0d396b22}
.intl-favorite[aria-pressed=true]{color:#e3172c}
.intl-round-arrow{display:grid;flex:none;place-items:center;width:40px;height:40px;border:1px solid #cee3f5;border-radius:50%;background:#fff;color:#11558d;font-size:22px;line-height:1;box-shadow:0 2px 7px #15466f16;transition:transform .25s ease,background .25s ease,color .25s ease}
.intl-card:hover .intl-round-arrow,.intl-banner-teaser:hover .intl-round-arrow{transform:translateX(3px);background:#11558d;color:#fff}
.intl-portrait{grid-column:span 5;grid-row:span 2}
.intl-portrait .intl-card-media{position:absolute;inset:0}
.intl-portrait:after,.intl-landscape:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 34%,rgba(4,24,44,.78) 100%)}
.intl-portrait-copy{position:absolute;z-index:2;right:28px;bottom:26px;left:28px;color:#fff}
.intl-portrait h3{font-size:clamp(31px,3vw,44px);font-weight:800;letter-spacing:-.035em;line-height:1.05}
.intl-portrait-copy p{margin-top:5px;font-size:15px;line-height:1.35}
.intl-portrait-place{font-weight:700}
.intl-light-cta,.intl-outline-cta{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:40px;margin-top:16px;padding:9px 19px;border:1px solid #fff;border-radius:999px;background:#fff;color:#12395e;font-size:13px;font-weight:800;transition:transform .25s ease,box-shadow .25s ease}
.intl-light-cta:hover,.intl-outline-cta:hover{transform:translateY(-2px);box-shadow:0 7px 16px #0c376633}
.intl-light-cta span,.intl-outline-cta span{font-size:19px;line-height:1;transition:transform .25s}
.intl-light-cta:hover span,.intl-outline-cta:hover span{transform:translateX(3px)}
.intl-wide{grid-column:span 7;display:flex}
.intl-wide .intl-card-media{width:61%;flex:none}
.intl-wide-copy{position:relative;display:flex;align-items:center;flex:1;min-width:0;padding:28px}
.intl-wide-copy .intl-favorite{top:15px;right:15px}
.intl-wide h3{font-size:clamp(27px,2.4vw,38px);font-weight:800;letter-spacing:-.04em;line-height:1.05}
.intl-wide-copy p{margin-top:9px;color:#496581;font-size:14px;line-height:1.4}
.intl-wide-copy .intl-wide-place{font-size:15px}
.intl-outline-cta{border-color:#aecce3;background:transparent}
.intl-landscape{grid-column:span 4}
.intl-landscape:nth-child(4){grid-column:span 3}
.intl-landscape .intl-card-media{position:absolute;inset:0}
.intl-landscape-copy{position:absolute;z-index:2;right:18px;bottom:17px;left:18px;display:flex;align-items:end;justify-content:space-between;gap:12px;color:#fff}
.intl-landscape h3{font-size:clamp(24px,2vw,31px);font-weight:800;line-height:1.05}
.intl-landscape p{margin-top:4px;font-size:13px;line-height:1.3}
.intl-compact{grid-column:span 3;display:flex;flex-direction:column}
.intl-compact .intl-card-media{height:57%;flex:none}
.intl-compact-copy{display:flex;flex:1;flex-direction:column;padding:14px 18px 16px}
.intl-compact h3{font-size:clamp(22px,1.65vw,27px);font-weight:800;letter-spacing:-.035em;line-height:1.05}
.intl-compact-place{margin-top:2px;color:#506f8e;font-size:14px}
.intl-compact-bottom{display:flex;align-items:end;justify-content:space-between;gap:9px;margin-top:auto}
.intl-compact-bottom p{display:-webkit-box;overflow:hidden;color:#577391;font-size:12px;line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.intl-compact .intl-round-arrow{width:35px;height:35px;font-size:19px}
.intl-empty{grid-column:1/-1;display:grid;place-items:center;min-height:210px;border:1px dashed #c6dff2;border-radius:18px;background:#f7fbff;color:#406486;text-align:center;padding:24px}
.intl-credits{max-width:1580px;margin:20px auto 0}
@media(max-width:1350px){header nav{gap:clamp(10px,1.55vw,24px)}}
@media(max-width:1100px) and (min-width:851px){header .brand{width:216px}header nav a{font-size:15px}header .nav-cta{font-size:14px;padding:12px 14px}}
@media(max-width:1100px){.intl-results{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto}.intl-card{grid-column:span 1;grid-row:auto}.intl-portrait{min-height:440px}.intl-wide{min-height:440px;flex-direction:column}.intl-wide .intl-card-media{width:100%;height:55%}.intl-wide-copy{padding:22px}.intl-landscape{min-height:260px}.intl-compact{min-height:320px}.intl-compact .intl-card-media{height:190px}.intl-toolbar{align-items:stretch;flex-direction:column-reverse;gap:11px}.intl-search{width:min(100%,320px)}}
@media(max-width:1100px){.intl-landscape:nth-child(4){grid-column:span 1}}
@media(max-width:700px){.intl-catalog{padding-bottom:42px}.intl-banner{height:330px}.intl-banner:after{background:linear-gradient(90deg,rgba(246,251,255,.98),rgba(246,251,255,.82) 62%,rgba(246,251,255,.25))}.intl-banner-copy{left:5%;width:90%}.intl-banner h2{font-size:clamp(39px,9.5vw,56px)}.intl-banner-copy p{max-width:350px;font-size:16px}.intl-banner-teaser{display:none}.intl-surface{padding:19px 5% 24px}.intl-toolbar{gap:10px;margin-bottom:16px}.intl-search{width:100%}.intl-filters{margin-right:-5.5vw;padding-right:5vw}.intl-results{grid-template-columns:minmax(0,1fr);gap:14px}.intl-portrait{min-height:370px}.intl-portrait-copy{right:20px;bottom:20px;left:20px}.intl-wide{min-height:0}.intl-wide .intl-card-media{height:220px}.intl-wide-copy{min-height:190px}.intl-landscape{min-height:230px}.intl-compact{display:grid;grid-template-columns:38% 62%;min-height:165px}.intl-compact .intl-card-media{height:100%}.intl-compact-copy{min-width:0;padding:15px}.intl-compact h3{font-size:22px}.intl-compact .intl-tag{top:9px;left:9px;padding:5px 8px;font-size:9px}.intl-compact .intl-favorite{top:8px;right:8px;width:28px;height:28px;font-size:21px}.intl-compact-bottom p{font-size:11px}}
@media(prefers-reduced-motion:reduce){.intl-card,.intl-card-media>img,.intl-round-arrow,.intl-pill,.intl-light-cta,.intl-outline-cta,.intl-light-cta span,.intl-outline-cta span{transition:none}}

/* Navbar translúcido integrado al hero */
#header,#header.scrolled{
  top:12px;
  left:2.5%;
  right:2.5%;
  height:78px;
  padding:8px 20px;
  gap:16px;
  color:#0d3156;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(255,255,255,.58);
  border-radius:24px;
  box-shadow:0 5px 24px rgba(11,48,86,.10);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}
#header .brand{width:258px}
#header .generic-brand{height:60px;grid-template-columns:54px 1fr;grid-template-rows:31px 17px;column-gap:8px}
#header .generic-brand>span{width:49px;height:49px;font-size:23px}
#header .generic-brand strong{font-size:27px}
#header .generic-brand small{font-size:9px}
#header nav{gap:clamp(12px,1.5vw,24px)}
#header nav a{font-size:18px;padding:17px 0}
#header nav a:after{left:15%;width:70%;bottom:7px;height:2px;background:#1566ad;border-radius:2px}
#header nav a.active:after{height:2px;background:#1566ad}
#header .nav-cta{min-height:46px;padding:10px 19px;background:rgba(255,255,255,.94);border:1px solid rgba(11,67,117,.12);font-size:17px;box-shadow:0 2px 9px rgba(11,48,86,.08)}
#header .nav-cta span{font-size:22px;margin-right:0}

@media(max-width:1200px){
  #header{gap:10px;padding:8px 14px}
  #header .brand{width:205px}
  #header .generic-brand{grid-template-columns:46px 1fr;column-gap:6px}
  #header .generic-brand>span{width:42px;height:42px;font-size:20px}
  #header .generic-brand strong{font-size:23px}
  #header .generic-brand small{font-size:7px}
  #header nav{gap:clamp(8px,1vw,14px)}
  #header nav a{font-size:15px}
  #header .nav-cta{padding:9px 13px;font-size:14px}
}
@media(min-width:851px) and (max-width:1020px){
  #header .menu-toggle{display:block;order:3;color:#0d3156}
  #header nav{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;padding:8px 20px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.7);border-radius:18px;box-shadow:0 10px 24px rgba(11,48,86,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
  #header nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}
  #header nav a{font-size:17px;padding:13px 0}
  #header .nav-cta{margin-left:auto}
}
@media(max-width:850px){
  #header,#header.scrolled{top:10px;left:3%;right:3%;height:68px;padding:6px 14px;border-radius:20px}
  #header .brand{width:205px}
  #header .menu-toggle{color:#0d3156}
  #header nav{top:calc(100% + 8px);left:0;right:0;gap:0;padding:8px 20px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.7);border-radius:18px;box-shadow:0 10px 24px rgba(11,48,86,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
  #header nav a{font-size:17px;padding:13px 0}
  #header .nav-cta{margin-left:auto}
  #header .nav-cta span{display:inline;font-size:19px}
}
@media(max-width:560px){
  #header,#header.scrolled{top:8px;left:3%;right:3%;height:60px;padding:6px 10px;gap:7px;border-radius:17px}
  #header .brand{width:145px}
  #header .generic-brand{height:48px;grid-template-columns:34px 1fr;grid-template-rows:24px 12px;column-gap:5px}
  #header .generic-brand>span{width:32px;height:32px;font-size:15px}
  #header .generic-brand strong{font-size:17px}
  #header .generic-brand small{font-size:6px;letter-spacing:.16em}
  #header .nav-cta{min-height:36px;padding:7px 9px;font-size:11px;gap:4px}
  #header .nav-cta span{font-size:14px}
  #header .menu-toggle{font-size:23px;padding:3px}
}
@media(max-width:370px){#header .nav-cta{display:none}}

/* Destinos nacionales: mapa explorable y catálogo editorial */
.destinations-reference{background:linear-gradient(125deg,#f2faff 0%,#e5f3fd 100%);padding:52px clamp(20px,3vw,54px) 64px}
.destinations-reference .destinations-content{grid-template-columns:minmax(0,38fr) minmax(0,62fr);gap:18px;align-items:stretch}
.destinations-reference .national-map-panel,.destinations-reference .destinations-catalog{border:1px solid rgba(255,255,255,.96);border-radius:27px;box-shadow:0 14px 42px rgba(31,89,144,.08)}
.destinations-reference .national-map-panel{padding:24px 25px 18px;background:radial-gradient(circle at 48% 36%,#c9e9ff 0,#e3f4ff 45%,#f0f9ff 100%);overflow:hidden}
.destinations-reference .destinations-catalog{padding:22px;background:rgba(255,255,255,.96)}
.map-heading{position:relative;z-index:2;margin-bottom:8px}
.map-heading .map-instruction{font-size:20px;color:#123d70}
.map-heading>p:last-child{margin:4px 0 0 30px;color:#426993;font-family:var(--sans);font-size:14px;line-height:1.3}
.destinations-reference .map-stage{max-width:480px;margin:10px auto 0}
.destinations-reference .province path{fill:url(#province-light);stroke:#fff;stroke-width:1.65;transition:fill .25s,filter .25s}
.destinations-reference .province.north path{fill:url(#province-north)}
.destinations-reference .province:is(:hover,:focus-visible,.is-preview,.selected) path{fill:#237bc2;filter:drop-shadow(0 2px 4px rgba(13,91,163,.24))}
.destinations-reference .province:is(:hover,:focus-visible,.is-preview,.selected) text{fill:#fff;stroke:#195991}
.destinations-reference .province.selected path{fill:#105d9d}
.map-route{fill:none;stroke:#1373b9;stroke-width:2;stroke-dasharray:3 7;opacity:.46;stroke-linecap:round;pointer-events:none}
.map-pin{pointer-events:none;filter:drop-shadow(0 2px 5px #0c659c44)}
.map-pin circle:first-child{fill:#fff;stroke:#3197d3;stroke-width:2}
.map-pin circle:last-child{fill:#1477b7}
.map-info-card{position:absolute;z-index:4;top:14px;right:14px;width:246px;overflow:hidden;padding:9px;border:1px solid #d7eafa;border-radius:19px;background:#fff;box-shadow:0 19px 35px rgba(20,78,128,.19);font-family:var(--sans);animation:map-card-in .22s ease both;transition:top .25s ease,opacity .25s ease}
.map-info-card[hidden]{display:none}
@keyframes map-card-in{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}
.map-card-photo{display:block;width:100%;height:106px;object-fit:cover;border-radius:12px;background:linear-gradient(130deg,#aedafa,#e7f5ff)}
.map-card-placeholder{background:linear-gradient(130deg,#83bee6,#d8efff)}
.map-card-close{position:absolute;top:15px;right:15px;display:grid;place-items:center;width:25px;height:25px;padding:0;border:0;border-radius:50%;background:#fff;color:#154675;font-size:21px;line-height:1;box-shadow:0 2px 8px #113b7030}
.map-card-body{padding:10px 4px 2px}
.map-card-body h3{font-family:'Lilita One',var(--sans);font-size:25px;font-weight:400;line-height:1;color:#113d70}
.map-card-body p{margin:5px 0 9px;color:#406486;font-size:14px;line-height:1.35}
.map-card-count{display:block;margin-bottom:11px;color:#286495;font-size:13px;font-weight:700}
.map-card-link{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:38px;border:0;border-radius:999px;background:#11558d;color:white;font-family:'Lilita One',var(--sans);font-size:16px;transition:background .2s,transform .2s}
.map-card-link:hover{background:#0c4275;transform:translateY(-2px)}
.destinations-reference .compact .chip{border-color:#d4e7f6;transition:background .2s,color .2s,transform .2s}
.destinations-reference .compact .chip:hover{transform:translateY(-2px)}
.destinations-reference .national-results-head{margin-top:7px;padding-top:18px}
.destinations-reference .destination-card{border-radius:18px;transition:transform .25s,box-shadow .25s}
.destinations-reference .destination-card:hover{transform:translateY(-4px);box-shadow:0 17px 32px #174a7420}
.destinations-reference .destination-photo{height:173px}
.destinations-reference .destination-info{min-height:226px}
.destinations-reference .map-source{margin-top:12px}
@media(max-width:1320px){
 .destinations-reference .filterbar.compact{grid-template-columns:repeat(4,minmax(0,1fr))}
 .destinations-reference .destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:1020px){.destinations-reference .map-info-card{position:relative;top:auto;right:auto;width:246px;margin:12px auto 15px}}
@media(max-width:850px){
 .destinations-reference .destinations-content{display:flex;flex-direction:column;gap:14px}
 .destinations-reference .national-map-panel,.destinations-reference .destinations-catalog{width:100%}
 .destinations-reference .map-stage{max-width:390px}
 .destinations-reference .map-info-card{width:min(100%,360px)}
 .destinations-reference .destinations-catalog{padding:22px}
}
@media(max-width:560px){
 .destinations-reference{padding:35px 4% 48px}
 .destinations-reference .national-map-panel{padding:18px 15px}
 .destinations-reference .map-stage{max-width:335px}
 .destinations-reference .filterbar.compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
 .destinations-reference .destinations-catalog{padding:17px}
 .destinations-reference .destination-grid{grid-template-columns:1fr}
 .destinations-reference .destination-photo{height:205px}
 .destinations-reference .destination-info{min-height:220px}
}
@media(prefers-reduced-motion:reduce){.map-info-card{animation:none;transition:none}.destinations-reference .province path,.destinations-reference .destination-card,.map-card-link{transition:none}}
