:root {
  --ink: #000d10;
  --midnight: #11131d;
  --charcoal: #181a25;
  --white: #fff;
  --canvas: #f5f4f0;
  --mist: #dfe8eb;
  --ash: #777b80;
  --line: #d7d6d3;
  --clay: #bc7155;
  --clay-dark: #9e5941;
  --sky: #c7dce4;
  --radius: 999px;
  --shell: min(1200px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Estedad", Tahoma, Arial, sans-serif; font-size: 16px; line-height: 1.75; overflow-x: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; right: 12px; background: var(--white); color: var(--ink); padding: 10px 18px; border-radius: var(--radius); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.top-note { background: var(--ink); color: var(--white); font-size: 13px; }
.top-note-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.site-header { background: rgba(255,255,255,.96); position: relative; z-index: 20; }
.nav-wrap { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 46px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 44px; height: 44px; border-radius: 50% 50% 50% 12%; background: var(--clay); color: var(--white); display: grid; place-items: center; font-size: 22px; font-weight: 800; transform: rotate(-8deg); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 24px; font-weight: 900; letter-spacing: -.04em; }
.brand small { margin-top: 6px; font-family: Arial, sans-serif; font-size: 9px; letter-spacing: .18em; direction: ltr; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; padding: 8px 0; }
.main-nav a::after { content: ""; position: absolute; right: 0; left: 100%; bottom: 2px; height: 2px; background: var(--clay); transition: left .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { left: 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.round-action { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); position: relative; font-size: 22px; }
.round-action b { position: absolute; top: -3px; right: -2px; width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; background: var(--clay); color: var(--white); font-size: 10px; }
.pill-button { border: 0; border-radius: var(--radius); padding: 13px 24px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.pill-button:hover { transform: translateY(-2px); }
.pill-button.dark { background: var(--ink); color: var(--white); }
.pill-button.clay { background: var(--clay); color: var(--white); }
.pill-button.clay:hover { background: var(--clay-dark); }
.pill-button.light-outline { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,.45); }
.pill-button.full { width: 100%; }
.menu-toggle { display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 12px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: transform .2s; }

.hero { position: relative; min-height: 780px; background: var(--sky); display: grid; grid-template-columns: 53% 47%; padding-bottom: 104px; }
.hero-media { min-height: 676px; background: linear-gradient(90deg, transparent 70%, rgba(199,220,228,.45)), url("assets/images/hero-travel.webp") center/cover no-repeat; order: 2; }
.hero-copy { padding: 72px 6vw 48px 4vw; order: 1; align-self: center; }
.overline { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: .01em; }
.overline::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.overline.ink { color: var(--ink); }
.overline.light { color: rgba(255,255,255,.72); }
.hero h1 { margin: 21px 0 26px; font-size: clamp(78px, 9vw, 150px); line-height: .83; letter-spacing: -.085em; font-weight: 900; }
.hero h1 em { color: var(--clay); font-style: normal; }
.hero-copy > p { max-width: 610px; font-size: 18px; line-height: 1.9; margin: 0; }
.hero-cta { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.text-button { padding: 12px 0; border: 0; background: transparent; font-weight: 700; }
.text-button span { margin-right: 9px; transition: transform .2s; display: inline-block; }
.text-button:hover span { transform: translateX(-5px); }
.hero-facts { display: flex; gap: 0; margin-top: 44px; border-top: 1px solid rgba(0,13,16,.2); padding-top: 22px; max-width: 620px; }
.hero-facts div { padding-inline: 22px; border-left: 1px solid rgba(0,13,16,.18); display: flex; flex-direction: column; }
.hero-facts div:first-child { padding-right: 0; }
.hero-facts div:last-child { border-left: 0; }
.hero-facts strong { font-size: 25px; line-height: 1.2; }
.hero-facts span { font-size: 12px; color: #405158; }

.trip-finder { position: absolute; z-index: 5; bottom: 0; left: 50%; transform: translate(-50%, 45%); background: var(--white); border: 1px solid var(--line); padding: 20px; box-shadow: 0 18px 50px rgba(0,13,16,.12); }
.finder-tabs { display: flex; gap: 5px; margin-bottom: 13px; }
.finder-tabs button { border: 0; background: transparent; color: var(--ash); padding: 8px 15px; border-radius: var(--radius); font-weight: 700; }
.finder-tabs button.is-active { background: var(--ink); color: var(--white); }
.finder-fields { display: grid; grid-template-columns: 1.35fr 1fr .8fr auto; align-items: stretch; }
.finder-fields label { min-width: 0; border: 1px solid var(--line); border-left: 0; padding: 10px 17px; display: flex; flex-direction: column; }
.finder-fields label:first-child { border-radius: 0 12px 12px 0; }
.finder-fields label span { font-size: 12px; color: var(--ash); }
.finder-fields select { width: 100%; border: 0; background: transparent; color: var(--ink); outline: 0; font-weight: 700; padding: 2px 0; }
.finder-submit { min-width: 185px; border: 0; border-radius: 12px 0 0 12px; background: var(--clay); color: var(--white); padding: 15px 22px; font-weight: 800; }
.finder-submit span { margin-right: 8px; }

.tour-section { padding-top: 170px; padding-bottom: 120px; }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: end; }
.section-head h2, .promise-title h2, .faq h2 { font-size: clamp(48px, 6.2vw, 90px); line-height: .98; letter-spacing: -.065em; margin: 15px 0 0; }
.section-head > p { margin: 0 0 9px; color: #53595c; font-size: 17px; }
.tour-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 52px 0 26px; border-bottom: 1px solid var(--line); padding-bottom: 17px; }
.filter-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-pills button { border: 1px solid var(--line); background: var(--white); border-radius: var(--radius); padding: 9px 17px; color: #4f5557; }
.filter-pills button.is-active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.sort-label { color: var(--ash); font-size: 13px; display: flex; align-items: center; gap: 8px; }
.sort-label select { border: 0; background: transparent; font-weight: 700; outline: 0; }
.tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.tour-card { border: 1px solid var(--line); background: var(--white); position: relative; transition: transform .25s, border-color .25s; }
.tour-card:hover { transform: translateY(-6px); border-color: #a9a8a5; }
.tour-image { height: 275px; background-position: center; background-size: cover; position: relative; overflow: hidden; }
.tour-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,13,16,.55)); }
.tour-badge { position: absolute; z-index: 2; top: 15px; right: 15px; color: var(--white); background: rgba(0,13,16,.75); backdrop-filter: blur(8px); border-radius: var(--radius); padding: 6px 11px; font-size: 12px; }
.favorite-btn { position: absolute; z-index: 3; top: 14px; left: 14px; width: 39px; height: 39px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); font-size: 20px; }
.favorite-btn.is-active { background: var(--clay); color: var(--white); }
.tour-content { padding: 21px; }
.tour-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--ash); font-size: 12px; }
.tour-meta strong { color: var(--clay-dark); }
.tour-content h3 { font-size: 23px; line-height: 1.4; margin: 9px 0 12px; }
.tour-features { display: flex; gap: 13px; flex-wrap: wrap; color: #5b6265; font-size: 13px; }
.tour-bottom { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-top: 22px; border-top: 1px solid var(--line); padding-top: 17px; }
.tour-price { display: flex; flex-direction: column; }
.tour-price small { color: var(--ash); font-size: 11px; }
.tour-price strong { font-size: 20px; }
.tour-actions { display: flex; gap: 7px; }
.tour-actions button { border: 1px solid var(--line); background: var(--white); border-radius: var(--radius); padding: 9px 13px; font-size: 12px; font-weight: 700; }
.tour-actions .book-btn { background: var(--ink); color: var(--white); border-color: var(--ink); }
.empty-state { padding: 70px 20px; text-align: center; background: var(--canvas); }
.empty-state strong { font-size: 24px; }

.guide-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--midnight); color: var(--white); }
.guide-image { background: linear-gradient(90deg, rgba(17,19,29,.1), rgba(17,19,29,.6)), url("assets/images/domestic-travel.webp") center/cover no-repeat; }
.guide-copy { padding: 80px clamp(32px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.guide-copy h2 { font-size: clamp(48px, 5.4vw, 78px); line-height: 1.02; letter-spacing: -.06em; margin: 17px 0 23px; }
.guide-copy > p { color: #c4c5ca; max-width: 610px; font-size: 17px; }
.leader-card { width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; margin: 25px 0 27px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.leader-avatar { width: 52px; height: 52px; border-radius: 50%; background: var(--clay); display: grid; place-items: center; font-weight: 800; }
.leader-card div:nth-child(2) { display: flex; flex-direction: column; }
.leader-card span { color: #aaaeb5; font-size: 12px; }
.leader-card > b { font-size: 12px; color: #d7d8dc; }

.promise { padding-top: 120px; padding-bottom: 120px; }
.promise-title h2 em { color: var(--clay); font-style: normal; }
.promise-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3,1fr); }
.promise-grid article { min-height: 330px; border: 1px solid var(--line); padding: 31px; display: flex; flex-direction: column; justify-content: flex-end; margin-left: -1px; }
.promise-grid article.featured { background: var(--clay); color: var(--white); border-color: var(--clay); transform: translateY(-22px); }
.promise-grid article > span { margin-bottom: auto; font-weight: 800; }
.promise-grid h3 { font-size: 30px; margin: 0 0 9px; }
.promise-grid p { margin: 0; color: #5c6265; }
.promise-grid .featured p { color: rgba(255,255,255,.82); }

.quote-section { background: var(--canvas); padding: 105px 0; text-align: center; }
.quote-inner { max-width: 920px; }
.quote-mark { display: block; color: var(--clay); font-family: Georgia, serif; font-size: 90px; line-height: .6; }
blockquote { margin: 30px 0; font-size: clamp(26px, 3vw, 42px); font-weight: 700; line-height: 1.7; }
.quote-inner > div { display: flex; justify-content: center; gap: 12px; color: var(--ash); font-size: 13px; }
.quote-inner strong { color: var(--ink); }

.faq { padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 700; font-size: 17px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 26px; line-height: 1; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { color: #5a6062; margin: 14px 0 0; max-width: 720px; }

.site-footer { background: var(--ink); color: var(--white); padding-top: 70px; }
.footer-main { display: grid; grid-template-columns: 1.25fr .6fr .6fr 1.15fr; gap: 50px; padding-bottom: 65px; }
.light-brand .brand-mark { background: var(--clay); }
.footer-brand p { color: #9ea4a6; }
.footer-main h3 { font-size: 15px; margin: 0 0 17px; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main a, .footer-main button { color: #aeb3b5; border: 0; padding: 5px 0; background: transparent; font-size: 14px; }
.newsletter p { color: #aeb3b5; margin-top: 0; }
.newsletter form { display: flex; width: 100%; border-bottom: 1px solid #697174; }
.newsletter input { flex: 1; min-width: 0; border: 0; background: transparent; color: var(--white); outline: 0; padding: 12px 0; }
.newsletter button { color: var(--white); font-weight: 700; }
.footer-bottom { border-top: 1px solid #243034; padding: 18px 0 23px; display: flex; justify-content: space-between; color: #7c8588; font-size: 12px; }

.drawer-backdrop { position: fixed; z-index: 70; inset: 0; background: rgba(0,13,16,.63); backdrop-filter: blur(3px); }
.booking-drawer { position: fixed; z-index: 80; inset: 0 0 0 auto; width: min(500px, 100%); background: var(--white); padding: 55px 40px; transform: translateX(105%); transition: transform .32s ease; overflow-y: auto; }
.booking-drawer.is-open { transform: translateX(0); }
.drawer-close, .dialog-close { position: absolute; top: 18px; left: 18px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); font-size: 24px; }
.booking-drawer h2 { font-size: 37px; line-height: 1.35; margin: 18px 0 12px; }
.booking-drawer > p { color: var(--ash); }
.booking-drawer form { display: grid; gap: 15px; margin-top: 30px; }
.booking-drawer label { font-weight: 700; font-size: 14px; }
.booking-drawer input, .booking-drawer select { margin-top: 6px; width: 100%; border: 1px solid var(--line); padding: 13px 14px; outline: 0; background: var(--white); }
.booking-drawer input:focus, .booking-drawer select:focus { border-color: var(--clay); }
.booking-drawer small { color: var(--ash); text-align: center; }

.tour-dialog { width: min(880px, calc(100% - 28px)); border: 0; padding: 0; overflow: visible; background: transparent; }
.tour-dialog::backdrop { background: rgba(0,13,16,.72); backdrop-filter: blur(5px); }
.dialog-close { z-index: 4; }
.dialog-layout { background: var(--white); display: grid; grid-template-columns: .9fr 1.1fr; max-height: min(720px, calc(100vh - 30px)); overflow: auto; }
.dialog-photo { min-height: 500px; background-position: center; background-size: cover; }
.dialog-body { padding: 45px 38px; }
.dialog-body .overline { color: var(--clay-dark); }
.dialog-body h2 { font-size: 34px; line-height: 1.4; margin: 12px 0; }
.dialog-body > p { color: #5f6668; }
.itinerary { padding: 0; margin: 23px 0; list-style: none; border-top: 1px solid var(--line); }
.itinerary li { padding: 11px 0; border-bottom: 1px solid var(--line); display: flex; gap: 12px; }
.itinerary b { color: var(--clay-dark); }
.dialog-price { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; transform: translate(-50%, 25px); background: var(--ink); color: var(--white); padding: 12px 20px; border-radius: var(--radius); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; text-align: center; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1080px) {
  .nav-wrap { grid-template-columns: auto auto 1fr; gap: 20px; }
  .menu-toggle { display: block; order: 3; justify-self: end; }
  .main-nav { position: absolute; top: 126px; right: 24px; left: 24px; background: var(--white); padding: 20px; box-shadow: 0 20px 45px rgba(0,13,16,.15); display: none; flex-direction: column; align-items: stretch; }
  .main-nav.is-open { display: flex; }
  .nav-actions { justify-self: center; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-inline: 4vw; }
  .hero h1 { font-size: clamp(68px, 10vw, 115px); }
  .finder-fields { grid-template-columns: repeat(3,1fr); }
  .finder-submit { grid-column: 1 / -1; border-radius: 0 0 10px 10px; }
  .finder-fields label:first-child { border-radius: 0 10px 0 0; }
  .finder-fields label:nth-child(3) { border-left: 1px solid var(--line); border-radius: 10px 0 0 0; }
  .tour-grid { grid-template-columns: repeat(2,1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1200px); }
  .top-note-inner span:last-child { display: none; }
  .nav-wrap { min-height: 76px; grid-template-columns: auto 1fr auto; }
  .brand-mark { width: 39px; height: 39px; }
  .brand strong { font-size: 20px; }
  .nav-actions .pill-button { display: none; }
  .nav-actions { justify-self: end; }
  .menu-toggle { order: initial; justify-self: auto; }
  .main-nav { top: 110px; }
  .hero { display: flex; flex-direction: column; padding-bottom: 240px; }
  .hero-media { min-height: 390px; order: 1; background-position: center; }
  .hero-copy { order: 2; padding: 42px 20px 34px; }
  .hero h1 { font-size: clamp(70px, 22vw, 108px); margin-top: 18px; }
  .hero-copy > p { font-size: 16px; }
  .hero-cta { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-facts { justify-content: space-between; }
  .hero-facts div { padding-inline: 10px; }
  .hero-facts strong { font-size: 20px; }
  .trip-finder { bottom: 10px; transform: translate(-50%, 0); }
  .finder-tabs { overflow-x: auto; }
  .finder-fields { grid-template-columns: 1fr 1fr; }
  .finder-fields label { border: 1px solid var(--line); margin-left: -1px; margin-bottom: -1px; }
  .finder-fields label:first-child { grid-column: 1 / -1; border-radius: 9px 9px 0 0; }
  .finder-fields label:nth-child(3) { border-radius: 0; }
  .finder-submit { min-width: 0; }
  .tour-section { padding-top: 85px; padding-bottom: 80px; }
  .section-head { grid-template-columns: 1fr; gap: 22px; }
  .section-head h2, .promise-title h2, .faq h2 { font-size: 52px; }
  .tour-toolbar { align-items: flex-start; flex-direction: column; }
  .filter-pills { overflow-x: auto; width: 100%; flex-wrap: nowrap; padding-bottom: 4px; }
  .filter-pills button { white-space: nowrap; }
  .tour-grid { grid-template-columns: 1fr; }
  .tour-image { height: 245px; }
  .guide-story { grid-template-columns: 1fr; }
  .guide-image { min-height: 430px; }
  .guide-copy { padding: 60px 24px; }
  .leader-card { grid-template-columns: auto 1fr; }
  .leader-card > b { grid-column: 2; }
  .promise { padding-block: 80px; }
  .promise-grid { grid-template-columns: 1fr; gap: 12px; }
  .promise-grid article { min-height: 250px; margin: 0; }
  .promise-grid article.featured { transform: none; }
  .quote-section { padding-block: 75px; }
  .quote-inner > div { flex-direction: column; gap: 0; }
  .faq { grid-template-columns: 1fr; padding-block: 80px; gap: 45px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .booking-drawer { padding: 54px 22px 30px; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-photo { min-height: 280px; }
  .dialog-body { padding: 30px 22px; }
}

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