* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #858a99;
  background: #fff;
  font-family: "Lato", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1170px, calc(100% - 30px));
  margin: 0 auto;
}

.top-menu {
  color: #a9a9a9;
  background: #fff;
  border-bottom: 1px solid #ededed;
  font-size: 13.5px;
}

.top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  gap: 24px;
}

.address {
  margin: 0;
}

.top-menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-menu i {
  margin-right: 4px;
}

.language-switcher {
  display: inline-flex;
  gap: 8px;
}

.language-switcher a {
  color: #a9a9a9;
  font-weight: 700;
}

.language-switcher a.active,
.language-switcher a:hover {
  color: #9b5f12;
}

.site-header {
  position: relative;
  z-index: 5;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e6eff2;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
}

.brand {
  display: block;
  padding: 15px 0;
}

.brand img {
  height: 55px;
  width: auto;
}

.site-header nav {
  display: flex;
  align-items: center;
  margin-right: -15px;
}

.site-header nav .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 28px 15px;
  color: #606060;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: color .25s ease;
}

.site-header nav .nav-link:hover,
.site-header nav .nav-item:hover .nav-link,
.site-header nav .nav-item:focus-within .nav-link {
  color: #9b5f12;
}

.nav-item {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 40;
  display: block;
  min-width: 205px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e6eff2;
  border-top: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  border-bottom: 1px solid #e6eff2;
}

.dropdown-menu li:last-child {
  border-bottom: 0;
}

.dropdown-menu a {
  display: block;
  padding: 10px 22px;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  color: #9b5f12;
  background: #fafafa;
}

.menu-button {
  display: none;
  width: 36px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background: #606060;
  border-radius: 1px;
}

.hero {
  position: relative;
  height: 675px;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: #111;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url("assets/park-slider-1.jpg");
  background-position: center center;
  background-size: cover;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Raleway", "Lato", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}

.subtitle-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 48px;
}

.subtitle-row p {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
}

.wave {
  width: 100px;
  height: 8px;
  background-image: url("assets/wave_white.svg");
  background-repeat: repeat-x;
  background-size: auto 4px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 11px 22px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.button.small {
  min-height: 34px;
  padding: 8px 14px;
  font-size: 12px;
}

.button.blue {
  background: #337ab7;
}

.button.yellow {
  background: #9b5f12;
}

.about-section {
  padding: 78px 0 88px;
  background: #fff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: center;
}

.section-title h2 {
  margin: 0;
  color: #606060;
  font-family: "Raleway", "Lato", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.section-title.center {
  text-align: center;
}

.section-title::after {
  content: "";
  display: block;
  width: 98px;
  height: 8px;
  margin-top: 15px;
  background: url("assets/wave_white.svg") repeat-x;
  filter: invert(43%) sepia(50%) saturate(881%) hue-rotate(359deg) brightness(78%);
}

.section-title.center::after {
  margin-right: auto;
  margin-left: auto;
}

.about-copy p {
  margin: 25px 0 24px;
  color: #858a99;
  font-size: 15px;
}

.photo-stack {
  position: relative;
  height: 350px;
  perspective: 900px;
}

.photo-stack .side {
  position: absolute;
  top: 54px;
  bottom: 42px;
  width: 50px;
  background: #9b5f12;
}

.left-side {
  left: 48px;
  transform: skewY(-10deg);
  opacity: .6;
}

.right-side {
  right: 34px;
  transform: skewY(10deg);
  opacity: .35;
}

.front-photo,
.back-photo {
  position: absolute;
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .18);
}

.front-photo {
  left: 34px;
  bottom: 16px;
  width: 68%;
  height: 260px;
  background-image: url("assets/park-2.jpg");
  z-index: 2;
}

.back-photo {
  right: 26px;
  top: 22px;
  width: 62%;
  height: 242px;
  background-image: url("assets/park-1.jpg");
  opacity: .92;
}

.rooms-section {
  padding: 78px 0 82px;
  background: #f5f5f5;
}

.white-bg {
  background: #fff;
}

.rooms-section .section-title h2 {
  font-size: 30px;
  text-transform: uppercase;
}

.section-desc {
  margin: 13px 0 42px;
  text-align: center;
}

.rooms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.small-rooms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-content: start;
  align-items: start;
}

.room-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
}

.room {
  height: auto;
}

.room figure {
  display: flex;
  height: auto;
  flex-direction: column;
  position: relative;
  margin: 0;
  background: #fff;
}

.room img {
  width: 100%;
  height: 222px;
  object-fit: cover;
}

