@media (max-width: 1199.98px) {
  .hero-model {
    max-height: 480px;
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .header-logo {
    margin: 0;
  }

  .hero-nav-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .contact-list {
    justify-content: center;
  }

  .hero-contact-strip .container {
    justify-content: center;
  }

  .hero-section {
    text-align: center;
    min-height: auto;
    padding-bottom: 2rem;
    background-position: center center;
  }

  .hero-section .hero-content-wrap > .row > .col-lg-6:last-child {
    align-self: stretch;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.05rem;
  }

  .hero-left {
    padding-left: 0;
    padding-bottom: 0;
    align-items: center;
  }

  .welcome-section .row {
    min-height: auto;
  }

  .welcome-section .col-lg-6:first-child {
    min-height: auto;
    padding-left: 0;
    text-align: center;
  }

  .welcome-girl {
    position: static;
    width: min(420px, 82%);
    max-width: 82%;
    margin: 0.8rem auto 0;
  }

  .hero-kicker {
    font-size: 1.35rem;
  }

  .hero-title {
    font-size: clamp(3rem, 14vw, 5.5rem);
  }

  .main-title {
    font-size: clamp(3rem, 12vw, 6.5rem);
    line-height: 1;
  }

  .hero-model {
    margin-top: 1.5rem;
    max-height: 420px;
    transform: none;
  }

  .book_massage {
    min-width: 0;
  }

  .book_massage_section {
    padding: 1.5rem 0;
  }

  .book_massage .book_left {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .book_massage .book_left h3 {
    padding: 1.35rem 1rem 0;
    font-size: clamp(2.15rem, 6vw, 2.85rem);
  }

  .book_massage .book_right {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 6px 0 20px;
    background-size: cover;
    background-position: center top;
  }

  .side-btn {
    width: 48px;
    border-radius: 10px;
  }

  .side-btn-tel {
    min-height: 248px;
  }

  .side-btn-line {
    min-height: 318px;
  }

  .side-btn-label {
    font-size: 21px;
    letter-spacing: 0.75px;
  }

  .hero-side-buttons {
    top: 55%;
  }

  .gallery-section-strip {
    flex-wrap: wrap;
  }

  .gallery-section-strip figure {
    flex: 1 1 50%;
  }

  .gallery-section-strip figure:nth-child(4n) {
    padding-right: 12px;
  }

  .gallery-section-strip figure:nth-child(2n) {
    padding-right: 0;
  }

  .gallery-section-strip-wrap {
    margin: 48px 28px 48px 18px;
  }

  .exotic-hover-dropdown .dropdown-menu,
  .exotic-hover-dropdown .exotic-dropdown-menu {
    display: none;
    position: static !important;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 0 0.35rem;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.35);
    box-shadow: none;
  }

  .exotic-hover-dropdown.is-open .dropdown-menu,
  .exotic-hover-dropdown.is-open .exotic-dropdown-menu {
    display: block;
  }

  .exotic-hover-dropdown.is-open .dropdown-toggle {
    color: var(--gold-2) !important;
  }

  .exotic-hover-dropdown.is-open .dropdown-toggle::after {
    transform: rotate(180deg);
    border-top-color: var(--gold-2);
  }

  .exotic-dropdown-menu .dropdown-item {
    text-align: center;
    padding: 0.7rem 1.25rem;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.88);
    border-top: 1px solid rgba(211, 138, 43, 0.12);
    white-space: normal;
  }

  .exotic-dropdown-menu .dropdown-item:hover,
  .exotic-dropdown-menu .dropdown-item:focus {
    background: rgba(211, 138, 43, 0.12);
    color: var(--gold-2);
  }
}

@media (max-width: 767.98px) {
  .main-nav .navbar-collapse {
    margin-top: .8rem;
    border-top: 1px solid rgba(211, 138, 43, .35);
    padding-top: .6rem;
  }

  .hero-section {
    padding-top: 0;
  }

  .hero-title {
    font-size: clamp(2.7rem, 20vw, 4.5rem);
  }

  .main-title {
    font-size: clamp(2rem, 14vw, 4.25rem);
    line-height: 1;
  }

  .gold-title {
    font-size: 2rem;
  }

  .experience-section .experience-section-title.gold-title {
    font-size: clamp(1.65rem, 5.8vw, 2.45rem);
  }

  :root {
    --safety-banner-straddle-y: clamp(1.35rem, 4.5vw, 2.35rem);
  }

  .dual-banner,
  .welcome-section,
  .experience-section,
  .text-image-section,
  .testimonials-section {
    padding: 3rem 0;
  }

  .testimonials-section:has(+ .safety-banner-section) {
    padding-bottom: calc(3rem + var(--safety-banner-straddle-y));
  }

  .site-footer-top {
    padding: calc(2.5rem + var(--safety-banner-straddle-y)) 0 1.85rem;
  }

  .gallery-section {
    padding: 2.75rem 0 0;
    background-size: auto 108%;
  }

  .gallery-section-footer {
    padding: 1.85rem 1rem 3rem;
  }

  .gallery-section h2.gallery-section-title {
    font-size: clamp(32px, 7vw, 52px);
  }

  .gallery-section-lead {
    font-size: 18px;
    line-height: 26px;
  }

  .gallery-section-strip-wrap {
    margin: 36px 20px 36px 14px;
  }

  .experience-section .experience-side-buttons.hero-side-buttons {
    transform: translateY(calc(-50% - clamp(2rem, 8vw, 5rem)));
  }

  .side-btn {
    width: 44px;
  }

  .side-btn-tel {
    min-height: 218px;
  }

  .side-btn-line {
    min-height: 278px;
  }

  .side-btn-label {
    font-size: 17px;
    letter-spacing: 0.55px;
  }

  .hero-side-buttons {
    top: 56%;
  }

  .site-footer-floats {
    right: 12px;
    bottom: 14px;
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    min-height: 520px;
    background-position: 62% center;
  }

  .contact-list {
    font-size: .82rem;
    gap: .55rem;
  }

  .header-logo {
    margin: 0;
  }

  .header-logo img {
    width: 96px;
  }

  .hero-kicker {
    font-size: 1rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .welcome-girl {
    width: min(340px, 88%);
    max-width: 88%;
  }

  .btn-main {
    font-size: 1.15rem;
    padding: .6rem 1.8rem;
  }

  .book_massage .book_left h3 {
    padding-top: 1rem;
    font-size: clamp(1.85rem, 7vw, 2.5rem);
  }

  .book_massage .book_right a {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 17px;
    letter-spacing: 2px;
    width: calc(100% - 1.5rem);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-row a {
    width: 100%;
    text-align: center;
  }

  .hero-side-buttons {
    display: none;
  }

  .gallery-section-strip figure {
    flex: 1 1 100%;
    padding: 0 0 12px 0;
  }

  .gallery-section-strip figure:last-child {
    padding-bottom: 0;
  }

  .gallery-section-strip-wrap {
    margin: 28px 16px 28px 12px;
  }

  .experience-section .icon_section {
    gap: 0.85rem;
    padding-bottom: 1.25rem;
  }

  .experience-section .icon_image {
    width: 52px;
    height: 52px;
  }

  .thai-notice-bar {
    font-size: 0.72rem;
  }
}
