/* Solar Mendonca — hotel-style refinement and direct booking */
:root {
  --ink: #171512;
  --muted: #70685f;
  --paper: #f6f1ea;
  --card: #fffdf9;
  --gold: #c89a54;
  --gold-deep: #9d6b2c;
  --deep: #0d0e0f;
  --line: rgba(39, 31, 24, .12);
  --shadow: 0 24px 65px rgba(36, 27, 18, .12);
  --radius: 24px;
}

body {
  background:
    radial-gradient(circle at 10% 30%, rgba(200, 154, 84, .06), transparent 26rem),
    #f8f5f0;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
}

h1,
h2,
.section-title,
.reservation-room-copy h3,
.reservation-step-head h3,
.reservation-head h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

h1 {
  max-width: 760px;
  font-size: clamp(4.2rem, 8.6vw, 7.4rem);
  font-weight: 600;
  line-height: .79;
  letter-spacing: -.045em;
}

h2 {
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  font-weight: 600;
  letter-spacing: -.035em;
}

.eyebrow,
.section-kicker,
.reservation-kicker {
  letter-spacing: .2em;
}

.section-kicker {
  margin: 0 0 9px;
  color: var(--gold-deep);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.site-header.is-scrolled {
  background: rgba(13, 14, 15, .92);
  border-bottom-color: rgba(200, 154, 84, .18);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .16);
}

.hero {
  min-height: min(900px, 94svh);
  align-items: end;
  padding: 210px 0 145px;
  isolation: isolate;
}

.hero-bg {
  transform: scale(1.035);
  animation: hotelHeroDrift 18s ease-in-out infinite alternate;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(5, 7, 8, .82) 0%, rgba(5, 7, 8, .5) 42%, rgba(5, 7, 8, .08) 72%),
    linear-gradient(180deg, rgba(5, 7, 8, .12), rgba(5, 7, 8, .18) 58%, rgba(5, 7, 8, .72));
}

.hero .container {
  padding-bottom: 10px;
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero .eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.hero .lead {
  max-width: 580px;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-actions .btn {
  min-height: 52px;
  padding: 14px 22px;
}

.btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .16);
}

.rating-row {
  gap: 10px;
  margin-top: 32px;
}

.rating {
  min-width: 142px;
  min-height: 66px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  background: rgba(13, 14, 15, .28);
  backdrop-filter: blur(16px);
}

.booking-strip {
  z-index: 15;
  margin-top: -54px;
}

.booking-panel {
  overflow: visible;
  border: 1px solid rgba(200, 154, 84, .22);
  border-radius: 22px;
  background: rgba(255, 253, 249, .97);
  box-shadow: 0 26px 70px rgba(25, 18, 11, .2);
}

.booking-field {
  min-height: 88px;
  padding: 15px 22px;
}

.booking-field label {
  margin-bottom: 4px;
  color: var(--gold-deep);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.booking-field input,
.booking-field select {
  font-size: .94rem;
}

.booking-panel .btn {
  min-width: 240px;
  margin: 13px;
  border-radius: 14px;
}

.booking-promise {
  display: flex;
  justify-content: center;
  gap: 26px;
  padding: 17px 20px 0;
  color: #5f574f;
}

.booking-promise span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .72rem;
}

.booking-promise svg {
  width: 15px;
  color: var(--gold-deep);
}

.booking-promise b {
  font-weight: 600;
}

.benefits {
  padding: 38px 0 30px;
}

.benefit-grid {
  gap: 9px;
  padding: 10px;
  border: 1px solid rgba(39, 31, 24, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .58);
}

.benefit {
  padding: 15px;
  border-radius: 16px;
  transition: background .25s ease, transform .25s ease;
}

.benefit:hover {
  background: #fff;
  transform: translateY(-2px);
}

#quartos {
  position: relative;
  padding-top: 92px;
}

#quartos::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 154, 84, .38), transparent);
}

.section-head {
  margin-bottom: 36px;
}

.section-head .copy {
  max-width: 570px;
}

.cards {
  gap: 22px;
}

.card {
  overflow: hidden;
  border: 1px solid rgba(39, 31, 24, .1);
  border-radius: 24px;
  background: #fffdf9;
  box-shadow: 0 16px 44px rgba(35, 26, 17, .08);
  transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s ease, border-color .4s ease;
}

