.qc-booking-page {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f4efe6;
    padding: 42px 5vw 76px;
}

.qc-booking-shell {
    max-width: 1180px;
    margin: 0 auto;
    background: #fffdf8;
    border: 1px solid rgba(45, 38, 26, 0.12);
    border-radius: 22px;
    box-shadow: 0 28px 70px rgba(31, 26, 18, 0.10);
    overflow: hidden;
    display: grid;
    grid-template-columns: 330px 1fr;
    min-height: 720px;
}

.qc-booking-sidebar {
    background: #fbf8f2;
    border-right: 1px solid rgba(45, 38, 26, 0.11);
    padding: 30px;
    min-width: 0;
}

.qc-booking-sidebar form {
    min-width: 0;
}

.qc-booking-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(45, 38, 26, 0.14);
    color: #30281c;
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
}

.qc-booking-sidebar h2,
.qc-booking-results h1 {
    margin: 18px 0 22px;
    color: #2f291f;
    letter-spacing: 0;
}

.qc-booking-member-link {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin: -12px 0 18px;
    color: #6d5a41;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
}

.qc-booking-member-link:hover {
    color: #30281c;
}

.qc-booking-field {
    margin-bottom: 16px;
    min-width: 0;
}

.qc-booking-type-group {
    margin-bottom: 16px;
    min-width: 0;
}

.qc-booking-type-label {
    display: block;
    margin-bottom: 8px;
    color: #4c4132;
    font-family: var(--wp--preset--font-family--commissioner);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
}

.qc-booking-type-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.qc-booking-type-button {
    min-width: 0;
    min-height: 44px;
    border: 1px solid rgba(45, 38, 26, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #4c4132;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 10px 12px;
}

.qc-booking-type-button.is-active {
    border-color: #30281c;
    background: #30281c;
    color: #fff;
    box-shadow: 0 10px 20px rgba(48, 40, 28, 0.12);
}

.qc-booking-type-button:focus {
    outline: none;
    border-color: #756044;
    box-shadow: 0 0 0 3px rgba(117, 96, 68, 0.14);
}

.qc-booking-field label,
.qc-booking-filter-title {
    display: block;
    margin-bottom: 8px;
    color: #4c4132;
    font-family: var(--wp--preset--font-family--commissioner);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
}

.qc-booking-field input,
.qc-booking-field select {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    border: 1px solid rgba(45, 38, 26, 0.10);
    border-radius: 999px;
    background: #fff;
    color: #30281c;
    font: inherit;
    font-size: 15px;
    letter-spacing: 0;
    padding: 13px 16px;
    outline: none;
}

.qc-booking-field select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 48px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' fill='none' stroke='%2330281c' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 22px center;
    background-size: 14px 14px;
}

.qc-booking-field input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    line-height: 1.2;
}

.qc-booking-field input[type="date"]::-webkit-date-and-time-value {
    min-height: 1.2em;
    text-align: left;
}

.qc-booking-field input[type="date"]::-webkit-calendar-picker-indicator {
    margin-left: 4px;
}

.qc-booking-field input.qc-has-desktop-calendar {
    cursor: pointer;
}

.qc-booking-field input.qc-checkout-locked {
    background: #f7f2e9;
    color: #746756;
    cursor: not-allowed;
}

.qc-booking-field input.qc-checkout-locked::-webkit-calendar-picker-indicator {
    opacity: 0.32;
}

.qc-booking-field input:focus,
.qc-booking-field select:focus {
    border-color: #756044;
    box-shadow: 0 0 0 3px rgba(117, 96, 68, 0.14);
}

.qc-booking-search {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: #30281c;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    letter-spacing: 0;
    padding: 14px 18px;
    margin: 4px 0 28px;
}

.qc-booking-divider {
    height: 1px;
    background: rgba(45, 38, 26, 0.11);
    margin: 26px -30px;
}

.qc-booking-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 13px 0;
    color: #514638;
    font-size: 15px;
    letter-spacing: 0;
}

.qc-booking-check input {
    width: 17px;
    height: 17px;
    accent-color: #30281c;
}

.qc-booking-price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.qc-booking-results {
    padding: 30px 34px 40px;
}

.qc-booking-topline {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.qc-booking-count {
    color: #746756;
    font-family: var(--wp--preset--font-family--commissioner);
    font-size: 13px;
    letter-spacing: 0;
}

.qc-booking-results h1 {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 500;
}

.qc-booking-sort {
    border: 1px solid rgba(45, 38, 26, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #4c4132;
    font: inherit;
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px 14px;
}

.qc-booking-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #756044;
    font-size: 14px;
    letter-spacing: 0;
}

.qc-booking-status::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9b8666;
}

.qc-season-notice {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, auto);
    gap: 16px;
    align-items: center;
    margin: 0 0 22px;
    padding: 17px 18px;
    border: 1px solid rgba(117, 96, 68, 0.18);
    border-radius: 18px;
    background: #fbf8f2;
    color: #30281c;
    box-shadow: 0 12px 28px rgba(31, 26, 18, 0.05);
}

.qc-season-notice.is-home {
    width: min(1180px, calc(100% - 10vw));
    box-sizing: border-box;
    margin: 28px auto;
}

.qc-season-notice-copy {
    min-width: 0;
}

.qc-season-notice-copy span {
    display: block;
    margin-bottom: 5px;
    color: #756044;
    font-family: var(--wp--preset--font-family--commissioner);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
}

.qc-season-notice-copy strong {
    display: block;
    color: #30281c;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
}

.qc-season-notice-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.qc-season-notice-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    border: 1px solid rgba(117, 96, 68, 0.20);
    border-radius: 999px;
    background: #fffdf8;
    color: #4c4132;
    padding: 8px 12px;
}

.qc-season-notice-list b,
.qc-season-notice-list em {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
}

.qc-season-notice-list b {
    font-weight: 700;
}

.qc-season-notice-list em {
    color: #756044;
    font-style: normal;
}

.qc-bbq-gallery {
    display: grid;
    grid-template-columns: minmax(320px, 40%) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    box-sizing: border-box;
    height: var(--qc-bbq-gallery-peer-height, auto);
    min-width: 0;
    max-width: 100%;
    margin: 0 0 22px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(117, 96, 68, 0.18);
    border-radius: 20px;
    background: linear-gradient(135deg, #fffdf8 0%, #faf5ec 100%);
    color: #30281c;
    box-shadow: 0 16px 38px rgba(31, 26, 18, 0.08);
}

.qc-bbq-gallery-head {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
    gap: 28px;
    min-width: 0;
    margin: 0;
    padding: 28px 32px;
    border-left: 1px solid rgba(117, 96, 68, 0.12);
}

.qc-bbq-gallery-head::after {
    position: absolute;
    right: 32px;
    bottom: 25px;
    content: "사진을 클릭하면 크게 볼 수 있어요";
    color: #9a8b78;
    font-size: 12px;
    letter-spacing: 0;
}

.qc-bbq-gallery-head span {
    display: block;
    margin-bottom: 7px;
    color: #8a704d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.qc-bbq-gallery-head h2 {
    margin: 0;
    color: #30281c;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.25;
}

.qc-bbq-gallery-head p {
    max-width: 480px;
    margin: 9px 0 30px;
    color: #756a5b;
    font-size: 14px;
    line-height: 1.6;
}

.qc-bbq-gallery-head > strong {
    display: inline-flex;
    min-width: 64px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid rgba(117, 96, 68, 0.18);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.78);
    color: #8c7a63;
    font-size: 13px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
}

.qc-bbq-gallery-head > strong b {
    color: #30281c;
    font-weight: 750;
}

.qc-bbq-gallery-stage {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: #2f291f;
}

.qc-bbq-gallery-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: inherit;
    background: transparent;
    cursor: zoom-in;
}

.qc-bbq-gallery-image img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: opacity 160ms ease;
}

