/* CP6 Property Intro R1 — image-first hospitality brand */

body[data-theme="hanok"] {
    --cp6-bg-page: #fefcf7;
    --cp6-bg-panel: #f6f1eb;
    --cp6-bg-dark: #5a3e2b;
    --cp6-text-primary: #222;
    --cp6-text-secondary: #444;
    --cp6-text-muted: #666;
    --cp6-accent: #b08a4a;
    --cp6-price: #8b3a5a;
    --cp6-cta-bg: #5a3e2b;
    --cp6-cta-text: #fefcf7;
    --cp6-border: #e6e1d3;
    --cp6-font-heading: "Noto Serif KR", "Gowun Batang", Georgia, serif;
    --cp6-font-body: "Pretendard", "Noto Sans KR", sans-serif;
    --cp6-font-hy-gothic: "HY견고딕", "HYGothic-Extra", "H2gtrE", "Pretendard", "Noto Sans KR", sans-serif;
}

@font-face {
    font-family: "HY견고딕";
    src: local("HY견고딕"), local("HYGothic-Extra"), local("H2gtrE");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HY견고딕";
    src: local("HY견고딕"), local("HYGothic-Extra"), local("H2gtrE");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body[data-view="property"] .booking-page {
    background: var(--cp6-bg-page, var(--intro-bg));
    padding-bottom: 88px;
}

/* Heritage brand board header (Visual Blueprint) */
body[data-theme="hanok"] .top--heritage {
    background: #f5efe6;
    box-shadow: none;
}

body[data-theme="hanok"] .brand-board {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #f5efe6;
    line-height: 0;
}

body[data-theme="hanok"] .brand-board-link {
    display: block;
    position: relative;
    z-index: 1;
}

body[data-theme="hanok"] .brand-board img {
    display: block;
    width: 100%;
    height: auto;
}

body[data-theme="hanok"] .brand-board-copy {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 16%;
    text-align: center;
    pointer-events: none;
    line-height: 1.25;
}

body[data-theme="hanok"] .brand-board-motion {
    position: absolute;
    left: 0;
    top: 0;
    width: 32%;
    height: 64%;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

body[data-theme="hanok"] .brand-bird {
    position: absolute;
    color: #6a6460;
    opacity: .58;
    transform-origin: 50% 50%;
    will-change: left, top, transform;
}

body[data-theme="hanok"] .brand-bird svg {
    display: block;
    width: 100%;
    height: auto;
    fill: currentColor;
}

body[data-theme="hanok"] .brand-bird-wing {
    transform-box: fill-box;
    transform-origin: right center;
}

body[data-theme="hanok"] .brand-bird-wing-r {
    transform-origin: left center;
}

body[data-theme="hanok"] .brand-bird-body {
    transform: none;
}

body[data-theme="hanok"] .brand-bird-1 {
    width: 24px;
    animation: brand-bird-play-a 22s ease-in-out infinite;
}

body[data-theme="hanok"] .brand-bird-2 {
    width: 18px;
    opacity: .46;
    animation: brand-bird-play-b 28s 3s ease-in-out infinite;
}

body[data-theme="hanok"] .brand-bird-3 {
    width: 13px;
    opacity: .4;
    animation: brand-bird-play-c 32s 5s ease-in-out infinite;
}

body[data-theme="hanok"] .brand-bird-4 {
    width: 11px;
    opacity: .34;
    animation: brand-bird-play-d 36s 8s ease-in-out infinite;
}

body[data-theme="hanok"] .brand-bird-1 .brand-bird-wing-l,
body[data-theme="hanok"] .brand-bird-2 .brand-bird-wing-l,
body[data-theme="hanok"] .brand-bird-3 .brand-bird-wing-l,
body[data-theme="hanok"] .brand-bird-4 .brand-bird-wing-l {
    animation: brand-bird-flap-l 1.15s ease-in-out infinite;
}

body[data-theme="hanok"] .brand-bird-1 .brand-bird-wing-r,
body[data-theme="hanok"] .brand-bird-2 .brand-bird-wing-r,
body[data-theme="hanok"] .brand-bird-3 .brand-bird-wing-r,
body[data-theme="hanok"] .brand-bird-4 .brand-bird-wing-r {
    animation: brand-bird-flap-r 1.15s ease-in-out infinite;
}

body[data-theme="hanok"] .brand-bird-2 .brand-bird-wing-l,
body[data-theme="hanok"] .brand-bird-2 .brand-bird-wing-r {
    animation-duration: 1.35s;
}

body[data-theme="hanok"] .brand-bird-3 .brand-bird-wing-l,
body[data-theme="hanok"] .brand-bird-3 .brand-bird-wing-r {
    animation-duration: 1.45s;
}

body[data-theme="hanok"] .brand-bird-4 .brand-bird-wing-l,
body[data-theme="hanok"] .brand-bird-4 .brand-bird-wing-r {
    animation-duration: 1.6s;
}

@keyframes brand-bird-play-a {
    0% { left: 8%; top: 50%; transform: scaleX(1); }
    24% { left: 54%; top: 12%; transform: scaleX(1); }
    40% { left: 72%; top: 36%; transform: scaleX(1); }
    44% { left: 72%; top: 38%; transform: scaleX(-1); }
    70% { left: 26%; top: 16%; transform: scaleX(-1); }
    88% { left: 8%; top: 54%; transform: scaleX(-1); }
    92% { left: 7%; top: 52%; transform: scaleX(1); }
    100% { left: 8%; top: 50%; transform: scaleX(1); }
}

@keyframes brand-bird-play-b {
    0% { left: 20%; top: 20%; transform: scaleX(1); }
    28% { left: 64%; top: 48%; transform: scaleX(1); }
    34% { left: 66%; top: 50%; transform: scaleX(-1); }
    62% { left: 22%; top: 8%; transform: scaleX(-1); }
    86% { left: 10%; top: 34%; transform: scaleX(-1); }
    92% { left: 14%; top: 24%; transform: scaleX(1); }
    100% { left: 20%; top: 20%; transform: scaleX(1); }
}

@keyframes brand-bird-play-c {
    0% { left: 42%; top: 6%; transform: scaleX(-1); }
    24% { left: 10%; top: 26%; transform: scaleX(-1); }
    30% { left: 8%; top: 28%; transform: scaleX(1); }
    56% { left: 60%; top: 14%; transform: scaleX(1); }
    78% { left: 46%; top: 46%; transform: scaleX(1); }
    84% { left: 44%; top: 40%; transform: scaleX(-1); }
    100% { left: 42%; top: 6%; transform: scaleX(-1); }
}

@keyframes brand-bird-play-d {
    0% { left: 58%; top: 38%; transform: scaleX(1); }
    22% { left: 18%; top: 12%; transform: scaleX(1); }
    28% { left: 14%; top: 16%; transform: scaleX(-1); }
    54% { left: 68%; top: 28%; transform: scaleX(-1); }
    76% { left: 36%; top: 52%; transform: scaleX(-1); }
    82% { left: 38%; top: 46%; transform: scaleX(1); }
    100% { left: 58%; top: 38%; transform: scaleX(1); }
}

@keyframes brand-bird-flap-l {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(26deg); }
}

@keyframes brand-bird-flap-r {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(-26deg); }
}

