:root {
  --green: #173927;
  --green-2: #234c36;
  --cream: #f6f0e5;
  --paper: #fbf8f1;
  --gold: #c69a53;
  --ink: #243028;
  --muted: #6d726d;
  --white: #fff;
  --shadow: 0 18px 50px rgba(23, 57, 39, .10);
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65
}

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

img {
  max-width: 100%
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto
}

.site-header {
  height: 82px;
  padding: 0 max(20px, calc((100vw - 1180px)/2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
  width: 100%;
  color: #fff;
  background: linear-gradient(to bottom, rgba(5, 20, 15, .7), transparent)
}

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

.brand-mark {
  font-family: Georgia, serif;
  border: 1px solid rgba(198, 154, 83, .7);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #e8c98d;
  font-size: 21px
}

.brand strong {
  font-family: Georgia, serif;
  letter-spacing: .22em;
  font-weight: 500
}

.brand small {
  display: block;
  letter-spacing: .34em;
  font-size: 9px;
  color: #d6b471;
  margin-top: 2px
}

.main-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .16em
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: white;
  font-size: 26px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  cursor: pointer;
  transition: .25s
}

.btn-gold {
  background: var(--gold);
  color: #fff
}

.btn-gold:hover {
  filter: brightness(.92);
  transform: translateY(-1px)
}

.btn-ghost {
  border-color: rgba(255, 255, 255, .55);
  color: #fff
}

.btn-ghost:hover {
  background: #fff;
  color: var(--green)
}

.hero {
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  //background: linear-gradient(120deg, #13281d 0%, #5b654d 42%, #c48e53 72%, #e0b878 100%);
  overflow: hidden
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 38%, rgba(255, 239, 190, .65), transparent 10%), linear-gradient(to top, rgba(7, 24, 17, .82), rgba(8, 25, 17, .05) 60%), repeating-linear-gradient(125deg, transparent 0 44px, rgba(255, 255, 255, .025) 45px 46px)
}

.hero:after {
  content: "";
  position: absolute;
  right: -5%;
  bottom: -3%;
  width: 62%;
  height: 58%;
  background: linear-gradient(145deg, transparent 0 20%, rgba(30, 42, 31, .92) 20% 24%, transparent 24% 29%, rgba(247, 236, 211, .85) 29% 52%, rgba(47, 67, 50, .95) 52% 59%, rgba(235, 224, 201, .78) 59% 74%, transparent 74%);
  clip-path: polygon(0 75%, 10% 55%, 19% 62%, 30% 35%, 43% 44%, 55% 20%, 70% 38%, 82% 10%, 100% 28%, 100% 100%, 0 100%);
  opacity: .85
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1180px
}

.hero-content>* {
  max-width: 610px
}

.eyebrow {
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin: 0 0 12px
}

.gold {
  color: var(--gold)
}

.hero h1 {
  font-family: Georgia, serif;
  font-size: 78px;
  letter-spacing: .15em;
  font-weight: 400;
  margin: 0;
  line-height: 1
}

.hero h1 span {
  display: block;
  font-size: .37em;
  letter-spacing: .42em;
  margin: 14px 0
}

.tagline {
  font-family: Georgia, serif;
  text-transform: uppercase;
  letter-spacing: .35em;
  color: #efd6a5
}

.hero-copy {
  font-size: 19px;
  max-width: 500px
}

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

.section {
  padding: 100px 0
}

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

h2 {
  font-family: Georgia, serif;
  font-size: 46px;
  line-height: 1.12;
  font-weight: 400;
  margin: 8px 0 24px
}

h3 {
  font-family: Georgia, serif;
  font-weight: 500
}

.text-link {
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700
}

.visual-card {
  height: 420px;
  border-radius: 3px;
  box-shadow: var(--shadow);
  background-size: cover;
  background-position: center
}

