:root {
  --green: #0d342a;
  --green2: #071d18;
  --cream: #f7f1e8;
  --paper: #fffaf2;
  --gold: #c7934f;
  --gold2: #e8c391;
  --ink: #10251f;
  --muted: #738079;
  --radius: 28px;
  --shadow: 0 30px 80px rgba(12, 28, 22, .16)
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  background: var(--cream);
  color: var(--ink);
  overflow-x: hidden
}
a {
  text-decoration: none;
  color: inherit
}
img {
  max-width: 100%;
  display: block
}
.container {
  width: min(1180px, calc(100% - 44px));
  margin: auto
}
.site-header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 99;
  transition: .3s
}
.nav-shell {
  width: min(1280px, calc(100% - 44px));
  margin: auto;
  background: rgba(255, 250, 242, .82);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 0 18px 0 28px;
  box-shadow: 0 16px 60px rgba(0, 0, 0, .1)
}
.brand {
  font-family: Playfair Display, serif;
  font-weight: 800;
  font-size: 27px;
  letter-spacing: -.04em;
  margin-right: auto
}
.brand span {
  color: var(--green)
}
.brand em {
  font-style: normal;
  color: var(--gold)
}
.nav-menu {
  display: flex;
  gap: 22px;
  align-items: center
}
.nav-menu a {
  font-weight: 800;
  font-size: 14px;
  color: #17362e;
  position: relative
}
.nav-menu a.active:after, .nav-menu a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  background: var(--gold)
}
.nav-cta {
  margin-left: 20px;
  background: var(--green);
  color: white;
  padding: 10px 25px;
  border-radius: 999px;
  font-weight: 900
}
.hamb {
  display: none;
  background: transparent;
  border: 0;
  width: 42px;
  height: 42px
}
.hamb span {
  display: block;
  height: 2px;
  background: var(--green);
  margin: 8px
}
.hero {
  min-height: 100vh;
  position: relative;
  background-image: var(--hero);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 150px 0 80px;
  color: white
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 23, 18, .82), rgba(4, 23, 18, .32), rgba(4, 23, 18, .66)), linear-gradient(0deg, rgba(4, 23, 18, .52), transparent 45%)
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 390px;
  gap: 64px;
  align-items: center
}
.hero-copy h1 {
  font-family: Playfair Display, serif;
  font-size: clamp(48px, 7vw, 96px);
  line-height: .94;
  letter-spacing: -.055em;
  margin: 18px 0
}
.hero-copy p {
  font-size: 19px;
  line-height: 1.8;
  max-width: 650px;
  color: rgba(255, 255, 255, .86)
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold2);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .22em
}
.eyebrow:before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 24px;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #1f1710
}
.btn-ghost {
  border-color: rgba(255, 255, 255, .35);
  color: white
}
.btn-dark {
  background: var(--green);
  color: white
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px
}
.booking-card {
  background: rgba(13, 22, 18, .68);
  backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 30px;
  padding: 26px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  color: white
}
.booking-card b {
  font-family: Playfair Display, serif;
  font-size: 24px
}
.booking-card label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, .68);
  font-weight: 800
}
.booking-card input, .booking-card select, .contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
  color: inherit;
  padding: 15px;
  border-radius: 14px;
  outline: 0
}
.booking-card .two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}
.booking-card button, .contact-form button {
  border: 0;
  border-radius: 16px;
  padding: 17px 18px;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  font-weight: 900;
  color: #1f1710;
  cursor: pointer
}
.booking-card small {
  color: rgba(255, 255, 255, .72)
}
.section {
  padding: 100px 0
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center
}
.split.reverse {
  grid-template-columns: 1fr 1fr
}
.section h2, .page-hero h1, .room-detail-hero h1 {
  font-family: Playfair Display, serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -.045em;
  margin: 16px 0
}
.section p, .page-hero p {
  color: var(--muted);
  line-height: 1.85;
  font-size: 17px
}
.story-cards {
  display: grid;
  gap: 18px
}
.story-cards article {
  background: rgba(255, 255, 255, .66);
  border: 1px solid rgba(13, 52, 42, .08);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .06)
}
.story-cards h3 {
  font-family: Playfair Display, serif;
  font-size: 28px;
  margin: 0 0 12px
}
.dark-panel {
  background: radial-gradient(circle at 20% 0, rgba(199, 147, 79, .24), transparent 32%), linear-gradient(145deg, #071d18, #020807);
  color: white
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px
}
.section-head h2 {
  margin: 8px 0 0
}
.section-head a {
  color: var(--gold2);
  font-weight: 900
}
.room-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}
.room-card, .room-wide {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .14);
  transition: .35s
}
.room-card:hover, .room-wide:hover {
  transform: translateY(-8px)
}
.room-card img {
  height: 260px;
  width: 100%;
  object-fit: cover
}
.room-card div {
  padding: 26px
}
.room-card span, .room-wide span, .room-detail-hero span {
  color: var(--gold2);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .18em
}
.room-card h3, .room-wide h2 {
  font-family: Playfair Display, serif;
  font-size: 30px;
  margin: 12px 0
}
.room-card p {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.7
}
.room-card em {
  color: var(--gold2);
  font-style: normal;
  font-weight: 900
}
.feature-band {
  background: var(--paper);
  border-radius: 36px;
  padding: 60px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 40px;
  box-shadow: var(--shadow)
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}
.feature-grid span {
  background: #eff0e8;
  border-radius: 999px;
  padding: 16px;
  text-align: center;
  font-weight: 900;
  font-size: 13px
}
.restaurant-block {
  background: #efe7da
}
.image-stack {
  position: relative;
  min-height: 520px
}
.image-stack img:first-child {
  width: 78%;
  height: 460px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow)
}
.image-stack img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  height: 260px;
  object-fit: cover;
  border-radius: 28px;
  border: 10px solid var(--cream);
  box-shadow: var(--shadow)
}
.masonry {
  columns: 3 280px;
  column-gap: 18px
}
.masonry-item {
  break-inside: avoid;
  margin: 0 0 18px;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .12)
}
.masonry-item img {
  width: 100%;
  height: auto;
  transition: .4s
}
.masonry-item:hover img {
  transform: scale(1.04)
}
.location {
  background: linear-gradient(135deg, #09251f, #143d31);
  color: white
}
.location p {
  color: rgba(255, 255, 255, .72)
}
.near-list, .near-grid {
  display: grid;
  gap: 14px
}
.near-list div, .near-card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  padding: 20px
}
.near-list span, .near-card span {
  color: var(--gold2);
  font-weight: 900
}
.testimonial-grid, .event-grid, .near-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}
.event-intro {
  align-items: start
}
.event-intro h2 {
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
  max-width: 620px
}
.event-features {
  background: var(--paper);
  border-radius: 32px;
  padding: 34px;
  box-shadow: var(--shadow)
}
.event-features h3 {
  margin: 0 0 18px;
  font-family: Playfair Display, serif;
  font-size: 30px;
  line-height: 1
}
.event-feature-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 12px;
  color: var(--green);
  font-weight: 700;
  line-height: 1.6
}
.event-grid--detailed {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}
.event-card {
  background: var(--paper);
  border-radius: 30px;
  padding: 32px;
  box-shadow: var(--shadow)
}
.event-card h2 {
  margin: 0 0 14px;
  font-family: Playfair Display, serif;
  font-size: 32px;
  line-height: 1.02
}
.event-card p {
  margin-top: 0
}
.event-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: var(--green);
  font-weight: 700;
  line-height: 1.6
}
.event-archive__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px
}
.event-archive__grid img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow)
}
.testimonial-grid article, .event-grid article, .near-card {
  background: var(--paper);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .08)
}
.testimonial-grid p {
  font-family: Playfair Display, serif;
  font-size: 24px;
  color: var(--green)
}
.cta-section {
  padding: 120px 0;
  background: linear-gradient(rgba(5, 25, 20, .76), rgba(5, 25, 20, .76)), var(--cta-bg) center/cover fixed;
  color: white;
  text-align: center
}
.cta-section h2 {
  font-family: Playfair Display, serif;
  font-size: clamp(42px, 6vw, 80px);
  line-height: 1;
  margin: 14px auto 30px;
  max-width: 900px
}
.page-hero,
.room-detail-hero {
  position: relative;
  min-height: 56vh;
  padding: 170px 0 90px;
  display: flex;
  align-items: center
}
.page-hero {
  background: linear-gradient(135deg, #f7f1e8, #efe2cf)
}
.page-hero .container,
.room-detail-hero .container {
  width: min(1180px, calc(100% - 44px));
  margin: auto
}
.page-hero h1,
.room-detail-hero h1 {
  font-family: Playfair Display, serif;
  font-size: clamp(30px, 3.15vw, 54px);
  line-height: 1.02;
  letter-spacing: -.045em;
  margin: 16px 0 12px;
  max-width: none
}
.page-hero p,
.room-detail-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7
}
.page-hero .eyebrow,
.room-detail-hero span {
  margin-bottom: 10px
}
.page-hero.small {
  min-height: 56vh;
  padding: 170px 0 90px
}
.page-hero.restaurant {
  background: linear-gradient(rgba(5, 25, 20, .65), rgba(5, 25, 20, .65)), url('https://images.unsplash.com/photo-1551218808-94e220e084d2?auto=format&fit=crop&w=1600&q=80') center/cover;
  color: white
}
.page-hero.events {
  background: linear-gradient(rgba(5, 25, 20, .64), rgba(5, 25, 20, .64)), url('https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=1600&q=80') center/cover;
  color: white
}
.page-hero.gallery {
  position: relative;
  overflow: hidden;
  min-height: 56vh;
  padding: 170px 0 90px;
  background: linear-gradient(rgba(5, 25, 20, .52), rgba(5, 25, 20, .72)), url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1600&q=80') center/cover;
  color: white
}
.page-hero.gallery .container {
  width: min(1180px, calc(100% - 44px));
  margin: auto;
  text-align: left;
  text-shadow: 0 6px 26px rgba(0, 0, 0, .2)
}
.page-hero.contact, .page-hero.locationHero {
  background: linear-gradient(rgba(5, 25, 20, .64), rgba(5, 25, 20, .64)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80') center/cover;
  color: white
}
.page-hero.small {
  padding: 170px 0 80px
}
.page-hero.image-hero {
  background: linear-gradient(rgba(5, 25, 20, .64), rgba(5, 25, 20, .64)), var(--hero-photo) center/cover !important;
  color: white !important
}
.page-hero.image-hero p,
.room-detail-hero p {
  color: rgba(255, 255, 255, .76) !important
}
.page-hero.image-hero .eyebrow {
  color: var(--gold2) !important
}
@media(min-width:1025px) {
  .page-hero h1,
  .room-detail-hero h1 {
    white-space: nowrap
  }
}
@media(max-width:1024px) {
  .page-hero h1,
  .room-detail-hero h1 {
    white-space: normal
  }
}
.story-page .quote {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(13, 52, 42, .98), rgba(7, 29, 24, .95));
  color: white;
  border-radius: 36px;
  padding: 42px 48px 38px;
  margin: 0 0 60px;
  box-shadow: 0 30px 80px rgba(12, 28, 22, .16)
}
.story-page .quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, .12), transparent 42%), radial-gradient(circle at bottom left, rgba(199, 147, 79, .18), transparent 36%);
  pointer-events: none
}
.story-page .quote-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: stretch
}
.story-page .quote-copy {
  display: flex;
  flex-direction: column;
  justify-content: center
}
.quote p {
  position: relative;
  max-width: 520px;
  margin: 0;
  font-family: Playfair Display, serif;
  font-size: clamp(27px, 2.9vw, 38px);
  line-height: 1.45;
  color: white
}
.quote small {
  position: relative;
  display: inline-flex;
  margin-top: 18px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em
}
.quote-aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  padding: 14px 0 14px 34px;
  border-left: 1px solid rgba(255, 255, 255, .12)
}
.quote-aside-label {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em
}
.quote-aside h3 {
  margin: 0 0 12px;
  font-family: Playfair Display, serif;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.2;
  color: white
}
.quote-aside p {
  max-width: 480px;
  margin: 0 0 20px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .78)
}
.quote-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px
}
.quote-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase
}
.quote-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto
}
.quote-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18)
}
.nice-list {
  padding-left: 20px;
  line-height: 2;
  color: var(--muted)
}
.story-cards.big {
  grid-template-columns: repeat(4, 1fr)
}
.room-list {
  display: grid;
  gap: 24px
}
.room-wide {
  display: grid;
  grid-template-columns: 420px 1fr;
  background: var(--paper);
  border-color: rgba(13, 52, 42, .08)
}
.room-wide__media {
  display: block;
  color: inherit
}
.room-wide img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover
}
.room-wide__body {
  padding: 40px
}
.room-wide__body h2 a {
  color: inherit
}
.room-reserve-btn {
  justify-self: start;
  align-self: end;
  margin-top: 10px;
  cursor: pointer
}
.room-wide ul {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px 0;
  list-style: none
}
.room-wide li, .detail-tags span {
  background: #efe9dd;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 13px
}
.room-detail-hero {
  min-height: 75vh;
  background: linear-gradient(rgba(5, 25, 20, .66), rgba(5, 25, 20, .66)), var(--hero) center/cover;
  display: flex;
  align-items: end;
  color: white;
  padding: 170px 0 80px
}
.room-detail-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, .82);
  font-size: 20px;
  line-height: 1.7
}
.booking-card.light {
  background: var(--green);
  color: white
}
.detail-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 25px
}
.room-features {
  margin-top: 36px
}
.room-features h3 {
  margin: 0 0 16px;
  font-family: Playfair Display, serif;
  font-size: 28px;
  color: var(--green)
}
.detail-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px
}
.detail-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #efe9dd;
  border-radius: 18px;
  padding: 14px 16px;
  font-weight: 800;
  color: var(--ink)
}
.detail-feature i {
  color: var(--gold);
  font-size: 15px
}
.detail-features--unique .detail-feature {
  background: rgba(13, 52, 42, .08);
  border: 1px solid rgba(13, 52, 42, .08)
}
.detail-feature--accent i {
  color: var(--green)
}
.room-tabs-section {
  padding-top: 20px
}
.room-tabs-head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center
}
.room-tabs-head h2 {
  margin: 12px 0 10px
}
.room-tabs-head p {
  color: var(--muted);
  margin: 0
}
.room-type-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 28px
}
.room-type-tab {
  background: transparent;
  border: 0;
  padding: 10px 4px;
  color: var(--muted);
  font-weight: 900;
  letter-spacing: .18em;
  cursor: pointer;
  border-bottom: 2px solid transparent
}
.room-type-tab.is-active {
  color: var(--ink);
  border-color: var(--gold)
}
.room-type-panel {
  display: none
}
.room-type-panel.is-active {
  display: block
}
.room-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px
}
.room-type-card {
  overflow: hidden;
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow);
  border: 1px solid rgba(13, 52, 42, .08);
  color: inherit;
  transition: transform .3s ease, box-shadow .3s ease
}
.room-type-card:hover {
  transform: translateY(-6px)
}
.room-type-card img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover
}
.room-type-card__body {
  padding: 24px
}
.room-type-card__body span {
  color: var(--gold);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .18em
}
.room-type-card__body h3 {
  margin: 10px 0 10px;
  font-family: Playfair Display, serif;
  font-size: 24px;
  line-height: 1.1
}
.room-type-card__body p {
  min-height: 68px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7
}
.room-type-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(13, 52, 42, .08)
}
.room-type-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-weight: 800;
  font-size: 12px
}
.room-type-meta i {
  color: var(--gold)
}
.contact-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 36px
}
.contact-info, .contact-form {
  background: var(--paper);
  border-radius: 34px;
  padding: 40px;
  box-shadow: var(--shadow)
}
.contact-info--icons h2 {
  margin: 0 0 26px;
  font-family: Playfair Display, serif;
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.02;
  color: var(--green)
}
.contact-lines {
  display: grid;
  gap: 14px;
  margin-bottom: 28px
}
.contact-lines p {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 12px;
  margin: 0;
  color: var(--ink);
  line-height: 1.7;
  font-size: 15px
}
.contact-lines i {
  color: var(--green);
  margin-top: 3px
}
.contact-lines a {
  color: var(--green);
  font-weight: 800;
  text-decoration: underline
}
.contact-whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: white
}
.contact-whatsapp:hover {
  background: #20c35a;
  border-color: #20c35a;
  color: white
}
.contact-form {
  display: grid;
  gap: 16px
}
.contact-form label {
  font-weight: 800;
  color: var(--green);
  display: grid;
  gap: 8px
}
.contact-form input, .contact-form textarea {
  background: white;
  color: var(--ink);
  border-color: #e6dccd
}
.map iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block
}
.map-section {
  padding: 0
}
.map-section .map {
  width: 100%
}
.map-section .map iframe {
  height: 560px
}
.footer {
  background: #061914;
  color: white;
  padding: 70px 0 25px
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .9fr 1fr;
  gap: 34px
}
.footer p {
  color: rgba(255, 255, 255, .7);
  line-height: 1.8
}
.footer h4 {
  color: var(--gold2)
}
.footer a {
  display: block;
  color: rgba(255, 255, 255, .72);
  margin: 10px 0
}
.foot-brand {
  display: block;
  margin-bottom: 18px
}
.copy {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 40px;
  padding-top: 22px;
  color: rgba(255, 255, 255, .52);
  font-size: 13px
}
.whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 58px;
  height: 58px;
  background: #25d366;
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease
}
.whatsapp i {
  font-size: 28px;
  line-height: 1;
}
.whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .28)
}
@media(max-width:640px) {
  .whatsapp {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
    font-size: 22px
  }
}
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s ease, transform .75s ease
}
.reveal.is-visible {
  opacity: 1;
  transform: none
}
@media(max-width:980px) {
  .nav-menu, .nav-cta {
    display: none
  }
  .hamb {
    display: block
  }
  .nav-shell {
    border-radius: 28px
  }
  .nav-menu.open {
    position: absolute;
    display: grid;
    left: 22px;
    right: 22px;
    top: 86px;
    background: rgba(255, 250, 242, .98);
    padding: 24px;
    border-radius: 24px;
    box-shadow: var(--shadow)
  }
  .hero-inner, .split, .feature-band, .contact-grid, .room-wide {
    grid-template-columns: 1fr
  }
  .event-grid--detailed,
  .event-archive__grid {
    grid-template-columns: 1fr
  }
  .story-page .quote-layout {
    grid-template-columns: 1fr
  }
  .quote-aside {
    padding: 26px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .12)
  }
  .quote-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .hero {
    padding-top: 130px
  }
  .booking-card {
    max-width: 520px
  }
  .room-slider, .testimonial-grid, .event-grid, .footer-grid, .story-cards.big {
    grid-template-columns: 1fr 1fr
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr
  }
  .room-wide img {
    height: 300px
  }
  .room-reserve-btn {
    margin-top: 10px
  }
  .detail-features {
    grid-template-columns: 1fr
  }
  .room-type-grid {
    grid-template-columns: 1fr
  }
  .image-stack {
    min-height: 420px
  }
  .event-archive__grid img {
    height: 280px
  }
}
@media(max-width:640px) {
  .container {
    width: min(100% - 28px, 1180px)
  }
  .hero-copy h1 {
    font-size: 48px
  }
  .section {
    padding: 70px 0
  }
  .room-slider, .testimonial-grid, .event-grid, .footer-grid, .story-cards.big {
    grid-template-columns: 1fr
  }
  .event-grid--detailed,
  .event-archive__grid {
    grid-template-columns: 1fr
  }
  .feature-band {
    padding: 32px
  }
  .feature-grid {
    grid-template-columns: 1fr
  }
  .section-head {
    display: block
  }
  .nav-shell {
    min-height: 62px;
    padding-left: 18px
  }
  .brand {
    font-size: 23px
  }
  .booking-card .two {
    grid-template-columns: 1fr
  }
  .room-wide div {
    padding: 26px
  }
  .page-hero {
    padding-top: 145px
  }
  .near-list div, .near-card {
    display: block
  }
  .image-stack img:first-child {
    width: 100%;
    height: 360px
  }
  .image-stack img:nth-child(2) {
    width: 60%
  }
  .footer {
    padding-bottom: 85px
  }
}
.brand {
  display: flex;
  align-items: center;
  line-height: 0
}
.brand-logo {
  width: clamp(145px, 16vw, 210px);
  height: auto;
  max-height: 56px;
  object-fit: contain
}
.brand-logo--footer {
  width: min(240px, 100%);
  max-height: 92px
}
@media(max-width:980px) {
  .brand-logo {
    width: clamp(132px, 22vw, 180px);
    max-height: 50px
  }
  .brand-logo--footer {
    width: min(220px, 100%)
  }
}
@media(max-width:640px) {
  .brand-logo {
    width: 126px;
    max-height: 42px
  }
  .brand-logo--footer {
    width: 180px;
    max-height: 72px
  }
}
.room-slider {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 4px 4px 14px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none
}
.room-slider::-webkit-scrollbar {
  display: none
}
.room-card {
  flex: 0 0 340px;
  scroll-snap-align: start
}
@media(min-width:1200px) {
  .room-card {
    flex-basis: calc((100% - 44px)/3)
  }
}
@media(max-width:980px) {
  .room-card {
    flex-basis: min(320px, 84vw)
  }
}
@media(max-width:640px) {
  .room-slider {
    gap: 16px
  }
  .room-card {
    flex-basis: 86vw
  }
}
.room-carousel {
  position: relative
}
.room-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(247, 241, 232, .92);
  color: var(--green);
  font-size: 0;
  line-height: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
  padding: 0
}
.room-arrow::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='currentColor' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 2L3 6l4 4'/%3E%3C/svg%3E");
  transform: translateY(1px);
  margin-top: 13px
}
.room-arrow--next::before {
  transform: translateY(1px) scaleX(-1)
}
.room-arrow:hover {
  background: #fff
}
.room-arrow--prev {
  left: -26px
}
.room-arrow--next {
  right: -20px
}
@media(max-width:980px) {
  .room-arrow {
    width: 44px;
    height: 44px
  }
  .room-arrow--prev {
    left: -22px
  }
  .room-arrow--next {
    right: -22px
  }
}
@media(max-width:640px) {
  .room-arrow {
    display: none
  }
}
.room-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .08)
}
.room-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold2);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em
}
.room-meta i {
  font-size: 16px;
  color: #6e8a82
}
.room-meta b {
  font-weight: 700;
  color: #d9d2c0
}
.room-card h3, .room-wide h2 {
  font-size: 24px
}
.feature-band {
  margin: 50px auto;
  padding: 50px 60px
}
.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 18px
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 4px 0
}
.feature-icon {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: #eef0e8;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 34px rgba(13, 52, 42, .08);
  color: #d8d2c2
}
.feature-icon i {
  font-size: 40px;
  line-height: 1
}
.feature-label {
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.35;
  text-transform: uppercase;
  color: #6d6e67
}
@media(max-width:980px) {
  .feature-band {
    margin: 35px auto;
    padding: 40px 32px
  }
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .feature-icon {
    width: 106px;
    height: 106px
  }
}
@media(max-width:640px) {
  .feature-band {
    margin: 30px auto;
    padding: 30px 22px
  }
  .feature-grid {
    grid-template-columns: 1fr
  }
  .feature-icon {
    width: 100px;
    height: 100px
  }
  .feature-icon i {
    font-size: 34px
  }
}
.feature-band {
  margin: 100px auto;
  padding: 100px 60px
}
body {
  font-family: Poppins, system-ui, -apple-system, Segoe UI, sans-serif
}
.section p, .page-hero p, .hero-copy p, .booking-card label, .booking-card small, .nav-menu a, .nav-cta, .btn, .room-card p, .room-card span, .room-card em, .room-wide li, .detail-tags span, .footer p, .footer a, .copy {
  font-family: Poppins, system-ui, -apple-system, Segoe UI, sans-serif
}
.section p, .page-hero p {
  font-size: 15px
}
.feature-grid {
  gap: 18px 14px
}
.feature-item {
  gap: 12px;
  padding: 0
}
.feature-icon {
  width: 114px;
  height: 114px
}
.feature-icon i {
  font-size: 36px
}
.feature-label {
  font-size: 11px;
  letter-spacing: .12em;
  max-width: 120px
}
@media(max-width:980px) {
  .feature-band {
    margin: 70px auto;
    padding: 70px 32px
  }
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .feature-icon {
    width: 104px;
    height: 104px
  }
  .feature-icon i {
    font-size: 32px
  }
}
@media(max-width:640px) {
  .feature-band {
    margin: 56px auto;
    padding: 56px 22px
  }
  .feature-grid {
    grid-template-columns: 1fr
  }
  .feature-icon {
    width: 96px;
    height: 96px
  }
  .feature-icon i {
    font-size: 30px
  }
  .feature-label {
    font-size: 10px
  }
}
.masonry-item {
  cursor: zoom-in
}
.gallery-page {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 26px;
  padding-bottom: 110px;
  background: transparent;
  border-radius: 0;
  box-shadow: none
}
.gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto 52px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none
}
.gallery-tab {
  border: 1px solid transparent;
  background: transparent;
  color: var(--green);
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease, border-color .25s ease
}
.gallery-tab:hover {
  transform: translateY(-1px);
  background: rgba(13, 52, 42, .08)
}
.gallery-tab.is-active {
  background: linear-gradient(135deg, var(--green), #143d31);
  color: white;
  border-color: rgba(13, 52, 42, .24);
  box-shadow: 0 12px 30px rgba(13, 52, 42, .18)
}
.gallery-panels {
  position: relative;
  padding-top: 0
}
.gallery-panel {
  display: none
}
.gallery-panel.is-active {
  display: block
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 28px
}
.gallery-lightbox[hidden] {
  display: none
}
.gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 12, 9, .78);
  backdrop-filter: blur(8px);
  cursor: pointer
}
.gallery-lightbox__panel {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: calc(100vh - 56px);
  display: grid;
  place-items: center
}
.gallery-lightbox__figure {
  margin: 0;
  width: 100%;
  display: grid;
  gap: 14px;
  justify-items: center
}
.gallery-lightbox__figure img {
  max-width: 100%;
  max-height: calc(100vh - 170px);
  width: auto;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .4)
}
.gallery-lightbox__figure figcaption {
  color: #f1e6d1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase
}
.gallery-lightbox__close, .gallery-lightbox__nav {
  position: absolute;
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 250, 242, .92);
  color: var(--green);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .22)
}
.gallery-lightbox__close {
  top: -18px;
  right: -18px
}
.gallery-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px
}
.gallery-lightbox__nav--prev {
  left: -18px
}
.gallery-lightbox__nav--next {
  right: -18px
}
@media(max-width:640px) {
  .gallery-lightbox {
    padding: 16px
  }
  .gallery-lightbox__close {
    top: -12px;
    right: -12px;
    width: 44px;
    height: 44px
  }
  .gallery-lightbox__nav {
    width: 44px;
    height: 44px
  }
  .gallery-lightbox__nav--prev {
    left: -8px
  }
  .gallery-lightbox__nav--next {
    right: -8px
  }
  .gallery-lightbox__figure img {
    max-height: calc(100vh - 120px);
    border-radius: 20px
  }
}
.masonry {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start
}
.masonry__column {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0
}
.masonry__spacer {
  flex: 0 0 auto;
  min-height: 1px
}
.masonry-item {
  display: block;
  margin: 0
  border-radius: 26px;
  overflow: hidden;
  background: #efe8db;
  box-shadow: 0 14px 36px rgba(14, 31, 25, .12);
  transition: transform .28s ease, box-shadow .28s ease
}
.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .45s ease
}
.masonry-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(14, 31, 25, .16)
}
.masonry-item:hover img {
  transform: scale(1.03)
}
@media(max-width:980px) {
  .masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}
