:root {
    --ink: #30231d;
    --muted: #7a6c63;
    --paper: #f6f1ea;
    --ivory: #fffaf2;
    --brown: #40281e;
    --gold: #8c6736;
    --gold-dark: #6f4f2a;
    --gold-soft: #9b7337;
    --line: rgba(64, 40, 30, .16);
    --shadow: 0 24px 60px rgba(36, 24, 18, .18);
    --sans: "Noto Sans JP", system-ui, sans-serif;
    --serif: "Noto Serif JP", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--ivory);
    font-family: var(--sans);
    line-height: 1.8;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    padding: 18px clamp(18px, 4vw, 52px);
    color: #fff;
    background: rgba(42, 25, 18, .38);
    border-bottom: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
    transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
    color: var(--ink);
    background: rgba(255, 250, 242, .94);
    box-shadow: 0 8px 24px rgba(45, 30, 20, .08);
    backdrop-filter: blur(14px);
}
.site-logo {
    display: inline-grid;
    place-items: center;
    width: 74px;
    min-width: 74px;
    line-height: 1;
    font-family: var(--serif);
}
.site-logo img {
    width: 74px;
    height: 74px;
    object-fit: contain;
}
.site-logo span { font-size: 52px; letter-spacing: 0; }
.site-logo small { margin-top: -4px; font-size: 12px; letter-spacing: .08em; }
.site-nav {
    display: flex;
    justify-content: center;
    gap: clamp(16px, 2.5vw, 34px);
    font-size: 14px;
    font-weight: 600;
}
.site-nav a { position: relative; padding: 8px 0; }
.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}
.site-nav a:hover::after { transform: scaleX(1); }
.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}
.header-phone { font-weight: 700; white-space: nowrap; }
.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 3px;
    border: 1px solid rgba(255,255,255,.42);
    background: rgba(255,255,255,.08);
}
.site-header.is-scrolled .language-switch {
    border-color: rgba(64,40,30,.2);
    background: rgba(64,40,30,.04);
}
.language-switch a {
    min-width: 34px;
    padding: 4px 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.language-switch a.is-active {
    color: #fff;
    background: var(--gold);
}
.language-switch--mobile { display: none; }
.nav-toggle { display: none; }

.nh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid currentColor;
    font-weight: 700;
    line-height: 1;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.nh-btn:hover { transform: translateY(-2px); }
.nh-btn--gold { color: #fff; background: var(--gold); border-color: var(--gold); }
.nh-btn--gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); }
.nh-btn--outline { color: var(--gold-dark); background: transparent; border-color: rgba(183, 139, 76, .55); }
.nh-btn--glass { color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.55); backdrop-filter: blur(10px); }

.home-hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    display: grid;
    align-items: center;
    padding: 140px clamp(22px, 6vw, 72px) 70px;
    color: #fff;
    background: #1e120d;
}
.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(18, 11, 8, .9), rgba(18, 11, 8, .38) 48%, rgba(18, 11, 8, .76)),
        linear-gradient(0deg, rgba(18, 11, 8, .48), rgba(18, 11, 8, 0) 48%);
}
.home-hero__image,
.page-hero__image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.home-hero__image img,
.page-hero__image img,
img.home-hero__image,
img.page-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-hero__content { width: min(720px, 100%); }
.home-hero__content,
.rating-panel {
    position: relative;
    z-index: 2;
}
.eyebrow {
    margin: 0 0 14px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.home-hero h1,
.page-hero h1,
.section-heading h2,
.suite-band h2 {
    margin: 0;
    font-family: var(--serif);
    font-weight: 500;
    line-height: 1.45;
}
.home-hero h1 {
    font-size: clamp(30px, 3.8vw, 50px);
    text-shadow: 0 8px 28px rgba(0,0,0,.32);
}
.home-hero__content > p:not(.eyebrow) {
    max-width: 590px;
    margin: 22px 0 0;
    font-size: clamp(14px, 1.45vw, 17px);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.rating-panel {
    position: absolute;
    right: clamp(22px, 6vw, 72px);
    bottom: 50px;
    width: min(330px, calc(100% - 44px));
    padding: 24px;
    background: rgba(42, 28, 21, .58);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(12px);
}
.rating-panel p, .rating-panel strong, .rating-panel span, .rating-panel small { display: block; }
.rating-panel p { margin: 0 0 8px; color: var(--gold); font-family: var(--serif); }
.rating-panel__score {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 4px;
}
.rating-panel__score span {
    margin: 0;
    color: rgba(255,255,255,.74);
    font-size: 14px;
}
.rating-panel__score strong {
    font-family: var(--serif);
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
}
.rating-panel__stars {
    margin: 10px 0 8px;
    color: var(--gold);
    font-size: 22px;
    letter-spacing: .08em;
}
.rating-panel > span { margin-top: 8px; color: #fff; font-family: var(--serif); font-size: 18px; }
.rating-panel small { margin-top: 8px; color: rgba(255,255,255,.72); font-size: 13px; }

.award-strip {
    display: grid;
    grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
    gap: clamp(24px, 5vw, 64px);
    align-items: center;
    padding: clamp(30px, 5vw, 56px) clamp(22px, 6vw, 72px);
    background:
        radial-gradient(circle at 78% 30%, rgba(155, 115, 55, .10), transparent 30%),
        linear-gradient(180deg, #f2eadf, #efe4d6);
    border-bottom: 1px solid var(--line);
}
.award-strip__copy {
    max-width: 520px;
}
.award-strip__copy h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(22px, 2.1vw, 30px);
    font-weight: 500;
    line-height: 1.5;
}
.award-strip__copy p:not(.eyebrow) {
    margin: 16px 0 0;
    color: var(--muted);
}
.award-strip__image {
    margin: 0;
    padding: clamp(10px, 2vw, 18px);
    background:
        linear-gradient(135deg, rgba(255,250,242,.34), rgba(255,255,255,.12)),
        rgba(239, 229, 215, .28);
    border: 1px solid rgba(155, 115, 55, .26);
    box-shadow: 0 18px 40px rgba(54, 36, 25, .07);
}
.award-strip__image img {
    width: 100%;
    max-height: 210px;
    object-fit: contain;
}

.partnership-proof {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
    padding: clamp(48px, 7vw, 92px) clamp(22px, 6vw, 72px);
    color: #fff;
    background:
        linear-gradient(110deg, rgba(64, 40, 30, .98), rgba(64, 40, 30, .9)),
        url("../images/optimized/suite-810-dining-1440.webp") center/cover;
}
.partnership-proof__image {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: 0 18px 44px rgba(0,0,0,.18);
    width: min(620px, 100%);
    justify-self: center;
}
.partnership-proof__image img {
    width: 100%;
    max-height: 330px;
    object-fit: contain;
}
.partnership-proof__copy {
    max-width: 560px;
}
.partnership-proof__copy h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 500;
    line-height: 1.5;
}
.partnership-proof__copy p:not(.eyebrow) {
    margin: 18px 0 0;
    color: rgba(255,255,255,.8);
}
.partnership-proof__list {
    display: grid;
    gap: 10px;
    margin: 24px 0 28px;
}
.partnership-proof__list span {
    padding: 12px 16px;
    color: #fff;
    background: rgba(255,255,255,.08);
    border-left: 3px solid var(--gold);
}

.concept-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .76fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: end;
    padding: clamp(48px, 6vw, 84px) clamp(22px, 6vw, 72px);
    background: linear-gradient(180deg, #f7f0e6, #fbf7f0);
    border-bottom: 1px solid var(--line);
}
.concept-band__copy {
    max-width: 760px;
}
.concept-band__copy h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(27px, 3.2vw, 42px);
    font-weight: 500;
    line-height: 1.45;
}
.concept-band__copy p:not(.eyebrow) {
    margin: 18px 0 0;
    color: var(--muted);
}
.concept-band__summary {
    align-self: center;
    display: grid;
    gap: 14px;
    padding: clamp(24px, 3.5vw, 38px) 0 clamp(24px, 3.5vw, 38px) clamp(24px, 3.5vw, 42px);
    border-left: 1px solid rgba(183, 139, 76, .38);
}
.concept-band__summary p {
    margin: 0;
    color: var(--gold-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}
.concept-band__summary strong {
    display: block;
    font-family: var(--serif);
    font-size: clamp(23px, 2.2vw, 30px);
    font-weight: 500;
    line-height: 1.5;
}
.concept-band__summary span {
    display: block;
    max-width: 460px;
    color: var(--muted);
}
.concept-band__summary a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: 6px;
    color: var(--gold-dark);
    font-weight: 700;
}
.concept-band__summary a::after {
    content: "→";
}
.concept-band__points {
    display: grid;
    gap: 16px;
}
.concept-band__points article {
    padding: 22px 24px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(64, 40, 30, .1);
    box-shadow: 0 10px 30px rgba(54, 36, 25, .05);
}
.concept-band__points strong {
    display: block;
    margin-bottom: 8px;
    color: var(--gold-dark);
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 500;
}
.concept-band__points p {
    margin: 0;
    color: var(--muted);
}
.concept-band__special {
    background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(250, 241, 226, .86));
    border-color: rgba(183, 139, 76, .38);
    box-shadow: 0 18px 44px rgba(54, 36, 25, .08);
}
.concept-band__special dl {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
}
.concept-band__special dl div {
    padding: 12px 0 0;
    border-top: 1px solid rgba(183, 139, 76, .2);
}
.concept-band__special dt {
    color: var(--ink);
    font-family: var(--serif);
    font-size: 17px;
}
.concept-band__special dd {
    margin: 3px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}