.visual-terrace {
  background: linear-gradient(145deg, rgba(255, 255, 255, .2), transparent), linear-gradient(to bottom right, #c7c3aa, #647255 48%, #9f7e53 49%, #efe6d4 75%)
}

.visual-stone {
  background: linear-gradient(90deg, #9b8d72 0 40%, #d5c5a8 40% 72%, #26432f 72%);
  position: relative
}

.visual-stone:after {
  content: "LUMINA\A VILLAGE";
  white-space: pre;
  position: absolute;
  right: 7%;
  top: 25%;
  background: #183727;
  color: #d8b36d;
  padding: 28px 34px;
  font-family: Georgia, serif;
  letter-spacing: .18em;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .25)
}

.rooms {
  background: var(--cream)
}

.centered {
  text-align: center
}

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

.room-card {
  background: white;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
  overflow: hidden
}

.room-photo {
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.room-one {
  background-image: url("../img/room1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  /*background: linear-gradient(145deg, #78906b, #d3c4a8 45%, #8c6c4f 46%, #efe6d7)*/
}

.room-two {
  background: linear-gradient(120deg, #ddd2bd, #f6f0e4 44%, #70846e 45%, #849b83)
}

.room-three {
  background: linear-gradient(150deg, #b5a178, #efe6d5 35%, #63806b 36% 65%, #89b6b5 66%)
}

.room-body {
  padding: 22px
}

.room-body h3 {
  font-size: 20px;
  margin: 0 0 4px
}

.meta {
  font-size: 12px;
  color: var(--muted)
}

.room-body a {
  color: var(--gold);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: bold
}

.experiences {
  background: var(--green);
  color: #f8f2e7
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 42px
}

.experience-grid article {
  padding: 22px 30px;
  border-left: 1px solid rgba(255, 255, 255, .15)
}

.experience-grid article:first-child {
  border-left: 0
}

.experience-grid span {
  font-family: Georgia, serif;
  color: #d6ab62;
  font-size: 30px
}

.experience-grid h3 {
  margin: 10px 0 6px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .14em
}

.experience-grid p {
  font-size: 13px;
  color: #d7dfd8
}

.secret blockquote {
  font-family: Georgia, serif;
  color: #aa7e3f;
  font-size: 19px;
  border-left: 2px solid var(--gold);
  margin: 24px 0;
  padding-left: 18px
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end
}

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

.gallery-item {
  height: 150px;
  background-size: cover
}

.g1 {
background: linear-gradient(145deg, #4f654d, #d0b28c)
}

.g2 {
  background: linear-gradient(145deg, #7bb2bc, #d7c699 55%, #395d42 56%)
}

.g3 {
  background: linear-gradient(145deg, #8c6a48, #e4bf7a)
}

.g4 {
  background: linear-gradient(145deg, #ede3d4, #85755e)
}

.g5 {
  background: linear-gradient(145deg, #9bb8bd, #3d6c70 55%, #c2a876 56%)
}

.g6 {
  background: radial-gradient(circle at 50% 50%, #d58e50 0 14%, #75844b 15% 24%, #eee1c7 25% 42%, #6d4c32 43%)
}

.testimonial {
  padding: 65px 0;
  background: linear-gradient(rgba(246, 240, 229, .86), rgba(246, 240, 229, .86)), linear-gradient(145deg, #d8cbb2, #789177);
  font-family: Georgia, serif
}

.testimonial p {
  font-size: 22px;
  font-style: italic;
  max-width: 760px;
  margin: 0 auto 15px
}

.quote-mark {
  font-size: 50px;
  color: var(--gold);
  line-height: 1
}

.testimonial small {
  letter-spacing: .18em
}

.booking {
  background: var(--green-2);
  color: white
}

.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px
}

.booking-form label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em
}

.booking-form input,
.booking-form select {
  width: 100%;
  margin-top: 7px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: white;
  color: #222
}

.booking-form .btn {
  align-self: end;
  height: 46px
}

.form-status {
  grid-column: 1/-1;
  margin: 0;
  font-size: 13px;
  color: #efdab0
}

footer {
  background: #10281d;
  color: #dbe2dc;
  padding: 55px 0 25px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 30px
}

.footer-grid h3 {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  color: #d6b471
}

.footer-grid p {
  font-size: 13px
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 38px;
  padding-top: 20px;
  font-size: 12px;
  color: #8fa195
}

@media(max-width:900px) {
  .menu-toggle {
    display: block
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    background: #10281d;
    padding: 24px;
    flex-direction: column;
    align-items: stretch
  }

  .main-nav.open {
    display: flex
  }

  .hero {
    min-height: 650px
  }

  .hero h1 {
    font-size: 52px
  }

  .split,
  .booking-grid {
    grid-template-columns: 1fr
  }

  .card-grid {
    grid-template-columns: 1fr
  }

  .experience-grid {
    grid-template-columns: 1fr 1fr
  }

  .experience-grid article:nth-child(3) {
    border-left: 0
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .gallery-item {
    height: 180px
  }

  .booking-form {
    grid-template-columns: 1fr 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:600px) {
  .section {
    padding: 70px 0
  }

  .container {
    width: min(100% - 28px, 1180px)
  }

  .hero h1 {
    font-size: 40px
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start
  }

  .split {
    gap: 35px
  }

  .visual-card {
    height: 320px
  }

  h2 {
    font-size: 36px
  }

  .experience-grid {
    grid-template-columns: 1fr
  }

  .experience-grid article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .15)
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr
  }

  .section-head {
    align-items: flex-start;
    gap: 10px
  }

  .booking-form {
    grid-template-columns: 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .reverse-mobile .visual-card {
    order: 2
  }
  
}

.room-photo.room-one {
    background: url(../img/room1.jpg) center center / cover no-repeat !important;
  }