/* Basic Styles
================================================== */
.wrapper {
  overflow: hidden;
  position: relative;
}
html * {
  outline: 0 !important;
}
body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-size: 1.125rem;
  font-family: muli, sans-serif;
  color: #2e2720;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 3.2rem;
}
h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight:300;
  font-size: 2.8rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1.1rem;
}
h6 {
  font-size: 0.75rem;
    text-transform: none;
    text-align: center;
}
strong {
  font-family: muli, sans-serif;
  font-weight: 600;
}
p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;    
  margin: 0 0 1rem;
}
.fa {
  margin-right: 0.5rem;
}
/* Images
================================================== */
img {
  border-style: none;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
/* Link
================================================== */
a {
  color: #2e2720;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  color: #231f20;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
/* Input textarea select
================================================== */
input,
textarea,
select {
  font-size: 100%;
  font-family: muli, sans-serif;
  vertical-align: middle;
  color: #666;
  font-weight: 400;
}
textarea {
  resize: vertical;
}
/* Form
================================================== */
form,
fieldset {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  border-style: none;
}
::-moz-selection {
  background: #231f20;
  color: #fff;
}
::selection {
  background: #95806e;
  color: #fff;
}
::-moz-selection {
  background: #231f20;
  color: #fff;
}
.clear:after, .clear:before {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.navbar-brand {
  width: 200px;
  padding: 0;
}
.bg {
  background: #000;
  opacity: 0;
  -webkit-transition: background-color .3s ease-in,top .6s linear;
  -o-transition: background-color .3s ease-in,top .6s linear;
  transition: background-color .3s ease-in,top .6s linear;
}
.fixed-top.bg {
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 1px 12px rgba(35, 31, 32, 0.1);
}
.fixed-top.bg .navbar-nav .nav-link {
  color: #231f20;
}
.fixed-top.bg .navbar-nav .nav-link:hover {
  color: #95806e;
}
.logo-wrap {
  line-height: 0;
}
.navbar-light .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #466e88;
}
.home_page .navbar-light .navbar-nav .nav-link {
  color: #34281f;
}
.navbar-light .navbar-nav .nav-link {
  color: #222;
  padding-left: 1em;
  padding-right: 1em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #231f20;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-light .navbar-nav .show > .nav-link {
  color: #231f20;
}
.dropdown-menu {
  right: 0;
  left: auto;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  margin: 0;
}
.dropdown-item{ font-size: 1.05rem; }
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
  color: #231f20;
}
.dropdown-divider {
  opacity: 0.3;
}
.navbar-light .navbar-toggler {
  border-color: #95806e;
  background-color: #95806e;
  color: #fff;
}
.navbar-light .navbar-toggler .fa {
  margin: 0;
}
.home-logo,.home_page .fixed-logo{display: none;}
.home_page .home-logo{display: block; width: 100%; flex: 0 0 100%; order: -1; margin-bottom: 0.5rem;}
.offcanvas-header.single{ justify-content: end; }
.offcanvas-logo {
  text-align: center;
}
.offcanvas-logo img{
  display: inline-block;
  max-width: 120px;
}
.offcanvas-nav .nav-link{
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas-nav .nav-link:hover,
.header a:hover{
  color: #000;
}
.offcanvas-nav .social-icons{
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.offcanvas-nav .social-icons li{ margin: 0 0.5em; }
.offcanvas-nav .social-icons .fa{ margin: 0; }
.offcanvas-nav .social-icons .nav-link{
  border-bottom: 0;
}
.offcanvas-nav .navbar-nav .dropdown-menu {
  position: static !important;
  transform: translate(0px, 0px) !important;
  border: none;
}
.fixed-top.bg .home-logo{ display: none; }
.fixed-logo{ text-align: left; padding-left: 1rem; }
.fixed-logo img{ max-width: 110px; }
.header_row{ padding: 36px 36px 0; flex-wrap: wrap; }
.right-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 36px;
  top: 36px;
  /* Bootstrap's `.row > *` sets width:100% on every column. Combined with
     position:absolute that made this an invisible full-width layer over the
     whole header, swallowing clicks meant for the logo. Shrink it to the
     menu button it actually contains. */
  width: auto;
  max-width: none;
}
.right-header .navbar-nav{
  flex-direction: row;
  gap: 0.75em;
  justify-content: end;
}
.right-header .nav-link{ padding: 0; }
.home-logo a{
  max-width: 260px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.home-logo a > img{
  width: 100%;
}
.contact-nav .nav-link{
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.fixed-top.bg .header_row{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  align-items: center;
}
.fixed-top.bg .fixed-logo{ display: block; }

.section {
  padding: 5em 0;
}
.section1 {
  padding: 2em 0;
  background:#84705f;
}
.mb-6 {
  margin-bottom: 5em;
}
.title {
  text-transform: uppercase;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  position: relative;
  color: #2e2720;
  margin-bottom: 3.5rem;
  word-break: break-word;
}
.title1 {
  text-transform: uppercase;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  position: relative;
  color: #2e2720;
  margin-bottom: 3.5rem;
}
.title:after {
  position: absolute;
  width: 5rem;
  height: 4px;
  background: #34281f;
  content: '';
  bottom: 0;
  left: -3px;
  right: -3px;
  margin: -0.8rem auto;
  opacity: 0.8;
}
.title span {
  font-weight: 400;
  display: block;
  font-size: 1.2rem;
  color: #222;
}
.title-left {
  text-align: left;
}
.title-left:after {
  left: 0;
  right: auto;
}
.columns {
  -webkit-column-count: 2;
  column-count: 2;
}
.overlay, .vision_wrap:after, .contact:after {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn {
  padding: 1em 2em;
  text-transform: uppercase;
  margin: 1em;
}
.btn-primary {
  color: #231f20;
  background-color: transparent;
  border-color: #231f20;
  min-width: 300px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-check:checked+.btn, 
.btn.active, 
.btn.show, 
.btn:first-child:active, 
:not(.btn-check)+.btn:active {
  color: #fff;
  background-color: #95806e;
  border-color: #95806e;
}
.btn-cta {
  color: #231f20;
  background-color: #fff;
  border-color: #231f20;
  min-width: 300px;
}
.btn-cta:hover,
.btn-cta:focus,
.btn-cta:active,
.btn-check:checked+.btn, 
.btn.active, 
.btn.show, 
.btn:first-child:active, 
:not(.btn-check)+.btn:active {
  color: #fff;
  background-color: #95806e;
  border-color: #95806e;
}
.bg1 {
  background: #231f20;
  color: #fff;
}
.hide {
  display: none !important;
}

.infos li {
  padding: 0.3em 0 0.3em 1.5em;
  position: relative;
}
.infos li .fa {
  position: absolute;
  left: 0;
  top: 11px;
}
.modal-content {
  color: #222;
}
.page-link {
  color: #231f20;
}
.page-link:hover {
  color: #34281f;
}
.page-item.active .page-link {
  background-color: #c3b25f;
  border-color: #c3b25f;
}
.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-wrap {
  position: relative;
  color: #fff;
}
.banner-wrap .container {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.carousel-item {
  padding: 0;
  height: 750px;
}
.carousel-item1 {
  padding: 0;
  height: 750px;
}
.carousel_image {
  overflow: hidden;
  position: relative;
  /* -webkit-animation: move 40s ease;
  animation: move 40s ease; */
}
.carousel_image:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(149, 128, 110, 0.25);
}
.carousel_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.carousel_image1 {
  overflow: hidden;
  position: relative;
  /* -webkit-animation: move 40s ease;
  animation: move 40s ease; */
}
.carousel_image1:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent;
}
.carousel_image1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.banner_wrap_holder h1 {
  text-transform: uppercase;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  font-size:3.8rem;
  color:#231f20;
}
.banner_inner {
  background: #34281f;
  color: #fff;
  padding: 5.5em 0;
  margin-top: 100px;
}
.banner_inner h1 {
  font-size: 2rem;
  margin: 0;
  text-transform: uppercase;
}
.controler {
  opacity: 0;
}
.controler .holder {
  background: #000;
  width: 45px;
  height: 45px;
  padding: 0.8em;
  border-radius: 100%;
}
.carousel-indicators .active {
  background-color: #736252;
}
.float-banner-text{
  position: absolute;
  top: 35%;
  width: 100%;
  margin: 0 auto;
  left: -1px;
  right: -1px;
  z-index: 1;
  padding: 40px;
  text-align: center;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
.footer-wrap {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  background: #231f20;
  font-size: 0.975rem;
  line-height: 1.6;
}

.footer-wrap h4 {
  text-transform: uppercase;
}

.footer-wrap a {
  color: #fff;
}

.footer-wrap a:focus, .footer-wrap a:hover {
  color: #95806e;
}

.footer-wrap .address p {
  position: relative;
  padding-left: 30px;
}

.footer-wrap .address .fa {
  position: absolute;
  top: 3px;
  left: 0;
}

.footer-wrap .address a {
  color: inherit;
}

.footer-wrap .address a:hover {
  color: #c3b25f;
}

.flogo_wrap {
  font-size: 1.1rem;
}

.ftitle {
  color: #fff;
  margin-bottom: 2.5em;
}

.ftitle:after {
  background: #fff;
}

.footer-middle {
  padding: 5em 0;
  color: rgba(255, 255, 255, 0.66);
      border-bottom: 1px solid #95806e;
}

.footer-middle.bg-warning {
  background-color: #988d54 !important;
}

.footer-middle ul li {
  margin-bottom: 0.3em;
}

.footer-middle h5 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1.5em;
  color: #fff;
}

.footer-middle .infos li {
  padding: 0.2em 0 0.2em 1.5em;
}

.footer-btm {
  font-size: 0.875rem;
  font-weight: 300;
  padding: 1.5em 0;
  background: #231f20;
}

.footer-btm p {
  margin: 0;
  opacity: 0.5;
}

.footer-btm a:hover {
  color: #95806e;
  opacity: 1;
}

.social {
  font-size: 1.875rem;
  line-height: 1;
}

.social li {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.1em;
}

.social li:first-child {
  margin-left: 0;
}

.social li .fa {
  margin: 0;
}

.powered {
  text-align: right;
}

/***** intro start *****/
.intro_image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

.padding {
  padding-right: 4em;
}

.no-border .title {
  margin-bottom: 1rem;
}

.no-border .title:after {
  display: none;
}

/***** intro end *****/
/***** vision start *****/
.bold_heading {
  font-size: 1.5rem;
}

.vision_wrap {
  position: relative;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.3;
  overflow: hidden;
}

.vision_wrap:after {
  content: '';
}

.vision_wrap .container {
  position: relative;
  z-index: 2;
}

.vision_wrap .title {
  color: #fff;
  font-size: 2.5rem;
}

.vision_wrap .title:after {
  background: #fff;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***** vision end *****/
/***** properties start *****/
.available_properties_wrap{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(31%, 1fr));
  gap: 1rem;
}
.properties_wrap {
  position: relative;
}
.properties_wrap figure{
  overflow: hidden;
  border-radius: 5px;
}
.properties_wrap img {
  height: 302px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s;
}
.properties_wrap img:hover{
  transform: scale(1.1);
}
.properties_title {
  font-size: 1rem;
}
.properties_title .heading {
  margin-bottom: 7px;
  font-size: 1.25rem;
  font-weight: 400;
}
.property-carousel .owl-dots.disabled {
  display: block;
}
/***** properties end *****/
/***** projects start *****/
.our_projects_wrap{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  gap: 2px;
}
.project_image img {
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.our_projects_wrap .properties_wrap:first-child{
  grid-column: span 2;
  grid-row: span 2;
}
.our_projects_wrap .properties_wrap:first-child img{
  height: 100%;
}
.our_projects_wrap .properties_wrap figure{
  position: relative;
  height: 100%;
  margin: 0;
}
.our_projects_wrap .properties_wrap figure:after{
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 154px;
  background: linear-gradient(0deg, rgba(68, 56, 46, 0.9) 10%, rgba(0,0,0,0) 100%);
  content: '';
}
.our_projects_wrap .properties_wrap figure:hover img{
  transform: scale(1.1);
}
.our_projects_wrap .properties_title{
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
}
.projects_detail .heading {
  margin: 0;
  font-size: 1.2rem;
}

.projects_detail p {
  margin: 0;
}

/***** projects end *****/
/***** cta style start *****/
.cta-wrap {
  font-size: 1.2rem;
  position: relative;
  color: #fff;
  padding: 4em 0;
}

.cta-wrap h2 {
  text-transform: uppercase;
}

.cta-wrap .btn {
  margin-top: 1em;
  text-transform: uppercase;
}

.cta-wrap .container {
  position: relative;
}

/***** cta style end *****/
/***** carousel style start *****/
.owl-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 1em;
}

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 0.3em;
}

.owl-carousel .owl-dot span {
  width: 8px;
  height: 9px;
  background: #95806e;
  display: block;
  border-radius: 100px;
}

.owl-carousel .active span {
  background: #231f20;
}

/***** carousel style end *****/
.bg2 {
  background: rgba(29, 107, 186, 0.5);
  color: #fff;
}

.table {
  border: 1px solid #666;
}

.table th {
  background: #222;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-color: #666;
  border-bottom-color: #666 !important;
}

.table td {
  border-color: rgba(222, 226, 230, 0.4);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(103, 144, 185, 0.25);
}

.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.phold {
  margin: 1em 0 0;
}

.phold h3 {
  margin-bottom: 2px;
}

.phold p {
  margin: 0 0 2px;
}

.contact {
  position: relative;
  padding: 8em 0;
  overflow: hidden;
}

.contact:after {
  content: '';
}

.contact .container {
  position: relative;
  z-index: 2;
}

.contact label {
  color: #fff;
}

.contact .form-control {
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  padding-top: 1rem;
}

.contact .form-control:focus, .contact .form-control:active {
  background: rgba(0, 0, 0, 0.1);
}

.contact .form-control-lg {
  height: calc(1.5em + 1.5rem + 2px);
}

.contact .form-group {
  position: relative;
}

.contact .form-group label {
  position: absolute;
  top: 25px;
  left: 16px;
  font-size: 1rem;
  pointer-events: none;
  z-index: 9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.contact .form-group label.focus {
  top: 3px;
  -webkit-transform: scale(0.8) translateY(0);
  -ms-transform: scale(0.8) translateY(0);
  transform: scale(0.8) translateY(0);
}

.availability_wrap {
  font-size: 1.1rem;
}

.service_box_hold {
  text-align: center;
  font-size: 1.05rem;
}

.service_icon .fa {
  width: 120px;
  height: 120px;
  border: 3px solid;
  border-radius: 100px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 1em;
  font-size: 2.5rem;
}

.service_box_detail .title {
  font-size: 1.2rem;
}

.service_box_detail .small_border:after {
  height: 2px;
}

.service_box {
  margin: 1em 0;
}

.career-wrap .holder {
  padding: 1em 0;
  font-size: 1.1rem;
  margin: 0 0 1em;
  border-top: 1px solid #F0F4F7;
}

.career-wrap .holder:first-child {
  border-top: none;
}

.career-wrap .btn strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #505050;
}

.career-wrap .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.career-wrap .btn .fa {
  border-radius: 100%;
  font-weight: normal;
  padding: 0.3em 0.3em 0.3em 0.4em;
  text-align: center;
  color: #231f20;
}

.career-wrap .well {
  font-weight: 300;
  font-size: 1rem;
}

/* ── Trust signals (Q1 marketing plan, Section A item 1) ─────────────── */
.trust-signals {
  list-style: none;
  margin: 18px 0 32px;
  padding: 16px;
  border: 1px solid #e3ddd6;
  border-radius: 6px;
  background: #faf8f6;
  column-gap: 0;
}

.trust-signal {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
}

.trust-signal + .trust-signal {
  border-top: 1px solid #ece7e1;
}

.trust-signal > i {
  flex: 0 0 auto;
  width: 20px;
  margin-top: 2px;
  color: #95806e;
  font-size: 1rem;
  text-align: center;
}

.trust-signal__body {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.trust-signal__body strong {
  color: #2e2720;
  font-size: 0.92rem;
  font-weight: 600;
}

.trust-signal__body small {
  color: #6f645a;
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  .trust-signals { margin-top: 14px; margin-bottom: 24px; padding: 12px; }
}

/* ── Guest reviews widget (Q1 marketing plan, Section A item 1) ──────── */
.guest-reviews__summary {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: #2e2720;
  font-size: 1rem;
  font-weight: 600;
}

.guest-reviews__summary i { color: #95806e; }

.guest-reviews__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.guest-review {
  padding: 16px 18px;
  border: 1px solid #e3ddd6;
  border-radius: 6px;
  background: #faf8f6;
}

.guest-review__head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 10px;
}

.guest-review__rating {
  flex: 0 0 auto;
  color: #95806e;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

.guest-review__meta {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  min-width: 0;
}

.guest-review__meta strong {
  color: #2e2720;
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.guest-review__meta small { color: #6f645a; font-size: 0.78rem; }

.guest-review__text {
  margin: 0;
  color: #4a423b;
  font-size: 0.9rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

/* ── Footer ───────────────────────────────────────────────────────────── */
.footer-wrap {
  position: relative;
  background: linear-gradient(180deg, #282324 0%, #1d1a1a 100%);
}

/* Thin brand rule across the very top of the footer. */
.footer-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(149, 128, 110, 0) 0%, #95806e 24%, #c3b25f 50%, #95806e 76%, rgba(149, 128, 110, 0) 100%);
  opacity: 0.6;
}

.footer-main {
  padding: 4.5em 0 3.25em;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.25fr;
  gap: 3em 2.75em;
  align-items: start;
}

/* ---- brand ---- */
.footer-brand__logo {
  display: inline-block;
  margin-bottom: 1.15em;
  max-width: 150px;
}

/* The wordmark ships as near-black (#231f20) artwork on a transparent
   background -- the same colour as the footer, so it is invisible as-is.
   It is purely monochrome, so forcing it to white keeps every mark and the
   transparency intact. Replace this with a white asset if one is produced. */
.footer-brand__logo img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.94;
}

.footer-brand__tagline {
  margin: 0 0 1.75em;
  max-width: 32ch;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.895rem;
  line-height: 1.7;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  text-decoration: none;
  transition: background-color 0.28s ease, border-color 0.28s ease,
              color 0.28s ease, transform 0.28s ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  border-color: #95806e;
  background: #95806e;
  color: #fff;
  transform: translateY(-2px);
}

/* ---- link columns ---- */
.footer-col__title {
  position: relative;
  margin: 0 0 1.5em;
  padding-bottom: 0.75em;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-col__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: #95806e;
}

.footer-col__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col__list li + li { margin-top: 0.7em; }

.footer-col__list a {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.895rem;
  text-decoration: none;
  transition: color 0.25s ease;
}

/* Underline wipes in from the left on hover. */
.footer-col__list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-col__list a:hover,
.footer-col__list a:focus-visible { color: #fff; }

.footer-col__list a:hover::after,
.footer-col__list a:focus-visible::after { transform: scaleX(1); }

/* ---- contact ---- */
.footer-phones {
  margin: 0 0 1.75em;
  padding: 0;
  list-style: none;
}

.footer-phones li + li { margin-top: 1.05em; }

.footer-phones__label {
  display: block;
  margin-bottom: 0.2em;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-phones__number {
  color: #fff;
  font-size: 1.14rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.footer-phones__number:hover,
.footer-phones__number:focus-visible { color: #c3b25f; }

.footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.8em 1.6em;
  border: 1px solid #95806e;
  border-radius: 10px;
  background: #95806e;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease;
}

.footer-cta::after {
  content: "\2192";
  font-size: 1.05em;
  line-height: 1;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-cta:hover,
.footer-cta:focus-visible {
  background: transparent;
  color: #c3b25f;
  border-color: #c3b25f;
  transform: translateY(-2px);
}

.footer-cta:hover::after,
.footer-cta:focus-visible::after { transform: translateX(5px); }

/* ---- bottom bar ---- */
.footer-btm {
  padding: 1.6em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  font-size: 0.82rem;
}

.footer-btm__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em 1.75em;
  align-items: center;
  justify-content: space-between;
}

.footer-btm p {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

.footer-btm__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
  align-items: center;
}

.footer-btm__links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-btm__links a:hover,
.footer-btm__links a:focus-visible { color: #c3b25f; }

.footer-btm__links span { color: rgba(255, 255, 255, 0.22); }

/* ---- responsive ---- */
@media (max-width: 991px) {
  .footer-main { padding: 3.5em 0 2.5em; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5em 2em; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 575px) {
  .footer-main { padding: 3em 0 2em; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.25em; }
  .footer-brand__tagline { max-width: none; }
  .footer-btm__inner { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .footer-social a,
  .footer-col__list a,
  .footer-col__list a::after,
  .footer-phones__number,
  .footer-cta,
  .footer-cta::after,
  .footer-btm__links a {
    transition: none;
  }
  .footer-social a:hover,
  .footer-cta:hover { transform: none; }
}

/* ── Home-page social proof ───────────────────────────────────────────── */
.home-reviews { background: #faf8f6; }

.home-reviews__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 3.5rem;
  margin: 0 0 2.75rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid #ece7e1;
  text-align: center;
}

.home-reviews__stat strong {
  display: block;
  color: #2e2720;
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.home-reviews__stat strong span { color: #95806e; font-size: 1.15rem; }

.home-reviews__stat small {
  display: block;
  margin-top: 0.3rem;
  color: #7a6f66;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.home-reviews__grid .guest-review { background: #fff; }

.guest-review__listing {
  margin: 0.9rem 0 0;
  padding-top: 0.7rem;
  border-top: 1px solid #ece7e1;
  color: #95806e;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

@media (max-width: 575px) {
  .home-reviews__stats { gap: 1.25rem 2rem; }
  .home-reviews__stat strong { font-size: 2rem; }
}

/* ── Home: trust bar ─────────────────────────────────────────────────── */
.home-stats {
  padding: 1.75em 0;
  border-top: 1px solid #ece7e1;
  border-bottom: 1px solid #ece7e1;
  background: #faf8f6;
}

.home-stats__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem 3rem;
}

.home-stats__rating {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}

.home-stats__rating strong {
  color: #2e2720;
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: 2.15rem;
  font-weight: 500;
  line-height: 1;
}

.home-stats__rating strong span { color: #95806e; font-size: 1rem; }

.home-stats__rating small,
.home-stats__cities > small {
  color: #7a6f66;
  font-size: 0.74rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* Divider between the rating and the city list. */
.home-stats__cities {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem 1rem;
  padding-left: 3rem;
  border-left: 1px solid #e3ddd6;
}

.home-stats__cities ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-stats__cities li {
  color: #2e2720;
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .home-stats__inner { gap: 1rem; flex-direction: column; }
  .home-stats__cities {
    justify-content: center;
    padding-left: 0;
    padding-top: 1rem;
    border-left: 0;
    border-top: 1px solid #e3ddd6;
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  .home-stats__cities ul { justify-content: center; }
  .home-stats__rating strong { font-size: 1.85rem; }
}

/* Search widget, relocated from the hero onto a light section. */
.search-glass--inline {
  max-width: 900px;
  margin: 0 auto 2.5rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid #ece7e1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(35, 31, 32, 0.07);
}

@media (max-width: 575px) {
  .search-glass--inline { padding: 0.85rem; margin-bottom: 1.75rem; }
}

/* ── Home: service areas ──────────────────────────────────────────────── */
.home-areas__intro {
  max-width: 62ch;
  margin: -0.5rem auto 2.25rem;
  color: #6f645a;
  text-align: center;
}

.home-areas__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.25rem;
}

.home-area {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.6rem 1.5rem;
  border: 1px solid #ece7e1;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-area:hover,
.home-area:focus-visible {
  transform: translateY(-3px);
  border-color: #ded5cb;
  box-shadow: 0 12px 28px rgba(35, 31, 32, 0.11);
  color: inherit;
}

.home-area__city {
  color: #2e2720;
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.home-area__count { color: #95806e; font-size: 0.88rem; font-weight: 600; }
.home-area__from  { color: #7a6f66; font-size: 0.82rem; }

/* ── Home: FAQ ────────────────────────────────────────────────────────── */
.home-faq__list {
  max-width: 820px;
  margin: 0 auto;
}

.home-faq__item {
  border: 1px solid #ece7e1;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 0.85rem;
  overflow: hidden;
}

.home-faq__item summary {
  position: relative;
  padding: 1.1rem 3rem 1.1rem 1.35rem;
  color: #2e2720;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.home-faq__item summary::-webkit-details-marker { display: none; }

.home-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  color: #95806e;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.home-faq__item[open] summary::after { content: "\2013"; }

.home-faq__item summary:hover { color: #95806e; }

.home-faq__item p {
  margin: 0;
  padding: 0 1.35rem 1.25rem;
  color: #5d554e;
  font-size: 0.93rem;
  line-height: 1.65;
}

@media (max-width: 575px) {
  .home-stats__list { gap: 1rem 2rem; }
  .home-stats__list strong { font-size: 1.75rem; }
  .home-areas__grid { grid-template-columns: 1fr 1fr; gap: 0.85rem; }
  .home-area { padding: 1.2rem 1rem; }
}

/* ── Property filter ──────────────────────────────────────────────────── */
.pfilter {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr auto;
  gap: 0.85rem;
  align-items: end;
}

.pfilter__field { display: flex; flex-direction: column; min-width: 0; }

.pfilter__field label {
  margin-bottom: 0.3rem;
  color: #7a6f66;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pfilter__field select,
.pfilter__field input {
  width: 100%;
  height: 48px;
  padding: 0 0.85rem;
  border: 1px solid #ded5cb;
  border-radius: 10px;
  background: #fff;
  color: #2e2720;
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.2;
  appearance: none;
  -webkit-appearance: none;
}

/* Native date inputs draw their picker above all page content, which the
   previous widget's absolutely positioned dropdown did not. */
.pfilter__field input[type="date"] { -webkit-appearance: none; }

.pfilter__field select {
  padding-right: 2.1rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%2395806e' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 11px;
}

.pfilter__field select:focus,
.pfilter__field input:focus {
  outline: none;
  border-color: #95806e;
  box-shadow: 0 0 0 3px rgba(149, 128, 110, 0.18);
}

.pfilter__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  height: 48px;
  padding: 0 1.6rem;
  border: 1px solid #95806e;
  border-radius: 10px;
  background: #95806e;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.pfilter__submit:hover,
.pfilter__submit:focus-visible { background: #7d6b5c; border-color: #7d6b5c; color: #fff; }

@media (max-width: 991px) {
  .pfilter { grid-template-columns: 1fr 1fr; }
  .pfilter__submit { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .pfilter { grid-template-columns: 1fr; }
}

/* The search card sits above the listing grid; keep it on its own layer so
   nothing below can overlap it. */
.search-glass--inline { position: relative; z-index: 5; }

/* ── Card feature strip (guests / bedrooms / baths) ───────────────────── */
.pfeatures {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.1rem;
  margin: 0;
  padding: 0.35rem 1.25rem 0;
  list-style: none;
  column-gap: 1.1rem;
}

.pfeatures li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #7a6f66;
  font-size: 0.82rem;
  line-height: 1.4;
  white-space: nowrap;
}

/* The previous strip sized these icons at 1.6rem, far larger than the label
   beside them. Match them to the text instead. */
.pfeatures li .fa,
.pfeatures li svg,
.pfeatures li .svg-inline--fa {
  width: 0.95em;
  color: #95806e;
  font-size: 0.92em;
  margin: 0;
}

/* Card button: .btn carries a blanket margin:1em, which combined with
   width:100% pushed it off-centre and over the card edge. */
.available_properties_wrap .float_btn_wrap .btn {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}

.available_properties_wrap .float_btn_wrap { padding-top: 0.9rem; }

@media (max-width: 575px) {
  .pfeatures { gap: 0.3rem 0.8rem; }
  .pfeatures li { font-size: 0.78rem; }
}

/* ── Home section rhythm ──────────────────────────────────────────────────
   Sections alternate ground colour so each one reads as its own band, and
   every heading gets a small eyebrow label above it. Previously every block
   was white-on-white with the same centred heading, which made the page
   read as one long undifferentiated column.                              */
.home-areas,
.home-reviews { background: #f6f2ee; }

.home-why { background: #fff; }

.home-intro {
  background: #231f20;
  color: #fff;
}

.home-faq { background: #faf8f6; }

.home-areas,
.home-why,
.home-intro,
.home-faq,
.home-reviews { padding: 4.5em 0; }

/* Eyebrow label */
.sec-eyebrow {
  margin: 0 0 0.75rem;
  color: #95806e;
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
}

/* Sections whose heading is .title-left need a left-aligned eyebrow too.
   An earlier `.title-left + .sec-eyebrow` never matched: the eyebrow is
   rendered BEFORE the heading, so it is never the adjacent sibling. */
.home-intro__body .sec-eyebrow,
.home-about__body .sec-eyebrow,
.home-vision__body .sec-eyebrow,
.city-content__body .sec-eyebrow { text-align: left; }

/* Home section headings: larger and tighter than the site default. */
.home-areas .title,
.home-why .title,
.home-intro .title,
.home-faq .title,
.home-reviews .title {
  margin-bottom: 1.9rem;
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
}

.home-intro .title { color: #fff; }

/* ── Why book direct: real card surfaces ──────────────────────────────── */
.home-why__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 1.5rem;
}

.home-why__item {
  position: relative;
  padding: 1.9rem 1.5rem 1.6rem;
  border: 1px solid #ece7e1;
  border-radius: 14px;
  background: #faf8f6;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.home-why__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(35, 31, 32, 0.1);
}

.home-why__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #95806e;
  color: #fff;
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.home-why__item h3 {
  margin-bottom: 0.55rem;
  color: #2e2720;
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.35;
}

.home-why__item p {
  margin: 0;
  color: #5d554e;
  font-size: 0.9rem;
  line-height: 1.65;
}

/* ── Intro band: copy left, offer cards right ─────────────────────────── */
.home-intro__cols {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.home-intro__body { max-width: none; }

.home-intro__body p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.8;
}

.home-intro__body p + p { margin-top: 1rem; }

.home-intro .title:after { background: #95806e; }

.home-intro__aside { display: grid; gap: 1rem; }

.offer-card {
  display: block;
  padding: 1.5rem 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

.offer-card:hover,
.offer-card:focus-visible {
  transform: translateY(-3px);
  border-color: #95806e;
  background: rgba(149, 128, 110, 0.18);
  color: #fff;
}

.offer-card__title {
  display: block;
  margin-bottom: 0.4rem;
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: 1.18rem;
  font-weight: 500;
}

.offer-card__body {
  display: block;
  margin-bottom: 0.9rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.87rem;
  line-height: 1.6;
}

.offer-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #c3b25f;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-card__cta .fa,
.offer-card__cta svg { font-size: 0.85em; transition: transform 0.28s ease; }

.offer-card:hover .offer-card__cta .fa,
.offer-card:hover .offer-card__cta svg { transform: translateX(4px); }

/* Service-area cards get more presence on the tinted band. */
.home-area { background: #fff; border-color: #e3ddd6; }

@media (max-width: 991px) {
  .home-intro__cols { grid-template-columns: 1fr; gap: 2.25rem; }
}

@media (max-width: 575px) {
  .home-areas, .home-why, .home-intro, .home-faq, .home-reviews { padding: 3.25em 0; }
  .home-why__grid { gap: 1rem; }
  .home-why__item { padding: 1.5rem 1.25rem 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  .home-why__item, .offer-card, .offer-card__cta .fa, .offer-card__cta svg { transition: none; }
  .home-why__item:hover, .offer-card:hover { transform: none; }
}

/* ── Home: about ──────────────────────────────────────────────────────── */
.home-about { background: #fff; padding: 4.5em 0; }

.home-about__cols {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 3.5rem;
  align-items: center;
}

/* The brand mark is painted by .bg_image / .bg_image1 :before, which is
   absolutely positioned and so contributes no height of its own. */
.home-about__mark {
  position: relative;
  min-height: 260px;
}

.home-about__body p {
  color: #5d554e;
  font-size: 0.98rem;
  line-height: 1.8;
}

.home-about__body p + p { margin-top: 0.9rem; }

.home-about__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.6rem;
  padding: 0.85rem 1.8rem;
  border: 1px solid #95806e;
  border-radius: 10px;
  background: #95806e;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease;
}

.home-about__cta:hover,
.home-about__cta:focus-visible {
  transform: translateY(-2px);
  background: transparent;
  color: #95806e;
}

.home-about__cta .fa,
.home-about__cta svg { font-size: 0.85em; transition: transform 0.28s ease; }
.home-about__cta:hover .fa,
.home-about__cta:hover svg { transform: translateX(4px); }

/* ── Home: vision ─────────────────────────────────────────────────────────
   Rebuilt as a split panel. The old treatment was a 106deg gradient over a
   background image, which buried most of the photo and did not sit with the
   rest of the page. Scoped to .home-vision, so every other page that uses
   .vision_wrap.diagonal_bg for its inner banner is untouched.           */
.home-vision { background: #fff; padding: 0 0 4.5em; }

.home-vision__panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  overflow: hidden;
  border: 1px solid #ece7e1;
  border-radius: 18px;
  background: #231f20;
  box-shadow: 0 18px 40px rgba(35, 31, 32, 0.12);
}

.home-vision__media {
  min-height: 340px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-vision__body { padding: 3rem 3rem 3rem 2.75rem; }

.home-vision__body .title {
  color: #fff;
  margin-bottom: 1.5rem;
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 500;
  text-transform: none;
}

.home-vision__body .title:after { background: #95806e; }

.home-vision__body p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
  line-height: 1.75;
}

.home-vision__body p + p { margin-top: 0.85rem; }

.home-vision__body strong { color: #c3b25f; font-weight: 600; }

@media (max-width: 991px) {
  .home-about__cols { grid-template-columns: 1fr; gap: 2rem; }
  .home-about__mark { min-height: 170px; }
  .home-vision__panel { grid-template-columns: 1fr; }
  .home-vision__media { min-height: 240px; }
  .home-vision__body { padding: 2.25rem 1.75rem; }
}

@media (max-width: 575px) {
  .home-about { padding: 3.25em 0; }
  .home-vision { padding-bottom: 3.25em; }
}

@media (prefers-reduced-motion: reduce) {
  .home-about__cta, .home-about__cta .fa, .home-about__cta svg { transition: none; }
  .home-about__cta:hover { transform: none; }
}

/* ── City landing page ────────────────────────────────────────────────── */
.city-hero {
  padding: 3.25em 0 2.25em;
  border-bottom: 1px solid #ece7e1;
  background: #faf8f6;
}

.city-crumb {
  margin-bottom: 0.9rem;
  color: #7a6f66;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.city-crumb a { color: #95806e; text-decoration: none; }
.city-crumb a:hover { text-decoration: underline; }
.city-crumb span { margin: 0 0.35rem; color: #c8bfb6; }

.city-hero h1 {
  margin: 0 0 0.75rem;
  color: #2e2720;
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: clamp(1.7rem, 3.1vw, 2.6rem);
  font-weight: 500;
  line-height: 1.2;
}

.city-hero__lede {
  max-width: 68ch;
  margin: 0;
  color: #6f645a;
  font-size: 1.02rem;
  line-height: 1.7;
}

.city-content { background: #f6f2ee; padding: 4em 0; }

.city-content__cols {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 3rem;
  align-items: start;
}

.city-content__body p {
  color: #5d554e;
  font-size: 0.98rem;
  line-height: 1.8;
}

.city-content__body p + p { margin-top: 0.9rem; }

.city-content__amenities {
  padding: 1.75rem;
  border: 1px solid #e3ddd6;
  border-radius: 14px;
  background: #fff;
}

.city-content__amenities h3 {
  margin: 0 0 1rem;
  color: #2e2720;
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.city-content__amenities ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.city-content__amenities li {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  color: #5d554e;
  font-size: 0.85rem;
}

.city-content__amenities li .fa,
.city-content__amenities li svg { color: #95806e; font-size: 0.78em; }

@media (max-width: 991px) {
  .city-content__cols { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 575px) {
  .city-hero { padding: 2.5em 0 1.75em; }
  .city-content { padding: 3em 0; }
  .city-content__amenities ul { grid-template-columns: 1fr; }
}

/* City pages end on the tinted city-content band, which should meet the
   footer directly. .footer-wrap carries a global margin-top: 9em, so it is
   cleared here rather than on the section, keeping the section's own inner
   padding that holds the text off the edge. */
body.city_page .footer-wrap { margin-top: 0; }

/* Review disclosure + "read the full review" link */
.guest-reviews__more { margin-top: 1.5rem; }

.guest-reviews__more > summary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid #95806e;
  border-radius: 10px;
  color: #95806e;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.guest-reviews__more > summary::-webkit-details-marker { display: none; }
.guest-reviews__more > summary::after { content: "\002B"; font-size: 1.05em; line-height: 1; }
.guest-reviews__more[open] > summary::after { content: "\2212"; }

.guest-reviews__more > summary:hover,
.guest-reviews__more > summary:focus-visible { background: #95806e; color: #fff; }

.guest-reviews__more .guest-reviews__list { margin-top: 1.25rem; }

.guest-review__listing a { color: inherit; text-decoration: none; }
.guest-review__listing a:hover,
.guest-review__listing a:focus-visible { text-decoration: underline; }

.guest-review__more { margin: 0.75rem 0 0; }

.guest-review__more a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #95806e;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.guest-review__more a:hover,
.guest-review__more a:focus-visible { text-decoration: underline; }
.guest-review__more .fa, .guest-review__more svg { font-size: 0.8em; }

/* ── Inner pages: brought in line with the home and city pages ──────────── */
.page-hero .sec-eyebrow { text-align: left; margin-bottom: 0.5rem; }

/* Section rhythm. These pages were an unbroken run of white sections with
   identical centred headings, the same problem the home page had. */
.services_wrap        { background: #f6f2ee; }
.faq-wrap             { background: #faf8f6; }
.services_wrap + .services_wrap { background: #fff; }

.services_wrap .title,
.faq-wrap .title,
.vision_wrapper .title {
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-weight: 500;
  text-transform: none;
}

/* Service cards: were bare text with an oversized circular icon. */
.services_wrap .service_box_hold {
  height: 100%;
  padding: 1.9rem 1.6rem;
  border: 1px solid #ece7e1;
  border-radius: 14px;
  background: #fff;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.services_wrap .service_box_hold:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(35, 31, 32, 0.1);
}

.services_wrap .service_icon .fa,
.services_wrap .service_icon svg {
  width: 44px;
  height: 44px;
  margin-bottom: 0.9rem;
  border: 0;
  border-radius: 12px;
  background: rgba(149, 128, 110, 0.12);
  color: #95806e;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.services_wrap .service_box_detail .title {
  font-size: 1.04rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.services_wrap .service_box_detail p {
  color: #5d554e;
  font-size: 0.92rem;
  line-height: 1.65;
}

.services_wrap .row > [class*="col-"] { margin-bottom: 1.5rem; display: flex; }
.services_wrap .row > [class*="col-"] > * { width: 100%; }

/* FAQ accordion: match the home-page FAQ surface. */
.faq-wrap .accordion-item {
  margin-bottom: 0.85rem;
  border: 1px solid #ece7e1;
  border-radius: 12px !important;
  background: #fff;
  overflow: hidden;
}

.faq-wrap .accordion-button {
  padding: 1.1rem 1.35rem;
  font-size: 1rem;
  font-weight: 600;
  color: #2e2720;
  background: #fff;
}

.faq-wrap .accordion-button:not(.collapsed) {
  background: #faf8f6;
  color: #95806e;
  box-shadow: none;
}

.faq-wrap .accordion-body {
  padding: 0 1.35rem 1.25rem;
  color: #5d554e;
  font-size: 0.93rem;
  line-height: 1.65;
}

/* CTA bands */
.cta-wrapper { background: #231f20; }
.cta-wrapper .title,
.cta-wrapper h2 { color: #fff; font-family: "Oswald", "Noto Sans", sans-serif; font-weight: 500; }

/* Search page: filter card sits on the page, results below. */
.search_page .section1 { padding-top: 2.5em; }

@media (prefers-reduced-motion: reduce) {
  .services_wrap .service_box_hold { transition: none; }
  .services_wrap .service_box_hold:hover { transform: none; }
}

/* Check-marked benefit lines inside the vision panel */
.home-vision__check {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.82);
}

.home-vision__check .fa,
.home-vision__check svg { color: #c3b25f; font-size: 0.85em; flex: 0 0 auto; }

/* The about page reuses .home-about / .home-vision, but sits directly under
   the page hero, so it does not need the home page's top gap. */
.page-hero + .content-wrap .home-about,
.content-wrap > .home-about:first-child { padding-top: 3.25em; }

/* ── Closing CTA band ─────────────────────────────────────────────────── */
.page-cta {
  background: #231f20;
  color: #fff;
  text-align: center;
  padding: 4.25em 0;
}

.page-cta .sec-eyebrow { color: #c3b25f; }

.page-cta .title {
  color: #fff;
  margin-bottom: 1rem;
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.15rem);
  font-weight: 500;
  text-transform: none;
}

.page-cta .title:after { display: none; }

.page-cta__body {
  max-width: 60ch;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.7;
}

.page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.page-cta__btn {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 1.9rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  color: #fff;
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.28s ease, border-color 0.28s ease,
              color 0.28s ease, transform 0.28s ease;
}

.page-cta__btn:hover,
.page-cta__btn:focus-visible {
  transform: translateY(-2px);
  border-color: #95806e;
  background: rgba(149, 128, 110, 0.22);
  color: #fff;
}

.page-cta__btn--primary { border-color: #95806e; background: #95806e; }
.page-cta__btn--primary:hover,
.page-cta__btn--primary:focus-visible { background: #7d6b5c; border-color: #7d6b5c; }

.page-cta__areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  align-items: baseline;
  justify-content: center;
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.page-cta__areas > span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-cta__areas ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-cta__areas a {
  color: #fff;
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: 1.05rem;
  text-decoration: none;
}

.page-cta__areas a:hover,
.page-cta__areas a:focus-visible { color: #c3b25f; }

/* This band closes the page, so it should meet the footer. */
.page-cta + .footer-wrap { margin-top: 0; }

@media (max-width: 575px) {
  .page-cta { padding: 3em 0; }
  .page-cta__actions { flex-direction: column; }
  .page-cta__btn { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .page-cta__btn { transition: none; }
  .page-cta__btn:hover { transform: none; }
}

/* ── About intro: balance the tall copy column ────────────────────────── */
/* The shared .home-about grid pairs a short column of copy with the brand
   mark. About carries roughly a third more copy, so the mark alone left the
   left column looking empty; it now sits above a card of live figures, and
   the columns are evened out. */
/* About intro: copy left, live figures right. No brand mark here -- the
   header already carries it, and it left the column looking half-empty. */
.about_page .home-about__cols { grid-template-columns: 70fr 30fr; align-items: center; }

.home-about__aside { display: flex; flex-direction: column; gap: 1.5rem; }


.about-facts {
  padding: 1.75rem;
  border: 1px solid #e3ddd6;
  border-radius: 14px;
  background: #faf8f6;
}

.about-facts__head {
  margin: 0 0 1.1rem;
  color: #7a6f66;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-facts ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-facts strong {
  display: block;
  color: #2e2720;
  font-family: "Oswald", "Noto Sans", sans-serif;
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1;
}

.about-facts strong span { color: #95806e; font-size: 0.9rem; }

.about-facts small {
  display: block;
  margin-top: 0.3rem;
  color: #7a6f66;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .about_page .home-about__cols { grid-template-columns: 1fr; }
  .home-about__aside { gap: 1.25rem; }
}

@media (max-width: 420px) {
  .about-facts ul { grid-template-columns: 1fr; gap: 1rem; }
}
