:root {
  --primary: #214dc4;
  --primary-dark: #17328e;
  --teal: #28b5a4;
  --teal-dark: #26786e;
  --orange: #e48e45;
  --gold: #c49321;
  --violet: #5316e8;
  --yellow: #f1ec08;
  --ink: #10233f;
  --muted: #617086;
  --paper: #ffffff;
  --mist: #f3f7fb;
  --line: #dce4ee;
  --shadow: 0 22px 60px rgba(18, 52, 97, .14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
[hidden] { display: none !important; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 92px; padding: 0 clamp(22px, 5.5vw, 88px); display: flex; align-items: center; gap: 34px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { margin-right: auto; display: block; }
.brand img { display: block; width: clamp(152px, 15vw, 210px); height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.main-nav a { position: relative; padding: 8px 0; color: rgba(255,255,255,.88); font-size: 12px; font-weight: 800; text-decoration: none; }
.main-nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--yellow); transition: right .25s ease; }
.main-nav a:hover:after, .main-nav a.active:after { right: 0; }
.interior-header { position: relative; background: linear-gradient(100deg, var(--primary-dark), var(--primary)); }
.about-tours-cta { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; color: var(--primary-dark); background: var(--yellow); border-radius: 999px; font-size: 10px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.language-control { min-height: 42px; padding: 0 10px; display: flex; align-items: center; gap: 5px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.38); border-radius: 999px; backdrop-filter: blur(8px); }
.language-control span { font-size: 16px; }
.language-control select { padding: 0 18px 0 2px; color: #fff; background: transparent; border: 0; outline: none; font-size: 10px; font-weight: 900; cursor: pointer; }
.language-control option { color: var(--ink); background: #fff; }
.cart-trigger { min-height: 44px; padding: 0 14px; display: flex; align-items: center; gap: 9px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.45); border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 850; backdrop-filter: blur(8px); }
.cart-trigger:hover { background: #fff; color: var(--primary); }
.cart-trigger b { min-width: 21px; height: 21px; display: grid; place-items: center; color: var(--primary-dark); background: var(--yellow); border-radius: 50%; font-size: 10px; }
.cart-icon { font-size: 20px; transform: rotate(-8deg); }
.menu-toggle { display: none; padding: 8px; background: transparent; border: 0; }
.menu-toggle i { display: block; width: 26px; height: 2px; margin: 6px 0; background: #fff; }

.hero { position: relative; min-height: 760px; height: min(930px, 100vh); overflow: hidden; color: #fff; background: #102a68; }
.hero-media { position: absolute; inset: 0; background: url('assets/hero-volcan-imbabura.webp') center 45%/cover; animation: heroMove 20s ease-in-out infinite alternate; }
.hero:before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(15,36,96,.94) 0%, rgba(22,54,142,.69) 46%, rgba(12,36,65,.12) 79%), linear-gradient(0deg, rgba(7,30,69,.86) 0%, transparent 46%); }
.hero:after { content: ""; position: absolute; z-index: 1; left: -10%; top: 18%; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.hero-content { position: relative; z-index: 2; width: min(760px, 82vw); padding-top: clamp(185px, 23vh, 250px); margin-left: clamp(24px, 9vw, 146px); }
.kicker { margin: 0 0 18px; color: var(--primary); font-size: 10px; font-weight: 950; letter-spacing: .22em; text-transform: uppercase; }
.kicker.light { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; }
h1 { margin-bottom: 27px; font-size: clamp(56px, 7.6vw, 112px); line-height: .88; font-weight: 840; }
h1 em, h2 em { color: var(--yellow); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-content > p:not(.kicker) { max-width: 580px; color: rgba(255,255,255,.82); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 999px; text-decoration: none; font-size: 12px; font-weight: 900; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: #17224c; background: var(--yellow); box-shadow: 0 16px 40px rgba(241,236,8,.2); }
.button-accent:hover { box-shadow: 0 20px 50px rgba(241,236,8,.32); }
.button-white { color: var(--primary); background: #fff; }
.button-whatsapp { width: 100%; color: #fff; background: #1fa96b; }
.play-link { display: flex; align-items: center; gap: 11px; color: #fff; background: transparent; border: 0; cursor: pointer; font-size: 12px; font-weight: 800; }
.play-link i { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 10px; font-style: normal; }
.hero-regions { position: absolute; z-index: 2; left: clamp(24px, 5.5vw, 88px); right: clamp(24px, 5.5vw, 88px); bottom: 50px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.24); }
.hero-regions button { padding: 21px 20px 0; display: flex; align-items: flex-start; gap: 14px; color: #fff; background: transparent; border: 0; border-left: 1px solid rgba(255,255,255,.18); text-align: left; cursor: pointer; }
.hero-regions button:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.hero-regions button:hover span { color: var(--yellow); }
.hero-regions b { color: var(--yellow); font-size: 9px; letter-spacing: .12em; }
.hero-regions span { display: grid; font-family: Georgia, serif; font-size: 25px; transition: color .2s; }
.hero-regions small { margin-top: 4px; color: rgba(255,255,255,.55); font-family: Inter, sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.tour-finder { position: relative; z-index: 8; width: min(1170px, calc(100% - 40px)); min-height: 108px; margin: -20px auto 0; padding: 18px; display: grid; grid-template-columns: 1.25fr repeat(3, 1fr) auto; align-items: center; gap: 8px; background: #fff; border-radius: 20px; box-shadow: var(--shadow); }
.finder-title { padding: 0 18px; display: flex; gap: 12px; align-items: center; }
.finder-title > span { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--teal); border-radius: 50%; }
.finder-title p, .tour-finder label { margin: 0; display: grid; }
.finder-title small, .tour-finder label small { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.finder-title strong { margin-top: 5px; font-size: 13px; }
.tour-finder label { padding: 8px 15px; border-left: 1px solid var(--line); }
.tour-finder select { width: 100%; margin-top: 5px; padding: 0 26px 0 0; color: var(--ink); background: transparent; border: 0; outline: none; font-size: 12px; font-weight: 800; }
.finder-submit { align-self: stretch; min-width: 150px; padding: 0 20px; color: #fff; background: var(--primary); border: 0; border-radius: 14px; cursor: pointer; font-size: 11px; font-weight: 900; }
.finder-submit span { margin-left: 10px; }

.section { padding: clamp(90px, 10vw, 145px) clamp(20px, 6.7vw, 108px); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 7vw; margin-bottom: 55px; }
.section-heading h2 { margin: 0; font-size: clamp(44px, 5.6vw, 78px); line-height: .98; }
.section-heading h2 em { color: var(--teal-dark); }
.section-heading > p { margin-bottom: 3px; color: var(--muted); font-size: 14px; line-height: 1.8; }

.about-section { padding-top: 145px; background: #fff; }
.about-heading { max-width: 930px; margin: 0 auto 75px; text-align: center; }
.about-heading h2, .about-heading h1 { margin: 0; font-size: clamp(46px, 6vw, 84px); line-height: .96; letter-spacing: -.05em; }
.about-heading h2 em, .about-heading h1 em { color: var(--teal-dark); font-family: Georgia, serif; font-weight: 400; }
.about-heading > p:last-child { max-width: 650px; margin: 26px auto 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 7vw, 100px); align-items: center; }
.section-number { display: inline-block; margin-bottom: 14px; color: var(--primary); font-size: 9px; font-weight: 950; letter-spacing: .18em; }
.story-copy h3, .story-copy h2, .subsection-heading h3, .subsection-heading h2, .fleet-copy h3, .fleet-copy h2, .values-block > h3, .values-block > h2, .about-closing h3, .about-closing h2 { margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(30px, 3.4vw, 48px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.story-copy p { color: var(--muted); font-size: 13px; line-height: 1.85; }
.story-copy p:first-of-type { color: var(--ink); font-size: 16px; }
.story-visual { position: relative; min-height: 590px; overflow: hidden; padding: 35px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: linear-gradient(0deg, rgba(9,32,77,.9), rgba(19,54,141,.08)), url('https://images.unsplash.com/photo-1526392060635-9d6019884377?auto=format&fit=crop&w=1200&q=88') center/cover; border-radius: 26px; box-shadow: var(--shadow); }
.story-visual > img { width: 170px; }
.story-stats { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.story-stats > div { display: grid; }
.story-stats small { color: rgba(255,255,255,.68); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.story-stats strong { color: var(--yellow); font-family: Georgia, serif; font-size: 70px; font-weight: 400; line-height: .9; }
.story-stats > span { max-width: 180px; color: rgba(255,255,255,.8); font-size: 10px; font-weight: 800; line-height: 1.7; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.about-philosophy, .corporate-block { margin-top: 120px; }
.subsection-heading { display: grid; grid-template-columns: 55px minmax(0, 680px); gap: 20px; }
.subsection-heading .section-number { padding-top: 8px; }
.subsection-heading h3, .subsection-heading h2 { margin-bottom: 14px; }
.subsection-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.pillar-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pillar-grid article { min-height: 235px; padding: 28px; background: var(--mist); border: 1px solid #e4ebf3; border-radius: 18px; transition: transform .25s, background .25s, color .25s; }
.pillar-grid article:hover { color: #fff; background: var(--primary); transform: translateY(-5px); }
.pillar-grid article > span { color: var(--teal-dark); font-size: 9px; font-weight: 950; letter-spacing: .15em; }
.pillar-grid article:hover > span { color: var(--yellow); }
.pillar-grid h4, .pillar-grid h3, .mission-vision h4, .mission-vision h3, .values-grid h4, .values-grid h3 { margin: 35px 0 12px; font-size: 17px; }
.pillar-grid p, .mission-vision p, .values-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.pillar-grid article:hover p { color: rgba(255,255,255,.74); }
.fleet-card { position: relative; overflow: hidden; margin-top: 110px; padding: clamp(35px, 5vw, 65px); display: grid; grid-template-columns: 80px 1.1fr 1fr; gap: 30px; align-items: center; color: #fff; background: var(--teal-dark) radial-gradient(circle at 90% 10%, rgba(40,181,164,.72), transparent 36%); border-radius: 25px; }
.fleet-card:after { content: "YAMOR TOURS"; position: absolute; right: -12px; bottom: -25px; color: rgba(255,255,255,.045); font-size: clamp(55px, 9vw, 120px); font-weight: 950; letter-spacing: -.06em; }
.fleet-symbol { position: relative; z-index: 1; width: 70px; height: 70px; display: grid; place-items: center; color: var(--primary-dark); background: var(--yellow); border-radius: 50%; font-size: 35px; }
.fleet-copy, .fleet-card ul { position: relative; z-index: 1; }
.fleet-copy .kicker { color: var(--yellow); }
.fleet-copy h3, .fleet-copy h2 { margin-bottom: 14px; }
.fleet-copy > p:last-child { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.7; }
.fleet-card ul { margin: 0; padding: 0; display: grid; gap: 16px; list-style: none; }
.fleet-card li { padding-left: 24px; color: rgba(255,255,255,.86); font-size: 11px; line-height: 1.55; }
.fleet-card li:before { content: "✓"; margin-left: -24px; margin-right: 10px; color: var(--yellow); font-weight: 950; }
.mission-vision { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mission-vision article { position: relative; overflow: hidden; min-height: 310px; padding: 36px; border: 1px solid var(--line); border-radius: 20px; }
.mission-vision article:first-child { background: #f1f5ff; }
.mission-vision article:last-child { color: #fff; background: var(--primary); }
.mission-vision article > span { color: var(--teal-dark); font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.mission-vision article:last-child > span { color: var(--yellow); }
.mission-vision h4, .mission-vision h3 { margin-top: 42px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.mission-vision p { font-size: 12px; line-height: 1.82; }
.mission-vision article:last-child p { color: rgba(255,255,255,.74); }
.values-block { margin-top: 90px; }
.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.values-grid article { padding: 22px 19px; border-top: 3px solid var(--teal); background: #fbfcfe; }
.values-grid b { color: var(--primary); font-size: 9px; letter-spacing: .12em; }
.values-grid h4, .values-grid h3 { margin: 25px 0 10px; font-size: 14px; }
.values-grid p { font-size: 10px; }
.about-closing { margin-top: 100px; padding: clamp(38px, 5vw, 70px); display: flex; align-items: center; justify-content: space-between; gap: 45px; color: #fff; background: #112855 linear-gradient(120deg, rgba(33,77,196,.9), rgba(38,120,110,.72)); border-radius: 24px; }
.about-closing > div { max-width: 670px; }
.about-closing .kicker { color: var(--yellow); }
.about-closing h3, .about-closing h2 { margin-bottom: 12px; font-size: clamp(39px, 5vw, 64px); }
.about-closing > div > p:last-child { margin: 0; color: rgba(255,255,255,.73); font-size: 13px; line-height: 1.7; }
.about-closing .button { flex: 0 0 auto; }

.holiday-section { background: var(--mist); padding-top: 130px; }
.holiday-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; }
.holiday-card { position: relative; min-height: 440px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; border-radius: var(--radius); color: #fff; isolation: isolate; box-shadow: 0 12px 35px rgba(19,55,105,.1); }
.holiday-card:before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(10,31,70,.92), rgba(15,42,97,.1) 70%); }
.holiday-card:after { content: ""; position: absolute; z-index: -2; inset: 0; background: var(--holiday-image) center/cover; transition: transform .5s ease; }
.holiday-card:hover:after { transform: scale(1.05); }
.holiday-card:first-child { min-height: 500px; }
.holiday-date { position: absolute; top: 20px; left: 20px; min-width: 70px; padding: 10px 12px; display: grid; place-items: center; color: var(--primary-dark); background: var(--yellow); border-radius: 12px; line-height: 1; }
.holiday-date strong { font-size: 21px; }
.holiday-date span { margin-top: 5px; font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.holiday-badge { position: absolute; top: 20px; right: 20px; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.17); backdrop-filter: blur(8px); font-size: 8px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.holiday-body { padding: 28px; }
.holiday-body > small { color: #fff799; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.holiday-body h3 { margin: 8px 0 12px; font-family: Georgia, serif; font-size: clamp(28px, 3vw, 42px); font-weight: 400; line-height: 1.02; }
.holiday-body p { color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.55; }
.holiday-bottom { padding-top: 18px; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid rgba(255,255,255,.2); }
.holiday-price { display: grid; }
.holiday-price span { font-size: 8px; opacity: .7; text-transform: uppercase; }
.holiday-price strong { font-size: 25px; }
.holiday-card button { color: #fff; background: transparent; border: 0; font-size: 11px; font-weight: 900; cursor: pointer; }

.catalog-section { padding-top: 125px; }
.catalog-toolbar { position: sticky; z-index: 10; top: 12px; padding: 12px; display: flex; justify-content: space-between; gap: 18px; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 30px rgba(20,52,91,.08); backdrop-filter: blur(14px); }
.region-tabs { display: flex; gap: 4px; overflow-x: auto; }
.region-tabs button { padding: 12px 16px; color: var(--muted); background: transparent; border: 0; border-radius: 999px; font-size: 11px; font-weight: 850; white-space: nowrap; cursor: pointer; }
.region-tabs button.active { color: #fff; background: var(--primary); }
.toolbar-selects { display: flex; gap: 8px; }
.toolbar-selects label { padding: 5px 12px; display: grid; color: var(--muted); background: var(--mist); border-radius: 10px; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.toolbar-selects select { min-width: 130px; padding: 2px 22px 0 0; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 11px; font-weight: 800; text-transform: none; letter-spacing: 0; }
.reset-filter { padding: 0 11px; color: var(--primary); background: transparent; border: 0; cursor: pointer; font-size: 10px; font-weight: 900; }
.catalog-meta { margin: 28px 4px 18px; display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tour-card { overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 20px; transition: transform .25s, box-shadow .25s; }
.tour-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.tour-image { position: relative; height: 230px; overflow: hidden; background: var(--tour-image) center/cover; }
.tour-image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,29,65,.55), transparent 58%); }
.tour-badges { position: absolute; z-index: 1; top: 15px; left: 15px; display: flex; gap: 6px; }
.tour-badges span { padding: 7px 10px; color: #fff; background: rgba(25,67,156,.82); border-radius: 999px; backdrop-filter: blur(8px); font-size: 8px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.tour-badges span:last-child { background: rgba(38,120,110,.88); }
.tour-days { position: absolute; z-index: 1; right: 15px; bottom: 14px; color: #fff; font-size: 10px; font-weight: 900; }
.tour-card-body { padding: 21px; display: flex; flex: 1; flex-direction: column; }
.tour-card-body h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; line-height: 1.1; }
.tour-card-body > p { min-height: 42px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.tour-highlights { margin: 15px 0 19px; padding: 14px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tour-highlights span { color: #53637b; font-size: 9px; }
.tour-highlights span:before { content: "✓"; margin-right: 6px; color: var(--teal-dark); font-weight: 950; }
.tour-card-footer { margin-top: auto; display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.tour-price { display: grid; }
.tour-price small { color: var(--muted); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.tour-price strong { font-size: 27px; }
.tour-price strong.quote { color: var(--primary); font-size: 16px; }
.tour-minimum { margin-top: 3px; color: var(--muted); font-size: 8px; font-weight: 750; }
.tour-card-actions { display: flex; gap: 7px; }
.detail-button, .add-button { min-height: 40px; padding: 0 13px; border-radius: 999px; font-size: 10px; font-weight: 900; cursor: pointer; }
.detail-button { display: inline-flex; align-items: center; justify-content: center; color: var(--primary); background: #fff; border: 1px solid var(--line); text-decoration: none; }
.add-button { color: #fff; background: var(--primary); border: 1px solid var(--primary); }
.add-button.added { color: var(--teal-dark); background: #e4f6f3; border-color: #b8e6df; }
.empty-state { padding: 70px 20px; text-align: center; background: var(--mist); border-radius: 18px; }
.empty-state strong { display: block; margin-bottom: 12px; }
.empty-state button { color: var(--primary); background: transparent; border: 0; text-decoration: underline; cursor: pointer; }
.price-note { max-width: 780px; margin: 20px 0 0; color: var(--muted); font-size: 9px; line-height: 1.6; }
.trust-strip { position: relative; overflow: hidden; margin-top: 95px; padding: 44px clamp(28px, 5vw, 65px); display: flex; align-items: center; gap: 34px; color: #fff; background: var(--primary) radial-gradient(circle at 80% 10%, rgba(40,181,164,.6), transparent 33%); border-radius: 24px; }
.trust-strip:after { content: "4 MUNDOS"; position: absolute; right: -15px; bottom: -32px; color: rgba(255,255,255,.05); font-size: clamp(60px, 10vw, 130px); font-weight: 950; letter-spacing: -.07em; }
.trust-strip img { position: relative; z-index: 1; width: 170px; }
.trust-strip div { position: relative; z-index: 1; display: grid; margin-right: auto; }
.trust-strip strong { font-size: 18px; }
.trust-strip span { margin-top: 5px; color: rgba(255,255,255,.7); font-size: 10px; }
.trust-strip .button { position: relative; z-index: 1; flex: 0 0 auto; }

.social-section { position: relative; overflow: hidden; padding: 78px clamp(24px, 6.7vw, 108px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: clamp(45px, 7vw, 105px); align-items: center; color: #fff; background: #0c1d43 radial-gradient(circle at 12% 15%, rgba(55,87,211,.48), transparent 38%); }
.social-section:after { content: "ECUADOR"; position: absolute; right: -12px; bottom: -35px; color: rgba(255,255,255,.035); font-size: clamp(80px, 13vw, 200px); font-weight: 950; letter-spacing: -.07em; pointer-events: none; }
.faq-section { background: #f7f9fc; }
.faq-heading { margin-bottom: 36px; }
.faq-list { max-width: 980px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; list-style: none; padding: 24px 52px 24px 0; color: var(--ink); font-size: clamp(16px, 1.7vw, 21px); font-weight: 850; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:after { content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); color: var(--primary); font-size: 26px; font-weight: 500; }
.faq-item[open] summary:after { content: "−"; }
.faq-item p { max-width: 800px; margin: -4px 52px 24px 0; color: var(--muted); line-height: 1.75; }
.noscript-note { margin: 0; padding: 14px 20px; color: #fff; background: #7c2d12; text-align: center; }
.social-copy, .social-links { position: relative; z-index: 1; }
.social-copy .kicker { color: var(--yellow); }
.social-copy h2 { max-width: 620px; margin: 14px 0 20px; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 70px); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.social-copy h2 em { color: var(--yellow); font-weight: 400; }
.social-copy > p:last-child { max-width: 500px; margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.7; }
.social-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.social-link { min-height: 168px; padding: 22px; display: grid; grid-template-columns: 1fr auto; align-content: center; align-items: center; gap: 18px 10px; color: #fff; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.15); border-radius: 19px; text-decoration: none; box-shadow: 0 18px 45px rgba(4,14,36,.18); backdrop-filter: blur(10px); transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.social-link:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.42); box-shadow: 0 24px 50px rgba(4,14,36,.3); }
.social-link svg { width: 31px; height: 31px; fill: currentColor; }
.social-link span { grid-column: 1 / -1; font-size: 13px; font-weight: 900; letter-spacing: .02em; }
.social-link b { font-size: 18px; font-weight: 500; }
.social-link.facebook:hover { background: #1877f2; }
.social-link.instagram:hover { background: linear-gradient(135deg, #833ab4, #fd1d1d 58%, #fcb045); }
.social-link.tiktok:hover { background: #101010; }

footer { padding: 38px clamp(24px, 6.7vw, 108px); display: grid; grid-template-columns: auto minmax(280px, 1fr) auto; align-items: center; gap: 28px 42px; color: var(--muted); background: #f5f6fa; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.55; }
footer img { width: 150px; }
footer a { color: var(--primary); font-weight: 800; text-decoration: none; }
.footer-contact { display: grid; gap: 4px; }
.footer-contact p { margin: 0; }
.footer-contact strong { color: var(--ink); }
.footer-whatsapp { width: max-content; margin-top: 8px; padding: 10px 16px; display: inline-flex; align-items: center; gap: 12px; color: #082d19; background: #25d366; border: 1px solid #18b754; border-radius: 999px; box-shadow: 0 10px 24px rgba(24,183,84,.2); font-size: 14px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
footer a.footer-whatsapp { color: #082d19; }
.footer-whatsapp:hover { transform: translateY(-2px); background: #2fe071; box-shadow: 0 14px 30px rgba(24,183,84,.28); }
.footer-whatsapp b { font-size: 16px; }
.footer-meta { display: grid; gap: 6px; justify-items: end; text-align: right; font-size: 12px; }

.modal { position: fixed; z-index: 60; inset: 0; padding: 20px; display: grid; place-items: center; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(7,20,48,.75); backdrop-filter: blur(8px); }
.modal-panel { position: relative; width: min(980px, 100%); max-height: calc(100vh - 40px); overflow: auto; background: #fff; border-radius: 24px; box-shadow: 0 30px 90px rgba(6,22,61,.32); }
.modal-close { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 50%; font-size: 24px; cursor: pointer; }
.modal-panel > .modal-close { position: absolute; z-index: 2; top: 16px; right: 16px; }
.detail-hero { min-height: 330px; padding: 42px; display: flex; align-items: end; color: #fff; background: linear-gradient(0deg, rgba(8,28,65,.92), rgba(10,34,83,.08)), var(--detail-image) center/cover; }
.detail-hero-content { max-width: 680px; }
.detail-hero .kicker { color: #fff799; }
.detail-hero h2 { margin-bottom: 12px; font-family: Georgia, serif; font-size: clamp(36px, 5vw, 60px); font-weight: 400; line-height: 1; }
.detail-hero p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.6; }
.detail-content { padding: 35px 42px 42px; }
.detail-overview { margin-bottom: 24px; padding: 22px 24px; background: linear-gradient(135deg, #f2f6ff, #f4fbfa); border-left: 4px solid var(--primary); border-radius: 12px; }
.detail-overview p:last-child { margin: 0; color: #475a74; font-size: 12px; line-height: 1.75; }
.detail-eyebrow { margin: 0 0 7px; color: var(--primary); font-size: 8px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.tour-gallery { margin: 0 0 30px; }
.gallery-head { margin-bottom: 12px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.gallery-head h3 { margin: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.gallery-head > span { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.gallery-stage { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #dfe7ef; border-radius: 18px; box-shadow: 0 18px 42px rgba(14,37,75,.13); }
.gallery-track { height: 100%; display: flex; transition: transform .45s cubic-bezier(.22,.61,.36,1); }
.gallery-slide { position: relative; min-width: 100%; height: 100%; margin: 0; }
.gallery-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.gallery-slide:after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4,18,44,.76)); pointer-events: none; }
.gallery-slide figcaption { position: absolute; z-index: 1; left: 24px; right: 80px; bottom: 20px; color: #fff; font-size: 13px; font-weight: 800; line-height: 1.35; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.gallery-control { position: absolute; z-index: 2; top: 50%; width: 44px; height: 44px; display: grid; place-items: center; color: var(--ink); background: rgba(255,255,255,.92); border: 0; border-radius: 50%; box-shadow: 0 8px 24px rgba(5,20,45,.23); transform: translateY(-50%); cursor: pointer; font-size: 19px; transition: transform .2s, background .2s; }
.gallery-control:hover { background: var(--yellow); transform: translateY(-50%) scale(1.07); }
.gallery-control:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.gallery-previous { left: 16px; }
.gallery-next { right: 16px; }
.gallery-dots { min-height: 30px; padding-top: 12px; display: flex; justify-content: center; align-items: center; gap: 7px; }
.gallery-dots button { width: 8px; height: 8px; padding: 0; background: #c8d2df; border: 0; border-radius: 999px; cursor: pointer; transition: width .25s, background .25s; }
.gallery-dots button.active { width: 27px; background: var(--primary); }
.gallery-dots button:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }
.detail-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 30px; }
.detail-summary div { padding: 14px; background: var(--mist); border-radius: 12px; }
.detail-summary span { display: block; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.detail-summary strong { display: block; margin-top: 5px; font-size: 11px; line-height: 1.4; }
.key-places { margin-bottom: 22px; }
.key-places h3, .detail-columns h3 { margin: 0 0 13px; font-size: 14px; }
.key-places > div { display: flex; flex-wrap: wrap; gap: 7px; }
.key-places span { padding: 8px 11px; color: var(--teal-dark); background: #e9f7f5; border: 1px solid #cceae6; border-radius: 999px; font-size: 9px; font-weight: 800; }
.meeting-card { margin-bottom: 30px; padding: 16px 18px; display: flex; align-items: center; gap: 13px; color: #fff; background: var(--primary); border-radius: 13px; }
.meeting-card > span { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; color: var(--primary-dark); background: var(--yellow); border-radius: 50%; }
.meeting-card div { display: grid; }
.meeting-card small { margin-bottom: 3px; color: rgba(255,255,255,.66); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.meeting-card strong { font-size: 11px; line-height: 1.45; }
.detail-columns { display: grid; grid-template-columns: 1.25fr .75fr; gap: 34px; }
.detail-preparation { display: grid; align-content: start; gap: 24px; }
.detail-preparation section { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.detail-preparation section:last-child { padding-bottom: 0; border-bottom: 0; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { position: relative; padding: 0 0 18px 22px; color: var(--muted); font-size: 11px; line-height: 1.55; border-left: 1px solid #bdd1dc; }
.timeline li:before { content: ""; position: absolute; left: -5px; top: 2px; width: 9px; height: 9px; background: var(--teal); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--teal); }
.timeline li:last-child { border-left-color: transparent; }
.timeline b { display: block; color: var(--ink); }
.included-list { display: grid; gap: 10px; }
.included-list span { color: #516179; font-size: 11px; }
.included-list span:before { content: "✓"; margin-right: 8px; color: var(--teal-dark); font-weight: 950; }
.bring-list, .excluded-list { display: grid; gap: 9px; }
.bring-list span, .excluded-list span { color: #516179; font-size: 10px; line-height: 1.4; }
.bring-list span:before { content: "→"; margin-right: 7px; color: var(--orange); font-weight: 950; }
.excluded-list span:before { content: "×"; margin-right: 7px; color: #b45f6a; font-weight: 950; }
.tour-pricing { margin-top: 30px; padding: 24px; background: #f4f9fc; border: 1px solid #d9e7ee; border-radius: 16px; }
.tour-pricing header { display: grid; grid-template-columns: minmax(180px, .7fr) 1.3fr; gap: 26px; align-items: end; margin-bottom: 18px; }
.tour-pricing header h3 { margin: 2px 0 0; font-size: 24px; }
.tour-pricing header > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.pricing-grid article { display: grid; gap: 5px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.pricing-grid span { color: var(--ink); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.pricing-grid strong { color: var(--primary); font-size: 27px; }
.pricing-grid small { color: var(--muted); font-size: 9px; line-height: 1.4; }
.operational-note { margin-top: 30px; padding: 18px 20px; background: #fff8e8; border: 1px solid #f0dfb0; border-radius: 12px; }
.operational-note strong { display: block; margin-bottom: 5px; color: #805f13; font-size: 10px; }
.operational-note p { margin: 0; color: #746745; font-size: 9px; line-height: 1.6; }
.detail-reserve { margin-top: 25px; padding-top: 20px; display: flex; justify-content: space-between; align-items: end; gap: 20px; border-top: 1px solid var(--line); }
.detail-reserve .tour-price strong { font-size: 32px; }
.planner-panel { width: min(620px, 100%); padding: clamp(30px, 5vw, 55px); }
.planner-panel h2 { margin: 0 0 20px; font-size: clamp(38px, 6vw, 58px); }
.modal-copy { color: var(--muted); line-height: 1.6; }
form { margin-top: 26px; display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
form label { display: grid; gap: 7px; color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
form input, form select, form textarea { width: 100%; padding: 13px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 10px; outline: none; font-weight: 500; letter-spacing: 0; text-transform: none; resize: vertical; }
form input:focus, form select:focus, form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(33,77,196,.1); }
form > small { color: var(--muted); text-align: center; font-size: 9px; }

.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; bottom: 0; width: min(480px, 100%); display: flex; flex-direction: column; background: #fff; box-shadow: -20px 0 70px rgba(6,25,60,.24); transform: translateX(105%); transition: transform .35s ease; }
.cart-drawer.open { transform: none; }
.cart-head { padding: 28px 27px 20px; display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); }
.cart-head .kicker { margin-bottom: 7px; }
.cart-head h2 { margin: 0; font-size: 34px; }
.cart-content { padding: 20px 25px; overflow: auto; flex: 1; }
.cart-empty { padding: 80px 25px; text-align: center; color: var(--muted); }
.cart-empty i { width: 65px; height: 65px; margin: 0 auto 18px; display: grid; place-items: center; color: var(--primary); background: var(--mist); border-radius: 50%; font-size: 26px; font-style: normal; }
.cart-empty strong, .cart-empty span { display: block; }
.cart-empty strong { color: var(--ink); }
.cart-empty span { margin-top: 7px; font-size: 11px; line-height: 1.5; }
.cart-item { display: grid; grid-template-columns: 78px 1fr auto; gap: 13px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 78px; height: 74px; object-fit: cover; border-radius: 11px; }
.cart-item-info h3 { margin: 0 0 4px; font-size: 13px; }
.cart-item-info > span { color: var(--muted); font-size: 9px; }
.traveler-control { margin-top: 10px; display: inline-flex; align-items: center; gap: 10px; padding: 4px; background: var(--mist); border-radius: 999px; }
.traveler-control button { width: 23px; height: 23px; color: var(--primary); background: #fff; border: 0; border-radius: 50%; cursor: pointer; }
.traveler-control strong { font-size: 10px; }
.cart-item-side { display: flex; flex-direction: column; align-items: end; gap: 10px; }
.cart-item-side strong { font-size: 13px; }
.remove-item { color: #9b6270; background: transparent; border: 0; font-size: 9px; cursor: pointer; text-decoration: underline; }
.cart-footer { padding: 21px 26px 25px; border-top: 1px solid var(--line); background: #fbfcfe; }
.cart-total { margin-bottom: 15px; display: flex; justify-content: space-between; align-items: baseline; }
.cart-total span { color: var(--muted); font-size: 10px; }
.cart-total strong { font-size: 25px; }
.cart-footer > small { margin-top: 10px; display: block; color: var(--muted); text-align: center; font-size: 8px; }
.drawer-backdrop { position: fixed; z-index: 70; inset: 0; background: rgba(7,20,48,.56); backdrop-filter: blur(3px); }
.floating-cart { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: 58px; height: 58px; color: #fff; background: var(--primary); border: 0; border-radius: 50%; box-shadow: 0 15px 38px rgba(33,77,196,.34); cursor: pointer; font-size: 23px; }
.floating-cart b { position: absolute; top: -3px; right: -3px; width: 22px; height: 22px; display: grid; place-items: center; color: var(--primary-dark); background: var(--yellow); border: 2px solid #fff; border-radius: 50%; font-size: 9px; }
.toast { position: fixed; z-index: 100; top: 20px; left: 50%; padding: 12px 18px; color: #fff; background: var(--ink); border-radius: 999px; transform: translate(-50%,-20px); opacity: 0; pointer-events: none; font-size: 10px; font-weight: 850; transition: .25s; }
.toast.show { transform: translate(-50%,0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes heroMove { to { transform: scale(1.065); } }

@media (max-width: 1080px) {
  .main-nav { display: none; }
  .menu-toggle { display: block; }
  .main-nav.open { position: absolute; top: 92px; left: 0; right: 0; padding: 22px; display: flex; flex-direction: column; align-items: stretch; background: rgba(20,48,126,.98); }
  .tour-finder { grid-template-columns: 1fr 1fr 1fr; }
  .finder-title { grid-column: 1 / -1; }
  .finder-submit { min-height: 60px; }
  .holiday-grid { grid-template-columns: 1fr 1fr; }
  .holiday-card:first-child { grid-column: 1 / -1; }
  .tour-grid { grid-template-columns: 1fr 1fr; }
  .catalog-toolbar { position: static; align-items: stretch; flex-direction: column; }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .social-section { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { height: 76px; padding: 0 18px; gap: 13px; }
  .brand img { width: 128px; }
  .about-tours-cta { display: none; }
  .language-control { min-height: 38px; padding: 0 7px; }
  .language-control span { display: none; }
  .language-control select { padding-right: 12px; }
  .cart-trigger span:not(.cart-icon) { display: none; }
  .cart-trigger { min-height: 40px; padding: 0 9px; }
  .main-nav.open { top: 76px; }
  .hero { min-height: 740px; height: 100svh; }
  .hero-media { background-position: 68% 45%; }
  .hero-content { width: calc(100% - 38px); margin-left: 19px; padding-top: 150px; }
  h1 { font-size: clamp(51px, 16vw, 75px); }
  .hero-content > p:not(.kicker) { font-size: 15px; }
  .hero-actions { max-width: 280px; align-items: stretch; flex-direction: column; gap: 18px; }
  .play-link { justify-content: flex-start; }
  .hero-regions { left: 18px; right: 18px; bottom: 20px; grid-template-columns: 1fr 1fr; }
  .hero-regions button { padding: 12px 8px 0; }
  .hero-regions button:nth-child(n+3) { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.14); }
  .hero-regions span { font-size: 19px; }
  .tour-finder { width: calc(100% - 28px); margin-top: 14px; grid-template-columns: 1fr; }
  .finder-title { grid-column: auto; }
  .tour-finder label { padding: 10px; border: 0; border-top: 1px solid var(--line); }
  .finder-submit { min-height: 50px; }
  .section { padding: 80px 18px; }
  .about-section { padding-top: 100px; }
  .about-heading { margin-bottom: 50px; text-align: left; }
  .about-heading h2, .about-heading h1 { font-size: 44px; }
  .about-heading > p:last-child { margin-left: 0; }
  .about-story { grid-template-columns: 1fr; }
  .story-visual { min-height: 440px; padding: 25px; }
  .story-stats strong { font-size: 54px; }
  .about-philosophy, .corporate-block { margin-top: 80px; }
  .subsection-heading { grid-template-columns: 38px 1fr; gap: 10px; }
  .pillar-grid, .mission-vision, .values-grid { grid-template-columns: 1fr; }
  .pillar-grid article { min-height: 0; }
  .fleet-card { margin-top: 75px; grid-template-columns: 1fr; }
  .fleet-symbol { width: 58px; height: 58px; }
  .mission-vision article { min-height: 0; padding: 28px; }
  .values-block { margin-top: 65px; }
  .about-closing { margin-top: 70px; align-items: stretch; flex-direction: column; }
  .holiday-section { padding-top: 95px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 36px; }
  .section-heading h2 { font-size: 44px; }
  .holiday-grid, .tour-grid { grid-template-columns: 1fr; }
  .holiday-card:first-child { grid-column: auto; min-height: 440px; }
  .region-tabs { padding-bottom: 4px; }
  .toolbar-selects { display: grid; grid-template-columns: 1fr 1fr auto; }
  .toolbar-selects select { min-width: 0; width: 100%; }
  .catalog-meta { gap: 10px; }
  .catalog-meta span { text-align: right; }
  .tour-image { height: 220px; }
  .trust-strip { align-items: stretch; flex-direction: column; }
  .trust-strip img { width: 145px; }
  .social-section { padding: 68px 18px; grid-template-columns: 1fr; gap: 35px; }
  .social-copy h2 { font-size: 44px; }
  .social-links { grid-template-columns: 1fr; }
  .social-link { min-height: 105px; grid-template-columns: auto 1fr auto; align-content: center; }
  .social-link span { grid-column: auto; }
  footer { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .footer-meta { justify-items: start; text-align: left; }
  .modal { padding: 8px; }
  .modal-panel { max-height: calc(100vh - 16px); border-radius: 18px; }
  .detail-hero { min-height: 300px; padding: 28px 20px; }
  .detail-content { padding: 25px 20px 30px; }
  .gallery-stage { border-radius: 13px; }
  .gallery-control { width: 39px; height: 39px; }
  .gallery-previous { left: 10px; }
  .gallery-next { right: 10px; }
  .gallery-slide figcaption { left: 16px; right: 58px; bottom: 14px; font-size: 11px; }
  .detail-summary { grid-template-columns: 1fr 1fr; }
  .detail-columns { grid-template-columns: 1fr; }
  .tour-pricing { padding: 20px; }
  .tour-pricing header, .pricing-grid { grid-template-columns: 1fr; }
  .detail-reserve { align-items: stretch; flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .floating-cart { right: 15px; bottom: 15px; width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-media { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
