:root{--bp-color-primary: #027974;--bp-color-secondary: #FFFFFF;--bp-color-accent: #C0925F;--bp-color-cta: #943089;--bp-color-text: #7A7A7A;--bp-color-heading: #027974;--bp-color-navy: #012047;--bp-color-bg: #F9F6F0;--bp-color-surface: #F4F4F4;--bp-color-border: #EAEAEA;--bp-color-white: #FFFFFF;--bp-font-heading: Cormorant, serif;--bp-font-body: Karla, sans-serif;--bp-font-size-base: 16px;--bp-font-size-sm: 14px;--bp-space-section: 50px;--bp-space-5: 20px;--bp-space-8: 32px;--bp-container: 1140px;--bp-radius-none: 0px;--bp-radius-sm: 2px;--bp-radius-md: 8px;--bp-radius-pill: 50px;--bp-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);--bp-shadow-md: 0px 0px 10px 0px rgba(0, 0, 0, 0.125);--bp-transition: 0.3s ease;--bp-transition-fast: 0.15s ease}.bp-wsp-wrapper{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;gap:12px;z-index:1000}.bp-wsp-bubble{background:#f4f4f4;border-radius:8px;padding:10px 14px;font-family:"Karla",sans-serif;font-size:14px;line-height:1.4;color:#7a7a7a;max-width:160px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.bp-wsp-btn{width:60px;height:60px;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0px 0px 10px 0px rgba(0,0,0,.125);transition:transform .3s ease;flex-shrink:0}.bp-wsp-btn img{width:35px;height:35px}.bp-wsp-btn:hover{transform:scale(1.1)}.bp-product-list{display:flex;flex-direction:column;gap:64px;padding:32px 0}.bp-product-item{display:grid;grid-template-columns:60% 40%;height:auto;box-shadow:0px 0px 10px 0px rgba(0,0,0,.125);transition:box-shadow .3s ease}.bp-product-item:hover{box-shadow:0 8px 32px rgba(0,0,0,.15)}.bp-product-item:nth-child(even){grid-template-columns:40% 60%}.bp-product-item:nth-child(even) .bp-product-image{order:2}.bp-product-item:nth-child(even) .bp-product-info{order:1}.bp-product-image{overflow:hidden;position:relative}.bp-product-image a{position:absolute;inset:0}.bp-product-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .3s ease}.bp-product-image:hover img{transform:scale(1.04)}.bp-product-info{display:flex;flex-direction:column;justify-content:center;gap:20px;padding:48px 40px;background-color:#fff;border-top:3px solid rgba(1,32,71,.45);overflow:hidden}.bp-product-eyebrow{font-family:"Cormorant",serif;font-size:18px;font-weight:800;color:#c0925f;text-transform:uppercase;letter-spacing:1px;line-height:1em;display:block}.bp-product-title{font-family:"Cormorant",serif;font-size:26px;font-weight:600;color:#027974;text-transform:uppercase;letter-spacing:1px;line-height:1em;margin:0}.bp-product-title a{color:#027974 !important;text-decoration:none;transition:color .15s ease}.bp-product-title a:hover{color:#014744}.bp-product-excerpt{font-family:"Karla",sans-serif;font-size:16px;color:#7a7a7a;line-height:1.6;margin:0}.bp-product-price{font-family:"Cormorant",serif;font-size:20px;font-weight:800;color:#027974;line-height:1em}.bp-product-price .woocommerce-Price-amount{color:inherit}.bp-product-price del{color:#adadad;font-size:.75em;margin-right:8px}.bp-product-price ins{text-decoration:none}.bp-product-amenities{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.bp-product-amenity{display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;border:1px solid #eaeaea;border-radius:4px;padding:6px 10px}.bp-product-amenity .bp-product-amenity-icon{flex-shrink:0;width:14px;height:14px;color:#943089;position:relative}.bp-product-amenity .bp-product-amenity-icon svg{position:absolute;top:0;left:0;width:14px;height:14px}.bp-product-amenity .bp-product-amenity-label{font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#7a7a7a;line-height:1.2}.bp-product-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:8px}.bp-product-btn-book{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:400;color:#fff !important;background-color:#943089;border:none;border-radius:0 5px 0 5px;padding:16px 30px;cursor:pointer;text-decoration:none;transition:background-color .3s ease;text-transform:uppercase;font-family:"Karla",sans-serif;font-size:13px;font-weight:500;letter-spacing:.1em}.bp-product-btn-book svg{width:16px;height:16px}.bp-product-btn-book:hover,.bp-product-btn-book:focus{background-color:#01514e;color:#fff}.bp-product-btn-more{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:400;color:#fff !important;background-color:#943089;border:none;border-radius:0 5px 0 5px;padding:16px 30px;cursor:pointer;text-decoration:none;transition:background-color .3s ease;text-transform:uppercase;font-family:"Karla",sans-serif;font-size:13px;font-weight:500;letter-spacing:.1em;background-color:rgba(0,0,0,0);color:#027974 !important;border:1px solid #027974}.bp-product-btn-more svg{width:16px;height:16px}.bp-product-btn-more:hover,.bp-product-btn-more:focus{background-color:#01514e;color:#fff}.bp-product-btn-more:hover,.bp-product-btn-more:focus{background-color:#027974;color:#fff !important}@media(max-width: 1024px){.bp-product-list{gap:48px}.bp-product-item{grid-template-columns:55% 45%;height:auto}.bp-product-item:nth-child(even){grid-template-columns:45% 55%}.bp-product-info{padding:32px 24px;gap:16px}}@media(max-width: 767px){.bp-product-list{gap:40px}.bp-product-item{grid-template-columns:1fr;grid-template-rows:auto auto;height:auto}.bp-product-item,.bp-product-item:nth-child(even){grid-template-columns:1fr}.bp-product-item .bp-product-image,.bp-product-item:nth-child(even) .bp-product-image{order:1;height:auto}.bp-product-item .bp-product-info,.bp-product-item:nth-child(even) .bp-product-info{order:2}.bp-product-image{aspect-ratio:16/9}.bp-product-image a{height:100%}.bp-product-image img{height:100%}.bp-product-info{padding:24px;gap:16px}.bp-product-title{font-size:26px}.bp-product-actions{flex-direction:column;align-items:stretch}.bp-product-actions .bp-product-btn-book,.bp-product-actions .bp-product-btn-more{text-align:center;justify-content:center}}.bpd-widget{--bpd-radius: 2px;--bpd-transition: 220ms cubic-bezier(.4, 0, .2, 1);display:grid;grid-template-columns:1fr 1fr;height:calc(100svh - var(--bpd-offset, 0px));font-family:"Jost",system-ui,sans-serif;background:#fff;color:#32373c;overflow:hidden}.bpd-widget .bpd-gallery{position:relative;background:#943089;overflow:hidden;touch-action:pan-y;user-select:none}.bpd-widget .bpd-slides{display:flex;width:100%;height:100%;transition:transform 380ms cubic-bezier(0.4, 0, 0.2, 1)}.bpd-widget .bpd-slide{min-width:100%;height:100%;object-fit:cover;flex-shrink:0;display:block}.bpd-widget .bpd-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(28,24,20,.55);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.12);color:#fff;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--bpd-transition),transform var(--bpd-transition);z-index:10;padding:0}.bpd-widget .bpd-arrow:hover{background:rgba(193,122,74,.82);transform:translateY(-50%) scale(1.08)}.bpd-widget .bpd-arrow:focus-visible{outline:2px solid #943089;outline-offset:2px}.bpd-widget .bpd-arrow svg{width:20px;height:20px;pointer-events:none}.bpd-widget .bpd-prev{left:16px}.bpd-widget .bpd-next{right:16px}.bpd-widget .bpd-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:10}.bpd-widget .bpd-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.4);border:none;padding:0;cursor:pointer;transition:background var(--bpd-transition),transform var(--bpd-transition)}.bpd-widget .bpd-dot.is-active{background:#fff;transform:scale(1.4)}.bpd-widget .bpd-dot:focus-visible{outline:2px solid #943089;outline-offset:3px}.bpd-widget .bpd-counter{position:absolute;top:16px;right:16px;font-size:12px;font-family:"Jost",sans-serif;font-weight:500;letter-spacing:.08em;color:rgba(255,255,255,.75);background:rgba(28,24,20,.45);backdrop-filter:blur(4px);padding:4px 10px;border-radius:20px;z-index:10}.bpd-widget .bpd-info{overflow-y:auto;padding:clamp(2rem,5vw,3.5rem) clamp(1.5rem,5vw,3rem);display:flex;flex-direction:column;gap:0;scrollbar-width:thin;scrollbar-color:#943089 rgba(0,0,0,0);font-family:"Karla",sans-serif;font-size:16px;font-weight:400}.bpd-widget .bpd-eyebrow{display:inline-block;font-size:18px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#c0925f;margin-bottom:10px;font-family:"Cormorant",serif}.bpd-widget .bpd-title{font-family:"Cormorant",serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:600;line-height:1.15;color:#027974;margin:0 0 18px}.bpd-widget .bpd-price{margin-bottom:22px}.bpd-widget .bpd-price .amount{font-family:"Cormorant",serif;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:600;color:#943089}.bpd-widget .bpd-price .woocommerce-Price-currencySymbol{font-size:.75em;vertical-align:super}.bpd-widget .bpd-price-suffix{font-size:12px;color:#7a7a7a;letter-spacing:.04em;margin-top:2px}.bpd-widget .bpd-divider{border:none;border-top:1px solid #eaeaea;margin:22px 0}.bpd-widget .bpd-excerpt{font-size:16px;line-height:1.7;margin:0 0 22px}.bpd-widget .bpd-description{line-height:1.75;color:#32373c}.bpd-widget .bpd-description p{margin:0 0 .75em}.bpd-widget .bpd-description p:last-child{margin-bottom:0}.bpd-widget .bpd-amenities-heading{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#7a7a7a;margin:0 0 12px}.bpd-widget .bpd-amenities{display:grid;grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));gap:10px;margin-bottom:28px}.bpd-widget .bpd-amenity{display:flex;align-items:flex-start;gap:10px;background:#fff;border:1px solid #eaeaea;border-radius:6px;padding:12px 14px}.bpd-widget .bpd-amenity-icon{flex-shrink:0;width:18px;height:18px;color:#943089;margin-top:1px}.bpd-widget .bpd-amenity-icon svg{width:18px;height:18px}.bpd-widget .bpd-amenity-text{display:flex;flex-direction:column;gap:2px}.bpd-widget .bpd-amenity-label{font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#7a7a7a}.bpd-widget .bpd-amenity-value{font-size:13px;font-weight:400;color:#32373c;line-height:1.3}.bpd-widget .bpd-actions{margin-top:auto;padding-top:24px}.bpd-widget .bpd-btn-book{display:inline-flex;align-items:center;gap:8px;background:#943089;color:#fff;text-decoration:none;font-family:"Karla",sans-serif;font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:16px 32px;border-radius:var(--bpd-radius);border-radius:0 5px 0 25px;transition:background var(--bpd-transition),transform var(--bpd-transition);cursor:pointer}.bpd-widget .bpd-btn-book:hover{opacity:.8;transform:translateY(-1px)}.bpd-widget .bpd-btn-book:focus-visible{outline:2px solid #943089;outline-offset:3px}.bpd-widget .bpd-btn-book svg{width:16px;height:16px}@media(max-width: 768px){.bpd-widget{grid-template-columns:1fr;grid-template-rows:auto auto;height:auto;min-height:0;overflow:visible}.bpd-widget .bpd-gallery{height:min(72vw,60vh);min-height:240px}.bpd-widget .bpd-info{overflow-y:visible;padding:1.75rem 1.25rem 0}.bpd-widget .bpd-title{font-size:clamp(1.75rem,8vw,2.5rem)}.bpd-widget .bpd-amenities{grid-template-columns:1fr 1fr}.bpd-widget .bpd-actions{margin-top:0;padding-top:24px;padding-bottom:calc(2rem + env(safe-area-inset-bottom, 0px))}.bpd-widget .bpd-btn-book{width:100%;justify-content:center}}@media(prefers-reduced-motion: reduce){.bpd-widget .bpd-slides,.bpd-widget .bpd-arrow,.bpd-widget .bpd-btn-book{transition:none}}.bpd-other-rooms{max-width:1200px;margin:0 auto;padding:clamp(3rem,6vw,5rem) clamp(1.25rem,4vw,2.5rem)}@media(max-width: 767px){.bpd-other-rooms:not(.title){padding:0}}.bpd-other-rooms__title{font-family:"Cormorant",serif;font-size:42px !important;font-weight:500;color:#2c2416;margin:0 0 2rem;line-height:1.2;text-align:center;text-transform:uppercase}@media(max-width: 767px){.bpd-other-rooms__title{padding:0 1rem;font-size:31.2px !important}}.bdp-other-rooms_title .pink{color:#943089}.bp-aloha-wrap{position:relative}.bp-aloha-open{display:none}.bp-aloha-dialog{display:none}.bp-aloha-dialog[open]{display:flex}@media(min-width: 769px){.bp-aloha-frame-inline{display:block}.bp-aloha-open,.bp-aloha-dialog{display:none !important}}@media(max-width: 768px){.bp-aloha-frame-inline{display:none}.bp-aloha-open{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;background:#111;color:#fff;border:none;border-radius:999px;font-size:15px;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.12);transition:transform .15s ease,box-shadow .15s ease}.bp-aloha-open:active{transform:translateY(1px);box-shadow:0 2px 8px rgba(0,0,0,.16)}.bp-aloha-dialog{position:fixed;inset:0;width:100vw;height:100svh;max-width:100vw;max-height:100svh;margin:0;padding:0;border:none;background:#fff;flex-direction:column}.bp-aloha-dialog::backdrop{background:rgba(0,0,0,.4)}.bp-aloha-dialog__bar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eee;background:#fff}.bp-aloha-dialog__title{font-size:16px;font-weight:600;color:#111}.bp-aloha-close{display:inline-flex !important;align-items:center;justify-content:center;width:40px !important;height:40px;padding:0 !important;border:none !important;background:rgba(0,0,0,0);color:#fff !important;font-size:32px !important;font-weight:300 !important;line-height:1;border-radius:25px !important;cursor:pointer}.bp-aloha-close:active{background:#f3f3f3}.bp-aloha-wrap.is-released .bp-aloha-frame-inline{display:block}.bp-aloha-wrap.is-released .bp-aloha-open{display:none !important}.bp-aloha-frame-modal{flex:1 1 auto;width:100%;border:none;display:block}}.rank-math-notice{display:none !important}/*# sourceMappingURL=bp-styles-main.min.css.map */
