﻿    :root {
      --black: #000000;
      --white: #ffffff;
      --cream: #e6dcc8;
      --surface: #faf6f0;
      --muted: #4a4a4a;
      --radius: 24px;
      --transition: 0.25s ease;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Prompt', sans-serif;
      background: var(--surface);
      color: var(--black);
      line-height: 1.6;
      color: #6F675F;
    }

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

    button,
    a {
      font: inherit;
    }

    .page-width {
      width: min(1120px, calc(100% - 40px));
      margin: 0 auto;
    }

    .relative {
      position: relative;
    }

    header {
      position: sticky;
      top: 0;
      z-index: 10;
      backdrop-filter: blur(14px);
      background: rgba(255,255,255,0.9);
      border-bottom: 1px solid rgba(0,0,0,0.08);
    }

    .nav-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 0;
    }

    .logo {
      display: inline-flex;
      align-items: center;
      text-decoration: none;
      transition: padding var(--transition);
    }

    .logo  .img-logo {
      position: absolute;
      height: 150px;
      top: 0;
      left: 0;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      transition: all var(--transition);
    }

    .logo .img-logo img {
      display: block;
      height: 100%;
      width: auto;
    }

    header.scrolled .logo .img-logo  {
      height: 80px;
    }

    .hamburger {
      display: none;
      flex-direction: column;
      cursor: pointer;
      gap: 4px;
    }

    .hamburger span {
      width: 25px;
      height: 3px;
      background: var(--black);
      transition: var(--transition);
    }

    nav {
      display: flex;
      gap: 32px;
      align-items: center;
    }

    nav ul {
      display: flex;
      align-items: center;
      gap: 32px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    nav ul li {
      margin: 0;
    }

    nav a {
      text-decoration: none;
      color: var(--black);
      opacity: 0.88;
      transition: opacity var(--transition);
    }

    nav a:hover {
      opacity: 1;
    }

    .nav-dropdown {
      position: relative;
      display: flex;
      align-items: center;
    }

    .home-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.05);
      color: var(--black);
      text-decoration: none;
      transition: background var(--transition), color var(--transition);
    }

    .home-icon:hover {
      background: rgba(0, 0, 0, 0.1);
    }

    .home-icon i {
      font-size: 15.2px;
    }

    .dropdown-trigger {
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10.4px 15.2px;
      text-decoration: none;
      color: var(--black);
      border-radius: 8px;
      transition: background var(--transition), border-color var(--transition);
      border: 1px solid transparent;
    }

    .nav-dropdown:hover .dropdown-trigger,
    .nav-dropdown:focus-within .dropdown-trigger {
      background: rgba(246, 237, 223, 0.7);
      border-color: rgba(0, 0, 0, 0.08);
    }

    .lang-flag {
      width: 18px;
      height: auto;
      display: inline-block;
      border-radius: 3px;
    }

    .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      display: block;
      list-style: none;
      margin: 0;
      padding: 0;
      background: var(--white);
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 8px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
      overflow: hidden;
      min-width: 60px;
      opacity: 0;
      pointer-events: none;
      z-index: 100;
      transform: translateY(-10px);
      transition: all var(--transition);
    }

    .nav-dropdown:hover .dropdown-menu,
    .nav-dropdown:focus-within .dropdown-menu {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

    .dropdown-menu li {
      padding: 0;
      margin: 0;
    }

    .dropdown-menu li a {
      width: 100%;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 12px 20px;
      text-decoration: none;
      color: var(--black);
      opacity: 0.88;
      transition: all var(--transition);
      white-space: nowrap;
    }

    .dropdown-menu li a:hover {
      opacity: 1;
      background: var(--cream);
      /*padding-left: 24px;*/
    }

    .hero {
      /*min-height: 1440px;*/
      position: relative;
      overflow: hidden;
    }

    .hero-carousel .owl-stage-outer {
      /*height: 1440px;*/
    }

    .hero-slide figure {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 0;
      padding-bottom: 40%;
      margin-bottom: 0;
    }

    .hero-slide figure img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }

     .hero-quote-box {
      position: absolute;
      bottom: 0px;
      right: 60px;
      background: var(--cream);
      padding: 30px 50px;
      max-width: 500px;
      width: 100%;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
      backdrop-filter: blur(10px);
      z-index: 5;
      overflow: hidden;
    }
    .hero-quote-box span.type {
      position: absolute;
      display: flex;
      align-items: center;
      transform: rotate(90deg);
      transform-origin: 0 0;
      white-space: nowrap;
      left: calc(100% - 40px);
      color: #fff;
      width: 100%;
      margin-left: 15px;
      top: 15px;
    }

    .hero-quote-box span.type::after {
      content: ' ';
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      margin-left: 15px;
    }

    .hero-quote-box h3 {
      margin: 0 0 10px 0;
      font-size: 17.6px;
      font-weight: 600;
      color: #2F2A26;
      text-transform: uppercase;
    }

    .hero-quote-box p {
      margin: 0;
      font-size: 14.4px;
      color: #6F675F;
      line-height: 24px;
      height: 48px;
      overflow: hidden;
    }
    .hero-quote-box .text-btn {
      margin-top: 15px;
      color: #6F675F;
    }

    .section {
      padding: 96px 0;
    }
    .section.about {
      padding: 96px 50px;
    }
    .sub-title {
      font-size: 17.6px;
      margin-bottom: 16px;
      color: #6F675F;
    }
    .about-content .sub-title{
      font-size: 17.6px;
      margin-bottom: 16px;
      color: #B65E3C;
    }
    .section-title {
      font-size: 41.6px;
      margin-bottom: 40px;
      text-transform: uppercase;
      color: #2F2A26;
    }

    .section-copy {
      max-width: 60ch;
      margin-bottom: 48px;
    }
    .about-content .text-btn {
      margin-top: 15px;
      color: #B65E3C;
    }

    /*.hotel-grid {
      display: grid;
      gap: 28px;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }*/

    .hotel-card {
      background: var(--white);
      overflow: hidden;
      /*box-shadow: 0 24px 60px rgba(0,0,0,0.08);*/
      transition: transform var(--transition), box-shadow var(--transition);
    }

    /*.hotel-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 32px 88px rgba(0,0,0,0.12);
    }*/

    .hotel-card > a {
      display:block ;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 0;
      padding-bottom: 70%;
    }
    .hotel-card img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }

    .hotel-card-body {
      position: relative;
      padding: 28px 80px 28px 28px;
      overflow: hidden;
    }

    .hotel-card-body span.type {
      position: absolute;
      display: flex;
      align-items: center;
      transform: rotate(90deg);
      transform-origin: 0 0;
      white-space: nowrap;
      left: calc(100% - 40px);
      color: #e6dcc8;
      width: 100%;
      margin-left: 15px;
      top: 15px;
    }

    .hotel-card-body span.type::after {
      content: ' ';
      display: block;
      width: 100%;
      height: 1px;
      background: #e6dcc8;
      margin-left: 15px;
    }

    .hotel-card h3 {
      margin-bottom: 12px;
      font-size: 17.6px;
      color:#2F2A26;
    }

    .hotel-card span {
      display: block;
      margin-bottom: 13.6px;
      
      font-size: 15.2px;
    }

    .hotel-card p {
      margin-bottom: 24px;
      color: #4f4f4f;
      font-size: 15.2px;
    }

    /* Navigation */
    .room-slider .owl-nav {
      position:absolute;
      top:50%;
      width: 100%;
      left: 0;
      z-index:10;
    }

    .room-slider .owl-nav button{
      position: absolute;
      width:48px;
      height:48px;
      background:#fff !important;
      border:none !important;
      border-radius:0 !important;
      color:#b01c37 !important;
      font-size:18px !important;
      transition:.3s;
      box-shadow:0 5px 15px rgba(0,0,0,0.08);
    }

    .room-slider .owl-nav .owl-prev {
      left: -30px;
      top: -24px;
    }
    .room-slider .owl-nav .owl-next {
      right: -30px;
      top: -24px;
    }

    .room-slider .owl-nav button:hover{
      background:#b01c37 !important;
      color:#fff !important;
    }

    .btn {
      border: 1px solid var(--black);
      background: transparent;
      color: var(--black);
      border-radius: 999px;
      padding: 13.6px 24px;
      cursor: pointer;
      transition: background var(--transition), color var(--transition);
    }

    .btn:hover {
      background: var(--black);
      color: var(--white);
    }
    .hero-carousel .owl-nav {
      position: absolute;
      width: 100%;
      top: 45%;

    }
    .hero-carousel .owl-dots {
      display: none;
    }

    .hero-carousel .owl-nav.disabled, 
    .hotel-grid.owl-carousel .owl-nav.disabled {
      display: block;
    }
    .hotel-grid.owl-carousel .owl-nav {
      position: absolute;
      top: 50%;
    }

    .hotel-grid.owl-carousel .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%;
    }
    .hotel-grid.owl-carousel .owl-nav .carousel-nav.prev {
      position: absolute;
      left: -50px;
      bottom: 0;
    }

    .hotel-grid.owl-carousel .owl-nav .carousel-nav.next {
      position: absolute;
      right: -50px;
      bottom: 0;
    }

    .about-content {

    }

    .about-panel {
      background: var(--cream);
      border-radius: 32px;
      padding: 48px;
      box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    }

    .about-panel p {
      color: #312a1f;
      margin-bottom: 16px;
      max-width: 68ch;
    }

    .feature-grid {
      display: grid;
      gap: 20px;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .feature-card {
      background: var(--white);
      border-radius: 22px;
      padding: 24px;
      box-shadow: 0 18px 40px rgba(0,0,0,0.06);
      transition: transform var(--transition);
    }

    .feature-card:hover {
      transform: translateY(-4px);
    }

    .feature-icon {
      width: 40px;
      height: 40px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      margin-bottom: 16px;
      background: var(--cream);
      color: var(--black);
      font-size: 20px;
    }

    .feature-card strong {
      display: block;
      margin-bottom: 8px;
      color: #2F2A26;
    }

    .feature-card p {
      
      font-size: 15.2px;
    }

    .masonry-grid {
      column-count: 3;
      column-gap: 24px;
    }

    .masonry-item {
      display: inline-block;
      width: 100%;
      margin-bottom: 24px;
      overflow: hidden;
      border-radius: 24px;
      box-shadow: 0 24px 48px rgba(0,0,0,0.08);
      transition: transform var(--transition);
    }

    .masonry-item img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 24px;
      transition: transform var(--transition);
    }

    .masonry-item:hover {
      transform: translateY(-4px);
    }

    .masonry-item:hover img {
      transform: scale(1.03);
    }

    .facility-wrapper{
    padding: 0px 80px;
    background: #f7f5f2;
    overflow: hidden;
}

