
:root {
  --navy: #072e63;
  --navy-2: #041c3d;
  --blue: #3478bd;
  --blue-dark: #245d98;
  --gold: #f4bd38;
  --gold-dark: #d89e25;
  --nature: #2f6b55;
  --ivory: #f7f3ea;
  --ivory-2: #fcfaf6;
  --ink: #17263a;
  --muted: #627083;
  --line: #dbe2ea;
  --white: #fff;
  --forest: var(--navy);
  --forest-2: var(--navy-2);
  --thermal: var(--blue);
  --thermal-dark: var(--blue-dark);
  --cream: var(--ivory);
  --cream-2: var(--ivory-2);
  --copper: var(--gold);
  --shadow: 0 24px 70px rgba(7, 46, 99, .12);
  --radius: 26px;
  --radius-sm: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 900px; }
.section { padding: 104px 0; }
.soft-bg { background: var(--cream-2); }

.skip-link {
  position: fixed; left: 16px; top: 8px; transform: translateY(-140%);
  z-index: 1000; background: var(--white); color: var(--forest); padding: 10px 14px;
  border-radius: 10px; box-shadow: var(--shadow);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; height: 92px;
  background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(7,46,99,.09);
  backdrop-filter: blur(16px); transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: 0 12px 35px rgba(7,46,99,.09); background: rgba(255,255,255,.98); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { width: 180px; height: 88px; display: grid; place-items: center start; overflow: visible; flex: 0 0 auto; }
.brand img { width: 154px; height: auto; max-height: none; object-fit: contain; filter: drop-shadow(0 5px 12px rgba(7,46,99,.08)); }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 750; color: #33465f; }
.main-nav a { transition: color .2s ease; white-space: nowrap; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--thermal-dark); }
.main-nav .nav-cta { background: var(--gold); color: var(--navy-2); padding: 12px 18px; border-radius: 999px; box-shadow: 0 10px 24px rgba(244,189,56,.20); }
.main-nav .nav-cta:hover { color: var(--navy-2); background: #ffd66a; }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 9px; }
.nav-toggle span { display: block; height: 2px; background: var(--forest); margin: 5px 0; transition: .2s ease; }

.hero {
  position: relative; min-height: 760px; display: grid; align-items: center; color: var(--white);
  overflow: hidden; padding-top: 92px;
}
.hero-media { position: absolute; inset: 0; display: block; background: #0a3264; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,24,53,.92) 0%, rgba(4,34,73,.72) 48%, rgba(4,34,73,.24) 100%); }
.hero::after { content:""; position:absolute; inset:auto -6vw 72px auto; width:460px; height:180px; background:radial-gradient(ellipse at center, rgba(244,189,56,.18), transparent 68%); pointer-events:none; }
.hero-content { position: relative; z-index: 2; padding: 90px 0 180px; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .16em; font-weight: 850; font-size: 12px; color: #f9dc8c; }
.eyebrow.dark { color: var(--thermal-dark); }
.hero h1 { margin: 0; max-width: 810px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 7vw, 94px); line-height: .94; letter-spacing: -.045em; font-weight: 600; text-wrap: balance; }
.hero h1 span, .hero h1 small { display:block; }
.hero h1 small { margin-top:9px; font:700 .42em/1.05 Inter,ui-sans-serif,system-ui; letter-spacing:.03em; color:#f7e7b6; }
.hero-lead { max-width: 650px; margin: 28px 0 34px; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  appearance: none; border: 0; display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 13px 21px; border-radius: 999px; font-weight: 800; line-height: 1.2;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--gold); color: var(--navy-2); box-shadow: 0 12px 28px rgba(244,189,56,.18); }
.btn-primary:hover { background: #ffd66a; color: var(--navy-2); }
.btn-ghost { border: 1px solid rgba(255,255,255,.58); color: var(--white); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.btn-outline { border: 1px solid var(--forest); color: var(--forest); background: transparent; }
.btn-outline:hover { background: var(--forest); color: var(--white); }
.btn-light { background: var(--gold); color: var(--navy-2); }
.btn-block { width: 100%; }
.hero-facts {
  position: absolute; z-index: 3; bottom: 0; left: 50%; transform: translateX(-50%);
  width: min(calc(100% - 40px), var(--container)); display: grid; grid-template-columns: repeat(3, 1fr);
  background: rgba(255,255,255,.98); color: var(--navy); border-radius: 24px 24px 0 0; border-top: 3px solid var(--gold);
  box-shadow: 0 -18px 55px rgba(5,26,22,.16); overflow: hidden;
}
.hero-facts div { padding: 25px 30px; border-right: 1px solid #e2e7ee; }
.hero-facts div:last-child { border-right: 0; }
.hero-facts strong { display: block; font-family: Georgia, serif; font-size: 28px; line-height: 1.1; }
.hero-facts span { display: block; color: var(--muted); font-size: 13px; margin-top: 7px; }

.notice-strip { background: var(--ivory); border-bottom: 1px solid #e6dfd4; }
.notice-strip .container { display: flex; gap: 13px; align-items: flex-start; padding-block: 18px; }
.notice-strip svg { width: 20px; flex: 0 0 20px; fill: var(--gold-dark); margin-top: 3px; }
.notice-strip p { margin: 0; font-size: 14px; color: #59645f; }

.split-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 76px; align-items: center; }
.section-copy h2, .section-head h2, .accommodation-card h2, .plan-grid h2 {
  margin: 0 0 24px; color: var(--forest); font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.6vw, 60px); line-height: 1.05; letter-spacing: -.035em; font-weight: 600;
}
.section-copy p, .section-head p { color: var(--muted); }
.section-copy .lead { color: var(--ink); font-size: 20px; line-height: 1.65; }
.inline-links { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 26px; }
.inline-links a { color: var(--thermal-dark); font-weight: 800; border-bottom: 1px solid rgba(49,138,121,.35); }
.feature-image { margin: 0; }
.feature-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-image figcaption { margin: 12px 6px 0; color: var(--muted); font-size: 13px; }

.section-head { max-width: 780px; margin-bottom: 48px; }
.section-head.centered { text-align: center; margin-inline: auto; }
.section-head.row-head { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.section-head.row-head p:last-child { margin: 0 0 10px; }
.feature-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-card { background: var(--white); border: 1px solid #e0e7ef; padding: 30px; border-radius: var(--radius-sm); min-height: 250px; box-shadow: 0 14px 38px rgba(7,46,99,.05); }
.icon-circle { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: #eaf2fb; margin-bottom: 24px; border:1px solid #d9e7f5; }
.icon-circle svg { width: 24px; fill: var(--thermal-dark); }
.feature-card h3 { margin: 0 0 10px; color: var(--forest); font-size: 20px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 15px; }

.gallery-section { overflow: hidden; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 14px; }
.gallery-item { border: 0; padding: 0; border-radius: 18px; overflow: hidden; background: #e7edf4; position: relative; }
.gallery-item--large { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item::after { content: "↗"; position: absolute; right: 13px; bottom: 13px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: rgba(4,28,61,.72); opacity: 0; transform: translateY(5px); transition: .2s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item:hover::after { opacity: 1; transform: translateY(0); }
.gallery-extra { display: none; }
.gallery-grid.is-expanded .gallery-extra { display: block; }
.gallery-actions { text-align: center; margin-top: 30px; }

.video-section { background: radial-gradient(circle at 86% 24%, rgba(52,120,189,.30), transparent 34%), linear-gradient(135deg,var(--navy-2),var(--navy)); color: var(--white); }
.video-section .eyebrow.dark { color: #f9dc8c; }
.video-section .section-copy h2 { color: var(--white); }
.video-section .section-copy p { color: rgba(255,255,255,.72); }
.video-frame { overflow: hidden; border-radius: var(--radius); box-shadow: 0 22px 58px rgba(0,0,0,.24); aspect-ratio: 16/9; background: #051b38; position:relative; }
.video-frame iframe, .video-frame > img { width: 100%; height: 100%; border: 0; display: block; object-fit:cover; }
.video-lite::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(3,22,47,.08),rgba(3,22,47,.44)); pointer-events:none; }
.embed-play { position:absolute; z-index:2; left:50%; top:50%; transform:translate(-50%,-50%); display:flex; align-items:center; gap:11px; border:1px solid rgba(255,255,255,.52); border-radius:999px; padding:11px 17px 11px 11px; background:rgba(3,24,53,.84); color:#fff; font-weight:850; box-shadow:0 14px 34px rgba(0,0,0,.24); }
.embed-play-icon { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:var(--gold); color:var(--navy-2); font-size:15px; padding-left:2px; }
.embed-play:hover { background:var(--navy); }
.fine-print { font-size: 13px; line-height: 1.55; }

.location-section { background: var(--cream-2); }
.location-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 22px; align-items: stretch; }
.map-card { min-height: 500px; aspect-ratio: 1.55/1; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #e8eff7; position:relative; }
.map-card iframe { position:absolute; inset:0; width:100%; height:100%; min-height:0; border:0; }
.map-placeholder { position:absolute; inset:0; display:grid; place-content:center; text-align:center; padding:30px; background:linear-gradient(145deg,#edf4fb,#dce9f7); color:var(--navy); }
.map-placeholder::before { content:""; position:absolute; inset:0; opacity:.28; background-image:linear-gradient(rgba(7,46,99,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(7,46,99,.12) 1px,transparent 1px); background-size:34px 34px; }
.map-placeholder > * { position:relative; }
.map-pin { width:54px; height:54px; display:grid; place-items:center; margin:0 auto 14px; border-radius:50% 50% 50% 10%; transform:rotate(-45deg); background:var(--gold); color:var(--navy); box-shadow:0 12px 28px rgba(7,46,99,.16); }
.map-pin::first-letter { transform:rotate(45deg); }
.map-placeholder strong { font:600 29px/1.1 Georgia,serif; }
.map-placeholder small { margin-top:8px; color:var(--muted); }
.route-card { background: var(--white); border-radius: var(--radius); padding: 34px; border: 1px solid #e4eae7; }
.route-kicker { color: var(--thermal-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.route-card h3 { color: var(--forest); font-family: Georgia, serif; font-size: 32px; margin: 9px 0 24px; }
.route-card dl { margin: 0 0 26px; }
.route-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid #e7ece9; }
.route-card dt { color: var(--muted); }
.route-card dd { margin: 0; text-align: right; font-weight: 800; color: var(--forest); }
.route-card .fine-print { color: var(--muted); margin: 18px 0 0; }

.accommodation-section { padding-block: 76px; background: var(--white); }
.accommodation-card { background: radial-gradient(circle at 94% 5%, rgba(244,189,56,.20), transparent 27%), linear-gradient(135deg, var(--navy-2) 0%, #0a477f 100%); color: var(--white); border-radius: 34px; padding: 58px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; overflow: hidden; position: relative; }
.accommodation-card::after { content: ""; position: absolute; width: 390px; height: 180px; border-radius: 50%; border: 1px solid rgba(244,189,56,.25); right: -95px; top: -65px; transform:rotate(-9deg); }
.accommodation-card h2 { color: var(--white); margin-bottom: 18px; }
.accommodation-card p { color: rgba(255,255,255,.78); margin: 0; max-width: 700px; }
.affiliate-note { margin-top: 16px !important; font-size: 12px; }
.accommodation-actions { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 17px; }
.text-link-light { color: var(--white); font-weight: 750; border-bottom: 1px solid rgba(255,255,255,.4); }

.faq-list { display: grid; gap: 12px; }
details { border: 1px solid #e1e7e4; border-radius: 16px; background: var(--white); padding: 0 22px; }
summary { cursor: pointer; list-style: none; padding: 20px 34px 20px 0; font-weight: 800; color: var(--forest); position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 15px; font-size: 26px; color: var(--thermal-dark); font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 0 20px; color: var(--muted); }

.plan-section { background: var(--cream); }
.plan-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.plan-grid > div > p { color: var(--muted); }
.contact-mini { margin-top: 28px; padding-top: 24px; border-top: 1px solid #d9d2c7; }
.contact-mini span { display: block; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; color: var(--muted); font-weight: 800; }
.contact-mini a { display: inline-block; margin-top: 5px; color: var(--thermal-dark); font-weight: 800; }
.contact-form { background: var(--white); padding: 34px; border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: block; margin-bottom: 14px; font-size: 13px; color: var(--forest); font-weight: 750; }
.contact-form label > span { color: var(--muted); font-weight: 500; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid #d6deda; border-radius: 12px; padding: 13px 14px; outline: none; background: #fff; color: var(--ink); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--thermal); box-shadow: 0 0 0 3px rgba(52,120,189,.14); }
.contact-form textarea { resize: vertical; }
.consent { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 500 !important; color: var(--muted) !important; }
.consent input { margin-top: 4px; }
.consent a { color: var(--thermal-dark); text-decoration: underline; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 24px; margin: 14px 0 0; font-size: 14px; color: var(--muted); }
.form-status.success { color: #236b54; }
.form-status.error { color: #9e4137; }

.site-footer { background:#041a37; color:rgba(255,255,255,.76); padding:52px 0 18px; }
.footer-shell { display:grid; grid-template-columns:minmax(240px,1.1fr) minmax(310px,1fr) minmax(150px,.55fr); grid-template-areas:"brand links share"; gap:42px; align-items:start; }
.footer-brand { grid-area:brand; }
.footer-brand img { width:172px; height:auto; object-fit:contain; margin-bottom:12px; padding:8px 10px; border-radius:13px; background:rgba(255,255,255,.98); }
.footer-brand p { max-width:390px; margin:0; font-size:14px; line-height:1.48; }
.footer-links { grid-area:links; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px; }
.footer-column h2,.footer-share h2 { font:800 11px/1.2 Inter,ui-sans-serif,system-ui; text-transform:uppercase; letter-spacing:.13em; color:#f5c94c; margin:0 0 11px; }
.footer-column a { display:block; padding:3px 0; color:rgba(255,255,255,.84); font-size:14px; line-height:1.45; }
.footer-column a:hover,.footer-column a:focus-visible { color:#fff; }
.footer-share { grid-area:share; min-width:150px; }
.social-share-buttons { display:flex; flex-wrap:wrap; gap:9px; }
.social-share-btn { width:42px; height:42px; display:grid; place-items:center; padding:0; border:1px solid rgba(255,255,255,.16); border-radius:12px; background:rgba(255,255,255,.07); color:#fff; cursor:pointer; transition:transform .18s ease,background .18s ease,border-color .18s ease; }
.social-share-btn svg { width:20px; height:20px; display:block; fill:currentColor; }
.social-share-btn:hover,.social-share-btn:focus-visible { transform:translateY(-2px); background:rgba(255,255,255,.14); border-color:rgba(255,255,255,.3); color:#fff; }
.social-facebook:hover,.social-facebook:focus-visible { background:#1877f2; border-color:#1877f2; }
.social-instagram:hover,.social-instagram:focus-visible { background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045); border-color:transparent; }
.social-whatsapp:hover,.social-whatsapp:focus-visible { background:#25d366; border-color:#25d366; }
.share-status { min-height:17px; margin:8px 0 0; color:rgba(255,255,255,.68); font-size:11px; line-height:1.3; }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; gap:24px; border-top:1px solid rgba(255,255,255,.1); margin-top:30px; padding-top:16px; font-size:12px; }
.footer-bottom p { margin:0; }
.footer-bottom a { color:rgba(255,255,255,.82); white-space:nowrap; }
.footer-bottom a:hover { color:#fff; }

.lightbox { width: min(94vw, 1180px); max-width: none; max-height: 92vh; padding: 0; border: 0; border-radius: 22px; overflow: visible; background: transparent; }
.lightbox::backdrop { background: rgba(4,19,16,.88); backdrop-filter: blur(5px); }
.lightbox img { max-height: 88vh; margin: auto; border-radius: 18px; box-shadow: 0 28px 80px rgba(0,0,0,.4); }
.lightbox-close { position: fixed; top: 20px; right: 24px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(255,255,255,.98); color: var(--forest); font-size: 29px; line-height: 1; }

@media (max-width: 1050px) {
  .main-nav { gap: 15px; font-size: 13px; }
  .main-nav a:nth-child(2), .main-nav a:nth-child(5) { display: none; }
  .feature-cards { grid-template-columns: repeat(2, 1fr); }
  .split-grid { gap: 42px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 80px; }
  .site-header { height: 76px; }
  body.nav-open .site-header { background: rgba(255,255,255,.98); box-shadow: 0 12px 35px rgba(3,24,53,.14); }
  .brand { width: 132px; height: 70px; }
  .brand img { width: 120px; max-height: none; }
  .nav-toggle { display: block; position: relative; z-index: 104; border-radius: 12px; }
  .nav-toggle:focus-visible { outline: 3px solid rgba(244,189,56,.55); outline-offset: 2px; }
  .main-nav {
    display: flex; position: fixed; top: 76px; left: 0; right: 0; bottom: auto; height: auto; min-height: 0; max-height: calc(100dvh - 96px);
    padding: 14px 22px 22px; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; overscroll-behavior: contain;
    background: rgba(4,28,61,.94); color: #fff; -webkit-backdrop-filter: blur(18px) saturate(125%); backdrop-filter: blur(18px) saturate(125%);
    border-radius: 0 0 22px 22px; box-shadow: 0 20px 46px rgba(3,24,53,.24), inset 0 1px 0 rgba(255,255,255,.08);
    transform: translateY(-14px); opacity: 0; visibility: hidden; pointer-events: none;
    transition: transform .24s ease, opacity .20s ease, visibility 0s linear .24s; font-size: 17px; z-index: 103;
  }
  .main-nav.open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .main-nav a, .main-nav a:nth-child(2), .main-nav a:nth-child(5) {
    display: block; padding: 17px 8px; border-bottom: 1px solid rgba(255,255,255,.15); color: #fff; font-weight: 760;
  }
  .main-nav a:hover, .main-nav a:focus-visible { color: #ffe08e; }
  .main-nav .nav-cta { margin-top: 14px; border: 0; text-align: center; padding: 15px 18px; background: var(--gold); color: var(--navy-2); box-shadow: 0 14px 34px rgba(0,0,0,.18); }
  .main-nav .nav-cta:hover, .main-nav .nav-cta:focus-visible { color: var(--navy-2); background: #ffd66a; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { min-height: 720px; padding-top: 76px; }
  .hero-media img { object-position:center center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(3,24,53,.62) 0%, rgba(3,24,53,.78) 58%, rgba(3,24,53,.92) 100%); }
  .hero-content { padding: 72px 0 220px; }
  .hero h1 { font-size: clamp(48px, 13vw, 74px); }
  .hero-lead { font-size: 18px; }
  .hero-facts { grid-template-columns: 1fr; border-radius: 20px 20px 0 0; }
  .hero-facts div { display: flex; align-items: baseline; gap: 12px; padding: 13px 22px; border-right: 0; border-bottom: 1px solid #e2e7e4; }
  .hero-facts div:last-child { border-bottom: 0; }
  .hero-facts strong { font-size: 21px; }
  .hero-facts span { margin: 0; }

  .section { padding: 76px 0; }
  .split-grid, .section-head.row-head, .location-grid, .accommodation-card, .plan-grid { grid-template-columns: 1fr; }
  .split-grid, .plan-grid { gap: 42px; }
  .section-head.row-head { gap: 12px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .gallery-item--large { grid-column: span 2; }
  .location-grid { gap: 16px; }
  .map-card { min-height:380px; aspect-ratio:1.15/1; }
  .accommodation-card { padding: 38px 30px; gap: 32px; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 55px; }
  .hero h1 { font-size: 52px; }
  .hero h1 small { font-size:.40em; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .section-copy h2, .section-head h2, .accommodation-card h2, .plan-grid h2 { font-size: 38px; }
  .feature-cards { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .gallery-grid { grid-auto-rows: 150px; gap: 8px; }
  .gallery-item { border-radius: 12px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 20px; }
  .route-card { padding: 28px 22px; }
  .route-card dl div { display: block; }
  .route-card dd { text-align: left; margin-top: 4px; }
}

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

.legal-page { min-height: 100vh; background: var(--cream-2); padding: 80px 0 110px; }
.legal-page h1 { margin: 0 0 16px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(44px, 6vw, 70px); line-height: 1.02; }
.legal-page h2 { margin-top: 38px; color: var(--forest); font-size: 24px; }
.legal-page p { color: var(--muted); }
.legal-page a { color: var(--thermal-dark); text-decoration: underline; }
.legal-back { display: inline-block; margin-bottom: 50px; font-weight: 800; }
.legal-note { margin-top: 44px; padding: 20px 22px; border-radius: 14px; background: var(--cream); border: 1px solid #e4ddcf; }


/* V2.3.1 — Identidad Premium & Core Web Vitals */
:focus-visible { outline:3px solid rgba(244,189,56,.72); outline-offset:3px; }
.feature-image img,.gallery-item img,.guide-card-image img,.blog-card-media img { background:#e8eef5; }
.section-copy h2,.section-head h2,.accommodation-card h2,.plan-grid h2 { text-wrap:balance; }
.feature-card:nth-child(3) .icon-circle { background:#edf6f1; border-color:#d9eadf; }
.feature-card:nth-child(3) .icon-circle svg { fill:var(--nature); }
.hero-facts strong { color:var(--navy); }
.route-card { box-shadow:0 16px 44px rgba(7,46,99,.06); }
.faq-list details { box-shadow:0 8px 25px rgba(7,46,99,.025); }
.footer-brand img { box-shadow:0 12px 30px rgba(0,0,0,.10); }
