  :root {
    --gold: #c9a574;
    --ink: #1d1b19;
    --muted: #6d6862;
    --cream: #f7f5f0;
  }

  * {
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }

  body {
    color: var(--ink);
    font-family: "DM Sans", sans-serif;
    max-width: 100%;
    overflow-x: hidden;
  }

  img,
  svg,
  iframe {
    max-width: 100%;
  }

  main,
  main section,
  .container,
  .row,
  [class*="-grid"],
  [class*="-layout"] {
    min-width: 0;
  }

  .wow.animate__animated {
    --animate-duration: 1.2s;
  }

  @media (prefers-reduced-motion: reduce) {
    .wow {
      animation: none !important;
      visibility: visible !important;
    }
  }

  .site-header {
    background: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent);
    box-shadow: none;
    position: absolute !important;
    top: 0;
    transition: background-color .25s ease, box-shadow .25s ease;
  }

  .site-header.is-sticky {
    background: #fff;
    box-shadow: 0 2px 14px rgba(22, 30, 40, .10);
    position: fixed !important;
  }

  .navbar {
    min-height: 88px;
  }

  .navbar-brand {
    align-items: center;
    background: #fff;
    border-radius: 3px;
    display: flex;
    height: 48px;
    justify-content: center;
    padding: .4rem .55rem;
    width: 145px;
  }

  .navbar-brand img {
    height: auto;
    
    max-width: 126px;
    width: auto;
  }

  .nav-link a{
    color: rgba(255, 255, 255, .9) !important;
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration:none;
  }

  .nav-link:hover,
  .nav-link.current-menu-item a {
    color: var(--gold) !important;
  }

  .site-header.is-sticky .nav-link a{
    color: #1d2a38 !important;
  }

  .header-actions {
    align-items: center;
    display: flex;
    gap: .85rem;
  }

  .whatsapp {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 0;
    height: 32px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    transform: none;
    width: 32px;
  }

  .whatsapp::before {
    content: "\F618";
    font-family: "bootstrap-icons";
    font-size: 1.2rem;
  }

  .site-header.is-sticky .whatsapp {
    color: #1d2a38;
  }

  .book-nav {
    background: var(--gold);
    border-radius: 0;
    color: white;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    padding: .8rem 1.55rem;
    text-transform: uppercase;
  }

  .book-nav:hover {
    background: #af895a;
    color: white;
  }

  .site-header .navbar-toggler-icon {
    filter: none;
  }

  .site-header.is-sticky .navbar-toggler-icon {
    filter: invert(1);
  }

  .hero {
    background: url("http://aslhotel.in/wp-content/uploads/2026/09/ChatGPT-Image-Sep-16-2026-08_35_22-AM.png") center 48%/cover no-repeat;
    min-height: 788px;
    height: min(91vh, 788px);
    position: relative;
    display: grid;
    place-items: center;
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 9, 8, .58), rgba(8, 8, 7, .27) 54%, rgba(8, 8, 7, .5));
  }

  .hero-content {
    position: relative;
    padding-top: 52px;
  }

  .eyebrow {
    color: white;
    font-size: .93rem;
    font-weight: 700;
    letter-spacing: .34em;
    margin: 0 0 1.25rem;
    text-transform: uppercase;
  }

  .hero h1,
  h2,
  h3 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 5.35vw, 5rem);
    line-height: 1.02;
    margin: 0 auto 2.8rem;
  }

  .hero-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }

  .btn {
    border-radius: 0;
    font-size: 1.00rem;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 1rem 1.7rem;
    text-transform: uppercase;
  }

  .btn-gold {
    background: var(--gold);
    border-color: var(--gold);
    color: white;
  }

  .btn-gold:hover {
    background: #af895a;
    border-color: #af895a;
    color: white;
  }

  .btn-ghost {
    border: 1px solid white;
    color: white;
  }

  .btn-ghost:hover {
    background: white;
    color: var(--ink);
  }

  .booking-wrap {
    margin-top: -61px;
    position: relative;
    z-index: 2;
  }

  .booking-wrap .container {
    max-width: 1015px;
  }

  .booking-form {
    background: linear-gradient(180deg, rgba(51, 49, 46, .95) 0 55%, #f9f9f9 55%);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .18);
    display: grid;
    gap: .85rem;
    grid-template-columns: repeat(4, 1fr) 1.18fr;
    padding: 1.85rem 1.7rem;
  }

  .booking-field label {
    color: white;
    display: block;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: .55rem;
    text-transform: uppercase;
  }

  .booking-field input,
  .booking-field select {
    border: 0;
    border-radius: 0;
    color: #302e2b;
    font-size: .86rem;
    font-weight: 500;
    min-height: 46px;
    padding: 0 .8rem;
    width: 100%;
  }

  .availability {
    align-self: end;
    min-height: 46px;
    padding: .75rem .8rem;
    white-space: nowrap;
  }

  .section-space {
    padding: 7rem 0;
  }

  .intro {
    background: white;
    padding: 7.5rem 0 6.9rem;
  }

  .intro-row {
    --bs-gutter-x: 5rem;
  }

  .story-image-frame {
    background: white;
    box-shadow: 0 21px 34px rgba(28, 29, 27, .13);
    height: 418px;
    margin-left: 1.25rem;
    padding: 20px;
    position: relative;
  }

  .story-image-frame::before {
    border-left: 2px solid rgba(191, 147, 95, .76);
    border-top: 2px solid rgba(191, 147, 95, .76);
    content: "";
    height: 70%;
    left: -21px;
    position: absolute;
    top: -21px;
    width: 72%;
  }

  .story-image-frame::after {
    border-bottom: 2px solid rgba(191, 147, 95, .76);
    border-right: 2px solid rgba(191, 147, 95, .76);
    bottom: -21px;
    content: "";
    height: 70%;
    position: absolute;
    right: -21px;
    width: 72%;
  }

  .story-image-frame img,
  .event-image {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .intro-copy {
    padding-left: 1.75rem;
  }

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

  .intro h2,
  .rooms h2,
  .events h2 {
    font-size: clamp(2.25rem, 4vw, 3.7rem);
    line-height: 1.1;
    margin-bottom: 1.4rem;
  }

  .body-copy {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.72;
    margin-bottom: 1.35rem;
  }

  .intro .eyebrow {
    margin-bottom: 1.1rem;
  }

  .intro h2 {
    font-size: clamp(2.45rem, 4vw, 3.55rem);
    letter-spacing: -.035em;
    line-height: .98;
    margin-bottom: 1.7rem;
  }

  .story-link {
    border-bottom: 1px solid #384251;
    display: inline-block;
    padding-bottom: .3rem;
  }

  .text-link {
    color: var(--ink);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .text-link span,
  .room-detail a span {
    color: var(--gold);
    font-size: 1.2rem;
    margin-left: .4rem;
  }

  .rooms {
    background: #f8f7f5;
    padding: 6.1rem 0 3.4rem;
  }

  .accommodation-heading {
    margin-bottom: 3.8rem;
  }

  .accommodation-heading .eyebrow {
    margin-bottom: .9rem;
  }

  .accommodation-heading h2 {
    font-size: clamp(2.8rem, 4.4vw, 4rem);
    line-height: 1;
    margin: 0;
  }

  .accommodation-grid {
    /* max-width: 1070px; */
    margin: 0 auto;
  }

  .accommodation-card {
    background: #fff;
    height: 100%;
  }

  .room-photo {
    height: 275px;
    overflow: hidden;
    position: relative;
  }

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

  .rating {
    background: white;
    color: #3a4451;
    font-size: .66rem;
    font-weight: 700;
    padding: .32rem .55rem;
    position: absolute;
    right: 14px;
    top: 14px;
  }

  .rating::first-letter {
    color: var(--gold);
  }

  .signature {
    background: #19314c;
    bottom: 14px;
    color: #fff;
    font-size: .61rem;
    font-weight: 700;
    left: 14px;
    letter-spacing: .05em;
    padding: .3rem .65rem;
    position: absolute;
    text-transform: uppercase;
  }

  .accommodation-body {
    padding: 2rem 2.15rem 1.85rem;
  }

  .accommodation-body h3 {
    color: #172334;
    font-size: 1.75rem;
    margin-bottom: .65rem;
  }

  .accommodation-body p {
    color: #727881;
    font-size: .99rem;
    line-height: 1.65;
    margin: 0;
    min-height: 64px;
  }

  .room-specs {
    border-bottom: 1px solid #eee9e3;
    display: flex;
    gap: .75rem;
    list-style: none;
    margin: 1.25rem 0 1.45rem;
    padding: 0 0 1.25rem;
  }

  .room-specs li {
    color: #6d737b;
    font-size: .82rem;
    white-space: nowrap;
  }

  .room-specs i {
    color: #c5a67c;
    font-size: .9rem;
    margin-right: .24rem;
  }

  .room-price {
    align-items: end;
    display: flex;
    justify-content: space-between;
  }

  .room-price span {
    color: #6f7780;
    display: block;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: .25rem;
    text-transform: uppercase;
  }

  .room-price strong {
    color: #172334;
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 1.55rem;
    font-weight: 600;
  }

  .room-price small {
    font-family: "DM Sans", sans-serif;
    font-size: .9rem;
    font-weight: 400;
  }

  .room-price a {
    color: var(--gold);
    font-size: .87rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .room-price a i {
    font-size: .85rem;
    margin-left: .45rem;
  }

  .accommodation-action {
    margin-top: 3.4rem;
  }

  .btn-accommodation {
    border: 1px solid #263446;
    color: #172334;
    padding: .78rem 1.65rem;
  }

  .btn-accommodation:hover {
    background: #172334;
    color: white;
  }

  .amenities {
    background: #182230;
    color: #fff;
    padding: 7.8rem 0 7.25rem;
  }

  .amenities-heading {
    margin-bottom: 5.1rem;
  }

  .amenities-heading .eyebrow {
    color: #d2a463;
    margin-bottom: 1.05rem;
  }

  .amenities-heading h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.8rem, 4.35vw, 4rem);
    font-weight: 400;
    line-height: 1;
    margin: 0;
  }

  .amenities-grid {
    display: grid;
    gap: 3.8rem 2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    /* max-width: 910px; */
  }

  .amenity {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .amenity-icon {
    align-items: center;
    border: 1px solid rgba(207, 220, 235, .25);
    border-radius: 50%;
    color: #d7ad70;
    display: flex;
    height: 82px;
    justify-content: center;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
    width: 82px;
  }

  .amenity-icon svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 50px;
  }

  .amenity h3 {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.35;
    margin: 1.45rem 0 0;
    text-transform: uppercase;
  }

  .amenity:hover .amenity-icon {
    background: rgba(215, 173, 112, .08);
    border-color: rgba(215, 173, 112, .75);
    transform: translateY(-3px);
  }

  .why-choose {
    background: #fff;
    padding: 7.75rem 0;
  }

  .why-choose .row {
    --bs-gutter-x: 5rem;
  }

  .why-choose-copy {
    max-width: 405px;
  }

  .why-choose-copy .eyebrow {
    margin-bottom: 1.2rem;
  }

  .why-choose-copy h2 {
    color: #172334;
    font-size: clamp(2.65rem, 4vw, 3.75rem);
    line-height: 1.05;
    margin: 0 0 1.7rem;
  }

  .why-choose-copy>p:last-child {
    color: #6d737b;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
  }

  .why-choose-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-card {
    background: #f8f7f5;
    min-height: 224px;
    padding: 2rem 2.15rem;
  }

  .why-icon {
    align-items: center;
    background: #172334;
    display: flex;
    height: 49px;
    justify-content: center;
    margin-bottom: 1.65rem;
    width: 49px;
  }

  .why-icon img {
    display: block;
    height: 21px;
    max-width: 22px;
    object-fit: contain;
    width: 22px;
  }

  .why-card h3 {
    color: #172334;
    font-size: 1.28rem;
    line-height: 1.2;
    margin: 0 0 .85rem;
  }

  .why-card p {
    color: #6d737b;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
  }

  .curated-experiences {
    background: #fbfaf8;
    padding: 7.7rem 0;
  }

  .experiences-heading {
    margin-bottom: 3.8rem;
  }

  .experiences-heading .eyebrow {
    margin-bottom: 1.2rem;
  }

  .experiences-heading h2 {
    color: #172334;
    font-size: clamp(2.8rem, 4.35vw, 4rem);
    line-height: 1;
    margin: 0;
  }

  .experiences-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 288px);
    margin: 0 auto;
    max-width: 1220px;
  }

  .experience-card {
    color: #fff;
    display: block;
    min-height: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
  }

  .experience-feature {
    grid-row: span 2;
  }

  .experience-card img {
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
    width: 100%;
  }

  .experience-feature img {
    object-position: center 45%;
  }

  .experience-overlay {
    background: linear-gradient(0deg, rgba(9, 17, 29, .83), rgba(9, 17, 29, .04) 67%);
    inset: 0;
    position: absolute;
  }

  .experience-content {
    bottom: 1.75rem;
    display: flex;
    flex-direction: column;
    left: 1.65rem;
    position: absolute;
  }

  .experience-content strong {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.15;
  }

  .experience-content small {
    color: #d8b47d;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin-top: 2.5rem;
    text-transform: uppercase;
  }

  .experience-content b {
    font-size: .9rem;
    font-weight: 400;
    margin-left: .45rem;
  }

  .experience-card:hover img {
    transform: scale(1.045);
  }

  .testimonials {
    background: #182230;
    color: #fff;
    overflow: hidden;
    padding: 6.2rem 0 5.75rem;
    position: relative;
  }

  .testimonials::before,
  .testimonials::after {
    border: 1px solid rgba(210, 164, 99, .15);
    border-radius: 50%;
    content: "";
    height: 380px;
    position: absolute;
    width: 380px;
  }

  .testimonials::before {
    right: -270px;
    top: -250px;
  }

  .testimonials::after {
    bottom: -300px;
    left: -125px;
  }

  .testimonials-heading {
    margin-bottom: 5rem;
    position: relative;
    z-index: 1;
  }

  .testimonials-heading .eyebrow {
    color: #d2a463;
    margin-bottom: 1.05rem;
  }

  .testimonials-heading h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.8rem, 4.25vw, 4rem);
    font-weight: 400;
    line-height: 1;
    margin: 0;
  }

  .testimonials-grid {
    position: relative;
    z-index: 1;
  }

  .testimonial-card {
    background: #2c405c;
    height: 100%;
    min-height: 268px;
    padding: 3.65rem 2rem 2rem;
    position: relative;
  }

  .guest-avatar {
    border: 2px solid #d0a76a;
    border-radius: 50%;
    height: 65px;
    left: 2rem;
    object-fit: cover;
    position: absolute;
    top: -33px;
    width: 65px;
  }

  .star-rating {
    height: 14px;
    margin-bottom: 1.35rem;
    width: 70px;
  }

  .star-rating svg {
    display: block;
    fill: #d6a968;
    height: 14px;
    width: 70px;
  }

  .testimonial-card blockquote {
    color: #fff;
    font-size: .96rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0 0 1.6rem;
  }

  .testimonial-card footer {
    display: flex;
    flex-direction: column;
    background: transparent;
  }

  .testimonial-card footer strong {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.25;
  }

  .testimonial-card footer span {
    color: #b2bdca;
    font-size: .86rem;
    letter-spacing: .06em;
    margin-top: .45rem;
    text-transform: uppercase;
  }

  .gallery-section {
    background: #fbfaf8;
    padding: 7.7rem 0 6rem;
  }

  .gallery-heading {
    margin-bottom: 3.8rem;
  }

  .gallery-heading .eyebrow {
    margin-bottom: 1.2rem;
  }

  .gallery-heading h2 {
    color: #172334;
    font-size: clamp(2.8rem, 4.35vw, 4rem);
    line-height: 1;
    margin: 0;
  }

  .hotel-gallery {
    display: grid;
    gap: .7rem;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 255px);
    margin: 0 auto;
  }

  .gallery-photo {
    display: block;
    min-height: 0;
    overflow: hidden;
  }

  .gallery-feature {
    grid-row: span 2;
  }

  .gallery-photo img {
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
    width: 100%;
  }

  .gallery-photo:hover img {
    transform: scale(1.045);
  }

  .gallery-action {
    margin-top: 2.45rem;
  }

  .btn-gallery {
    border: 1px solid #344253;
    color: #172334;
    font-size: 1rem;
    padding: .76rem 1.55rem;
  }

  .btn-gallery:hover {
    background: #172334;
    color: #fff;
  }

  .events {
    background: #292724;
    color: white;
  }

  .events .body-copy {
    color: #d1cbc4;
  }

  .event-image {
    display: block;
    height: 450px;
  }

  .btn-dark-outline {
    border: 1px solid #d4b486;
    color: white;
  }

  .btn-dark-outline:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: white;
  }

  footer {
    background: #171615;
    color: #d5d0ca;
    font-size: .88rem;
  }

  footer p {
    line-height: 1.7;
    margin: 0;
  }

  footer a {
    color: #d5d0ca;
    line-height: 1.8;
    text-decoration: none;
  }

  .footer-logo {
    max-width: 150px;
  }

  @media (max-width : 991.98px) {
    .navbar-collapse {
      background: #fff;
      border-top: 1px solid #e6e9ed;
      margin-top: 1rem;
      padding: 1rem;
    }

    .site-header:not(.is-sticky) .navbar-collapse {
      background: #1e1c1a;
      border-top-color: rgba(255, 255, 255, .15);
    }

    .header-actions {
      margin-top: 1rem;
    }

    .booking-form {
      grid-template-columns: repeat(2, 1fr);
    }

    .availability {
      width: 100%;
    }

    .hero {
      min-height: 720px;
    }

    .section-space {
      padding: 5rem 0;
    }

    .intro-copy {
      padding-left: .75rem;
    }

    .story-image-frame {
      margin-left: 1.25rem;
    }

    .accommodation-grid {
      max-width: 720px;
    }

    .room-photo {
      height: 285px;
    }

    .amenities {
      padding: 6rem 0;
    }

    .amenities-heading {
      margin-bottom: 4rem;
    }

    .amenities-grid {
      gap: 3.25rem 1.5rem;
      max-width: 690px;
    }

    .why-choose .row {
      --bs-gutter-x: 2rem;
    }

    .why-choose-copy {
      max-width: none;
    }

    .why-card {
      padding: 1.75rem;
    }

    .curated-experiences {
      padding: 6rem 0;
    }

    .experiences-grid {
      grid-template-rows: repeat(2, 235px);
    }

    .testimonials {
      padding: 5.5rem 0;
    }

    .testimonials-heading {
      margin-bottom: 4rem;
    }

    .testimonial-card {
      min-height: 285px;
      padding: 3.5rem 1.5rem 1.75rem;
    }

    .guest-avatar {
      left: 1.5rem;
    }

    .gallery-section {
      padding: 6rem 0;
    }

    .hotel-gallery {
      grid-template-rows: repeat(2, 210px);
    }
  }

  @media (max-width : 575.98px) {
    .hero {
      min-height: 670px;
      height: 86vh;
    }

    .hero h1 {
      font-size: 3.2rem;
    }

    .hero-actions {
      flex-direction: column;
      margin: auto;
      max-width: 220px;
    }

    .booking-wrap {
      margin-top: -38px;
    }

    .booking-form {
      grid-template-columns: 1fr;
      padding: 1.35rem;
    }

    .story-image-frame,
    .event-image {
      height: 320px;
    }

    .story-image-frame {
      margin-left: .75rem;
      padding: 12px;
    }

    .story-image-frame::before {
      left: -13px;
      top: -13px;
    }

    .story-image-frame::after {
      bottom: -13px;
      right: -13px;
    }

    .section-space {
      padding: 4rem 0;
    }

    .intro {
      padding-top: 5rem;
    }

    .intro-copy {
      padding-left: .75rem;
      padding-top: 1.25rem;
    }

    .intro h2 {
      font-size: 2.5rem;
    }

    .navbar-brand img {
      width: 120px;
    }

    .amenities {
      padding: 4.5rem 0;
    }

    .amenities-heading {
      margin-bottom: 3.2rem;
    }

    .amenities-grid {
      gap: 2.7rem 1rem;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .amenity-icon {
      height: 70px;
      width: 70px;
    }

    .amenity-icon svg {
      height: 33px;
      width: 33px;
    }

    .amenity h3 {
      font-size: .68rem;
      margin-top: 1rem;
    }

    .why-choose {
      padding: 4.5rem 0;
    }

    .why-choose-grid {
      gap: 1rem;
      grid-template-columns: 1fr;
    }

    .why-card {
      min-height: 0;
      padding: 1.6rem;
    }

    .why-icon {
      margin-bottom: 1.3rem;
    }

    .why-card h3 {
      font-size: 1.2rem;
    }

    .curated-experiences {
      padding: 4.5rem 0;
    }

    .experiences-heading {
      margin-bottom: 2.7rem;
    }

    .experiences-grid {
      grid-template-columns: 1fr;
      grid-template-rows: 390px 230px 230px;
    }

    .experience-feature {
      grid-row: auto;
    }

    .experience-content {
      bottom: 1.35rem;
      left: 1.25rem;
    }

    .experience-content strong {
      font-size: 1.5rem;
    }

    .experience-content small {
      margin-top: 1.75rem;
    }

    .testimonials {
      padding: 4.5rem 0;
    }

    .testimonials-heading {
      margin-bottom: 4rem;
    }

    .testimonial-card {
      min-height: 0;
      padding: 3.4rem 1.5rem 1.75rem;
    }

    .testimonial-card blockquote {
      font-size: .83rem;
    }

    .gallery-section {
      padding: 4.5rem 0;
    }

    .gallery-heading {
      margin-bottom: 2.7rem;
    }

    .hotel-gallery {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: 290px 170px 170px;
    }

    .gallery-feature {
      grid-column: span 2;
      grid-row: auto;
    }

    .gallery-action {
      margin-top: 1.75rem;
    }
  }

  .location-section {
    background: #fbfaf8;
    padding: 5.4rem 0 7.8rem;
  }

  /* .location-container { max-width: 1475px; } */
  .location-panel {
    background: #182230;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(16, 27, 40, .1);
    display: grid;
    grid-template-columns: minmax(390px, .72fr) minmax(0, 1.28fr);
    overflow: hidden;
  }

  .location-details {
    color: #fff;
    padding: 3.55rem 3.5rem 3.35rem;
  }

  .location-details>.eyebrow {
    color: #d2a463;
    margin-bottom: 1.05rem;
  }

  .location-details h2 {
    font-size: clamp(2.1rem, 3vw, 3.2rem);
    line-height: 1;
    margin: 0 0 2.15rem;
  }

  .location-list {
    display: grid;
    gap: 1rem;
  }

  .location-card {
    background: #243348;
    border: 1px solid rgba(193, 210, 230, .08);
    border-radius: 8px;
    display: flex;
    gap: 1rem;
    min-height: 104px;
    padding: 1.25rem;
  }

  .location-icon {
    align-items: center;
    background: rgba(209, 170, 106, .12);
    border-radius: 50%;
    display: flex;
    flex: 0 0 40px;
    height: 40px;
    justify-content: center;
    width: 40px;
  }

  .location-icon img {
    height: 18px;
    max-width: 20px;
    object-fit: contain;
    width: 20px;
  }

  .location-card h3 {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: .99rem;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.2;
    margin: .15rem 0 .4rem;
    text-transform: uppercase;
  }

  .location-card p,
  .location-card span {
    color: #edf0f3;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
  }

  .location-card span {
    display: block;
    margin-top: 1.1rem;
  }

  .directions-link {
    align-items: center;
    color: #d7ad70;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    gap: .6rem;
    letter-spacing: .1em;
    margin-top: 2.5rem;
    text-decoration: none;
    text-transform: uppercase;
  }

  .directions-link svg {
    fill: none;
    height: 16px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 16px;
  }

  .location-map {
    min-height: 665px;
  }

  .location-map iframe {
    border: 0;
    display: block;
    height: 100%;
    min-height: 665px;
    width: 100%;
  }

  @media (max-width: 991.98px) {
    .location-section {
      padding: 4rem 0 6rem;
    }

    .location-panel {
      grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr);
    }

    .location-details {
      padding: 3rem 2rem;
    }

    .location-map,
    .location-map iframe {
      min-height: 590px;
    }
  }

  @media (max-width: 575.98px) {
    .location-section {
      padding: 3rem 0 4.5rem;
    }

    .location-panel {
      grid-template-columns: 1fr;
    }

    .location-details {
      padding: 2.6rem 1.5rem;
    }

    .location-card {
      padding: 1rem;
    }

    .location-map,
    .location-map iframe {
      min-height: 360px;
    }

    .directions-link {
      margin-top: 2rem;
    }
  }

  .site-footer {
    background: #182230;
    border-top: 3px solid #d2a463;
    color: #aeb9c7;
    font-size: 1rem;
    padding: 6rem 0 2.35rem;
  }

  .footer-container {
    
  }

  .footer-main {
    padding-bottom: 4rem;
  }

  .footer-brand {
    background: #fff;
    border-radius: 4px;
    display: block;
    max-height: 48px;
    max-width: 145px;
    object-fit: contain;
    padding: .35rem .5rem;
  }

  .footer-intro {
    color: #aeb9c7;
    line-height: 1.75;
    margin: 1.7rem 0 1.5rem;
    max-width: 420px;
  }

  .social-links {
    display: flex;
    gap: .7rem;
  }

  .social-links a {
    align-items: center;
    border: 1px solid rgba(192, 206, 222, .28);
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: background-color .2s ease, border-color .2s ease;
    width: 40px;
  }

  .social-links a:hover {
    background: rgba(210, 164, 99, .13);
    border-color: #d2a463;
  }

  .social-links img {
    filter: brightness(1.35);
    height: 17px;
    max-width: 17px;
    object-fit: contain;
    width: 17px;
  }

  .footer-links-wrap {
    padding-left: 8%;
  }

  .site-footer h2 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: .35rem 0 1.55rem;
  }

  .footer-links {
    display: grid;
    gap: .85rem;
  }

  .site-footer a {
    color: #aeb9c7;
    line-height: 1.45;
    text-decoration: none;
  }

  .site-footer a:hover {
    color: #d7ad70;
  }

  .footer-contact {
    display: grid;
    gap: 1.1rem;
    font-style: normal;
    margin: 0;
  }

  .footer-contact a {
    align-items: flex-start;
    display: flex;
    gap: .8rem;
  }

  .footer-contact svg {
    fill: none;
    flex: 0 0 18px;
    height: 18px;
    margin-top: .05rem;
    stroke: #d7ad70;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 18px;
  }

  .footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(192, 206, 222, .2);
    display: flex;
    justify-content: space-between;
    padding-top: 2.1rem;
  }

  .footer-bottom small,
  .footer-bottom a {
    color: #8e9aae;
    font-size: .86rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .footer-bottom div {
    display: flex;
    gap: 2.25rem;
  }

  @media (max-width: 991.98px) {
    .site-footer {
      padding-top: 4.5rem;
    }

    .footer-links-wrap {
      padding-left: calc(var(--bs-gutter-x) * .5);
    }
  }

  @media (max-width: 575.98px) {
    .site-footer {
      padding: 4rem 0 2rem;
    }

    .footer-main {
      padding-bottom: 3rem;
    }

    .footer-bottom {
      align-items: flex-start;
      flex-direction: column;
      gap: 1.35rem;
    }

    .footer-bottom div {
      flex-wrap: wrap;
      gap: .75rem 1.3rem;
    }
  }

  /* Rooms page */
  .rooms-page {
    background: #fff;
  }

  .rooms-hero {
    background: url("../img/IMG_2997%201.png") center 50%/cover no-repeat;
    display: grid;
    min-height: 470px;
    place-items: center;
    position: relative;
  }

  .rooms-hero-overlay {
    background: rgba(12, 14, 13, .62);
    inset: 0;
    position: absolute;
  }

  .rooms-hero-content {
    padding-top: 72px;
    position: relative;
  }

  .rooms-hero .eyebrow {
    color: #d9b27b;
    margin-bottom: 1.05rem;
  }

  .rooms-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(3.1rem, 5vw, 5.25rem);
    font-weight: 400;
    line-height: 1;
    margin: 0;
  }

  .rooms-intro {
    padding: 7rem 0 5.8rem;
  }

  .rooms-intro .eyebrow {
    margin-bottom: 1.2rem;
  }

  .rooms-intro h2 {
    color: #1b2a3d;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.2rem, 3.5vw, 3.75rem);
    line-height: 1.05;
    margin: 0 auto 1.6rem;
  }

  .rooms-intro .container>p:last-child {
    color: #747b83;
    font-size: .92rem;
    line-height: 1.72;
    margin: 0 auto;
    max-width: 770px;
  }

  .room-collection {
    border-top: 1px solid #f0eeeb;
  }

  .room-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 515px;
  }

  .room-feature-image {
    min-height: 515px;
    overflow: hidden;
    position: relative;
  }

  .room-feature-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .room-feature:nth-child(1) .room-feature-image img {
    object-position: center;
  }

  .room-feature:nth-child(2) .room-feature-image img {
    object-position: center;
  }

  .room-feature:nth-child(3) .room-feature-image img {
    object-position: center;
  }

  .room-rating,
  .room-signature {
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .02em;
    padding: .42rem .7rem;
    position: absolute;
    text-transform: none;
  }

  .room-rating {
    background: #fff;
    color: #344253;
    right: 1.25rem;
    top: 1.25rem;
  }

  .room-rating i {
    color: #c9a574;
    font-size: .58rem;
  }

  .room-signature {
    background: #182b41;
    color: #fff;
    left: 1.25rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    top: 1.25rem;
  }

  .room-feature-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(2.5rem, 5.5vw, 6.3rem) clamp(2.5rem, 6vw, 8.4rem) 3.6rem;
  }

  .room-feature-copy {
    max-width: 600px;
  }

  .room-feature-copy .eyebrow {
    margin-bottom: 1rem;
  }

  .room-feature-copy h2 {
    color: #1a2a3d;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.1rem, 3.2vw, 3.4rem);
    line-height: 1.08;
    margin: 0 0 .85rem;
  }

  .room-description {
    color: #747b83;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
    max-width: 570px;
  }

  .room-feature-specs {
    display: grid;
    gap: 1.15rem 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 2.35rem 0 0;
    padding: 0;
  }

  .room-feature-specs li {
    align-items: center;
    color: #6d737b;
    display: flex;
    font-size: .92rem;
    gap: .75rem;
  }

  .room-feature-specs i {
    color: #c9a574;
    font-size: 1rem;
    line-height: 1;
  }

  .room-feature-action {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-top: 2.8rem;
  }

  .room-feature-action small {
    color: #68717a;
    display: block;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: .28rem;
    text-transform: uppercase;
  }

  .room-feature-action strong {
    color: #17283b;
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 1.45rem;
    font-weight: 600;
  }

  .room-feature-action em {
    font-family: "DM Sans", sans-serif;
    font-size: .65rem;
    font-style: normal;
    font-weight: 400;
  }

  .room-feature-action .btn {
    box-shadow: 0 5px 10px rgba(27, 35, 43, .15);
    font-size: .62rem;
    padding: .92rem 1.4rem;
    white-space: nowrap;
  }

  .room-feature-reverse .room-feature-image {
    grid-column: 2;
    grid-row: 1;
  }

  .room-feature-reverse .room-feature-detail {
    grid-column: 1;
    grid-row: 1;
  }

  @media (max-width: 767.98px) {
    .rooms-hero {
      min-height: 385px;
    }

    .rooms-intro {
      padding: 4.5rem 0 3.7rem;
    }

    .room-feature,
    .room-feature-reverse {
      grid-template-columns: 1fr;
    }

    .room-feature-image {
      min-height: 315px;
    }

    .room-feature-detail {
      min-height: 430px;
      padding: 3rem 1.5rem 2.2rem;
    }

    .room-feature-reverse .room-feature-image,
    .room-feature-reverse .room-feature-detail {
      grid-column: auto;
      grid-row: auto;
    }

    .room-feature-reverse .room-feature-image {
      order: 0;
    }

    .room-feature-reverse .room-feature-detail {
      order: 1;
    }

    .room-feature-specs {
      gap: 1rem;
      margin-top: 2rem;
    }

    .room-feature-action {
      gap: 1rem;
    }

    .room-feature-action .btn {
      padding: .85rem 1rem;
    }
  }

  /* Amenities page */
  .amenities-page {
    background: #fbfaf8;
  }

  .amenities-hero {
    background: url("../img/IMG_2995%201.png") center 52%/cover no-repeat;
    display: grid;
    min-height: 470px;
    place-items: center;
    position: relative;
  }

  .amenities-hero-overlay {
    background: rgba(12, 15, 17, .62);
    inset: 0;
    position: absolute;
  }

  .amenities-hero-content {
    padding-top: 72px;
    position: relative;
  }

  .amenities-hero .eyebrow {
    color: #d9b27b;
    margin-bottom: 1.05rem;
  }

  .amenities-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(3.1rem, 5vw, 5.25rem);
    font-weight: 400;
    line-height: 1;
    margin: 0;
  }

  .amenities-page-section {
    border-bottom: 3px solid #d2a463;
    padding: 6rem 0 6.3rem;
  }

  .amenities-page-grid {
    display: grid;
    gap: 1.85rem;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1120px;
  }

  .amenity-page-card {
    align-items: center;
    background: #fff;
    border: 1px solid #f0efed;
    display: flex;
    flex-direction: column;
    min-height: 315px;
    padding: 2.8rem 2.35rem 2.2rem;
    text-align: center;
    transition: box-shadow .2s ease, transform .2s ease;
  }

  .amenity-page-card:hover {
    box-shadow: 0 12px 24px rgba(25, 33, 42, .08);
    transform: translateY(-3px);
  }

  .amenity-page-icon {
    align-items: center;
    background: #fbfaf8;
    border-radius: 50%;
    color: #89919a;
    display: flex;
    font-size: 1.3rem;
    height: 68px;
    justify-content: center;
    margin-bottom: 1.65rem;
    width: 68px;
  }

  .amenity-page-card h2 {
    color: #1a2a3d;
    font-family: "Playfair Display", serif;
    font-size: 1.38rem;
    line-height: 1.18;
    margin: 0 0 .85rem;
  }

  .amenity-page-card p {
    color: #818891;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
  }

  @media (max-width: 991.98px) {
    .amenities-page-grid {
      grid-template-columns: repeat(2, 1fr);
      max-width: 750px;
    }
  }

  @media (max-width: 575.98px) {
    .amenities-hero {
      min-height: 385px;
    }

    .amenities-page-section {
      padding: 4rem 0;
    }

    .amenities-page-grid {
      grid-template-columns: 1fr;
      max-width: 420px;
    }

    .amenity-page-card {
      min-height: 285px;
    }
  }

  /* Booking page */
  .terms-page {
    background: #fff;
  }

  .terms-hero {
    background: url("../img/IMG_2996%201.png") center 48%/cover no-repeat;
    display: grid;
    min-height: 470px;
    place-items: center;
    position: relative;
  }

  .terms-hero-overlay {
    background: rgba(10, 13, 15, .7);
    inset: 0;
    position: absolute;
  }

  .terms-hero-content {
    padding-top: 72px;
    position: relative;
  }

  .terms-hero .eyebrow {
    color: #d9b27b;
    margin-bottom: 1.05rem;
  }

  .terms-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(3rem, 5vw, 5.25rem);
    font-weight: 400;
    line-height: 1;
    margin: 0;
  }

  .terms-content {
    padding: 5.2rem 0 6.5rem;
  }

  .terms-document {
    max-width: 1075px;
  }

  .terms-document article {
    border-bottom: 1px solid #ecefed;
    padding: 0 0 1.45rem;
  }

  .terms-document article+article {
    padding-top: 1.8rem;
  }

  .terms-document h2 {
    color: #1b2b3f;
    font-family: "Playfair Display", serif;
    font-size: 1.28rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 .9rem;
  }

  .terms-document p {
    color: #7d858e;
    font-size: 1rem;
    line-height: 1.62;
    margin: 0;
  }

  .terms-document p a {
    color: #b68d58;
    text-decoration: none;
  }

  .terms-document p a:hover {
    color: #8f6b3e;
    text-decoration: underline;
  }

  @media (max-width: 767.98px) {
    .terms-hero {
      min-height: 385px;
    }

    .terms-content {
      padding: 3.8rem 0 4.5rem;
    }

    .terms-document {
      max-width: 610px;
    }

    .terms-document article {
      padding-bottom: 1.3rem;
    }

    .terms-document article+article {
      padding-top: 1.5rem;
    }

    .terms-document h2 {
      font-size: 1.80rem;
    }
  }

  .booking-page {
    background: #f8f7f5;
  }

  .booking-hero {
    background: url("../img/deluxe-city-view%202.png") center 52%/cover no-repeat;
    display: grid;
    min-height: 470px;
    place-items: center;
    position: relative;
  }

  .booking-hero-overlay {
    background: rgba(11, 10, 9, .67);
    inset: 0;
    position: absolute;
  }

  .booking-hero-content {
    padding-top: 72px;
    position: relative;
  }

  .booking-hero .eyebrow {
    color: #d9b27b;
    margin-bottom: 1.05rem;
  }

  .booking-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(3.1rem, 5vw, 5.25rem);
    font-weight: 400;
    line-height: 1;
    margin: 0;
  }

  .booking-page-content {
    border-bottom: 3px solid #d2a463;
    padding: 4.3rem 0 6.2rem;
  }

  .booking-page-container {
    max-width: 940px;
  }

  .availability-form {
    align-items: end;
    background: #fff;
    box-shadow: 0 13px 22px rgba(24, 30, 36, .13);
    display: grid;
    gap: 1.3rem;
    grid-template-columns: 1fr 1fr 1fr 1.15fr;
    padding: 1.85rem;
  }

  .availability-form label {
    color: #27364a;
    display: block;
    font-size: .61rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: .55rem;
    text-transform: uppercase;
  }

  .availability-form input,
  .availability-form select {
    border: 0;
    border-bottom: 1px solid #e7e8e9;
    border-radius: 0;
    color: #344157;
    font: inherit;
    font-size: .76rem;
    font-weight: 600;
    min-height: 35px;
    padding: 0;
    width: 100%;
  }

  .availability-form .btn {
    font-size: .62rem;
    min-height: 40px;
    padding: .7rem .55rem;
    white-space: nowrap;
  }

  .booking-results-heading {
    margin: 3.1rem 0 2rem;
  }

  .booking-results-heading .eyebrow {
    margin-bottom: .75rem;
  }

  .booking-results-heading h2 {
    color: #1a2a3d;
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 3vw, 2.7rem);
    margin: 0;
  }

  .booking-room-list {
    display: grid;
    gap: 1.35rem;
  }

  .booking-room {
    background: #fff;
    border: 1px solid #ededeb;
    box-shadow: 0 3px 9px rgba(25, 33, 42, .06);
    display: grid;
    grid-template-columns: 310px 1fr;
    min-height: 326px;
    transition: border-color .2s ease, box-shadow .2s ease;
  }

  .booking-room.is-selected {
    border-color: #c9a574;
    box-shadow: 0 8px 20px rgba(35, 40, 45, .1);
  }

  .booking-room-image {
    overflow: hidden;
    position: relative;
  }

  .booking-room-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .booking-signature {
    background: #182b41;
    color: #fff;
    font-size: .58rem;
    font-weight: 700;
    left: .9rem;
    letter-spacing: .08em;
    padding: .35rem .55rem;
    position: absolute;
    text-transform: uppercase;
    top: .9rem;
  }

  .booking-room-detail {
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem 1.9rem;
  }

  .booking-room-top {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
  }

  .booking-room-top h3 {
    color: #1b2b3f;
    font-size: 1.55rem;
    line-height: 1.1;
    margin: 0 0 .6rem;
  }

  .booking-room-top p {
    color: #737b84;
    font-size: 1rem;
    line-height: 1.55;
    margin: 0;
    max-width: 530px;
  }

  .booking-rating {
    background: #fbfaf8;
    color: #334050;
    flex: 0 0 auto;
    font-size: .84rem;
    font-weight: 700;
    padding: .35rem .65rem;
  }

  .booking-rating i {
    color: #c9a574;
  }

  .booking-room-bottom {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1.6rem;
  }

  .booking-room-bottom>div:first-child {
    display: flex;
    gap: 1.45rem;
  }

  .booking-room-bottom span {
    color: #68727e;
    font-size: .84rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .booking-room-action {
    align-items: center;
    border-top: 1px solid #efeeeb;
    display: flex;
    justify-content: space-between;
    margin-top: 1.55rem;
    padding-top: 1.45rem;
  }

  .booking-room-action strong {
    color: #1c2d40;
    font-family: "Playfair Display", serif;
    font-size: 1.45rem;
    font-weight: 600;
    white-space: nowrap;
  }

  .booking-room-action em {
    color: #68727e;
    font-family: "DM Sans", sans-serif;
    font-size: .63rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .btn-select-room {
    background: #182b41;
    color: #fff;
    font-size: .62rem;
    padding: .92rem 1.75rem;
  }

  .btn-select-room:hover {
    background: #29425e;
    color: #fff;
  }

  .booking-selection {
    color: #1b2b3f;
    font-size: .8rem;
    margin: 1.5rem 0 0;
    min-height: 1.4em;
    text-align: center;
  }

  @media (max-width: 767.98px) {
    .booking-hero {
      min-height: 385px;
    }

    .booking-page-content {
      padding: 3rem 0 4rem;
    }

    .availability-form {
      grid-template-columns: 1fr 1fr;
      padding: 1.35rem;
    }

    .booking-room {
      grid-template-columns: 185px 1fr;
      min-height: 300px;
    }

    .booking-room-detail {
      padding: 1.35rem;
    }

    .booking-room-top {
      gap: .75rem;
    }

    .booking-room-top h3 {
      font-size: 1.28rem;
    }

    .booking-room-top p {
      font-size: .73rem;
    }

    .booking-rating {
      font-size: .58rem;
      padding: .25rem .4rem;
    }

    .booking-room-bottom {
      margin-top: 1.15rem;
    }

    .booking-room-bottom>div:first-child {
      flex-wrap: wrap;
      gap: .5rem .9rem;
    }

    .booking-room-action {
      gap: .8rem;
      margin-top: 1rem;
      padding-top: 1rem;
    }

    .booking-room-action strong {
      font-size: 1.2rem;
    }

    .btn-select-room {
      padding: .75rem .9rem;
    }
  }

  @media (max-width: 575.98px) {
    .availability-form {
      grid-template-columns: 1fr;
    }

    .booking-room {
      grid-template-columns: 1fr;
    }

    .booking-room-image {
      height: 230px;
    }

    .booking-room-detail {
      min-height: 280px;
    }
  }

  /* Gallery page */
  .gallery-page {
    background: #fff;
  }

  .gallery-hero {
    background: url("../img/deluxe-city-view%202.png") center 52%/cover no-repeat;
    display: grid;
    min-height: 470px;
    place-items: center;
    position: relative;
  }

  .gallery-hero-overlay {
    background: rgba(11, 10, 9, .66);
    inset: 0;
    position: absolute;
  }

  .gallery-hero-content {
    padding-top: 72px;
    position: relative;
  }

  .gallery-hero .eyebrow {
    color: #d9b27b;
    margin-bottom: 1.05rem;
  }

  .gallery-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(3.1rem, 5vw, 5.25rem);
    font-weight: 400;
    line-height: 1;
    margin: 0;
  }

  .gallery-page-grid-section {
    border-bottom: 3px solid #d2a463;
    padding: 5rem 0 5.3rem;
  }

  .gallery-page-grid {
    display: grid;
    gap: 1.15rem;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1160px;
  }

  .gallery-page-item {
    aspect-ratio: 1.38;
    display: block;
    overflow: hidden;
    position: relative;
  }

  .gallery-page-item::after {
    background: rgba(22, 33, 45, .2);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease;
  }

  .gallery-page-item img {
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
  }

  .gallery-page-item:hover::after {
    opacity: 1;
  }

  .gallery-page-item:hover img {
    transform: scale(1.04);
  }

  .gallery-lightbox {
    align-items: center;
    background: rgba(7, 11, 15, .9);
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    padding: 2rem;
    position: fixed;
    z-index: 20;
  }

  .gallery-lightbox[hidden] {
    display: none;
  }

  .gallery-lightbox img {
    max-height: calc(100vh - 7rem);
    max-width: min(100%, 1050px);
    object-fit: contain;
  }

  .gallery-lightbox p {
    color: #fff;
    font-size: .82rem;
    margin: 1rem 0 0;
  }

  .gallery-lightbox-close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    padding: .5rem;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
  }

  .lightbox-open {
    overflow: hidden;
  }

  @media (max-width: 767.98px) {
    .gallery-hero {
      min-height: 385px;
    }

    .gallery-page-grid-section {
      padding: 3.5rem 0;
    }

    .gallery-page-grid {
      gap: .8rem;
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Contact page */
  .contact-page {
    background: #fbfaf8;
  }

  .contact-hero {
    background: url("../img/Executive%20Suite%201.png") center 55%/cover no-repeat;
    display: grid;
    min-height: 470px;
    place-items: center;
    position: relative;
  }

  .contact-hero-overlay {
    background: rgba(10, 12, 12, .63);
    inset: 0;
    position: absolute;
  }

  .contact-hero-content {
    padding-top: 72px;
    position: relative;
  }

  .contact-hero .eyebrow {
    color: #d9b27b;
    margin-bottom: 1.05rem;
  }

  .contact-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(3.1rem, 5vw, 5.25rem);
    font-weight: 400;
    line-height: 1;
    margin: 0;
  }

  .contact-section {
    border-bottom: 3px solid #d2a463;
    padding: 5.8rem 0 6.2rem;
  }

  .contact-layout {
    align-items: start;
    display: grid;
    gap: clamp(3.5rem, 9vw, 10rem);
    grid-template-columns: minmax(245px, .66fr) minmax(440px, 1.34fr);
    max-width: 950px;
  }

  .contact-details {
    padding-top: .55rem;
  }

  .contact-details .eyebrow {
    margin-bottom: 1rem;
  }

  .contact-details h2 {
    color: #1a2a3d;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.1rem, 3vw, 3.25rem);
    line-height: 1.1;
    margin: 0 0 1.5rem;
  }

  .contact-intro {
    color: #737b84;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 2.2rem;
    max-width: 300px;
  }

  .contact-detail-list {
    display: grid;
    gap: 1.7rem;
  }

  .contact-detail-list h3,
  .contact-form label {
    color: #26364a;
    font-family: "DM Sans", sans-serif;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    margin: 0 0 .7rem;
    text-transform: uppercase;
  }

  .contact-detail-list address,
  .contact-detail-list a {
    color: #737b84;
    display: block;
    font-size: .8rem;
    font-style: normal;
    line-height: 1.65;
    text-decoration: none;
  }

  .contact-detail-list a:hover {
    color: #b68d58;
  }

  .contact-form {
    background: #fff;
    box-shadow: 0 13px 24px rgba(28, 34, 37, .13);
    display: grid;
    gap: 1.3rem;
    padding: clamp(2rem, 4vw, 3.1rem);
  }

  .contact-name-fields {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form label {
    display: block;
  }

  .contact-form input,
  .contact-form textarea {
    background: #fff;
    border: 1px solid #e1e4e7;
    border-radius: 0;
    color: #253247;
    font: inherit;
    font-size: .87rem;
    min-height: 44px;
    padding: .7rem .85rem;
    width: 100%;
  }

  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    color: #a4adbb;
    opacity: 1;
  }

  .contact-form input:focus,
  .contact-form textarea:focus {
    border-color: #c9a574;
    box-shadow: 0 0 0 .16rem rgba(201, 165, 116, .16);
    outline: 0;
  }

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

  .contact-form .btn {
    font-size: .97rem;
    margin-top: .15rem;
    padding: .92rem 1.2rem;
    width: 100%;
  }

  @media (max-width: 767.98px) {
    .contact-hero {
      min-height: 385px;
    }

    .contact-section {
      padding: 4.5rem 0;
    }

    .contact-layout {
      gap: 3rem;
      grid-template-columns: 1fr;
      max-width: 560px;
    }

    .contact-layout > * {
      min-width: 0;
    }

    .contact-details {
      padding: 0;
    }

    .contact-intro {
      max-width: 390px;
    }
  }

  @media (max-width: 440px) {
    .contact-name-fields {
      grid-template-columns: 1fr;
    }

    .contact-form {
      padding: 1.5rem;
    }
  }

  /* About page */
  .about-page {
    background: #fff;
  }

  .about-hero {
    background: url("../img/IMG_2996%201.png") center 48%/cover no-repeat;
    display: grid;
    min-height: 470px;
    place-items: center;
    position: relative;
  }

  .about-hero-overlay {
    background: rgba(12, 15, 17, .62);
    inset: 0;
    position: absolute;
  }

  .about-hero-content {
    padding-top: 72px;
    position: relative;
  }

  .about-hero .eyebrow,
  .about-cta .eyebrow {
    color: #d9b27b;
    margin-bottom: 1.05rem;
  }

  .about-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(3rem, 5vw, 5.25rem);
    font-weight: 400;
    line-height: 1;
    margin: 0;
  }

  .about-story {
    padding: 5.8rem 0 5.4rem;
  }

  .about-story-layout {
    align-items: center;
    display: grid;
    gap: clamp(3.5rem, 8vw, 8rem);
    grid-template-columns: 1fr 1fr;
    max-width: 1170px;
  }

  .about-story-copy {
    max-width: 480px;
  }

  .about-story-copy .eyebrow {
    margin-bottom: 1rem;
  }

  .about-story-copy h2,
  .about-principles h2,
  .about-cta h2 {
    color: #1a2a3d;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.1rem, 3.25vw, 3.5rem);
    line-height: 1.05;
    margin: 0 0 1.5rem;
  }

  .about-story-copy>p:not(.eyebrow) {
    color: #737b84;
    font-size: .86rem;
    line-height: 1.7;
    margin: 0 0 1.2rem;
  }

  .about-statistics {
    border-top: 1px solid #ecebe8;
    display: flex;
    gap: 5rem;
    margin-top: 1.7rem;
    padding-top: 1.55rem;
  }

  .about-statistics div {
    display: grid;
    gap: .25rem;
  }

  .about-statistics strong {
    color: #1b2b3f;
    font-family: "Playfair Display", serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
  }

  .about-statistics strong i {
    color: #1b2b3f;
    font-size: .85rem;
    margin-left: .13rem;
    vertical-align: top;
  }

  .about-statistics sup {
    font-size: .8rem;
  }

  .about-statistics span {
    color: #87909a;
    font-size: .56rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  .about-story-image {
    box-shadow: 0 18px 30px rgba(29, 32, 33, .13);
    height: 350px;
    overflow: hidden;
  }

  .about-story-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .about-principles {
    background: #fbfaf8;
    padding: 6rem 0 6.25rem;
  }

  .about-principles-heading {
    margin-bottom: 3.9rem;
  }

  .about-principles-heading .eyebrow {
    margin-bottom: 1rem;
  }

  .about-principles h2 {
    margin: 0;
  }

  .principle-grid {
    display: grid;
    gap: 3.2rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 1120px;
  }

  .principle-grid article {
    text-align: center;
  }

  .principle-grid span {
    color: #ede8df;
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 2.1rem;
    line-height: 1;
    margin-bottom: 1.25rem;
  }

  .principle-grid h3 {
    color: #1a2a3d;
    font-size: 1.22rem;
    margin: 0 0 .85rem;
  }

  .principle-grid p {
    color: #7c848c;
    font-size: .96rem;
    line-height: 1.65;
    margin: 0;
  }

  .about-cta {
    background: #182230;
    border-bottom: 3px solid #d2a463;
    color: #fff;
    padding: 6rem 0;
  }

  .about-cta h2 {
    color: #fff;
    margin-bottom: 1.35rem;
  }

  .about-cta .container>p:not(.eyebrow) {
    color: #c3ccd6;
    font-size: .86rem;
    line-height: 1.7;
    margin: 0 auto 1.9rem;
    max-width: 620px;
  }

  .about-cta .btn {
    font-size: .65rem;
    padding: .9rem 1.5rem;
  }

  @media (max-width: 767.98px) {
    .about-hero {
      min-height: 385px;
    }

    .about-story,
    .about-principles,
    .about-cta {
      padding: 4.5rem 0;
    }

    .about-story-layout {
      gap: 2.5rem;
      grid-template-columns: 1fr;
      max-width: 560px;
    }

    .about-story-copy {
      max-width: none;
    }

    .about-story-image {
      height: 290px;
    }

    .principle-grid {
      gap: 2.7rem;
      grid-template-columns: 1fr;
      max-width: 440px;
    }
  }

  /* Dining and events page */
  .dining-page {
    background: #fff;
  }

  .dining-hero {
    background: url("../img/IMG_2994%201.png") center 49%/cover no-repeat;
    display: grid;
    min-height: 470px;
    place-items: center;
    position: relative;
  }

  .dining-hero-overlay {
    background: rgba(10, 12, 12, .66);
    inset: 0;
    position: absolute;
  }

  .dining-hero-content {
    padding-top: 72px;
    position: relative;
  }

  .dining-hero .eyebrow {
    color: #d9b27b;
    margin-bottom: 1.05rem;
  }

  .dining-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(3rem, 5vw, 5.25rem);
    font-weight: 400;
    line-height: 1;
    margin: 0;
  }

  .dining-showcase {
    padding: 6.2rem 0 6.8rem;
  }

  .dining-showcase-container {
    display: grid;
    gap: 4.8rem;
    max-width: 1180px;
  }

  .dining-feature {
    align-items: center;
    display: grid;
    gap: clamp(3rem, 7vw, 7.5rem);
    grid-template-columns: 1fr 1fr;
  }

  .dining-image {
    box-shadow: 0 17px 35px rgba(31, 32, 29, .14);
    height: 345px;
    overflow: hidden;
  }

  .dining-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .dining-feature:first-child .dining-image img {
    object-position: center 58%;
  }

  .dining-feature-reverse .dining-image {
    grid-column: 2;
    grid-row: 1;
  }

  .dining-feature-reverse .dining-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .dining-copy {
    max-width: 475px;
  }

  .dining-copy .eyebrow {
    margin-bottom: 1rem;
  }

  .dining-copy h2 {
    color: #1a2a3d;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.1rem, 3.2vw, 3.35rem);
    line-height: 1.08;
    margin: 0 0 1rem;
  }

  .dining-copy>p:not(.eyebrow) {
    color: #737b84;
    font-size: .93rem;
    line-height: 1.72;
    margin: 0 0 1.9rem;
  }

  .dining-copy .btn {
    font-size: .84rem;
    padding: .9rem 1.45rem;
  }

  .btn-dining-outline {
    border: 1px solid #1a2a3d;
    color: #1a2a3d;
  }

  .btn-dining-outline:hover {
    background: #1a2a3d;
    color: #fff;
  }

  @media (max-width: 767.98px) {
    .dining-hero {
      min-height: 385px;
    }

    .dining-showcase {
      padding: 4.5rem 0;
    }

    .dining-showcase-container {
      gap: 4rem;
    }

    .dining-feature,
    .dining-feature-reverse {
      gap: 2.25rem;
      grid-template-columns: 1fr;
    }

    .dining-image {
      height: 300px;
    }

    .dining-feature-reverse .dining-image,
    .dining-feature-reverse .dining-copy {
      grid-column: auto;
      grid-row: auto;
    }

    .dining-feature-reverse .dining-image {
      order: 0;
    }

    .dining-feature-reverse .dining-copy {
      order: 1;
    }
    .intro-row {
    --bs-gutter-x: 0rem;
}
  }
