/* =========================================================
   Ilima Hotel JP
   Master Stylesheet
   Stack: Bootstrap 5.3 + Custom CSS + Vanilla JS
   Locked to Ultra Persistent Design System
   ========================================================= */

/* =========================================================
   1. ROOT TOKENS
   ========================================================= */
:root {
  /* Color tokens — locked */
  --ilima-pink: #e85786;
  --ilima-yellow: #f3ac17;
  --white: #ffffff;
  --soft-sand: #faf7f2;
  --text-primary: #333333;
  --text-secondary: #6b6b6b;
  --border-color: #e6e6e6;
  --black: #000000;

  /* Typography */
  --font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  --font-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;

  /* Layout */
  --container-max: 1320px;
  --content-max: 880px;
  --content-narrow: 720px;
  --section-space-desktop: 96px;
  --section-space-mobile: 72px;

  /* Header */
  --header-height: 76px;
  --header-height-scrolled: 60px;
  --mobile-header-height: 64px;

  /* Radius */
  --radius-btn: 6px;
  --radius-card: 8px;

  /* Shadow */
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.06);
  --shadow-soft-hover: 0 14px 34px rgba(0, 0, 0, 0.1);
  --shadow-subtle: 0 4px 16px rgba(0, 0, 0, 0.05);

  /* Motion */
  --ease-standard: ease;
  --duration-fast: 200ms;
  --duration-medium: 250ms;

  /* Layering */
  --z-header: 1030;
  --z-mobile-booking: 1040;
  --z-offcanvas: 1050;

  /* Bootstrap variable bridge */
  --bs-body-color: var(--text-primary);
  --bs-body-bg: var(--white);
  --bs-border-color: var(--border-color);
  --bs-primary: var(--ilima-pink);
  --bs-secondary: var(--text-secondary);
  --bs-warning: var(--ilima-yellow);
  --bs-link-color: var(--text-primary);
  --bs-link-hover-color: var(--ilima-pink);
  --bs-border-radius: 6px;
  --bs-border-radius-lg: 8px;
  --bs-box-shadow: var(--shadow-soft);
}

/* =========================================================
   2. BASE / RESET
   ========================================================= */
html {
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: var(--font-sans);
  color: var(--text-primary);
  background-color: var(--white);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[lang="ja"] body {
  line-height: 1.75;
  letter-spacing: 0.02em;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

svg {
  flex-shrink: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition:
    color var(--duration-fast) var(--ease-standard),
    opacity var(--duration-fast) var(--ease-standard);
}

a:hover {
  color: var(--ilima-pink);
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--ilima-pink);
  outline-offset: 2px;
}

/* =========================================================
   3. TYPOGRAPHY
   ========================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75em;
  color: var(--text-primary);
  line-height: 1.35;
}

html[lang="ja"] h1,
html[lang="ja"] h2 {
  font-family: var(--font-serif);
}

html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
  font-family: var(--font-sans);
}

h1,
.display-1,
.display-2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1.28;
}

h2,
.display-3 {
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  font-weight: 500;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 700;
}

h4 {
  font-size: 1.125rem;
  font-weight: 700;
}

h5 {
  font-size: 1rem;
  font-weight: 700;
}

h6 {
  font-size: 0.9375rem;
  font-weight: 700;
}

p {
  margin-bottom: 1rem;
  color: var(--text-primary);
}

small,
.text-small {
  font-size: 0.875rem;
}

.text-secondary,
.text-muted,
.copy-muted {
  color: var(--text-secondary) !important;
}

.lead {
  font-size: 1.0625rem;
  line-height: 1.9;
  color: var(--text-secondary);
}

.section-eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #D71D58;
}

html[lang="ja"] .section-eyebrow {
  letter-spacing: 0.06em;
}

.section-title {
  margin-bottom: 1rem;
}

.section-subtitle {
  max-width: var(--content-max);
  margin-inline: auto;
  color: var(--text-secondary);
}

.content-narrow {
  max-width: var(--content-narrow);
}

.content-max {
  max-width: var(--content-max);
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

/* =========================================================
   4. BOOTSTRAP OVERRIDES
   ========================================================= */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-max);
  }
}

.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-weight: 600;
  --bs-btn-border-radius: var(--radius-btn);
  --bs-btn-transition:
    transform var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard),
    background-color var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard),
    color var(--duration-fast) var(--ease-standard);
  letter-spacing: 0.02em;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(232, 87, 134, 0.18);
}

.btn-primary {
  --bs-btn-bg: var(--ilima-pink);
  --bs-btn-border-color: var(--ilima-pink);
  --bs-btn-hover-bg: var(--ilima-pink);
  --bs-btn-hover-border-color: var(--ilima-pink);
  --bs-btn-active-bg: var(--ilima-pink);
  --bs-btn-active-border-color: var(--ilima-pink);
  --bs-btn-color: var(--black);
  --bs-btn-hover-color: var(--black);
  --bs-btn-active-color: var(--black);
}

.btn-booking,
.btn-warning {
  --bs-btn-bg: var(--ilima-yellow);
  --bs-btn-border-color: var(--ilima-yellow);
  --bs-btn-hover-bg: var(--ilima-yellow);
  --bs-btn-hover-border-color: var(--ilima-yellow);
  --bs-btn-active-bg: var(--ilima-yellow);
  --bs-btn-active-border-color: var(--ilima-yellow);
  --bs-btn-color: var(--text-primary);
  --bs-btn-hover-color: var(--text-primary);
  --bs-btn-active-color: var(--text-primary);
  box-shadow: var(--shadow-subtle);
}

.card {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-subtle);
  overflow: hidden;
}

.form-control,
.form-select {
  min-height: 3rem;
  border-color: var(--border-color);
  color: var(--text-primary);
}

.form-control::placeholder {
  color: var(--text-secondary);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--ilima-pink);
  box-shadow: 0 0 0 0.2rem rgba(232, 87, 134, 0.15);
}

.accordion {
  --bs-accordion-border-color: var(--border-color);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(232, 87, 134, 0.15);
  --bs-accordion-active-bg: var(--soft-sand);
  --bs-accordion-active-color: var(--text-primary);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1.125rem;
}

.accordion-button {
  font-weight: 700;
}

.badge {
  border-radius: 999px;
  font-weight: 600;
}

/* =========================================================
   5. UTILITIES
   ========================================================= */
.section-padding {
  padding-block: var(--section-space-desktop);
}

.section-bg-sand {
  background-color: var(--soft-sand);
}

.section-bg-white {
  background-color: var(--white);
}

.section-bg-pink {
  background-color: rgba(244, 221, 223, 0.3) !important;
}

.text-balance {
  text-wrap: balance;
}

.object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rounded-card {
  border-radius: var(--radius-card);
}

.shadow-soft {
  box-shadow: var(--shadow-soft);
}

.shadow-soft-hover {
  transition:
    transform var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
}