@media(max-width:640px) {
  .masonry {
    grid-template-columns: 1fr
  }
}
.near-list {
  display: grid;
  gap: 14px
}
.location-overview .near-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px
}
.near-card--spot {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .08);
  transition: transform .28s ease, background .28s ease, border-color .28s ease;
  animation: nearFloat 5.5s ease-in-out infinite;
  animation-delay: var(--delay, 0s)
}
.near-card--spot:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(232, 195, 145, .24)
}
.near-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  flex: 0 0 52px;
  background: rgba(255, 250, 242, .12);
  color: var(--gold2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}
.near-card__icon i {
  font-size: 20px
}
.near-card__body {
  display: grid;
  gap: 4px;
  min-width: 0
}
.near-card__body strong {
  color: white;
  font-size: 15px;
  line-height: 1.2
}
.near-card__body span {
  color: var(--gold2);
  font-weight: 800;
  font-size: 13px
}
.location-overview .near-card--spot {
  justify-content: space-between;
  padding: 22px 22px 22px 18px;
  border-radius: 24px;
  background: rgba(255, 250, 242, .96);
  border: 1px solid rgba(13, 52, 42, .06);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .06)
}
.location-overview .near-card--spot:hover {
  background: #fffdf9;
  border-color: rgba(232, 195, 145, .34)
}
.location-overview .near-card__icon {
  background: rgba(15, 70, 58, .08);
  color: var(--green);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7)
}
.location-overview .near-card__icon i {
  color: var(--green)
}
.location-overview .near-card__body strong {
  color: var(--green);
  font-size: 16px
}
.location-overview .near-card__body span {
  color: #b12000
}
.near-list .near-card--spot:nth-child(1) {
  --delay: 0s
}
.near-list .near-card--spot:nth-child(2) {
  --delay: .45s
}
.near-list .near-card--spot:nth-child(3) {
  --delay: .9s
}
.near-list .near-card--spot:nth-child(4) {
  --delay: 1.35s
}
.near-list .near-card--spot:nth-child(5) {
  --delay: 1.8s
}
.near-list .near-card--spot:nth-child(6) {
  --delay: 2.25s
}
@keyframes nearFloat {
  0%, 100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-5px)
  }
}
@media(max-width:640px) {
  .location-overview .near-list {
    grid-template-columns: 1fr;
    gap: 14px
  }
  .near-card--spot {
    padding: 16px;
    border-radius: 18px
  }
  .location-overview .near-card--spot {
    padding: 16px;
    border-radius: 18px
  }
  .near-card__icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 14px
  }
  .near-card__icon i {
    font-size: 18px
  }
  .location-overview .near-card__icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 14px
  }
  .location-overview .near-card__icon i {
    font-size: 18px
  }
  .near-card__body strong {
    font-size: 14px
  }
  .near-card__body span {
    font-size: 12px
  }
  .location-overview .near-card__body strong {
    font-size: 14px
  }
  .location-overview .near-card__body span {
    font-size: 12px
  }
}
.yoga-section {
  padding: 110px 0;
  background: linear-gradient(180deg, #f6efe3, #efe5d6)
}
.yoga-panel {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
  background: rgba(255, 250, 242, .78);
  border: 1px solid rgba(13, 52, 42, .06);
  border-radius: 40px;
  padding: 26px;
  box-shadow: var(--shadow)
}
.yoga-visual {
  position: relative;
  height: 520px;
  border-radius: 32px;
  overflow: hidden
}
.yoga-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}
.yoga-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 23, 18, .08), rgba(4, 23, 18, .34))
}
.yoga-visual__badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 250, 242, .88);
  color: var(--green);
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .16)
}
.yoga-visual__badge i {
  color: var(--gold)
}
.yoga-copy {
  padding: 20px 16px 20px 10px
}
.yoga-copy h2 {
  margin: 14px 0 18px
}
.yoga-copy p {
  max-width: 620px
}
.yoga-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px
}
.yoga-card {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(13, 52, 42, .08);
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .05);
  transition: transform .28s ease, box-shadow .28s ease
}
.yoga-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .08)
}
.yoga-card i {
  font-size: 22px;
  color: var(--gold);
  margin-bottom: 12px;
  display: inline-block
}
.yoga-card h3 {
  font-family: Playfair Display, serif;
  margin: 0 0 8px;
  color: var(--green)
}
.yoga-card p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: var(--muted)
}
@media(max-width:980px) {
  .yoga-section {
    padding: 88px 0
  }
  .yoga-panel {
    grid-template-columns: 1fr;
    gap: 24px
  }
  .yoga-visual {
    height: 420px
  }
  .yoga-grid {
    grid-template-columns: 1fr 1fr
  }
}
@media(max-width:640px) {
  .yoga-section {
    padding: 72px 0
  }
  .yoga-panel {
    padding: 18px;
    border-radius: 30px
  }
  .yoga-visual {
    height: 320px;
    border-radius: 24px
  }
  .yoga-grid {
    grid-template-columns: 1fr
  }
  .yoga-card {
    padding: 18px;
    border-radius: 20px
  }
  .yoga-card h3 {
    font-size: 20px
  }
}
.reservation-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 12px
}
.reservation-modal[hidden] {
  display: none
}
.reservation-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 12, 9, .78);
  backdrop-filter: blur(8px)
}
.reservation-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: min(94vh, 980px);
  height: min(94vh, 980px);
  background: #fffaf2;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .4);
  display: flex;
  flex-direction: column
}
.reservation-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 250, 242, .96);
  color: var(--green);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18)
}
.reservation-modal__frame {
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  border: 0;
  background: #fffaf2;
  display: block
}
body[data-iframe="1"] .site-header,
body[data-iframe="1"] .footer,
body[data-iframe="1"] .whatsapp {
  display: none !important
}
body[data-iframe="1"] main {
  padding-top: 0
}
.reservation-sheet--iframe {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 28px
}
.reservation-sheet__hero {
  padding: 12px 0 32px
}
.reservation-sheet__hero h1 {
  margin: 14px 0 10px;
  font-family: Playfair Display, serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .98;
  color: var(--green)
}
.reservation-sheet__hero p {
  margin: 0;
  color: var(--muted);
  max-width: 640px
}
.reservation-sheet__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) .85fr;
  gap: 28px;
  align-items: start
}
.reservation-form {
  margin: 0
}
.reservation-form--wide,
.reservation-form--page {
  max-width: 100%
}
.reservation-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px
}
.reservation-sheet__aside {
  background: var(--paper);
  border-radius: 30px;
  padding: 34px;
  box-shadow: var(--shadow);
  align-self: stretch
}
.reservation-sheet__aside h2 {
  margin: 0 0 12px;
  font-family: Playfair Display, serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1
}
.reservation-sheet__aside p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 24px
}
.reservation-page {
  display: flex;
  justify-content: center
}
.reservation-page .reservation-form {
  width: min(760px, 100%)
}
.room-detail-layout .booking-card.light {
  position: sticky;
  top: 118px;
  align-self: start;
  z-index: 3
}
@media(max-width:640px) {
  .reservation-modal {
    padding: 12px
  }
  .reservation-modal__dialog {
    width: 100%;
    max-height: 94vh;
    height: 94vh;
    border-radius: 24px
  }
  .reservation-sheet--iframe {
    width: calc(100% - 24px);
    padding: 0 0 18px
  }
  .reservation-sheet__grid {
    grid-template-columns: 1fr
  }
  .reservation-form__grid {
    grid-template-columns: 1fr
  }
  .room-detail-layout .booking-card.light {
    position: static
  }
}
.footer {
  padding-top: 64px
}
.footer-grid {
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  gap: 24px
}
.footer-brand-col {
  display: grid;
  justify-items: start;
  gap: 14px
}
.footer-mark {
  width: min(190px, 100%);
  height: auto;
  object-fit: contain;
  margin-top: -4px
}
.footer p {
  color: rgba(255, 255, 255, .7);
  line-height: 1.7;
  margin: 0
}
.footer h4 {
  color: var(--gold2);
  margin: 0 0 12px
}
.footer a {
  display: block;
  color: rgba(255, 255, 255, .72);
  margin: 6px 0
}
.footer-links {
  display: grid;
  gap: 4px
}
.footer-col {
  min-width: 0
}
.footer-contact p, .footer-contact a {
  display: flex;
  align-items: center;
  gap: 10px
}
.footer-contact i {
  color: var(--gold2);
  width: 18px;
  text-align: center;
  flex: 0 0 18px
}
.footer-contact span {
  line-height: 1.6
}
.footer-social {
  margin-top: 12px;
  font-weight: 800
}
.foot-brand {
  display: block;
  margin-bottom: 0
}
.copy {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 34px;
  padding-top: 18px;
  color: rgba(255, 255, 255, .52);
  font-size: 13px
}
.footer-grid .footer-col {
  min-width: 0
}
@media(max-width:980px) {
  .footer-brand-col {
    grid-column: 1/-1
  }
  .footer-mark {
    width: 170px
  }
  .footer-grid {
    gap: 20px
  }
}
@media(max-width:640px) {
  .footer-grid {
    gap: 18px
  }
  .footer-mark {
    width: 150px
  }
}
.footer p {
  margin: 5px 0
}
.footer a {
  margin: 3px 0
}
.footer p, .footer a, .footer-contact span, .copy {
  font-size: 14px
}
.footer-contact p, .footer-contact a {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 8px
}
.footer-contact i {
  width: 18px;
  text-align: center
}
.footer-social {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 8px;
  font-weight: 800
}
.footer-social i {
  width: 18px;
  text-align: center
}
.footer-brand-col > p {
  display: none
}
.faq-section{padding-top:40px}
.faq-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start;background:linear-gradient(145deg,rgba(255,250,242,.96),rgba(255,244,230,.92));border:1px solid rgba(13,52,42,.08);border-radius:42px;padding:34px;box-shadow:var(--shadow)}
.faq-intro{padding:12px 10px 12px 6px}
.faq-intro h2{max-width:420px;margin-bottom:18px}
.faq-intro p{max-width:460px}
.faq-list{display:grid;gap:14px}
.faq-item{background:rgba(255,255,255,.72);border:1px solid rgba(13,52,42,.08);border-radius:24px;overflow:hidden;box-shadow:0 14px 32px rgba(0,0,0,.05)}
.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;font-weight:800;color:var(--green)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary i{color:var(--gold);transition:transform .28s ease}
.faq-item[open] summary i{transform:rotate(45deg)}
.faq-item__body{padding:0 22px 20px}
.faq-item__body p{margin:0;color:var(--muted);line-height:1.85;font-size:15px}
@media(max-width:980px){.faq-shell{grid-template-columns:1fr;gap:24px;padding:28px;border-radius:34px}.faq-intro h2{max-width:none}.faq-intro p{max-width:none}}
@media(max-width:640px){.faq-section{padding-top:20px}.faq-shell{padding:22px;border-radius:28px}.faq-item summary{padding:18px}.faq-item__body{padding:0 18px 18px}}