.card:hover {
  transform: translateY(-7px);
  border-color: rgba(200, 154, 84, .36);
  box-shadow: 0 28px 70px rgba(35, 26, 17, .16);
}

.card-media {
  overflow: hidden;
  min-height: 280px;
}

.card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(transparent, rgba(8, 9, 10, .35));
  pointer-events: none;
}

.card-media img {
  transition: transform .8s cubic-bezier(.2, .8, .2, 1);
}

.card:hover .card-media img {
  transform: scale(1.045);
}

.card-body {
  padding: 24px;
}

.card-body h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 600;
}

.features span {
  border-color: rgba(39, 31, 24, .09);
  background: #f8f3ec;
}

.price strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem;
}

.mini-btn {
  min-height: 42px;
  border-radius: 12px;
  color: #fff;
  background: var(--deep);
}

.mini-btn:hover {
  background: linear-gradient(135deg, #d8ae6a, #a87331);
}

.panel,
.cta-card {
  border-radius: 26px;
  box-shadow: 0 18px 52px rgba(35, 26, 17, .09);
}

.cta-band {
  padding: 12px 0 clamp(58px, 6vw, 88px);
}

/* Room details carousel: the moving track must remain unclipped. */
.room-carousel {
  overflow: hidden;
  isolation: isolate;
  grid-template-rows: minmax(0, 1fr) 64px;
}

.room-carousel .carousel-track {
  width: 100%;
  min-width: 0;
  height: 100%;
  overflow: visible;
  will-change: transform;
}

.room-carousel .carousel-track img {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.room-carousel .carousel-btn {
  top: calc((100% - 64px) / 2);
  z-index: 6;
}

.room-carousel .carousel-prev {
  right: auto;
  left: 16px;
}

.room-carousel .carousel-next {
  right: 16px;
  left: auto;
}

.room-carousel .carousel-thumbs {
  position: relative;
  z-index: 7;
  min-width: 0;
}

.dark-panel {
  background:
    radial-gradient(circle at 85% 10%, rgba(200, 154, 84, .2), transparent 18rem),
    var(--deep);
}

.cta-card {
  overflow: hidden;
  border: 1px solid rgba(200, 154, 84, .34);
  color: #fff;
  background:
    radial-gradient(circle at 20% 0%, rgba(200, 154, 84, .24), transparent 22rem),
    linear-gradient(125deg, #111315, #20201d);
}

.cta-card .copy {
  color: rgba(255, 255, 255, .7);
}

.float-btn {
  border: 1px solid rgba(200, 154, 84, .24);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .14);
  backdrop-filter: blur(16px);
}

/* Direct booking */
.reservation-modal {
  z-index: 9800;
  padding: 24px;
  background: rgba(5, 6, 7, .78);
  backdrop-filter: blur(15px);
}

.reservation-card {
  max-width: 1080px;
  max-height: min(92svh, 860px);
  overflow: auto;
  border: 1px solid rgba(200, 154, 84, .3);
  border-radius: 28px;
  background: #f8f4ee;
  box-shadow: 0 42px 120px rgba(0, 0, 0, .52);
}

.reservation-head {
  position: sticky;
  top: 0;
  z-index: 12;
  min-height: 84px;
  padding: 15px 22px 13px 28px;
  border-bottom: 1px solid rgba(200, 154, 84, .2);
  background: rgba(14, 15, 16, .97);
  backdrop-filter: blur(18px);
}

.reservation-head h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  line-height: .94;
}

.reservation-kicker {
  margin: 0 0 5px;
  color: #d9b676;
  font-size: .58rem;
  font-weight: 700;
  text-transform: uppercase;
}

.reservation-head .modal-close {
  color: #fff;
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .07);
}

.reservation-head .modal-close i:empty::before {
  content: "\00d7";
  font: 400 1.7rem/1 Arial, sans-serif;
}

.reservation-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 28px;
  border-bottom: 1px solid rgba(39, 31, 24, .09);
  background: #fffdf9;
}

.reservation-progress > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 55px;
  color: #968c82;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.reservation-progress > div::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
}

.reservation-progress span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(39, 31, 24, .16);
  border-radius: 50%;
  font-size: .65rem;
}

