/* Travel Hub home 0.3.0 — one DOM contract, one visual system. */
.thh-home{--thh-navy:#083f78;--thh-deep:#051c33;--thh-teal:#13a589;--thh-gold:#f6a800;--thh-blue:#0788c8;--thh-orange:#f37021;--thh-cream:#fffaf0;--thh-ink:#14283c;--thh-muted:#5f7080;--thh-line:#dce6ed;--thh-shadow:0 24px 64px rgb(5 28 51 / .12);overflow:hidden;color:var(--thh-ink);background:#fff}
.thh-home *{box-sizing:border-box}
.thh-home img{display:block;max-width:100%}
.thh-shell,.thh-section-inner{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.thh-home section{padding-block:clamp(68px,7vw,108px)}
.thh-eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 16px;color:var(--thh-teal);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.thh-eyebrow::before{content:"";width:28px;height:3px;border-radius:99px;background:var(--thh-gold)}
.thh-title{max-width:760px;margin:0;color:var(--thh-deep);font-size:clamp(2rem,4vw,3.55rem);font-weight:800;line-height:1.08;letter-spacing:-.045em}
.thh-sub{max-width:680px;margin:22px 0 0;color:var(--thh-muted);font-size:clamp(1rem,1.45vw,1.16rem);line-height:1.75}
.thh-head{margin-bottom:40px}
.thh-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.thh-home .thui-btn{min-height:50px;padding:13px 22px;border:1px solid transparent;border-radius:14px;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.thh-home .thui-btn:hover{transform:translateY(-2px)}
.thh-home a:focus-visible,.thh-home button:focus-visible{outline:3px solid var(--thh-gold);outline-offset:4px}
.thh-home .thui-btn--primary{background:var(--thh-gold);color:var(--thh-deep);box-shadow:0 12px 30px rgb(246 168 0 / .25)}
.thh-home .thui-btn--ghost{border-color:rgb(8 63 120 / .22);background:#fff;color:var(--thh-navy)}

/* Hero */
.thh-hero{position:relative;display:grid;align-items:center;min-height:min(88vh,760px);padding-block:104px 138px!important;overflow:hidden;isolation:isolate;background:var(--thh-deep)}
.thh-hero::before{content:"";position:absolute;z-index:0;width:min(34vw,300px);aspect-ratio:1;inset-inline-end:-118px;inset-block-end:-130px;border:clamp(24px,3.2vw,44px) solid rgb(246 168 0 / .72);border-radius:50%;pointer-events:none}
.thh-hero__grid{position:relative;z-index:2;display:block}.thh-hero__copy{max-width:min(100%,820px)}
.thh-hero .thh-eyebrow{color:#7ee5d1}
.thh-hero__title{max-width:16ch;margin:0;color:#fff;font-size:clamp(3.1rem,7.4vw,6.4rem);font-weight:800;line-height:.96;letter-spacing:-.055em;text-wrap:balance}
.thh-hero__lede{max-width:620px;margin:26px 0 0;color:rgb(255 255 255 / .87);font-size:clamp(1.08rem,1.6vw,1.3rem);line-height:1.7}
.thh-hero .thui-btn--ghost{border-color:rgb(255 255 255 / .35);background:rgb(255 255 255 / .08);color:#fff}
.thh-hero__whatsapp{display:inline-flex;align-items:center;gap:10px;margin-top:23px;color:#fff;font-size:.92rem;font-weight:700;text-decoration:none}
.thh-hero__whatsapp svg{width:22px;fill:#69df9b}
.thh-hero__media{position:absolute;inset:0;z-index:-1;margin:0;min-height:0;border-radius:0;overflow:hidden;box-shadow:none}
.thh-hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(5 28 51 / .93) 0%,rgb(5 28 51 / .70) 44%,rgb(5 28 51 / .18) 78%),linear-gradient(to top,rgb(5 28 51 / .55),transparent 42%)}[dir=rtl] .thh-hero__title{line-height:1.24;letter-spacing:0}[dir=rtl] .thh-title{line-height:1.3;letter-spacing:0}[dir=rtl] .thh-dest__name{line-height:1.35;letter-spacing:0}[dir=rtl] .thh-hero__media::after{background:linear-gradient(270deg,rgb(5 28 51 / .93) 0%,rgb(5 28 51 / .70) 44%,rgb(5 28 51 / .18) 78%),linear-gradient(to top,rgb(5 28 51 / .55),transparent 42%)}
.thh-hero__media img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:64% 46%}
.thh-hero__media figcaption{position:absolute;inset-inline-start:32px;inset-block-end:26px;z-index:1;color:rgb(255 255 255 / .8);font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}

/* Proof */
.thh-proof{position:relative;z-index:2;margin-top:-36px;padding:0!important}
.thh-proof__list{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:25px 30px;list-style:none;border:1px solid rgb(8 63 120 / .1);border-radius:20px;background:#fff;box-shadow:0 18px 55px rgb(5 28 51 / .13)}
.thh-proof__item{display:flex;align-items:center;gap:13px;min-height:50px;padding-inline:18px;border-inline-end:1px solid var(--thh-line);font-size:.9rem;font-weight:750;line-height:1.35}
.thh-proof__item:last-child{border-inline-end:0}
.thh-proof__icon{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:12px;background:#e7f7f3;color:var(--thh-teal)}
.thh-proof__icon svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.8}

/* Destinations */
.thh-dest{padding-top:120px!important;background:linear-gradient(180deg,#fff,var(--thh-cream))}
.thh-dest__layout{display:grid;grid-template-columns:280px minmax(0,1fr);align-items:end;gap:50px}
.thh-dest__head{margin:0}
.thh-dest__head .thh-title{font-size:clamp(2.3rem,4vw,4rem)}
.thh-dest__rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.thh-dest__card{position:relative;min-height:450px;overflow:hidden;border-radius:24px;color:#fff;box-shadow:0 16px 44px rgb(5 28 51 / .16);text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}
.thh-dest__card:hover{transform:translateY(-8px);box-shadow:0 28px 62px rgb(5 28 51 / .22)}
.thh-dest__card img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.thh-dest__card:hover img{transform:scale(1.045)}
.thh-dest__card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgb(5 28 51 / .95) 0%,rgb(5 28 51 / .78) 32%,rgb(5 28 51 / .28) 62%,rgb(5 28 51 / .06) 100%)}
.thh-dest__body{position:absolute;inset-inline:24px;inset-block-end:24px;z-index:1}
.thh-dest__kicker{margin:0 0 6px;color:#f7c451;font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.thh-dest__name{margin:0;color:#fff;font-size:1.7rem;line-height:1.15;text-shadow:0 1px 18px rgb(5 28 51 / .55)}
.thh-dest__lede{margin:10px 0;color:#e3edf5;font-size:.88rem;line-height:1.55}
.thh-dest__cta{display:inline-flex;margin-top:8px;color:#fff;font-size:.86rem;font-weight:800;border-bottom:2px solid var(--thh-gold)}

/* Tours */
.thh-tours{background:#fff}
.thh-tours__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.thh-tours__empty{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);min-height:430px;overflow:hidden;border:1px solid var(--thh-line);border-radius:28px;background:var(--thh-cream);box-shadow:var(--thh-shadow)}
.thh-tours__empty>img{width:100%;height:100%;min-height:430px;object-fit:cover}
.thh-tours__empty-copy{align-self:center;padding:clamp(34px,5vw,70px)}
.thh-status{display:inline-flex;padding:8px 12px;border-radius:999px;background:#dff4ef;color:#087963;font-size:.75rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.thh-tours__empty h3{margin:20px 0 14px;color:var(--thh-deep);font-size:clamp(1.7rem,3vw,2.7rem);line-height:1.12}
.thh-tours__empty p{margin:0;color:var(--thh-muted);line-height:1.7}

/* Transfers */
.thh-xfer{padding-block:0!important;background:var(--thh-deep);color:#fff}
.thh-xfer__grid{display:grid;grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr);min-height:720px}
.thh-xfer__media{position:relative;margin:0;overflow:hidden}
.thh-xfer__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,var(--thh-deep))}
.thh-xfer__media img{width:100%;height:100%;object-fit:cover}
.thh-xfer__content{display:grid;align-content:center;padding:70px 0 70px clamp(45px,7vw,100px)}
[dir=rtl] .thh-xfer__content{padding:70px clamp(45px,7vw,100px) 70px 0}
.thh-xfer .thh-title{color:#fff}.thh-xfer .thh-sub{color:#c8d8e5}.thh-xfer .thh-head{margin-bottom:30px}
.thh-xfer__list{display:grid;gap:2px;margin:0;padding:0;list-style:none}
.thh-xfer__item{display:grid;grid-template-columns:50px 1fr;gap:16px;padding:17px 0;border-bottom:1px solid rgb(255 255 255 / .12)}
.thh-xfer__icon{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:rgb(19 165 137 / .16);color:#62dcc4}
.thh-xfer__icon svg{width:25px;fill:none;stroke:currentColor;stroke-width:1.6}
.thh-xfer__item b{display:block;margin-bottom:3px;color:#fff;font-size:1.04rem}.thh-xfer__item span{color:#b9cbd9;font-size:.88rem;line-height:1.5}
.thh-xfer__cta{margin-top:28px}

/* Editorial hotel/package bands */
.thh-editorial{background:var(--thh-cream)}
.thh-editorial--packages{background:#fff}
.thh-editorial__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(48px,8vw,110px)}
.thh-editorial__copy .thh-head{margin:0}.thh-editorial__copy .thh-sub{margin-top:22px}
.thh-editorial__media{position:relative;margin:0;aspect-ratio:1.05;overflow:hidden;border-radius:28px 80px 28px 28px;box-shadow:var(--thh-shadow)}
.thh-editorial--packages .thh-editorial__media{border-radius:80px 28px 28px 28px}
.thh-editorial__media::before{content:"";position:absolute;z-index:1;inset-inline-start:22px;inset-block-start:22px;width:66px;height:8px;border-radius:99px;background:var(--thh-gold)}
.thh-editorial__media img{width:100%;height:100%;object-fit:cover}

/* Human planning */
.thh-plan{position:relative;background:linear-gradient(135deg,#e7f8f4,#eef7fb)}
.thh-plan::before{content:"";position:absolute;inset:22px;border:1px solid rgb(19 165 137 / .15);border-radius:32px;pointer-events:none}
.thh-plan__inner{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(40px,7vw,90px);align-items:center}
.thh-plan__prompts{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.thh-plan__prompt{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid rgb(8 63 120 / .1);border-radius:16px;background:rgb(255 255 255 / .82);box-shadow:0 8px 24px rgb(5 28 51 / .05);font-weight:700}
.thh-plan__prompt svg{width:24px;flex:0 0 24px;fill:none;stroke:var(--thh-teal);stroke-width:1.7}
.thh-plan__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.thh-plan__wa,.thh-plan__phone{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:12px 17px;border-radius:13px;text-decoration:none;font-size:.9rem}.thh-plan__wa{background:var(--thh-teal);color:#fff}.thh-plan__phone{background:#fff;color:var(--thh-navy);border:1px solid var(--thh-line)}.thh-plan__cta svg{width:21px;fill:currentColor}

/* Trust + close */
.thh-trust{padding-block:42px!important;background:#fff}
.thh-trust__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0;padding:0;list-style:none;border-block:1px solid var(--thh-line)}
.thh-trust__item{display:flex;align-items:center;gap:13px;padding:23px 20px;border-bottom:1px solid var(--thh-line);font-size:.9rem;font-weight:750}.thh-trust__item svg{width:24px;flex:0 0 24px;fill:none;stroke:var(--thh-teal);stroke-width:1.7}
.thh-lead{padding-block:58px!important;background:#fff}
.thh-lead .thh-section-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:42px;padding:42px 48px;border-radius:24px;background:var(--thh-navy);color:#fff;box-shadow:var(--thh-shadow)}
.thh-lead .thh-title{color:#fff;font-size:clamp(1.8rem,3vw,2.7rem)}.thh-lead__head p:last-child{max-width:660px;margin:14px 0 0;color:#d6e4ef}.thh-lead__primary{display:flex;gap:12px}.thh-lead__btn{display:grid;grid-template-columns:26px 1fr;column-gap:10px;min-width:180px;padding:14px 16px;border-radius:14px;text-decoration:none}.thh-lead__btn svg{grid-row:1/3;width:25px;align-self:center;fill:currentColor}.thh-lead__btn b{font-size:.9rem}.thh-lead__btn small{font-size:.72rem;opacity:.78}.thh-lead__btn--wa{background:var(--thh-teal);color:#fff}.thh-lead__btn--call{background:#fff;color:var(--thh-navy)}

@media(max-width:1023px){.thh-hero{min-height:min(84vh,660px);padding-block:88px 116px!important}.thh-hero__copy{max-width:760px}.thh-proof{margin-top:-24px}.thh-proof__list{grid-template-columns:repeat(2,1fr)}.thh-proof__item:nth-child(2){border-inline-end:0}.thh-proof__item:nth-child(-n+2){border-bottom:1px solid var(--thh-line)}.thh-dest__layout{grid-template-columns:1fr;align-items:start}.thh-dest__rail{grid-template-columns:repeat(3,1fr)}.thh-dest__card{min-height:380px}.thh-xfer__grid{grid-template-columns:1fr}.thh-xfer__media{height:390px}.thh-xfer__media::after{background:linear-gradient(to bottom,transparent 55%,var(--thh-deep))}.thh-xfer__content,[dir=rtl] .thh-xfer__content{padding:20px 0 70px}.thh-lead .thh-section-inner{grid-template-columns:1fr}.thh-lead__primary{justify-self:start}}
@media(max-width:767px){.thh-shell,.thh-section-inner{width:min(100% - 32px,1180px)}.thh-home section{padding-block:64px}.thh-hero{min-height:min(86vh,600px);padding-block:72px 92px!important}.thh-hero__title{max-width:100%;font-size:clamp(2.6rem,10.5vw,3.9rem)}.thh-hero__media img{object-position:66% 44%}.thh-hero::before{inset-inline-end:-140px;inset-block-end:-150px}.thh-proof__list{grid-template-columns:1fr;padding:10px 20px}.thh-proof__item,.thh-proof__item:nth-child(2){border-inline-end:0;border-bottom:1px solid var(--thh-line);padding:14px 0}.thh-proof__item:last-child{border-bottom:0}.thh-dest{padding-top:90px!important}.thh-dest__rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 24px}.thh-dest__card{flex:0 0 min(82vw,320px);scroll-snap-align:start;min-height:420px}.thh-tours__empty{grid-template-columns:1fr}.thh-tours__empty>img{min-height:260px;max-height:300px}.thh-editorial__grid,.thh-plan__inner{grid-template-columns:1fr}.thh-editorial--packages .thh-editorial__media{order:2}.thh-editorial__media{aspect-ratio:1.2}.thh-trust__grid{grid-template-columns:1fr}.thh-trust__item{padding-inline:0}.thh-lead .thh-section-inner{padding:34px 24px}.thh-lead__primary{flex-direction:column;width:100%}.thh-lead__btn{width:100%}}
@media(max-width:430px){.thh-actions{flex-direction:column}.thh-home .thui-btn{width:100%;justify-content:center}.thh-hero{min-height:min(88vh,560px)}.thh-xfer__media{height:300px}.thh-plan__cta{flex-direction:column}.thh-plan__wa,.thh-plan__phone{justify-content:center}.thh-title{font-size:2rem}}
@media(prefers-reduced-motion:reduce){.thh-home *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
