.phb-booking,.phb-room-grid{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#202124}
.phb-booking{max-width:1040px;margin:0 auto;padding:24px;background:#fff;border:1px solid #e7e0d6;border-radius:8px;box-shadow:0 14px 40px rgba(28,24,20,.08)}
.phb-steps{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;padding:0;margin:0 0 24px;list-style:none}
.phb-steps li{font-size:12px;line-height:1.2;padding:10px 8px;border-bottom:3px solid #e7e0d6;color:#756f66}
.phb-steps li.is-active{border-color:#9d7437;color:#161412;font-weight:700}
.phb-panel{display:none;animation:phbFade .18s ease-out}
.phb-panel.is-active{display:block}
.phb-panel h3{font-size:22px;margin:0 0 18px}
.phb-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.phb-span{grid-column:1/-1}
.phb-booking label{display:grid;gap:7px;font-weight:700}
.phb-booking input,.phb-booking textarea,.phb-booking select{width:100%;box-sizing:border-box;border:1px solid #d7d0c6;border-radius:6px;padding:12px;font:inherit;background:#fff}
.phb-actions{display:flex;justify-content:space-between;gap:12px;margin-top:24px}
.phb-button{border:0;border-radius:6px;background:#1f2933;color:#fff;padding:12px 18px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:44px}
.phb-button:hover{background:#111820;color:#fff}
.phb-button:disabled{background:#c9c2b8;color:#5f5a52;cursor:not-allowed}
.phb-secondary{background:#ece7df;color:#1f2933}
.phb-secondary:hover{background:#ded6ca;color:#1f2933}
.phb-room-results,.phb-extra-results,.phb-payment-results{display:grid;gap:14px}
.phb-room-option,.phb-room-card{display:grid;grid-template-columns:180px 1fr;gap:18px;border:1px solid #e6ded4;border-radius:8px;padding:14px;background:#fff}
.phb-room-option.is-selected{border-color:#9d7437;box-shadow:0 0 0 2px rgba(157,116,55,.16)}
.phb-room-option img,.phb-room-card img{width:100%;height:130px;object-fit:cover;border-radius:6px;background:#f3f0eb}
.phb-room-option h4,.phb-room-card h3{margin:0 0 8px;font-size:18px}
.phb-room-option p,.phb-room-card p{margin:0 0 10px;color:#5f5a52}
.phb-link{display:inline-flex;margin-left:10px;color:#7d571e;font-weight:800}
.phb-check{display:grid!important;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid #e6ded4;border-radius:8px;padding:14px}
.phb-check input{width:auto}
.phb-check small{grid-column:2/-1;color:#625c54;font-weight:400}
.phb-summary{margin-top:18px;padding:18px;border-radius:8px;background:#f7f4ef}
.phb-summary h4{margin:0 0 12px}
.phb-summary p{display:flex;justify-content:space-between;margin:8px 0}
.phb-total{font-size:18px;font-weight:800;border-top:1px solid #ddd2c2;padding-top:12px}
.phb-loading{border:1px solid #e6ded4;border-radius:8px;background:#f7f4ef;color:#625c54;font-weight:800;padding:18px}
.phb-booking-flow-compact .phb-steps{grid-template-columns:repeat(4,1fr)}
.phb-booking-flow-compact .phb-payment-results{margin-top:18px}
.phb-room-grid,.phb-room-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}
.phb-room-card{grid-template-columns:1fr}
.phb-premium-room{background:#fff;border:1px solid #e4ded5;border-radius:8px;box-shadow:0 16px 38px rgba(28,24,20,.08);overflow:hidden;display:grid;grid-template-rows:auto 1fr}
.phb-premium-room-media{position:relative;aspect-ratio:16/10;background:#1f2933;overflow:hidden}
.phb-premium-room-media img,.phb-room-placeholder{width:100%;height:100%;object-fit:cover;display:block}
.phb-room-placeholder{background:linear-gradient(135deg,#1f2933,#9d7437)}
.phb-premium-room-media span{position:absolute;left:14px;top:14px;background:rgba(255,255,255,.92);border-radius:999px;color:#1f2933;font-size:12px;font-weight:900;padding:7px 10px}
.phb-premium-room-body{padding:18px;display:grid;gap:12px}
.phb-premium-room-body h3{font-size:22px;margin:0;color:#161412}
.phb-premium-room-body h3 a{color:inherit;text-decoration:none}
.phb-premium-room-body h3 a:hover{color:#7d571e}
.phb-premium-room-body p{margin:0;color:#625c54}
.phb-premium-room-body ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
.phb-premium-room-body li{background:#f7f4ef;border:1px solid #e6ded4;border-radius:999px;color:#4d463d;font-size:12px;font-weight:800;padding:6px 9px}
.phb-room-card-highlights,.phb-room-highlights{display:flex;flex-wrap:wrap;gap:8px}
.phb-room-card-highlights span,.phb-room-highlights span{background:#eef6f6;border:1px solid #cfe5e2;border-radius:999px;color:#245b5d;font-size:12px;font-weight:900;padding:7px 10px}
.phb-premium-room-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #eee7de;margin-top:4px;padding-top:14px}
.phb-premium-room-footer span{display:block;color:#756f66;font-size:12px;font-weight:800;text-transform:uppercase}
.phb-premium-room-footer strong{font-size:20px}
.phb-room-details{border-top:1px solid #eee7de;padding-top:12px}
.phb-room-details summary{cursor:pointer;font-weight:900;color:#7d571e}
.phb-room-more{color:#7d571e;font-weight:900;text-decoration:none}
.phb-card-actions{display:flex;gap:8px;flex-wrap:wrap}
.phb-room-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0}
.phb-room-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:6px}
.phb-empty-rooms{grid-column:1/-1;background:#fff;border:1px solid #e4ded5;border-radius:8px;padding:24px;text-align:center}
.phb-empty-rooms h3{margin:0 0 8px}
.phb-empty-rooms p{margin:0;color:#625c54}
.phb-room-page{max-width:1180px;margin:0 auto;padding:28px 18px 54px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#171412}
.phb-room-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:end;margin-bottom:22px}
.phb-room-hero h1{font-size:clamp(32px,5vw,58px);line-height:1.02;margin:10px 0 14px;letter-spacing:0;color:#171412}
.phb-room-hero p{font-size:17px;line-height:1.65;color:#5f5a52;margin:0;max-width:760px}
.phb-room-type{display:inline-flex;background:#f2e9dc;border:1px solid #e1d3bf;border-radius:999px;color:#6b4a1d;font-size:12px;font-weight:900;padding:7px 11px;text-transform:uppercase}
.phb-room-hero aside,.phb-room-sticky{background:#fff;border:1px solid #e4ded5;border-radius:8px;box-shadow:0 16px 38px rgba(28,24,20,.08);padding:18px}
.phb-room-hero aside span{display:block;color:#756f66;font-size:12px;font-weight:900;text-transform:uppercase}
.phb-room-hero aside strong{display:block;font-size:28px;margin:4px 0 14px}
.phb-detail-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:170px;gap:10px;margin-bottom:28px}
.phb-detail-gallery img,.phb-detail-placeholder{width:100%;height:100%;object-fit:cover;border-radius:8px;background:linear-gradient(135deg,#1f2933,#9d7437)}
.phb-detail-gallery .is-featured{grid-row:span 2}
.phb-room-content{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}
.phb-room-main{display:grid;gap:18px}
.phb-room-overview-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;background:#171412;border-radius:8px;padding:14px}
.phb-room-overview-band div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:14px}
.phb-room-overview-band span{display:block;color:#d9c7ad;font-size:12px;font-weight:900;text-transform:uppercase}
.phb-room-overview-band strong{display:block;color:#fff;margin-top:6px}
.phb-room-main h2{font-size:24px;margin:10px 0 0;color:#171412}
.phb-room-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.phb-room-facts div{background:#f7f4ef;border:1px solid #e6ded4;border-radius:8px;padding:16px}
.phb-room-facts strong{display:block;font-size:24px;color:#171412}
.phb-room-facts span{display:block;color:#625c54;font-size:13px;font-weight:800;margin-top:4px}
.phb-room-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.phb-room-specs div{background:#fff;border:1px solid #e6ded4;border-radius:8px;padding:14px}
.phb-room-specs span{display:block;color:#756f66;font-size:12px;font-weight:900;text-transform:uppercase}
.phb-room-specs strong{display:block;margin-top:6px;color:#171412}
.phb-amenity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}
.phb-amenity-grid li{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e6ded4;border-radius:8px;padding:13px;font-weight:800;color:#37312b}
.phb-amenity-grid li span{width:9px;height:9px;border-radius:999px;background:#9d7437;flex:0 0 auto}
.phb-policy-list{display:grid;gap:8px;margin:0;padding-left:18px;color:#4d463d}
.phb-room-sticky{position:sticky;top:24px}
.phb-room-sticky h3{margin:0 0 8px;font-size:22px}
.phb-room-sticky p{color:#625c54;line-height:1.55}
.phb-room-side-link{display:inline-flex;margin-top:12px;color:#7d571e;font-weight:900;text-decoration:none}
.phb-room-booking-inline{margin-top:34px;padding-top:30px;border-top:1px solid #e6ded4}
.phb-room-booking-inline h2{font-size:28px;margin:0 0 18px;color:#171412}
.phb-invoice{max-width:860px;margin:40px auto;padding:28px;background:#fff;border:1px solid #e4ded5;border-radius:8px;font-family:Inter,system-ui,sans-serif}
.phb-invoice header{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid #eee7de;padding-bottom:18px}
.phb-invoice h1{margin:4px 0 0}.phb-invoice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:22px 0}.phb-invoice-grid div{background:#f7f4ef;padding:14px;border-radius:8px}.phb-invoice table{width:100%;border-collapse:collapse}.phb-invoice th,.phb-invoice td{border-bottom:1px solid #eee;padding:12px;text-align:left}.phb-invoice .is-total td{font-size:18px;font-weight:900}
.phb-invoice-address{background:var(--phb-public-soft);border:1px solid var(--phb-public-line);border-radius:8px;color:var(--phb-public-muted);padding:12px}
.phb-invoice-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.phb-invoice-layout-premium header{background:var(--phb-public-ink)!important;border-radius:8px!important;color:#fff!important;padding:18px!important;border-bottom:0!important}.phb-invoice-layout-premium header span,.phb-invoice-layout-premium header strong,.phb-invoice-layout-premium header h1{color:#fff!important}
.phb-invoice-layout-compact{max-width:720px!important}.phb-invoice-layout-compact .phb-invoice-grid div,.phb-invoice-layout-compact table td,.phb-invoice-layout-compact table th{padding:9px!important}.phb-invoice-layout-compact header{padding-bottom:12px!important}
.phb-invoice-layout-classic header{border-bottom:3px solid var(--phb-public-accent)!important}
.phb-confirmation-card{border:1px solid #d8eadf;background:#f3fbf6;border-radius:8px;padding:18px;display:grid;gap:12px}
.phb-confirmation-card span{color:#166534;font-size:12px;font-weight:900;text-transform:uppercase}
.phb-confirmation-card h4{font-size:24px;margin:0;color:#12351f}
.phb-confirmation-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}
.phb-confirmation-card dl div{background:#fff;border:1px solid #d8eadf;border-radius:8px;padding:12px}
.phb-confirmation-card dt{color:#66756c;font-size:12px;font-weight:900;text-transform:uppercase}
.phb-confirmation-card dd{margin:4px 0 0;color:#12351f;font-weight:800}
.phb-confirmation-card p{margin:0;color:#365242}
@media print{.phb-invoice-actions{display:none}.phb-invoice{border:0;box-shadow:none;margin:0;max-width:none}}
@keyframes phbFade{from{opacity:.4;transform:translateY(4px)}to{opacity:1;transform:none}}
@media (max-width:900px){.phb-room-hero,.phb-room-content{grid-template-columns:1fr}.phb-room-sticky{position:static}.phb-detail-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:150px}.phb-detail-gallery .is-featured{grid-column:1/-1;grid-row:auto}.phb-room-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.phb-booking{padding:16px}.phb-steps,.phb-booking-flow-compact .phb-steps{grid-template-columns:repeat(2,1fr)}.phb-grid,.phb-room-option{grid-template-columns:1fr}.phb-actions{position:sticky;bottom:0;background:#fff;padding-top:12px}.phb-link{margin:10px 0 0}.phb-premium-room-footer{align-items:stretch;flex-direction:column}.phb-premium-room-footer .phb-button,.phb-card-actions,.phb-card-actions .phb-button{width:100%}.phb-detail-gallery{grid-template-columns:1fr;grid-auto-rows:auto}.phb-detail-gallery img{aspect-ratio:4/3}.phb-room-facts,.phb-amenity-grid,.phb-room-specs,.phb-room-overview-band,.phb-invoice-grid,.phb-confirmation-card dl{grid-template-columns:1fr}.phb-room-page{padding:18px 14px 38px}.phb-room-hero h1{font-size:34px}.phb-invoice header{flex-direction:column}}
