:root {
  --pine: #041d16;
  --forest: #0c2d23;
  --forest-2: #123a2e;
  --gold: #d3a14e;
  --gold-light: #ebc779;
  --ivory: #f6f1e8;
  --paper: #fffaf1;
  --ink: #17211c;
  --muted: #6e726b;
  --line: rgba(22, 40, 32, .15);
  --shadow: 0 24px 70px rgba(5, 24, 18, .16);
  --content: min(1240px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.04; font-weight: 400; letter-spacing: -.025em; }
h1 { font-size: clamp(3.4rem, 8vw, 7.6rem); }
h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
h3 { font-size: clamp(1.4rem, 2vw, 2rem); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.screen-reader-text:focus { z-index: 100000; top: 12px; left: 12px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: white; color: black; }
.site-shell { overflow: clip; }
.site-main { min-height: 60vh; }

.topbar { color: var(--gold-light); background: #02130e; border-bottom: 1px solid rgba(211,161,78,.25); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.topbar__inner { width: var(--content); min-height: 40px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar a { font-weight: 700; }
.site-header { position: sticky; z-index: 100; top: 0; color: var(--ivory); background: rgba(7, 34, 26, .98); border-bottom: 1px solid rgba(235,199,121,.2); transition: box-shadow .35s ease, background .35s ease; }
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { box-shadow: 0 16px 50px rgba(0,0,0,.22); background: rgba(3, 25, 19, .99); }
.site-header__inner { width: calc(100% - 7vw); max-width: 1760px; min-height: 110px; margin: auto; display: grid; grid-template-columns: minmax(180px, 270px) 1fr auto; align-items: center; gap: clamp(20px, 4vw, 70px); }
.brand { display: inline-flex; align-items: center; }
.brand img, .brand .custom-logo { width: min(230px, 100%); max-height: 72px; object-fit: contain; object-position: left center; }
.brand .custom-logo-link { display: flex; }
.primary-navigation .menu { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 50px); list-style: none; }
.primary-navigation a { position: relative; display: inline-block; padding: 12px 0; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.primary-navigation a::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.primary-navigation a:hover::after, .primary-navigation .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; color: white; border: 1px solid rgba(255,255,255,.35); background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 1px; margin: 5px 0; background: currentColor; transition: transform .3s, opacity .3s; }

.button { display: inline-flex; min-height: 58px; padding: 0 30px; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; font-size: .78rem; font-weight: 700; letter-spacing: .11em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button--gold { color: #13231b; background: linear-gradient(135deg, var(--gold-light), #bd8535); box-shadow: 0 14px 35px rgba(190,133,52,.22); }
.button--gold:hover { box-shadow: 0 18px 45px rgba(190,133,52,.35); }
.button--outline { color: var(--ivory); border-color: rgba(255,255,255,.55); background: rgba(2,20,15,.16); backdrop-filter: blur(10px); }
.button--dark { color: var(--ivory); background: var(--pine); }
.button--block { width: 100%; }
.header-cta { min-height: 60px; white-space: nowrap; }
.button-row { display: flex; flex-wrap: wrap; gap: 16px; }
.eyebrow { margin-bottom: 24px; color: #b9822e; font-size: .72rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 4px; color: var(--forest); border-bottom: 1px solid rgba(12,45,35,.4); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link--light { color: var(--ivory); border-color: rgba(255,255,255,.5); }

.home-hero { position: relative; min-height: min(850px, calc(100vh - 150px)); display: flex; align-items: center; color: var(--ivory); background-image: linear-gradient(90deg, rgba(1,20,14,.98) 0%, rgba(2,25,18,.86) 34%, rgba(2,23,17,.2) 68%, rgba(2,23,17,.08)), var(--hero-image); background-position: center; background-size: cover; isolation: isolate; }
.home-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(2,20,15,.35), transparent 45%); }
.home-hero__content { width: var(--content); margin: auto; padding: 100px 0; }
.home-hero h1 { max-width: 900px; margin: 0 0 28px; }
.home-hero h1 em { display: block; color: var(--gold-light); font-weight: 400; }
.home-hero__copy { max-width: 660px; margin-bottom: 36px; color: rgba(255,250,241,.88); font-size: clamp(1.15rem, 2vw, 1.45rem); }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--ivory); background: var(--forest); border-top: 1px solid rgba(235,199,121,.2); }
.trust-strip > div { padding: 30px clamp(18px, 3vw, 46px); border-right: 1px solid rgba(255,255,255,.12); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: var(--gold-light); font-size: .86rem; letter-spacing: .1em; text-transform: uppercase; }
.trust-strip span { color: rgba(255,255,255,.67); font-size: .84rem; }

.section { padding: clamp(85px, 10vw, 150px) max(32px, calc((100vw - 1240px) / 2)); }
.section--paper { background: var(--paper); }
.section--ivory { background: var(--ivory); }
.section--forest { color: var(--ivory); background: var(--pine); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 150px); align-items: start; }
.intro-grid h2 { margin: 0; max-width: 650px; }
.lead { margin-bottom: 30px; font-size: clamp(1.25rem, 2.1vw, 1.65rem); line-height: 1.6; }
.section-heading { margin-bottom: 55px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading h2 { max-width: 760px; margin: 0; }
.section-heading .eyebrow { margin-bottom: 16px; }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(22px, 3vw, 38px); }
.experience-grid--archive { row-gap: 65px; }
.experience-card { min-width: 0; background: #fffdf8; box-shadow: 0 18px 55px rgba(23,33,28,.06); transition: transform .4s ease, box-shadow .4s ease; }
.experience-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.experience-card__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #dcd6ca; }
.experience-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.experience-card:hover .experience-card__media img { transform: scale(1.045); }
.experience-card__price { position: absolute; right: 16px; bottom: 16px; padding: 8px 13px; color: var(--pine); background: rgba(247,237,214,.94); font-size: .7rem; font-weight: 700; letter-spacing: .08em; }
.experience-card__body { padding: 30px; }
.experience-card__body h3 { margin: 10px 0 15px; }
.experience-card__body p { color: var(--muted); font-size: .95rem; }
.experience-card__meta { display: flex; flex-wrap: wrap; gap: 8px 22px; color: #9b6a22; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.experience-card__meta span + span::before { content: "·"; margin-right: 20px; }

.feature-split { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 720px; background: var(--forest); color: var(--ivory); }
.feature-split__media { min-height: 600px; overflow: hidden; }
.feature-split__media img { width: 100%; height: 100%; object-fit: cover; }
.feature-split__content { padding: clamp(70px, 9vw, 140px); align-self: center; }
.feature-split__content h2 { max-width: 640px; }
.feature-split__content p:not(.eyebrow) { max-width: 620px; margin-bottom: 35px; color: rgba(255,255,255,.75); font-size: 1.15rem; }
.why-preview { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 130px); }
.why-preview > .text-link { grid-column: 2; justify-self: start; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.value-grid article { border-top: 1px solid rgba(235,199,121,.35); padding-top: 25px; }
.value-grid article > span { color: var(--gold-light); font-size: .75rem; letter-spacing: .12em; }
.value-grid h3 { margin: 18px 0 12px; }
.value-grid p { color: rgba(255,255,255,.67); font-size: .93rem; }
.journey-cta { padding: clamp(80px, 10vw, 140px) max(32px, calc((100vw - 1240px) / 2)); display: flex; justify-content: space-between; align-items: end; gap: 50px; background: linear-gradient(130deg, #e6bd70, #c18a3a); }
.journey-cta h2 { max-width: 900px; margin: 0; color: var(--pine); }
.journey-cta .eyebrow { color: #533512; }
.journey-cta .button { flex: 0 0 auto; }

.archive-hero { min-height: 640px; display: grid; grid-template-columns: .9fr 1.1fr; color: var(--ivory); background: var(--pine); }
.archive-hero__content { padding: clamp(80px, 10vw, 150px) clamp(32px, 8vw, 130px); align-self: center; }
.archive-hero__content h1 { margin-bottom: 28px; font-size: clamp(3.6rem, 7vw, 7rem); }
.archive-hero__content p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.74); font-size: 1.2rem; }
.archive-hero__media { min-height: 570px; overflow: hidden; }
.archive-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.archive-intro { max-width: 850px; margin-bottom: 65px; }
.archive-intro h2 { margin: 0; }
.editorial-band { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); padding: clamp(80px, 9vw, 130px) max(32px, calc((100vw - 1240px) / 2)); color: var(--ivory); background: var(--forest); }
.editorial-band h2 { margin: 0; }
.editorial-band p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 1.2rem; }

.single-hero { position: relative; min-height: 680px; display: flex; align-items: end; color: white; overflow: hidden; background: var(--pine); }
.single-hero__media, .single-hero__overlay { position: absolute; inset: 0; }
.single-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.single-hero__overlay { background: linear-gradient(90deg, rgba(2,20,15,.92), rgba(2,20,15,.35) 60%, rgba(2,20,15,.08)), linear-gradient(0deg, rgba(2,20,15,.65), transparent 60%); }
.single-hero__content { position: relative; z-index: 2; width: var(--content); margin: auto; padding: 100px 0; }
.single-hero h1 { max-width: 1000px; margin-bottom: 28px; font-size: clamp(3.5rem, 7vw, 7rem); }
.single-hero__content > p:last-child { max-width: 650px; color: rgba(255,255,255,.82); font-size: 1.2rem; }
.facts-bar { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--ivory); background: var(--forest); }
.facts-bar div { padding: 28px 5vw; border-right: 1px solid rgba(255,255,255,.12); }
.facts-bar small, .facts-bar strong { display: block; }
.facts-bar small { color: var(--gold-light); font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; }
.facts-bar strong { margin-top: 5px; font-weight: 400; }
.single-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: clamp(50px, 8vw, 110px); align-items: start; }
.entry-content { max-width: 800px; font-size: 1.08rem; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2, .entry-content h3 { margin-top: 1.4em; }
.entry-content a { color: #92601d; text-decoration: underline; }
.entry-content img { margin: 2em 0; }
.entry-content blockquote { margin: 2em 0; padding-left: 28px; border-left: 3px solid var(--gold); color: var(--forest); font-size: 1.35rem; font-style: italic; }
.detail-section { margin-top: 70px; padding-top: 40px; border-top: 1px solid var(--line); }
.detail-list, .itinerary-list { margin: 0; padding: 0; list-style: none; }
.detail-list li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid rgba(22,40,32,.09); }
.detail-list li::before { content: "✦"; position: absolute; left: 0; color: #a66e23; }
.itinerary-list { counter-reset: itinerary; }
.itinerary-list li { counter-increment: itinerary; position: relative; min-height: 60px; padding: 8px 0 25px 62px; }
.itinerary-list li::before { content: counter(itinerary, decimal-leading-zero); position: absolute; top: 0; left: 0; color: #a66e23; font-size: .8rem; letter-spacing: .08em; }
.itinerary-list li::after { content: ""; position: absolute; top: 28px; bottom: 0; left: 13px; width: 1px; background: var(--line); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 30px 20px 0; cursor: pointer; font-weight: 700; }
.faq-list details p { color: var(--muted); }
.booking-card { position: sticky; top: 30px; padding: 40px; color: var(--ivory); background: var(--forest); box-shadow: var(--shadow); }
.admin-bar .booking-card { top: 62px; }
.booking-card h2 { font-size: 2.5rem; }
.booking-card p { color: rgba(255,255,255,.7); }
.booking-card__price { margin: 30px 0; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.booking-card__price small, .booking-card__price strong { display: block; }
.booking-card__price strong { color: var(--gold-light); font-size: 1.35rem; }
.booking-card__phone { display: block; margin-top: 20px; text-align: center; }

.page-hero { min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; color: var(--ivory); background: var(--pine); }
.page-hero > div:first-child { padding: clamp(80px, 10vw, 140px) clamp(32px, 8vw, 130px); align-self: center; }
.page-hero h1 { font-size: clamp(3.6rem, 7vw, 7rem); }
.page-hero p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.page-hero__media { overflow: hidden; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero--compact { min-height: 400px; display: block; }
.page-content .entry-content { margin: auto; }
.journal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px; }
.journal-card { display: grid; grid-template-columns: .9fr 1.1fr; background: white; }
.journal-card > a img { width: 100%; height: 100%; object-fit: cover; }
.journal-card > div { padding: 35px; }
.journal-card h2 { font-size: 2rem; }
.not-found { min-height: 70vh; padding: 100px 32px; display: grid; place-items: center; text-align: center; background: var(--paper); }
.not-found > div { max-width: 850px; }
.empty-state { max-width: 650px; padding: 60px 0; }
.nav-links { margin-top: 60px; display: flex; justify-content: center; gap: 10px; }
.page-numbers { min-width: 44px; min-height: 44px; padding: 8px 14px; display: inline-grid; place-items: center; border: 1px solid var(--line); }
.page-numbers.current { color: white; background: var(--forest); }

.site-footer { padding: 80px max(32px, calc((100vw - 1240px) / 2)) 25px; color: rgba(255,255,255,.7); background: #02140f; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 70px; padding-bottom: 55px; }
.footer-brand img { max-width: 200px; margin-bottom: 25px; }
.footer-brand p { max-width: 430px; }
.footer-title { color: var(--gold-light); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.site-footer .menu { margin: 0; padding: 0; list-style: none; }
.site-footer .menu li { margin: 8px 0; }
.site-footer a:hover { color: var(--gold-light); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
.whatsapp-float { position: fixed; z-index: 999; right: 28px; bottom: 28px; min-width: 285px; padding: 10px 18px 10px 10px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 13px; color: var(--ivory); background: rgba(7,48,37,.96); border: 1px solid rgba(235,199,121,.7); border-radius: 999px; box-shadow: 0 18px 55px rgba(2,20,15,.3); backdrop-filter: blur(12px); transition: transform .3s ease, box-shadow .3s ease; }
.whatsapp-float:hover { transform: translateY(-5px); box-shadow: 0 24px 65px rgba(2,20,15,.42); }
.whatsapp-float__icon { width: 52px; height: 52px; padding: 13px; display: grid; place-items: center; color: var(--pine); background: var(--gold-light); border-radius: 50%; }
.whatsapp-float__icon svg { width: 28px; height: 28px; }
.whatsapp-float__copy small, .whatsapp-float__copy strong { display: block; line-height: 1.2; }
.whatsapp-float__copy small { color: var(--gold-light); font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.whatsapp-float__copy strong { margin-top: 5px; font-size: .9rem; }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.experience-grid [data-reveal]:nth-child(2) { transition-delay: .1s; }
.experience-grid [data-reveal]:nth-child(3) { transition-delay: .2s; }

@media (max-width: 1120px) {
  :root { --content: min(100% - 48px, 1100px); }
  .site-header__inner { grid-template-columns: 190px auto 1fr; min-height: 90px; }
  .menu-toggle { display: block; justify-self: end; order: 3; }
  .header-cta { justify-self: end; order: 2; }
  .primary-navigation { position: absolute; top: 100%; right: 0; left: 0; max-height: 0; overflow: hidden; background: #061e17; transition: max-height .4s ease; }
  .primary-navigation.is-open { max-height: 520px; border-top: 1px solid rgba(255,255,255,.1); }
  .primary-navigation .menu { padding: 22px 24px 30px; display: block; }
  .primary-navigation a { width: 100%; padding: 13px 0; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-grid .experience-card:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: calc(50% - 12px); }
  .why-preview { grid-template-columns: 1fr; }
  .why-preview > .text-link { grid-column: auto; }
  .single-layout { grid-template-columns: minmax(0, 1fr) 340px; }
}

@media (max-width: 780px) {
  :root { --content: calc(100% - 34px); }
  body { font-size: 17px; }
  .topbar__inner { min-height: 36px; font-size: .62rem; letter-spacing: .1em; }
  .topbar__inner span { display: none; }
  .topbar__inner { justify-content: center; }
  .site-header__inner { width: calc(100% - 30px); grid-template-columns: 1fr auto; min-height: 78px; gap: 12px; }
  .admin-bar .site-header { top: 46px; }
  .brand img, .brand .custom-logo { width: 165px; max-height: 55px; }
  .header-cta { display: none; }
  .menu-toggle { order: initial; }
  .home-hero { min-height: 720px; align-items: end; background-image: linear-gradient(0deg, rgba(1,20,14,.98), rgba(2,23,17,.65) 58%, rgba(2,23,17,.18)), var(--hero-image); background-position: 64% center; }
  .home-hero__content { padding: 90px 0 65px; }
  .home-hero h1 { font-size: clamp(3.5rem, 18vw, 5.5rem); }
  .home-hero__copy { font-size: 1.08rem; }
  .button-row { display: grid; }
  .button { min-height: 56px; width: 100%; padding: 0 20px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip > div { padding: 22px 17px; }
  .section { padding: 80px 17px; }
  .intro-grid, .editorial-band, .feature-split, .archive-hero, .page-hero { grid-template-columns: 1fr; }
  .intro-grid { gap: 40px; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 28px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid .experience-card:last-child:nth-child(odd) { grid-column: auto; max-width: none; }
  .feature-split__media { min-height: 440px; }
  .feature-split__content { padding: 75px 22px; }
  .value-grid { grid-template-columns: 1fr; }
  .journey-cta { padding: 75px 17px; display: block; }
  .journey-cta .button { margin-top: 35px; }
  .archive-hero { display: flex; min-height: 700px; flex-direction: column-reverse; }
  .archive-hero__media { min-height: 340px; }
  .archive-hero__content { padding: 60px 17px 75px; }
  .editorial-band { padding: 75px 17px; }
  .single-hero { min-height: 650px; }
  .single-hero__content { padding: 70px 0; }
  .facts-bar { grid-template-columns: repeat(2, 1fr); }
  .facts-bar div { padding: 22px 20px; }
  .single-layout { display: block; }
  .booking-card { position: static; margin-top: 60px; padding: 30px 24px; }
  .page-hero { display: flex; flex-direction: column-reverse; }
  .page-hero > div:first-child { padding: 60px 17px 75px; }
  .page-hero__media { min-height: 320px; }
  .page-hero--compact { display: block; }
  .journal-grid, .journal-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { display: block; }
  .whatsapp-float { right: 14px; bottom: 14px; min-width: 0; width: 62px; height: 62px; padding: 5px; display: grid; grid-template-columns: 1fr; }
  .whatsapp-float__icon { width: 50px; height: 50px; }
  .whatsapp-float__copy, .whatsapp-float > span:last-child { display: none; }
}

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