:root {
  --amarillo-refugio: #f5c400;
  --verde-camino: #6f7f3a;
  --verde-oscuro: #263324;
  --crema-refugio: #f7f2e8;
  --blanco-calido: #fffaf1;
  --negro-suave: #1f1f1f;
  --piedra: #d9d1c2;
  --tierra: #9a6b3d;
  --arcilla: #b86f45;
  --oliva-claro: #ecefdc;
  --white: #ffffff;
  --shadow-soft: 0 18px 48px rgba(38, 51, 36, .12);
  --shadow-card: 0 16px 36px rgba(31, 31, 31, .1);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--negro-suave);
  background:
    radial-gradient(circle at 8% 6%, rgba(245, 196, 0, .12), transparent 30%),
    linear-gradient(180deg, var(--blanco-calido), #fbf7ee 44%, var(--crema-refugio));
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 40;
  background: var(--amarillo-refugio);
  color: var(--verde-oscuro);
  padding: .75rem 1rem;
  border-radius: var(--radius);
}
.skip-link:focus { top: 1rem; }

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 250, 241, .92);
  border-bottom: 1px solid rgba(38, 51, 36, .1);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 14px 30px rgba(31, 31, 31, .09); }
.nav-shell {
  width: min(1220px, calc(100% - 28px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  padding: .25rem 0;
}
.brand img {
  width: clamp(74px, 9vw, 106px);
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(38, 51, 36, .14));
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  color: var(--verde-oscuro);
  font-size: .93rem;
  font-weight: 800;
}
.nav-links a:not(.btn) {
  position: relative;
  padding: .35rem 0;
}
.nav-links a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--amarillo-refugio);
  transition: width .22s ease;
}
.nav-links a:not(.btn):hover::after { width: 100%; }
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(38, 51, 36, .16);
  border-radius: var(--radius);
  background: var(--white);
  padding: 10px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--verde-oscuro);
  margin: 5px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .82rem 1.12rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--amarillo-refugio);
  color: var(--verde-oscuro);
  box-shadow: 0 12px 24px rgba(154, 107, 61, .18);
}
.btn-light { background: var(--blanco-calido); color: var(--verde-oscuro); }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.5); }
.btn-outline { background: rgba(255,255,255,.66); border-color: rgba(38, 51, 36, .22); color: var(--verde-oscuro); }
.btn-light-alt { background: var(--crema-refugio); color: var(--verde-oscuro); }
.btn-small { min-height: 42px; padding: .58rem .9rem; }
.btn.full { width: 100%; }
.light-outline { color: var(--white); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.07); }

.hero {
  position: relative;
  min-height: 790px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}
.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media img { object-fit: cover; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(31,31,31,.78), rgba(38,51,36,.48) 55%, rgba(38,51,36,.1)),
    linear-gradient(180deg, rgba(31,31,31,.22), rgba(31,31,31,.45));
}
.hero-content {
  position: relative;
  width: min(850px, calc(100% - 32px));
  margin: 0 auto;
  padding-top: 4.5rem;
}
.eyebrow {
  margin: 0 0 .8rem;
  color: var(--tierra);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--amarillo-refugio); }
h1, h2, h3 {
  margin: 0;
  color: var(--verde-oscuro);
  line-height: 1.06;
}
h1, h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
}
h1 {
  max-width: 780px;
  color: var(--white);
  font-size: clamp(4rem, 11vw, 8.2rem);
}
h2 { font-size: clamp(2.5rem, 5vw, 4.35rem); }
h3 { font-size: 1.2rem; }
.hero-subtitle {
  max-width: 760px;
  margin: 1rem 0 .65rem;
  font-size: clamp(1.2rem, 3vw, 1.9rem);
  font-weight: 800;
}
.hero-copy {
  max-width: 630px;
  margin: 0 0 .7rem;
  color: rgba(255,255,255,.9);
  font-size: 1.03rem;
  line-height: 1.72;
}
.hand-note,
.script-label {
  font-family: Kalam, cursive;
  letter-spacing: 0;
}
.hand-note {
  margin: .2rem 0 1.7rem;
  color: var(--amarillo-refugio);
  font-size: 1.55rem;
}
.hand-note.dark { color: var(--tierra); margin: 0; }
.script-label {
  margin: 0 0 .45rem;
  color: var(--tierra);
  font-size: 1.6rem;
  line-height: 1.15;
}
.hero-actions,
.button-row,
.contact-actions {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
}
.hero-card {
  position: absolute;
  right: max(24px, calc((100vw - 1160px) / 2));
  bottom: 44px;
  width: min(330px, calc(100% - 32px));
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, .16);
  color: var(--white);
  backdrop-filter: blur(14px);
}
.hero-card span {
  display: inline-flex;
  margin-bottom: .55rem;
  padding: .25rem .55rem;
  border-radius: 999px;
  background: var(--amarillo-refugio);
  color: var(--verde-oscuro);
  font-weight: 900;
}
.hero-card strong { display: block; font-size: 1.25rem; }
.hero-card p { margin: .35rem 0 0; color: rgba(255,255,255,.85); }

