:root {
    --accent: #e33447;
    --accent-dark: #b91f31;
    --ink: #2a2523;
    --muted: #746b66;
    --line: #eadedb;
    --cream: #fff8f2;
    --soft: #f5e7e8;
    --paper: #ffffff;
    --header: #211f1f;
    --shadow: 0 18px 45px rgba(42, 37, 35, 0.1);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

html[lang="th"] body {
    font-family: "Sarabun", "Noto Sans Thai", Tahoma, sans-serif;
}

html[lang="zh"] body {
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

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

a {
    color: inherit;
}

h1,
h2,
h3 {
    margin: 0 0 14px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.15;
}

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3 {
    font-family: "Sarabun", "Noto Sans Thai", Tahoma, sans-serif;
}

html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3 {
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

html[lang="zh"] h1,
html[lang="zh"] h2,
html[lang="zh"] h3 {
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

h1 {
    font-size: clamp(2.25rem, 5vw, 4.8rem);
}

h2 {
    font-size: clamp(1.75rem, 3vw, 2.75rem);
}

h3 {
    font-size: 1.45rem;
}

p {
    margin: 0 0 18px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

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

.narrow {
    max-width: 900px;
}

.section {
    padding: 78px 0;
}

.soft-band,
.intro-section {
    background: var(--soft);
}

.section-kicker,
.eyebrow {
    margin-bottom: 10px;
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 34px;
}

.home-intro {
    padding: clamp(66px, 8vw, 104px) 0;
    background: #fff;
}

.intro-content h1 {
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(42, 37, 35, 0.13);
    color: var(--accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.75rem, 2.8vw, 2.45rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.14;
    text-transform: none;
}

html[lang="th"] .intro-content h1,
html[lang="zh"] .intro-content h1 {
    font-family: inherit;
}

.intro-text {
    color: rgba(42, 37, 35, 0.76);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.62;
}

.intro-text p {
    margin-bottom: 24px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: transparent;
}

.nav-shell {
    position: relative;
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    width: 100%;
    min-height: 92px;
    padding: 0 max(24px, calc((100vw - 1120px) / 2)) 0 max(170px, calc((100vw - 1120px) / 2 + 150px));
    background: var(--header);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}

.brand {
    position: absolute;
    top: 12px;
    left: max(24px, calc((100vw - 1120px) / 2));
    z-index: 75;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
    color: #fff;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transform: translateY(-4px);
}

.brand img {
    width: 128px;
    height: 128px;
    object-fit: contain;
    filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.38));
}

.brand span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mobile-brand-name {
    display: none;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(20px, 3vw, 42px);
    flex: 1 1 auto;
}

.main-nav a {
    color: #f8f0ef;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(0.9rem, 1.15vw, 1.05rem);
    font-weight: 800;
    letter-spacing: 0.01em;
    text-decoration: none;
    text-transform: uppercase;
}

.main-nav a:hover,
.main-nav a.is-active {
    color: #ff6272;
}

.language-switcher {
    position: relative;
    z-index: 120;
    color: #fff;
    flex: 0 0 auto;
}

.language-switcher summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 52px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 1.34rem;
    list-style: none;
    transition: opacity 180ms ease, transform 180ms ease;
}

.language-switcher summary::-webkit-details-marker {
    display: none;
}

.language-switcher summary::after {
    content: "▾";
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.68rem;
    line-height: 1;
    transform: translateY(1px);
}

.language-switcher summary:hover,
.language-switcher[open] summary {
    opacity: 0.86;
    transform: none;
}

.language-switcher div {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 130;
    display: flex;
    gap: 6px;
    padding: 7px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    box-shadow: var(--shadow);
}

.language-switcher:not([open]) div {
    display: none;
}

.language-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    color: var(--ink);
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.language-switcher a.is-active,
.language-switcher a:hover {
    background: var(--soft);
    color: var(--accent-dark);
    box-shadow: inset 0 0 0 1px rgba(227, 52, 71, 0.18);
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    background: transparent;
}

.nav-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #fff;
}

.contact-strip {
    position: relative;
    z-index: 10;
    background: var(--accent);
    color: #fff;
    font-weight: 700;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.06), inset 0 -3px 10px rgba(0, 0, 0, 0.14);
}

.contact-strip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-top: 1px dashed rgba(255, 255, 255, 0.24);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.14);
    opacity: 0.78;
    pointer-events: none;
}