.shadow-soft-hover:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft-hover);
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* =========================================================
   6. PAGE RHYTHM
   ========================================================= */
main {
  overflow: clip;
}

section {
  position: relative;
}

section:nth-of-type(odd) {
  background-color: var(--white);
}

section:nth-of-type(even) {
  background-color: var(--soft-sand);
}

.section-header {
  margin-bottom: 2.5rem;
}

.section-header--center {
  text-align: center;
}

.section-header--center .section-subtitle {
  margin-inline: auto;
}

@media (max-width: 991.98px) {
  .section-padding {
    padding-block: var(--section-space-mobile);
  }

  .section-header {
    margin-bottom: 2rem;
  }

    .room-card--overview {
        height: 100% !important;
    }
}

/* =========================================================
   7. SITE HEADER / RESPONSIVE NAVBAR
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
  background-color: var(--ilima-pink);
  color: var(--black);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    background-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-standard);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.site-header__lang-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.8125rem;
}

.site-header__lang-row a,
.site-header__lang-row .is-current {
  color: var(--black);
}

.site-header__inner {
  min-height: var(--header-height);
  padding-block: 0.75rem;
  transition:
    min-height var(--duration-fast) var(--ease-standard),
    padding var(--duration-fast) var(--ease-standard);
}

.site-header.is-scrolled .site-header__inner {
  min-height: var(--header-height-scrolled);
  padding-block: 0.45rem;
}

.site-header .navbar {
  padding-block: 0;
}

.site-header .navbar-brand {
  display: inline-flex;
  align-items: center;
  padding-block: 0;
}

.site-header .navbar-brand img,
.site-header .navbar-brand svg {
  max-height: 48px;
  width: auto;
}

.site-header.is-scrolled .navbar-brand img,
.site-header.is-scrolled .navbar-brand svg {
  max-height: 42px;
  width: auto;
}

.site-header .navbar-nav {
  align-items: center;
  gap: 0.5rem;
}

.site-header .nav-link {
  color: var(--black);
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 0.92rem;
  padding: 0.75rem 0.9rem;
  transition:
    opacity var(--duration-fast) var(--ease-standard),
    color var(--duration-fast) var(--ease-standard);
}

.site-header .nav-link:hover,
.site-header .nav-link:focus-visible,
.site-header .nav-link.active {
  color: var(--black);
  opacity: 0.82;
}

.site-header .dropdown-menu {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 0.5rem;
  box-shadow: var(--shadow-soft);
}

.site-header .dropdown-item {
  border-radius: 6px;
  padding: 0.65rem 0.875rem;
  color: var(--text-primary);
}

.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus {
  background-color: var(--soft-sand);
  color: var(--ilima-pink);
}

.site-header__lang {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
  font-size: 0.875rem;
}

.site-header__lang a,
.site-header__lang button {
  color: var(--white);
  opacity: 0.9;
}

.site-header__lang .is-current {
  opacity: 1;
  font-weight: 700;
}

.site-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.site-header__mobile-actions .btn-booking--mobile {
  --bs-btn-padding-y: 0.625rem;
  --bs-btn-padding-x: 1rem;
  font-size: 0.875rem;
}

.site-header .btn-booking {
  min-width: 140px;
}

.navbar-toggler {
  border: 0;
  padding: 0.5rem;
  color: var(--white);
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: none;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background-color: currentColor;
  transition: transform var(--duration-fast) var(--ease-standard);
}

.navbar-toggler-icon::before {
  top: 0.25rem;
}

.navbar-toggler-icon span {
  top: 0.7rem;
}

.navbar-toggler-icon::after {
  top: 1.15rem;
}

.offcanvas {
  --bs-offcanvas-width: min(92vw, 420px);
  background-color: var(--white);
  color: var(--text-primary);
}

.offcanvas-header {
  border-bottom: 1px solid var(--border-color);
  padding: 1rem 1.25rem;
}

.offcanvas-body {
  padding: 1rem 1.25rem 2rem;
}

.offcanvas .nav-link--submenu::after {
  content: "+";
  margin-left: auto;
  font-size: 1.125rem;
  line-height: 1;
  color: var(--text-secondary);
  transition: color var(--duration-fast) var(--ease-standard);
}

.offcanvas .nav-link--submenu[aria-expanded="true"]::after {
  content: "↗";
  color: var(--ilima-pink);
}

.offcanvas .submenu {
  padding: 0.25rem 0 0.75rem 0.75rem;
}

.offcanvas .submenu a {
  display: block;
  padding: 0.5rem 0;
  color: var(--text-secondary);
}

.site-header__lang-dropdown {
  display: inline-flex;
}

.site-header__lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 42px;
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  color: var(--black);
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: none;
}

.site-header__lang-toggle:hover,
.site-header__lang-toggle:focus-visible,
.site-header__lang-toggle.show {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.42);
}

.site-header__lang-dropdown .dropdown-menu {
  min-width: 12rem;
}

.site-header__lang-dropdown .dropdown-item.active,
.site-header__lang-dropdown .dropdown-item:active {
  background-color: var(--soft-sand);
  color: var(--ilima-pink);
  font-weight: 700;
}

@media (min-width: 992px) {
  .site-header .navbar-nav > .nav-item.dropdown > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition:
      opacity var(--duration-fast) var(--ease-standard),
      transform var(--duration-fast) var(--ease-standard),
      visibility var(--duration-fast) var(--ease-standard);
    margin-top: 0;
  }

  .site-header .navbar-nav > .nav-item.dropdown:hover > .dropdown-menu,
  .site-header .navbar-nav > .nav-item.dropdown:focus-within > .dropdown-menu,
  .site-header .navbar-nav > .nav-item.dropdown.show > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-header .navbar-nav > .nav-item.dropdown:hover > .nav-link,
  .site-header .navbar-nav > .nav-item.dropdown:focus-within > .nav-link {
    color: var(--black);
    opacity: 0.82;
  }
}

/* =========================================================
   8. MOBILE HEADER / OFFCANVAS
   ========================================================= */
.navbar-toggler {
  border: 0;
  padding: 0.5rem;
  color: var(--white);
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: none;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background-color: currentColor;
  transition: transform var(--duration-fast) var(--ease-standard);
}

.navbar-toggler-icon::before {
  top: 0.25rem;
}

.navbar-toggler-icon span {
  top: 0.7rem;
}

.navbar-toggler-icon::after {
  top: 1.15rem;
}

.offcanvas {
  --bs-offcanvas-width: min(92vw, 420px);
  background-color: var(--white);
  color: var(--text-primary);
}

.offcanvas-header {
  border-bottom: 1px solid var(--border-color);
  padding: 1rem 1.25rem;
}

.offcanvas-header #mobileNavLabel {
  font-family: var(--font-sans);
}

.offcanvas-body {
  padding: 1rem 1.25rem 2rem;
}

.offcanvas .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.95rem 0;
  color: var(--text-primary);
  font-weight: 700;
  border-bottom: 1px solid var(--border-color);
}