@media (prefers-reduced-motion: reduce) {
    body[data-theme="hanok"] .brand-board-motion {
        display: none;
    }
}

body[data-theme="hanok"] .brand-board-name {
    display: block;
    font-family: var(--cp6-font-heading);
    font-weight: 600;
    font-style: normal;
    color: #3a2e24;
    font-size: clamp(19px, 3.9vw, 29px);
    letter-spacing: 0.04em;
}

body[data-theme="hanok"] .brand-board-tagline {
    display: block;
    font-family: var(--cp6-font-heading);
    font-style: normal;
    font-weight: 400;
    color: #6b5a4a;
    font-size: clamp(11px, 2vw, 14px);
    letter-spacing: 0.08em;
}

body[data-theme="hanok"] .tabs--heritage {
    background: #f5efe6;
    border-bottom: 1px solid rgba(120, 90, 55, .14);
}

body[data-theme="hanok"] .tabs--heritage a {
    color: #7a6b5c;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .06em;
}

body[data-theme="hanok"] .tabs--heritage a.primary {
    color: #2a2118;
    font-weight: 600;
    box-shadow: inset 0 -2px 0 #b08a4a;
}

body[data-theme="hanok"] .booking-page.booking-page--heritage-header {
    padding-top: calc(44px + min(100vw, 720px) * 208 / 1024);
}

/* Mobile 4-tab nav — restrained active state already in booking-intro.css */

/* Mobile hero — landscape frame to avoid side-crop on wide hanok photos */
body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .slider {
    position: relative;
    width: 100%;
}

body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .slide-track,
body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .slide {
    width: 100%;
    height: 100%;
}

body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .slide {
    overflow: hidden;
}

body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .slide img {
    object-position: 22% 42%;
}

body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-shade {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, transparent 22%),
        linear-gradient(0deg, rgba(0, 0, 0, .22) 0%, transparent 34%);
}

body[data-view="property"][data-theme="hanok"] .intro-hero--cp6.intro-hero--on-photo .hero-shade {
    background:
        linear-gradient(135deg, rgba(255, 252, 247, .4) 0%, rgba(255, 250, 242, .12) 16%, transparent 28%),
        linear-gradient(90deg, rgba(12, 8, 4, .26) 0%, rgba(12, 8, 4, .1) 34%, transparent 62%);
}

body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .hero-copy--cp6.hero-copy--on-photo {
    --cp6-hero-ink-shadow:
        0 1px 1px rgba(0, 0, 0, .95),
        0 2px 4px rgba(0, 0, 0, .82),
        0 3px 10px rgba(8, 4, 0, .55);
    top: 50%;
    right: auto;
    bottom: auto;
    left: 20px;
    max-width: min(72%, 340px);
    transform: translateY(calc(-52% + 30px));
    color: #fff;
    text-shadow: var(--cp6-hero-ink-shadow);
}