.qc-bbq-gallery-image span {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 999px;
    background: rgba(31, 26, 18, 0.68);
    color: #fff;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
    backdrop-filter: blur(8px);
}

.qc-bbq-gallery-image:focus-visible,
.qc-bbq-gallery-thumb:focus-visible,
.qc-bbq-gallery-arrow:focus-visible,
.qc-bbq-lightbox button:focus-visible {
    outline: 3px solid rgba(117, 96, 68, 0.46);
    outline-offset: 2px;
}

.qc-bbq-gallery-arrow,
.qc-bbq-lightbox-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin: 0;
    padding: 0 0 3px;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 50%;
    background: rgba(31, 26, 18, 0.68);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 29px;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.qc-bbq-gallery-arrow:hover,
.qc-bbq-lightbox-arrow:hover {
    background: rgba(31, 26, 18, 0.86);
}

.qc-bbq-gallery-arrow.is-prev,
.qc-bbq-lightbox-arrow.is-prev {
    left: 16px;
}

.qc-bbq-gallery-arrow.is-next,
.qc-bbq-lightbox-arrow.is-next {
    right: 16px;
}

.qc-bbq-gallery-thumbs {
    display: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    grid-template-columns: repeat(8, minmax(72px, 1fr));
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
    padding: 2px 2px 4px;
    scrollbar-width: thin;
}

.qc-bbq-gallery-thumb {
    display: block;
    min-width: 72px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #eee7db;
    cursor: pointer;
    opacity: 0.68;
    transition: border-color 150ms ease, opacity 150ms ease, transform 150ms ease;
}

.qc-bbq-gallery-thumb:hover,
.qc-bbq-gallery-thumb.is-active {
    border-color: #756044;
    opacity: 1;
}

.qc-bbq-gallery-thumb.is-active {
    transform: translateY(-1px);
}

.qc-bbq-gallery-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.qc-bbq-lightbox {
    width: min(1080px, calc(100vw - 40px));
    max-width: none;
    margin: auto;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 18px;
    background: #15120e;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.55);
}

.qc-bbq-lightbox::backdrop {
    background: rgba(19, 16, 12, 0.82);
    backdrop-filter: blur(5px);
}

.qc-bbq-lightbox img {
    display: block;
    width: 100%;
    max-height: calc(100vh - 80px);
    aspect-ratio: 16 / 9;
    border-radius: inherit;
    object-fit: contain;
}

.qc-bbq-lightbox-close {
    position: absolute;
    z-index: 3;
    top: -16px;
    right: -16px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin: 0;
    padding: 0 0 3px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: #fffdf8;
    color: #30281c;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.qc-rate-tabs {
    margin: 28px 0 56px;
}

.qc-rate-card {
    background: #fffdf8;
    border: 1px solid rgba(45, 38, 26, 0.14);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(31, 26, 18, 0.08);
    overflow: hidden;
}

.qc-rate-head {
    padding: 20px 24px;
    background: linear-gradient(135deg, #30281c, #756044);
    color: #fff;
}

.qc-rate-head strong {
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
}

.qc-rate-head span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    letter-spacing: 0;
}

.qc-rate-card > input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.qc-rate-tab-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 18px 20px 0;
    background: #fffdf8;
}

.qc-rate-tab-labels label,
.qc-rate-tab-disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    min-height: 36px;
    border: 1px solid rgba(45, 38, 26, 0.18);
    border-radius: 999px;
    padding: 9px 16px;
    font-family: var(--wp--preset--font-family--commissioner);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
}

.qc-rate-tab-labels label {
    color: #5d5142;
    background: #fbf8f2;
    cursor: pointer;
}

.qc-rate-tab-disabled {
    color: #a89d90;
    background: #f4efe6;
    cursor: not-allowed;
    opacity: 0.72;
}

.qc-rate-card > input:nth-of-type(1):checked ~ .qc-rate-tab-labels label:nth-of-type(1),
.qc-rate-card > input:nth-of-type(2):checked ~ .qc-rate-tab-labels label:nth-of-type(2),
.qc-rate-card > input:nth-of-type(3):checked ~ .qc-rate-tab-labels label:nth-of-type(3),
.qc-rate-card > input:nth-of-type(4):checked ~ .qc-rate-tab-labels label:nth-of-type(4),
.qc-rate-card > input:nth-of-type(5):checked ~ .qc-rate-tab-labels label:nth-of-type(5) {
    border-color: #30281c;
    background: #30281c;
    color: #fff;
}

.qc-rate-panels {
    padding: 18px 20px 20px;
}

.qc-rate-panel {
    display: none;
}

.qc-rate-card > input:nth-of-type(1):checked ~ .qc-rate-panels .qc-rate-panel:nth-child(1),
.qc-rate-card > input:nth-of-type(2):checked ~ .qc-rate-panels .qc-rate-panel:nth-child(2),
.qc-rate-card > input:nth-of-type(3):checked ~ .qc-rate-panels .qc-rate-panel:nth-child(3),
.qc-rate-card > input:nth-of-type(4):checked ~ .qc-rate-panels .qc-rate-panel:nth-child(4),
.qc-rate-card > input:nth-of-type(5):checked ~ .qc-rate-panels .qc-rate-panel:nth-child(5) {
    display: block;
}

.qc-rate-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.qc-rate-tabs table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 15px;
    line-height: 1.55;
}

.qc-rate-tabs th,
.qc-rate-tabs td {
    border: 0;
    border-bottom: 1px solid rgba(45, 38, 26, 0.12);
    padding: 16px 14px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.qc-rate-tabs thead th {
    background: #f4efe6;
    color: #6f6252;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
}

.qc-rate-tabs tbody tr {
    background: #fffdf8;
}

.qc-rate-tabs tbody tr:nth-child(even) {
    background: #fbf8f2;
}

.qc-rate-tabs tbody tr:hover {
    background: #f7f0e4;
}

.qc-rate-tabs tbody tr:last-child td {
    border-bottom: 0;
}

.qc-rate-tabs .room-name {
    text-align: left;
    font-weight: 500;
    color: #2f291f;
}

.qc-rate-tabs .room-meta {
    display: block;
    margin-top: 5px;
    color: #675946;
    font-size: 14px;
    font-weight: 400;
}

.qc-rate-tabs .capacity {
    color: #5d5142;
}

.qc-rate-tabs .rate {
    color: #3b3328;
    font-variant-numeric: tabular-nums;
}

.qc-rate-season-text {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    margin: 0 0 0 4px;
    color: #756044;
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 0;
}

.qc-room-list {
    display: grid;
    gap: 18px;
}

.qc-room-card {
    display: grid;
    grid-template-columns: 190px 1fr 150px;
    gap: 20px;
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(45, 38, 26, 0.10);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(31, 26, 18, 0.06);
    padding: 14px;
}

.qc-room-card img {
    width: 100%;
    height: 100%;
    min-height: 156px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.qc-room-vr-link {
    display: block;
    min-width: 0;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
}

.qc-room-vr-link:focus-visible {
    outline: 3px solid rgba(117, 96, 68, 0.34);
    outline-offset: 2px;
}

.qc-room-main h2 {
    margin: 5px 0 6px;
    color: #2f291f;
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: 0;
}

.qc-room-meta,
.qc-room-detail,
.qc-room-sub {
    color: #746756;
    font-size: 14px;
    letter-spacing: 0;
}

.qc-room-detail {
    margin: 12px 0;
    line-height: 1.55;
    color: #4c4132;
}

.qc-room-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.qc-room-tag {
    border: 1px solid rgba(117, 96, 68, 0.24);
    border-radius: 999px;
    color: #756044;
    background: #fbf8f2;
    font-family: var(--wp--preset--font-family--commissioner);
    font-size: 12px;
    letter-spacing: 0;
    padding: 6px 10px;
}

.qc-room-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    text-align: right;
}

.qc-room-badge {
    display: inline-flex;
    border-radius: 999px;
    background: #f0eadf;
    color: #4c4132;
    font-size: 13px;
    letter-spacing: 0;
    padding: 7px 10px;
}

.qc-room-price {
    margin-top: auto;
    color: #2f291f;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
}

.qc-room-sub {
    margin-top: 3px;
}

.qc-room-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-radius: 999px;
    background: #30281c;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    letter-spacing: 0;
    padding: 12px 16px;
    text-decoration: none;
}