.reservation-progress .is-active,
.reservation-progress .is-complete {
  color: var(--ink);
}

.reservation-progress .is-active::after,
.reservation-progress .is-complete::after {
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.reservation-progress .is-active span,
.reservation-progress .is-complete span {
  color: #17130e;
  border-color: var(--gold);
  background: linear-gradient(135deg, #edce93, #bd8842);
}

.reservation-layout {
  display: grid;
  grid-template-columns: minmax(290px, .78fr) minmax(480px, 1.22fr);
  min-height: 465px;
}

.reservation-visual {
  position: relative;
  min-height: 465px;
  overflow: hidden;
  color: #fff;
  background: #17191a;
}

.reservation-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .35s ease, transform 1s ease;
}

.reservation-visual > img.is-switching {
  opacity: .24;
  transform: scale(1.035);
}

.reservation-visual-carousel {
  outline: none;
  touch-action: pan-y;
}

.reservation-visual-shade {
  z-index: 1;
  pointer-events: none;
}

.reservation-rate-badge,
.reservation-room-copy {
  z-index: 2;
}

.reservation-visual-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  color: #fff;
  background: rgba(12, 13, 14, .46);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  transform: translateY(-50%);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.reservation-visual-nav span {
  display: block;
  margin-top: -3px;
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.reservation-visual-nav.is-previous {
  left: 14px;
}

.reservation-visual-nav.is-next {
  right: 14px;
}

.reservation-visual-nav:hover,
.reservation-visual-nav:focus-visible {
  border-color: rgba(239, 208, 144, .82);
  background: rgba(18, 18, 18, .76);
  transform: translateY(-50%) scale(1.06);
}

.reservation-visual-dots {
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 4;
  display: flex;
  gap: 5px;
  transform: translateX(-50%);
}

.reservation-visual-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .48);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .28);
  transition: width .25s ease, background .25s ease;
}

.reservation-visual-dots button.is-active {
  width: 18px;
  background: #efd090;
}

.reservation-visual-counter {
  position: absolute;
  top: 19px;
  right: 20px;
  z-index: 4;
  min-width: 42px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: rgba(255, 255, 255, .88);
  background: rgba(8, 9, 10, .42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: .6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.reservation-visual-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, .08), rgba(5, 6, 7, .18) 45%, rgba(5, 6, 7, .91)),
    linear-gradient(90deg, rgba(5, 6, 7, .15), transparent);
}

.reservation-rate-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(8, 9, 10, .48);
  backdrop-filter: blur(12px);
  font-size: .66rem;
  font-weight: 600;
}

.reservation-rate-badge svg {
  width: 15px;
  color: #e4bd77;
}

.reservation-room-copy {
  position: absolute;
  right: 24px;
  bottom: 27px;
  left: 24px;
}

.reservation-room-copy > small {
  color: #e2bb77;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.reservation-room-copy h3 {
  max-width: 320px;
  margin: 7px 0 5px;
  color: #fff;
  font-size: 2.05rem;
  font-weight: 600;
  line-height: .98;
}

.reservation-room-copy p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .66);
  font-size: .78rem;
}

.reservation-room-copy > strong {
  color: #efd090;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
}

.reservation-room-copy > strong small {
  font-family: "Outfit", sans-serif;
  font-size: .68rem;
  font-weight: 500;
}

.reservation-main {
  position: relative;
  min-width: 0;
  padding: 28px;
}

.reservation-step {
  display: none;
  animation: reservationStepIn .36s cubic-bezier(.2, .8, .2, 1);
}

.reservation-step.is-active {
  display: block;
}

.reservation-step-head {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 22px;
}

.reservation-step-head > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 11px;
  color: #3d2a15;
  background: linear-gradient(135deg, #ebcb8e, #bc8741);
  font-size: .68rem;
  font-weight: 700;
}

.reservation-step-head h3 {
  margin: -3px 0 2px;
  font-size: 1.75rem;
  font-weight: 600;
}

.reservation-step-head p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
}

.hotel-booking .form-grid {
  gap: 14px;
  padding: 0;
}

.hotel-booking .field {
  min-width: 0;
}

.hotel-booking .field label {
  color: #675e55;
  font-size: .62rem;
  letter-spacing: .1em;
}