.offcanvas .dropdown-toggle::after {
  margin-left: 0.5rem;
}

.offcanvas .submenu {
  padding: 0.5rem 0 0.75rem 0.75rem;
}

.offcanvas .submenu a {
  display: block;
  padding: 0.5rem 0;
  color: var(--text-secondary);
}

/* =========================================================
   9. HERO
   ========================================================= */
.hero {
  position: relative;
  isolation: isolate;
  color: var(--white);
  background-color: #000 !important;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  color: var(--black);
}

.hero__media img,
.hero__media picture,
.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero--fullscreen {
  min-height: calc(100vh - var(--header-height));
  min-height: calc(100dvh - var(--header-height));
}

.hero__inner {
  min-height: calc(100vh - var(--header-height));
  min-height: calc(100dvh - var(--header-height));
  display: flex;
  align-items: center;
  padding-block: 4rem;
}

.hero__content {
  max-width: 760px;
}

.hero__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0.92;
}

.hero__title {
  margin-bottom: 1rem;
  color: var(--white);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
}

.hero__text {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.05rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 1.5rem;
}

.hero__secondary-btn {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--white);
  background-color: transparent;
}

.hero__secondary-btn:hover,
.hero__secondary-btn:focus-visible {
  color: var(--white);
  border-color: var(--white);
  background-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 991.98px) {
  .hero--fullscreen {
    min-height: calc(100vh - 107px);
    min-height: calc(100dvh - 107px);
  }

  .hero__inner {
    min-height: calc(100vh - 107px);
    min-height: calc(100dvh - 107px);
    padding-block: 3rem;
  }
}

@media (max-width: 767.98px) {
  .hero--fullscreen {
    min-height: 560px;
    min-height: 560px;
  }
}

@media (min-width: 576px) {
  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.15)), linear-gradient(to top, rgba(0, 0, 0, 0.28), transparent 42%);
  }
}

@media (min-width: 1200px) {
  .hero__content {
    max-width: 860px;
  }

  .hero__eyebrow {
    font-size: 1rem;
  }

  .hero__title {
    font-size: 4rem;
    font-weight: 700;
  }

  .hero__text {
    max-width: 760px;
    font-size: 1.25rem;
  }
}

/* =========================================================
   10. BOOKING PANEL
   ========================================================= */

/* =========================================================
   11. EDITORIAL / INTRO BLOCKS
   ========================================================= */
.editorial {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.editorial__media {
  overflow: hidden;
}

.editorial__content {
  max-width: 760px;
}

.editorial__content .section-title {
  margin-bottom: 1.25rem;
}

.editorial__content .lead {
  margin-bottom: 1.25rem;
}

.editorial__cta {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .editorial--split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
  }

  .editorial--reverse .editorial__media {
    order: 2;
  }

  .editorial--reverse .editorial__content {
    order: 1;
  }
}

.history-showcase .section-title {
  margin-bottom: 1.25rem;
}

/* =========================================================
   12. FEATURE / AMENITY CARDS
   ========================================================= */
.feature-card {
  text-align: left;
  height: 100%;
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  padding: 1.5rem;
  box-shadow: var(--shadow-subtle);
  transition:
    transform var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft-hover);
}

.feature-card__icon {
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  background-color: var(--soft-sand);
}

.feature-card__icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.feature-card__title {
  margin-bottom: 0.75rem;
}

.feature-card__text {
  margin-bottom: 0;
  color: var(--text-secondary);
}

/* =========================================================
   13. ROOM CARDS / ROOM LISTING
   ========================================================= */
.room-card {
  /*height: 100%;*/
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-subtle);
  transition:
    transform var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
}

.room-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft-hover);
}

.room-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background-color: var(--soft-sand);
}

.room-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-card__body {
  padding: 1.25rem;
}

.room-card__title {
  margin-bottom: 0.5rem;
}

.room-card__price {
    margin-bottom: 0.875rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #D71D58;
}

.room-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.875rem;
  margin-bottom: 1rem;
  color: var(--text-secondary);
  font-size: 0.875rem;
}

.room-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.room-card__text {
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.room-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.rooms-showcase .section-header {
  margin-bottom: 3rem;
}

.rooms-showcase .section-subtitle {
  max-width: 820px;
}

.rooms-slick-wrap {
  position: relative;
}

.rooms-slick {
  margin-inline: -0.75rem;
}

.rooms-slick .room-slide {
  padding-inline: 0.75rem;
  opacity: 0.45;
  transition: opacity var(--duration-fast) var(--ease-standard);
}

.rooms-slick .slick-track {
  display: flex;
}

.rooms-slick .slick-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rooms-slick .slick-slide > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rooms-slick .slick-active {
  opacity: 1;
}

.room-card--showcase {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background-color: var(--white);
  height: 100%;
  transition:
    transform var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
}

.room-card--showcase:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.11);
}

.room-card__media--showcase {
  aspect-ratio: 1.48 / 1;
  background-color: var(--soft-sand);
}

.room-card__media--showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-medium) var(--ease-standard);
}

.room-card--showcase:hover .room-card__media--showcase img {
  transform: scale(1.025);
}

.room-card__body--showcase {
  padding: 1.5rem 1.5rem 1.625rem;
}

.room-card__body--showcase .room-card__title {
  margin-bottom: 0.35rem;
}

.room-card__body--showcase .room-card__price {
  margin-bottom: 0.95rem;
  font-size: 0.95rem;
}

.room-card__body--showcase .room-card__meta {
  gap: 0.45rem 0.875rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  display: none;
}

.room-card__body--showcase .room-card__text {
  margin-bottom: 1.25rem;
  line-height: 1.85;
}

.rooms-slick__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
  margin-top: 2rem;
}

.rooms-slick__arrow {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.92);
  color: var(--text-primary);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition:
    transform var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    background-color var(--duration-fast) var(--ease-standard);
}

.rooms-slick__arrow:hover,
.rooms-slick__arrow:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(232, 87, 134, 0.35);
  background-color: var(--white);
}

.rooms-slick__arrow span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  transform: translateY(-1px);
}

.rooms-slick__dots {
  display: flex;
  align-items: center;
}

.rooms-slick__dots .slick-dots {
  position: static;
  display: flex !important;
  align-items: center;
  gap: 0.625rem;
  margin: 0;
}

.rooms-slick__dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.rooms-slick__dots .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
}

.rooms-slick__dots .slick-dots li button::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background-color: rgba(51, 51, 51, 0.18);
  opacity: 1;
  transition:
    width var(--duration-fast) var(--ease-standard),
    background-color var(--duration-fast) var(--ease-standard);
}

.rooms-slick__dots .slick-dots li.slick-active button {
  width: 28px;
}

.rooms-slick__dots .slick-dots li.slick-active button::before {
  width: 28px;
  background-color: var(--ilima-pink);
  opacity: 1;
}