.qc-room-button:disabled {
    background: #b8ae9f;
    cursor: not-allowed;
}

.qc-booking-alert,
.qc-booking-empty {
    padding: 28px;
    border: 1px solid rgba(45, 38, 26, 0.10);
    border-radius: 18px;
    background: #fff;
    color: #4c4132;
}

.qc-booking-alert p {
    margin: 8px 0 0;
}

.qc-booking-alert code {
    display: block;
    margin-top: 14px;
    white-space: normal;
}

.qc-reservation-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
}

.qc-reservation-modal.is-open {
    display: flex;
}

.qc-reservation-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(31, 26, 18, 0.44);
}

.qc-reservation-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 560px);
    max-height: min(760px, calc(100vh - 96px));
    overflow: auto;
    overflow-anchor: none;
    border: 1px solid rgba(45, 38, 26, 0.14);
    border-radius: 22px;
    background: #fffdf8;
    box-shadow: 0 28px 70px rgba(31, 26, 18, 0.22);
    padding: 30px;
}

.qc-reservation-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(45, 38, 26, 0.14);
    border-radius: 50%;
    background: #fff;
    color: #30281c;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.qc-reservation-kicker {
    color: #756044;
    font-family: var(--wp--preset--font-family--commissioner);
    font-size: 13px;
    letter-spacing: 0;
}

.qc-reservation-dialog h2 {
    margin: 8px 42px 8px 0;
    color: #2f291f;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 500;
    letter-spacing: 0;
}

.qc-reservation-copy {
    margin: 0 0 18px;
    color: #746756;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.55;
}

.qc-reservation-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0 0 16px;
}

.qc-reservation-steps button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(45, 38, 26, 0.10);
    border-radius: 999px;
    background: #fbf8f2;
    color: #756044;
    font: inherit;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    appearance: none;
}

.qc-reservation-steps b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #efe7d8;
    color: #4c4132;
    font-size: 12px;
    font-weight: 600;
}

.qc-reservation-steps button.is-active {
    border-color: rgba(48, 40, 28, 0.32);
    background: #30281c;
    color: #fffdf8;
}

.qc-reservation-steps button.is-clickable {
    cursor: pointer;
}

.qc-reservation-steps button.is-clickable:hover,
.qc-reservation-steps button.is-clickable:focus {
    border-color: rgba(48, 40, 28, 0.34);
    color: #30281c;
    box-shadow: 0 0 0 3px rgba(117, 96, 68, 0.12);
}

.qc-reservation-steps button.is-active.is-clickable:hover,
.qc-reservation-steps button.is-active.is-clickable:focus {
    color: #fffdf8;
}

.qc-reservation-steps button.is-disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.qc-reservation-steps button.is-active b {
    background: #fffdf8;
    color: #30281c;
}

.qc-reservation-summary {
    display: grid;
    gap: 14px;
    margin-bottom: 20px;
    padding: 18px;
    border: 1px solid rgba(117, 96, 68, 0.22);
    border-radius: 18px;
    background: #fbf8f2;
    color: #4c4132;
    letter-spacing: 0;
}

.qc-reservation-summary[hidden],
.qc-reservation-form[hidden],
.qc-reservation-modal.is-postflow-screen .qc-reservation-summary,
.qc-reservation-modal.is-postflow-screen .qc-reservation-form {
    display: none !important;
}

.qc-reservation-room-name {
    color: #2f291f;
    font-size: clamp(22px, 4vw, 28px);
    font-weight: 600;
    line-height: 1.18;
}

.qc-reservation-highlights {
    display: grid;
    grid-template-columns: 1.25fr 0.8fr 0.95fr;
    gap: 10px;
}

.qc-reservation-highlights span {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid rgba(45, 38, 26, 0.09);
    border-radius: 16px;
    background: #fffdf8;
}

.qc-reservation-highlights small {
    color: #756044;
    font-family: var(--wp--preset--font-family--commissioner);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
}

.qc-reservation-highlights b {
    color: #2f291f;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.qc-reservation-addons {
    display: grid;
    gap: 10px;
}

.qc-reservation-addons[hidden] {
    display: none;
}

.qc-reservation-addon {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 2px;
    padding: 15px 18px;
    border: 1px solid rgba(117, 96, 68, 0.20);
    border-radius: 18px;
    background: #fbf8f2;
    cursor: pointer;
}

.qc-reservation-addon[hidden] {
    display: none;
}

.qc-reservation-addon label {
    display: contents;
}

.qc-reservation-addon span {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.qc-reservation-addon input {
    justify-self: start;
    width: 18px;
    height: 18px;
    accent-color: #30281c;
}

.qc-reservation-addon strong {
    display: block;
    color: #2f291f;
    font-size: 15px;
    font-weight: 600;
}

.qc-reservation-addon small {
    display: block;
    margin-top: 3px;
    color: #746756;
    font-size: 13px;
    line-height: 1.35;
}

.qc-reservation-addon em {
    justify-self: end;
    min-width: max-content;
    color: #30281c;
    font-style: normal;
    font-weight: 600;
    text-align: right;
}

.qc-reservation-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: -2px 0 2px;
    padding: 17px 18px;
    border-radius: 18px;
    background: #30281c;
    color: #fffdf8;
    font-size: 15px;
    letter-spacing: 0;
}

.qc-reservation-total strong {
    font-size: clamp(26px, 5vw, 34px);
    font-weight: 600;
    line-height: 1;
}

.qc-reservation-total small {
    color: rgba(255, 253, 248, 0.72);
    font-size: 13px;
}

.qc-kakao-auth,
.qc-kakao-gate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 18px;
    padding: 16px;
    border: 1px solid rgba(117, 96, 68, 0.20);
    border-radius: 18px;
    background: #fbf8f2;
}

.qc-kakao-auth[hidden],
.qc-kakao-gate[hidden],
.qc-customer-step[hidden] {
    display: none;
}

.qc-kakao-auth.is-required {
    border-color: rgba(48, 40, 28, 0.28);
}

.qc-kakao-auth.is-required:not(.is-connected) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
}

.qc-kakao-auth.is-connected {
    background: #f2eddf;
}

.qc-kakao-gate.is-connected {
    background: #f2eddf;
    border-color: rgba(48, 40, 28, 0.22);
}

.qc-kakao-auth.is-connected .qc-kakao-actions {
    display: none;
}

.qc-kakao-auth strong,
.qc-kakao-gate strong {
    display: block;
    color: #2f291f;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
}

.qc-kakao-auth p,
.qc-kakao-gate p {
    margin: 4px 0 0;
    color: #746756;
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 0;
}

.qc-kakao-auth.is-connected p,
.qc-kakao-gate.is-connected p {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.45;
}

.qc-kakao-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.qc-kakao-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 999px;
    font: inherit;
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.qc-kakao-button {
    border: 0;
    background: #fee500;
    color: #2f291f;
    padding: 10px 16px;
}

.qc-kakao-auth.is-required:not(.is-connected) .qc-kakao-button {
    width: 100%;
    min-height: 48px;
    padding: 11px 18px;
    font-size: 15px;
    font-weight: 600;
}

.qc-kakao-continue-button {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 11px 18px;
    font-size: 15px;
    font-weight: 700;
}

.qc-kakao-link {
    color: #6d5a41;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
}

.qc-kakao-link:hover {
    color: #30281c;
}

.qc-reservation-form {
    display: grid;
    gap: 16px;
}