.hotel-booking .field input,
.hotel-booking .field select,
.hotel-booking .field textarea {
  min-width: 0;
  min-height: 50px;
  border: 1px solid rgba(39, 31, 24, .13);
  border-radius: 13px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 5px 18px rgba(35, 26, 17, .035);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.hotel-booking .field input:focus,
.hotel-booking .field select:focus,
.hotel-booking .field textarea:focus {
  border-color: rgba(200, 154, 84, .82);
  box-shadow: 0 0 0 4px rgba(200, 154, 84, .12);
}

.hotel-booking .field textarea {
  min-height: 112px;
}

.hotel-booking .field > small {
  min-height: 15px;
  color: var(--muted);
  font-size: .64rem;
}

.reservation-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 17px;
}

.reservation-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 12px;
  border: 1px solid rgba(39, 31, 24, .08);
  border-radius: 12px;
  color: #665e56;
  background: rgba(255, 255, 255, .58);
  font-size: .66rem;
}

.reservation-trust svg {
  width: 16px;
  color: var(--gold-deep);
}

.reservation-trust b {
  font-weight: 600;
}

.reservation-precheck-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: -4px 0 16px;
  padding: 13px 14px;
  border: 1px solid rgba(173, 120, 49, .2);
  border-radius: 14px;
  color: #5f5448;
  background: linear-gradient(135deg, rgba(231, 198, 135, .2), rgba(255, 255, 255, .65));
}

.reservation-precheck-mark {
  display: grid;
  min-width: 46px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: #17191a;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .11em;
}

.reservation-precheck-note strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: .76rem;
}

.reservation-precheck-note p {
  margin: 0;
  font-size: .67rem;
  line-height: 1.45;
}

.reservation-guests {
  display: grid;
  gap: 14px;
}

.reservation-guest {
  overflow: hidden;
  border: 1px solid rgba(39, 31, 24, .1);
  border-radius: 17px;
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 10px 30px rgba(38, 28, 17, .04);
}

.reservation-guest-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(39, 31, 24, .08);
  background: rgba(255, 255, 255, .72);
}

.reservation-guest-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: #2e2113;
  background: linear-gradient(135deg, #edce93, #bd8842);
  font-size: .65rem;
  font-weight: 800;
}

.reservation-guest-head strong,
.reservation-guest-head small {
  display: block;
}

.reservation-guest-head strong {
  color: var(--ink);
  font-size: .78rem;
}

.reservation-guest-head small {
  margin-top: 1px;
  color: var(--muted);
  font-size: .62rem;
}

.reservation-guest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
}

.reservation-optional {
  color: var(--muted);
  font-size: .56rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.reservation-upload-zone,
.reservation-upload-preview {
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px dashed rgba(157, 107, 44, .42);
  border-radius: 13px;
  color: #5d5144;
  background: rgba(239, 221, 189, .17);
}

.reservation-upload-zone {
  cursor: pointer;
}

.reservation-upload-zone:focus-visible {
  outline: 3px solid rgba(200, 154, 84, .22);
  outline-offset: 2px;
}

.reservation-upload-icon {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: #17191a;
  font-size: 1rem;
}

.reservation-upload-zone strong,
.reservation-upload-zone small {
  display: block;
}

.reservation-upload-zone strong {
  font-size: .72rem;
}

.reservation-upload-zone small {
  margin-top: 3px;
  color: var(--muted);
  font-size: .58rem;
}

.reservation-upload-preview {
  border-style: solid;
}

.reservation-upload-image {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  border-radius: 9px;
  object-fit: cover;
}

.reservation-upload-file {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  font-size: .68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reservation-upload-remove {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border: 1px solid rgba(120, 73, 48, .16);
  border-radius: 50%;
  color: #8f3d32;
  background: #fff;
  font-size: 1rem;
}

.reservation-contact-panel {
  margin-bottom: 14px;
  padding: 15px;
  border: 1px solid rgba(39, 31, 24, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .62);
}

.reservation-contact-panel > h4 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
}

.reservation-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(39, 31, 24, .1);
  border-radius: 16px;
  background: #fff;
}

.reservation-summary > div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px 14px;
  border-right: 1px solid rgba(39, 31, 24, .08);
  border-bottom: 1px solid rgba(39, 31, 24, .08);
}