.section { padding: 98px 0; }
.section-copy p,
.section-heading p,
.extras-copy p {
  color: rgba(31,31,31,.73);
  font-size: 1.02rem;
  line-height: 1.78;
}
.centered { text-align: center; margin-inline: auto; }
.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.intro { position: relative; }
.intro-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(270px, .86fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.intro-photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.intro-photo::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 250, 241, .72);
  border-radius: var(--radius);
  pointer-events: none;
}
.intro-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.intro-seal {
  position: absolute;
  width: 132px;
  right: 20px;
  bottom: -54px;
  opacity: .14;
  transform: rotate(-8deg);
}
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1.5rem;
}
.highlight-grid span {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: .95rem 1rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(38, 51, 36, .1);
  box-shadow: 0 8px 22px rgba(31, 31, 31, .05);
  color: var(--verde-oscuro);
  font-weight: 850;
}

.rooms-section {
  background:
    linear-gradient(180deg, var(--crema-refugio), #f3eadb),
    radial-gradient(circle at 90% 10%, rgba(245,196,0,.18), transparent 28%);
}
.room-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}
.room-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(38,51,36,.1);
  box-shadow: 0 12px 32px rgba(31,31,31,.08);
  transition: transform .22s ease, box-shadow .22s ease;
}
.room-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.room-card img {
  width: 100%;
  aspect-ratio: 1 / .76;
  object-fit: cover;
}
.room-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.05rem;
}
.room-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  margin-bottom: .75rem;
}
.room-topline span {
  padding: .22rem .55rem;
  border-radius: 999px;
  background: var(--oliva-claro);
  color: var(--verde-oscuro);
  font-size: .78rem;
  font-weight: 900;
}
.room-topline strong { color: var(--tierra); white-space: nowrap; }
.room-body h3 {
  min-height: 2.45em;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.58rem;
  line-height: 1.08;
}
.room-body p {
  color: rgba(31,31,31,.72);
  font-size: .94rem;
  line-height: 1.62;
}
.room-body dl {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: .15rem 0 .8rem;
  padding: .58rem .68rem;
  border-radius: var(--radius);
  background: var(--crema-refugio);
}
.room-body dt { font-weight: 900; color: var(--verde-oscuro); }
.room-body dd { margin: 0; color: var(--tierra); font-weight: 850; }
.room-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.1rem;
}
.room-body li {
  padding: .3rem .5rem;
  border-radius: 999px;
  background: rgba(245,196,0,.17);
  color: rgba(31,31,31,.78);
  font-size: .78rem;
  font-weight: 750;
}
.room-body .btn { margin-top: auto; }

.services-section {
  background:
    linear-gradient(135deg, #fffaf1 0%, #f7f2e8 62%, #eef1e4 100%);
}
.services-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.65rem;
}
.services-head h2 { max-width: 760px; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}
.services-grid article {
  min-height: 194px;
  padding: 1.18rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(38,51,36,.1);
  box-shadow: 0 12px 28px rgba(31,31,31,.06);
}
.services-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: .85rem;
  border-radius: 50%;
  background: var(--verde-oscuro);
  color: var(--amarillo-refugio);
  font-weight: 900;
}
.services-grid h3 {
  font-size: 1.08rem;
  line-height: 1.22;
}
.services-grid p {
  color: rgba(31,31,31,.7);
  font-size: .94rem;
  line-height: 1.62;
}
.extras-panel {
  display: grid;
  grid-template-columns: minmax(285px, .78fr) minmax(0, 1.22fr);
  gap: 1rem;
  margin-top: 1.15rem;
  padding: 1.15rem;
  border-radius: var(--radius);
  background: var(--verde-oscuro);
  color: var(--white);
  box-shadow: var(--shadow-soft);
}
.extras-panel h3,
.extras-panel .eyebrow { color: var(--white); }
.extras-panel h3 {
  max-width: 520px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  line-height: 1.08;
}
.extras-panel p {
  max-width: 560px;
  color: rgba(255,255,255,.76);
  font-size: .94rem;
  line-height: 1.7;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .52rem;
}
.price-grid span {
  display: flex;
  min-width: 0;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  padding: .62rem .72rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.price-grid b {
  min-width: 0;
  flex: 1;
  color: rgba(255,255,255,.85);
  font-size: .83rem;
  line-height: 1.22;
}
.price-grid strong {
  color: var(--amarillo-refugio);
  font-size: .96rem;
  white-space: nowrap;
}

.camino {
  background: var(--blanco-calido);
}
.camino-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.camino-photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.camino-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.camino-panel {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: .2rem;
  padding: 1rem;
  border-radius: var(--radius);
  background: rgba(255, 250, 241, .9);
  color: var(--verde-oscuro);
}
.camino-panel strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; }
.camino-panel span { color: var(--tierra); font-weight: 800; }