.qc-customer-step {
    display: grid;
    gap: 16px;
}

.qc-reservation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.qc-reservation-form label {
    display: grid;
    gap: 8px;
    color: #4c4132;
    font-family: var(--wp--preset--font-family--commissioner);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
}

.qc-reservation-form input,
.qc-reservation-form select,
.qc-reservation-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(45, 38, 26, 0.10);
    border-radius: 18px;
    background: #fff;
    color: #30281c;
    font: inherit;
    font-size: 15px;
    letter-spacing: 0;
    padding: 13px 16px;
    outline: none;
}

.qc-reservation-form input {
    border-radius: 999px;
}

.qc-reservation-form select {
    min-height: 47px;
    border-radius: 999px;
}

.qc-reservation-form input:focus,
.qc-reservation-form select:focus,
.qc-reservation-form textarea:focus {
    border-color: #756044;
    box-shadow: 0 0 0 3px rgba(117, 96, 68, 0.14);
}

.qc-reservation-form .qc-reservation-addon input[type="checkbox"] {
    display: inline-block;
    justify-self: start;
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(45, 38, 26, 0.38);
    border-radius: 3px;
    background: #fffdf8;
    box-shadow: none;
    accent-color: #30281c;
    appearance: auto;
    -webkit-appearance: checkbox;
}

.qc-reservation-form .qc-reservation-addon input[type="checkbox"]:focus {
    border-color: #30281c;
    box-shadow: 0 0 0 3px rgba(117, 96, 68, 0.14);
}

.qc-reservation-website {
    position: absolute;
    left: -9999px;
}

.qc-reservation-message {
    min-height: 20px;
    color: #746756;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.45;
}

.qc-reservation-message.is-success {
    color: #226043;
}

.qc-reservation-message.is-error {
    color: #9d2f24;
}

.qc-reservation-submit {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: #30281c;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    letter-spacing: 0;
    padding: 14px 18px;
}

.qc-reservation-submit:disabled {
    background: #b8ae9f;
    cursor: not-allowed;
}

.qc-reservation-postflow[hidden] {
    display: none;
}

.qc-reservation-postflow {
    display: grid;
    gap: 16px;
}

.qc-modal-flow-notice,
.qc-modal-payment-message {
    padding: 13px 15px;
    border: 1px solid rgba(117, 96, 68, 0.18);
    border-radius: 14px;
    background: #fbf8f2;
    color: #4c4132;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0;
}

.qc-modal-payment-message:empty {
    display: none;
}

.qc-modal-payment-message.is-error {
    border-color: rgba(157, 47, 36, 0.25);
    background: #fff7f4;
    color: #9d2f24;
}

.qc-modal-payment-message.is-success {
    border-color: rgba(34, 96, 67, 0.22);
    background: #f3faf4;
    color: #226043;
}

.qc-modal-payment-due {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(180px, 0.65fr);
    gap: 14px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(117, 96, 68, 0.22);
    border-radius: 18px;
    background: #30281c;
    color: #fffdf8;
}

.qc-modal-payment-due > span {
    color: #d8c5a4;
    font-family: var(--wp--preset--font-family--commissioner);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.qc-modal-payment-due div {
    justify-self: end;
    text-align: right;
}

.qc-modal-payment-due small {
    display: block;
    margin-bottom: 3px;
    color: #d8c5a4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.qc-modal-payment-due strong {
    display: block;
    color: #fffdf8;
    font-size: clamp(24px, 4vw, 34px);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: 0;
}

.qc-modal-payment-due p {
    grid-column: 1 / -1;
    margin: 0;
    color: rgba(255, 253, 248, 0.78);
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
}

.qc-modal-reservation-info {
    display: grid;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(117, 96, 68, 0.22);
    border-radius: 18px;
    background: #fbf8f2;
    color: #30281c;
}

.qc-modal-reservation-info > span {
    color: #756044;
    font-family: var(--wp--preset--font-family--commissioner);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.qc-modal-reservation-info h3 {
    margin: 0;
    color: #30281c;
    font-size: clamp(22px, 4vw, 28px);
    font-weight: 500;
    letter-spacing: 0;
}

.qc-modal-reservation-info dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 2px 0 0;
}

.qc-modal-reservation-info.is-draft dl {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.45fr) minmax(0, 0.8fr) minmax(0, 1.35fr);
    align-items: stretch;
}

.qc-modal-reservation-info div {
    display: grid;
    align-content: start;
    min-width: 0;
    padding: 12px 13px;
    border: 1px solid rgba(45, 38, 26, 0.09);
    border-radius: 14px;
    background: #fffdf8;
}

.qc-modal-reservation-info dt {
    margin: 0 0 5px;
    color: #756044;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.qc-modal-reservation-info dd {
    margin: 0;
    color: #30281c;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.qc-modal-reservation-info dd strong {
    display: block;
    color: #30281c;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.qc-modal-reservation-info dd small {
    display: block;
    margin-top: 4px;
    color: #746756;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.25;
}

.qc-modal-flow-grid,
.qc-modal-payment-options {
    display: grid;
    gap: 12px;
}

.qc-modal-flow-card,
.qc-modal-payment-option {
    display: grid;
    gap: 9px;
    padding: 16px;
    border: 1px solid rgba(45, 38, 26, 0.12);
    border-radius: 16px;
    background: #fbf8f2;
}

.qc-modal-payment-option.is-selected {
    border-color: rgba(48, 40, 28, 0.34);
    background: #f2eddf;
    box-shadow: 0 0 0 3px rgba(117, 96, 68, 0.10);
}

.qc-modal-flow-card span,
.qc-modal-payment-option span {
    color: #756044;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.qc-modal-flow-card h3,
.qc-modal-payment-option h3 {
    margin: 0;
    color: #2f291f;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
}

.qc-modal-flow-card p,
.qc-modal-payment-option p {
    margin: 0;
    color: #6f6353;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0;
}

.qc-modal-payment-inline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    margin-top: -2px;
    color: #746756;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.qc-modal-payment-inline button {
    min-height: 0;
    border: 0;
    background: transparent;
    color: #30281c;
    cursor: pointer;
    font: inherit;
    font-weight: 850;
    padding: 2px 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.qc-modal-payment-inline button:hover,
.qc-modal-payment-inline button:focus {
    color: #4a3d2a;
    outline: none;
    text-decoration-thickness: 2px;
}

.qc-modal-payment-inline small {
    color: #226043;
    font-size: 11px;
    font-weight: 850;
}

.qc-modal-flow-privacy {
    display: grid;
    gap: 8px;
    margin: 0;
}

.qc-modal-flow-privacy div {
    display: grid;
    gap: 4px;
    padding: 12px 13px;
    border: 1px solid rgba(117, 96, 68, 0.12);
    border-radius: 12px;
    background: #fffdf8;
}

.qc-modal-flow-privacy dt {
    color: #756044;
    font-size: 12px;
    font-weight: 700;
}

.qc-modal-flow-privacy dd {
    margin: 0;
    color: #30281c;
    font-size: 13px;
    line-height: 1.5;
}

.qc-modal-flow-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
    padding: 13px 14px;
    border: 1px solid rgba(48, 40, 28, 0.12);
    border-radius: 14px;
    background: #fffdf8;
    color: #30281c;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
}

.qc-modal-flow-consent input[type="checkbox"] {
    flex: 0 0 18px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    accent-color: #30281c;
}

.qc-modal-payment-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #30281c;
    color: #fffdf8;
}

.qc-modal-payment-total strong {
    font-size: clamp(26px, 5vw, 34px);
    line-height: 1;
}

.qc-modal-flow-primary,
.qc-modal-flow-secondary,
.qc-modal-payment-option button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 13px 18px;
    text-decoration: none;
}

.qc-modal-flow-primary,
.qc-modal-payment-option button {
    border: 0;
    background: #30281c;
    color: #fffdf8;
}

