
:root{
	--hm-red:#B5160B;
	--hm-red-dark:#8F1108;
	--hm-orange:#F5A623;
	--hm-sand:#F8F3EC;
	--hm-white:#fff;
	--hm-text:#1f2428;
	--hm-muted:#657078;
	--hm-border:#eadfd5;
	--hm-shadow:0 18px 45px rgba(54,34,24,.10);
}
.hm-public-page{background:#fff;color:var(--hm-text);margin:0!important;padding:0!important}
.hm-product-shell{max-width:1240px;margin:0 auto;padding:34px 24px 72px;font-family:Poppins,Arial,sans-serif}
.hm-product-shell h1,.hm-product-shell h2{font-family:"Playfair Display",Georgia,serif;color:var(--hm-text)}
.hm-product-hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:42px;align-items:center}
.hm-product-hero__media{border-radius:24px;overflow:hidden;min-height:520px;background:var(--hm-sand);box-shadow:var(--hm-shadow)}
.hm-product-hero__media img{width:100%;height:100%;min-height:520px;object-fit:cover;display:block}
.hm-product-image-placeholder{min-height:520px;background:linear-gradient(135deg,#f5e9de,#f8f3ec)}
.hm-eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:700;color:var(--hm-red);margin-bottom:10px}
.hm-product-hero h1{font-size:clamp(38px,5vw,66px);line-height:1.04;margin:0 0 18px}
.hm-product-summary{font-size:18px;line-height:1.7;color:var(--hm-muted);margin:0 0 20px}
.hm-product-facts{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.hm-product-facts span,.hm-chip{border:1px solid var(--hm-border);border-radius:999px;padding:8px 12px;font-size:13px;background:#fff}
.hm-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}
.hm-chip{background:var(--hm-sand)}
.hm-price-card{display:flex;justify-content:space-between;gap:18px;align-items:center;background:var(--hm-sand);border:1px solid var(--hm-border);border-radius:18px;padding:18px 20px}
.hm-price-label{display:block;color:var(--hm-muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.hm-price-card strong{display:block;font-size:26px;color:var(--hm-red);margin:2px 0}
.hm-price-card small{color:var(--hm-muted)}
.hm-availability-preview{text-align:right}
.hm-availability-preview span{display:block;font-size:12px;color:var(--hm-muted);margin-bottom:6px}
.hm-availability-preview button,.hm-primary-cta{border:0;border-radius:10px;background:var(--hm-red);color:#fff;font-weight:700;padding:12px 16px}
.hm-availability-preview button[disabled],.hm-primary-cta[disabled]{opacity:.62;cursor:not-allowed}
.hm-stage-note,.hm-safe-note{font-size:12px;color:var(--hm-muted);margin-top:10px}
.hm-product-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;margin-top:56px;align-items:start}
.hm-content-section{padding:26px 0;border-bottom:1px solid var(--hm-border)}
.hm-content-section:first-child{padding-top:0}
.hm-content-section h2,.hm-content-card h2,.hm-booking-summary h2{font-size:27px;margin:0 0 14px}
.hm-rich-content{font-size:16px;line-height:1.8}
.hm-rich-content p:last-child{margin-bottom:0}
.hm-two-column{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:26px 0}
.hm-content-card{border:1px solid var(--hm-border);border-radius:18px;padding:22px;background:#fff}
.hm-included{background:#fbfdf9}
.hm-excluded{background:#fffafa}
.hm-feature-list{list-style:none;padding:0;margin:0}
.hm-feature-list li{display:flex;gap:10px;align-items:flex-start;margin:11px 0;line-height:1.55}
.hm-included .hm-feature-list li>span:first-child{color:#2c7a3f;font-weight:800}
.hm-excluded .hm-feature-list li>span:first-child{color:var(--hm-red);font-weight:800}
.hm-product-aside{position:sticky;top:110px}
.hm-booking-summary{border:1px solid var(--hm-border);border-radius:20px;padding:22px;background:#fff;box-shadow:var(--hm-shadow)}
.hm-summary-row{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--hm-border);font-size:14px}
.hm-summary-row span{color:var(--hm-muted)}
.hm-summary-row strong{text-align:right;font-weight:600}
.hm-primary-cta{width:100%;margin-top:18px;padding:14px 18px}
.hm-product-embedded{padding:0}
@media(max-width:980px){
	.hm-product-hero,.hm-product-layout{grid-template-columns:1fr}
	.hm-product-hero__media,.hm-product-hero__media img,.hm-product-image-placeholder{min-height:420px}
	.hm-product-aside{position:static}
}
@media(max-width:640px){
	.hm-product-shell{padding:28px 16px 52px}
	.hm-product-hero{gap:24px}
	.hm-product-hero__media,.hm-product-hero__media img,.hm-product-image-placeholder{min-height:300px;border-radius:18px}
	.hm-product-hero h1{font-size:38px}
	.hm-product-summary{font-size:16px}
	.hm-price-card{align-items:flex-start;flex-direction:column}
	.hm-availability-preview{text-align:left}
	.hm-two-column{grid-template-columns:1fr}
	.hm-product-layout{margin-top:34px}
}

.hm-mini-availability-link{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--hm-red);color:#fff!important;text-decoration:none;font-weight:700;padding:12px 16px}
.hm-availability-section{padding-top:0}
.hm-slot-list{display:grid;gap:12px}
.hm-slot-card{display:flex;justify-content:space-between;gap:20px;align-items:center;border:1px solid var(--hm-border);border-radius:16px;padding:16px 18px;background:#fff}
.hm-slot-card>div:first-child strong{display:block;font-size:16px}
.hm-slot-card>div:first-child span{display:block;color:var(--hm-muted);margin-top:4px;font-size:14px}
.hm-slot-capacity{text-align:right}
.hm-slot-capacity strong{display:block;color:#166534;font-size:13px;margin-bottom:7px}
.hm-slot-capacity button{border:1px solid var(--hm-border);border-radius:9px;background:var(--hm-sand);padding:8px 14px;font-weight:700}
.hm-slot-soldout{opacity:.6}.hm-slot-soldout .hm-slot-capacity strong{color:var(--hm-red)}
.hm-empty-availability{display:flex;flex-direction:column;gap:5px;background:var(--hm-sand);border:1px solid var(--hm-border);border-radius:16px;padding:18px}
.hm-empty-availability span{color:var(--hm-muted)}
.hm-primary-link{display:block;text-align:center;text-decoration:none}
@media(max-width:640px){
	.hm-slot-card{align-items:flex-start;flex-direction:column}
	.hm-slot-capacity{text-align:left;width:100%}
	.hm-slot-capacity button{width:100%}
}

.hm-select-slot{cursor:pointer!important;background:var(--hm-red)!important;color:#fff!important;border-color:var(--hm-red)!important}.hm-select-slot:disabled{cursor:not-allowed!important;opacity:.45}
.hm-booking-panel{border:1px solid var(--hm-border);border-radius:20px;background:#fff;box-shadow:var(--hm-shadow);padding:22px;margin:24px 0}.hm-booking-panel[hidden]{display:none!important}
.hm-booking-panel__head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border-bottom:1px solid var(--hm-border);padding-bottom:16px;margin-bottom:6px}.hm-booking-panel__head h2{margin:2px 0 4px}.hm-booking-panel__head p{margin:0;color:var(--hm-muted)}
.hm-panel-close{border:0;background:var(--hm-sand);width:36px;height:36px;border-radius:50%;font-size:24px;line-height:1;cursor:pointer}
.hm-traveler-row{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:15px 0;border-bottom:1px solid var(--hm-border)}.hm-traveler-row strong{display:block}.hm-traveler-row small{display:block;color:var(--hm-muted);margin-top:3px}.hm-traveler-row input{width:92px;padding:9px 10px;border:1px solid var(--hm-border);border-radius:9px}
.hm-booking-panel__footer{padding-top:18px}.hm-login-rule{font-size:13px;color:var(--hm-muted);margin-bottom:12px}.hm-booking-panel__footer .hm-primary-cta{border:0;cursor:pointer}
.hm-booking-message{margin-top:13px;border-radius:12px}.hm-booking-loading,.hm-booking-warning,.hm-booking-error,.hm-booking-success{padding:13px 14px}.hm-booking-loading{background:var(--hm-sand)}.hm-booking-warning{background:#fff6dd;color:#805b00}.hm-booking-error{background:#fff0f0;color:#991b1b}.hm-booking-success{background:#edf8f0;color:#166534}
.hm-session-success{display:grid;gap:7px}.hm-session-success strong{font-size:17px}.hm-session-success span{display:block}.hm-session-success button{margin-top:8px;border:0;border-radius:9px;padding:11px 14px;background:#166534;color:#fff;font-weight:700;opacity:.55}
@media(max-width:640px){.hm-traveler-row{align-items:flex-start}.hm-booking-panel{padding:17px}.hm-booking-panel__head{gap:10px}}


/* v0.10.0 — dedicated booking route */
.hm-select-slot{display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;border-radius:10px;padding:9px 16px;font-weight:700}
.hm-booking-route{min-height:70vh}
.hm-book-page-shell{max-width:1180px;margin:0 auto;padding:34px 24px 76px;font-family:Poppins,Arial,sans-serif;color:var(--hm-text)}
.hm-book-page-shell h1,.hm-book-page-shell h2{font-family:"Playfair Display",Georgia,serif;color:var(--hm-text)}
.hm-book-page-top{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:30px}
.hm-book-back{color:var(--hm-text);text-decoration:none;font-weight:600;font-size:14px}
.hm-book-back:hover{color:var(--hm-red)}
.hm-book-progress{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.hm-book-progress span{display:flex;align-items:center;gap:7px;color:var(--hm-muted);font-size:12px;font-weight:600}
.hm-book-progress span:not(:last-child)::after{content:"";width:28px;height:1px;background:var(--hm-border);margin-left:4px}
.hm-book-progress b{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--hm-sand);font-size:11px}
.hm-book-progress .is-active{color:var(--hm-red)}
.hm-book-progress .is-active b{background:var(--hm-red);color:#fff}
.hm-book-page-heading{max-width:760px;margin-bottom:26px}
.hm-book-page-heading h1{font-size:clamp(36px,5vw,54px);line-height:1.08;margin:4px 0 10px}
.hm-book-page-heading p{margin:0;color:var(--hm-muted);font-size:16px;line-height:1.7}
.hm-book-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}
.hm-book-form-card,.hm-book-order-card{border:1px solid var(--hm-border);border-radius:22px;background:#fff;box-shadow:var(--hm-shadow)}
.hm-book-form-card{padding:24px}
.hm-book-order-card{padding:22px;position:sticky;top:108px}
.hm-book-order-card h2{font-size:28px;margin:0 0 16px}
.hm-book-product-strip{display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--hm-border)}
.hm-book-product-media{width:120px;height:92px;border-radius:14px;overflow:hidden;background:var(--hm-sand)}
.hm-book-product-media img{width:100%;height:100%;object-fit:cover;display:block}
.hm-book-product-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f5e9de,#f8f3ec)}
.hm-book-product-strip h2{font-size:25px;margin:0 0 8px}
.hm-book-product-strip .hm-eyebrow{margin-bottom:4px}
.hm-book-product-facts{display:flex;gap:10px;flex-wrap:wrap;color:var(--hm-muted);font-size:13px}
.hm-book-selected-time{display:flex;justify-content:space-between;gap:18px;align-items:center;background:var(--hm-sand);border:1px solid var(--hm-border);border-radius:14px;padding:14px 16px;margin:20px 0}
.hm-book-selected-time span{display:block;color:var(--hm-muted);font-size:12px;margin-bottom:3px}
.hm-book-selected-time strong{display:block}
.hm-book-selected-time a{color:var(--hm-red);font-weight:700;text-decoration:none;font-size:13px}
.hm-book-section-title{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start;margin-bottom:12px}
.hm-step-number{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--hm-red);color:#fff;font-weight:700}
.hm-book-section-title h2{font-size:28px;margin:0 0 5px}
.hm-book-section-title p{margin:0;color:var(--hm-muted);font-size:13px;line-height:1.6}
.hm-book-traveler-line{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid var(--hm-border)}
.hm-book-traveler-line strong{display:block;font-size:15px}
.hm-book-traveler-line small{display:block;color:var(--hm-muted);margin-top:4px}
.hm-qty-control{display:grid;grid-template-columns:42px 58px 42px;align-items:center;border:1px solid var(--hm-border);border-radius:14px;overflow:hidden;background:#fff}
.hm-qty-btn{width:42px;height:44px;border:0!important;border-radius:0!important;background:var(--hm-sand)!important;color:var(--hm-text)!important;font-size:22px;line-height:1;cursor:pointer;box-shadow:none!important;outline:0;appearance:none;-webkit-appearance:none}
.hm-qty-btn:hover,.hm-qty-btn:focus{background:var(--hm-red)!important;color:#fff!important;box-shadow:none!important}
.hm-qty-control input{width:58px;height:44px;border:0!important;box-shadow:none!important;text-align:center;font-weight:700;padding:0!important;-moz-appearance:textfield}
.hm-qty-control input::-webkit-outer-spin-button,.hm-qty-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.hm-book-page-validation{min-height:24px;margin-top:12px;font-size:13px;font-weight:600}
.hm-book-page-validation.is-ok{color:#166534}
.hm-book-page-validation.is-error{color:#991b1b}
.hm-book-login-note{display:grid;grid-template-columns:36px 1fr;gap:12px;background:#fbfaf8;border:1px solid var(--hm-border);border-radius:14px;padding:14px 16px;margin-top:18px}
.hm-book-lock{font-size:20px}
.hm-book-login-note strong{display:block;font-size:14px}
.hm-book-login-note p{margin:4px 0 0;color:var(--hm-muted);font-size:12px;line-height:1.6}
.hm-book-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:22px}
.hm-secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border:1px solid var(--hm-border);border-radius:12px;color:var(--hm-text);font-weight:700;text-decoration:none}
.hm-book-continue{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:210px;min-height:50px;padding:0 22px;border:0;border-radius:12px;background:var(--hm-red);color:#fff!important;font-weight:700;text-decoration:none;cursor:pointer;box-shadow:0 10px 22px rgba(181,22,11,.16)}
.hm-book-continue:hover{background:var(--hm-red-dark)}
.hm-book-continue:disabled{opacity:.55;cursor:not-allowed}
.hm-book-link-button{margin-top:18px;width:max-content}
.hm-book-summary-line{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--hm-border);font-size:13px}
.hm-book-summary-line span{color:var(--hm-muted)}
.hm-book-summary-line strong{text-align:right}
.hm-book-deposit-line strong{color:var(--hm-red)}
.hm-book-summary-help{font-size:12px;line-height:1.6;color:var(--hm-muted);margin:14px 0}
.hm-book-capacity-note{font-size:12px;background:#fff6dd;color:#805b00;border-radius:10px;padding:10px 12px;margin-top:12px}
.hm-book-secure-note{font-size:12px;background:#edf8f0;color:#166534;border-radius:10px;padding:10px 12px;margin-top:12px}
.hm-login-required-card{display:grid;gap:7px}
.hm-login-required-card strong{font-size:16px}
.hm-login-required-card span{display:block}
.hm-login-required-card a{display:inline-flex;width:max-content;color:#805b00;font-weight:700}
.hm-booking-message.hm-booking-success .hm-session-success{grid-template-columns:34px 1fr;align-items:start}
.hm-session-check{width:30px;height:30px;border-radius:50%;background:#166534;color:#fff;display:flex!important;align-items:center;justify-content:center;font-weight:800}
.hm-session-success small{display:block;margin-top:5px;color:#437451}
.hm-book-unavailable{padding:72px 0}

@media(max-width:980px){
	.hm-book-page-grid{grid-template-columns:1fr}
	.hm-book-order-card{position:static;order:-1}
	.hm-book-page-top{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){
	.hm-book-page-shell{padding:26px 16px 54px}
	.hm-book-page-heading h1{font-size:38px}
	.hm-book-progress span:not(:last-child)::after{width:14px}
	.hm-book-progress span{font-size:11px}
	.hm-book-form-card,.hm-book-order-card{padding:17px;border-radius:17px}
	.hm-book-product-strip{grid-template-columns:86px 1fr;gap:12px}
	.hm-book-product-media{width:86px;height:76px}
	.hm-book-product-strip h2{font-size:21px}
	.hm-book-traveler-line{align-items:flex-start;flex-direction:column}
	.hm-qty-control{align-self:stretch;grid-template-columns:46px 1fr 46px}
	.hm-qty-control input{width:100%}
	.hm-book-actions{flex-direction:column-reverse;align-items:stretch}
	.hm-secondary-action,.hm-book-continue{width:100%;min-width:0}
}


/* v0.11.0 — booking details, optional services and review */
.hm-book-progress .is-complete{color:#166534}.hm-book-progress .is-complete b{background:#edf8f0;color:#166534}
.hm-book-selected-people{text-align:right}.hm-book-selected-people span{display:block;color:var(--hm-muted);font-size:12px;margin-bottom:3px}
.hm-flow-section{padding:22px 0;border-bottom:1px solid var(--hm-border)}.hm-flow-section:last-of-type{border-bottom:0}
.hm-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hm-form-field{display:grid;gap:7px}.hm-form-field-wide{grid-column:1/-1}.hm-form-field>span{font-size:13px;font-weight:700}.hm-form-field small{color:var(--hm-muted);font-size:11px;line-height:1.5}
.hm-form-field input,.hm-form-field select,.hm-form-field textarea{width:100%;box-sizing:border-box;border:1px solid var(--hm-border);border-radius:11px;background:#fff;color:var(--hm-text);padding:12px 13px;font:inherit;box-shadow:none}.hm-form-field textarea{resize:vertical;min-height:88px}.hm-form-field input:focus,.hm-form-field select:focus,.hm-form-field textarea:focus{outline:2px solid rgba(181,22,11,.12);border-color:var(--hm-red)}
.hm-service-heading{margin-bottom:14px}.hm-service-heading h2{font-size:28px;margin:0 0 5px}.hm-service-heading p{margin:0;color:var(--hm-muted);font-size:13px;line-height:1.6}
.hm-service-card{border:1px solid var(--hm-border);border-radius:16px;background:#fff;margin:12px 0;overflow:hidden}.hm-service-card.is-selected{border-color:#e7b5ad;background:#fffdfb}.hm-service-toggle{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;cursor:pointer}.hm-service-toggle>span:first-child{display:grid;gap:4px}.hm-service-toggle strong{font-size:15px}.hm-service-toggle small{font-size:12px;color:var(--hm-muted)}
.hm-service-switch{display:flex;align-items:center;gap:8px;flex:0 0 auto}.hm-service-switch input{position:absolute;opacity:0;pointer-events:none}.hm-service-switch i{width:44px;height:24px;border-radius:999px;background:#d9d9d9;position:relative;transition:.2s}.hm-service-switch i:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;box-shadow:0 1px 4px rgba(0,0,0,.16);transition:.2s}.hm-service-switch input:checked+i{background:var(--hm-red)}.hm-service-switch input:checked+i:after{transform:translateX(20px)}.hm-service-switch b{font-size:12px;min-width:24px}
.hm-service-fields{padding:0 18px 18px;border-top:1px solid var(--hm-border);padding-top:16px}.hm-service-fields[hidden]{display:none!important}.hm-service-price-note{margin:10px 0 0;color:var(--hm-muted);font-size:11px}
.hm-book-service-note{font-size:12px;background:var(--hm-sand);color:var(--hm-muted);border-radius:10px;padding:10px 12px;margin-top:12px;line-height:1.6}
.hm-review-block{padding:22px 0;border-bottom:1px solid var(--hm-border)}.hm-review-block:last-of-type{border-bottom:0}.hm-review-block h2{font-size:27px;margin:0}.hm-review-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.hm-review-head a{color:var(--hm-red);font-size:13px;font-weight:700;text-decoration:none}.hm-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hm-review-grid>div{border:1px solid var(--hm-border);border-radius:12px;padding:12px}.hm-review-grid span{display:block;color:var(--hm-muted);font-size:11px;margin-bottom:4px}.hm-review-grid strong{display:block;font-size:13px;word-break:break-word}
.hm-request-list{display:grid;gap:10px}.hm-request-item{display:flex;justify-content:space-between;gap:14px;padding:12px 14px;background:var(--hm-sand);border-radius:11px}.hm-request-item span,.hm-review-muted{color:var(--hm-muted);font-size:12px;line-height:1.6}
.hm-payment-preview{display:flex;justify-content:space-between;gap:16px;align-items:center;background:var(--hm-sand);border-radius:14px;padding:16px;margin-top:14px}.hm-payment-preview div{display:grid;gap:4px}.hm-payment-preview span{color:var(--hm-muted);font-size:12px}.hm-payment-preview button{border:0;border-radius:10px;background:#d9867f;color:#fff;padding:12px 15px;font-weight:700;opacity:.65}
@media(max-width:640px){.hm-form-grid,.hm-review-grid{grid-template-columns:1fr}.hm-form-field-wide{grid-column:auto}.hm-service-toggle{align-items:flex-start}.hm-book-selected-time{align-items:flex-start;flex-direction:column}.hm-book-selected-people{text-align:left}.hm-request-item,.hm-payment-preview{align-items:flex-start;flex-direction:column}}


/* v0.11.1 — simplified Yes/No services + balanced traveler controls */
#hm-booking-page .hm-qty-control{
	display:grid!important;
	grid-template-columns:48px 58px 48px!important;
	width:154px!important;
	min-width:154px!important;
	height:48px!important;
	align-items:stretch!important;
	overflow:hidden!important;
	box-sizing:border-box!important;
	border:1px solid var(--hm-border)!important;
	border-radius:14px!important;
	background:#fff!important;
}
#hm-booking-page .hm-qty-control .hm-qty-btn{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	width:48px!important;
	min-width:48px!important;
	max-width:48px!important;
	height:48px!important;
	min-height:48px!important;
	padding:0!important;
	margin:0!important;
	border:0!important;
	border-radius:0!important;
	box-sizing:border-box!important;
	background:var(--hm-sand)!important;
	color:var(--hm-text)!important;
	font:700 22px/1 Arial,sans-serif!important;
	text-align:center!important;
	box-shadow:none!important;
	text-shadow:none!important;
	transform:none!important;
	appearance:none!important;
	-webkit-appearance:none!important;
}
#hm-booking-page .hm-qty-control .hm-qty-btn:hover,
#hm-booking-page .hm-qty-control .hm-qty-btn:focus,
#hm-booking-page .hm-qty-control .hm-qty-btn:active{
	background:var(--hm-red)!important;
	color:#fff!important;
	box-shadow:none!important;
	transform:none!important;
}
#hm-booking-page .hm-qty-control input{
	display:block!important;
	width:58px!important;
	min-width:0!important;
	height:48px!important;
	min-height:48px!important;
	padding:0!important;
	margin:0!important;
	border:0!important;
	border-left:1px solid var(--hm-border)!important;
	border-right:1px solid var(--hm-border)!important;
	border-radius:0!important;
	box-sizing:border-box!important;
	background:#fff!important;
	color:var(--hm-text)!important;
	font-weight:700!important;
	text-align:center!important;
	box-shadow:none!important;
}
.hm-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}
.hm-service-grid .hm-service-card{margin:0;min-height:164px;display:flex;flex-direction:column;justify-content:space-between;padding:18px;border:1px solid var(--hm-border);border-radius:18px;background:#fff;overflow:visible;transition:border-color .2s,box-shadow .2s,background .2s}
.hm-service-grid .hm-service-card.is-selected{border-color:rgba(181,22,11,.4);background:#fffaf7;box-shadow:0 10px 24px rgba(181,22,11,.06)}
.hm-service-card-copy{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start}
.hm-service-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:var(--hm-sand);font-size:21px;line-height:1}
.hm-service-card-copy strong{display:block;font-size:15px;margin:1px 0 5px}
.hm-service-card-copy small{display:block;color:var(--hm-muted);font-size:12px;line-height:1.55}
.hm-service-choice{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}
.hm-service-choice label{position:relative;cursor:pointer;margin:0}
.hm-service-choice input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}
.hm-service-choice span{display:flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--hm-border);border-radius:11px;background:#fff;color:var(--hm-text);font-size:13px;font-weight:700;transition:.18s}
.hm-service-choice input:checked + span{border-color:var(--hm-red);background:var(--hm-red);color:#fff;box-shadow:0 6px 14px rgba(181,22,11,.12)}
.hm-service-choice label:first-child input:checked + span{border-color:#d8d3cc;background:var(--hm-sand);color:var(--hm-text);box-shadow:none}
.hm-service-choice input:focus-visible + span{outline:3px solid rgba(181,22,11,.16);outline-offset:2px}
.hm-service-contact-note{margin:14px 0 0;padding:12px 14px;border-radius:12px;background:var(--hm-sand);color:var(--hm-muted);font-size:12px;line-height:1.6}
@media(max-width:640px){
	#hm-booking-page .hm-qty-control{grid-template-columns:48px 1fr 48px!important;width:100%!important;min-width:0!important}
	#hm-booking-page .hm-qty-control input{width:100%!important}
	.hm-service-grid{grid-template-columns:1fr}
	.hm-service-grid .hm-service-card{min-height:0}
}

.hm-book-date-time-card{border:1px solid var(--hm-border);border-radius:18px;padding:20px;background:#fff;margin:18px 0}.hm-book-date-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hm-book-date-grid .hm-field{display:flex;flex-direction:column;gap:7px}.hm-book-date-grid label{font-weight:700}.hm-book-date-grid input,.hm-book-date-grid select{min-height:46px;border:1px solid var(--hm-border);border-radius:10px;padding:9px 12px;background:#fff}.hm-book-date-grid small{color:var(--hm-muted);line-height:1.45}.hm-book-date-note{margin-top:12px;padding:11px 13px;border-radius:10px;background:var(--hm-sand);color:var(--hm-muted);font-size:13px}.hm-open-schedule{gap:12px}.hm-open-booking{display:inline-flex!important;align-self:flex-start;text-decoration:none!important;color:#fff!important;background:var(--hm-red)!important;border-color:var(--hm-red)!important}.hm-open-booking:hover{background:var(--hm-red-dark)!important;color:#fff!important}@media(max-width:640px){.hm-book-date-grid{grid-template-columns:1fr}.hm-open-booking{width:100%;justify-content:center}}


/* v0.13.0 — final review + checkout preparation foundation */
.hm-review-checkout-form{margin-top:22px}.hm-review-confirm{display:flex;gap:11px;align-items:flex-start;padding:14px 16px;border:1px solid var(--hm-border);border-radius:13px;background:var(--hm-sand);cursor:pointer}.hm-review-confirm input{margin-top:3px;width:18px;height:18px;accent-color:var(--hm-red)}.hm-review-confirm span{font-size:13px;line-height:1.55;color:var(--hm-text)}.hm-payment-preview-amount{font-size:22px;color:var(--hm-red);white-space:nowrap}
.hm-payment-stage-card{margin:22px 0;border:1px solid var(--hm-border);border-radius:18px;background:#fff;overflow:hidden}.hm-payment-stage-head{display:flex;gap:14px;align-items:center;padding:20px;background:var(--hm-sand)}.hm-payment-lock{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:13px;background:#fff;font-size:21px}.hm-payment-stage-head>div{display:grid;gap:3px}.hm-payment-stage-head strong{font-size:30px;color:var(--hm-red)}.hm-payment-stage-lines{display:grid;gap:0}.hm-payment-stage-lines>div{display:flex;justify-content:space-between;gap:18px;padding:14px 18px;border-top:1px solid var(--hm-border)}.hm-payment-stage-lines span{color:var(--hm-muted);font-size:13px}.hm-payment-stage-lines strong{font-size:13px}
.hm-payment-provider-card{display:flex;justify-content:space-between;gap:22px;align-items:center;padding:20px;border:1px solid var(--hm-border);border-radius:16px;background:#fff}.hm-payment-provider-card h2{font-size:25px;margin:0 0 6px}.hm-payment-provider-card p{margin:0;max-width:580px;color:var(--hm-muted);font-size:13px;line-height:1.6}.hm-payment-provider-card .hm-book-continue[disabled]{opacity:.55;cursor:not-allowed}.hm-payment-safety-note{display:grid;gap:6px;margin-top:16px;padding:14px 16px;border-radius:13px;background:#f7faf8;border:1px solid #dce8df}.hm-payment-safety-note strong{font-size:13px}.hm-payment-safety-note span{font-size:12px;line-height:1.6;color:var(--hm-muted)}
.hm-book-progress{grid-template-columns:repeat(4,minmax(0,1fr))!important}
@media(max-width:760px){.hm-book-progress{grid-template-columns:1fr 1fr!important}.hm-payment-provider-card{align-items:stretch;flex-direction:column}.hm-payment-provider-card .hm-book-continue{width:100%}.hm-payment-stage-lines>div{align-items:flex-start;flex-direction:column;gap:4px}.hm-payment-preview-amount{font-size:20px}}

/* Hayya Manager v0.14 payment-plan selection */
.hm-payment-choice-section{margin:22px 0}.hm-payment-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.hm-payment-plan-grid.is-saving{opacity:.72;pointer-events:none}.hm-payment-plan-card{position:relative;display:grid;gap:6px;min-height:164px;padding:18px;border:1px solid var(--hm-border);border-radius:16px;background:#fff;cursor:pointer;transition:.18s ease}.hm-payment-plan-card:hover{border-color:rgba(181,22,11,.42);box-shadow:0 9px 24px rgba(30,35,41,.07);transform:translateY(-1px)}.hm-payment-plan-card.is-selected{border:2px solid var(--hm-red);padding:17px;background:#fffaf8;box-shadow:0 10px 26px rgba(181,22,11,.10)}.hm-payment-plan-card input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}.hm-payment-plan-check{position:absolute;right:13px;top:13px;display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background:var(--hm-red);color:#fff;font-size:13px;font-weight:800;opacity:0;transform:scale(.86);transition:.18s}.hm-payment-plan-card.is-selected .hm-payment-plan-check{opacity:1;transform:scale(1)}.hm-payment-plan-percent{font-family:Georgia,'Times New Roman',serif;font-size:30px;line-height:1;color:var(--hm-red);font-weight:700}.hm-payment-plan-card strong{font-size:15px;color:var(--hm-text)}.hm-payment-plan-card small{display:block;color:var(--hm-muted);font-size:12px;line-height:1.5}.hm-payment-plan-card:has(input:focus-visible){outline:3px solid rgba(181,22,11,.15);outline-offset:3px}
@media(max-width:760px){.hm-payment-plan-grid{grid-template-columns:1fr}.hm-payment-plan-card{min-height:auto}}

/* v0.15.0 — discovery catalog, search, filters, related experiences */
.hm-discovery{width:min(1240px,calc(100vw - 48px));max-width:none;position:relative;left:50%;transform:translateX(-50%);margin:0;padding:48px 24px 72px;font-family:Poppins,Arial,sans-serif;color:var(--hm-text);box-sizing:border-box;overflow:visible}
.hm-discovery *{box-sizing:border-box}.hm-discovery h1,.hm-discovery h2,.hm-related-experiences h2{font-family:"Playfair Display",Georgia,serif;color:var(--hm-text)}
.hm-discovery-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:24px}.hm-discovery-head h1{font-size:clamp(38px,5vw,58px);line-height:1.04;margin:5px 0 10px}.hm-discovery-head p{max-width:760px;margin:0;color:var(--hm-muted);font-size:16px;line-height:1.7}
.hm-discovery-form{border:1px solid var(--hm-border);border-radius:22px;background:#fff;box-shadow:var(--hm-shadow);padding:18px;margin-bottom:24px}.hm-discovery-search{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:8px;border:1px solid var(--hm-border);border-radius:14px;padding:0 14px;margin-bottom:14px;background:#fff}.hm-discovery-search>span{font-size:22px;color:var(--hm-muted)}.hm-discovery-search input{width:100%;height:52px;border:0!important;outline:0!important;box-shadow:none!important;font:inherit;color:var(--hm-text);background:transparent;padding:0!important}
.hm-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hm-filter-grid label{display:grid;gap:6px;min-width:0}.hm-filter-grid label>span{font-size:11px;font-weight:700;color:var(--hm-muted);text-transform:uppercase;letter-spacing:.05em}.hm-filter-grid select,.hm-filter-grid input{width:100%;min-width:0;height:46px;border:1px solid var(--hm-border)!important;border-radius:11px!important;background:#fff!important;color:var(--hm-text)!important;padding:0 11px!important;font:inherit!important;box-shadow:none!important}.hm-filter-grid select:focus,.hm-filter-grid input:focus{outline:2px solid rgba(181,22,11,.12)!important;border-color:var(--hm-red)!important}
.hm-filter-actions{display:flex;align-items:end;gap:8px}.hm-filter-submit,.hm-filter-reset{min-height:46px;border-radius:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.hm-filter-submit{border:0;background:var(--hm-red);color:#fff;padding:0 22px;cursor:pointer}.hm-filter-submit:hover{background:var(--hm-red-dark)}.hm-filter-reset{border:1px solid var(--hm-border);color:var(--hm-text);background:#fff;padding:0 15px}
.hm-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0}.hm-results-toolbar strong{font-size:15px}.hm-results-toolbar span{font-size:12px;color:var(--hm-muted)}
.hm-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch;transition:opacity .18s ease}.hm-discovery.is-loading .hm-catalog-grid{opacity:.48;pointer-events:none}.hm-catalog-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--hm-border);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 12px 32px rgba(54,34,24,.07);transition:transform .18s ease,box-shadow .18s ease}.hm-catalog-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(54,34,24,.11)}
.hm-catalog-card-media{display:block;position:relative;aspect-ratio:4/3;background:var(--hm-sand);overflow:hidden}.hm-catalog-card-media img,.hm-catalog-image-placeholder{width:100%;height:100%;display:block;object-fit:cover}.hm-catalog-image-placeholder{background:linear-gradient(135deg,#efe0d2,#f8f3ec)}.hm-card-category{position:absolute;left:14px;top:14px;border-radius:999px;padding:7px 10px;background:rgba(255,255,255,.93);color:var(--hm-text);font-size:11px;font-weight:700;box-shadow:0 4px 14px rgba(0,0,0,.08)}
.hm-catalog-card-body{display:flex;flex:1;flex-direction:column;padding:18px;min-height:320px}.hm-card-meta{display:flex;flex-wrap:wrap;gap:8px 12px;color:var(--hm-muted);font-size:11px;margin-bottom:10px}.hm-catalog-card h2{font-size:24px;line-height:1.22;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hm-catalog-card h2 a{color:var(--hm-text);text-decoration:none}.hm-catalog-card-body>p{color:var(--hm-muted);font-size:13px;line-height:1.65;margin:0 0 18px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hm-card-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-top:auto;border-top:1px solid var(--hm-border);padding-top:15px}.hm-card-footer>div{display:grid;gap:2px}.hm-card-footer small{color:var(--hm-muted);font-size:10px;text-transform:uppercase;letter-spacing:.05em}.hm-card-footer strong{color:var(--hm-red);font-size:17px}.hm-card-footer span{color:var(--hm-muted);font-size:10px}.hm-card-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 13px;border-radius:10px;background:var(--hm-red);color:#fff!important;text-decoration:none;font-size:12px;font-weight:700;white-space:nowrap}.hm-card-cta:hover{background:var(--hm-red-dark)}
.hm-catalog-grid:has(.hm-catalog-card:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr));max-width:820px}.hm-catalog-grid:has(.hm-catalog-card:first-child:last-child){grid-template-columns:minmax(0,400px);max-width:400px}
.hm-catalog-empty{grid-column:1/-1;display:grid;gap:6px;text-align:center;padding:44px 18px;border:1px dashed var(--hm-border);border-radius:18px;background:var(--hm-sand)}.hm-catalog-empty span{color:var(--hm-muted)}.hm-catalog-pagination{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:28px}.hm-catalog-pagination a{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--hm-border);border-radius:10px;color:var(--hm-text);text-decoration:none;font-weight:700;background:#fff}.hm-catalog-pagination a.is-current{background:var(--hm-red);border-color:var(--hm-red);color:#fff}.hm-catalog-status{min-height:20px;margin-top:9px;text-align:center;color:var(--hm-muted);font-size:11px}
.hm-search-box{display:grid;grid-template-columns:1fr 48px;align-items:center;min-width:0;width:100%;border:1px solid #dfe4e8;border-radius:14px;background:#fff;overflow:hidden}.hm-search-box input{min-width:0;width:100%;height:48px;border:0!important;outline:0!important;box-shadow:none!important;padding:0 14px!important;font:inherit}.hm-search-box button{width:48px;height:48px;border:0;background:#fff;color:var(--hm-text);font-size:23px;cursor:pointer}.hm-search-box button:hover,.hm-search-box button:focus{background:var(--hm-sand);color:var(--hm-red)}.hm-planner-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border-radius:11px;padding:0 18px;background:var(--hm-red);color:#fff!important;text-decoration:none;font-weight:700}
.hm-related-experiences{max-width:1240px;margin:54px auto 0;padding-top:34px;border-top:1px solid var(--hm-border)}.hm-related-head{margin-bottom:18px}.hm-related-head h2{font-size:34px;margin:4px 0}.hm-catalog-grid-related{grid-template-columns:repeat(2,minmax(0,1fr));max-width:820px}
@media(max-width:1024px){.hm-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hm-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.hm-discovery{width:calc(100vw - 20px);padding:30px 10px 54px}.hm-discovery-head h1{font-size:38px}.hm-discovery-form{padding:12px;border-radius:17px}.hm-filter-grid{grid-template-columns:1fr}.hm-filter-actions{align-items:stretch}.hm-filter-submit,.hm-filter-reset{flex:1}.hm-results-toolbar{align-items:flex-start;flex-direction:column;gap:4px}.hm-catalog-grid,.hm-catalog-grid-related{grid-template-columns:1fr}.hm-catalog-card h2{font-size:22px}.hm-card-footer{align-items:flex-start;flex-direction:column}.hm-card-cta{width:100%}.hm-related-experiences{margin-top:36px;padding-top:28px}.hm-related-head h2{font-size:29px}}
@media(max-width:360px){.hm-discovery{padding-left:12px;padding-right:12px}.hm-filter-actions{flex-direction:column}.hm-search-box{grid-template-columns:minmax(0,1fr) 44px}.hm-search-box button{width:44px}}

@media(max-width:767px){.hm-catalog-grid:has(.hm-catalog-card:nth-child(2):last-child),.hm-catalog-grid:has(.hm-catalog-card:first-child:last-child){grid-template-columns:1fr;max-width:none}}

/* ==========================================================
   Hayya Manager 0.17.0 — Responsive & Accessibility Hardening
   Desktop / Tablet / Mobile
   ========================================================== */

.hm-discovery,
.hm-product-shell,
.hm-book-page-shell,
.hm-catalog-grid,
.hm-catalog-card,
.hm-catalog-card-body,
.hm-book-page-grid,
.hm-book-form-card,
.hm-book-order-card,
.hm-review-grid,
.hm-service-grid{
  min-width:0;
}

.hm-discovery input,
.hm-discovery select,
.hm-discovery button,
.hm-book-page-shell input,
.hm-book-page-shell select,
.hm-book-page-shell textarea,
.hm-book-page-shell button{
  max-width:100%;
}

.hm-catalog-card h2,
.hm-catalog-card-body>p,
.hm-card-meta,
.hm-card-footer,
.hm-book-summary-line,
.hm-summary-row,
.hm-review-grid strong{
  overflow-wrap:anywhere;
  word-break:normal;
}

.hm-filter-submit,
.hm-filter-reset,
.hm-card-cta,
.hm-book-continue,
.hm-book-back,
.hm-book-link-button{
  min-height:44px;
}

.hm-discovery :is(a,button,input,select):focus-visible,
.hm-product-shell :is(a,button,input,select,textarea):focus-visible,
.hm-book-page-shell :is(a,button,input,select,textarea):focus-visible{
  outline:3px solid rgba(245,166,35,.55)!important;
  outline-offset:2px!important;
}

/* Tablet */
@media (min-width:768px) and (max-width:1024px){
  .hm-discovery{
    width:calc(100vw - 32px);
    padding:38px 16px 60px;
  }

  .hm-discovery-head{
    gap:18px;
    margin-bottom:20px;
  }

  .hm-discovery-head h1{
    font-size:clamp(40px,6vw,52px);
  }

  .hm-discovery-form{
    padding:16px;
    border-radius:20px;
  }

  .hm-discovery-search input{
    height:50px;
  }

  .hm-filter-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }

  .hm-filter-grid select,
  .hm-filter-grid input,
  .hm-filter-submit,
  .hm-filter-reset{
    min-height:48px;
  }

  .hm-filter-actions{
    grid-column:1/-1;
    justify-content:flex-end;
    flex-wrap:wrap;
  }

  .hm-catalog-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }

  .hm-catalog-grid:has(.hm-catalog-card:nth-child(2):last-child){
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:none;
  }

  .hm-catalog-card-media{
    aspect-ratio:16/11;
  }

  .hm-catalog-card-body{
    min-height:300px;
    padding:17px;
  }

  .hm-catalog-card h2{
    font-size:22px;
  }

  .hm-book-page-shell{
    max-width:900px;
    padding:30px 20px 64px;
  }

  .hm-book-page-grid{
    grid-template-columns:minmax(0,1fr) 300px;
    gap:20px;
  }

  .hm-book-order-card{
    top:92px;
  }

  .hm-product-shell{
    padding-left:20px;
    padding-right:20px;
  }

  .hm-product-hero{
    gap:28px;
  }
}

/* Mobile */
@media (max-width:767px){
  .hm-discovery{
    width:100%;
    max-width:100%;
    left:auto;
    transform:none;
    padding:26px 14px 46px;
    overflow-x:clip;
  }

  .hm-discovery-head{
    display:block;
    margin-bottom:18px;
  }

  .hm-discovery-head h1{
    font-size:clamp(32px,10vw,42px);
    line-height:1.08;
    margin-bottom:8px;
  }

  .hm-discovery-head p{
    font-size:14px;
    line-height:1.6;
  }

  .hm-discovery-form{
    padding:11px;
    border-radius:16px;
    margin-bottom:18px;
  }

  .hm-discovery-search{
    grid-template-columns:22px minmax(0,1fr);
    padding:0 11px;
    border-radius:12px;
  }

  .hm-discovery-search>span{
    font-size:18px;
  }

  .hm-discovery-search input{
    height:48px;
    font-size:16px;
  }

  .hm-filter-grid{
    grid-template-columns:1fr;
    gap:10px;
  }

  .hm-filter-grid label{
    min-width:0;
  }

  .hm-filter-grid select,
  .hm-filter-grid input{
    width:100%;
    min-height:48px;
    font-size:16px;
  }

  .hm-filter-actions{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:9px;
    width:100%;
  }

  .hm-filter-submit,
  .hm-filter-reset{
    width:100%;
    min-width:0;
    justify-content:center;
  }

  .hm-results-toolbar{
    margin-bottom:14px;
  }

  .hm-results-toolbar strong{
    font-size:15px;
  }

  .hm-results-toolbar span{
    font-size:11px;
  }

  .hm-catalog-grid,
  .hm-catalog-grid-related,
  .hm-catalog-grid:has(.hm-catalog-card:nth-child(2):last-child),
  .hm-catalog-grid:has(.hm-catalog-card:first-child:last-child){
    grid-template-columns:1fr;
    gap:16px;
    max-width:none;
    width:100%;
  }

  .hm-catalog-card{
    width:100%;
    border-radius:18px;
  }

  .hm-catalog-card-media{
    aspect-ratio:16/10;
  }

  .hm-card-category{
    left:12px;
    top:12px;
    padding:6px 9px;
  }

  .hm-catalog-card-body{
    min-height:0;
    padding:16px;
  }

  .hm-catalog-card h2{
    font-size:22px;
    line-height:1.2;
    -webkit-line-clamp:2;
  }

  .hm-catalog-card-body>p{
    font-size:13px;
    -webkit-line-clamp:2;
    margin-bottom:14px;
  }

  .hm-card-footer{
    align-items:stretch;
    flex-direction:column;
    gap:12px;
  }

  .hm-card-cta{
    width:100%;
    min-height:46px;
    font-size:13px;
  }

  .hm-catalog-pagination a{
    width:44px;
    height:44px;
  }

  .hm-book-page-shell{
    width:100%;
    max-width:100%;
    padding:22px 12px 46px;
    overflow-x:clip;
  }

  .hm-book-page-top{
    gap:12px;
  }

  .hm-book-page-heading h1{
    font-size:clamp(34px,10vw,46px)!important;
    line-height:1.06!important;
  }

  .hm-book-progress{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:9px 12px!important;
    width:100%;
  }

  .hm-book-progress span{
    min-width:0;
    font-size:10.5px;
  }

  .hm-book-progress span:not(:last-child)::after{
    display:none;
  }

  .hm-book-page-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .hm-book-order-card{
    position:static;
    order:-1;
  }

  .hm-book-form-card,
  .hm-book-order-card{
    padding:15px;
    border-radius:16px;
  }

  .hm-traveler-row{
    align-items:center;
    gap:12px;
  }

  .hm-service-grid,
  .hm-review-grid,
  .hm-form-grid{
    grid-template-columns:1fr!important;
  }

  .hm-product-shell{
    width:100%;
    max-width:100%;
    padding:22px 12px 48px;
    overflow-x:clip;
  }

  .hm-product-hero,
  .hm-product-layout{
    grid-template-columns:1fr;
    gap:20px;
  }

  .hm-product-hero__media,
  .hm-product-hero__media img,
  .hm-product-image-placeholder{
    min-height:0;
    aspect-ratio:16/10;
    border-radius:17px;
  }

  .hm-product-hero h1{
    font-size:clamp(34px,10vw,44px);
  }

  .hm-product-layout{
    margin-top:28px;
  }

  .hm-product-aside{
    position:static;
  }

  .hm-related-experiences{
    margin-top:32px;
    padding-top:24px;
  }
}

@media (max-width:420px){
  .hm-discovery,
  .hm-product-shell,
  .hm-book-page-shell{
    padding-left:10px;
    padding-right:10px;
  }

  .hm-filter-actions{
    grid-template-columns:1fr;
  }

  .hm-book-progress{
    grid-template-columns:1fr!important;
  }

  .hm-book-progress span{
    min-height:34px;
  }
}

@media (hover:none){
  .hm-catalog-card:hover{
    transform:none;
    box-shadow:0 12px 32px rgba(54,34,24,.07);
  }
}

@media (prefers-reduced-motion:reduce){
  .hm-discovery *,
  .hm-product-shell *,
  .hm-book-page-shell *{
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important;
  }
}


/* v0.18.0 — Experience photo gallery + video media system */
.hm-media-gallery{min-height:0!important;overflow:visible!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}
.hm-media-stage{position:relative;overflow:hidden;border-radius:24px;background:var(--hm-sand);box-shadow:var(--hm-shadow)}
.hm-media-track{display:flex;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}
.hm-media-track::-webkit-scrollbar{display:none}
.hm-media-slide{position:relative;flex:0 0 100%;width:100%;min-width:100%;height:520px;scroll-snap-align:start;scroll-snap-stop:always;background:#111;overflow:hidden}
.hm-media-image-button{display:block;width:100%;height:100%;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;cursor:zoom-in!important;box-shadow:none!important}
.hm-media-gallery .hm-media-image{display:block!important;width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important}
.hm-media-video-shell{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:#111}
.hm-media-video-shell video{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;background:#000}
.hm-media-embed-shell iframe{display:block;width:100%!important;height:100%!important;min-height:420px;border:0}
.hm-media-video-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:12px;background:var(--hm-red);color:#fff!important;text-decoration:none;font-weight:700}
.hm-media-nav{position:absolute;top:50%;z-index:3;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0!important;margin:0!important;transform:translateY(-50%);border:1px solid rgba(255,255,255,.7)!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;color:var(--hm-text)!important;font:500 30px/1 Georgia,serif!important;box-shadow:0 8px 20px rgba(0,0,0,.16)!important;cursor:pointer!important}
.hm-media-prev{left:14px}.hm-media-next{right:14px}.hm-media-nav:disabled{opacity:.35;cursor:not-allowed!important}
.hm-media-counter{position:absolute;right:14px;bottom:14px;z-index:3;padding:7px 10px;border-radius:999px;background:rgba(20,20,20,.72);color:#fff;font-size:12px;font-weight:700;line-height:1}
.hm-media-thumbs{display:flex;gap:9px;margin-top:10px;padding:2px 1px 6px;overflow-x:auto;scrollbar-width:thin}
.hm-media-thumb{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 76px;width:76px;height:58px;padding:0!important;overflow:hidden;border:2px solid transparent!important;border-radius:10px!important;background:var(--hm-sand)!important;color:var(--hm-text)!important;cursor:pointer!important;box-shadow:none!important}
.hm-media-thumb.is-active{border-color:var(--hm-red)!important}.hm-media-thumb img{display:block!important;width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important}
.hm-media-thumb-video{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--hm-red);color:#fff;font-size:11px}.hm-media-thumb small{position:absolute;right:4px;bottom:3px;padding:2px 4px;border-radius:4px;background:rgba(255,255,255,.88);font-size:8px;font-weight:700}
html.hm-lightbox-open{overflow:hidden}.hm-media-lightbox[hidden]{display:none!important}.hm-media-lightbox{position:fixed;inset:0;z-index:1000000;display:grid;grid-template-columns:64px minmax(0,1fr) 64px;align-items:center;padding:28px;background:rgba(11,13,15,.94)}
.hm-media-lightbox figure{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:10px;align-items:center;justify-items:center;width:100%;height:100%;margin:0}.hm-media-lightbox img{display:block;max-width:100%;max-height:calc(100vh - 110px);object-fit:contain}.hm-media-lightbox figcaption{color:#fff;font:600 12px/1.4 Poppins,Arial,sans-serif}
.hm-media-lightbox-close{position:absolute;top:18px;right:18px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0!important;border:1px solid rgba(255,255,255,.38)!important;border-radius:50%!important;background:rgba(255,255,255,.12)!important;color:#fff!important;font:300 30px/1 Arial,sans-serif!important;cursor:pointer!important}
.hm-media-lightbox-nav{display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0!important;border:0!important;border-radius:50%!important;background:rgba(255,255,255,.12)!important;color:#fff!important;font:400 38px/1 Georgia,serif!important;cursor:pointer!important}
.hm-media-image-button:focus-visible,.hm-media-thumb:focus-visible,.hm-media-nav:focus-visible,.hm-media-lightbox button:focus-visible{outline:3px solid var(--hm-orange)!important;outline-offset:3px!important}
@media(max-width:980px){.hm-media-slide{height:420px}.hm-media-embed-shell iframe{min-height:360px}}
@media(max-width:767px){.hm-media-stage{border-radius:17px}.hm-media-slide{height:auto;aspect-ratio:16/10}.hm-media-nav{width:40px;height:40px;font-size:26px}.hm-media-prev{left:9px}.hm-media-next{right:9px}.hm-media-counter{right:9px;bottom:9px}.hm-media-thumbs{gap:7px}.hm-media-thumb{flex-basis:66px;width:66px;height:50px}.hm-media-embed-shell iframe{min-height:0;height:100%!important}.hm-media-lightbox{grid-template-columns:44px minmax(0,1fr) 44px;padding:16px 8px}.hm-media-lightbox-nav{width:40px;height:40px;font-size:32px}.hm-media-lightbox-close{top:10px;right:10px}.hm-media-lightbox img{max-height:calc(100vh - 90px)}}
@media(hover:none){.hm-media-nav{background:rgba(255,255,255,.9)!important}}
@media(prefers-reduced-motion:reduce){.hm-media-track{scroll-behavior:auto}}

/* v0.19.0 — Guest-first booking accounts + My Bookings */
.hm-account-route{background:#fff}.hm-account-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:72px 0 90px;color:var(--hm-text)}
.hm-account-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.hm-account-head h1,.hm-account-guest-card h1{margin:6px 0 4px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(42px,5vw,66px);line-height:1.04}.hm-account-head p{margin:0;color:var(--hm-muted)}
.hm-account-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hm-account-shell .hm-primary-action{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:12px;background:var(--hm-red);color:#fff!important;text-decoration:none;font-weight:700}.hm-account-shell .hm-secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid var(--hm-border);border-radius:12px;background:#fff;color:var(--hm-text)!important;text-decoration:none;font-weight:650}
.hm-account-guest-card,.hm-account-empty{max-width:720px;padding:34px;border:1px solid var(--hm-border);border-radius:22px;background:#fff;box-shadow:var(--hm-shadow)}.hm-account-guest-card p,.hm-account-empty p{color:var(--hm-muted);font-size:16px;line-height:1.75}
.hm-account-notice{margin:0 0 24px;padding:18px 20px;border:1px solid #d7eadb;border-radius:16px;background:#f1faf3}.hm-account-notice strong{display:block;margin-bottom:5px}.hm-account-notice p{margin:0 0 7px;color:#4d6753}.hm-account-notice a{color:#156b2c;font-weight:700;text-decoration:none}
.hm-account-bookings{display:grid;gap:16px}.hm-account-booking-card{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:24px;padding:24px;border:1px solid var(--hm-border);border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(54,34,24,.05)}.hm-account-booking-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hm-account-status{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#f5f1eb;color:#51483f;font-size:12px;font-weight:800}.hm-status-confirmed{background:#e9f8ed;color:#176c30}.hm-status-pending_payment{background:#fff5df;color:#8c5d00}.hm-status-cancelled,.hm-status-expired,.hm-status-failed{background:#fdebea;color:#9c251c}.hm-account-ref{color:var(--hm-muted);font-size:12px;font-weight:650}.hm-account-booking-card h2{margin:13px 0 8px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(24px,3vw,34px);line-height:1.15}.hm-account-meta{display:flex;gap:14px;flex-wrap:wrap;color:var(--hm-muted);font-size:14px}.hm-account-booking-money{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;text-align:right}.hm-account-booking-money>span{color:var(--hm-muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.hm-account-booking-money>strong{margin:3px 0;font-size:22px}.hm-account-booking-money small{color:var(--hm-muted)}.hm-account-booking-money a{margin-top:12px;color:var(--hm-red);font-weight:750;text-decoration:none}
.hm-book-login-note strong{font-weight:750}.hm-book-login-note{background:#fffaf2}
@media(max-width:800px){.hm-account-shell{width:min(100% - 28px,760px);padding:46px 0 70px}.hm-account-head{align-items:flex-start;flex-direction:column}.hm-account-booking-card{grid-template-columns:1fr}.hm-account-booking-money{align-items:flex-start;text-align:left;border-top:1px solid var(--hm-border);padding-top:18px}.hm-account-guest-card,.hm-account-empty{padding:24px}}
@media(max-width:480px){.hm-account-shell{width:calc(100% - 20px)}.hm-account-head h1,.hm-account-guest-card h1{font-size:38px}.hm-account-booking-card{padding:18px;border-radius:16px}.hm-account-actions>*{width:100%}}
.hm-account-services{margin-top:12px;color:var(--hm-muted);font-size:13px;line-height:1.55}.hm-account-services span{color:var(--hm-text);font-weight:750}

/* v0.20.0 — Customer booking details + account summary */
.hm-account-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 24px}.hm-account-stats>div{padding:18px;border:1px solid var(--hm-border);border-radius:16px;background:#fff}.hm-account-stats strong{display:block;font-family:"Playfair Display",Georgia,serif;font-size:30px;line-height:1}.hm-account-stats span{display:block;margin-top:6px;color:var(--hm-muted);font-size:13px}.hm-account-detail-link{font-weight:800!important}.hm-account-back{display:inline-flex;margin-bottom:24px;color:var(--hm-text)!important;text-decoration:none;font-weight:700}.hm-account-detail-shell{max-width:1180px}.hm-account-detail-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.hm-account-detail-head h1{max-width:850px;margin:10px 0 5px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(38px,5vw,62px);line-height:1.05}.hm-account-detail-head p{margin:0;color:var(--hm-muted);font-weight:650}.hm-account-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hm-account-panel{padding:22px;border:1px solid var(--hm-border);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(54,34,24,.04)}.hm-account-panel h2{margin:0 0 14px;font-family:"Playfair Display",Georgia,serif;font-size:27px}.hm-account-panel dl{margin:0}.hm-account-panel dl>div{display:grid;grid-template-columns:150px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid var(--hm-border)}.hm-account-panel dl>div:last-child{border-bottom:0}.hm-account-panel dt{color:var(--hm-muted);font-size:13px}.hm-account-panel dd{margin:0;font-weight:700}.hm-account-wide-panel{margin-top:16px}.hm-account-service-list{display:grid;gap:10px}.hm-account-service-item{padding:13px;border:1px solid var(--hm-border);border-radius:12px;background:var(--hm-sand)}.hm-account-service-item>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.hm-account-service-item span{color:var(--hm-muted);font-size:12px;font-weight:650}.hm-account-service-item b{display:block;margin-top:7px;color:var(--hm-red)}.hm-account-service-item p{margin:8px 0 0;color:var(--hm-muted);font-size:13px;line-height:1.55}.hm-account-payment-history{display:grid;gap:0}.hm-account-payment-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--hm-border)}.hm-account-payment-row:last-child{border-bottom:0}.hm-account-payment-row>div{display:grid;gap:3px}.hm-account-payment-row span{color:var(--hm-muted);font-size:13px}.hm-account-help{display:flex;justify-content:space-between;gap:16px;margin-top:18px;padding:17px 20px;border-radius:14px;background:#fff8f4;border:1px solid #eedfd5}.hm-account-help span{color:var(--hm-muted)}.hm-muted{color:var(--hm-muted)}.hm-status-draft{background:#f5f1eb;color:#65594d}
@media(max-width:800px){.hm-account-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.hm-account-detail-head{align-items:flex-start;flex-direction:column}.hm-account-detail-grid{grid-template-columns:1fr}.hm-account-panel dl>div{grid-template-columns:1fr}.hm-account-help{flex-direction:column}.hm-account-detail-head .hm-primary-action{width:100%}}
@media(max-width:480px){.hm-account-stats{grid-template-columns:1fr 1fr}.hm-account-panel{padding:18px}.hm-account-detail-head h1{font-size:36px}.hm-account-service-item>div{align-items:flex-start;flex-direction:column}.hm-account-payment-row{flex-direction:column;gap:6px}}

/* Hayya Manager v0.21.1 — customer services quote + booking lifecycle correction */
.hm-account-quote-notice{margin:14px 0;padding:13px 16px;border-radius:12px;font-weight:700}.hm-account-cancellation-notice{margin:16px 0 22px;padding:16px 18px;border:1px solid #efb9b4;border-radius:14px;background:#fff7f6;color:#7f1d1d}.hm-account-cancellation-notice strong{display:block;font-size:1.05rem;margin-bottom:6px}.hm-account-cancellation-notice p{margin:6px 0;color:#5f4a48}.hm-account-quote-notice.is-success{background:#edf8f0;color:#166534}.hm-account-quote-notice.is-error{background:#fdecec;color:#9f1c1c}.hm-account-quote-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:14px}.hm-account-quote-head h2{margin:4px 0 0}.hm-account-quote-lines{display:grid;gap:0;margin:16px 0}.hm-account-quote-lines>div{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid #eadfd3}.hm-account-quote-lines .is-total{font-size:1.05em;border-bottom:0;padding-top:16px}.hm-account-quote-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.hm-account-quote-actions form{margin:0}.hm-account-quote-actions button{border:0;cursor:pointer;font:inherit}.hm-quote-sent{background:#fff4d6;color:#8a5b00}.hm-quote-accepted{background:#edf8f0;color:#166534}.hm-quote-declined,.hm-quote-expired{background:#f2f2f2;color:#646970}@media(max-width:640px){.hm-account-quote-head{display:grid}.hm-account-quote-actions{display:grid}.hm-account-quote-actions form,.hm-account-quote-actions button{width:100%}.hm-account-quote-lines>div{align-items:flex-start}.hm-account-quote-lines>div span{max-width:65%}}

/* Hayya Manager v0.23.0 — verified booking reviews */
.hm-product-rating-summary{display:inline-flex;align-items:center;gap:8px;margin:14px 0 2px;padding:8px 12px;border:1px solid var(--hm-border);border-radius:999px;background:#fff;color:var(--hm-text)!important;text-decoration:none;font-size:13px;font-weight:650;box-shadow:0 5px 16px rgba(54,34,24,.04)}
.hm-product-rating-summary strong{font-size:14px}.hm-review-stars{color:var(--hm-orange)!important;letter-spacing:1px;white-space:nowrap}.hm-product-rating-summary:hover{border-color:var(--hm-red);color:var(--hm-red)!important}
.hm-card-review-summary{display:flex;align-items:center;gap:6px;margin:6px 0 9px;color:var(--hm-muted);font-size:12.5px}.hm-card-review-summary strong{color:var(--hm-text);font-size:13px}.hm-card-review-summary .hm-review-stars{font-size:14px}
.hm-product-reviews{width:min(1180px,calc(100% - 40px));margin:38px auto 0;padding:34px 0 12px}.hm-product-reviews .hm-related-head{margin-bottom:18px}.hm-product-reviews .hm-related-head h2{margin:5px 0 5px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(32px,4vw,48px)}.hm-product-reviews .hm-related-head p{margin:0;color:var(--hm-muted)}
.hm-public-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hm-public-review-card{padding:22px;border:1px solid var(--hm-border);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(54,34,24,.05)}.hm-public-review-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hm-public-review-top>div:first-child{display:flex;flex-direction:column;gap:3px}.hm-public-review-top span:not(.hm-review-stars){color:#176c30;font-size:12px;font-weight:750}.hm-public-review-card h3{margin:15px 0 6px;font-family:"Playfair Display",Georgia,serif;font-size:22px}.hm-public-review-card p{margin:0;color:#4f5965;line-height:1.7}.hm-public-review-card>small{display:block;margin-top:14px;color:var(--hm-muted)}
.hm-account-review-panel .hm-customer-review-summary{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.hm-account-review-panel .hm-review-stars{font-size:20px}.hm-account-review-panel h3{margin:8px 0 6px;font-family:"Playfair Display",Georgia,serif;font-size:22px}.hm-review-form{display:grid;gap:14px;margin-top:16px}.hm-review-form label{display:grid;gap:7px;color:var(--hm-text);font-weight:700}.hm-review-form label span{font-size:13px}.hm-review-form input,.hm-review-form select,.hm-review-form textarea{width:100%;box-sizing:border-box;border:1px solid var(--hm-border);border-radius:11px;background:#fff;color:var(--hm-text);font:inherit}.hm-review-form input,.hm-review-form select{min-height:48px;padding:0 12px}.hm-review-form textarea{min-height:130px;padding:12px;resize:vertical}.hm-review-form input:focus,.hm-review-form select:focus,.hm-review-form textarea:focus{border-color:var(--hm-red);outline:3px solid rgba(181,22,11,.08);outline-offset:1px}.hm-review-form .hm-primary-action{width:max-content;border:0;cursor:pointer;font:inherit}
@media(max-width:800px){.hm-public-review-grid{grid-template-columns:1fr}.hm-product-reviews{width:min(100% - 28px,760px)}.hm-public-review-top{align-items:flex-start}}
@media(max-width:480px){.hm-product-reviews{width:calc(100% - 20px)}.hm-public-review-card{padding:18px}.hm-product-rating-summary{flex-wrap:wrap;border-radius:14px}.hm-review-form .hm-primary-action{width:100%}}

/* v0.25.0 Experience Package itinerary */
.hm-package-itinerary-head{margin-bottom:20px}.hm-package-itinerary-head h2{margin:.25rem 0 .45rem}.hm-package-itinerary-head p{margin:0;color:#68717a;max-width:760px}.hm-package-itinerary{display:grid;gap:14px}.hm-package-day-card{display:grid;grid-template-columns:92px minmax(0,1fr);gap:18px;padding:20px;border:1px solid #eadfd3;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(30,35,41,.04)}.hm-package-day-badge{display:flex;align-items:center;justify-content:center;align-self:start;min-height:54px;padding:10px;border-radius:12px;background:#f8f3ec;color:#b5160b;font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem}.hm-package-day-body h3{margin:0 0 12px;font-family:Georgia,'Times New Roman',serif;font-size:1.35rem;color:#1e2329}.hm-package-day-body>p{margin:12px 0 0;color:#5f6871}.hm-package-experience-list{display:grid;gap:9px}.hm-package-experience-list a{display:grid;gap:2px;padding:11px 13px;border:1px solid #eee2d6;border-radius:11px;background:#fcf9f5;color:#1e2329;text-decoration:none}.hm-package-experience-list a:hover{border-color:#b5160b}.hm-package-experience-list a span{color:#68717a;font-size:.9rem}@media(max-width:680px){.hm-package-day-card{grid-template-columns:1fr}.hm-package-day-badge{justify-self:start;min-height:auto}}
.hm-account-itinerary{display:grid;gap:12px}.hm-account-itinerary-day{padding:14px 16px;border:1px solid #eadfd3;border-radius:12px;background:#fcf9f5}.hm-account-itinerary-day>strong{display:block;color:#1e2329}.hm-account-itinerary-day ul{margin:8px 0 0 20px}.hm-account-itinerary-day li{margin:4px 0}.hm-account-itinerary-day p{margin:8px 0 0;color:#68717a}

/* v0.26.0 — package-specific checkout */
.hm-book-date-grid.hm-package-date-only{grid-template-columns:minmax(0,1fr)}
.hm-book-date-grid.hm-package-date-only .hm-field{max-width:520px}
.hm-package-booking-note{background:#fbf7f1;border:1px solid #eadfd3;border-radius:16px;padding:20px}
.hm-package-booking-note .hm-service-heading{margin:0}

/* ==========================================================
   Hayya Manager v0.28.0 — Single Experience UI v1
   Presentation-only redesign. Booking logic remains unchanged.
   ========================================================== */

.hm-product-experience{
  max-width:1220px;
  padding-top:30px;
}

.hm-product-experience .hm-product-hero{
  grid-template-columns:minmax(0,1.22fr) minmax(340px,.78fr);
  gap:44px;
  align-items:start;
}

.hm-product-experience .hm-product-hero__content{
  padding-top:8px;
}

.hm-product-experience .hm-product-hero h1{
  max-width:720px;
  font-size:clamp(42px,4.8vw,62px);
  line-height:1.035;
  letter-spacing:-.025em;
  margin-bottom:16px;
}

.hm-product-experience .hm-product-summary{
  max-width:680px;
  font-size:17px;
  line-height:1.72;
  margin-bottom:18px;
}

.hm-product-experience .hm-product-facts{
  gap:8px;
  margin-bottom:14px;
}

.hm-product-experience .hm-product-facts span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  border-color:#eadfd5;
  background:#fff;
  padding:7px 11px;
  font-size:12.5px;
  font-weight:650;
  color:#4f5965;
}

.hm-product-experience .hm-product-rating-summary{
  margin:4px 0 14px;
  border:0;
  background:transparent;
  box-shadow:none;
  padding:0;
  border-radius:0;
  font-size:13px;
}

.hm-product-experience .hm-product-rating-summary .hm-review-stars{
  font-size:16px;
}

.hm-product-experience .hm-chip-row{
  margin-bottom:16px;
}

.hm-product-experience .hm-chip{
  padding:6px 10px;
  background:#fbf7f1;
  font-size:12px;
}

.hm-product-experience .hm-price-card{
  margin-top:14px;
  padding:20px;
  background:#fff;
  border:1px solid #e6dbd1;
  border-radius:20px;
  box-shadow:0 14px 34px rgba(54,34,24,.07);
}

.hm-product-experience .hm-price-card strong{
  font-size:30px;
  line-height:1.08;
}

.hm-product-experience .hm-mini-availability-link{
  min-height:46px;
  border-radius:12px;
  padding:0 18px;
  box-shadow:0 9px 20px rgba(181,22,11,.15);
}

.hm-product-experience .hm-stage-note{
  display:none;
}

.hm-product-experience .hm-media-stage{
  border-radius:22px;
  box-shadow:0 16px 42px rgba(54,34,24,.09);
}

.hm-product-experience .hm-media-slide{
  height:560px;
}

.hm-product-experience .hm-media-nav{
  width:46px;
  height:46px;
  border-radius:50%;
}

.hm-product-experience .hm-media-counter{
  border-radius:999px;
  padding:7px 11px;
  font-size:12px;
  font-weight:750;
}

.hm-product-experience .hm-media-thumbs{
  gap:10px;
  margin-top:12px;
}

.hm-product-experience .hm-media-thumb{
  width:92px;
  height:68px;
  border-radius:12px;
}

.hm-product-experience .hm-product-layout{
  grid-template-columns:minmax(0,1fr) 318px;
  gap:42px;
  margin-top:46px;
}

.hm-product-experience.hm-availability-flexible .hm-availability-section,
.hm-product-experience.hm-availability-recurring .hm-availability-section{
  display:none;
}

.hm-product-experience .hm-content-section{
  padding:32px 0;
}

.hm-product-experience .hm-content-section:first-child{
  padding-top:0;
}

.hm-product-experience .hm-content-section h2,
.hm-product-experience .hm-content-card h2{
  font-size:clamp(27px,3vw,34px);
  line-height:1.12;
  margin-bottom:14px;
}

.hm-product-experience .hm-rich-content{
  max-width:790px;
  color:#414b54;
  font-size:16px;
  line-height:1.85;
}

.hm-product-experience .hm-two-column{
  gap:16px;
  margin:30px 0 2px;
}

.hm-product-experience .hm-content-card{
  padding:22px;
  border-radius:18px;
  box-shadow:none;
}

.hm-product-experience .hm-feature-list li{
  margin:10px 0;
  font-size:14px;
}

.hm-product-experience .hm-product-aside{
  top:104px;
}

.hm-product-experience .hm-booking-summary{
  border-radius:20px;
  padding:21px;
  box-shadow:0 14px 36px rgba(54,34,24,.08);
}

.hm-product-experience .hm-booking-summary h2{
  font-size:26px;
}

.hm-product-experience .hm-summary-row{
  padding:12px 0;
  font-size:13px;
}

.hm-product-experience .hm-primary-cta{
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  margin-top:18px;
  box-shadow:0 10px 22px rgba(181,22,11,.16);
}

.hm-product-experience .hm-safe-note{
  line-height:1.55;
  margin-bottom:0;
}

.hm-product-experience .hm-product-reviews{
  width:100%;
  max-width:100%;
  margin-top:54px;
  padding-top:34px;
  border-top:1px solid var(--hm-border);
}

.hm-product-experience .hm-product-reviews .hm-related-head{
  max-width:760px;
}

.hm-product-experience .hm-public-review-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.hm-product-experience .hm-public-review-card{
  border-radius:18px;
  box-shadow:none;
}

.hm-mobile-booking-bar{
  display:none;
}

/* Tablet: retain generous spacing and a single reading column. */
@media (min-width:768px) and (max-width:1024px){
  .hm-product-experience{
    padding:26px 20px 72px;
  }

  .hm-product-experience .hm-product-hero{
    grid-template-columns:1fr;
    gap:26px;
  }

  .hm-product-experience .hm-media-slide{
    height:auto;
    aspect-ratio:16/10;
  }

  .hm-product-experience .hm-product-hero__content{
    max-width:820px;
    padding-top:0;
  }

  .hm-product-experience .hm-product-layout{
    grid-template-columns:minmax(0,1fr) 290px;
    gap:28px;
    margin-top:38px;
  }

  .hm-product-experience .hm-public-review-grid{
    grid-template-columns:1fr 1fr;
  }
}

/* Mobile-first customer page: image, essential facts, content, one sticky booking action. */
@media (max-width:767px){
  .hm-product-experience{
    width:100%;
    max-width:100%;
    padding:14px 14px 118px;
    overflow-x:clip;
  }

  .hm-product-experience .hm-product-hero{
    display:flex;
    flex-direction:column;
    gap:18px;
  }

  .hm-product-experience .hm-media-stage{
    border-radius:18px;
  }

  .hm-product-experience .hm-media-slide{
    height:auto;
    aspect-ratio:4/3;
  }

  .hm-product-experience .hm-media-thumbs{
    display:none;
  }

  .hm-product-experience .hm-media-nav{
    width:42px;
    height:42px;
  }

  .hm-product-experience .hm-product-hero__content{
    padding:0 2px;
  }

  .hm-product-experience .hm-eyebrow{
    margin-bottom:7px;
    font-size:10.5px;
    letter-spacing:.12em;
  }

  .hm-product-experience .hm-product-hero h1{
    font-size:clamp(31px,9.2vw,39px);
    line-height:1.08;
    letter-spacing:-.018em;
    margin-bottom:12px;
  }

  .hm-product-experience .hm-product-summary{
    font-size:14px;
    line-height:1.67;
    margin-bottom:14px;
  }

  .hm-product-experience .hm-product-facts{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    scrollbar-width:none;
    margin-right:-14px;
    padding-right:14px;
    padding-bottom:2px;
  }

  .hm-product-experience .hm-product-facts::-webkit-scrollbar{
    display:none;
  }

  .hm-product-experience .hm-product-facts span{
    flex:0 0 auto;
    min-height:34px;
    font-size:12px;
  }

  .hm-product-experience .hm-product-rating-summary{
    margin:7px 0 11px;
    flex-wrap:wrap;
    gap:6px;
  }

  .hm-product-experience .hm-chip-row{
    display:none;
  }

  .hm-product-experience .hm-price-card,
  .hm-product-experience .hm-stage-note,
  .hm-product-experience .hm-product-aside{
    display:none;
  }

  .hm-product-experience .hm-product-layout{
    display:block;
    margin-top:24px;
  }

  .hm-product-experience .hm-content-section{
    padding:24px 0;
  }

  .hm-product-experience .hm-content-section h2,
  .hm-product-experience .hm-content-card h2{
    font-size:27px;
    margin-bottom:12px;
  }

  .hm-product-experience .hm-rich-content{
    font-size:15px;
    line-height:1.78;
  }

  .hm-product-experience .hm-two-column{
    grid-template-columns:1fr;
    gap:12px;
    margin:22px 0 0;
  }

  .hm-product-experience .hm-content-card{
    padding:18px;
    border-radius:16px;
  }

  .hm-product-experience .hm-feature-list li{
    font-size:14px;
    line-height:1.55;
  }

  .hm-product-experience .hm-product-reviews{
    margin-top:34px;
    padding-top:26px;
  }

  .hm-product-experience .hm-product-reviews .hm-related-head h2{
    font-size:30px;
  }

  .hm-product-experience .hm-public-review-grid{
    grid-template-columns:1fr;
  }

  .hm-product-experience .hm-public-review-card{
    padding:18px;
  }

  .hm-mobile-booking-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:9998;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(150px,48%);
    gap:12px;
    align-items:center;
    padding:11px max(14px,env(safe-area-inset-left)) calc(11px + env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-right));
    border-top:1px solid #e5ddd4;
    background:rgba(255,255,255,.98);
    box-shadow:0 -10px 30px rgba(31,36,40,.11);
    backdrop-filter:blur(10px);
  }

  .hm-mobile-booking-price{
    min-width:0;
    line-height:1.05;
  }

  .hm-mobile-booking-price>span{
    display:block;
    color:var(--hm-muted);
    font-size:10px;
    font-weight:650;
    text-transform:uppercase;
    letter-spacing:.06em;
    margin-bottom:3px;
  }

  .hm-mobile-booking-price strong{
    display:inline;
    font-size:19px;
    color:var(--hm-text);
    white-space:nowrap;
  }

  .hm-mobile-booking-price small{
    display:block;
    margin-top:4px;
    color:var(--hm-muted);
    font-size:10.5px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .hm-mobile-booking-cta{
    display:flex;
    min-height:50px;
    align-items:center;
    justify-content:center;
    border-radius:13px;
    background:var(--hm-red);
    color:#fff!important;
    text-decoration:none!important;
    font-size:13px;
    font-weight:800;
    text-align:center;
    box-shadow:0 9px 22px rgba(181,22,11,.18);
  }
}

@media (max-width:390px){
  .hm-product-experience{
    padding-left:10px;
    padding-right:10px;
  }

  .hm-mobile-booking-bar{
    grid-template-columns:minmax(0,1fr) 156px;
    gap:9px;
    padding-left:10px;
    padding-right:10px;
  }

  .hm-mobile-booking-price strong{
    font-size:17px;
  }

  .hm-mobile-booking-cta{
    font-size:12.5px;
  }
}

/* ==========================================================
   Hayya Manager v0.28.1 — Single Experience UI polish
   One booking CTA per viewport, wider canvas, tighter header
   spacing and refined gallery controls. Logic unchanged.
   ========================================================== */

/* Remove legacy theme page gutters around the Hayya Manager single Experience. */
body.single-hm_experience .site-content,
body.single-hm_experience #content{
  padding-top:0!important;
  margin-top:0!important;
}
body.single-hm_experience .site-content > .ast-container,
body.single-hm_experience #content > .ast-container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
}
body.single-hm_experience .hm-public-page{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

/* Wider desktop/large-desktop presentation without turning the page into a full-bleed blog. */
.hm-product-experience{
  width:min(100%,1500px);
  max-width:1500px;
  margin:0 auto;
  padding:18px clamp(20px,2.4vw,42px) 82px;
}
.hm-product-experience .hm-product-hero{
  grid-template-columns:minmax(0,1.28fr) minmax(400px,.72fr);
  gap:clamp(30px,2.8vw,46px);
}
.hm-product-experience .hm-product-hero__content{
  padding-top:2px;
}
.hm-product-experience .hm-media-slide{
  height:clamp(500px,38vw,610px);
}
.hm-product-experience .hm-product-layout{
  grid-template-columns:minmax(0,1fr) 330px;
  gap:clamp(34px,3vw,52px);
  margin-top:38px;
}

/* Keep one clear booking action: top price card on desktop, sticky bar on mobile. */
.hm-product-experience .hm-availability-preview > span{
  display:none;
}
.hm-product-experience .hm-mini-availability-link{
  min-width:178px;
  min-height:48px;
}
.hm-product-experience .hm-experience-booking-note{
  margin:16px 0 0;
  padding-top:14px;
  border-top:1px solid var(--hm-border);
  font-size:12.5px;
  line-height:1.65;
}

/* Premium but restrained Hayya accent for section hierarchy. */
.hm-product-experience .hm-content-section > h2{
  position:relative;
  padding-bottom:12px;
}
.hm-product-experience .hm-content-section > h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:42px;
  height:3px;
  border-radius:999px;
  background:var(--hm-red);
}
.hm-product-experience .hm-content-card > h2{
  color:var(--hm-text);
}

/* Gallery arrows + fullscreen close control. */
.hm-product-experience .hm-media-nav{
  border:1px solid rgba(30,35,41,.09)!important;
  background:rgba(255,255,255,.94)!important;
  color:var(--hm-text)!important;
  box-shadow:0 8px 24px rgba(30,35,41,.14)!important;
  font-family:Arial,sans-serif!important;
  font-weight:500!important;
}
.hm-media-lightbox-close{
  top:max(18px,env(safe-area-inset-top))!important;
  right:max(18px,env(safe-area-inset-right))!important;
  width:46px!important;
  height:46px!important;
  border:0!important;
  background:#fff!important;
  color:#1e2329!important;
  box-shadow:0 10px 30px rgba(0,0,0,.28)!important;
  font:400 30px/1 Arial,sans-serif!important;
}
.hm-media-lightbox-nav{
  background:rgba(255,255,255,.94)!important;
  color:#1e2329!important;
  box-shadow:0 8px 24px rgba(0,0,0,.22)!important;
}

@media (min-width:1025px){
  /* Wide screens: editorial title remains beside the gallery; this avoids an unnecessarily tall first screen. */
  .hm-product-experience .hm-product-hero h1{
    font-size:clamp(42px,4.15vw,64px);
  }
  .hm-product-experience .hm-product-summary{
    font-size:16.5px;
  }
}

@media (min-width:768px) and (max-width:1024px){
  body.single-hm_experience .site-content > .ast-container,
  body.single-hm_experience #content > .ast-container{
    padding:0!important;
  }
  .hm-product-experience{
    width:100%;
    max-width:100%;
    padding:18px 22px 78px;
  }
  .hm-product-experience .hm-product-hero{
    grid-template-columns:1fr;
    gap:20px;
  }
  .hm-product-experience .hm-media-slide{
    height:auto;
    aspect-ratio:16/10;
  }
  .hm-product-experience .hm-product-hero__content{
    max-width:900px;
  }
}

@media (max-width:767px){
  body.single-hm_experience .site-content,
  body.single-hm_experience #content,
  body.single-hm_experience .site-content > .ast-container,
  body.single-hm_experience #content > .ast-container{
    padding-top:0!important;
    margin-top:0!important;
  }
  .hm-product-experience{
    width:100%;
    max-width:100%;
    margin:0;
    padding:12px 14px 116px;
  }
  .hm-product-experience .hm-product-hero{
    gap:14px;
  }
  .hm-product-experience .hm-media-stage{
    border-radius:17px;
  }
  .hm-product-experience .hm-media-slide{
    height:auto;
    aspect-ratio:4/3;
  }
  .hm-product-experience .hm-product-hero h1{
    font-size:clamp(30px,8.7vw,38px);
    line-height:1.065;
  }
  .hm-product-experience .hm-content-section > h2,
  .hm-product-experience .hm-content-card > h2{
    font-size:clamp(26px,7.8vw,31px)!important;
    line-height:1.08!important;
  }
  .hm-product-experience .hm-content-section{
    padding:22px 0;
  }
  .hm-product-experience .hm-content-card{
    padding:18px 17px;
  }
  .hm-product-experience .hm-media-nav{
    width:42px;
    height:42px;
    font-size:27px!important;
  }
  .hm-media-lightbox-close{
    top:max(12px,env(safe-area-inset-top))!important;
    right:max(12px,env(safe-area-inset-right))!important;
    width:44px!important;
    height:44px!important;
  }
}

@media (max-width:390px){
  .hm-product-experience{
    padding-left:10px;
    padding-right:10px;
  }
}


/* ==========================================================
   Hayya Manager v0.28.2 — Single Experience header-gap fix
   Structural spacing normalization only. Business logic unchanged.
   ========================================================== */

/* Legacy theme wrappers can inject vertical spacing outside the plugin template.
   Remove only TOP spacing on single Experience pages; preserve horizontal layout. */
body.single-hm_experience #page,
body.single-hm_experience .site,
body.single-hm_experience .site-content,
body.single-hm_experience #content,
body.single-hm_experience .site-content .ast-container,
body.single-hm_experience #content .ast-container,
body.single-hm_experience .content-area,
body.single-hm_experience #primary,
body.single-hm_experience .site-main,
body.single-hm_experience #main{
  margin-top:0!important;
  padding-top:0!important;
}

body.single-hm_experience main#primary.hm-public-page{
  margin-top:0!important;
  padding-top:0!important;
}

body.single-hm_experience .hm-product-experience{
  margin-top:0;
  padding-top:14px!important;
}

@media (max-width:767px){
  body.single-hm_experience .hm-product-experience{
    padding-top:8px!important;
  }
}


/* ==========================================================
   Hayya Manager v0.28.3 — Mobile Experience header-gap hardening
   Presentation-only. Booking/business logic unchanged.
   ========================================================== */
@media (max-width:767px){
  body.single-hm_experience main#primary.hm-public-page,
  body.single-hm_experience .hm-product-experience,
  body.single-hm_experience .hm-product-hero,
  body.single-hm_experience .hm-product-hero__media,
  body.single-hm_experience .hm-media-gallery{
    margin-block-start:0!important;
  }

  body.single-hm_experience main#primary.hm-public-page,
  body.single-hm_experience .hm-product-experience{
    padding-block-start:0!important;
  }

  body.single-hm_experience .hm-product-experience{
    padding-top:8px!important;
  }
}

/* ==========================================================
   Hayya Manager v0.28.4 — Travel Monster single Experience spacing
   Travel Monster v1.3.x applies margin:72px 0 to
   body:not(.single-trip) .main-content-wrapper. Hayya Manager
   Experiences are single-hm_experience (not single-trip), so the
   theme adds an unwanted 72px blank band after the fixed header.
   Override only the TOP margin and keep the theme's bottom margin.
   ========================================================== */
body.single-hm_experience.wp-theme-travel-monster .main-content-wrapper{
  margin-top:0!important;
}

@media (max-width:1099px){
  body.single-hm_experience.wp-theme-travel-monster .main-content-wrapper{
    margin-top:0!important;
  }
}

@media (max-width:767px){
  body.single-hm_experience.wp-theme-travel-monster .hm-product-experience{
    padding-top:8px!important;
  }
}


/* ==========================================================
   Hayya Manager v0.28.5 — Travel Monster mobile page-header suppression
   The theme renders .page-header-top (breadcrumb/title shell) before
   .site-content even though Hayya Manager supplies its own Experience hero.
   On small screens that empty shell keeps vertical space above the gallery.
   Remove it only on Hayya Manager single Experience pages.
   ========================================================== */
@media (max-width:767px){
  body.single-hm_experience.wp-theme-travel-monster .page-header-top,
  body.single-hm_experience.wp-theme-travel-monster .page-header-top > .container,
  body.single-hm_experience.wp-theme-travel-monster .travel-monster-breadcrumb-main-wrap{
    display:none!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
  }

  body.single-hm_experience.wp-theme-travel-monster .site-content,
  body.single-hm_experience.wp-theme-travel-monster .site-content > .container,
  body.single-hm_experience.wp-theme-travel-monster .main-content-wrapper,
  body.single-hm_experience.wp-theme-travel-monster main#primary.hm-public-page,
  body.single-hm_experience.wp-theme-travel-monster .hm-product-experience{
    margin-top:0!important;
    padding-top:0!important;
  }

  body.single-hm_experience.wp-theme-travel-monster .hm-product-experience{
    padding-top:8px!important;
  }
}
\n\n/* ==========================================================\n   Hayya Manager v0.29.0 — Single Experience Package UI\n   Presentation-only package polish. Booking/business logic unchanged.\n   ========================================================== */\n\n.hm-product-package{\n  max-width:1220px;\n  padding-top:30px;\n}\n\n.hm-product-package .hm-product-hero{\n  grid-template-columns:minmax(0,1.22fr) minmax(340px,.78fr);\n  gap:44px;\n  align-items:start;\n}\n\n.hm-product-package .hm-product-hero__content{padding-top:8px}\n.hm-product-package .hm-product-hero h1{\n  max-width:720px;\n  font-size:clamp(42px,4.8vw,62px);\n  line-height:1.035;\n  letter-spacing:-.025em;\n  margin-bottom:16px;\n}\n.hm-product-package .hm-product-summary{max-width:680px;font-size:17px;line-height:1.72;margin-bottom:18px}\n.hm-product-package .hm-product-facts{gap:8px;margin-bottom:14px}\n.hm-product-package .hm-product-facts span{\n  display:inline-flex;align-items:center;min-height:36px;border-color:#eadfd5;background:#fff;\n  padding:7px 11px;font-size:12.5px;font-weight:650;color:#4f5965;\n}\n.hm-product-package .hm-chip-row{margin-bottom:16px}\n.hm-product-package .hm-chip{padding:6px 10px;background:#fbf7f1;font-size:12px}\n.hm-product-package .hm-price-card{\n  margin-top:14px;padding:20px;background:#fff;border:1px solid #e6dbd1;border-radius:20px;\n  box-shadow:0 14px 34px rgba(54,34,24,.07);\n}\n.hm-product-package .hm-price-card strong{font-size:30px;line-height:1.08}\n.hm-product-package .hm-availability-preview>span{display:none}\n.hm-product-package .hm-mini-availability-link{\n  min-width:178px;min-height:48px;border-radius:12px;padding:0 18px;\n  box-shadow:0 9px 20px rgba(181,22,11,.15);\n}\n.hm-product-package .hm-stage-note{display:none}\n.hm-product-package .hm-media-stage{border-radius:22px;box-shadow:0 16px 42px rgba(54,34,24,.09)}\n.hm-product-package .hm-media-slide{height:560px}\n.hm-product-package .hm-media-nav{width:46px;height:46px;border-radius:50%}\n.hm-product-package .hm-media-counter{border-radius:999px;padding:7px 11px;font-size:12px;font-weight:750}\n.hm-product-package .hm-media-thumbs{gap:10px;margin-top:12px}\n.hm-product-package .hm-media-thumb{width:92px;height:68px;border-radius:12px}\n.hm-product-package .hm-product-layout{\n  grid-template-columns:minmax(0,1fr) 318px;gap:42px;margin-top:42px;\n}\n.hm-product-package.hm-availability-flexible .hm-availability-section,\n.hm-product-package.hm-availability-recurring .hm-availability-section{display:none}\n.hm-product-package .hm-content-section{padding:30px 0}\n.hm-product-package .hm-content-section:first-child{padding-top:0}\n.hm-product-package .hm-content-section>h2,\n.hm-product-package .hm-content-card>h2{font-size:clamp(27px,3vw,34px);line-height:1.12;margin-bottom:14px}\n.hm-product-package .hm-content-section>h2{position:relative;padding-bottom:12px}\n.hm-product-package .hm-content-section>h2::after{\n  content:\"\";position:absolute;left:0;bottom:0;width:42px;height:3px;border-radius:999px;background:var(--hm-red);\n}\n.hm-product-package .hm-rich-content{max-width:790px;color:#414b54;font-size:16px;line-height:1.85}\n.hm-product-package .hm-two-column{gap:16px;margin:30px 0 2px}\n.hm-product-package .hm-content-card{padding:22px;border-radius:18px;box-shadow:none}\n.hm-product-package .hm-feature-list li{margin:10px 0;font-size:14px}\n.hm-product-package .hm-product-aside{top:104px}\n.hm-product-package .hm-booking-summary{border-radius:20px;padding:21px;box-shadow:0 14px 36px rgba(54,34,24,.08)}\n.hm-product-package .hm-booking-summary h2{font-size:26px}\n.hm-product-package .hm-summary-row{padding:12px 0;font-size:13px}\n.hm-product-package .hm-package-booking-summary-note{\n  margin:16px 0 0;padding-top:14px;border-top:1px solid var(--hm-border);font-size:12.5px;line-height:1.65;\n}\n.hm-product-package .hm-package-itinerary-section{padding-top:0}\n.hm-product-package .hm-package-itinerary-head{margin-bottom:22px}\n.hm-product-package .hm-package-itinerary-head h2{\n  position:relative;padding-bottom:12px;font-size:clamp(30px,3.2vw,38px);line-height:1.12;\n}\n.hm-product-package .hm-package-itinerary-head h2::after{\n  content:\"\";position:absolute;left:0;bottom:0;width:42px;height:3px;border-radius:999px;background:var(--hm-red);\n}\n.hm-product-package .hm-package-day-card{border-radius:18px;padding:21px;box-shadow:none}\n.hm-product-package .hm-package-day-badge{border-radius:999px;min-height:auto;padding:9px 13px}\n.hm-product-package .hm-package-day-body h3{font-size:1.4rem}\n.hm-product-package .hm-package-experience-list a{border-radius:12px}\n\n@media (min-width:1025px){\n  .hm-product-package .hm-product-hero{grid-template-columns:minmax(0,1.28fr) minmax(400px,.72fr);gap:clamp(30px,2.8vw,46px)}\n  .hm-product-package .hm-product-hero h1{font-size:clamp(42px,4.15vw,64px)}\n  .hm-product-package .hm-product-summary{font-size:16.5px}\n  .hm-product-package .hm-media-slide{height:clamp(500px,38vw,610px)}\n  .hm-product-package .hm-product-layout{grid-template-columns:minmax(0,1fr) 330px;gap:clamp(34px,3vw,52px);margin-top:38px}\n}\n\n@media (min-width:768px) and (max-width:1024px){\n  .hm-product-package{width:100%;max-width:100%;padding:18px 22px 78px}\n  .hm-product-package .hm-product-hero{grid-template-columns:1fr;gap:20px}\n  .hm-product-package .hm-media-slide{height:auto;aspect-ratio:16/10}\n  .hm-product-package .hm-product-hero__content{max-width:900px;padding-top:0}\n  .hm-product-package .hm-product-layout{grid-template-columns:minmax(0,1fr) 290px;gap:28px;margin-top:38px}\n}\n\n@media (max-width:767px){\n  body.single-hm_package .page-header-top,\n  body.single-hm_package .page-header-top>.container,\n  body.single-hm_package .travel-monster-breadcrumb-main-wrap{\n    display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;\n  }\n  body.single-hm_package .site-content,\n  body.single-hm_package #content,\n  body.single-hm_package .site-content>.container,\n  body.single-hm_package .main-content-wrapper,\n  body.single-hm_package main#primary.hm-public-page{margin-top:0!important;padding-top:0!important}\n\n  .hm-product-package{width:100%;max-width:100%;margin:0;padding:8px 14px 116px;overflow-x:clip}\n  .hm-product-package .hm-product-hero{display:flex;flex-direction:column;gap:14px}\n  .hm-product-package .hm-media-stage{border-radius:17px}\n  .hm-product-package .hm-media-slide{height:auto;aspect-ratio:4/3}\n  .hm-product-package .hm-media-thumbs{display:none}\n  .hm-product-package .hm-media-nav{width:42px;height:42px}\n  .hm-product-package .hm-product-hero__content{padding:0 2px}\n  .hm-product-package .hm-eyebrow{margin-bottom:7px;font-size:10.5px;letter-spacing:.12em}\n  .hm-product-package .hm-product-hero h1{font-size:clamp(30px,8.7vw,38px);line-height:1.065;letter-spacing:-.018em;margin-bottom:12px}\n  .hm-product-package .hm-product-summary{font-size:15px;line-height:1.72;margin-bottom:15px}\n  .hm-product-package .hm-product-facts{display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;margin-right:-14px;padding-right:14px;padding-bottom:2px}\n  .hm-product-package .hm-product-facts::-webkit-scrollbar{display:none}\n  .hm-product-package .hm-product-facts span{flex:0 0 auto;min-height:34px;font-size:12px}\n  .hm-product-package .hm-chip-row,\n  .hm-product-package .hm-price-card,\n  .hm-product-package .hm-stage-note,\n  .hm-product-package .hm-product-aside{display:none}\n  .hm-product-package .hm-product-layout{display:block;margin-top:24px}\n  .hm-product-package .hm-content-section{padding:22px 0}\n  .hm-product-package .hm-content-section>h2,\n  .hm-product-package .hm-content-card>h2{font-size:clamp(26px,7.8vw,31px)!important;line-height:1.08!important}\n  .hm-product-package .hm-rich-content{font-size:15px;line-height:1.78}\n  .hm-product-package .hm-two-column{grid-template-columns:1fr;gap:12px;margin:22px 0 0}\n  .hm-product-package .hm-content-card{padding:18px 17px;border-radius:16px}\n  .hm-product-package .hm-package-itinerary-head h2{font-size:clamp(29px,8vw,34px)}\n  .hm-product-package .hm-package-itinerary-head p{font-size:14px;line-height:1.65}\n  .hm-product-package .hm-package-day-card{grid-template-columns:1fr;padding:17px;gap:12px}\n  .hm-product-package .hm-package-day-badge{justify-self:start}\n  .hm-product-package .hm-package-day-body h3{font-size:1.25rem}\n  .hm-product-package .hm-package-experience-list a{padding:10px 11px}\n  body.single-hm_package .hm-mobile-booking-bar{display:flex}\n}\n\n@media (max-width:390px){.hm-product-package{padding-left:10px;padding-right:10px}}\n
/* ==========================================================
   Hayya Manager v0.29.1 — Unified Experience / Package UI
   Packages now use the same visual system as single Experiences.
   Package business rules and checkout logic remain unchanged.
   ========================================================== */

/* Travel Monster / generic wrapper normalization, identical to Experience pages. */
body.single-hm_package #page,
body.single-hm_package .site,
body.single-hm_package .site-content,
body.single-hm_package #content,
body.single-hm_package .site-content > .container,
body.single-hm_package .site-content .container,
body.single-hm_package .main-content-wrapper,
body.single-hm_package .content-area,
body.single-hm_package #primary,
body.single-hm_package .site-main,
body.single-hm_package #main{
  margin-top:0!important;
  padding-top:0!important;
}
body.single-hm_package.wp-theme-travel-monster .main-content-wrapper{
  margin-top:0!important;
}
body.single-hm_package main#primary.hm-public-page{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

/* Same large-canvas geometry used by Experience pages. */
.hm-product-package{
  width:min(100%,1500px)!important;
  max-width:1500px!important;
  margin:0 auto!important;
  padding:18px clamp(20px,2.4vw,42px) 82px!important;
}
.hm-product-package .hm-product-hero{
  grid-template-columns:minmax(0,1.28fr) minmax(400px,.72fr)!important;
  gap:clamp(30px,2.8vw,46px)!important;
  align-items:start!important;
}
.hm-product-package .hm-product-hero__content{padding-top:2px!important}
.hm-product-package .hm-product-hero h1{
  max-width:720px!important;
  font-size:clamp(42px,4.15vw,64px)!important;
  line-height:1.035!important;
  letter-spacing:-.025em!important;
  margin-bottom:16px!important;
}
.hm-product-package .hm-product-summary{
  max-width:680px!important;
  font-size:16.5px!important;
  line-height:1.72!important;
  margin-bottom:18px!important;
}
.hm-product-package .hm-product-facts{gap:8px!important;margin-bottom:14px!important}
.hm-product-package .hm-product-facts span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:36px!important;
  border-color:#eadfd5!important;
  background:#fff!important;
  padding:7px 11px!important;
  font-size:12.5px!important;
  font-weight:650!important;
  color:#4f5965!important;
}
.hm-product-package .hm-product-rating-summary{
  margin:4px 0 14px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
  font-size:13px!important;
}
.hm-product-package .hm-product-rating-summary .hm-review-stars{font-size:16px!important}
.hm-product-package .hm-chip-row{margin-bottom:16px!important}
.hm-product-package .hm-chip{padding:6px 10px!important;background:#fbf7f1!important;font-size:12px!important}

/* Gallery matches Experience page exactly. */
.hm-product-package .hm-media-stage{
  border-radius:22px!important;
  box-shadow:0 16px 42px rgba(54,34,24,.09)!important;
}
.hm-product-package .hm-media-slide{height:clamp(500px,38vw,610px)!important}
.hm-product-package .hm-media-nav{
  width:46px!important;
  height:46px!important;
  border-radius:50%!important;
  border:1px solid rgba(30,35,41,.09)!important;
  background:rgba(255,255,255,.94)!important;
  color:var(--hm-text)!important;
  box-shadow:0 8px 24px rgba(30,35,41,.14)!important;
  font-family:Arial,sans-serif!important;
  font-weight:500!important;
}
.hm-product-package .hm-media-counter{border-radius:999px!important;padding:7px 11px!important;font-size:12px!important;font-weight:750!important}
.hm-product-package .hm-media-thumbs{gap:10px!important;margin-top:12px!important}
.hm-product-package .hm-media-thumb{width:92px!important;height:68px!important;border-radius:12px!important}

/* One primary desktop CTA in the price card, same behavior as Experience. */
.hm-product-package .hm-price-card{
  margin-top:14px!important;
  padding:20px!important;
  background:#fff!important;
  border:1px solid #e6dbd1!important;
  border-radius:20px!important;
  box-shadow:0 14px 34px rgba(54,34,24,.07)!important;
}
.hm-product-package .hm-price-card strong{font-size:30px!important;line-height:1.08!important}
.hm-product-package .hm-availability-preview > span{display:none!important}
.hm-product-package .hm-mini-availability-link{
  min-width:178px!important;
  min-height:48px!important;
  border-radius:12px!important;
  padding:0 18px!important;
  box-shadow:0 9px 20px rgba(181,22,11,.15)!important;
}
.hm-product-package .hm-stage-note{display:none!important}

/* Main content and booking sidebar match Experience page. */
.hm-product-package .hm-product-layout{
  grid-template-columns:minmax(0,1fr) 330px!important;
  gap:clamp(34px,3vw,52px)!important;
  margin-top:38px!important;
}
.hm-product-package .hm-content-section{padding:32px 0!important}
.hm-product-package .hm-content-section:first-child{padding-top:0!important}
.hm-product-package .hm-content-section > h2,
.hm-product-package .hm-content-card > h2{
  font-size:clamp(27px,3vw,34px)!important;
  line-height:1.12!important;
  margin-bottom:14px!important;
}
.hm-product-package .hm-content-section > h2{
  position:relative!important;
  padding-bottom:12px!important;
}
.hm-product-package .hm-content-section > h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:42px;
  height:3px;
  border-radius:999px;
  background:var(--hm-red);
}
.hm-product-package .hm-rich-content{
  max-width:790px!important;
  color:#414b54!important;
  font-size:16px!important;
  line-height:1.85!important;
}
.hm-product-package .hm-rich-content p{margin:0 0 18px!important;font-weight:400!important}
.hm-product-package .hm-rich-content h2,
.hm-product-package .hm-rich-content h3,
.hm-product-package .hm-rich-content h4{
  font-family:"Playfair Display",Georgia,serif!important;
  color:var(--hm-text)!important;
  line-height:1.15!important;
  margin:26px 0 12px!important;
}
.hm-product-package .hm-two-column{gap:16px!important;margin:30px 0 2px!important}
.hm-product-package .hm-content-card{
  padding:22px!important;
  border-radius:18px!important;
  box-shadow:none!important;
}
.hm-product-package .hm-feature-list li{margin:10px 0!important;font-size:14px!important}
.hm-product-package .hm-product-aside{top:104px!important}
.hm-product-package .hm-booking-summary{
  border-radius:20px!important;
  padding:21px!important;
  box-shadow:0 14px 36px rgba(54,34,24,.08)!important;
}
.hm-product-package .hm-booking-summary h2{font-size:26px!important}
.hm-product-package .hm-summary-row{padding:12px 0!important;font-size:13px!important}
.hm-product-package .hm-booking-summary-cta{
  width:100%!important;
  min-height:50px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:12px!important;
  margin-top:18px!important;
  box-shadow:0 10px 22px rgba(181,22,11,.16)!important;
  text-decoration:none!important;
}
.hm-product-package .hm-package-booking-summary-note{
  margin:16px 0 0!important;
  padding-top:14px!important;
  border-top:1px solid var(--hm-border)!important;
  font-size:12.5px!important;
  line-height:1.65!important;
}

/* Package itinerary gets an editorial Experience-page treatment. */
.hm-product-package .hm-package-itinerary-section{padding-top:32px!important}
.hm-product-package .hm-package-itinerary-head{margin-bottom:22px!important}
.hm-product-package .hm-package-itinerary-head .hm-eyebrow{margin-bottom:6px!important}
.hm-product-package .hm-package-itinerary-head h2{
  position:relative!important;
  padding-bottom:12px!important;
  font-size:clamp(30px,3.2vw,38px)!important;
  line-height:1.12!important;
  margin:0 0 10px!important;
}
.hm-product-package .hm-package-itinerary-head h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:42px;
  height:3px;
  border-radius:999px;
  background:var(--hm-red);
}
.hm-product-package .hm-package-itinerary-head p{font-size:15px!important;line-height:1.7!important;color:#68717a!important}
.hm-product-package .hm-package-itinerary{display:grid!important;gap:14px!important}
.hm-product-package .hm-package-day-card{
  display:grid!important;
  grid-template-columns:86px minmax(0,1fr)!important;
  gap:18px!important;
  padding:20px!important;
  border:1px solid #eadfd3!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(30,35,41,.035)!important;
}
.hm-product-package .hm-package-day-badge{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:start!important;
  min-height:auto!important;
  padding:9px 13px!important;
  border-radius:999px!important;
  background:#f8f3ec!important;
  color:#b5160b!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
  font-size:.78rem!important;
}
.hm-product-package .hm-package-day-body h3{
  margin:2px 0 12px!important;
  font-family:"Playfair Display",Georgia,serif!important;
  font-size:1.4rem!important;
  line-height:1.2!important;
  color:#1e2329!important;
}
.hm-product-package .hm-package-day-body > p{margin:12px 0 0!important;color:#5f6871!important;line-height:1.75!important}
.hm-product-package .hm-package-experience-list{display:grid!important;gap:9px!important}
.hm-product-package .hm-package-experience-list a{
  display:grid!important;
  gap:3px!important;
  padding:11px 13px!important;
  border:1px solid #eee2d6!important;
  border-radius:12px!important;
  background:#fcf9f5!important;
  color:#1e2329!important;
  text-decoration:none!important;
}
.hm-product-package .hm-package-experience-list a:hover{border-color:#b5160b!important}
.hm-product-package .hm-package-experience-list a span{color:#68717a!important;font-size:.9rem!important}

@media (min-width:768px) and (max-width:1024px){
  .hm-product-package{
    width:100%!important;
    max-width:100%!important;
    padding:18px 22px 78px!important;
  }
  .hm-product-package .hm-product-hero{grid-template-columns:1fr!important;gap:20px!important}
  .hm-product-package .hm-media-slide{height:auto!important;aspect-ratio:16/10!important}
  .hm-product-package .hm-product-hero__content{max-width:900px!important;padding-top:0!important}
  .hm-product-package .hm-product-layout{grid-template-columns:minmax(0,1fr) 290px!important;gap:28px!important;margin-top:38px!important}
}

@media (max-width:767px){
  body.single-hm_package.wp-theme-travel-monster .page-header-top,
  body.single-hm_package.wp-theme-travel-monster .page-header-top > .container,
  body.single-hm_package.wp-theme-travel-monster .travel-monster-breadcrumb-main-wrap{
    display:none!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
  }
  body.single-hm_package .site-content,
  body.single-hm_package #content,
  body.single-hm_package .site-content > .container,
  body.single-hm_package .main-content-wrapper,
  body.single-hm_package main#primary.hm-public-page{
    margin-top:0!important;
    padding-top:0!important;
  }
  .hm-product-package{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:8px 14px 116px!important;
    overflow-x:clip!important;
  }
  .hm-product-package .hm-product-hero{display:flex!important;flex-direction:column!important;gap:14px!important}
  .hm-product-package .hm-media-stage{border-radius:17px!important}
  .hm-product-package .hm-media-slide{height:auto!important;aspect-ratio:4/3!important}
  .hm-product-package .hm-media-thumbs{display:none!important}
  .hm-product-package .hm-media-nav{width:42px!important;height:42px!important;font-size:27px!important}
  .hm-product-package .hm-product-hero__content{padding:0 2px!important}
  .hm-product-package .hm-eyebrow{margin-bottom:7px!important;font-size:10.5px!important;letter-spacing:.12em!important}
  .hm-product-package .hm-product-hero h1{
    font-size:clamp(30px,8.7vw,38px)!important;
    line-height:1.065!important;
    letter-spacing:-.018em!important;
    margin-bottom:12px!important;
  }
  .hm-product-package .hm-product-summary{font-size:15px!important;line-height:1.72!important;margin-bottom:15px!important}
  .hm-product-package .hm-product-facts{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
    margin-right:-14px!important;
    padding-right:14px!important;
    padding-bottom:2px!important;
  }
  .hm-product-package .hm-product-facts::-webkit-scrollbar{display:none!important}
  .hm-product-package .hm-product-facts span{flex:0 0 auto!important;min-height:34px!important;font-size:12px!important}
  .hm-product-package .hm-chip-row,
  .hm-product-package .hm-price-card,
  .hm-product-package .hm-stage-note,
  .hm-product-package .hm-product-aside{display:none!important}
  .hm-product-package .hm-product-layout{display:block!important;margin-top:24px!important}
  .hm-product-package .hm-content-section{padding:22px 0!important}
  .hm-product-package .hm-content-section > h2,
  .hm-product-package .hm-content-card > h2{
    font-size:clamp(26px,7.8vw,31px)!important;
    line-height:1.08!important;
  }
  .hm-product-package .hm-rich-content{font-size:15px!important;line-height:1.78!important}
  .hm-product-package .hm-two-column{grid-template-columns:1fr!important;gap:12px!important;margin:22px 0 0!important}
  .hm-product-package .hm-content-card{padding:18px 17px!important;border-radius:16px!important}
  .hm-product-package .hm-package-itinerary-section{padding-top:22px!important}
  .hm-product-package .hm-package-itinerary-head h2{font-size:clamp(29px,8vw,34px)!important}
  .hm-product-package .hm-package-itinerary-head p{font-size:14px!important;line-height:1.65!important}
  .hm-product-package .hm-package-day-card{grid-template-columns:1fr!important;padding:17px!important;gap:12px!important}
  .hm-product-package .hm-package-day-badge{justify-self:start!important}
  .hm-product-package .hm-package-day-body h3{font-size:1.25rem!important}
  .hm-product-package .hm-package-experience-list a{padding:10px 11px!important}
  body.single-hm_package .hm-mobile-booking-bar{display:flex!important}
}

@media (max-width:390px){
  .hm-product-package{padding-left:10px!important;padding-right:10px!important}
}


/* ==========================================================
   Hayya Manager v0.29.2 — One CTA + button sizing polish
   Presentation-only. Keeps one primary desktop CTA in the
   hero price card and one mobile sticky CTA.
   ========================================================== */

/* Booking-information card is informational only. The duplicate CTA
   is removed from PHP; keep this guard for cached/legacy markup. */
.hm-product-shell .hm-booking-summary .hm-booking-summary-cta{
  display:none!important;
}

/* Desktop/tablet: keep price and primary action on one clean line. */
@media (min-width:768px){
  .hm-product-experience .hm-price-card,
  .hm-product-package .hm-price-card{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:18px!important;
  }

  .hm-product-experience .hm-price-card > div:first-child,
  .hm-product-package .hm-price-card > div:first-child{
    min-width:0!important;
  }

  .hm-product-experience .hm-price-card strong,
  .hm-product-package .hm-price-card strong{
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
    font-size:clamp(24px,1.8vw,30px)!important;
    line-height:1.05!important;
  }

  .hm-product-experience .hm-availability-preview,
  .hm-product-package .hm-availability-preview{
    flex:0 0 auto!important;
    min-width:max-content!important;
    text-align:right!important;
  }

  .hm-product-experience .hm-mini-availability-link,
  .hm-product-package .hm-mini-availability-link{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:190px!important;
    min-height:50px!important;
    padding:0 20px!important;
    white-space:nowrap!important;
    line-height:1!important;
    text-align:center!important;
  }
}

/* Mobile: price and CTA share the sticky bar without collision or wrapping. */
@media (max-width:767px){
  .hm-mobile-booking-bar{
    grid-template-columns:minmax(0,42%) minmax(0,58%)!important;
    gap:8px!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }

  .hm-mobile-booking-price{
    min-width:0!important;
    overflow:hidden!important;
  }

  .hm-mobile-booking-price strong{
    display:block!important;
    width:100%!important;
    font-size:clamp(15.5px,4.6vw,18px)!important;
    line-height:1.05!important;
    white-space:nowrap!important;
    letter-spacing:-.01em!important;
  }

  .hm-mobile-booking-price small{
    font-size:10px!important;
  }

  .hm-mobile-booking-cta{
    width:100%!important;
    min-width:0!important;
    min-height:50px!important;
    padding:0 10px!important;
    white-space:nowrap!important;
    font-size:clamp(11.5px,3.4vw,13px)!important;
    line-height:1!important;
    overflow:visible!important;
  }
}

@media (max-width:359px){
  .hm-mobile-booking-bar{
    grid-template-columns:minmax(0,40%) minmax(0,60%)!important;
    padding-left:9px!important;
    padding-right:9px!important;
    gap:6px!important;
  }
  .hm-mobile-booking-price strong{font-size:15px!important}
  .hm-mobile-booking-cta{font-size:11.25px!important;padding:0 7px!important}
}


/* ==========================================================
   Hayya Manager v0.30.0 — Dedicated Booking / Checkout UI
   Presentation-only. Booking/business logic unchanged.
   ========================================================== */
body.hm-booking-page-active .page-header-top,
body.hm-booking-page-active .travel-monster-breadcrumb-main-wrap{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}
body.hm-booking-page-active .site-content,
body.hm-booking-page-active #content,
body.hm-booking-page-active .site-content>.container,
body.hm-booking-page-active .main-content-wrapper,
body.hm-booking-page-active main#primary.hm-booking-route{
  margin-top:0!important;
  padding-top:0!important;
}
body.hm-booking-page-active.wp-theme-travel-monster .main-content-wrapper{
  margin-top:0!important;
}
.hm-booking-route{background:#fff;min-height:72vh}
.hm-book-page-shell{
  width:min(1280px,calc(100% - 40px));
  max-width:1280px;
  margin:0 auto;
  padding:24px 0 84px;
}
.hm-book-page-top{
  margin:0 0 18px;
  padding:0 0 16px;
  border-bottom:1px solid #eee5dc;
}
.hm-book-back{
  min-height:auto;
  color:#59636d;
  font-size:13px;
  font-weight:650;
}
.hm-book-progress{gap:8px!important}
.hm-book-progress span{
  gap:6px;
  padding:5px 8px 5px 5px;
  border:1px solid #eee5dc;
  border-radius:999px;
  background:#fff;
  font-size:11px;
  white-space:nowrap;
}
.hm-book-progress span:not(:last-child)::after{display:none!important}
.hm-book-progress b{
  width:22px;
  height:22px;
  background:#f7f1ea;
  font-size:10px;
}
.hm-book-progress .is-active{border-color:rgba(181,22,11,.28);background:#fff9f7;color:var(--hm-red)}
.hm-book-progress .is-complete{border-color:#dce8df;background:#f7fbf8}
.hm-book-page-heading{max-width:720px;margin:0 0 22px}
.hm-book-page-heading .hm-eyebrow{margin-bottom:5px}
.hm-book-page-heading h1{
  font-size:clamp(34px,3.8vw,50px)!important;
  line-height:1.04!important;
  letter-spacing:-.02em;
  margin:0 0 9px!important;
}
.hm-book-page-heading p{max-width:680px;font-size:14px;line-height:1.65}
.hm-book-page-grid{
  grid-template-columns:minmax(0,1fr) 350px;
  gap:clamp(28px,3vw,46px);
}
.hm-book-form-card{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.hm-book-order-card{
  padding:20px!important;
  border:1px solid #e7ddd3!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 14px 38px rgba(54,34,24,.07)!important;
  top:94px;
}
.hm-book-order-card h2{font-size:25px;margin-bottom:10px}
.hm-book-summary-line{padding:11px 0;font-size:12.5px}
.hm-book-summary-help{margin:12px 0 0;font-size:11.5px}
.hm-book-service-note,.hm-book-secure-note,.hm-book-capacity-note{border-radius:11px;font-size:11.5px}
.hm-book-product-strip{
  grid-template-columns:104px minmax(0,1fr);
  gap:16px;
  margin:0 0 26px;
  padding:12px;
  border:1px solid #ece2d8;
  border-radius:16px;
  background:#fbf8f4;
}
.hm-book-product-media{width:104px;height:82px;border-radius:12px}
.hm-book-product-strip h2{font-size:22px;line-height:1.18;margin:0 0 7px}
.hm-book-product-facts{gap:8px 12px;font-size:12px}
.hm-book-selected-time{
  margin:0 0 28px;
  padding:13px 0 18px;
  border:0;
  border-bottom:1px solid #eee5dc;
  border-radius:0;
  background:transparent;
}
.hm-book-date-time-card{
  margin:0 0 28px!important;
  padding:0 0 28px!important;
  border:0!important;
  border-bottom:1px solid #eee5dc!important;
  border-radius:0!important;
  background:transparent!important;
}
.hm-book-section-title{grid-template-columns:30px minmax(0,1fr);gap:10px;margin-bottom:16px}
.hm-step-number{width:28px;height:28px;font-size:12px}
.hm-book-section-title h2,.hm-service-heading h2{font-size:27px;line-height:1.14;margin-bottom:5px}
.hm-book-section-title p,.hm-service-heading p{font-size:12.5px;line-height:1.55}
.hm-book-date-grid{gap:14px}
.hm-book-date-grid label,.hm-form-field>span{font-size:12.5px}
.hm-book-date-grid input,.hm-book-date-grid select,
.hm-form-field input,.hm-form-field select{
  min-height:52px!important;
  border-radius:12px!important;
  border-color:#ded6cf!important;
  font-size:15px!important;
  background:#fff!important;
}
.hm-form-field textarea{min-height:108px;border-radius:12px!important;border-color:#ded6cf!important;font-size:15px!important}
.hm-book-date-note{
  margin-top:10px;
  padding:9px 11px;
  border-radius:10px;
  background:#faf6f1;
  font-size:11.5px;
}
.hm-book-travelers{padding:0 0 4px}
.hm-book-traveler-line{padding:15px 0;gap:18px}
.hm-book-traveler-line strong{font-size:14px}
.hm-book-traveler-line small{font-size:11.5px;line-height:1.45}
#hm-booking-page .hm-qty-control{
  width:146px!important;
  min-width:146px!important;
  grid-template-columns:46px 54px 46px!important;
  height:46px!important;
  border-radius:12px!important;
}
#hm-booking-page .hm-qty-control .hm-qty-btn{
  width:46px!important;
  min-width:46px!important;
  max-width:46px!important;
  height:46px!important;
  min-height:46px!important;
  font-size:20px!important;
}
#hm-booking-page .hm-qty-control input{width:54px!important;height:46px!important;min-height:46px!important;font-size:14px!important}
.hm-book-login-note{
  margin-top:20px;
  padding:12px 14px;
  border-radius:12px;
  background:#f9fbf9;
  border-color:#dce8df;
}
.hm-book-login-note strong{font-size:13px}
.hm-book-login-note p{font-size:11.5px}
.hm-book-actions{
  justify-content:space-between;
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid #eee5dc;
}
.hm-secondary-action{
  min-height:44px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#59636d;
  font-size:13px;
  box-shadow:none;
}
.hm-secondary-action:hover{color:var(--hm-red);background:transparent}
.hm-book-continue{
  min-width:200px;
  min-height:50px;
  border-radius:12px;
  padding:0 22px;
  white-space:nowrap;
  font-size:14px;
}
.hm-flow-section{padding:26px 0;border-bottom:1px solid #eee5dc}
.hm-flow-section:first-of-type{padding-top:4px}
.hm-form-grid{gap:14px 16px}
.hm-service-grid{gap:10px 12px;margin-top:14px}
.hm-service-grid .hm-service-card{
  min-height:142px;
  padding:15px;
  border-radius:15px;
  box-shadow:none;
}
.hm-service-card-copy{grid-template-columns:36px 1fr;gap:10px}
.hm-service-icon{width:36px;height:36px;border-radius:10px;font-size:18px}
.hm-service-card-copy strong{font-size:14px}
.hm-service-card-copy small{font-size:11.5px;line-height:1.5}
.hm-service-choice{gap:7px;margin-top:14px}
.hm-service-choice span{min-height:40px;border-radius:10px;font-size:12px}
.hm-service-contact-note{font-size:11.5px}
.hm-review-block{padding:24px 0}
.hm-review-block h2{font-size:25px}
.hm-review-grid{gap:8px 10px}
.hm-review-grid>div{padding:11px;border-radius:10px;background:#fbfaf8}
.hm-request-item{padding:11px 12px;border-radius:10px;background:#fbf8f4}
.hm-payment-preview{padding:14px;border-radius:12px;background:#fbf8f4}
.hm-payment-provider-card{border-radius:14px;padding:16px}
.hm-payment-plan-grid{gap:10px}
.hm-payment-plan-card{border-radius:14px;padding:15px;min-height:122px}
.hm-payment-plan-card.is-selected{padding:14px}
.hm-payment-plan-percent{font-size:27px}

@media (min-width:1440px){
  .hm-book-page-shell{width:min(1320px,calc(100% - 72px));max-width:1320px}
  .hm-book-page-grid{grid-template-columns:minmax(0,1fr) 370px;gap:50px}
}

@media (min-width:768px) and (max-width:1024px){
  .hm-book-page-shell{width:calc(100% - 36px);max-width:none;padding:20px 0 68px}
  .hm-book-page-grid{grid-template-columns:minmax(0,1fr) 300px;gap:20px}
  .hm-book-order-card{top:88px;padding:16px!important}
  .hm-book-page-heading h1{font-size:clamp(34px,5vw,44px)!important}
  .hm-service-grid{grid-template-columns:1fr}
}

@media (max-width:767px){
  .hm-book-page-shell{
    width:100%;
    max-width:100%;
    padding:12px 16px 54px!important;
    overflow-x:clip;
  }
  .hm-book-page-top{
    gap:10px;
    margin-bottom:14px;
    padding-bottom:12px;
  }
  .hm-book-back{font-size:12px}
  .hm-book-progress{
    display:flex!important;
    flex-wrap:nowrap!important;
    grid-template-columns:none!important;
    gap:7px!important;
    width:100%;
    overflow-x:auto;
    scrollbar-width:none;
    padding-bottom:2px;
  }
  .hm-book-progress::-webkit-scrollbar{display:none}
  .hm-book-progress span{
    flex:0 0 auto;
    min-height:32px!important;
    padding:4px 8px 4px 4px;
    font-size:10px;
  }
  .hm-book-page-heading{margin-bottom:17px}
  .hm-book-page-heading h1{font-size:clamp(30px,8.8vw,38px)!important;line-height:1.06!important}
  .hm-book-page-heading p{font-size:13px;line-height:1.58}
  .hm-book-page-grid{display:flex!important;flex-direction:column;gap:14px}
  .hm-book-order-card{
    order:0!important;
    position:static!important;
    padding:14px!important;
    border-radius:14px!important;
    box-shadow:none!important;
  }
  .hm-book-order-card h2{font-size:21px;margin-bottom:6px}
  .hm-book-summary-line{padding:8px 0;font-size:11.5px}
  .hm-book-summary-help{font-size:10.5px;margin-top:8px}
  .hm-book-service-note{display:none}
  .hm-book-secure-note{margin-top:9px;padding:9px 10px;font-size:10.5px}
  .hm-book-product-strip{
    grid-template-columns:80px minmax(0,1fr);
    gap:11px;
    margin-bottom:20px;
    padding:10px;
    border-radius:13px;
  }
  .hm-book-product-media{width:80px;height:68px;border-radius:10px}
  .hm-book-product-strip h2{font-size:18px;line-height:1.18;margin-bottom:5px}
  .hm-book-product-facts{font-size:10.5px;gap:5px 9px}
  .hm-book-date-time-card{margin-bottom:22px!important;padding-bottom:22px!important}
  .hm-book-section-title{grid-template-columns:26px minmax(0,1fr);gap:9px;margin-bottom:12px}
  .hm-step-number{width:26px;height:26px;font-size:11px}
  .hm-book-section-title h2,.hm-service-heading h2{font-size:24px!important}
  .hm-book-section-title p,.hm-service-heading p{font-size:11.5px}
  .hm-book-date-grid{grid-template-columns:1fr!important;gap:11px}
  .hm-book-date-grid input,.hm-book-date-grid select,
  .hm-form-field input,.hm-form-field select,.hm-form-field textarea{
    font-size:16px!important;
  }
  .hm-book-traveler-line{
    align-items:center!important;
    flex-direction:row!important;
    gap:10px;
    padding:13px 0;
  }
  .hm-book-traveler-line>div:first-child{min-width:0;flex:1 1 auto}
  #hm-booking-page .hm-qty-control{
    flex:0 0 132px;
    width:132px!important;
    min-width:132px!important;
    grid-template-columns:42px 48px 42px!important;
    height:44px!important;
  }
  #hm-booking-page .hm-qty-control .hm-qty-btn{
    width:42px!important;min-width:42px!important;max-width:42px!important;height:44px!important;min-height:44px!important;
  }
  #hm-booking-page .hm-qty-control input{width:48px!important;height:44px!important;min-height:44px!important}
  .hm-book-login-note{grid-template-columns:28px 1fr;padding:11px 12px}
  .hm-book-actions{
    flex-direction:column-reverse!important;
    align-items:stretch!important;
    gap:9px;
    margin-top:20px;
    padding-top:17px;
  }
  .hm-secondary-action{width:auto!important;align-self:center!important;min-height:36px!important;padding:0 8px!important}
  .hm-book-continue{width:100%!important;min-width:0!important;min-height:50px!important}
  .hm-flow-section{padding:22px 0}
  .hm-form-grid,.hm-service-grid,.hm-review-grid{grid-template-columns:1fr!important;gap:11px}
  .hm-service-grid .hm-service-card{min-height:0;padding:13px;border-radius:13px}
  .hm-payment-provider-card{flex-direction:column;align-items:stretch}
  .hm-payment-provider-card .hm-book-continue{width:100%}
}

@media (max-width:390px){
  .hm-book-page-shell{padding-left:12px!important;padding-right:12px!important}
  .hm-book-traveler-line{align-items:flex-start!important;flex-direction:column!important}
  #hm-booking-page .hm-qty-control{width:100%!important;min-width:0!important;grid-template-columns:44px 1fr 44px!important}
  #hm-booking-page .hm-qty-control input{width:100%!important}
}


/* ==========================================================
   Hayya Manager v0.30.1 — Travel Monster mobile form hotfix
   Defensive presentation-only reset. No booking logic changes.
   ========================================================== */
@media (max-width:767px){
  body.hm-booking-page-active.wp-theme-travel-monster #hm-booking-page .hm-book-date-grid input,
  body.hm-booking-page-active.wp-theme-travel-monster #hm-booking-page .hm-book-date-grid select,
  body.hm-booking-page-active.wp-theme-travel-monster #hm-booking-page .hm-form-field input,
  body.hm-booking-page-active.wp-theme-travel-monster #hm-booking-page .hm-form-field select{
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    height:52px!important;
    min-height:52px!important;
    max-height:52px!important;
    padding:0 14px!important;
    margin:0!important;
    line-height:50px!important;
    border:1px solid #ded6cf!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:none!important;
    font-size:16px!important;
  }
  body.hm-booking-page-active.wp-theme-travel-monster #hm-booking-page .hm-form-field textarea{
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    height:118px!important;
    min-height:118px!important;
    max-height:180px!important;
    padding:13px 14px!important;
    margin:0!important;
    line-height:1.55!important;
    border:1px solid #ded6cf!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:none!important;
    font-size:16px!important;
  }
  body.hm-booking-page-active.wp-theme-travel-monster #hm-booking-page .hm-qty-control{
    display:inline-flex!important;
    flex:0 0 132px!important;
    align-self:center!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    width:132px!important;
    min-width:132px!important;
    max-width:132px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    border:1px solid #ded6cf!important;
    border-radius:12px!important;
    background:#fff!important;
    box-sizing:border-box!important;
  }
  body.hm-booking-page-active.wp-theme-travel-monster #hm-booking-page .hm-qty-control .hm-qty-btn{
    display:flex!important;
    flex:0 0 42px!important;
    align-items:center!important;
    justify-content:center!important;
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    padding:0!important;
    margin:0!important;
    line-height:1!important;
    border:0!important;
    border-radius:0!important;
    background:#faf6f1!important;
    box-shadow:none!important;
    font-size:20px!important;
    appearance:none!important;
    -webkit-appearance:none!important;
  }
  body.hm-booking-page-active.wp-theme-travel-monster #hm-booking-page .hm-qty-control input[type="number"]{
    display:block!important;
    flex:0 0 46px!important;
    box-sizing:border-box!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    padding:0!important;
    margin:0!important;
    line-height:42px!important;
    border:0!important;
    border-left:1px solid #ded6cf!important;
    border-right:1px solid #ded6cf!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    text-align:center!important;
    font-size:16px!important;
    font-weight:700!important;
    -moz-appearance:textfield!important;
    appearance:textfield!important;
  }
  body.hm-booking-page-active.wp-theme-travel-monster #hm-booking-page .hm-qty-control input[type="number"]::-webkit-outer-spin-button,
  body.hm-booking-page-active.wp-theme-travel-monster #hm-booking-page .hm-qty-control input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance:none!important;
    margin:0!important;
  }
}
@media (max-width:390px){
  body.hm-booking-page-active.wp-theme-travel-monster #hm-booking-page .hm-book-traveler-line{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  body.hm-booking-page-active.wp-theme-travel-monster #hm-booking-page .hm-qty-control{
    align-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
  body.hm-booking-page-active.wp-theme-travel-monster #hm-booking-page .hm-qty-control input[type="number"]{
    flex:1 1 auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
  }
}

/* ==========================================================
   Hayya Manager v0.34.0 — SEO/GEO customer content layer
   Visible semantic content only; no standalone JSON-LD output.
   ========================================================== */
.hm-highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}
.hm-highlight-grid li{display:flex;align-items:flex-start;gap:10px;padding:14px 15px;border:1px solid var(--hm-border);border-radius:14px;background:#fff}
.hm-highlight-grid li span{display:flex;align-items:center;justify-content:center;flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:#f7ebe8;color:var(--hm-red);font-weight:800}
.hm-highlight-grid li strong{font-size:14px;line-height:1.55;color:#28313a}
.hm-map-link{display:inline-flex;align-items:center;gap:6px;font-weight:750;color:var(--hm-red);text-decoration:none}
.hm-map-link:hover{text-decoration:underline}
.hm-faq-list{display:grid;gap:10px}
.hm-faq-item{border:1px solid var(--hm-border);border-radius:14px;background:#fff;overflow:hidden}
.hm-faq-item summary{position:relative;display:block;padding:16px 46px 16px 16px;cursor:pointer;font-weight:750;line-height:1.45;color:#1f2933;list-style:none}
.hm-faq-item summary::-webkit-details-marker{display:none}
.hm-faq-item summary::after{content:'+';position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:22px;font-weight:500;color:var(--hm-red)}
.hm-faq-item[open] summary::after{content:'−'}
.hm-faq-answer{padding:0 16px 16px;border-top:1px solid var(--hm-border);color:#4b5560}
.hm-faq-answer p{margin:14px 0 0;line-height:1.75}
@media(max-width:767px){
  .hm-highlight-grid{grid-template-columns:1fr;gap:9px}
  .hm-highlight-grid li{padding:13px}
  .hm-faq-item summary{padding:15px 44px 15px 14px}
  .hm-faq-answer{padding:0 14px 14px}
}

/* ==========================================================
   Hayya Manager v0.35.6 — Customer Authentication UX
   Login / forgot password / set-reset password.
   ========================================================== */
.hm-auth-route{min-height:calc(100vh - 120px);background:linear-gradient(180deg,#fff 0%,#fff 58%,#fbf7f2 100%)}
.hm-auth-shell{width:min(1100px,calc(100% - 40px));margin:0 auto;padding:72px 0 92px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:28px;align-items:stretch;font-family:Poppins,Arial,sans-serif;color:var(--hm-text)}
.hm-auth-card,.hm-auth-aside{border:1px solid var(--hm-border);border-radius:24px;background:#fff;box-shadow:var(--hm-shadow)}
.hm-auth-card{padding:38px 38px 34px}
.hm-auth-brand{max-width:650px;margin-bottom:26px}.hm-auth-brand h1{margin:6px 0 10px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(40px,5vw,62px);line-height:1.02;letter-spacing:-.02em}.hm-auth-brand p{margin:0;color:var(--hm-muted);font-size:16px;line-height:1.7}
.hm-auth-form{display:grid;gap:18px}.hm-auth-field{display:grid;gap:8px}.hm-auth-field>span{font-size:14px;font-weight:750}.hm-auth-field input{width:100%;min-height:52px;padding:0 14px;border:1px solid #d9cfc4;border-radius:12px;background:#fff;color:var(--hm-text);font:inherit;box-sizing:border-box}.hm-auth-field input:focus{border-color:var(--hm-red);outline:3px solid rgba(181,22,11,.08);outline-offset:1px}.hm-auth-field small{color:var(--hm-muted);font-size:12px;line-height:1.5}
.hm-auth-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.hm-auth-row>a,.hm-auth-secondary>a{color:var(--hm-red);font-weight:750;text-decoration:none}.hm-auth-check{display:inline-flex;align-items:center;gap:9px;color:#434b53;font-size:13px}.hm-auth-check input{width:18px;height:18px;accent-color:var(--hm-red)}
.hm-auth-submit{width:100%;border:0;cursor:pointer;font:inherit;min-height:52px!important;margin-top:2px}.hm-auth-footnote{margin:18px 0 0;padding-top:18px;border-top:1px solid var(--hm-border);color:var(--hm-muted);font-size:13px;line-height:1.65}.hm-auth-secondary{margin-top:18px}
.hm-auth-notice{margin:0 0 20px;padding:14px 16px;border-radius:12px;font-size:14px;line-height:1.55}.hm-auth-notice.is-error{border:1px solid #f1c3bf;background:#fff2f0;color:#8b241c}.hm-auth-notice.is-success{border:1px solid #cce7d2;background:#f0faf2;color:#27643a}
.hm-auth-expired p{margin:0 0 18px;color:var(--hm-muted);line-height:1.7}.hm-auth-actions{margin-top:18px}
.hm-auth-aside{position:relative;overflow:hidden;padding:38px;background:linear-gradient(145deg,#8f1108 0%,#b5160b 58%,#d46214 100%);color:#fff}.hm-auth-aside::after{content:"";position:absolute;right:-90px;bottom:-110px;width:280px;height:280px;border:46px solid rgba(255,255,255,.07);border-radius:50%}.hm-auth-aside .hm-eyebrow{color:#ffe0c2}.hm-auth-aside h2{position:relative;z-index:1;margin:14px 0 18px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(34px,4.2vw,52px);line-height:1.04;color:#fff}.hm-auth-aside p{position:relative;z-index:1;margin:0;color:rgba(255,255,255,.86);line-height:1.75}.hm-auth-aside ul{position:relative;z-index:1;list-style:none;padding:0;margin:26px 0 0;display:grid;gap:12px}.hm-auth-aside li{padding-left:24px;position:relative;font-size:14px;line-height:1.5}.hm-auth-aside li::before{content:"✓";position:absolute;left:0;top:0;font-weight:900;color:#ffd8a8}
.hm-auth-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:900px){.hm-auth-shell{grid-template-columns:1fr;width:min(760px,calc(100% - 32px));padding:50px 0 72px}.hm-auth-aside{order:2}.hm-auth-card{padding:32px}}
@media(max-width:560px){.hm-auth-route{min-height:auto}.hm-auth-shell{width:calc(100% - 20px);padding:28px 0 54px;gap:16px}.hm-auth-card,.hm-auth-aside{border-radius:18px}.hm-auth-card{padding:24px 20px}.hm-auth-aside{padding:26px 22px}.hm-auth-brand{margin-bottom:22px}.hm-auth-brand h1{font-size:38px}.hm-auth-brand p{font-size:14px}.hm-auth-row{align-items:flex-start;flex-direction:column}.hm-auth-submit{width:100%}.hm-auth-aside h2{font-size:36px}}


/* ==========================================================
   Hayya Manager v0.35.9 — Account & Authentication Responsive QA
   Scope: customer authentication + My Bookings only.
   Target: 320px phones through tablet/desktop without overflow.
   ========================================================== */
.hm-auth-shell *,
.hm-account-shell *{box-sizing:border-box}
.hm-auth-card,
.hm-auth-aside,
.hm-account-shell,
.hm-account-booking-card,
.hm-account-panel,
.hm-account-stats>div{min-width:0}
.hm-auth-field input,
.hm-account-shell input,
.hm-account-shell select,
.hm-account-shell textarea{max-width:100%;min-width:0}
.hm-auth-brand h1,
.hm-auth-aside h2,
.hm-account-head h1,
.hm-account-guest-card h1,
.hm-account-booking-card h2,
.hm-account-detail-head h1{overflow-wrap:break-word;word-break:normal}
.hm-account-booking-money,
.hm-account-booking-money>strong,
.hm-account-booking-money small{max-width:100%;overflow-wrap:anywhere}
.hm-account-meta{min-width:0}
.hm-account-meta>*{min-width:0;overflow-wrap:anywhere}

@media(max-width:1024px){
  .hm-auth-shell{width:min(920px,calc(100% - 32px));padding:54px 0 72px;gap:22px}
  .hm-auth-card,.hm-auth-aside{padding:32px}
  .hm-account-shell{width:min(960px,calc(100% - 32px));padding:54px 0 74px}
  .hm-account-head{gap:18px}
  .hm-account-booking-card{grid-template-columns:minmax(0,1fr) 210px;gap:20px}
  .hm-account-stats{gap:10px}
}

@media(max-width:900px){
  .hm-auth-shell{grid-template-columns:1fr;width:min(720px,calc(100% - 28px));padding:42px 0 64px}
  .hm-auth-card{order:1}
  .hm-auth-aside{order:2}
  .hm-auth-aside h2{font-size:clamp(34px,7vw,48px)}
}

@media(max-width:800px){
  .hm-account-shell{width:min(720px,calc(100% - 28px));padding:42px 0 62px}
  .hm-account-head{align-items:flex-start;flex-direction:column;margin-bottom:22px}
  .hm-account-head .hm-secondary-action{width:100%}
  .hm-account-booking-card{grid-template-columns:1fr;gap:18px}
  .hm-account-booking-money{align-items:flex-start;text-align:left;border-top:1px solid var(--hm-border);padding-top:16px}
  .hm-account-booking-money a{display:inline-flex;min-height:44px;align-items:center}
  .hm-account-detail-grid{grid-template-columns:1fr}
}

@media(max-width:640px){
  .hm-auth-shell{width:calc(100% - 20px);padding:26px 0 48px;gap:14px}
  .hm-auth-card{padding:24px 20px}
  .hm-auth-aside{padding:25px 21px}
  .hm-auth-brand h1{font-size:clamp(34px,11vw,42px);line-height:1.04}
  .hm-auth-brand p{font-size:14px;line-height:1.6}
  .hm-auth-row{align-items:stretch;flex-direction:column;gap:12px}
  .hm-auth-row>a{display:inline-flex;min-height:42px;align-items:center}
  .hm-auth-check{min-height:42px}
  .hm-auth-submit{min-height:50px!important}
  .hm-auth-aside h2{font-size:clamp(32px,10vw,40px)}
  .hm-auth-aside p{font-size:14px;line-height:1.65}
  .hm-auth-aside li{font-size:13px}

  .hm-account-shell{width:calc(100% - 20px);padding:30px 0 52px}
  .hm-account-head h1,.hm-account-guest-card h1{font-size:clamp(34px,11vw,42px)}
  .hm-account-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .hm-account-stats>div{padding:15px 13px}
  .hm-account-stats strong{font-size:26px}
  .hm-account-stats span{font-size:12px}
  .hm-account-booking-card{padding:18px 16px;border-radius:16px}
  .hm-account-booking-card h2{font-size:clamp(24px,8vw,31px)}
  .hm-account-meta{gap:9px;font-size:13px}
  .hm-account-booking-money>strong{font-size:21px}
  .hm-account-actions{display:grid;grid-template-columns:1fr;gap:8px}
  .hm-account-actions>*{width:100%}
  .hm-account-panel{padding:18px 16px}
  .hm-account-panel h2{font-size:24px}
  .hm-account-payment-row{flex-direction:column;gap:6px}
  .hm-account-help{padding:15px 16px}
}

@media(max-width:380px){
  .hm-auth-card{padding:22px 16px}
  .hm-auth-aside{padding:23px 17px}
  .hm-auth-field input{min-height:50px;padding:0 12px}
  .hm-account-shell{width:calc(100% - 16px)}
  .hm-account-stats{grid-template-columns:1fr 1fr}
  .hm-account-stats>div{padding:13px 10px}
  .hm-account-stats strong{font-size:24px}
  .hm-account-booking-card{padding:16px 14px}
  .hm-account-status{font-size:11px}
  .hm-account-ref{font-size:11px;overflow-wrap:anywhere}
}


/* ==========================================================
   Hayya Manager v0.35.10 — Account Mobile Polish
   Scope: customer authentication + My Bookings only.
   Shorter mobile trust panel, customer-friendly copy support,
   and extra bottom breathing room around fixed site controls.
   ========================================================== */
@media(max-width:640px){
  .hm-auth-route,
  .hm-account-route{padding-bottom:88px}
  .hm-auth-shell,
  .hm-account-shell{padding-bottom:24px}
  .hm-auth-aside{padding:22px 20px;min-height:0}
  .hm-auth-aside h2{margin:10px 0 12px;font-size:clamp(30px,9vw,36px);line-height:1.02}
  .hm-auth-aside p{display:none}
  .hm-auth-aside ul{margin:16px 0 0;gap:9px}
  .hm-auth-aside li{font-size:13px;line-height:1.45}
  .hm-auth-aside li:nth-child(n+3){display:none}
  .hm-account-booking-card:last-child,
  .hm-account-panel:last-child{margin-bottom:24px}
}
@media(max-width:380px){
  .hm-auth-route,
  .hm-account-route{padding-bottom:96px}
  .hm-auth-aside{padding:20px 16px}
  .hm-auth-aside h2{font-size:clamp(28px,9.5vw,34px)}
}

/* ==========================================================
   Hayya Manager v0.35.11 — Account Mobile Back-to-Top Safety
   Travel Monster uses .to_top for its fixed scroll control.
   Hide it only on Hayya customer account/auth routes on phones
   so it cannot cover forms, booking actions or trust content.
   ========================================================== */
@media(max-width:640px){
  body.hm-customer-auth-active .to_top,
  body.hm-customer-account-active .to_top{
    display:none!important;
  }
}



/* ==========================================================
   Hayya Manager v0.35.12 — Booking Flow Responsive QA
   Presentation-only hardening for mobile + tablet checkout.
   No booking, pricing, payment, availability or database logic changes.
   ========================================================== */
@media (min-width:768px) and (max-width:900px){
  body.hm-booking-page-active .hm-book-page-grid{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  body.hm-booking-page-active .hm-book-order-card{
    position:static!important;
    top:auto!important;
    width:100%!important;
    max-width:none!important;
  }
}

@media (max-width:767px){
  body.hm-booking-page-active,
  body.hm-booking-page-active .hm-booking-route,
  body.hm-booking-page-active .hm-book-page-shell,
  body.hm-booking-page-active .hm-book-page-grid,
  body.hm-booking-page-active .hm-book-form-card,
  body.hm-booking-page-active .hm-book-order-card,
  body.hm-booking-page-active .hm-flow-section,
  body.hm-booking-page-active .hm-review-block,
  body.hm-booking-page-active .hm-payment-choice-section,
  body.hm-booking-page-active .hm-payment-stage-card,
  body.hm-booking-page-active .hm-payment-provider-card{
    box-sizing:border-box!important;
    min-width:0!important;
    max-width:100%!important;
  }

  /* Theme floating control can cover checkout actions on small screens. */
  body.hm-booking-page-active .to_top{display:none!important}

  body.hm-booking-page-active .hm-book-progress{
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-inline:contain;
  }
  body.hm-booking-page-active .hm-book-progress span{scroll-snap-align:start}

  body.hm-booking-page-active .hm-book-product-strip{
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:10px!important;
  }
  body.hm-booking-page-active .hm-book-product-media{
    width:72px!important;
    height:64px!important;
  }
  body.hm-booking-page-active .hm-book-product-strip h2{
    font-size:17px!important;
    line-height:1.2!important;
    overflow-wrap:anywhere;
    word-break:normal;
  }

  body.hm-booking-page-active .hm-book-selected-time,
  body.hm-booking-page-active .hm-payment-preview,
  body.hm-booking-page-active .hm-request-item{
    align-items:flex-start!important;
    flex-direction:column!important;
  }

  body.hm-booking-page-active .hm-book-summary-line{
    align-items:flex-start;
  }
  body.hm-booking-page-active .hm-book-summary-line span{
    flex:1 1 42%;
    min-width:0;
  }
  body.hm-booking-page-active .hm-book-summary-line strong{
    flex:1 1 58%;
    min-width:0;
    max-width:58%;
    text-align:right;
    overflow-wrap:anywhere;
  }

  body.hm-booking-page-active .hm-form-field,
  body.hm-booking-page-active .hm-field,
  body.hm-booking-page-active .hm-form-field input,
  body.hm-booking-page-active .hm-form-field select,
  body.hm-booking-page-active .hm-form-field textarea,
  body.hm-booking-page-active .hm-book-date-grid input,
  body.hm-booking-page-active .hm-book-date-grid select{
    min-width:0!important;
    max-width:100%!important;
  }

  body.hm-booking-page-active .hm-review-head{
    align-items:flex-start;
    gap:8px 14px;
    flex-wrap:wrap;
  }
  body.hm-booking-page-active .hm-review-head h2{min-width:0}
  body.hm-booking-page-active .hm-review-confirm input{flex:0 0 auto}

  body.hm-booking-page-active .hm-payment-plan-grid{
    grid-template-columns:1fr!important;
  }
  body.hm-booking-page-active .hm-payment-plan-card{
    min-height:0!important;
    width:100%!important;
  }
  body.hm-booking-page-active .hm-payment-stage-head{
    align-items:flex-start;
    padding:16px!important;
  }
  body.hm-booking-page-active .hm-payment-stage-head strong{
    font-size:clamp(25px,8vw,31px)!important;
    overflow-wrap:anywhere;
  }
  body.hm-booking-page-active .hm-payment-stage-lines>div{
    align-items:flex-start;
    gap:12px;
    padding:12px 14px;
  }
  body.hm-booking-page-active .hm-payment-stage-lines span{
    flex:1 1 48%;
    min-width:0;
  }
  body.hm-booking-page-active .hm-payment-stage-lines strong{
    flex:1 1 52%;
    min-width:0;
    max-width:52%;
    text-align:right;
    overflow-wrap:anywhere;
  }
  body.hm-booking-page-active .hm-payment-provider-card h2{
    font-size:23px!important;
  }

  body.hm-booking-page-active .hm-book-actions{
    padding-bottom:max(4px,env(safe-area-inset-bottom));
  }
}

@media (max-width:390px){
  body.hm-booking-page-active .hm-book-page-shell{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  body.hm-booking-page-active .hm-book-page-heading h1{
    font-size:clamp(28px,9vw,34px)!important;
  }
  body.hm-booking-page-active .hm-book-progress span{
    font-size:9.5px!important;
  }
  body.hm-booking-page-active .hm-book-summary-line{
    gap:10px;
  }
}


/* ==========================================================
   Hayya Manager v0.35.13 — Same-city upsell preview foundation
   Read-only staging preview. Add-to-booking behavior follows next.
   ========================================================== */
.hm-book-upsell-preview{
  margin:24px 0;
  padding:22px;
  border:1px solid rgba(181,22,11,.14);
  border-radius:20px;
  background:linear-gradient(180deg,#fff 0%,#fffaf6 100%);
  box-shadow:0 10px 28px rgba(60,35,20,.06);
}
.hm-book-upsell-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}
.hm-book-upsell-head h2{margin:5px 0 6px;font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.2}
.hm-book-upsell-head p{margin:0;max-width:720px;color:#6b625d;line-height:1.65}
.hm-book-upsell-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.hm-book-upsell-card{min-width:0;border:1px solid rgba(0,0,0,.07);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 7px 20px rgba(0,0,0,.055)}
.hm-book-upsell-card .hm-ui-card{height:100%;border:0;box-shadow:none;border-radius:0;background:transparent}
.hm-book-upsell-card .hm-ui-card-media{aspect-ratio:16/10}
.hm-book-upsell-card .hm-ui-card-content{padding:15px 16px 12px}
.hm-book-upsell-card .hm-ui-card-title{font-size:1rem;line-height:1.35;margin-bottom:10px}
.hm-book-upsell-actions{padding:0 16px 16px}
.hm-book-upsell-view{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:44px;padding:10px 14px;border:1px solid #B5160B;border-radius:12px;color:#B5160B!important;background:#fff;text-decoration:none!important;font-weight:700;transition:background .18s ease,color .18s ease,transform .18s ease}
.hm-book-upsell-view:hover,.hm-book-upsell-view:focus{background:#B5160B;color:#fff!important;transform:translateY(-1px)}
.hm-book-upsell-stage-note{margin:14px 0 0;padding:10px 12px;border-radius:12px;background:#fff2df;color:#6f4d22;font-size:.88rem;line-height:1.55}
@media (max-width:767px){
  .hm-book-upsell-preview{margin:18px 0;padding:16px;border-radius:17px}
  .hm-book-upsell-grid{grid-template-columns:1fr;gap:13px}
  .hm-book-upsell-card .hm-ui-card-link{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:stretch}
  .hm-book-upsell-card .hm-ui-card-media{aspect-ratio:auto;min-height:128px;height:100%}
  .hm-book-upsell-card .hm-ui-card-image{width:100%;height:100%;object-fit:cover}
  .hm-book-upsell-card .hm-ui-card-content{padding:12px}
  .hm-book-upsell-card .hm-ui-card-price{margin-top:8px}
  .hm-book-upsell-actions{padding:0 12px 12px}
}
@media (max-width:380px){
  .hm-book-upsell-card .hm-ui-card-link{grid-template-columns:96px minmax(0,1fr)}
  .hm-book-upsell-card .hm-ui-card-media{min-height:118px}
}


/* ==========================================================
   Hayya Manager v0.35.14 — Same-city upsell card layout polish
   Scoped fallback styles keep preview cards compact even when
   Elementor widget styles are not loaded on booking routes.
   ========================================================== */
body.hm-booking-page-active .hm-book-upsell-grid{
  grid-template-columns:1fr;
  gap:14px;
}
body.hm-booking-page-active .hm-book-upsell-card{
  width:100%;
  max-width:none;
  min-width:0;
}
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card,
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-product-card{
  width:100%;
  min-width:0;
  height:auto;
  margin:0;
}
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-link{
  display:grid;
  grid-template-columns:144px minmax(0,1fr);
  align-items:stretch;
  gap:0;
  width:100%;
  min-width:0;
  color:#1e2327!important;
  text-decoration:none!important;
  background:#fff;
}
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-media{
  position:relative;
  width:144px;
  min-width:144px;
  height:132px;
  min-height:132px;
  aspect-ratio:auto;
  overflow:hidden;
  background:#f3eee8;
}
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-image{
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover;
}
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:14px 16px!important;
}
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-title{
  display:block;
  margin:0 0 9px!important;
  min-height:0!important;
  font-family:inherit;
  font-size:17px!important;
  font-weight:700;
  line-height:1.3;
  color:#202428;
  overflow-wrap:anywhere;
}
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-facts{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 12px;
  margin:0 0 8px;
  color:#6d747b;
  font-size:14px;
  line-height:1.4;
}
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-duration,
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-rating{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-width:0;
}
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-clock-icon{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  flex:0 0 16px;
  width:16px!important;
  height:16px!important;
  min-width:16px;
  max-width:16px;
  overflow:hidden;
  color:#737a80;
}
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-clock-icon svg{
  display:block!important;
  width:16px!important;
  height:16px!important;
  min-width:16px;
  max-width:16px;
  fill:currentColor;
}
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-price{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:5px;
  margin:0!important;
  padding:0!important;
  color:#616970;
  font-size:13px;
  line-height:1.35;
}
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-price strong{
  color:#B5160B;
  font-size:17px;
  line-height:1;
}
body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-price small{
  font-size:12px;
  color:#6d747b;
}
body.hm-booking-page-active .hm-book-upsell-actions{
  padding:10px 14px 14px;
  border-top:1px solid rgba(0,0,0,.06);
}
body.hm-booking-page-active .hm-book-upsell-view{
  width:auto;
  min-height:40px;
  padding:8px 14px;
  border-radius:10px;
  font-size:14px;
}

@media (max-width:767px){
  body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-link{
    grid-template-columns:112px minmax(0,1fr);
  }
  body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-media{
    width:112px;
    min-width:112px;
    height:122px;
    min-height:122px;
  }
  body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-content{
    padding:12px!important;
  }
  body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-title{
    font-size:15.5px!important;
  }
  body.hm-booking-page-active .hm-book-upsell-actions{
    padding:9px 12px 12px;
  }
  body.hm-booking-page-active .hm-book-upsell-view{
    width:100%;
  }
}

@media (max-width:380px){
  body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-link{
    grid-template-columns:96px minmax(0,1fr);
  }
  body.hm-booking-page-active .hm-book-upsell-card .hm-ui-card-media{
    width:96px;
    min-width:96px;
    height:116px;
    min-height:116px;
  }
}

/* ==========================================================
   Hayya Manager v0.35.16 — Real same-city Add to booking
   Interactive per-experience schedule + multi-experience flow.
   ========================================================== */
body.hm-booking-page-active .hm-book-upsell-card{
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
body.hm-booking-page-active .hm-book-upsell-card.is-selected{
  border-color:rgba(181,22,11,.42);
  box-shadow:0 12px 30px rgba(181,22,11,.11);
  background:#fffdfb;
}
body.hm-booking-page-active .hm-book-upsell-actions{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
}
body.hm-booking-page-active .hm-book-upsell-add,
body.hm-booking-page-active .hm-book-upsell-view{
  min-height:42px;
  border-radius:10px;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
}
body.hm-booking-page-active .hm-book-upsell-add{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  padding:9px 14px;
  border:1px solid #B5160B;
  background:#B5160B;
  color:#fff;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
body.hm-booking-page-active .hm-book-upsell-add:hover,
body.hm-booking-page-active .hm-book-upsell-add:focus-visible{
  background:#971208;
  border-color:#971208;
  transform:translateY(-1px);
}
body.hm-booking-page-active .hm-book-upsell-card.is-selected .hm-book-upsell-add{
  background:#fff;
  color:#B5160B;
}
body.hm-booking-page-active .hm-book-upsell-schedule{
  margin:0 14px 14px;
  padding:14px;
  border:1px solid #eadfd6;
  border-radius:14px;
  background:#fbf8f4;
}
body.hm-booking-page-active .hm-book-upsell-schedule[hidden]{display:none!important}
body.hm-booking-page-active .hm-book-upsell-schedule-head{
  display:flex;
  flex-direction:column;
  gap:3px;
  margin-bottom:12px;
}
body.hm-booking-page-active .hm-book-upsell-schedule-head strong{
  color:#202428;
  font-size:14px;
}
body.hm-booking-page-active .hm-book-upsell-schedule-head span{
  color:#727980;
  font-size:12.5px;
  line-height:1.45;
}
body.hm-booking-page-active .hm-book-upsell-fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
body.hm-booking-page-active .hm-book-upsell-field{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
  color:#24282b;
  font-size:13px;
  font-weight:650;
}
body.hm-booking-page-active .hm-book-upsell-field input,
body.hm-booking-page-active .hm-book-upsell-field select{
  width:100%;
  min-width:0;
  min-height:44px;
  padding:9px 11px;
  border:1px solid #ddd3ca;
  border-radius:10px;
  background:#fff;
  color:#24282b;
  font:inherit;
  font-weight:500;
}
body.hm-booking-page-active .hm-book-upsell-field input:focus,
body.hm-booking-page-active .hm-book-upsell-field select:focus{
  outline:2px solid rgba(245,166,35,.45);
  outline-offset:1px;
  border-color:#d7a14b;
}
body.hm-booking-page-active .hm-book-upsell-status{
  min-height:0;
  margin-top:10px;
  font-size:12.5px;
  line-height:1.45;
}
body.hm-booking-page-active .hm-book-upsell-status.is-ok{color:#19733f}
body.hm-booking-page-active .hm-book-upsell-status.is-error{color:#B5160B;font-weight:650}

body.hm-booking-page-active .hm-book-components{
  margin:18px 0 24px;
  padding:18px;
  border:1px solid #e9ddd4;
  border-radius:18px;
  background:#fffaf6;
}
body.hm-booking-page-active .hm-book-components-head{margin-bottom:13px}
body.hm-booking-page-active .hm-book-components-head h2{
  margin:4px 0 5px;
  font-size:clamp(1.25rem,2vw,1.65rem);
  line-height:1.2;
}
body.hm-booking-page-active .hm-book-components-head p{
  margin:0;
  color:#70777d;
  font-size:13.5px;
  line-height:1.55;
}
body.hm-booking-page-active .hm-book-components-list{
  display:grid;
  gap:10px;
}
body.hm-booking-page-active .hm-book-component{
  display:grid;
  grid-template-columns:82px minmax(0,1fr);
  gap:13px;
  align-items:center;
  padding:10px;
  border:1px solid #eadfd6;
  border-radius:14px;
  background:#fff;
}
body.hm-booking-page-active .hm-book-component.is-added{border-color:rgba(181,22,11,.2)}
body.hm-booking-page-active .hm-book-component-media{
  display:flex;
  align-items:center;
  justify-content:center;
  width:82px;
  height:74px;
  overflow:hidden;
  border-radius:10px;
  background:#f3eee8;
  color:#B5160B;
  font-size:24px;
}
body.hm-booking-page-active .hm-book-component-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
body.hm-booking-page-active .hm-book-component-copy{min-width:0}
body.hm-booking-page-active .hm-book-component-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:4px;
  font-size:11.5px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#8b7770;
}
body.hm-booking-page-active .hm-book-component-top strong{
  flex:0 0 auto;
  color:#B5160B;
  font-size:13px;
  letter-spacing:0;
  text-transform:none;
}
body.hm-booking-page-active .hm-book-component h3{
  margin:0 0 7px;
  color:#202428;
  font-family:inherit;
  font-size:15px;
  font-weight:750;
  line-height:1.3;
}
body.hm-booking-page-active .hm-book-component-facts{
  display:flex;
  flex-wrap:wrap;
  gap:5px 11px;
  color:#6f777d;
  font-size:12px;
  line-height:1.4;
}

@media (max-width:767px){
  body.hm-booking-page-active .hm-book-upsell-actions{grid-template-columns:1fr 1fr}
  body.hm-booking-page-active .hm-book-upsell-add,
  body.hm-booking-page-active .hm-book-upsell-view{width:100%;padding:9px 8px;font-size:13px}
  body.hm-booking-page-active .hm-book-upsell-schedule{margin:0 12px 12px;padding:12px}
  body.hm-booking-page-active .hm-book-upsell-fields{grid-template-columns:1fr}
  body.hm-booking-page-active .hm-book-components{padding:14px;margin:16px 0 20px}
  body.hm-booking-page-active .hm-book-component{grid-template-columns:68px minmax(0,1fr);gap:10px;padding:9px}
  body.hm-booking-page-active .hm-book-component-media{width:68px;height:68px}
  body.hm-booking-page-active .hm-book-component-top{align-items:flex-start;flex-direction:column;gap:2px}
}

@media (max-width:380px){
  body.hm-booking-page-active .hm-book-upsell-actions{grid-template-columns:1fr}
  body.hm-booking-page-active .hm-book-component{grid-template-columns:58px minmax(0,1fr)}
  body.hm-booking-page-active .hm-book-component-media{width:58px;height:62px}
}

/* Hayya Manager v0.35.17 — multi-experience booking integration */
.hm-account-multi-note{display:inline-flex;margin:0 0 9px;padding:5px 9px;border-radius:999px;background:#fff4ee;color:#9f1c1c;font-size:12px;font-weight:800;line-height:1.2}
.hm-account-component-list{display:grid;gap:0;margin-top:14px;border:1px solid var(--hm-border);border-radius:14px;overflow:hidden}
.hm-account-component-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:15px 16px;background:#fff;border-bottom:1px solid var(--hm-border)}
.hm-account-component-row:last-child{border-bottom:0}.hm-account-component-row>div{display:grid;gap:3px;min-width:0}.hm-account-component-row>div>span{color:var(--hm-red);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hm-account-component-row>div>strong{font-size:16px}.hm-account-component-row small{color:var(--hm-muted);font-size:13px;line-height:1.45}.hm-account-component-row>strong{white-space:nowrap;color:var(--hm-text)}
@media(max-width:600px){.hm-account-component-row{flex-direction:column;gap:8px}.hm-account-component-row>strong{white-space:normal}}

/* ==========================================================
   Hayya Manager v0.36.1 — Design Your Experience Step 8B
   Public city + Experience selection. No request persistence yet.
   ========================================================== */
body.hm-design-page-active .hm-custom-design-route{min-height:72vh;background:#fff}
body.hm-design-page-active .hm-dye-shell{max-width:1180px;margin:0 auto;padding:34px 24px 80px;font-family:Poppins,Arial,sans-serif;color:var(--hm-text)}
body.hm-design-page-active .hm-dye-shell h1,
body.hm-design-page-active .hm-dye-shell h2,
body.hm-design-page-active .hm-dye-shell h3{font-family:"Playfair Display",Georgia,serif;color:var(--hm-text)}
body.hm-design-page-active .hm-dye-topbar{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:30px}
body.hm-design-page-active .hm-dye-back{color:var(--hm-text);font-size:14px;font-weight:650;text-decoration:none}
body.hm-design-page-active .hm-dye-back:hover{color:var(--hm-red)}
body.hm-design-page-active .hm-dye-progress{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
body.hm-design-page-active .hm-dye-progress span{display:inline-flex;align-items:center;gap:7px;color:var(--hm-muted);font-size:11.5px;font-weight:650;white-space:nowrap}
body.hm-design-page-active .hm-dye-progress span:not(:last-child)::after{content:"";width:18px;height:1px;background:var(--hm-border);margin-left:2px}
body.hm-design-page-active .hm-dye-progress b{width:23px;height:23px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--hm-sand);font-size:10px}
body.hm-design-page-active .hm-dye-progress .is-active{color:var(--hm-red)}
body.hm-design-page-active .hm-dye-progress .is-active b{background:var(--hm-red);color:#fff}
body.hm-design-page-active .hm-dye-heading{max-width:840px;margin-bottom:30px}
body.hm-design-page-active .hm-dye-heading h1{font-size:clamp(38px,5vw,58px);line-height:1.06;margin:5px 0 12px}
body.hm-design-page-active .hm-dye-heading p{max-width:760px;margin:0;color:var(--hm-muted);font-size:16px;line-height:1.72}
body.hm-design-page-active .hm-dye-notice{display:grid;gap:4px;margin:0 0 24px;padding:15px 17px;border-radius:14px;border:1px solid var(--hm-border);font-size:13.5px;line-height:1.55}
body.hm-design-page-active .hm-dye-notice.is-success{background:#edf8f0;border-color:#cce8d4;color:#176b36}
body.hm-design-page-active .hm-dye-notice.is-error{background:#fff2f1;border-color:#efc7c2;color:#941b13}
body.hm-design-page-active .hm-dye-notice strong{font-size:14px}
body.hm-design-page-active .hm-dye-empty-public{border:1px solid var(--hm-border);border-radius:20px;padding:28px;background:var(--hm-sand)}
body.hm-design-page-active .hm-dye-empty-public h2{margin:0 0 8px;font-size:28px}
body.hm-design-page-active .hm-dye-empty-public p{margin:0;color:var(--hm-muted);line-height:1.6}
body.hm-design-page-active .hm-dye-public-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}
body.hm-design-page-active .hm-dye-main{display:grid;gap:24px;min-width:0}
body.hm-design-page-active .hm-dye-section{border:1px solid var(--hm-border);border-radius:22px;background:#fff;padding:24px;box-shadow:0 12px 34px rgba(54,34,24,.06)}
body.hm-design-page-active .hm-dye-section-head{display:grid;grid-template-columns:36px minmax(0,1fr);gap:12px;align-items:start;margin-bottom:18px}
body.hm-design-page-active .hm-dye-step{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--hm-red);color:#fff;font-weight:800}
body.hm-design-page-active .hm-dye-section-head h2{margin:0 0 5px;font-size:30px;line-height:1.15}
body.hm-design-page-active .hm-dye-section-head p{margin:0;color:var(--hm-muted);font-size:13.5px;line-height:1.6}
body.hm-design-page-active .hm-dye-city-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body.hm-design-page-active .hm-dye-city-card{position:relative;display:flex;align-items:center;gap:13px;min-width:0;padding:16px;border:1px solid var(--hm-border);border-radius:16px;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease}
body.hm-design-page-active .hm-dye-city-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(54,34,24,.08)}
body.hm-design-page-active .hm-dye-city-card.is-selected{border-color:rgba(181,22,11,.48);background:#fffaf7;box-shadow:0 10px 26px rgba(181,22,11,.09)}
body.hm-design-page-active .hm-dye-city-card input,
body.hm-design-page-active .hm-dye-experience-card>input{position:absolute;opacity:0;pointer-events:none}
body.hm-design-page-active .hm-dye-city-check,
body.hm-design-page-active .hm-dye-exp-check{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #d8d0ca;border-radius:9px;background:#fff;color:transparent;font-weight:900;transition:.18s ease}
body.hm-design-page-active .hm-dye-city-card.is-selected .hm-dye-city-check,
body.hm-design-page-active .hm-dye-experience-card.is-selected .hm-dye-exp-check{border-color:var(--hm-red);background:var(--hm-red);color:#fff}
body.hm-design-page-active .hm-dye-city-copy{display:grid;gap:3px;min-width:0}
body.hm-design-page-active .hm-dye-city-copy strong{font-size:17px;line-height:1.2}
body.hm-design-page-active .hm-dye-city-copy small{color:var(--hm-muted);font-size:12.5px}
body.hm-design-page-active .hm-dye-prompt{padding:18px;border:1px dashed #decfc4;border-radius:14px;background:var(--hm-sand);color:var(--hm-muted);font-size:14px;text-align:center}
body.hm-design-page-active .hm-dye-prompt[hidden],
body.hm-design-page-active .hm-dye-city-experiences[hidden]{display:none!important}
body.hm-design-page-active .hm-dye-city-experiences{margin-top:18px}
body.hm-design-page-active .hm-dye-city-experiences:first-of-type{margin-top:0}
body.hm-design-page-active .hm-dye-city-experiences-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:11px;padding:0 2px}
body.hm-design-page-active .hm-dye-city-experiences-head h3{margin:0;font-size:23px}
body.hm-design-page-active .hm-dye-city-experiences-head span{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--hm-sand);color:#7c6255;font-size:11.5px;font-weight:700}
body.hm-design-page-active .hm-dye-experience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body.hm-design-page-active .hm-dye-experience-card{position:relative;display:grid;grid-template-columns:118px minmax(0,1fr);min-width:0;min-height:142px;border:1px solid var(--hm-border);border-radius:17px;overflow:hidden;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
body.hm-design-page-active .hm-dye-experience-card:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(54,34,24,.08)}
body.hm-design-page-active .hm-dye-experience-card.is-selected{border-color:rgba(181,22,11,.5);box-shadow:0 12px 28px rgba(181,22,11,.10);background:#fffdfb}
body.hm-design-page-active .hm-dye-exp-check{position:absolute;z-index:2;top:10px;right:10px;width:26px;height:26px;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.08)}
body.hm-design-page-active .hm-dye-exp-media{display:block;width:118px;height:100%;min-height:142px;background:var(--hm-sand);overflow:hidden}
body.hm-design-page-active .hm-dye-exp-media img{display:block;width:100%;height:100%;min-height:142px;object-fit:cover}
body.hm-design-page-active .hm-dye-exp-placeholder{display:block;width:100%;height:100%;min-height:142px;background:linear-gradient(135deg,#f3e6db,#f8f3ec)}
body.hm-design-page-active .hm-dye-exp-body{display:flex;flex-direction:column;min-width:0;padding:14px 40px 13px 14px}
body.hm-design-page-active .hm-dye-exp-category{color:var(--hm-red);font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}
body.hm-design-page-active .hm-dye-exp-title{font-size:15px;line-height:1.35;margin-bottom:7px;color:var(--hm-text)}
body.hm-design-page-active .hm-dye-exp-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--hm-muted);font-size:11.5px;line-height:1.4}
body.hm-design-page-active .hm-dye-exp-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:9px;margin-top:auto;padding-top:9px;color:var(--hm-muted);font-size:11.5px}
body.hm-design-page-active .hm-dye-exp-footer b{color:var(--hm-red);font-size:13.5px}
body.hm-design-page-active .hm-dye-exp-footer a{position:relative;z-index:3;color:var(--hm-red);font-weight:750;text-decoration:none;white-space:nowrap}
body.hm-design-page-active .hm-dye-summary{position:sticky;top:108px;border:1px solid var(--hm-border);border-radius:22px;background:#fff;padding:22px;box-shadow:var(--hm-shadow)}
body.hm-design-page-active .hm-dye-summary h2{margin:2px 0 15px;font-size:30px}
body.hm-design-page-active .hm-dye-summary-stat{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--hm-border);font-size:13px}
body.hm-design-page-active .hm-dye-summary-stat span{color:var(--hm-muted)}
body.hm-design-page-active .hm-dye-summary-stat strong{font-size:16px}
body.hm-design-page-active .hm-dye-summary-list{padding:13px 0 2px}
body.hm-design-page-active .hm-dye-summary-list p{margin:0;color:var(--hm-muted);font-size:12.5px;line-height:1.55}
body.hm-design-page-active .hm-dye-summary-list ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
body.hm-design-page-active .hm-dye-summary-list li{display:grid;grid-template-columns:20px minmax(0,1fr);gap:7px;align-items:start;color:var(--hm-text);font-size:12.5px;line-height:1.4}
body.hm-design-page-active .hm-dye-summary-list li>span{color:#19733f;font-weight:900}
body.hm-design-page-active .hm-dye-summary-list li strong{font-weight:650}
body.hm-design-page-active .hm-dye-summary-note{margin:14px 0;padding:12px;border-radius:12px;background:var(--hm-sand);color:#6f6259;font-size:11.8px;line-height:1.55}
body.hm-design-page-active .hm-dye-continue{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:50px;padding:11px 16px;border:0;border-radius:12px;background:var(--hm-red);color:#fff;font:inherit;font-size:13.5px;font-weight:800;cursor:pointer;box-shadow:0 10px 22px rgba(181,22,11,.16)}
body.hm-design-page-active .hm-dye-continue:hover:not(:disabled){background:var(--hm-red-dark)}
body.hm-design-page-active .hm-dye-continue:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}
body.hm-design-page-active .hm-dye-continue-help{margin:9px 0 0;color:var(--hm-muted);font-size:11.5px;line-height:1.45;text-align:center}

@media(max-width:980px){
  body.hm-design-page-active .hm-dye-topbar{align-items:flex-start;flex-direction:column}
  body.hm-design-page-active .hm-dye-progress{justify-content:flex-start;max-width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
  body.hm-design-page-active .hm-dye-progress span:not(:last-child)::after{display:none}
  body.hm-design-page-active .hm-dye-public-grid{grid-template-columns:1fr}
  body.hm-design-page-active .hm-dye-summary{position:static;order:-1}
}
@media(max-width:720px){
  body.hm-design-page-active .hm-dye-shell{padding:26px 16px 64px}
  body.hm-design-page-active .hm-dye-heading h1{font-size:39px}
  body.hm-design-page-active .hm-dye-heading p{font-size:15px}
  body.hm-design-page-active .hm-dye-section{padding:18px;border-radius:18px}
  body.hm-design-page-active .hm-dye-section-head h2{font-size:27px}
  body.hm-design-page-active .hm-dye-city-grid,
  body.hm-design-page-active .hm-dye-experience-grid{grid-template-columns:1fr}
  body.hm-design-page-active .hm-dye-experience-card{grid-template-columns:118px minmax(0,1fr)}
}
@media(max-width:430px){
  body.hm-design-page-active .hm-dye-shell{padding-left:12px;padding-right:12px}
  body.hm-design-page-active .hm-dye-heading h1{font-size:34px}
  body.hm-design-page-active .hm-dye-section{padding:14px}
  body.hm-design-page-active .hm-dye-section-head{grid-template-columns:32px minmax(0,1fr);gap:10px}
  body.hm-design-page-active .hm-dye-step{width:30px;height:30px}
  body.hm-design-page-active .hm-dye-experience-card{grid-template-columns:102px minmax(0,1fr);min-height:132px}
  body.hm-design-page-active .hm-dye-exp-media{width:102px;min-height:132px}
  body.hm-design-page-active .hm-dye-exp-media img,
  body.hm-design-page-active .hm-dye-exp-placeholder{min-height:132px}
  body.hm-design-page-active .hm-dye-exp-body{padding:12px 34px 11px 12px}
  body.hm-design-page-active .hm-dye-exp-footer{align-items:flex-start;flex-direction:column}
}

/* ==========================================================
   Hayya Manager v0.36.2 — Design Your Experience Step 8B polish
   Mobile flow order + verification focus + back-to-top isolation.
   Selection rules, request persistence and pricing are unchanged.
   ========================================================== */
body.hm-design-page-active .hm-dye-notice[data-hm-dye-verified]{
  scroll-margin-top:118px;
  box-shadow:0 10px 28px rgba(23,107,54,.08);
}
body.hm-design-page-active .hm-dye-notice[data-hm-dye-verified]:focus{
  outline:2px solid rgba(23,107,54,.22);
  outline-offset:3px;
}
@media(max-width:980px){
  body.hm-design-page-active .hm-dye-main{order:1}
  body.hm-design-page-active .hm-dye-summary{position:static;top:auto;order:2}
}
@media(max-width:640px){
  body.hm-design-page-active .to_top{display:none!important}
  body.hm-design-page-active .hm-dye-shell{padding-bottom:76px}
  body.hm-design-page-active .hm-dye-notice[data-hm-dye-verified]{scroll-margin-top:96px}
}


/* ==========================================================
   Hayya Manager v0.36.3 — Design Your Experience Step 8C
   Travel dates + travelers + preliminary Experiences estimate.
   No Custom Request, booking, capacity hold or payment is created.
   ========================================================== */
body.hm-design-page-active .hm-dye-progress .is-complete{color:#19733f}
body.hm-design-page-active .hm-dye-progress .is-complete b{background:#edf8f0;color:#19733f}
body.hm-design-page-active .hm-dye-travel-layout{align-items:start}
body.hm-design-page-active .hm-dye-date-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body.hm-design-page-active .hm-dye-field{display:grid;gap:8px;min-width:0}
body.hm-design-page-active .hm-dye-field>span{font-size:13px;font-weight:750;color:var(--hm-text)}
body.hm-design-page-active .hm-dye-field input{width:100%;min-height:52px;padding:12px 14px;border:1px solid var(--hm-border);border-radius:13px;background:#fff;color:var(--hm-text);font:inherit;font-size:14px;box-shadow:none}
body.hm-design-page-active .hm-dye-field input:focus{outline:2px solid rgba(245,166,35,.45);outline-offset:2px;border-color:#e8c37b}
body.hm-design-page-active .hm-dye-field small{color:var(--hm-muted);font-size:11.5px;line-height:1.45}
body.hm-design-page-active .hm-dye-context-note{margin-top:16px;padding:13px 14px;border-radius:13px;background:var(--hm-sand);color:#6f6259;font-size:12.5px;line-height:1.6}
body.hm-design-page-active .hm-dye-traveler-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0;border-bottom:1px solid var(--hm-border)}
body.hm-design-page-active .hm-dye-traveler-row:first-of-type{padding-top:3px}
body.hm-design-page-active .hm-dye-traveler-row:last-of-type{border-bottom:0}
body.hm-design-page-active .hm-dye-traveler-row>div:first-child{display:grid;gap:3px;min-width:0}
body.hm-design-page-active .hm-dye-traveler-row strong{font-size:15px;color:var(--hm-text)}
body.hm-design-page-active .hm-dye-traveler-row small{font-size:11.5px;color:var(--hm-muted);line-height:1.45}
body.hm-design-page-active .hm-dye-qty-control{display:grid;grid-template-columns:44px 64px 44px;flex:0 0 auto;border:1px solid var(--hm-border);border-radius:12px;overflow:hidden;background:#fff}
body.hm-design-page-active .hm-dye-qty-control button,
body.hm-design-page-active .hm-dye-qty-control input{min-height:44px;border:0;background:#fff;color:var(--hm-text);font:inherit;font-weight:750;text-align:center}
body.hm-design-page-active .hm-dye-qty-control button{cursor:pointer;font-size:19px;background:var(--hm-sand)}
body.hm-design-page-active .hm-dye-qty-control button:hover{background:#f2e8dd;color:var(--hm-red)}
body.hm-design-page-active .hm-dye-qty-control input{width:64px;border-left:1px solid var(--hm-border);border-right:1px solid var(--hm-border);appearance:textfield;-moz-appearance:textfield}
body.hm-design-page-active .hm-dye-qty-control input::-webkit-outer-spin-button,
body.hm-design-page-active .hm-dye-qty-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
body.hm-design-page-active .hm-dye-summary-chip-list{display:flex;flex-wrap:wrap;gap:7px;padding:11px 0 2px}
body.hm-design-page-active .hm-dye-summary-chip-list span{display:inline-flex;padding:6px 9px;border-radius:999px;background:var(--hm-sand);color:#6f6259;font-size:11.5px;font-weight:700}
body.hm-design-page-active .hm-dye-travel-summary .hm-dye-summary-list{padding-top:11px}
body.hm-design-page-active .hm-dye-notice[data-hm-dye-travel-verified]{scroll-margin-top:118px;box-shadow:0 10px 28px rgba(23,107,54,.08)}
body.hm-design-page-active .hm-dye-notice[data-hm-dye-travel-verified]:focus{outline:2px solid rgba(23,107,54,.22);outline-offset:3px}
body.hm-design-page-active .hm-dye-estimate{margin:0 0 24px;border:1px solid var(--hm-border);border-radius:22px;background:#fff;padding:24px;box-shadow:0 12px 34px rgba(54,34,24,.06)}
body.hm-design-page-active .hm-dye-estimate-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:8px}
body.hm-design-page-active .hm-dye-estimate-head h2{margin:3px 0 0;font-size:31px;line-height:1.15}
body.hm-design-page-active .hm-dye-estimate-badge{display:inline-flex;padding:7px 10px;border-radius:999px;background:#edf8f0;color:#176b36;font-size:11px;font-weight:800;white-space:nowrap}
body.hm-design-page-active .hm-dye-estimate-intro{margin:0 0 17px;color:var(--hm-muted);font-size:13px;line-height:1.65;max-width:760px}
body.hm-design-page-active .hm-dye-estimate-lines{display:grid;gap:10px}
body.hm-design-page-active .hm-dye-estimate-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 18px;padding:15px;border:1px solid var(--hm-border);border-radius:14px;background:#fffdfb}
body.hm-design-page-active .hm-dye-estimate-line.needs-review{background:#fff9ef;border-color:#efd9ab}
body.hm-design-page-active .hm-dye-estimate-line>div:first-child{display:grid;gap:3px}
body.hm-design-page-active .hm-dye-estimate-line strong{font-size:13.5px;line-height:1.45;color:var(--hm-text)}
body.hm-design-page-active .hm-dye-estimate-line small{color:var(--hm-muted);font-size:11px}
body.hm-design-page-active .hm-dye-estimate-amount{font-weight:800;color:var(--hm-red);font-size:14px;white-space:nowrap}
body.hm-design-page-active .hm-dye-estimate-line ul{grid-column:1/-1;margin:1px 0 0;padding-left:18px;color:#8a6421;font-size:11.5px;line-height:1.5}
body.hm-design-page-active .hm-dye-estimate-totals{display:grid;gap:0;margin-top:15px;border-top:1px solid var(--hm-border)}
body.hm-design-page-active .hm-dye-estimate-totals>div{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid var(--hm-border);font-size:13px}
body.hm-design-page-active .hm-dye-estimate-totals span{color:var(--hm-muted)}
body.hm-design-page-active .hm-dye-estimate-totals strong{font-size:16px;color:var(--hm-text)}
body.hm-design-page-active .hm-dye-estimate-warning{margin:13px 0 0;padding:11px 12px;border-radius:11px;background:#fff5df;color:#7d571a;font-size:11.8px;line-height:1.55}
body.hm-design-page-active .hm-dye-estimate-foot{margin:14px 0 0;color:var(--hm-muted);font-size:11.8px;line-height:1.6}

@media(max-width:720px){
  body.hm-design-page-active .hm-dye-date-grid{grid-template-columns:1fr}
  body.hm-design-page-active .hm-dye-traveler-row{align-items:flex-start;flex-direction:column;gap:11px}
  body.hm-design-page-active .hm-dye-qty-control{width:100%;grid-template-columns:54px minmax(0,1fr) 54px}
  body.hm-design-page-active .hm-dye-qty-control input{width:100%}
  body.hm-design-page-active .hm-dye-estimate{padding:18px;border-radius:18px}
  body.hm-design-page-active .hm-dye-estimate-head{align-items:flex-start;flex-direction:column;gap:9px}
  body.hm-design-page-active .hm-dye-estimate-head h2{font-size:27px}
  body.hm-design-page-active .hm-dye-estimate-line{grid-template-columns:1fr}
  body.hm-design-page-active .hm-dye-estimate-amount{white-space:normal}
  body.hm-design-page-active .hm-dye-estimate-line ul{grid-column:1}
  body.hm-design-page-active .hm-dye-notice[data-hm-dye-travel-verified]{scroll-margin-top:96px}
}

/* ==========================================================
   Hayya Manager v0.36.4 — Design Your Experience Step 8D
   Optional services (Yes/No) before customer details.
   Service prices remain outside the preliminary estimate.
   ========================================================== */
body.hm-design-page-active .hm-dye-continue{text-decoration:none}
body.hm-design-page-active .hm-dye-services-layout{align-items:start}
body.hm-design-page-active .hm-dye-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:4px}
body.hm-design-page-active .hm-dye-service-card{display:flex;flex-direction:column;justify-content:space-between;min-height:184px;padding:18px;border:1px solid var(--hm-border);border-radius:18px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
body.hm-design-page-active .hm-dye-service-card.is-selected{border-color:rgba(181,22,11,.48);background:#fffaf7;box-shadow:0 10px 24px rgba(181,22,11,.07)}
body.hm-design-page-active .hm-dye-service-card-copy{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:start}
body.hm-design-page-active .hm-dye-service-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--hm-sand);font-size:22px;line-height:1}
body.hm-design-page-active .hm-dye-service-card-copy strong{display:block;margin:1px 0 6px;color:var(--hm-text);font-size:15px;line-height:1.35}
body.hm-design-page-active .hm-dye-service-card-copy small{display:block;color:var(--hm-muted);font-size:12px;line-height:1.55}
body.hm-design-page-active .hm-dye-service-choice{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}
body.hm-design-page-active .hm-dye-service-choice label{position:relative;margin:0;cursor:pointer}
body.hm-design-page-active .hm-dye-service-choice input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}
body.hm-design-page-active .hm-dye-service-choice span{display:flex;align-items:center;justify-content:center;min-height:43px;border:1px solid var(--hm-border);border-radius:11px;background:#fff;color:var(--hm-text);font-size:13px;font-weight:750;transition:.18s ease}
body.hm-design-page-active .hm-dye-service-choice input:checked+span{border-color:var(--hm-red);background:var(--hm-red);color:#fff;box-shadow:0 6px 14px rgba(181,22,11,.12)}
body.hm-design-page-active .hm-dye-service-choice label:first-child input:checked+span{border-color:#d8d3cc;background:var(--hm-sand);color:var(--hm-text);box-shadow:none}
body.hm-design-page-active .hm-dye-service-choice input:focus-visible+span{outline:3px solid rgba(181,22,11,.16);outline-offset:2px}
body.hm-design-page-active .hm-dye-services-summary .hm-dye-summary-stat strong{font-size:13px;text-align:right;overflow-wrap:anywhere}
body.hm-design-page-active .hm-dye-service-summary-list{padding-top:11px}
body.hm-design-page-active .hm-dye-notice[data-hm-dye-services-verified]{scroll-margin-top:118px;box-shadow:0 10px 28px rgba(23,107,54,.08)}
body.hm-design-page-active .hm-dye-notice[data-hm-dye-services-verified]:focus{outline:2px solid rgba(23,107,54,.22);outline-offset:3px}

@media(max-width:720px){
  body.hm-design-page-active .hm-dye-service-grid{grid-template-columns:1fr}
  body.hm-design-page-active .hm-dye-service-card{min-height:0;padding:15px;border-radius:15px}
  body.hm-design-page-active .hm-dye-service-card-copy{grid-template-columns:40px minmax(0,1fr);gap:11px}
  body.hm-design-page-active .hm-dye-service-icon{width:40px;height:40px;border-radius:11px;font-size:20px}
  body.hm-design-page-active .hm-dye-service-choice{margin-top:15px}
  body.hm-design-page-active .hm-dye-notice[data-hm-dye-services-verified]{scroll-margin-top:96px}
}

/* ==========================================================
   Hayya Manager v0.36.5 — Traveler Counter Responsive Polish
   Presentation-only refinement for Design Your Experience.
   Pricing, traveler limits, validation and server logic unchanged.
   ========================================================== */
body.hm-design-page-active .hm-dye-traveler-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 204px;
  align-items:center;
  gap:24px;
  padding:14px 0;
}
body.hm-design-page-active .hm-dye-traveler-row>div:first-child{
  align-self:center;
}
body.hm-design-page-active .hm-dye-qty-control{
  width:204px;
  grid-template-columns:56px 92px 56px;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 1px 0 rgba(54,34,24,.02);
}
body.hm-design-page-active .hm-dye-qty-control button,
body.hm-design-page-active .hm-dye-qty-control input{
  min-height:50px;
  height:50px;
  line-height:1;
}
body.hm-design-page-active .hm-dye-qty-control button{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  font-size:21px;
  font-weight:800;
  transition:background-color .16s ease,color .16s ease,box-shadow .16s ease;
}
body.hm-design-page-active .hm-dye-qty-control input{
  width:92px;
  padding:0 8px;
  font-size:16px;
  font-weight:800;
}
body.hm-design-page-active .hm-dye-qty-control button:focus-visible,
body.hm-design-page-active .hm-dye-qty-control input:focus-visible{
  position:relative;
  z-index:2;
  outline:2px solid rgba(245,166,35,.58);
  outline-offset:-2px;
}

@media(max-width:720px){
  body.hm-design-page-active .hm-dye-traveler-row{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    padding:18px 0;
  }
  body.hm-design-page-active .hm-dye-traveler-row:first-of-type{padding-top:8px}
  body.hm-design-page-active .hm-dye-traveler-row>div:first-child{
    align-self:stretch;
  }
  body.hm-design-page-active .hm-dye-qty-control{
    width:min(100%,240px);
    max-width:240px;
    grid-template-columns:58px minmax(82px,1fr) 58px;
    align-self:flex-start;
    border-radius:14px;
  }
  body.hm-design-page-active .hm-dye-qty-control button,
  body.hm-design-page-active .hm-dye-qty-control input{
    min-height:56px;
    height:56px;
  }
  body.hm-design-page-active .hm-dye-qty-control input{
    width:100%;
    font-size:17px;
  }
}

@media(max-width:390px){
  body.hm-design-page-active .hm-dye-qty-control{
    width:min(100%,224px);
    max-width:224px;
    grid-template-columns:54px minmax(82px,1fr) 54px;
  }
  body.hm-design-page-active .hm-dye-qty-control button,
  body.hm-design-page-active .hm-dye-qty-control input{
    min-height:54px;
    height:54px;
  }
}

/* ==========================================================
   Hayya Manager v0.36.6 — Design Your Experience Step 8E
   Lead traveler contact details with short-lived private draft.
   Personal details never enter the signed planner URL state.
   ========================================================== */
body.hm-design-page-active .hm-dye-details-layout{align-items:start}
body.hm-design-page-active .hm-dye-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:4px}
body.hm-design-page-active .hm-dye-contact-field{display:grid;gap:8px;min-width:0;margin:0}
body.hm-design-page-active .hm-dye-contact-field>span{font-size:13px;font-weight:750;color:var(--hm-text)}
body.hm-design-page-active .hm-dye-contact-field input,
body.hm-design-page-active .hm-dye-contact-field select{width:100%;min-height:52px;padding:12px 14px;border:1px solid var(--hm-border);border-radius:13px;background:#fff;color:var(--hm-text);font:inherit;font-size:14px;box-shadow:none}
body.hm-design-page-active .hm-dye-contact-field input:focus,
body.hm-design-page-active .hm-dye-contact-field select:focus{outline:2px solid rgba(245,166,35,.45);outline-offset:2px;border-color:#e8c37b}
body.hm-design-page-active .hm-dye-contact-field small{color:var(--hm-muted);font-size:11.5px;line-height:1.45}
body.hm-design-page-active .hm-dye-privacy-note{display:grid;gap:5px}
body.hm-design-page-active .hm-dye-privacy-note strong{color:var(--hm-text);font-size:12.5px}
body.hm-design-page-active .hm-dye-details-summary .hm-dye-summary-stat strong{font-size:13px;text-align:right;overflow-wrap:anywhere}
body.hm-design-page-active .hm-dye-notice[data-hm-dye-details-verified]{scroll-margin-top:118px;box-shadow:0 10px 28px rgba(23,107,54,.08)}
body.hm-design-page-active .hm-dye-notice[data-hm-dye-details-verified]:focus{outline:2px solid rgba(23,107,54,.22);outline-offset:3px}

@media(max-width:720px){
  body.hm-design-page-active .hm-dye-contact-grid{grid-template-columns:1fr}
  body.hm-design-page-active .hm-dye-contact-field input,
  body.hm-design-page-active .hm-dye-contact-field select{min-height:54px;font-size:16px}
  body.hm-design-page-active .hm-dye-notice[data-hm-dye-details-verified]{scroll-margin-top:96px}
}


/* ==========================================================
   Hayya Manager v0.36.7 — Design Your Experience Step 8F
   Final review + secure Custom Request submission.
   ========================================================== */
body.hm-design-page-active .hm-dye-review-layout{align-items:start}
body.hm-design-page-active .hm-dye-review-section{display:grid;gap:0}
body.hm-design-page-active .hm-dye-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:12px}
body.hm-design-page-active .hm-dye-review-head h2{margin:3px 0 0;font-size:27px;line-height:1.18}
body.hm-design-page-active .hm-dye-review-head>a{flex:0 0 auto;color:var(--hm-red);font-size:12.5px;font-weight:800;text-decoration:none;padding:5px 0}
body.hm-design-page-active .hm-dye-review-head>a:hover{text-decoration:underline}
body.hm-design-page-active .hm-dye-review-row{display:grid;grid-template-columns:minmax(130px,.72fr) minmax(0,1.28fr);gap:18px;align-items:start;padding:12px 0;border-top:1px solid var(--hm-border);font-size:13px;line-height:1.5}
body.hm-design-page-active .hm-dye-review-row>span{color:var(--hm-muted)}
body.hm-design-page-active .hm-dye-review-row>strong{text-align:right;overflow-wrap:anywhere;color:var(--hm-text)}
body.hm-design-page-active .hm-dye-review-list{padding:12px 0 2px;border-top:1px solid var(--hm-border)}
body.hm-design-page-active .hm-dye-review-list ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
body.hm-design-page-active .hm-dye-review-list li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:8px;align-items:start;font-size:13px;line-height:1.45}
body.hm-design-page-active .hm-dye-review-list li>span{color:#19733f;font-weight:900}
body.hm-design-page-active .hm-dye-review-empty{margin:0;padding:12px 0 2px;border-top:1px solid var(--hm-border);color:var(--hm-muted);font-size:13px}
body.hm-design-page-active .hm-dye-review-confirm{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:start;margin:14px 0;padding:13px;border:1px solid var(--hm-border);border-radius:13px;background:#fffaf7;cursor:pointer}
body.hm-design-page-active .hm-dye-review-confirm input{width:19px;height:19px;margin:1px 0 0;accent-color:var(--hm-red)}
body.hm-design-page-active .hm-dye-review-confirm span{font-size:12px;line-height:1.5;color:var(--hm-text)}
body.hm-design-page-active .hm-dye-review-summary .hm-dye-summary-note strong{color:var(--hm-text)}
body.hm-design-page-active .hm-dye-notice[data-hm-dye-review-ready]{scroll-margin-top:118px;box-shadow:0 10px 28px rgba(23,107,54,.08)}
body.hm-design-page-active .hm-dye-submit-success{max-width:820px;margin:24px auto 0;padding:38px;border:1px solid var(--hm-border);border-radius:24px;background:#fff;box-shadow:var(--hm-shadow);text-align:center}
body.hm-design-page-active .hm-dye-success-mark{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin:0 auto 18px;border-radius:50%;background:#edf8f0;color:#176b36;font-size:30px;font-weight:900}
body.hm-design-page-active .hm-dye-submit-success h1{max-width:690px;margin:6px auto 14px;font-size:clamp(38px,5vw,58px);line-height:1.05}
body.hm-design-page-active .hm-dye-submit-success>p{max-width:650px;margin:0 auto 18px;color:var(--hm-muted);font-size:15px;line-height:1.7}
body.hm-design-page-active .hm-dye-reference{display:inline-flex!important;gap:8px;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:var(--hm-sand);color:var(--hm-text)!important;font-size:13px!important}
body.hm-design-page-active .hm-dye-reference strong{color:var(--hm-red);overflow-wrap:anywhere}
body.hm-design-page-active .hm-dye-submit-success .hm-dye-context-note{max-width:650px;margin:20px auto;text-align:left}
body.hm-design-page-active .hm-dye-submit-actions{display:grid;gap:12px;max-width:360px;margin:22px auto 0}
body.hm-design-page-active .hm-dye-secondary-link{color:var(--hm-text);font-size:13px;font-weight:750;text-decoration:none}
body.hm-design-page-active .hm-dye-secondary-link:hover{color:var(--hm-red)}

@media(max-width:900px){
  body.hm-design-page-active .hm-dye-review-layout .hm-dye-review-summary{order:2}
}

@media(max-width:720px){
  body.hm-design-page-active .hm-dye-review-head{gap:12px}
  body.hm-design-page-active .hm-dye-review-head h2{font-size:25px}
  body.hm-design-page-active .hm-dye-review-row{grid-template-columns:1fr;gap:4px;padding:13px 0}
  body.hm-design-page-active .hm-dye-review-row>strong{text-align:left;font-size:14px}
  body.hm-design-page-active .hm-dye-notice[data-hm-dye-review-ready]{scroll-margin-top:96px}
  body.hm-design-page-active .hm-dye-submit-success{margin-top:12px;padding:26px 18px;border-radius:20px}
  body.hm-design-page-active .hm-dye-submit-success h1{font-size:38px}
  body.hm-design-page-active .hm-dye-reference{display:grid!important;border-radius:16px}
}

/* ==========================================================
   Hayya Manager v0.36.13 — Final Quote Email Delivery Hardening
   Secure, read-only public quote delivery page.
   ========================================================== */
body.hm-custom-quote-page-active .hm-custom-quote-route{background:#fff;min-height:70vh}
body.hm-custom-quote-page-active .hm-cq-shell{max-width:1120px;margin:0 auto;padding:34px 22px 70px;color:#20252a}
body.hm-custom-quote-page-active .hm-cq-topline{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:28px;font-size:13px}
body.hm-custom-quote-page-active .hm-cq-topline a{color:#20252a;text-decoration:none;font-weight:750}
body.hm-custom-quote-page-active .hm-cq-topline span{color:#6f777f}
body.hm-custom-quote-page-active .hm-cq-hero{padding:34px;border:1px solid #eadfd3;border-radius:24px;background:#fff;box-shadow:0 16px 40px rgba(54,37,22,.06);text-align:center}
body.hm-custom-quote-page-active .hm-cq-check,body.hm-custom-quote-page-active .hm-cq-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;margin:0 auto 16px;background:#edf8f0;color:#176b36;font-size:30px;font-weight:900}
body.hm-custom-quote-page-active .hm-cq-kicker{margin:0 0 8px;color:#b5160b;font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
body.hm-custom-quote-page-active .hm-cq-hero h1,body.hm-custom-quote-page-active .hm-cq-card h2,body.hm-custom-quote-page-active .hm-cq-message-card h1{font-family:Georgia,'Times New Roman',serif;color:#20252a}
body.hm-custom-quote-page-active .hm-cq-hero h1{max-width:760px;margin:0 auto 16px;font-size:clamp(40px,6vw,64px);line-height:1.02}
body.hm-custom-quote-page-active .hm-cq-hero>p:not(.hm-cq-kicker){max-width:720px;margin:0 auto;color:#6f777f;font-size:16px;line-height:1.7}
body.hm-custom-quote-page-active .hm-cq-ref{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 12px;margin:22px auto 0;padding:12px 16px;border-radius:16px;background:#f8f3ec;width:max-content;max-width:100%}
body.hm-custom-quote-page-active .hm-cq-ref span{color:#736b63}
body.hm-custom-quote-page-active .hm-cq-ref strong{color:#b5160b;overflow-wrap:anywhere}
body.hm-custom-quote-page-active .hm-cq-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);gap:22px;align-items:start;margin-top:24px}
body.hm-custom-quote-page-active .hm-cq-card{border:1px solid #eadfd3;border-radius:22px;background:#fff;padding:28px;box-shadow:0 14px 36px rgba(54,37,22,.05)}
body.hm-custom-quote-page-active .hm-cq-card h2{margin:0 0 18px;font-size:34px;line-height:1.1}
body.hm-custom-quote-page-active .hm-cq-facts{margin:0}
body.hm-custom-quote-page-active .hm-cq-facts>div{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;padding:13px 0;border-top:1px solid #eadfd3}
body.hm-custom-quote-page-active .hm-cq-facts dt{color:#747d85}
body.hm-custom-quote-page-active .hm-cq-facts dd{margin:0;text-align:right;font-weight:750;overflow-wrap:anywhere}
body.hm-custom-quote-page-active .hm-cq-section{margin-top:24px}
body.hm-custom-quote-page-active .hm-cq-section h3{margin:0 0 8px;font-size:19px}
body.hm-custom-quote-page-active .hm-cq-line{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-top:1px solid #eadfd3}
body.hm-custom-quote-page-active .hm-cq-line span{min-width:0;overflow-wrap:anywhere}
body.hm-custom-quote-page-active .hm-cq-line strong{white-space:nowrap;color:#b5160b}
body.hm-custom-quote-page-active .hm-cq-adjustment{background:#fffaf1;padding-left:10px;padding-right:10px}
body.hm-custom-quote-page-active .hm-cq-total-card{position:sticky;top:110px}
body.hm-custom-quote-page-active .hm-cq-total-card h2{font-size:42px;color:#b5160b;overflow-wrap:anywhere}
body.hm-custom-quote-page-active .hm-cq-note{display:grid;gap:5px;margin-top:14px;padding:15px 16px;border-radius:14px;background:#f8f3ec;color:#6f6258;line-height:1.55}
body.hm-custom-quote-page-active .hm-cq-note strong{color:#20252a}
body.hm-custom-quote-page-active .hm-cq-primary{display:block;margin-top:18px;padding:15px 18px;border-radius:12px;background:#b5160b;color:#fff!important;text-align:center;text-decoration:none;font-weight:800;box-shadow:0 10px 24px rgba(181,22,11,.16)}
body.hm-custom-quote-page-active .hm-cq-primary:hover{background:#8f1008}
body.hm-custom-quote-page-active .hm-cq-message-shell{max-width:820px}
body.hm-custom-quote-page-active .hm-cq-message-card{margin:34px auto 0;padding:38px;border:1px solid #eadfd3;border-radius:24px;text-align:center;background:#fff;box-shadow:0 16px 40px rgba(54,37,22,.06)}
body.hm-custom-quote-page-active .hm-cq-message-card h1{margin:0 0 16px;font-size:clamp(36px,5vw,54px);line-height:1.08}
body.hm-custom-quote-page-active .hm-cq-message-card>p:not(.hm-cq-kicker){max-width:620px;margin:0 auto 14px;color:#6f777f;line-height:1.7}
body.hm-custom-quote-page-active .hm-cq-message-card .hm-cq-primary{max-width:340px;margin:22px auto 0}

@media(max-width:900px){
  body.hm-custom-quote-page-active .hm-cq-grid{grid-template-columns:1fr}
  body.hm-custom-quote-page-active .hm-cq-total-card{position:static}
}
@media(max-width:720px){
  body.hm-custom-quote-page-active .hm-cq-shell{padding:24px 16px 56px}
  body.hm-custom-quote-page-active .hm-cq-topline{align-items:flex-start;flex-direction:column}
  body.hm-custom-quote-page-active .hm-cq-hero,body.hm-custom-quote-page-active .hm-cq-card,body.hm-custom-quote-page-active .hm-cq-message-card{padding:24px 18px;border-radius:20px}
  body.hm-custom-quote-page-active .hm-cq-hero h1{font-size:42px}
  body.hm-custom-quote-page-active .hm-cq-ref{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr);text-align:left}
  body.hm-custom-quote-page-active .hm-cq-card h2{font-size:31px}
  body.hm-custom-quote-page-active .hm-cq-facts>div{grid-template-columns:1fr;gap:5px}
  body.hm-custom-quote-page-active .hm-cq-facts dd{text-align:left}
  body.hm-custom-quote-page-active .hm-cq-line{align-items:flex-start}
  body.hm-custom-quote-page-active .hm-cq-line strong{white-space:normal;text-align:right}
  body.hm-custom-quote-page-active .hm-cq-total-card h2{font-size:38px}
}


body.hm-custom-quote-page-active .hm-cq-status{display:grid;gap:5px;margin:22px 0 0;padding:16px 18px;border-radius:16px;border:1px solid #d9e6dd;line-height:1.55}
body.hm-custom-quote-page-active .hm-cq-status strong{font-size:16px}
body.hm-custom-quote-page-active .hm-cq-status-success{background:#edf8f0;border-color:#bfe1c8;color:#176b36}
body.hm-custom-quote-page-active .hm-cq-status-error{background:#fff4f2;border-color:#efc8c3;color:#8f1008}
body.hm-custom-quote-page-active .hm-cq-note-success{background:#edf8f0;color:#315e3d}
body.hm-custom-quote-page-active .hm-cq-accept{margin-top:16px;padding:18px;border:1px solid #eadfd3;border-radius:16px;background:#fffaf7}
body.hm-custom-quote-page-active .hm-cq-accept h3{margin:0 0 7px;font-size:20px;color:#20252a}
body.hm-custom-quote-page-active .hm-cq-accept>p{margin:0 0 14px;color:#6f6258;line-height:1.55}
body.hm-custom-quote-page-active .hm-cq-accept form{margin:0}
body.hm-custom-quote-page-active .hm-cq-accept-confirm{display:flex;gap:10px;align-items:flex-start;padding:12px;border:1px solid #e4d7cc;border-radius:12px;background:#fff;color:#31363b;line-height:1.45;cursor:pointer}
body.hm-custom-quote-page-active .hm-cq-accept-confirm input{width:20px;height:20px;min-width:20px;margin:1px 0 0;accent-color:#b5160b}
body.hm-custom-quote-page-active .hm-cq-accept-button{width:100%;border:0;cursor:pointer;font:inherit}
body.hm-custom-quote-page-active .hm-cq-accept small{display:block;margin-top:9px;color:#7a7068;line-height:1.45}
body.hm-custom-quote-page-active .hm-cq-secondary{background:#fff!important;color:#b5160b!important;border:1px solid #d9b8b1;box-shadow:none}
body.hm-custom-quote-page-active .hm-cq-secondary:hover{background:#fff7f5!important;color:#8f1008!important}
@media(max-width:640px){
  body.hm-custom-quote-page-active .hm-cq-status{margin-top:18px;padding:14px 15px}
  body.hm-custom-quote-page-active .hm-cq-accept{padding:15px}
  body.hm-custom-quote-page-active .hm-cq-accept-confirm{padding:11px}
}
body.hm-custom-quote-page-active .hm-cq-accept form + form{margin-top:10px}
body.hm-custom-quote-page-active .hm-cq-decline-button{width:100%;border:1px solid #d9c8bb;background:#fff!important;color:#8f1008!important;cursor:pointer;font:inherit;box-shadow:none}
body.hm-custom-quote-page-active .hm-cq-decline-button:hover{background:#fff4ef!important;color:#6f0c06!important}

/* ==========================================================
   Hayya Manager v0.36.27 — Search Engine V1
   Modern responsive Experience Finder
   ========================================================== */
.hm-discovery .hm-finder-form{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  margin-bottom:28px;
}
.hm-finder-tabs{
  display:flex;
  width:max-content;
  max-width:100%;
  gap:6px;
  margin:0 auto 16px;
  padding:6px;
  border:1px solid var(--hm-border);
  border-radius:999px;
  background:#fff;
  box-shadow:0 10px 28px rgba(54,34,24,.06);
  overflow-x:auto;
  scrollbar-width:none;
}
.hm-finder-tabs::-webkit-scrollbar,.hm-category-quickbar::-webkit-scrollbar{display:none}
.hm-finder-tab{
  flex:0 0 auto;
  min-height:46px;
  padding:0 18px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:var(--hm-text);
  font:inherit;
  font-size:13px;
  font-weight:750;
  cursor:pointer;
  white-space:nowrap;
  transition:background .16s ease,color .16s ease,box-shadow .16s ease;
}
.hm-finder-tab:hover{background:var(--hm-sand)}
.hm-finder-tab.is-active{
  background:var(--hm-red);
  color:#fff;
  box-shadow:0 7px 18px rgba(181,22,11,.18);
}
.hm-experience-finder{
  display:grid;
  grid-template-columns:minmax(280px,1.55fr) minmax(180px,.82fr) minmax(155px,.62fr) auto;
  align-items:stretch;
  gap:0;
  padding:10px;
  border:1px solid var(--hm-border);
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 42px rgba(54,34,24,.08);
}
.hm-finder-field{
  display:grid;
  align-content:center;
  min-width:0;
  min-height:74px;
  padding:8px 20px;
  border-right:1px solid var(--hm-border);
  cursor:text;
}
.hm-finder-field:nth-of-type(3){border-right:0}
.hm-finder-label{
  display:block;
  margin:0 0 5px;
  color:var(--hm-text);
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.015em;
}
.hm-finder-control{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  align-items:center;
  gap:8px;
  min-width:0;
}
.hm-finder-icon{
  color:var(--hm-red);
  font-size:20px;
  line-height:1;
  text-align:center;
}
.hm-finder-control input,
.hm-finder-control select{
  width:100%;
  min-width:0;
  height:32px!important;
  min-height:32px!important;
  margin:0!important;
  padding:0 20px 0 0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--hm-text);
  font:inherit;
  font-size:14px!important;
  font-weight:600;
  line-height:32px;
}
.hm-finder-control input::placeholder{color:#7a7f84;opacity:1;font-weight:500}
.hm-finder-control select{cursor:pointer}
.hm-finder-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-width:190px;
  min-height:74px;
  margin-left:10px;
  padding:0 24px;
  border:0;
  border-radius:16px;
  background:var(--hm-red);
  color:#fff;
  font:inherit;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  white-space:nowrap;
  box-shadow:0 10px 24px rgba(181,22,11,.18);
  transition:transform .16s ease,background .16s ease,box-shadow .16s ease;
}
.hm-finder-submit:hover{background:var(--hm-red-dark);transform:translateY(-1px);box-shadow:0 13px 28px rgba(181,22,11,.22)}
.hm-category-quickbar{
  display:flex;
  gap:9px;
  align-items:center;
  margin:14px 0 0;
  padding:2px 1px 4px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scrollbar-width:none;
}
.hm-category-chip{
  flex:0 0 auto;
  min-height:40px;
  padding:0 14px;
  border:1px solid var(--hm-border);
  border-radius:999px;
  background:#fff;
  color:var(--hm-text);
  font:inherit;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  white-space:nowrap;
  transition:background .15s ease,color .15s ease,border-color .15s ease;
}
.hm-category-chip:hover{border-color:#d7c3b3;background:var(--hm-sand)}
.hm-category-chip.is-active{border-color:#30241f;background:#30241f;color:#fff}
.hm-advanced-filters{
  margin-top:13px;
  border:1px solid var(--hm-border);
  border-radius:16px;
  background:#fff;
  overflow:hidden;
}
.hm-advanced-filters>summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:48px;
  padding:0 16px;
  color:var(--hm-text);
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  list-style:none;
}
.hm-advanced-filters>summary::-webkit-details-marker{display:none}
.hm-advanced-filters>summary:after{content:'+';color:var(--hm-red);font-size:20px;line-height:1;font-weight:500}
.hm-advanced-filters[open]>summary:after{content:'−'}
.hm-advanced-filters>summary span{margin-left:auto;color:var(--hm-muted);font-weight:500}
.hm-filter-grid-modern{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  padding:14px 16px 16px;
  border-top:1px solid var(--hm-border);
}
.hm-filter-grid-modern .hm-filter-actions{grid-column:1/-1;justify-content:flex-end}
.hm-results-toolbar{padding-top:2px}

@media (min-width:768px) and (max-width:1024px){
  .hm-finder-tabs{margin-bottom:14px}
  .hm-experience-finder{
    grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);
    gap:0;
    padding:9px;
  }
  .hm-finder-field{min-height:68px;padding:8px 16px;border-right:0;border-bottom:1px solid var(--hm-border)}
  .hm-finder-field-query{border-right:1px solid var(--hm-border)}
  .hm-finder-field:nth-of-type(2){border-bottom:1px solid var(--hm-border)}
  .hm-finder-field:nth-of-type(3){border-bottom:0;border-right:1px solid var(--hm-border)}
  .hm-finder-submit{min-height:68px;min-width:0;margin:8px 0 0 8px;border-radius:14px}
  .hm-filter-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:767px){
  .hm-finder-tabs{
    width:100%;
    justify-content:flex-start;
    margin:0 0 12px;
    padding:5px;
    border-radius:15px;
  }
  .hm-finder-tab{min-height:42px;padding:0 14px;font-size:12px}
  .hm-experience-finder{
    grid-template-columns:1fr;
    padding:8px;
    border-radius:18px;
  }
  .hm-finder-field,
  .hm-finder-field-query,
  .hm-finder-field:nth-of-type(2),
  .hm-finder-field:nth-of-type(3){
    min-height:66px;
    padding:9px 12px;
    border-right:0;
    border-bottom:1px solid var(--hm-border);
  }
  .hm-finder-field:nth-of-type(3){border-bottom:0}
  .hm-finder-control{grid-template-columns:20px minmax(0,1fr);gap:7px}
  .hm-finder-control input,.hm-finder-control select{font-size:16px!important}
  .hm-finder-submit{
    width:100%;
    min-width:0;
    min-height:52px;
    margin:8px 0 0;
    padding:0 16px;
    border-radius:13px;
    font-size:14px;
  }
  .hm-category-quickbar{
    width:calc(100% + 14px);
    margin-top:12px;
    padding-right:14px;
  }
  .hm-category-chip{min-height:39px;padding:0 13px}
  .hm-advanced-filters>summary{align-items:flex-start;flex-direction:column;justify-content:center;gap:2px;min-height:58px;padding:10px 14px;position:relative}
  .hm-advanced-filters>summary span{margin:0;padding-right:24px;font-size:10px}
  .hm-advanced-filters>summary:after{position:absolute;right:14px;top:18px}
  .hm-filter-grid-modern{grid-template-columns:1fr;padding:12px}
  .hm-filter-grid-modern .hm-filter-actions{grid-column:auto}
}

@media (max-width:360px){
  .hm-finder-tab{padding:0 12px}
  .hm-finder-field{padding-left:10px;padding-right:10px}
  .hm-category-chip{padding:0 12px}
}


/* ==========================================================
   Hayya Manager v0.36.30 — Finder Brand Colors + Mobile Polish
   Visual-only hardening against theme/Elementor button overrides.
   ========================================================== */
.hm-discovery .hm-finder-submit,
.hm-discovery button.hm-finder-submit{
  background:#B5160B!important;
  color:#fff!important;
  border-color:#B5160B!important;
  box-shadow:0 10px 24px rgba(181,22,11,.18)!important;
}
.hm-discovery .hm-finder-submit:hover,
.hm-discovery .hm-finder-submit:focus-visible,
.hm-discovery button.hm-finder-submit:hover,
.hm-discovery button.hm-finder-submit:focus-visible{
  background:#F5A623!important;
  color:#1f2428!important;
  border-color:#F5A623!important;
  box-shadow:0 13px 28px rgba(245,166,35,.24)!important;
}
.hm-discovery .hm-finder-submit:focus-visible{
  outline:3px solid rgba(245,166,35,.32)!important;
  outline-offset:3px;
}

@media (max-width:767px){
  .hm-discovery{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }
  .hm-discovery .hm-finder-form{
    width:100%;
    max-width:100%;
    margin:0 0 20px;
  }
  .hm-discovery .hm-finder-tabs{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
    gap:4px;
    padding:5px;
    margin-bottom:10px;
    border-radius:16px;
    scroll-snap-type:x proximity;
  }
  .hm-discovery .hm-finder-tab{
    min-height:40px;
    padding:0 12px;
    font-size:11.5px;
    scroll-snap-align:start;
  }
  .hm-discovery .hm-experience-finder{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
    padding:8px 10px 10px;
    border-radius:18px;
    box-shadow:0 12px 30px rgba(54,34,24,.08);
  }
  .hm-discovery .hm-finder-field,
  .hm-discovery .hm-finder-field-query,
  .hm-discovery .hm-finder-field:nth-of-type(2),
  .hm-discovery .hm-finder-field:nth-of-type(3){
    min-height:61px;
    padding:8px 10px;
  }
  .hm-discovery .hm-finder-label{
    margin-bottom:3px;
    font-size:10.5px;
  }
  .hm-discovery .hm-finder-control{
    grid-template-columns:19px minmax(0,1fr);
    gap:7px;
  }
  .hm-discovery .hm-finder-icon{
    font-size:17px;
  }
  .hm-discovery .hm-finder-control input,
  .hm-discovery .hm-finder-control select{
    height:30px!important;
    min-height:30px!important;
    font-size:15px!important;
    line-height:30px;
    padding-right:18px!important;
  }
  .hm-discovery .hm-finder-submit,
  .hm-discovery button.hm-finder-submit{
    min-height:50px;
    margin-top:9px;
    border-radius:13px;
    font-size:13.5px;
  }
}

@media (max-width:420px){
  .hm-discovery .hm-finder-tabs{
    overflow-x:auto;
    justify-content:flex-start;
  }
  .hm-discovery .hm-finder-tab{
    min-width:max-content;
    min-height:39px;
    padding:0 11px;
    font-size:11px;
  }
  .hm-discovery .hm-experience-finder{
    padding:7px 8px 9px;
    border-radius:16px;
  }
  .hm-discovery .hm-finder-field,
  .hm-discovery .hm-finder-field-query,
  .hm-discovery .hm-finder-field:nth-of-type(2),
  .hm-discovery .hm-finder-field:nth-of-type(3){
    min-height:59px;
    padding-left:8px;
    padding-right:8px;
  }
  .hm-discovery .hm-finder-submit,
  .hm-discovery button.hm-finder-submit{
    min-height:48px;
    font-size:13px;
  }
}

/* ==========================================================
   Hayya Manager v0.36.31 — Finder Tabs + Modern Destination Picker
   ========================================================== */
.hm-discovery .hm-finder-tab,
.hm-discovery button.hm-finder-tab{
  background:transparent!important;
  color:var(--hm-text)!important;
  border-color:transparent!important;
  box-shadow:none!important;
}
.hm-discovery .hm-finder-tab:not(.is-active):hover,
.hm-discovery .hm-finder-tab:not(.is-active):focus-visible,
.hm-discovery button.hm-finder-tab:not(.is-active):hover,
.hm-discovery button.hm-finder-tab:not(.is-active):focus-visible{
  background:#F5A623!important;
  color:#1f2428!important;
  border-color:#F5A623!important;
  box-shadow:0 7px 18px rgba(245,166,35,.18)!important;
}
.hm-discovery .hm-finder-tab.is-active,
.hm-discovery .hm-finder-tab.is-active:hover,
.hm-discovery .hm-finder-tab.is-active:focus-visible,
.hm-discovery button.hm-finder-tab.is-active,
.hm-discovery button.hm-finder-tab.is-active:hover,
.hm-discovery button.hm-finder-tab.is-active:focus-visible{
  background:#B5160B!important;
  color:#fff!important;
  border-color:#B5160B!important;
  box-shadow:0 7px 18px rgba(181,22,11,.18)!important;
}
.hm-discovery .hm-finder-tab:focus-visible{
  outline:3px solid rgba(245,166,35,.32)!important;
  outline-offset:2px;
}

.hm-finder-destination-field{cursor:default}
.hm-finder-select-shell{
  position:relative;
  display:block;
  width:100%;
  min-width:0;
}
.hm-finder-select-trigger{
  display:none;
}
.hm-finder-select-shell.is-enhanced .hm-finder-native-select{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  min-width:1px!important;
  min-height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
  opacity:0!important;
  pointer-events:none!important;
}
.hm-finder-select-shell.is-enhanced .hm-finder-select-trigger,
.hm-discovery .hm-finder-select-shell.is-enhanced button.hm-finder-select-trigger{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  min-width:0;
  height:32px;
  min-height:32px;
  margin:0!important;
  padding:0 2px 0 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--hm-text)!important;
  box-shadow:none!important;
  font:inherit;
  font-size:14px!important;
  line-height:32px;
  font-weight:600;
  text-align:left;
  cursor:pointer;
}
.hm-finder-select-trigger [data-hm-select-label]{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.hm-finder-select-chevron{
  flex:0 0 auto;
  color:#4b4f53;
  font-size:17px;
  line-height:1;
  transition:transform .16s ease;
}
.hm-finder-select-shell.is-open .hm-finder-select-chevron{transform:rotate(180deg)}
.hm-finder-select-menu{
  position:absolute;
  z-index:99999;
  top:calc(100% + 10px);
  left:-30px;
  width:max(100%,270px);
  max-width:min(360px,calc(100vw - 36px));
  padding:9px;
  border:1px solid #ead8c9;
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 50px rgba(31,36,40,.16),0 4px 14px rgba(31,36,40,.08);
}
.hm-finder-select-menu[hidden]{display:none!important}
.hm-finder-select-search{
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  align-items:center;
  gap:7px;
  margin:0 0 7px;
  padding:7px 10px;
  border:1px solid #ead8c9;
  border-radius:11px;
  background:#fff;
  color:var(--hm-red);
}
.hm-finder-select-search input,
.hm-discovery .hm-finder-select-search input{
  width:100%;
  height:30px!important;
  min-height:30px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--hm-text)!important;
  font:inherit;
  font-size:13px!important;
  font-weight:500;
}
.hm-finder-select-options{
  display:grid;
  gap:3px;
  max-height:260px;
  overflow:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:#d9c7b8 transparent;
}
.hm-finder-select-option,
.hm-discovery button.hm-finder-select-option{
  display:flex!important;
  align-items:center;
  width:100%;
  min-height:40px;
  margin:0!important;
  padding:8px 11px!important;
  border:0!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--hm-text)!important;
  box-shadow:none!important;
  font:inherit;
  font-size:13px!important;
  font-weight:600;
  line-height:1.25;
  text-align:left;
  cursor:pointer;
}
.hm-finder-select-option:hover,
.hm-finder-select-option:focus-visible,
.hm-discovery button.hm-finder-select-option:hover,
.hm-discovery button.hm-finder-select-option:focus-visible{
  background:#fff3df!important;
  color:#3b2b22!important;
  outline:0!important;
}
.hm-finder-select-option.is-selected,
.hm-finder-select-option.is-selected:hover,
.hm-finder-select-option.is-selected:focus-visible,
.hm-discovery button.hm-finder-select-option.is-selected,
.hm-discovery button.hm-finder-select-option.is-selected:hover,
.hm-discovery button.hm-finder-select-option.is-selected:focus-visible{
  background:#B5160B!important;
  color:#fff!important;
}
.hm-finder-select-empty{
  padding:13px 10px;
  color:var(--hm-muted);
  font-size:12px;
  text-align:center;
}

@media (max-width:767px){
  .hm-finder-select-shell.is-enhanced .hm-finder-select-trigger,
  .hm-discovery .hm-finder-select-shell.is-enhanced button.hm-finder-select-trigger{
    height:30px;
    min-height:30px;
    font-size:15px!important;
    line-height:30px;
  }
  .hm-finder-select-menu{
    left:-26px;
    width:calc(100% + 26px);
    min-width:0;
    max-width:none;
    border-radius:14px;
    padding:8px;
  }
}

@media (max-width:420px){
  .hm-discovery .hm-finder-tabs{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    overflow:visible;
  }
  .hm-discovery .hm-finder-tab,
  .hm-discovery button.hm-finder-tab{
    width:100%;
    min-width:0;
    padding:0 5px!important;
    font-size:9.8px!important;
    letter-spacing:-.01em;
  }
  .hm-finder-select-option,
  .hm-discovery button.hm-finder-select-option{
    min-height:42px;
    font-size:13px!important;
  }
}

/* v0.36.32 — dedicated Hayya Manager search-results route */
.hm-search-results-route{
  width:min(100% - 32px, 1480px);
  margin:0 auto;
  padding:64px 0 88px;
}
body.hm-search-results-page-active .hm-discovery{
  position:relative;
  isolation:isolate;
}
@media (max-width: 767px){
  .hm-search-results-route{
    width:min(100% - 24px, 1480px);
    padding:34px 0 64px;
  }
}


/* v0.36.33 — dedicated results canvas hardening
   Keep the Hayya Manager results page independent from theme #primary/content widths. */
body.hm-search-results-page-active{
  overflow-x:clip;
}
body.hm-search-results-page-active .hm-search-results-route{
  display:block!important;
  float:none!important;
  clear:both!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:58px 0 84px!important;
}
body.hm-search-results-page-active .hm-search-results-route .hm-discovery{
  position:relative!important;
  left:auto!important;
  transform:none!important;
  width:min(1240px,calc(100% - 48px))!important;
  max-width:1240px!important;
  margin:0 auto!important;
  padding:0 0 72px!important;
  overflow:visible!important;
}
body.hm-search-results-page-active .hm-search-results-route .hm-discovery-head,
body.hm-search-results-page-active .hm-search-results-route .hm-finder-tabs,
body.hm-search-results-page-active .hm-search-results-route .hm-finder-shell,
body.hm-search-results-page-active .hm-search-results-route .hm-category-chips,
body.hm-search-results-page-active .hm-search-results-route .hm-more-filters,
body.hm-search-results-page-active .hm-search-results-route .hm-results-toolbar,
body.hm-search-results-page-active .hm-search-results-route .hm-catalog-grid,
body.hm-search-results-page-active .hm-search-results-route .hm-catalog-pagination,
body.hm-search-results-page-active .hm-search-results-route .hm-catalog-status{
  min-width:0;
  max-width:100%;
}
body.hm-search-results-page-active .hm-search-results-route .hm-catalog-grid:has(.hm-catalog-card:first-child:last-child){
  margin-inline:auto;
}
@media (max-width:1024px){
  body.hm-search-results-page-active .hm-search-results-route{
    padding:44px 0 70px!important;
  }
  body.hm-search-results-page-active .hm-search-results-route .hm-discovery{
    width:min(100% - 32px,1240px)!important;
  }
}
@media (max-width:767px){
  body.hm-search-results-page-active .hm-search-results-route{
    padding:28px 0 54px!important;
  }
  body.hm-search-results-page-active .hm-search-results-route .hm-discovery{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0 14px 48px!important;
    overflow-x:clip!important;
  }
  body.hm-search-results-page-active .hm-search-results-route .hm-catalog-grid:has(.hm-catalog-card:first-child:last-child){
    margin-inline:0;
  }
}


/* v0.36.34 — Finder → product → booking context continuity */
.hm-book-search-prefill{
  margin:.45rem 0 0;
  color:#6b625c;
  font-size:.88rem;
  line-height:1.45;
}
.hm-book-search-prefill strong{color:#221f1d;}


/* ==========================================================
   Hayya Manager v0.36.37 — Booking UI/UX Responsive Foundation
   Scope: real booking route only (Experience + Package).
   Presentation-only. No booking/business logic changes.
   ========================================================== */
body.hm-booking-page-active{
  --hm-book-red:#B5160B;
  --hm-book-orange:#F5A623;
  --hm-book-sand:#F8F3EC;
  --hm-book-ink:#20262b;
  --hm-book-muted:#66717d;
  --hm-book-line:#eadfd5;
  --hm-book-shadow:0 18px 48px rgba(54,34,24,.08);
}

body.hm-booking-page-active .hm-booking-route{
  background:linear-gradient(180deg,#fff 0%,#fffdfa 100%);
}
body.hm-booking-page-active .hm-book-page-shell{
  width:min(1240px,calc(100% - 48px));
  padding-top:28px;
}
body.hm-booking-page-active .hm-book-page-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:24px;
  padding-bottom:18px;
}
body.hm-booking-page-active .hm-book-back{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  color:#4f5965;
  transition:color .2s ease;
}
body.hm-booking-page-active .hm-book-back:hover,
body.hm-booking-page-active .hm-book-back:focus{color:var(--hm-book-red)}

body.hm-booking-page-active .hm-book-progress span{
  min-height:36px;
  padding:6px 11px 6px 6px;
  border-color:var(--hm-book-line);
  font-weight:700;
  color:#5d6670;
}
body.hm-booking-page-active .hm-book-progress b{
  width:24px;height:24px;
  display:inline-grid;place-items:center;
}
body.hm-booking-page-active .hm-book-progress .is-active{
  border-color:rgba(181,22,11,.32);
  background:#fff7f5;
  color:var(--hm-book-red);
  box-shadow:0 7px 18px rgba(181,22,11,.08);
}

body.hm-booking-page-active .hm-book-page-heading{
  max-width:780px;
  margin-bottom:28px;
}
body.hm-booking-page-active .hm-book-page-heading h1{
  color:var(--hm-book-ink);
  font-size:clamp(38px,4vw,56px)!important;
  line-height:1.02!important;
}
body.hm-booking-page-active .hm-book-page-heading p{
  max-width:720px;
  color:var(--hm-book-muted);
  font-size:15px;
  line-height:1.7;
}

body.hm-booking-page-active .hm-book-page-grid{
  grid-template-columns:minmax(0,1fr) 360px;
  gap:clamp(28px,3.4vw,52px);
  align-items:start;
}
body.hm-booking-page-active .hm-book-form-card{
  min-width:0;
}
body.hm-booking-page-active .hm-book-product-strip{
  margin-bottom:20px;
  padding:14px;
  border-color:var(--hm-book-line);
  border-radius:18px;
  background:var(--hm-book-sand);
}
body.hm-booking-page-active .hm-book-product-media{
  border-radius:14px;
  overflow:hidden;
}
body.hm-booking-page-active .hm-book-product-strip h2{
  color:var(--hm-book-ink);
}
body.hm-booking-page-active .hm-book-product-facts{
  color:var(--hm-book-muted);
}

body.hm-booking-page-active .hm-book-date-time-card,
body.hm-booking-page-active .hm-book-travelers,
body.hm-booking-page-active .hm-flow-section{
  margin:0 0 16px!important;
  padding:22px!important;
  border:1px solid var(--hm-book-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(54,34,24,.045)!important;
}
body.hm-booking-page-active .hm-book-selected-time{
  margin:0 0 16px;
  padding:16px 18px;
  border:1px solid #dce8df;
  border-radius:14px;
  background:#f6fbf7;
}
body.hm-booking-page-active .hm-step-number{
  background:var(--hm-book-red);
  color:#fff;
  box-shadow:0 6px 14px rgba(181,22,11,.15);
}
body.hm-booking-page-active .hm-book-section-title h2,
body.hm-booking-page-active .hm-service-heading h2{
  color:var(--hm-book-ink);
}
body.hm-booking-page-active .hm-book-section-title p,
body.hm-booking-page-active .hm-service-heading p{
  color:var(--hm-book-muted);
}

body.hm-booking-page-active #hm-booking-page input,
body.hm-booking-page-active #hm-booking-page select,
body.hm-booking-page-active #hm-booking-page textarea{
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
body.hm-booking-page-active #hm-booking-page input:focus,
body.hm-booking-page-active #hm-booking-page select:focus,
body.hm-booking-page-active #hm-booking-page textarea:focus{
  border-color:var(--hm-book-orange)!important;
  box-shadow:0 0 0 3px rgba(245,166,35,.18)!important;
  outline:none!important;
}
body.hm-booking-page-active #hm-booking-page .hm-qty-control{
  border-color:#ded6cf!important;
  background:#fff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);
}
body.hm-booking-page-active #hm-booking-page .hm-qty-control .hm-qty-btn{
  color:var(--hm-book-red)!important;
  background:#fff!important;
  transition:background .18s ease,color .18s ease;
}
body.hm-booking-page-active #hm-booking-page .hm-qty-control .hm-qty-btn:hover,
body.hm-booking-page-active #hm-booking-page .hm-qty-control .hm-qty-btn:focus{
  background:var(--hm-book-orange)!important;
  color:#251c13!important;
}

body.hm-booking-page-active .hm-book-login-note{
  border:1px solid #dce8df;
  background:#f6fbf7;
}
body.hm-booking-page-active .hm-book-actions{
  margin-top:18px;
  padding-top:18px;
}
body.hm-booking-page-active .hm-book-continue{
  min-height:54px;
  border:0;
  border-radius:14px;
  background:var(--hm-book-red)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(181,22,11,.18);
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}
body.hm-booking-page-active .hm-book-continue:hover,
body.hm-booking-page-active .hm-book-continue:focus{
  background:var(--hm-book-orange)!important;
  color:#251c13!important;
  box-shadow:0 14px 30px rgba(245,166,35,.2);
  transform:translateY(-1px);
}
body.hm-booking-page-active .hm-secondary-action{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  padding:0 4px;
}

body.hm-booking-page-active .hm-book-order-card{
  position:sticky!important;
  top:96px!important;
  padding:22px!important;
  border-color:var(--hm-book-line)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:var(--hm-book-shadow)!important;
}
body.hm-booking-page-active .hm-book-order-card h2{
  color:var(--hm-book-ink);
  font-size:27px;
}
body.hm-booking-page-active .hm-book-summary-line{
  border-bottom:1px solid #f0e8e0;
}
body.hm-booking-page-active .hm-book-summary-line:last-of-type{border-bottom:0}
body.hm-booking-page-active .hm-book-deposit-line strong{color:var(--hm-book-red)}
body.hm-booking-page-active .hm-book-secure-note{
  margin-top:14px;
  border:1px solid #dce8df;
  background:#f3faf5;
  color:#267143;
}

@media (min-width:768px) and (max-width:1024px){
  body.hm-booking-page-active .hm-book-page-shell{
    width:calc(100% - 36px);
    padding-top:22px;
  }
  body.hm-booking-page-active .hm-book-page-grid{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  body.hm-booking-page-active .hm-book-order-card{
    position:static!important;
    top:auto!important;
    width:100%!important;
    max-width:none!important;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 22px;
  }
  body.hm-booking-page-active .hm-book-order-card h2,
  body.hm-booking-page-active .hm-book-summary-help,
  body.hm-booking-page-active .hm-book-secure-note,
  body.hm-booking-page-active .hm-book-capacity-note,
  body.hm-booking-page-active .hm-book-service-note{
    grid-column:1/-1;
  }
}

@media (max-width:767px){
  body.hm-booking-page-active .hm-book-page-shell{
    width:100%;
    padding:12px 12px 62px!important;
  }
  body.hm-booking-page-active .hm-book-page-top{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
    margin-bottom:18px;
    padding-bottom:14px;
  }
  body.hm-booking-page-active .hm-book-progress{
    width:100%;
    padding-bottom:4px;
    margin-bottom:0;
  }
  body.hm-booking-page-active .hm-book-progress span{
    min-height:34px!important;
    padding:5px 9px 5px 5px;
    font-size:10px!important;
  }
  body.hm-booking-page-active .hm-book-page-heading{
    margin:0 2px 18px;
  }
  body.hm-booking-page-active .hm-book-page-heading h1{
    font-size:clamp(30px,9.5vw,38px)!important;
    margin-bottom:10px!important;
  }
  body.hm-booking-page-active .hm-book-page-heading p{
    font-size:13px;
    line-height:1.6;
  }
  body.hm-booking-page-active .hm-book-product-strip{
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:10px!important;
    padding:10px!important;
    border-radius:15px!important;
  }
  body.hm-booking-page-active .hm-book-date-time-card,
  body.hm-booking-page-active .hm-book-travelers,
  body.hm-booking-page-active .hm-flow-section{
    margin-bottom:12px!important;
    padding:16px!important;
    border-radius:16px!important;
    box-shadow:none!important;
  }
  body.hm-booking-page-active .hm-book-section-title{
    grid-template-columns:27px minmax(0,1fr);
    gap:9px;
    margin-bottom:14px;
  }
  body.hm-booking-page-active .hm-step-number{
    width:27px;height:27px;
  }
  body.hm-booking-page-active .hm-book-section-title h2,
  body.hm-booking-page-active .hm-service-heading h2{
    font-size:22px!important;
    line-height:1.16!important;
  }
  body.hm-booking-page-active .hm-book-traveler-line{
    padding:13px 0;
  }
  body.hm-booking-page-active .hm-book-login-note{
    margin-top:12px;
  }
  body.hm-booking-page-active .hm-book-actions{
    display:grid!important;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:16px;
    padding-top:16px;
  }
  body.hm-booking-page-active .hm-book-continue,
  body.hm-booking-page-active .hm-secondary-action{
    width:100%!important;
    justify-content:center;
  }
  body.hm-booking-page-active .hm-book-continue{
    min-height:54px;
    order:1;
  }
  body.hm-booking-page-active .hm-secondary-action{
    min-height:42px;
    order:2;
  }
  body.hm-booking-page-active .hm-book-order-card{
    position:static!important;
    top:auto!important;
    padding:16px!important;
    border-radius:16px!important;
    box-shadow:0 10px 28px rgba(54,34,24,.05)!important;
  }
  body.hm-booking-page-active .hm-book-order-card h2{
    font-size:23px!important;
  }
  body.hm-booking-page-active .hm-book-summary-line{
    gap:12px;
    padding:10px 0;
  }
  body.hm-booking-page-active .hm-book-summary-line span{
    flex:1 1 44%;
  }
  body.hm-booking-page-active .hm-book-summary-line strong{
    flex:1 1 56%;
    max-width:56%;
  }
}

@media (max-width:390px){
  body.hm-booking-page-active .hm-book-page-shell{
    padding-left:9px!important;
    padding-right:9px!important;
  }
  body.hm-booking-page-active .hm-book-date-time-card,
  body.hm-booking-page-active .hm-book-travelers,
  body.hm-booking-page-active .hm-flow-section,
  body.hm-booking-page-active .hm-book-order-card{
    padding:14px!important;
  }
  body.hm-booking-page-active .hm-book-traveler-line{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  body.hm-booking-page-active #hm-booking-page .hm-qty-control{
    width:100%!important;
    min-width:0!important;
    grid-template-columns:46px 1fr 46px!important;
  }
  body.hm-booking-page-active #hm-booking-page .hm-qty-control input{
    width:100%!important;
  }
}

/* ==========================================================
   Hayya Manager v0.36.38 — Finder Interaction Finalization
   ========================================================== */
.hm-discovery .hm-finder-tabs{
  isolation:isolate;
}
.hm-discovery .hm-finder-tab,
.hm-discovery button.hm-finder-tab{
  position:relative;
  z-index:1;
  transition:background-color .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.hm-discovery .hm-finder-tab:not(.is-active):active,
.hm-discovery button.hm-finder-tab:not(.is-active):active{
  transform:translateY(1px);
}
.hm-discovery .hm-finder-tab.is-active,
.hm-discovery button.hm-finder-tab.is-active{
  z-index:2;
}

/* Desktop/tablet uses a viewport-aware popover positioned by catalog.js. */
@media (min-width:768px){
  .hm-discovery .hm-finder-select-menu{
    z-index:1000000;
    margin:0;
    padding:10px;
    border:1px solid #ead8c9;
    border-radius:15px;
    background:#fff;
    box-shadow:0 22px 60px rgba(31,36,40,.18),0 5px 18px rgba(31,36,40,.08);
    overflow:hidden;
  }
  .hm-discovery .hm-finder-select-search{
    margin-bottom:8px;
    min-height:46px;
    border-radius:12px;
  }
  .hm-discovery .hm-finder-select-options{
    max-height:250px;
    padding-right:2px;
  }
  .hm-discovery button.hm-finder-select-option{
    min-height:42px;
    padding:9px 12px!important;
    border-radius:10px!important;
  }
}

/* Phone keeps the picker visually attached to the finder card. */
@media (max-width:767px){
  .hm-discovery .hm-finder-select-menu{
    position:absolute;
    top:calc(100% + 8px);
    left:-25px;
    width:calc(100% + 25px);
    max-width:none;
    max-height:min(390px,70vh);
    overflow:hidden;
    z-index:1000000;
  }
  .hm-discovery .hm-finder-select-options{
    max-height:min(260px,48vh);
  }
}

/* Keep theme/Elementor hover styles from visually impersonating the active tab. */
@media (hover:hover){
  .hm-discovery .hm-finder-tab:not(.is-active):hover,
  .hm-discovery button.hm-finder-tab:not(.is-active):hover{
    background:#F5A623!important;
    color:#1f2428!important;
  }
}


/* ==========================================================
   Hayya Manager v0.36.40 — Category Filter Cache Sync
   Reverts the unstable floating destination picker to the
   browser-native select while preserving Hayya search logic.
   ========================================================== */
.hm-discovery .hm-finder-destination-field{cursor:pointer}
.hm-discovery .hm-finder-destination-select{
  position:static!important;
  display:block!important;
  width:100%!important;
  height:32px!important;
  min-height:32px!important;
  margin:0!important;
  padding:0 24px 0 0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--hm-text)!important;
  font:inherit;
  font-size:14px!important;
  font-weight:600;
  line-height:32px;
  cursor:pointer;
  appearance:auto!important;
  -webkit-appearance:auto!important;
}
@media (max-width:767px){
  .hm-discovery .hm-finder-destination-select{
    height:30px!important;
    min-height:30px!important;
    font-size:15px!important;
    line-height:30px;
  }
}


/* ==========================================================
   Hayya Manager v0.36.41 — Native Finder/Filter Reliability
   Core search/filter actions remain clickable/tappable and
   submit server-side even when JavaScript/REST is unavailable.
   ========================================================== */
.hm-discovery .hm-finder-submit,
.hm-discovery .hm-filter-submit,
.hm-discovery .hm-finder-tab,
.hm-discovery .hm-category-chip,
.hm-discovery .hm-filter-reset{
  position:relative!important;
  z-index:5!important;
  pointer-events:auto!important;
  touch-action:manipulation;
  -webkit-tap-highlight-color:rgba(181,22,11,.12);
}
.hm-discovery .hm-experience-finder,
.hm-discovery .hm-filter-actions,
.hm-discovery .hm-finder-tabs,
.hm-discovery .hm-category-quickbar{
  position:relative;
  z-index:4;
}
.hm-discovery.is-loading .hm-finder-submit,
.hm-discovery.is-loading .hm-filter-submit{
  pointer-events:auto!important;
}


/* ==========================================================
   Hayya Manager v0.36.45 — Dedicated Route Canvas Normalization
   Theme-compatibility only. Business logic unchanged.
   ========================================================== */
body.hm-booking-page-active main#primary.hm-booking-route,
body.hm-design-page-active main#primary.hm-custom-design-route,
body.hm-custom-quote-page-active main#primary.hm-custom-quote-route{
  display:block!important;
  float:none!important;
  clear:both!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
}

/* Some themes attach content-area/primary flex sizing directly to #primary. */
body.hm-booking-page-active main#primary.hm-booking-route,
body.hm-design-page-active main#primary.hm-custom-design-route,
body.hm-custom-quote-page-active main#primary.hm-custom-quote-route{
  flex:0 0 100%!important;
}

/* Hayya Manager v0.36.73 — WooCommerce/Stripe secure checkout bridge */
.hm-commerce-provider-card{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(180px,.7fr) auto;gap:22px;align-items:center}
.hm-commerce-payment-summary{display:grid;gap:4px;color:var(--hm-muted);font-size:13px}
.hm-commerce-payment-summary strong{color:var(--hm-text);font-size:18px;margin-bottom:8px}
.hm-commerce-payment-action{display:flex;flex-direction:column;gap:10px;align-items:stretch}
.hm-commerce-payment-action .hm-book-continue,.hm-commerce-payment-action .hm-secondary-action{white-space:nowrap;text-align:center;justify-content:center}
#hm-woocommerce-checkout-button.is-loading{opacity:.7;cursor:wait}
@media (max-width:980px){.hm-commerce-provider-card{grid-template-columns:1fr}.hm-commerce-payment-action{width:100%}}
