/* 1.8.0: ocean-blue branding, owner-managed offers and native rate previews. */
body.svu-active .svu-header,
body.svu-active .svu-header--overlay:not(.is-scrolled),
body.svu-active .svu-header.is-scrolled {
  background: #135678 !important;
  border-bottom: 1px solid rgba(255,255,255,.18) !important;
}
body.svu-active .svu-utility { background: #0a3e5d !important; }
body.svu-active .svu-desktop-nav { gap: clamp(12px,1.3vw,24px); }
body.svu-active .svu-nav-offers { color: #ffe0aa !important; }
.svu-seasonal-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.svu-seasonal-card { min-width:0; border:1px solid rgba(255,255,255,.18); border-radius:18px; overflow:hidden; background:#102f38; display:flex; flex-direction:column; }
.svu-seasonal-card__photo { aspect-ratio: 16/10; overflow:hidden; }
.svu-seasonal-card__photo img { width:100%; height:100%; object-fit:cover; }
.svu-seasonal-card__body { padding:clamp(22px,2.4vw,34px); flex:1; display:flex; flex-direction:column; align-items:flex-start; }
body.svu-active .svu-seasonal-card h3 { font-size:clamp(1.75rem,2.5vw,2.5rem) !important; line-height:1.12 !important; color:#fff !important; margin:0 0 16px; }
body.svu-active .svu-seasonal-card :where(p,li) { color:#e3eeed !important; }
body.svu-active .svu-seasonal-card .svu-eyebrow { color:#edc187 !important; font-size:.7rem !important; }
body.svu-active .svu-seasonal-card__dates { font-weight:700; font-size:.88rem; }
.svu-seasonal-card__copy { width:100%; }
body.svu-active .svu-seasonal-card__rate { font-size:1.3rem; font-weight:800; }
body.svu-active .svu-seasonal-card__terms { font-size:.82rem; line-height:1.65; }
.svu-seasonal-card .svu-button-row { margin-top:auto; padding-top:20px; gap:16px; }
body.svu-active .svu-seasonal-card a.svu-text-link { color:#fff !important; }
body.svu-active .svu-seasonal-card__body :where(p,a,strong) { overflow-wrap:anywhere !important; }
.svu-seasonal-card__body .svu-button { white-space:normal; }
.svu-live-rates-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.svu-live-rate { padding:30px; border:1px solid rgba(255,255,255,.16); border-radius:16px; background:#102f38; min-width:0; }
body.svu-active .svu-live-rate :where(h3,h4,p,li,span) { color:#e3eeed !important; }
body.svu-active .svu-live-rate h3 { font-size:2rem !important; line-height:1.15 !important; }
body.svu-active .svu-live-rate h4 { font-family:'SVU Sans',Arial,sans-serif !important; font-size:1rem !important; line-height:1.5 !important; }
.svu-live-rate .mphb-room-rates-list { list-style:none; padding:0; margin:0 0 20px; }
.svu-live-rate .mphb-room-rates-list > li { border-bottom:1px solid rgba(255,255,255,.15); padding:15px 0; }
body.svu-active .svu-live-rate a { color:#edc187 !important; }
.svu-enquiry-offer { padding:18px 22px; margin-bottom:24px; border-left:3px solid #edc187; background:#173d49; color:#fff; }
body.svu-active .svu-enquiry-offer a { color:#fff !important; text-decoration:underline; }
@media(min-width:1101px) and (max-width:1320px) { body.svu-active .svu-header__enquire { display:none; } }
@media(max-width:1050px) {
  .svu-seasonal-grid,.svu-live-rates-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  body.svu-active .svu-book-search-section__grid { grid-template-columns:minmax(0,1fr); gap:32px; }
  body.svu-active .svu-book-search-section__grid > * { min-width:0; max-width:100%; }
}
@media(max-width:700px) { .svu-seasonal-grid,.svu-live-rates-grid { grid-template-columns:1fr; } .svu-seasonal-card__body { padding:24px; } .svu-seasonal-card .svu-button-row { width:100%; } .svu-seasonal-card .svu-button { flex:1; } }