.room.featured img {
  height: 554px;
}

.room figcaption {
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: 15px 10px;
  border: 1px solid #f0f2f6;
  border-top: 0;
  text-align: center;
  background: #fff;
}

.room h3 {
  display: inline-block;
  margin: 0;
  color: #606060;
  font-family: "Raleway", "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.button-row {
  margin-top: 40px;
}

.blog-section {
  padding: 78px 0 82px;
  background: #fff;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 42px;
}

.blog-item {
  display: grid;
  grid-template-columns: 41% 1fr;
  gap: 22px;
  align-items: start;
}

.blog-item img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}

.blog-copy h3 {
  margin: -4px 0 11px;
  color: #606060;
  font-family: "Raleway", "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.blog-copy p {
  margin: 0 0 13px;
  color: #858a99;
}

.blog-date {
  margin-top: 13px;
  color: #acbac4;
  font-size: 13px;
}

.blog-date i {
  margin-right: 7px;
}

.page-banner {
  display: flex;
  min-height: 310px;
  align-items: center;
  color: #fff;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.page-banner h1 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Raleway", "Lato", sans-serif;
  font-size: 44px;
  font-weight: 800;
}

.page-banner p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-weight: 700;
}

.page-main {
  background: #fff;
}

.detail-section,
.gallery-section,
.contact-section {
  padding: 78px 0 82px;
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 330px;
  border: 0;
}

.contact-page-section {
  padding-top: 70px;
}

.detail-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 42px;
  align-items: start;
}

.detail-image {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .12);
}

.feature-list,
.contact-list {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.contact-list li {
  padding: 9px 0;
  border-bottom: 1px dotted rgba(180, 180, 180, .7);
}

.feature-list i,
.contact-list i {
  width: 24px;
  color: #9b5f12;
}

.article-detail {
  max-width: 900px;
}

.article-detail .detail-image {
  margin-bottom: 24px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-category-section {
  padding-top: 49px;
  padding-bottom: 55px;
}

.gallery-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 370px);
  justify-content: start;
  gap: 30px;
}

.gallery-category-card {
  margin: 0;
  border: 1px solid #ededed;
  background: #fff;
}

