@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500;1,600&family=Manrope:wght@300;400;500;600;700&display=swap");
:root {
  --forest: #163b2d;
  --deep: #0e2c22;
  --sage: #718879;
  --cream: #f7f4ec;
  --beige: #e5dfd1;
  --ink: #27302c;
  --white: #fff;
  --serif: "Marcellus", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.7;
}
a {
  text-decoration: none;
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
}
.header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  display: flex;
  align-items: center;
  padding: 0 5vw;
  color: white;
  transition: 0.35s;
}
.header.scrolled,
.header.inner {
  background: rgba(247, 244, 236, 0.97);
  color: var(--ink);
  box-shadow: 0 8px 30px #163b2d12;
}
.brand {
  display: grid;
  grid-template-columns: 36px auto;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.17em;
}
.brand span {
  grid-row: 1/3;
  font-family: var(--serif);
  font-size: 2rem;
}
.brand small {
  font-size: 0.55rem;
  letter-spacing: 0.32em;
  margin-top: 5px;
}
.header nav {
  display: flex;
  gap: 2.2vw;
  margin: auto;
}
.header nav a {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  position: relative;
}
.header nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: currentColor;
  transition: 0.25s;
}
.header nav a:hover:after,
.header nav a.active:after {
  right: 0;
}
.btn {
  border: 1px solid var(--forest);
  border-radius: 2px;
  background: var(--forest);
  color: white;
  padding: 13px 23px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  cursor: pointer;
  transition: 0.25s;
  display: inline-block;
}
.btn:hover {
  background: #285843;
  transform: translateY(-2px);
}
.btn-light {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff70;
}
.scrolled .btn-light {
  background: var(--forest);
}
.btn-outline {
  background: transparent;
  border-color: #ffffff80;
}
.btn-outline-dark {
  background: transparent;
  color: var(--forest);
}
.btn-cream {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--forest);
}
.menu {
  display: none;
  background: none;
  border: 0;
  color: inherit;
  font-size: 1.4rem;
}
.hero {
  min-height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  padding: 140px 8vw 80px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 35, 25, 0.76), rgba(8, 35, 25, 0.18)),
    url("https://images.unsplash.com/photo-1676108984021-68d1ce147a43?auto=format&fit=crop&w=2000&q=90")
      center/cover;
  animation: zoom 16s ease-out both;
}
.hero-content {
  position: relative;
  max-width: 740px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.68rem;
  font-weight: 600;
}
.eyebrow:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 1px;
  background: currentColor;
  vertical-align: middle;
  margin-right: 14px;
}
.eyebrow.dark {
  color: var(--sage);
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
  margin: 0.28em 0;
}
h1 {
  font-size: clamp(3.4rem, 7vw, 7rem);
}
h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.8rem);
}
em {
  font-weight: 400;
  color: #cbd5c5;
}
.copy em,
.section em,
.contact-wrap em {
  color: var(--sage);
}
.hero-content > p:not(.eyebrow) {
  font-size: 1.25rem;
}
.hero-copy {
  max-width: 580px;
  font-size: 0.94rem !important;
  color: #e5ebe6;
}
.actions {
  display: flex;
  gap: 12px;
  margin-top: 35px;
  flex-wrap: wrap;
}
.scroll {
  position: absolute;
  bottom: 28px;
  right: 5vw;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.scroll i {
  display: inline-block;
  height: 45px;
  width: 1px;
  background: white;
  vertical-align: middle;
  margin-right: 12px;
}
.section {
  padding: 130px 8vw;
}
.about {
  display: grid;
  grid-template-columns: 1.02fr 0.86fr;
  gap: 10vw;
  align-items: center;
}
.image-stack {
  height: 670px;
  position: relative;
}
.image-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 180px 180px 6px 6px;
}
.seal {
  position: absolute;
  right: -35px;
  bottom: 75px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: var(--forest);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 2.3rem;
  box-shadow: 0 10px 30px #0002;
}
.seal small {
  font: 500 0.55rem var(--sans);
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.copy p {
  color: #5b645f;
  max-width: 580px;
}
.lead {
  font-size: 1.25rem;
  color: var(--ink) !important;
}
.facts {
  display: flex;
  gap: 45px;
  border-top: 1px solid #d8d3c8;
  border-bottom: 1px solid #d8d3c8;
  margin: 32px 0;
  padding: 25px 0;
}
.facts div {
  display: grid;
}
.facts b {
  font: 2rem var(--serif);
  color: var(--forest);
}
.facts span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.text-link {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.68rem;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 6px;
}
.rooms-preview {
  background: #eee9df;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 48px;
}
.section-head p {
  max-width: 440px;
}
.room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.room-grid.full {
  grid-template-columns: repeat(2, 1fr);
}
.room-card {
  background: white;
  transition: 0.3s;
  overflow: hidden;
}
.room-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px #193b2a18;
}
.room-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: 0.5s;
}
.room-card:hover img {
  transform: scale(1.03);
}
.room-info {
  padding: 28px;
}
.room-info h3 {
  font: 1.5rem var(--serif);
  margin: 0;
}
.room-info p {
  color: #65706a;
  font-size: 0.88rem;
}
.meta {
  display: flex;
  gap: 18px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-top: 1px solid #eee;
  padding-top: 17px;
}
.room-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 22px;
}
.price b {
  font: 1.4rem var(--serif);
}
.price span {
  font-size: 0.68rem;
}
.benefits {
  background: var(--deep);
  color: white;
  text-align: center;
  padding: 120px 8vw;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 60px;
  border-top: 1px solid #ffffff24;
}
.benefit-grid div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 15px;
  border-right: 1px solid #ffffff20;
  font-size: 1.7rem;
}
.benefit-grid b {
  font: 1rem var(--serif);
  margin: 14px 0 5px;
}
.benefit-grid span {
  font-size: 0.68rem;
  color: #adbbb4;
}
.season {
  min-height: 700px;
  padding: 110px 8vw;
  display: flex;
  align-items: center;
  color: white;
  background:
    linear-gradient(90deg, #09251ecf, #09251e28),
    url("/images/fon_bukovel.jpg")
      center/cover;
}
.season > div {
  max-width: 650px;
}
.season p {
  max-width: 550px;
}
.tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.tags span {
  border: 1px solid #ffffff55;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.cta {
  text-align: center;
  background: var(--forest);
  color: white;
  padding: 105px 5vw;
}
.cta p {
  color: #bdc9c3;
}
.cta .btn {
  margin-top: 22px;
}
.page-hero {
  height: 72vh;
  padding: 150px 8vw 75px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: white;
  background-position: center;
  background-size: cover;
}
.page-hero h1 {
  font-size: clamp(3rem, 6vw, 6rem);
}
.rooms-hero {
  background-image:
    linear-gradient(#0b2d216b, #0b2d2190),
    url("https://cf.bstatic.com/xdata/images/hotel/max1024x768/183668868.jpg?hp=1");
}
.gallery-hero {
  background-image:
    linear-gradient(#0b2d216b, #0b2d2190),
    url("https://images.unsplash.com/photo-1585773069011-fb759b6033bf?auto=format&fit=crop&w=1800&q=85");
}
.gallery-grid {
  columns: 3 280px;
  column-gap: 18px;
}
.gallery-item {
  margin: 0 0 18px;
  overflow: hidden;
  position: relative;
  break-inside: avoid;
}
.gallery-item img {
  display: block;
  width: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: 0.5s;
}
.gallery-item:nth-child(3n + 1) img {
  height: 520px;
}
.gallery-item:hover img {
  transform: scale(1.04);
  filter: brightness(0.72);
}
.gallery-item span {
  position: absolute;
  left: 22px;
  bottom: 18px;
  color: white;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
}
.gallery-item:hover span {
  opacity: 1;
  transform: none;
}
.contact-wrap {
  padding: 170px 8vw 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  min-height: 85vh;
  align-items: center;
}
.contact-wrap h1 {
  font-size: clamp(3rem, 5vw, 5.5rem);
}
.contact-list {
  margin: 40px 0;
}
.contact-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 16px 0;
  border-bottom: 1px solid #d9d4c9;
}
.contact-list span {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--sage);
}
.map-card {
  min-height: 570px;
  background:
    linear-gradient(#143b2b55, #143b2b99),
    url("/images/hotel_front.jpg")
      center/cover;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.map-pin {
  width: 75px;
  height: 75px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--cream);
  color: var(--forest);
  display: grid;
  place-items: center;
  font: 2rem var(--serif);
}
.map-pin::first-letter {
  transform: rotate(45deg);
}
footer {
  background: #0b251d;
  color: #cad3ce;
  padding: 70px 8vw 35px;
  display: flex;
  gap: 12vw;
  align-items: start;
  flex-wrap: wrap;
}

/* Universal room details page */
.room-detail-page {
  background: #f4f5f1;
}
.room-detail-hero {
  position: relative;
  min-height: 88vh;
  overflow: hidden;
  background: #101311;
}
.room-detail-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-detail-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 10, 7, 0.88), rgba(5, 10, 7, 0.18)), linear-gradient(transparent 55%, rgba(5, 10, 7, 0.7));
}
.room-detail-overlay {
  position: absolute;
  z-index: 2;
  left: max(6vw, calc((100vw - 1280px) / 2));
  right: 6vw;
  bottom: 10%;
  color: #fff;
}
.detail-back {
  display: inline-block;
  margin-bottom: 70px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.room-detail-overlay h1 {
  max-width: 900px;
  margin: 16px 0 28px;
  font: 500 clamp(3.4rem, 7vw, 7.5rem)/0.9 var(--serif);
  letter-spacing: -0.04em;
}
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.detail-meta span {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  font-size: 0.72rem;
  text-transform: uppercase;
}
.room-detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(290px, 0.7fr);
  gap: 9vw;
  padding: 130px max(6vw, calc((100vw - 1280px) / 2));
}
.detail-copy h2 {
  margin: 10px 0 28px;
  font: 500 clamp(2.8rem, 5vw, 5rem)/0.95 var(--serif);
}
.detail-copy h2 em { color: #2f6c53; }
.detail-copy > p { max-width: 720px; color: #59645e; line-height: 1.8; }
.detail-copy .detail-lead { color: #1b211e; font-size: 1.2rem; }
.amenities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 44px;
  border-top: 1px solid #d9ddd8;
}
.amenities span {
  padding: 18px 4px;
  border-bottom: 1px solid #d9ddd8;
  color: #34433c;
}
.amenities span:before { content: "✓"; margin-right: 12px; color: #2f6c53; }
.detail-booking {
  position: sticky;
  top: 110px;
  align-self: start;
  padding: 38px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(14, 31, 22, 0.1);
}
.detail-booking > span, .detail-booking > small { color: #738079; font-size: 0.74rem; }
.detail-booking p { margin: 16px 0 25px; }
.detail-booking p b { font: 500 2.5rem var(--serif); color: #2f6c53; }
.detail-booking .btn { display: block; margin-bottom: 18px; text-align: center; }
.room-photo-section {
  padding: 120px max(6vw, calc((100vw - 1280px) / 2));
  background: #0d110f;
  color: #fff;
}
.room-photo-section .section-head .dark, .room-photo-section .section-head em { color: #9bc7a8; }
.room-photo-section .section-head > p { color: rgba(255, 255, 255, 0.58); }
.room-photo-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-auto-rows: 300px;
  gap: 18px;
}
.room-photo-grid .gallery-item { min-height: 0; height: 100%; margin: 0; }
.room-photo-grid .gallery-item:first-child { grid-row: span 2; }
.room-photo-grid .gallery-item img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 760px) {
  .room-detail-hero { min-height: 78vh; }
  .detail-back { margin-bottom: 40px; }
  .room-detail-overlay h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .room-detail-content { grid-template-columns: 1fr; padding-top: 80px; padding-bottom: 80px; }
  .detail-booking { position: static; }
  .amenities { grid-template-columns: 1fr; }
  .room-photo-section { padding-top: 80px; }
  .room-photo-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .room-photo-grid .gallery-item:first-child { grid-row: auto; }
}
footer > div {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
}
footer b {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
footer p {
  margin-left: auto;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
}
.modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: #081b16c7;
  display: none;
  place-items: center;
  padding: 20px;
  overflow: auto;
}
.modal.open {
  display: grid;
}
.modal-card {
  background: var(--cream);
  width: min(720px, 100%);
  padding: 48px;
  position: relative;
}
.modal-card h2 {
  font-size: 2.6rem;
}
.close {
  position: absolute;
  right: 25px;
  top: 20px;
  background: none;
  border: 0;
  font-size: 2rem;
  cursor: pointer;
}
.modal form {
  display: grid;
  gap: 16px;
}
.modal label {
  display: grid;
  gap: 5px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.62rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
input,
select,
textarea {
  border: 0;
  border-bottom: 1px solid #b9b6ac;
  background: transparent;
  padding: 10px 2px;
  outline: none;
}
textarea {
  height: 70px;
  resize: vertical;
}
.form-note {
  font-size: 0.8rem;
  color: var(--forest);
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@keyframes zoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}
@media (max-width: 900px) {
  .header {
    height: 75px;
  }
  .menu {
    display: block;
    margin-left: auto;
  }
  .header nav {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    background: var(--cream);
    color: var(--ink);
    padding: 25px;
    display: none;
    flex-direction: column;
  }
  .header.nav-open nav {
    display: flex;
  }
  .header > .btn {
    display: none;
  }
  .about,
  .contact-wrap {
    grid-template-columns: 1fr;
  }
  .image-stack {
    height: 520px;
  }
  .room-grid,
  .room-grid.full {
    grid-template-columns: 1fr 1fr;
  }
  .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .section {
    padding: 85px 6vw;
  }
  .contact-wrap {
    padding: 130px 6vw 70px;
  }
  .map-card {
    min-height: 430px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 3.2rem;
  }
  .hero {
    padding-left: 6vw;
  }
  .hero-content > p:not(.eyebrow) {
    font-size: 1rem;
  }
  .section-head {
    display: block;
  }
  .room-grid,
  .room-grid.full {
    grid-template-columns: 1fr;
  }
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefit-grid div {
    border-bottom: 1px solid #ffffff20;
  }
  .image-stack {
    height: 430px;
  }
  .seal {
    right: 8px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .modal-card {
    padding: 35px 22px;
  }
  .contact-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  footer p {
    margin-left: 0;
    width: 100%;
  }
}
/* Cinematic movement for the homepage hero image */
.hero-bg {
  inset: -4%;
  animation: heroDrift 22s ease-in-out infinite alternate;
  will-change: transform, background-position;
}
@keyframes heroDrift {
  0% {
    transform: scale(1.03) translate3d(-1.2%, 0, 0);
    background-position: 48% 50%;
  }
  50% {
    transform: scale(1.09) translate3d(0.8%, -0.8%, 0);
    background-position: 52% 48%;
  }
  100% {
    transform: scale(1.05) translate3d(1.2%, 0.5%, 0);
    background-position: 55% 52%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg {
    animation: none;
    transform: scale(1.04);
  }
  .reveal {
    transition: none;
  }
}

/* Modern editorial typography and dimensional color treatment */
:root {
  --forest: #174b38;
  --deep: #082c21;
  --sage: #769c87;
  --cream: #f8f6ef;
  --beige: #e8e1d3;
  --ink: #1e2924;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}
body {
  background: radial-gradient(
    circle at 85% 8%,
    #fff 0,
    #f8f6ef 32%,
    #eee9dd 100%
  );
  letter-spacing: -0.01em;
}
h1,
h2 {
  letter-spacing: -0.045em;
  text-wrap: balance;
}
h1 em,
h2 em {
  font-style: italic;
}
.eyebrow {
  font-weight: 700;
  letter-spacing: 0.24em;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 76% 35%,
      rgba(175, 221, 187, 0.17),
      transparent 26%
    ),
    linear-gradient(180deg, transparent 60%, rgba(4, 27, 20, 0.35));
  mix-blend-mode: screen;
}
.hero-content,
.scroll {
  z-index: 2;
}
.header.scrolled,
.header.inner {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.97),
    rgba(240, 243, 234, 0.94)
  );
  box-shadow: 0 12px 35px rgba(8, 44, 33, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.btn {
  position: relative;
  background: linear-gradient(145deg, #236147, #103d2d);
  border-color: #356f56;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 8px 18px rgba(8, 44, 33, 0.24);
  border-radius: 5px;
  overflow: hidden;
}
.btn:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 20%,
    rgba(255, 255, 255, 0.18) 48%,
    transparent 72%
  );
  transform: translateX(-120%);
  transition: transform 0.65s;
}
.btn:hover:before {
  transform: translateX(120%);
}
.btn:hover {
  background: linear-gradient(145deg, #32765a, #174b38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 13px 25px rgba(8, 44, 33, 0.3);
}
.btn-outline,
.btn-light {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.06)
  );
  backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 8px 25px rgba(0, 0, 0, 0.12);
}
.btn-cream {
  background: linear-gradient(145deg, #fffef8, #ded8c9);
  color: #123c2e;
  border-color: #fff;
  box-shadow:
    inset 0 1px 0 #fff,
    0 12px 28px rgba(0, 0, 0, 0.24);
}
.rooms-preview {
  background:
    radial-gradient(circle at 12% 10%, #fff 0, transparent 28%),
    linear-gradient(145deg, #f1eee6, #e4ddcf);
}
.room-card {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow:
    inset 0 1px 0 #fff,
    0 15px 35px rgba(30, 52, 42, 0.1);
}
.room-card:hover {
  box-shadow:
    inset 0 1px 0 #fff,
    0 28px 55px rgba(16, 60, 43, 0.2);
}
.benefits {
  background:
    radial-gradient(circle at 50% -20%, #36715a 0, transparent 42%),
    linear-gradient(145deg, #123e2f, #061f18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.benefit-grid div {
  transition: 0.3s;
}
.benefit-grid div:hover {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.025)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 35px rgba(0, 0, 0, 0.16);
  transform: translateY(-5px);
}
.cta {
  background:
    radial-gradient(circle at 50% 0, #3a765c 0, transparent 42%),
    linear-gradient(145deg, #174b38, #082c21);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}
.image-stack img,
.map-card {
  box-shadow: 0 32px 65px rgba(11, 48, 35, 0.22);
}
.seal {
  background: radial-gradient(circle at 32% 25%, #4c8b6d, #174b38 58%, #092b20);
  box-shadow:
    inset 0 2px 3px rgba(255, 255, 255, 0.3),
    inset 0 -8px 15px rgba(0, 0, 0, 0.18),
    0 16px 35px rgba(6, 38, 27, 0.3);
}
.modal-card {
  background:
    radial-gradient(circle at 100% 0, #fff 0, transparent 32%),
    linear-gradient(145deg, #faf8f1, #eae4d7);
  border: 1px solid white;
  border-radius: 10px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.32);
}
.room-book {
  border: 1px solid #39775b;
  border-radius: 5px;
  padding: 10px 15px;
  background: linear-gradient(145deg, #2f7255, #123f2f);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 7px 16px rgba(10, 55, 39, 0.2);
  cursor: pointer;
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    background 0.25s;
  white-space: nowrap;
}
.room-book:hover {
  background: linear-gradient(145deg, #438a69, #1a513c);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 11px 22px rgba(10, 55, 39, 0.3);
  transform: translateY(-2px);
}
.contact-wrap .btn-outline-dark {
  background: linear-gradient(145deg, #2f7255, #123f2f);
  border-color: #39775b;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.contact-wrap .btn-outline-dark:hover {
  background: linear-gradient(145deg, #438a69, #1a513c);
  color: #fff;
}

/* 2026 visual refresh */
:root {
  --forest: #14513b;
  --deep: #062a20;
  --sage: #7fa58f;
  --cream: #f5f4ee;
  --ink: #17221d;
}
body {
  background: #f5f4ee;
  color: var(--ink);
}
.header {
  top: 18px;
  left: 3vw;
  width: 94vw;
  height: 70px;
  padding: 0 18px 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(8, 38, 29, 0.18);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}
.header.scrolled,
.header.inner {
  top: 12px;
  background: rgba(247, 247, 241, 0.84);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 45px rgba(10, 42, 31, 0.12);
}
.brand {
  grid-template-columns: 32px auto;
  font-size: 0.82rem;
}
.brand span {
  font-size: 1.7rem;
}
.brand small {
  font-size: 0.48rem;
}
.header nav {
  background: rgba(255, 255, 255, 0.08);
  padding: 9px 17px;
  border-radius: 12px;
  gap: 2vw;
}
.header.scrolled nav,
.header.inner nav {
  background: rgba(20, 81, 59, 0.055);
}
.header nav a {
  font-weight: 600;
  font-size: 0.7rem;
}
.header nav a:after {
  height: 2px;
  border-radius: 3px;
  bottom: -5px;
}
.header > .btn {
  border-radius: 11px;
  padding: 12px 19px;
}
.hero {
  min-height: 100svh;
  padding: 160px 8vw 90px;
}
.hero:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  background: linear-gradient(transparent, rgba(4, 26, 19, 0.58));
  pointer-events: none;
}
.hero-content {
  max-width: 880px;
}
.hero h1 {
  max-width: 850px;
  font-size: clamp(4rem, 8.3vw, 8.3rem);
  line-height: 0.92;
}
.hero h1 em {
  display: inline-block;
  color: #d8e8dc;
}
.hero-copy {
  max-width: 520px !important;
  font-size: 1rem !important;
}
.hero .actions {
  margin-top: 38px;
}
.btn {
  border-radius: 12px;
  padding: 15px 24px;
  font-weight: 700;
}
.btn-outline {
  border-color: rgba(255, 255, 255, 0.42);
}
.scroll {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 99px;
  padding: 8px 16px 8px 9px;
  backdrop-filter: blur(10px);
}
.scroll i {
  height: 26px;
}
.section {
  padding: 150px max(6vw, calc((100vw - 1440px) / 2));
}
.about {
  gap: 8vw;
}
.image-stack {
  height: 720px;
}
.image-stack img {
  border-radius: 28px;
  filter: saturate(0.84) contrast(1.04);
}
.seal {
  right: -28px;
  bottom: 36px;
  width: 120px;
  height: 120px;
  border: 6px solid rgba(255, 255, 255, 0.75);
}
.copy h2,
.section-head h2 {
  line-height: 0.98;
}
.copy .lead {
  padding-left: 24px;
  border-left: 3px solid var(--sage);
}
.facts {
  gap: 12px;
  border: 0;
}
.facts div {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #fff;
  box-shadow: 0 12px 35px rgba(22, 52, 40, 0.08);
}
.rooms-preview {
  border-radius: 42px;
  margin: 0 2vw;
  padding-left: 6vw;
  padding-right: 6vw;
  overflow: hidden;
}
.section-head {
  align-items: center;
}
.section-head > p {
  color: #68756f;
}
.room-grid {
  gap: 18px;
}
.room-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
}
.room-card img {
  height: 390px;
}
.room-card:nth-child(2) {
  transform: translateY(34px);
}
.room-card:nth-child(2):hover {
  transform: translateY(24px);
}
.room-info {
  padding: 25px;
}
.room-info h3 {
  font-size: 1.7rem;
}
.meta {
  gap: 10px;
  flex-wrap: wrap;
}
.meta span {
  background: #f0f1eb;
  padding: 5px 8px;
  border-radius: 6px;
}
.room-bottom {
  align-items: center;
}
.price b {
  font-size: 1.25rem;
}
.benefits {
  margin: 110px 2vw 0;
  border-radius: 42px;
  text-align: left;
  padding: 110px 6vw;
}
.benefits > h2 {
  max-width: 740px;
}
.benefit-grid {
  gap: 12px;
  border: 0;
}
.benefit-grid div {
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  text-align: left;
  min-height: 180px;
  justify-content: center;
  padding: 25px;
  background: rgba(255, 255, 255, 0.035);
}
.season {
  margin: 2vw;
  border-radius: 42px;
  min-height: 780px;
  padding: 8vw;
  overflow: hidden;
}
.season > div {
  background: rgba(7, 38, 28, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  padding: 45px;
  border-radius: 24px;
}
.tags span {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(5px);
}
.cta {
  margin: 0 2vw 2vw;
  border-radius: 42px;
  padding: 125px 5vw;
}
.cta h2 {
  font-size: clamp(2.8rem, 5.5vw, 6rem);
}
.page-hero {
  height: 82svh;
  margin: 0 2vw;
  border-radius: 0 0 42px 42px;
  padding: 160px 6vw 70px;
}
.page-hero h1 {
  line-height: 0.95;
  max-width: 1000px;
}
.room-grid.full {
  gap: 26px;
}
.room-grid.full .room-card:nth-child(2) {
  transform: translateY(50px);
}
.room-grid.full .room-card:nth-child(3) {
  transform: translateY(0);
}
.room-grid.full .room-card:nth-child(4) {
  transform: translateY(50px);
}
.room-grid.full .room-card:nth-child(5) {
  transform: translateY(0);
}
.gallery-grid {
  columns: 3 320px;
  column-gap: 22px;
}
.gallery-item {
  border-radius: 20px;
  margin-bottom: 22px;
  box-shadow: 0 16px 35px rgba(14, 44, 33, 0.12);
}
.contact-wrap {
  padding: 155px 5vw 90px;
  grid-template-columns: 0.9fr 1.1fr;
}
.contact-list div {
  padding: 20px 0;
}
.map-card {
  border-radius: 30px;
  overflow: hidden;
  min-height: 650px;
}
footer {
  margin: 0 2vw 2vw;
  border-radius: 32px;
  padding: 75px 6vw 40px;
  background:
    radial-gradient(circle at 80% 0, #245f48, transparent 35%), #082a20;
}
.modal {
  backdrop-filter: blur(12px);
}
.modal-card {
  border-radius: 24px;
  padding: 50px;
}
.modal input,
.modal select,
.modal textarea {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid #d8ddd5;
  border-radius: 10px;
  padding: 12px;
}
@media (max-width: 900px) {
  .header {
    top: 10px;
    height: 66px;
  }
  .header nav {
    top: 74px;
    left: 0;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  }
  .rooms-preview,
  .benefits,
  .season,
  .cta,
  footer {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 26px;
  }
  .room-card:nth-child(2),
  .room-grid.full .room-card:nth-child(2),
  .room-grid.full .room-card:nth-child(4) {
    transform: none;
  }
  .room-card:nth-child(2):hover {
    transform: translateY(-8px);
  }
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-wrap {
    grid-template-columns: 1fr;
  }
  .page-hero {
    margin: 0 10px;
    border-radius: 0 0 28px 28px;
  }
}
@media (max-width: 600px) {
  .header {
    left: 10px;
    width: calc(100% - 20px);
    padding: 0 14px;
  }
  .hero h1 {
    font-size: 3.45rem;
  }
  .hero {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero .actions .btn {
    width: 100%;
    text-align: center;
  }
  .about {
    padding-left: 20px;
    padding-right: 20px;
  }
  .image-stack {
    height: 470px;
  }
  .section-head h2 {
    font-size: 3.1rem;
  }
  .benefits {
    padding: 80px 22px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .benefit-grid div {
    min-height: 140px;
  }
  .season {
    padding: 20px;
    min-height: 700px;
  }
  .season > div {
    padding: 28px 22px;
  }
  .cta {
    padding: 90px 20px;
  }
  .page-hero {
    padding-left: 22px;
    padding-right: 22px;
  }
  .contact-wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .map-card {
    min-height: 480px;
  }
  .modal-card {
    padding: 38px 20px;
  }
}

/* Reference-inspired cinematic layout */
body {
  background: #101311;
}
.header {
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1320px, 92%);
  height: 82px;
  border-radius: 24px;
  background: rgba(15, 18, 17, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  padding: 0 28px;
}
.header.scrolled,
.header.inner {
  top: 16px;
  background: rgba(15, 18, 17, 0.84);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.header nav,
.header.scrolled nav,
.header.inner nav {
  background: transparent;
}
.header nav a {
  color: #fff;
  font-size: 0.76rem;
}
.header nav a:hover {
  color: #9bc7a8;
}
.header > .btn {
  border-radius: 40px;
  padding: 15px 26px;
}
.hero {
  padding-left: max(6vw, calc((100vw - 1280px) / 2));
  background: #111;
}
.hero-bg {
  background-image:
    linear-gradient(
      90deg,
      rgba(8, 15, 11, 0.86),
      rgba(8, 15, 11, 0.44),
      rgba(8, 15, 11, 0.1)
    ),
    url("/images/background.jpg");
}
.hero:after {
  background: radial-gradient(
    circle at 70% 25%,
    rgba(255, 255, 255, 0.09),
    transparent 40%
  );
}
.hero:before {
  background: linear-gradient(transparent 65%, rgba(7, 11, 9, 0.7));
}
.hero-content {
  max-width: 690px;
}
.hero h1 {
  font-size: clamp(4.5rem, 7.4vw, 7.3rem);
  line-height: 0.86;
  letter-spacing: -0.045em;
  margin: 0.26em 0;
}
.hero h1 em {
  color: #9bc7a8;
}
.hero-content > p:not(.eyebrow) {
  font-size: 1.16rem;
  max-width: 620px;
}
.hero-copy {
  color: rgba(255, 255, 255, 0.72) !important;
}
.hero .eyebrow {
  color: #9bc7a8;
}
.btn {
  border-radius: 40px;
}
.hero .btn {
  padding: 17px 32px;
}
.hero .btn-outline {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}
.about {
  background: #101311;
  color: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
}
.about .copy p {
  color: rgba(255, 255, 255, 0.67);
}
.about .copy .lead {
  color: #fff !important;
}
.about .copy em {
  color: #9bc7a8;
}
.about .facts div {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}
.about .facts b {
  color: #9bc7a8;
}
.about .text-link {
  color: #fff;
}
.image-stack img {
  border-radius: 26px;
}
.seal {
  background: #2f6c53;
}
.rooms-preview,
.section:has(.room-grid.full) {
  background: #f4f5f1;
  color: #1b211e;
  margin: 0;
  padding-top: 130px;
  padding-bottom: 150px;
  border-radius: 0;
}
.rooms-preview .eyebrow,
.section:has(.room-grid.full) .eyebrow {
  color: #2f6c53;
}
.rooms-preview em,
.section:has(.room-grid.full) em {
  color: #2f6c53;
}
.room-grid {
  gap: 30px;
}
.room-card,
.room-grid.full .room-card {
  height: 500px;
  position: relative;
  border-radius: 26px;
  background: #111;
  border: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
  transform: none;
}
.room-grid.full {
  grid-template-columns: repeat(2, 1fr);
}
.room-grid.full .room-card:nth-child(n) {
  transform: none;
}
.room-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-info {
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(transparent 24%, rgba(5, 10, 7, 0.92));
}
.room-info h3 {
  font-size: 2.1rem;
  color: #fff;
  max-width: 90%;
  line-height: 1;
}
.room-info > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  margin: 12px 0;
}
.meta {
  border: 0;
  padding: 0;
  margin-bottom: 14px;
}
.meta span {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(8px);
}
.price b {
  font-size: 1.8rem;
  color: #9bc7a8;
}
.price span {
  color: rgba(255, 255, 255, 0.72);
}
.room-book {
  background: #fff;
  color: #17221d;
  border-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}
.room-book:hover {
  background: #2f6c53;
  color: #fff;
  border-color: #2f6c53;
}
.room-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}
.room-card:hover img {
  transform: scale(1.1);
}
.benefits {
  margin: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 70% 10%, #295b47 0, transparent 34%), #101311;
}
.benefit-grid div {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
}
.season {
  margin: 0;
  border-radius: 0;
  min-height: 85vh;
}
.season > div {
  max-width: 660px;
  background: rgba(9, 17, 13, 0.55);
}
.cta {
  margin: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 0, #3c8061, transparent 45%), #173f30;
}
.cta .btn-cream {
  background: #fff;
  color: #18231e;
}
.page-hero {
  margin: 0;
  border-radius: 0;
  height: 82vh;
}
.rooms-hero {
  background-image:
    linear-gradient(90deg, rgba(7, 14, 10, 0.82), rgba(7, 14, 10, 0.25)),
    url("https://cf.bstatic.com/xdata/images/hotel/max1024x768/183668868.jpg?hp=1");
}
.gallery-hero {
  background-image:
    linear-gradient(90deg, rgba(7, 14, 10, 0.82), rgba(7, 14, 10, 0.25)),
    url("https://images.unsplash.com/photo-1585773069011-fb759b6033bf?auto=format&fit=crop&w=1800&q=85");
}
.gallery-hero + .section {
  background: #f4f5f1;
}
.gallery-item {
  border-radius: 26px;
}
.contact-wrap {
  background: #f4f5f1;
  color: #1b211e;
}
.contact-wrap .lead {
  color: #34433c !important;
}
.map-card {
  border-radius: 26px;
}
footer {
  margin: 0;
  border-radius: 0;
  background: #0a0e0c;
}
@media (max-width: 900px) {
  .header {
    top: 10px;
    height: 72px;
  }
  .header.scrolled,
  .header.inner {
    top: 10px;
  }
  .header nav {
    top: 80px;
    background: rgba(15, 18, 17, 0.96);
    color: #fff;
  }
  .room-grid.full {
    grid-template-columns: 1fr;
  }
  .room-card,
  .room-grid.full .room-card {
    height: 500px;
  }
  .about {
    grid-template-columns: 1fr;
  }
  .benefits {
    margin: 0;
  }
  .season,
  .cta,
  footer {
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  .header {
    left: 50%;
    width: 95%;
  }
  .hero h1 {
    font-size: 3.8rem;
  }
  .hero-content > p:not(.eyebrow) {
    font-size: 0.96rem;
  }
  .room-card,
  .room-grid.full .room-card {
    height: 480px;
  }
  .room-info {
    padding: 24px;
  }
  .room-info h3 {
    font-size: 1.75rem;
  }
  .room-bottom {
    gap: 12px;
  }
  .room-book {
    padding: 9px 12px;
  }
  .about {
    padding-left: 22px;
    padding-right: 22px;
  }
}

/* Header matched to the supplied reference */
.header,
.header.scrolled,
.header.inner {
  position: fixed;
  left: 50%;
  top: 22px;
  transform: translateX(-50%);
  width: min(1320px, 92%);
  height: 82px;
  padding: 0 max(2.2%, 20px);
  border-radius: 24px;
  background: rgba(15, 18, 17, 0.45);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  color: #fff;
  transition: 0.35s;
}
.header.scrolled {
  top: 14px;
  background: rgba(15, 18, 17, 0.78);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.32);
}
.header .brand {
  display: block;
  grid-template-columns: none;
  color: #fff;
  font:
    700 1.55rem/1 "Manrope",
    sans-serif;
  letter-spacing: 0.16em;
  white-space: nowrap;
}
.header .brand span {
  display: none;
}
.header .brand small {
  display: block;
  margin-top: 7px;
  color: #8fc0a6;
  font:
    600 0.58rem/1 "Manrope",
    sans-serif;
  letter-spacing: 0.52em;
}
.header nav,
.header.scrolled nav,
.header.inner nav {
  display: flex;
  align-items: center;
  gap: 42px;
  margin: auto;
  background: none;
  padding: 0;
  border-radius: 0;
}
.header nav a {
  color: #fff;
  font:
    500 0.8rem/1 "Manrope",
    sans-serif;
  letter-spacing: 0;
  transition: 0.3s;
}
.header nav a:after {
  bottom: -10px;
  height: 2px;
  background: #8fc0a6;
}
.header nav a:hover,
.header nav a.active {
  color: #8fc0a6;
}
.header > .btn,
.header > .btn.btn-light {
  display: inline-block;
  margin: 0;
  padding: 15px 28px;
  border: 0;
  border-radius: 40px;
  color: #fff;
  background: linear-gradient(135deg, #2f5d4d, #4f816c);
  font:
    600 0.75rem/1 "Manrope",
    sans-serif;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 35px rgba(47, 93, 77, 0.4);
  white-space: nowrap;
}
.header > .btn:hover,
.header > .btn.btn-light:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #386d59, #5b927b);
  box-shadow: 0 18px 45px rgba(47, 93, 77, 0.55);
}
.header .menu {
  display: none;
}
@media (max-width: 1000px) {
  .header,
  .header.scrolled,
  .header.inner {
    top: 10px;
    width: 95%;
    height: 70px;
    padding: 0 20px;
  }
  .header nav,
  .header.scrolled nav,
  .header.inner nav {
    display: none;
  }
  .header .brand {
    font-size: 1.25rem;
  }
  .header .brand small {
    font-size: 0.48rem;
  }
  .header > .btn,
  .header > .btn.btn-light {
    display: inline-block;
    margin-left: auto;
    padding: 12px 20px;
    font-size: 0.68rem;
  }
}
@media (max-width: 480px) {
  .header,
  .header.scrolled,
  .header.inner {
    padding: 0 14px;
    border-radius: 20px;
  }
  .header .brand {
    font-size: 1rem;
    letter-spacing: 0.12em;
  }
  .header .brand small {
    font-size: 0.4rem;
    letter-spacing: 0.35em;
  }
  .header > .btn,
  .header > .btn.btn-light {
    padding: 11px 15px;
    font-size: 0.6rem;
    letter-spacing: 0.02em;
  }
}

/* Booking selects match the height of text and email fields */
.modal .form-row:has(select) {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.modal .form-row:has(select) > label,
.modal .form-row:has(select) select {
  width: 100%;
  min-width: 0;
}
.modal .form-row:has(select) select {
  height: 46px;
  min-height: 46px;
  padding: 0 14px;
}
@media (max-width: 600px) {
  .modal .form-row:has(select) {
    grid-template-columns: 1fr;
  }
}

/* Stable gallery grid for Safari */
.landing-gallery {
  background: #f4f5f1;
  color: var(--ink);
  overflow: hidden;
}
.landing-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  columns: auto;
}
.landing-gallery .gallery-item {
  grid-column: span 4;
  height: 360px;
  margin: 0;
  opacity: 1;
  transform: translateZ(0);
  background: #dfe4dd;
}
.landing-gallery .gallery-item:nth-child(1),
.landing-gallery .gallery-item:nth-child(6) {
  grid-column: span 7;
  height: 500px;
}
.landing-gallery .gallery-item:nth-child(2),
.landing-gallery .gallery-item:nth-child(7) {
  grid-column: span 5;
  height: 500px;
}
.landing-gallery .gallery-item img,
.landing-gallery .gallery-item:nth-child(3n + 1) img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  opacity: 1;
  object-fit: cover;
  backface-visibility: hidden;
}
.reviews.reveal {
  opacity: 1;
  transform: none;
}
@media (max-width: 800px) {
  .landing-gallery .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .landing-gallery .gallery-item,
  .landing-gallery .gallery-item:nth-child(1),
  .landing-gallery .gallery-item:nth-child(2),
  .landing-gallery .gallery-item:nth-child(6),
  .landing-gallery .gallery-item:nth-child(7) {
    grid-column: span 1;
    height: 340px;
  }
}
@media (max-width: 520px) {
  .landing-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }
  .landing-gallery .gallery-item,
  .landing-gallery .gallery-item:nth-child(1),
  .landing-gallery .gallery-item:nth-child(2),
  .landing-gallery .gallery-item:nth-child(6),
  .landing-gallery .gallery-item:nth-child(7) {
    grid-column: 1;
    height: 380px;
  }
  
  .seal {
    right: -15px;
  }
  
}

/* Dark gallery and booking sections */
.landing-gallery {
  background:
    radial-gradient(circle at 82% 0, rgba(45, 91, 70, 0.28), transparent 30%),
    #090d0b;
  color: #fff;
}
.landing-gallery .eyebrow.dark,
.landing-gallery h2 em {
  color: #9bc7a8;
}
.landing-gallery .section-head > p {
  color: rgba(255, 255, 255, 0.62);
}
.landing-gallery .gallery-item {
  background: #17201b;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.landing-contact {
  background:
    radial-gradient(circle at 8% 100%, rgba(47, 108, 83, 0.24), transparent 34%),
    #090d0b;
  color: #fff;
  border-top-color: rgba(255, 255, 255, 0.08);
}
.landing-contact .eyebrow.dark,
.landing-contact h2 em {
  color: #9bc7a8;
}
.landing-contact .lead {
  color: rgba(255, 255, 255, 0.7) !important;
}
.landing-contact .contact-list div {
  border-color: rgba(255, 255, 255, 0.13);
}
.landing-contact .contact-list span {
  color: #8fc0a6;
}
.landing-contact .contact-list b,
.landing-contact .contact-list a {
  color: #fff;
}
.landing-contact .btn-outline-dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

/* Standalone gallery page uses the same stable grid */
.gallery-hero + .section {
  background:
    radial-gradient(circle at 82% 0, rgba(45, 91, 70, 0.28), transparent 30%),
    #090d0b;
  color: #fff;
}
.gallery-hero + .section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  columns: auto;
}
.gallery-hero + .section .gallery-item {
  grid-column: span 4;
  height: 360px;
  margin: 0;
  opacity: 1;
  transform: translateZ(0);
  background: #17201b;
}
.gallery-hero + .section .gallery-item:nth-child(1),
.gallery-hero + .section .gallery-item:nth-child(6) {
  grid-column: span 7;
  height: 500px;
}
.gallery-hero + .section .gallery-item:nth-child(2),
.gallery-hero + .section .gallery-item:nth-child(7) {
  grid-column: span 5;
  height: 500px;
}
.gallery-hero + .section .gallery-item img,
.gallery-hero + .section .gallery-item:nth-child(3n + 1) img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  opacity: 1;
  object-fit: cover;
  backface-visibility: hidden;
}
@media (max-width: 800px) {
  .gallery-hero + .section .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .gallery-hero + .section .gallery-item,
  .gallery-hero + .section .gallery-item:nth-child(1),
  .gallery-hero + .section .gallery-item:nth-child(2),
  .gallery-hero + .section .gallery-item:nth-child(6),
  .gallery-hero + .section .gallery-item:nth-child(7) {
    grid-column: span 1;
    height: 340px;
  }
}
@media (max-width: 520px) {
  .gallery-hero + .section .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-hero + .section .gallery-item,
  .gallery-hero + .section .gallery-item:nth-child(1),
  .gallery-hero + .section .gallery-item:nth-child(2),
  .gallery-hero + .section .gallery-item:nth-child(6),
  .gallery-hero + .section .gallery-item:nth-child(7) {
    grid-column: 1;
    height: 380px;
  }
}

/* Premium conversion and trust layer */
.hero {
  padding-bottom: 190px;
}
.quick-booking {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  width: min(1280px, 88%);
  display: grid;
  grid-template-columns: 1fr 1fr 0.72fr auto;
  gap: 0;
  background: rgba(247, 247, 241, 0.94);
  color: #16251e;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 22px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}
.quick-booking label {
  display: grid;
  gap: 5px;
  padding: 9px 22px;
  border-right: 1px solid #dce1db;
}
.quick-booking label span {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6e7d75;
}
.quick-booking input,
.quick-booking select {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 2px 0;
  font-weight: 600;
  color: #17241e;
}
.quick-booking .btn {
  min-width: 230px;
}
.quick-booking .btn b {
  font-size: 1.1rem;
  margin-left: 12px;
}
.hero .scroll {
  bottom: 155px;
}
.trust-strip {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  align-items: center;
  gap: 28px;
  padding: 35px max(6vw, calc((100vw - 1280px) / 2));
  background: #f4f5f1;
  color: #16241e;
}
.trust-strip > div {
  display: flex;
  align-items: center;
  gap: 14px;
}
.trust-strip strong {
  font: 600 2.2rem/1 var(--serif);
  color: #2f6c53;
}
.trust-strip span {
  display: grid;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.trust-strip span:first-letter {
  color: #ab8a47;
}
.trust-strip small {
  color: #79837e;
  font-weight: 400;
  letter-spacing: 0;
}
.trust-strip > i {
  width: 1px;
  height: 42px;
  background: #d5dad4;
}
.availability {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 20px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px;
  background: rgba(9, 28, 20, 0.62);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.availability i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #8fcca7;
  box-shadow: 0 0 0 4px rgba(143, 204, 167, 0.15);
}
.gallery-item {
  cursor: zoom-in;
}
.gallery-item:after {
  content: "Переглянути ↗";
  position: absolute;
  right: 18px;
  top: 18px;
  padding: 8px 12px;
  border-radius: 30px;
  background: rgba(9, 25, 18, 0.45);
  color: #fff;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  opacity: 0;
  transition: 0.3s;
  backdrop-filter: blur(8px);
}
.gallery-item:hover:after {
  opacity: 1;
}
.lightbox {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: none;
  place-items: center;
  padding: 5vw;
  background: rgba(4, 11, 8, 0.94);
  backdrop-filter: blur(20px);
}
.lightbox.open {
  display: grid;
}
.lightbox img {
  max-width: 88vw;
  max-height: 80vh;
  border-radius: 18px;
  box-shadow: 0 30px 90px #000;
}
.lightbox > button {
  position: absolute;
  right: 3vw;
  top: 3vw;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}
.lightbox > div {
  position: absolute;
  left: 6vw;
  right: 6vw;
  bottom: 3vw;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.lightbox b {
  font: 500 1.4rem var(--serif);
}
.lightbox span {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
}
.reviews {
  padding: 135px max(6vw, calc((100vw - 1280px) / 2));
  background:
    radial-gradient(circle at 85% 0, #285c46, transparent 30%), #0d1712;
  color: #fff;
}
.reviews-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}
.reviews-head h2 {
  max-width: 820px;
}
.rating-orb {
  width: 180px;
  height: 180px;
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
}
.rating-orb b {
  font: 600 3rem/1 var(--serif);
}
.rating-orb span {
  color: #d7b56d;
  letter-spacing: 0.08em;
}
.rating-orb small {
  max-width: 100px;
  margin-top: 8px;
  text-align: center;
  color: #8fa198;
  font-size: 0.55rem;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 65px;
}
.reviews article {
  min-height: 310px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  display: flex;
  flex-direction: column;
  transition: 0.35s;
}
.reviews article:hover {
  transform: translateY(-7px);
  background: rgba(255, 255, 255, 0.075);
}
.reviews .quote {
  font: 4rem/1 var(--serif);
  color: #8fc0a6;
}
.reviews article > p {
  color: #d7dfda;
  font: 500 1.15rem/1.75 var(--serif);
}
.reviews article footer {
  margin: auto 0 0;
  padding: 20px 0 0;
  background: transparent;
  border-radius: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 2px;
}
.reviews article footer b {
  font-size: 0.7rem;
  letter-spacing: 0.07em;
}
.reviews article footer span {
  font-size: 0.62rem;
  color: #87988f;
}
.reviews .quote {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: #d7b56d;
}
.google-reviews-link {
  display: block;
  width: max-content;
  margin: 42px auto 0;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.3s;
}
.google-reviews-link:hover {
  color: #9bc7a8;
  border-color: #9bc7a8;
}
.landing-contact {
  border-top: 1px solid #e0e3dd;
}
@media (max-width: 900px) {
  .hero {
    padding-bottom: 260px;
  }
  .hero .scroll {
    display: none;
  }
  .quick-booking {
    bottom: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .quick-booking label:nth-child(3) {
    border-top: 1px solid #dce1db;
  }
  .quick-booking .btn {
    min-width: 0;
  }
  .trust-strip {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .trust-strip > i {
    display: none;
  }
  .reviews-head {
    align-items: center;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .reviews article {
    min-height: 240px;
  }
}
@media (max-width: 600px) {
  .hero {
    padding-bottom: 390px;
  }
  .quick-booking {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    border-radius: 18px;
  }
  .quick-booking label {
    border-right: 0;
    border-bottom: 1px solid #dce1db;
  }
  .quick-booking .btn {
    width: 100%;
  }
  .trust-strip {
    padding: 30px 22px;
  }
  .trust-strip strong {
    font-size: 1.8rem;
  }
  .trust-strip span {
    font-size: 0.62rem;
  }
  .reviews {
    padding: 90px 20px;
  }
  .reviews-head {
    display: block;
  }
  .rating-orb {
    margin: 35px auto 0;
    width: 150px;
    height: 150px;
  }
  .lightbox {
    padding: 18px;
  }
  .lightbox img {
    max-width: 100%;
    max-height: 75vh;
  }
}


/*==============================
       FLOATING CALL BUTTON
==============================*/

.floating-call{

    position:fixed;

    right:28px;
    bottom:28px;

    z-index:9999;

    height:64px;
    width:64px;

    display:flex;
    align-items:center;

    padding:0 20px;

    border-radius:50px;

    color:#fff;
    text-decoration:none;

    background:rgba(47,93,77,.85);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.18);

    box-shadow:
        0 15px 40px rgba(0,0,0,.35),
        0 0 0 0 rgba(143,192,166,.45);

    overflow:hidden;

    transition:
        width .45s cubic-bezier(.22,1,.36,1),
        background .35s,
        box-shadow .35s,
        transform .35s;

    animation:callPulse 3s infinite;

}

.call-icon{

    min-width:24px;

    font-size:25px;

    display:flex;
    align-items:center;
    justify-content:center;

    animation:phoneRing 3s infinite;

}

.call-text{

    white-space:nowrap;

    margin-left:12px;

    font-size:15px;

    font-weight:700;

    opacity:0;

    transform:translateX(15px);

    transition:.35s;

}

/* ПК — розгортається при наведенні */

.floating-call:hover{

    width:230px;

    background:#2f5d4d;

    transform:translateY(-6px);

    box-shadow:

        0 20px 55px rgba(0,0,0,.4),

        0 0 30px rgba(143,192,166,.25);

    animation:none;

}

.floating-call:hover .call-text{

    opacity:1;

    transform:translateX(0);

}

/* світіння */

@keyframes callPulse{

    0%{

        box-shadow:
        0 15px 40px rgba(0,0,0,.35),
        0 0 0 0 rgba(143,192,166,.4);

    }

    70%{

        box-shadow:
        0 15px 40px rgba(0,0,0,.35),
        0 0 0 15px rgba(143,192,166,0);

    }

    100%{

        box-shadow:
        0 15px 40px rgba(0,0,0,.35),
        0 0 0 0 rgba(143,192,166,0);

    }

}

/* легка анімація телефону */

@keyframes phoneRing{

    0%,85%,100%{

        transform:rotate(0);

    }

    88%{

        transform:rotate(-12deg);

    }

    91%{

        transform:rotate(12deg);

    }

    94%{

        transform:rotate(-8deg);

    }

    97%{

        transform:rotate(8deg);

    }

}

/* мобільні */

@media(max-width:600px){

    .floating-call{

        right:18px;
        bottom:18px;

        width:58px;
        height:58px;

        padding:0;

        justify-content:center;

    }

    .floating-call:hover{

        width:58px;

        transform:scale(1.08);

    }

    .call-text{

        display:none;

    }

}