:root {
	--ds-ink:#17181b;
	--ds-muted:#71737a;
	--ds-line:#e5e6e9;
	--ds-paper:#ffffff;
	--ds-soft:#f6f6f4;
	--ds-accent:#6948ee;
	--ds-accent-dark:#4e32ca;
	--ds-radius:18px;
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body.ds-body { margin:0;background:var(--ds-paper);font-family:'Pretendard Variable',Pretendard,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ds-ink);word-break:keep-all; }
a { color:inherit;text-decoration:none; }
button,input,select { font:inherit; }
button { cursor:pointer; }
img { display:block;max-width:100%; }

.ds-skip { position:fixed;z-index:9999;top:-50px;left:20px;padding:12px 16px;background:var(--ds-ink);color:#fff;border-radius:8px; }
.ds-skip:focus { top:20px; }
.ds-shell { width:calc(100% - 80px);max-width:1280px;margin:0 auto; }
.ds-header { position:absolute;z-index:10;width:100%;top:0;left:0;color:#fff; }
.ds-header__inner { display:flex;align-items:center;width:calc(100% - 80px);max-width:1440px;height:88px;margin:0 auto; }
.ds-logo { display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.03em; }
.ds-logo__mark { display:grid;place-items:center;width:27px;height:27px;background:#fff;color:var(--ds-ink);border-radius:50%;font-size:14px; }
.ds-logo__text { font-size:19px;letter-spacing:.08em; }
.ds-nav { display:flex;gap:30px;margin-left:72px;font-size:15px;font-weight:600; }
.ds-nav a { opacity:.78;transition:opacity .2s ease; }
.ds-nav a:hover,.ds-nav a:focus { opacity:1; }
.ds-header__back { margin-left:auto;font-size:13px;font-weight:600;opacity:.82; }
.ds-header__back span { margin-left:4px; }
.ds-body--light-header .ds-header { background:rgba(255,255,255,.96);border-bottom:1px solid rgba(23,24,27,.09);color:var(--ds-ink); }
.ds-body--light-header .ds-logo__mark { background:var(--ds-ink);color:#fff; }
.ds-body--light-header .ds-nav a,.ds-body--light-header .ds-header__back { opacity:.86; }
.ds-body--light-header .ds-nav a:hover,.ds-body--light-header .ds-nav a:focus,.ds-body--light-header .ds-header__back:hover,.ds-body--light-header .ds-header__back:focus { opacity:1; }

.ds-hero { position:relative;min-height:750px;padding:226px 0 178px;background:linear-gradient(90deg,rgba(12,16,17,.68) 0%,rgba(12,16,17,.32) 48%,rgba(12,16,17,.05) 72%),url('../../data/pension/room/hero-lake-stay.png') center/cover no-repeat;color:#fff; }
.ds-hero__inner { position:relative;z-index:1; }
.ds-demo-badge { display:inline-flex;align-items:center;min-height:30px;margin:0 0 23px;padding:0 12px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.33);border-radius:99px;font-size:13px;font-weight:700;letter-spacing:.07em; }
.ds-demo-badge--dark { background:#f0edff;border-color:#ddd6ff;color:#5738cf; }
.ds-hero h1,.ds-list-hero h1,.ds-reserve-page h1,.ds-complete-card h1 { max-width:720px;margin:0;font-size:clamp(48px,6vw,82px);line-height:1.1;letter-spacing:-.07em;font-weight:700; }
.ds-hero h1 em { color:#c9bcff;font-style:normal; }
.ds-hero__copy { max-width:460px;margin:28px 0 0;font-size:18px;line-height:1.65;color:rgba(255,255,255,.82); }

.ds-search { position:relative;z-index:2;margin-top:-78px;padding:18px;background:#fff;border:1px solid rgba(20,21,24,.08);border-radius:var(--ds-radius);box-shadow:0 22px 55px rgba(17,19,28,.16); }
.ds-search__form { display:grid;grid-template-columns:1.2fr 1.2fr .85fr .85fr auto;align-items:stretch; }
.ds-search__field { display:flex;flex-direction:column;gap:7px;min-height:68px;padding:7px 20px;border-right:1px solid var(--ds-line); }
.ds-search__field span { font-size:13px;font-weight:700;color:#7d7f86; }
.ds-search__field input,.ds-search__field select { min-width:0;padding:0;background:transparent;border:0;outline:0;font-size:15px;font-weight:650;color:var(--ds-ink); }
.ds-search__field input[type="date"],.ds-booking-card input[type="date"] { width:100%;cursor:pointer; }
.ds-search__field input::-webkit-calendar-picker-indicator { cursor:pointer; }
.ds-search__field--guest { border-right:0; }
.ds-select { position:relative;min-width:0;flex:1; }
.ds-js .ds-select-native { position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap; }
.ds-select__trigger { display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:0;margin:0;padding:0;background:transparent;border:0;color:var(--ds-ink);font:inherit;font-size:15px;font-weight:650;text-align:left; }
.ds-select__label { overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.ds-select__arrow { width:8px;height:8px;margin:0 3px 3px 0;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .2s ease; }
.ds-select.is-open .ds-select__arrow { margin:0 3px -3px 0;transform:rotate(225deg); }
.ds-select__menu { display:none;position:absolute;z-index:50;top:calc(100% + 12px);left:-12px;min-width:calc(100% + 24px);padding:6px;background:#fff;border:1px solid #dedfe4;border-radius:12px;box-shadow:0 16px 30px rgba(20,22,29,.15); }
.ds-select.is-open .ds-select__menu { display:grid;gap:2px; }
.ds-select__option { width:100%;min-height:38px;padding:0 11px;background:transparent;border:0;border-radius:7px;color:#62646c;font:inherit;font-size:14px;font-weight:650;text-align:left; }
.ds-select__option:hover,.ds-select__option:focus { background:#f1efff;color:#5133ca;outline:0; }
.ds-select__option.is-selected { background:#ebe7ff;color:#5133ca;font-weight:750; }
.ds-date { position:relative;min-width:0;flex:1; }
.ds-js .ds-date-native { position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap; }
.ds-date__trigger { display:block;width:100%;min-width:0;margin:0;padding:0;background:transparent;border:0;color:var(--ds-ink);font:inherit;font-size:15px;font-weight:650;text-align:left; }
.ds-date__picker { display:none;position:absolute;z-index:51;top:calc(100% + 12px);left:-12px;width:294px;padding:14px;background:#fff;border:1px solid #dedfe4;border-radius:14px;box-shadow:0 16px 30px rgba(20,22,29,.15);grid-template-columns:32px 1fr 32px;align-items:center; }
.ds-date.is-open .ds-date__picker { display:grid; }
.ds-date__month { font-size:14px;text-align:center; }
.ds-date__month-button { display:grid;place-items:center;width:32px;height:32px;background:transparent;border:0;border-radius:7px;color:var(--ds-ink);font-size:18px; }
.ds-date__month-button:hover,.ds-date__month-button:focus { background:#f1efff;color:#5133ca;outline:0; }
.ds-date__days { display:grid;grid-column:1 / -1;grid-template-columns:repeat(7,1fr);gap:3px;margin-top:10px; }
.ds-date__week { display:grid;place-items:center;height:28px;color:#8a8c94;font-size:13px;font-weight:700; }
.ds-date__week:first-child { color:#e26a6a; }
.ds-date__week:nth-child(7) { color:#5d74d7; }
.ds-date__blank,.ds-date__day { width:100%;aspect-ratio:1;border:0;border-radius:50%; }
.ds-date__day { background:transparent;color:#4e5159;font:inherit;font-size:13px;font-weight:650; }
.ds-date__day:hover,.ds-date__day:focus { background:#f1efff;color:#5133ca;outline:0; }
.ds-date__day.is-selected { background:var(--ds-accent);color:#fff; }
.ds-date__day:disabled { color:#c8c9ce;cursor:default; }
.ds-date__day:disabled:hover { background:transparent;color:#c8c9ce; }
.ds-button { display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:51px;padding:0 22px;border:1px solid transparent;border-radius:10px;font-size:14px;font-weight:750;white-space:nowrap;transition:transform .2s ease,background .2s ease,border-color .2s ease; }
.ds-button:hover,.ds-button:focus { transform:translateY(-1px); }
.ds-button--primary { background:var(--ds-accent);color:#fff; }
.ds-button--primary:hover,.ds-button--primary:focus { background:var(--ds-accent-dark); }
.ds-button--dark { background:var(--ds-ink);color:#fff; }
.ds-button--line { border-color:#cfd1d7;background:#fff;color:var(--ds-ink); }
.ds-button--full { width:100%; }

.ds-section { padding:165px 0 144px; }
.ds-section__head { display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:50px; }
.ds-kicker { margin:0 0 15px;color:var(--ds-accent);font-size:13px;font-weight:800;letter-spacing:.1em; }
.ds-section h2,.ds-demo-section h2 { margin:0;font-size:clamp(34px,4.2vw,57px);line-height:1.18;letter-spacing:-.065em; }
.ds-text-link { padding-bottom:4px;border-bottom:1px solid var(--ds-ink);font-size:14px;font-weight:750; }
.ds-room-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:24px; }
.ds-room-card { overflow:hidden;background:#fff;border:1px solid var(--ds-line);border-radius:14px; }
.ds-room-card__img { display:block;overflow:hidden;aspect-ratio:1.16; }
.ds-room-card__img img { width:100%;height:100%;object-fit:cover;transition:transform .5s ease; }
.ds-room-card:hover .ds-room-card__img img { transform:scale(1.04); }
.ds-room-card__body { padding:23px 23px 25px; }
.ds-room-card__meta,.ds-room-list-card__meta { margin:0 0 9px;font-size:13px;font-weight:700;color:#868891; }
.ds-room-card h3 { margin:0 0 8px;font-size:23px;letter-spacing:-.045em; }
.ds-room-card__body > p:not(.ds-room-card__meta) { min-height:42px;margin:0;color:#63656d;font-size:14px;line-height:1.5; }
.ds-room-card__price { display:flex;align-items:baseline;gap:4px;margin-top:22px; }
.ds-room-card__price strong { font-size:18px;letter-spacing:-.035em; }
.ds-room-card__price span { color:#7c7e85;font-size:13px; }

.ds-demo-section { padding:88px 0;background:var(--ds-ink);color:#fff; }
.ds-demo-section__inner { display:flex;justify-content:space-between;gap:50px; }
.ds-demo-section .ds-kicker { color:#bdb0ff; }
.ds-demo-list { display:grid;grid-template-columns:repeat(3,1fr);gap:20px;min-width:600px;margin:0;padding:0;list-style:none; }
.ds-demo-list li { padding-top:17px;border-top:1px solid rgba(255,255,255,.25); }
.ds-demo-list strong { display:block;margin-bottom:42px;color:#bdb0ff;font-size:13px;letter-spacing:.1em; }
.ds-demo-list span { font-size:16px;font-weight:650; }
.ds-demo-section__link { display:flex;gap:22px;flex-wrap:wrap;margin-top:34px; }
.ds-demo-section__link a { display:inline-flex;align-items:center;gap:10px;padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.72);font-size:14px;font-weight:750; }

.ds-preview-hero { padding:177px 0 76px;background:linear-gradient(120deg,#f1efff 0%,#f8f8f7 62%,#e8e5fb 100%); }
.ds-preview-hero h1 { max-width:720px;margin:0;font-size:clamp(42px,5.5vw,70px);line-height:1.12;letter-spacing:-.07em; }
.ds-preview-hero > .ds-shell > p:last-child { max-width:520px;margin:20px 0 0;color:#5d5e66;font-size:16px;line-height:1.65; }
.ds-preview-page { padding:62px 0 128px; }
.ds-preview-notice { display:flex;align-items:center;gap:12px;margin-bottom:58px;padding:16px 18px;background:#f7f6ff;border:1px solid #dfd9ff;border-radius:12px;color:#585269;font-size:14px;line-height:1.5; }
.ds-preview-notice strong { flex:0 0 auto;color:#5035c1;font-size:14px; }
.ds-preview-head { display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px; }
.ds-preview-head h2,.ds-preview-panel h2 { margin:0;font-size:26px;letter-spacing:-.055em; }
.ds-preview-head > span,.ds-preview-panel__head > span { color:#7a7c84;font-size:13px;font-weight:650; }
.ds-preview-summary { display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:38px; }
.ds-preview-summary article { min-height:156px;padding:21px;border:1px solid var(--ds-line);border-radius:14px;background:#fff; }
.ds-preview-summary span { display:block;color:#74767e;font-size:14px;font-weight:700; }
.ds-preview-summary strong { display:block;margin:16px 0 9px;font-size:31px;line-height:1;letter-spacing:-.06em; }
.ds-preview-summary small { margin-left:2px;font-size:14px;font-weight:650;letter-spacing:0; }
.ds-preview-summary p { margin:0;color:#858790;font-size:13px;line-height:1.45; }
.ds-preview-grid { display:grid;grid-template-columns:1.1fr .9fr;gap:20px;margin:20px 0; }
.ds-preview-grid--detail { grid-template-columns:1fr 1fr;margin-top:20px; }
.ds-preview-panel { padding:24px;border:1px solid var(--ds-line);border-radius:14px;background:#fff; }
.ds-preview-panel__head { display:flex;align-items:start;justify-content:space-between;gap:16px;margin-bottom:22px; }
.ds-preview-panel__head p { margin:6px 0 0;color:#80828a;font-size:13px; }
.ds-preview-occupancy,.ds-preview-status { margin:0;padding:0;list-style:none; }
.ds-preview-occupancy li { display:grid;grid-template-columns:150px 1fr 42px;align-items:center;gap:16px;padding:15px 0;border-top:1px solid #ececef; }
.ds-preview-occupancy li:first-child,.ds-preview-status li:first-child { border-top:0; }
.ds-preview-occupancy strong { display:block;font-size:14px; }
.ds-preview-occupancy span { display:block;margin-top:3px;color:#858790;font-size:13px; }
.ds-preview-progress { overflow:hidden;height:8px;background:#efeff1;border-radius:99px; }
.ds-preview-progress i { display:block;height:100%;background:var(--ds-accent);border-radius:inherit; }
.ds-preview-occupancy b { text-align:right;font-size:14px; }
.ds-preview-status li { display:flex;align-items:center;gap:10px;padding:16px 0;border-top:1px solid #ececef; }
.ds-preview-status__dot { width:9px;height:9px;border-radius:50%;background:#a4a5ab; }
.ds-preview-status__dot--confirmed { background:var(--ds-accent); }
.ds-preview-status__dot--checkin { background:#d5782f; }
.ds-preview-status__dot--cancelled { background:#a3a3a8; }
.ds-preview-status strong,.ds-preview-status b { font-size:14px; }
.ds-preview-status b { margin-left:auto; }
.ds-preview-panel__guide { margin:20px 0 0;padding-top:16px;border-top:1px solid #ececef;color:#73757d;font-size:13px;line-height:1.6; }
.ds-preview-calendar-panel { margin:20px 0; }
.ds-preview-legend { display:flex;gap:12px;flex-wrap:wrap; }
.ds-preview-legend span { display:flex;align-items:center;gap:5px;color:#70727a;font-size:13px; }
.ds-preview-legend i { width:8px;height:8px;border-radius:50%; }
.ds-preview-legend .is-available { background:#c4dfce; }
.ds-preview-legend .is-reservation { background:#f0c7a4; }
.ds-preview-legend .is-block { background:#c9c9cd; }
.ds-preview-calendar { overflow-x:auto;border:1px solid #e5e5e9;border-radius:12px;background:#fbfbfc;box-shadow:0 8px 22px rgba(32,32,38,.035); }
.ds-preview-calendar table { width:100%;min-width:970px;border-collapse:separate;border-spacing:0; }
.ds-preview-calendar caption { position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap; }
.ds-preview-calendar th,.ds-preview-calendar td { height:62px;padding:9px 8px;border:0;border-right:1px solid #ececef;border-bottom:1px solid #ececef;text-align:center;vertical-align:middle; }
.ds-preview-calendar tr > :last-child { border-right:0; }
.ds-preview-calendar tbody tr:last-child > * { border-bottom:0; }
.ds-preview-calendar thead th { background:#f2f1f6;color:#555762;font-size:13px;font-weight:750; }
.ds-preview-calendar thead th:first-child { width:178px;text-align:left;padding-left:18px; }
.ds-preview-calendar thead small { display:block;margin-top:4px;color:#8b8d96;font-size:13px;font-weight:600; }
.ds-preview-calendar tbody tr:nth-child(even) td { background:#fff; }
.ds-preview-calendar tbody th { min-width:178px;padding-left:18px;background:#fafafd;text-align:left; }
.ds-preview-calendar tbody th strong,.ds-preview-calendar tbody th span { display:block;font-size:13px; }
.ds-preview-calendar tbody th strong { color:#303139;font-weight:750; }
.ds-preview-calendar tbody th span { margin-top:4px;color:#858790;font-weight:400; }
.ds-preview-calendar__state { display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:30px;padding:4px 7px;border:1px solid transparent;border-radius:8px;font-size:13px;font-weight:750;line-height:1.15; }
.ds-preview-calendar__state.is-available { background:#eef8f1;border-color:#dfefe4;color:#297247; }
.ds-preview-calendar__state.is-reservation { background:#fff0e4;border-color:#f8dfcb;color:#af5817; }
.ds-preview-calendar__state.is-block { background:#f0f0f2;border-color:#e2e2e5;color:#696a70; }
.ds-preview-detail { margin:0; }
.ds-preview-detail > div { display:grid;grid-template-columns:108px 1fr;gap:14px;padding:14px 0;border-top:1px solid #ececef; }
.ds-preview-detail > div:first-child { border-top:0;padding-top:0; }
.ds-preview-detail dt,.ds-preview-detail dd { margin:0;font-size:14px;line-height:1.55; }
.ds-preview-detail dt { color:#777981; }
.ds-preview-detail dd { color:#292a2e;font-weight:650; }
.ds-preview-status-label { display:inline-block;padding:4px 8px;background:#eeeaff;border-radius:4px;color:#5637d2;font-size:13px; }
.ds-preview-rate > div { display:grid;grid-template-columns:1fr auto;gap:5px 18px;padding:14px 0;border-top:1px solid #ececef; }
.ds-preview-rate > div:first-child { border-top:0;padding-top:0; }
.ds-preview-rate strong,.ds-preview-rate span,.ds-preview-rate b { font-size:14px;line-height:1.5; }
.ds-preview-rate span { grid-column:1;color:#7a7c84;font-size:13px; }
.ds-preview-rate b { grid-column:2;grid-row:1 / span 2;color:#583acb;font-size:13px;text-align:right; }
.ds-preview-next { display:flex;justify-content:space-between;gap:70px;margin-top:20px;padding:50px;background:var(--ds-ink);border-radius:16px;color:#fff; }
.ds-preview-next .ds-kicker { color:#bdb0ff; }
.ds-preview-next h2 { margin:0;font-size:clamp(28px,3.2vw,42px);line-height:1.2;letter-spacing:-.06em; }
.ds-preview-next ul { display:grid;grid-template-columns:repeat(2, minmax(180px,1fr));gap:0 42px;min-width:430px;margin:0;padding:0;list-style:none; }
.ds-preview-next li { padding:16px 0;border-top:1px solid rgba(255,255,255,.25);font-size:14px;font-weight:650; }
.ds-preview-actions { display:flex;justify-content:center;gap:10px;margin-top:36px; }

.ds-footer { padding:42px 0;background:#f4f4f3; }
.ds-footer__inner { display:flex;justify-content:space-between;gap:30px;width:calc(100% - 80px);max-width:1280px;margin:0 auto;color:#666971;font-size:13px;line-height:1.65; }
.ds-footer__inner p { margin:0; }
.ds-footer__brand { margin-bottom:3px !important;color:var(--ds-ink);font-size:16px;font-weight:850;letter-spacing:.08em; }
.ds-footer__notice { text-align:right; }

.ds-list-hero { padding:185px 0 66px;background:#1d1e22;color:#fff; }
.ds-list-hero h1 { font-size:clamp(42px,5vw,66px); }
.ds-list-wrap { padding:0 0 120px; }
.ds-search--compact { margin-top:-30px;box-shadow:0 12px 30px rgba(17,19,28,.11); }
.ds-search--compact .ds-search__form { grid-template-columns:1.2fr 1.2fr .85fr .85fr auto; }
.ds-search-result-head { display:flex;align-items:center;justify-content:space-between;margin:56px 0 21px; }
.ds-search-result-head p { margin:0;font-size:16px;color:#52545b; }
.ds-search-result-head strong { color:var(--ds-ink); }
.ds-search-result-head span { color:#777a82;font-size:13px; }
.ds-room-list { display:flex;flex-direction:column;gap:18px; }
.ds-room-list-card { display:grid;grid-template-columns:300px minmax(0,1fr) 230px;gap:27px;align-items:center;padding:16px;background:#fff;border:1px solid var(--ds-line);border-radius:14px; }
.ds-room-list-card__img { overflow:hidden;border-radius:9px;aspect-ratio:1.45; }
.ds-room-list-card__img img { width:100%;height:100%;object-fit:cover; }
.ds-room-list-card__info h2 { margin:0 0 9px;font-size:25px;letter-spacing:-.05em; }
.ds-room-list-card__info > p:not(.ds-room-list-card__meta) { margin:0;color:#62656c;font-size:14px;line-height:1.55; }
.ds-room-list-card__info ul { display:flex;flex-wrap:wrap;gap:7px;margin:18px 0 0;padding:0;list-style:none; }
.ds-room-list-card__info li { padding:7px 10px;background:#f5f5f5;border-radius:6px;color:#666870;font-size:13px;font-weight:650; }
.ds-room-list-card__price { display:flex;align-items:flex-end;flex-direction:column;gap:7px;text-align:right; }
.ds-room-list-card__price p,.ds-room-list-card__price span { margin:0;color:#7c7f87;font-size:13px; }
.ds-room-list-card__price strong { font-size:22px;letter-spacing:-.045em; }
.ds-room-list-card__price .ds-button { width:100%;margin-top:9px; }
.ds-empty-state { width:100%;margin:0;padding:46px 20px;border:1px solid var(--line);border-radius:18px;color:var(--muted);font-size:15px;text-align:center; }

.ds-room-hero { padding:170px 0 68px;background:#1d1e22;color:#fff; }
.ds-back-link { display:inline-block;margin-bottom:45px;color:rgba(255,255,255,.75);font-size:14px; }
.ds-room-hero__meta { margin:0 0 11px;color:#aaa6ba;font-size:13px;font-weight:700; }
.ds-room-hero h1 { margin:0;font-size:clamp(46px,5vw,68px);line-height:1;letter-spacing:-.065em; }
.ds-room-hero p:not(.ds-room-hero__meta) { margin:19px 0 0;color:#d1d1d6;font-size:16px; }
.ds-room-detail { padding:38px 0 132px; }
.ds-gallery { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:235px 235px;grid-auto-rows:235px;gap:8px;overflow:hidden;border-radius:14px; }
.ds-gallery__main { position:relative;grid-row:span 2;grid-column:span 2;overflow:hidden; }
.ds-gallery__side { min-width:0;overflow:hidden; }
.ds-gallery img { width:100%;height:100%;object-fit:cover;transition:transform .25s ease; }
.ds-gallery a:hover img { transform:scale(1.025); }
.ds-gallery__count { position:absolute;right:12px;bottom:12px;display:inline-flex;align-items:center;min-height:29px;padding:0 10px;background:rgba(23,24,27,.72);border:1px solid rgba(255,255,255,.28);border-radius:99px;color:#fff;font-size:12px;font-weight:750;letter-spacing:.01em;backdrop-filter:blur(4px); }
.ds-gallery--1 { grid-template-columns:1fr;grid-template-rows:470px; }
.ds-gallery--1 .ds-gallery__main { grid-column:auto;grid-row:auto; }
.ds-gallery--2 .ds-gallery__side { grid-column:span 2;grid-row:span 2; }
.ds-gallery--3 .ds-gallery__side { grid-column:span 2; }
.ds-gallery-all { margin-top:13px;border:1px solid var(--ds-line);border-radius:10px;background:#fff; }
.ds-gallery-all summary { padding:14px 17px;color:#42444b;font-size:14px;font-weight:750;cursor:pointer; }
.ds-gallery-all > div { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0 13px 13px; }
.ds-gallery-all img { width:100%;aspect-ratio:1.25;object-fit:cover;border-radius:7px; }
.ds-room-layout { display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:92px;margin-top:84px; }
.ds-room-content h2 { margin:0;font-size:43px;letter-spacing:-.065em; }
.ds-room-content__lead { max-width:610px;margin:24px 0 43px;color:#50525a;font-size:17px;line-height:1.8; }
.ds-room-info { display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--ds-line);border-left:1px solid var(--ds-line); }
.ds-room-info div { display:flex;flex-direction:column;gap:8px;padding:18px 20px;border-right:1px solid var(--ds-line);border-bottom:1px solid var(--ds-line); }
.ds-room-info span { color:#81838b;font-size:13px;font-weight:650; }
.ds-room-info strong { font-size:14px; }
.ds-room-feature-block { margin-top:51px; }
.ds-room-feature-block h3 { margin:0 0 19px;font-size:19px;letter-spacing:-.04em; }
.ds-feature-list { display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin:0;padding:0;list-style:none; }
.ds-feature-list li { position:relative;padding-left:19px;color:#666971;font-size:14px; }
.ds-feature-list li:before { position:absolute;top:7px;left:0;width:5px;height:5px;background:var(--ds-accent);border-radius:50%;content:''; }
.ds-booking-card { position:sticky;top:20px;align-self:start;padding:25px;background:#fff;border:1px solid var(--ds-line);border-radius:14px;box-shadow:0 12px 30px rgba(20,22,29,.08); }
.ds-booking-card__head { display:flex;align-items:center;justify-content:space-between;margin-bottom:23px; }
.ds-booking-card__head h2 { margin:0;font-size:21px;letter-spacing:-.045em; }
.ds-booking-card__head span { padding:6px 9px;background:#f1eeff;border-radius:5px;color:#6343df;font-size:13px;font-weight:750; }
.ds-booking-card__field-wrap { display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--ds-line);border-radius:8px; }
.ds-booking-card label { display:flex;flex-direction:column;gap:6px;padding:12px;border-right:1px solid var(--ds-line); }
.ds-booking-card label:last-child { border-right:0; }
.ds-booking-card label span { color:#767982;font-size:13px;font-weight:750; }
.ds-booking-card input,.ds-booking-card select { padding:0;background:transparent;border:0;outline:0;color:var(--ds-ink);font-size:13px;font-weight:700; }
.ds-booking-card__guest { margin-top:10px;border:1px solid var(--ds-line);border-radius:8px; }
.ds-booking-card__guest .ds-select__trigger { font-size:13px;font-weight:700; }
.ds-booking-card__guest .ds-select__menu { top:calc(100% + 9px);left:-13px;min-width:calc(100% + 26px); }
.ds-booking-card .ds-date__trigger { font-size:13px;font-weight:700; }
.ds-booking-card .ds-date__picker { top:calc(100% + 9px);left:-13px; }
.ds-booking-card__calc { margin:22px 0 20px; }
.ds-booking-card__calc > div { display:flex;justify-content:space-between;gap:12px;padding:8px 0;color:#676a72;font-size:13px; }
.ds-booking-card__calc strong { color:var(--ds-ink);font-size:14px; }
.ds-booking-card__total { margin-top:5px;padding-top:16px !important;border-top:1px solid var(--ds-line);color:var(--ds-ink) !important;font-weight:750; }
.ds-booking-card__total strong { font-size:21px !important;letter-spacing:-.04em; }
.ds-booking-card__notice { margin:13px 0 0;color:#777a82;font-size:13px;line-height:1.55;text-align:center; }

.ds-reserve-page { padding:158px 0 126px; }
.ds-reserve-page__head { max-width:660px; }
.ds-reserve-page h1 { color:var(--ds-ink);font-size:clamp(42px,5vw,68px); }
.ds-reserve-page__head > p:last-child { margin:22px 0 0;color:#666971;font-size:16px;line-height:1.7; }
.ds-reserve-layout { display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:64px;margin-top:66px; }
.ds-reserve-summary { display:flex;gap:24px;padding:17px;border-top:1px solid var(--ds-ink);border-bottom:1px solid var(--ds-line); }
.ds-reserve-summary img { width:220px;height:150px;border-radius:10px;object-fit:cover; }
.ds-reserve-summary h2 { margin:0 0 14px;font-size:25px;letter-spacing:-.05em; }
.ds-reserve-summary p:not(.ds-room-list-card__meta) { margin:6px 0;color:#656871;font-size:14px; }
.ds-reserve-price-card { padding:26px;background:#fff;border:1px solid var(--ds-line);border-radius:14px;box-shadow:0 12px 30px rgba(20,22,29,.08); }
.ds-reserve-price-card h2 { margin:0 0 20px;font-size:20px;letter-spacing:-.04em; }
.ds-reserve-price-card > div { display:flex;justify-content:space-between;gap:10px;padding:9px 0;color:#676a72;font-size:14px; }
.ds-reserve-price-card > div strong { color:var(--ds-ink);font-size:14px; }
.ds-reserve-price-card__total { margin:8px 0 19px;padding-top:18px !important;border-top:1px solid var(--ds-line);color:var(--ds-ink) !important;font-weight:750; }
.ds-reserve-price-card__total strong { font-size:21px !important;letter-spacing:-.04em; }
.ds-reserve-price-card__notice { margin:0 0 17px;color:#777a82;font-size:13px;line-height:1.55; }
.ds-option-list { display:block !important;margin:20px 0 12px;padding:17px 0 5px !important;border-top:1px solid var(--ds-line); }
.ds-option-list h3 { margin:0 0 10px;color:var(--ds-ink);font-size:16px;letter-spacing:-.03em; }
.ds-option-item { display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0; }
.ds-option-item > span:first-child { display:flex;flex:1;flex-direction:column;gap:4px; }
.ds-option-item strong { color:var(--ds-ink);font-size:14px; }
.ds-option-item small { color:#747780;font-size:13px;line-height:1.45; }
.ds-option-item__control { display:flex;align-items:center;gap:8px; }
.ds-option-item__control em { color:#656871;font-size:13px;font-style:normal;white-space:nowrap; }
.ds-option-item__control input { width:48px;min-height:34px;padding:4px;border:1px solid var(--ds-line);border-radius:6px;font-size:14px;text-align:center; }
.ds-option-list__empty { margin:0;color:#777a82;font-size:13px; }
.ds-form-section { margin:24px 0 8px;padding:21px 0 2px;border-top:1px solid var(--ds-line); }
.ds-form-section__head { display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px; }
.ds-form-section__head h3 { margin:0;color:var(--ds-ink);font-size:17px;letter-spacing:-.035em; }
.ds-form-section__head h3 b,.ds-guest-form__field b { display:inline-flex;align-items:center;min-height:20px;margin-left:5px;padding:0 6px;background:#eeeaff;border-radius:99px;color:#5a3bd2;font-size:11px;font-weight:800;letter-spacing:0;vertical-align:2px; }
.ds-form-section__head > p { max-width:260px;margin:1px 0 0;color:#747780;font-size:12px;line-height:1.5;text-align:right; }
.ds-guest-form__fields { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 12px; }
.ds-guest-form__field { display:block;color:#292c33;font-size:14px;font-weight:750; }
.ds-guest-form__field > span { display:block;margin-bottom:7px; }
.ds-guest-form__field small { margin-left:3px;color:#7a7d85;font-size:12px;font-weight:650; }
.ds-guest-form__field:nth-child(3),.ds-guest-form__field:nth-child(4) { grid-column:span 2; }
.ds-guest-form__field input,.ds-guest-form__field textarea { display:block;width:100%;min-height:50px;padding:12px 13px;border:1px solid #c7c8cf;border-radius:8px;outline:0;background:#fff;color:#1f2228;font:inherit;font-size:16px;font-weight:500;line-height:1.35;transition:border-color .16s ease,box-shadow .16s ease; }
.ds-guest-form__field textarea { min-height:92px;resize:vertical; }
.ds-guest-form__field input::placeholder,.ds-guest-form__field textarea::placeholder { color:#a1a3aa; }
.ds-guest-form__field input:hover,.ds-guest-form__field textarea:hover { border-color:#9e9fa9; }
.ds-guest-form__field input:focus,.ds-guest-form__field textarea:focus { border-color:#6948ee;box-shadow:0 0 0 3px rgba(105,72,238,.13); }
.ds-guest-form__privacy { margin:13px 0 0;padding-left:16px;position:relative;color:#73757d;font-size:12px;line-height:1.5; }
.ds-guest-form__privacy:before { position:absolute;top:3px;left:0;width:11px;height:11px;border:1px solid #9a8bed;border-radius:50%;color:#6948ee;content:'✓';font-size:8px;font-weight:900;line-height:10px;text-align:center; }
.ds-consent-list { padding-bottom:12px; }
.ds-consent-document { margin-top:10px;border:1px solid #e1e1e6;border-radius:9px;background:#fff;transition:border-color .16s ease; }
.ds-consent-document[open] { border-color:#cfc6f8; }
.ds-consent-document summary { display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:12px 14px;cursor:pointer;list-style:none; }
.ds-consent-document summary::-webkit-details-marker { display:none; }
.ds-consent-document summary strong { color:#3c3d45;font-size:13px; }
.ds-consent-document summary span { display:flex;align-items:center;gap:5px;flex:0 0 auto;color:#6748df;font-size:12px;font-weight:750; }
.ds-consent-document summary i { font-size:16px;font-style:normal;line-height:1;transition:transform .16s ease; }
.ds-consent-document[open] summary i { transform:rotate(180deg); }
.ds-consent-document p { margin:0;padding:0 14px 14px;color:#686b74;font-size:13px;line-height:1.65; }
.ds-consent-check { position:relative;display:flex;align-items:center;gap:11px;min-height:62px;margin-top:8px;padding:10px 12px;border:1.5px solid #b9bac3;border-radius:10px;background:#fff;color:#30333a;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease; }
.ds-consent-check:hover { border-color:#8f7ce6;background:#fcfbff; }
.ds-consent-check:focus-within { border-color:#6948ee;box-shadow:0 0 0 3px rgba(105,72,238,.13); }
.ds-consent-check input { position:absolute;width:1px;height:1px;opacity:0; }
.ds-consent-check__box { display:grid;place-items:center;flex:0 0 auto;width:24px;height:24px;border:2px solid #8a8d96;border-radius:7px;background:#fff;color:transparent;font-size:15px;font-weight:900;line-height:1;transition:background .16s ease,border-color .16s ease,color .16s ease; }
.ds-consent-check input:checked + .ds-consent-check__box { border-color:#6948ee;background:#6948ee;color:#fff; }
.ds-consent-check__text { display:flex;min-width:0;flex:1;flex-direction:column;gap:2px; }
.ds-consent-check__text strong { overflow:hidden;color:var(--ds-ink);font-size:14px;text-overflow:ellipsis;white-space:nowrap; }
.ds-consent-check__text small { color:#747780;font-size:12px;line-height:1.35; }
.ds-consent-check__required { flex:0 0 auto;padding:4px 6px;background:#f1efff;border-radius:4px;color:#5c3cd5;font-size:11px;font-weight:800; }
.ds-my-page { padding:158px 0 120px; }
.ds-my-list { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:56px; }
.ds-my-card { padding:25px;border:1px solid var(--ds-line);border-radius:14px;background:#fff; }
.ds-my-card__head { display:flex;justify-content:space-between;gap:18px; }
.ds-my-card__head h2 { margin:11px 0 5px;font-size:22px;letter-spacing:-.045em; }
.ds-my-card__head p { margin:0;color:#777a82;font-size:13px;letter-spacing:.03em; }
.ds-my-card__head > strong { font-size:18px;white-space:nowrap; }
.ds-status { display:inline-flex;min-height:25px;align-items:center;padding:0 8px;border-radius:5px;font-size:13px;font-weight:700; }
.ds-status--confirmed { background:#eeeaff;color:#5435cf; }
.ds-status--cancelled,.ds-status--expired { background:#f1f1f1;color:#6f7177; }
.ds-my-card dl { margin:21px 0 18px;border-top:1px solid var(--ds-line); }
.ds-my-card dl div { display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid var(--ds-line); }
.ds-my-card dt { color:#777a82;font-size:13px; }
.ds-my-card dd { margin:0;font-size:14px;font-weight:650;text-align:right; }

.ds-complete-page { display:grid;place-items:center;min-height:calc(100vh - 180px);padding:145px 0 90px; }
.ds-complete-card { width:100%;max-width:680px;padding:54px;background:#fff;border:1px solid var(--ds-line);border-radius:20px;box-shadow:0 18px 55px rgba(20,22,29,.1);text-align:center; }
.ds-complete-card__check { display:grid;place-items:center;width:52px;height:52px;margin:0 auto 24px;background:#e8e2ff;border-radius:50%;color:var(--ds-accent);font-size:28px;font-weight:800; }
.ds-complete-card h1 { max-width:none;color:var(--ds-ink);font-size:48px; }
.ds-complete-card > p:not(.ds-demo-badge) { max-width:460px;margin:21px auto 0;color:#666971;font-size:15px;line-height:1.7; }
.ds-complete-card__number { display:flex;flex-direction:column;gap:5px;margin:31px 0;padding:18px;background:#f6f5fb;border-radius:10px; }
.ds-complete-card__number span { color:#777984;font-size:13px;font-weight:650; }
.ds-complete-card__number strong { font-size:18px;letter-spacing:.06em; }
.ds-complete-card dl { margin:0;border-top:1px solid var(--ds-line);text-align:left; }
.ds-complete-card dl div { display:flex;justify-content:space-between;gap:24px;padding:15px 0;border-bottom:1px solid var(--ds-line); }
.ds-complete-card dt { color:#777984;font-size:13px; }
.ds-complete-card dd { margin:0;font-size:14px;font-weight:700; }
.ds-complete-flow { display:flex;justify-content:center;gap:0;margin:28px 0 0;padding:0;list-style:none; }
.ds-complete-flow li { position:relative;min-width:126px;padding-top:23px;color:#93959c;font-size:13px;font-weight:700; }
.ds-complete-flow li:before { position:absolute;z-index:1;top:0;left:50%;width:10px;height:10px;background:#d9d9de;border-radius:50%;content:'';transform:translateX(-50%); }
.ds-complete-flow li:not(:last-child):after { position:absolute;top:4px;left:50%;width:100%;height:2px;background:#e2e2e6;content:''; }
.ds-complete-flow li.is-current { color:#5637d2; }
.ds-complete-flow li.is-current:before { background:var(--ds-accent);box-shadow:0 0 0 5px #eeeaff; }
.ds-complete-next { margin-top:28px;padding:24px;background:#f7f6fb;border-radius:12px;text-align:left; }
.ds-complete-next > p { margin:0 0 8px;color:#6748df;font-size:13px;font-weight:800;letter-spacing:.08em; }
.ds-complete-next h2 { margin:0;color:var(--ds-ink);font-size:21px;line-height:1.3;letter-spacing:-.045em; }
.ds-complete-next ul { display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0 0;padding:0;list-style:none; }
.ds-complete-next li { min-height:78px;padding:12px;border:1px solid #e2e0e9;border-radius:8px;background:#fff; }
.ds-complete-next strong,.ds-complete-next span { display:block; }
.ds-complete-next strong { margin-bottom:5px;color:#383944;font-size:13px; }
.ds-complete-next span { color:#777984;font-size:13px;line-height:1.45; }
.ds-complete-card__actions { display:flex;justify-content:center;gap:9px;margin-top:29px; }

.ds-showcase-hero { padding:183px 0 99px;background:linear-gradient(130deg,#f1efff 0%,#fbfbfa 58%,#e7e2fc 100%); }
.ds-showcase-hero h1 { max-width:820px;margin:0;color:var(--ds-ink);font-size:clamp(46px,6vw,78px);line-height:1.08;letter-spacing:-.075em; }
.ds-showcase-hero > .ds-shell > p:not(.ds-demo-badge) { max-width:650px;margin:25px 0 0;color:#5e6068;font-size:17px;line-height:1.72; }
.ds-showcase-hero__actions { display:flex;gap:9px;flex-wrap:wrap;margin-top:33px; }
.ds-showcase-section { padding:134px 0; }
.ds-showcase-heading { max-width:760px;margin-bottom:50px; }
.ds-showcase-heading h2 { margin:0;color:var(--ds-ink);font-size:clamp(37px,4.6vw,62px);line-height:1.16;letter-spacing:-.07em; }
.ds-showcase-heading > p:last-child { max-width:610px;margin:21px 0 0;color:#656870;font-size:16px;line-height:1.7; }
.ds-showcase-capability { display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }
.ds-showcase-capability article { min-height:370px;padding:27px;border:1px solid var(--ds-line);border-radius:15px;background:#fff; }
.ds-showcase-capability article > span { color:var(--ds-accent);font-size:13px;font-weight:850;letter-spacing:.1em; }
.ds-showcase-capability h3 { margin:29px 0 12px;font-size:25px;letter-spacing:-.055em; }
.ds-showcase-capability p { min-height:72px;margin:0;color:#666971;font-size:14px;line-height:1.65; }
.ds-showcase-capability ul { margin:28px 0 0;padding:0;list-style:none; }
.ds-showcase-capability li { position:relative;margin-top:10px;padding-left:14px;color:#454750;font-size:13px;font-weight:650; }
.ds-showcase-capability li:before { position:absolute;top:7px;left:0;width:5px;height:5px;background:#a695f4;border-radius:50%;content:''; }
.ds-showcase-difference { padding:119px 0;background:linear-gradient(135deg,#f0edff 0%,#f8f7ff 58%,#eeecf8 100%); }
.ds-showcase-difference__heading { max-width:800px; }
.ds-showcase-difference__heading h2 { max-width:780px;margin:0;color:var(--ds-ink);font-size:clamp(37px,4.6vw,62px);line-height:1.16;letter-spacing:-.07em; }
.ds-showcase-difference__heading > p:last-child { max-width:630px;margin:21px 0 0;color:#5f6169;font-size:16px;line-height:1.7; }
.ds-showcase-difference__grid { display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:50px; }
.ds-showcase-difference__grid article { min-height:316px;padding:28px;border:1px solid rgba(111,95,188,.22);border-radius:16px;background:rgba(255,255,255,.78);box-shadow:0 15px 34px rgba(57,49,103,.05); }
.ds-showcase-difference__grid article > span { color:#5c43d5;font-size:13px;font-weight:850;letter-spacing:.1em; }
.ds-showcase-difference__grid h3 { margin:30px 0 13px;color:#28272f;font-size:24px;line-height:1.28;letter-spacing:-.055em; }
.ds-showcase-difference__grid p { margin:0;color:#65676f;font-size:14px;line-height:1.7; }
.ds-showcase-difference__scope { max-width:790px;margin:22px 0 0;padding:16px 18px;border:1px solid rgba(111,95,188,.18);border-radius:10px;background:rgba(255,255,255,.48);color:#62636b;font-size:13px;line-height:1.65; }
.ds-showcase-flow { padding:119px 0;background:var(--ds-ink);color:#fff; }
.ds-showcase-heading--light h2 { color:#fff; }
.ds-showcase-flow .ds-kicker { color:#c5b9ff; }
.ds-showcase-flow ol { display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:53px 0 0;padding:0;list-style:none; }
.ds-showcase-flow li { min-height:180px;padding:24px 25px;border-top:1px solid rgba(255,255,255,.28);border-left:1px solid rgba(255,255,255,.28); }
.ds-showcase-flow li:first-child { border-left:0; }
.ds-showcase-flow strong,.ds-showcase-flow span { display:block; }
.ds-showcase-flow strong { margin-bottom:14px;color:#d0c6ff;font-size:19px;letter-spacing:-.04em; }
.ds-showcase-flow span { color:rgba(255,255,255,.72);font-size:14px;line-height:1.65; }
.ds-showcase-trust { display:grid;grid-template-columns:repeat(2,1fr);gap:16px; }
.ds-showcase-trust article { min-height:204px;padding:27px;border:1px solid var(--ds-line);border-radius:15px;background:#fafaf9; }
.ds-showcase-trust b { display:inline-flex;align-items:center;min-height:26px;padding:0 9px;background:#ece8ff;border-radius:5px;color:#593bd0;font-size:13px; }
.ds-showcase-trust h3 { margin:18px 0 9px;font-size:21px;letter-spacing:-.045em; }
.ds-showcase-trust p { margin:0;color:#686a72;font-size:14px;line-height:1.65; }
.ds-showcase-cta { padding:67px 0;background:#efedff; }
.ds-showcase-cta > .ds-shell { display:flex;align-items:center;justify-content:space-between;gap:36px; }
.ds-showcase-cta h2 { margin:0;color:var(--ds-ink);font-size:clamp(30px,3.7vw,48px);line-height:1.18;letter-spacing:-.065em; }
.ds-showcase-cta .ds-kicker { margin-bottom:12px; }
.ds-showcase-cta > .ds-shell > div:last-child { display:flex;gap:9px;flex-wrap:wrap; }
.ds-preview-option-panel { margin-top:20px; }
.ds-preview-option-list { display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0;padding:0;list-style:none; }
.ds-preview-option-list li { padding:16px;border:1px solid #e8e7ec;border-radius:8px;background:#fafafa; }
.ds-preview-option-list span,.ds-preview-option-list strong,.ds-preview-option-list b { display:block; }
.ds-preview-option-list span { margin-bottom:10px;color:#7b7d85;font-size:13px; }
.ds-preview-option-list strong { color:#31323a;font-size:15px; }
.ds-preview-option-list b { margin-top:6px;color:#6546d4;font-size:13px; }

@media (max-width:1024px) {
	.ds-shell { width:calc(100% - 48px); }
	.ds-header__inner,.ds-footer__inner { width:calc(100% - 48px); }
	.ds-nav { margin-left:42px;gap:21px; }
	.ds-hero { min-height:670px;padding-top:185px; }
	.ds-demo-section__inner { flex-direction:column; }
	.ds-preview-hero { padding:145px 0 60px; }
	.ds-preview-summary { grid-template-columns:repeat(2,1fr); }
	.ds-preview-grid,.ds-preview-grid--detail { grid-template-columns:1fr; }
	.ds-preview-next { flex-direction:column;gap:30px; }
	.ds-showcase-capability { grid-template-columns:1fr; }
	.ds-showcase-capability article { min-height:0; }
	.ds-showcase-capability p { min-height:0; }
	.ds-showcase-difference__grid { grid-template-columns:1fr; }
	.ds-showcase-difference__grid article { min-height:0; }
	.ds-showcase-flow ol { grid-template-columns:repeat(2,1fr); }
	.ds-showcase-flow li:nth-child(3) { border-left:0; }
	.ds-room-list-card { grid-template-columns:240px minmax(0,1fr); }
	.ds-room-list-card__price { grid-column:2;align-items:flex-start;text-align:left; }
	.ds-room-list-card__price .ds-button { width:auto; }
	.ds-room-layout,.ds-reserve-layout { grid-template-columns:minmax(0,1fr) 340px;gap:42px; }
}

@media (max-width:760px) {
	.ds-shell { width:calc(100% - 32px); }
	.ds-header__inner,.ds-footer__inner { width:calc(100% - 32px);height:70px; }
	.ds-logo__text { font-size:16px; }
	.ds-nav { display:none; }
	.ds-header__back { font-size:13px; }
	.ds-hero { min-height:650px;padding:151px 0 128px;background-position:64% center; }
	.ds-hero h1,.ds-list-hero h1,.ds-reserve-page h1 { font-size:44px; }
	.ds-hero__copy { max-width:340px;font-size:15px; }
	.ds-search { margin-top:-65px;padding:9px;border-radius:13px; }
	.ds-search__form,.ds-search--compact .ds-search__form { grid-template-columns:1fr 1fr; }
	.ds-search__field { min-height:64px;padding:10px 12px;border-bottom:1px solid var(--ds-line); }
	.ds-search__field:nth-child(2) { border-right:0; }
	.ds-search__field:nth-child(2) .ds-date__picker { right:-12px;left:auto; }
	.ds-search__field--guest { border-bottom:0;border-right:1px solid var(--ds-line); }
	.ds-search .ds-button { min-height:56px;margin:5px 0 0; }
	.ds-section { padding:98px 0 86px; }
	.ds-section__head { align-items:flex-start;flex-direction:column;margin-bottom:30px; }
	.ds-section h2,.ds-demo-section h2 { font-size:37px; }
	.ds-room-grid { grid-template-columns:1fr;gap:15px; }
	.ds-room-card__img { aspect-ratio:1.45; }
	.ds-room-card__body { padding:19px; }
	.ds-demo-section { padding:65px 0; }
	.ds-demo-list { grid-template-columns:1fr;gap:12px;min-width:0; }
	.ds-demo-list li { display:flex;align-items:center;gap:15px;padding:13px 0; }
	.ds-demo-list strong { margin:0; }
	.ds-demo-section__link { gap:18px; }
	.ds-preview-page { padding:38px 0 82px; }
	.ds-preview-notice { align-items:flex-start;flex-direction:column;gap:5px;margin-bottom:38px; }
	.ds-preview-head { align-items:start;flex-direction:column;margin-bottom:18px; }
	.ds-preview-summary { grid-template-columns:1fr;gap:10px; }
	.ds-preview-summary article { min-height:126px; }
	.ds-preview-panel { padding:18px; }
	.ds-preview-panel__head { align-items:start;flex-direction:column;gap:8px; }
	.ds-preview-occupancy li { grid-template-columns:1fr 40px;gap:8px 14px; }
	.ds-preview-progress { grid-column:1; }
	.ds-preview-occupancy b { grid-column:2;grid-row:1 / span 2;align-self:center; }
	.ds-preview-next { margin-top:12px;padding:28px 22px; }
	.ds-preview-next ul { grid-template-columns:1fr;min-width:0; }
	.ds-preview-actions { align-items:stretch;flex-direction:column; }
	.ds-preview-option-list { grid-template-columns:1fr; }
	.ds-footer__inner { flex-direction:column; }
	.ds-footer__notice { text-align:left; }
	.ds-list-hero,.ds-room-hero { padding:128px 0 49px; }
	.ds-list-wrap { padding-bottom:76px; }
	.ds-search-result-head { align-items:flex-start;flex-direction:column;gap:8px;margin:35px 0 16px; }
	.ds-search-result-head p { font-size:14px; }
	.ds-room-list-card { grid-template-columns:1fr;gap:17px;padding:11px; }
	.ds-room-list-card__img { aspect-ratio:1.5; }
	.ds-room-list-card__info { padding:0 7px; }
	.ds-room-list-card__info h2 { font-size:23px; }
	.ds-room-list-card__price { grid-column:auto;align-items:flex-start;padding:0 7px 8px;text-align:left; }
	.ds-room-list-card__price .ds-button { width:100%; }
	.ds-back-link { margin-bottom:32px; }
	.ds-room-hero h1 { font-size:45px; }
	.ds-room-detail { padding:18px 0 80px; }
	.ds-gallery { grid-template-columns:1fr 1fr;grid-template-rows:210px;grid-auto-rows:142px;gap:6px;border-radius:11px; }
	.ds-gallery__main { grid-column:span 2;grid-row:auto; }
	.ds-gallery--1 { grid-template-columns:1fr;grid-template-rows:260px; }
	.ds-gallery--2 .ds-gallery__side { grid-column:span 2;grid-row:auto; }
	.ds-gallery--3 .ds-gallery__side,.ds-gallery--5 .ds-gallery__side { grid-column:auto; }
	.ds-gallery--4 .ds-gallery__side:nth-child(4) { grid-column:span 2; }
	.ds-gallery__count { right:10px;bottom:10px;min-height:30px;padding:0 11px;font-size:12px; }
	.ds-gallery-all > div { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.ds-room-layout,.ds-reserve-layout { grid-template-columns:1fr;gap:38px;margin-top:48px; }
	.ds-room-content h2 { font-size:36px; }
	.ds-room-content__lead { margin:18px 0 32px;font-size:15px; }
	.ds-feature-list { grid-template-columns:1fr; }
	.ds-booking-card { position:static; }
	.ds-reserve-page { padding:116px 0 73px; }
	.ds-reserve-layout { margin-top:43px; }
	.ds-reserve-summary { align-items:flex-start;flex-direction:column;gap:17px; }
	.ds-reserve-summary img { width:100%;height:auto;aspect-ratio:1.65; }
	.ds-form-section { margin-top:22px;padding-top:19px; }
	.ds-form-section__head { display:block;margin-bottom:15px; }
	.ds-form-section__head > p { max-width:none;margin-top:6px;text-align:left; }
	.ds-guest-form__fields { grid-template-columns:1fr;gap:14px; }
	.ds-guest-form__field:nth-child(3),.ds-guest-form__field:nth-child(4) { grid-column:auto; }
	.ds-guest-form__field input,.ds-guest-form__field textarea { min-height:54px;padding:14px;border-width:1.5px;font-size:16px; }
	.ds-guest-form__field textarea { min-height:108px; }
	.ds-consent-document summary { min-height:52px;padding:14px; }
	.ds-consent-check { min-height:68px;gap:12px;margin-top:9px;padding:11px 13px; }
	.ds-consent-check__box { width:27px;height:27px;border-radius:8px; }
	.ds-consent-check__text strong { font-size:15px; }
	.ds-consent-check__text small { font-size:12px; }
	.ds-complete-page { min-height:auto;padding:110px 0 66px; }
	.ds-complete-card { padding:39px 20px; }
	.ds-complete-card h1 { font-size:39px; }
	.ds-complete-flow li { min-width:0;flex:1;font-size:13px; }
	.ds-complete-next { padding:20px 15px; }
	.ds-complete-next ul { grid-template-columns:1fr; }
	.ds-complete-card__actions { flex-direction:column; }
	.ds-showcase-hero { padding:132px 0 72px; }
	.ds-showcase-hero h1 { font-size:44px; }
	.ds-showcase-hero > .ds-shell > p:not(.ds-demo-badge) { font-size:15px; }
	.ds-showcase-section { padding:84px 0; }
	.ds-showcase-difference { padding:84px 0; }
	.ds-showcase-heading { margin-bottom:30px; }
	.ds-showcase-heading h2 { font-size:37px; }
	.ds-showcase-heading > p:last-child { font-size:15px; }
	.ds-showcase-difference__heading h2 { font-size:37px; }
	.ds-showcase-difference__heading > p:last-child { font-size:15px; }
	.ds-showcase-difference__grid { gap:12px;margin-top:30px; }
	.ds-showcase-difference__grid article { padding:22px; }
	.ds-showcase-difference__grid h3 { margin:22px 0 10px;font-size:22px; }
	.ds-showcase-difference__scope { margin-top:14px;padding:14px;font-size:13px; }
	.ds-showcase-capability article,.ds-showcase-trust article { padding:22px; }
	.ds-showcase-flow { padding:79px 0; }
	.ds-showcase-flow ol { grid-template-columns:1fr;margin-top:34px; }
	.ds-showcase-flow li,.ds-showcase-flow li:nth-child(3) { min-height:0;padding:20px 0;border-left:0; }
	.ds-showcase-trust { grid-template-columns:1fr; }
	.ds-showcase-cta { padding:48px 0; }
	.ds-showcase-cta > .ds-shell { align-items:flex-start;flex-direction:column;gap:27px; }
	.ds-my-page { padding:116px 0 76px; }
	.ds-my-list { grid-template-columns:1fr;margin-top:42px; }
}