.concept-band__special a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: var(--gold-dark);
    font-weight: 700;
}
.concept-band__special a::after {
    content: "→";
}

.guide-cards,
.notice-grid,
.menu-gallery,
.system-grid-2,
.dayuse-compare,
.dayuse-scene-grid,
.access-highlights,
.access-transport-grid,
.partnership-grid,
.collab-feed {
    display: grid;
    gap: 22px;
}

.guide-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.guide-cards--purpose {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.guide-card,
.notice-card,
.system-card,
.compare-card,
.scene-card,
.transport-card,
.partnership-card {
    background: var(--ivory);
    border: 1px solid var(--line);
    box-shadow: 0 14px 42px rgba(54, 36, 25, .06);
}
.guide-card {
    padding: 26px;
}
.guide-card h3,
.notice-card h3,
.system-card h3,
.compare-card h3,
.scene-card h3,
.transport-card h3,
.partnership-card__body h2 {
    margin: 0 0 10px;
    font-family: var(--serif);
    font-weight: 500;
    line-height: 1.45;
}
.guide-card p:last-of-type,
.notice-card p:last-of-type,
.system-card p,
.compare-card p,
.scene-card p,
.transport-card p,
.partnership-card__body p {
    margin: 0;
    color: var(--muted);
}
.guide-card--cta {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 10px;
}
.guide-card--cta .nh-btn {
    align-self: end;
    margin-top: auto;
}
.guide-cards--purpose .guide-card {
    min-height: 100%;
    color: #fff;
    background: var(--brown);
}
.guide-cards--purpose .guide-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
}
.guide-cards--purpose .guide-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: var(--purpose-opacity, .82);
    background: var(--purpose-image, none) var(--purpose-position, center) / cover;
    filter: saturate(.9) contrast(1.08) sepia(.03) brightness(var(--purpose-brightness, 1));
}
.guide-cards--purpose .guide-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--purpose-overlay, linear-gradient(180deg, rgba(36,22,16,.1), rgba(36,22,16,.78) 54%, rgba(36,22,16,.94)));
}
.guide-cards--purpose .guide-card > * {
    position: relative;
    z-index: 1;
}
.guide-cards--purpose .guide-card p:last-of-type {
    color: rgba(255,255,255,.82);
}
.guide-cards--purpose .guide-card .nh-btn {
    color: #fff;
    border-color: rgba(255,255,255,.5);
}
.guide-cards--purpose .guide-card:nth-child(1) {
    --purpose-image: url("../images/optimized/suite-810-pool-night-960.webp");
    --purpose-position: center bottom;
    --purpose-brightness: .88;
    --purpose-overlay: linear-gradient(180deg, rgba(10,14,22,.08), rgba(12,18,30,.62) 48%, rgba(8,10,18,.95));
}
.guide-cards--purpose .guide-card:nth-child(2) {
    --purpose-image: url("../images/optimized/room-healing-960.webp");
    --purpose-position: center 38%;
    --purpose-brightness: 1.18;
    --purpose-opacity: .9;
    --purpose-overlay: linear-gradient(180deg, rgba(88,58,32,.04), rgba(126,86,48,.42) 54%, rgba(78,48,28,.86));
}
.guide-cards--purpose .guide-card:nth-child(3) {
    --purpose-image: url("../images/optimized/room-french-gothic-960.webp");
    --purpose-position: center 46%;
    --purpose-opacity: .86;
    --purpose-brightness: 1.08;
    --purpose-overlay: linear-gradient(180deg, rgba(42,42,44,.08), rgba(64,58,56,.5) 52%, rgba(42,35,32,.9));
}
.guide-cards--purpose .guide-card:nth-child(4) {
    --purpose-image: url("../images/optimized/room_07_01-960.webp");
    --purpose-position: center 42%;
    --purpose-brightness: 1.02;
    --purpose-overlay: linear-gradient(180deg, rgba(28,26,24,.08), rgba(48,38,32,.56) 56%, rgba(30,24,20,.9));
}