.qc-modal-flow-primary:visited,
.qc-modal-flow-primary:hover,
.qc-modal-flow-primary:focus,
.qc-modal-payment-option button:visited,
.qc-modal-payment-option button:hover,
.qc-modal-payment-option button:focus {
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8;
}

.qc-modal-flow-secondary {
    border: 1px solid rgba(48, 40, 28, 0.16);
    background: #fffdf8;
    color: #4c4132;
}

.qc-modal-payment-option button:disabled {
    background: #b8ae9f;
    cursor: not-allowed;
}

.qc-modal-payment-option small {
    color: #8a3229;
    font-size: 13px;
    line-height: 1.45;
}

.qc-desktop-calendar {
    position: fixed;
    z-index: 10002;
    display: grid;
    gap: 14px;
    box-sizing: border-box;
    padding: 18px;
    border: 1px solid rgba(45, 38, 26, 0.14);
    border-radius: 22px;
    background: #fffdf8;
    box-shadow: 0 24px 60px rgba(31, 26, 18, 0.22);
    color: #30281c;
}

.qc-desktop-calendar[hidden] {
    display: none;
}

.qc-calendar-head {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    align-items: center;
    gap: 10px;
}

.qc-calendar-head strong {
    text-align: center;
    color: #2f291f;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
}

.qc-calendar-range-status {
    margin-top: -4px;
    color: #756044;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
}

.qc-calendar-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(45, 38, 26, 0.12);
    border-radius: 50%;
    background: #fbf8f2;
    color: #30281c;
    cursor: pointer;
    font: inherit;
    font-size: 25px;
    line-height: 1;
}

.qc-calendar-nav:hover,
.qc-calendar-day:hover {
    border-color: rgba(117, 96, 68, 0.35);
    background: #f0eadf;
}

.qc-calendar-weekdays,
.qc-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 9px;
}

.qc-calendar-weekdays span {
    color: #756044;
    font-family: var(--wp--preset--font-family--commissioner);
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
}

