:root {
  --ink: #211b16;
  --muted: #73695f;
  --paper: #f7f3ec;
  --paper-2: #ece4d8;
  --white: #fff;
  --rust: #b85e2b;
  --rust-dark: #93461f;
  --line: rgba(58, 47, 38, 0.16);
  --shadow: 0 24px 70px rgba(48, 36, 27, 0.15);
  --serif: "Cormorant", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.lightbox-open { overflow: hidden; }
img, svg { display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 12px 16px; background: var(--ink); color: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.gallery-header {
  position: sticky;
  top: 0;
  z-index: 80;
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 12px clamp(24px, 4vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 243, 236, 0.93);
  backdrop-filter: blur(16px);
}

.gallery-brand { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; font-size: 15px; font-weight: 700; white-space: nowrap; }
.gallery-brand img { width: 52px; height: 52px; border: 0; border-radius: 0; background: transparent; object-fit: contain; }
.gallery-menu { display: flex; justify-content: center; gap: clamp(15px, 1.8vw, 30px); }
.gallery-menu a { position: relative; padding: 14px 0; color: #686057; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.gallery-menu a::after { content: ""; position: absolute; right: 0; bottom: 8px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transition: transform 180ms ease; }
.gallery-menu a:hover::after, .gallery-menu a:focus-visible::after, .gallery-menu a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.gallery-language { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); }
.gallery-language button { width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--muted); font-size: 10px; font-weight: 700; cursor: pointer; }
.gallery-language button.is-active { background: var(--ink); color: var(--white); }
.instagram-link { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; transition: background 180ms ease, color 180ms ease; }
.instagram-link svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-link:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 13px; border: 1px solid var(--line); background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--rust); color: var(--white); box-shadow: 0 12px 28px rgba(184, 94, 43, 0.22); }
.button-primary:hover { background: var(--rust-dark); }
.button-secondary { border-color: var(--line); background: transparent; }
.button-secondary:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }

.gallery-hero { min-height: calc(100svh - 88px); display: grid; grid-template-columns: minmax(300px, 0.82fr) minmax(460px, 1.4fr); align-items: center; gap: clamp(32px, 6vw, 100px); padding: clamp(54px, 7vw, 110px) clamp(24px, 6vw, 100px); }
.hero-copy { max-width: 560px; }
.eyebrow { margin: 0 0 20px; color: var(--rust); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 600; letter-spacing: 0; line-height: 0.9; }
h1 { font-size: clamp(68px, 6.2vw, 108px); }
.hero-copy > p:last-child { max-width: 470px; margin: 34px 0 0; color: var(--muted); font-size: clamp(15px, 1.2vw, 19px); line-height: 1.75; }
.hero-image { position: relative; min-height: 620px; padding: 0; overflow: hidden; border: 0; border-radius: 6px; background: #d8d0c5; box-shadow: var(--shadow); cursor: zoom-in; }
.hero-image::after, .journey-photo::after, .destination-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(20, 16, 13, 0.74)); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.hero-image:hover img { transform: scale(1.035); }
.hero-image-label { position: absolute; z-index: 2; bottom: 30px; left: 32px; color: var(--white); text-align: left; }
.hero-image-label strong { display: block; font-family: var(--serif); font-size: 42px; line-height: 1; }
.hero-image-label small { display: block; margin-top: 8px; font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.image-open-hint { position: absolute; z-index: 2; right: 24px; bottom: 24px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.55); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity 180ms ease, transform 180ms ease; }
.hero-image:hover .image-open-hint { opacity: 1; transform: translateY(0); }