@media (min-width: 1200px) {
  .rooms-showcase .container {
    max-width: 1360px;
  }
}

@media (max-width: 991.98px) {
  .rooms-showcase .section-header {
    margin-bottom: 2.25rem;
  }

  .room-card__media--showcase {
    aspect-ratio: 1.55 / 1;
  }

  .room-card__body--showcase {
    padding: 1.25rem 1.25rem 1.375rem;
  }

  .rooms-slick__controls {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .room-card--showcase {
    border-radius: 10px;
  }

  .room-card__body--showcase .room-card__text {
    line-height: 1.8;
  }

  .rooms-slick__controls {
    gap: 0.875rem;
  }

  .rooms-slick__arrow {
    width: 42px;
    height: 42px;
  }
}

.rooms-showcase .slick-list {
  overflow: visible;
}

/* =========================================================
   14. TESTIMONIALS
   ========================================================= */
.testimonial-card {
  height: 100%;
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  padding: 1.5rem;
  box-shadow: var(--shadow-subtle);
}

.testimonial-card__quote {
  margin-bottom: 1rem;
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  line-height: 1.75;
}

.testimonial-card__body {
  margin-bottom: 1rem;
  color: var(--text-secondary);
}

.testimonial-card__author {
  font-size: 0.9375rem;
  font-weight: 700;
}

.testimonials-showcase .section-subtitle {
  max-width: 820px;
}

.testimonial-card {
  padding: 1.75rem;
}

.testimonial-card__quote {
  margin-bottom: 0.875rem;
}

.testimonial-card__author {
  color: var(--text-secondary);
}

.testimonials-showcase .section-subtitle {
  max-width: 820px;
}

.testimonials-slick-wrap {
  position: relative;
}

.testimonials-slick {
  margin-inline: -0.75rem;
}

.testimonials-slick .testimonial-slide {
  padding-inline: 0.75rem;
}

.testimonials-slick .slick-list {
  overflow: visible;
}

.testimonials-slick .slick-track {
  display: flex !important;
}

.testimonials-slick .slick-slide {
  height: inherit !important;
}

.testimonials-slick .slick-slide > div {
  height: 100%;
}

.testimonial-card {
  padding: 1.75rem;
  height: 100%;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  background-color: var(--soft-sand);
}

.testimonial-card__quote {
  margin-bottom: 0.875rem;
}

.testimonial-card__author {
  color: var(--text-secondary);
}

.testimonials-slick__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
  margin-top: 2rem;
}

.testimonials-slick__arrow {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.92);
  color: var(--text-primary);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition:
    transform var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard),
    border-color var(--duration-fast) var(--ease-standard),
    background-color var(--duration-fast) var(--ease-standard);
}

.testimonials-slick__arrow:hover,
.testimonials-slick__arrow:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(232, 87, 134, 0.35);
  background-color: var(--white);
}

.testimonials-slick__arrow span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  transform: translateY(-1px);
}

.testimonials-slick__dots {
  display: flex;
  align-items: center;
}

.testimonials-slick__dots .slick-dots {
  position: static;
  display: flex !important;
  align-items: center;
  gap: 0.625rem;
  margin: 0;
}

.testimonials-slick__dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.testimonials-slick__dots .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
}

.testimonials-slick__dots .slick-dots li button::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background-color: rgba(51, 51, 51, 0.18);
  opacity: 1;
  transition:
    width var(--duration-fast) var(--ease-standard),
    background-color var(--duration-fast) var(--ease-standard);
}

.testimonials-slick__dots .slick-dots li.slick-active button {
  width: 28px;
}

.testimonials-slick__dots .slick-dots li.slick-active button::before {
  width: 28px;
  background-color: var(--ilima-pink);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials-slick .slick-slide {
    opacity: 0.45;
    transition: opacity var(--duration-fast) var(--ease-standard);
  }

  .testimonials-slick .slick-active {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonials-slick-wrap {
    padding-right: 0;
  }

  .testimonials-slick {
    margin-right: -0.75rem;
  }

  .testimonials-slick__controls {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .testimonial-card {
    padding: 1.25rem;
    border-radius: 10px;
  }

  .testimonials-slick__controls {
    gap: 0.875rem;
  }

  .testimonials-slick__arrow {
    width: 42px;
    height: 42px;
  }
}

.testimonials-showcase {
  overflow: hidden;
}

.testimonials-showcase .element-ilima-flower {
  display: block;
  position: absolute;
  top: 0;
  left: -450px;
  width: 800px;
  height: auto;
  opacity: 0.15;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .testimonials-showcase .element-ilima-flower {
    left: -350px;
    width: 600px;
    opacity: 0.08;
  }
}

@media (max-width: 575.98px) {
  .testimonials-showcase .element-ilima-flower {
    left: 0;
    width: 100vw;
    opacity: 0.1;
  }
}

/* =========================================================
   15. OFFER CARDS
   ========================================================= */
.offer-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-subtle);
  transition:
    transform var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
}

.offer-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft-hover);
}

.offer-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: var(--soft-sand);
}

.offer-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-medium) var(--ease-standard);
}

.offer-card:hover .offer-card__media img {
  transform: scale(1.03);
}

.offer-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.75rem;
}

.offer-card__eyebrow {
  margin-bottom: 0.875rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ilima-pink);
}

.offer-card__title {
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.offer-card__text {
  margin-bottom: 1.5rem;
  color: var(--text-secondary);
}

.offer-card .btn-booking {
  margin-top: auto;
}

.offers-showcase .section-subtitle {
  max-width: 820px;
}

@media (max-width: 767.98px) {
  .offer-card__body {
    padding: 1.5rem;
  }

  .offer-card__eyebrow {
    margin-bottom: 0.75rem;
  }

  .offer-card__text {
    margin-bottom: 1.25rem;
  }
}

/* =========================================================
   16. IMAGE / GALLERY BLOCKS
   ========================================================= */
.media-frame {
  overflow: hidden;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.media-frame img {
  width: 100%;
  height: auto;
}

.gallery-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .gallery-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* =========================================================
   17. PARTNER / BADGE LOGOS
   ========================================================= */
.trust-social {
  padding-block: 5.5rem 4.5rem;
}

.trust-social__logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 2rem 3rem;
}

.trust-social__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

.trust-social__logo-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.trust-social__follow {
  padding-top: 6rem;
}

.trust-social__eyebrow {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--text-primary);
}

.trust-social__handle {
    display: inline-block;
    font-family: var(--font-serif);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 600;
    line-height: 1.1;
    color: #D71D58;
    letter-spacing: 0.01em;
}

    .trust-social__handle:hover,
    .trust-social__handle:focus-visible {
        color: #D71D58;
        opacity: 0.85;
    }

.trust-social {
  overflow: hidden;
}

.trust-social .element-ilima-flower {
  display: block;
  position: absolute;
  bottom: -320px;
  left: 50%;
  width: 600px;
  height: auto;
  opacity: 0.15;
  pointer-events: none;
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .trust-social {
    padding-block: 4.5rem 4rem;
  }

  .trust-social__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }

  .trust-social__follow {
    padding-top: 4.5rem;
  }
}

