:root {
  --forest: #144736;
  --ivory: #f6f2eb;
  --camel: #b7885e;
  --ink: #193a31;
  --line: rgba(20, 71, 54, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; text-decoration: none; }

.site-header { position: fixed; z-index: 10; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.1rem 5vw; background: rgba(246, 242, 235, 0.92); border-bottom: 2px solid rgba(183, 136, 94, .38); backdrop-filter: blur(12px); transform: translateY(-100%); animation: header-in 900ms 150ms cubic-bezier(.2,.7,.2,1) forwards; }
.site-header::after { position: absolute; left: 0; bottom: -4px; width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--camel); opacity: .78; box-shadow: 0 0 8px rgba(183, 136, 94, .28); animation: accent-dot-glide 18s cubic-bezier(.65, .05, .35, 1) infinite alternate; }
.brand img { display: block; width: 132px; height: auto; }
.desktop-nav { display: flex; gap: clamp(1rem, 2vw, 2rem); font-size: .82rem; letter-spacing: .04em; }
.desktop-nav a, .text-link, .contact-email { transition: color 240ms ease; }
.desktop-nav a:hover, .text-link:hover, .contact-email:hover { color: var(--camel); }
.menu-toggle { display: none; width: 2.5rem; height: 2.5rem; padding: .55rem; color: var(--forest); background: transparent; border: 1px solid rgba(20, 71, 54, .28); border-radius: 50%; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: .23rem 0; background: currentColor; transition: transform 220ms ease, opacity 220ms ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(.34rem) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-.34rem) rotate(-45deg); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.1rem; padding: .75rem 1.35rem; color: var(--ivory); background: var(--camel); border: 1px solid var(--camel); border-radius: 999px; font-size: .82rem; letter-spacing: .04em; transition: transform 240ms ease, background 240ms ease, color 240ms ease; }
.button:hover { transform: translateY(-2px); background: #c29770; }
.button-small { min-height: 2.45rem; padding: .55rem 1rem; }
.header-cta:hover, .header-cta:focus-visible { color: var(--ivory); background: var(--forest); border-color: var(--forest); }
.button-dark { color: var(--ivory); background: var(--forest); border-color: var(--forest); }
.button-dark:hover { background: #0e3829; }
.button-light { color: var(--forest); background: var(--ivory); border-color: var(--ivory); }
.button-light:hover { background: #fffdf8; }
.button-whatsapp { position: relative; padding-right: 4.4rem; overflow: visible; }
.button-whatsapp .whatsapp-mark { position: absolute; top: 50%; right: -.72rem; display: grid; width: 2.55rem; height: 2.55rem; place-items: center; color: var(--forest); background: var(--ivory); border: 2px solid currentColor; border-radius: 50%; box-shadow: 0 2px 8px rgba(14, 56, 41, .16); transform: translateY(-50%); transition: color 240ms ease, transform 240ms ease, box-shadow 240ms ease; }
.button-whatsapp .whatsapp-mark svg { width: 1.35rem; height: 1.35rem; fill: currentColor; }
.button-whatsapp:hover .whatsapp-mark, .button-whatsapp:focus-visible .whatsapp-mark { color: var(--camel); transform: translateY(-50%) scale(1.04); }
.button-dark.button-whatsapp .whatsapp-mark { color: var(--forest); }
.button-whatsapp:hover .whatsapp-mark, .button-whatsapp:focus-visible .whatsapp-mark { color: var(--ivory); background: var(--forest); }
.button-whatsapp-light .whatsapp-mark { color: var(--forest); }
.button-whatsapp-light:hover .whatsapp-mark, .button-whatsapp-light:focus-visible .whatsapp-mark { color: var(--ivory); background: var(--forest); }
.button-dark.button-whatsapp:hover .whatsapp-mark, .button-dark.button-whatsapp:focus-visible .whatsapp-mark { color: var(--ivory); background: var(--forest); }
.button-whatsapp-compact { padding-right: 3.3rem; }
.button-whatsapp-compact .whatsapp-mark { right: -.55rem; width: 2rem; height: 2rem; }
.button-whatsapp-compact .whatsapp-mark svg { width: 1.15rem; height: 1.15rem; }
.button-whatsapp-light { padding-right: 4rem; }
.footer-whatsapp-link { display: inline-flex !important; align-items: center; gap: .5rem; }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center start; overflow: hidden; color: var(--ivory); }
.hero-media, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(20, 71, 54, .82) 0%, rgba(20, 71, 54, .46) 58%, rgba(20, 71, 54, .3) 100%); animation: veil-in 1000ms ease-out both; }
.hero-content { position: relative; z-index: 1; max-width: 42rem; margin: 5rem 8vw 0; }
.eyebrow { margin: 0 0 1rem; color: var(--camel); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #d8b493; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.05; }
h1 { max-width: 12ch; font-size: clamp(3.2rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.3rem, 5vw, 4.6rem); }
h3 { font-size: 1.55rem; }
.hero-copy { max-width: 30rem; margin: 1.5rem 0 2rem; font-size: clamp(1rem, 1.7vw, 1.2rem); color: rgba(246, 242, 235, .9); }
.scroll-note { position: absolute; z-index: 1; right: 5vw; bottom: 2rem; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; opacity: .72; writing-mode: vertical-rl; }

.section { padding: clamp(5rem, 11vw, 10rem) 8vw; }
.section-light { background: var(--ivory); }
.section-forest { color: var(--ivory); background: var(--forest); }
.section-camel { background: var(--camel); }
.section-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 9vw, 10rem); align-items: start; max-width: 1150px; margin: 0 auto; }
.section-grid-reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; }
.section-heading { position: sticky; top: 8rem; }
.section-heading h2 { max-width: 9ch; }
.section-copy { max-width: 38rem; font-size: 1.06rem; }
.section-copy p { margin: 0 0 1.35rem; }
.quiet-list { display: grid; gap: .8rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.quiet-list li { padding-bottom: .8rem; border-bottom: 1px solid var(--line); }
.narrow-heading { max-width: 720px; margin: 0 auto 4.5rem; text-align: center; }
.narrow-heading > p:last-child { margin: 1.5rem auto 0; max-width: 38rem; font-size: 1.05rem; opacity: .82; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 1150px; margin: 0 auto; }
.step { position: relative; padding: 1.5rem; border: 1px solid transparent; border-top-color: rgba(246, 242, 235, .34); transition: transform 450ms cubic-bezier(.2,.7,.2,1), background 450ms ease, border-color 450ms ease, box-shadow 450ms ease; }
.step::after { position: absolute; top: 1.45rem; right: 1.5rem; width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--camel); opacity: 0; transform: scale(.6); transition: opacity 450ms ease, transform 450ms ease; }
.step-number { display: block; margin-bottom: 2rem; color: #d8b493; font-size: .78rem; letter-spacing: .14em; }
.step p { max-width: 20rem; color: rgba(246, 242, 235, .78); }
.tool-line { max-width: 900px; margin: 4.5rem auto 0; color: #d8b493; text-align: center; font-size: .82rem; letter-spacing: .08em; }
.portrait-placeholder, .map-frame { display: grid; place-items: center; min-height: 30rem; background: rgba(20, 71, 54, .08); border: 1px solid var(--line); color: rgba(20, 71, 54, .62); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.portrait-placeholder { aspect-ratio: 4 / 5; min-height: 0; overflow: hidden; }
.portrait-placeholder img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.map-frame { position: relative; overflow: hidden; padding: 0; outline: none; border-color: var(--camel); box-shadow: 0 0 0 1px rgba(183, 136, 94, .22); }
.map-frame::after { position: absolute; inset: 0; content: ""; background: rgba(20, 71, 54, .58); mix-blend-mode: multiply; pointer-events: none; opacity: 1; transition: opacity 500ms cubic-bezier(.4, 0, .2, 1); }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 30rem; border: 0; filter: grayscale(.55) saturate(.62) brightness(.72); transition: filter 500ms cubic-bezier(.4, 0, .2, 1); }
.map-frame:hover::after, .map-frame:focus-within::after, .map-frame:focus::after { opacity: 0; }
.map-frame:hover iframe, .map-frame:focus-within iframe, .map-frame:focus iframe { filter: none; }
.booking-card { display: grid; grid-template-columns: 1.1fr .7fr 1fr auto; gap: 2rem; align-items: center; max-width: 1150px; margin: 0 auto; padding: clamp(2rem, 4vw, 4rem); background: rgba(246, 242, 235, .28); border: 1px solid rgba(246, 242, 235, .14); }
.booking-card .eyebrow { display: inline-block; padding-bottom: .45rem; color: var(--forest); border-bottom: 2px solid var(--camel); }
.booking-card h2 { max-width: 8ch; }
.price { color: var(--forest); font-family: var(--serif); font-size: clamp(3rem, 7vw, 5.5rem); line-height: 1; }
.price span { font-family: var(--sans); font-size: .9rem; letter-spacing: .08em; }
.booking-details { font-size: .9rem; }
.booking-details p { margin: 0 0 1rem; }
.text-link { display: inline-block; margin-top: 2rem; color: var(--forest); font-weight: 700; }
.contact-section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 5vw; color: var(--ivory); background: var(--forest); }
.contact-copy { max-width: 34rem; }
.contact-copy h2 { margin-bottom: 1.5rem; }
.contact-copy > p { margin-bottom: 2rem; color: rgba(246,242,235,.8); }
.contact-copy .contact-email { display: block; margin-top: 1rem; color: #d8b493; }
.map-frame { min-height: 25rem; color: rgba(246,242,235,.6); background: rgba(246,242,235,.08); }
.map-frame iframe { min-height: 25rem; }
.site-footer { padding: clamp(3.5rem, 7vw, 6rem) 8vw 2rem; color: var(--ivory); background: #0e3829; font-size: .85rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 3rem; max-width: 1250px; margin: 0 auto; padding-bottom: 4rem; }
.footer-brand img { width: 138px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 15rem; margin: 1.25rem 0 1.5rem; color: #d8b493; }
.footer-brand address { color: rgba(246, 242, 235, .68); font-style: normal; line-height: 1.8; }
.footer-column { display: flex; flex-direction: column; gap: .75rem; }
.footer-column h3 { margin-bottom: .55rem; color: var(--camel); font-family: var(--sans); font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a { width: fit-content; color: rgba(246, 242, 235, .72); transition: color 240ms ease; }
.footer-column a:hover { color: var(--camel); }
.footer-contact a { color: rgba(246, 242, 235, .84); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 1250px; margin: 0 auto; padding-top: 1.5rem; border-top: 1px solid rgba(246, 242, 235, .18); color: rgba(246, 242, 235, .62); font-size: .78rem; }
.footer-credit { display: inline-flex; align-items: center; gap: .45rem; }
.footer-credit a { display: inline-flex; align-items: center; }
.footer-credit img { width: 58px; height: auto; opacity: .82; transition: filter 280ms ease, opacity 280ms ease; }
.footer-credit a:hover img, .footer-credit a:focus-visible img { opacity: 1; filter: brightness(0) saturate(100%) invert(61%) sepia(19%) saturate(770%) hue-rotate(350deg) brightness(91%) contrast(86%); }

.reveal { opacity: 0; transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.reveal-up { transform: translateY(24px); }
.reveal-left { transform: translateX(-24px); }
.reveal-right { transform: translateX(24px); }
.reveal.is-visible { opacity: 1; transform: none; }
.step.reveal.is-visible:hover, .step.reveal.is-visible:focus-visible { background: rgba(246, 242, 235, .08); border-color: rgba(183, 136, 94, .42); box-shadow: 0 12px 28px rgba(0, 0, 0, .08); transform: translateY(-5px); outline: none; }
.step.reveal.is-visible:hover::after, .step.reveal.is-visible:focus-visible::after { opacity: .82; transform: scale(1); }
.steps .reveal:nth-child(2) { transition-delay: 100ms; }
.steps .reveal:nth-child(3) { transition-delay: 200ms; }
@keyframes header-in { to { transform: translateY(0); } }
@keyframes veil-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes accent-dot-glide {
  0% { transform: translateX(0); opacity: 0; }
  10% { opacity: .78; }
  90% { opacity: .78; }
  100% { transform: translateX(calc(100vw - 5px)); opacity: 0; }
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; order: 2; margin-left: auto; }
  .site-header > .button-small { order: 3; }
  .desktop-nav.is-open { position: absolute; top: 100%; left: 0; right: 0; display: flex; flex-direction: column; gap: 0; padding: .55rem 7vw .8rem; background: rgba(246, 242, 235, .98); border-top: 1px solid rgba(20, 71, 54, .12); box-shadow: 0 12px 24px rgba(20, 71, 54, .08); }
  .desktop-nav.is-open a { padding: .65rem 0; border-bottom: 1px solid rgba(20, 71, 54, .1); }
  .desktop-nav.is-open a:last-child { border-bottom: 0; }
  .hero-content { margin-left: 7vw; margin-right: 7vw; }
  .section-grid, .section-grid-reverse, .contact-section { grid-template-columns: 1fr; gap: 3rem; }
  .section-heading { position: static; }
  .section-heading h2 { max-width: 12ch; }
  .steps { grid-template-columns: 1fr; gap: 2.5rem; }
  .step p { max-width: 30rem; }
  .booking-card { grid-template-columns: 1fr 1fr; }
  .booking-card .button { justify-self: start; }
}

@media (max-width: 560px) {
  .site-header { padding: .9rem 5vw; }
  .brand img { width: 112px; }
  .site-header .button-small { padding-inline: .8rem; font-size: .72rem; }
  .hero { min-height: 92svh; }
  .hero-content { margin-top: 3rem; }
  .hero-overlay { background: linear-gradient(90deg, rgba(20,71,54,.84), rgba(20,71,54,.44)); }
  .map-frame::after { opacity: .12; background: rgba(20, 71, 54, .22); }
  .map-frame iframe { filter: none; }
  .button-whatsapp { width: min(100%, 22rem); padding-right: 3.7rem; }
  .button-whatsapp .whatsapp-mark { right: -.55rem; width: 2.65rem; height: 2.65rem; }
  .scroll-note { display: none; }
  .section { padding-inline: 7vw; }
  .booking-card { grid-template-columns: 1fr; }
  .price { font-size: 4rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .6rem; }
}

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