:root {
  --forest: #133d36;
  --forest-deep: #092c27;
  --leaf: #2d6a5a;
  --leaf-soft: #dfeae5;
  --sand: #c8a977;
  --cream: #f6f2ea;
  --paper: #ffffff;
  --ink: #1f302c;
  --muted: #68756f;
  --line: #dfe5e1;
  --whatsapp: #1ebc68;
  --danger: #b42318;
  --shadow: 0 22px 65px rgba(10, 43, 36, .13);
  --shadow-soft: 0 12px 36px rgba(10, 43, 36, .08);
  --radius: 6px 6px 34px 6px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 280px;
  color: var(--ink);
  background: var(--paper);
  font: 15px/1.65 Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, .button { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 13px;
  color: var(--sand);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}
h1, h2, h3, h4 { color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.section-title { margin: 0; font-size: clamp(34px, 5vw, 56px); line-height: 1.06; }
.section-lead { max-width: 690px; margin: 18px 0 0; color: var(--muted); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.text-link { color: var(--forest); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.text-link::after { content: "  →"; color: var(--sand); }

.site-header {
  position: absolute;
  z-index: 50;
  inset: 0 0 auto;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.18);
  transition: background .25s, box-shadow .25s;
}
.site-header.is-solid,
.site-header.has-scrolled {
  background: rgba(9, 44, 39, .97);
  box-shadow: 0 8px 30px rgba(2, 24, 19, .18);
}
.site-header.is-solid { position: sticky; }
.site-header.has-scrolled { position: fixed; }
.header-inner { height: 92px; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 166px; width: 166px; }
.brand img { height: 70px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2.1vw, 32px); margin-left: auto; }
.main-nav a { position: relative; padding: 34px 0 30px; font-size: 12px; font-weight: 700; letter-spacing: .035em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 2px; background: var(--sand); transition: right .2s; }
.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after { right: 0; }
.header-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: var(--forest-deep);
  background: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.header-cta:hover { background: var(--sand); }
.menu-button { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; margin-left: auto; padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: transparent; }
.menu-button span { width: 20px; height: 2px; background: #fff; transition: .2s; }
.menu-button.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.is-open span:nth-child(2) { opacity: 0; }
.menu-button.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-panel { display: none; }

.hero {
  position: relative;
  min-height: min(850px, 94vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--forest-deep);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,29,23,.8) 0%, rgba(4,29,23,.35) 55%, rgba(4,29,23,.15)), linear-gradient(0deg, rgba(4,29,23,.64), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding: 190px 0 150px; }
.hero-copy { max-width: 720px; }
.hero-copy h1 { max-width: 690px; margin: 0; color: #fff; font-size: clamp(45px, 7.1vw, 88px); line-height: .98; }
.hero-copy p:not(.eyebrow) { max-width: 590px; margin: 24px 0 0; color: rgba(255,255,255,.83); font-size: 17px; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(8,39,33,.28); backdrop-filter: blur(8px); font-size: 11px; font-weight: 700; }
.hero-badge::before { content: "✓"; display: grid; width: 22px; height: 22px; place-items: center; color: var(--forest); background: var(--sand); border-radius: 50%; }

.booking-box {
  position: relative;
  z-index: 8;
  width: min(var(--max), calc(100% - 40px));
  margin: -78px auto 0;
  padding: 22px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.booking-form { display: grid; grid-template-columns: 1.15fr 1.15fr .8fr .8fr auto; gap: 10px; align-items: end; }
.booking-field { position: relative; display: grid; gap: 6px; min-width: 0; }
.booking-field > span { color: #75817c; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.booking-field input,
.booking-field select {
  width: 100%;
  height: 52px;
  padding: 0 13px;
  color: var(--ink);
  background: #f8faf8;
  border: 1px solid var(--line);
  border-radius: 7px;
}
.booking-field input:focus,
.booking-field select:focus { outline: 2px solid rgba(45,106,90,.2); border-color: var(--leaf); }
.booking-submit,
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  color: #fff;
  background: var(--forest);
  border: 0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.booking-submit:hover,
.button:hover { transform: translateY(-2px); background: var(--forest-deep); box-shadow: 0 10px 24px rgba(19,61,54,.18); }
.button-whatsapp { background: var(--whatsapp); }
.button-whatsapp:hover { background: #159c55; }
.button-outline { color: var(--forest); background: transparent; border: 1px solid var(--forest); }
.button-outline:hover { color: #fff; }
.booking-error { display: none; padding: 10px 13px; margin: 10px 0 0; color: var(--danger); background: #fff0ef; border-radius: 7px; font-size: 12px; }
.booking-error.is-visible { display: block; }

.intro-section { padding: 150px 0 100px; }
.intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.intro-image { position: relative; }
.intro-image img { height: 570px; object-fit: cover; border-radius: 5px 5px 70px 5px; }
.intro-image::before { content: ""; position: absolute; z-index: -1; left: -28px; bottom: -28px; width: 58%; height: 48%; border: 1px solid var(--sand); border-radius: 5px 5px 45px 5px; }
.intro-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.04; }
.intro-copy > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 0; margin: 30px 0 0; list-style: none; }
.feature-list li { display: flex; gap: 10px; color: #40534c; font-size: 13px; font-weight: 700; }
.feature-list li::before { content: "✓"; color: var(--sand); }
.intro-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }

.rooms-section { padding: 100px 0 110px; background: var(--cream); }
.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.room-card { min-width: 0; overflow: hidden; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-soft); transition: transform .25s, box-shadow .25s; }
.room-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.room-image { position: relative; display: block; height: 270px; overflow: hidden; background: #dde4e0; }
.room-image img { height: 100%; object-fit: cover; transition: transform .5s; }
.room-card:hover .room-image img { transform: scale(1.04); }
.room-capacity { position: absolute; left: 15px; bottom: 15px; padding: 7px 10px; color: #fff; background: rgba(8,42,35,.82); border-radius: 999px; backdrop-filter: blur(7px); font-size: 10px; font-weight: 800; }
.room-body { padding: 23px; }
.room-body h3 { margin: 0; font-size: 25px; line-height: 1.15; }
.room-body p { min-height: 52px; margin: 12px 0 16px; color: var(--muted); font-size: 13px; }
.room-features { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 19px; }
.room-features span { padding: 5px 8px; color: #53635d; background: #f3f6f4; border-radius: 999px; font-size: 9px; font-weight: 700; }
.room-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 17px; border-top: 1px solid var(--line); }
.room-actions .button { min-height: 43px; padding: 0 15px; font-size: 10px; }
.room-actions a:first-child { font-size: 11px; font-weight: 800; color: var(--forest); }

.amenities-section { padding: 105px 0; color: #fff; background: var(--forest-deep); }
.amenities-section .section-title { color: #fff; }
.amenities-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 44px; }
.amenity { padding: 27px; border: 1px solid rgba(255,255,255,.13); border-radius: 4px 4px 26px 4px; background: rgba(255,255,255,.04); }
.amenity-icon { display: grid; width: 46px; height: 46px; place-items: center; color: var(--forest); background: var(--sand); border-radius: 50%; font-size: 21px; }
.amenity h3 { margin: 19px 0 7px; color: #fff; font: 700 14px Arial,sans-serif; }
.amenity p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; }

.gallery-section { padding: 105px 0; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 250px 250px; gap: 12px; }
.gallery-grid a { position: relative; overflow: hidden; border-radius: 4px; }
.gallery-grid a:first-child { grid-row: 1 / 3; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .45s; }
.gallery-grid a:hover img { transform: scale(1.04); }
.gallery-grid a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,36,29,.2), transparent); }

.location-callout { padding: 95px 0; background: var(--cream); }
.location-card { display: grid; grid-template-columns: 1fr .9fr; min-height: 430px; overflow: hidden; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.location-photo img { height: 100%; object-fit: cover; }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 6vw, 78px); }
.location-copy h2 { margin: 0; font-size: clamp(36px, 5vw, 57px); line-height: 1.04; }
.location-copy p { margin: 18px 0 0; color: var(--muted); }
.location-copy .button { align-self: flex-start; margin-top: 28px; }

.page-hero { position: relative; min-height: 450px; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--forest-deep); }
.page-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .66; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,31,24,.8), rgba(4,31,24,.3)); }
.page-hero-content { position: relative; z-index: 2; padding: 175px 0 70px; }
.page-hero h1 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(45px, 7vw, 78px); line-height: 1; }
.page-hero p:not(.eyebrow) { max-width: 660px; margin: 18px 0 0; color: rgba(255,255,255,.78); }
.page-content { padding: 90px 0 110px; }
.content-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(290px,.55fr); gap: clamp(36px,6vw,80px); align-items: start; }
.prose h2 { margin: 0 0 22px; font-size: clamp(36px,5vw,55px); line-height: 1.06; }
.prose h3 { margin: 36px 0 12px; font-size: 25px; }
.prose p, .prose li { color: var(--muted); }
.prose ul { padding-left: 20px; }
.info-card { position: sticky; top: 105px; padding: 28px; background: var(--cream); border-radius: var(--radius); }
.info-card h3 { margin: 0; font-size: 26px; }
.info-card p { color: var(--muted); font-size: 13px; }
.info-card .button { width: 100%; margin-top: 12px; }
.contact-list { display: grid; gap: 14px; margin: 24px 0; }
.contact-list div { padding-bottom: 13px; border-bottom: 1px solid rgba(19,61,54,.12); }
.contact-list strong { display: block; color: var(--forest); font-size: 11px; text-transform: uppercase; }
.contact-list span { color: var(--muted); font-size: 13px; }