@media (max-width: 575.98px) {
  .trust-social__logos {
    grid-template-columns: 1fr;
  }

  .trust-social__logo-item {
    min-height: 96px;
  }

  .trust-social__follow {
    padding-top: 3.5rem;
  }

  .trust-social .element-ilima-flower {
    bottom: -50vw;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
  }
}

/* =========================================================
   18. CTA BANNER
   ========================================================= */
.final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.final-cta--image {
  min-height: 520px;
  display: flex;
  align-items: center;
  padding-block: 5.5rem;
  color: var(--white);
  background-color: #000 !important;
}

.final-cta__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.final-cta__media img,
.final-cta__media picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final-cta--image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to bottom, rgba(108, 32, 62, 0.46), rgba(70, 18, 40, 0.56)), linear-gradient(to right, rgba(232, 87, 134, 0.12), rgba(232, 87, 134, 0.12));
}

.final-cta__inner {
  max-width: 760px;
  margin-inline: auto;
}

.final-cta__eyebrow {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.01em;
}

.final-cta__title {
  margin-bottom: 0;
  color: var(--white);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.final-cta__actions .btn-booking {
  min-width: 220px;
  min-height: 52px;
  line-height: 34px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

@media (max-width: 767.98px) {
  .final-cta--image {
    min-height: 420px;
    padding-block: 4.5rem;
  }

  .final-cta__actions .btn-booking {
    width: 100%;
    max-width: 320px;
  }
}

/* =========================================================
   19. BREADCRUMBS / PAGE HERO
   ========================================================= */
.page-hero {
  position: relative;
  background-color: var(--soft-sand);
  padding-block: 4rem 3rem;
}

.page-hero__title {
  margin-bottom: 0.75rem;
}

.breadcrumb-wrap {
  margin-bottom: 1rem;
}

.breadcrumb {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-secondary);
}

/* =========================================================
   20. FOOTER
   ========================================================= */
.site-footer {
  background-color: #f4dddf;
  color: var(--text-primary);
  border-top: 1px solid var(--border-color);
}

.site-footer__main {
  padding-block: 4.5rem 3rem;
}

.site-footer__brand img,
.site-footer__brand svg {
  max-height: 68px;
  width: auto;
}

.site-footer__title {
  margin-bottom: 0.875rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.site-footer__text {
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.site-footer__contact-list {
  display: grid;
  gap: 0.75rem;
}

.site-footer__contact-list li,
.site-footer__contact-list a {
  color: var(--text-primary);
}

.site-footer__contact-list a:hover {
  color: var(--ilima-pink);
}

.site-footer__contact-label {
  color: var(--text-primary);
  font-weight: 600;
  margin-right: 0.35rem;
}

.site-footer__newsletter-form .input-group {
  gap: 0.5rem;
}

.site-footer__newsletter-form .form-control {
  min-height: 48px;
}

.site-footer__newsletter-form .btn {
  min-height: 48px;
  min-width: 96px;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer__social a {
  color: var(--text-secondary);
  font-weight: 600;
}

.site-footer__social a:hover {
  color: var(--ilima-pink);
}

.site-footer__quote-card {
  padding: 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background-color: var(--soft-sand);
}

.site-footer__quote {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-primary);
}

.site-footer__quote-person {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-top: 1rem;
}

.site-footer__quote-avatar img {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
}

.site-footer__quote-name {
  font-weight: 700;
  color: var(--text-primary);
}

.site-footer__quote-role {
  color: var(--text-secondary);
  font-size: 0.9375rem;
}

.site-footer__bottom {
  border-top: 1px solid var(--border-color);
  padding-block: 1rem 1.25rem;
}

.site-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

    .site-footer__legal a {
        color: #333333;
        font-size: 0.875rem;
    }

.site-footer__legal a:hover {
  color: var(--ilima-pink);
}

.site-footer__copyright {
    color: #333333;
    font-size: 0.875rem;
}

@media (max-width: 991.98px) {
  .site-footer__main {
    padding-block: 3.5rem 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .site-footer__quote-card {
    padding: 1.25rem;
  }

  .site-footer__newsletter-form .input-group {
    flex-direction: column;
  }

  .site-footer__newsletter-form .btn,
  .site-footer__newsletter-form .form-control {
    width: 100%;
  }

  .site-footer__newsletter-form .btn {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .site-footer__newsletter-form .form-control {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .site-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================================================
   21. MOBILE STICKY BOOKING BAR
   ========================================================= */
.mobile-booking-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: var(--z-mobile-booking);
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--border-color);
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
}

.mobile-booking-bar .btn-booking {
  width: 100%;
  min-height: 48px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .mobile-booking-bar {
    display: none !important;
  }
}

/* =========================================================
   22. ACCESSIBILITY / MOTION
   ========================================================= */
.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 2000;
  background-color: var(--white);
  color: var(--text-primary);
  border: 1px solid var(--border-color);
  padding: 0.5rem 1rem;
  border-radius: 6px;
}

.skip-link:focus {
  top: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }
}

/* =========================================================
   23. RESPONSIVE ADJUSTMENTS
   ========================================================= */
@media (max-width: 1399.98px) {
    .site-header .navbar-brand img,
    .site-header .navbar-brand svg,
    .site-header.is-scrolled .navbar-brand img,
    .site-header.is-scrolled .navbar-brand svg {
        max-height: 36px;
    }

    .site-header .btn-booking {
        min-width: 80px;
    }
}

@media (max-width: 1199.98px) {
  .site-header .nav-link {
    padding-inline: 0.5rem;
    font-size: 1.3vw;
  }

  .site-header .navbar-brand img,
  .site-header .navbar-brand svg,
  .site-header.is-scrolled .navbar-brand img,
  .site-header.is-scrolled .navbar-brand svg {
    max-height: 32px;
  }

  .site-header .btn-booking {
    min-width: 70px;
  }
}

@media (max-width: 991.98px) {
  body.has-mobile-booking-bar {
    padding-bottom: 84px;
  }

  .site-header__inner {
    padding-block: 0.75rem;
  }

  .site-header .site-header__inner {
    min-height: var(--mobile-header-height);
  }

  .site-header.is-scrolled {
    transform: translateY(-40px);
  }

  .site-header.is-scrolled .site-header__inner {
    padding-block: 0.45rem;
  }

  .hero__inner {
    min-height: 520px;
    padding-block: 6rem 3.5rem;
  }

  .booking-panel {
    margin-top: 1.5rem;
  }

  .booking-panel__card {
    padding: 1rem;
  }

  .page-hero {
    padding-block: 3rem 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero__inner {
    min-height: 460px;
    padding-block: 5rem 2.75rem;
  }

  .hero__text {
    font-size: 1rem;
  }

  .hero__actions,
  .cta-banner__actions,
  .room-card__actions {
    flex-direction: column;
  }

  .hero__actions .btn,
  .cta-banner__actions .btn,
  .room-card__actions .btn {
    width: 100%;
  }

  .feature-card,
  .testimonial-card,
  .offer-card__body,
  .room-card__body {
    padding: 1.125rem;
  }

  .site-footer__main {
    padding-block: 3rem 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .container,
  .container-fluid,
  .container-sm {
    --bs-gutter-x: 3rem;
  }

  h1,
  .display-1,
  .display-2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  h2,
  .display-3 {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .site-header .btn-booking {
    min-width: 48px;
    padding: 0.5rem;
  }
}

/* =========================================================
   BOOKING WIDGET — closer to live English site
   Keep existing HTML
   ========================================================= */

.booking-widget-section {
  position: relative;
  z-index: 12;
  padding-inline: 1rem;
}

.bookingWidget {
  max-width: 1320px;
  margin: 0 auto;
  padding: 1rem 1rem 0.875rem;
  background: var(--ilima-pink);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.bookingWidget > .row {
  align-items: end;
  --bs-gutter-x: 1rem;
}

.bookingWidget .col-md-6,
.bookingWidget .col-lg-4,
.bookingWidget .btn-myRez {
  position: relative;
}

/* shared field look */
.bookingWidget .form-control,
.bookingWidget .dropdown-toggle.form-control {
  min-height: 58px;
  padding: 1.55rem 1rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--black);
  font-size: 0.98rem;
  line-height: 1.35;
  box-shadow: none;
  transition:
    border-color var(--duration-fast) var(--ease-standard),
    box-shadow var(--duration-fast) var(--ease-standard);
}

.bookingWidget .form-control:hover,
.bookingWidget .dropdown-toggle.form-control:hover {
  border-color: #cfcfcf;
}

.bookingWidget .form-control:focus,
.bookingWidget .dropdown-toggle.form-control:focus,
.bookingWidget .dropdown.show .dropdown-toggle.form-control,
.bookingWidget .dropdown-toggle.form-control.show {
  border-color: var(--ilima-pink);
  box-shadow: 0 0 0 0.18rem rgba(232, 87, 134, 0.12);
  background: var(--white);
}

.bookingWidget #lblguest.dropdown-toggle.form-control {
  display: flex;
  align-items: flex-end;
  text-align: left;
  white-space: normal;
  cursor: pointer;
}

.bookingWidget #lblguest.dropdown-toggle.form-control::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.1rem;
  border-top-color: var(--text-secondary);
}

.bookingWidget #dpguest.show #lblguest.dropdown-toggle.form-control::after,
.bookingWidget #lblguest.dropdown-toggle.form-control[aria-expanded="true"]::after {
  border-top-color: var(--ilima-pink);
}

/* compact top labels like the English widget */
.bookingWidget .control-label,
.bookingWidget span.control-label {
  position: absolute;
  top: 0.55rem;
  left: 1rem;
  z-index: 2;
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.2;
  pointer-events: none;
}

.bookingWidget .control-label[for="daterange"] {
  left: 1.5rem;
}

/* jp tweak: keep it readable, not overly wide */
html[lang="ja"] .bookingWidget .control-label,
html[lang="ja"] .bookingWidget span.control-label {
  letter-spacing: 0.05em;
}

/* guest dropdown panel */
.bookingWidget .dropdown-menu {
  width: 100%;
  min-width: 100%;
  margin-top: 0.45rem;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

.bookingWidget #ddguest .px-4.py-3 {
  padding: 1rem 1rem 0.9rem !important;
}

.bookingWidget #lblroom {
  margin-bottom: 0.35rem;
  color: var(--text-primary);
  font-weight: 700;
}

.bookingWidget #lbladult,
.bookingWidget #lblchild {
  color: var(--text-primary);
  font-size: 0.94rem;
}

/* number controls */
.bookingWidget .num_control {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.bookingWidget .btn_bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ilima-pink);
  transition:
    color var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-standard);
}