.qc-calendar-day {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: 52px;
    min-height: 52px;
    padding: 0;
    border: 1px solid rgba(45, 38, 26, 0.08);
    border-radius: 14px;
    background: #fff;
    color: #30281c;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}

.qc-calendar-day.is-muted {
    color: rgba(48, 40, 28, 0.32);
}

.qc-calendar-day.is-today {
    border-color: rgba(117, 96, 68, 0.42);
}

.qc-calendar-day.is-in-range {
    border-color: rgba(117, 96, 68, 0.16);
    background: #f3eadc;
    color: #30281c;
}

.qc-calendar-day.is-selected {
    border-color: #30281c;
    background: #30281c;
    color: #fffdf8;
}

.qc-calendar-day.is-range-start,
.qc-calendar-day.is-range-end {
    box-shadow: inset 0 0 0 1px rgba(255, 253, 248, 0.25);
}

@media (min-width: 1440px) {
    .qc-booking-page {
        padding-left: max(5vw, 72px);
        padding-right: max(5vw, 72px);
    }

    .qc-booking-shell {
        max-width: 1360px;
        grid-template-columns: 360px minmax(0, 1fr);
        min-height: 760px;
    }

    .qc-booking-sidebar {
        padding: 34px;
    }

    .qc-booking-results {
        padding: 34px 38px 44px;
    }

    .qc-room-card {
        grid-template-columns: 220px minmax(0, 1fr) 170px;
        gap: 24px;
    }

    .qc-room-card img {
        min-height: 176px;
    }

    .qc-reservation-dialog {
        width: min(100%, 620px);
        max-height: min(820px, calc(100vh - 112px));
    }
}

@media (min-width: 1920px) {
    .qc-booking-shell {
        max-width: 1500px;
        grid-template-columns: 380px minmax(0, 1fr);
    }

    .qc-booking-results {
        padding: 36px 42px 46px;
    }

    .qc-room-card {
        grid-template-columns: 250px minmax(0, 1fr) 190px;
    }

    .qc-room-card img {
        min-height: 190px;
    }

    .qc-reservation-dialog {
        width: min(100%, 660px);
    }
}

@media (min-width: 2560px) {
    .qc-booking-page {
        padding-left: max(5vw, 120px);
        padding-right: max(5vw, 120px);
    }

    .qc-booking-shell {
        max-width: 1640px;
        grid-template-columns: 400px minmax(0, 1fr);
    }

    .qc-room-list {
        gap: 20px;
    }

    .qc-room-card {
        grid-template-columns: 280px minmax(0, 1fr) 210px;
    }

    .qc-room-card img {
        min-height: 210px;
    }
}

@media (max-width: 980px) {
    .qc-desktop-calendar {
        display: none !important;
    }

    .qc-booking-shell {
        grid-template-columns: 1fr;
    }

    .qc-booking-sidebar {
        border-right: 0;
        border-bottom: 1px solid rgba(45, 38, 26, 0.11);
    }

    .qc-season-notice {
        grid-template-columns: 1fr;
    }

    .qc-season-notice-list {
        justify-content: flex-start;
    }

    .qc-room-card {
        grid-template-columns: 160px 1fr;
    }

    .qc-room-side {
        grid-column: 1 / -1;
        align-items: stretch;
        text-align: left;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 12px;
    }

    .qc-room-button {
        grid-column: 1 / -1;
    }

    .qc-modal-reservation-info dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qc-modal-reservation-info.is-draft dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qc-modal-payment-due {
        grid-template-columns: 1fr;
    }

    .qc-modal-payment-due div {
        justify-self: start;
        text-align: left;
    }
}

@media (max-width: 640px) {
    .qc-booking-page {
        padding: 18px 0 42px;
    }

    .qc-reservation-modal {
        align-items: flex-start;
        overflow-y: auto;
        padding: max(42px, calc(env(safe-area-inset-top) + 28px)) 14px max(56px, calc(env(safe-area-inset-bottom) + 36px));
    }

    .qc-reservation-dialog {
        width: 100%;
        max-height: none;
        margin: 0;
    }

    .qc-booking-shell {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .qc-booking-sidebar,
    .qc-booking-results {
        min-width: 0;
        padding: 24px 20px;
    }

    .qc-booking-topline {
        display: block;
    }

    .qc-booking-sort {
        margin-top: 16px;
        width: 100%;
    }

    .qc-season-notice {
        padding: 16px;
        border-radius: 16px;
    }

    .qc-season-notice.is-home {
        width: calc(100% - 40px);
        margin: 22px auto;
    }

    .qc-season-notice-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .qc-season-notice-list span {
        align-items: flex-start;
        border-radius: 14px;
        flex-direction: column;
        gap: 4px;
        padding: 11px 12px;
    }

    .qc-season-notice-list b,
    .qc-season-notice-list em {
        white-space: normal;
    }

    .qc-bbq-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(180px, 1fr) auto;
        gap: 0;
        padding: 0;
        border-radius: 18px;
    }

    .qc-bbq-gallery-stage {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .qc-bbq-gallery-head {
        grid-column: 1;
        grid-row: 2;
        align-items: center;
        align-self: auto;
        gap: 16px;
        padding: 20px;
        border-top: 1px solid rgba(117, 96, 68, 0.12);
        border-left: 0;
    }

    .qc-bbq-gallery-head::after {
        display: none;
    }

    .qc-bbq-gallery-head h2 {
        font-size: 20px;
    }

    .qc-bbq-gallery-head p {
        margin-bottom: 0;
        font-size: 13px;
    }

    .qc-bbq-gallery-image span {
        display: none;
    }

    .qc-bbq-gallery-arrow,
    .qc-bbq-lightbox-arrow {
        width: 44px;
        height: 44px;
        font-size: 26px;
    }

    .qc-bbq-gallery-arrow.is-prev,
    .qc-bbq-lightbox-arrow.is-prev {
        left: 12px;
    }

    .qc-bbq-gallery-arrow.is-next,
    .qc-bbq-lightbox-arrow.is-next {
        right: 12px;
    }

    .qc-bbq-gallery-thumbs {
        grid-template-columns: repeat(8, 82px);
    }

    .qc-bbq-lightbox {
        width: calc(100vw - 28px);
        border-radius: 14px;
    }

    .qc-bbq-lightbox-close {
        top: -14px;
        right: -6px;
    }

    .qc-rate-head,
    .qc-rate-panels {
        padding-left: 18px;
        padding-right: 18px;
    }

    .qc-rate-tab-labels {
        padding-left: 18px;
        padding-right: 18px;
    }

    .qc-rate-tab-labels label,
    .qc-rate-tab-disabled {
        flex: 1 1 auto;
        min-width: 0;
    }

    .qc-rate-season-text {
        flex-basis: 100%;
        margin-left: 0;
        min-height: 0;
    }

    .qc-rate-tabs table {
        font-size: 14px;
    }

    .qc-room-card {
        grid-template-columns: 1fr;
    }

    .qc-room-card img {
        height: 210px;
    }

    .qc-room-side {
        grid-template-columns: 1fr;
    }

    .qc-reservation-grid {
        grid-template-columns: 1fr;
    }

    .qc-reservation-highlights {
        grid-template-columns: 1fr;
    }

    .qc-modal-reservation-info dl {
        grid-template-columns: 1fr;
    }

    .qc-modal-reservation-info.is-draft dl {
        grid-template-columns: 1fr;
    }

    .qc-modal-payment-due {
        padding: 16px;
    }

    .qc-reservation-dialog {
        padding: 24px 20px;
    }

    .qc-reservation-total,
    .qc-kakao-auth,
    .qc-kakao-gate {
        align-items: stretch;
        flex-direction: column;
    }

    .qc-modal-payment-inline {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .qc-kakao-actions,
    .qc-kakao-button,
    .qc-kakao-continue-button {
        width: 100%;
    }
}

.qc-member-page {
    position: relative;
    left: -5vw;
    width: 100vw;
    max-width: none !important;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    background: #f4efe6;
    padding: 48px 5vw 78px;
}

.qc-member-shell {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
    padding: 42px;
    border: 1px solid rgba(45, 38, 26, 0.12);
    border-radius: 24px;
    background: #fffdf8;
    box-shadow: 0 28px 70px rgba(31, 26, 18, 0.10);
}

.qc-member-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(45, 38, 26, 0.14);
    border-radius: 50%;
    color: #30281c;
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
}

.qc-member-notice {
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid rgba(117, 96, 68, 0.20);
    border-radius: 16px;
    background: #fbf8f2;
    color: #4c4132;
    font-size: 14px;
    letter-spacing: 0;
}

.qc-member-hero {
    display: grid;
    gap: 10px;
    max-width: 820px;
    margin: 22px 0 34px;
}

.qc-member-hero span,
.qc-member-eyebrow {
    color: #756044;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.qc-member-hero h1,
.qc-member-card h2 {
    margin: 0;
    color: #2f291f;
    letter-spacing: 0;
}

.qc-member-hero h1 {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.04;
}

.qc-member-hero p,
.qc-member-card p {
    margin: 0;
    color: #6f6353;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 0;
}

.qc-member-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    gap: 22px;
    align-items: stretch;
}

.qc-member-card {
    display: grid;
    align-content: start;
    gap: 18px;
    padding: 30px;
    border: 1px solid rgba(45, 38, 26, 0.12);
    border-radius: 20px;
    background: #fbf8f2;
}

.qc-member-card-primary {
    background: #fffdf8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.qc-member-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.qc-member-button,
.qc-member-kakao-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px;
    border-radius: 999px;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
}

.qc-member-button {
    border: 0;
    background: #30281c;
    color: #fffdf8;
}

.qc-member-page a.qc-member-button:not(.qc-member-button-ghost),
.qc-member-page a.qc-member-button:not(.qc-member-button-ghost):visited,
.qc-member-page a.qc-member-button:not(.qc-member-button-ghost):hover,
.qc-member-page a.qc-member-button:not(.qc-member-button-ghost):focus {
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8;
}

.qc-member-button:visited,
.qc-member-button:hover,
.qc-member-button:focus {
    color: #fffdf8;
}

.qc-member-button-ghost {
    border: 1px solid rgba(48, 40, 28, 0.16);
    background: #fffdf8;
    color: #4c4132;
}

.qc-member-button-ghost:visited,
.qc-member-button-ghost:hover,
.qc-member-button-ghost:focus {
    color: #4c4132;
}

.qc-member-kakao-button {
    width: min(300px, 100%);
    max-width: 300px;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: rgba(0, 0, 0, 0.85);
    line-height: 0;
}

.qc-member-kakao-button img {
    display: block;
    width: 100%;
    height: auto;
}

.qc-member-kakao-button:focus-visible {
    outline: 3px solid rgba(48, 40, 28, 0.34);
    outline-offset: 3px;
}

.qc-member-kakao-button.is-disabled {
    min-height: 45px;
    padding: 0 18px;
    background: #fee500;
    line-height: 1.2;
    opacity: 0.58;
    cursor: not-allowed;
}

.qc-member-signup-form {
    display: grid;
    gap: 22px;
}

.qc-member-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.qc-member-field {
    display: grid;
    gap: 8px;
    min-width: 0;
    color: #40372b;
    font-size: 13px;
    font-weight: 700;
}

.qc-member-field > span b,
.qc-member-agreement b {
    color: #8b4f3c;
    font-size: 11px;
}

.qc-member-field input,
.qc-member-field select {
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    border: 1px solid rgba(48, 40, 28, 0.18);
    border-radius: 12px;
    background: #fffdf8;
    color: #2f291f;
    font: inherit;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 13px;
    outline: none;
}

.qc-member-field input:focus,
.qc-member-field select:focus {
    border-color: #756044;
    box-shadow: 0 0 0 3px rgba(117, 96, 68, 0.13);
}

.qc-member-field input[aria-invalid="true"],
.qc-member-field select[aria-invalid="true"] {
    border-color: #a24432;
}

.qc-member-field small,
.qc-member-form-error {
    min-height: 16px;
    color: #a24432;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.qc-member-field .qc-member-field-hint {
    min-height: 0;
    color: #746756;
}

.qc-member-agreements {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(117, 96, 68, 0.16);
    border-radius: 16px;
    overflow: hidden;
}

.qc-member-agreements legend {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.qc-member-agreement-all,
.qc-member-agreement {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 16px;
    background: #fffdf8;
    color: #2f291f;
    cursor: pointer;
}

.qc-member-agreement-all {
    align-items: center;
    background: #f3ecdf;
    font-weight: 700;
}

.qc-member-agreement + .qc-member-agreement {
    border-top: 1px solid rgba(117, 96, 68, 0.12);
}

.qc-member-agreement input,
.qc-member-agreement-all input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: #30281c;
    flex: 0 0 auto;
}

.qc-member-agreement > span {
    display: grid;
    gap: 5px;
    flex: 1;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.qc-member-agreement > span small {
    color: #746756;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.qc-member-agreement b.is-optional {
    color: #756044;
}

.qc-member-agreement a {
    color: #5d4a33;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.qc-member-form-error {
    display: block;
    padding: 0 16px 12px;
    background: #fffdf8;
}

.qc-member-form-status {
    min-height: 20px;
    color: #6f6353;
    font-size: 13px;
    line-height: 1.5;
}

.qc-member-form-status.is-error {
    color: #a24432;
}

.qc-member-form-status.is-success {
    color: #486a45;
}

.qc-member-submit {
    width: 100%;
}

.qc-member-submit:disabled {
    cursor: wait;
    opacity: 0.65;
}

.qc-member-profile {
    display: grid;
    gap: 10px;
    margin: 0;
}

.qc-member-profile div,
.qc-member-consent-list div {
    display: grid;
    gap: 5px;
    padding: 16px 18px;
    border: 1px solid rgba(117, 96, 68, 0.14);
    border-radius: 16px;
    background: #fffdf8;
}

.qc-member-profile dt,
.qc-member-consent-list strong {
    color: #756044;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.qc-member-profile dd,
.qc-member-consent-list span {
    margin: 0;
    color: #2f291f;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
}

.qc-member-consent-list {
    display: grid;
    gap: 10px;
}

.qc-member-consent-list small {
    color: #746756;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
}

.qc-member-withdraw {
    margin: 0;
}

.qc-member-withdraw button {
    font: inherit;
}

.qc-member-text-link {
    color: #5d4a33;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
}

.qc-member-text-link:hover {
    color: #30281c;
}

@media (max-width: 820px) {
    .qc-member-page {
        position: relative;
        left: -5vw;
        width: 100vw;
        margin-left: 0;
        margin-right: 0;
        padding: 24px 0 56px;
    }

    .qc-member-shell {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        padding: 24px 20px;
    }

    .qc-member-grid {
        grid-template-columns: 1fr;
    }

    .qc-member-card {
        padding: 20px;
    }

    .qc-member-form-grid {
        grid-template-columns: 1fr;
    }

    .qc-member-actions,
    .qc-member-button,
    .qc-member-kakao-button {
        width: 100%;
    }
}

.qc-reservations-shell {
    max-width: 1280px;
}

.qc-reservations-hero {
    max-width: 900px;
}

.qc-reservations-account-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
    padding: 18px 22px;
    border: 1px solid rgba(45, 38, 26, 0.12);
    border-radius: 18px;
    background: #f3ecdf;
}

.qc-reservations-account-bar > div:first-child {
    display: grid;
    gap: 4px;
}

.qc-reservations-account-bar small {
    color: #756044;
    font-size: 12px;
    font-weight: 700;
}

.qc-reservations-account-bar strong {
    color: #2f291f;
    font-size: 17px;
}

.qc-reservations-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    align-items: start;
}

.qc-reservations-main {
    min-height: 420px;
}

.qc-reservations-loading,
.qc-reservations-message {
    color: #6f6353;
    font-size: 14px;
    line-height: 1.55;
}

.qc-reservations-loading[hidden] {
    display: none;
}

.qc-reservations-message:empty {
    display: none;
}

.qc-reservations-message.is-error {
    color: #9b3d31;
}

.qc-reservations-message.is-success {
    padding: 13px 15px;
    border: 1px solid rgba(72, 106, 69, 0.22);
    border-radius: 12px;
    background: #f1f6ef;
    color: #486a45;
}

.qc-reservations-list,
.qc-reservations-section,
.qc-reservations-cards {
    display: grid;
    gap: 16px;
}

.qc-reservations-list {
    gap: 28px;
}

.qc-reservations-section > h2 {
    margin: 0;
    color: #2f291f;
    font-size: 18px;
}

.qc-member-reservation-card {
    display: grid;
    gap: 18px;
    padding: 22px;
    border: 1px solid rgba(45, 38, 26, 0.12);
    border-radius: 18px;
    background: #fffdf8;
}

.qc-member-reservation-header,
.qc-member-reservation-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.qc-member-reservation-code {
    display: block;
    margin-bottom: 6px;
    color: #756044;
    font-size: 12px;
    font-weight: 700;
}

.qc-member-reservation-header h2 {
    margin: 0;
    color: #2f291f;
    font-size: 22px;
}

.qc-member-reservation-status {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: #eee7db;
    color: #675945;
    font-size: 12px;
    font-weight: 700;
}

.qc-member-reservation-status.is-confirmed,
.qc-member-reservation-status.is-checked_in {
    background: #e7f0e4;
    color: #486a45;
}

.qc-member-reservation-status.is-pending_payment {
    background: #f7edd8;
    color: #835f27;
}

.qc-member-reservation-status.is-cancelled,
.qc-member-reservation-status.is-no_show {
    background: #f0ece6;
    color: #746756;
}

.qc-member-reservation-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.qc-reservation-detail {
    display: grid;
    gap: 5px;
    padding: 13px 15px;
    border-radius: 13px;
    background: #f8f3ea;
}

.qc-reservation-detail small,
.qc-member-reservation-addons > small,
.qc-member-reservation-amount small {
    color: #756044;
    font-size: 11px;
    font-weight: 700;
}

.qc-reservation-detail strong {
    color: #342d23;
    font-size: 14px;
    line-height: 1.4;
}

.qc-member-reservation-addons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.qc-member-reservation-addons span {
    padding: 6px 9px;
    border: 1px solid rgba(117, 96, 68, 0.14);
    border-radius: 999px;
    color: #5b4d3b;
    font-size: 12px;
}

.qc-member-reservation-footer {
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid rgba(45, 38, 26, 0.1);
}

.qc-member-reservation-amount {
    display: grid;
    gap: 4px;
}

.qc-member-reservation-amount strong {
    color: #2f291f;
    font-size: 20px;
}

.qc-member-cancel-button {
    border: 1px solid rgba(139, 79, 60, 0.22);
    background: #fff8f4;
    color: #8b4f3c;
}

.qc-member-cancel-button:hover,
.qc-member-cancel-button:focus {
    background: #8b4f3c;
    color: #fff;
}

.qc-member-cancel-blocked {
    max-width: 420px;
    color: #746756;
    font-size: 12px;
    line-height: 1.45;
    text-align: right;
}

.qc-reservations-empty {
    display: grid;
    justify-items: start;
    gap: 10px;
    padding: 38px 28px;
    border: 1px dashed rgba(117, 96, 68, 0.25);
    border-radius: 18px;
    background: #fbf8f2;
}

.qc-reservations-empty strong {
    color: #2f291f;
    font-size: 19px;
}

.qc-reservations-empty p {
    margin: 0 0 8px;
    color: #6f6353;
    line-height: 1.55;
}

.qc-reservations-policy ol {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.qc-reservations-policy li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 13px;
    border-radius: 12px;
    background: #fffdf8;
    color: #4c4132;
    font-size: 13px;
}

.qc-cancel-dialog {
    width: min(560px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    box-sizing: border-box;
    padding: 0;
    border: 0;
    border-radius: 22px;
    background: #fffdf8;
    color: #2f291f;
    box-shadow: 0 36px 100px rgba(31, 26, 18, 0.28);
}

.qc-cancel-dialog::backdrop {
    background: rgba(31, 26, 18, 0.55);
    backdrop-filter: blur(4px);
}

.qc-cancel-dialog-inner {
    position: relative;
    display: grid;
    gap: 18px;
    padding: 30px;
}

.qc-cancel-dialog-inner h2 {
    margin: 0;
    color: #2f291f;
    font-size: 26px;
}

.qc-cancel-dialog-copy {
    margin: 0;
    color: #6f6353;
    font-size: 14px;
    line-height: 1.6;
}

.qc-cancel-dialog-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(45, 38, 26, 0.14);
    border-radius: 50%;
    background: #fffdf8;
    color: #30281c;
    cursor: pointer;
    font-size: 22px;
}

.qc-cancel-quote {
    display: grid;
    gap: 0;
    margin: 0;
    border: 1px solid rgba(45, 38, 26, 0.12);
    border-radius: 16px;
    overflow: hidden;
}

.qc-cancel-quote div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 15px;
    background: #fbf8f2;
}

.qc-cancel-quote div + div {
    border-top: 1px solid rgba(45, 38, 26, 0.09);
}

.qc-cancel-quote dt,
.qc-cancel-quote dd {
    margin: 0;
    font-size: 14px;
}

.qc-cancel-quote dt {
    color: #756b5d;
}

.qc-cancel-quote dd {
    color: #2f291f;
    font-weight: 700;
}

.qc-cancel-quote .is-refund {
    background: #30281c;
}

.qc-cancel-quote .is-refund dt,
.qc-cancel-quote .is-refund dd {
    color: #fffdf8;
}

.qc-cancel-quote .is-refund dd {
    font-size: 19px;
}

.qc-cancel-policy-label {
    padding: 12px 14px;
    border-radius: 12px;
    background: #f3ecdf;
    color: #4c4132;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.qc-cancel-confirm-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #4c4132;
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
}

.qc-cancel-confirm-check input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: #30281c;
}