.gallery-category-card a {
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-category-card a::after {
  content: "\f00e";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(51, 122, 183, .55);
  font-family: "Font Awesome 6 Free";
  font-size: 34px;
  font-weight: 900;
  opacity: 0;
  transition: opacity .25s ease;
}

.gallery-category-card a:hover::after {
  opacity: 1;
}

.gallery-category-card img {
  width: 100%;
  height: 211px;
  object-fit: cover;
  transition: transform .25s ease;
}

.gallery-category-card a:hover img {
  transform: scale(1.04);
}

.gallery-category-card figcaption {
  padding: 13px 10px;
  color: #606060;
  text-align: center;
  font-family: "Raleway", "Lato", sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.gallery-count {
  margin: 42px 0 0;
  color: #858a99;
  text-align: center;
  font-size: 16px;
}

.photo-detail-section {
  padding-top: 50px;
}

.gallery-intro {
  margin: 0 0 26px;
  color: #858a99;
  font-size: 15px;
  line-height: 1.55;
}

.gallery-intro p {
  margin: 0 0 4px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.photo-grid figure {
  margin: 0;
}

.photo-grid a {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f5f5f5;
}

.photo-grid a::after {
  content: "\f00e";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(51, 122, 183, .55);
  font-family: "Font Awesome 6 Free";
  font-size: 28px;
  font-weight: 900;
  opacity: 0;
  transition: opacity .25s ease;
}

.photo-grid a:hover::after {
  opacity: 1;
}

.photo-grid img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  transition: transform .25s ease;
}

.photo-grid a:hover img {
  transform: scale(1.05);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.lightbox:target {
  display: flex;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .78);
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  max-width: min(920px, 94vw);
  max-height: 88vh;
  padding: 12px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

.lightbox-dialog img {
  display: block;
  max-width: 100%;
  max-height: 72vh;
  object-fit: contain;
}

.lightbox-dialog p {
  margin: 10px 0 2px;
  color: #606060;
  text-align: center;
  font-size: 18px;
}

.lightbox-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #9b5f12;
  text-align: center;
  font-size: 27px;
  line-height: 31px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.original-contact-form {
  padding: 0;
  border: 0;
  background: transparent;
}

.form-two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #858a99;
  font-size: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #e6eff2;
  min-height: 45px;
  padding: 11px 13px;
  color: #606060;
  background: #fff;
  font: inherit;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-info {
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.contact-info li {
  padding: 12px 0;
  border-bottom: 1px dotted rgba(180, 180, 180, .6);
  color: #858a99;
}

.contact-info span {
  display: inline-block;
  min-width: 82px;
  color: #606060;
  font-weight: 700;
}

.contact-social,
.footer-social {
  display: flex;
  gap: 6px;
}

.contact-social a,
.footer-social a {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  background: #9b5f12;
  font-size: 14px;
}

.content-section {
  padding: 78px 0 82px;
}

.narrow {
  max-width: 880px;
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 42px;
}

.document-card {
  padding: 30px 24px;
  border: 1px solid #ededed;
  background: #fff;
  text-align: center;
}

.document-card i {
  color: #9b5f12;
  font-size: 36px;
}

.document-card h3 {
  margin: 18px 0 10px;
  color: #606060;
  font-family: "Raleway", "Lato", sans-serif;
  font-size: 18px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

.faq-list details {
  border: 1px solid #ededed;
  background: #fff;
}

.faq-list summary {
  cursor: pointer;
  padding: 16px 20px;
  color: #606060;
  font-weight: 700;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 18px;
}

.center {
  text-align: center;
}

footer {
  background: #fff;
  color: #929292;
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 34px;
  padding: 50px 0 30px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

footer img {
  width: 180px;
  margin-bottom: 22px;
}

footer h4 {
  margin: 0 0 18px;
  color: #606060;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer li {
  padding: 6.1px 0;
  border-bottom: 1px dotted rgba(228, 228, 228, .8);
}

footer li a::before {
  content: "\f0da";
  margin-right: 12px;
  color: #acbac4;
  font-family: "Font Awesome 6 Free";
  font-size: .8em;
  font-weight: 900;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact-list li a::before {
  content: none;
}

.footer-contact-list i {
  width: 16px;
  margin-top: 4px;
  color: #acbac4;
}

.subfooter {
  padding: 12px 0;
  background: #fff;
  font-size: 12px;
  line-height: 3;
}

.subfooter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-social a {
  width: 28px;
  height: 28px;
  color: #aaa;
  background: #f5f5f5;
}

.footer-social a:hover {
  color: #fff;
  background: #9b5f12;
}

.quick {
  position: fixed;
  right: 15px;
  z-index: 50;
  transition: transform .3s ease;
}

.quick a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 50px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
}

.quick span {
  position: absolute;
  top: 13px;
  right: 105%;
  visibility: hidden;
  width: 120px;
  padding: 5px 0;
  border-radius: 6px;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 15px;
  line-height: normal;
}

.quick:hover a {
  transform: rotate(45deg);
}

.quick:hover span {
  visibility: visible;
}

.whatsapp {
  bottom: 20px;
  left: 15px;
  right: auto;
}

.whatsapp a {
  background: #4dc247;
}

.whatsapp span {
  right: auto;
  left: 105%;
}

.phone {
  bottom: 75px;
}

.phone a {
  background: #337ab7;
}

.directions {
  bottom: 130px;
}

.directions a {
  background: #9b5f12;
}

@media (max-width: 900px) {
  .top-inner,
  .top-menu ul,
  .nav-inner,
  .site-header nav {
    flex-wrap: wrap;
  }

  .top-inner {
    padding: 8px 0;
  }

  .site-header nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .hero {
    height: 560px;
    min-height: 500px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .about-grid,
  .rooms-grid,
  .blog-grid,
  .detail-grid,
  .contact-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .form-two-cols {
    grid-template-columns: 1fr;
  }

  .subfooter-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .room-list-grid,
  .gallery-grid,
  .gallery-category-grid,
  .photo-grid,
  .document-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .room.featured img {
    height: 360px;
  }
}

@media (max-width: 620px) {
  .top-menu ul {
    gap: 12px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .subtitle-row {
    gap: 12px;
  }

  .wave {
    width: 70px;
  }

  .small-rooms {
    grid-template-columns: 1fr;
  }

  .blog-item {
    grid-template-columns: 1fr;
  }

  .room-list-grid,
  .gallery-grid,
  .gallery-category-grid,
  .photo-grid,
  .document-grid {
    grid-template-columns: 1fr;
  }

  .photo-stack {
    height: 280px;
  }

  .front-photo {
    left: 0;
    width: 78%;
    height: 210px;
  }

  .back-photo {
    right: 0;
    width: 70%;
    height: 200px;
  }
}