.destination-section { padding: clamp(70px, 8vw, 126px) clamp(24px, 6vw, 100px); background: var(--ink); color: var(--white); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading h2, .journey-intro h2, .gallery-cta h2 { font-size: clamp(50px, 6.2vw, 96px); }
.show-all { min-height: 46px; padding: 11px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); background: transparent; color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.show-all[aria-pressed="true"] { border-color: var(--rust); color: #e58a54; }
.destination-rail { display: grid; grid-template-columns: repeat(6, minmax(150px, 1fr)); gap: 14px; }
.destination-card { position: relative; min-height: 330px; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; background: #312c27; color: var(--white); text-align: left; cursor: pointer; transition: transform 220ms ease, border-color 220ms ease; }
.destination-card:hover { transform: translateY(-7px); }
.destination-card[aria-pressed="true"] { border-color: #e58a54; box-shadow: 0 0 0 2px #e58a54; }
.destination-card img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; transition: transform 500ms ease; }
.destination-card:hover img { transform: scale(1.05); }
.destination-card span { position: absolute; z-index: 2; right: 18px; bottom: 20px; left: 18px; }
.destination-card strong { display: block; font-family: var(--serif); font-size: 29px; line-height: 1; }
.destination-card small { display: block; margin-top: 8px; font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }

.journey-section { padding: clamp(78px, 9vw, 145px) clamp(24px, 6vw, 100px); }
.journey-intro { display: grid; grid-template-columns: minmax(320px, 1.2fr) minmax(240px, .7fr); gap: 18px 60px; align-items: end; margin-bottom: 54px; }
.journey-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.journey-intro > p:last-child { max-width: 430px; margin: 0 0 6px; color: var(--muted); line-height: 1.65; }
.journey-grid { display: grid; grid-auto-flow: dense; grid-auto-rows: 210px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.journey-photo { position: relative; grid-row: span 2; min-height: 0; padding: 0; overflow: hidden; border: 0; border-radius: 6px; background: #ddd4c9; color: var(--white); text-align: left; cursor: zoom-in; }
.journey-photo-wide { grid-column: span 2; }
.journey-photo-tall { grid-row: span 3; }
.journey-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.7,.2,1), filter 300ms ease; }
.journey-photo:hover img { transform: scale(1.04); filter: saturate(1.06); }
.journey-photo span { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; font-family: var(--serif); font-size: 28px; font-weight: 600; line-height: 1; }
.journey-photo small { display: block; margin-top: 7px; font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.journey-photo[hidden] { display: none; }

.gallery-cta { margin: 0 clamp(24px, 6vw, 100px) clamp(70px, 9vw, 130px); padding: clamp(68px, 8vw, 110px); background: var(--paper-2); text-align: center; }
.gallery-cta h2 { max-width: 950px; margin: 0 auto; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 42px; }
.gallery-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 28px clamp(24px, 5vw, 72px); border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.gallery-footer > p:nth-child(2) { text-align: center; }

.whatsapp-float { position: fixed; z-index: 70; right: 24px; bottom: 24px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #1f9d55; color: var(--white); box-shadow: 0 14px 36px rgba(15, 86, 47, .3); transition: transform 180ms ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 28px; fill: currentColor; }

.lightbox { position: fixed; z-index: 150; inset: 0; display: none; align-items: center; justify-content: center; padding: 28px; }
.lightbox.is-open { display: flex; }
.lightbox-backdrop { position: absolute; inset: 0; border: 0; background: rgba(15, 12, 10, .93); cursor: zoom-out; }
.lightbox-content { position: relative; z-index: 1; width: min(1120px, 94vw); height: min(820px, 88vh); margin: 0; display: grid; place-items: center; }
.lightbox-content img { max-width: 100%; max-height: calc(100% - 50px); object-fit: contain; box-shadow: 0 22px 90px rgba(0,0,0,.45); }
.lightbox-content figcaption { margin-top: 16px; color: rgba(255,255,255,.8); font-size: 13px; }
.lightbox-close { position: absolute; z-index: 2; top: -8px; right: 0; min-width: 52px; min-height: 44px; border: 1px solid rgba(255,255,255,.4); background: transparent; color: var(--white); cursor: pointer; }
.lightbox-arrow { position: absolute; z-index: 2; top: 50%; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(15,12,10,.45); color: var(--white); cursor: pointer; transform: translateY(-50%); }
.lightbox-prev { left: 0; }
.lightbox-next { right: 0; }

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

:focus-visible { outline: 3px solid #e58a54; outline-offset: 4px; }

@media (max-width: 1180px) {
  .gallery-header { grid-template-columns: auto auto 1fr; }
  .menu-toggle { display: block; justify-self: end; }
  .gallery-menu { position: absolute; top: 88px; right: 24px; left: 24px; display: none; padding: 22px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
  .gallery-menu.is-open { display: grid; grid-template-columns: repeat(3, 1fr); }
  .gallery-menu a { padding: 12px; text-align: center; }
  .header-actions { justify-self: end; }
  .destination-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .destination-card, .destination-card img { min-height: 280px; }
}

@media (max-width: 820px) {
  .gallery-header { min-height: 76px; padding: 10px 18px; gap: 10px; }
  .gallery-brand img { width: 46px; height: 46px; }
  .gallery-brand span { display: none; }
  .header-cta { min-height: 44px; padding: 10px 14px; }
  .instagram-link { display: none; }
  .gallery-language button { width: 30px; height: 30px; }
  .gallery-menu { top: 76px; right: 12px; left: 12px; grid-template-columns: repeat(2, 1fr) !important; }
  .gallery-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 60px; }
  h1 { font-size: clamp(62px, 18vw, 92px); }
  .hero-image, .hero-image img { min-height: 66vh; }
  .destination-rail { display: flex; gap: 12px; margin-right: -24px; overflow-x: auto; padding: 4px 24px 18px 0; scroll-snap-type: x mandatory; }
  .destination-card { flex: 0 0 72vw; scroll-snap-align: start; }
  .section-heading { align-items: start; flex-direction: column; }
  .journey-intro { grid-template-columns: 1fr; }
  .journey-intro .eyebrow { grid-column: auto; }
  .journey-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 170px; }
  .journey-photo-wide { grid-column: span 2; }
  .gallery-footer { grid-template-columns: 1fr; text-align: center; }
  .gallery-footer .gallery-brand { justify-content: center; }
  .gallery-footer .gallery-brand span { display: inline; }
  .gallery-footer > p:nth-child(2) { text-align: center; }
  .lightbox-arrow { top: auto; bottom: 8px; transform: none; }
}

@media (max-width: 520px) {
  .header-cta { font-size: 9px; letter-spacing: .08em; }
  .gallery-hero { padding-right: 18px; padding-left: 18px; }
  .hero-copy > p:last-child { margin-top: 24px; }
  .hero-image, .hero-image img { min-height: 58vh; }
  .hero-image-label { bottom: 22px; left: 20px; }
  .destination-section, .journey-section { padding-right: 18px; padding-left: 18px; }
  .destination-rail { margin-right: -18px; padding-right: 18px; }
  .destination-card { flex-basis: 78vw; }
  .journey-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 430px; gap: 12px; }
  .journey-photo, .journey-photo-wide, .journey-photo-tall { grid-column: auto; grid-row: auto; }
  .gallery-cta { margin-right: 18px; margin-left: 18px; padding: 56px 22px; }
  .gallery-cta h2 { font-size: 48px; }
  .cta-actions { flex-direction: column; }
  .whatsapp-float { right: 16px; bottom: 16px; }
  .lightbox { padding: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
