:root {
  --ink: #09172a;
  --muted: #667180;
  --orange: #fb641b;
  --orange-soft: #fff0e9;
  --paper: #fbfaf8;
  --white: #ffffff;
  --line: #e7e7e6;
  --max-width: 1280px;
  --radius-lg: 28px;
  --radius-pill: 999px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', Arial, sans-serif; line-height: 1.5; }
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section-shell { width: min(calc(100% - 96px), var(--max-width)); margin: 0 auto; }

.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 96px), var(--max-width)); min-height: 82px; margin: 0 auto; background: var(--paper); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 9px; }
.brand-symbol { display: grid; place-items: center; width: 58px; height: 34px; overflow: visible; }
.brand-symbol img { width: 72px; max-width: none; height: auto; object-fit: contain; object-position: center; }
.brand-lockup { display: flex; flex-direction: column; color: var(--ink); line-height: 1; }
.brand-lockup strong { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 600; letter-spacing: -.07em; }
.brand-lockup small { margin-top: 5px; color: #717b84; font-size: 5px; font-weight: 700; letter-spacing: .19em; }
.main-nav { display: flex; align-items: center; gap: 36px; color: var(--ink); font-size: 13px; font-weight: 500; }
.main-nav a { transition: color .2s ease, transform .2s ease; }
.main-nav a:hover { color: var(--orange); }
.nav-cta { display: inline-flex; align-items: center; gap: 16px; padding: 13px 21px; border-radius: var(--radius-pill); background: var(--orange); color: var(--white) !important; font-weight: 700; box-shadow: 0 7px 18px rgba(251, 100, 27, .2); }
.nav-cta:hover { transform: translateY(-1px); }
.nav-cta i { font-size: 16px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-size: 26px; }

.hero { overflow: hidden; background: var(--paper); }
.hero-shell { display: grid; grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr); align-items: center; min-height: 690px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 82px 42px 82px 0; }
.eyebrow { margin: 0 0 22px; color: #89919b; font-size: 11px; font-weight: 700; letter-spacing: .28em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; }
h1 { max-width: 550px; margin-bottom: 24px; font-size: clamp(4rem, 6.7vw, 6.9rem); font-weight: 600; letter-spacing: -.085em; line-height: .93; }
h1 span { color: var(--orange); }
.hero-intro { max-width: 500px; margin-bottom: 30px; color: var(--ink); font-size: 18px; line-height: 1.45; }
.travel-search { display: flex; align-items: center; width: min(100%, 620px); min-height: 58px; padding: 6px 7px 6px 20px; border: 1px solid #e9e9e8; border-radius: var(--radius-pill); background: var(--white); box-shadow: 0 10px 28px rgba(9, 23, 42, .08); }
.travel-search > i { flex: 0 0 auto; color: var(--ink); font-size: 23px; }
.travel-search input { min-width: 0; flex: 1; height: 44px; padding: 0 14px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; }
.travel-search input::placeholder { color: #8e949c; }
.travel-search button { flex: 0 0 auto; min-width: 104px; height: 45px; padding: 0 24px; border: 0; border-radius: var(--radius-pill); background: var(--orange); color: var(--white); font-size: 15px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.travel-search button:hover { background: #e7510b; transform: translateY(-1px); }
.search-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 15px; }
.chip { padding: 8px 17px; border: 1px solid #ececeb; border-radius: var(--radius-pill); background: #f2f2f1; color: var(--ink); font-size: 12px; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.chip:hover, .chip.is-active { border-color: var(--orange); background: var(--orange-soft); color: var(--orange); }
.benefit-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 41px; }
.benefit { display: flex; align-items: flex-start; gap: 11px; min-width: 0; }
.benefit > i { flex: 0 0 auto; color: var(--ink); font-size: 28px; }
.benefit strong, .benefit span { display: block; }
.benefit strong { margin-bottom: 3px; font-size: 11px; font-weight: 700; line-height: 1.2; }
.benefit span { color: var(--muted); font-size: 10px; line-height: 1.3; }
.search-status { min-height: 19px; margin: 17px 0 0; color: var(--orange); font-size: 12px; }

.hero-media { position: relative; align-self: center; width: 100%; aspect-ratio: 1221 / 1288; min-height: 0; margin: 0; overflow: hidden; border-radius: 52% 0 0 52% / 50% 0 0 50%; background: #dbe7ef; }
.hero-media img { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; }

.theme-rail { padding: 20px 0 32px; }
.theme-entry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.theme-entry { position: relative; display: block; width: 100%; min-height: 238px; padding: 0; overflow: hidden; border: 0; border-radius: 23px; background: #dfe6ea; color: var(--white); text-align: left; box-shadow: 0 12px 28px rgba(9, 23, 42, .08); transition: transform .25s ease, box-shadow .25s ease; }
.theme-entry:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(9, 23, 42, .14); }
.theme-entry:focus-visible { outline: 3px solid rgba(251, 100, 27, .55); outline-offset: 4px; }
.theme-entry-image, .theme-entry-image img, .theme-entry-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.theme-entry-image { display: block; }
.theme-entry-image img { object-fit: cover; transition: transform .35s ease; }
.theme-entry:hover .theme-entry-image img { transform: scale(1.04); }
.theme-entry-shade { background: rgba(9, 23, 42, .22); }
.theme-entry-content { position: relative; z-index: 1; display: flex; min-height: 238px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 26px 34px; }
.theme-entry-kicker { margin-bottom: 7px; color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .22em; line-height: 1.2; text-transform: uppercase; }
.theme-entry strong { margin-bottom: 7px; font-family: 'Space Grotesk', sans-serif; font-size: clamp(3rem, 5vw, 4.3rem); font-weight: 600; letter-spacing: -.08em; line-height: .88; }
.theme-entry-label { color: rgba(255, 255, 255, .95); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.theme-entry-arrow { position: absolute; right: 25px; bottom: 24px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 20px; }

.itineraries { padding: 56px 0 124px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 37px; }
.section-heading .eyebrow { margin-bottom: 17px; }
h2 { margin-bottom: 0; font-size: clamp(3rem, 5vw, 5.35rem); font-weight: 600; letter-spacing: -.085em; line-height: .92; }
.section-heading-side { display: flex; align-items: end; justify-content: space-between; gap: 44px; width: min(100%, 515px); color: var(--muted); font-size: 13px; }
.section-heading-side p { max-width: 240px; margin-bottom: 2px; }
.inline-link { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; border-bottom: 1px solid var(--orange); color: var(--orange); font-size: 12px; font-weight: 700; line-height: 1.7; }
.inline-link i { font-size: 17px; }
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.guide-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 10px 28px rgba(9, 23, 42, .06); }
.guide-card-media { display: block; height: 245px; overflow: hidden; background: #dfe6ea; }
.guide-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.guide-card-media:hover img { transform: scale(1.04); }
.guide-card-content { padding: 23px 25px 25px; }
.guide-card-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.guide-card-topline .itinerary-category { margin-bottom: 0; }
.guide-status { flex: 0 0 auto; padding: 5px 9px; border-radius: var(--radius-pill); background: var(--orange-soft); color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.guide-card h3 { margin: 19px 0 5px; font-size: 29px; font-weight: 600; letter-spacing: -.06em; line-height: 1.04; }
.guide-card h3 a:hover { color: var(--orange); }
.guide-card-location { margin-bottom: 15px; color: var(--muted); font-size: 14px; }
.guide-card-description { min-height: 42px; margin-bottom: 20px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.guide-card-facts { display: flex; flex-wrap: wrap; gap: 9px 16px; padding: 15px 0 17px; border-top: 1px solid var(--line); color: var(--ink); font-size: 12px; }
.guide-card-facts span { display: inline-flex; align-items: center; gap: 7px; }
.guide-card-facts i { color: var(--orange); font-size: 17px; }
.guide-card-action { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font-size: 12px; font-weight: 700; }
.guide-card-action i { font-size: 17px; }
.guide-card-action:hover { color: var(--ink); }
.itinerary-row { display: grid; grid-template-columns: minmax(210px, 30%) minmax(245px, 1fr) 190px 54px; align-items: center; gap: 26px; min-height: 138px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.itinerary-image { height: 106px; overflow: hidden; border-radius: 18px; background: #dfe6ea; }
.itinerary-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.itinerary-image:hover img { transform: scale(1.04); }
.itinerary-category { margin-bottom: 7px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.itinerary-main h3 { margin-bottom: 4px; font-size: 23px; font-weight: 600; letter-spacing: -.045em; line-height: 1.1; }
.itinerary-main > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.itinerary-facts { display: flex; flex-direction: column; gap: 12px; color: var(--ink); font-size: 13px; }
.itinerary-facts span { display: inline-flex; align-items: center; gap: 10px; }
.itinerary-facts i { color: var(--ink); font-size: 21px; }
.itinerary-arrow { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); font-size: 20px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.itinerary-arrow:hover { background: var(--orange); color: var(--white); transform: translateX(2px); }
.empty-state { margin: 26px 0 0; color: var(--muted); font-size: 14px; }

.how-it-works { padding: 95px 0 104px; background: #f2f2f0; }
.how-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 80px; }
.how-shell .eyebrow { margin-bottom: 17px; }
.how-intro { align-self: end; max-width: 270px; margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.steps { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 30px; border-top: 1px solid #d4d5d3; }
.step { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 30px 34px 0 0; border-right: 1px solid #d4d5d3; }
.step + .step { padding-left: 34px; }
.step:last-child { border-right: 0; }
.step-number { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid #abb1b5; border-radius: 50%; color: var(--ink); font-family: 'Space Grotesk', sans-serif; font-size: 17px; }
.step h3 { margin: 4px 0 8px; font-size: 17px; letter-spacing: -.035em; line-height: 1.15; }
.step p { max-width: 200px; margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }

.closing { position: relative; min-height: 430px; overflow: hidden; background: #e8ddd0; }
.closing > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.closing-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; min-height: 430px; padding-top: 20px; }
.closing-content .eyebrow { margin-bottom: 17px; color: #656f78; }
.closing-content h2 { max-width: 600px; font-size: clamp(3.1rem, 5vw, 5.2rem); }
.closing-content > p:not(.eyebrow) { margin: 22px 0 28px; font-size: 19px; line-height: 1.28; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; width: fit-content; min-height: 46px; padding: 0 21px; border-radius: var(--radius-pill); font-size: 14px; font-weight: 700; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-orange { background: var(--orange); color: var(--white); }
.button-orange:hover { background: #e7510b; }
.button i { font-size: 18px; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 108px; background: var(--paper); color: var(--muted); font-size: 12px; }
.brand-footer .brand-symbol { width: 52px; height: 31px; }
.brand-footer .brand-symbol img { width: 74px; height: 37px; }
.brand-footer .brand-lockup strong { font-size: 19px; }
.site-footer p { margin: 0; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: var(--ink); font-weight: 600; }
.footer-links a:hover { color: var(--orange); }

.consent-banner { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(calc(100% - 44px), 760px); padding: 18px 20px; border: 1px solid rgba(9, 23, 42, .1); border-radius: 18px; background: rgba(255, 255, 255, .97); box-shadow: 0 16px 42px rgba(9, 23, 42, .18); }
.consent-banner strong { display: block; margin-bottom: 4px; font-size: 14px; }
.consent-banner p { max-width: 490px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.consent-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; }
.consent-actions button { min-height: 38px; padding: 0 14px; border-radius: var(--radius-pill); font-size: 11px; font-weight: 700; }
.consent-secondary { border: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.consent-primary { border: 0; background: var(--orange); color: var(--white); }

@media (max-width: 1000px) {
  .section-shell, .site-header { width: min(calc(100% - 56px), var(--max-width)); }
  .hero-shell { grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); }
  .hero-copy { padding-right: 22px; }
  h1 { font-size: clamp(3.6rem, 7vw, 5.5rem); }
  .hero-media { width: 100%; }
  .benefit-row { gap: 13px; }
  .benefit { gap: 7px; }
  .benefit > i { font-size: 23px; }
  .benefit strong { font-size: 10px; }
  .itinerary-row { grid-template-columns: minmax(170px, 27%) minmax(210px, 1fr) 155px 46px; gap: 18px; }
  .itinerary-main h3 { font-size: 20px; }
}

@media (max-width: 1100px) and (min-width: 761px) {
  .hero-shell { min-height: 640px; }
  .hero-media { width: 100%; }
}

@media (max-width: 760px) {
  .section-shell, .site-header { width: min(calc(100% - 40px), var(--max-width)); }
  .site-header { min-height: 76px; }
  .brand-symbol { width: 49px; height: 30px; }
  .brand-symbol img { width: 62px; height: auto; }
  .brand-lockup strong { font-size: 18px; }
  .brand-lockup small { margin-top: 4px; font-size: 4px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 18px 38px rgba(9, 23, 42, .13); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 10px; }
  .nav-cta { justify-content: center; margin-top: 6px; }
  .hero-shell { display: flex; flex-direction: column; }
  .hero-copy { order: 1; padding: 68px 0 54px; }
  .hero-media { order: 2; width: 100%; min-height: 0; margin: 0; border-radius: 0; }
  .hero-media img { min-height: 0; object-position: center; }
  h1 { font-size: clamp(3.6rem, 15vw, 5rem); }
  .hero-intro { font-size: 17px; }
  .benefit-row { grid-template-columns: 1fr; gap: 17px; margin-top: 34px; }
  .benefit > i { font-size: 25px; }
  .theme-rail { padding: 12px 0 24px; }
  .theme-entry-grid { grid-template-columns: 1fr; gap: 14px; }
  .theme-entry, .theme-entry-content { min-height: 205px; }
  .theme-entry-content { padding: 23px 25px; }
  .theme-entry strong { font-size: 3.5rem; }
  .theme-entry-arrow { right: 20px; bottom: 20px; }
  .guide-grid { grid-template-columns: 1fr; gap: 16px; }
  .guide-card-media { height: 210px; }
  .guide-card-content { padding: 20px; }
  .guide-card h3 { font-size: 25px; }
  .section-heading { display: block; }
  .section-heading-side { align-items: start; flex-direction: column; gap: 13px; width: 100%; margin-top: 24px; }
  .section-heading-side p { margin-bottom: 0; }
  .itineraries { padding: 58px 0 84px; }
  .itinerary-row { grid-template-columns: 92px minmax(0, 1fr) 42px; gap: 13px; min-height: 112px; }
  .itinerary-image { height: 80px; border-radius: 13px; }
  .itinerary-main h3 { font-size: 18px; }
  .itinerary-main > p:last-child { font-size: 12px; }
  .itinerary-category { margin-bottom: 4px; font-size: 8px; letter-spacing: .12em; }
  .itinerary-facts { display: none; }
  .itinerary-arrow { width: 36px; height: 36px; font-size: 17px; }
  .how-it-works { padding: 76px 0 80px; }
  .how-shell { display: block; }
  .how-intro { margin-top: 20px; }
  .steps { display: block; margin-top: 36px; }
  .step, .step + .step { grid-template-columns: 54px 1fr; padding: 24px 0; border-right: 0; border-bottom: 1px solid #d4d5d3; }
  .step:last-child { border-bottom: 0; }
  .closing, .closing-content { min-height: 530px; }
  .closing > img { object-position: 62% center; }
  .closing-content { align-items: flex-start; justify-content: end; padding-bottom: 55px; }
  .closing-content h2 { font-size: 3.7rem; }
  .site-footer { align-items: flex-start; flex-direction: column; padding: 30px 0; }
  .footer-links { flex-wrap: wrap; }
  .consent-banner { right: 12px; bottom: 12px; flex-direction: column; align-items: stretch; gap: 14px; width: calc(100% - 24px); padding: 16px; }
  .consent-actions { justify-content: flex-end; }
}

@media (max-width: 420px) {
  .travel-search { padding-left: 15px; }
  .travel-search input { padding: 0 8px; font-size: 14px; }
  .travel-search button { min-width: 84px; padding: 0 16px; }
  .hero-media, .hero-media img { min-height: 0; }
  .closing-content h2 { font-size: 3.1rem; }
}