.room-card img,
.room-story__figure img,
.suite-band img,
.suite-gallery img,
.dayuse-visual img {
    filter: saturate(.96) contrast(1.03) sepia(.025);
}
.guide-flag {
    margin: 0 0 14px;
    color: var(--gold-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.notice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.notice-card {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    padding: 26px;
}
.notice-card .nh-btn { align-self: end; margin-top: 22px; }

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

.menu-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.menu-card {
    overflow: hidden;
    background: var(--ivory);
    border: 1px solid var(--line);
    box-shadow: 0 14px 42px rgba(54, 36, 25, .06);
}
.menu-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.menu-card__body {
    padding: 24px;
}
.menu-card__body h2 {
    margin: 0 0 10px;
    font-family: var(--serif);
    font-weight: 500;
}
.menu-card__body p:last-child {
    margin: 0;
    color: var(--muted);
}

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

.service-hours {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}
.service-hours article {
    position: relative;
    overflow: hidden;
    min-height: 136px;
    padding: 22px 18px;
    color: #fff;
    background:
        linear-gradient(145deg, rgba(52, 32, 24, .96), rgba(99, 68, 44, .88)),
        url("../images/optimized/room-luxury-960.webp") center / cover;
    border: 1px solid rgba(183,139,76,.42);
    box-shadow: 0 18px 42px rgba(54,36,25,.13);
}
.service-hours article.is-active {
    border-color: rgba(236, 203, 139, .88);
    box-shadow: 0 22px 54px rgba(54,36,25,.22);
}
.service-hours article.is-active::before {
    content: "利用可能";
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 4px 8px;
    color: #fff;
    background: rgba(155, 115, 55, .9);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
}
.service-hours article::after {
    content: "";
    position: absolute;
    inset: auto 16px 14px 16px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(224,190,132,.8), transparent);
}
.service-hours span {
    position: relative;
    display: block;
    color: rgba(224,190,132,.95);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.service-hours strong {
    position: relative;
    display: block;
    margin-top: 12px;
    font-family: var(--serif);
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 500;
    line-height: 1.35;
}
.service-menu-accordion {
    display: grid;
    gap: 16px;
}
.menu-detail {
    background: var(--ivory);
    border: 1px solid var(--line);
    box-shadow: 0 16px 44px rgba(54,36,25,.06);
}
.menu-detail summary {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    cursor: pointer;
    list-style: none;
}
.menu-detail summary::-webkit-details-marker { display: none; }
.menu-detail summary::after {
    content: "+";
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    color: var(--gold-dark);
    border: 1px solid rgba(183,139,76,.42);
}
.menu-detail[open] summary::after { content: "-"; }
.menu-detail summary small,
.menu-detail summary strong,
.menu-detail summary em {
    display: block;
}
.menu-detail summary small {
    color: var(--gold-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.menu-detail summary strong {
    margin-top: 4px;
    font-family: var(--serif);
    font-size: clamp(21px, 2.2vw, 30px);
    font-weight: 500;
}
.menu-detail summary em {
    margin-top: 4px;
    color: var(--muted);
    font-style: normal;
    font-size: 14px;
}
.menu-detail__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
    padding: 0 24px 24px;
}
.menu-detail__body p {
    margin: 0;
    color: var(--muted);
}
.menu-detail__images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}
.menu-detail__image {
    margin: 0;
    padding: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(250,246,239,.92));
    border: 1px solid rgba(183,139,76,.22);
}
.menu-detail__image img {
    width: 100%;
    max-height: 560px;
    object-fit: contain;
}
.menu-detail__price-note {
    width: fit-content;
    padding: 10px 14px;
    color: var(--gold-dark) !important;
    background: rgba(140, 103, 54, .08);
    border: 1px solid rgba(140, 103, 54, .22);
    font-weight: 700;
}
.menu-detail__order-panel {
    padding: clamp(24px, 4vw, 42px);
    color: #fff;
    background:
        linear-gradient(145deg, rgba(42, 26, 20, .96), rgba(90, 58, 38, .9)),
        url("../images/optimized/suite-810-dining-1440.webp") center / cover;
    border: 1px solid rgba(224,190,132,.38);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 18px 40px rgba(36,24,18,.14);
}
.menu-detail__order-panel > p {
    margin: 0 0 20px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.menu-detail__order-panel dl {
    display: grid;
    gap: 12px;
    margin: 0;
}
.menu-detail__order-panel dl div {
    display: grid;
    grid-template-columns: minmax(110px, .7fr) 1fr;
    gap: 16px;
    align-items: baseline;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(224,190,132,.24);
}
.menu-detail__order-panel dt {
    color: rgba(255,255,255,.72);
    font-size: 13px;
    font-weight: 700;
}
.menu-detail__order-panel dd {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(22px, 2.4vw, 34px);
    line-height: 1.25;
}
.menu-detail__order-panel span {
    display: block;
    margin-top: 20px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

.dayuse-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}
.dayuse-copy h2 {
    margin: 0 0 18px;
    font-family: var(--serif);
    font-size: clamp(30px, 3.6vw, 46px);
    font-weight: 500;
    line-height: 1.48;
}
.dayuse-copy p:not(.eyebrow) {
    margin: 0;
    color: var(--muted);
}
.dayuse-visual {
    margin: 0;
}
.dayuse-visual img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    box-shadow: var(--shadow);
}
.dayuse-price-section {
    background: linear-gradient(180deg, #fffaf2 0%, #f3eadf 100%);
}
.dayuse-rate-list {
    display: grid;
    gap: 24px;
}
.dayuse-rate-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.dayuse-rate-tabs__nav button {
    min-height: 42px;
    padding: 0 18px;
    color: var(--gold-dark);
    background: rgba(255,255,255,.64);
    border: 1px solid rgba(155, 115, 55, .32);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}
.dayuse-rate-tabs__nav button.is-active {
    color: #fff;
    background: var(--gold);
    border-color: var(--gold);
}
.dayuse-rate-card {
    padding: clamp(18px, 3vw, 28px);
    background: rgba(255, 255, 255, .78);
    border: 1px solid var(--line);
    box-shadow: 0 20px 50px rgba(36, 24, 18, .08);
}
.dayuse-rate-card[data-dayuse-panel] {
    display: none;
}
.dayuse-rate-card[data-dayuse-panel].is-active {
    display: block;
}
.dayuse-rate-card h3 {
    margin: 0 0 16px;
    font-family: var(--serif);
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 500;
}
.dayuse-rate-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.dayuse-rate-item {
    padding: 20px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,246,239,.94));
    border: 1px solid rgba(64, 40, 30, .12);
}
.dayuse-rate-item__raw {
    margin: 0 0 8px;
    color: var(--gold-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.dayuse-rate-item h4 {
    margin: 0 0 8px;
    color: var(--ink);
    font-family: var(--serif);
    font-size: 21px;
    font-weight: 500;
}
.dayuse-rate-item__note {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 13px;
}
.dayuse-rate-item dl {
    display: grid;
    gap: 10px;
    margin: 0;
}
.dayuse-rate-item dl div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: baseline;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(64, 40, 30, .1);
}
.dayuse-rate-item dl div.is-primary {
    margin: 2px -4px 0;
    padding: 12px 4px;
    border-top: 1px solid rgba(140, 103, 54, .18);
    border-bottom-color: rgba(140, 103, 54, .28);
}
.dayuse-rate-item dl div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.dayuse-rate-item dt {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}
.dayuse-rate-item dt span {
    display: block;
    margin-top: 1px;
    font-weight: 500;
    font-size: 11px;
}
.dayuse-rate-item dd {
    margin: 0;
    color: var(--gold-dark);
    font-weight: 700;
    white-space: nowrap;
}
.dayuse-rate-item__sub dd {
    color: var(--muted);
    font-weight: 600;
}
.dayuse-rate-scroll {
    overflow-x: auto;
    border: 1px solid var(--line);
    background: #fff;
    -webkit-overflow-scrolling: touch;
}
.dayuse-rate-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}
.dayuse-rate-table th,
.dayuse-rate-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(64, 40, 30, .1);
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.dayuse-rate-table thead th {
    color: #fff;
    background: var(--brown);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}
.dayuse-rate-table thead span {
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
}
.dayuse-rate-table th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    text-align: left;
}
.dayuse-rate-table thead th:first-child {
    z-index: 2;
}
.dayuse-rate-table tbody th {
    background: #fff;
    font-weight: 600;
}
.dayuse-rate-table tbody tr:last-child th,
.dayuse-rate-table tbody tr:last-child td {
    border-bottom: 0;
}
.dayuse-rate-table .rate-focus {
    color: var(--gold-dark);
    background: rgba(183, 139, 76, .08);
    font-weight: 700;
}
.dayuse-rate-notes {
    display: grid;
    gap: 6px;
    margin-top: 22px;
    padding: 18px 20px;
    color: var(--muted);
    background: rgba(255, 255, 255, .62);
    border-left: 3px solid var(--gold);
}
.dayuse-rate-notes p {
    margin: 0;
}
.dayuse-compare {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.compare-card,
.scene-card,
.transport-card {
    padding: 26px;
}
.dayuse-scene-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.access-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 22px;
}
.access-highlights article {
    display: grid;
    gap: 6px;
    padding: 22px;
    background: rgba(255,255,255,.7);
    border: 1px solid var(--line);
}
.access-highlights strong {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 500;
}
.access-highlights span {
    color: var(--muted);
    font-size: 14px;
}
.access-map-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .45fr);
    gap: 22px;
    align-items: start;
}
.access-map-layout__main,
.access-map-layout__side {
    margin: 0;
    background: var(--ivory);
    border: 1px solid var(--line);
    box-shadow: 0 14px 42px rgba(54, 36, 25, .06);
}
.access-map-layout__main img {
    width: 100%;
}
.access-map-layout__side {
    display: grid;
    gap: 18px;
    padding: 24px;
}
.access-map-layout__side h2 {
    margin: 0;
    font-family: var(--serif);
    font-weight: 500;
}
.access-map-layout__side p {
    margin: 0;
    color: var(--muted);
}
.access-map-layout__side img {
    display: none;
}
.access-transport-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.partnership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.partnership-proof-large {
    width: min(820px, 100%);
    margin: 0 auto 22px;
    background: transparent;
}
.partnership-proof-large img {
    width: 100%;
    height: auto;
    object-fit: contain;
    box-shadow: 0 14px 34px rgba(54, 36, 25, .08);
}
.partnership-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    width: min(820px, 100%);
    margin: 0 auto;
}
.partnership-summary-card {
    padding: 24px;
    background: rgba(255,255,255,.72);
    border: 1px solid var(--line);
}
.partnership-summary-card h2 {
    margin: 0 0 10px;
    font-family: var(--serif);
    font-weight: 500;
    line-height: 1.45;
}
.partnership-summary-card p {
    margin: 0;
    color: var(--muted);
}
.partnership-summary-card--benefit {
    background:
        linear-gradient(135deg, rgba(255,255,255,.9), rgba(250, 241, 226, .82));
    border-color: rgba(183, 139, 76, .42);
}
.partnership-grid--leaflet .partnership-card {
    padding: 0;
}
.partnership-card {
    overflow: hidden;
}
.partnership-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partnership-card__body {
    padding: 24px;
}
.collab-feed {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
}
.collab-hero-card {
    display: grid;
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
    gap: 0;
    overflow: hidden;
    background: var(--brown);
    color: #fff;
    box-shadow: 0 18px 48px rgba(54, 36, 25, .12);
}
.collab-hero-card__copy {
    display: grid;
    align-content: center;
    padding: clamp(28px, 4vw, 52px);
}
.collab-hero-card__copy h3 {
    margin: 0 0 14px;
    font-family: var(--serif);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 500;
    line-height: 1.45;
}
.collab-hero-card__copy p:not(.eyebrow) {
    margin: 0 0 24px;
    color: rgba(255,255,255,.78);
}
.collab-hero-card img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}
.collab-card {
    background: var(--ivory);
    border: 1px solid var(--line);
    box-shadow: 0 14px 42px rgba(54, 36, 25, .06);
}
.collab-card a {
    display: grid;
    height: 100%;
}
.collab-card__media {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 9;
    background: #fff;
    overflow: hidden;
}
.collab-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.collab-card--food {
    background: linear-gradient(180deg, #2f211b, #fffaf2 46%);
}
.collab-card--food .collab-card__media {
    padding: 14px;
    background:
        linear-gradient(135deg, rgba(183, 139, 76, .26), rgba(64, 40, 30, .92)),
        #35231b;
}
.collab-card--food .collab-card__media img {
    width: 88%;
    height: 88%;
    filter: drop-shadow(0 18px 22px rgba(0,0,0,.32));
}
.collab-card--banner .collab-card__media {
    padding: 10px;
}
.collab-card__body {
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 24px;
}
.collab-card__body h3 {
    margin: 0;
    font-family: var(--serif);
    font-weight: 500;
    line-height: 1.45;
}
.collab-card__body p:not(.eyebrow) {
    margin: 0;
    color: var(--muted);
}
.collab-card__body span {
    margin-top: 10px;
    color: var(--gold-dark);
    font-weight: 700;
}
.collab-status-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 6px 10px;
    color: #fff;
    background: rgba(64, 40, 30, .88);
    border: 1px solid rgba(224, 190, 132, .42);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}
