:root{--tpl-primary: #d4a93a;--tpl-primary-ink: #1a1408;--tpl-accent: #0d1f4a;--tpl-bg: #fbf8f1;--tpl-surface: #ffffff;--tpl-ink: #1a1408;--tpl-ink-muted: #6b5f47;--tpl-line: rgba(26,20,8,.1);--tpl-font-display: "Fraunces", Georgia, serif;--tpl-font-body: "DM Sans", system-ui, -apple-system, sans-serif;--tpl-radius-sm: .5rem;--tpl-radius: .875rem;--tpl-radius-lg: 1.25rem;--tpl-radius-xl: 1.75rem;--tpl-shadow-card: 0 1px 2px rgba(26,20,8,.06), 0 8px 24px rgba(26,20,8,.06);--tpl-shadow-lift: 0 8px 16px rgba(26,20,8,.08), 0 24px 48px rgba(26,20,8,.08);--tpl-ease: cubic-bezier(.22, 1, .36, 1)}.tpl-page{background:var(--tpl-bg);color:var(--tpl-ink);font-family:var(--tpl-font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tpl-page h1,.tpl-page h2,.tpl-page h3{font-family:var(--tpl-font-display)}.tpl-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--tpl-primary)}.tpl-eyebrow:before{content:"";width:24px;height:1px;background:var(--tpl-primary)}.tpl-heading{font-family:var(--tpl-font-display);font-weight:600;font-size:clamp(2.25rem,4.5vw,4rem);line-height:1.05;letter-spacing:-.02em;color:var(--tpl-ink)}.tpl-heading--invert{color:#fff}.tpl-lede{font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.65;color:var(--tpl-ink-muted);max-width:36ch}.tpl-container{width:100%;max-width:1240px;margin-inline:auto;padding-inline:clamp(1rem,3vw,2rem)}.tpl-section{padding-block:clamp(4rem,8vw,7rem)}.tpl-section--tight{padding-block:clamp(2.5rem,5vw,4rem)}.tpl-section--dark{background:var(--tpl-accent);color:#fff}.tpl-section--cream{background:var(--tpl-bg)}.tpl-btn-primary,.tpl-btn-secondary,.tpl-btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:var(--tpl-radius-sm);font-weight:600;font-size:.9375rem;letter-spacing:-.01em;cursor:pointer;text-decoration:none;transition:transform .25s var(--tpl-ease),box-shadow .25s var(--tpl-ease),background-color .25s var(--tpl-ease);white-space:nowrap}.tpl-btn-primary{background:var(--tpl-primary);color:var(--tpl-primary-ink);box-shadow:0 1px 2px #0000000d,0 8px 24px #d4a93a40}.tpl-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000014,0 16px 32px #d4a93a52}.tpl-btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(4px)}.tpl-btn-secondary:hover{background:#ffffff14;border-color:#fff6}.tpl-btn-ghost{background:transparent;color:var(--tpl-ink);padding:.5rem .75rem}.tpl-btn-ghost:hover{color:var(--tpl-primary)}.tpl-card{background:var(--tpl-surface);border-radius:var(--tpl-radius-lg);box-shadow:var(--tpl-shadow-card);overflow:hidden;transition:transform .35s var(--tpl-ease),box-shadow .35s var(--tpl-ease)}.tpl-card:hover{transform:translateY(-4px);box-shadow:var(--tpl-shadow-lift)}.tpl-card__media{aspect-ratio:4 / 5;overflow:hidden;background:var(--tpl-accent);position:relative}.tpl-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s var(--tpl-ease)}.tpl-card:hover .tpl-card__media img{transform:scale(1.06)}.tpl-card__body{padding:1.25rem 1.5rem 1.5rem}.tpl-input,.tpl-select,.tpl-textarea{width:100%;padding:.75rem 1rem;border-radius:var(--tpl-radius-sm);border:1px solid var(--tpl-line);background:var(--tpl-surface);font-family:var(--tpl-font-body);font-size:.9375rem;color:var(--tpl-ink);transition:border-color .2s,box-shadow .2s}.tpl-input:focus,.tpl-select:focus,.tpl-textarea:focus{outline:none;border-color:var(--tpl-primary);box-shadow:0 0 0 3px #d4a93a2e}[data-tpl-pending]{opacity:0;transform:translateY(24px)}@media(prefers-reduced-motion:reduce){[data-tpl-pending]{opacity:1!important;transform:none!important;transition:none!important}}.tpl-nav{top:var(--tpl-nav-top, 0px);transition:background-color .3s var(--tpl-ease),box-shadow .3s var(--tpl-ease),color .3s var(--tpl-ease);color:#fff}.tpl-nav[data-tpl-tone=dark]{color:var(--tpl-ink)}.tpl-nav.is-scrolled{background:#ffffffeb;color:var(--tpl-ink);box-shadow:0 1px 0 var(--tpl-line),0 8px 24px #1a14080a;backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px)}.tpl-nav__brand{color:inherit;text-decoration:none}.tpl-nav__brand-mark{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--tpl-primary);color:var(--tpl-primary-ink);transition:transform .5s var(--tpl-ease)}.tpl-nav__brand:hover .tpl-nav__brand-mark{transform:rotate(45deg)}.tpl-nav__brand-text{font-family:var(--tpl-font-display);font-weight:600;font-size:1.125rem;letter-spacing:-.01em}.tpl-nav__link{position:relative;font-size:.9375rem;font-weight:500;color:currentColor;opacity:.85;text-decoration:none;transition:opacity .2s,color .2s}.tpl-nav__link:hover,.tpl-nav__link--active{opacity:1;color:var(--tpl-primary)}.tpl-nav__link--active:after{content:"";position:absolute;left:0;right:0;bottom:-20px;height:2px;background:var(--tpl-primary)}.tpl-nav__cta{padding:.625rem 1.125rem;font-size:.875rem}.tpl-nav__toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--tpl-radius-sm);border:1px solid currentColor;color:inherit;background:transparent;cursor:pointer;opacity:.7;transition:opacity .2s,background-color .2s}.tpl-nav__toggle:hover{opacity:1;background:#0000000a}@media(min-width:768px){.tpl-nav__toggle{display:none}}.tpl-nav__mobile{background:var(--tpl-surface);color:var(--tpl-ink);border-top:1px solid var(--tpl-line);animation:tplNavDrop .25s var(--tpl-ease)}.tpl-nav__mlink{display:block;padding:.875rem 0;border-bottom:1px solid var(--tpl-line);color:var(--tpl-ink);text-decoration:none;font-size:1rem;font-weight:500}.tpl-nav__mlink--active{color:var(--tpl-primary)}@keyframes tplNavDrop{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.tpl-hero{position:relative;min-height:clamp(640px,88vh,880px);overflow:hidden;isolation:isolate;color:#fff;margin-top:-72px;padding-top:72px;display:flex;align-items:stretch}.tpl-hero__bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-2}.tpl-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0d1f4a8c,#0d1f4a33,#0d1f4a73 70%,#0d1f4ad9),linear-gradient(90deg,#0d1f4a8c,#0d1f4a1a 60%);z-index:-1}.tpl-hero__inner{position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding-top:clamp(4rem,10vh,8rem);padding-bottom:clamp(3rem,6vh,5rem);width:100%}.tpl-hero__content{max-width:38rem;margin-bottom:2.25rem}.tpl-hero__eyebrow{color:var(--tpl-primary)}.tpl-hero__eyebrow:before{background:var(--tpl-primary)}.tpl-hero__accent{color:var(--tpl-primary);font-style:italic;font-weight:400;display:inline-block;margin:0 .2em}.tpl-hero__lede{color:#ffffffc7;margin-top:1.25rem;max-width:30rem}.tpl-hero-search{background:#fffffffa;color:var(--tpl-ink);border-radius:var(--tpl-radius-lg);box-shadow:0 24px 60px #00000052;padding:.5rem;max-width:56rem;overflow:hidden}.tpl-hero-search__row{display:grid;grid-template-columns:1fr;gap:0}@media(min-width:640px){.tpl-hero-search__row{grid-template-columns:repeat(3,1fr)}}.tpl-hero-search__field{display:block;padding:.75rem 1rem;border-bottom:1px solid var(--tpl-line)}@media(min-width:640px){.tpl-hero-search__field{border-bottom:none;border-right:1px solid var(--tpl-line)}.tpl-hero-search__field:last-child{border-right:none}}.tpl-hero-search__label{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--tpl-ink-muted);margin-bottom:.25rem}.tpl-hero-search__select,.tpl-hero-search__input{width:100%;background:transparent;border:none;padding:0;font-family:var(--tpl-font-body);font-size:.9375rem;font-weight:600;color:var(--tpl-ink)}.tpl-hero-search__select:focus,.tpl-hero-search__input:focus{outline:none}.tpl-hero-search__cta{display:block;width:100%;margin-top:.5rem;padding:1rem 1.5rem}.tpl-hero-trust{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-top:1.5rem;font-size:.8125rem;color:#ffffffb3}.tpl-hero-trust__item{display:inline-flex;align-items:center;gap:.5rem}.tpl-hero-trust__icon{width:14px;height:14px}.tpl-hero-trust__icon--amber{color:#fbbf24}.tpl-hero-trust__icon--emerald{color:#34d399}.tpl-hero-trust__icon--sky{color:#60a5fa}.tpl-hero-trust__sub{color:#ffffff73}.tpl-hero-trust__sep{width:1px;height:14px;background:#ffffff2e}.tpl-stats{padding:clamp(2.5rem,5vw,4rem) 0;border-bottom:1px solid var(--tpl-line)}.tpl-stats--dark{background:var(--tpl-accent);color:#fff;border-bottom-color:#ffffff14}.tpl-stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem;text-align:center}@media(min-width:768px){.tpl-stats__grid{grid-template-columns:repeat(4,1fr)}}.tpl-stat-num{font-family:var(--tpl-font-display);font-size:clamp(2.25rem,4vw,3rem);font-weight:600;line-height:1;color:var(--tpl-primary);letter-spacing:-.02em}.tpl-stats--dark .tpl-stat-num{color:var(--tpl-primary)}.tpl-stat-label{font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:var(--tpl-ink-muted);margin-top:.5rem;font-weight:600}.tpl-stats--dark .tpl-stat-label{color:#ffffff8c}.tpl-gallery__head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.tpl-gallery__title{margin-top:.5rem}.tpl-gallery__sub{margin-top:.75rem}.tpl-gallery__view-all{color:var(--tpl-primary);font-weight:600;text-decoration:none;font-size:.9375rem;transition:gap .2s;white-space:nowrap}.tpl-gallery__view-all:hover{letter-spacing:.01em}.tpl-gallery__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.tpl-gallery__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.tpl-gallery__grid{grid-template-columns:repeat(4,1fr)}}.tpl-gallery__card{text-decoration:none;color:inherit;display:block}.tpl-gallery__tag{position:absolute;top:12px;left:12px;background:#ffffffeb;color:var(--tpl-ink);font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .625rem;border-radius:999px;backdrop-filter:blur(4px)}.tpl-gallery__card-name{font-family:var(--tpl-font-display);font-size:1.25rem;font-weight:600;color:var(--tpl-ink);letter-spacing:-.01em}.tpl-gallery__card-country{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--tpl-ink-muted);margin-top:.25rem;font-weight:600}.tpl-gallery__card-tagline{font-size:.875rem;color:var(--tpl-ink-muted);line-height:1.55;margin-top:.5rem}.tpl-pricing__head{text-align:center;max-width:42rem;margin:0 auto 3rem}.tpl-pricing__head .tpl-eyebrow{justify-content:center}.tpl-pricing__head .tpl-eyebrow:before{display:none}.tpl-pricing__title{margin-top:.5rem}.tpl-pricing__sub{margin:.75rem auto 0}.tpl-pricing__grid{display:grid;grid-template-columns:1fr;gap:1.75rem;align-items:stretch}@media(min-width:768px){.tpl-pricing__grid{grid-template-columns:repeat(3,1fr)}}.tpl-price-card{position:relative;background:var(--tpl-surface);border-radius:var(--tpl-radius-lg);box-shadow:var(--tpl-shadow-card);overflow:hidden;display:flex;flex-direction:column;transition:transform .35s var(--tpl-ease),box-shadow .35s var(--tpl-ease)}.tpl-price-card:hover{transform:translateY(-6px);box-shadow:var(--tpl-shadow-lift)}.tpl-price-card--popular{box-shadow:var(--tpl-shadow-lift),0 0 0 2px var(--tpl-primary)}@media(min-width:768px){.tpl-price-card--popular{transform:translateY(-12px)}.tpl-price-card--popular:hover{transform:translateY(-18px)}}.tpl-price-card__badge{position:absolute;top:14px;right:14px;background:var(--tpl-primary);color:var(--tpl-primary-ink);font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .7rem;border-radius:999px;z-index:2}.tpl-price-card__media{aspect-ratio:16 / 9;overflow:hidden;background:var(--tpl-accent)}.tpl-price-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s var(--tpl-ease)}.tpl-price-card:hover .tpl-price-card__media img{transform:scale(1.05)}.tpl-price-card__body{padding:1.75rem;display:flex;flex-direction:column;flex:1}.tpl-price-card__name{font-family:var(--tpl-font-display);font-size:1.5rem;font-weight:600;color:var(--tpl-ink);margin:0;letter-spacing:-.01em}.tpl-price-card__duration{font-size:.8125rem;color:var(--tpl-ink-muted);text-transform:uppercase;letter-spacing:.08em;margin:.375rem 0 0;font-weight:600}.tpl-price-card__price{font-family:var(--tpl-font-display);font-size:2.25rem;font-weight:600;color:var(--tpl-primary);margin:1rem 0 0;letter-spacing:-.02em}.tpl-price-card__price-sub{font-size:.8125rem;color:var(--tpl-ink-muted);margin:.125rem 0 1.25rem}.tpl-price-card__highlights{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem;color:var(--tpl-ink);font-size:.9375rem;flex:1}.tpl-price-card__highlights li{display:flex;align-items:flex-start;gap:.625rem;line-height:1.5}.tpl-price-card__highlights svg{color:var(--tpl-primary);flex:0 0 14px;margin-top:4px}.tpl-price-card__cta{width:100%}.tpl-features__head{text-align:center;max-width:44rem;margin:0 auto 3rem}.tpl-features__head .tpl-eyebrow{justify-content:center}.tpl-features__head .tpl-eyebrow:before{display:none}.tpl-features__title{margin-top:.5rem}.tpl-features__sub{margin:.75rem auto 0}.tpl-features__grid{display:grid;grid-template-columns:1fr;gap:2rem 2.5rem}@media(min-width:640px){.tpl-features__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.tpl-features__grid{grid-template-columns:repeat(3,1fr)}}.tpl-feature{padding:1.25rem 0}.tpl-feature__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--tpl-radius);background:#d4a93a1a;color:var(--tpl-primary);margin-bottom:1.125rem}.tpl-feature__title{font-family:var(--tpl-font-display);font-size:1.25rem;font-weight:600;color:var(--tpl-ink);margin:0 0 .5rem;letter-spacing:-.01em}.tpl-feature__body{font-size:.9375rem;color:var(--tpl-ink-muted);line-height:1.6;margin:0}.tpl-testimonials__head{text-align:center;max-width:44rem;margin:0 auto 3rem}.tpl-testimonials__head .tpl-eyebrow{justify-content:center}.tpl-testimonials__head .tpl-eyebrow:before{display:none}.tpl-testimonials__title{margin-top:.5rem}.tpl-testimonials__grid{display:grid;grid-template-columns:1fr;gap:1.75rem}@media(min-width:1024px){.tpl-testimonials__grid{grid-template-columns:1.4fr 1fr;gap:2rem}}.tpl-testimonials__others{display:flex;flex-direction:column;gap:1.5rem}.tpl-quote{position:relative;background:var(--tpl-surface);border-radius:var(--tpl-radius-lg);padding:2rem;box-shadow:var(--tpl-shadow-card)}.tpl-quote--featured{padding:2.5rem}.tpl-quote__mark{color:var(--tpl-primary);opacity:.3;margin-bottom:1rem}.tpl-quote__body{font-family:var(--tpl-font-display);font-size:1.125rem;line-height:1.55;color:var(--tpl-ink);margin:0 0 1.5rem;letter-spacing:-.005em}.tpl-quote--featured .tpl-quote__body{font-size:1.5rem;line-height:1.45}.tpl-quote__foot{display:flex;align-items:center;gap:.875rem}.tpl-quote__photo{width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex:0 0 56px}.tpl-quote__photo--sm{width:44px;height:44px;flex-basis:44px}.tpl-quote__name{font-weight:600;color:var(--tpl-ink);font-size:.9375rem}.tpl-quote__trip{font-size:.8125rem;color:var(--tpl-ink-muted);margin-top:.125rem}.tpl-quote__stars{display:inline-flex;gap:.125rem;margin-left:auto;color:#00000026}.tpl-quote__stars svg.is-filled{color:#fbbf24}.tpl-cta{position:relative;overflow:hidden;isolation:isolate;color:#fff}.tpl-cta__bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-2}.tpl-cta__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0d1f4ac7,#0d1f4a8c);z-index:-1}.tpl-cta__inner{padding:clamp(4rem,9vw,7rem) 0;max-width:44rem;text-align:center;margin-inline:auto}.tpl-cta__eyebrow{color:var(--tpl-primary);justify-content:center}.tpl-cta__eyebrow:before{background:var(--tpl-primary)}.tpl-cta__title{margin:.75rem 0 0}.tpl-cta__sub{color:#ffffffc7;margin:1.25rem auto 0;max-width:34rem}.tpl-cta__actions{display:flex;gap:.75rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.tpl-footer{background:#020509;color:#ffffffb3;padding:clamp(3.5rem,6vw,5rem) 0 1.5rem;margin-top:4rem;font-size:.9375rem}.tpl-footer a{color:inherit;text-decoration:none;transition:color .2s}.tpl-footer a:hover{color:var(--tpl-primary)}.tpl-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08)}@media(min-width:768px){.tpl-footer__grid{grid-template-columns:2fr repeat(var(--tpl-footer-cols, 3),1fr);gap:3rem}}.tpl-footer__brand-row{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem}.tpl-footer__brand-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--tpl-primary);color:var(--tpl-primary-ink)}.tpl-footer__brand-name{font-family:var(--tpl-font-display);font-weight:600;font-size:1.125rem;color:#fff;letter-spacing:-.01em}.tpl-footer__tagline{max-width:32ch;line-height:1.6;color:#ffffff8c;margin:0 0 1.5rem}.tpl-footer__address{font-size:.8125rem;color:#ffffff73;line-height:1.7}.tpl-footer__address p{margin:0}.tpl-footer__socials{display:flex;gap:.5rem;margin-top:1.25rem}.tpl-footer__social{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.12);color:#ffffff80;transition:color .2s,border-color .2s,background-color .2s}.tpl-footer__social:hover{color:var(--tpl-primary);border-color:var(--tpl-primary);background:#d4a93a14}.tpl-footer__heading{font-family:var(--tpl-font-body);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff8c;margin:0 0 1.25rem}.tpl-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.tpl-footer__links a{color:#fff9;font-size:.9375rem}.tpl-footer__newsletter-sub{color:#ffffff80;font-size:.875rem;margin:0 0 1rem;line-height:1.6}.tpl-footer__form{display:flex;gap:.375rem}.tpl-footer__input{flex:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff;padding:.625rem .875rem;border-radius:var(--tpl-radius-sm);font-family:var(--tpl-font-body);font-size:.875rem;min-width:0}.tpl-footer__input::-moz-placeholder{color:#ffffff4d}.tpl-footer__input::placeholder{color:#ffffff4d}.tpl-footer__input:focus{outline:none;border-color:var(--tpl-primary);background:#ffffff1a}.tpl-footer__submit{display:inline-flex;align-items:center;justify-content:center;width:42px;border-radius:var(--tpl-radius-sm);background:var(--tpl-primary);color:var(--tpl-primary-ink);border:none;cursor:pointer;transition:filter .2s}.tpl-footer__submit:hover{filter:brightness(1.08)}.tpl-footer__bottom{padding-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.25rem;font-size:.8125rem;color:#ffffff59}.tpl-footer__bottom-links{display:flex;align-items:center;gap:.875rem}.tpl-footer__bottom-sep{opacity:.5}.tpl-footer__attribution{color:#ffffff59}.tpl-footer__attribution a{color:#ffffff8c}.tpl-footer__attribution a:hover{color:var(--tpl-primary)}
