.ed-shell{width:min(calc(100% - 48px),var(--ed-container));margin-inline:auto}.ed-section{padding-block:var(--ed-section)}.ed-section--compact{padding-block:var(--ed-section-compact)}.ed-section-header{max-width:680px}.ed-section-header--split{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);gap:clamp(32px,6vw,88px);max-width:none;align-items:end}.ed-eyebrow{margin:0 0 14px;color:var(--ed-gold);font:600 var(--ed-type-eyebrow)/1.2 var(--ed-font-body);letter-spacing:.16em;text-transform:uppercase}.ed-title{margin:0;color:var(--ed-text-primary-light);font:400 var(--ed-type-h2)/.99 var(--ed-font-display);letter-spacing:-.035em}.ed-title em{display:block;color:var(--ed-gold);font-weight:300}.ed-section-header__copy{margin:18px 0 0;color:var(--ed-text-secondary-light);font:400 var(--ed-type-body-large)/1.65 var(--ed-font-body);max-width:640px}.ed-card{border:1px solid var(--ed-border-light);border-radius:var(--ed-radius-card);background:var(--ed-paper-elevated);color:var(--ed-text-primary-light);overflow:hidden}.ed-card--dark{border-color:var(--ed-border-dark);background:var(--ed-ink-elevated);color:var(--ed-text-primary-dark)}.ed-card--compact{border-radius:var(--ed-radius-card-compact)}.ed-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--ed-border-light)}.ed-feature-grid>*{padding:24px 0;border-bottom:1px solid var(--ed-border-light)}.ed-feature-grid>*:nth-child(odd){padding-right:28px}.ed-feature-grid>*:nth-child(2n){padding-left:28px;border-left:1px solid var(--ed-border-light)}.ed-timeline{display:grid;grid-template-columns:repeat(var(--ed-step-count,4),minmax(0,1fr));border-top:1px solid var(--ed-border-dark)}.ed-timeline>*{padding:28px 24px 0;border-left:1px solid var(--ed-border-dark)}.ed-timeline>*:first-child{border-left:0;padding-left:0}.ed-form-card{width:100%;max-width:640px;padding:clamp(24px,3vw,40px);border:1px solid var(--ed-border-dark);border-radius:var(--ed-radius-card);background:var(--ed-ink-elevated);color:var(--ed-text-primary-dark);box-shadow:0 18px 45px #00000014}.ed-form-card--light{border-color:var(--ed-border-light);background:var(--ed-paper-elevated);color:var(--ed-text-primary-light)}.ed-form-card--compact{max-width:560px;padding:24px;border-radius:var(--ed-radius-card-compact)}.ed-final-cta{background:var(--ed-ink);color:var(--ed-text-primary-dark)}.ed-final-cta__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,640px);gap:clamp(64px,7vw,88px);align-items:start}.ed-hero{position:relative;display:grid;align-items:end;min-height:570px;overflow:hidden;background:var(--ed-ink);color:var(--ed-text-primary-dark)}.ed-hero--home{min-height:640px}.ed-hero--compact{min-height:360px}.ed-hero__media,.ed-hero__overlay{position:absolute;inset:0}.ed-hero__media img{display:block;width:100%;height:100%;object-fit:cover}.ed-hero__overlay{background:linear-gradient(90deg,#080d13f0,#080d139e 48%,#080d132e),linear-gradient(0deg,rgba(8,13,19,.78),transparent 72%)}.ed-hero__content{position:relative;z-index:1;padding-block:112px 52px}.ed-hero__title{max-width:800px;margin:0;color:inherit;font:400 var(--ed-type-h1)/.96 var(--ed-font-display);letter-spacing:-.04em}.ed-hero__title em{display:block;color:var(--ed-gold-hover);font-weight:300}.ed-hero__description{max-width:680px;margin:20px 0 0;color:var(--ed-text-secondary-dark);font:400 var(--ed-type-body-large)/1.65 var(--ed-font-body)}.ed-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.ed-rail{position:relative}.ed-rail__track{display:flex;gap:20px;margin:0;padding:4px max(24px,calc((100vw - var(--ed-container))/2)) 12px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.ed-rail__track::-webkit-scrollbar{display:none}.ed-rail__track>*{flex:0 0 min(420px,80vw);scroll-snap-align:start}.ed-rail__controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:min(calc(100% - 48px),var(--ed-container));margin:18px auto 0}.ed-rail__button{width:44px;height:44px;border:1px solid var(--ed-border-light);border-radius:50%;background:transparent;color:var(--ed-ink);font:600 18px var(--ed-font-body);cursor:pointer}.ed-rail__progress{width:min(180px,28vw);height:2px;background:var(--ed-border-light)}.ed-rail__progress>span{display:block;width:var(--ed-progress,0%);height:100%;background:var(--ed-gold);transition:width var(--ed-transition)}.ed-faq{border-top:1px solid var(--ed-border-light)}.ed-faq details{border-bottom:1px solid var(--ed-border-light)}.ed-faq summary{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:64px;padding:16px 0;color:var(--ed-text-primary-light);font:500 17px/1.4 var(--ed-font-body);cursor:pointer}.ed-faq__mark{position:relative;width:20px;height:20px;flex:0 0 20px}.ed-faq__mark:before,.ed-faq__mark:after{content:"";position:absolute;top:9px;left:3px;width:14px;height:2px;background:var(--ed-gold)}.ed-faq__mark:after{transform:rotate(90deg);transition:transform var(--ed-transition)}.ed-faq details[open] .ed-faq__mark:after{transform:rotate(0)}.ed-faq__answer{max-width:var(--ed-reading-width);padding:0 0 22px;color:var(--ed-text-secondary-light);font:400 var(--ed-type-body)/1.7 var(--ed-font-body)}.ed-hero :focus-visible,.ed-rail :focus-visible,.ed-faq :focus-visible{outline:3px solid var(--ed-focus-ring);outline-offset:3px}@media (max-width:767px){.ed-shell{width:min(calc(100% - 36px),var(--ed-container))}.ed-section-header--split,.ed-final-cta__layout{grid-template-columns:1fr;gap:26px}.ed-feature-grid{grid-template-columns:1fr}.ed-feature-grid>*:nth-child(n){padding:20px 0;border-left:0}.ed-timeline{grid-template-columns:1fr}.ed-timeline>*{padding:20px 0;border-left:0;border-bottom:1px solid var(--ed-border-dark)}.ed-hero,.ed-hero--home{min-height:clamp(520px,145vw,640px)}.ed-hero--compact{min-height:320px}.ed-hero__content{padding-block:88px 34px}.ed-hero__actions{margin-top:20px}.ed-rail__track{gap:14px;padding-inline:18px}.ed-rail__track>*{flex-basis:calc(100vw - 54px)}.ed-rail__controls{width:calc(100% - 36px)}.ed-form-card{padding:24px;border-radius:24px}}.home-quiz[data-astro-cid-e35ci7wo]>.sr-only[data-astro-cid-e35ci7wo]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-quiz[data-astro-cid-e35ci7wo]{min-width:0;padding:0!important;background:transparent!important}.home-quiz[data-astro-cid-e35ci7wo] .quiz-wrap[data-astro-cid-e35ci7wo]{display:block;width:100%;max-width:none;margin:0;padding:0}.home-quiz__panel[data-astro-cid-e35ci7wo]{min-height:100%;padding:clamp(28px,3vw,36px);border:1px solid var(--ed-border-light);border-radius:20px;background:var(--ed-paper-elevated);box-shadow:0 10px 34px #30261814}.home-quiz[data-astro-cid-e35ci7wo] .q-prog[data-astro-cid-e35ci7wo]{display:grid;grid-template-columns:auto minmax(100px,1fr) auto;align-items:center;gap:16px;margin-bottom:22px}.home-quiz[data-astro-cid-e35ci7wo] .q-progress-step{color:var(--ed-text-secondary-light);font:500 11px/1.2 var(--ed-font-body);white-space:nowrap}.home-quiz[data-astro-cid-e35ci7wo] .q-prog-track{display:block;flex:1;height:4px;border-radius:999px;background:var(--ed-border-light);overflow:hidden}.home-quiz[data-astro-cid-e35ci7wo] .q-prog-fill{display:block;height:100%;border-radius:999px;background:var(--ed-gold);transition:width .3s ease}.home-quiz[data-astro-cid-e35ci7wo] .q-prog-pct{flex:0 0 auto;color:var(--ed-text-secondary-light);font:600 12px/1 var(--ed-font-body)}.home-quiz[data-astro-cid-e35ci7wo] .q-step-label{margin-bottom:12px;color:var(--ed-gold);font-size:10px;letter-spacing:.16em;text-transform:uppercase}.home-quiz[data-astro-cid-e35ci7wo] .q-question{margin:0 0 20px;color:var(--ed-text-primary-light);font-family:var(--ed-font-display);font-size:clamp(22px,2vw,26px);font-weight:400;line-height:1.2}.home-quiz[data-astro-cid-e35ci7wo] .q-question:focus{outline:none}.home-quiz[data-astro-cid-e35ci7wo] .q-options{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:28px}.home-quiz[data-astro-cid-e35ci7wo] .q-opt{display:grid;min-width:0;min-height:108px;margin:0;padding:13px 8px;place-items:center;align-content:center;gap:9px;border:1px solid var(--ed-border-light)!important;border-radius:14px;background:var(--ed-paper)!important;color:var(--ed-text-secondary-light)!important;font-size:12px;line-height:1.3;text-align:center;transition:background-color .2s,border-color .2s,color .2s}.home-quiz[data-astro-cid-e35ci7wo] .q-opt__icon{width:32px;height:32px;color:var(--ed-text-primary-light)}.home-quiz[data-astro-cid-e35ci7wo] .q-opt:hover{border-color:var(--ed-border-light-strong)!important;background:var(--ed-paper)!important;color:var(--ed-text-primary-light)!important}.home-quiz[data-astro-cid-e35ci7wo] .q-opt.sel{color:var(--ed-text-primary-light)!important;background:#b8963e1a!important;border-color:var(--ed-gold)!important}.home-quiz[data-astro-cid-e35ci7wo] .q-opt.sel .q-opt__icon{color:var(--ed-gold)}.home-quiz[data-astro-cid-e35ci7wo] .q-opt:focus-visible,.home-quiz[data-astro-cid-e35ci7wo] .q-next:focus-visible,.home-quiz[data-astro-cid-e35ci7wo] .q-back:focus-visible,.home-quiz[data-astro-cid-e35ci7wo] .q-modal-link:focus-visible,.home-quiz[data-astro-cid-e35ci7wo] .mf-input:focus-visible,.home-quiz[data-astro-cid-e35ci7wo] input[type=checkbox]:focus-visible{outline:2px solid var(--ed-gold-hover);outline-offset:3px}.home-quiz[data-astro-cid-e35ci7wo] .q-error,.home-quiz[data-astro-cid-e35ci7wo] .q-submit-error{margin:0 0 14px;color:var(--ed-error);font-size:12px;line-height:1.5}.home-quiz[data-astro-cid-e35ci7wo] .q-actions{display:grid;grid-template-columns:minmax(120px,.55fr) minmax(220px,1fr);justify-content:end;gap:22px;width:min(100%,520px);margin-left:auto}.home-quiz[data-astro-cid-e35ci7wo] .q-actions .q-next{grid-column:2;width:100%}.home-quiz[data-astro-cid-e35ci7wo] .q-next{min-height:48px;border-radius:10px;background:var(--ed-gold)!important;color:#fff!important}.home-quiz[data-astro-cid-e35ci7wo] .q-next:hover{background:var(--ed-gold-hover)!important}.home-quiz[data-astro-cid-e35ci7wo] .q-back{grid-column:1;grid-row:1;min-width:110px;min-height:48px;padding:0 18px;border:1px solid var(--ed-border-light-strong);border-radius:10px;background:transparent;color:var(--ed-text-secondary-light);font:500 11px var(--font-body);letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.home-quiz[data-astro-cid-e35ci7wo] .q-back:hover{border-color:var(--ed-gold-hover);color:var(--ed-text-primary-light)}.home-quiz[data-astro-cid-e35ci7wo] .q-result-list{display:grid;gap:10px;margin-bottom:14px}.home-quiz[data-astro-cid-e35ci7wo] .q-result-card{padding:22px;border:1px solid var(--ed-border-light);border-radius:var(--radius-card-sm);background:var(--ed-paper)}.home-quiz[data-astro-cid-e35ci7wo] .q-result-card__eyebrow{margin-bottom:8px;color:var(--ed-gold);font-size:10px;letter-spacing:.16em;text-transform:uppercase}.home-quiz[data-astro-cid-e35ci7wo] .q-result-card h4{margin:0 0 8px;color:var(--ed-text-primary-light);font-family:var(--ed-font-display);font-size:23px;font-weight:400}.home-quiz[data-astro-cid-e35ci7wo] .q-result-card p{margin:0;color:var(--ed-text-secondary-light);font-size:13px;line-height:1.65}.home-quiz[data-astro-cid-e35ci7wo] .q-back--result{margin-bottom:24px}.home-quiz[data-astro-cid-e35ci7wo] .q-lead-form{padding-top:24px;border-top:1px solid var(--ed-border-light)}.home-quiz[data-astro-cid-e35ci7wo] .q-lead-form .mf-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:16px;margin-bottom:18px}.home-quiz[data-astro-cid-e35ci7wo] .q-field{display:grid;gap:8px;min-width:0;color:var(--ed-text-secondary-light);font-size:13px;font-weight:500}.home-quiz[data-astro-cid-e35ci7wo] .q-field>span{line-height:1.35}.home-quiz[data-astro-cid-e35ci7wo] .q-field>span small{color:var(--ed-text-muted-light);font:inherit;font-weight:400}.home-quiz[data-astro-cid-e35ci7wo] .q-field__helper,.home-quiz[data-astro-cid-e35ci7wo] .q-field__error{min-height:16px;color:var(--ed-text-muted-light);font-size:11px;font-weight:400;line-height:1.45}.home-quiz[data-astro-cid-e35ci7wo] .q-field__error{color:var(--ed-error)}.home-quiz[data-astro-cid-e35ci7wo] .q-hp{position:absolute;left:-10000px;width:1px;height:1px;opacity:0}.home-quiz[data-astro-cid-e35ci7wo] .q-modal-link{display:inline;padding:0;border:0;background:none;font:inherit;color:var(--ed-gold);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.home-quiz[data-astro-cid-e35ci7wo] .mf-check-row{margin-top:14px}.home-quiz[data-astro-cid-e35ci7wo] .mf-check-row label{color:var(--ed-text-secondary-light)}.home-quiz[data-astro-cid-e35ci7wo] .mf-input.dk{display:block;box-sizing:border-box;width:100%;min-height:52px;margin:0;padding:0 16px;border-radius:12px;background:var(--ed-paper);border:1px solid var(--ed-border-light);color:var(--ed-text-primary-light);font:400 14px/1.3 var(--ed-font-body);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.home-quiz[data-astro-cid-e35ci7wo] .mf-input.dk::placeholder{color:#080d1359}.home-quiz[data-astro-cid-e35ci7wo] .mf-input.dk:hover{border-color:var(--ed-border-light-strong)}.home-quiz[data-astro-cid-e35ci7wo] .mf-input.dk:focus{border-color:var(--ed-gold-hover);outline:none;box-shadow:0 0 0 3px #b8963e24;background:#fff}.home-quiz[data-astro-cid-e35ci7wo] .mf-input.dk[aria-invalid=true]{border-color:var(--ed-error)}.home-quiz[data-astro-cid-e35ci7wo] .q-lead-form>.q-next{margin-top:18px}.home-quiz__noscript[data-astro-cid-e35ci7wo]{margin:0 0 18px;color:var(--ed-text-secondary-light);line-height:1.6}@media (max-width: 1100px) and (min-width: 641px){.home-quiz[data-astro-cid-e35ci7wo] .q-options{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 640px){.home-quiz__panel[data-astro-cid-e35ci7wo]{padding:22px 20px;border-radius:18px}.home-quiz[data-astro-cid-e35ci7wo] .q-prog[data-astro-cid-e35ci7wo]{grid-template-columns:auto minmax(60px,1fr) auto;gap:10px}.home-quiz[data-astro-cid-e35ci7wo] .q-question{font-size:22px}.home-quiz[data-astro-cid-e35ci7wo] .q-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-quiz[data-astro-cid-e35ci7wo] .q-opt{min-height:112px;padding-inline:7px}.home-quiz[data-astro-cid-e35ci7wo] .q-actions{grid-template-columns:1fr;gap:10px;width:100%}.home-quiz[data-astro-cid-e35ci7wo] .q-actions .q-next,.home-quiz[data-astro-cid-e35ci7wo] .q-back{grid-column:1}.home-quiz[data-astro-cid-e35ci7wo] .q-actions .q-next{grid-row:1}.home-quiz[data-astro-cid-e35ci7wo] .q-back{grid-row:2}.home-quiz[data-astro-cid-e35ci7wo] .q-back{width:100%}.home-quiz[data-astro-cid-e35ci7wo] .q-result-card{padding:20px}.home-quiz[data-astro-cid-e35ci7wo] .q-field{font-size:13px}.home-quiz[data-astro-cid-e35ci7wo] .q-lead-form .mf-row{grid-template-columns:1fr;gap:14px}.home-quiz[data-astro-cid-e35ci7wo] .q-field__helper,.home-quiz[data-astro-cid-e35ci7wo] .q-field__error{min-height:0}}.home-editorial-page{overflow-x:clip;background:var(--ed-paper);color:var(--ed-text-primary-light)}.home-editorial-page main a{text-underline-offset:4px}.home-editorial-page main{padding-top:80px}.home-editorial-page .tp-skip-link{position:fixed;top:-80px;left:20px;z-index:400;padding:10px 16px;border-radius:4px;background:var(--ed-paper-elevated);color:var(--ed-ink)}.home-editorial-page .tp-skip-link:focus{top:12px}.home-editorial-page .ed-hero--home{min-height:660px}@media (min-width: 1024px){.home-editorial-page .ed-hero--home{min-height:560px}.home-editorial-page .ed-hero--home .ed-hero__content{width:min(calc(100% - 64px),1280px);max-width:none;padding-top:150px}.home-editorial-page .ed-hero--home .ed-hero__title{max-width:720px;font-size:clamp(58px,5.2vw,78px);line-height:.92}.home-editorial-page .ed-hero--home .ed-hero__description{max-width:560px;margin-top:28px;font-size:16px;line-height:1.45}.home-editorial-page .ed-hero--home .ed-hero__actions{gap:16px;margin-top:22px}.home-editorial-page .ed-hero--home .home-button{min-height:48px}}.home-editorial-page .ed-hero--home .ed-hero__overlay{background:linear-gradient(90deg,#070f19d6,#070f198a 42%,#070f191f 76%,#070f190a),linear-gradient(0deg,#060d168f,#060d1600 50%)}.home-editorial-page .ed-final-cta{background:var(--ed-surface-light);color:var(--ed-text-primary-light);padding-top:64px;padding-bottom:64px}@media (max-width: 1023px){.home-editorial-page .ed-final-cta{padding-top:52px;padding-bottom:52px}.home-editorial-page .ed-final-cta__layout{grid-template-columns:1fr;gap:32px}}@media (max-width: 767px){.home-editorial-page .ed-final-cta{padding-top:40px;padding-bottom:40px}}.home-editorial-page .ed-hero--home .ed-hero__content{padding-bottom:54px}@media (min-width: 1024px){.home-editorial-page .ed-hero--home .ed-hero__content{padding-bottom:100px}}.home-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 24px;border:1px solid transparent;border-radius:var(--ed-radius-pill);font:600 13px/1.2 var(--ed-font-body);letter-spacing:.035em;text-align:center;text-decoration:none;transition:border-color var(--ed-transition),background var(--ed-transition),color var(--ed-transition)}.home-button--gold{background:var(--ed-gold);color:var(--ed-ink)}.home-button--gold:hover{background:var(--ed-gold-hover)}.home-button--ghost{border-color:#fffdf870;color:var(--ed-text-primary-dark)}.home-button--ghost:hover{border-color:var(--ed-gold-hover);color:var(--ed-gold-hover)}.home-button:focus-visible,.home-editorial-page .home-text-link:focus-visible,.home-editorial-page .home-destination-card:focus-visible{outline:3px solid var(--ed-focus-ring);outline-offset:4px}.home-trust-strip{position:relative;z-index:5;margin-top:-36px;padding:0 16px}.home-trust-strip__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;max-width:var(--ed-container);margin-inline:auto;border:1px solid var(--ed-border-light);border-radius:var(--ed-radius-card-compact);background:var(--ed-paper-elevated);box-shadow:0 12px 35px #372b1c12}.home-trust-strip__item{display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-rows:auto auto;align-content:center;column-gap:12px;min-height:100px;padding:20px}.home-trust-strip__item:nth-child(2n){border-left:1px solid var(--ed-border-light)}.home-trust-strip__item:nth-child(n+3){border-top:1px solid var(--ed-border-light)}.home-trust-strip__icon{display:flex;grid-row:1 / 3;align-items:center;justify-content:center;width:26px;height:26px;margin:0;color:var(--ed-gold)}.home-trust-strip__icon svg{width:26px;height:26px}.home-trust-strip__item h2{margin:0;font-family:var(--ed-font-display);font-weight:400;font-size:27px;line-height:1.15}.home-trust-strip__item p{margin:5px 0 0;max-width:22ch;color:var(--ed-text-secondary-light);font:400 13px/1.4 var(--ed-font-body)}@media (min-width: 768px){.home-trust-strip{margin-top:-56px;padding:0 24px}.home-trust-strip__item{padding:32px 28px}.home-trust-strip__item h2{font-size:28px}}@media (min-width: 1024px){.home-trust-strip{margin-top:-64px;padding:0 44px}.home-trust-strip__grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:1080px;border-radius:16px}.home-trust-strip__item{grid-template-columns:48px minmax(0,1fr);column-gap:18px;padding:0 30px;min-height:112px;border-top:0}.home-trust-strip__item:nth-child(n+2){border-left:1px solid var(--ed-border-light)}.home-trust-strip__icon{width:44px;height:44px}.home-trust-strip__icon svg{width:44px;height:44px}.home-trust-strip__item h2{font-size:33px}}.home-destinations{background:var(--ed-surface-light);padding-top:48px;padding-bottom:0}.home-destinations>.ed-shell:first-child{margin-bottom:20px}.home-destinations .ed-section-header{align-items:flex-start}.home-destinations .ed-title,.home-why-us--cards .ed-title{font-size:clamp(34px,3vw,44px);line-height:1.04;letter-spacing:-.03em}.home-destinations .ed-eyebrow,.home-why-us--cards .ed-eyebrow,.home-process .ed-eyebrow{margin-bottom:10px;font-size:11px;letter-spacing:.2em}.home-destinations .ed-section-header>:last-child{justify-self:end;padding-top:8px;text-align:right}.home-destination-card{display:block;color:inherit;text-decoration:none}.home-destination-card .ed-card{display:flex;flex-direction:column;height:100%;border-color:#201f1c1c;border-radius:10px;background:#fbfaf6;box-shadow:0 4px 16px #18161206;transition:border-color var(--ed-transition),transform var(--ed-transition)}.home-destination-card:hover .ed-card{border-color:#b8963e7a;transform:translateY(-3px)}.home-destination-card__media{position:relative;aspect-ratio:1.18 / 1;overflow:hidden;background:#ddd5c8}.home-destination-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-destination-card:hover img{transform:scale(1.025)}.home-destination-card__body{display:flex;flex:1;flex-direction:column;min-height:126px;padding:12px 12px 14px}.home-destination-card__tag{position:absolute;z-index:1;left:10px;bottom:10px;padding:4px 8px;border-radius:3px;background:#faf9f5f0;color:#24231f;font:500 10px/1.1 var(--ed-font-body);letter-spacing:.04em;text-transform:uppercase}.home-destination-card__body h3{margin:0;font:400 22px/1.15 var(--ed-font-display);letter-spacing:-.02em}.home-destination-card__duration{margin:8px 0 0;color:var(--ed-text-secondary-light);font:400 13px/1.5 var(--ed-font-body)}.home-destination-card__price{margin:auto 0 0;padding-top:14px;color:var(--ed-text-primary-light);font:600 15px/1.2 var(--ed-font-body)}.home-destinations .home-text-link{display:inline-flex;align-items:center;gap:8px;margin-top:0;color:var(--ed-gold);font:500 12px/1.2 var(--ed-font-body);text-decoration:none}.home-destinations .ed-rail__controls{display:none}.home-destinations__pagination{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:24px}.home-destinations__pagination span{width:7px;height:7px;border-radius:50%;background:#52504a38}.home-destinations__pagination .is-active{width:24px;border-radius:999px;background:var(--ed-gold)}@media (min-width: 1024px){.home-destinations .ed-rail{width:min(calc(100% - 48px),var(--ed-container));margin-inline:auto}.home-destinations .ed-rail__track{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;padding:0;overflow:visible}.home-destinations .ed-rail__track>*{min-width:0}.home-destination-card__body{padding:12px 12px 14px}.home-destination-card__body h3{overflow:hidden;font-size:clamp(18px,1.55vw,22px);white-space:nowrap;text-overflow:ellipsis}}.home-why-us--cards{background:var(--ed-paper);padding-top:60px;padding-bottom:64px}.home-why-us--cards .ed-section-header{max-width:none;margin-bottom:36px}.home-why-us--cards .home-why-us__grid{display:flex;gap:14px;margin:0;padding:0 0 8px;overflow-x:auto;list-style:none;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.home-why-us--cards .home-why-us__grid::-webkit-scrollbar{display:none}.home-why-us--cards .home-why-us__grid:focus-visible{outline:3px solid var(--ed-focus-ring);outline-offset:5px}.home-why-us--cards .home-why-us__item{display:flex;min-width:0;min-height:285px;flex:0 0 min(calc(100% - 44px),330px);flex-direction:column;padding:28px 24px 26px;border:1px solid rgba(181,139,59,.18);border-radius:20px;background:#fffdf8e0;box-shadow:0 12px 30px #3b2e1c0f;scroll-snap-align:start;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-why-us--cards .home-why-us__icon{display:grid;place-items:center;width:64px;height:64px;flex:0 0 64px;border:1px solid rgba(181,139,59,.35);border-radius:50%;background:#b58b3b0a;color:var(--ed-gold)}.home-why-us--cards .home-why-us__icon svg{width:30px;height:30px}.home-why-us--cards .home-why-us__item h3{min-height:48px;margin:24px 0 0;color:var(--ed-text-primary-light);font:500 21px/1.15 var(--ed-font-display)}.home-why-us--cards .home-why-us__text{flex-grow:1;margin:14px 0 0;color:var(--ed-text-secondary-light);font:400 15px/1.6 var(--ed-font-body)}.home-why-us--cards .home-why-us__pagination{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:14px}.home-why-us--cards .home-why-us__pagination span{width:7px;height:7px;border-radius:50%;background:#52504a38;transition:width .18s ease,background-color .18s ease}.home-why-us--cards .home-why-us__pagination .is-active{width:24px;border-radius:999px;background:var(--ed-gold)}@media (hover: hover){.home-why-us--cards .home-why-us__item:hover{transform:translateY(-4px);border-color:#b58b3b52;box-shadow:0 18px 38px #3b2e1c17}}@media (min-width: 768px){.home-why-us--cards .home-why-us__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:18px;padding-bottom:0;overflow:visible}.home-why-us--cards .home-why-us__item{width:auto;height:100%}.home-why-us--cards .home-why-us__pagination{display:none}}@media (min-width: 1024px) and (max-width: 1100px){.home-why-us--cards .home-why-us__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1101px){.home-why-us--cards .home-why-us__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width: 1023px){.home-destinations .ed-rail__track>*{flex-basis:min(520px,calc(100vw - 54px))}}.home-process{background:var(--ed-surface-light);color:var(--ed-text-primary-light);padding-top:34px;padding-bottom:32px;border-top:1px solid var(--ed-border-light)}@media (max-width: 767px){.home-process{padding-top:20px;padding-bottom:20px}}.home-process-steps{position:relative;display:flex;flex-direction:column;gap:12px;margin:36px 0 0}.home-process-card{position:relative;padding:28px 28px 30px;border:1px solid var(--ed-border-light);border-radius:24px;background:var(--ed-paper-elevated);transition:background-color .2s ease,border-color .2s ease}.home-process-card:hover{background:#f5f0e7;border-color:#b8963e7a}.home-process-card:not(:last-child):after{content:"";position:absolute;top:100%;left:47px;width:1px;height:12px;background:linear-gradient(#b8963e66,#b8963e00)}.home-process-card__number{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:18px;border-radius:50%;background:#b8963e24;color:var(--ed-gold);font:600 13px/1 var(--ed-font-body);letter-spacing:.02em}.home-process-card h3{margin:0 0 12px;color:var(--ed-text-primary-light);font:400 26px/1.15 var(--ed-font-display)}.home-process-card p{max-width:28ch;margin:0;color:var(--ed-text-secondary-light);font:400 16px/1.55 var(--ed-font-body)}.home-process__cta{margin-top:34px}.home-process__photo{display:none}@media (max-width: 767px){.home-process-steps{position:relative;gap:0}.home-process-steps:before{content:"";position:absolute;top:19px;bottom:19px;left:19px;width:1px;background:var(--ed-border-light-strong)}.home-process-card{display:grid;grid-template-columns:38px 1fr;column-gap:18px;row-gap:4px;align-items:start;padding:18px 0;border:0;border-radius:0;background:transparent}.home-process-card:hover{background:transparent;border-color:transparent}.home-process-card:not(:last-child):after{display:none}.home-process-card__number{position:relative;z-index:1;grid-row:1 / 3;margin-bottom:0;background:var(--ed-paper);border:1px solid var(--ed-gold)}.home-process-card h3{margin:0 0 6px;font-size:21px}.home-process-card p{max-width:none;font-size:15px}}@media (min-width: 768px){.home-process-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.home-process-card:not(:last-child):after{display:none}.home-process-card h3{min-height:62px}}@media (min-width: 1024px){.home-process__layout{display:grid;grid-template-columns:1fr 320px;gap:48px;align-items:stretch}.home-process__photo{display:block;width:100%;height:100%;min-height:480px;border-radius:var(--ed-radius-card);object-fit:cover}.home-process-steps{grid-template-columns:repeat(2,1fr)}.home-process-card h3{min-height:0}}.home-about{background:var(--ed-surface-light);padding-top:32px;padding-bottom:32px}.home-about__layout{display:flex;flex-direction:column;gap:28px}.home-about__photo{display:block;width:100%;height:auto;aspect-ratio:4 / 3;border-radius:var(--ed-radius-card-compact);object-fit:cover}.home-about__text{max-width:56ch;margin:20px 0 0;color:var(--ed-text-secondary-light);font:400 16px/1.7 var(--ed-font-body)}.home-about__highlight{margin:22px 0 0;color:var(--ed-gold);font:400 22px/1.3 var(--ed-font-display);font-style:italic}.home-about__signature{margin:14px 0 0;color:var(--ed-text-secondary-light);font:500 13px/1.4 var(--ed-font-body);letter-spacing:.04em;text-transform:uppercase}@media (min-width: 1024px){.home-about__layout{flex-direction:row;align-items:center;gap:64px}.home-about__photo{flex:0 0 44%;min-width:0}.home-about__body{flex:1;min-width:0}}.home-editorial-page .quiz-sec{background:var(--ed-paper)!important}.home-editorial-page .home-quiz{padding:32px max(24px,calc((100vw - var(--ed-container)) / 2)) 64px}@media (max-width: 1023px){.home-editorial-page .home-quiz{padding-bottom:52px}}.home-editorial-page .home-quiz .quiz-wrap{gap:clamp(48px,7vw,88px)}.home-final-intro{padding-top:26px}.home-final-intro__description{max-width:440px;margin:24px 0 0;color:var(--ed-text-secondary-light);font:400 15px/1.7 var(--ed-font-body)}.home-final-benefits{display:flex;flex-direction:column;gap:14px;margin:26px 0 0;padding:0;list-style:none}@media (min-width: 1024px){.home-final-benefits{flex-direction:row;flex-wrap:wrap;gap:20px 28px}}.home-final-benefits li{display:flex;align-items:center;gap:10px;color:var(--ed-text-secondary-light);font:500 13px/1.3 var(--ed-font-body)}.home-final-benefits span{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:#b8963e1f;color:var(--ed-gold)}.home-final-benefits span svg{width:15px;height:15px}.home-editorial-page .ed-form-card.ed-form-card--light{box-shadow:none}.home-editorial-page .ed-form-card .mf-lt{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.home-editorial-page .ed-form-card .mf-h{font-size:28px;line-height:1.2}.home-editorial-page .ed-form-card .mf-sub{margin:8px 0 26px;color:var(--ed-text-secondary-light);font-size:13px;line-height:1.55}.home-editorial-page .ed-form-card .mf-field-label{display:block;margin:0 0 8px;color:var(--ed-text-primary-light);font:500 13px/1.4 var(--ed-font-body)}.home-editorial-page .ed-form-card .mf-lt input:not([type=checkbox]){min-height:var(--ed-field-height);margin-bottom:16px;padding:14px 16px;border:1px solid var(--ed-border-light-strong);border-radius:var(--ed-radius-field);background:var(--ed-paper);font-size:16px}.home-editorial-page .ed-form-card .mf-lt input:not([type=checkbox]):focus-visible{border-color:var(--ed-gold-hover);outline:2px solid rgba(198,157,55,.14);outline-offset:1px}.home-editorial-page .ed-form-card .mf-field-helper,.home-editorial-page .ed-form-card .mf-field-error{margin-top:-9px;margin-bottom:16px}.home-editorial-page .ed-form-card .mf-check-row{min-height:44px;align-items:flex-start;margin:0;padding:9px 0}.home-editorial-page .ed-form-card .mf-check-row input[type=checkbox]{width:21px;height:21px;min-width:21px;margin:0;accent-color:var(--ed-gold-hover)}.home-editorial-page .ed-form-card .mf-check-row label{color:var(--ed-text-secondary-light);font-size:14px;line-height:1.55}.home-editorial-page .ed-form-card .mf-btn{min-height:var(--ed-button-height);margin-top:22px;border-radius:var(--ed-radius-pill);background:var(--ed-gold);color:var(--ed-ink);font-size:13px}.home-editorial-page .ed-form-card .mf-btn:hover{background:var(--ed-gold-hover)}@media (max-width: 767px){.home-editorial-page .burger{width:48px;height:48px;min-width:48px;min-height:48px}.home-editorial-page .ed-hero--home{min-height:clamp(560px,154vw,640px)}.home-editorial-page .ed-hero--home .ed-hero__content{padding-top:84px;padding-bottom:34px}.home-editorial-page .ed-hero__title{font-size:clamp(42px,12vw,54px);line-height:.94}.home-editorial-page .ed-hero__description{max-width:none;margin-top:16px;font-size:16px;line-height:1.55}.home-editorial-page .ed-hero__actions{width:100%;gap:9px;margin-top:18px}.home-editorial-page .ed-hero__actions .home-button{width:100%}.home-destinations>.ed-shell:first-child{margin-bottom:20px}.home-destinations{padding-top:40px}.home-destinations .ed-section-header{gap:14px}.home-destinations .ed-section-header>:last-child{justify-self:end;padding-top:0;text-align:right}.home-destinations .ed-title,.home-why-us--cards .ed-title{font-size:clamp(32px,9.5vw,40px)}.home-destination-card .ed-card{transform:none}.home-destination-card__body{min-height:122px;padding:12px 12px 14px}.home-destination-card__body h3{font-size:20px}.home-destinations .ed-rail__track>*{flex-basis:calc(100vw - 54px)}.home-destination-card__media{aspect-ratio:1.18 / 1}.home-destination-card__body h3{font-size:21px}.home-destinations__pagination{margin-top:20px}.home-why-us--cards{padding-top:56px;padding-bottom:52px}.home-why-us--cards .ed-section-header{margin-bottom:28px}.home-editorial-page .home-quiz{padding:20px 18px 40px}.home-editorial-page .home-quiz .quiz-wrap{gap:28px}.home-final-intro{padding-top:0}.home-editorial-page .ed-form-card .mf-h{font-size:24px}.home-editorial-page .ed-form-card .mf-lt input:not([type=checkbox]),.home-editorial-page .ed-form-card .mf-btn{min-height:52px}}@media (max-width: 370px){.home-editorial-page .ed-hero--home{min-height:600px}.home-editorial-page .ed-form-card{padding:22px 20px}}.home-process{padding:24px 0 30px;border-top:0;background:var(--ed-surface-light)}.home-process .ed-title{font-size:clamp(34px,3vw,48px);line-height:1.05}.home-process-steps{position:relative;display:grid;grid-template-columns:1fr;gap:0;margin:24px 0 0}.home-process-steps:before{content:"";position:absolute;top:16px;bottom:16px;left:16px;border-left:1px dashed rgba(184,150,62,.52)}.home-process-card{display:grid;grid-template-columns:34px minmax(0,1fr);column-gap:16px;row-gap:3px;align-items:start;padding:12px 0;border:0;border-radius:0;background:transparent}.home-process-card:hover{border-color:transparent;background:transparent}.home-process-card:not(:last-child):after{display:none}.home-process-card__number{position:relative;z-index:1;grid-row:1 / 3;display:grid;width:34px;height:34px;margin:0;place-items:center;border:0;border-radius:50%;background:var(--ed-gold);color:#fff;font-size:12px}.home-process-card h3{min-height:0;margin:1px 0 3px;font-size:18px;line-height:1.2}.home-process-card p{max-width:28ch;margin:0;font-size:13px;line-height:1.48}.home-process__photo{display:block;width:100%;height:auto;margin-top:24px;aspect-ratio:16 / 7;border-radius:20px;object-fit:cover;object-position:center 58%}.home-about-quiz{padding:30px 0 28px;background:var(--ed-paper)}.home-about-quiz__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:48px;align-items:stretch}.home-about{min-width:0;padding:0;background:transparent}.home-about .ed-eyebrow{margin-bottom:10px}.home-about .ed-title{font-size:clamp(32px,2.7vw,42px);line-height:1.04}.home-about__content{display:grid;gap:20px;margin-top:22px}.home-about__photo{width:100%;height:auto;aspect-ratio:3 / 4;border-radius:16px;object-fit:cover}.home-about__text{max-width:none;margin:0;font-size:14px;line-height:1.6}.home-about__highlight{margin-top:18px;font-size:clamp(20px,2vw,24px)}.home-about__signature{margin-top:12px;font-size:12px;letter-spacing:0;text-transform:none}.home-final-cta{padding:32px 0 48px;background:var(--ed-paper);color:var(--ed-text-primary-light)}.home-final-cta .ed-final-cta__layout{display:grid;grid-template-columns:1fr;gap:0;overflow:hidden;border:1px solid var(--ed-border-light);border-radius:20px;background:#f6f1e8;box-shadow:0 10px 30px #3127190f}.home-final-cta .ed-final-cta__layout>div:first-child{padding:34px 36px;background:#f6f1e8}.home-final-intro{display:flex;flex-direction:column;height:100%;padding-top:0}.home-final-cta .ed-title{max-width:390px;font-size:clamp(38px,3vw,46px);line-height:1.05}.home-final-intro__description{max-width:340px;margin-top:18px;font-size:15px;line-height:1.6}.home-final-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:auto 0 0;padding-top:30px}.home-final-benefits li{display:grid;min-width:0;justify-items:center;gap:7px;padding:0 6px;border-left:1px solid var(--ed-border-light);text-align:center}.home-final-benefits li:first-child{padding-left:0;border-left:0}.home-final-benefits li:last-child{padding-right:0}.home-final-benefits span{display:grid;width:46px;height:46px;margin-bottom:4px;place-items:center;border:1px solid rgba(184,150,62,.42);border-radius:50%;background:transparent}.home-final-benefits strong,.home-final-benefits small{display:block;min-width:0;max-width:100%;color:var(--ed-text-primary-light);font:500 11px/1.4 var(--ed-font-body);overflow-wrap:normal}.home-final-benefits strong{font-size:10px;letter-spacing:-.015em;white-space:nowrap}.home-final-benefits small{color:var(--ed-text-secondary-light);font-size:11px;font-weight:400}.home-final-cta .ed-final-cta__layout>div:last-child,.home-final-cta .ed-form-card.ed-form-card--light{min-width:0;max-width:none;height:100%}.home-final-cta .ed-final-cta__layout>div:last-child{padding:14px;background:#f6f1e8}.home-final-cta .ed-form-card.ed-form-card--light{padding:24px 26px;border:0;border-radius:15px;background:#fff;box-shadow:0 8px 24px #3127190f}.home-final-cta .ed-form-card #lead,.home-final-cta .ed-form-card .mf-lt{height:100%}.home-final-cta .ed-form-card .mf-h,.home-final-cta .ed-form-card .mf-sub{display:none}.home-final-cta .ed-form-card .mf-lt form{display:grid;grid-template-columns:1fr;gap:14px 28px}.home-final-cta .mf-field-group{min-width:0}.home-final-cta .ed-form-card .mf-field-label{margin-bottom:6px;color:var(--ed-text-primary-light);font-size:12px}.home-final-cta .ed-form-card .mf-lt input:not([type=checkbox]){width:100%;min-height:44px;margin:0;padding:10px 12px;border-color:var(--ed-border-light);border-radius:6px;background:#fff;font-size:14px}.home-final-cta .ed-form-card .mf-field-helper,.home-final-cta .ed-form-card .mf-field-error{margin:5px 0 0;font-size:11px}.home-final-cta .mf-consents{min-width:0}.home-final-cta .ed-form-card .mf-check-row{min-height:32px;padding:4px 0}.home-final-cta .ed-form-card .mf-check-row input[type=checkbox]{width:18px;height:18px;min-width:18px}.home-final-cta .ed-form-card .mf-check-row label{font-size:12px;line-height:1.4}.home-final-cta .ed-form-card .mf-btn{width:min(100%,330px);min-height:48px;margin:0;justify-self:end;border-radius:7px;background:var(--ed-gold);color:#fff;padding-inline:12px;font-size:11px;white-space:nowrap}@media (min-width: 768px){.home-process-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.home-process-steps:before{inset:17px 18px auto;border-top:1px dashed rgba(184,150,62,.52);border-left:0}.home-process-card{display:block;padding:0}.home-process-card__number{margin-bottom:14px}.home-process-card h3{margin-bottom:6px;font-size:16px}.home-process-card p{font-size:12px}.home-about__content{grid-template-columns:minmax(180px,.7fr) minmax(0,1.3fr);align-items:start}.home-final-cta .ed-form-card .mf-lt form{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto auto 1fr;min-height:100%}.home-final-cta .mf-field-group--destination{grid-column:1 / -1}.home-final-cta .mf-consents{display:flex;grid-column:1 / 3;align-self:start;align-items:center;gap:8px 24px;padding-top:2px}.home-final-cta .mf-consents .mf-check-row{flex:0 0 auto;white-space:nowrap}.home-final-cta .mf-consents .mf-error{flex-basis:100%}.home-final-cta .ed-form-card .mf-btn{grid-column:2 / 4;align-self:end;width:min(100%,330px)}}@media (min-width: 1024px){.home-process__layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.95fr);gap:48px;align-items:center}.home-process__photo{height:auto;min-height:0;margin-top:0;aspect-ratio:16 / 6.5}.home-final-cta .ed-final-cta__layout{grid-template-columns:minmax(410px,.86fr) minmax(0,1.5fr)}}@media (min-width: 1100px){.home-about-quiz__layout{grid-template-columns:minmax(300px,.78fr) minmax(0,1.62fr);gap:36px}.home-about__content{grid-template-columns:minmax(118px,.74fr) minmax(0,1.26fr);gap:16px}.home-about__text{font-size:13px}}@media (max-width: 767px){.home-process{padding:18px 0 22px}.home-process-card{padding:13px 0}.home-process__photo{margin-top:20px;aspect-ratio:16 / 9}.home-about-quiz{padding:28px 0 24px}.home-about__content{margin-top:20px}.home-about__photo{max-height:480px}.home-final-cta{padding:24px 0 52px}.home-final-cta .ed-final-cta__layout>div:first-child,.home-final-cta .ed-form-card.ed-form-card--light{padding:24px 20px}.home-final-cta .ed-final-cta__layout>div:last-child{padding:10px}.home-final-cta .ed-title{font-size:clamp(34px,10vw,40px)}.home-final-benefits{grid-template-columns:1fr;gap:14px}.home-final-benefits li{grid-template-columns:34px minmax(0,1fr);justify-items:start;gap:2px 12px;padding:0;border-left:0;text-align:left}.home-final-benefits span{grid-row:1 / 3;margin:0}.home-final-cta .ed-form-card .mf-lt input:not([type=checkbox]),.home-final-cta .ed-form-card .mf-btn{min-height:48px;font-size:16px}.home-final-cta .ed-form-card .mf-btn{width:100%;justify-self:stretch;font-size:12px;white-space:normal}.home-final-cta .ed-form-card .mf-lt form{grid-template-rows:none}}@media (max-width: 768px){.home-final-cta .ed-form-card .mf-lt form{grid-template-columns:1fr;grid-template-rows:none}.home-final-cta .mf-field-group--destination,.home-final-cta .mf-consents,.home-final-cta .ed-form-card .mf-btn{grid-column:1}.home-final-cta .mf-consents{display:block;padding-top:0}.home-final-cta .mf-consents .mf-check-row{white-space:normal}.home-final-cta .ed-form-card .mf-btn{width:100%;justify-self:stretch}}@media (prefers-reduced-motion: reduce){.home-destination-card__media img,.home-destination-card .ed-card,.home-why-us--cards .home-why-us__item,.home-why-us--cards .home-why-us__pagination span{transition:none}}