.collab-card--ended .collab-card__media img {
    filter: saturate(.72) contrast(.92);
}
.collab-history-heading {
    max-width: 760px;
    margin: 34px 0 18px;
}
.collab-history-heading h3 {
    margin: 0 0 8px;
    font-family: var(--serif);
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 500;
}
.collab-history-heading p:not(.eyebrow) {
    margin: 0;
    color: var(--muted);
}

.section { padding: clamp(58px, 8vw, 104px) 0; background: var(--ivory); }
.section--light { background: var(--paper); }
.section--dark { color: #fff; background: var(--brown); }
.section--access {
    color: #fff;
    background:
        linear-gradient(110deg, rgba(41, 24, 18, .88), rgba(41, 24, 18, .72)),
        url("../images/optimized/suite-810-pool-night-1440.webp") center / cover fixed;
}
.container { width: min(1120px, calc(100% - 44px)); margin: 0 auto; }
.narrow { width: min(760px, calc(100% - 44px)); }
.section-heading {
    display: grid;
    gap: 10px;
    margin: 0 auto 36px;
    text-align: center;
}
.section-heading h2 { font-size: clamp(24px, 2.55vw, 34px); }
.section-heading p:not(.eyebrow) { margin: 0; color: var(--muted); }
.section--dark .section-heading p:not(.eyebrow) { color: rgba(255,255,255,.76); }

.room-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.room-card {
    display: grid;
    grid-template-rows: auto 1fr;
    background: var(--ivory);
    border: 1px solid var(--line);
    box-shadow: 0 10px 34px rgba(54, 36, 25, .07);
}
.room-card__image {
    display: block;
    overflow: hidden;
}
.room-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.room-card__body {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    padding: 22px 22px 26px;
    text-align: center;
}
.room-card__body p:first-child {
    margin: 0 0 4px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.room-card h3 {
    margin: 0;
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 500;
}
.room-card__body > p:last-of-type { margin: 16px 0 0; color: var(--muted); font-size: 14px; }
.room-card__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
}
.room-card__actions .nh-btn {
    width: 100%;
    min-height: 44px;
    padding-inline: 16px;
    font-size: 13px;
}
.section-action { margin-top: 34px; text-align: center; }

.room-choice-section {
    background: linear-gradient(180deg, var(--ivory), #efe3d4);
}
.room-choice-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}
.room-choice-card {
    display: grid;
    align-content: end;
    min-height: 260px;
    padding: 28px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(34, 22, 16, .12), rgba(34, 22, 16, .82)),
        url("../images/optimized/room-luxury-960.webp") center / cover;
    box-shadow: var(--shadow);
}
.room-choice-card--special {
    background:
        linear-gradient(180deg, rgba(34, 22, 16, .08), rgba(34, 22, 16, .8)),
        url("../images/optimized/suite-810-pool-night-960.webp") center / cover;
}
.room-choice-card:nth-child(2) {
    background:
        linear-gradient(180deg, rgba(34, 22, 16, .1), rgba(34, 22, 16, .78)),
        url("../images/optimized/room-healing-960.webp") center / cover;
}
.room-choice-card:nth-child(3) {
    background:
        linear-gradient(180deg, rgba(34, 22, 16, .1), rgba(34, 22, 16, .78)),
        url("../images/optimized/room_07_01-960.webp") center / cover;
}
.room-choice-card:nth-child(4) {
    background:
        linear-gradient(180deg, rgba(34, 22, 16, .08), rgba(34, 22, 16, .76)),
        url("../images/optimized/room-luxury-960.webp") center / cover;
}
.room-choice-card span {
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.room-choice-card h3 {
    margin: 8px 0 10px;
    font-family: var(--serif);
    font-size: clamp(21px, 1.85vw, 28px);
    font-weight: 500;
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-wrap: balance;
}
.room-choice-card p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
}

.room-depth-section {
    padding: clamp(44px, 6vw, 78px) 0 clamp(26px, 3vw, 42px);
    background: linear-gradient(180deg, #f2e9dd, var(--ivory));
}
.room-depth-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.room-depth-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    color: var(--gold-dark);
    border: 1px solid rgba(183, 139, 76, .38);
    background: rgba(255,255,255,.64);
    font-family: var(--serif);
    font-size: 14px;
}
.room-compare-section {
    padding-top: clamp(44px, 5vw, 72px);
    background: linear-gradient(180deg, var(--ivory), #f2e8dc);
}
.room-compare-groups {
    display: grid;
    gap: 20px;
}
.room-compare-group {
    padding: clamp(18px, 3vw, 28px);
    background: rgba(255,255,255,.72);
    border: 1px solid var(--line);
    box-shadow: 0 16px 42px rgba(54,36,25,.06);
}
.room-compare-group h3 {
    margin: 0 0 14px;
    color: var(--gold-dark);
    font-family: var(--serif);
    font-weight: 500;
}
.room-compare-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.room-compare-cards {
    display: none;
}
.room-compare-table {
    width: 100%;
    min-width: 1080px;
    border-collapse: collapse;
}
.room-compare-table th,
.room-compare-table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(64,40,30,.1);
    text-align: left;
    vertical-align: top;
    font-size: 14px;
}
.room-compare-table thead th {
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.room-compare-table tbody th {
    width: 210px;
    font-family: var(--serif);
    font-weight: 500;
}
.room-compare-table tbody th span {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-family: var(--sans);
    font-size: 12px;
    line-height: 1.45;
}
.room-compare-table tr.is-signature {
    background: linear-gradient(90deg, rgba(140,103,54,.14), rgba(255,250,242,.72));
}
.room-compare-table tr.is-featured {
    background: rgba(140,103,54,.07);
}
.room-compare-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 3px 10px;
    color: var(--gold-dark);
    border: 1px solid rgba(140,103,54,.28);
    background: rgba(255,250,242,.78);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}