/* grid */

.facility-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start;
}

/* item */

.facility-item{
    position: relative;
}

/* alternating layout */

.facility-item.offset-top{
    margin-top: 64px;
}

/* image */

.facility-image{
    position: relative;
    overflow: hidden;
    aspect-ratio: 0.72 / 1;
    background: #ddd;
}

.facility-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}

.facility-item:hover img{
    transform: scale(1.05);
}

/* content */

.facility-content{
    text-align: center;
    padding: 32px 16px 0;
}

/* title */

.facility-content h3{
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(32px, 32px, 43.2px);
    font-weight: 500;
    color: #2d1f16;
    margin-bottom: 16px;
}

/* desc */

.facility-content p{
    font-size: 15.2px;
    line-height: 1.9;
    color: #6f6a65;
    max-width: 320px;
    margin: auto;
}

/* button */

.facility-content a{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    text-decoration: none;
    color: #b89b65;
    font-size: 11.52px;
    letter-spacing: 4px;
}

.facility-content a::after{
    content: '';
    width: 60px;
    height: 1px;
    background: #b89b65;
    transition: .4s ease;
}

.facility-content a:hover::after{
    width: 90px;
}

/* tablet */

@media(max-width:1200px){

    .facility-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 64px 32px;
    }

    .facility-item.offset-top{
        margin-top: 0;
    }

}