.qc-cancel-actions {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 10px;
}

.qc-cancel-submit {
    background: #8b4f3c;
}

.qc-cancel-submit:disabled {
    cursor: not-allowed;
    opacity: 0.48;
}

@media (max-width: 820px) {
    .qc-reservations-grid,
    .qc-member-reservation-details {
        grid-template-columns: 1fr;
    }

    .qc-reservations-account-bar,
    .qc-member-reservation-header,
    .qc-member-reservation-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .qc-member-reservation-status {
        align-self: flex-start;
    }

    .qc-member-cancel-blocked {
        max-width: none;
        text-align: left;
    }

    .qc-cancel-dialog-inner {
        padding: 24px 20px;
    }

    .qc-cancel-actions {
        grid-template-columns: 1fr;
    }
}

.qc-payment-page {
    width: 100vw;
    max-width: none !important;
    box-sizing: border-box;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f4efe6;
    padding: 48px 5vw 78px;
}

body.page-id-57 .qc-payment-page {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0;
}

.qc-payment-shell {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 42px;
    border: 1px solid rgba(45, 38, 26, 0.12);
    border-radius: 24px;
    background: #fffdf8;
    box-shadow: 0 28px 70px rgba(31, 26, 18, 0.10);
}

.qc-payment-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(45, 38, 26, 0.14);
    border-radius: 50%;
    color: #30281c;
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
}