.room-compare-card {
    display: grid;
    gap: 14px;
    padding: 18px;
    background: rgba(255,250,242,.86);
    border: 1px solid rgba(64,40,30,.12);
    box-shadow: 0 12px 30px rgba(54,36,25,.06);
}
.room-compare-card.is-signature {
    border-color: rgba(140,103,54,.38);
    background: linear-gradient(145deg, rgba(255,250,242,.94), rgba(232,214,188,.42));
}
.room-compare-card.is-featured {
    border-color: rgba(140,103,54,.24);
    background: rgba(255,250,242,.96);
}
.room-compare-card__mark {
    width: fit-content;
    margin: 0;
    padding: 5px 9px;
    color: #fff;
    background: var(--gold-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.room-compare-card__title {
    display: grid;
    gap: 4px;
    color: var(--ink);
}
.room-compare-card__title span {
    color: var(--gold-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.room-compare-card__title strong {
    font-family: var(--serif);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4;
}
.room-compare-card__theme {
    width: fit-content;
    margin: 0;
    padding: 5px 10px;
    color: var(--gold-dark);
    border: 1px solid rgba(140,103,54,.28);
    background: rgba(255,255,255,.62);
    font-size: 12px;
    font-weight: 800;
}
.room-compare-card dl {
    display: grid;
    gap: 10px;
    margin: 0;
}
.room-compare-card dl div {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(64,40,30,.1);
}
.room-compare-card dt {
    color: var(--muted);
    font-size: 12px;
}
.room-compare-card dd {
    margin: 0;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}
.room-compare-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    color: var(--gold-dark);
    border: 1px solid rgba(140,103,54,.36);
    font-weight: 800;
}
.room-story {
    scroll-margin-top: 112px;
    padding: clamp(54px, 7vw, 96px) 0;
    background: linear-gradient(180deg, #fffaf2, #f4ebdf);
    border-top: 1px solid rgba(64, 40, 30, .08);
}
.room-story--alt {
    background: linear-gradient(180deg, #f5ede2, #fffaf2);
}
.room-story__top {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    gap: clamp(28px, 5vw, 68px);
    align-items: center;
}
.room-story__media {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, .72fr);
    gap: 18px;
    align-items: stretch;
}
.room-story__media--single {
    grid-template-columns: 1fr;
}
.room-story__figure {
    margin: 0;
    overflow: hidden;
    background: rgba(255,255,255,.5);
    box-shadow: 0 18px 44px rgba(54, 36, 25, .08);
}
.room-story__figure img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}
.room-story__figure--plan {
    display: grid;
    align-content: start;
    padding: 18px;
    background: #fff;
}
.room-story__figure--plan img {
    min-height: 0;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}
.room-story__figure figcaption {
    margin-top: 12px;
    color: var(--muted);
    font-size: 13px;
}
.room-story__copy h2 {
    margin: 0 0 18px;
    font-family: var(--serif);
    font-weight: 500;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.48;
}
.room-story__copy p:not(.eyebrow) {
    margin: 0 0 16px;
    color: var(--muted);
}
.room-story__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
    align-items: start;
}
.room-detail-card {
    padding: 26px;
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(64, 40, 30, .12);
    box-shadow: 0 14px 36px rgba(54, 36, 25, .06);
}
.room-detail-card[open] {
    background: rgba(255,255,255,.9);
}
.room-detail-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    list-style: none;
}
.room-detail-card__head::-webkit-details-marker {
    display: none;
}
.room-detail-card__head::after {
    content: "+";
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    color: var(--gold-dark);
    border: 1px solid rgba(183, 139, 76, .36);
    font-family: var(--serif);
    font-size: 22px;
    line-height: 1;
}
.room-detail-card[open] .room-detail-card__head::after {
    content: "−";
}
.room-detail-card__head span {
    display: grid;
    gap: 4px;
}
.room-detail-card__head small {
    display: block;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.room-detail-card__head strong {
    display: block;
    margin: 0;
    font-family: var(--serif);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.45;
}
.room-detail-card__head em {
    color: var(--muted);
    font-size: 13px;
    font-style: normal;
    line-height: 1.45;
}
.room-detail-card__plan {
    margin: 20px 0 0;
    padding: 14px;
    background: #fff;
    border: 1px solid rgba(64, 40, 30, .1);
}
.room-detail-card__plan img {
    width: 100%;
    max-height: 280px;
    object-fit: contain;
}
.room-detail-card__plan figcaption {
    margin-top: 10px;
    color: var(--muted);
    font-size: 12px;
}
.room-detail-card__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    margin: 24px 0 0;
}
.room-detail-card__specs div {
    padding-top: 12px;
    border-top: 1px solid rgba(64, 40, 30, .1);
}
.room-detail-card__specs dt {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
}
.room-detail-card__specs dd {
    margin: 4px 0 0;
    color: var(--ink);
    font-weight: 700;
    line-height: 1.6;
}
.room-detail-card__amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
.room-detail-card__amenities span {
    padding: 8px 12px;
    color: var(--gold-dark);
    background: rgba(255, 250, 242, .9);
    border: 1px solid rgba(183, 139, 76, .28);
    font-size: 13px;
    line-height: 1.4;
}
.room-detail-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}
.room-detail-card__actions .nh-btn {
    min-height: 44px;
    padding: 0 18px;
}
.room-story__floor-action {
    margin-top: 28px;
    text-align: center;
}

.suite-band {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .9fr) minmax(240px, .45fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: center;
    padding: clamp(56px, 7vw, 92px) clamp(22px, 5vw, 72px);
    background: linear-gradient(90deg, #f7f1e8, #fffaf2 48%, #f3eadf);
}
.suite-band__media img,
.suite-band__sub img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}
.suite-band__copy h2 { font-size: clamp(25px, 2.8vw, 36px); }
.suite-band__copy h2 span { color: var(--gold); }
.suite-band__copy p:not(.eyebrow) { color: var(--muted); }

.suite-band__media,
.suite-band__sub,
.room-card,
.campaign-panel,
.campaign-side,
.legal-panel,
.form-panel {
    border-radius: 0;
}

.feature-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--line);
    background: rgba(255,255,255,.45);
}
.feature-strip details {
    border-right: 1px solid var(--line);
}
.feature-strip details:last-child { border-right: 0; }
.feature-strip summary {
    display: grid;
    gap: 4px;
    min-height: 188px;
    align-content: center;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    list-style: none;
}
.feature-strip summary::-webkit-details-marker { display: none; }
.feature-strip span { color: var(--gold); font-size: 24px; line-height: 1; }
.feature-strip details[open] span { transform: rotate(45deg); }
.feature-strip h3 { margin: 10px 0 4px; font-family: var(--serif); font-weight: 500; }
.feature-strip p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-strip details > p {
    padding: 0 22px 24px;
    text-align: center;
}
.home-feature-section {
    padding-bottom: clamp(20px, 3vw, 38px);
}
.news-section {
    padding-top: clamp(20px, 3vw, 38px);
}

.section--split .split-grid,
.access-summary,
.detail-layout {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: clamp(30px, 6vw, 72px);
    align-items: center;
}
.section--split .section-heading { text-align: left; margin-bottom: 0; }
.news-list { display: grid; border-top: 1px solid var(--line); }
.news-list a {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}
.news-list time { color: var(--gold-dark); font-weight: 700; }

.access-card {
    padding: clamp(26px, 4vw, 42px);
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.26);
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
    backdrop-filter: blur(14px);
}
.access-card a:not(.nh-btn) { text-decoration: underline; }
.section--access .section-heading {
    text-align: left;
    margin-bottom: 0;
}
.section--access .section-heading p:not(.eyebrow) {
    color: rgba(255,255,255,.78);
}
.access-card p {
    margin: 0 0 14px;
}
.access-card p:last-of-type {
    margin-bottom: 22px;
}

.page-hero {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    display: grid;
    align-items: end;
    padding: 150px clamp(22px, 6vw, 72px) 70px;
    color: #fff;
    background: #1e120d;
}
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(30, 18, 13, .82), rgba(30, 18, 13, .32));
}
.page-hero__inner {
    position: relative;
    z-index: 2;
    width: min(860px, 100%);
}
.page-hero h1 { font-size: clamp(30px, 4.2vw, 46px); }
.page-hero p:not(.eyebrow) { max-width: 700px; font-size: 18px; }
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
}
.breadcrumb a {
    color: rgba(255,255,255,.86);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.detail-layout img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    box-shadow: var(--shadow);
}
.detail-layout h2 {
    margin: 0 0 18px;
    font-family: var(--serif);
    font-weight: 500;
    font-size: clamp(25px, 2.6vw, 34px);
    line-height: 1.5;
}
.plain-list { padding-left: 1.2em; color: var(--muted); }