.rooms-catalog { padding: 95px 0 110px; background: var(--cream); }
.rooms-catalog .room-grid { grid-template-columns: repeat(2, 1fr); }
.rooms-catalog .room-card { display: grid; grid-template-columns: 45% 55%; }
.rooms-catalog .room-image { height: 100%; min-height: 315px; }

.room-detail { padding: 80px 0 110px; }
.detail-gallery { display: grid; grid-template-columns: 1.45fr .55fr; gap: 12px; height: 540px; margin-bottom: 60px; }
.detail-gallery img { height: 100%; object-fit: cover; border-radius: 5px; }
.detail-gallery img:first-child { border-radius: 5px 5px 55px 5px; }
.detail-side { display: grid; grid-template-rows: 1fr 1fr; gap: 12px; overflow: hidden; }
.detail-side img { min-height: 0; }
.detail-content { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.55fr); gap: clamp(40px,7vw,90px); }
.detail-copy h1 { margin: 0; font-size: clamp(39px,5vw,60px); line-height: 1.05; }
.detail-meta { display: flex; gap: 9px; flex-wrap: wrap; margin: 21px 0 29px; }
.detail-meta span { padding: 7px 10px; color: #53645e; background: var(--cream); border-radius: 999px; font-size: 10px; font-weight: 800; }
.detail-copy > p { color: var(--muted); }
.detail-features { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding: 25px 0 0; margin: 30px 0 0; border-top: 1px solid var(--line); }
.detail-features div { display: flex; align-items: center; gap: 9px; color: #455750; font-size: 13px; }
.detail-features div::before { content: "✓"; color: var(--sand); font-weight: 900; }
.detail-booking { position: sticky; top: 105px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.detail-booking h2 { margin: 0; font-size: 27px; }
.detail-booking p { margin: 8px 0 18px; color: var(--muted); font-size: 12px; }
.detail-booking .booking-form { grid-template-columns: 1fr 1fr; }
.detail-booking .booking-field:nth-of-type(n+3) { grid-column: auto; }
.detail-booking .booking-submit { grid-column: 1 / -1; width: 100%; }
.detail-booking .button-whatsapp { width: 100%; margin-top: 10px; }

.booking-engine { min-height: 100vh; padding-bottom: 70px; background: #f4f6f5; }
.engine-header { color: #fff; background: var(--forest-deep); }
.engine-header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.engine-logo { width: 170px; }
.engine-logo img { height: 64px; object-fit: contain; object-position: left; filter: brightness(0) invert(1); }
.engine-header-actions { display: flex; align-items: center; gap: 18px; font-size: 12px; }
.engine-header-actions a { color: rgba(255,255,255,.72); }
.engine-header-actions a:hover { color: #fff; }
.engine-search-wrap { padding: 18px 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 5px 18px rgba(17,49,41,.05); }
.engine-search-wrap .booking-form { grid-template-columns: 1fr 1fr .65fr .65fr auto; }
.engine-search-wrap .booking-submit { background: var(--sand); color: var(--forest-deep); }
.engine-breadcrumb { padding: 17px 0; color: #738079; font-size: 11px; }
.engine-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 22px; align-items: start; }
.hotel-summary { overflow: hidden; margin-bottom: 20px; background: #fff; border: 1px solid var(--line); border-radius: 7px; }
.hotel-summary-grid { display: grid; grid-template-columns: 280px 1fr; }
.hotel-summary img { height: 100%; min-height: 225px; object-fit: cover; }
.hotel-summary-copy { padding: 26px; }
.hotel-summary-copy h1 { margin: 0; font-size: 31px; }
.hotel-summary-copy address { margin-top: 9px; color: var(--muted); font-size: 12px; font-style: normal; }
.hotel-summary-copy p { color: var(--muted); font-size: 13px; }
.hotel-perks { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 17px; }
.hotel-perks span { padding: 6px 9px; color: var(--leaf); background: var(--leaf-soft); border-radius: 999px; font-size: 9px; font-weight: 800; }
.results-heading { margin: 27px 0 16px; }
.results-heading h2 { margin: 0; font-size: 27px; }
.results-heading p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.result-list { display: grid; gap: 15px; }
.result-card { display: grid; grid-template-columns: 250px minmax(0,1fr); overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 7px; }
.result-photo { position: relative; min-height: 285px; }
.result-photo img { height: 100%; object-fit: cover; }
.result-photo span { position: absolute; left: 12px; bottom: 12px; padding: 6px 8px; color: #fff; background: rgba(8,42,35,.82); border-radius: 999px; font-size: 9px; font-weight: 800; }
.result-content { display: grid; grid-template-columns: minmax(0,1fr) 205px; }
.result-main { padding: 23px; }
.result-main h3 { margin: 0; font-size: 23px; }
.result-main > p { color: var(--muted); font-size: 12px; }
.result-meta { display: flex; gap: 13px; flex-wrap: wrap; color: #53625d; font-size: 11px; font-weight: 700; }
.rate-box { padding: 23px 18px; border-left: 1px solid var(--line); background: #fbfcfb; display: flex; flex-direction: column; justify-content: center; }
.rate-box small { color: var(--muted); font-size: 10px; }
.rate-box strong { margin: 7px 0; color: var(--forest); font: 400 20px Georgia,serif; }
.rate-box .button { width: 100%; min-height: 45px; margin-top: 13px; padding-inline: 12px; font-size: 10px; }
.rate-box .detail-link { margin-top: 10px; color: var(--leaf); font-size: 10px; font-weight: 800; text-align: center; }
.stay-cart { position: sticky; top: 18px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 7px; box-shadow: var(--shadow-soft); }
.cart-head { padding: 20px; color: #fff; background: var(--forest); }
.cart-head h2 { margin: 0; color: #fff; font: 700 16px Arial,sans-serif; }
.cart-head p { margin: 5px 0 0; color: rgba(255,255,255,.7); font-size: 11px; }
.cart-body { padding: 20px; }
.cart-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-row span { color: var(--muted); font-size: 10px; }
.cart-row strong { display: block; margin-top: 3px; color: var(--forest); font-size: 12px; }
.cart-guests { padding: 14px 0; color: var(--muted); font-size: 12px; }
.cart-note { padding: 12px; color: #695637; background: #fff8e9; border-radius: 6px; font-size: 10px; }
.stay-cart .button { width: 100%; margin-top: 15px; }

.photo-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: 12px; }
.photo-page-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: 4px; }
.photo-page-grid figure:nth-child(4n+1) { grid-row: span 2; }
.photo-page-grid img { height: 100%; object-fit: cover; transition: transform .4s; }
.photo-page-grid figure:hover img { transform: scale(1.04); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 25px; }
.contact-card { padding: 38px; background: var(--cream); border-radius: var(--radius); }
.contact-card h2 { margin: 0; font-size: 39px; }
.contact-visual { overflow: hidden; min-height: 540px; border-radius: var(--radius); }
.contact-visual img { height: 100%; object-fit: cover; }

.whatsapp-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: grid; width: 61px; height: 61px; place-items: center; color: #fff; background: var(--whatsapp); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 12px 34px rgba(15,116,63,.33); }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; }
.whatsapp-float:hover { transform: translateY(-2px); }

.site-footer { color: rgba(255,255,255,.7); background: #06251f; }
.footer-main { display: grid; grid-template-columns: 1.2fr .75fr .85fr 1fr; gap: 45px; padding: 68px 0; }
.footer-brand img { width: 175px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 290px; margin: 18px 0 0; font-size: 12px; }
.footer-column h3 { margin: 0 0 17px; color: #fff; font: 800 10px Arial,sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.footer-column { display: grid; align-content: start; gap: 8px; font-size: 12px; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-button { display: inline-flex; margin-left: 0; }
  .mobile-panel { position: fixed; z-index: 49; inset: 92px 0 auto; display: grid; max-height: calc(100vh - 92px); overflow: auto; padding: 20px; color: #fff; background: var(--forest-deep); border-top: 1px solid rgba(255,255,255,.12); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: .25s; }
  .mobile-panel.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .mobile-panel a { padding: 14px 7px; border-bottom: 1px solid rgba(255,255,255,.09); font-weight: 700; }
  .booking-form, .engine-search-wrap .booking-form { grid-template-columns: repeat(4,1fr); }
  .booking-submit { grid-column: 1 / -1; }
  .room-grid { grid-template-columns: repeat(2,1fr); }
  .amenities-grid { grid-template-columns: repeat(2,1fr); }
  .engine-grid { grid-template-columns: 1fr; }
  .stay-cart { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, var(--max)); }
  .header-inner { height: 76px; }
  .brand { flex-basis: 137px; width: 137px; }
  .brand img { height: 59px; }
  .header-cta { display: none; }
  .mobile-panel { top: 76px; }
  .hero { min-height: 760px; }
  .hero-content { padding: 155px 0 155px; }
  .hero-copy p:not(.eyebrow) { font-size: 15px; }
  .booking-box { width: min(100% - 20px, var(--max)); margin-top: -94px; padding: 16px; }
  .booking-form, .engine-search-wrap .booking-form { grid-template-columns: 1fr 1fr; }
  .booking-field input, .booking-field select { font-size: 16px; }
  .intro-section { padding: 115px 0 78px; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-image { order: 2; }
  .intro-image img { height: 480px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 15px; }
  .rooms-section, .amenities-section, .gallery-section, .location-callout, .rooms-catalog, .page-content { padding-block: 75px; }
  .room-grid, .rooms-catalog .room-grid { grid-template-columns: 1fr; }
  .rooms-catalog .room-card { grid-template-columns: 1fr; }
  .rooms-catalog .room-image { min-height: 280px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 210px 210px; }
  .gallery-grid a:first-child { grid-column: 1 / -1; grid-row: auto; }
  .location-card { grid-template-columns: 1fr; }
  .location-photo { height: 330px; }
  .page-hero { min-height: 410px; }
  .page-hero-content { padding: 145px 0 55px; }
  .content-grid, .detail-content, .contact-grid { grid-template-columns: 1fr; }
  .info-card, .detail-booking { position: static; }
  .detail-gallery { height: auto; grid-template-columns: 1fr; }
  .detail-gallery > img { height: 390px; }
  .detail-side { grid-template-columns: 1fr 1fr; grid-template-rows: 230px; }
  .engine-header-inner { min-height: 72px; }
  .engine-logo { width: 145px; }
  .hotel-summary-grid { grid-template-columns: 1fr; }
  .hotel-summary img { height: 260px; }
  .result-card { grid-template-columns: 1fr; }
  .result-photo { min-height: 270px; }
  .photo-page-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
  .footer-main { gap: 34px; }
}

@media (max-width: 560px) {
  .hero { min-height: 700px; }
  .hero-copy h1 { font-size: clamp(43px, 14vw, 62px); }
  .booking-box { margin-top: -82px; }
  .booking-form, .engine-search-wrap .booking-form, .detail-booking .booking-form { grid-template-columns: 1fr; }
  .booking-submit, .detail-booking .booking-submit { grid-column: auto; }
  .feature-list, .detail-features { grid-template-columns: 1fr; }
  .room-grid { gap: 16px; }
  .room-image { height: 245px; }
  .amenities-grid { grid-template-columns: 1fr; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(5, 260px); }
  .gallery-grid a:first-child { grid-column: auto; }
  .page-hero h1 { font-size: 45px; }
  .detail-gallery > img { height: 300px; }
  .detail-side { grid-template-columns: 1fr; grid-template-rows: 240px 240px; }
  .engine-header-actions a:first-child { display: none; }
  .engine-search-wrap { padding: 12px 0; }
  .result-content { grid-template-columns: 1fr; }
  .rate-box { border-top: 1px solid var(--line); border-left: 0; }
  .photo-page-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .photo-page-grid figure:nth-child(4n+1) { grid-row: auto; }
  .contact-card { padding: 28px 22px; }
  .contact-visual { min-height: 390px; }
  .footer-main { grid-template-columns: 1fr; padding-block: 52px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 57px; height: 57px; }
}

@media (max-width: 370px) {
  .container { width: min(100% - 20px, var(--max)); }
  .header-inner { gap: 10px; }
  .brand { flex-basis: 125px; width: 125px; }
  .hero-copy h1 { font-size: 40px; }
  .room-actions { align-items: stretch; flex-direction: column; }
  .room-actions .button { width: 100%; }
  .detail-meta { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
