/* Identidad de Marana: rojo del logotipo, dorado de la casa y las habitaciones, blanco cálido. */
:root { --marana-red: #b71f23; --marana-dark: #541e1f; --marana-gold: #c9a75e; --marana-cream: #fffaf0; --marana-ink: #342724; }
body { color: var(--marana-ink); background: var(--marana-cream); }
.topbar { height: 90px; background: #fffdf8; box-shadow: 0 2px 16px rgba(63, 29, 23, .06); }
.brand img { width: 154px; height: 70px; }
.topbar nav { font-size: .84rem; letter-spacing: .05em; gap: 30px; }
.topbar nav a:hover { color: var(--marana-red); }
.mini-cta { background: var(--marana-red); border-color: var(--marana-red); color: #fff; border-radius: 100px; padding: 12px 22px; }
.mini-cta:hover { background: #91181d; }
.hero { min-height: 670px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: stretch; background: var(--marana-cream); color: var(--marana-ink); }
.hero-photo { position: relative; inset: auto; order: 2; min-height: 670px; background-position: 52% center; transform: none; border-radius: 155px 0 0 0; }
.hero-shade { display: none; }
.hero-content { order: 1; margin: 0; padding: 86px 42px 86px clamp(24px, 8vw, 128px); align-self: center; max-width: 760px; }
.hero .eyebrow { display: inline-flex; align-items: center; gap: 11px; color: var(--marana-red); background: #f7ebdb; border-radius: 100px; padding: 10px 15px; font-size: .77rem; letter-spacing: .115em; }
.hero .eyebrow:before { content: ''; width: 8px; height: 8px; background: var(--marana-gold); border-radius: 50%; }
.hero h1 { font-family: 'DM Sans', Arial, sans-serif; font-size: clamp(3.4rem, 5.8vw, 6.1rem); line-height: 1.02; font-weight: 700; letter-spacing: -.065em; }
.hero h1 em { color: var(--marana-red); font-family: 'Playfair Display', Georgia, serif; font-weight: 600; letter-spacing: -.06em; }
.hero .lead { max-width: 520px; color: #5d4d45; margin: 27px 0 30px; font-size: 1.14rem; }
.hero .rate-note { color: #6a5c56; font-size: .85rem; }
.hero-stamp { position: absolute; right: 30px; bottom: 28px; z-index: 2; color: #fff; background: rgba(75, 29, 24, .86); padding: 10px 16px; border-radius: 100px; font-size: .68rem; font-weight: 700; letter-spacing: .12em; }
.button { border-radius: 100px; font-size: .83rem; letter-spacing: .04em; padding: 15px 22px; transition: background .2s, transform .2s; }
.button-primary { background: var(--marana-red); color: white; }
.button-primary:hover { background: #92171c; color: white; }
.hero .button-ghost { color: var(--marana-red); border: 1px solid var(--marana-red); }
.hero .button-ghost:hover { color: white; background: var(--marana-red); }
.booking { position: relative; z-index: 2; background: #fff; border-top: 4px solid var(--marana-gold); padding-top: 38px; }
.booking-heading h2 { color: var(--marana-dark); }
.booking-form input, .booking-form select { border-radius: 10px; background: #fffdf8; }
.booking-form button { border-radius: 10px; }
.intro { background: #fff; padding-top: 95px; padding-bottom: 95px; }
.intro h2, .section-title h2, .direct h2, .location h2, .faq h2 { color: var(--marana-dark); }
.intro h2 { font-family: 'Playfair Display', Georgia, serif; }
.intro>p { border-left: 3px solid var(--marana-gold); padding-left: 28px; }
.spaces { background: #f8f2e7; padding-top: 100px; padding-bottom: 95px; }
.gallery { grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; }
.card { border-radius: 22px; box-shadow: 0 13px 35px rgba(65, 34, 24, .10); }
.card.large { border-radius: 110px 22px 22px 22px; }
.card img { object-position: center; }
.card p { color: #ffe1a3; }
.gallery-cta { display: flex; align-items: center; justify-content: center; gap: 9px; width: fit-content; margin: 34px auto 0; color: var(--marana-red); font-weight: 700; border-bottom: 1px solid currentColor; padding: 4px 0; }
.gallery-cta:hover { color: var(--marana-dark); }
.benefits { min-height: 620px; background: var(--marana-dark); }
.benefit-image img { object-position: center; }
.benefit-copy h2 { font-size: clamp(2.3rem, 3.6vw, 3.7rem); }
.features b { color: #e6c37a; }
.direct { background: #efd39a; }
.direct h2 { color: #4d2826; }
.location { background: #fffdf8; }
.location .map-wrap { border-radius: 90px 0 0 0; overflow: hidden; }
.faq { max-width: 880px; }
.faq summary { color: var(--marana-dark); }
.faq summary span, .text-link { color: var(--marana-red); }
footer { background: #4c2423; }
footer img { width: 128px; height: 65px; border-radius: 8px; }
footer a { color: #f1c66d; }
@media(max-width: 1000px) {
  .hero-content { padding-left: 6vw; padding-right: 25px; }
  .hero h1 { font-size: clamp(3rem, 5.5vw, 5rem); }
  .hero-photo { min-height: 610px; }
  .hero { min-height: 610px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 185px); }
  .card.large { grid-row: 1 / 4; grid-column: auto; }
}
@media(max-width: 780px) {
  .topbar { height: 78px; }
  .brand img { width: 124px; height: 60px; }
  .mini-cta { font-size: .73rem; padding: 11px 14px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-content { order: 1; padding: 52px 24px 43px; max-width: none; }
  .hero h1 { font-size: clamp(3rem, 11vw, 4.7rem); }
  .hero-photo { order: 2; width: calc(100% - 24px); margin-left: 24px; min-height: 370px; background-position: center 48%; border-radius: 100px 0 0 0; }
  .hero-stamp { bottom: 17px; right: 17px; }
  .booking { padding-top: 42px; }
  .intro { padding-top: 65px; padding-bottom: 65px; }
  .intro>p { border-left: 3px solid var(--marana-gold); padding-left: 18px; }
  .spaces { padding-top: 75px; padding-bottom: 70px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 220px 220px; }
  .card.large { grid-row: auto; grid-column: 1 / -1; }
  .gallery .card:last-child { display: block; }
  .benefits { min-height: auto; }
  .location .map-wrap { border-radius: 70px 0 0 0; }
}
@media(max-width: 460px) {
  .hero .eyebrow { font-size: .66rem; }
  .hero h1 { font-size: 3.05rem; }
  .hero .lead { font-size: 1.05rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-photo { min-height: 290px; }
  .hero-stamp { font-size: .56rem; letter-spacing: .07em; }
  .gallery { gap: 10px; grid-template-rows: 240px 180px 180px; }
  .card, .card.large { border-radius: 15px; }
  .card.large { border-radius: 65px 15px 15px 15px; }
  .card h3 { font-size: 1.12rem; }
  .gallery-cta { text-align: center; font-size: .88rem; }
}