.reservation-summary > div:nth-child(even) {
  border-right: 0;
}

.reservation-summary .wide {
  grid-column: 1 / -1;
  border-right: 0;
}

.reservation-summary span {
  color: var(--muted);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.reservation-summary strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .84rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reservation-summary .reservation-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0;
  background: #151719;
}

.reservation-summary .reservation-total span {
  color: rgba(255, 255, 255, .62);
}

.reservation-summary .reservation-total strong {
  color: #e6c17f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
}

.reservation-consent {
  margin-top: 13px;
  padding: 11px;
  border: 1px solid rgba(39, 31, 24, .1);
  border-radius: 13px;
  background: rgba(255, 255, 255, .58);
}

.reservation-consent > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.reservation-consent button {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 9px;
  padding: 0;
  border: 0;
  color: #655d55;
  background: transparent;
  text-align: left;
  font-size: .65rem;
  line-height: 1.5;
}

.reservation-check {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  border: 1px solid rgba(157, 107, 44, .52);
  border-radius: 6px;
  color: transparent;
  font-size: .75rem;
  transition: all .2s ease;
}

.reservation-consent button[aria-checked="true"] .reservation-check {
  color: #15110b;
  border-color: var(--gold);
  background: linear-gradient(135deg, #edce93, #bd8842);
}

.reservation-reference {
  margin: 10px 2px 0;
  color: var(--muted);
  font-size: .63rem;
}

.reservation-reference strong {
  color: var(--gold-deep);
  letter-spacing: .09em;
}

.reservation-status {
  min-height: 18px;
  margin: 10px 2px -7px;
  color: var(--muted);
  font-size: .69rem;
}

.reservation-status.is-error {
  color: #a1392f;
}

.reservation-status.is-success {
  color: #287653;
}

.reservation-footer {
  position: sticky;
  bottom: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 78px;
  padding: 13px 20px;
  border-top: 1px solid rgba(39, 31, 24, .1);
  background: rgba(255, 253, 249, .97);
  backdrop-filter: blur(16px);
}

.reservation-footer .btn {
  min-height: 48px;
  border-radius: 13px;
}

.reservation-back {
  border: 1px solid rgba(39, 31, 24, .12);
  background: #fff;
}

.reservation-back i:empty::before {
  content: "\2190";
  font: 600 1.1rem/1 Arial, sans-serif;
}

.reservation-next {
  min-width: 150px;
}

.reservation-secure {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--muted);
  font-size: .62rem;
}

.reservation-secure svg {
  width: 14px;
  color: var(--gold-deep);
}

.reservation-send {
  display: grid;
  flex: 1;
  grid-template-columns: 1.15fr 1fr;
  gap: 9px;
}

.reservation-send .btn {
  justify-content: center;
}

.booking-whatsapp {
  color: #fff;
  background: #1fc66b;
}

.booking-email {
  color: #19150f;
  background: linear-gradient(135deg, #edcf94, #c08b45);
}

.is-hidden,
.booking-honeypot {
  display: none !important;
}

.hotel-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2, .8, .2, 1);
}

.hotel-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hotelHeroDrift {
  from { transform: scale(1.035) translate3d(0, 0, 0); }
  to { transform: scale(1.075) translate3d(-.6%, -.4%, 0); }
}

@keyframes reservationStepIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .hero {
    padding-bottom: 126px;
  }

  .booking-promise {
    flex-wrap: wrap;
    gap: 10px 20px;
  }

  .reservation-card {
    max-width: 760px;
  }

  .reservation-layout {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .reservation-room-copy h3 {
    font-size: 1.7rem;
  }
}