.contact-strip-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: clamp(16px, 1.8vw, 28px);
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
    padding: 11px 0 11px clamp(156px, 17vw, 210px);
    overflow-x: auto;
    color: rgba(255, 255, 255, 0.94);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(0.76rem, 0.86vw, 0.88rem);
    font-style: italic;
    letter-spacing: 0.01em;
    line-height: 1.35;
    scrollbar-width: none;
    white-space: nowrap;
}

.contact-strip-inner::-webkit-scrollbar {
    display: none;
}

.contact-strip-inner span {
    flex: 0 0 auto;
}

.contact-strip-address {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-strip a {
    color: #fff;
    text-decoration: none;
}

.hero-slider {
    position: relative;
    height: clamp(520px, 52vw, 620px);
    max-height: 620px;
    overflow: hidden;
    background: #151515;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 900ms ease;
}

.hero-slide.is-active {
    opacity: 1;
}

.hero-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-copy {
    position: absolute;
    left: max(28px, calc((100vw - 1120px) / 2));
    bottom: clamp(46px, 9vw, 92px);
    width: min(440px, calc(100% - 96px));
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.62);
    transform: none;
    box-shadow: none;
}

.hero-copy h1,
.hero-copy h2,
.hero-copy p {
    color: var(--accent);
}

.hero-copy h1,
.hero-copy h2 {
    margin-bottom: 8px;
    font-size: clamp(1.4rem, 2.4vw, 2.15rem);
    font-weight: 500;
}

.hero-copy p {
    max-width: 36em;
    margin-bottom: 0;
    font-size: clamp(0.9rem, 1.15vw, 1rem);
    font-weight: 500;
    line-height: 1.55;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 50%;
    background: rgba(33, 31, 31, 0.28);
    color: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.slider-arrow:hover {
    border-color: rgba(255, 255, 255, 0.76);
    background: rgba(33, 31, 31, 0.44);
    transform: translateY(-50%) scale(1.04);
}

.slider-arrow span {
    display: block;
    margin-top: -2px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    line-height: 1;
}

.slider-arrow-prev {
    left: 18px;
}

.slider-arrow-next {
    right: 18px;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 800;
    text-decoration: none;
}

.btn-primary {
    background: var(--accent);
    color: #fff;
}

.btn-primary:hover {
    background: var(--accent-dark);
}

.btn-secondary {
    background: #fff;
    color: var(--accent-dark);
    border-color: var(--line);
}

.full-width {
    width: 100%;
}

.slider-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slider-dots button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
}

.slider-dots button.is-active {
    background: #fff;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.card-grid.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.room-card {
    overflow: hidden;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    color: inherit;
    text-decoration: none;
}

.room-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 300ms ease;
}

.room-card:hover img {
    transform: scale(1.035);
}

.room-card div {
    padding: 22px;
}

.room-card span {
    color: var(--accent);
    font-weight: 800;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 36px;
    align-items: center;
}

.panel,
.content-panel,
.sidebar-panel,
.contact-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.panel,
.contact-card {
    padding: 28px;
}

.home-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 260px);
    gap: clamp(32px, 8vw, 120px);
    align-items: center;
    padding-top: clamp(42px, 6vw, 76px);
    border-top: 1px solid rgba(42, 37, 35, 0.13);
}

.home-contact-section {
    padding: 0 0 clamp(64px, 8vw, 96px);
    background: #fff;
}

.home-contact p {
    margin: 0 0 8px;
    color: rgba(42, 37, 35, 0.76);
    font-size: clamp(1rem, 1.25vw, 1.12rem);
    font-style: italic;
    line-height: 1.45;
}

.home-contact h2 {
    margin-bottom: 4px;
    color: rgba(42, 37, 35, 0.76);
    font-family: inherit;
    font-size: clamp(1.12rem, 1.6vw, 1.35rem);
    font-weight: 800;
}

.home-contact strong {
    color: rgba(42, 37, 35, 0.78);
    font-style: normal;
    font-weight: 800;
}

.home-contact a {
    color: #2f74c9;
    text-decoration: none;
}

.home-contact-qr {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: 100%;
}

.home-contact-qr img {
    display: block;
    width: min(250px, 100%);
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.line-card {
    display: grid;
    align-content: center;
    justify-items: center;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
    text-align: center;
}

.line-card img {
    width: min(220px, 100%);
    margin-bottom: 16px;
    border-radius: 8px;
}

.facility-list {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.facility-list li {
    position: relative;
    padding: 0 0 10px 24px;
    border-bottom: 1px dashed var(--line);
    color: var(--muted);
    font-weight: 700;
}

.facility-list li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: var(--accent);
    font-size: 1.2rem;
    line-height: 1.2;
}

.mini-gallery,
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mini-gallery img,
.gallery-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}