.bookingWidget .btn_bg:hover,
.bookingWidget .btn_bg:focus-visible {
  color: var(--ilima-yellow);
  transform: translateY(-1px);
}

.bookingWidget .btn_bg svg {
  width: 18px;
  height: 18px;
}

.bookingWidget .txt_style {
  width: 2.5rem;
  min-height: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-primary);
  font-weight: 700;
  font-size: 1rem;
  box-shadow: none;
}

.bookingWidget small {
  color: var(--text-secondary);
  font-size: 0.8rem;
}

.bookingWidget #newroom,
.bookingWidget #removeroom {
  color: var(--ilima-pink);
  font-weight: 700;
}

/* done button inside dropdown */
.bookingWidget #btndone.btn {
  min-height: 40px;
  padding-inline: 1.2rem;
  border: 0;
  border-radius: 6px;
  background: var(--ilima-pink);
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.bookingWidget #btndone.btn:hover,
.bookingWidget #btndone.btn:focus-visible {
  background: var(--ilima-pink);
  color: var(--white);
  opacity: 0.94;
}

/* search button: stronger, simpler, more like live site */
.bookingWidget .btn-myRez {
  display: flex;
  align-items: end;
}

.bookingWidget #btnsearch.button,
.bookingWidget #btnsearch.btn {
  width: 100%;
  min-height: 58px;
  line-height: 30px;
  padding: 0.875rem 1.5rem;
  border: 0;
  border-radius: 6px;
  background: var(--ilima-yellow);
  color: var(--text-primary);
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: none;
  transition:
    transform var(--duration-fast) var(--ease-standard),
    opacity var(--duration-fast) var(--ease-standard);
}

.bookingWidget #btnsearch.button:hover,
.bookingWidget #btnsearch.button:focus-visible,
.bookingWidget #btnsearch.btn:hover,
.bookingWidget #btnsearch.btn:focus-visible {
  color: var(--text-primary);
  transform: translateY(-1px);
  opacity: 0.96;
}

/* daterangepicker: make it feel native */
.daterangepicker {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
  font-family: var(--font-sans);
  color: var(--text-primary);
}

.daterangepicker .calendar-table {
  border: 0;
  background: var(--white);
}

.daterangepicker .drp-calendar.left,
.daterangepicker .drp-calendar.right {
  padding: 0.75rem 0.75rem 0.5rem;
}

.daterangepicker td,
.daterangepicker th {
  min-width: 36px;
  height: 36px;
  border-radius: 999px;
  font-size: 0.9rem;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: rgba(232, 87, 134, 0.08);
  color: var(--ilima-pink);
}

.daterangepicker td.in-range {
  background: rgba(232, 87, 134, 0.12);
  color: var(--text-primary);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: var(--ilima-pink);
  color: var(--white);
}

.daterangepicker .drp-buttons {
  border-top: 1px solid var(--border-color);
  padding: 0.85rem 1rem;
}

