:root {
  --purple: #692485;
  --purple-deep: #3f1353;
  --purple-dark: #291032;
  --purple-soft: #e9ddef;
  --lavender: #f2ebf4;
  --mist: #f7f2f8;
  --paper: #fbf8fc;
  --ink: #251d29;
  --muted: #746b77;
  --line: #ded2e2;
  --orange: #f07c00;
  --orange-dark: #d86400;
  --yellow: #f5b500;
  --green: #2f6a55;
  --shadow: 0 24px 70px rgba(65, 24, 77, .10);
  --radius: 22px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 125px; }
body { margin: 0; color: var(--ink); background: var(--lavender); font: 400 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
h1 em, h2 em { color: var(--purple); font-weight: 500; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 760px; }
.section { padding: 110px 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); background: var(--purple); color: #fff; padding: 10px 15px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.sr-only, .honey { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--purple); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.kicker::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.kicker.light { color: #f4dff8; }
.lead { font-size: 1.2rem; color: #493e4c; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 0 27px; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--purple); color: #fff; box-shadow: 0 12px 30px rgba(105, 36, 133, .18); }
.button-primary:hover { background: var(--purple-deep); }
.button-orange { background: var(--orange); color: #fff; box-shadow: 0 12px 28px rgba(240, 124, 0, .24); }
.button-orange:hover { background: var(--orange-dark); }
.button-block { width: 100%; }
.button-link { color: var(--purple); font-weight: 700; border-bottom: 1px solid var(--purple-soft); padding-bottom: 6px; }
.button-link span, .round-link span { color: var(--orange); }
.underlined-link { display: inline-block; color: var(--purple); font-weight: 700; border-bottom: 1px solid var(--purple); padding-bottom: 5px; }
.back-link { display: inline-block; margin-bottom: 36px; color: var(--muted); font-size: .88rem; font-weight: 600; }

.topbar { background: var(--purple-dark); color: #e8d9ed; font-size: .76rem; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar-inner div { display: flex; gap: 24px; }
.topbar a:hover { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247, 242, 248, .94); border-bottom: 1px solid rgba(105, 36, 133, .10); backdrop-filter: blur(14px); transition: box-shadow .2s; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(46, 20, 53, .08); }
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 225px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 600; }
.main-nav > a:not(.nav-button) { position: relative; padding: 34px 0; }
.main-nav > a:not(.nav-button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--orange); transition: right .2s; }
.main-nav > a:hover::after, .main-nav > a.is-active::after { right: 0; }
.nav-button { background: var(--purple); color: #fff; border-radius: 999px; padding: 13px 19px; }
.nav-button span { color: #ffc145; margin-left: 6px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: var(--purple-deep); }

/* Portada panorámica */
.home-template .topbar { display: none; }
.home-template .site-header { position: relative; border: 0; background: var(--lavender); color: var(--purple-deep); backdrop-filter: none; }
.home-template .site-header.is-scrolled { box-shadow: none; }
.home-template .header-inner { height: 90px; }
.home-template .brand img { width: 220px; filter: none; }
.home-template .main-nav > a:not(.nav-button)::after { background: var(--orange); }
.home-template .main-nav > a:not(.nav-button):hover { color: var(--purple); }
.home-template .nav-button { background: var(--orange); box-shadow: 0 10px 26px rgba(0,0,0,.14); }
.home-template .nav-button span { color: #fff; }
.home-template .menu-toggle span { background: var(--purple-deep); }

.home-hero { padding: 62px 0 0; background: linear-gradient(180deg, #f0e7f2, var(--lavender)); }
.hero-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 74px; }
.hero-copy { padding: 28px 0 105px; }
.hero-copy h1 { max-width: 680px; margin-bottom: 30px; font-size: clamp(3.5rem, 6.2vw, 6.9rem); }
.hero-copy p { max-width: 560px; color: #5e5361; font-size: 1.16rem; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.hero-visual { position: relative; height: 640px; margin: 0; overflow: hidden; border-radius: 220px 220px 24px 24px; background: var(--purple-soft); box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual figcaption { position: absolute; right: 22px; bottom: 22px; max-width: 235px; padding: 18px 22px; border-radius: 16px; background: rgba(248, 242, 249, .92); backdrop-filter: blur(8px); }
.hero-visual figcaption span { display: block; color: var(--purple); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-visual figcaption strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 1.1rem; line-height: 1.25; }
.journey-finder { position: relative; z-index: 3; margin-top: -64px; border: 1px solid #e1d4e4; border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); overflow: hidden; }
.finder-tabs { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 24px; border-bottom: 1px solid var(--line); color: var(--purple); font-weight: 700; }
.finder-tabs span { padding: 20px 14px; text-align: center; }
.finder-tabs .is-active { color: var(--orange); border-bottom: 2px solid var(--orange); }
.finder-row { display: grid; grid-template-columns: 1.6fr .7fr auto; align-items: end; gap: 30px; padding: 32px 38px; }
.finder-row label > span, .catalog-tools label > span { display: block; margin-bottom: 8px; color: #665b68; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.finder-row input, .finder-row select { width: 100%; height: 48px; border: 0; border-bottom: 1px solid #bfb3c2; outline: none; color: var(--ink); background: transparent; }
.finder-row input:focus, .finder-row select:focus { border-color: var(--purple); }
.confidence-bar { padding: 54px 0 0; }
.confidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.confidence-grid div { padding: 24px 22px; border-right: 1px solid var(--line); }
.confidence-grid div:last-child { border: 0; }
.confidence-grid strong, .confidence-grid span { display: block; }
.confidence-grid strong { font-family: var(--serif); font-size: 1.05rem; }
.confidence-grid span { color: var(--muted); font-size: .8rem; }

.home-hero-v2 { padding: 0 18px; background: var(--lavender); }
.hero-panorama { position: relative; min-height: 670px; overflow: hidden; border-radius: 0 0 38px 38px; background: #748f98; }
.hero-panorama-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.hero-panorama-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,14,18,.05) 8%, rgba(8,14,18,.10) 34%, rgba(8,14,18,.54) 100%); }
.hero-panorama-content { position: relative; z-index: 1; display: flex; min-height: 500px; flex-direction: column; align-items: center; justify-content: center; padding: 48px 0 92px; color: #fff; text-align: center; }
.hero-eyebrow { margin-bottom: 18px; font: 700 .8rem/1.2 "Manrope", var(--sans); letter-spacing: .14em; text-transform: uppercase; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.hero-panorama-content h1 { max-width: 1040px; margin-bottom: 22px; color: #fff; font: 700 clamp(3.1rem, 5.2vw, 6.1rem)/1.03 "Manrope", var(--sans); letter-spacing: -.055em; text-shadow: 0 4px 24px rgba(0,0,0,.3); }
.hero-panorama-content h1 em { color: #ffac3e; font-style: normal; font-weight: 700; }
.hero-panorama-content p { max-width: 710px; margin: 0; color: rgba(255,255,255,.96); font-size: 1.08rem; font-weight: 500; text-shadow: 0 2px 12px rgba(0,0,0,.4); }
.hero-search.shell { position: absolute; z-index: 2; left: 50%; bottom: 58px; width: min(1240px, calc(100% - 96px)); display: grid; grid-template-columns: 1.35fr .75fr .75fr auto; align-items: stretch; gap: 0; padding: 13px 14px 13px 27px; border: 1px solid rgba(105,36,133,.14); border-radius: 999px; background: rgba(242,235,244,.98); box-shadow: 0 22px 60px rgba(35,15,43,.22); transform: translateX(-50%); backdrop-filter: blur(12px); }
.hero-search-field { position: relative; display: flex; min-width: 0; align-items: center; gap: 13px; padding: 4px 25px 4px 18px; border-right: 1px solid #d8ccdc; }
.hero-search-destination { padding-left: 4px; }
.hero-search-field svg, .hero-search-button svg { flex: 0 0 auto; width: 26px; height: 26px; fill: none; stroke: var(--orange); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-search-field > span { display: block; min-width: 0; width: 100%; }
.hero-search-field small { display: block; margin-bottom: 2px; color: #766a79; font-size: .67rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.hero-search-field input, .hero-search-field select { width: 100%; height: 28px; overflow: hidden; border: 0; outline: 0; color: var(--purple-deep); background: transparent; font-size: .9rem; font-weight: 700; text-overflow: ellipsis; }
.hero-search-field input::placeholder { color: var(--purple-deep); opacity: 1; }
.hero-search-button { display: inline-flex; min-width: 170px; align-items: center; justify-content: center; gap: 10px; margin-left: 14px; border: 0; border-radius: 999px; padding: 0 28px; color: #fff; background: var(--purple); font-weight: 800; box-shadow: 0 10px 25px rgba(74,27,94,.2); transition: background .2s, transform .2s; }
.hero-search-button:hover { background: var(--purple-deep); transform: translateY(-1px); }
.hero-search-button svg { width: 21px; height: 21px; stroke: #fff; }
.home-promises { padding: 32px 0 24px; background: var(--lavender); }
.home-promises-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.home-promises-grid > div { display: flex; min-width: 0; align-items: center; gap: 14px; padding: 17px 4px; }
.promise-icon { display: grid; flex: 0 0 auto; width: 43px; height: 43px; place-items: center; border-radius: 13px; color: #fff; background: var(--orange); font: 800 1rem "Manrope", var(--sans); box-shadow: 0 8px 18px rgba(240,124,0,.18); }
.home-promises p { margin: 0; line-height: 1.3; }
.home-promises strong, .home-promises small { display: block; }
.home-promises strong { color: var(--purple-deep); font: 800 .9rem "Manrope", var(--sans); }
.home-promises small { margin-top: 4px; color: var(--muted); font-size: .72rem; }

.intro-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.intro-layout h2 { max-width: 600px; font-size: clamp(2.7rem, 4.5vw, 5rem); }
.intro-text { max-width: 580px; }
.intro-text p { color: #5f5562; }
.intro-text .underlined-link { margin-top: 18px; }
.featured-section { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.6rem, 4.2vw, 4.6rem); }
.round-link { display: inline-flex; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 999px; padding: 14px 18px; font-weight: 700; }
.trip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 24px; }
.trip-card { min-width: 0; border: 1px solid var(--line); border-radius: 20px; background: var(--mist); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.trip-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(59, 22, 69, .10); }
.trip-card[hidden] { display: none; }
.trip-card-image { position: relative; display: block; aspect-ratio: 1.48; overflow: hidden; background: var(--purple-soft); }
.trip-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.trip-card:hover .trip-card-image img { transform: scale(1.035); }
.trip-card-region { position: absolute; top: 15px; left: 15px; border-radius: 999px; padding: 7px 12px; background: rgba(249, 244, 250, .93); color: var(--purple); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.trip-card-body { padding: 24px; }
.trip-card-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.trip-card h2 { min-height: 2.25em; margin: 13px 0 6px; font-size: 1.55rem; line-height: 1.12; }
.trip-card h2 a:hover { color: var(--purple); }
.trip-card-date { margin-bottom: 12px; color: var(--orange-dark); font-weight: 700; font-size: .84rem; }
.trip-card-summary { min-height: 4.7em; color: var(--muted); font-size: .9rem; }
.trip-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line); }
.trip-card-footer p { margin: 0; }
.trip-card-footer small, .trip-card-footer strong, .trip-card-footer p span { display: block; }
.trip-card-footer small, .trip-card-footer p span { color: var(--muted); font-size: .68rem; }
.trip-card-footer strong { color: var(--purple); font-family: var(--serif); font-size: 1.45rem; }
.trip-card-footer > a { color: var(--purple); font-size: .82rem; font-weight: 700; }
.trip-card-footer > a span { color: var(--orange); }

.visual-story { background: var(--purple-deep); color: #fff; }
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 300px 250px; gap: 24px; }
.story-grid figure { margin: 0; overflow: hidden; border-radius: var(--radius); }
.story-grid img { width: 100%; height: 100%; object-fit: cover; }
.story-main { grid-row: 1 / 3; }
.story-copy { padding: 12px 25px 10px 35px; align-self: center; }
.story-copy h2 { font-size: clamp(2.5rem, 4vw, 4.4rem); }
.story-copy p { color: #dbcde0; }
.story-secondary { width: 55%; justify-self: end; }
.compact-heading { max-width: 850px; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-cards article { min-height: 260px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); }
.service-cards article > span, .values-grid article > span { color: var(--orange); font-size: .75rem; font-weight: 700; }
.service-cards h3 { margin: 54px 0 14px; font-family: var(--serif); font-size: 1.6rem; }
.service-cards p { color: var(--muted); }
.closing-cta { padding-top: 40px; }
.closing-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 58px 64px; border-radius: 28px; background: var(--purple-deep); color: #fff; }
.closing-panel h2 { margin-bottom: 14px; font-size: clamp(2.4rem, 4vw, 4.3rem); }
.closing-panel p { margin: 0; color: #d9c9df; }
.closing-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.closing-actions > a:not(.button) { color: #efdfef; font-size: .82rem; font-weight: 700; }

.page-intro { padding: 90px 0 65px; background: var(--purple-deep); color: #fff; }
.page-intro-grid { display: grid; grid-template-columns: 1fr .62fr; align-items: end; gap: 80px; }
.page-intro h1 { margin: 0; font-size: clamp(3.5rem, 6vw, 6.5rem); }
.page-intro h1 em { color: #ffc24a; }
.page-intro-copy p { color: #d9cddd; font-size: 1.15rem; }
.collection-count { display: inline-block; margin-top: 18px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .74rem; text-transform: uppercase; letter-spacing: .07em; }
.catalog-section { padding: 58px 0 100px; }
.catalog-tools { display: grid; grid-template-columns: 1.4fr .6fr .6fr auto; align-items: end; gap: 20px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.catalog-tools input, .catalog-tools select { width: 100%; height: 48px; border: 0; border-bottom: 1px solid #c9bdcc; outline: none; background: transparent; }
.catalog-search { position: relative; }
.catalog-search span:last-child { position: absolute; right: 10px; bottom: 10px; color: var(--purple); font-size: 1.3rem; }
.filter-reset { height: 48px; border: 1px solid var(--line); border-radius: 999px; padding: 0 18px; color: var(--purple); background: transparent; font-weight: 700; }
.catalog-meta { display: flex; justify-content: space-between; margin: 35px 0 25px; color: var(--muted); font-size: .84rem; }
.catalog-meta p { margin: 0; }
.catalog-meta strong { color: var(--purple); }
.no-results { padding: 90px 20px; text-align: center; }
.no-results span { color: var(--orange); font-weight: 700; }
.no-results h2 { font-size: 2.5rem; }
.catalog-help { padding-top: 0; }
.help-panel { display: grid; grid-template-columns: 1fr .7fr auto; align-items: center; gap: 40px; padding: 50px 55px; border-radius: var(--radius); background: var(--purple); color: #fff; }
.help-panel h2 { margin: 0; font-size: 2.6rem; }
.help-panel p { margin: 0; color: #e3d6e8; }

.trip-hero { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 660px; align-items: stretch; padding-top: 64px; padding-bottom: 64px; }
.trip-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 35px 60px 35px 0; }
.trip-hero h1 { margin-bottom: 14px; font-size: clamp(3.4rem, 5.6vw, 6.2rem); }
.trip-departure-title { margin-bottom: 24px; color: var(--orange-dark); font-weight: 700; font-size: 1rem; }
.trip-hero-lead { color: #625766; font-family: var(--serif); font-size: 1.5rem; }
.trip-hero-facts { display: flex; gap: 22px; margin: 20px 0 30px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--purple); font-size: .85rem; font-weight: 700; }
.trip-hero-image { position: relative; min-height: 610px; margin: 0; overflow: hidden; border-radius: 220px 24px 24px 24px; background: var(--purple-soft); }
.trip-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.trip-hero-image figcaption { position: absolute; right: 18px; bottom: 18px; padding: 9px 14px; border-radius: 999px; background: rgba(249,244,250,.92); color: var(--purple); font-size: .74rem; font-weight: 700; }
.trip-subnav { position: sticky; top: 92px; z-index: 50; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(247,242,248,.96); backdrop-filter: blur(10px); }
.trip-subnav .shell { display: flex; gap: 32px; overflow-x: auto; }
.trip-subnav a { flex: 0 0 auto; padding: 17px 0; color: var(--muted); font-size: .78rem; font-weight: 700; }
.trip-subnav a:hover { color: var(--purple); }
.trip-overview { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 90px; padding-top: 110px; padding-bottom: 110px; }
.trip-main-column h2, .detail-heading h2 { font-size: clamp(2.8rem, 4.5vw, 4.9rem); }
.route-line { margin-top: 34px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.route-line span, .route-line strong { display: block; }
.route-line span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.route-line strong { margin-top: 8px; color: var(--purple); font-family: var(--serif); font-size: 1.25rem; }
.highlight-box { margin-top: 32px; padding: 28px; border-left: 3px solid var(--orange); background: var(--paper); }
.highlight-box h3 { font-family: var(--serif); font-size: 1.5rem; }
.highlight-box ul { margin: 0; padding-left: 18px; color: var(--muted); }
.booking-card { align-self: start; position: sticky; top: 175px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.booking-label { color: var(--muted); font-size: .78rem; }
.booking-price { display: block; color: var(--purple); font-family: var(--serif); font-size: 3.2rem; line-height: 1; }
.booking-card > span:nth-of-type(2) { color: var(--muted); font-size: .74rem; }
.booking-card dl { margin: 28px 0; }
.booking-card dl div, .booking-summary dl div { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.booking-card dt, .booking-summary dt { color: var(--muted); }
.booking-card dd, .booking-summary dd { margin: 0; font-weight: 700; text-align: right; }
.booking-card p { font-size: .82rem; color: var(--muted); }
.booking-help { display: block; margin-top: 17px; text-align: center; color: var(--purple); font-size: .77rem; font-weight: 700; }
.trip-section { padding: 105px 0; border-top: 1px solid var(--line); }
.flights-section, .itinerary-section, .extras-section { background: var(--paper); }
.detail-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 50px; margin-bottom: 50px; }
.detail-heading h2 { margin: 0; }
.detail-heading > p { color: var(--muted); }
.flight-groups { display: grid; gap: 22px; }
.flight-group { border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); overflow: hidden; }
.flight-group > header { display: flex; align-items: center; gap: 18px; padding: 23px 28px; border-bottom: 1px solid var(--line); }
.flight-group > header span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: var(--purple); color: #fff; font-size: .68rem; font-weight: 700; }
.flight-group h3 { margin: 0; font-family: var(--serif); font-size: 1.35rem; }
.flight-list { padding: 5px 28px; }
.flight-row { display: grid; grid-template-columns: 110px 120px 1fr 120px; align-items: center; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.flight-row:last-child { border: 0; }
.flight-number small, .airport small { display: block; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.flight-number strong { color: var(--purple); }
.airport strong { font-family: var(--serif); font-size: 1.25rem; }
.airport-arrival { text-align: right; }
.flight-path { display: flex; align-items: center; color: var(--orange); }
.flight-path span { height: 1px; flex: 1; background: var(--line); }
.flight-path b { padding: 0 10px; transform: rotate(6deg); }
.flight-raw { padding: 22px 0; border-bottom: 1px solid var(--line); }
.hotel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hotel-grid article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.hotel-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--purple-soft); color: var(--purple); }
.hotel-grid h3 { margin: 38px 0 12px; font-family: var(--serif); font-size: 1.35rem; }
.hotel-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.itinerary-layout { display: grid; grid-template-columns: 320px 1fr; gap: 90px; }
.itinerary-heading { position: sticky; top: 180px; align-self: start; }
.itinerary-heading h2 { font-size: 4rem; }
.itinerary-heading p { color: var(--muted); }
.itinerary-list details { border-bottom: 1px solid var(--line); }
.itinerary-list summary { display: grid; grid-template-columns: 115px 1fr 30px; align-items: center; gap: 20px; list-style: none; padding: 25px 0; cursor: pointer; }
.itinerary-list summary::-webkit-details-marker { display: none; }
.itinerary-list summary > span { color: var(--orange-dark); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.itinerary-list summary strong { font-family: var(--serif); font-size: 1.35rem; }
.itinerary-list summary i { color: var(--purple); font-style: normal; font-size: 1.6rem; text-align: right; }
.itinerary-list details[open] summary i { transform: rotate(45deg); }
.day-copy { padding: 0 0 28px 135px; color: #605663; }
.day-copy p:last-child { margin-bottom: 0; }
.services-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.services-detail-grid article { padding: 45px; border-radius: var(--radius); }
.services-detail-grid h2 { font-size: 2.8rem; }
.included-panel { background: #ecf4ef; border: 1px solid #cfdfd5; }
.excluded-panel { background: #f1e8f3; border: 1px solid var(--line); }
.services-detail-grid ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.services-detail-grid li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; color: #554c57; }
.included-panel li span { color: var(--green); font-weight: 800; }
.excluded-panel li span { color: var(--purple); font-weight: 800; }
.extras-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.extras-grid article { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); }
.extras-grid h2 { font-size: 2.5rem; }
.extras-grid ul { margin: 0; padding-left: 19px; color: var(--muted); }
.documents-section { padding-bottom: 30px; }
.document-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 65px; padding: 55px; border-radius: var(--radius); background: var(--purple-deep); color: #fff; }
.document-panel h2 { font-size: 3rem; }
.document-panel ul { margin: 0; padding-left: 20px; color: #e1d4e5; }
.trip-closing { padding-top: 80px; }

.editorial-hero { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; min-height: 680px; padding-top: 70px; padding-bottom: 70px; }
.editorial-copy h1 { font-size: clamp(3.4rem, 5.5vw, 6.2rem); }
.editorial-copy p { max-width: 560px; color: var(--muted); font-size: 1.1rem; }
.editorial-hero figure { height: 580px; margin: 0; overflow: hidden; border-radius: 220px 24px 24px; }
.editorial-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.service-list-section { background: var(--paper); }
.service-list article { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.service-list article > span { color: var(--orange); font-size: .75rem; font-weight: 700; }
.service-list h2 { margin-bottom: 7px; font-size: 2.1rem; }
.service-list p { margin: 0; color: var(--muted); }
.service-list a { color: var(--purple); font-size: .82rem; font-weight: 700; }
.process-grid, .values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.process-grid article, .values-grid article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); }
.process-grid b { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--purple); color: #fff; }
.process-grid h3, .values-grid h3 { margin: 50px 0 10px; font-family: var(--serif); font-size: 1.5rem; }
.process-grid p, .values-grid p { color: var(--muted); }
.manifesto-section { background: var(--paper); }
.values-section { padding-top: 0; background: var(--paper); }
.credentials-section { padding-top: 0; }
.credentials-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding: 58px; border-radius: var(--radius); background: var(--purple-deep); color: #fff; }
.credentials-panel h2 { font-size: 3.4rem; }
.credentials-panel dl { margin: 0; }
.credentials-panel dl div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.credentials-panel dt { color: #cdbbd4; }
.credentials-panel dd { margin: 0; font-weight: 700; }

.contact-hero { display: grid; grid-template-columns: 1fr 370px; gap: 90px; padding-top: 95px; padding-bottom: 70px; }
.contact-hero h1 { font-size: clamp(3.5rem, 6vw, 6.3rem); }
.contact-hero > div p { max-width: 650px; color: var(--muted); font-size: 1.1rem; }
.contact-hero aside { align-self: end; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.contact-hero aside span, .contact-hero aside a { display: block; }
.contact-hero aside span { margin-bottom: 15px; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-hero aside a { padding: 7px 0; color: var(--purple); font-weight: 700; }
.contact-section { padding: 25px 0 110px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: 28px; align-items: start; }
.contact-form-panel { padding: 45px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.site-form .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.site-form label > span { display: block; margin-bottom: 8px; color: #564b59; font-size: .78rem; font-weight: 700; }
.site-form input, .site-form select, .site-form textarea { width: 100%; border: 1px solid #cfc2d2; border-radius: 11px; padding: 13px 14px; outline: none; color: var(--ink); background: #f7f1f8; }
.site-form input, .site-form select { height: 50px; }
.site-form input:focus, .site-form select:focus, .site-form textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(105,36,133,.08); }
.form-wide { grid-column: 1 / -1; }
.form-consent { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; margin: 25px 0; color: var(--muted); font-size: .78rem; }
.form-consent input { width: 18px; height: 18px; padding: 0; }
.form-consent span { font-weight: 400 !important; }
.form-consent a { color: var(--purple); text-decoration: underline; }
.form-errors { margin-bottom: 25px; padding: 17px 20px; border-left: 3px solid #a93a45; background: #f7e7e9; color: #6b2630; }
.form-errors ul { margin: 7px 0 0; }
.form-success { padding: 45px 20px; text-align: center; }
.form-success > span { display: grid; width: 54px; height: 54px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 1.4rem; }
.form-success h2 { font-size: 2.8rem; }
.visit-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); }
.visit-card img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.visit-card > div { padding: 30px; }
.visit-card h2 { font-size: 2.2rem; }
.visit-card p { color: var(--muted); }

.booking-page { padding: 80px 0 110px; }
.booking-page-grid { display: grid; grid-template-columns: 1fr 410px; gap: 65px; align-items: start; }
.booking-form-side h1 { max-width: 760px; font-size: clamp(3.1rem, 5vw, 5.5rem); }
.booking-form-side > p { max-width: 700px; color: var(--muted); }
.booking-form { margin-top: 40px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.booking-summary { position: sticky; top: 125px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.booking-summary > img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.booking-summary > div { padding: 30px; }
.booking-summary h2 { font-size: 2.1rem; }
.booking-summary p { color: var(--muted); }
.payment-preview { margin-top: 25px; padding: 20px; border-radius: 14px; background: var(--purple-soft); }
.payment-preview span, .payment-preview strong, .payment-preview small { display: block; }
.payment-preview span { color: var(--muted); font-size: .74rem; }
.payment-preview strong { margin: 3px 0; color: var(--purple); font-family: var(--serif); font-size: 2.2rem; }
.payment-preview small { color: #615365; }
.payment-mode-note { margin: 14px 0 0; color: var(--muted); font-size: .76rem; }
.confirmation-panel { max-width: 760px; margin: 0 auto; padding: clamp(32px, 6vw, 70px); text-align: center; }
.confirmation-panel h1 { margin-top: 12px; }
.confirmation-icon { display: grid; width: 60px; height: 60px; margin: 0 auto 24px; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 1.6rem; }
.booking-reference { display: inline-block; margin: 10px 0 26px; padding: 12px 18px; border-radius: 10px; background: var(--purple-soft); color: var(--purple); font-size: 1.2rem; letter-spacing: .06em; }
.confirmation-summary { max-width: 480px; margin: 0 auto 28px; text-align: left; }
.confirmation-summary div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.confirmation-summary dd { margin: 0; font-weight: 700; text-align: right; }

.legal-page { padding: 90px 0 120px; }
.legal-layout { display: grid; grid-template-columns: 280px minmax(0, 800px); gap: 80px; }
.legal-layout aside { position: sticky; top: 140px; align-self: start; display: grid; gap: 5px; }
.legal-layout aside > span { margin-bottom: 15px; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.legal-layout aside a { padding: 11px 15px; border-radius: 9px; color: #635867; }
.legal-layout aside a.is-active { background: var(--purple-soft); color: var(--purple); font-weight: 700; }
.legal-layout article { padding: 50px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.legal-layout h1 { margin-bottom: 50px; font-size: 4rem; }
.legal-layout h2 { margin-top: 40px; font-size: 1.8rem; }
.legal-layout p { color: #5f5562; }
.simple-page { min-height: 60vh; padding: 120px 0; }
.simple-page h1 { font-size: 4rem; }

.site-footer { padding: 85px 0 28px; background: #26102d; color: #e7dae9; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr .9fr 1fr; gap: 55px; }
.footer-brand img { width: 260px; margin-bottom: 20px; border-radius: 14px; padding: 12px 14px; background: var(--lavender); filter: none; opacity: 1; }
.footer-brand p { max-width: 360px; color: #cbbdce; }
.footer-grid h2 { margin-bottom: 20px; color: #fff; font: 700 .72rem var(--sans); text-transform: uppercase; letter-spacing: .09em; }
.footer-grid > div:not(.footer-brand) > a { display: block; margin: 9px 0; color: #d7c9da; font-size: .86rem; }
.footer-grid > div > p { color: #cbbdce; font-size: .86rem; }
.social-row { display: flex; gap: 18px; color: #ffc14c; font-size: .8rem; font-weight: 700; }
.footer-license { margin-top: 22px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.13); color: #aa99af; font-size: .72rem; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 18px; }
.mobile-contact { display: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.nav-button) { display: none; }
  .hero-layout, .editorial-hero { gap: 35px; }
  .hero-visual { height: 550px; }
  .trip-grid { grid-template-columns: repeat(2, 1fr); }
  .trip-overview { gap: 45px; }
  .itinerary-layout { grid-template-columns: 260px 1fr; gap: 45px; }
  .catalog-tools { grid-template-columns: 1fr 1fr 1fr; }
  .filter-reset { grid-column: 3; }
  .booking-page-grid { grid-template-columns: 1fr 360px; gap: 35px; }
  .hero-search.shell { width: calc(100% - 64px); grid-template-columns: 1.2fr .7fr .7fr auto; padding-left: 18px; }
  .hero-search-field { padding-right: 15px; padding-left: 12px; }
  .hero-search-button { min-width: 145px; padding: 0 22px; }
  .home-promises-grid { gap: 10px; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 85px; }
  .shell { width: min(100% - 30px, 680px); }
  .section { padding: 75px 0; }
  .topbar { display: none; }
  .header-inner { height: 78px; }
  .brand img { width: 186px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 78px 0 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 30px; background: var(--paper); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.nav-button) { display: block; padding: 17px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.6rem; }
  .main-nav > a:not(.nav-button)::after { display: none; }
  .nav-button { margin-top: 25px; text-align: center; }
  .home-template .main-nav { background: var(--purple-deep); color: #fff; }
  .home-template .main-nav > a:not(.nav-button) { border-color: rgba(255,255,255,.16); }
  .hero-panorama { min-height: 720px; border-radius: 0 0 28px 28px; }
  .hero-panorama-content { min-height: 390px; justify-content: flex-start; padding-top: 75px; }
  .hero-panorama-content h1 { font-size: clamp(3.15rem, 10vw, 4.6rem); }
  .hero-panorama-content p { max-width: 580px; }
  .hero-search.shell { bottom: 28px; width: calc(100% - 40px); grid-template-columns: 1fr 1fr; gap: 0; border-radius: 28px; padding: 14px; }
  .hero-search-field { min-height: 68px; padding: 8px 16px; }
  .hero-search-destination { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid #d8ccdc; }
  .hero-search-field:nth-of-type(2) { border-bottom: 1px solid #d8ccdc; }
  .hero-search-field:nth-of-type(3) { border-right: 0; border-bottom: 1px solid #d8ccdc; }
  .hero-search-button { grid-column: 1 / -1; min-height: 54px; margin: 12px 0 0; }
  .home-promises-grid { grid-template-columns: 1fr 1fr; }
  .hero-layout, .editorial-hero, .trip-hero { grid-template-columns: 1fr; }
  .home-hero { padding-top: 40px; }
  .hero-copy { padding-bottom: 25px; }
  .hero-copy h1 { font-size: 3.7rem; }
  .hero-visual { height: 480px; border-radius: 150px 150px 22px 22px; }
  .journey-finder { margin-top: 25px; }
  .finder-tabs { display: flex; overflow-x: auto; }
  .finder-tabs span { min-width: max-content; }
  .finder-row { grid-template-columns: 1fr; gap: 20px; padding: 28px 24px; }
  .confidence-grid { grid-template-columns: 1fr 1fr; }
  .confidence-grid div:nth-child(2) { border-right: 0; }
  .confidence-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro-layout, .page-intro-grid, .story-grid, .closing-panel, .help-panel, .detail-heading, .trip-overview, .itinerary-layout, .services-detail-grid, .extras-grid, .document-panel, .credentials-panel, .contact-hero, .contact-layout, .booking-page-grid, .legal-layout { grid-template-columns: 1fr; }
  .intro-layout { gap: 25px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .story-grid { grid-template-rows: 420px auto 230px; }
  .story-main { grid-row: auto; }
  .story-copy { padding: 25px 0; }
  .story-secondary { width: 70%; }
  .service-cards, .hotel-grid { grid-template-columns: 1fr; }
  .closing-panel { padding: 42px 30px; }
  .closing-actions { align-items: flex-start; }
  .page-intro { padding: 70px 0; }
  .page-intro h1 { font-size: 4rem; }
  .catalog-tools { grid-template-columns: 1fr 1fr; }
  .catalog-search { grid-column: 1/-1; }
  .filter-reset { grid-column: auto; }
  .catalog-meta { gap: 15px; }
  .trip-hero { padding-top: 45px; }
  .trip-hero-copy { padding: 0 0 35px; }
  .trip-hero-image { min-height: 480px; border-radius: 150px 20px 20px; }
  .trip-subnav { top: 78px; }
  .trip-overview { padding-top: 70px; }
  .booking-card, .booking-summary, .itinerary-heading, .legal-layout aside { position: static; }
  .flight-row { grid-template-columns: 90px 80px 1fr 80px; gap: 10px; }
  .itinerary-list summary { grid-template-columns: 90px 1fr 25px; }
  .day-copy { padding-left: 110px; }
  .process-grid, .values-grid { grid-template-columns: 1fr 1fr; }
  .editorial-hero { padding-top: 55px; min-height: 0; }
  .editorial-hero figure { height: 470px; border-radius: 150px 20px 20px; }
  .service-list article { grid-template-columns: 50px 1fr; }
  .service-list article > a { grid-column: 2; }
  .contact-hero { gap: 20px; }
  .contact-form-panel { padding: 28px; }
  .booking-summary { grid-row: 1; }
  .legal-layout { gap: 30px; }
  .legal-layout aside { display: flex; overflow-x: auto; }
  .legal-layout aside > span { display: none; }
  .legal-layout aside a { flex: 0 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 15px; padding-bottom: 58px; }
  .shell { width: calc(100% - 24px); }
  .hero-copy h1, .page-intro h1, .trip-hero h1, .editorial-copy h1, .contact-hero h1, .booking-form-side h1 { font-size: 3rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { height: 400px; }
  .home-template .header-inner { height: 78px; }
  .home-template .brand img { width: 188px; }
  .home-hero-v2 { padding: 0 8px; }
  .hero-panorama { min-height: 790px; border-radius: 0 0 24px 24px; }
  .hero-panorama-image { object-position: 58% center; }
  .hero-panorama-content { min-height: 350px; padding: 56px 17px 35px; }
  .hero-eyebrow { font-size: .66rem; letter-spacing: .1em; }
  .hero-panorama-content h1 { margin-bottom: 16px; font-size: 2.85rem; }
  .hero-panorama-content p { font-size: .92rem; }
  .hero-search.shell { bottom: 18px; width: calc(100% - 22px); grid-template-columns: 1fr; border-radius: 23px; padding: 12px; }
  .hero-search-field, .hero-search-destination { grid-column: auto; min-height: 65px; border-right: 0; border-bottom: 1px solid #d8ccdc; padding: 8px 10px; }
  .hero-search-button { grid-column: auto; }
  .home-promises { padding-top: 20px; }
  .home-promises-grid { grid-template-columns: 1fr; gap: 0; }
  .home-promises-grid > div { border-bottom: 1px solid var(--line); }
  .finder-tabs { padding: 0 12px; }
  .confidence-grid { grid-template-columns: 1fr; }
  .confidence-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trip-grid { grid-template-columns: 1fr; }
  .trip-card h2, .trip-card-summary { min-height: 0; }
  .story-grid { grid-template-rows: 330px auto 190px; }
  .catalog-tools { grid-template-columns: 1fr; }
  .catalog-tools > * { grid-column: auto; }
  .catalog-meta { align-items: flex-start; flex-direction: column; }
  .trip-hero-image { min-height: 350px; }
  .trip-hero-facts { align-items: flex-start; flex-direction: column; gap: 5px; }
  .trip-subnav .shell { gap: 22px; }
  .trip-section { padding: 75px 0; }
  .flight-group > header, .flight-list { padding-left: 18px; padding-right: 18px; }
  .flight-row { grid-template-columns: 1fr 1fr; }
  .flight-path { display: none; }
  .flight-number { grid-column: 1 / -1; }
  .itinerary-list summary { grid-template-columns: 1fr 25px; gap: 8px; }
  .itinerary-list summary > span { grid-column: 1; }
  .itinerary-list summary strong { grid-column: 1; }
  .itinerary-list summary i { grid-column: 2; grid-row: 1 / 3; }
  .day-copy { padding-left: 0; }
  .services-detail-grid article, .extras-grid article, .document-panel { padding: 30px 24px; }
  .process-grid, .values-grid { grid-template-columns: 1fr; }
  .site-form .form-grid { grid-template-columns: 1fr; }
  .site-form .form-wide { grid-column: auto; }
  .booking-form { padding: 26px 20px; }
  .legal-layout article { padding: 30px 22px; }
  .legal-layout h1 { font-size: 2.8rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .mobile-contact { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3,1fr); height: 58px; background: var(--purple-deep); color: #fff; box-shadow: 0 -5px 20px rgba(0,0,0,.14); }
  .mobile-contact a { display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.15); font-size: .75rem; font-weight: 700; }
}

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