.center-action {
    margin-top: 28px;
    text-align: center;
}

.page-hero,
.page-heading {
    position: relative;
    background: var(--accent);
    color: #fff;
}

.page-heading {
    padding: clamp(52px, 6vw, 72px) 0;
}

.page-heading h1 {
    margin-bottom: 10px;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    font-weight: 600;
    line-height: 1.12;
}

.page-heading h1,
.page-heading p {
    color: #fff;
}

.page-heading .section-kicker {
    color: #ffe1e5;
}

.room-page-hero {
    min-height: 460px;
    overflow: hidden;
}

.room-page-hero img {
    width: 100%;
    min-height: 460px;
    object-fit: cover;
    opacity: 0.78;
}

.page-hero-copy {
    position: absolute;
    left: max(24px, calc((100vw - 1120px) / 2));
    bottom: 56px;
    max-width: 760px;
    color: #fff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.page-hero-copy h1,
.page-hero-copy p {
    color: #fff;
}

.page-hero-copy h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 600;
}

.page-hero-copy .eyebrow {
    color: #ffe1e5;
}

.room-layout,
.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: start;
}

.content-panel,
.sidebar-panel {
    padding: 30px;
}

.room-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--line);
}

.room-title-row strong {
    color: var(--accent);
    font-size: 1.25rem;
    white-space: nowrap;
}

.lead {
    color: var(--ink);
    font-size: 1.1rem;
    font-weight: 700;
}

.good-for {
    margin: 26px 0 0;
    padding: 22px;
    border-left: 4px solid var(--accent);
    background: var(--cream);
}

.good-for h2 {
    font-size: 1.4rem;
}

.room-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 28px 0;
}

.room-gallery img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: contain;
}

.lightbox-trigger,
.gallery-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
}

.gallery-group {
    margin-bottom: 46px;
}

.gallery-item span {
    position: absolute;
    inset: auto 12px 12px;
    padding: 8px 10px;
    border-radius: 4px;
    background: rgba(42, 37, 35, 0.78);
    color: #fff;
    font-weight: 800;
    text-align: left;
}

.map-wrap {
    overflow: hidden;
    border-radius: 8px;
    background: var(--soft);
}

.map-wrap iframe {
    display: block;
    width: 100%;
    min-height: 450px;
}

.contact-sidebar p {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}

.line-qr {
    display: block;
    width: 180px;
    margin: 0 auto 22px;
    border-radius: 8px;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.86);
}

.lightbox[hidden] {
    display: none;
}

.lightbox img {
    max-width: min(1100px, 100%);
    max-height: 84vh;
    border-radius: 8px;
    object-fit: contain;
}