.suite-copy p:not(.eyebrow) {
    margin: 0 0 16px;
    color: var(--muted);
}
.suite-copy .nh-btn {
    margin-top: 10px;
}
.pool-suite-intro {
    display: grid;
    grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr);
    gap: clamp(28px, 5vw, 68px);
    align-items: center;
    padding: clamp(54px, 7vw, 96px) clamp(22px, 6vw, 72px);
    background: linear-gradient(180deg, #f4eadc, var(--ivory));
}
.pool-suite-intro__copy h2,
.pool-suite-zones h2 {
    margin: 0 0 16px;
    font-family: var(--serif);
    font-weight: 500;
    line-height: 1.5;
}
.pool-suite-intro__copy h2 {
    font-size: clamp(27px, 3.1vw, 40px);
}
.pool-suite-intro__copy p:not(.eyebrow),
.pool-suite-zones p {
    color: var(--muted);
}
.pool-suite-intro__image {
    margin: 0;
    box-shadow: var(--shadow);
}
.pool-suite-intro__image img {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
}
.pool-suite-statement {
    position: relative;
    min-height: 760px;
    display: grid;
    align-items: end;
    overflow: hidden;
    color: #fff;
    background: #130e0c;
}
.pool-suite-statement__media,
.pool-suite-statement__media picture,
.pool-suite-statement__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.pool-suite-statement__media {
    margin: 0;
}
.pool-suite-statement__media img {
    object-fit: cover;
    filter: saturate(.9) contrast(1.05) brightness(.78);
}
.pool-suite-statement::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10,8,7,.94), rgba(10,8,7,.5) 48%, rgba(10,8,7,.25)),
        linear-gradient(0deg, rgba(10,8,7,.9), rgba(10,8,7,0) 52%);
}
.pool-suite-statement__copy {
    position: relative;
    z-index: 1;
    max-width: 760px;
    padding: clamp(64px, 8vw, 120px) clamp(22px, 7vw, 96px);
}
.pool-suite-statement__copy h2 {
    margin: 0 0 18px;
    font-family: var(--serif);
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 500;
    line-height: 1.35;
}
.pool-suite-statement__copy p:not(.eyebrow) {
    color: rgba(255,255,255,.84);
}
.pool-suite-statement .suite-specs span {
    color: #fff;
    background: rgba(255,255,255,.08);
    border-color: rgba(224,190,132,.32);
}
.suite-flow-section {
    background:
        linear-gradient(180deg, #130e0c, #20130f 62%, var(--paper));
    color: #fff;
    padding-top: clamp(42px, 6vw, 74px);
    padding-bottom: clamp(58px, 8vw, 96px);
}
.suite-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(224, 190, 132, .22);
    background: rgba(224, 190, 132, .22);
}
.suite-flow article {
    min-height: 230px;
    padding: clamp(24px, 3vw, 38px);
    background:
        linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025)),
        rgba(19, 14, 12, .92);
}
.suite-flow span {
    display: block;
    margin-bottom: 22px;
    color: rgba(224, 190, 132, .86);
    font-family: var(--serif);
    font-size: 15px;
}
.suite-flow h2 {
    margin: 0 0 14px;
    font-family: var(--serif);
    font-size: clamp(22px, 2vw, 29px);
    font-weight: 500;
}
.suite-flow p {
    margin: 0;
    color: rgba(255,255,255,.76);
}
.pool-suite-zones {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.pool-suite-zones article {
    background: rgba(255,255,255,.76);
    border: 1px solid var(--line);
    box-shadow: 0 16px 42px rgba(54,36,25,.06);
}
.pool-suite-zones picture,
.pool-suite-zones img {
    width: 100%;
}
.pool-suite-zones img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.pool-suite-zones h2,
.pool-suite-zones p {
    padding-inline: 22px;
}
.pool-suite-zones h2 {
    margin-top: 22px;
}
.pool-suite-zones p {
    margin: 0 0 24px;
}
.suite-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 26px 0 18px;
}
.suite-specs span {
    display: grid;
    place-items: center;
    min-height: 46px;
    padding: 8px 10px;
    color: var(--gold-dark);
    border: 1px solid rgba(183, 139, 76, .36);
    background: rgba(255, 250, 242, .68);
    font-family: var(--serif);
    font-size: 14px;
}

.suite-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 56px;
}
.pool-dayuse-rates {
    margin-top: 0;
    padding: clamp(28px, 5vw, 48px);
    background:
        linear-gradient(135deg, rgba(52,32,24,.94), rgba(93,61,40,.86)),
        url("../images/optimized/suite-810-pool-night-1440.webp") center / cover;
    color: #fff;
    border: 1px solid rgba(183, 139, 76, .28);
    box-shadow: 0 18px 48px rgba(54, 36, 25, .08);
}
.section--pool-dayuse {
    background: linear-gradient(180deg, #f6f1ea, #fffaf2);
}
.section--pool-dayuse .section-heading h2 {
    color: var(--ink);
}
.section--pool-dayuse .section-heading > p:last-child {
    max-width: 760px;
}
.pool-dayuse-rates .section-heading {
    margin-bottom: 28px;
}
.pool-dayuse-rates__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.pool-dayuse-rates__grid article {
    padding: 22px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(224,190,132,.28);
    backdrop-filter: blur(10px);
}
.pool-dayuse-rates__grid span {
    display: block;
    color: rgba(224,190,132,.95);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
}
.pool-dayuse-rates__grid strong {
    display: block;
    margin-top: 8px;
    font-family: var(--serif);
    font-size: clamp(25px, 2.8vw, 36px);
    font-weight: 500;
}
.pool-dayuse-rates__grid p {
    margin: 10px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 14px;
}
.pool-dayuse-rates__note {
    margin: 18px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 13px;
}
.suite-gallery figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--brown);
}
.suite-gallery__wide {
    grid-column: 1 / -1;
}
.suite-gallery img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.suite-gallery figcaption {
    position: absolute;
    left: 18px;
    bottom: 16px;
    padding: 7px 12px;
    color: #fff;
    background: rgba(42, 28, 21, .72);
    font-family: var(--serif);
    font-size: 14px;
}

.mirror-suite {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
    align-items: stretch;
    background: var(--brown);
    color: #fff;
}
.mirror-suite__image img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}
.mirror-suite__copy {
    display: grid;
    align-content: center;
    padding: clamp(34px, 5vw, 72px);
}
.mirror-suite__copy h2 {
    margin: 0 0 20px;
    font-family: var(--serif);
    font-weight: 500;
    font-size: clamp(26px, 3.1vw, 38px);
    line-height: 1.48;
}
.mirror-suite__copy p:not(.eyebrow) {
    margin: 0 0 16px;
    color: rgba(255,255,255,.78);
}
.mirror-suite .suite-specs span {
    color: #fff;
    border-color: rgba(255,255,255,.24);
    background: rgba(255,255,255,.08);
}

.service-grid,
.post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.service-card,
.post-card {
    background: var(--ivory);
    border: 1px solid var(--line);
}
.service-card { padding: 28px; }
.service-card h2,
.post-card h2 {
    margin: 0 0 10px;
    font-family: var(--serif);
    font-weight: 500;
}
.post-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.post-card div { padding: 22px; }
.post-card time { color: var(--gold-dark); font-weight: 700; }

.faq-list {
    display: grid;
    gap: 14px;
    width: min(900px, calc(100% - 44px));
}
.faq-list details {
    background: var(--ivory);
    border: 1px solid var(--line);
    padding: 18px 22px;
}
.faq-list summary {
    cursor: pointer;
    font-family: var(--serif);
    font-size: 19px;
}
.faq-list p { color: var(--muted); }

.campaign-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr);
    gap: clamp(24px, 5vw, 56px);
    align-items: start;
}
.campaign-panel,
.campaign-side,
.legal-panel,
.form-panel {
    background: var(--ivory);
    border: 1px solid var(--line);
    box-shadow: 0 14px 42px rgba(54, 36, 25, .08);
}
.campaign-panel { padding: clamp(28px, 5vw, 52px); }
.campaign-panel h2 {
    margin: 0 0 18px;
    font-family: var(--serif);
    font-weight: 500;
    font-size: clamp(28px, 3.5vw, 46px);
    line-height: 1.45;
}
.campaign-panel p:not(.eyebrow),
.campaign-side { color: var(--muted); }
.campaign-side { padding: 28px; }
.campaign-side h3 {
    margin: 0 0 10px;
    color: var(--ink);
    font-family: var(--serif);
    font-weight: 500;
}
.legal-panel,
.form-panel { padding: clamp(28px, 5vw, 52px); }
.legal-note {
    margin-top: 32px;
    padding: 18px 20px;
    color: var(--muted);
    background: rgba(183, 139, 76, .1);
    border-left: 3px solid var(--gold);
}

.content-body {
    max-width: 880px;
    font-size: 16px;
}
.content-body a { color: var(--gold-dark); text-decoration: underline; }