body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .hero-copy--cp6.hero-copy--on-photo .hero-copy-kicker {
    margin: 0 0 10px;
    color: #f5d24a;
    font-family: var(--cp6-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    text-shadow: var(--cp6-hero-ink-shadow);
}

body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .hero-copy--cp6.hero-copy--on-photo .hero-copy-title {
    margin: 0;
    color: #fff;
    font-family: var(--cp6-font-heading);
    font-size: clamp(22px, 5.6vw, 30px);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.02em;
    text-shadow: var(--cp6-hero-ink-shadow);
}

body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .hero-copy-line {
    display: block;
}

body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .hero-copy--cp6.hero-copy--on-photo .hero-copy-title em {
    color: #ea6a58;
    font-style: normal;
}

body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .hero-copy-rule {
    display: block;
    width: 42px;
    height: 1px;
    margin: 12px 0 10px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
}

body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .hero-copy--cp6.hero-copy--on-photo .hero-copy-subtitle {
    margin: 0;
    max-width: none;
    color: #b4e6f6;
    font-family: var(--cp6-font-hy-gothic);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -.03em;
    opacity: 1;
    text-shadow: var(--cp6-hero-ink-shadow);
}

body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .hero-copy-subtitle .hero-copy-line {
    display: block;
    white-space: nowrap;
}

body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-copy--cp6 {
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: auto;
    transform: none;
    max-width: 520px;
    z-index: 3;
    text-align: left;
}

body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-copy--cp6 .hero-copy-title {
    color: #fefcf7;
    font-family: var(--cp6-font-heading);
    font-size: clamp(22px, 6vw, 28px);
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -.02em;
    text-shadow: 0 1px 18px rgba(0, 0, 0, .25);
}

body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-copy-title--mobile {
    display: none;
}

body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-copy-title--desktop {
    display: block;
}

body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-copy--cp6 .hero-copy-subtitle {
    margin-top: 12px;
    color: rgba(254, 252, 247, .9);
    font-family: var(--cp6-font-body);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    opacity: .92;
}

.hero-traits {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.hero-traits li {
    flex: 1;
    min-width: 0;
    color: rgba(254, 252, 247, .78);
    font-size: 10px;
    line-height: 1.35;
}

.hero-traits strong {
    display: block;
    margin-bottom: 2px;
    color: rgba(254, 252, 247, .92);
    font-size: 10px;
    font-weight: 600;
}

.hero-traits span {
    display: block;
    opacity: .8;
}

.cp6-property-scroll {
    color: var(--cp6-text-secondary);
    font-family: var(--cp6-font-body);
}

.cp6-section {
    padding: 0 20px;
}

.cp6-property-scroll > .cp6-section:first-child {
    padding-top: 16px;
}

.cp6-property-scroll > .cp6-section:last-child {
    padding-bottom: 20px;
}

.cp6-property-scroll > .cp6-section + .cp6-section {
    padding-top: 0;
}

.cp6-section-label {
    display: block;
    margin-bottom: 14px;
    color: var(--cp6-accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
}

.cp6-section-label--on-dark {
    color: var(--cp6-accent);
}

.cp6-kicker {
    margin: 0 0 14px;
    color: var(--cp6-accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
}

.cp6-kicker--center {
    text-align: center;
}

/* WELCOME — Visual Blueprint (hanji + maehwa) */
.cp6-welcome {
    position: relative;
    padding: 16px 0 20px 20px;
    background:
        radial-gradient(ellipse at 78% 42%, rgba(176, 138, 74, .06), transparent 48%),
        linear-gradient(180deg, #f7f1e8 0%, #f3ebe1 100%);
    overflow: hidden;
}

.cp6-welcome--blueprint {
    min-height: 0;
}

.cp6-welcome-layout {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    align-items: center;
    min-height: 0;
}

.cp6-welcome-copy {
    position: relative;
    z-index: 2;
    max-width: 520px;
    text-align: left;
    padding-right: 36%;
}

.cp6-welcome-title {
    margin: 0;
    color: #2a2118;
    font-family: var(--cp6-font-heading);
    font-size: clamp(24px, 6vw, 32px);
    font-weight: 600;
    line-height: 1.4;
    word-break: keep-all;
}

.cp6-welcome-lede {
    margin: 14px 0 0;
    max-width: 22em;
    color: #6b5c4c;
    font-family: var(--cp6-font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    word-break: keep-all;
}

.cp6-welcome-rooms {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 12px 22px;
    border-radius: 2px;
    background: var(--cp6-cta-bg);
    color: var(--cp6-cta-text);
    font-family: var(--cp6-font-body);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    text-decoration: none;
}

.cp6-welcome-rooms:hover,
.cp6-welcome-rooms:focus-visible {
    filter: brightness(1.08);
}

.cp6-welcome-body {
    margin: 0;
    max-width: 360px;
    color: #6b5c4c;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.cp6-welcome-maehwa {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    margin: 0;
    width: min(52%, 240px);
    transform: translateY(-46%);
    pointer-events: none;
}

.cp6-welcome-maehwa img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* STORY — editorial spread */
.cp6-story {
    background: var(--cp6-bg-panel);
}

.cp6-story-layout {
    display: grid;
    gap: 28px;
}

.cp6-story-title {
    margin: 0 0 16px;
    color: var(--cp6-text-primary);
    font-family: var(--cp6-font-heading);
    font-size: clamp(22px, 5.5vw, 28px);
    font-weight: 500;
    line-height: 1.4;
    word-break: keep-all;
}

.cp6-story-body {
    margin: 0;
    max-width: 36em;
    color: var(--cp6-text-muted);
    font-family: var(--cp6-font-body);
    font-size: 14px;
    font-style: normal;
    line-height: 1.75;
    word-break: keep-all;
}

.cp6-story-photo {
    margin: 0;
    overflow: hidden;
    border-radius: 2px;
    aspect-ratio: 4 / 3;
}

.cp6-story-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* WHY STAY — vertical photo narrative on mobile */
.cp6-why {
    background: var(--cp6-bg-panel);
}

.cp6-why-heading {
    margin: 0 0 20px;
    color: var(--cp6-text-primary);
    font-family: var(--cp6-font-heading);
    font-size: clamp(22px, 5.5vw, 28px);
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
}

.cp6-why-editorial {
    display: grid;
    gap: 20px;
}

.cp6-why-row {
    display: grid;
    gap: 16px;
}

.cp6-why-photo {
    margin: 0;
    overflow: hidden;
    border-radius: 2px;
    aspect-ratio: 16 / 10;
}

.cp6-why-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp6-why-num {
    display: block;
    margin-bottom: 8px;
    color: var(--cp6-accent);
    font-family: var(--cp6-font-heading);
    font-size: 13px;
    font-weight: 600;
}

.cp6-why-copy h3 {
    margin: 0;
    color: var(--cp6-text-primary);
    font-family: var(--cp6-font-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    word-break: keep-all;
}

.cp6-why-copy p {
    margin: 10px 0 0;
    color: var(--cp6-text-muted);
    font-size: 13px;
    line-height: 1.65;
    word-break: keep-all;
}

.cp6-why-row--bridge {
    position: relative;
    overflow: hidden;
    min-height: 107px;
    padding: 13px 16px;
    border-top: 0;
    border-bottom: 1px solid rgba(176, 138, 74, .55);
    background:
        linear-gradient(90deg, rgba(247, 241, 232, 0) 34%, rgba(247, 241, 232, .78) 58%, rgba(247, 241, 232, .92) 100%),
        var(--cp6-why-bridge-art, url('/booking/assets/panels/seomunhanok-why-bridge-seomun-market-v1.jpg')) center / cover no-repeat;
}

.cp6-why-bridge-link {
    display: inline-block;
    margin-top: 14px;
    color: var(--cp6-cta-bg);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

/* LOCALON — product experience */
.cp6-localon {
    background: var(--cp6-bg-dark);
    color: var(--cp6-cta-text);
}

.cp6-localon-layout {
    display: grid;
    gap: 32px;
}

.cp6-local-headline {
    margin: 0;
    color: var(--cp6-cta-text);
    font-family: var(--cp6-font-heading);
    font-size: clamp(24px, 6vw, 32px);
    font-weight: 500;
    line-height: 1.35;
}

.cp6-local-sub {
    margin: 16px 0 0;
    color: rgba(254, 252, 247, .82);
    font-size: 13px;
    line-height: 1.65;
}

.cp6-local-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 2px;
    background: var(--cp6-accent);
    color: #fefcf7;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.cp6-local-featured {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 2px;
    min-height: 220px;
    color: inherit;
    text-decoration: none;
    background: #2a1c14;
}

.cp6-local-featured img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.cp6-local-featured-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 16px 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .62), transparent);
}

.cp6-local-featured-copy strong {
    display: block;
    margin-top: 6px;
    color: #fff;
    font-family: var(--cp6-font-heading);
    font-size: 22px;
    font-weight: 500;
}

.cp6-local-featured-copy span:not(.cp6-local-badge) {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
}

.cp6-local-rail {
    display: flex;
    gap: 12px;
    margin-top: 14px;
    padding-bottom: 4px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.cp6-local-card {
    flex: 0 0 72%;
    max-width: 280px;
    overflow: hidden;
    border-radius: 4px;
    background: var(--cp6-bg-page);
    color: var(--cp6-text-primary);
    scroll-snap-align: start;
}

.cp6-local-card-media {
    height: auto;
    aspect-ratio: 16 / 10;
    background: #ddd6c8;
}

.cp6-local-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp6-local-card-body {
    padding: 12px 14px 14px;
}

.cp6-local-badge {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--cp6-accent);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
}

.cp6-local-card strong {
    display: block;
    color: var(--cp6-text-primary);
    font-family: var(--cp6-font-heading);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    word-break: keep-all;
}

.cp6-local-distance {
    display: block;
    margin-top: 6px;
    color: var(--cp6-text-muted);
    font-size: 11px;
}

.cp6-local-swipe-hint {
    margin: 14px 0 0;
    color: rgba(254, 252, 247, .55);
    font-size: 11px;
    text-align: center;
}

/* GALLERY */
.cp6-gallery-heading {
    margin: 0 0 20px;
    color: var(--cp6-text-primary);
    font-family: var(--cp6-font-heading);
    font-size: clamp(22px, 5.5vw, 26px);
    font-weight: 500;
    line-height: 1.4;
}

.cp6-gallery-grid {
    display: grid;
    gap: 10px;
}

.cp6-gallery-main img,
.cp6-gallery-side img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    object-fit: cover;
}

.cp6-gallery-main {
    height: 220px;
    overflow: hidden;
    border-radius: 2px;
}

.cp6-gallery-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    min-height: 110px;
}

.cp6-gallery-side img {
    height: 110px;
}

/* NEXT STEP */
.cp6-next {
    background: var(--cp6-bg-panel);
    text-align: center;
}

.cp6-next-heading {
    margin: 0;
    color: var(--cp6-text-primary);
    font-family: var(--cp6-font-heading);
    font-size: clamp(19px, 4.8vw, 26px);
    font-weight: 500;
    line-height: 1.4;
}

.cp6-next-body {
    margin: 10px 0 0;
    color: var(--cp6-text-muted);
    font-size: 11px;
}

.cp6-next-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.cp6-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.cp6-btn--solid {
    background: var(--cp6-cta-bg);
    color: var(--cp6-cta-text);
}

.cp6-btn--ghost {
    border: 1px solid var(--cp6-cta-bg);
    color: var(--cp6-cta-bg);
    background: transparent;
}

.cp6-facilities {
    background: var(--cp6-bg-page);
}

.cp6-facilities-heading,
.cp6-usage-heading {
    margin: 0 0 18px;
    color: var(--cp6-text-primary);
    font-family: var(--cp6-font-heading);
    font-size: 18px;
    font-weight: 600;
}

.cp6-facility-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cp6-facility-chip {
    padding: 8px 14px;
    border: 1px solid var(--cp6-border);
    border-radius: 2px;
    background: #fff;
    color: var(--cp6-text-secondary);
    font-size: 13px;
}

.cp6-usage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0;
}

.cp6-usage-row {
    padding: 12px;
    border: 1px solid rgba(116, 87, 58, .1);
    border-radius: 2px;
    background: #fff;
}

.cp6-usage-row dt {
    margin: 0;
    color: var(--cp6-text-muted);
    font-size: 11px;
    font-weight: 700;
}

.cp6-usage-row dd {
    margin: 4px 0 0;
    color: var(--cp6-text-primary);
    font-size: 14px;
    font-weight: 600;
}

.cp6-location-contact {
    margin: 0 0 12px;
    color: var(--cp6-text-primary);
    font-size: 14px;
    line-height: 1.6;
    word-break: keep-all;
}

.cp6-location-address {
    display: inline;
    margin: 0;
}

.cp6-location-sep {
    color: var(--cp6-text-muted);
}

.cp6-location-map {
    overflow: hidden;
    height: 180px;
    border-radius: 2px;
    background: #eee8df;
}

.cp6-location-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.cp6-nearby-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
}

