:root{--bh-ink:#101114;--bh-muted:#6f737b;--bh-card:#fff;--bh-line:#e8e8ea;--bh-radius:24px}.bh-app{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--bh-ink);background:#fff;overflow:hidden;width:100vw!important;max-width:none!important;position:relative;left:50%;margin-left:-50vw;margin-right:-50vw}.bh-app *{box-sizing:border-box}.bh-fullbleed{width:100vw;max-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.bh-hero{height:clamp(210px,31vw,470px);position:relative;overflow:hidden;background:#111}.bh-hero video{width:100%;height:100%;object-fit:cover;display:block}.bh-hero-overlay,.bh-feature-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.15) 70%,rgba(0,0,0,.05))}.bh-hero-copy{position:absolute;left:max(18px,5vw);bottom:28px;color:#fff;z-index:2}.bh-brand{font-weight:800;letter-spacing:.2px;font-size:16px}.bh-hero-copy h1,.bh-city-copy h1{font-size:clamp(32px,6vw,72px);line-height:.95;margin:8px 0}.bh-hero-copy p,.bh-city-copy p{margin:0;font-size:clamp(13px,2vw,20px)}.bh-search-wrap{position:relative;z-index:5;margin:-18px auto 22px;width:calc(100% - clamp(20px,3vw,42px));max-width:none}.bh-trip-search{display:grid;grid-template-columns:2fr repeat(3,1fr) auto;gap:8px;padding:10px;background:#fff;border:1px solid var(--bh-line);border-radius:22px;box-shadow:0 12px 34px rgba(0,0,0,.12)}.bh-trip-search label,.bh-form-grid label,.bh-partner-form label{display:flex;flex-direction:column;gap:5px;font-size:11px;font-weight:700;color:#696d74;position:relative}.bh-trip-search input,.bh-form-grid input,.bh-partner-form input,.bh-partner-form textarea,.bh-modal textarea{border:1px solid var(--bh-line);border-radius:14px;padding:12px 13px;font:inherit;font-size:14px;color:#111;background:#fff;min-width:0}.bh-trip-search input{border:0;background:#f7f7f8}.bh-trip-btn,.bh-submit,.bh-pill{border:0;border-radius:16px;background:#111;color:#fff;font-weight:800;padding:13px 18px;cursor:pointer}.bh-section{width:100%;max-width:none;margin:0;padding:28px clamp(12px,2vw,28px) 38px}.bh-section-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:16px}.bh-kicker{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:#777}.bh-section h2{font-size:clamp(24px,4vw,42px);margin:3px 0}.bh-mini-search{border:1px solid var(--bh-line);border-radius:999px;padding:10px 14px;max-width:220px}.bh-country-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;width:100%}.bh-country-card,.bh-experience-card{position:relative;border:0;border-radius:22px;overflow:hidden;background:#20242b;min-height:245px;color:#fff;text-align:left;cursor:pointer;box-shadow:0 8px 26px rgba(0,0,0,.08);transition:.24s transform}.bh-country-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.01)}.bh-photo-fallback{background:linear-gradient(135deg,#28313b,#485563)}.bh-country-card:hover,.bh-experience-card:hover{transform:translateY(-3px)}.bh-country-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.67),rgba(0,0,0,.05) 65%)}.bh-flag{position:absolute;left:14px;top:14px;background:rgba(255,255,255,.92);border-radius:999px;padding:7px 9px;font-size:21px}.bh-country-name{position:absolute;left:15px;bottom:35px;font-size:21px;font-weight:800}.bh-country-tag{position:absolute;left:15px;bottom:15px;font-size:11px;opacity:.9}.bh-feature{height:260px;background-size:cover;background-position:center;display:flex;align-items:center;margin:22px 0}.bh-feature-copy{position:relative;z-index:2;color:#fff;margin-left:max(18px,7vw);max-width:600px}.bh-feature-copy h2{font-size:clamp(28px,5vw,58px);line-height:1;margin:8px 0 18px}.bh-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.bh-service-card{border:1px solid var(--bh-line);border-radius:20px;background:#fff;text-align:left;padding:20px;min-height:110px;cursor:pointer}.bh-service-card span{font-size:25px;display:block;margin-bottom:12px}.bh-service-card b{font-size:15px}.bh-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.14);border-radius:14px;z-index:30;display:none;max-height:300px;overflow:auto}.bh-suggestions button{display:block;width:100%;text-align:left;border:0;background:#fff;padding:11px 13px;cursor:pointer}.bh-suggestions button:hover{background:#f4f4f5}.bh-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:99999;display:none;align-items:center;justify-content:center;padding:20px}.bh-modal.is-open{display:flex}.bh-modal-card{background:#fff;width:min(760px,100%);max-height:92vh;overflow:auto;border-radius:26px;padding:24px;position:relative}.bh-modal-close{position:absolute;right:18px;top:12px;border:0;background:none;font-size:30px;cursor:pointer}.bh-modal-card h2{font-size:28px;margin:5px 0}.bh-modal-note{color:var(--bh-muted);font-size:13px}.bh-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bh-checks{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;font-size:13px}.bh-modal fieldset{border:1px solid var(--bh-line);border-radius:16px;margin:14px 0;padding:14px}.bh-modal legend{font-weight:800}.bh-form-status{font-size:13px;margin-top:8px}.bh-city-hero,.bh-partner-hero{height:280px;background-size:cover;background-position:center;position:relative}.bh-city-copy{position:absolute;left:max(18px,6vw);bottom:30px;color:#fff;z-index:2}.bh-city-services{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.bh-experience-card{min-height:180px;padding:0}.bh-experience-card b,.bh-experience-card small{position:absolute;z-index:2;left:16px}.bh-experience-card b{bottom:37px;font-size:21px}.bh-experience-card small{bottom:18px}.bh-city-chip-wrap{display:flex;flex-wrap:wrap;gap:9px}.bh-city-chip{padding:10px 14px;border:1px solid var(--bh-line);border-radius:999px;text-decoration:none;color:#111;background:#fff}.bh-partner-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:30px}.bh-partner-copy p{color:var(--bh-muted);font-size:17px}.bh-partner-points{display:grid;gap:10px;font-weight:700}.bh-partner-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;border:1px solid var(--bh-line);padding:20px;border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.bh-partner-form label:nth-last-of-type(1),.bh-partner-form .bh-submit,.bh-partner-form .bh-form-status{grid-column:1/-1}
@media(max-width:820px){.bh-hero{height:210px}.bh-hero-copy{bottom:20px}.bh-trip-search{grid-template-columns:1fr 1fr}.bh-trip-search label:first-child,.bh-trip-btn{grid-column:1/-1}.bh-country-grid{grid-template-columns:1fr 1fr;gap:8px}.bh-country-card{min-height:178px;border-radius:18px}.bh-country-name{font-size:18px}.bh-service-grid{grid-template-columns:1fr 1fr}.bh-feature{height:210px}.bh-city-services{grid-template-columns:1fr 1fr}.bh-partner-layout{grid-template-columns:1fr}.bh-partner-form{grid-template-columns:1fr}.bh-partner-form label,.bh-partner-form .bh-submit,.bh-partner-form .bh-form-status{grid-column:1}.bh-section{width:100%;padding:18px 8px 30px}.bh-search-wrap{width:calc(100% - 12px);margin-top:-12px}.bh-section-head{align-items:flex-start}.bh-mini-search{max-width:150px}.bh-checks{grid-template-columns:1fr 1fr}.bh-form-grid{grid-template-columns:1fr}.bh-city-hero,.bh-partner-hero{height:220px}}
@media(max-width:430px){.bh-hero{height:190px}.bh-hero-copy h1{font-size:34px}.bh-hero-copy p{font-size:12px;max-width:310px}.bh-trip-search{padding:8px;border-radius:18px;gap:6px}.bh-trip-search input{padding:10px}.bh-country-card{min-height:165px}.bh-flag{font-size:18px;padding:5px 7px}.bh-country-tag{font-size:10px}.bh-feature{height:190px}.bh-feature-copy h2{font-size:31px}.bh-city-services{grid-template-columns:1fr}.bh-experience-card{min-height:165px}.bh-modal{padding:8px}.bh-modal-card{border-radius:20px;padding:18px}.bh-checks{grid-template-columns:1fr}}

/* Force Bookinghome to break out of WordPress theme content constraints */
body .entry-content>.bh-app,body main .bh-app,body .wp-block-post-content .bh-app{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}
body .wp-site-blocks,body main,body .wp-block-post-content,body .entry-content{max-width:none!important}
.bh-home .bh-fullbleed,.bh-city-page .bh-fullbleed,.bh-partner-page .bh-fullbleed{width:100vw!important;max-width:100vw!important;left:0!important;right:auto!important;margin-left:0!important;margin-right:0!important}

@media(min-width:821px) and (max-width:1250px){.bh-country-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(min-width:1600px){.bh-country-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.bh-country-card{min-height:270px}}

/* v1.0.4 Airbnb-style destination rail */
.bh-country-controls{display:flex;align-items:center;gap:8px}.bh-slider-arrow{width:38px;height:38px;border-radius:999px;border:1px solid var(--bh-line);background:#fff;font-size:26px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.bh-country-rail-wrap{width:100%;overflow:hidden}.bh-country-grid{display:flex!important;grid-template-columns:none!important;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 14px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bh-country-grid::-webkit-scrollbar{display:none}.bh-country-card{flex:0 0 clamp(190px,18vw,260px);min-height:235px!important;scroll-snap-align:start}.bh-country-card[hidden]{display:none!important}.bh-country-photo{background:#eef0f2}.bh-country-name{max-width:calc(100% - 28px);line-height:1.05}.bh-country-tag{max-width:calc(100% - 28px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:820px){.bh-country-controls .bh-slider-arrow{display:none}.bh-country-controls{max-width:52%}.bh-mini-search{width:100%;max-width:none!important}.bh-country-grid{gap:10px;padding-left:2px;padding-right:22px}.bh-country-card{flex:0 0 44vw!important;min-height:190px!important}.bh-section-head{gap:8px}.bh-country-name{font-size:17px}}
@media(max-width:430px){.bh-country-card{flex-basis:43vw!important;min-height:174px!important}.bh-country-grid{scroll-padding-left:0}.bh-country-controls{max-width:48%}.bh-mini-search{padding:9px 11px;font-size:12px}}

/* v1.0.5 - viewport-safe layout, tested against narrow WordPress wrappers */
html,body{overflow-x:hidden!important}
body.bh-travel-active .wp-block-post-title,
body.bh-travel-active .entry-title,
body.bh-travel-active .page-title{display:none!important}
body.bh-travel-active main,
body.bh-travel-active .site-main,
body.bh-travel-active .content-area,
body.bh-travel-active .wp-block-post-content,
body.bh-travel-active .entry-content{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
.bh-app{left:auto!important;margin-left:0!important;margin-right:0!important;max-width:none!important;width:100vw!important;transform:none;overflow:hidden}
.bh-app .bh-fullbleed{left:auto!important;right:auto!important;margin-left:0!important;margin-right:0!important;width:100%!important;max-width:none!important}
.bh-home,.bh-city-page,.bh-partner-page{background:#fff}
.bh-hero,.bh-city-hero,.bh-partner-hero,.bh-feature{width:100%!important}
.bh-city-hero{min-height:300px}
.bh-trip-search{width:100%;margin:0}
.bh-search-wrap{max-width:none!important}
.bh-experience-card{background-image:var(--bg);background-size:cover;background-position:center}
@media(max-width:820px){.bh-city-hero{min-height:220px}.bh-search-wrap{width:calc(100% - 16px)!important}.bh-country-card{flex:0 0 43vw!important}.bh-country-rail-wrap{overflow:visible}.bh-country-grid{padding-left:8px!important;padding-right:22px!important}}
/* v1.0.6 red/white cinematic redesign */
:root{--bh-red:#e21b2d;--bh-red-dark:#b90819;--bh-soft:#fff5f6}
.bh-redesign{background:#fff;color:#151515}.bh-redesign .bh-hero{height:clamp(430px,68vh,720px)}.bh-redesign .bh-hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.72))}.bh-centered-copy{left:clamp(20px,6vw,90px);bottom:72px;max-width:780px}.bh-centered-copy h1{font-size:clamp(46px,8vw,96px);letter-spacing:-.055em}.bh-red-kicker{display:inline-block;background:var(--bh-red);padding:8px 12px;border-radius:999px;font-weight:900;font-size:12px;letter-spacing:.12em}.bh-hero-link{display:inline-block;color:#fff;font-weight:900;margin-top:20px;text-decoration:none;border-bottom:2px solid var(--bh-red);padding-bottom:4px}.bh-cinema-badges{position:absolute;right:4vw;top:30px;z-index:3;display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.bh-cinema-badges span{background:rgba(255,255,255,.9);color:#151515;padding:8px 11px;border-radius:999px;font-size:11px;font-weight:800}.bh-redesign .bh-trip-btn,.bh-redesign .bh-submit,.bh-redesign .bh-pill,.bh-red-button{background:var(--bh-red);color:#fff!important}.bh-redesign .bh-trip-search{border-top:4px solid var(--bh-red);box-shadow:0 18px 45px rgba(111,0,12,.16)}.bh-red-text{color:var(--bh-red)!important}.bh-subcopy{margin:5px 0 0;color:#777}.bh-redesign .bh-country-grid{display:grid!important;grid-template-rows:repeat(2,235px)!important;grid-auto-flow:column!important;grid-auto-columns:minmax(190px,15vw)!important;gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;padding:3px 4px 16px}.bh-redesign .bh-country-card{width:auto!important;min-width:0!important;height:235px!important;min-height:235px!important;scroll-snap-align:start;border-radius:24px!important}.bh-redesign .bh-country-card:hover{box-shadow:0 15px 35px rgba(226,27,45,.18)}.bh-redesign .bh-slider-arrow{border:0;background:var(--bh-red);color:#fff}.bh-story{min-height:420px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center}.bh-story-plane{background-image:url('https://images.pexels.com/photos/358319/pexels-photo-358319.jpeg?auto=compress&cs=tinysrgb&w=1800')}.bh-story-boat{background-image:url('https://images.pexels.com/photos/163236/luxury-yacht-boat-speed-water-163236.jpeg?auto=compress&cs=tinysrgb&w=1800')}.bh-story-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,0,2,.78),rgba(22,0,2,.12))}.bh-story-copy{position:relative;z-index:2;color:#fff;max-width:720px;padding:55px clamp(20px,7vw,100px)}.bh-story-copy>span{font-size:12px;letter-spacing:.16em;font-weight:900;color:#ff6a76}.bh-story-copy h1,.bh-story-copy h2{font-size:clamp(42px,7vw,82px);line-height:.98;margin:10px 0 15px;letter-spacing:-.045em}.bh-story-copy p{font-size:clamp(16px,2vw,21px);max-width:600px}.bh-redesign .bh-service-card{border:0;background:var(--bh-soft);border-bottom:4px solid var(--bh-red);transition:.2s}.bh-redesign .bh-service-card:hover{transform:translateY(-4px)}.bh-service-card small{display:block;margin-top:8px;color:#777}.bh-how-preview{margin:0;padding:70px clamp(18px,6vw,90px);background:var(--bh-red);color:#fff}.bh-how-preview h2{font-size:clamp(36px,6vw,68px);margin:8px 0 30px}.bh-steps-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:30px}.bh-steps-mini div{background:#fff;color:#111;padding:24px;border-radius:22px;display:flex;flex-direction:column;gap:16px}.bh-steps-mini b{color:var(--bh-red);font-size:26px}.bh-red-button{display:inline-block;border:0;border-radius:16px;padding:15px 20px;font-weight:900;text-decoration:none;cursor:pointer}.bh-how-preview .bh-red-button{background:#fff;color:var(--bh-red)!important}.bh-how-hero{min-height:520px;background:url('https://images.pexels.com/photos/346885/pexels-photo-346885.jpeg?auto=compress&cs=tinysrgb&w=1800') center/cover;position:relative;display:flex;align-items:center}.bh-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:30px 0}.bh-how-grid article{padding:28px;border-radius:24px;background:var(--bh-soft);border-bottom:4px solid var(--bh-red)}.bh-how-grid article>b{font-size:32px;color:var(--bh-red)}.bh-how-grid h3{font-size:22px;margin:18px 0 8px}.bh-how-grid p{color:#666;line-height:1.6}.bh-how-cta{background:#111;color:#fff;border-radius:30px;padding:40px;margin-top:35px}.bh-how-cta h2{margin:0 0 8px}
@media(max-width:820px){.bh-redesign .bh-hero{height:520px}.bh-centered-copy{bottom:48px}.bh-cinema-badges{left:12px;right:12px;top:16px;justify-content:flex-start}.bh-redesign .bh-country-grid{grid-template-rows:repeat(2,190px)!important;grid-auto-columns:44vw!important;gap:9px!important;padding-left:8px!important}.bh-redesign .bh-country-card{height:190px!important;min-height:190px!important}.bh-story{min-height:330px}.bh-steps-mini{grid-template-columns:1fr 1fr}.bh-how-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.bh-redesign .bh-hero{height:500px}.bh-centered-copy h1{font-size:50px}.bh-centered-copy{left:18px;right:18px;bottom:42px}.bh-cinema-badges span:nth-child(n+4){display:none}.bh-redesign .bh-country-grid{grid-template-rows:repeat(2,175px)!important;grid-auto-columns:46vw!important}.bh-redesign .bh-country-card{height:175px!important;min-height:175px!important}.bh-story{min-height:300px}.bh-story-copy{padding:38px 20px}.bh-story-copy h1,.bh-story-copy h2{font-size:42px}.bh-steps-mini,.bh-how-grid{grid-template-columns:1fr}.bh-how-preview{padding:48px 16px}}