.reservation-modal[hidden] {
    display: none;
}
.reservation-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
    padding:
        max(22px, env(safe-area-inset-top))
        max(22px, env(safe-area-inset-right))
        max(22px, env(safe-area-inset-bottom))
        max(22px, env(safe-area-inset-left));
}
.reservation-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(22, 13, 10, .78);
    backdrop-filter: blur(10px);
}
.reservation-modal__panel {
    position: relative;
    width: min(560px, 100%);
    padding: clamp(26px, 4vw, 42px);
    color: var(--ink);
    background: linear-gradient(180deg, rgba(255,250,242,.98), rgba(246,241,234,.96));
    border: 1px solid rgba(140,103,54,.28);
    box-shadow: 0 28px 80px rgba(0,0,0,.32);
}
.reservation-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(140,103,54,.28);
    color: var(--gold-dark);
    background: rgba(255,250,242,.78);
    font-family: var(--sans);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.reservation-modal__close:focus-visible {
    outline: 2px solid var(--gold-dark);
    outline-offset: 3px;
}
.reservation-modal__panel .eyebrow {
    padding-right: 52px;
}
.reservation-modal__panel h2 {
    margin: 0 0 12px;
    font-family: var(--serif);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 500;
}
.reservation-modal__panel p:not(.eyebrow) {
    margin: 0 0 24px;
    color: var(--muted);
}
body.reservation-modal-open {
    overflow: hidden;
}
body.reservation-modal-open .mobile-sticky-cta {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
.content-body img,
.post-main-image {
    max-width: 100%;
    height: auto;
    margin: 28px auto;
}

/* Hide legacy chatbot UI during the renewal review. Reintroduce it intentionally if needed. */
.nhotel-chat-button,
.nhotel-chat-window {
    display: none !important;
}

.site-footer {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 34px;
    padding: 44px clamp(22px, 5vw, 72px) 24px;
    color: #fff;
    background: var(--brown);
}
.site-footer .site-logo { justify-items: start; }
.site-footer .site-logo > img,
.site-footer__brand .site-logo > img {
    filter: brightness(0) invert(1) !important;
}
.site-footer__brand {
    display: flex;
    align-items: center;
    gap: 22px;
}
.site-footer__brand .site-logo {
    width: 78px;
    min-width: 78px;
}
.site-footer__brand .site-logo img {
    width: 78px;
    height: auto;
    object-fit: contain;
}
.site-footer__brand p {
    margin: 0;
    color: rgba(255,255,255,.82);
    line-height: 1.75;
}
.site-footer__nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 22px; }
.site-footer__actions { display: grid; align-content: start; gap: 12px; }
.copyright {
    grid-column: 1 / -1;
    margin: 18px 0 0;
    color: rgba(255,255,255,.55);
    text-align: center;
    font-size: 12px;
}
.mobile-sticky-cta { display: none; }

@media (max-width: 980px) {
    .site-header {
        grid-template-columns: auto 1fr auto auto;
        justify-content: stretch;
        gap: 10px;
    }
    .site-nav,
    .header-actions {
        grid-column: 1 / -1;
        position: static;
        width: 100%;
        display: none;
        color: var(--ink);
        background: transparent;
    }
    .nav-open .site-header {
        height: auto;
        max-height: calc(100svh - 18px);
        align-content: start;
        align-items: center;
        overflow-y: auto;
        color: var(--ink);
        background: rgba(255, 250, 242, .97);
        border: 1px solid rgba(140, 103, 54, .22);
        box-shadow: 0 18px 54px rgba(36,24,18,.18);
    }
    .site-nav {
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
        margin-top: 16px;
        padding: 8px 14px 14px;
        font-size: 16px;
        background: rgba(255,255,255,.56);
        border: 1px solid rgba(140, 103, 54, .14);
    }
    .site-nav a {
        padding: 13px 0;
        border-bottom: 1px solid rgba(64,40,30,.12);
        font-weight: 700;
    }
    .site-nav a:last-child { border-bottom: 0; }
    .header-actions {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 14px;
        border: 1px solid rgba(140, 103, 54, .14);
        border-top: 0;
        background: rgba(255,255,255,.42);
    }
    .nav-open .site-nav,
    .nav-open .header-actions { display: grid; }
    .nav-open .mobile-sticky-cta {
        visibility: hidden;
        pointer-events: none;
    }
    .language-switch--desktop {
        display: none;
    }
    .language-switch--mobile {
        display: inline-flex;
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        align-self: center;
        width: max-content;
        max-width: max-content;
        gap: 0;
        padding: 1px;
        border-color: rgba(255,255,255,.42);
        background: rgba(255,255,255,.08);
    }
    .language-switch--mobile a {
        min-width: 24px;
        padding: 3px 5px;
        font-size: 10px;
        letter-spacing: 0;
    }
    .site-header.is-scrolled .language-switch--mobile,
    .nav-open .language-switch--mobile {
        border-color: rgba(64,40,30,.2);
        background: rgba(64,40,30,.04);
    }
    .nav-toggle {
        display: grid;
        grid-column: 4;
        grid-row: 1;
        justify-self: end;
        gap: 6px;
        width: 46px;
        height: 46px;
        padding: 12px;
        color: inherit;
        background: transparent;
        border: 1px solid currentColor;
    }
    .nav-toggle span {
        display: block;
        height: 1px;
        background: currentColor;
        transition: transform .22s ease, opacity .22s ease;
        transform-origin: center;
    }
    .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
    .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .home-hero { min-height: 640px; }
    .rating-panel { position: static; margin-top: 42px; }
    .header-actions .nh-btn,
    .header-phone {
        width: 100%;
    }
    .award-strip,
    .partnership-proof,
    .concept-band,
    .room-choice-grid,
    .room-grid,
    .room-story__top,
    .room-story__media,
    .room-story__cards,
    .room-detail-card__specs,
    .feature-strip,
    .guide-cards,
    .notice-grid,
    .service-grid,
    .menu-gallery,
    .service-hours,
    .menu-detail__body,
    .system-grid-2,
    .post-grid,
    .campaign-layout,
    .suite-flow,
    .suite-gallery,
    .pool-suite-intro,
    .pool-suite-zones,
    .pool-suite-statement__copy,
    .pool-dayuse-rates__grid,
    .dayuse-rate-items,
    .mirror-suite,
    .dayuse-grid,
    .dayuse-compare,
    .dayuse-scene-grid,
    .access-highlights,
    .access-map-layout,
    .access-transport-grid,
    .partnership-grid,
    .partnership-summary-grid,
    .collab-hero-card,
    .collab-feed,
    .section--split .split-grid,
    .access-summary,
    .detail-layout,
    .site-footer {
        grid-template-columns: 1fr;
    }
    .suite-band { grid-template-columns: 1fr; }
    .suite-band__sub { display: none; }
    .concept-band__summary {
        padding: 24px 0 0;
        border-top: 1px solid rgba(183, 139, 76, .34);
        border-left: 0;
    }
    .feature-strip details { border-right: 0; border-bottom: 1px solid var(--line); }
    .feature-strip details:last-child { border-bottom: 0; }
    .site-footer__brand {
        align-items: flex-start;
        gap: 18px;
    }
}

