/* Exact screen regions from Sorom Lean Web.dc.html p-book/p-hotel/p-quote. */
.bk-page{max-width:1048px;min-width:0;display:flex;flex-direction:column;gap:20px}
.bk-page .bk-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}
.bk-page .bk-head h1{font-family:var(--display);font-size:24px;line-height:1.2;font-weight:500;letter-spacing:-.02em;margin:2px 0 0}
.bk-page.bk-concierge .bk-head h1{font-size:32px}.bk-page .bk-head h1 em{font-weight:300}.bk-page .bk-head h1 strong{font-weight:700}
.bk-page .bk-header-actions{display:flex;flex-wrap:wrap;gap:8px}.bk-page .bk-header-actions .btn{min-height:36px;padding:0 14px;font-size:12.5px;font-weight:500}
.bk-page .bk-columns{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:24px}
.bk-page .bk-main{display:flex;flex-direction:column;gap:22px;min-width:0}.bk-page .bk-sidebar{display:flex;flex-direction:column;gap:14px;min-width:0}
.bk-page .bk-panel{padding:16px;background:var(--card);border:1px solid var(--line);border-radius:16px;min-width:0}
.bk-page .bk-panel p{font-size:13px;line-height:1.55;margin:8px 0 0;overflow-wrap:anywhere}.bk-page .bk-panel h3{font-family:var(--display);font-size:16px;font-weight:500}
.bk-page .bk-panel h3.kicker{font:500 11px var(--mono);letter-spacing:.05em;color:var(--muted)}
.bk-page .input:focus{border-color:var(--terracotta);box-shadow:0 0 0 .5px var(--terracotta)}
.bk-page .input[aria-invalid="true"]{border-color:var(--rose);box-shadow:0 0 0 .5px var(--rose)}
.bk-page .tag-golden{background:#F2C94C;color:#4A3A00}
.bk-page .bk-hero{position:relative;overflow:hidden;border-radius:18px;padding:22px 24px;background:linear-gradient(135deg,#12161F 10%,#3A1100 90%);color:#fff}
.bk-page .bk-hero::after{content:'';pointer-events:none;position:absolute;inset:-30px -30px auto auto;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(235,78,25,.4),transparent 70%)}
.bk-page .bk-hero .kicker{color:#F2C94C;font-size:10px;letter-spacing:.16em}
.bk-page .bk-hero h2{font-family:var(--display);font-size:24px;font-weight:500;line-height:1.2;margin:8px 0 0;color:#fff}.bk-page .bk-hero h2 em{font-weight:300}
.bk-page .bk-hero p{color:#E0DCE0;margin:8px 0 0;font-size:13px}.bk-page .bk-hero .row{gap:10px;margin-top:16px}
.bk-page .bk-hero .btn{min-height:38px;padding:10px 18px;font-size:13px;line-height:1}.bk-page .bk-hero .btn-ghost{border-color:#ffffff4d;color:#ffffffd9}
.bk-page .bk-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.bk-page .bk-choice{display:block;position:relative;overflow:hidden;padding:16px;min-height:0;border-radius:16px;background:var(--card);border:1px solid var(--line);color:var(--ink);text-decoration:none;box-shadow:none}
.bk-page .bk-choice:hover{border-color:var(--terracotta)}
.bk-page .bk-choice::after{content:'';position:absolute;inset:auto -14px -14px auto;width:72px;height:72px;border-radius:50%;border:0;background:rgba(235,78,25,.3);pointer-events:none}
.bk-page .bk-choice-transfer::after{background:rgba(242,201,76,.35)}.bk-page .bk-choice-package::after{background:rgba(183,229,216,.45)}
.bk-page .bk-glyph{width:36px;height:36px;flex-shrink:0;border-radius:10px;display:grid;place-items:center;background:rgba(235,78,25,.12);color:var(--terracotta-ink);font-size:17px}
.bk-page .bk-choice-transfer .bk-glyph,.bk-page .bk-tone-transfer{background:rgba(242,201,76,.2);color:#8A6A00}
.bk-page .bk-choice-package .bk-glyph,.bk-page .bk-tone-package{background:rgba(183,229,216,.3);color:#0B4A3F}
.bk-page .bk-choice h3{margin:12px 0 0;font-family:var(--display);font-size:18px;font-weight:500;line-height:1.3}
.bk-page .bk-choice p{position:relative;z-index:1;margin:2px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
.bk-page .bk-section-title{display:flex;align-items:center;gap:8px;min-height:22px;margin-bottom:10px}
.bk-page .bk-section-title h2{font:600 11px var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.bk-page .bk-section-title .btn{margin-inline-start:auto;padding:0;min-height:24px;font-size:12px;font-family:var(--body);font-weight:500}
.bk-page .bk-sidebar>.bk-section-title{margin-bottom:0}.bk-page .bk-offer .bk-glyph{width:40px;height:40px;font-size:18px}
.bk-page .bk-offer h3{font-weight:600;margin:14px 0 0}.bk-page .bk-offer p{margin-top:6px;color:var(--muted);font-size:12px}
.bk-page .bk-quiet-state h3{font-size:17px}.bk-page .bk-quiet-state p{color:var(--muted);font-size:12px}
.bk-page .bk-request-list{display:flex;flex-direction:column;gap:12px}
.bk-page .bk-request-card{display:block;padding:16px;border-radius:16px;background:var(--card);border:1px solid var(--line);color:var(--ink);text-decoration:none;min-width:0}.bk-page .bk-request-card:hover{border-color:var(--terracotta)}
.bk-page .bk-request-top{display:flex;align-items:flex-start;gap:12px}
.bk-page .bk-request-icon{width:40px;height:40px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;background:rgba(235,78,25,.15);color:var(--terracotta-ink);font-size:18px}
.bk-page .bk-request-name{flex:1;min-width:0}.bk-page .bk-request-name h3{font-family:var(--body);font-size:14px;font-weight:500;line-height:1.4;overflow-wrap:anywhere}.bk-page .bk-request-name>span{font:11px var(--mono);color:var(--muted)}
.bk-page .bk-request-card .tag{font:600 11px var(--mono);padding:4px 12px;border-radius:999px}
.bk-page .bk-request-bottom{display:flex;align-items:center;flex-wrap:wrap;gap:8px;border-top:1px dashed var(--line);margin-top:12px;padding-top:12px;font:11px var(--mono);color:var(--muted)}
.bk-page .bk-request-bottom strong{margin-inline-start:auto;font:700 14px var(--body);color:var(--ink)}
.bk-page .bk-request-source{font:italic 11px/1.5 var(--mono);color:var(--muted);margin-top:8px;overflow-wrap:anywhere}
.bk-page .bk-booking-note{margin:12px -16px -16px;padding:10px 16px;background:var(--terracotta-soft);font-size:12px;border-radius:0 0 16px 16px}
.bk-page .bk-reservations{display:flex;align-items:center;gap:14px;padding:14px 16px;text-decoration:none;color:var(--ink)}
.bk-page .bk-reservations>div{flex:1}.bk-page .bk-reservations h3{font-size:17px;margin-top:2px}
.bk-page .bk-tag-pink{background:#E2B7D1;color:#501B3B}.bk-page .bk-tag-confirmed{background:var(--accent-fill);color:var(--on-accent)}
.bk-page .bk-back-heading{display:flex;align-items:center;gap:14px;min-width:0}
.bk-page .bk-back-heading>.btn{width:36px;min-height:36px;padding:0;border:0;background:var(--paper-2);font-size:24px;flex-shrink:0}
.bk-page .bk-back-heading .kicker{max-width:640px;overflow-wrap:anywhere}.bk-page .bk-request-filters{width:fit-content;max-width:100%;overflow-x:auto}
.bk-page .bk-request-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.bk-page .bk-request-grid .empty{grid-column:1/-1}
.bk-page .bk-request-form{gap:22px}
.bk-page .bk-form-notice{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;background:rgba(235,78,25,.08);border:1px solid rgba(235,78,25,.25);font-size:13px;color:var(--ink-2)}
.bk-page .bk-form-notice>span{font-size:16px;color:var(--terracotta-ink)}
.bk-page .bk-form-section-title{display:flex;align-items:center;gap:8px;font-family:var(--display);font-size:16px;font-weight:500;margin:0 0 12px}
.bk-page .bk-form-section-title>span{color:var(--terracotta-ink)}.bk-page .bk-type-fields{gap:14px}.bk-page .bk-type-fields>.bk-form-section-title{margin-bottom:0}
.bk-page .field-label{font:400 9.5px var(--mono);letter-spacing:.14em;text-transform:uppercase;margin-bottom:6px}.bk-page .field-hint{font-size:11px}
.bk-page .input{border-radius:10px;border:1px solid var(--line);font-size:13.5px;min-height:44px;padding:11px 13px}
.bk-page .bk-price-fields{display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:14px;padding:16px;border-radius:14px;background:var(--card);border:1px solid var(--line)}
.bk-page .bk-price-fields .input{background:var(--paper)}
.bk-page .bk-room-list{display:flex;flex-direction:column;gap:8px}
.bk-page .bk-room-row{display:grid;grid-template-columns:65px 138px minmax(80px,1fr) minmax(90px,1fr) auto;align-items:center;gap:10px;padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:var(--card)}
.bk-page .bk-room-row>strong{font:500 14px var(--display)}.bk-page .bk-stepper{display:flex;align-items:center;gap:2px}
.bk-page .bk-stepper .btn{min-height:32px;width:32px;min-width:32px;padding:0}
.bk-page .bk-stepper .input{min-width:0;width:44px;padding:8px 2px;text-align:center;appearance:textfield;-moz-appearance:textfield;border:0}.bk-page .bk-stepper .input::-webkit-inner-spin-button{appearance:none}
.bk-page .bk-how-panel{padding:18px;border-radius:14px}.bk-page .bk-how{display:flex;flex-direction:column;gap:14px;margin-top:14px}.bk-page .bk-step{display:flex;align-items:flex-start;gap:12px}
.bk-page .bk-idx{width:26px;height:26px;flex-shrink:0;display:grid;place-items:center;background:var(--paper-2);border-radius:50%;font:11px var(--mono);color:var(--ink)}
.bk-page .bk-step:first-child .bk-idx{background:var(--accent-fill);color:var(--on-accent)}.bk-page .bk-step strong{font-size:13px;font-weight:600;line-height:1.4}
.bk-page .bk-step p{color:var(--muted);font-size:12px;margin:2px 0 0;line-height:1.5}
.bk-page .bk-from-trip{padding:14px 16px;border-radius:14px;background:var(--moss-soft);color:var(--moss-ink);border:1px solid rgba(183,229,216,.6);font-size:12.5px;line-height:1.55}.bk-page .bk-from-trip p{margin:6px 0 0}.bk-page .bk-from-trip .kicker{color:inherit}
.bk-page .bk-side-note{font-size:12.5px;line-height:1.55;color:var(--ink-2)}
.bk-page .bk-quote-columns{grid-template-columns:minmax(0,1fr) 380px;gap:26px}
.bk-page .bk-quote-block{display:flex;flex-direction:column;gap:14px}.bk-page .bk-quote-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}
.bk-page .bk-quote-expiry{padding:12px 16px;border-radius:12px;border:1px solid var(--line);background:var(--card);color:var(--terracotta-ink);font:500 12px/1.5 var(--mono);letter-spacing:.03em}
.bk-page .bk-price-comparison{padding:18px 20px;border-radius:14px}
.bk-page .bk-price-original{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed var(--line);font-size:13px;color:var(--muted)}
.bk-page .bk-price-original>:last-child{font-family:var(--mono);color:var(--ink)}
.bk-page .bk-price-offer{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 0 6px}
.bk-page .bk-price-offer strong{font:500 30px var(--display);color:var(--terracotta)}.bk-page .bk-tax-note{text-align:end;font:10px var(--mono);color:var(--muted)}
.bk-page .bk-saving{border-top:1px dashed var(--line);margin-top:12px;padding-top:12px;display:flex;justify-content:center}
.bk-page .bk-saving>span{padding:10px 18px;border-radius:999px;background:rgba(11,74,63,.1);color:var(--moss-ink);font:600 12px var(--mono)}
.bk-page .bk-quote-terms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.bk-page .bk-quote-terms .bk-panel{padding:16px 18px;border-radius:14px}
.bk-page .bk-dl{display:grid;grid-template-columns:1fr 1fr;gap:0 12px;margin:10px 0 0;font-size:13px}
.bk-page .bk-dl dt,.bk-page .bk-dl dd{padding:8px 0;margin:0;border-bottom:1px dashed var(--line);overflow-wrap:anywhere}
.bk-page .bk-dl dt{color:var(--muted)}.bk-page .bk-dl dd{text-align:end}
.bk-page .bk-quote-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:11px;color:var(--muted)}
.bk-page .bk-sidebar .pass{display:block;min-width:0}.bk-page .bk-sidebar .pass-stub{display:none}
.bk-page .bk-sidebar .pass-main{padding:22px}.bk-page .bk-sidebar .pass-badges{flex-wrap:wrap}.bk-page [hidden]{display:none!important}
:root[data-theme="dark"] .bk-page .bk-tone-package,:root[data-theme="dark"] .bk-page .bk-choice-package .bk-glyph{color:#B7E5D8}
:root[data-theme="dark"] .bk-page .bk-tone-transfer,:root[data-theme="dark"] .bk-page .bk-choice-transfer .bk-glyph{color:#F2C94C}
:root[data-theme="dark"] .bk-page .bk-saving>span{background:rgba(183,229,216,.15);color:#B7E5D8}
:root[data-theme="dark"] .bk-page .bk-choice::after{opacity:.12}
@media(max-width:1250px){.bk-page .bk-room-row{grid-template-columns:65px 138px minmax(90px,1fr) auto}.bk-page .bk-room-row>.field:nth-of-type(3){grid-column:2/4}.bk-page .bk-quote-terms{grid-template-columns:1fr}.bk-page .bk-quote-columns{grid-template-columns:minmax(0,1fr) 320px}}
@media(max-width:850px){.bk-page .bk-columns{grid-template-columns:1fr}.bk-page .bk-sidebar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.bk-page .bk-sidebar>.bk-section-title{grid-column:1/-1}.bk-page.bk-form-page .bk-sidebar,.bk-page.bk-detail-page .bk-sidebar{grid-template-columns:1fr}.bk-page .bk-quote-terms{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.bk-page{gap:18px}.bk-page .bk-choices{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.bk-page .bk-choice{padding:12px}.bk-page .bk-choice h3{font-size:16px}.bk-page .bk-choice p{font-size:11px}.bk-page .bk-header-actions{width:100%}.bk-page .bk-sidebar,.bk-page .bk-request-grid,.bk-page .bk-price-fields,.bk-page .bk-quote-terms{grid-template-columns:1fr}.bk-page .bk-room-row{grid-template-columns:1fr 138px auto}.bk-page .bk-room-row>.field:nth-of-type(2),.bk-page .bk-room-row>.field:nth-of-type(3){grid-column:1/-1}.bk-page .bk-request-top{flex-wrap:wrap}.bk-page .bk-request-top>.tag{margin-inline-start:52px}.bk-page .bk-hero{padding:20px}.bk-page .bk-head .seg{flex-wrap:wrap}}