@media (max-width: 760px) {
  h1 {
    font-size: clamp(3.45rem, 15vw, 5.4rem);
    line-height: .84;
  }

  h2 {
    font-size: clamp(2.35rem, 11vw, 3.3rem);
  }

  .hero {
    align-items: end;
    min-height: 100svh;
    padding: 138px 0 108px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-actions .btn {
    min-width: 0;
  }

  .rating-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rating {
    min-width: 0;
  }

  .booking-strip {
    margin-top: -38px;
  }

  .booking-panel {
    overflow: hidden;
    border-radius: 20px;
  }

  .booking-panel .btn {
    min-height: 52px;
    margin: 12px;
  }

  .booking-promise {
    justify-content: flex-start;
    padding: 14px 3px 0;
  }

  .benefit-grid {
    overflow-x: auto;
    overflow-y: hidden;
    grid-template-columns: repeat(6, minmax(185px, 1fr));
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .benefit-grid::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .benefit {
    scroll-snap-align: start;
  }

  #quartos {
    padding-top: 65px;
  }

  .card-media {
    min-height: 245px;
  }

  .reservation-modal {
    align-items: flex-end;
    padding: 0;
  }

  .reservation-card,
  #reservationModal .modal-card {
    width: 100%;
    max-height: 94svh;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 24px 24px 0 0;
  }

  .reservation-head {
    min-height: 73px;
    padding: 12px 15px;
  }

  .reservation-head h2 {
    font-size: 1.65rem;
  }

  .reservation-head .sheet-handle {
    background: rgba(255, 255, 255, .25);
  }

  .reservation-progress {
    padding: 0 12px;
  }

  .reservation-progress > div {
    min-height: 48px;
    gap: 6px;
    font-size: .58rem;
  }

  .reservation-progress span {
    width: 21px;
    height: 21px;
  }

  .reservation-layout {
    display: block;
    min-height: 0;
  }

  .reservation-visual {
    min-height: 148px;
  }

  .reservation-visual-nav {
    width: 34px;
    height: 34px;
  }

  .reservation-visual-nav.is-previous {
    left: 9px;
  }

  .reservation-visual-nav.is-next {
    right: 9px;
  }

  .reservation-visual-dots {
    top: 17px;
  }

  .reservation-visual-counter {
    top: 12px;
    right: 12px;
  }

  .reservation-visual > img {
    object-position: center 46%;
  }

  .reservation-rate-badge {
    top: 12px;
    left: 12px;
    padding: 6px 9px;
  }

  .reservation-room-copy {
    right: 14px;
    bottom: 13px;
    left: 14px;
  }

  .reservation-room-copy > small,
  .reservation-room-copy p {
    display: none;
  }

  .reservation-room-copy h3 {
    max-width: 70%;
    margin: 0;
    font-size: 1.45rem;
  }

  .reservation-room-copy > strong {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.45rem;
  }

  .reservation-main {
    padding: 19px 15px 14px;
  }

  .reservation-step-head {
    margin-bottom: 16px;
  }

  .reservation-step-head h3 {
    font-size: 1.5rem;
  }

  .hotel-booking .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .hotel-booking .field-wide {
    grid-column: 1 / -1;
  }

  .hotel-booking .field input,
  .hotel-booking .field select {
    min-height: 47px;
    padding: 10px;
    font-size: .84rem;
  }

  .reservation-trust {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 12px;
  }

  .reservation-trust span {
    padding: 8px 10px;
  }

  .reservation-precheck-note {
    margin-bottom: 12px;
    padding: 11px;
  }

  .reservation-guest-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  .reservation-contact-panel {
    padding: 12px;
  }

  .reservation-footer {
    min-height: 72px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .reservation-secure {
    display: none;
  }

  .reservation-back {
    min-width: 48px;
    padding: 12px;
  }

  .reservation-back span {
    display: none;
  }

  .reservation-next {
    flex: 1;
  }

  .reservation-send {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .reservation-send .btn {
    min-height: 46px;
  }
}

@media (max-width: 430px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .rating-row {
    gap: 8px;
  }

  .rating {
    min-height: 61px;
    padding: 9px 10px;
  }

  .booking-promise {
    display: grid;
    gap: 7px;
  }

  .reservation-progress b {
    display: none;
  }

  .reservation-progress > div {
    min-height: 43px;
  }

  .reservation-visual {
    min-height: 132px;
  }

  .reservation-main {
    padding-top: 16px;
  }

  .reservation-step-head > span {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .reservation-step-head h3 {
    font-size: 1.35rem;
  }

  .reservation-summary > div {
    padding: 10px 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg,
  .hotel-reveal,
  .reservation-step {
    animation: none !important;
    transition: none !important;
  }

  .hotel-reveal {
    opacity: 1;
    transform: none;
  }
}
