:root {
  --ink: #17324a;
  --muted: #60758a;
  --paper: #fffdf8;
  --sand: #f6ead3;
  --coral: #ec6b4f;
  --coral-dark: #c34a35;
  --ocean: #177e89;
  --ocean-dark: #0f5663;
  --sky: #dff5f4;
  --sun: #ffd166;
  --line: #dbe5e8;
  --success: #16775d;
  --danger: #a83636;
  --shadow: 0 24px 70px rgba(23, 50, 74, .13);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f4faf9; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); outline: 3px solid #fff; outline-offset: 2px; }

.hero { min-height: 390px; position: relative; overflow: hidden; isolation: isolate; color: white; background: linear-gradient(125deg, #0b5260 0%, #116f7b 55%, #287f82 100%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 72% 30%, rgba(255,255,255,.18), transparent 24%), linear-gradient(140deg, transparent 44%, rgba(255,255,255,.08) 44% 47%, transparent 47%); }
.hero-inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 78px 0 120px; position: relative; z-index: 2; }
.hero h1 { max-width: 750px; margin: 8px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.55rem, 6vw, 5rem); line-height: .98; letter-spacing: -.045em; font-weight: 600; }
.hero-copy { max-width: 690px; margin: 0; font-size: clamp(1rem, 2vw, 1.22rem); color: #fff; }
.eyebrow, .section-kicker { margin: 0; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 800; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.trust-row span { padding: 7px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(4,54,62,.18); font-size: .8rem; }
.hero-sun { position: absolute; width: 210px; height: 210px; right: 8%; top: 48px; z-index: -2; border-radius: 50%; background: radial-gradient(circle, #ffe6a1 0%, var(--sun) 50%, rgba(255,209,102,.15) 70%); opacity: .88; }
.hero-wave { position: absolute; width: 130%; height: 140px; left: -15%; bottom: -90px; border-radius: 50% 50% 0 0; transform: rotate(-2deg); background: #f4faf9; }
.hero-wave-two { bottom: -105px; left: -5%; opacity: .45; transform: rotate(3deg); background: #bce6df; }

.page-shell { width: min(1120px, calc(100% - 32px)); margin: -62px auto 90px; position: relative; z-index: 4; }
.planner-card, .job-panel, .results, .inspiration { border: 1px solid rgba(219,229,232,.9); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.planner-card { padding: clamp(24px, 5vw, 54px); }
.card-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.card-heading h2, .job-panel h2, .result-hero h2 { margin: 4px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.08; }
.section-kicker { color: var(--coral-dark); }
.privacy-note { max-width: 360px; margin: 0; color: var(--muted); font-size: .82rem; text-align: right; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 38px 0 46px; border-bottom: 1px solid var(--line); }
.step { display: flex; min-width: 0; align-items: center; justify-content: center; gap: 8px; padding: 14px 6px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--muted); cursor: pointer; font-weight: 700; overflow-wrap: anywhere; }
.step span { position: relative; display: grid; flex: 0 0 auto; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; font-size: .76rem; }
.step.is-active { color: var(--ocean-dark); border-color: var(--ocean); }
.step.is-active span, .step.is-complete span { color: white; border-color: var(--ocean); background: var(--ocean); }
.step.is-warning { color: #8a5518; }
.step.is-warning span { color: #75451e; border-color: #e1a13b; background: #fff4d9; }
.step:disabled { cursor: not-allowed; opacity: .46; }
.step.is-active.is-warning { border-color: #d68a25; }
.step.is-warning span::after { content: "!"; position: absolute; display: grid; place-items: center; width: 16px; height: 16px; right: -9px; top: -9px; border: 2px solid var(--paper); border-radius: 50%; color: #fff; background: #a85e10; font-size: .62rem; line-height: 1; font-weight: 900; }

.alert { margin: -20px 0 26px; padding: 13px 16px; border: 1px solid #e6b6b6; border-radius: 12px; color: var(--danger); background: #fff1f0; }
.section-heading { display: flex; gap: 16px; align-items: center; margin-bottom: 28px; }
.section-heading h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; }
.section-heading p { margin: 3px 0 0; color: var(--muted); }
.section-icon { display: grid; place-items: center; flex: 0 0 auto; width: 48px; height: 48px; border-radius: 16px; background: var(--sky); color: var(--ocean-dark); font-size: 1.35rem; }
fieldset { min-width: 0; margin: 0 0 28px; padding: 0; border: 0; }
legend, .subsection h4 { margin: 0 0 12px; color: var(--ink); font-weight: 800; }

.choice-grid { display: grid; gap: 12px; }
.choice-grid.three { grid-template-columns: repeat(3, 1fr); }
.choice-card { position: relative; display: flex; flex-direction: column; padding: 18px; border: 1px solid var(--line); border-radius: 16px; cursor: pointer; transition: border .2s, transform .2s, background .2s; }
.choice-card:hover { transform: translateY(-2px); border-color: #9ebfc0; }
.choice-card:has(input:checked) { border-color: var(--ocean); background: #edf9f7; box-shadow: inset 0 0 0 1px var(--ocean); }
.choice-card input { position: absolute; top: 14px; right: 14px; accent-color: var(--ocean); }
.choice-card span { color: var(--muted); font-size: .84rem; }

.field-grid { display: grid; gap: 16px; margin-bottom: 20px; align-items: start; }
.field-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.field-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; font-size: .88rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #c8d6da; border-radius: 11px; padding: 11px 12px; color: var(--ink); background: white; outline: none; }
.field input:disabled, .field select:disabled { color: #789; cursor: not-allowed; background: #eef3f3; }
.field textarea { resize: vertical; min-height: 84px; }
.field input:focus, .field select:focus, .field textarea:focus, button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--ocean-dark); outline-offset: 2px; border-color: var(--ocean); }
.field small { color: var(--muted); font-weight: 400; line-height: 1.35; }
.check-line { display: flex; align-items: center; gap: 9px; color: #3f586d; font-size: .9rem; cursor: pointer; }
.check-line input, .check-cluster input, .consent input { accent-color: var(--ocean); }
.field-check { min-height: 66px; padding-top: 28px; }

.segmented-field { display: inline-flex; gap: 3px; padding: 4px; margin-top: 12px; border-radius: 12px; background: #edf2f2; }
.segmented-field legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.segmented-field label { cursor: pointer; }
.segmented-field input { position: absolute; opacity: 0; pointer-events: none; }
.segmented-field span { display: block; padding: 9px 15px; border-radius: 9px; font-weight: 700; font-size: .86rem; }
.segmented-field input:checked + span { background: white; color: var(--ocean-dark); box-shadow: 0 2px 8px rgba(23,50,74,.08); }
.segmented-field input:focus-visible + span { outline: 2px solid var(--ocean-dark); outline-offset: 2px; }

.subsection { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.optional-section > summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 20px; align-items: center; padding: 15px 17px; border: 1px solid var(--line); border-radius: 14px; background: #f8fbfa; cursor: pointer; list-style: none; transition: border-color .2s, background .2s, box-shadow .2s; }
.optional-section > summary::-webkit-details-marker { display: none; }
.optional-section > summary h4 { grid-column: 1; grid-row: 1; margin: 0; }
.optional-section > summary span { grid-column: 1; grid-row: 2; min-width: 0; color: var(--muted); font-size: .82rem; overflow-wrap: anywhere; }
.optional-section > summary::after { content: "+"; grid-column: 2; grid-row: 1 / span 2; color: var(--ocean); font-size: 1.45rem; font-weight: 900; }
.optional-section > summary:hover { border-color: #9ebfc0; background: #f1faf8; }
.optional-section[open] > summary { margin-bottom: 22px; border-color: #b7d7d6; background: #f1faf8; }
.optional-section[open] > summary::after { content: "−"; }
.anything-else { padding: 24px; border: 1px solid #eadfc9; border-radius: 16px; background: #fffaf1; }
.anything-else > p { margin: -5px 0 18px; color: var(--muted); font-size: .9rem; }
.travel-group { padding: 20px; margin-bottom: 14px; border: 1px solid var(--line); border-radius: 18px; background: #fbfdfb; }
.group-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.group-head h4 { margin: 0; }
.group-assumption { margin: -4px 0 16px; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.secondary-button, .primary-button { border: 1px solid var(--ocean); border-radius: 12px; padding: 11px 18px; cursor: pointer; font-weight: 800; }
.secondary-button { color: var(--ocean-dark); background: white; }
.secondary-button:hover { border-color: var(--ocean-dark); background: #f1faf8; }
.primary-button { color: white; background: var(--ocean); box-shadow: 0 8px 24px rgba(23,126,137,.2); }
.primary-button:hover { background: var(--ocean-dark); }
.primary-button:disabled { cursor: not-allowed; opacity: .55; }
.launch { background: var(--coral-dark); border-color: var(--coral-dark); }
.launch:hover { background: #a83d2b; border-color: #a83d2b; }
.text-button { padding: 3px 0; border: 0; color: var(--ocean-dark); background: transparent; text-decoration: underline; cursor: pointer; }
.compact-grid { align-items: center; }
.range-field { display: grid; grid-template-columns: auto 1fr; align-items: center; }
.range-field input { padding: 0; border: 0; accent-color: var(--coral); }

.interest-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.interest-grid button { min-height: 48px; padding: 9px; border: 1px solid var(--line); border-radius: 12px; background: white; cursor: pointer; font-size: .86rem; }
.interest-grid button:hover { border-color: #9ebfc0; background: #f8fcfb; }
.interest-grid button[data-level="prefer"] { border-color: var(--ocean); color: var(--ocean-dark); background: #edf9f7; }
.interest-grid button::after { content: attr(data-label); display: block; margin-top: 2px; text-transform: uppercase; letter-spacing: .08em; font-size: .55rem; font-weight: 900; }
.check-grid, .check-cluster { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 18px 0 22px; }
.check-cluster legend { width: 100%; }
.check-cluster label { display: flex; gap: 7px; align-items: center; font-size: .87rem; }

.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.review-warning { grid-column: 1 / -1; margin: 0 0 4px; padding: 13px 16px; border: 1px solid #e1b05e; border-radius: 12px; color: #75451e; background: #fff4d9; font-weight: 700; }
.review-card { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.review-card h4 { margin: 0 0 8px; }
.review-card p { margin: 4px 0; color: var(--muted); font-size: .9rem; white-space: pre-wrap; overflow-wrap: anywhere; }
.consent { display: flex; gap: 12px; margin-top: 26px; padding: 17px; border-radius: 14px; background: var(--sand); cursor: pointer; }
.consent input { flex: 0 0 auto; margin-top: 4px; }
.public-consent { margin-top: 12px; border: 1px solid rgba(47,159,169,.22); background: rgba(232,249,247,.72); }
.public-consent strong { display: block; margin-bottom: 3px; color: #266e74; }
.login-hint { margin-top: 16px; padding: 14px; border-radius: 12px; background: #edf4fb; }
.form-actions { display: flex; gap: 12px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.action-spacer { flex: 1; }

.job-panel { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; margin-top: 26px; padding: clamp(26px, 5vw, 48px); }
.spinner { width: 54px; height: 54px; border: 5px solid #d7eeeb; border-top-color: var(--coral); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.job-panel p { color: var(--muted); }
.progress-track { overflow: hidden; height: 9px; margin: 20px 0 12px; border-radius: 999px; background: #e4eded; }
.progress-track span { display: block; width: 18%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--ocean), var(--coral)); transition: width .8s; }

.results { overflow: hidden; margin-top: 26px; }
.result-hero { display: flex; justify-content: space-between; gap: 24px; padding: clamp(28px, 5vw, 52px); color: white; background: linear-gradient(125deg, var(--ocean-dark), var(--ocean)); }
.result-hero p { max-width: 750px; color: rgba(255,255,255,.85); white-space: pre-wrap; }
.result-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.result-meta span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.92); background: rgba(255,255,255,.1); font-size: .76rem; font-weight: 700; }
.confidence { flex: 0 0 auto; align-self: start; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.16); text-transform: capitalize; font-weight: 800; }
.confidence[data-status="not_feasible"] { color: #fff4f2; background: #8e2f2f; }
.confidence[data-status="feasible"] { color: #effff8; background: #126b55; }
.price-warning { padding: 14px clamp(28px, 5vw, 52px); color: #75451e; background: #fff4d9; font-size: .88rem; }
.result-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; padding: 18px clamp(28px, 5vw, 52px) 0; }
#result-content { padding: clamp(26px, 5vw, 52px); }
.result-section { margin-bottom: 38px; }
.result-section > summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; padding-bottom: 9px; border-bottom: 1px solid var(--line); cursor: pointer; list-style: none; }
.result-section > summary::-webkit-details-marker { display: none; }
.result-section > summary::after { content: "−"; flex: 0 0 auto; color: var(--ocean); font-size: 1.4rem; font-weight: 800; }
.result-section:not([open]) > summary::after { content: "+"; }
.result-section > summary h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; }
.result-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.result-card { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.result-card h4 { margin: 0 0 8px; }
.result-card p { margin: 5px 0; color: var(--muted); white-space: pre-wrap; }
.result-card ul, .result-section ul { margin: 8px 0 0; padding-left: 20px; }
.result-card li, .result-section li { margin: 5px 0; }
.price { color: var(--ocean-dark) !important; font-size: 1.15rem; font-weight: 900; }
.itinerary { position: relative; margin-left: 12px; padding-left: 30px; border-left: 2px solid #b9dedb; }
.day-card { position: relative; margin-bottom: 18px; padding: 18px; border-radius: 16px; background: #f8fbfa; }
.day-card::before { content: ""; position: absolute; width: 12px; height: 12px; left: -37px; top: 23px; border: 3px solid white; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 2px var(--coral); }
.day-card h4 { margin: 0 0 8px; }
.source-list { display: grid; gap: 9px; }
.source-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fbfdfd; }
.source-card .source-link { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; font-weight: 750; }
.source-card p { margin: 7px 14px; color: var(--muted); font-size: .85rem; overflow-wrap: anywhere; }
.source-card p:last-child { margin-bottom: 12px; }
.source-link { display: block; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--ocean-dark); text-decoration: none; overflow-wrap: anywhere; }
.source-link:hover { border-color: var(--ocean); background: #f1faf8; }
.empty-note { color: var(--muted); font-style: italic; }

.inspiration { margin-top: 26px; padding: clamp(25px,4vw,42px); background: rgba(253,251,247,.92); backdrop-filter: blur(22px) saturate(1.25); -webkit-backdrop-filter: blur(22px) saturate(1.25); }
.inspiration-head { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(260px,.7fr); gap: 28px; align-items: end; }
.inspiration-head h2 { margin: 5px 0 8px; font-family: "Instrument Serif", Iowan Old Style, Baskerville, Georgia, serif; font-size: clamp(2rem,4vw,3rem); font-weight: 400; line-height: 1.05; }
.inspiration-head p { max-width: 640px; margin: 0; color: var(--muted); }
.inspiration-search .field { color: #4a4a52; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.search-row { display: flex; gap: 8px; }
.search-row input { min-width: 0; padding: 12px 13px; border: 1px solid rgba(30,30,45,.14); border-radius: 12px; background: rgba(255,255,255,.74); }
.search-row .secondary-button { flex: 0 0 auto; }
.inspiration-status { margin-top: 24px; color: var(--muted); font-size: .9rem; }
.inspiration-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 24px; }
.inspiration-card { position: relative; display:block; overflow: hidden; padding: 21px; border: 1px solid rgba(30,30,45,.11); border-radius: 18px; background: linear-gradient(145deg,rgba(255,255,255,.8),rgba(255,246,235,.7)); box-shadow: 0 12px 28px -24px rgba(34,39,49,.65); color:inherit; text-decoration:none; }
.inspiration-card[href]:hover, .inspiration-card[href]:focus-visible { border-color:rgba(47,159,169,.55); transform:translateY(-2px); box-shadow:0 18px 34px -24px rgba(34,39,49,.75); }
.inspiration-card::before { content: ""; position: absolute; width: 100px; height: 100px; right: -38px; bottom: -47px; border-radius: 50%; background: rgba(47,179,166,.11); }
.inspiration-card-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.inspiration-state { padding: 5px 9px; border-radius: 999px; color: #267a89; background: rgba(47,179,166,.12); font-size: .7rem; font-weight: 800; text-transform: capitalize; }
.inspiration-date { color: #898991; font-size: .76rem; }
.inspiration-card h3 { margin: 15px 0 3px; font-family: "Instrument Serif", Iowan Old Style, Baskerville, Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.1; }
.inspiration-destinations { margin: 0 0 15px; color: #9a5d3c; font-size: .86rem; font-weight: 700; }
.inspiration-facts, .inspiration-styles { display: flex; flex-wrap: wrap; gap: 7px; }
.inspiration-facts span { color: #62636b; font-size: .78rem; }
.inspiration-facts span + span::before { content: "·"; margin-right: 7px; opacity: .55; }
.inspiration-styles { margin-top: 15px; }
.inspiration-styles span { padding: 5px 9px; border: 1px solid rgba(47,159,169,.2); border-radius: 999px; color: #3d7478; background: rgba(235,249,247,.68); font-size: .7rem; font-weight: 700; }
.inspiration-empty { grid-column: 1/-1; margin: 0; padding: 34px; border: 1px dashed rgba(30,30,45,.15); border-radius: 18px; color: #777982; text-align: center; }
.inspiration-pager { display: flex; justify-content: center; align-items: center; gap: 22px; margin-top: 22px; color: #777982; font-size: .82rem; }
.inspiration-pager button:disabled { cursor: not-allowed; opacity: .35; }
.my-trips { margin-top:0; }
.new-trip-link { display:inline-flex; align-items:center; justify-content:center; text-decoration:none; }
.share-trip { display:grid; grid-template-columns:minmax(0,1fr) minmax(280px,.8fr); gap:24px; align-items:end; margin:0 clamp(20px,4vw,42px) 26px; padding:22px; border:1px solid rgba(47,159,169,.2); border-radius:18px; background:rgba(235,249,247,.68); }
.share-trip h3, .share-trip p { margin:0; }
.share-trip p { color:var(--muted); font-size:.86rem; }
#share-trip-status { grid-column:1/-1; }

@media (max-width: 900px) {
  .field-grid.four, .interest-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .field-grid.three { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-sun { right: -70px; }
}

@media (max-width: 640px) {
  .hero { min-height: 430px; }
  .hero-inner { padding-top: 58px; }
  .page-shell { width: min(100% - 18px, 1120px); }
  .planner-card { border-radius: 20px; padding: 22px 16px; }
  .card-heading, .result-hero { flex-direction: column; align-items: flex-start; }
  .privacy-note { text-align: left; }
  .steps { margin: 28px 0 34px; }
  .step { flex-direction: column; gap: 4px; font-size: .7rem; }
  .step.is-warning span::after { right: -7px; top: -7px; }
  .segmented-field { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; }
  .segmented-field span { height: 100%; padding: 9px 5px; text-align: center; font-size: .78rem; }
  .optional-section > summary { padding: 14px; gap: 4px 12px; }
  .field-grid.two, .field-grid.three, .field-grid.four, .choice-grid.three, .review-grid, .result-grid, .inspiration-grid, .inspiration-head, .share-trip { grid-template-columns: 1fr; }
  .interest-grid { grid-template-columns: repeat(2, 1fr); }
  .field-check { min-height: 0; padding-top: 0; }
  .anything-else { padding: 18px 16px; }
  .job-panel { grid-template-columns: 1fr; }
  .spinner { width: 44px; height: 44px; }
  .form-actions { position: sticky; bottom: 0; z-index: 4; margin: 28px -16px -22px; padding: 14px 16px; background: rgba(255,253,248,.96); backdrop-filter: blur(10px); }
  .result-actions { padding-right: 16px; padding-left: 16px; }
  .primary-button, .secondary-button { padding: 11px 13px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  @page { margin: 14mm; }
  body { background: white; color: #111; font-size: 10pt; }
  .hero, .planner-card, .job-panel, .result-actions, .skip-link, .ht-tools-chrome { display: none !important; }
  .page-shell { width: 100%; margin: 0; }
  .results { display: block !important; overflow: visible; border: 0; box-shadow: none; }
  .result-hero { padding: 0 0 18px; color: #111; background: none; }
  .result-hero p { color: #333; }
  .confidence { color: #111; border: 1px solid #777; background: white; }
  .price-warning { padding: 10px; border: 1px solid #c9a85c; }
  #result-content { padding: 20px 0 0; }
  .result-section { display: block !important; break-inside: avoid; }
  .result-section > summary { list-style: none; }
  .result-section > summary::after { display: none; }
  .result-card, .day-card, .source-card { break-inside: avoid; box-shadow: none; }
  a { color: #111; text-decoration: underline; overflow-wrap: anywhere; }
  .source-link[href]::after { content: " (" attr(href) ")"; font-weight: 400; }
}

/* Wander dynamic redesign ------------------------------------------------- */
:root {
  --ink: #25262d;
  --muted: #696a73;
  --paper: rgba(253, 251, 247, .78);
  --sand: rgba(255, 243, 232, .78);
  --coral: #f06b43;
  --coral-dark: #c25b3a;
  --ocean: #2f9fa9;
  --ocean-dark: #267a89;
  --sky: rgba(218, 239, 237, .72);
  --sun: #ffd166;
  --line: rgba(38, 39, 48, .13);
  --shadow: 0 30px 80px -24px rgba(24, 22, 40, .5), inset 0 1px 0 rgba(255, 255, 255, .66);
  --scene-top: #a7c7dc;
  --scene-mid: #e9d9bf;
  --scene-bottom: #f3c9a0;
}

html { background: #0e141b; }
body { min-height: 100vh; color: var(--ink); background: transparent; font-family: Manrope, Avenir Next, Avenir, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: #0e141b; }
::selection { color: #25262d; background: #ffcf9e; }

@keyframes scene-drift { from { transform: translateX(0); } to { transform: translateX(60px); } }
@keyframes scene-drift-back { from { transform: translateX(0); } to { transform: translateX(-50px); } }
@keyframes scene-twinkle { 0%,100% { opacity: .25; } 50% { opacity: 1; } }
@keyframes scene-sway { 0%,100% { transform: rotate(var(--rotation)); } 50% { transform: rotate(calc(var(--rotation) + 3deg)); } }
@keyframes scene-pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.04); } }
@keyframes scene-across { from { transform: translateX(-14vw); } to { transform: translateX(104vw); } }
@keyframes scene-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes scene-kite { 0%,100% { transform: rotate(-7deg); } 50% { transform: rotate(7deg); } }
@keyframes scene-confetti { from { transform: translateY(-12vh) rotate(0); } to { transform: translateY(110vh) rotate(400deg); } }
@keyframes scene-balloon-rise { 0% { transform: translateY(0); opacity: 0; } 12% { opacity: 1; } 100% { transform: translateY(-110vh); opacity: 1; } }
@keyframes scene-orb { 0%,100% { transform: translateY(0); opacity: .4; } 50% { transform: translateY(-22px); opacity: .85; } }
@keyframes scene-rec { 0%,100% { opacity: .3; } 50% { opacity: 1; } }
@keyframes scene-spin { to { transform: rotate(360deg); } }

.dynamic-scene { --scene-safe-top: clamp(128px,15vh,160px); position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; background: linear-gradient(180deg, var(--scene-top) 0%, var(--scene-mid) 46%, var(--scene-bottom) 100%); transition: background 1s ease; }
.scene-sky { position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, var(--scene-top) 0%, var(--scene-mid) 46%, var(--scene-bottom) 100%); transition: background 1s ease; }
.scene-cloud { position: absolute; z-index: 30; border-radius: 999px; background: rgba(255,255,255,.62); filter: blur(20px); }
.cloud-one { top: 14%; left: 8%; width: 220px; height: 60px; animation: scene-drift 26s ease-in-out infinite alternate; }
.cloud-two { top: 22%; left: 52%; width: 300px; height: 70px; opacity: .72; animation: scene-drift-back 32s ease-in-out infinite alternate; }
.cloud-three { top: 9%; left: 70%; width: 160px; height: 46px; opacity: .65; animation: scene-drift 38s ease-in-out infinite alternate; }
.scene-sun, .scene-mountain, .scene-trail, .scene-hills, .scene-trees, .scene-stadium, .scene-columns, .scene-museum, .scene-city, .scene-storefronts, .scene-food-stall, .scene-ocean, .scene-shore, .scene-sand, .scene-palm { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .95s cubic-bezier(.2,.7,.2,1); }
.scene-sun { top: 15%; right: 15%; position: absolute; z-index: 30; width: 126px; height: 126px; border-radius: 50%; opacity: 1; transform: none; background: radial-gradient(circle at 40% 38%,#fff7e0,#ffcf6e 58%,rgba(255,180,90,0)); box-shadow: 0 0 90px 30px rgba(255,206,120,.55); animation: scene-pulse 9s ease-in-out infinite; }
.scene-balloons, .scene-birds, .scene-orbs, .scene-confetti, .scene-stars { position: absolute; inset: 0; z-index: 30; opacity: 0; transition: opacity .7s ease; }
.hot-balloon { position: absolute; left: var(--left); top: var(--top); text-align: center; animation: scene-float var(--duration) ease-in-out var(--delay) infinite; }
.hot-balloon i { display: block; width: 46px; height: 56px; border-radius: 50% 50% 46% 46%/58% 58% 44% 44%; background: linear-gradient(160deg,var(--color-a),var(--color-b)); box-shadow: inset -8px -6px 12px rgba(0,0,0,.15); }
.hot-balloon b { display: block; width: 12px; height: 10px; margin: 3px auto 0; border-radius: 0 0 3px 3px; background: #6b4a2b; }
.scene-kite { position: absolute; z-index: 30; left: 14%; top: 11%; width: 80px; height: 210px; opacity: 0; transform-origin: top center; transition: opacity .7s ease; animation: scene-kite 5s ease-in-out infinite; }
.scene-kite i { position: absolute; top: 0; left: 20px; width: 40px; height: 40px; border: 2px solid rgba(255,255,255,.5); transform: rotate(45deg); background: linear-gradient(135deg,#ff6b6b 50%,#ffd166 50%); }
.scene-kite b { position: absolute; top: 44px; left: 38px; width: 3px; height: 150px; background: repeating-linear-gradient(transparent 0 8px,#e05a6b 8px 15px); }
.scene-bird { position: absolute; top: var(--top); left: 0; width: var(--width); height: var(--height); background: #3a3f45; clip-path: polygon(0 60%,25% 0,50% 55%,75% 0,100% 60%,50% 100%); animation: scene-across var(--duration) linear var(--delay) infinite; }
.scene-lantern-line, .scene-bunting-line { position: absolute; z-index: 30; top: var(--scene-safe-top); left: 0; right: 0; height: 100px; opacity: 0; transform: translateY(-10px); transition: opacity .8s ease, transform .8s ease; }
.scene-lantern-line::before, .scene-bunting-line::before { content: ""; position: absolute; top: 14px; left: 0; right: 0; height: 2px; background: rgba(255,255,255,.55); }
.scene-lantern { position: absolute; top: 16px; left: var(--left); width: 22px; height: 30px; border: 2px solid rgba(80,35,24,.38); border-radius: 9px 9px 11px 11px; background: var(--color); box-shadow: 0 0 20px 3px color-mix(in srgb,var(--color) 55%,transparent), inset 0 -5px 5px rgba(0,0,0,.18); animation: scene-float 5s ease-in-out infinite; }
.scene-lantern::before { content: ""; position: absolute; top: -11px; left: 8px; width: 2px; height: 10px; background: rgba(75,46,34,.7); }
.scene-lantern::after { content: ""; position: absolute; left: 3px; right: 3px; bottom: -5px; height: 4px; border-radius: 0 0 4px 4px; background: rgba(75,46,34,.75); }
.scene-bunting { position: absolute; top: 10px; left: var(--left); width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 16px solid var(--color); }
.scene-mountain { position: absolute; z-index: 10; left: 2%; right: 2%; bottom: 0; height: 44vh; background: linear-gradient(180deg,#495664,#63707c); clip-path: polygon(0 100%,0 74%,11% 58%,22% 70%,35% 40%,47% 64%,60% 46%,73% 66%,86% 50%,100% 66%,100% 100%); }
.scene-mountain-back { left: 4%; right: 4%; height: 54vh; opacity: 0; background: linear-gradient(180deg,#7c8b9c,#96a3af); clip-path: polygon(0 100%,0 66%,14% 42%,26% 58%,40% 34%,52% 52%,64% 36%,78% 56%,90% 44%,100% 60%,100% 100%); }
.scene-trail { position: absolute; z-index: 11; left: 0; width: 60%; bottom: 0; height: 44vh; }
.scene-trail i { position: absolute; bottom: 26vh; left: 44%; width: 3px; height: 34px; background: #3a3f45; }
.scene-trail b { position: absolute; bottom: calc(26vh + 17px); left: calc(44% + 3px); border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 16px solid #e0563a; }
.scene-hills { position: absolute; z-index: 30; left: -8%; width: 52%; bottom: 0; height: 22vh; opacity: .32; transform: none; border-radius: 0 70% 0 0/0 100% 0 0; background: linear-gradient(180deg,#5a8a4e,#3c6636); }
.scene-trees { position: absolute; z-index: 31; left: 0; width: 50%; bottom: 0; height: 36vh; }
.scene-tree { position: absolute; left: var(--left); bottom: var(--bottom); width: var(--width); height: var(--height); }
.scene-tree i { position: absolute; inset: 0 0 16%; background: var(--color); clip-path: polygon(50% 0,62% 34%,55% 34%,70% 66%,61% 66%,78% 100%,22% 100%,39% 66%,30% 66%,45% 34%,38% 34%); }
.scene-tree b { position: absolute; bottom: 0; left: calc(50% - 3px); width: 6px; height: 18%; border-radius: 1px; background: #5a3d24; }
.scene-stadium { position: absolute; z-index: 30; left: 38%; width: 270px; bottom: 0; height: 18vh; border-radius: 46% 46% 9% 9%/78% 78% 9% 9%; background: linear-gradient(180deg,#ecdfc4,#dcc79c 55%,#c6ae82); box-shadow: inset 0 -12px 20px rgba(90,60,30,.18); }
.scene-stadium::before { content: ""; position: absolute; top: 5%; left: 6%; right: 6%; height: 9%; border-radius: 42% 42% 0 0/100% 100% 0 0; background: #cbb488; }
.stadium-arches { position: absolute; left: 8%; right: 8%; display: grid; grid-template-columns: repeat(9,1fr); gap: 5px; }
.stadium-arches-top { top: 25%; height: 21%; }.stadium-arches-bottom { top: 55%; height: 24%; }
.stadium-arches i { border-radius: 70% 70% 0 0/44% 44% 0 0; background: linear-gradient(180deg,#5b4a30,#3a2e1c); }
.scene-columns { position: absolute; z-index: 30; left: 30%; width: 220px; bottom: 0; height: 30vh; display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; padding: 62px 20px 25px; background: linear-gradient(180deg,rgba(230,220,202,.2),rgba(195,179,150,.42)); filter: drop-shadow(0 12px 12px rgba(55,40,26,.2)); }
.scene-columns::before { content: ""; position: absolute; z-index: 2; top: 0; left: -10px; right: -10px; height: 62px; background: linear-gradient(180deg,#eee5d5,#cfc0a8); clip-path: polygon(50% 0,100% 78%,100% 100%,0 100%,0 78%); box-shadow: inset 0 -10px rgba(117,91,57,.12); }
.scene-columns::after { content: ""; position: absolute; left: -16px; right: -16px; bottom: 0; height: 25px; border-radius: 2px 2px 0 0; background: linear-gradient(180deg,#e7ddcb 0 32%,#cbbba0 33% 60%,#b7a486 61%); box-shadow: 0 -5px 0 #ddd0ba; }
.scene-columns i { border-radius: 4px 4px 1px 1px; background: repeating-linear-gradient(90deg,#c7b69d 0 4px,#efe6d6 5px 10px,#c7b69d 11px 14px); box-shadow: inset 0 7px rgba(255,255,255,.25); }
.scene-museum { position: absolute; z-index: 30; left: 54%; width: 230px; bottom: 0; height: 30vh; padding: 70px 25px 29px; display: grid; grid-template-columns: repeat(4,22px); justify-content: space-between; background: linear-gradient(180deg,#ddd2bf,#bba98d); border-left: 7px solid #d8ccb6; border-right: 7px solid #c8b99f; filter: drop-shadow(0 14px 14px rgba(55,40,26,.2)); }
.scene-museum::before { content: ""; position: absolute; z-index: 2; top: 0; left: -12px; right: -12px; height: 68px; background: linear-gradient(180deg,#f2eadc,#d3c5ad); clip-path: polygon(50% 0,100% 72%,100% 100%,0 100%,0 72%); box-shadow: inset 0 -11px rgba(118,92,60,.12); }
.scene-museum::after { content: ""; position: absolute; left: -18px; right: -18px; bottom: 0; height: 25px; background: linear-gradient(180deg,#e7ddcb 0 31%,#cdbda3 32% 63%,#b5a183 64%); box-shadow: 0 -6px 0 #ddd0ba, 0 -12px 0 -2px #cbbba0; }
.scene-museum span { position: relative; z-index: 1; border-radius: 4px 4px 1px 1px; background: repeating-linear-gradient(90deg,#c4b399 0 4px,#f0e7d8 5px 11px,#c4b399 12px 16px); box-shadow: inset 0 8px rgba(255,255,255,.25); }
.scene-city { position: absolute; z-index: 30; right: 3%; width: 44%; bottom: 0; height: 42vh; display: flex; align-items: flex-end; justify-content: flex-end; gap: 3px; }
.scene-building { position: relative; width: var(--width); height: var(--height); flex: 0 0 auto; border-radius: 4px 4px 0 0; background: linear-gradient(180deg,#5f6f8b,#3f4c67); box-shadow: inset -6px 0 12px rgba(0,0,0,.18); }
.scene-building i { position: absolute; inset: 7px; border-radius: 2px; opacity: .5; background-image: radial-gradient(rgba(255,255,255,.32) 1.5px,transparent 2px); background-size: 10px 14px; }
.scene-building b { position: absolute; top: var(--antenna-top); left: 50%; width: 2px; height: var(--antenna-height); transform: translateX(-50%); background: #4f5c78; }
.scene-storefronts { position: absolute; z-index: 30; left: 18%; width: 170px; bottom: 0; height: 17vh; display: flex; align-items: flex-end; }
.scene-storefront { position: relative; width: 170px; height: 122px; border-radius: 5px 5px 0 0; background: linear-gradient(90deg,#e8dece 0 65%,#d4c6b3 65%); box-shadow: inset 0 -18px rgba(0,0,0,.05), 0 10px 25px rgba(45,32,24,.18); }
.scene-storefront::before { content: ""; position: absolute; top: -2px; left: -2px; right: -2px; height: 16px; border-radius: 5px 5px 0 0; background: repeating-linear-gradient(90deg,var(--color) 0 10px,#fff 10px 20px); }
.scene-storefront::after { content: ""; position: absolute; left: 14px; right: 68px; top: 34px; bottom: 18px; border: 7px solid #9a765a; background: linear-gradient(145deg,rgba(145,205,210,.72),rgba(50,85,95,.64)); box-shadow: 105px 15px 0 -10px #76533d; }
.scene-food-stall { position: absolute; z-index: 30; left: 64%; width: 150px; bottom: 0; height: 13vh; background: linear-gradient(90deg,transparent 14px,#8a5a34 14px 18px,transparent 18px calc(100% - 18px),#8a5a34 calc(100% - 18px) calc(100% - 14px),transparent calc(100% - 14px)); }
.scene-food-stall::before { content: ""; position: absolute; left: 12px; right: 12px; bottom: 0; height: 46px; border-radius: 3px; background: linear-gradient(180deg,#c98a58,#a86b3c); }
.scene-food-stall::after { content: ""; position: absolute; top: 8px; left: 0; right: 0; height: 26px; border-radius: 6px 6px 0 0; background: repeating-linear-gradient(90deg,#e05a6b 0 16px,#fff7ef 16px 32px); }
.scene-ocean { position: absolute; z-index: 20; left: 0; right: 0; bottom: 0; height: 23vh; background: linear-gradient(180deg,#4bb3c9,#3a9ec0 55%,#2e7fa8); }
.scene-shore { position: absolute; z-index: 21; left: 0; right: 0; bottom: 20vh; height: 3vh; background: linear-gradient(180deg,rgba(255,255,255,.65),transparent); }
.scene-sand { position: absolute; z-index: 22; left: 0; right: 0; bottom: 0; height: 9vh; border-radius: 40% 60% 0 0/100% 100% 0 0; background: linear-gradient(180deg,#f2dcac,#e3c489); }
.scene-palm { position: absolute; z-index: 23; bottom: 7vh; left: 5%; width: 160px; height: 200px; transform-origin: bottom; }
.palm-trunk { position: absolute; bottom: 0; left: 22px; width: 12px; height: 150px; border-radius: 6px; transform: rotate(-6deg); transform-origin: bottom; background: #2e2318; }
.palm-leaf { position: absolute; height: 26px; background: #25402a; transform-origin: bottom; animation: scene-sway 6s ease-in-out infinite; }
.leaf-one { bottom: 132px; left: -6px; width: 90px; border-radius: 0 60px 60px 60px; --rotation: -28deg; }.leaf-two { bottom: 140px; left: 20px; width: 96px; border-radius: 60px 60px 60px 0; --rotation: 18deg; }.leaf-three { bottom: 150px; left: 6px; width: 80px; height: 24px; border-radius: 0 60px 60px 60px; --rotation: -6deg; }
.scene-orb { position: absolute; left: var(--left); top: var(--top); width: var(--size); height: var(--size); border-radius: 50%; filter: blur(2px); background: radial-gradient(circle at 40% 40%,rgba(255,255,255,.9),rgba(180,220,255,.12)); animation: scene-orb var(--duration) ease-in-out var(--delay) infinite; }
.scene-confetti-piece { position: absolute; top: 0; left: var(--left); width: var(--width); height: var(--height); border-radius: 1px; background: var(--color); animation: scene-confetti var(--duration) linear var(--delay) infinite; }
.scene-star { position: absolute; top: var(--top); left: var(--left); width: var(--size); height: var(--size); border-radius: 50%; background: #fff; animation: scene-twinkle var(--duration) ease-in-out var(--delay) infinite; }
.scene-night { position: absolute; inset: 0; z-index: 35; opacity: 0; background: linear-gradient(180deg,rgba(10,14,26,.35),rgba(10,14,26,.1)); transition: opacity 1s ease; }
.scene-viewfinder { --camera-mark: rgba(255,255,255,.88); --camera-corner: clamp(48px,7vw,82px); position: absolute; z-index: 40; top: var(--scene-safe-top); right: 5%; bottom: 5%; left: 5%; opacity: 0; background: linear-gradient(var(--camera-mark),var(--camera-mark)) left top/var(--camera-corner) 3px no-repeat,linear-gradient(var(--camera-mark),var(--camera-mark)) left top/3px var(--camera-corner) no-repeat,linear-gradient(var(--camera-mark),var(--camera-mark)) right top/var(--camera-corner) 3px no-repeat,linear-gradient(var(--camera-mark),var(--camera-mark)) right top/3px var(--camera-corner) no-repeat,linear-gradient(var(--camera-mark),var(--camera-mark)) left bottom/var(--camera-corner) 3px no-repeat,linear-gradient(var(--camera-mark),var(--camera-mark)) left bottom/3px var(--camera-corner) no-repeat,linear-gradient(var(--camera-mark),var(--camera-mark)) right bottom/var(--camera-corner) 3px no-repeat,linear-gradient(var(--camera-mark),var(--camera-mark)) right bottom/3px var(--camera-corner) no-repeat; filter: drop-shadow(0 2px 8px rgba(0,0,0,.2)); transition: opacity .7s ease; }
.scene-viewfinder b { position: absolute; top: 18px; left: 18px; color: #fff; font-size: 12px; letter-spacing: .12em; text-shadow: 0 1px 6px rgba(0,0,0,.35); }.scene-viewfinder b::before { content: ""; display: inline-block; width: 10px; height: 10px; margin-right: 7px; border-radius: 50%; background: #ff4a4a; box-shadow: 0 0 10px rgba(255,74,74,.7); animation: scene-rec 1.4s ease-in-out infinite; }
.scene-vignette { position: absolute; inset: 0; z-index: 45; background: radial-gradient(120% 90% at 50% 8%,transparent 55%,rgba(20,18,30,.28) 100%); }

.dynamic-scene.has-mountains .scene-mountain,
.dynamic-scene.has-hiking .scene-mountain,
.dynamic-scene.has-hiking .scene-trail,
.dynamic-scene.has-nature .scene-hills,
.dynamic-scene.has-nature .scene-trees,
.dynamic-scene.has-sports .scene-stadium,
.dynamic-scene.has-history .scene-columns,
.dynamic-scene.has-museums .scene-museum,
.dynamic-scene.has-architecture .scene-city,
.dynamic-scene.has-nightlife .scene-city,
.dynamic-scene.has-shopping .scene-storefronts,
.dynamic-scene.has-food .scene-food-stall,
.dynamic-scene.has-beaches .scene-ocean,
.dynamic-scene.has-beaches .scene-shore,
.dynamic-scene.has-beaches .scene-sand,
.dynamic-scene.has-beaches .scene-palm { opacity: 1; transform: translateY(0); }
.dynamic-scene.has-mountains .scene-mountain-back,
.dynamic-scene.has-hiking .scene-mountain-back { opacity: .5; transform: translateY(0); }
.dynamic-scene.has-nature .scene-hills { opacity: 1; }
.dynamic-scene.has-adventure .scene-balloons,
.dynamic-scene.has-wildlife .scene-birds,
.dynamic-scene.has-wellness .scene-orbs,
.dynamic-scene.has-festivals .scene-confetti,
.dynamic-scene.has-nightlife .scene-stars,
.dynamic-scene.has-family .scene-kite,
.dynamic-scene.has-photography .scene-viewfinder { opacity: 1; }
.dynamic-scene.has-culture .scene-lantern-line,
.dynamic-scene.has-festivals .scene-bunting-line { opacity: 1; transform: translateY(0); }
.dynamic-scene.has-nightlife .scene-night { opacity: 1; }
.dynamic-scene.has-nightlife .scene-sun { top: 11%; opacity: .92; background: radial-gradient(circle at 38% 36%,#f6f3ea,#cbd3df 62%,rgba(200,210,225,0)); box-shadow: 0 0 46px 8px rgba(220,230,245,.5); }
.dynamic-scene.has-nightlife .scene-building { background: linear-gradient(180deg,#2a3654,#151d30); }.dynamic-scene.has-nightlife .scene-building i { opacity: .95; background-image: radial-gradient(#ffd97a 1.5px,transparent 2px); }.dynamic-scene.has-nightlife .scene-building b { background: #8fa2c4; }

.hero { position: relative; z-index: 2; min-height: 440px; overflow: visible; color: white; background: transparent; }
.hero::before, .hero-sun, .hero-wave { display: none; }
.wander-fallback-nav { width: min(1160px,calc(100% - 44px)); min-height: 60px; margin: 0 auto; padding: 10px 22px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.18); border-radius: 0 0 18px 18px; background: rgba(28,35,45,.16); box-shadow: 0 10px 34px rgba(20,20,35,.08); backdrop-filter: blur(14px) saturate(1.12); -webkit-backdrop-filter: blur(14px) saturate(1.12); }
.wander-fallback-brand { display: flex; align-items: center; gap: 9px; white-space: nowrap; }.wander-fallback-brand a { color: #fff; text-decoration: none; text-shadow: 0 1px 12px rgba(20,20,35,.35); }.wander-fallback-brand .wander-fallback-logo img { display: block; width: 38px; height: 38px; object-fit: cover; border-radius: 11px; background: #fff; box-shadow: 0 6px 18px rgba(20,20,35,.24); }.wander-fallback-brand strong { font-family: Iowan Old Style,Baskerville,Georgia,serif; font-size: 24px; letter-spacing: -.02em; }.wander-fallback-brand a:last-child { font-size: 12px; opacity: .76; }
.wander-fallback-nav nav { display: flex; align-items: center; gap: 6px; }.wander-fallback-nav nav a { padding: 8px 12px; border-radius: 8px; color: rgba(255,255,255,.88); text-decoration: none; text-shadow: 0 1px 8px rgba(20,20,35,.28); font-size: 13.5px; font-weight: 600; white-space: nowrap; }.wander-fallback-nav nav a:hover { color: #fff; background: rgba(255,255,255,.12); }.wander-fallback-nav .fallback-login { border: 1px solid rgba(255,255,255,.28); }.wander-fallback-nav .fallback-register { color: #fff; background: linear-gradient(135deg,#ff8a4d,#f0653f); box-shadow: 0 8px 20px -10px rgba(80,30,20,.65); }
body.htc-sticky-footer .wander-fallback-nav { display: none; }
.wander-nav { width: min(1080px, calc(100% - 44px)); margin: 0 auto; padding-top: 26px; display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.wander-brand { display: flex; align-items: center; gap: 11px; color: #fff; text-shadow: 0 1px 14px rgba(20,20,35,.35); }
.wander-brand:hover { color: #fff; }.wander-brand > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.9); box-shadow: 0 6px 20px rgba(20,20,35,.28); }.wander-brand > i span { width: 13px; height: 13px; border: 3px solid #c25b3a; border-radius: 50%; }.wander-brand strong { font-size: 18px; }.wander-brand small { margin-left: -3px; font-size: 13px; opacity: .72; }
.hero-inner { width: min(760px, calc(100% - 44px)); margin: 0 auto; padding: 50px 0 70px; text-align: center; text-shadow: 0 2px 24px rgba(20,20,35,.4); }
.eyebrow { display: inline-flex; padding: 7px 15px; margin-bottom: 20px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(255,255,255,.18); backdrop-filter: blur(6px); font-size: 12.5px; letter-spacing: .14em; }
.hero h1 { max-width: none; margin: 0 0 16px; font-family: "Instrument Serif", Iowan Old Style, Baskerville, Georgia, serif; font-size: clamp(42px,6vw,76px); font-weight: 400; line-height: 1.02; letter-spacing: -.01em; }.hero h1 em { font-weight: 400; }
.hero-copy { max-width: 590px; margin: 0 auto; color: #fff; font-size: 17px; line-height: 1.55; font-weight: 500; opacity: .94; }

.steps { display: flex; align-items: center; gap: 6px; margin: 0; border: 0; }
.step { min-width: auto; padding: 7px 13px 7px 8px; gap: 7px; border: 1px solid transparent; border-radius: 999px; color: #fff; text-shadow: 0 1px 8px rgba(20,20,35,.35); font-size: 13px; font-weight: 600; overflow: visible; }
.step span { width: 22px; height: 22px; border: 0; color: #fff; background: rgba(255,255,255,.28); font-size: 12px; }
.step.is-active { color: #fff; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.22); backdrop-filter: blur(6px); }.step.is-active span { color: #c25b3a; background: #fff; }.step.is-complete span { color: #267a89; border: 0; background: rgba(255,255,255,.9); }.step.is-warning { color: #fff; }.step.is-warning span { color: #75451e; border: 0; background: #fff4d9; }.step.is-warning span::after { border-color: rgba(255,255,255,.8); }

.page-shell { width: min(980px, calc(100% - 32px)); margin: -44px auto 80px; position: relative; z-index: 3; }
.planner-card, .job-panel, .results, .inspiration { border-color: rgba(255,255,255,.65); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow); backdrop-filter: blur(22px) saturate(1.25); -webkit-backdrop-filter: blur(22px) saturate(1.25); }
.planner-card { padding: clamp(25px,4vw,42px); }
.card-heading { align-items: baseline; }.card-heading h2, .job-panel h2, .result-hero h2 { font-family: "Instrument Serif", Iowan Old Style, Baskerville, Georgia, serif; font-weight: 400; }.card-heading h2 { font-size: 30px; }.section-kicker { color: #9a5d3c; }.privacy-note { color: #6a6a72; }
.form-step { animation: form-reveal .35s ease; }@keyframes form-reveal { from { opacity: 0; transform: translateY(8px); } }
.section-heading { margin: 25px 0 28px; }.section-heading h3 { font-family: "Instrument Serif", Iowan Old Style, Baskerville, Georgia, serif; font-size: 29px; font-weight: 400; }.section-heading p { font-size: 13.5px; }.section-icon { border-radius: 14px; color: #c25b3a; background: rgba(255,243,232,.72); }
legend, .subsection h4 { color: #8a7a68; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
.choice-grid { gap: 9px; }.choice-card { padding: 13px 14px; border-color: rgba(30,30,45,.1); border-radius: 14px; background: rgba(255,255,255,.45); }.choice-card:hover { border-color: #f0a870; }.choice-card:has(input:checked) { color: #8a4a1e; border-color: #f0a870; background: linear-gradient(135deg,#fff3e8,#ffe6d3); box-shadow: 0 6px 16px -8px rgba(224,138,77,.5); }.choice-card input { accent-color: #f06b43; }.choice-card span { color: inherit; opacity: .72; }
.field { color: #4a4a52; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }.field input, .field select, .field textarea { padding: 13px 14px; border-color: rgba(30,30,45,.14); border-radius: 12px; color: #34363e; background: rgba(255,255,255,.7); text-transform: none; letter-spacing: 0; }.field input:focus, .field select:focus, .field textarea:focus, button:focus-visible, a:focus-visible, summary:focus-visible { outline: none; border-color: #e08a4d; box-shadow: 0 0 0 3px rgba(224,138,77,.16); }.field small { color: #898991; text-transform: none; letter-spacing: 0; }.check-line { color: #55565f; }.check-line input, .check-cluster input, .consent input { accent-color: #2f9fa9; }
.segmented-field { gap: 7px; padding: 0; border-radius: 0; background: transparent; }.segmented-field span { padding: 9px 15px; border: 1px solid rgba(30,30,45,.12); border-radius: 999px; color: #5a5a62; background: rgba(255,255,255,.5); }.segmented-field input:checked + span { color: #fff; border-color: #26282e; background: #26282e; box-shadow: none; }
.subsection { border-color: rgba(30,30,45,.11); }.optional-section > summary { border-color: rgba(30,30,45,.12); background: rgba(255,255,255,.45); }.optional-section > summary:hover, .optional-section[open] > summary { border-color: #e0a06a; background: rgba(255,247,239,.75); }.optional-section > summary::after { color: #c25b3a; }.anything-else { border-color: rgba(224,160,106,.35); background: rgba(255,250,241,.66); }
.travel-group, .review-card, .result-card, .source-card, .day-card { border-color: rgba(30,30,45,.12); background: rgba(255,255,255,.58); }.travel-group { border-radius: 18px; }.secondary-button, .primary-button { border-radius: 14px; }.secondary-button { color: #7a4d35; border-color: rgba(194,91,58,.45); background: rgba(255,255,255,.58); }.secondary-button:hover { border-color: #c25b3a; background: #fff3e8; }.primary-button { border: 0; color: #fff; background: linear-gradient(135deg,#ff8a4d,#f0653f); box-shadow: 0 12px 28px -8px rgba(240,101,63,.7); }.primary-button:hover, .launch:hover { background: linear-gradient(135deg,#ff8a4d,#e95d3a); transform: translateY(-2px); box-shadow: 0 16px 34px -8px rgba(240,101,63,.8); }.text-button { color: #a55236; }
.check-cluster label { padding: 8px 12px; border: 1px solid rgba(30,30,45,.11); border-radius: 999px; background: rgba(255,255,255,.45); }.check-cluster label:has(input:checked) { color: #fff; border-color: transparent; background: linear-gradient(135deg,#2fb3a6,#2e86c0); }.check-cluster input { width: 13px; height: 13px; }
.trip-style-fieldset { margin-top: 30px; padding-top: 26px; border-top: 1px solid rgba(30,30,45,.11); }.trip-style-fieldset > legend { margin-bottom: 3px; color: #292a31; font-family: "Instrument Serif", Iowan Old Style, Baskerville, Georgia, serif; font-size: 22px; font-weight: 400; letter-spacing: 0; text-transform: none; }.trip-style-fieldset > legend span { color: #9a8f80; font-size: 16px; font-style: italic; }.fieldset-help { margin: 0 0 13px; color: #898991; font-size: 12.5px; }.interest-grid { display: flex; flex-wrap: wrap; gap: 9px; }.interest-grid button { display: inline-flex; width: auto; min-height: 0; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid rgba(30,30,45,.12); border-radius: 999px; color: #3a3a42; background: rgba(255,255,255,.55); font-size: 14px; font-weight: 600; cursor: pointer; transition: all .25s ease; }.interest-grid button:hover { border-color: #58aeb1; background: rgba(255,255,255,.7); }.interest-grid button[data-level="prefer"] { color: #fff; border-color: transparent; background: linear-gradient(135deg,#2fb3a6,#2e86c0); box-shadow: 0 8px 20px -8px rgba(46,134,192,.75); }.interest-grid button::after { display: none; }
.alert { margin: 0 0 24px; }
.consent { background: rgba(255,243,232,.7); }.review-warning { border-color: #e0a06a; background: rgba(255,244,217,.82); }.alert { border-color: #d99393; background: rgba(255,241,240,.9); }
.form-actions { border-color: rgba(30,30,45,.1); }.job-panel, .results { margin-top: 26px; }.spinner { border-color: rgba(47,159,169,.2); border-top-color: #f06b43; }.progress-track { background: rgba(255,255,255,.58); }.progress-track span { background: linear-gradient(90deg,#2f9fa9,#f06b43); }
.result-hero { color: #fff; background: linear-gradient(135deg,rgba(39,83,95,.92),rgba(47,159,169,.84)); }.result-hero h2 { font-size: clamp(2rem,4vw,3.2rem); }.result-hero .section-kicker { color: #ffe4d6; }.price-warning { background: rgba(255,244,217,.86); }.result-section > summary { border-color: rgba(30,30,45,.13); }.result-section > summary h3 { font-family: "Instrument Serif", Iowan Old Style, Baskerville, Georgia, serif; font-weight: 400; }.result-section > summary::after { color: #c25b3a; }.price { color: #267a89 !important; }.itinerary { border-color: rgba(47,159,169,.4); }.day-card::before { background: #f06b43; box-shadow: 0 0 0 2px #f06b43; }.source-link { color: #a55236; }.source-link:hover { border-color: #e0a06a; background: #fff3e8; }
.trust-row { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 22px; color: rgba(255,255,255,.88); text-shadow: 0 1px 8px rgba(20,20,35,.4); font-size: 12.5px; }.trust-row span { padding: 0; border: 0; background: transparent; }.trust-row i { opacity: .5; font-style: normal; }

@media (max-width: 760px) {
  .wander-fallback-nav { align-items: flex-start; padding: 12px 16px; }.wander-fallback-nav nav { justify-content: flex-end; flex-wrap: wrap; }.wander-fallback-nav nav a { padding: 5px 7px; font-size: 11px; }
  .wander-nav { align-items: flex-start; }.wander-brand small { display: none; }.steps { gap: 2px; }.step { flex-direction: column; padding: 5px 7px; gap: 2px; font-size: 10px; }.step span { width: 19px; height: 19px; font-size: 10px; }
  .hero { min-height: 480px; }.hero-inner { padding-top: 54px; }.page-shell { margin-top: -68px; }.card-heading { align-items: flex-start; }.privacy-note { text-align: left; }
  .cloud-two { left: 35%; }.scene-sun { right: 5%; width: 94px; height: 94px; }.scene-city { width: 65%; }.scene-stadium { left: 20%; }.scene-columns { left: 12%; }.scene-museum { left: 45%; }
}

@media (max-width: 640px) {
  .wander-fallback-nav nav a:nth-child(-n+3) { display: none; }
  .planner-card { border-radius: 24px; }.form-actions { background: rgba(253,251,247,.92); }.interest-grid button { padding: 9px 12px; font-size: 13px; }.trust-row { gap: 8px; font-size: 10.5px; }.scene-palm { transform: scale(.75); transform-origin: left bottom; }
}

@media (prefers-reduced-motion: reduce) {
  .dynamic-scene * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .dynamic-scene, .wander-fallback-nav, .wander-nav, .trust-row { display: none !important; }
}