.lightbox-close {
    position: fixed;
    top: 16px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.lightbox-nav {
    position: fixed;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    cursor: pointer;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    line-height: 1;
    transform: translateY(-50%);
}

.lightbox-prev {
    left: 18px;
}

.lightbox-next {
    right: 18px;
}

.site-footer {
    background: var(--header);
    color: #f5eeee;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 0.8fr;
    gap: 32px;
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 54px 0;
}

.footer-grid > div:first-child {
    text-align: center;
}

.footer-logo {
    width: 80px;
    margin: 0 auto 14px;
}

.site-footer h2 {
    color: #fff;
    font-size: 1.35rem;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.footer-links {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.copyright {
    padding: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #d6cecc;
    text-align: center;
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 30px;
    border-radius: 8px;
    background: var(--header);
    color: #fff;
}

.cta-band h2,
.cta-band p {
    color: #fff;
}

.go-top-button {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 70;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(33, 31, 31, 0.88);
    color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(227, 52, 71, 0.2);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 220ms ease, transform 220ms ease, background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.go-top-button.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.go-top-button:hover,
.go-top-button:focus-visible {
    border-color: rgba(227, 52, 71, 0.64);
    background: rgba(25, 23, 23, 0.96);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), 0 0 18px rgba(227, 52, 71, 0.18);
}

.go-top-button span {
    display: block;
    margin-top: -2px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    line-height: 1;
}

@media (max-width: 900px) {
    .nav-shell {
        min-height: 78px;
        padding: 0 16px 0 112px;
        gap: 14px;
    }

    .brand {
        top: 9px;
        left: 16px;
        width: 92px;
        height: 92px;
        transform: translateY(-2px);
    }

    .brand img {
        width: 92px;
        height: 92px;
    }

    .language-switcher {
        order: 2;
    }

    .nav-toggle {
        display: block;
        order: 3;
    }

    .main-nav {
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        z-index: 5;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: var(--header);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .main-nav.is-open {
        display: flex;
    }

    .main-nav a {
        padding: 15px 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .contact-strip-inner {
        justify-content: flex-end;
        width: 100%;
        padding: 10px 16px 10px 118px;
        font-size: 0.76rem;
    }

    .hero-slider {
        height: clamp(440px, 58vw, 520px);
        max-height: 520px;
    }

    .card-grid,
    .card-grid.compact,
    .split,
    .room-layout,
    .contact-layout,
    .footer-grid,
    .cta-band {
        grid-template-columns: 1fr;
    }

    .cta-band {
        display: grid;
    }

    .sidebar-panel {
        order: initial;
    }
}

@media (max-width: 780px) {
    .contact-strip-address {
        display: none;
    }
}

@media (max-width: 640px) {
    .section {
        padding: 54px 0;
    }

    .nav-shell {
        justify-content: space-between;
        min-height: 70px;
        padding: 0 12px 0 86px;
        gap: 8px;
    }

    .brand {
        top: 8px;
        width: 72px;
        height: 72px;
    }

    .brand img {
        width: 72px;
        height: 72px;
    }

    .main-nav {
        top: 70px;
    }

    .contact-strip-inner {
        justify-content: flex-end;
        gap: 16px;
        padding: 9px 16px 9px 86px;
        font-size: 0.76rem;
    }

    .brand span {
        display: none;
    }

    .mobile-brand-name {
        position: absolute;
        left: 50%;
        display: block;
        max-width: calc(100% - 190px);
        overflow: hidden;
        color: #f8f0ef;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(0.95rem, 4vw, 1.12rem);
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.1;
        text-align: center;
        text-decoration: none;
        text-overflow: ellipsis;
        transform: translateX(-50%);
        white-space: nowrap;
    }

    html[lang="th"] .mobile-brand-name,
    html[lang="zh"] .mobile-brand-name {
        font-family: inherit;
    }

    .language-switcher summary {
        width: 48px;
        height: 38px;
    }

    .language-switcher a {
        width: 32px;
        height: 32px;
        font-size: 1.02rem;
    }

    .hero-slider {
        height: clamp(360px, 76vw, 440px);
        max-height: 440px;
    }

    .hero-copy {
        left: 22px;
        bottom: 34px;
        width: min(340px, calc(100% - 84px));
        padding: 16px;
        background: transparent;
    }

    .hero-copy h2 {
        font-size: clamp(1.2rem, 5.4vw, 1.65rem);
    }

    .hero-copy p {
        font-size: 0.86rem;
    }

    .intro-content h1 {
        font-size: clamp(1.08rem, 4.6vw, 1.38rem);
        line-height: 1.12;
        white-space: nowrap;
        margin-bottom: 20px;
    }

    .page-heading {
        padding: 42px 0;
    }

    .page-heading h1 {
        font-size: clamp(1.35rem, 6vw, 1.65rem);
        white-space: nowrap;
    }

    .page-heading p {
        font-size: 0.94rem;
    }

    .page-hero-copy h1 {
        font-size: clamp(1.65rem, 8vw, 2.35rem);
    }

    .intro-text p {
        margin-bottom: 18px;
    }

    .home-contact {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .button-row .btn,
    .btn {
        width: 100%;
    }

    .contact-strip-address,
    .contact-strip-email {
        display: none;
    }

    .contact-strip-phone strong,
    .contact-strip-line strong {
        display: none;
    }

    .contact-strip-inner {
        justify-content: flex-end;
        gap: 14px;
        min-height: 36px;
        overflow-x: auto;
    }

    .slider-arrow {
        width: 34px;
        height: 34px;
    }

    .slider-arrow span {
        font-size: 1.55rem;
    }

    .slider-arrow-prev {
        left: 10px;
    }

    .slider-arrow-next {
        right: 10px;
    }

    .lightbox-nav {
        width: 38px;
        height: 38px;
        font-size: 1.6rem;
    }

    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }

    .mini-gallery,
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .room-title-row {
        display: block;
    }

    .room-title-row strong {
        display: block;
        margin-top: 8px;
        white-space: normal;
    }

    .content-panel,
    .sidebar-panel,
    .panel,
    .contact-card {
        padding: 22px;
    }

    .go-top-button {
        right: 16px;
        bottom: 16px;
        width: 42px;
        height: 42px;
    }

    .go-top-button span {
        font-size: 1.2rem;
    }
}