@media (max-width: 640px) {
    .room-compare-scroll { display: none; }
    .room-compare-cards {
        display: grid;
        gap: 14px;
    }
    .reservation-modal {
        display: block;
        padding: 0;
    }
    .reservation-modal__panel {
        position: absolute;
        top: 50%;
        left: calc(16px + env(safe-area-inset-left));
        right: calc(16px + env(safe-area-inset-right));
        width: auto;
        max-height: calc(100dvh - 36px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        overflow: auto;
        padding: 22px 18px;
        transform: translateY(-50%);
    }
    .reservation-modal__close {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
    }
    .reservation-modal__panel h2 {
        font-size: 22px;
        line-height: 1.45;
    }
    .reservation-modal__panel p:not(.eyebrow) {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.65;
    }
}

@media (max-width: 560px) {
    body { padding-bottom: 76px; }
    .site-header { padding: 14px 18px; }
    .site-logo { width: 58px; min-width: 58px; }
    .site-logo img { width: 58px; height: 58px; }
    .site-logo span { font-size: 42px; }
    .home-hero {
        min-height: auto;
        align-items: start;
        padding: 108px 22px 34px;
        background: #1e120d;
    }
    .home-hero::after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        z-index: 1;
        height: 180px;
        background: linear-gradient(0deg, #1e120d, rgba(30,18,13,0));
    }
    .home-hero__image,
    img.home-hero__image {
        bottom: auto;
        height: clamp(480px, 68svh, 580px);
    }
    .home-hero__image,
    .home-hero__image img { object-position: 62% center; }
    .home-hero h1 {
        font-size: clamp(28px, 8vw, 33px);
        line-height: 1.42;
    }
    .home-hero__content > p:not(.eyebrow) {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.75;
    }
    .nh-btn { width: 100%; min-height: 50px; }
    .hero-actions { width: 100%; gap: 10px; margin-top: 24px; }
    .rating-panel {
        width: 100%;
        margin-top: 24px;
        padding: 18px;
    }
    .rating-panel p { margin-bottom: 4px; }
    .rating-panel__score strong { font-size: 40px; }
    .rating-panel__stars { margin: 6px 0 4px; font-size: 18px; }
    .rating-panel > span { font-size: 15px; line-height: 1.55; }
    .rating-panel small { font-size: 12px; line-height: 1.6; }
    .award-strip {
        padding: 22px;
        gap: 18px;
    }
    .award-strip__copy h2 { font-size: 23px; }
    .award-strip__copy p:not(.eyebrow) { font-size: 14px; }
    .award-strip__image { padding: 0; }
    .service-hours {
        gap: 10px;
    }
    .service-hours article {
        padding: 16px;
    }
    .menu-detail summary {
        padding: 18px;
    }
    .menu-detail__body {
        padding: 0 18px 18px;
    }
    .menu-detail__image {
        padding: 10px;
    }
    .award-strip__image img { max-height: none; }
    .partnership-proof {
        padding: 34px 22px;
        gap: 22px;
    }
    .partnership-proof__copy h2 { font-size: 25px; }
    .partnership-proof__copy p:not(.eyebrow) { font-size: 14px; }
    .partnership-proof__list { margin: 18px 0 22px; }
    .partnership-proof__list span { padding: 10px 12px; font-size: 13px; }
    .concept-band {
        padding: 34px 22px;
        gap: 18px;
    }
    .concept-band__copy h2 {
        font-size: 24px;
    }
    .guide-card,
    .notice-card,
    .menu-card__body,
    .system-card,
    .dayuse-rate-card,
    .compare-card,
    .scene-card,
    .transport-card,
    .partnership-card__body {
        padding: 20px;
    }
    .dayuse-rate-scroll {
        margin-inline: -8px;
    }
    .dayuse-rate-table {
        min-width: 690px;
        font-size: 13px;
    }
    .dayuse-rate-table th,
    .dayuse-rate-table td {
        padding: 10px 12px;
    }
    .dayuse-rate-table th:first-child {
        max-width: 150px;
    }
    .dayuse-rate-notes {
        padding: 16px;
        font-size: 13px;
    }
    .button-row {
        flex-direction: column;
    }
    .collab-hero-card img {
        min-height: 0;
        aspect-ratio: 16 / 7;
        object-fit: contain;
        background: #fff;
    }
    .access-highlights article,
    .access-map-layout__side {
        padding: 18px;
    }
    .room-depth-nav { justify-content: flex-start; }
    .room-depth-nav a { min-height: 40px; padding: 0 14px; font-size: 13px; }
    .room-choice-card {
        min-height: 220px;
        padding: 22px;
    }
    .room-choice-card p {
        font-size: 13px;
        line-height: 1.7;
    }
    .room-choice-card h3 {
        white-space: normal;
    }
    .room-story { padding: 38px 0; }
    .room-story__top { gap: 22px; }
    .room-story__figure img { min-height: 240px; }
    .room-story__figure--plan { padding: 12px; }
    .room-story__copy h2 { font-size: 24px; }
    .room-detail-card { padding: 20px; }
    .room-detail-card__head strong { font-size: 24px; }
    .room-detail-card__head::after {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
    }
    .room-detail-card__plan {
        margin-top: 16px;
        padding: 10px;
    }
    .room-detail-card__plan img {
        max-height: 240px;
    }
    .room-detail-card__actions { flex-direction: column; }
    .room-compare-group { padding: 16px; }
    .room-compare-scroll { display: none; }
    .room-compare-cards {
        display: grid;
        gap: 14px;
    }
    .room-compare-card__title strong { font-size: 21px; }
    .room-compare-card dl div {
        grid-template-columns: 68px 1fr;
        gap: 10px;
    }
    .reservation-modal {
        display: block;
        padding: 0;
    }
    .reservation-modal__panel {
        position: absolute;
        top: 50%;
        left: calc(16px + env(safe-area-inset-left));
        right: calc(16px + env(safe-area-inset-right));
        width: auto;
        max-height: calc(100dvh - 36px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        overflow: auto;
        padding: 22px 18px;
        transform: translateY(-50%);
    }
    .reservation-modal__close {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
    }
    .reservation-modal__panel h2 {
        font-size: 22px;
        line-height: 1.45;
    }
    .reservation-modal__panel p:not(.eyebrow) {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.65;
    }
    .pool-suite-statement { min-height: 640px; }
    .pool-suite-statement__copy { padding: 96px 22px 54px; }
    .pool-suite-intro { padding: 34px 22px; }
    .pool-suite-intro__image img { min-height: 280px; }
    .pool-suite-zones h2,
    .pool-suite-zones p { padding-inline: 18px; }
    .dayuse-rate-tabs__nav button { flex: 1 1 140px; }
    .news-list a { grid-template-columns: 1fr; gap: 3px; }
    .page-hero { min-height: 350px; padding-top: 120px; }
    .site-footer__nav { grid-template-columns: 1fr; }
    .mobile-sticky-cta {
        position: fixed;
        z-index: 80;
        left: 0;
        right: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: 1fr 1.25fr;
        gap: 8px;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        background: rgba(255, 250, 242, .94);
        border-top: 1px solid rgba(64, 40, 30, .14);
        box-shadow: 0 -12px 30px rgba(36, 24, 18, .14);
        backdrop-filter: blur(14px);
    }
    .mobile-sticky-cta a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 0 12px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
    }
    .mobile-sticky-cta__primary {
        color: #fff;
        background: var(--gold);
        border: 1px solid var(--gold);
    }
    .mobile-sticky-cta__secondary {
        color: var(--gold-dark);
        background: rgba(255,255,255,.72);
        border: 1px solid rgba(183, 139, 76, .48);
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .home-hero {
        min-height: 700px;
        padding-top: 150px;
        padding-bottom: 68px;
    }
    .home-hero h1 {
        font-size: clamp(36px, 6vw, 52px);
        line-height: 1.36;
    }
    .home-hero__content > p:not(.eyebrow) {
        max-width: 680px;
        font-size: 16px;
    }
    .guide-cards,
    .guide-cards--purpose,
    .room-choice-grid,
    .room-grid,
    .notice-grid,
    .service-grid,
    .post-grid,
    .pool-suite-zones,
    .pool-dayuse-rates__grid,
    .dayuse-rate-items,
    .dayuse-grid,
    .dayuse-compare,
    .dayuse-scene-grid,
    .access-highlights,
    .access-transport-grid,
    .partnership-grid,
    .partnership-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .guide-cards--purpose .guide-card {
        min-height: 300px;
    }
    .suite-flow {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .pool-suite-statement {
        min-height: 700px;
    }
    .pool-suite-statement__copy {
        max-width: 720px;
        padding: 84px 44px 72px;
    }
    .suite-flow article:last-child {
        grid-column: auto;
    }
}

.suite-carousel {
    margin-top: clamp(12px, 2vw, 24px);
}

.suite-carousel__viewport {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(151, 111, 59, 0.24);
    background: #140f0c;
    box-shadow: 0 22px 50px rgba(54, 35, 23, 0.16);
    aspect-ratio: 16 / 9;
}

.suite-carousel__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 640ms ease;
}

.suite-carousel__slide.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.suite-carousel__slide picture,
.suite-carousel__slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.suite-carousel__slide img {
    object-fit: cover;
}

.suite-carousel__slide figcaption {
    position: absolute;
    left: clamp(18px, 4vw, 56px);
    right: clamp(18px, 4vw, 56px);
    bottom: clamp(18px, 4vw, 42px);
    z-index: 2;
    max-width: 560px;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.suite-carousel__slide figcaption span {
    display: block;
    margin-bottom: 8px;
    color: #d2a15b;
    font-family: var(--font-sans);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.suite-carousel__slide figcaption p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(0.94rem, 1.5vw, 1.08rem);
    line-height: 1.9;
}

.suite-carousel__control {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(31, 20, 16, 0.58);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.suite-carousel__control--prev { left: 18px; }
.suite-carousel__control--next { right: 18px; }

.suite-carousel__dots {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-top: 12px;
}

.suite-carousel__dots button {
    min-height: 42px;
    border: 1px solid rgba(151, 111, 59, 0.24);
    background: rgba(255, 252, 247, 0.78);
    color: #6f4d2a;
    font-family: var(--font-sans);
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
}

.suite-carousel__dots button.is-active {
    background: #8c6736;
    border-color: #8c6736;
    color: #fff;
}

@media (prefers-reduced-motion: reduce) {
    .suite-carousel__slide { transition: none; }
}

@media (max-width: 640px) {
    .suite-carousel__viewport {
        aspect-ratio: 4 / 5;
    }

    .suite-carousel__slide figcaption {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .suite-carousel__control {
        width: 38px;
        height: 38px;
        font-size: 1.6rem;
    }

    .suite-carousel__control--prev { left: 10px; }
    .suite-carousel__control--next { right: 10px; }

    .suite-carousel__dots {
        grid-template-columns: 1fr 1fr;
    }
}