.qc-payment-back:visited,
.qc-payment-back:hover,
.qc-payment-back:focus {
    color: #30281c;
}

.qc-payment-hero {
    display: grid;
    gap: 10px;
    max-width: 760px;
    margin: 22px 0 28px;
}

.qc-payment-hero span,
.qc-payment-card > span,
.qc-payment-option > span {
    color: #756044;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.qc-payment-hero h1,
.qc-payment-card h2,
.qc-payment-option h2 {
    margin: 0;
    color: #2f291f;
    letter-spacing: 0;
}

.qc-payment-hero h1 {
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.04;
    font-weight: 500;
}

.qc-payment-hero p,
.qc-payment-card p,
.qc-payment-option p,
.qc-payment-consent-note p,
.qc-payment-complete p {
    margin: 0;
    color: #6f6353;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 0;
}

.qc-payment-notice,
.qc-payment-consent-note,
.qc-payment-complete {
    margin: 0 0 18px;
    padding: 16px 18px;
    border: 1px solid rgba(117, 96, 68, 0.20);
    border-radius: 16px;
    background: #fbf8f2;
    color: #4c4132;
}

.qc-payment-consent-note,
.qc-payment-complete {
    display: grid;
    gap: 6px;
}

.qc-payment-consent-note strong,
.qc-payment-complete strong {
    color: #2f291f;
    font-size: 16px;
    font-weight: 700;
}

.qc-payment-action-link,
.qc-payment-action-link:visited,
.qc-payment-action-link:hover,
.qc-payment-action-link:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 42px;
    margin-top: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #30281c;
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.qc-payment-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 22px;
}

.qc-payment-summary div {
    display: grid;
    gap: 6px;
    min-width: 0;
    padding: 16px 18px;
    border: 1px solid rgba(117, 96, 68, 0.14);
    border-radius: 16px;
    background: #fbf8f2;
}

.qc-payment-summary small,
.qc-payment-privacy-list dt {
    color: #756044;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.qc-payment-summary strong {
    overflow-wrap: anywhere;
    color: #2f291f;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
}

.qc-payment-grid,
.qc-payment-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.qc-payment-card,
.qc-payment-option {
    display: grid;
    align-content: start;
    gap: 14px;
    min-width: 0;
    padding: 26px;
    border: 1px solid rgba(45, 38, 26, 0.12);
    border-radius: 20px;
    background: #fbf8f2;
}

.qc-payment-card-wide {
    grid-column: 1 / -1;
}

.qc-payment-privacy-list {
    display: grid;
    gap: 10px;
    margin: 0;
}

.qc-payment-privacy-list div {
    display: grid;
    gap: 5px;
    padding: 15px 16px;
    border: 1px solid rgba(117, 96, 68, 0.12);
    border-radius: 14px;
    background: #fffdf8;
}

.qc-payment-privacy-list dd {
    margin: 0;
    color: #30281c;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0;
}

.qc-payment-actions {
    margin-top: 22px;
}

.qc-payment-inline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: -4px;
    color: #746756;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.qc-payment-inline button {
    border: 0;
    background: transparent;
    color: #30281c;
    cursor: pointer;
    font: inherit;
    font-weight: 850;
    padding: 2px 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.qc-payment-inline button:hover,
.qc-payment-inline button:focus {
    color: #4a3d2a;
    outline: none;
    text-decoration-thickness: 2px;
}

.qc-payment-primary,
.qc-payment-option button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    background: #30281c;
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 13px 20px;
    text-decoration: none;
}

.qc-payment-page .qc-payment-primary,
.qc-payment-page .qc-payment-primary:link,
.qc-payment-page .qc-payment-primary:visited,
.qc-payment-page .qc-payment-primary:hover,
.qc-payment-page .qc-payment-primary:focus,
.qc-payment-page .qc-payment-primary:active {
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8;
}

.qc-payment-primary:visited,
.qc-payment-primary:hover,
.qc-payment-primary:focus,
.qc-payment-option button:visited,
.qc-payment-option button:hover,
.qc-payment-option button:focus {
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8;
}

.qc-payment-option button:disabled {
    background: #b8ae9f;
    cursor: not-allowed;
}

.qc-modal-payment-option-toss,
.qc-payment-option-toss {
    border-color: rgba(0, 100, 255, 0.26);
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.qc-modal-payment-option-toss.is-selected {
    border-color: #0064ff;
    background: #eef5ff;
    box-shadow: 0 0 0 3px rgba(0, 100, 255, 0.13);
}

.qc-toss-pay-brand {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
}

.qc-toss-pay-brand img {
    display: block;
    width: 96px;
    height: auto;
    object-fit: contain;
}

.qc-modal-payment-option-toss h3,
.qc-payment-option-toss h2 {
    color: #12233d;
}

.qc-modal-payment-option-toss p,
.qc-payment-option-toss p {
    color: #40546f;
}

.qc-modal-payment-option-toss button,
.qc-payment-option-toss button {
    background: #0064ff;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    box-shadow: 0 12px 24px rgba(0, 100, 255, 0.20);
}

.qc-modal-payment-option-toss button:visited,
.qc-modal-payment-option-toss button:hover,
.qc-modal-payment-option-toss button:focus,
.qc-payment-option-toss button:visited,
.qc-payment-option-toss button:hover,
.qc-payment-option-toss button:focus {
    background: #0050d8;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

.qc-modal-payment-option-toss button:disabled,
.qc-payment-option-toss button:disabled {
    background: #a9b9cf;
    box-shadow: none;
    cursor: not-allowed;
}

.qc-payment-option small {
    color: #8a3229;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 980px) {
    .qc-payment-summary,
    .qc-payment-grid,
    .qc-payment-option-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .qc-payment-page {
        padding: 24px 0 56px;
    }

    .qc-payment-shell {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        padding: 24px 20px;
    }

    .qc-payment-summary,
    .qc-payment-grid,
    .qc-payment-option-grid {
        grid-template-columns: 1fr;
    }

    .qc-payment-primary,
    .qc-payment-option button {
        width: 100%;
    }

    .qc-payment-inline {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
}
