@font-face { font-family: "Cal Sans"; src: url("https://fonts.gstatic.com/s/calsans/v2/fdN99sWUv3gWqXxqqSBevloE4LZx.woff2"); font-display: swap; }
:root {
  --blue: #033d4a;
  --blue-soft: rgba(3, 61, 74, .72);
  --white: #fff;
  --off: #f7f7f7;
  --muted: rgba(0, 0, 0, .58);
  --line: rgba(0, 0, 0, .08);
  --wine: #99070b;
  --radius: 32px;
  --radius-lg: 48px;
  --shadow: 0 24px 80px rgba(3, 61, 74, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--off); color: #0a0f10; font-family: Inter, Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.goo-filter { position: absolute; width: 0; height: 0; pointer-events: none; }

.trav-nav {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 80;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(720px, calc(100vw - 32px));
  min-height: 72px;
  padding: 12px 16px 12px 24px;
  border-radius: 999px;
  background: rgba(3, 61, 74, .66);
  box-shadow: 0 18px 54px rgba(3, 61, 74, .2);
  backdrop-filter: blur(18px);
}
.floating-nav {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 80;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(720px, calc(100vw - 32px));
  min-height: 72px;
  padding: 12px 16px 12px 24px;
  border-radius: 999px;
  background: rgba(3, 61, 74, .66);
  box-shadow: 0 18px 54px rgba(3, 61, 74, .2);
  backdrop-filter: blur(18px);
}
.trav-brand { width: 250px; flex: 0 0 auto; }
.brand { width: 250px; flex: 0 0 auto; }
.trav-brand img { width: 100%; filter: brightness(0) invert(1); }
.brand img { width: 100%; filter: brightness(0) invert(1); }
.trav-links { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.nav-menu { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.trav-links a, .trav-links button { border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 14px; font-weight: 700; }
.nav-menu a, .nav-menu button { border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 14px; font-weight: 700; }
.trav-links button { min-height: 42px; padding: 0 18px; border-radius: 999px; background: #fff; color: var(--blue); }
.nav-menu button { min-height: 42px; padding: 0 18px; border-radius: 999px; background: #fff; color: var(--blue); }
.nav-toggle { display: none; width: 48px; height: 48px; margin-left: auto; border: 0; border-radius: 50%; background: rgba(255,255,255,.18); cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 6px auto; background: #fff; }

.trav-hero, .about-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 132px 20px 58px;
  isolation: isolate;
}
.page-hero {
  position: relative;
  min-height: 72svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 118px 20px 40px;
  isolation: isolate;
}
.about-hero { min-height: 78svh; }
.hero-bg, .hero-scrim { position: absolute; inset: 0; }
.hero-vignette { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(4, 88, 104, .06), rgba(2, 23, 34, .54)), radial-gradient(circle at 50% 42%, rgba(36, 205, 214, .18), transparent 42%); }
.hero-bg { z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { z-index: -2; background: linear-gradient(180deg, rgba(3,61,74,.28), rgba(3,61,74,.48)), radial-gradient(circle at 50% 42%, rgba(36,205,214,.12), transparent 42%); backdrop-filter: blur(1px); }
.trav-hero-copy { position: relative; z-index: 3; display: grid; justify-items: center; width: min(880px, 100%); text-align: center; color: #fff; }
.hero-center { position: relative; z-index: 3; display: grid; justify-items: center; width: min(1040px, 100%); text-align: center; color: #fff; }
.trav-hero-copy h1 {
  margin: 0;
  max-width: 1030px;
  font-family: "Cal Sans", Inter, sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: 0;
  text-shadow: 0 8px 28px rgba(0,0,0,.23);
}
.hero-center h1 { margin: 0; max-width: 1030px; font-family: "Cal Sans", Inter, sans-serif; font-size: 72px; font-weight: 600; line-height: 1.06; letter-spacing: 0; text-shadow: 0 8px 28px rgba(0,0,0,.23); }
.trav-hero-copy p { margin: 20px 0 0; color: #fff; font-size: 21px; font-weight: 700; line-height: 1.45; text-shadow: 0 7px 20px rgba(0,0,0,.2); }
.hero-center p { margin: 26px 0 0; color: #fff; font-size: 22px; font-weight: 700; line-height: 1.45; text-shadow: 0 7px 20px rgba(0,0,0,.2); }
.float-card {
  position: absolute;
  z-index: 2;
  width: 174px;
  aspect-ratio: 1.3;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 20px 70px rgba(0,0,0,.25);
  animation: drift 6s ease-in-out infinite;
  opacity: .92;
}
.fc-left-top { top: 17%; left: -70px; transform: rotate(-7deg); }
.fc-right-top { top: 18%; right: -18px; transform: rotate(6deg); animation-delay: -1s; }
.fc-left-bottom { bottom: 10%; left: -18px; transform: rotate(-8deg); animation-delay: -1.8s; }
.fc-right-bottom { bottom: 15%; right: -74px; transform: rotate(9deg); animation-delay: -2.4s; }
.about-float-a { top: 18%; left: 8%; transform: rotate(-8deg); }
.about-float-b { right: 7%; bottom: 18%; transform: rotate(7deg); }
@keyframes drift { 50% { translate: 0 -13px; } }

.gooey-btn { display: inline-flex; align-items: center; margin-top: 30px; border: 0; background: transparent; color: #0b1112; cursor: pointer; font-weight: 800; filter: url(#goo); }
.gooey-btn span, .gooey-btn i { display: grid; place-items: center; min-height: 62px; background: #fff; box-shadow: 0 18px 55px rgba(3, 61, 74, .14); }
.gooey-btn span { padding: 0 30px; border-radius: 999px; }
.gooey-btn i { width: 62px; margin-left: -8px; border-radius: 50%; font-style: normal; font-size: 24px; }
.gooey-btn.small { margin-top: 18px; }
.gooey-btn.small span, .gooey-btn.small i { min-height: 52px; }
.gooey-btn.small i { width: 52px; }
.hero-proof { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 26px; color: rgba(255,255,255,.82); text-align: left; }
.hero-proof div { display: flex; gap: 10px; align-items: center; min-height: 42px; padding: 0 16px; border-radius: 999px; background: rgba(3,61,74,.28); backdrop-filter: blur(10px); font-size: 15px; }
.hero-proof b { width: auto; color: #fff; font-size: 20px; }

.section { padding: 104px max(20px, calc((100vw - 1120px) / 2)); }
.kicker { margin: 0 0 14px; color: var(--blue); font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-title { max-width: 760px; margin-bottom: 38px; }
h2 { margin: 0 0 20px; font-family: "Cal Sans", Inter, sans-serif; font-size: 58px; font-weight: 600; line-height: 1.06; letter-spacing: 0; }
h3 { margin: 0; font-family: "Cal Sans", Inter, sans-serif; font-size: 28px; font-weight: 600; line-height: 1.12; letter-spacing: 0; }
p { color: var(--muted); font-size: 17px; line-height: 1.62; }

.trav-about { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; background: #fff; }
.section-art { position: relative; min-height: 540px; }
.section-art img { position: absolute; object-fit: cover; box-shadow: var(--shadow); }
.section-art img:nth-of-type(1) { left: 0; top: 0; width: 72%; height: 70%; border-radius: var(--radius-lg); }
.section-art img:nth-of-type(2) { right: 0; bottom: 0; width: 58%; height: 54%; border-radius: var(--radius); }
.circle-label { position: absolute; z-index: 3; right: 12%; top: 36%; display: grid; place-items: center; width: 118px; height: 118px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 800; }
.text-block { max-width: 580px; }

.experience-row, .package-row, .why-row, .team-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.experience-grid, .tour-grid, .why-grid, .blog-grid, .team-grid, .page-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.experience-tile, .package-card, .why-pill, .team-card { overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: 0 20px 65px rgba(3,61,74,.08); }
.experience-card, .tour-card, .why-card, .blog-card, .legal-card, .booking-card { overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: 0 20px 65px rgba(3,61,74,.08); }
.experience-tile img, .package-card img, .team-card img { width: 100%; height: 238px; object-fit: cover; }
.experience-card img, .tour-card img, .blog-card img, .team-card img { width: 100%; height: 238px; object-fit: cover; }
.experience-tile h3, .experience-tile p, .package-card h3, .package-card p, .package-card span, .team-card h3, .team-card p { padding-inline: 22px; }
.experience-tile h3, .package-card h3, .team-card h3 { margin-top: 22px; margin-bottom: 10px; }
.experience-tile p, .package-card p, .team-card p { margin-bottom: 24px; }
.section-more { display: grid; justify-items: center; margin-top: 38px; text-align: center; }

.experiences, .packages, .team { background: var(--off); }
.loved-destinations, .why-strip, .faq, .milestones { background: #fff; }
.destination-composer { display: grid; grid-template-columns: 1.16fr .84fr; gap: 28px; min-height: 640px; }
.destination-feature { align-items: stretch; }
.destination-menu { display: grid; gap: 14px; align-content: center; }
.destination-menu button {
  display: grid;
  gap: 7px;
  min-height: 86px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--off);
  color: #0b1112;
  cursor: pointer;
  text-align: left;
  font-family: "Cal Sans", Inter, sans-serif;
  font-size: 24px;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}
.destination-menu button span { color: var(--muted); font-family: Inter, sans-serif; font-size: 14px; font-weight: 600; }
.destination-menu button:hover { transform: translateX(8px); }
.destination-menu button.is-active { background: var(--blue); color: #fff; }
.destination-menu button.is-active span { color: rgba(255,255,255,.74); }
.destination-visual { position: relative; min-height: 640px; border-radius: var(--radius-lg); overflow: hidden; background: #e4eeee; box-shadow: var(--shadow); transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .18s ease-out; }
.destination-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.55), transparent 32%), linear-gradient(135deg, rgba(3,61,74,.06), rgba(3,61,74,.16)); z-index: 1; pointer-events: none; }
.destination-main { position: absolute; left: 28px; bottom: 28px; z-index: 5; width: min(430px, calc(100% - 56px)); padding: 28px; border-radius: 30px; background: rgba(255,255,255,.86); backdrop-filter: blur(16px); box-shadow: 0 18px 54px rgba(3,61,74,.16); }
.destination-index { position: absolute; right: 22px; top: 20px; color: rgba(3,61,74,.18); font-family: "Cal Sans"; font-size: 58px; line-height: 1; }
.destination-main p { margin: 0 0 8px; color: var(--blue); font-weight: 800; }
.destination-main h3 { font-size: 30px; }
.destination-main a { display: inline-flex; margin-top: 18px; color: var(--blue); font-weight: 900; }
.dest-img { position: absolute; object-fit: cover; border-radius: 30px; box-shadow: 0 18px 58px rgba(3,61,74,.18); opacity: .32; filter: saturate(.8); transition: opacity .45s ease, transform .65s ease, filter .45s ease; }
.dest-img.is-active { opacity: 1; filter: saturate(1.04); z-index: 2; }
.dest-a { left: 6%; top: 7%; width: 68%; height: 58%; }
.dest-b { right: 5%; top: 14%; width: 42%; height: 42%; transform: rotate(4deg); }
.dest-c { left: 13%; bottom: 7%; width: 43%; height: 35%; transform: rotate(-3deg); }
.dest-d { right: 7%; bottom: 9%; width: 39%; height: 34%; transform: rotate(5deg); }
.dest-img.is-active.dest-a { transform: scale(1.05); }
.dest-img.is-active.dest-b { transform: rotate(2deg) scale(1.08); }
.dest-img.is-active.dest-c { transform: rotate(-1deg) scale(1.08); }
.dest-img.is-active.dest-d { transform: rotate(2deg) scale(1.08); }

.package-card span { display: block; margin-top: 18px; color: var(--blue); font-weight: 800; }
.tour-card span, .blog-card span { display: block; margin-top: 18px; padding-inline: 22px; color: var(--blue); font-weight: 800; }
.package-card p { color: #0b1112; font-weight: 800; }
.tour-card h3, .tour-card p, .blog-card h3 { padding-inline: 22px; }
.tour-card h3, .blog-card h3 { margin-top: 18px; margin-bottom: 12px; }
.tour-card p { color: #0b1112; font-weight: 800; margin-bottom: 24px; }
.tour-card[data-hidden="true"] { display: none; }
.tour-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.tour-filters button, .load-more { min-height: 48px; padding: 0 20px; border: 0; border-radius: 999px; background: #fff; color: var(--blue); cursor: pointer; font-weight: 800; }
.tour-filters button.is-active, .load-more { background: var(--blue); color: #fff; }
.why-pill { padding: 16px 16px 24px; }
.why-pill img { width: 72px; height: 72px; border-radius: 22px; object-fit: cover; margin-bottom: 26px; }
.why-pill p { margin-bottom: 0; }
.faq-list { display: grid; gap: 12px; max-width: 900px; margin-inline: auto; }
.faq-item { display: grid; grid-template-columns: 1fr auto; gap: 12px; width: 100%; padding: 24px 28px; border: 0; border-radius: 26px; background: var(--off); cursor: pointer; text-align: left; }
.faq-item span { font-size: 22px; font-weight: 800; }
.faq-item i { font-style: normal; font-size: 28px; font-weight: 800; }
.faq-item em { display: none; grid-column: 1 / -1; color: var(--muted); font-style: normal; line-height: 1.6; }
.faq-item.is-open em { display: block; }
.faq-item.is-open i { transform: rotate(45deg); }

.testimonials { background: var(--off); }
.testimonial-card {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 30px;
  align-items: center;
  padding: 16px;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}
.testimonial-card img { width: 100%; height: 430px; object-fit: cover; border-radius: var(--radius); }
.stars { margin-bottom: 14px; color: var(--blue); font-size: 24px; font-weight: 800; }
blockquote { margin: 0 0 22px; font-family: "Cal Sans", Inter, sans-serif; font-size: 32px; line-height: 1.28; }
cite { color: var(--muted); font-style: normal; font-weight: 800; }
.blog-preview { background: #fff; }
.blog-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.blog-tile { overflow: hidden; border-radius: var(--radius); background: var(--off); box-shadow: 0 20px 65px rgba(3,61,74,.08); }
.blog-tile img { width: 100%; height: 360px; object-fit: cover; }
.blog-tile span { display: block; margin-top: 18px; padding-inline: 22px; color: var(--blue); font-weight: 800; }
.blog-tile h3 { padding: 0 22px 24px; margin-top: 12px; }
.vibe { background: var(--off); }
.vibe-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.vibe-row img { width: 100%; height: 360px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: 0 20px 65px rgba(3,61,74,.08); }
.vibe-row img:nth-child(2), .vibe-row img:nth-child(4) { margin-top: 42px; }
.vibe-tag { margin: 30px 0 0; text-align: center; font-weight: 800; }

.about-story, .journey { background: #fff; }
.story-layout, .journey-card { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; }
.booking-layout, .timeline { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.booking-form, .legal-card, .booking-card { padding: 34px; }
.booking-form { display: grid; gap: 14px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.booking-form label { display: grid; gap: 8px; font-weight: 800; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 16px; padding: 0 14px; font: inherit; }
.booking-form textarea { min-height: 130px; padding-top: 14px; }
.booking-form button { min-height: 56px; border: 0; border-radius: 999px; background: var(--blue); color: #fff; cursor: pointer; font-weight: 800; }
.story-layout img, .journey-card img { width: 100%; height: 520px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.milestone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.milestone-card { padding: 34px; border-radius: var(--radius); background: var(--off); }
.milestone-card b { display: block; color: var(--blue); font-family: "Cal Sans"; font-size: 44px; font-weight: 600; }
.milestone-card span { color: var(--muted); font-weight: 800; }

.trav-footer { background: var(--blue); color: #fff; overflow: hidden; }
.footer-cta { position: relative; display: grid; place-items: center; min-height: 470px; padding: 46px 20px; text-align: center; overflow: hidden; }
.footer-cta img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.footer-cta div { position: relative; max-width: 760px; }
.footer-cta h2 { color: #fff; }
.footer-cta p { color: rgba(255,255,255,.82); }
.footer-marquee { display: flex; width: max-content; padding: 22px 0; border-block: 1px solid rgba(255,255,255,.16); animation: marquee 28s linear infinite; }
.footer-marquee span { padding-right: 36px; font-weight: 800; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }
.footer-links { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 28px; padding: 56px max(20px, calc((100vw - 1120px) / 2)); }
.footer-links img { width: 280px; filter: brightness(0) invert(1); }
.footer-links nav { display: grid; gap: 12px; align-content: start; }
.footer-links h4 { margin: 0 0 8px; }
.footer-links a, .footer-links button { border: 0; padding: 0; background: transparent; color: rgba(255,255,255,.76); cursor: pointer; text-align: left; }

.floating-contact, .contact-choice { min-height: 54px; border: 0; border-radius: 999px; background: var(--wine); color: #fff; cursor: pointer; font-weight: 800; }
.floating-contact { position: fixed; right: 22px; bottom: 22px; z-index: 70; padding: 0 22px; box-shadow: 0 18px 46px rgba(153,7,11,.25); }
.contact-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.contact-modal.is-open { opacity: 1; pointer-events: auto; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,61,74,.7); backdrop-filter: blur(12px); }
.modal-card { position: relative; width: min(600px, 100%); padding: 46px; border-radius: 34px; background: #fff; box-shadow: var(--shadow); }
.modal-card h2 { font-size: 46px; }
.modal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--off); cursor: pointer; font-size: 26px; }
.contact-choice.whatsapp { background: #128c52; }
body.modal-lock { overflow: hidden; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1199px) {
  .trav-hero-copy h1 { font-size: 58px; }
  .hero-center h1 { font-size: 62px; }
  h2 { font-size: 48px; }
  .experience-row, .package-row, .why-row, .team-row, .vibe-row { grid-template-columns: repeat(2, 1fr); }
  .experience-grid, .tour-grid, .why-grid, .blog-grid, .team-grid, .page-card-grid { grid-template-columns: repeat(2, 1fr); }
  .trav-about, .destination-composer, .story-layout, .journey-card, .booking-layout, .timeline, .testimonial-card { grid-template-columns: 1fr; }
  .destination-composer { min-height: auto; }
  .destination-visual { min-height: 540px; }
}

@media (max-width: 809px) {
  .trav-nav, .floating-nav { top: 12px; width: calc(100vw - 24px); min-height: 64px; padding: 10px 10px 10px 18px; }
  .trav-brand { width: 206px; }
  .brand { width: 206px; }
  .nav-toggle { display: block; }
  .trav-links { position: absolute; top: calc(100% + 10px); right: 0; left: 0; display: none; grid-template-columns: 1fr; gap: 8px; padding: 14px; border-radius: 28px; background: rgba(3,61,74,.96); }
  .nav-menu { position: absolute; top: calc(100% + 10px); right: 0; left: 0; display: none; grid-template-columns: 1fr; gap: 8px; padding: 14px; border-radius: 28px; background: rgba(3,61,74,.96); }
  .trav-links.is-open { display: grid; }
  .nav-menu.is-open { display: grid; }
  .trav-links a, .trav-links button { padding: 14px 18px; text-align: left; }
  .nav-menu a, .nav-menu button { padding: 14px 18px; text-align: left; }
  .trav-hero, .about-hero { min-height: 100svh; padding: 104px 16px 34px; align-items: center; }
  .page-hero { min-height: 68svh; padding: 110px 16px 36px; }
  .about-hero { min-height: 72svh; }
  .trav-hero-copy { width: min(520px, 100%); }
  .trav-hero-copy h1 { font-size: 36px; line-height: 1.12; }
  .hero-center h1 { font-size: 42px; line-height: 1.1; }
  .trav-hero-copy p { font-size: 16px; }
  .hero-center p { font-size: 17px; }
  .float-card { width: 104px; border-radius: 16px; }
  .fc-left-top { top: 11%; left: -42px; }
  .fc-right-top { top: 15%; right: -48px; }
  .fc-left-bottom { bottom: 8%; left: -44px; opacity: .62; }
  .fc-right-bottom { display: none; }
  .section { padding: 70px 16px; }
  h2 { font-size: 36px; }
  h3 { font-size: 24px; }
  p { font-size: 16px; }
  .section-heading { margin-bottom: 26px; }
  .section-art { min-height: 410px; }
  .circle-label { width: 92px; height: 92px; font-size: 13px; }
  .experience-row, .package-row, .why-row, .team-row, .experience-grid, .tour-grid, .why-grid, .blog-grid, .blog-row, .team-grid, .page-card-grid, .vibe-row, .milestone-grid, .footer-links, .modal-actions { grid-template-columns: 1fr; }
  .destination-feature { display: flex; flex-direction: column; }
  .destination-menu { order: -1; display: flex; overflow-x: auto; gap: 10px; padding-bottom: 4px; scroll-snap-type: x mandatory; }
  .destination-menu button { flex: 0 0 78%; min-height: 76px; border-radius: 24px; font-size: 21px; scroll-snap-align: start; }
  .destination-visual { min-height: 420px; border-radius: 30px; }
  .destination-main { left: 14px; right: 14px; bottom: 14px; width: auto; padding: 20px; border-radius: 22px; }
  .destination-main h3 { font-size: 23px; }
  .dest-a { left: 5%; top: 8%; width: 82%; height: 48%; }
  .dest-b { right: 4%; top: 26%; width: 48%; height: 30%; }
  .dest-c { left: 7%; bottom: 31%; width: 42%; height: 25%; }
  .dest-d { right: 8%; bottom: 31%; width: 36%; height: 25%; }
  .story-layout img, .journey-card img { height: 330px; border-radius: 30px; }
  .testimonial-card img, .blog-tile img, .vibe-row img { height: 280px; }
  .vibe-row img:nth-child(2), .vibe-row img:nth-child(4) { margin-top: 0; }
  blockquote { font-size: 24px; }
  .footer-cta { min-height: 430px; }
  .footer-links img { width: 230px; }
  .modal-card { padding: 34px 24px; }
  .modal-card h2 { font-size: 34px; }
  .floating-contact { right: 14px; bottom: 14px; min-height: 50px; }
}

@media (max-width: 430px) {
  .trav-brand { width: 178px; }
  .brand { width: 178px; }
  .trav-hero-copy h1 { font-size: 32px; }
  .trav-hero-copy p { margin-top: 18px; }
  .trav-hero .gooey-btn { margin-top: 26px; }
  .trav-hero .hero-proof { margin-top: 22px; gap: 8px; }
  .hero-center h1 { font-size: 38px; }
  .gooey-btn span, .gooey-btn i { min-height: 54px; }
  .gooey-btn span { padding: 0 22px; }
  .gooey-btn i { width: 54px; }
  .hero-proof div { min-height: 36px; padding: 0 12px; font-size: 12px; }
  .hero-proof b { font-size: 16px; }
  .destination-menu button { flex-basis: 86%; }
  .destination-visual { min-height: 370px; }
}