.restaurant {
  background: linear-gradient(135deg, var(--verde-oscuro), #36452d);
  color: var(--white);
}
.restaurant-grid {
  display: grid;
  grid-template-columns: minmax(300px, .92fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.restaurant-image {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 22px 54px rgba(0,0,0,.2);
}
.restaurant-image img {
  width: 100%;
  aspect-ratio: 1.08 / .9;
  object-fit: cover;
}
.restaurant h2,
.restaurant h3,
.restaurant .eyebrow { color: var(--white); }
.restaurant p {
  color: rgba(255,255,255,.78);
  font-size: 1.01rem;
  line-height: 1.76;
}

.contact {
  background:
    linear-gradient(180deg, rgba(38,51,36,.96), rgba(38,51,36,.98)),
    radial-gradient(circle at 10% 10%, rgba(245,196,0,.24), transparent 30%);
  color: var(--white);
}
.contact h2,
.contact .eyebrow { color: var(--white); }
.contact .section-copy p { color: rgba(255,255,255,.77); }
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 2rem;
  align-items: start;
}
.contact-card {
  display: grid;
  gap: .55rem;
  padding: 1.35rem;
  border-radius: var(--radius);
  background: var(--blanco-calido);
  color: var(--verde-oscuro);
  box-shadow: var(--shadow-soft);
  font-style: normal;
}
.contact-card a { color: var(--tierra); font-weight: 900; }
.contact-card hr {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(38,51,36,.14);
}

.map-section { padding: 96px 0; background: var(--crema-refugio); }
.map-frame {
  overflow: hidden;
  min-height: 430px;
  border-radius: var(--radius);
  border: 1px solid rgba(38,51,36,.14);
  box-shadow: var(--shadow-soft);
}
.map-frame iframe {
  display: block;
  width: 100%;
  height: clamp(340px, 45vw, 520px);
  border: 0;
}

.site-footer {
  padding: 58px 0 26px;
  background: #20291e;
  color: rgba(255,255,255,.78);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.05fr .7fr .95fr;
  gap: 2rem;
}
.footer-logo img {
  width: 112px;
  height: auto;
  margin-bottom: 1rem;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.22));
}
.site-footer nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: .55rem;
}
.site-footer a { color: rgba(255,255,255,.88); }
.site-footer a:hover { color: var(--amarillo-refugio); }
.footer-contact strong { color: var(--white); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.13);
  font-size: .92rem;
}

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

@media (max-width: 1100px) {
  .room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 94px;
    display: grid;
    gap: .2rem;
    padding: 1rem;
    background: var(--blanco-calido);
    border: 1px solid rgba(38,51,36,.12);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
  }
  .nav-links.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a { padding: .65rem .4rem; }
  .nav-links .btn { width: 100%; }
  .hero { min-height: 720px; }
  .hero-card { position: relative; right: auto; bottom: auto; margin: 1.5rem auto 0; }
  .hero-content { padding-top: 2rem; }
  .intro-grid,
  .camino-grid,
  .restaurant-grid,
  .contact-grid,
  .extras-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .services-head { display: grid; align-items: start; }
  .section { padding: 72px 0; }
}

@media (max-width: 620px) {
  .nav-shell { min-height: 78px; }
  .brand img { width: 76px; }
  .hero { min-height: 700px; }
  h1 { font-size: clamp(3.35rem, 17vw, 4.9rem); }
  h2 { font-size: clamp(2.25rem, 12vw, 3.25rem); }
  .hero-actions .btn,
  .button-row .btn,
  .contact-actions .btn { width: 100%; }
  .highlight-grid,
  .room-grid,
  .services-grid,
  .price-grid { grid-template-columns: 1fr; }
  .room-body h3 { min-height: auto; }
  .intro-seal { width: 96px; right: 12px; bottom: -36px; }
  .footer-bottom { display: grid; }
}

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