/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:var(--font-body);--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-body);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.block{display:block}.table{display:table}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--color-canvas:#f3efe6;--color-surface:#fbf9f3;--color-ink:#19211f;--color-muted:#68706b;--color-line:#d9d4c8;--color-accent:#176b68;--color-accent-strong:#0f5351;--color-clay:#b86f51;--radius-sm:.75rem;--radius-md:1.25rem;--radius-lg:2rem;--shadow-soft:0 20px 70px #28302b14;--content-max:76rem;--font-body:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;--font-editorial:"Iowan Old Style",Baskerville,"Times New Roman","Songti SC",serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-canvas);color:var(--color-ink);font-family:var(--font-body);text-rendering:optimizelegibility;margin:0}a{color:inherit;text-decoration:none}.ui-button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:3rem;padding:.8rem 1.35rem;font-size:.85rem;font-weight:650;transition:background-color .16s,color .16s,transform .16s;display:inline-flex}.ui-button-primary{color:#183230;background:#f3dfb7}.ui-button-primary:hover{background:#fae9c6;transform:translateY(-1px)}.ui-button-secondary{color:inherit;background:0 0;border-color:currentColor}.ui-button-secondary:hover{background:#ffffff1a;transform:translateY(-1px)}.ui-button:focus-visible{outline-offset:3px;outline:3px solid #f3dfb773}.ui-surface{border:1px solid var(--color-line);border-radius:var(--radius-md);background:#fbf9f3b8;min-height:21rem;padding:1.5rem}.ui-tag{letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:.55rem .75rem;font-size:.65rem;font-weight:700;display:inline-flex}.ui-tag-quiet{border:1px solid var(--color-line);color:var(--color-muted)}.ui-tag-accent{color:var(--color-accent-strong);background:#176b681a}.site-header{max-width:var(--content-max);justify-content:space-between;align-items:center;margin:0 auto;padding:1.5rem clamp(1.25rem,4vw,3rem);display:flex}.wordmark{letter-spacing:.08em;text-transform:uppercase;gap:.75rem;font-size:.8rem;font-weight:650}.wordmark,.wordmark-mark{align-items:center;display:inline-flex}.wordmark-mark{background:var(--color-ink);color:var(--color-surface);font-family:var(--font-editorial);border-radius:50%;justify-content:center;width:2.2rem;height:2.2rem;font-size:1rem}.hero-shell{border-radius:var(--radius-lg);color:#f8f3e8;max-width:calc(var(--content-max) - 2rem);background:linear-gradient(122deg,#0d4543f7,#1c5e58e0),radial-gradient(circle at 70% 30%,#d6b08a,#0000 52%);grid-template-columns:minmax(0,1fr) auto;min-height:min(700px,100vh - 8rem);margin:0 auto;padding:clamp(2rem,7vw,6rem);display:grid;position:relative;overflow:hidden}.hero-copy{z-index:1;align-self:end;max-width:48rem;position:relative}.card-index,.eyebrow{letter-spacing:.16em;margin:0 0 1.2rem;font-size:.7rem;font-weight:700}.hero-copy h1{font-family:var(--font-editorial);letter-spacing:-.055em;margin:0;font-size:clamp(3rem,8.5vw,7.5rem);font-weight:400;line-height:.93}.hero-copy h1 span{font-style:italic;display:block}.hero-intro{color:#f8f3e8c7;max-width:38rem;margin:2rem 0 0;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.8}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem 1.4rem;margin-top:2rem;display:flex}.phase-note{color:#f8f3e89e;font-size:.78rem}.hero-orbit{border:1px solid #f8f3e82e;border-radius:50%;width:min(62vw,47rem);height:min(62vw,47rem);position:absolute;top:-35%;right:-15%}.hero-orbit:after,.hero-orbit:before{border-radius:inherit;content:"";border:1px solid #f8f3e81f;position:absolute;inset:14%}.hero-orbit:after{inset:31%}.orbit-dot{background:#f1d09b;border-radius:50%;width:.5rem;height:.5rem;position:absolute;box-shadow:0 0 0 8px #f1d09b1c}.orbit-dot-one{top:57%;left:7%}.orbit-dot-two{bottom:21%;right:14%}.hero-index{letter-spacing:.18em;opacity:.58;text-align:right;z-index:1;flex-direction:column;align-self:end;gap:.4rem;font-size:.62rem;display:flex;position:relative}.foundation-section{max-width:var(--content-max);margin:0 auto;padding:clamp(5rem,10vw,9rem) clamp(1.25rem,4vw,3rem)}.section-heading{max-width:44rem}.section-heading h2{font-family:var(--font-editorial);letter-spacing:-.045em;margin:0;font-size:clamp(2.3rem,5vw,4.8rem);font-weight:400;line-height:1.03}.section-heading>p:last-child{color:var(--color-muted);margin-top:1.4rem;line-height:1.7}.foundation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:3.5rem;display:grid}.foundation-grid h3{font-family:var(--font-editorial);letter-spacing:-.025em;margin:4rem 0 .75rem;font-size:1.6rem;font-weight:500}.foundation-grid article>p:last-child{color:var(--color-muted);margin:0;font-size:.92rem;line-height:1.75}.card-index{color:var(--color-accent)}.token-strip{grid-template-columns:repeat(4,1fr);gap:.7rem;margin-top:1rem;display:grid}.token{border-radius:var(--radius-sm);align-items:flex-end;min-height:6.5rem;padding:.85rem;font-size:.7rem;display:flex}.token-sand{background:#e8dfce}.token-ink{background:var(--color-ink);color:#fff}.token-ocean{background:var(--color-accent);color:#fff}.token-clay{background:var(--color-clay);color:#fff}footer{border-top:1px solid var(--color-line);color:var(--color-muted);max-width:calc(var(--content-max) - 6rem);justify-content:space-between;margin:0 auto;padding:1.5rem 0 2.5rem;font-size:.7rem;display:flex}@media (max-width:760px){.site-header{padding-block:1rem}.wordmark span:last-child{display:none}.hero-shell{border-radius:1.4rem;grid-template-columns:1fr;min-height:calc(100svh - 5rem);margin-inline:.75rem;padding:2rem 1.5rem}.hero-copy h1{font-size:clamp(3.4rem,17vw,5.3rem)}.hero-index{display:none}.hero-orbit{width:34rem;height:34rem;top:-14%;right:-55%}.foundation-grid{grid-template-columns:1fr}.token-strip{grid-template-columns:repeat(2,1fr)}footer{flex-direction:column;align-items:flex-start;gap:.35rem;margin-inline:1.25rem}}@media (prefers-reduced-motion:no-preference){.hero-copy{animation:rise .6s ease-out both}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}}.landing-page{min-height:100svh;padding-bottom:1rem}.landing-header{z-index:2;position:relative}.landing-hero{border-radius:var(--radius-lg);color:#f8f3e8;max-width:calc(var(--content-max) - 2rem);background:#174e4b;grid-template-columns:minmax(0,1fr) auto;min-height:min(760px,100svh - 7rem);margin:0 auto;padding:clamp(2rem,6vw,5rem);display:grid;position:relative;overflow:hidden}.landing-copy{z-index:1;align-self:center;max-width:50rem;position:relative}.landing-copy h1{font-family:var(--font-editorial);letter-spacing:-.06em;margin:0;font-size:clamp(3.4rem,8.5vw,7.5rem);font-weight:400;line-height:.92}.landing-copy h1 em{color:#f1d09b;font-weight:400}.landing-intro{color:#f8f3e8c2;max-width:39rem;margin:2rem 0 0;font-size:1.05rem;line-height:1.8}.landing-start{border-top:1px solid #f8f3e833;max-width:46rem;margin-top:2.4rem;padding-top:1.4rem}.landing-start label{margin-bottom:.7rem;font-size:.75rem;font-weight:650;display:block}.candidate-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.6rem;display:grid}.candidate-row input{color:#fff;font:inherit;background:#ffffff17;border:1px solid #ffffff38;border-radius:999px;outline:none;min-height:3rem;padding:.75rem 1.1rem}.candidate-row input::placeholder{color:#ffffff7a}.candidate-row input:focus{border-color:#f1d09b;box-shadow:0 0 0 3px #f1d09b21}.landing-start>p{color:#f8f3e880;margin:.65rem 0 0;font-size:.68rem}.landing-copy-wide{max-width:52rem}.intent-start textarea{color:#fff;font:inherit;resize:vertical;background:#ffffff17;border:1px solid #ffffff3d;border-radius:1.15rem;outline:none;width:100%;min-height:7.2rem;padding:1rem 1.1rem;line-height:1.6;display:block}.intent-start textarea::placeholder{color:#ffffff70}.intent-start textarea:focus{border-color:#f1d09b;box-shadow:0 0 0 3px #f1d09b21}.intent-actions{justify-content:space-between;align-items:center;gap:1rem;margin-top:.75rem;display:flex}.intent-actions p{color:#f8f3e880;margin:0;font-size:.66rem;line-height:1.45}.destination-entry{color:#f3dfb7;cursor:pointer;font:inherit;background:0 0;border:0;margin-top:1.2rem;padding:.35rem 0;font-size:.8rem;font-weight:650}.destination-entry span{margin-left:.3rem;display:inline-block}.destination-intent-panel{background:#ffffff14;border:1px solid #ffffff26;border-radius:1.1rem;margin-top:.65rem;padding:1rem}.destination-intent-panel>label{margin-bottom:.5rem;font-size:.68rem;font-weight:700;display:block}.destination-intent-panel>input{color:#fff;font:inherit;background:#ffffff17;border:1px solid #fff3;border-radius:999px;outline:none;width:100%;min-height:2.8rem;padding:.65rem 1rem}.destination-intent-panel>input::placeholder{color:#ffffff6b}.destination-suggestions{flex-wrap:wrap;gap:.45rem;margin-top:.6rem;display:flex}.destination-suggestions button{color:#fff;cursor:pointer;font:inherit;background:0 0;border:1px solid #ffffff2e;border-radius:999px;padding:.45rem .65rem;font-size:.68rem}.destination-suggestions button small{color:#ffffff7a;margin-left:.4rem}.destination-suggestions button.is-selected{color:#183230;background:#f3dfb7;border-color:#f3dfb7}.destination-suggestions button.is-selected small{color:#1832309e}.destination-state-options{grid-template-columns:1fr 1fr;gap:.55rem;margin-top:.8rem;display:grid}.destination-state-options>button{color:#fff;cursor:pointer;font:inherit;text-align:left;background:#ffffff12;border:1px solid #ffffff29;border-radius:.85rem;flex-direction:column;padding:.8rem;display:flex}.destination-state-options>button:hover{border-color:#f1d09b}.destination-state-options>button:disabled{cursor:not-allowed;opacity:.42}.destination-state-options strong{font-family:var(--font-editorial);font-size:1.05rem;font-weight:400}.destination-state-options span{margin-top:.25rem;font-size:.68rem}.destination-state-options small{color:#ffffff7a;margin-top:.35rem;font-size:.56rem}.landing-error{background:#8e372673;border-radius:.7rem;padding:.65rem .8rem;font-size:.7rem}.resume-link{color:#f3dfb7;cursor:pointer;font:inherit;background:0 0;border:0;margin-top:1.25rem;padding:0;font-size:.82rem}.landing-proof{z-index:1;align-self:end;gap:1rem;display:grid;position:relative}.landing-proof div{align-items:center;gap:.7rem;display:flex}.landing-proof strong{color:#f1d09b;font-family:var(--font-editorial);font-size:1.4rem;font-weight:400}.landing-proof span{opacity:.6;white-space:nowrap;font-size:.68rem}.landing-atmosphere{position:absolute;inset:0;overflow:hidden}.atmosphere-line{border:1px solid #f8f3e824;border-radius:50%;width:60rem;height:60rem;position:absolute;top:-30rem;right:-21rem}.atmosphere-line-two{width:42rem;height:42rem;top:-20rem;right:-12rem}.atmosphere-sun{opacity:.72;background:#cf7c54;border-radius:50%;width:11rem;height:11rem;position:absolute;top:16%;right:10%}.flow-page{min-height:100svh}.flow-header{justify-content:space-between;align-items:center;max-width:66rem;margin:0 auto;padding:1.5rem;display:flex}.flow-shell{max-width:46rem;margin:clamp(3rem,12vh,8rem) auto;padding:1.5rem}.flow-shell h1{font-family:var(--font-editorial);letter-spacing:-.05em;margin:0;font-size:clamp(2.8rem,7vw,5rem);font-weight:400;line-height:1}.flow-shell>p:last-child{color:var(--color-muted);margin-top:1.5rem;line-height:1.8}@media (max-width:760px){.landing-hero{border-radius:1.4rem;grid-template-columns:1fr;min-height:calc(100svh - 5rem);margin-inline:.75rem;padding:2rem 1.4rem}.landing-copy h1{font-size:clamp(3.1rem,15vw,5rem)}.candidate-row{grid-template-columns:1fr;align-items:stretch}.candidate-row .ui-button{width:100%}.landing-proof{display:none}.atmosphere-sun{width:7rem;height:7rem;top:11%;right:8%}.intent-actions{flex-direction:column;align-items:stretch}.intent-actions .ui-button{width:100%}.destination-state-options{grid-template-columns:1fr}}.loading-page{color:var(--color-muted);justify-content:center;align-items:center;min-height:100svh;display:flex}.flow-header-actions{align-items:center;gap:.8rem;display:flex}.flow-header-actions>button,.flow-navigation>button,.text-action{color:var(--color-accent-strong);cursor:pointer;font:inherit;background:0 0;border:0;padding:.5rem;font-size:.76rem;font-weight:650}.flow-header-actions>button:hover,.flow-navigation>button:hover,.text-action:hover{text-decoration:underline}.progress-track{background:var(--color-line);max-width:63rem;height:2px;margin:0 auto}.progress-track span{background:var(--color-accent);height:100%;transition:width .22s;display:block}.preference-shell{max-width:58rem;margin-top:clamp(2.5rem,8vh,6rem)}.flow-note{color:var(--color-muted);margin:1rem 0 0;line-height:1.65}.intent-prefill-banner{background:#e5eee9;border:1px solid #c8dbd3;border-radius:1rem;margin-top:1.3rem;padding:.9rem 1rem}.intent-prefill-banner b{color:var(--color-accent-strong);font-size:.7rem}.intent-prefill-banner p{font-family:var(--font-editorial);margin:.4rem 0;font-size:1rem;line-height:1.5}.intent-prefill-banner span{color:var(--color-muted);font-size:.62rem}.preference-panel{min-height:18rem;margin-top:2.8rem}.field-grid{gap:1rem;display:grid}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.four-columns{grid-template-columns:repeat(4,minmax(0,1fr))}.compact-field,.field-grid label{flex-direction:column;gap:.55rem;display:flex}.compact-field>span,.field-grid label>span{color:var(--color-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;font-weight:700}.compact-field input,.field-grid input,.field-grid select{background:var(--color-surface);border:1px solid var(--color-line);color:var(--color-ink);font:inherit;border-radius:1rem;outline:none;min-height:3.4rem;padding:.8rem 1rem}.compact-field input:focus,.field-grid input:focus,.field-grid select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #176b681a}.inline-fields{grid-template-columns:1fr auto 1fr;align-items:center;gap:.6rem;display:grid}.inline-fields b{color:var(--color-muted);font-size:.72rem;font-weight:500}.choice-grid{gap:.75rem;margin-top:1rem;display:grid}.choice-card{border:1px solid var(--color-line);color:var(--color-ink);cursor:pointer;font:inherit;text-align:left;background:#fbf9f3b3;border-radius:1.1rem;flex-direction:column;min-height:6rem;padding:1rem;display:flex}.choice-card span{font-family:var(--font-editorial);font-size:1.3rem}.choice-card small{color:var(--color-muted);margin-top:.35rem}.choice-card:hover{border-color:#9bb8b4}.choice-card.is-selected{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.choice-card.is-selected small{color:#ffffffb3}.compact-field{max-width:12rem;margin-top:1.5rem}.interest-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;display:grid}.interest-grid button{background:var(--color-surface);border:1px solid var(--color-line);color:var(--color-ink);cursor:pointer;font:inherit;border-radius:1rem;justify-content:space-between;align-items:center;min-height:4.6rem;padding:.9rem 1rem;display:flex}.interest-grid button small{color:var(--color-muted);font-size:.65rem}.interest-grid button b{font-family:var(--font-editorial);font-size:1.35rem;font-weight:400}.interest-grid button.is-selected{color:#f8f3e8;background:#174e4b;border-color:#174e4b}.style-stack{gap:2rem;display:grid}.style-stack h2{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.72rem}.flow-navigation{border-top:1px solid var(--color-line);justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.4rem;display:flex}.flow-navigation>button:disabled{cursor:default;opacity:0}.ui-button:disabled{cursor:not-allowed;opacity:.45;transform:none}.form-error{color:#8a3f2d;background:#f7e6de;border-radius:.8rem;padding:.8rem 1rem;font-size:.78rem}.recommendation-page{max-width:var(--content-max);min-height:100svh;margin:0 auto;padding:0 clamp(1rem,3vw,2.5rem) 8rem}.recommendation-header{max-width:none;padding-inline:0}.recommendation-intro{grid-template-columns:1fr auto;align-items:end;gap:2rem;padding:clamp(3rem,8vw,6rem) 0 2rem;display:grid}.clarification-shell h1,.recommendation-intro h1{font-family:var(--font-editorial);letter-spacing:-.05em;max-width:49rem;margin:0;font-size:clamp(2.8rem,6vw,5.4rem);font-weight:400;line-height:.98}.recommendation-summary{align-items:end;gap:1rem;display:flex}.recommendation-summary strong{color:var(--color-accent-strong);font-family:var(--font-editorial);letter-spacing:-.06em;font-size:4.5rem;font-weight:400;line-height:.8}.recommendation-summary p{color:var(--color-muted);margin:0;font-size:.7rem;line-height:1.5}.rerank-note{background:#e5eee9;border-radius:1rem;align-items:center;gap:1rem;margin-bottom:1rem;padding:.8rem 1rem;display:flex}.rerank-note span{background:var(--color-accent);color:#fff;border-radius:999px;padding:.45rem .65rem;font-size:.62rem;font-weight:700}.rerank-note p{margin:0;font-size:.75rem}.destination-list{gap:1rem;display:grid}.destination-card{background:var(--color-surface);border:1px solid var(--color-line);border-radius:1.5rem;grid-template-columns:minmax(17rem,.72fr) minmax(0,1.28fr);transition:border .16s,box-shadow .16s;display:grid;overflow:hidden}.destination-card.is-selected{border-color:var(--color-accent);box-shadow:0 16px 50px #176b681a}.destination-image-wrap{min-height:31rem;position:relative;overflow:hidden}.destination-image-wrap img{object-fit:cover;width:100%;height:100%;position:absolute}.destination-rank{color:#fff;font-family:var(--font-editorial);background:#19211fe0;border-radius:999px;padding:.6rem .75rem;position:absolute;top:1rem;left:1rem}.image-credit{color:#fff;background:#19211f9e;padding:.4rem .55rem;font-size:.58rem;position:absolute;bottom:.7rem;right:.7rem}.destination-card-body{padding:clamp(1.3rem,3vw,2.3rem)}.destination-title-row{justify-content:space-between;align-items:start;display:flex}.destination-title-row h2{font-family:var(--font-editorial);letter-spacing:-.045em;margin:1rem 0 0;font-size:clamp(2rem,4vw,3.6rem);font-weight:400;line-height:1}.destination-title-row p{color:var(--color-muted);margin:.4rem 0 0;font-size:.75rem}.match-score{color:var(--color-accent-strong);align-items:baseline;display:flex}.match-score strong{font-family:var(--font-editorial);font-size:2.6rem;font-weight:400}.match-score span{font-size:.65rem}.destination-identity{color:var(--color-muted);margin:1.4rem 0 0;line-height:1.65}.destination-tags{flex-wrap:wrap;gap:.45rem;margin-top:1.1rem;display:flex}.destination-tags span{border:1px solid var(--color-line);text-transform:uppercase;border-radius:999px;padding:.4rem .55rem;font-size:.6rem}.destination-facts{border-block:1px solid var(--color-line);gap:1.4rem;margin-top:1.4rem;padding:.9rem 0;font-size:.72rem;display:flex}.factor-summary{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.2rem;display:grid}.factor-summary b{font-size:.68rem}.factor-summary p{color:var(--color-muted);margin:.35rem 0 0;font-size:.72rem;line-height:1.55}.score-details{border-top:1px solid var(--color-line);margin-top:1.2rem;padding-top:1rem}.score-details summary{color:var(--color-accent-strong);cursor:pointer;font-size:.72rem;font-weight:700}.score-breakdown{gap:.7rem;margin-top:1rem;display:grid}.score-breakdown>div{grid-template-columns:5rem 1fr 4.4rem;align-items:center;gap:.6rem;font-size:.65rem;display:grid}.score-breakdown>div>div{background:#e4e0d7;border-radius:99px;height:.35rem;overflow:hidden}.score-breakdown i{background:var(--color-accent);height:100%;display:block}.score-breakdown b{text-align:right;font-weight:500}.score-details>p{color:var(--color-muted);margin-bottom:0;font-size:.58rem}.destination-select{border:1px solid var(--color-accent);color:var(--color-accent-strong);cursor:pointer;font:inherit;background:0 0;border-radius:999px;width:100%;margin-top:1.2rem;padding:.7rem 1rem;font-size:.72rem;font-weight:700}.destination-card.is-selected .destination-select{background:var(--color-accent);color:#fff}.recommendation-actions{color:#fff;z-index:4;background:#183b39;border-radius:1.2rem;justify-content:flex-end;align-items:center;gap:1rem;max-width:54rem;margin:1.5rem auto 0;padding:1rem 1.1rem;display:flex;position:sticky;bottom:1rem;box-shadow:0 18px 60px #19211f3d}.recommendation-actions>div{flex-direction:column;margin-right:auto;display:flex}.recommendation-actions b{font-family:var(--font-editorial);font-size:1.2rem;font-weight:400}.recommendation-actions span{color:#ffffff9e;margin-top:.2rem;font-size:.63rem}.recommendation-actions .text-action{color:#f3dfb7}.recommendation-error{max-width:54rem;margin-inline:auto}.clarification-shell{max-width:58rem;margin:clamp(4rem,12vh,9rem) auto}.clarification-count{color:var(--color-muted);float:right;font-size:.68rem}.clarification-shell>p:not(.eyebrow):not(.form-error){color:var(--color-muted);max-width:40rem;line-height:1.7}.clarification-options{gap:.8rem;margin:2.5rem 0 1rem;display:grid}.clarification-options button{background:var(--color-surface);border:1px solid var(--color-line);color:var(--color-ink);cursor:pointer;font:inherit;text-align:left;border-radius:1rem;gap:.3rem;padding:1.1rem 1.3rem;display:grid}.clarification-options button:hover{border-color:var(--color-accent);transform:translate(3px)}.clarification-options strong{font-family:var(--font-editorial);font-size:1.35rem;font-weight:400}.clarification-options span{color:var(--color-muted);font-size:.78rem}.clarification-options small{color:var(--color-accent);text-transform:uppercase;font-size:.58rem}.confirmed-page{grid-template-columns:minmax(20rem,1fr) minmax(24rem,1fr);min-height:100svh;display:grid}.confirmed-image{min-height:100svh;position:relative;overflow:hidden}.confirmed-image img{object-fit:cover;width:100%;height:100%;position:absolute}.confirmed-image a{color:#fff;background:#0000008c;padding:.45rem .6rem;font-size:.6rem;position:absolute;bottom:1rem;right:1rem}.confirmed-content{align-self:center;max-width:40rem;padding:clamp(3rem,7vw,7rem)}.confirmed-kicker{color:var(--color-accent);letter-spacing:.1em;text-transform:uppercase;margin:2rem 0 .7rem;font-size:.72rem;font-weight:700}.confirmed-content h1{font-family:var(--font-editorial);letter-spacing:-.06em;margin:0;font-size:clamp(3.6rem,7vw,7rem);font-weight:400;line-height:.9}.confirmed-en{color:var(--color-muted);margin:.7rem 0 0}.confirmed-copy{margin-top:2rem;line-height:1.75}.confirmed-content dl{border-block:1px solid var(--color-line);gap:1rem;margin:2rem 0;padding:1.3rem 0;display:grid}.confirmed-content dl>div{grid-template-columns:6rem 1fr;font-size:.75rem;display:grid}.confirmed-content dt{color:var(--color-muted)}.confirmed-content dd{margin:0}.audit-id{color:var(--color-muted);overflow-wrap:anywhere;font-family:ui-monospace,monospace;font-size:.58rem;line-height:1.6}.confirmed-content .ui-button-secondary{border-color:var(--color-ink);margin-top:1rem}.confirmed-actions{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.confirmed-actions .ui-button-secondary{margin-top:0}.direct-page{min-height:100svh}.direct-header{max-width:var(--content-max)}.direct-shell{max-width:calc(var(--content-max) - 3rem);grid-template-columns:minmax(19rem,.8fr) minmax(0,1.2fr);gap:clamp(2rem,5vw,5rem);margin:1rem auto 0;display:grid}.direct-destination{color:#fff;background:#174e4b;border-radius:1.5rem;min-height:44rem;position:relative;overflow:hidden}.direct-destination:after{content:"";background:linear-gradient(#0000 25%,#0a2b29e6);position:absolute;inset:0}.direct-destination img{object-fit:cover;width:100%;height:100%;position:absolute}.direct-destination>div{z-index:1;padding:clamp(1.5rem,4vw,3rem);position:absolute;bottom:0}.direct-destination h1{font-family:var(--font-editorial);letter-spacing:-.05em;margin:0;font-size:clamp(3rem,6vw,5rem);font-weight:400;line-height:.95}.direct-destination>div>span{color:#ffffffa6;font-size:.75rem}.direct-destination>div>p:last-child{color:#ffffffb8;margin-top:1.2rem;line-height:1.65}.direct-form-shell{align-self:center;padding:2rem 0 4rem}.direct-form-shell h2{font-family:var(--font-editorial);letter-spacing:-.05em;margin:0;font-size:clamp(2.5rem,5vw,4.2rem);font-weight:400;line-height:1}.direct-note{color:var(--color-muted);margin:1rem 0 2rem;line-height:1.65}.direct-fields{max-height:32rem;padding:.2rem .5rem .2rem .2rem;overflow:auto}.direct-actions{justify-content:flex-end;margin-top:1.5rem;display:flex}.direct-actions.split{justify-content:space-between;align-items:center}.direct-actions.split>button:first-child{color:var(--color-accent-strong);cursor:pointer;font:inherit;background:0 0;border:0;font-size:.72rem}.direct-review{border-block:1px solid var(--color-line);gap:1rem;margin:2rem 0;padding:1.4rem 0;display:grid}.direct-review>div{grid-template-columns:8rem 1fr;font-size:.78rem;display:grid}.direct-review dt{color:var(--color-muted)}.direct-review dd{margin:0}@media (max-width:760px){.flow-header-actions>button{display:none}.flow-shell{margin-top:2rem}.four-columns,.interest-grid,.three-columns,.two-columns{grid-template-columns:1fr 1fr}.preference-panel{min-height:25rem}.recommendation-intro{grid-template-columns:1fr;align-items:start;padding-top:2.5rem}.recommendation-summary{display:none}.destination-card{grid-template-columns:1fr}.destination-image-wrap{min-height:17rem}.destination-title-row{gap:1rem}.destination-facts,.factor-summary{grid-template-columns:1fr}.destination-facts{flex-direction:column;gap:.4rem}.recommendation-actions{border-radius:1rem;flex-wrap:wrap;align-items:stretch}.recommendation-actions .ui-button{flex:1 0 100%}.confirmed-page{grid-template-columns:1fr}.confirmed-image{min-height:44svh}.confirmed-content{padding:2.5rem 1.4rem 4rem}.clarification-count{float:none;margin-bottom:1.5rem}.direct-shell{grid-template-columns:1fr;margin-inline:.75rem}.direct-destination{min-height:40svh}.direct-form-shell{padding:1rem .7rem 4rem}.direct-fields{max-height:none}}.inspiration-page{background:#f5f1e8;min-height:100svh;overflow:hidden}.inspiration-hero{color:#fff;height:82svh;min-height:38rem;max-height:56rem;position:relative;overflow:hidden}.inspiration-hero>img{filter:saturate(1.08)contrast(1.02);object-fit:cover;object-position:center 54%;width:100%;height:100%;position:absolute;inset:0}.inspiration-hero-shade{background:linear-gradient(#08161861,#0816180a 33%,#08161829 52%,#081618e6);position:absolute;inset:0}.inspiration-hero nav{letter-spacing:.12em;text-transform:uppercase;z-index:2;justify-content:space-between;align-items:center;padding:1.6rem clamp(1.3rem,5vw,5rem);font-size:.64rem;display:flex;position:relative}.inspiration-hero nav button{color:#fff;cursor:pointer;font:inherit;background:#ffffff1a;border:1px solid #ffffff59;border-radius:999px;padding:.65rem .9rem}.inspiration-hero-copy{text-shadow:0 2px 28px #04101147;z-index:2;max-width:72rem;position:absolute;bottom:clamp(2.8rem,6vw,5.5rem);left:clamp(1.3rem,7vw,7rem);right:1.3rem}.inspiration-hero-copy>p{letter-spacing:.12em;text-transform:uppercase;margin:0 0 1.3rem;font-size:.75rem}.inspiration-hero-copy h1{font-family:var(--font-editorial);letter-spacing:-.065em;margin:0;font-size:clamp(4.6rem,10vw,9.5rem);font-weight:400;line-height:.82}.inspiration-hero-copy>span{font-family:var(--font-editorial);opacity:.75;margin-top:.9rem;font-size:clamp(1.1rem,2.5vw,2rem);font-style:italic;display:block}.inspiration-hero-copy h2{font-family:var(--font-editorial);margin:2rem 0 0;font-size:clamp(1.5rem,3.2vw,2.8rem);font-weight:400;line-height:1.2}.inspiration-tags{flex-wrap:wrap;gap:.55rem;margin-top:1.5rem;display:flex}.inspiration-tags span{border:1px solid #ffffff7a;border-radius:999px;padding:.48rem .7rem;font-size:.65rem}.inspiration-credit{color:#fff;z-index:3;background:#0006;padding:.35rem .45rem;font-size:.52rem;position:absolute;bottom:.6rem;right:.6rem}.editorial-section{max-width:86rem;margin:0 auto;padding:clamp(5rem,10vw,10rem) clamp(1.3rem,5vw,5rem)}.editorial-eyebrow{color:#9c684f;letter-spacing:.18em;text-transform:uppercase;margin:0 0 1.1rem;font-size:.68rem;font-weight:700}.inspiration-story{text-align:center;max-width:71rem}.editorial-heading h2,.inspiration-cta h2,.inspiration-empty h1,.inspiration-story h2,.mood-section h2,.rhythm-section h2,.route-handoff-page h1,.strongest-section h2{font-family:var(--font-editorial);letter-spacing:-.045em;font-weight:400;line-height:1.02}.inspiration-story h2{max-width:60rem;margin:0 auto;font-size:clamp(2.5rem,6vw,5.4rem)}.inspiration-story>p:last-child{color:var(--color-muted);max-width:46rem;margin:2rem auto 0;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.9}.editorial-heading{grid-template-columns:minmax(0,1fr) minmax(15rem,25rem);align-items:end;gap:3rem;margin-bottom:4rem;display:grid}.editorial-heading h2{margin:0;font-size:clamp(2.5rem,5vw,4.9rem)}.editorial-heading>p{color:var(--color-muted);margin:0;line-height:1.75}.experience-list{gap:clamp(3.5rem,7vw,7rem);display:grid}.experience-row{grid-template-columns:minmax(0,1.35fr) minmax(16rem,.65fr);align-items:center;gap:clamp(2rem,6vw,6rem);display:grid}.experience-row:nth-child(2n){grid-template-columns:minmax(16rem,.65fr) minmax(0,1.35fr)}.experience-row:nth-child(2n) .experience-image{grid-area:1/2}.experience-image{aspect-ratio:16/10;border-radius:.45rem;position:relative;overflow:hidden}.experience-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.experience-row:hover .experience-image img{transform:scale(1.025)}.experience-copy>span{color:#9c684f;letter-spacing:.12em;text-transform:uppercase;font-size:.66rem}.experience-copy h3{font-family:var(--font-editorial);letter-spacing:-.04em;margin:.8rem 0 1rem;font-size:clamp(2.3rem,4.5vw,4.5rem);font-weight:400}.experience-copy p{color:var(--color-muted);margin:0 0 1.4rem;line-height:1.8}.interest-button{color:var(--color-ink);cursor:pointer;font:inherit;background:0 0;border:1px solid #8c918c;border-radius:999px;align-items:center;gap:.35rem;padding:.65rem .85rem;font-size:.72rem;display:inline-flex}.interest-button span{color:#a95644;font-size:1rem}.interest-button.is-selected{color:#fff;background:#173f3c;border-color:#173f3c}.highlights-section{background:#e8e1d4;max-width:none}.highlights-section>*{max-width:76rem;margin-inline:auto}.highlight-tier-label{color:#9c684f;letter-spacing:.14em;text-transform:uppercase;margin-block:0 1.1rem;font-size:.68rem;font-weight:700}.highlight-primary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem;display:grid}.highlight-support-label{border-top:1px solid #3539332e;margin-top:clamp(3.5rem,7vw,6rem);padding-top:2rem}.highlight-support-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;display:grid}.highlight-card{background:#f6f2e9;overflow:hidden}.highlight-image{aspect-ratio:16/10;position:relative;overflow:hidden}.highlight-image img{object-fit:cover;width:100%;height:100%}.highlight-copy{padding:clamp(1.2rem,3vw,2.1rem)}.highlight-meta{color:var(--color-muted);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;font-size:.59rem;display:flex}.highlight-copy h3{font-family:var(--font-editorial);letter-spacing:-.04em;margin:1rem 0 .7rem;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:400}.highlight-copy>p{color:var(--color-muted);min-height:3.4em;line-height:1.7}.highlight-card-primary .highlight-image{aspect-ratio:4/3}.highlight-card-primary .highlight-copy{padding:clamp(1.6rem,3.5vw,2.8rem)}.highlight-card-primary .highlight-copy h3{font-size:clamp(2.8rem,4.6vw,4.4rem)}.highlight-card-supporting{grid-template-columns:minmax(9rem,.85fr) minmax(0,1.15fr);min-height:19rem;display:grid}.highlight-card-supporting:nth-child(2n){grid-template-columns:minmax(0,1.15fr) minmax(9rem,.85fr)}.highlight-card-supporting:nth-child(2n) .highlight-image{grid-area:1/2}.highlight-card-supporting .highlight-image{aspect-ratio:auto;min-height:100%}.highlight-card-supporting .highlight-copy{align-self:center;padding:clamp(1rem,2.2vw,1.7rem)}.highlight-card-supporting .highlight-copy h3{font-size:clamp(1.8rem,2.6vw,2.6rem)}.highlight-card-supporting .highlight-meta{flex-direction:column;align-items:flex-start;gap:.35rem}.highlight-card-supporting .highlight-copy>p{min-height:0;font-size:.78rem}.food-section{max-width:92rem}.food-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;display:grid}.food-card{min-width:0}.food-image{aspect-ratio:3/4;margin-bottom:1.3rem;position:relative;overflow:hidden}.food-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.food-card:hover .food-image img{transform:scale(1.03)}.food-card>span{color:#9c684f;letter-spacing:.1em;font-size:.6rem}.food-card h3{font-family:var(--font-editorial);margin:.55rem 0;font-size:1.55rem;font-weight:400;line-height:1.1}.food-card>p{color:var(--color-muted);min-height:3.3em;font-size:.72rem;line-height:1.65}.mood-section{color:#f9f4ea;background:#163c3a;grid-template-columns:minmax(0,1.25fr) minmax(16rem,.75fr);gap:clamp(3rem,8vw,9rem);padding:clamp(5rem,10vw,9rem) max(clamp(1.3rem,7vw,8rem),50vw - 43rem);display:grid}.mood-section h2{margin:0;font-size:clamp(2.8rem,6vw,5.5rem)}.mood-section>div>p:last-child{color:#ffffffb8;max-width:48rem;font-size:1rem;line-height:1.9}.mood-section ul{align-self:end;margin:0;padding:0;list-style:none}.mood-section li{color:#ffffffc7;font-family:var(--font-editorial);border-top:1px solid #fff3;padding:1rem 0;font-size:1.2rem}.rhythm-section{text-align:center}.rhythm-section h2{margin:0;font-size:clamp(2.6rem,5vw,4.8rem)}.rhythm-section>p:nth-of-type(2){color:var(--color-muted)}.rhythm-section ol{grid-template-columns:repeat(5,minmax(0,1fr));margin:4rem 0 0;padding:0;list-style:none;display:grid;position:relative}.rhythm-section ol:before{content:"";background:#9c684f;height:1px;position:absolute;top:1rem;left:10%;right:10%}.rhythm-section li{flex-direction:column;align-items:center;display:flex;position:relative}.rhythm-section li>span{color:#fff;background:#9c684f;border:.4rem solid #f5f1e8;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.55rem;display:flex}.rhythm-section strong{font-family:var(--font-editorial);margin-top:1rem;font-size:1.2rem;font-weight:400}.rhythm-section small{color:var(--color-muted);margin-top:.4rem;font-size:.6rem}.strongest-section{text-align:center;background:#ead4b1;max-width:76rem;margin:0 auto;padding:clamp(4rem,8vw,7rem)}.strongest-section h2{margin:0;font-size:clamp(2.6rem,5vw,5rem)}.strongest-section>p:nth-of-type(2){color:#5f5a51}.strongest-options{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:2.5rem;display:flex}.strongest-options button{color:var(--color-ink);cursor:pointer;font:inherit;background:0 0;border:1px solid #19211f66;border-radius:999px;padding:.8rem 1.05rem}.strongest-options button.is-selected{background:var(--color-ink);color:#fff}.strongest-options button:disabled:not(.is-selected){cursor:not-allowed;opacity:.35}.strongest-count{margin-top:1.2rem;font-size:.65rem}.inspiration-cta{color:#fbf7ef;text-align:center;background:#173f3c;flex-direction:column;justify-content:center;align-items:center;gap:1.4rem;min-height:48svh;padding:clamp(5rem,10vw,9rem) 1.3rem;display:flex}.inspiration-cta .editorial-eyebrow{color:#d7a482;margin-bottom:0}.inspiration-cta h2{max-width:66rem;margin:0;font-size:clamp(2.8rem,6vw,5.8rem)}.inspiration-cta>p:not(.editorial-eyebrow){color:#ffffffad;max-width:37rem;margin:0;font-size:.95rem;line-height:1.7}.inspiration-cta .ui-button{color:#173f3c;background:#f5e7cd;min-height:4.25rem;margin-top:.6rem;padding-inline:clamp(2rem,5vw,4rem);font-size:1rem}.inspiration-empty,.route-handoff-page{flex-direction:column;justify-content:center;align-items:flex-start;max-width:52rem;min-height:100svh;margin:auto;padding:3rem 1.5rem;display:flex}.inspiration-empty>p:first-child,.route-handoff-page>p:first-child{color:#9c684f;letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:700}.inspiration-empty h1,.route-handoff-page h1{margin:1rem 0;font-size:clamp(3rem,7vw,6rem)}.inspiration-empty>p:not(:first-child),.route-handoff-page>p:not(:first-child){color:var(--color-muted);max-width:42rem;margin-bottom:2rem;line-height:1.8}@media (max-width:900px){.food-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.inspiration-hero{height:88svh;min-height:40rem}.inspiration-hero nav span{display:none}.inspiration-hero-copy h1{font-size:clamp(3.7rem,18vw,6rem);line-height:.9}.editorial-heading{grid-template-columns:1fr;align-items:start;gap:1.2rem;margin-bottom:2.5rem}.experience-row,.experience-row:nth-child(2n){grid-template-columns:1fr;gap:1.5rem}.experience-row:nth-child(2n) .experience-image{grid-area:auto}.experience-copy h3{margin-top:.5rem}.highlight-primary-grid,.highlight-support-grid{grid-template-columns:1fr}.highlight-card-supporting,.highlight-card-supporting:nth-child(2n){min-height:0;display:block}.highlight-card-supporting:nth-child(2n) .highlight-image{grid-area:auto}.highlight-card-supporting .highlight-image{aspect-ratio:16/10;min-height:0}.food-strip{scroll-snap-type:x mandatory;margin-right:-1.3rem;padding-right:1.3rem;display:flex;overflow-x:auto}.food-card{scroll-snap-align:start;flex:0 0 75vw}.mood-section{grid-template-columns:1fr}.rhythm-section{text-align:left}.rhythm-section ol{grid-template-columns:1fr;gap:0;margin-top:2.5rem;padding-left:0}.rhythm-section ol:before{width:1px;height:auto;inset:1rem auto 1rem 1rem}.rhythm-section li{text-align:left;grid-template-columns:2rem 1fr;align-items:flex-start;gap:.1rem 1rem;padding-bottom:1.5rem;display:grid}.rhythm-section li>span{border-color:#f5f1e8;grid-row:1/3}.rhythm-section strong{margin-top:0}.strongest-section{margin-inline:.75rem;padding-inline:1.2rem}}.route-planner-page{color:var(--color-ink);background:#f4f0e7;min-height:100svh}.route-planner-hero{color:#fbf7ef;background:#173f3c;flex-direction:column;min-height:64svh;padding:0 clamp(1.3rem,6vw,6rem) clamp(4rem,8vw,7rem);display:flex}.route-planner-hero nav{letter-spacing:.1em;justify-content:space-between;align-items:center;padding-block:1.6rem;font-size:.68rem;display:flex}.route-planner-hero nav button{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;padding:0}.route-planner-hero>div{max-width:76rem;margin-top:auto}.route-planner-hero>div>p:first-child{color:#d8b28f;letter-spacing:.14em;text-transform:uppercase;font-size:.7rem}.route-planner-hero h1{font-family:var(--font-editorial);letter-spacing:-.06em;max-width:66rem;margin:1rem 0 1.6rem;font-size:clamp(3.7rem,8vw,8rem);font-weight:400;line-height:.9}.route-planner-hero>div>p:last-child{color:#ffffffb3;max-width:38rem;font-size:clamp(.95rem,1.5vw,1.2rem);line-height:1.8}.route-eyebrow{color:#a76b4f;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1rem;font-size:.68rem;font-weight:700}.route-known-context{grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,5vw,5rem);max-width:86rem;margin:0 auto;padding:clamp(5rem,9vw,8rem) clamp(1.3rem,5vw,5rem);display:grid}.blueprint-handoff-page h1,.route-confirm-section h2,.route-empty-page h1,.route-known-context h2,.route-proposal-card>header h2,.route-section-heading h2{font-family:var(--font-editorial);letter-spacing:-.045em;font-weight:400;line-height:1.03}.route-known-context h2{margin:0;font-size:clamp(2.6rem,5vw,4.8rem)}.route-known-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.route-known-details p{border-top:1px solid #173f3c42;flex-direction:column;gap:.35rem;margin:0;padding-top:1.2rem;display:flex}.route-known-details strong{font-family:var(--font-editorial);font-size:clamp(1.5rem,2.5vw,2.3rem);font-weight:400}.route-known-details span{color:var(--color-muted);font-size:.68rem}.route-known-interests{grid-column:2}.route-known-interests>span{color:var(--color-muted);font-size:.68rem}.route-known-interests ul{flex-wrap:wrap;gap:.55rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.route-known-interests li{background:#e6d4b8;border-radius:999px;padding:.65rem .9rem;font-size:.75rem}.route-known-interests>p{color:var(--color-muted);line-height:1.7}.route-question-section{background:#fffdf8;max-width:86rem;margin:0 auto;padding:clamp(4rem,8vw,8rem) clamp(1.3rem,6vw,6rem)}.route-section-heading{max-width:62rem;margin-bottom:clamp(3rem,6vw,5rem)}.route-section-heading h2{margin:0;font-size:clamp(2.8rem,5vw,5rem)}.route-section-heading>p:last-child{color:var(--color-muted);max-width:42rem;line-height:1.8}.route-question-group{border:0;margin:0 0 clamp(3rem,6vw,5rem);padding:0}.route-question-group legend{font-family:var(--font-editorial);margin-bottom:1.5rem;font-size:clamp(1.8rem,3vw,2.8rem)}.route-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.route-choice-grid button{color:var(--color-ink);cursor:pointer;text-align:left;background:#f6f1e7;border:1px solid #0000;flex-direction:column;min-height:10rem;padding:clamp(1.2rem,2.5vw,2rem);transition:background .18s,border-color .18s,transform .18s;display:flex}.route-choice-grid button:hover{transform:translateY(-2px)}.route-choice-grid button.is-selected{background:#e6d4b8;border-color:#173f3c}.route-choice-grid strong{font-family:var(--font-editorial);font-size:1.45rem;font-weight:400}.route-choice-grid button>span:last-child{color:var(--color-muted);margin-top:.8rem;font-size:.75rem;line-height:1.65}.route-choice-recommendation{color:#a76b4f;letter-spacing:.06em;min-height:1.4em;margin-bottom:auto;font-size:.58rem;display:block}.route-constraint-field{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.route-constraint-field>span{font-family:var(--font-editorial);font-size:clamp(1.6rem,2.7vw,2.4rem)}.route-constraint-field small{color:var(--color-muted);font-family:var(--font-sans);margin-left:.6rem;font-size:.62rem}.route-constraint-field textarea{color:var(--color-ink);font:inherit;resize:vertical;background:#f6f1e7;border:1px solid #173f3c33;border-radius:0;padding:1.2rem;line-height:1.7}.route-generate-button{min-height:3.8rem;padding-inline:2rem}.route-error{color:#713e31;background:#f2d9cf;max-width:74rem;margin:2rem auto;padding:1rem 1.2rem}.route-proposal-section{padding-top:clamp(5rem,10vw,9rem)}.route-proposal-card,.route-proposal-section>.route-section-heading,.route-style-tabs{max-width:76rem;margin-inline:auto}.route-proposal-section>.route-section-heading,.route-style-tabs{padding-inline:1.3rem}.route-style-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}.route-style-tabs button{color:var(--color-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-bottom:1px solid #173f3c3d;justify-content:space-between;padding:1rem .2rem;display:flex}.route-style-tabs button.is-selected{color:#173f3c;border-color:#173f3c}.route-style-tabs span{font-family:var(--font-editorial);font-size:1.55rem}.route-style-tabs small{color:#a76b4f;align-self:center;font-size:.58rem}.route-proposal-card{background:#fffdf8;margin-top:2rem}.route-proposal-card>header{border-bottom:1px solid #173f3c29;grid-template-columns:1fr auto;align-items:end;gap:3rem;padding:clamp(2rem,5vw,4.5rem);display:grid}.route-proposal-card>header p{color:#a76b4f;letter-spacing:.1em;margin:0 0 .8rem;font-size:.7rem}.route-proposal-card>header h2{max-width:50rem;margin:0;font-size:clamp(2.4rem,4.5vw,4.6rem)}.route-proposal-card dl{gap:1.2rem;min-width:13rem;margin:0;display:grid}.route-proposal-card dl div{border-top:1px solid #173f3c33;flex-direction:column;gap:.3rem;padding-top:.8rem;display:flex}.route-proposal-card dt{color:var(--color-muted);font-size:.6rem}.route-proposal-card dd{margin:0}.route-structure{padding:clamp(2rem,6vw,5rem)}.route-leg{max-width:58rem;margin:0 auto}.route-base-card{border:1px solid #173f3c33;padding:clamp(1.4rem,3.5vw,2.8rem)}.route-node-heading{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.route-attached-node span,.route-node-heading span{color:#a76b4f;letter-spacing:.12em;text-transform:uppercase;font-size:.58rem}.route-node-heading h3{font-family:var(--font-editorial);letter-spacing:-.04em;margin:.35rem 0 0;font-size:clamp(2.3rem,4vw,4rem);font-weight:400}.route-node-heading>strong{white-space:nowrap;background:#e6d4b8;border-radius:999px;padding:.65rem .9rem;font-size:.72rem;font-weight:500}.route-base-card>p{color:var(--color-muted);max-width:40rem;line-height:1.75}.route-node-choices{flex-wrap:wrap;gap:.4rem;margin-top:1.2rem;display:flex}.route-node-choices button{color:var(--color-muted);cursor:pointer;font:inherit;background:0 0;border:1px solid #173f3c47;border-radius:999px;padding:.5rem .7rem;font-size:.62rem}.route-node-choices button.is-selected{color:#fff;background:#173f3c;border-color:#173f3c}.route-node-fixed{color:var(--color-muted);margin-top:1rem;font-size:.62rem;display:inline-block}.route-attached-node{background:#f1eadf;justify-content:space-between;align-items:center;gap:2rem;margin-top:1.5rem;padding:1rem 1.2rem;display:flex}.route-attached-node strong{font-family:var(--font-editorial);margin-top:.2rem;font-size:1.35rem;font-weight:400;display:block}.route-attached-node p{color:var(--color-muted);margin:.3rem 0 0;font-size:.7rem}.route-connector{flex-direction:column;align-items:center;min-height:7rem;padding:1.1rem;display:flex}.route-connector>span{color:#a76b4f;font-size:1.4rem}.route-connector article{background:#e6d4b8;justify-content:space-between;align-items:center;gap:2rem;width:min(36rem,100%);margin-top:.8rem;padding:.9rem 1.2rem;display:flex}.route-connector small{color:#75685c;font-size:.55rem;display:block}.route-connector strong{font-family:var(--font-editorial);font-size:1.25rem;font-weight:400}.route-return-note{color:var(--color-muted);text-align:center;max-width:58rem;margin:1.5rem auto 0;font-size:.72rem}.route-optional-nodes,.route-tradeoffs,.route-why{border-top:1px solid #173f3c29;margin-inline:clamp(2rem,6vw,5rem);padding-block:clamp(2rem,5vw,4rem)}.route-why ul{gap:1rem;max-width:52rem;margin:0;padding:0;list-style:none;display:grid}.route-why li{color:var(--color-muted);padding-left:1.3rem;line-height:1.8;position:relative}.route-why li:before{color:#a76b4f;content:"—";position:absolute;left:0}.route-tradeoffs article{background:#f2ddd2;margin-top:.8rem;padding:1.2rem}.route-tradeoffs article.is-accepted{background:#dfe8df}.route-tradeoffs article>p{margin:0;line-height:1.7}.route-tradeoffs article>span{color:#3f6647;margin-top:.8rem;font-size:.68rem;display:block}.route-tradeoffs article>div{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.route-tradeoffs button{cursor:pointer;font:inherit;background:0 0;border:1px solid #59372b59;padding:.6rem .8rem;font-size:.68rem}.route-optional-nodes summary{cursor:pointer;font-family:var(--font-editorial);font-size:1.6rem}.route-optional-nodes>div{gap:.6rem;margin-top:1.3rem;display:grid}.route-optional-nodes article{background:#f5f0e7;justify-content:space-between;align-items:center;gap:2rem;padding:1rem;display:flex}.route-optional-nodes article strong{font-family:var(--font-editorial);font-size:1.2rem;font-weight:400;display:block}.route-optional-nodes article span{color:var(--color-muted);font-size:.62rem}.route-confirm-section{color:#fbf7ef;text-align:center;background:#173f3c;flex-direction:column;align-items:center;min-height:52svh;margin-top:clamp(5rem,10vw,9rem);padding:clamp(5rem,9vw,8rem) 1.3rem;display:flex}.route-confirm-section .route-eyebrow{color:#d8b28f}.route-confirm-section h2{max-width:64rem;margin:0;font-size:clamp(2.8rem,6vw,5.6rem)}.route-confirm-section>p:not(.route-eyebrow){color:#ffffffb3;max-width:39rem;line-height:1.8}.route-confirm-section .ui-button{color:#173f3c;background:#f5e7cd;min-height:4rem;margin-top:1.4rem;padding-inline:3rem}.route-confirm-section small{color:#d8b28f;margin-top:.8rem}.blueprint-handoff-page,.route-empty-page{flex-direction:column;justify-content:center;align-items:flex-start;max-width:62rem;min-height:100svh;margin:auto;padding:4rem 1.5rem;display:flex}.blueprint-handoff-page>p:first-child,.route-empty-page>p:first-child{color:#a76b4f;letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:700}.blueprint-handoff-page h1,.route-empty-page h1{margin:1rem 0;font-size:clamp(3rem,7vw,6.5rem)}.blueprint-handoff-page>p,.route-empty-page>p:not(:first-child){color:var(--color-muted);max-width:46rem;line-height:1.8}.blueprint-handoff-page>div:not(.blueprint-handoff-actions){border-block:1px solid #173f3c2e;flex-direction:column;gap:.6rem;width:100%;margin-block:1.5rem;padding-block:1.5rem;display:flex}.blueprint-handoff-page>div span{font-family:var(--font-editorial);font-size:clamp(1.5rem,3vw,2.6rem)}.blueprint-handoff-page>div strong{color:var(--color-muted);font-size:.7rem;font-weight:400}.blueprint-handoff-actions{flex-wrap:wrap;gap:.7rem;margin-top:1rem;display:flex}@media (max-width:760px){.route-planner-hero{min-height:72svh}.route-planner-hero nav span{display:none}.route-known-context,.route-known-details{grid-template-columns:1fr}.route-known-interests{grid-column:auto}.route-choice-grid{grid-template-columns:1fr}.route-choice-grid button{min-height:8rem}.route-proposal-card>header{grid-template-columns:1fr;align-items:start}.route-style-tabs span{font-size:1.15rem}.route-style-tabs small{display:none}.route-attached-node,.route-connector article,.route-node-heading,.route-optional-nodes article{flex-direction:column;align-items:flex-start;gap:.8rem}.route-node-choices{margin-top:0}.route-optional-nodes,.route-tradeoffs,.route-why{margin-inline:1.3rem}}.blueprint-page{background:#f4f0e7;color:var(--color-ink);min-height:100svh}.blueprint-hero{color:#fffaf1;height:78svh;min-height:42rem;overflow:hidden;position:relative}.blueprint-hero>img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.blueprint-hero-shade{background:linear-gradient(180deg,rgb(10 30 29/38%),rgb(10 30 29/10%) 36%,rgb(10 30 29/72%));inset:0;position:absolute}.blueprint-hero nav{align-items:center;display:flex;font-size:.68rem;justify-content:space-between;letter-spacing:.1em;padding:1.6rem clamp(1.3rem,5vw,5rem);position:relative;z-index:1}.blueprint-hero nav button{background:transparent;border:0;color:inherit;cursor:pointer;font:inherit;padding:0}.blueprint-hero-copy{bottom:clamp(4rem,9vw,8rem);left:clamp(1.3rem,7vw,8rem);max-width:78rem;position:absolute;right:clamp(1.3rem,7vw,8rem);z-index:1}.blueprint-eyebrow,.blueprint-hero-copy>p:first-child{color:#ad6b4d;font-size:.66rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.blueprint-hero-copy>p:first-child{color:#f1c19d}.blueprint-hero-copy h1{font-family:var(--font-editorial);font-size:clamp(3.5rem,8vw,8rem);font-weight:400;letter-spacing:-.06em;line-height:.92;margin:.8rem 0 1.4rem}.blueprint-hero-copy>p:last-child{color:rgb(255 255 255/78%);font-size:.85rem;letter-spacing:.06em}.blueprint-credit{bottom:1rem;font-size:.55rem;opacity:.7;position:absolute;right:1.2rem;z-index:1}.blueprint-credit a{color:inherit;text-decoration:none}.blueprint-intro{display:grid;gap:clamp(2rem,7vw,8rem);grid-template-columns:1.15fr .85fr;margin:0 auto;max-width:86rem;padding:clamp(6rem,11vw,11rem) clamp(1.3rem,5vw,5rem)}.blueprint-adjustments h2,.blueprint-cta h2,.blueprint-intro h2,.blueprint-overview h2,.blueprint-segments>header h2,.my-trip-handoff-page h1{font-family:var(--font-editorial);font-weight:400;letter-spacing:-.05em;line-height:1}.blueprint-intro h2{font-size:clamp(3rem,6vw,5.8rem);margin:0;max-width:55rem}.blueprint-intro>p{align-self:end;color:var(--color-muted);font-size:1rem;line-height:1.9;margin:0;max-width:38rem}.blueprint-overview{background:#173f3c;color:#fcf8ef;display:grid;gap:clamp(3rem,8vw,9rem);grid-template-columns:.75fr 1.25fr;padding:clamp(5rem,10vw,9rem) max(clamp(1.3rem,7vw,8rem),calc((100vw - 90rem) / 2))}.blueprint-overview .blueprint-eyebrow{color:#d8ae8e}.blueprint-overview h2{font-size:clamp(3rem,6vw,6rem);margin:0}.blueprint-overview ol{list-style:none;margin:0;padding:0}.blueprint-overview li{border-top:1px solid rgb(255 255 255/20%);display:grid;gap:1.5rem;grid-template-columns:3rem 1fr;padding:1.5rem 0}.blueprint-overview li:last-child{border-bottom:1px solid rgb(255 255 255/20%)}.blueprint-step{color:#d8ae8e;font-family:var(--font-editorial)}.blueprint-overview h3{font-family:var(--font-editorial);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:400;margin:0 0 .65rem}.blueprint-overview li p{color:rgb(255 255 255/66%);font-size:.72rem;margin:.35rem 0}.blueprint-dna{margin:0 auto;max-width:86rem;padding:clamp(5rem,9vw,8rem) clamp(1.3rem,5vw,5rem)}.blueprint-dna>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:2.4rem}.blueprint-dna article{border-left:1px solid rgb(23 63 60/22%);display:flex;flex-direction:column;gap:.6rem;min-height:9rem;padding:1.2rem}.blueprint-dna strong{font-family:var(--font-editorial);font-size:clamp(1.45rem,2.4vw,2.3rem);font-weight:400}.blueprint-dna span{color:var(--color-muted);font-size:.68rem}.blueprint-segments{margin:0 auto;max-width:86rem;padding:clamp(2rem,6vw,5rem) clamp(1.3rem,5vw,5rem) clamp(6rem,11vw,11rem)}.blueprint-segments>header{max-width:62rem;padding-bottom:clamp(4rem,7vw,7rem)}.blueprint-segments>header h2{font-size:clamp(3rem,6vw,6rem);margin:0}.blueprint-segment{border-top:1px solid rgb(23 63 60/25%);display:grid;gap:clamp(2rem,5vw,5rem);grid-template-columns:3rem minmax(0,1.15fr) minmax(18rem,.85fr);padding:clamp(3rem,7vw,6rem) 0}.blueprint-segment.is-core{background:#fffaf0;margin-inline:clamp(-4rem,-3vw,-2rem);padding-inline:clamp(2rem,3vw,4rem)}.blueprint-segment-number{color:#ad6b4d;font-family:var(--font-editorial);font-size:1.2rem}.blueprint-segment-main>p{color:#ad6b4d;font-size:.65rem;letter-spacing:.1em}.blueprint-segment-main h3{font-family:var(--font-editorial);font-size:clamp(3rem,6vw,6rem);font-weight:400;letter-spacing:-.055em;line-height:.95;margin:.5rem 0 1.5rem}.blueprint-segment-main blockquote{color:#425653;font-family:var(--font-editorial);font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.45;margin:0;max-width:36rem}.blueprint-experience-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:2rem}.blueprint-experience-tags span{border:1px solid rgb(23 63 60/28%);border-radius:999px;font-size:.65rem;padding:.55rem .8rem}.blueprint-reason{border-left:2px solid #ad6b4d;margin-top:2.4rem;padding-left:1.2rem}.blueprint-reason span,.blueprint-segment aside h4{color:#ad6b4d;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.blueprint-reason p{color:var(--color-muted);line-height:1.75;margin-bottom:0}.blueprint-segment aside{display:flex;flex-direction:column;gap:2.5rem}.blueprint-segment aside>section{border-top:1px solid rgb(23 63 60/20%);padding-top:1.2rem}.blueprint-segment aside h4{margin:0 0 1.2rem}.blueprint-attachment,.blueprint-stay-guidance{padding:.75rem 0 1.1rem}.blueprint-attachment+.blueprint-attachment,.blueprint-stay-guidance+.blueprint-stay-guidance{border-top:1px solid rgb(23 63 60/13%)}.blueprint-attachment span,.blueprint-stay-guidance span{color:#ad6b4d;display:block;font-size:.58rem;margin-bottom:.3rem}.blueprint-attachment strong,.blueprint-stay-guidance strong{display:block;font-family:var(--font-editorial);font-size:1.3rem;font-weight:400}.blueprint-attachment p,.blueprint-muted,.blueprint-stay-guidance p{color:var(--color-muted);font-size:.7rem;line-height:1.65;margin-bottom:0}.blueprint-adjustments{background:#e7d5b9;display:grid;gap:clamp(3rem,7vw,8rem);grid-template-columns:1fr 1fr;padding:clamp(5rem,10vw,9rem) max(clamp(1.3rem,7vw,8rem),calc((100vw - 90rem) / 2))}.blueprint-adjustments h2{font-size:clamp(2.8rem,5vw,5rem);margin:0}.blueprint-adjustments>div:first-child>p:not(.blueprint-eyebrow){color:#665f55;line-height:1.8;max-width:38rem}.blueprint-adjustments .ui-button{border-color:#173f3c;color:#173f3c;margin-top:1rem}.blueprint-adjustments article{border-top:1px solid rgb(23 63 60/25%);padding:1.2rem 0}.blueprint-adjustments article>span{color:#ad6b4d;display:block;font-size:.58rem}.blueprint-adjustments article>strong{display:block;font-family:var(--font-editorial);font-size:1.55rem;font-weight:400;margin-top:.4rem}.blueprint-adjustments article>p{color:#665f55;font-size:.7rem;line-height:1.65}.blueprint-cta{align-items:center;background:#173f3c;color:#fcf8ef;display:flex;flex-direction:column;min-height:60svh;padding:clamp(6rem,11vw,10rem) 1.3rem;text-align:center}.blueprint-cta .blueprint-eyebrow{color:#d8ae8e}.blueprint-cta h2{font-size:clamp(3rem,7vw,6.5rem);margin:0;max-width:72rem}.blueprint-cta>p:not(.blueprint-eyebrow){color:rgb(255 255 255/68%);line-height:1.8;max-width:38rem}.blueprint-cta .ui-button{margin-top:1.5rem;min-height:4.2rem;padding-inline:3.2rem}.my-trip-handoff-page{align-items:flex-start;background:#173f3c;color:#fcf8ef;display:flex;flex-direction:column;justify-content:center;min-height:100svh;padding:clamp(3rem,10vw,10rem)}.my-trip-handoff-page>p:first-child{color:#d8ae8e;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.my-trip-handoff-page h1{font-size:clamp(3rem,8vw,7.5rem);margin:.8rem 0 1.4rem;max-width:76rem}.my-trip-handoff-page>p:not(:first-child){color:rgb(255 255 255/68%);line-height:1.8;max-width:46rem}.my-trip-handoff-page .ui-button{margin-top:1.5rem}@media (max-width:760px){.blueprint-hero{height:72svh;min-height:38rem}.blueprint-hero nav span{display:none}.blueprint-adjustments,.blueprint-intro,.blueprint-overview{grid-template-columns:1fr}.blueprint-dna>div{grid-template-columns:1fr 1fr}.blueprint-segment{grid-template-columns:2rem 1fr}.blueprint-segment aside{grid-column:2}.blueprint-segment.is-core{margin-inline:-.5rem;padding-inline:.5rem}}