.daterangepicker .drp-buttons .btn-primary {
  background: var(--ilima-pink);
  border-color: var(--ilima-pink);
  color: var(--white);
}

/* responsive */
@media (max-width: 991.98px) {
  .booking-widget-section {
    padding-inline: 0;
  }

  .bookingWidget {
    padding: 0.9rem 0.9rem 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .bookingWidget {
    border-radius: 0;
  }

  .bookingWidget .form-control,
  .bookingWidget .dropdown-toggle.form-control,
  .bookingWidget #btnsearch.button,
  .bookingWidget #btnsearch.btn {
    min-height: 56px;
  }

  .bookingWidget .dropdown-menu {
    min-width: 100%;
  }

  .bookingWidget .btn-myRez {
    display: block;
  }
}

@media (min-width: 768px) {
  .booking-widget-section {
    height: 1rem;
  }

  .bookingWidget {
    transform: translateY(-130%);
    max-width: 696px;
  }
}

@media (min-width: 992px) {
  .bookingWidget {
    max-width: 936px;
  }
}

@media (min-width: 1200px) {
  .bookingWidget {
    transform: translateY(-140%);
    max-width: 1116px;
  }
}

@media (min-width: 1400px) {
  .bookingWidget {
    transform: translateY(-160%);
    max-width: 1296px;
  }
}

/* =========================================================
   ROOMS PAGE
   Current page only: hero + overview grid + Bootstrap carousels
   ========================================================= */

.rooms-overview-page {
  background: var(--white);
}

/* ---------------------------------------------------------
   PAGE HERO
   --------------------------------------------------------- */
.page-hero--rooms {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 420px;
  overflow: hidden;
  color: var(--white);
  background: #000 !important;
}

.page-hero--rooms .page-hero__media,
.page-hero--rooms .page-hero__overlay {
  position: absolute;
  inset: 0;
}

.page-hero--rooms .page-hero__media {
  z-index: 0;
}

.page-hero--rooms .page-hero__media picture,
.page-hero--rooms .page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero--rooms .page-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(30, 17, 20, 0.18), rgba(30, 17, 20, 0.42)), linear-gradient(to right, rgba(232, 87, 134, 0.16), rgba(232, 87, 134, 0.08));
}

.page-hero--rooms .container {
  position: relative;
  z-index: 2;
}

.page-hero__content {
  max-width: 880px;
  margin-inline: auto;
  padding-block: 5rem 5rem;
}

.page-hero__eyebrow {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.94);
}

.page-hero__title {
  margin-bottom: 0;
  color: var(--white);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

@media (min-width: 1200px) {
  .page-hero__title {
    font-size: 4rem;
    font-weight: 700;
  }
}

/* ---------------------------------------------------------
   OVERVIEW INTRO + GRID
   --------------------------------------------------------- */
.rooms-overview__header {
  margin-bottom: 3.5rem;
}

.rooms-overview .section-subtitle {
  max-width: 860px;
  text-align: left;
}

/* ---------------------------------------------------------
   ROOM CARDS
   --------------------------------------------------------- */
.room-card--overview {
  display: flex;
  flex-direction: column;
  /*height: 70%;*/
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.room-card--overview:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.room-card__body--overview {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.5rem 1.5rem 1.625rem;
}

.room-card__body--overview .room-card__title {
  margin-bottom: 0.75rem;
}

.room-card__body--overview .room-card__text {
  margin-bottom: 1rem;
}

.room-card__actions--overview {
  margin-top: auto;
}

.room-card__actions--overview .btn {
  min-width: 160px;
}

/* ---------------------------------------------------------
   FEATURE LIST
   --------------------------------------------------------- */
.room-feature-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.room-feature-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

.room-feature-list li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ilima-pink);
  transform: translateY(-50%);
}

.room-feature-list--compact {
  gap: 0.55rem;
  margin-bottom: 1.25rem;
}

.room-feature-list--compact li {
  line-height: 1.7;
}

/* =========================================================
   ROOM CARD CAROUSEL NAV
   premium soft arrow + pill indicators
   ========================================================= */

.room-card-carousel {
  position: relative;
  overflow: hidden;
  background: var(--soft-sand);
}

.room-card-carousel .carousel-inner {
  aspect-ratio: 1.5 / 1;
}

.room-card-carousel .carousel-item,
.room-card-carousel .carousel-item img {
  height: 100%;
}

.room-card-carousel .carousel-item img {
  display: block;
  width: 100%;
  object-fit: cover;
}

/* controls wrap */
.room-card-carousel__control {
  top: auto;
  bottom: 1rem;
  width: 48px;
  height: 48px;
  opacity: 1;
  transform: none;
}

.room-card-carousel__control.carousel-control-prev {
  left: 1rem;
}

.room-card-carousel__control.carousel-control-next {
  right: 1rem;
}

/* circular buttons */
.room-card-carousel__control .carousel-control-prev-icon,
.room-card-carousel__control .carousel-control-next-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.94);
  background-image: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition:
    transform 200ms ease,
    background-color 200ms ease,
    box-shadow 200ms ease;
  opacity: 0.6;
}

.room-card-carousel__control:hover .carousel-control-prev-icon,
.room-card-carousel__control:hover .carousel-control-next-icon {
  background-color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.room-card-carousel__control .carousel-control-prev-icon::after,
.room-card-carousel__control .carousel-control-next-icon::after {
  font-size: 20px;
  line-height: 1;
  color: var(--text-primary);
}

.room-card-carousel__control .carousel-control-prev-icon::after {
  content: "<";
  transform: translate(-1px, -3px) scale(1.2);
}

.room-card-carousel__control .carousel-control-next-icon::after {
  content: ">";
  transform: translate(1px, -3px) scale(1.2);
}

/* centered indicators */
.room-card-carousel__indicators {
  position: absolute;
  right: 4.5rem;
  bottom: 1.85rem;
  left: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
}

.room-card-carousel__indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background-color: #d6d2cb;
  opacity: 1;
  transition:
    width 200ms ease,
    background-color 200ms ease,
    transform 200ms ease;
}

.room-card-carousel__indicators .active {
  width: 28px;
  background-color: var(--ilima-pink);
}

/* mobile */
@media (max-width: 767.98px) {
  .room-card-carousel .carousel-inner {
    aspect-ratio: 16 / 10;
  }

  .room-card-carousel__control {
    bottom: 0.75rem;
    width: 42px;
    height: 42px;
  }

  .room-card-carousel__control.carousel-control-prev {
    left: 0.75rem;
  }

  .room-card-carousel__control.carousel-control-next {
    right: 0.75rem;
  }

  .room-card-carousel__control .carousel-control-prev-icon,
  .room-card-carousel__control .carousel-control-next-icon {
    width: 42px;
    height: 42px;
  }

  .room-card-carousel__control .carousel-control-prev-icon::after,
  .room-card-carousel__control .carousel-control-next-icon::after {
    font-size: 18px;
  }

  .room-card-carousel__indicators {
    right: 4rem;
    bottom: 1.55rem;
    left: 4rem;
    gap: 0.45rem;
  }

  .room-card-carousel__indicators [data-bs-target] {
    width: 8px;
    height: 8px;
  }

  .room-card-carousel__indicators .active {
    width: 22px;
  }
}

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */
@media (max-width: 1199.98px) {
  .page-hero--rooms {
    min-height: 380px;
  }

  .page-hero__content {
    padding-block: 6.25rem 4.5rem;
  }
}