/* mobile */

@media(max-width:768px){

    .facility-wrapper{
        padding: 0px 24px;
    }

    .facility-grid{
        grid-template-columns: 1fr;
        gap: 64px;
    }

    .facility-image{
        aspect-ratio: .9 / 1.1;
    }

    .facility-content{
        padding-top: 24px;
    }

    .facility-content h3{
        font-size: 36.8px;
    }

    .facility-content p{
        font-size: 14.72px;
        line-height: 1.8;
    }

}

    @media(max-width:992px) {
      .masonry-grid {
        column-count: 2;
      }
    }

    @media(max-width:620px) {
      .masonry-grid {
        column-count: 1;
      }
    }

    .owl-carousel .room-item {
      margin: 0 8px;
    }

    .carousel-nav {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--black);
      font-size: 19.2px;
      cursor: pointer;
      transition: background var(--transition), border-color var(--transition);
      z-index: 10;
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(0, 0, 0, 0.12);
    }

    .carousel-nav:hover {
      background: rgba(255, 255, 255, 1);
      border-color: rgba(0, 0, 0, 0.2);
    }

    .hero .carousel-nav {
      background: rgba(255, 255, 255, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.3);
      color: var(--white);
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      opacity: 0;
      transition: opacity var(--transition);
    }

    .hero:hover .carousel-nav {
      opacity: 1;
    }

    .hero .carousel-nav:hover {
      background: rgba(255, 255, 255, 0.3);
      border-color: rgba(255, 255, 255, 0.5);
    }

    .hero .carousel-nav.prev {
      left: 20px;
    }

    .hero .carousel-nav.next {
      right: 20px;
    }

    .owl-dots {
      margin-top: 24px;
      display: flex;
      justify-content: center;
      gap: 12px;
    }

    .owl-dot {
      width: 12.8px;
      height: 12.8px;
      border-radius: 50%;
      background: #d2c9b7;
      transition: transform var(--transition);
    }

    .owl-dot.active {
      background: var(--black);
      transform: scale(1.2);
    }

    footer {
      padding: 48px 0;
    }

    .footer-inner {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 32px;
      flex-wrap: wrap;
      
      border-top: 1px solid rgba(0,0,0,0.08);
      padding-top: 32px;
    }

    .footer-brand {
      font-weight: 700;
      letter-spacing: 1.92px;
      text-transform: uppercase;
      color: var(--black);
      margin-bottom: 16px;
    }

    .social-list {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .social-list span {
      font-size: 15.2px;
      opacity: 0.8;
    }

    .restaurant-slider-wrapper{
      position:relative;
    }

    .owl-carousel .item{
      position:relative;
      overflow:hidden;
    }

    .slide-image{
      width:100%;
      height:570px;
      object-fit:cover;
      display:block;
    }

    /* Content Card */
    .slide-content{
      position:absolute;
      right:90px;
      top:50%;
      transform:translateY(-50%);
      background:#f5f5f5;
      width:520px;
      padding: 30px 60px 30px 40px;
      z-index:5;
      box-shadow:0 10px 30px rgba(0,0,0,0.15);
      overflow: hidden;
    }
    .slide-content span.type {
      position: absolute;
      display: flex;
      align-items: center;
      transform: rotate(90deg);
      transform-origin: 0 0;
      white-space: nowrap;
      left: calc(100% - 40px);
      color: #e6dcc8;
      width: 100%;
      margin-left: 15px;
      top: 15px;
    }

    .slide-content span.type::after {
      content: ' ';
      display: block;
      width: 100%;
      height: 1px;
      background: #e6dcc8;
      margin-left: 15px;
    }

    .slide-content h2{
      font-size:20px;
      font-weight:500;
      margin-bottom:20px;
      color:#222;
      text-transform:uppercase;
      line-height:1.5;
    }

    .slide-content p{
      font-size:16px;
      line-height:1.7;
      color:#444;
      margin-bottom:25px;
    }

    .text-btn{
      display:inline-flex;
      align-items:center;
      gap:10px;
      text-decoration:none;
      color:#B65E3C;
      font-weight:700;
      letter-spacing:1px;
      text-transform:uppercase;
      transition:.3s;
    }

    .text-btn:hover{
      gap:16px;
    }

    /* Navigation */
    .restaurant-slider .owl-nav {
      position:absolute;
      top:30px;
      right:-48px;
      display:flex !important;
      z-index:10;
    }

    .restaurant-slider .owl-nav button{
      width:48px;
      height:48px;
      background:#fff !important;
      border:none !important;
      border-radius:0 !important;
      color:#b01c37 !important;
      font-size:18px !important;
      transition:.3s;
      box-shadow:0 5px 15px rgba(0,0,0,0.08);
    }

    .restaurant-slider .owl-nav button:hover{
      background:#b01c37 !important;
      color:#fff !important;
    }

    .owl-dots{
      margin-top:25px;
    }

    .owl-theme .owl-dots .owl-dot span{
      width:12px;
      height:12px;
      background:#bbb;
      transition:.3s;
    }

    .owl-theme .owl-dots .owl-dot.active span{
      background:#b01c37;
      width:30px;
      border-radius:20px;
    }

    /* Responsive */
    @media(max-width:1200px){

      .slide-content{
        width:450px;
        right:50px;
      }

    }

    @media(max-width:991px){
      .section.about {
        padding: 96px 15px !important;
      }
      .slide-image{
        height:500px;
      }

      .slide-content{
        position:relative;
        width:100%;
        right:auto;
        top:auto;
        transform:none;
      }

    }
    @media(min-width: 768px) {
      .about-content {
        padding-left: 80px;
      }
    }
    @media(max-width:767px){
      .logo .img-logo {
        height: 80px;
      }
      header.scrolled .logo .img-logo {
        height: 60px;
      }
      .hero-quote-box {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: unset;
        box-shadow: unset;
      }
      .restaurant-slider-wrapper{
        width:92%;
      }

      .slide-image{
        height:400px;
      }

      .slide-content{
        padding:30px;
      }

      .slide-content h2{
        font-size:18px;
      }

      .slide-content p{
        font-size:14px;
      }

    }

    @media (max-width: 840px) {
      .hero {
        /*padding: 64px 24px;*/
      }

      .hero-inner {
        padding: 40px;
      }

      .section {
        padding: 64px 0;
      }

      .footer-inner {
        flex-direction: column;
      }
    }

    @media (max-width: 620px) {
      .hamburger {
        display: flex;
      }
      .restaurant-slider .owl-nav {
        right: -35px;
      }
      
      nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(255,255,255,0.95);
        backdrop-filter: blur(14px);
        flex-direction: column;
        gap: 16px;
        padding: 16px 0;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all var(--transition);
        border-bottom: 1px solid rgba(0,0,0,0.08);
      }

      nav.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
      }

      nav ul {
        width: 100%;
        flex-direction: column;
        gap: 0;
      }

      nav ul li {
        width: 100%;
      }

      nav ul li a {
        display: block;
        width: 100%;
      }

      nav a {
        padding: 8px 24px;
        width: 100%;
        text-align: center;
      }

      .nav-dropdown {
        flex-direction: column;
        width: 100%;
      }

      .nav-dropdown > a {
        width: 100%;
        padding: 8px 24px;
        text-align: center;
        display: flex;
    justify-content: center;
      }

      .dropdown-menu {
        position: static;
        display: block;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height var(--transition), opacity var(--transition);
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0;
        margin-top: 0;
        pointer-events: none;
        transform: translateY(0);
      }

      .nav-dropdown.active .dropdown-menu {
        opacity: 1;
        max-height: 999px;
        pointer-events: auto;
        width: 100%;
      }
      .dropdown-menu li {
        width: 100%;
      }

      .dropdown-menu li a {
        padding: 12px 20px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
      }

      .dropdown-menu li a:hover {
        /*background: rgba(230, 220, 200, 0.5);*/
        /*padding-left: 44px;*/
      }

      .hero-inner {
        border-radius: 20px;
      }

      .room-item img {
        height: 200px;
      }
    }