.cp6-nearby-list li {
    color: var(--cp6-text-muted);
    font-size: 13px;
}

.cp6-location-phone {
    display: inline;
    margin: 0;
    color: var(--cp6-accent);
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

/* Dual sticky CTA */
body[data-view="property"] .booking-cta--dual .booking-cta-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: 0 auto;
    gap: 20px;
    padding: 10px 19px;
}

body[data-view="property"] .booking-cta--dual .booking-cta-secondary,
body[data-view="property"] .booking-cta--dual .booking-cta-primary {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

body[data-view="property"] .booking-cta--dual .booking-cta-secondary {
    border: 1px solid var(--cp6-cta-bg);
    color: var(--cp6-cta-bg);
    background: #fff;
}

body[data-view="property"] .booking-cta--dual .booking-cta-primary {
    background: var(--cp6-cta-bg);
    color: var(--cp6-cta-text);
}

@media (max-width: 899px) {
    body[data-theme="hanok"] .booking-page.booking-page--heritage-header {
        padding-top: calc(28px + min(100vw, 720px) * 208 / 1024);
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .slider {
        height: auto;
        aspect-ratio: 16 / 10;
        min-height: 220px;
        max-height: min(42vh, 320px);
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-shade {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, .06) 0%, transparent 22%),
            linear-gradient(0deg, rgba(0, 0, 0, .2) 0%, transparent 32%);
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-copy--cp6 {
        top: auto;
        right: 16px;
        bottom: 12px;
        left: 16px;
        transform: none;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-copy-title--desktop {
        display: none;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-copy-title--mobile {
        display: block;
        line-height: 1.36;
        letter-spacing: -.01em;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .slider-dots {
        top: auto;
        right: 12px;
        bottom: 12px;
        left: auto;
        justify-content: flex-end;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .slider {
        max-height: min(48vh, 380px);
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6.intro-hero--on-photo .hero-shade {
        background:
            linear-gradient(135deg, rgba(255, 252, 247, .44) 0%, rgba(255, 250, 242, .14) 18%, transparent 30%),
            linear-gradient(90deg, rgba(12, 8, 4, .28) 0%, rgba(12, 8, 4, .12) 36%, transparent 64%);
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .hero-copy--cp6.hero-copy--on-photo {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 16px;
        max-width: min(78%, 280px);
        transform: translateY(calc(-50% + 30px));
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .hero-copy--cp6.hero-copy--on-photo .hero-copy-title {
        font-size: clamp(20px, 5.4vw, 26px);
        color: #fff;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .hero-copy--cp6.hero-copy--on-photo .hero-copy-subtitle {
        font-size: 11px;
        max-width: none;
        color: #b4e6f6;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-traits {
        display: none;
    }

    .cp6-property-scroll > .cp6-section + .cp6-section {
        padding-top: 16px;
    }

    .cp6-why-row:not(.cp6-why-row--bridge) {
        grid-template-columns: minmax(0, 1fr) minmax(0, 46%);
        gap: 10px 12px;
        align-items: center;
    }

    .cp6-why-row:not(.cp6-why-row--bridge) .cp6-why-copy {
        order: 1;
    }

    .cp6-why-row:not(.cp6-why-row--bridge) .cp6-why-photo {
        order: 2;
        align-self: center;
        aspect-ratio: 4 / 3;
        max-height: 130px;
        transform: translateY(20%);
    }

    .cp6-why-row--bridge {
        grid-template-columns: 1fr;
        min-height: 115px;
        padding: 11px 14px;
        background:
            linear-gradient(90deg, rgba(247, 241, 232, 0) 28%, rgba(247, 241, 232, .82) 54%, rgba(247, 241, 232, .95) 100%),
            var(--cp6-why-bridge-art, url('/booking/assets/panels/seomunhanok-why-bridge-seomun-market-v1.jpg')) left center / cover no-repeat;
    }

    .cp6-why-row--bridge .cp6-why-copy {
        grid-column: 1;
        justify-self: end;
        max-width: 62%;
        text-align: right;
    }

    .cp6-why-row--bridge .cp6-why-bridge-link {
        display: inline-block;
    }

    .cp6-why-row--bridge .cp6-why-copy p br {
        display: none;
    }
}

@media (min-width: 900px) {
    body[data-view="property"][data-theme="hanok"] .booking-page,
    body[data-view="property"][data-theme="hanok"] .top,
    body[data-view="property"][data-theme="hanok"] .booking-cta {
        width: min(100%, 720px);
        max-width: 720px;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 {
        width: 100%;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .slider {
        width: 100%;
        height: 420px;
        aspect-ratio: auto;
        min-height: 0;
        max-height: none;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .slide img {
        object-position: center 40%;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .slide img {
        object-position: 18% 40%;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-copy--cp6 {
        left: 24px;
        right: 24px;
        bottom: 40px;
        top: auto;
        transform: none;
        max-width: 520px;
        text-align: left;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-copy-title--desktop {
        display: block;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-copy-title--mobile {
        display: none;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-copy--cp6 .hero-copy-title {
        font-size: clamp(28px, 4vw, 38px);
        line-height: 1.24;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .hero-copy--cp6.hero-copy--on-photo {
        left: 28px;
        max-width: 360px;
        transform: translateY(calc(-54% + 30px));
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .hero-copy--cp6.hero-copy--on-photo .hero-copy-title {
        font-size: clamp(26px, 3.6vw, 34px);
        color: #fff;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--on-photo .hero-copy--cp6.hero-copy--on-photo .hero-copy-subtitle {
        font-size: 13px;
        max-width: none;
        color: #b4e6f6;
    }

    body[data-view="property"][data-theme="hanok"] .intro-hero--cp6 .hero-traits {
        display: flex;
        max-width: 100%;
        margin-top: 18px;
    }

    .hero-traits li,
    .hero-traits strong {
        font-size: 11px;
    }

    .cp6-section {
        padding: 0 24px;
    }

    .cp6-property-scroll > .cp6-section:first-child {
        padding-top: 16px;
    }

    .cp6-property-scroll > .cp6-section:last-child {
        padding-bottom: 20px;
    }

    .cp6-welcome {
        padding: 16px 0 20px 24px;
    }

    .cp6-welcome-layout {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
        gap: 40px;
        min-height: 0;
        align-items: center;
    }

    .cp6-welcome-copy {
        padding-right: 0;
    }

    .cp6-welcome-title {
        margin: 0;
        color: #2a2118;
        font-family: var(--cp6-font-heading);
        font-size: 28px;
        font-weight: 500;
        line-height: 1.4;
        word-break: keep-all;
    }

    .cp6-welcome-body {
        margin: 24px 0 0;
        max-width: 420px;
        color: #6b5c4c;
        font-size: 16px;
        line-height: 1.8;
        word-break: keep-all;
    }

    .cp6-welcome-maehwa {
        position: relative;
        right: auto;
        top: auto;
        width: min(100%, 460px);
        justify-self: end;
        align-self: center;
        transform: none;
        margin-right: 0;
    }

    .cp6-story-layout {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        align-items: center;
        gap: 28px;
    }

    .cp6-story-title {
        font-size: 28px;
        line-height: 1.4;
    }

    .cp6-story-body {
        font-size: 15px;
        max-width: 420px;
    }

    .cp6-story-photo {
        aspect-ratio: 4 / 5;
        max-height: 620px;
    }

    .cp6-why-heading {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .cp6-why-editorial {
        gap: 24px;
        max-width: none;
        margin: 0;
    }

    .cp6-why-row {
        grid-template-columns: 1.2fr 0.8fr;
        align-items: center;
        gap: 48px;
    }

    .cp6-why-row:nth-child(even):not(.cp6-why-row--bridge) {
        grid-template-columns: 0.8fr 1.1fr;
    }

    .cp6-why-row:nth-child(even):not(.cp6-why-row--bridge) .cp6-why-photo {
        order: 2;
    }

    .cp6-why-row:nth-child(even):not(.cp6-why-row--bridge) .cp6-why-copy {
        order: 1;
    }

    .cp6-why-photo {
        aspect-ratio: 16 / 9;
    }

    .cp6-why-copy h3 {
        font-size: 26px;
    }

    .cp6-why-copy p {
        font-size: 15px;
    }

    .cp6-why-row--bridge {
        grid-template-columns: 1.2fr 0.8fr;
        min-height: 141px;
        padding: 18px 24px;
        max-width: none;
        margin-left: 0;
        justify-self: stretch;
        background:
            linear-gradient(90deg, rgba(247, 241, 232, 0) 36%, rgba(247, 241, 232, .76) 60%, rgba(247, 241, 232, .92) 100%),
            var(--cp6-why-bridge-art, url('/booking/assets/panels/seomunhanok-why-bridge-seomun-market-v1.jpg')) center / cover no-repeat;
    }

    .cp6-why-row--bridge .cp6-why-copy {
        grid-column: 2;
        align-self: center;
        max-width: none;
    }

    .cp6-localon-layout {
        grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
        gap: 48px;
        align-items: start;
    }

    .cp6-local-headline {
        font-size: 28px;
    }

    .cp6-local-sub {
        font-size: 15px;
    }

    .cp6-local-featured img {
        height: 220px;
    }

    .cp6-local-rail {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        overflow: visible;
    }

    .cp6-local-card {
        flex: none;
        max-width: none;
    }

    .cp6-local-swipe-hint {
        display: none;
    }

    .cp6-gallery-grid {
        grid-template-columns: 1.4fr 1fr;
        gap: 14px;
    }

    .cp6-gallery-main {
        height: 260px;
    }

    .cp6-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        height: 260px;
    }

    .cp6-gallery-side img {
        height: 100%;
    }

    .cp6-next-heading {
        font-size: 26px;
    }

    .cp6-next-body {
        font-size: 12px;
    }
}

/* CP6-ROOM-002 Room Guide — Heritage tokens only */
body[data-room-guide="1"][data-theme="hanok"] .booking-page {
    background: var(--cp6-bg-page, #fefcf7);
    padding-bottom: 96px;
}

body[data-room-guide="1"][data-theme="hanok"] .booking-page.booking-page--heritage-header {
    padding-top: calc(44px + min(100vw, 720px) * 208 / 1024);
}

@media (max-width: 899px) {
    body[data-room-guide="1"][data-theme="hanok"] .booking-page.booking-page--heritage-header {
        padding-top: calc(34px + min(100vw, 720px) * 208 / 1024);
    }
}

body[data-room-guide="1"][data-theme="hanok"] .guide-subtabs--rooms {
    margin: 10px 16px 8px;
    padding: 5px;
    border: 1px solid var(--cp6-border, #e6e1d3);
    background: var(--cp6-bg-panel, #f6f1eb);
}

body[data-room-guide="1"][data-theme="hanok"] .guide-subtabs--rooms a.active {
    color: var(--cp6-text-primary, #222);
    box-shadow: 0 1px 4px rgba(67, 48, 32, .12), inset 0 -2px 0 var(--cp6-accent, #b08a4a);
}

.cp6-room-guide {
    padding: 0 16px 24px;
    color: var(--cp6-text-secondary, #444);
    font-family: var(--cp6-font-body);
}

.cp6-room-hero {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.cp6-room-gallery {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

body[data-room-guide="1"] .room-gallery {
    display: none !important;
}

.cp6-room-gallery-main {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    overflow: hidden;
    border: 1px solid var(--cp6-border, #e6e1d3);
    background: var(--cp6-bg-panel, #f6f1eb);
}

.cp6-room-gallery-track {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
}

.cp6-room-gallery-track::-webkit-scrollbar {
    display: none;
}

.cp6-room-gallery-track img,
.cp6-room-gallery-main img {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.cp6-room-gallery-pager {
    display: none;
}

@media (max-width: 1024px) {
    body[data-room-guide="1"] .cp6-room-guide {
        max-width: 100%;
        overflow-x: hidden;
        padding: 8px 16px 28px;
    }

    body[data-room-guide="1"] .cp6-room-hero {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body[data-room-guide="1"] .cp6-room-hero-info {
        display: contents;
    }

    body[data-room-guide="1"] .cp6-room-hero-head {
        order: 1;
    }

    body[data-room-guide="1"] .cp6-room-gallery {
        order: 2;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body[data-room-guide="1"] .cp6-room-hero-meta {
        order: 3;
        padding-bottom: 20px;
    }

    body[data-room-guide="1"] .cp6-room-hero-title-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    body[data-room-guide="1"] .cp6-room-name {
        font-size: 22px;
        font-weight: 700;
        font-family: var(--cp6-font-body);
    }

    body[data-room-guide="1"] .cp6-room-badges {
        margin-top: 0;
        flex-shrink: 0;
    }

    body[data-room-guide="1"] .cp6-room-badges span {
        background: var(--cp6-bg-panel, #f6f1eb);
        border-radius: 6px;
        border: 0;
        color: var(--cp6-text-primary, #222);
        padding: 4px 8px;
        font-size: 11px;
    }

    body[data-room-guide="1"] .cp6-room-intro {
        margin-top: 8px;
        font-size: 13px;
        color: var(--cp6-text-muted, #666);
    }

    body[data-room-guide="1"] .cp6-room-gallery-main {
        display: block !important;
        border: 0;
        border-radius: 16px;
        background: var(--cp6-bg-panel, #f6f1eb);
        overflow: hidden;
    }

    body[data-room-guide="1"] .cp6-room-gallery-main img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 4 / 3 !important;
        object-fit: cover !important;
        object-position: center;
        border-radius: 0;
        pointer-events: none;
    }

    body[data-room-guide="1"] .cp6-room-gallery-nav {
        width: 32px;
        height: 32px;
        margin-top: -16px;
        background: rgba(255, 255, 255, .94);
        color: #555;
        font-size: 18px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .12);
    }

    body[data-room-guide="1"] .cp6-room-gallery-pager {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 8px;
        margin-top: 10px;
    }

    body[data-room-guide="1"] .cp6-room-gallery-dots {
        display: flex;
        justify-content: center;
        margin-top: 0;
    }

    body[data-room-guide="1"] .cp6-room-gallery-count {
        position: static;
        padding: 0;
        background: transparent;
        color: var(--cp6-text-muted, #666);
        border-radius: 0;
        font-size: 12px;
    }

    body[data-room-guide="1"] .cp6-room-price-hint strong {
        color: var(--cp6-price, #8b3a5a);
        font-family: var(--cp6-font-body);
        font-size: 20px;
        font-weight: 700;
    }

    body[data-room-guide="1"] .cp6-room-price-hint .cp6-room-price-suffix {
        font-size: 13px;
        font-weight: 500;
    }

    body[data-room-guide="1"] .cp6-room-hero-info .cp6-room-quick-facts,
    body[data-room-guide="1"] .cp6-room-quick-facts {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
        margin-top: 14px;
    }

    body[data-room-guide="1"] .cp6-room-quick-facts li {
        padding: 10px 4px 8px;
        border: 1px solid var(--cp6-border, #e6e1d3);
        border-radius: 8px;
        background: #fff;
        text-align: center;
    }

    body[data-room-guide="1"] .cp6-room-quick-facts span {
        font-size: 10px;
    }

    body[data-room-guide="1"] .cp6-room-quick-facts strong {
        font-size: 12px;
    }

    body[data-room-guide="1"] .cp6-room-cta {
        margin-top: 16px;
        min-height: 50px;
        border-radius: 10px;
        font-size: 15px;
    }

    body[data-room-guide="1"] .cp6-room-acc {
        margin-top: 0;
        border: 0;
        border-top: 1px solid var(--cp6-border, #e6e1d3);
        background: transparent;
        border-radius: 0;
    }

    body[data-room-guide="1"] .cp6-room-acc:last-of-type {
        border-bottom: 1px solid var(--cp6-border, #e6e1d3);
    }

    body[data-room-guide="1"] .cp6-room-acc--amenities,
    body[data-room-guide="1"] .cp6-room-acc--rates,
    body[data-room-guide="1"] .cp6-room-acc--usage {
        border-top: 0;
    }

    body[data-room-guide="1"] .cp6-room-acc summary {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        padding: 16px 2px;
        font-family: var(--cp6-font-body);
        font-size: 15px;
        font-weight: 600;
    }

    body[data-room-guide="1"] .cp6-room-acc-badge {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }

    body[data-room-guide="1"] .cp6-room-acc summary::after {
        content: "";
        width: 8px;
        height: 8px;
        margin-left: 8px;
        border-right: 1.5px solid #888;
        border-bottom: 1.5px solid #888;
        transform: rotate(45deg);
        flex: 0 0 auto;
        margin-left: auto;
    }

    body[data-room-guide="1"] .cp6-room-acc[open] summary {
        border-bottom: 0;
    }

    body[data-room-guide="1"] .cp6-room-acc[open] summary::after {
        transform: rotate(-135deg);
        margin-top: 6px;
    }

    body[data-room-guide="1"] .cp6-room-rates-list {
        margin: 0 16px 16px;
        padding: 0;
        border: 1px solid var(--cp6-border, #e6e1d3);
        border-radius: 8px;
        overflow: hidden;
    }

    body[data-room-guide="1"] .cp6-room-basic-grid,
    body[data-room-guide="1"] .cp6-room-amenities {
        padding: 0 16px 16px;
    }

    body[data-room-guide="1"] .cp6-room-basic-grid li {
        padding: 4px 12px;
    }

    body[data-room-guide="1"] .cp6-room-basic-grid strong {
        margin-top: 2px;
        line-height: 1.2;
    }

    body[data-room-guide="1"] .cp6-room-amenities {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 12px 4px;
    }

    body[data-room-guide="1"] .cp6-room-amenities li {
        padding: 0;
        border: 0;
        font-size: 10px;
    }

    body[data-room-guide="1"] .cp6-room-rates-list li {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 8px;
        margin: 0;
        padding: 7px 12px;
        border-bottom: 1px solid var(--cp6-border, #e6e1d3);
    }

    body[data-room-guide="1"] .cp6-room-rates-list li:last-child {
        border-bottom: 0;
        padding-bottom: 8px;
    }

    body[data-room-guide="1"] .cp6-room-rates-list span {
        display: none;
    }

    body[data-room-guide="1"] .cp6-room-rates-list-head {
        background: var(--cp6-bg-panel, #f6f1eb);
        font-size: 12px;
        font-weight: 700;
    }

    body[data-room-guide="1"] .cp6-room-rates-list-head em {
        font-style: normal;
        font-weight: 700;
    }
}

.cp6-room-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border: 0;
    border-radius: 50%;
    background: rgba(90, 62, 43, .72);
    color: #fefcf7;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.cp6-room-gallery-nav { left: 10px; }
.cp6-room-gallery-nav--next { left: auto; right: 10px; }

.cp6-room-gallery-count {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(34, 34, 34, .55);
    color: #fefcf7;
    font-size: 11px;
}

.cp6-room-thumbs {
    display: none;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    width: 100%;
    margin-top: 8px;
}

.cp6-room-thumb {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 1px solid var(--cp6-border, #e6e1d3);
    background: #fff;
    cursor: pointer;
}

.cp6-room-thumb.is-active {
    border-color: var(--cp6-accent, #b08a4a);
    box-shadow: inset 0 0 0 1px var(--cp6-accent, #b08a4a);
}

.cp6-room-thumb img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.cp6-room-gallery-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
}

.cp6-room-gallery-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cfc6b6;
}

.cp6-room-gallery-dots button.active {
    background: var(--cp6-accent, #b08a4a);
}

.cp6-room-name {
    margin: 0;
    color: var(--cp6-text-primary, #222);
    font-family: var(--cp6-font-heading);
    font-size: 26px;
    font-weight: 500;
}

.cp6-room-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.cp6-room-badges span {
    padding: 3px 8px;
    border: 1px solid var(--cp6-border, #e6e1d3);
    border-radius: 999px;
    color: var(--cp6-text-muted, #666);
    font-size: 11px;
}

.cp6-room-intro {
    margin: 12px 0 0;
    line-height: 1.65;
    font-size: 14px;
}

.cp6-room-price-hint {
    margin-top: 16px;
}

.cp6-room-price-hint strong {
    display: block;
    color: var(--cp6-price, #8b3a5a);
    font-family: var(--cp6-font-body);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.cp6-room-price-hint .cp6-room-price-suffix {
    margin-left: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
}

.cp6-room-price-hint small {
    display: block;
    margin-top: 4px;
    color: var(--cp6-text-muted, #666);
    font-size: 11px;
}

.cp6-room-quick-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.cp6-room-quick-facts li,
.cp6-room-basic-grid li {
    padding: 10px 12px;
    border: 1px solid var(--cp6-border, #e6e1d3);
    background: var(--cp6-bg-panel, #f6f1eb);
}

.cp6-room-quick-facts span,
.cp6-room-basic-grid span {
    display: block;
    color: var(--cp6-text-muted, #666);
    font-size: 11px;
}

.cp6-room-quick-facts strong,
.cp6-room-basic-grid strong {
    display: block;
    margin-top: 3px;
    color: var(--cp6-text-primary, #222);
    font-size: 14px;
}

.cp6-room-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 18px;
    background: var(--cp6-cta-bg, #5a3e2b);
    color: var(--cp6-cta-text, #fefcf7);
    font-size: 15px;
    font-weight: 600;
}

.cp6-room-acc {
    margin-top: 12px;
    border: 1px solid var(--cp6-border, #e6e1d3);
    background: #fff;
}

.cp6-room-acc summary {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    color: var(--cp6-text-primary, #222);
    font-family: var(--cp6-font-heading);
    font-size: 16px;
    cursor: pointer;
    list-style: none;
}

.cp6-room-acc-badge {
    display: inline-grid;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid var(--cp6-accent, #b08a4a);
    border-radius: 50%;
    color: var(--cp6-accent, #b08a4a);
    font-family: var(--cp6-font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}

.cp6-room-acc summary::-webkit-details-marker { display: none; }

.cp6-room-acc[open] summary {
    border-bottom: 1px solid var(--cp6-border, #e6e1d3);
}

.cp6-room-basic-grid,
.cp6-room-amenities,
.cp6-room-rates-list {
    margin: 0;
    padding: 14px 16px 16px;
    list-style: none;
}

.cp6-room-basic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.cp6-room-rates-table { display: none; }

.cp6-room-rates-list li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2px 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--cp6-border, #e6e1d3);
}

.cp6-room-rates-list li:last-child { border-bottom: 0; }

.cp6-room-rates-list strong {
    grid-column: 1;
    color: var(--cp6-text-primary, #222);
    font-size: 14px;
}

.cp6-room-rates-list span {
    grid-column: 1;
    color: var(--cp6-text-muted, #666);
    font-size: 12px;
}

.cp6-room-rates-list em {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--cp6-text-primary, #222);
    font-style: normal;
    font-weight: 700;
}

.cp6-room-amenities {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.cp6-room-amenities li {
    padding: 8px 4px 6px;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 11px;
    color: var(--cp6-text-secondary, #444);
    line-height: 1.25;
}

.cp6-amenity-badge {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto 5px;
    background-color: var(--cp6-accent, #b08a4a);
    -webkit-mask: var(--cp6-amenity-icon) center / contain no-repeat;
    mask: var(--cp6-amenity-icon) center / contain no-repeat;
    --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='6' width='12' height='12' rx='2'/%3E%3C/svg%3E");
}

.cp6-amenity-badge--tv { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='12' rx='1.6'/%3E%3Cpath d='M8 21h8M12 17v4'/%3E%3C/svg%3E"); }
.cp6-amenity-badge--fridge { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='3' width='10' height='18' rx='1.4'/%3E%3Cpath d='M7 10h10M10 6.5v2'/%3E%3C/svg%3E"); }
.cp6-amenity-badge--aircon { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='18' height='8' rx='1.4'/%3E%3Cpath d='M7 18v1M12 17v3M17 18v1'/%3E%3C/svg%3E"); }
.cp6-amenity-badge--heater { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 3v2M12 19v2M5 5l1.4 1.4M17.6 17.6L19 19M3 12h2M19 12h2M5 19l1.4-1.4M17.6 6.4L19 5'/%3E%3C/svg%3E"); }
.cp6-amenity-badge--wifi { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12a9 9 0 0 1 14 0M8.5 15a5 5 0 0 1 7 0'/%3E%3Ccircle cx='12' cy='18' r='1.2' fill='black' stroke='none'/%3E%3C/svg%3E"); }
.cp6-amenity-badge--dryer { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10h9a4 4 0 0 0 0-8H8v12'/%3E%3Cpath d='M8 14v5a2 2 0 0 0 2 2'/%3E%3Cpath d='M17 9h3M17 12h2'/%3E%3C/svg%3E"); }
.cp6-amenity-badge--towel { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='6' width='14' height='4' rx='1'/%3E%3Crect x='6.5' y='11' width='11' height='4' rx='1'/%3E%3Crect x='8' y='16' width='8' height='3' rx='1'/%3E%3C/svg%3E"); }
.cp6-amenity-badge--bottle { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 3h4v3h-4z'/%3E%3Cpath d='M9 6h6l1 3v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2V9l1-3z'/%3E%3C/svg%3E"); }
.cp6-amenity-badge--kettle { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 10a5 5 0 0 1 10 0v7H7v-7z'/%3E%3Cpath d='M7 12H5a2 2 0 0 0 0 4h2M12 5V3'/%3E%3C/svg%3E"); }
.cp6-amenity-badge--hanger { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4a2 2 0 0 1 1.7 3.1L12 9l-8 8h16l-8-8'/%3E%3C/svg%3E"); }
.cp6-amenity-badge--trash { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7h14M10 7V5h4v2M8 7l1 13h6l1-13'/%3E%3C/svg%3E"); }
.cp6-amenity-badge--shower { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h8v3H8v5'/%3E%3Ccircle cx='8' cy='13' r='2.2'/%3E%3Cpath d='M6 17v2M8 18v3M10 17v2'/%3E%3C/svg%3E"); }
.cp6-amenity-badge--microwave { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='18' height='12' rx='1.5'/%3E%3Cpath d='M15 6v12M17.5 10v.01M17.5 14v.01'/%3E%3C/svg%3E"); }
.cp6-amenity-badge--kitchen { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10h16v10H4zM8 10V6M16 10V6M8 6h8'/%3E%3C/svg%3E"); }
.cp6-amenity-badge--generic { --cp6-amenity-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='6' width='12' height='12' rx='2'/%3E%3C/svg%3E"); }

.cp6-amenity-name {
    display: block;
    word-break: keep-all;
}

.cp6-room-usage {
    margin: 0;
    padding: 14px 16px 16px;
}

.cp6-room-usage div {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid var(--cp6-border, #e6e1d3);
}

.cp6-room-usage div:last-child { border-bottom: 0; }

.cp6-room-usage dt {
    color: var(--cp6-accent, #b08a4a);
    font-size: 12px;
}

.cp6-room-usage dd {
    margin: 0;
    line-height: 1.55;
    font-size: 13px;
}

.cp6-room-precaution {
    padding: 14px 16px 16px;
    line-height: 1.65;
    font-size: 13px;
    white-space: pre-wrap;
}

@media (min-width: 1025px) {
    body[data-room-guide="1"][data-theme="hanok"] .booking-page,
    body[data-room-guide="1"][data-theme="hanok"] .top,
    body[data-room-guide="1"][data-theme="hanok"] .booking-cta {
        width: min(100%, 720px);
        max-width: 720px;
    }

    .cp6-room-guide {
        padding: 8px 20px 40px;
    }

    body[data-room-guide="1"] .cp6-room-hero {
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: stretch;
    }

    body[data-room-guide="1"] .cp6-room-hero-info {
        display: contents;
    }

    body[data-room-guide="1"] .cp6-room-hero-head {
        order: 1;
    }

    .cp6-room-gallery {
        order: 2;
        width: 100%;
        max-width: 100%;
    }

    body[data-room-guide="1"] .cp6-room-hero-meta {
        order: 3;
    }

    body[data-room-guide="1"] .cp6-room-hero-title-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    body[data-room-guide="1"] .cp6-room-name {
        font-size: 22px;
        font-weight: 700;
        font-family: var(--cp6-font-body);
    }

    body[data-room-guide="1"] .cp6-room-badges {
        margin-top: 0;
        flex-shrink: 0;
    }

    body[data-room-guide="1"] .cp6-room-badges span {
        background: var(--cp6-bg-panel, #f6f1eb);
        border-radius: 6px;
        border: 0;
        color: var(--cp6-text-primary, #222);
        padding: 4px 8px;
        font-size: 11px;
    }

    .cp6-room-thumbs {
        display: grid;
    }

    .cp6-room-gallery-dots {
        display: none;
    }

    body[data-room-guide="1"] .room-gallery {
        display: none !important;
    }

    .cp6-room-quick-facts {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cp6-room-acc {
        border: 0;
        background: transparent;
    }

    .cp6-room-acc summary {
        padding: 20px 0 8px;
        font-size: 18px;
        pointer-events: none;
    }

    .cp6-room-acc[open] summary {
        border-bottom: 0;
    }

    .cp6-room-basic-grid,
    .cp6-room-amenities,
    .cp6-room-rates-list,
    .cp6-room-usage,
    .cp6-room-precaution {
        padding-left: 0;
        padding-right: 0;
    }

    .cp6-room-basic-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .cp6-room-rates-table {
        display: grid;
        gap: 0;
        border: 1px solid var(--cp6-border, #e6e1d3);
    }

    .cp6-room-rates-table > div {
        display: grid;
        grid-template-columns: 72px repeat(4, minmax(0, 1fr));
        border-top: 1px solid var(--cp6-border, #e6e1d3);
    }

    .cp6-room-rates-table > div:first-child { border-top: 0; }

    .cp6-room-rates-table span,
    .cp6-room-rates-table strong {
        padding: 12px 10px;
        text-align: center;
        font-size: 13px;
    }

    .cp6-room-rates-head {
        background: var(--cp6-bg-panel, #f6f1eb);
        font-weight: 700;
    }

    .cp6-room-rates-list { display: none; }

    .cp6-room-amenities {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
