@font-face{font-family:Lexend;src:url('/public/fonts/Lexend-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Lexend;src:url('/public/fonts/Lexend-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Lexend;src:url('/public/fonts/Lexend-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}

:root{
  --navy:#08283b;
  --navy-2:#123e53;
  --blue:#0d7fa2;
  --blue-2:#0a6686;
  --cyan:#e7f7f8;
  --sand:#f8f4ec;
  --fog:#f5f8f9;
  --white:#fff;
  --text:#405d6d;
  --muted:#738894;
  --line:#d8e5ea;
  --shadow:0 18px 50px rgba(8,40,59,.10);
  --shadow-sm:0 8px 24px rgba(8,40,59,.07);
  --radius-lg:28px;
  --radius-md:20px;
  --radius-sm:14px;
  --container:1180px;
  --content:760px;
  --s1:8px;
  --s2:16px;
  --s3:24px;
  --s4:32px;
  --s5:48px;
  --s6:64px;
  --s7:96px;
  --s8:128px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:var(--white)}
body{font-family:Lexend,Arial,sans-serif;background:var(--white);color:var(--text);overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,video{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;z-index:9999;top:12px;left:12px;transform:translateY(-140%);padding:10px 14px;border-radius:10px;background:#fff;color:var(--navy);box-shadow:var(--shadow-sm)}
.skip-link:focus{transform:none}
.media-picture{display:block;width:100%;height:100%}
.media-picture img{width:100%;height:100%;object-fit:cover}

/* Header: preserved logo + city search */
.site-nav{position:relative;z-index:40;background:#fff;border-bottom:1px solid rgba(8,40,59,.08)}
.site-nav__inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:var(--s4)}
.site-brand{display:inline-flex;align-items:center;flex:0 0 auto}
.site-brand img{width:clamp(166px,18vw,224px);height:auto}
.city-search{position:relative;flex:0 1 400px;min-width:0;color:var(--navy)}
.city-search__icon{position:absolute;z-index:2;left:17px;top:50%;transform:translateY(-50%);display:flex;color:var(--blue);pointer-events:none}
.city-search input{width:100%;height:50px;padding:0 18px 0 46px;border:1px solid #c9dbe2;border-radius:999px;background:#f8fbfc;color:var(--navy);outline:0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.city-search input::placeholder{color:#728894}
.city-search input:focus{background:#fff;border-color:var(--blue);box-shadow:0 0 0 4px rgba(13,127,162,.10)}
.suggestions-list{position:absolute;z-index:70;top:58px;left:0;right:0;display:none;max-height:330px;overflow:auto;padding:8px;list-style:none;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow)}
.suggestions-list a{display:block;padding:11px 12px;border-radius:10px;color:var(--navy);font-size:.9rem}
.suggestions-list a:hover{background:#f1fafc}

/* Video hero stays as the visual anchor */
.hero{position:relative;isolation:isolate;min-height:clamp(580px,78svh,820px);display:flex;align-items:flex-end;overflow:hidden;background:var(--navy)}
.hero__video,.hero__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero__video{z-index:-3}
.hero__poster{z-index:-2;transition:opacity .35s ease}
.hero__veil{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(2,18,29,.82) 0%,rgba(2,18,29,.48) 45%,rgba(2,18,29,.10) 76%),linear-gradient(180deg,rgba(2,18,29,.04) 42%,rgba(2,18,29,.60) 100%)}
.hero__content{padding-bottom:clamp(56px,7vw,88px);color:#fff}
.hero__kicker{margin-bottom:12px;font-size:.7rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#b8edf3}
.hero h1{max-width:940px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(3.5rem,7.4vw,7.2rem);font-weight:700;line-height:.94;letter-spacing:-.052em;text-wrap:balance;text-shadow:0 6px 28px rgba(0,0,0,.16)}
.hero__description{max-width:690px;margin-top:20px;font-size:clamp(1rem,1.35vw,1.12rem);line-height:1.65;color:rgba(255,255,255,.9)}
.hero__anchor{display:inline-flex;align-items:center;gap:9px;margin-top:24px;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.52);font-size:.84rem;font-weight:700;letter-spacing:.03em;color:#fff}
.hero__index{position:absolute;right:24px;bottom:20px;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;color:rgba(255,255,255,.72);font-size:.61rem;font-weight:700;letter-spacing:.12em}
.hero__index span{padding:6px 9px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(2,18,29,.14);backdrop-filter:blur(8px)}

/* Editorial introduction */
.header__hero{padding:var(--s7) 0;background:#fff}
.header__box{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);align-items:center;gap:var(--s6)}
.header__text{max-width:680px}
.header__text::before{content:'ANTES DE RESERVAR';display:block;margin-bottom:var(--s2);font-size:.66rem;font-weight:700;letter-spacing:.16em;color:var(--blue)}
.header__text p{margin:0 0 var(--s2);font-size:clamp(1rem,1.08vw,1.06rem);line-height:1.78}
.header__text p:last-child{margin-bottom:0}
.header__text p:first-child{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.45rem,2.15vw,2rem);line-height:1.38;letter-spacing:-.02em;color:var(--navy)}
.header__text strong{color:var(--navy)}
.header__img{aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius-lg);background:#dcecef;box-shadow:var(--shadow)}
.header__img img{width:100%;height:100%;object-fit:cover}

main{background:#fff}
main h2,main h3,main h4{color:var(--navy);text-wrap:balance}
main h2{margin:0 0 var(--s3);font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.15rem,4.2vw,4rem);line-height:1.05;letter-spacing:-.04em;font-weight:700}
main h3{margin:var(--s4) 0 12px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.4rem,2.2vw,2.1rem);line-height:1.16;letter-spacing:-.024em;font-weight:700}
main h4{font-size:1rem;line-height:1.4;font-weight:700}
main p,main li{font-size:clamp(.96rem,1vw,1.04rem);line-height:1.72}
main p{margin:0 0 var(--s2)}
main ul{padding-left:1.15rem}
main strong{color:var(--navy)}
main a{color:var(--blue-2);text-underline-offset:3px}
main p a{text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:rgba(10,102,134,.35)}
.section__hero{padding:var(--s7) 0}
.section__hero .section__box>p{max-width:72ch}
.section__column{max-width:680px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-top:8px;padding:0 22px;border:1px solid var(--navy);border-radius:999px;background:var(--navy);color:#fff!important;font-size:.77rem;font-weight:700;letter-spacing:.055em;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.btn:hover{transform:translateY(-2px);background:var(--blue);border-color:var(--blue)}

/* Image story: one hero visual + two supporting visuals */
.visual-rail{padding:0 0 var(--s7);background:#fff}
.visual-rail__grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.8fr);grid-template-rows:1fr 1fr;gap:var(--s2);min-height:560px}
.visual-rail__item{position:relative;min-width:0;margin:0;overflow:hidden;border-radius:var(--radius-md);background:#dcecef;box-shadow:var(--shadow-sm)}
.visual-rail__item--wide{grid-row:1/3}
.visual-rail__item img{width:100%;height:100%;object-fit:cover}
.visual-rail__item::after{content:'';position:absolute;inset:52% 0 0;background:linear-gradient(transparent,rgba(3,29,43,.72))}
.visual-rail__item figcaption{position:absolute;z-index:2;left:18px;bottom:16px;color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.2rem,1.8vw,1.7rem);font-weight:700}

/* Foundational knowledge section */
.section__hero.background{background:linear-gradient(180deg,#edf9fa 0%,#f8fcfc 100%)}
.section__hero.background .section__box{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.86fr);align-items:center;gap:var(--s6)}
.section__media{aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius-lg);background:#dcecef;box-shadow:var(--shadow)}
.section__media img{width:100%;height:100%;object-fit:cover}

/* Types / cards */
.section__hero.second{background:#fff}
.section__hero.second .section__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--s2);margin-top:var(--s5)}
.section__hero.second .section__card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}
.section__hero.second .section__image{height:220px}
.section__hero.second .section__image img{height:220px;object-fit:cover}
.section__hero.second .section__card>p{margin:0;padding:18px 18px 10px;color:var(--text)}
.section__hero.second .section__card>p strong{display:block;margin-bottom:6px;font-size:1rem}
.section__hero.second .section__card>ul{margin:0;padding:0 18px 20px 36px}
.section__hero.second .section__card li{margin-bottom:6px;font-size:.9rem;line-height:1.58}

/* Destinations */
.section__hero.third{background:var(--sand)}
.section__hero.third .section__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--s3);margin-top:var(--s5)}
.section__hero.third .section__card{display:grid;grid-template-columns:minmax(180px,.85fr) minmax(0,1.15fr);min-width:0;overflow:hidden;border:1px solid rgba(8,40,59,.08);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}
.section__hero.third .section__box-image{min-height:220px;overflow:hidden}
.section__hero.third .section__box-image img{width:100%;height:100%;object-fit:cover}
.section__hero.third .section__content{display:flex;flex-direction:column;justify-content:center;padding:var(--s3)}
.section__hero.third .section__content h3{margin:0 0 10px!important;font-family:Lexend,Arial,sans-serif;font-size:1.05rem!important;line-height:1.35!important;letter-spacing:-.01em!important}
.section__hero.third .section__content h3 strong{font-size:inherit!important;line-height:inherit!important}
.section__hero.third .section__content p{margin:0;font-size:.92rem;line-height:1.62}

/* Long-form split sections */
.section__hero.four{background:#fff}
.section__hero.four>.container>.section__box,.section__hero.seven .section__box{display:grid;grid-template-columns:minmax(320px,.86fr) minmax(0,1.14fr);align-items:center;gap:var(--s6);margin-bottom:var(--s7)}
.section__hero.four>.container>.section__box:last-child,.section__hero.seven .section__box:last-child{margin-bottom:0}
.section__hero.four .section__box.inverter,.section__hero.seven .section__box.inverter{grid-template-columns:minmax(0,1.14fr) minmax(320px,.86fr)}
.section__hero.four .section__box.inverter .section__box-img,.section__hero.seven .section__box.inverter .section__box-img{order:2}
.section__box-img{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:#dcecef;box-shadow:var(--shadow)}
.section__box-img picture,.section__box-img img{width:100%;height:100%}
.section__box-img img{aspect-ratio:4/3;object-fit:cover}
.section__box-img .btn{position:absolute;z-index:2;left:16px;bottom:16px;margin:0;border-color:#fff;background:#fff;color:var(--navy)!important;box-shadow:0 8px 24px rgba(0,0,0,.14)}
.section__box-text{max-width:700px}

/* Time / weather cinematic */
.section__hero.five{min-height:640px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(4,28,42,.96) 0%,rgba(4,28,42,.90) 48%,rgba(4,28,42,.22) 78%),url('/public/images/editorial/veleiro-por-do-sol-1200.webp') center/cover no-repeat}
.section__hero.five .section__box{max-width:700px}
.section__hero.five h2,.section__hero.five h3,.section__hero.five strong{color:#fff}
.section__hero.five p{color:rgba(255,255,255,.86)}

.section__hero.six{background:linear-gradient(145deg,#e3f5f7 0%,#f8fbfb 70%,#fff 100%)}
.section__hero.six .section__box{max-width:860px;margin-inline:auto;padding:var(--s5);border:1px solid #cfe3e8;border-radius:var(--radius-lg);background:rgba(255,255,255,.88);box-shadow:var(--shadow-sm)}
.section__hero.seven{background:var(--fog)}
.section__hero--cta .section__box{display:block!important;max-width:900px;margin:0 auto!important;padding:var(--s5);border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}

/* FAQ */
.section__faq{padding:var(--s7) 0;background:#fff}
.section__faq .container{max-width:920px}
.section__faq h2{margin-bottom:var(--s4)}
.section__item{position:relative;border-top:1px solid #ccdce2}
.section__item:last-child{border-bottom:1px solid #ccdce2}
.section__item input{position:absolute;opacity:0;pointer-events:none}
.section__item h3{margin:0!important;font-family:Lexend,Arial,sans-serif!important;font-size:1rem!important;letter-spacing:-.01em!important}
.section__question{position:relative;display:block;padding:21px 52px 21px 0;cursor:pointer;color:var(--navy);font-weight:600}
.section__question::after{content:'+';position:absolute;right:4px;top:50%;transform:translateY(-50%);width:30px;height:30px;display:grid;place-items:center;border:1px solid #bfd4dc;border-radius:50%;color:var(--blue);font-size:1.18rem;transition:transform .2s ease,background .2s ease}
.section__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}
.section__answer>p{overflow:hidden;margin:0;max-width:760px}
.section__item input:checked~.section__answer{grid-template-rows:1fr}
.section__item input:checked~.section__answer>p{padding:0 0 21px}
.section__item input:checked+h3 .section__question::after{content:'−';background:var(--cyan);transform:translateY(-50%) rotate(180deg)}

/* State / city directory */
.footer__links{margin-top:var(--s4)}
.footer__links ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0;list-style:none}
.footer__links li{list-style:none}
.statesLinks{display:flex;align-items:center;min-height:56px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--navy)!important;font-size:.87rem;font-weight:600;transition:background .2s ease,border-color .2s ease}
.statesLinks::after{content:'→';margin-left:auto;color:var(--blue);opacity:.7}
.statesLinks:hover{border-color:#b9d6df;background:#f2fafc}

.section__hero.map{background:var(--fog)}
.section__hero.map .section__box{display:grid;grid-template-columns:1fr 1fr;gap:var(--s5);align-items:start}
.section__hero.map .section__map iframe{width:100%;min-height:520px;border:0;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}

.site-footer{padding:40px 0;background:var(--navy);color:#fff}
.site-footer__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--s4)}
.site-footer__brand{display:inline-flex;padding:8px 12px;border-radius:12px;background:#fff}
.site-footer__brand img{width:170px;height:auto}
.site-footer p{margin:0;color:rgba(255,255,255,.72);font-size:.83rem;line-height:1.55}
.site-footer__top{font-size:.78rem;font-weight:700;color:#fff;white-space:nowrap}
.floating-whatsapp{position:fixed;z-index:80;right:18px;bottom:18px;width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.16)}
.floating-whatsapp img{width:46px;height:46px}
[data-reveal]{will-change:transform,opacity}

@media(max-width:1024px){
  :root{--s7:80px;--s8:104px}
  .header__box,.section__hero.background .section__box{gap:var(--s5)}
  .section__hero.second .section__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--s3)}
  .section__hero.third .section__card{grid-template-columns:1fr}
  .section__hero.third .section__box-image{min-height:240px}
  .section__hero.four>.container>.section__box,.section__hero.seven .section__box,.section__hero.four .section__box.inverter,.section__hero.seven .section__box.inverter{gap:var(--s5)}
  .footer__links ul{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
  :root{--s5:40px;--s6:48px;--s7:64px}
  .container{width:min(calc(100% - 32px),var(--container))}
  .site-nav__inner{min-height:74px;gap:12px}
  .site-brand img{width:146px}
  .city-search{flex:1;min-width:0}
  .city-search input{height:44px;padding-left:40px;font-size:.8rem}
  .city-search__icon{left:13px}
  .suggestions-list{top:51px;left:auto;width:min(330px,calc(100vw - 32px))}

  .hero{min-height:620px}
  .hero__veil{background:linear-gradient(180deg,rgba(3,23,35,.08) 12%,rgba(3,23,35,.28) 46%,rgba(3,23,35,.91) 100%)}
  .hero__content{padding-bottom:76px}
  .hero h1{font-size:clamp(3rem,13.8vw,5rem);max-width:100%}
  .hero__description{max-width:100%;font-size:.96rem;line-height:1.58}
  .hero__index{left:16px;right:16px;bottom:14px;justify-content:flex-start}
  .hero__index span{font-size:.56rem;padding:5px 8px}

  .header__hero{padding:var(--s6) 0}
  .header__box{grid-template-columns:1fr;gap:var(--s4)}
  .header__text{max-width:none}
  .header__img{aspect-ratio:16/10;border-radius:var(--radius-md)}

  main h2{font-size:clamp(2.05rem,10.5vw,3.15rem)}
  main h3{font-size:clamp(1.38rem,6.7vw,1.95rem)}
  main p,main li{line-height:1.68}
  .section__hero{padding:var(--s6) 0}

  .visual-rail{padding-bottom:var(--s6)}
  .visual-rail__grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;min-height:0;gap:12px}
  .visual-rail__item{min-height:200px}
  .visual-rail__item--wide{grid-column:1/-1;grid-row:auto;min-height:300px}

  .section__hero.background .section__box{grid-template-columns:1fr;gap:var(--s4)}
  .section__media{aspect-ratio:16/10;border-radius:var(--radius-md)}

  .section__hero.second .section__cards{grid-template-columns:1fr;gap:var(--s2);margin-top:var(--s4)}
  .section__hero.second .section__image,.section__hero.second .section__image img{height:220px}

  .section__hero.third .section__cards{grid-template-columns:1fr;gap:var(--s2);margin-top:var(--s4)}
  .section__hero.third .section__card{grid-template-columns:1fr}
  .section__hero.third .section__box-image{min-height:230px}

  .section__hero.four>.container>.section__box,.section__hero.seven .section__box,.section__hero.four .section__box.inverter,.section__hero.seven .section__box.inverter{grid-template-columns:1fr;gap:var(--s4);margin-bottom:var(--s6)}
  .section__hero.four .section__box.inverter .section__box-img,.section__hero.seven .section__box.inverter .section__box-img{order:0}
  .section__box-img{border-radius:var(--radius-md)}

  .section__hero.five{min-height:680px;align-items:flex-end;background:linear-gradient(180deg,rgba(4,28,42,.13) 0%,rgba(4,28,42,.94) 58%,rgba(4,28,42,.99) 100%),url('/public/images/editorial/veleiro-por-do-sol-768.webp') center/cover no-repeat}
  .section__hero.six .section__box,.section__hero--cta .section__box{padding:var(--s4);border-radius:var(--radius-md)}

  .footer__links ul{grid-template-columns:1fr}
  .section__hero.map .section__box{grid-template-columns:1fr;gap:var(--s4)}
  .section__hero.map .section__map iframe{min-height:380px;border-radius:var(--radius-md)}

  .site-footer__inner{grid-template-columns:1fr;justify-items:start;gap:var(--s2)}
  .floating-whatsapp{right:14px;bottom:14px;width:52px;height:52px}
  .floating-whatsapp img{width:42px;height:42px}
}

@media(max-width:420px){
  .container{width:min(calc(100% - 24px),var(--container))}
  .site-nav__inner{min-height:70px;gap:10px}
  .site-brand img{width:122px}
  .city-search input{height:42px;padding-left:36px;font-size:.75rem}
  .city-search__icon{left:11px}
  .hero{min-height:590px}
  .hero__content{padding-bottom:80px}
  .hero__kicker{font-size:.6rem;letter-spacing:.15em}
  .hero h1{font-size:clamp(2.7rem,14vw,4rem)}
  .hero__description{font-size:.9rem}
  .visual-rail__item{min-height:170px}
  .visual-rail__item--wide{min-height:260px}
  .section__question{padding-right:44px;font-size:.92rem}
}

@media(max-width:340px){
  .site-nav__inner{flex-wrap:wrap;padding:10px 0 12px}
  .site-brand img{width:118px}
  .city-search{flex:1 0 100%;width:100%}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
