@import "https://fonts.cdnfonts.com/css/aileron";:root{--font-body:"Aileron", "Avenir Next", sans-serif;--font-display:"Aileron", "Avenir Next", sans-serif;--brand-blue:#021536;--brand-yellow:#fdc300;--brand-white:#fcfcfd;--brand-green:#7a8278;--brand-light-blue:#495c75;--brand-hover:#0e587f;--bg-base:#fcfcfd;--bg-card:#fcfcfd;--ink-900:#021536;--ink-700:#495c75;--accent-gold:#fdc300;--accent-teal:#7a8278;font-family:var(--font-body);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{min-height:100vh;color:var(--brand-white);text-align:center;background:#021536;margin:0;position:relative;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:-1;opacity:.42;background:radial-gradient(circle at 18% 20%,#fdc30047,#0000 .8rem),radial-gradient(circle at 26% 14%,#fcfcfdd1,#0000 .18rem),radial-gradient(circle at 72% 18%,#fcfcfdc7,#0000 .16rem),radial-gradient(circle at 82% 12%,#fdc3004d,#0000 .75rem),radial-gradient(circle at 50% 82%,#495c7557,#0000 24%),radial-gradient(circle at 16% 78%,#495c7538,#0000 18%),radial-gradient(circle at 86% 72%,#0e587f33,#0000 18%);position:fixed;inset:-18vmax}@media (prefers-reduced-motion:reduce){body:before{animation:none}}.app-shell{min-height:100vh;overflow:hidden visible}.site-nav{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#021536e0;border:1px solid #fcfcfd2e;border-radius:999px;justify-content:space-between;align-items:center;gap:1rem;width:min(1120px,100% - 1.2rem);padding:.55rem .7rem .55rem .95rem;display:flex;position:fixed;top:.85rem;left:50%;transform:translate(-50%);box-shadow:0 16px 30px #02153647}.site-nav__brand{color:#fdc300;font-family:var(--font-display);letter-spacing:.02em;font-size:1.2rem;text-decoration:none}.site-nav__links{align-items:center;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.site-nav__links a{color:#fcfcfd;text-transform:uppercase;letter-spacing:.09em;border-radius:999px;padding:.48rem .66rem;font-size:.76rem;text-decoration:none;transition:color .18s,background-color .18s}.site-nav__links a:hover{color:#fcfcfd;background:#0e587fb8}.site-nav__toggle{color:#fcfcfd;cursor:pointer;background:#495c75d9;border:1px solid #fcfcfd3d;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:.22rem;width:2.2rem;height:2.2rem;display:none}.site-nav__toggle span{background:currentColor;border-radius:2px;width:1rem;height:1.5px;transition:transform .18s,opacity .18s}.site-nav.is-open .site-nav__toggle span:first-child{transform:translateY(3.8px)rotate(40deg)}.site-nav.is-open .site-nav__toggle span:nth-child(2){opacity:0}.site-nav.is-open .site-nav__toggle span:nth-child(3){transform:translateY(-3.8px)rotate(-40deg)}.hero-header{color:#fcfcfd;background-color:#021536;background-position:50% 56%;background-size:cover;align-items:flex-start;min-height:72vh;display:flex;position:relative;overflow:hidden}.hero-header:before{content:none}.hero-header__overlay{z-index:0;pointer-events:none;background:#0215361f;position:absolute;inset:0}.hero-header__content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:.9rem;width:100%;max-width:1120px;height:100%;margin:0 auto;padding:8rem 1.25rem 4rem;animation:.7s ease-out rise-in;display:flex;position:relative}.hero-header__card{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);text-align:center;background:#02153657;border:1px solid #fdc3006b;border-radius:18px;flex-direction:column;align-items:center;width:min(700px,100%);padding:1.1rem 1.2rem 1.25rem;display:flex;box-shadow:0 18px 34px #02153647}.hero-header__eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#fdc300;margin:0;font-size:.76rem}.hero-header__title{letter-spacing:.01em;max-width:14ch;font-size:clamp(2.2rem,6vw,4.8rem);line-height:.92;font-family:var(--font-display);text-shadow:0 10px 26px #0215366b;margin:.5rem 0 0;font-weight:600}.hero-header__peru-word{display:inline-block;position:relative}.hero-header__peru-logo{object-fit:contain;pointer-events:none;width:1.2em;height:1.2em;position:absolute;top:-.3em;left:-1.35em}.hero-header__subtitle{opacity:.95;white-space:nowrap;max-width:none;margin:.75rem 0 0;font-size:clamp(1.15rem,2.4vw,1.6rem);font-weight:600;line-height:1.35}.hero-header__body{opacity:.94;max-width:54ch;margin:1rem 0 0;font-size:clamp(.88rem,1.5vw,1.02rem);line-height:1.6}.hero-header__actions{justify-content:center;width:100%;margin-top:calc(.25rem + 50px);display:flex}.hero-header__tags{flex-wrap:wrap;justify-content:center;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.hero-header__tags li{letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#495c755c;border:1px solid #fcfcfd4d;border-radius:999px;padding:.45rem .8rem;font-size:.78rem;transition:transform .18s,background-color .18s,border-color .18s}.hero-header__tags li:hover{background:#0e587f99;border-color:#fdc300b8;transform:translateY(-2px)}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes halo-shift{0%{transform:translate(0,0)}to{transform:translate(-6%,-4%)}}@media (width<=760px){.hero-header{background-position:50% 62%;min-height:74vh}.hero-header__content{padding:7.4rem 1.8rem 3.4rem}.hero-header__card{border-radius:14px;width:min(700px,100% - .25rem);padding:1rem 1.05rem 1.1rem;position:relative}.hero-header__eyebrow{letter-spacing:.12em;font-size:.7rem}.hero-header__title{max-width:10ch;font-size:clamp(2rem,11vw,3rem);position:static}.hero-header__peru-word{position:static}.hero-header__peru-logo{width:1.6875em;height:1.6875em;top:12px;left:12px}.hero-header__subtitle{max-width:none;font-size:clamp(.82rem,3.5vw,1.05rem)}.hero-header__body{max-width:34ch;font-size:.92rem}.hero-header__actions{margin-top:3.5rem}.hero-header__tags{gap:.45rem}.hero-header__tags li{padding:.38rem .62rem;font-size:.7rem}}@media (width<=900px){.site-nav{border-radius:20px;align-items:flex-start;width:min(1120px,100% - 2.6rem);padding-left:.85rem;padding-right:.85rem}.site-nav__toggle{display:inline-flex}.site-nav__links{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d191ce0;border:1px solid #faedda66;border-radius:16px;grid-auto-flow:row;gap:.2rem;width:min(300px,100vw - 2.6rem);padding:.55rem;display:none;position:absolute;top:calc(100% + .55rem);right:0;box-shadow:0 16px 28px #0b12134d}.site-nav.is-open .site-nav__links{animation:.18s ease-out menu-drop;display:grid}.site-nav__links a{text-align:left;padding:.62rem .68rem;display:block}}@keyframes menu-drop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero-header__tags li,.site-nav__links a,.site-nav__toggle span{transition:none}}.button{isolation:isolate;color:#fcfcfd;font:inherit;letter-spacing:.06em;text-transform:uppercase;background:#021536;border:1px solid #fdc30059;border-radius:999px;justify-content:center;align-items:center;padding:.9rem 1.4rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 12px 24px #0215363d}.button:before{content:"";z-index:-1;background:#fdc30057;width:45%;height:340%;transition:transform .5s;position:absolute;top:-120%;left:-30%;transform:rotate(22deg)}.button:hover{background:#0e587f;border-color:#fdc300;transform:translateY(-2px)scale(1.01);box-shadow:0 18px 30px #0e587f47}.button:hover:before{transform:translate(190%)rotate(22deg)}.button:focus-visible{outline-offset:3px;outline:2px solid #fdc300}.button:active{transform:translateY(0)}@media (width<=640px){.button{width:100%;padding:.85rem 1.1rem}}@media (prefers-reduced-motion:reduce){.button,.button:before{transition:none}}.main-content{max-width:1120px;color:var(--ink-700);margin:0 auto;padding:2.25rem 1.2rem 4.5rem}.section{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#fcfcfdf7;border:1px solid #495c7533;border-radius:22px;margin-top:2.4rem;padding:1.25rem;scroll-margin-top:6.4rem;transition:opacity .56s,transform .56s;position:relative;transform:translateY(28px);box-shadow:0 16px 34px #0215361a}.section--visible{opacity:1;transform:translateY(0)}.section:after{content:"";pointer-events:none;border-radius:inherit;background:0 0;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.section{opacity:1;transition:none;transform:none}}.section h2,.main-content__copy h2{color:var(--ink-900);font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.15;font-family:var(--font-display);letter-spacing:.01em;margin:0 0 1rem;font-weight:600}.card{background:#fcfcfdfa;border:1px solid #495c752e;border-radius:16px;padding:1rem 1.05rem;transition:transform .22s,box-shadow .22s,border-color .22s;box-shadow:0 12px 22px #02153614}.card:hover{border-color:#0e587f5c;transform:translateY(-3px);box-shadow:0 18px 30px #0215361f}.card h3{color:var(--ink-900);margin:0 0 .45rem;font-size:1.06rem}.card p{margin:0;line-height:1.6}.card__meta{text-transform:uppercase;letter-spacing:.08em;color:var(--brand-green);margin-bottom:.5rem;font-size:.73rem}.timeline__image{object-fit:cover;border-radius:10px;width:100%;height:120px;margin-bottom:.8rem;display:block}.section--split{grid-template-columns:1fr 1fr;gap:1.1rem;display:grid}.checklists{gap:.75rem;display:grid}.card--pricing{background:#fcfcfdfa;border-color:#fdc30047}.card--pricing__image{object-fit:cover;border:1px solid #0e587f38;border-radius:12px;width:100%;height:180px;margin-bottom:.9rem}.tour-history-card{text-align:left}.tour-history-card__image{object-fit:cover;border:1px solid #495c752e;border-radius:12px;width:100%;height:140px;margin-bottom:.8rem}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:1rem;display:grid}.testimonial-card{text-align:left;flex-direction:column;min-height:340px;padding-top:1.8rem;display:flex;position:relative}.card ul{margin:.2rem 0 0;padding-left:1rem}.card li{margin-top:.35rem}@media (width<=980px){.section{padding:1rem}.section--split{grid-template-columns:1fr}.card{text-align:center}.card ul,.card li{padding-left:0;list-style-position:inside}}@media (width<=640px){.main-content{padding:1.4rem 1rem 3.5rem}.section{border-radius:16px;margin-top:1.8rem;padding:.9rem}.section h2,.main-content__copy h2{font-size:clamp(1.35rem,6vw,1.75rem)}.card{padding:1rem}}@media (prefers-reduced-motion:reduce){.card{transition:none}}.section--sunrise{background:#fcfcfd;border-color:#fdc3004d}.main-content__copy{background:#fcfcfdfa;border:1px solid #495c752e;border-radius:20px;align-items:center;padding:1.4rem;display:flex;box-shadow:inset 0 1px #ffffffb8}.main-content__copy p{margin:0;font-size:1.02rem;line-height:1.75}.section--intro .main-content__copy p{text-align:left}.intro-layout{grid-template-columns:1.1fr .9fr;align-items:stretch;gap:1rem;display:grid}.intro-media{grid-template-columns:1fr;display:grid}.intro-media img{object-fit:cover;border:1px solid #495c7538;border-radius:14px;width:100%;height:100%;min-height:240px;box-shadow:0 10px 20px #0215361f}@media (width<=980px){.intro-layout{grid-template-columns:1fr}.main-content__copy{order:-1}}@media (width<=640px){.main-content__copy{padding:1rem}.main-content__copy p{font-size:.96rem;line-height:1.55}}.section--hosts{background:#fcfcfd}.hosts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.host-card{text-align:center;overflow:hidden}.host-card__image{aspect-ratio:4/5;object-fit:cover;border:1px solid #495c752e;border-radius:12px;width:100%;margin-bottom:.85rem;transition:transform .3s,border-color .3s;display:block}.host-card:hover .host-card__image{border-color:#0e587f4d;transform:scale(1.03)}@media (width<=980px){.hosts-grid{grid-template-columns:1fr}}@media (width<=640px){.host-card__image{aspect-ratio:4/5;object-position:center center}}@media (prefers-reduced-motion:reduce){.host-card__image{transition:none}}.section--itinerary{background:#fcfcfd}.timeline{scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#495c756b transparent;grid-auto-columns:minmax(220px,270px);grid-auto-flow:column;gap:.9rem;width:max-content;max-width:100%;margin:0;padding:0 0 .35rem;list-style:none;display:grid;overflow:auto hidden}.timeline::-webkit-scrollbar{height:8px}.timeline::-webkit-scrollbar-track{background:0 0}.timeline::-webkit-scrollbar-thumb{background:#495c756b;border-radius:999px}.timeline__item{scroll-snap-align:start;min-height:160px;animation:.65s ease-out both reveal-up;animation-delay:var(--delay,0s);background:#fcfcfd;border:1px solid #495c752e;border-radius:14px;padding:.9rem;transition:transform .22s,border-color .22s,box-shadow .22s}.timeline__item:hover{border-color:#0e587f52;transform:translateY(-4px);box-shadow:0 15px 26px #0215361f}.timeline__image-button{cursor:pointer;background:0 0;border:0;width:100%;padding:0;display:block}.timeline__image{object-fit:cover;object-position:center;background:#13273a0a;border-radius:10px;width:100%;height:120px;margin-bottom:.8rem;display:block}.timeline__image-button:focus-visible,.itinerary-preview-modal__close:focus-visible{outline-offset:3px;outline:3px solid #fdc300e6}.timeline__day{margin:0;font-weight:600}.timeline__date{color:#7a8278;text-transform:uppercase;letter-spacing:.07em;margin:.2rem 0 0;font-size:.83rem}.timeline__plan{margin:.7rem 0 0;line-height:1.5}.timeline__subplan{color:#66717f;margin:.45rem 0 0;font-size:.85rem;line-height:1.45}.itinerary-preview-modal{z-index:9999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000712eb;justify-content:center;align-items:center;padding:0;display:flex;position:fixed;inset:0}.itinerary-preview-modal__panel{background:0 0;justify-content:center;align-items:center;width:100vw;height:100dvh;padding:4.5rem 1.5rem 1.5rem;display:flex;position:relative}.itinerary-preview-modal__close{top:calc(env(safe-area-inset-top,0px) + 2rem + 50px);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fcfcfd;width:3rem;height:3rem;font:inherit;cursor:pointer;z-index:2;background:#021536d6;border:1px solid #fcfcfd38;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:1.6rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;right:1rem;box-shadow:0 10px 30px #00000059}.itinerary-preview-modal__image{object-fit:contain;background:0 0;border-radius:14px;width:auto;max-width:min(96vw,1600px);height:auto;max-height:calc(100dvh - 6rem);display:block;box-shadow:0 22px 60px #0000006b}@keyframes reveal-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (width<=980px){.timeline{grid-auto-columns:minmax(240px,46vw)}}@media (width<=640px){.timeline{grid-auto-columns:minmax(250px,84vw);width:100%;padding-bottom:.5rem;scroll-padding-left:0}.timeline__item{height:auto;min-height:0;padding:.85rem}.timeline__image{object-fit:cover;object-position:center;width:100%;height:128px}.timeline__item,.timeline__plan{font-size:.96rem;line-height:1.55}.itinerary-preview-modal__panel{width:100%;height:100%;padding:4rem .75rem .75rem}.itinerary-preview-modal__close{top:calc(env(safe-area-inset-top,0px) + 1.5rem + 50px);right:.75rem}.itinerary-preview-modal__image{max-width:calc(100vw - 1.5rem);max-height:calc(100dvh - 5rem)}}@media (prefers-reduced-motion:reduce){.timeline__item{animation:none}}.section--highlights{background:#fcfcfd;border-color:#495c753d}.pill-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.pill-list li{background:#fffdf8;border:1px solid #495c752e;border-radius:999px;padding:.6rem .85rem;font-size:.95rem;transition:transform .18s,background-color .18s,border-color .18s}.pill-list li:hover{background:#0e587f0f;border-color:#0e587f4d;transform:translateY(-2px)}@media (width<=980px){.pill-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.pill-list{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.pill-list li{transition:none}}.section--gallery{background:#fcfcfd}.gallery-grid{scroll-snap-type:x proximity;grid-auto-columns:minmax(0,calc(25% - .6rem));grid-auto-flow:column;gap:.8rem;padding-bottom:.35rem;display:grid;overflow:auto hidden}.gallery-card{scroll-snap-align:start;background:#fcfcfdfa;border:1px solid #495c752e;border-radius:14px;margin:0;transition:transform .22s,box-shadow .22s,border-color .22s;overflow:hidden;box-shadow:0 12px 22px #02153614}.gallery-card__button{cursor:pointer;background:0 0;border:0;width:100%;padding:0;display:block}.gallery-card:hover{border-color:#0e587f4d;transform:translateY(-3px);box-shadow:0 18px 30px #0215361f}.gallery-card__button:focus-visible,.gallery-modal__close:focus-visible{outline-offset:3px;outline:3px solid #fdc300e6}.gallery-card__image{aspect-ratio:1/1.08;object-fit:cover;object-position:center;width:100%;display:block}.gallery-grid::-webkit-scrollbar{height:.5rem}.gallery-grid::-webkit-scrollbar-thumb{background:#0e587f47;border-radius:999px}.gallery-actions{justify-content:center;margin-top:1rem;display:flex}.gallery-view-toggle{color:#fcfcfd;font:inherit;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:#021536;border:1px solid #0e587f52;border-radius:999px;padding:.7rem 1.3rem;font-size:.82rem;font-weight:700;transition:transform .18s,opacity .18s}.gallery-view-toggle:hover{opacity:.96;transform:translateY(-1px)}.gallery-modal{z-index:9999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000712eb;justify-content:center;align-items:center;padding:0;display:flex;position:fixed;inset:0}.gallery-modal__panel{background:0 0;justify-content:center;align-items:center;width:100vw;height:100dvh;padding:4.5rem 1.5rem 1.5rem;display:flex;position:relative}.gallery-modal__close{top:calc(env(safe-area-inset-top,0px) + 2rem + 50px);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fcfcfd;width:3rem;height:3rem;font:inherit;cursor:pointer;z-index:2;background:#021536d6;border:1px solid #fcfcfd38;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:1.6rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;right:1rem;box-shadow:0 10px 30px #00000059}.gallery-modal__image{object-fit:contain;background:0 0;border-radius:14px;width:auto;max-width:min(96vw,1600px);height:auto;max-height:calc(100dvh - 6rem);display:block;box-shadow:0 22px 60px #0000006b}@media (width<=980px){.gallery-grid{grid-auto-columns:minmax(220px,calc(33.3333% - .533333rem))}}@media (width<=640px){.gallery-grid{grid-auto-columns:minmax(220px,calc(50% - .4rem))}.gallery-modal{padding:0}.gallery-modal__panel{width:100%;height:100%;padding:4rem .75rem .75rem}.gallery-modal__close{top:calc(env(safe-area-inset-top,0px) + 1.5rem + 50px);right:.75rem}.gallery-modal__image{max-width:calc(100vw - 1.5rem);max-height:calc(100dvh - 5rem)}}@media (prefers-reduced-motion:reduce){.gallery-card,.gallery-view-toggle{transition:none}}.section--ceremony{background:#fcfcfd}.section--ceremony h2{margin-bottom:1rem}.stack{gap:.8rem;display:grid}.section--price-point{background:#fcfcfd}.section--price-point h2{margin-bottom:1rem}.card--pricing{grid-template-columns:minmax(220px,1.15fr) minmax(240px,1fr);align-items:center;gap:1.5rem;padding:1.25rem;display:grid}.card--pricing__media{width:100%}.card--pricing__image{object-fit:cover;border:1px solid #0e587f38;border-radius:12px;width:100%;height:100%;min-height:220px;display:block}.card--pricing__content{flex-direction:column;justify-content:center;display:flex}.card--pricing h3{color:#17282d;margin:0 0 .75rem;font-size:clamp(1.7rem,2vw,2.4rem)}.card--pricing p{color:#17282d;margin:0 0 .75rem;line-height:1.6}.card--pricing .price{color:#17282d;margin:.2rem 0 .4rem;font-size:1.65rem;font-weight:600;line-height:1}.card--pricing__action{margin-top:1rem}.card--pricing__action .button{width:auto;min-width:0;padding:.8rem 1.1rem;font-size:.8rem}@media (width<=640px){.card--pricing{grid-template-columns:1fr;gap:1rem}.card--pricing__image{height:220px;min-height:220px}.card--pricing__action{width:fit-content}.card--pricing__action .button{width:auto;padding:.75rem 1rem}}.card--tone{background:#fdc3001a}.card--tone-alt{background:#495c751a}.inclusions-list{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.inclusions-list li{text-align:justify;text-justify:inter-word;grid-template-columns:1.1rem minmax(0,1fr);align-items:start;column-gap:.7rem;line-height:1.6;display:grid}.inclusions-list li:before{color:var(--brand-light-blue);margin-top:.18rem;font-size:.92rem;font-weight:700;line-height:1}.inclusions-list--included li:before{content:"✓";color:var(--brand-hover)}.inclusions-list--excluded li:before{content:"✕";color:var(--brand-light-blue)}.inclusions-list span{display:block}.section--previous{background:#fcfcfd;border-color:#495c753d}.tour-history-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.tour-history-card{text-align:left;align-items:flex-start;gap:1rem;display:flex}.tour-history-single-layout{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:start;gap:1.1rem;display:grid}.tour-history-single-gallery{min-width:0}.tour-history-card--single{box-shadow:none;background:0 0;border:0;align-items:flex-start;gap:1.25rem;padding:0;display:flex}.tour-history-card__image{object-fit:cover;border:1px solid #495c752e;border-radius:12px;flex-shrink:0;width:190px;height:150px;margin-bottom:0}.tour-history-card--single .tour-history-card__image{aspect-ratio:4/3;border-radius:16px;flex-shrink:0;width:100%;height:auto;min-height:0;box-shadow:0 14px 26px #0215361a}.tour-history-card__image-button,.tour-history-gallery__image-button{cursor:pointer;background:0 0;border:0;padding:0;display:block}.tour-history-card__image-button{flex-shrink:0}.tour-history-card--single .tour-history-card__image-button{width:min(420px,45%)}.tour-history-card__image-button:focus-visible,.tour-history-gallery__image-button:focus-visible,.tour-preview-modal__close:focus-visible{outline-offset:3px;outline:3px solid #fdc300e6}.tour-history-card__content{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.tour-history-card__year{letter-spacing:.1em;text-transform:uppercase;color:#7a8278;margin:0;font-size:.78rem;font-weight:600}.tour-history-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin-top:1rem;display:grid}.tour-history-gallery--standalone{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.tour-history-gallery__image{aspect-ratio:1;object-fit:cover;background:#fcfcfdfa;border:1px solid #495c752e;border-radius:12px;width:100%;box-shadow:0 10px 18px #02153614}.tour-preview-modal{z-index:9999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000712eb;justify-content:center;align-items:center;padding:0;display:flex;position:fixed;inset:0}.tour-preview-modal__panel{background:0 0;justify-content:center;align-items:center;width:100vw;height:100dvh;padding:4.5rem 1.5rem 1.5rem;display:flex;position:relative}.tour-preview-modal__close{top:calc(env(safe-area-inset-top,0px) + 2rem + 50px);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fcfcfd;width:3rem;height:3rem;font:inherit;cursor:pointer;z-index:2;background:#021536d6;border:1px solid #fcfcfd38;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:1.6rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;right:1rem;box-shadow:0 10px 30px #00000059}.tour-preview-modal__image{object-fit:contain;background:0 0;border-radius:14px;width:auto;max-width:min(96vw,1600px);height:auto;max-height:calc(100dvh - 6rem);display:block;box-shadow:0 22px 60px #0000006b}@media (width<=980px){.tour-history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tour-history-single-layout{grid-template-columns:1fr;gap:1rem}.tour-history-card--single{flex-direction:column;gap:1rem}.tour-history-card--single .tour-history-card__image,.tour-history-card--single .tour-history-card__image-button{width:100%}.tour-history-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.tour-history-grid{grid-template-columns:1fr}.tour-history-card--single{gap:.85rem}.tour-history-card--single .tour-history-card__image{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;min-height:0}.tour-history-card__content{padding:.1rem 0}.tour-history-card__content h3{margin-bottom:.4rem;line-height:1.2}.tour-history-gallery{grid-template-columns:1fr 1fr;gap:.6rem}.tour-history-gallery--standalone{grid-template-columns:1fr 1fr;margin-top:1rem}.tour-preview-modal__panel{width:100%;height:100%;padding:4rem .75rem .75rem}.tour-preview-modal__close{top:calc(env(safe-area-inset-top,0px) + 1.5rem + 50px);right:.75rem}.tour-preview-modal__image{max-width:calc(100vw - 1.5rem);max-height:calc(100dvh - 5rem)}}.section--testimonials{background:#fcfcfd}.testimonial-rail{scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#495c756b transparent;grid-auto-columns:minmax(260px,330px);grid-auto-flow:column;gap:.9rem;width:max-content;max-width:100%;padding-bottom:.35rem;display:grid;overflow:auto hidden}.testimonial-rail::-webkit-scrollbar{height:8px}.testimonial-rail::-webkit-scrollbar-track{background:0 0}.testimonial-rail::-webkit-scrollbar-thumb{background:#495c756b;border-radius:999px}.testimonial-card{text-align:left;scroll-snap-align:start;flex-direction:column;min-height:340px;padding-top:1.8rem;display:flex;position:relative}.testimonial-card__image{object-fit:cover;border:2px solid #0e587f5c;border-radius:999px;width:56px;height:56px;margin-bottom:.75rem}.testimonial-card:before{content:"“";font-family:var(--font-display);color:#0e587f47;font-size:2.6rem;line-height:1;position:absolute;top:.5rem;left:.9rem}.testimonial-card__quote{max-height:170px;margin:0;padding-right:.35rem;font-size:1rem;font-style:italic;line-height:1.7;overflow-y:auto}.testimonial-card__quote::-webkit-scrollbar{width:8px}.testimonial-card__quote::-webkit-scrollbar-thumb{background:#0e587f59;border-radius:999px}.testimonial-card__name{color:#17282d;margin:1rem 0 .3rem;font-weight:600}@media (width<=640px){.testimonial-rail{grid-auto-columns:minmax(250px,82vw)}.testimonial-card{min-height:280px}.testimonial-card__quote{font-size:.96rem;line-height:1.55}}@media (prefers-reduced-motion:reduce){.testimonial-card,.testimonial-card__image{transition:none}}.section--faq{background:#fcfcfd}.faq-list{gap:.7rem;display:grid}.faq{background:#fcfcfdfa;border:1px solid #495c752e;border-radius:12px;padding:.75rem .9rem;transition:border-color .2s,box-shadow .2s}.faq:hover{border-color:#0e587f4d;box-shadow:0 10px 20px #0215361a}.faq summary{cursor:pointer;color:#17282d;font-weight:600}.faq p{color:#25353a;margin:.7rem 0 .1rem;line-height:1.6}@media (width<=640px){.faq p{font-size:.96rem;line-height:1.55}}@media (prefers-reduced-motion:reduce){.faq{transition:none}}.section--reserve{background:#fcfcfd;border-color:#7a827847}.card--newsletter{text-align:center;padding:1.25rem}.site-footer{color:var(--brand-white);background:linear-gradient(#021536f5,#0c182cfa);border-top:1px solid #fdc30047;margin-top:2rem}.site-footer__inner{justify-content:space-between;align-items:flex-start;gap:2.5rem;max-width:1120px;margin:0 auto;padding:1.5rem 1.2rem 1rem;display:flex}.site-footer__brand-block{flex:none;align-self:flex-start;margin-top:-.35rem;margin-right:3rem}.site-footer__meta-group{align-items:flex-start;gap:1rem;margin-left:auto;display:flex}.site-footer__links-group,.site-footer__contact{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.site-footer__brand{font-family:var(--font-display);color:var(--brand-white);letter-spacing:.04em;flex-direction:column;align-items:flex-start;gap:.4rem;font-size:1.15rem;font-weight:600;text-decoration:none;display:inline-flex}.site-footer__brand-mark{object-fit:contain;filter:none;width:4.4rem;height:auto;display:block}.site-footer__tagline{color:#fcfcfdc7;max-width:26ch;margin:.45rem 0 0;font-size:.78rem;line-height:1.5}.site-footer__links-group,.site-footer__contact{flex-direction:column;align-items:flex-start;display:flex}.site-footer__links-group h3,.site-footer__contact h3{text-transform:uppercase;letter-spacing:.12em;color:var(--accent-gold);margin:0 0 .7rem;font-size:.7rem}.site-footer__nav ul{flex-direction:column;align-items:flex-start;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__nav a,.site-footer__contact a,.site-footer__meta{color:#fcfcfdcc;letter-spacing:.02em;font-size:.75rem;text-decoration:none}.site-footer__contact{flex-direction:column;align-items:flex-start;gap:.45rem;display:flex}.site-footer__contact>a{align-items:center;width:fit-content;display:inline-flex}.site-footer__social-link{align-items:center;gap:.5rem;display:inline-flex}.site-footer__social-icon{filter:brightness(0)invert();width:.8rem;height:.8rem;display:block}.site-footer__nav a:hover,.site-footer__contact a:hover{color:var(--brand-yellow)}.site-footer__bottom{text-align:center;padding:.7rem 1.2rem 1.1rem}.site-footer__meta,.site-footer__credit{color:#fcfcfdb3;letter-spacing:.04em;margin:0;font-size:.56rem;line-height:1.45}.site-footer__credit{margin-top:.2rem}.site-footer__credit a{color:var(--accent-gold);text-decoration:none;transition:color .2s}.site-footer__credit a:hover,.site-footer__credit a:focus-visible{color:var(--brand-yellow);text-decoration:none}@media (width<=640px){.site-footer__inner{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.75rem}.site-footer__brand-block{flex:none}.site-footer__meta-group{flex-direction:row;flex:auto;justify-content:space-between;align-items:flex-start;gap:1rem;width:auto;margin-left:0}.site-footer__links-group,.site-footer__contact{text-align:left;align-items:flex-start;width:auto}.site-footer__nav ul,.site-footer__contact,.site-footer__brand{align-items:flex-start}.site-footer__tagline{display:none}}