@media (max-width: 991.98px) {
  .page-hero--rooms {
    min-height: 340px;
  }

  .page-hero__content {
    padding-block: 5.75rem 4rem;
  }

  .rooms-overview__header {
    margin-bottom: 2.75rem;
  }

  .room-card__body--overview {
    padding: 1.25rem;
  }

  .room-card__actions--overview .btn {
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  .page-hero--rooms {
    min-height: 300px;
  }

  .page-hero__content {
    padding-block: 5rem 3.5rem;
  }

  .page-hero__eyebrow {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
  }

  .room-card-carousel .carousel-inner {
    aspect-ratio: 16 / 10;
  }

  .room-card__actions--overview {
    flex-direction: column;
  }

  .room-card__actions--overview .btn {
    width: 100%;
  }

  .room-card-carousel__control .carousel-control-prev-icon,
  .room-card-carousel__control .carousel-control-next-icon {
    width: 36px;
    height: 36px;
    background-size: 14px 14px;
  }
}

@media (max-width: 575.98px) {
  .page-hero--rooms {
    min-height: 270px;
  }

  .page-hero__content {
    padding-block: 4.5rem 3rem;
  }

  .room-feature-list {
    gap: 0.55rem;
  }

  .room-feature-list li {
    padding-left: 1.15rem;
    line-height: 1.75;
  }

  .room-feature-list li::before {
    width: 6px;
    height: 6px;
  }
}

.room-categories .room-card__media {
  aspect-ratio: 1.48 / 1;
}

/* =========================================================
   ROOM OVERVIEW + INLINE FAQ
   left: overview + faqs
   right: slider
   ========================================================= */

.room-overview__lead {
  margin-bottom: 1rem;
  font-size: 1.0625rem;
  line-height: 1.9;
  color: var(--text-primary);
  text-align: left;
}

.room-overview__body {
  margin-bottom: 2rem;
  color: var(--text-secondary);
}

.room-overview__faq {
  display: grid;
  gap: 1.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--border-color);
}

.room-overview__faq-item {
  display: grid;
  gap: 0.625rem;
}

.room-overview__faq-question {
  margin-bottom: 0;
  font-family: var(--font-sans, "Noto Sans JP", sans-serif);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--text-primary);
}

.room-overview__faq-answer {
  margin-bottom: 0;
  color: var(--text-secondary);
  line-height: 1.9;
}

.room-overview__slider .room-overview__slide {
  padding-inline: 0.75rem;
  opacity: 0.45;
}

.room-overview__slider .slick-active {
  opacity: 1;
}

.room-overview__slider .slick-list {
  overflow: visible;
}

.room-overview__card {
  overflow: hidden;
  border-radius: 12px;
  background-color: var(--white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.room-overview__card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.48 / 1;
  object-fit: cover;
}

.room-overview__controls {
  margin-top: 1.5rem;
}

@media (max-width: 991.98px) {
  .room-overview__slider-wrap {
    position: static;
    top: auto;
  }

  .room-overview__card img {
    aspect-ratio: 1.55 / 1;
  }
}

@media (max-width: 767.98px) {
  .room-overview__lead {
    font-size: 1rem;
    line-height: 1.85;
  }

  .room-overview__body {
    margin-bottom: 1.5rem;
  }

  .room-overview__faq {
    gap: 1.25rem;
    padding-top: 1.5rem;
  }

  .room-overview__faq-question {
    font-size: 1.0625rem;
  }

  .room-overview__card {
    border-radius: 10px;
  }

  .room-overview__card img {
    aspect-ratio: 16 / 11;
  }
}

/* =========================================================
   SPECIAL OFFERS
   editorial two-column sections
   ========================================================= */

.special-offer-editorial__content {
  max-width: 720px;
}

.special-offer-editorial__eyebrow {
    margin-bottom: 0.625rem;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #D71D58;
}

.special-offer-editorial__title {
  margin-bottom: 0.875rem;
}

.special-offer-editorial__lead {
  margin-bottom: 0.875rem;
  color: var(--text-primary);
}

.special-offer-editorial__body {
  margin-bottom: 1rem;
  color: var(--text-secondary);
}

.special-offer-editorial__list {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.special-offer-editorial__list li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

.special-offer-editorial__list li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ilima-pink);
  transform: translateY(-50%);
}

.special-offer-editorial__code {
  margin-bottom: 1.25rem;
  color: var(--text-primary);
}

.special-offer-editorial__media {
  overflow: hidden;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.special-offer-editorial__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.32 / 1;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .special-offer-editorial__content {
    max-width: none;
  }

  .special-offer-editorial__media img {
    aspect-ratio: 1.45 / 1;
  }
}

@media (max-width: 767.98px) {
  .special-offer-editorial__media {
    border-radius: 10px;
  }

  .special-offer-editorial__media img {
    aspect-ratio: 16 / 11;
  }

  .special-offer-editorial__actions .btn {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .special-offer-editorial:nth-of-type(even) .col-lg-6:first-child {
    order: 2;
  }

  .special-offer-editorial:nth-of-type(even) .col-lg-6:last-child {
    order: 1;
  }
}

.bg-sand {
  background-color: var(--soft-sand);
}

.card-icon {
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 0.5rem;
  background-color: var(--soft-sand);
}

.card-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.amenities-list-block {
  height: 100%;
  padding: 2rem;
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-subtle);
}

.section-bg-white .amenities-list-block {
  background-color: var(--soft-sand);
}

.amenities-list-block__title {
  margin-bottom: 1rem;
}

.amenities-list {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--text-secondary);
}

.amenities-list li + li {
  margin-top: 0.625rem;
}

.meeting-space-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.meeting-space-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-medium) var(--ease-standard);
}

@media (min-width: 1200px) {
  #room-gallery .room-overview__card,
  #about-gallery .room-overview__card {
    width: 100%;
    transform: scale(0.9);
  }

  #room-gallery .rooms-slick__controls,
  #about-gallery .rooms-slick__controls {
    transform: translateY(-100%);
  }
}

.room-amenities .material-icons {
  font-size: 42px;
}

.room-categories:nth-of-type(odd) .room-card--overview {
  background-color: var(--soft-sand);
}

.room-categories .badge {
  white-space: normal;
}

.rounded-img {
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

.offer-card__text.text-excerpt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.text_reboot p:last-child {
    margin-bottom: 0 !important;
}

.link-underline {
    text-decoration: underline !important;
}

#myrez .hidden {
    display: none !important;
}