/**
 * CMH Theme — style.css
 * Clean rewrite 2026-03-25. Single source of truth.
 * Based on D9 original + D11 structural fixes.
 * Digital Distillery for Carlo Magno Hotel.
 */

/* ═══════════════════════════════════════════════════════════════════════
   ADMIN TOOLBAR
   ═══════════════════════════════════════════════════════════════════════ */
body.adminimal-admin-toolbar { padding-top: 64px !important; }
body.adminimal-admin-toolbar header.site-header { margin-top: 64px; }
#drupal-off-canvas select { -webkit-appearance: none; -moz-appearance: none; }
.layout-section.form-group { border: 2px solid #979797; padding: 5px; }

/* ═══════════════════════════════════════════════════════════════════════
   RESET / BASE
   ═══════════════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: Roboto, Arial, sans-serif;
  color: #565D67;
  font-weight: 100;
  font-size: 22px;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, Arial, sans-serif;
  color: #222;
  font-weight: 100;
}
h1.page-title, h1.page-header {
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0 0 0;
  border-bottom: none;
  font-size: 40px;
}
h2 { font-size: 36px; text-transform: uppercase; }
h2.block-title { text-align: center; }
h3 { font-size: 26px; }
h4 { font-size: 18px; }

.tabs, .ui-dialog.ui-dialog-off-canvas { font-size: 14px; }

a { color: #565D67; }

/* ═══════════════════════════════════════════════════════════════════════
   LAYOUT CONTAINER
   ═══════════════════════════════════════════════════════════════════════ */
.layout-container { max-width: 100%; overflow-x: hidden; }
.toolbar-horizontal .layout-container {

}
.layout-content { max-width: 1920px; margin: 0 auto; }

/* ═══════════════════════════════════════════════════════════════════════
   FIXED HEADER — zero-height overlay, nav elements float above page
   ═══════════════════════════════════════════════════════════════════════ */
.highlighted {
max-width: 1920px; margin: 0 auto;
position: relative;
}
.path-frontpage header.site-header {
position: fixed;
width: 100%;
z-index: 1;
}
.path-frontpage header.site-header::before {
content: "";
position: absolute;
width: 100%;
height: 3em;
background: rgba(115, 99, 100, 0.7);
top: 0;
left: 0;
z-index: 1;
}
/* On interior pages: show a semi-opaque white bar */
body:not(.path-frontpage) header.site-header {
  background: rgba(255, 255, 255, 0.95);
  height: auto;
  padding: 8px 0;
}

/* ═══════════════════════════════════════════════════════════════════════
   NAVIGATION REGION — fixed, zero-height, elements escape upward
   ═══════════════════════════════════════════════════════════════════════ */
nav.site-navigation {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 0;
  overflow: visible;
  z-index: 1000;
  background: transparent;
}

/* ── Hamburger toggle ──────────────────────────────────────────────── */
.menu-toggle {
  position: absolute;
  top: .75em;
  left: 10px;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  color: #C28127;
  font-weight: normal;
  background: none;
  border: none;
  z-index: 1001;
  line-height: 1.5em;
}
.menu-toggle:hover { opacity: .7; }
.menu-toggle span { font-size: 45px; }
.path-frontpage .menu-toggle,
.path-frontpage .menu-toggle span { color: white; }

/* ── Slide-out navigation panel ────────────────────────────────────── */
#block-cmh-main-navigation {
  width: 30%;
  min-width: 300px;
  position: fixed;
  top: 0; left: 0; bottom: 0;
  background: #E5D6CA;
  display: none;
  z-index: 1002;
  padding: 80px 0 40px 40px;
  background-image: url(/themes/custom/cmh/images/logocmh.png);
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.menu-close {
  position: absolute;
  top: 20px; right: 20px;
  font-size: 3em;
  line-height: .8em;
  cursor: pointer;
  color: #736364;
  border: 0;
  background-color: transparent;
  display: block;
  padding: 0;
}
.menu-close:hover { opacity: .7; }
.menu-header {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
ul.cmh-menu-element, ul.menu--main {
  margin: 0; padding-bottom: 0;
}
ul.cmh-menu-element li, ul.menu--main li {
  text-transform: uppercase;
  margin: 0; padding: 8px 0;
  list-style: none;
}
#block-cmh-main-navigation ul.menu--main li {
font-weight: 400;
padding: 1em 0;
}
ul.cmh-menu-element li a, ul.menu--main li a { color: #736364; }

/* ── Experience menu (top-right bar) ───────────────────────────────── */
#block-cmh-experience-menu {
  position: absolute;
  top: 0;
  right: 120px;
  z-index: 1001;
  padding-left: 10px;
  padding-right: 20px;
}
.menu--experience ul, .language-switcher-language-url ul {
padding-top: .75em;
margin: 0;

}
.menu--experience li { display: inline-block; text-transform: uppercase; margin-left: 10px; margin-right: 10px; }
.menu--experience li a { color: inherit; }
.path-frontpage .menu--experience li a { color: white; }
.menu--experience li a:hover,
.menu--experience li a:focus { background-color: transparent; }

/* ── Language switcher (top far-right) ─────────────────────────────── */
.language-switcher-language-url {
  position: absolute;
  top: 0px; right: 10px;
  z-index: 1001;
}
.language-switcher-language-url ul {

}
/*.language-switcher-language-url ul { padding: 0; margin: 0; }*/
.language-switcher-language-url ul li {
  display: inline-block;
  list-style: none;
  padding: 0; margin-left: 5px;
}
.language-switcher-language-url ul li a {
  text-transform: uppercase;
  font-weight: 400;
  color: #565D67;
  border: 1px solid transparent;
  width: 1.5em; height: 1.5em;
  text-decoration: none;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.path-frontpage .language-switcher-language-url ul li a { color: white; }
.path-frontpage .language-switcher-language-url ul li a.is-active {
  color: white;
  border-color: white;
}
.language-switcher-language-url ul li a.is-active {
  color: inherit;
  border-color: #565D67;
  font-weight: bolder;
}

/* ═══════════════════════════════════════════════════════════════════════
   HP COVER BLOCK — full-width, scrolls normally, no margin
   ═══════════════════════════════════════════════════════════════════════ */
#block-cmh-hp-cover {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 44.921875%; /* 920/2048 */
  overflow: hidden;
  margin: 0;
}
#block-cmh-hp-cover .field--name-field-block-image {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
#block-cmh-hp-cover .field--name-field-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Tagline text overlay */
#block-cmh-hp-cover .field--name-body {
  position: absolute;
  top: 65%; left: 0; right: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
  display: none;
}
#block-cmh-hp-cover .field--name-body h2 {
  font-size: 40px;
  color: white;
  max-width: 60vw;
  margin: 0 auto;
  padding: 40px 0;
}

/* ═══════════════════════════════════════════════════════════════════════
   SITE BRANDING — in content region, overlaid on top of cover
   position:absolute relative to region-content (position:relative)
   ═══════════════════════════════════════════════════════════════════════ */
.path-frontpage .region-content {
  position: relative;
}
.path-frontpage #block-cmh-sitebranding {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background: rgb(115 99 100 / 50%);
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
}
.path-frontpage #site-branding {
  width: 56%;
  text-align: center;

}
.site-slogan {
display: none;
}
.path-frontpage .site-slogan {
    font-size: 40px;
    color: white;
    margin: 0 auto;
    padding: 40px 0 20px 0;
  display: block;
  text-transform: uppercase;
}

.path-frontpage .site-logo img {
  max-width: 400px;
  width:100%;
  display: inline-block;
  filter: invert(1) brightness(2);
}
/* Interior pages: branding is inside header, small logo */
body:not(.path-frontpage) #block-cmh-site-branding {
  text-align: center;
  padding: 4px 0;
}
body:not(.path-frontpage) .site-logo img {
  max-width: 220px;
  width: 100%;

}
/* Hide site name text — logo image only */
.site-name { display: none; }

/* ═══════════════════════════════════════════════════════════════════════
   INTERIOR PAGE MAIN CONTENT — clear fixed header
   ═══════════════════════════════════════════════════════════════════════ */
body:not(.path-frontpage) main[role="main"] {
  padding-top: 80px;
}
/* Frontpage: no padding, cover starts at top */
.path-frontpage main[role="main"] {
  padding-top: 0;
}

/* ═══════════════════════════════════════════════════════════════════════
   SUPPRESS UNWANTED ELEMENTS
   ═══════════════════════════════════════════════════════════════════════ */
.path-frontpage .block-page-title-block { display: none; }
.node__submitted, .node__meta { display: none; }

/* ═══════════════════════════════════════════════════════════════════════
   BUTTONS / CTA
   ═══════════════════════════════════════════════════════════════════════ */
.btn, a.btn, .button {
  font-size: 18px;
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 4px;
}
.btn-primary, a.btn-primary,
.field--name-field-link a {
  background: #C28127;
  border-color: #C28127;
  border-style: solid;
  color: white;
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9em;
  text-transform: uppercase;
}
.btn-primary:hover, a.btn-primary:hover,
.field--name-field-link a:hover {
  background: #736364;
  border-color: #736364;
  color: white;
}
.field--name-field-link { text-align: center; margin: 20px 0 0 0; }

/* ═══════════════════════════════════════════════════════════════════════
   LAYOUT BUILDER SECTIONS
   ═══════════════════════════════════════════════════════════════════════ */
.layout--onecol { padding: 30px 40px; }
.layout--twocol-section { padding: 30px 40px; }
.layout--threecol-section { padding: 30px 40px; }

/* Two-col: side by side */
.layout--twocol-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.layout--twocol-section .layout__region--first,
.layout--twocol-section .layout__region--second {
  flex: 1 1 45%;
  min-width: 0;
}
/* vcenter helper (D9 compat) */
.vcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout--twocol-section .layout__region--second.vcenter { left: 50%; }

/* Three-col: equal thirds */
.layout--threecol-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.layout--threecol-section .layout__region--first,
.layout--threecol-section .layout__region--second,
.layout--threecol-section .layout__region--third {
  flex: 1 1 30%;
  min-width: 0;
  min-width: 340px;
}

/* Section headings centred */
.layout__region h2 { text-align: center; margin: 3em 0 1em 0; }

/* ═══════════════════════════════════════════════════════════════════════
   IMG_TEXT BLOCKS
   ═══════════════════════════════════════════════════════════════════════ */
.block-block-content .field--name-field-block-image img,
[id*="block-cmh"] .field--name-field-block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.field--name-field-subtitle {
  text-align: center;
  font-size: 1.54em;
  width: 100%;
  max-width: 50%;
  margin: 0 auto 40px auto;
}
.block-block-content {
margin-bottom: 2em;
}

/* ═══════════════════════════════════════════════════════════════════════
   VIEWS — ROOMS
   ═══════════════════════════════════════════════════════════════════════ */
.view-id-rooms .view-content {
/*
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
 */
}
.view-id-rooms .views-row { display: flex; flex-direction: column; }
.view-id-rooms .views-field-field-cover img,
.view-id-rooms .views-field-field-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.view-id-rooms .views-field-title {
  text-align: center;
  padding: 10px 0 5px;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.view-id-rooms .views-field-title a {
  color: #565D67;
  text-decoration: none;
}
.view-id-rooms .views-field-title a:hover { color: #C28127; }
.view-id-rooms.view-display-id-block_2 .views-field-field-cover a:hover img {
  opacity: .9;
}
/* ═══════════════════════════════════════════════════════════════════════
   VIEWS — ACTIVITIES (Sport & Outdoors)
   3-column grid, landscape images, title + body below
   ═══════════════════════════════════════════════════════════════════════ */
/*
.view-id-activities .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  max-width: 76%;
  margin: 0 auto;
  padding: 20px 0;
  justify-content: unset;
}
.view-id-activities .views-row {
  flex: unset;
  text-align: center;
  display: flex;
  flex-direction: column;
}
 */
.view-id-activities .views-field-field-cover img {
  border-radius: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  margin: 0;
}
.view-id-activities .views-field-title {
  margin-top: 10px;
  font-size: 1em;
  text-transform: none;
  font-weight: 400;
}
.view-id-activities .views-field-title a {
  color: inherit;
  text-decoration: none;
}
.view-id-activities .views-field-body {
  margin-top: 6px;
  font-size: 0.8em;
  color: #565D67;
  line-height: 1.5;
  padding: 0 5px;
}


/* ═══════════════════════════════════════════════════════════════════════
   VIEWS — OFFERS
   ═══════════════════════════════════════════════════════════════════════ */
.view-id-offers .view-content {
/*
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 20px;
 */
}
.view-id-offers .views-row { flex: 0 1 200px; text-align: center; }
.view-id-offers .views-field-field-cover img {
  width: 168px;
  height: 168px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.view-id-offers .views-field-title a {
  display: block;
  margin-top: 8px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85em;
}

/* ═══════════════════════════════════════════════════════════════════════
   VIEWS — SERVICES (alternating image/text)
   ═══════════════════════════════════════════════════════════════════════ */
.view-id-services .view-content {
  max-width: 1080px;
  margin: 0 auto;
}
.block-views-blockservices-block-8 .view-id-services .view-content {
max-width: 100%;
}
.view-id-services .views-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
.view-id-services .views-row:nth-child(even) { flex-direction: row-reverse; }
.view-id-services .views-field-field-cover { flex: 0 0 360px; }
.view-id-services .views-field-field-cover img {
  width: 360px;
  height: 220px;
  object-fit: cover;
  display: block;
}
.block-views-blockservices-block-8 .view-id-services .views-field-field-cover img {
width: 100%;
}
.view-id-services .views-field-body { flex: 1; }
.view-id-services .views-field-title {
text-align: center;
  margin-top: 10px;
  font-size: 1em;
  text-transform: none;
  font-weight: 400;
}
.block-views-blockservices-block-5 .view-id-services .views-field-body {
text-align: center;
}
/* ═══════════════════════════════════════════════════════════════════════
   VIEWS — SLIDESHOW (show first slide only, no views_slideshow module)
   ═══════════════════════════════════════════════════════════════════════ */
.view-id-slideshow .views-row:not(:first-child) { display: none; }
.view-id-slideshow .views-row:first-child img {
  width: 100%;
  height: auto;
  display: block;
}

/* ═══════════════════════════════════════════════════════════════════════
   RESTAURANT SECTION (img_text block—full width image)
   ═══════════════════════════════════════════════════════════════════════ */
.block-views-blockservices-block-2 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════════════════════
   VIDEO EMBED
   ═══════════════════════════════════════════════════════════════════════ */
.field--name-field-video { margin-top: 3rem; }
.video-embed-wrapper {
  position: relative;
  width: 100%;
  padding: 56.21% 0 0 0;
}
.video-embed-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

/* ═══════════════════════════════════════════════════════════════════════
   GOOGLE MAP
   ═══════════════════════════════════════════════════════════════════════ */
.gmap-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 500px 0 0 0;
}
.gmap-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
}

/* ═══════════════════════════════════════════════════════════════════════
   ROOM FEATURES
   ═══════════════════════════════════════════════════════════════════════ */
.field--name-field-room-features ul { columns: 2; }
.field--name-field-room-features ul li {
  list-style: none;
  line-height: 4rem;
}

/* ═══════════════════════════════════════════════════════════════════════
   MISC UTILITIES
   ═══════════════════════════════════════════════════════════════════════ */
.text-brick { text-align: center; margin: 40px 0 30px 0; }
.two-col-text { columns: 2; }
.padded-row { padding-left: 40px; padding-right: 40px; }
.much-padded-row { padding-left: 12%; padding-right: 12%; }
.very-much-padded-row { padding-left: 20%; padding-right: 20%; }
.block-field-blocknodepagebody .field--name-body { padding: 30px; }
.img-circle { overflow: hidden; }
.social-bar { background: #736364; padding: 20px 0; min-height: 200px; }

/* ═══════════════════════════════════════════════════════════════════════
   WEBFORM
   ═══════════════════════════════════════════════════════════════════════ */
.block-webform-block {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════════════ */
footer.site-footer,
.region.region-footer {
  background: #736364;
  color: white;
}
footer.site-footer a,
.region.region-footer a { color: white; }

/* Footer layout: logo | nav links | contact */
footer.site-footer .layout--threecol-section {
  padding: 40px 60px;
  gap: 40px;
  align-items: flex-start;
}
footer.site-footer .layout__region--first {
text-align: center;
}
footer.site-footer .layout__region--first, footer.site-footer .layout__region--second { flex-grow: unset; }
#block-cmh-footer .layout__region--first .field--name-body img {
  max-width: 250px;
  margin: auto;
  display: block;
}
footer.site-footer .layout__region--second .menu {
display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 0;
    gap: 10px;
}
footer.site-footer .layout__region--second .menu li {
    text-transform: uppercase;
    margin: 0;
    padding: 8px 0;
    list-style: none;
  break-inside: avoid;
}
/* Hide block title in footer */
footer.site-footer .block-title,
#block-cmh-footer h2 { display: none; }

/* ═══════════════════════════════════════════════════════════════════════
   SAPORI PAGE
   ═══════════════════════════════════════════════════════════════════════ */
.sapori-page-list .views-field-field-cover img { padding: 0 20px 20px 0;
  display:block;
  width: 100%;
  max-width: 100%;
    height: auto;
}
.view-id-services .views-row:nth-child(even) {
  flex-direction: row;
}
.sapori-page-list .views-field-field-cover a {
display: block;
}
.sapori-page-list .views-row {
  display: flex;
  align-items: center;
  align-content: space-between;
  margin: 3rem 0;
  flex-direction: row;
}
.sapori-page-list .views-row > div { flex: 1; }
.sapori-page-list .views-row h3 {  }

/* ═══════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════ */
@media only screen and (max-width: 1600px) {
  #block-cmh-hp-cover .field--name-body h2 { font-size: 35px; }
}
@media only screen and (max-width: 1024px) {
  #block-cmh-hp-cover .field--name-body h2 { display: none; }
  .very-much-padded-row { padding: 40px; }
/*
  .view-id-activities .views-row { flex-basis: 50%; }*/

  .layout--twocol-section .layout__region--first,
  .layout--twocol-section .layout__region--second { flex: 1 1 100%; }

}
@media only screen and (max-width: 767px) {
  #block-cmh-experience-menu { display: none; }
/*
  .view-id-activities .views-row { flex-basis: 100%; }
  .view-id-rooms .view-content { grid-template-columns: 1fr; }
  .view-id-services .views-row,
  .view-id-services .views-row:nth-child(even) {
    flex-direction: column;
  }
 */
  .view-id-services .views-field-field-cover { flex: 0 0 auto; }
  .view-id-services .views-field-field-cover img { width: 100%; height: auto; }
}



/* ── SOGNA CON NOI — video section ──────────────────────────────────── */
/* Constrain the video to ~75% width, centred, matching D9 much-padded-row */
.field--name-field-video {
  max-width: 76%;
  margin: 2rem auto 0;
}


/* ── Two-column img+text blocks ─────────────────────────────────────── */
/* Global: flex alignment and image sizing apply everywhere */
.layout--twocol-section--50-50 {
  align-items: center;
}
.layout--twocol-section--50-50 .layout__region--first img,
.layout--twocol-section--50-50 .layout__region--second img {
  width: 100%;
  height: auto;
  display: block;
}
/* Text column: breathing room */
.layout--twocol-section--50-50 .layout__region--second,
.layout--twocol-section--50-50 .layout__region--first:last-child {
  padding: 0 40px;
}

/* Homepage only: constrain to 76% width and square-crop images */
.path-frontpage .layout--twocol-section--50-50 {
  max-width: 76%;
  margin-left: auto;
  margin-right: auto;
}
.path-frontpage .layout--twocol-section--50-50 .layout__region--first img,
.path-frontpage .layout--twocol-section--50-50 .layout__region--second img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* ── Slideshow full-bleed: escape the 40px section padding ─────────── */
/* On homepage wellness section: truly full-bleed edge to edge */
.path-frontpage .view-id-slideshow {
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px);
}
/* On room pages: same treatment — escape section padding */
.page-node-type-room .view-id-slideshow {
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px);
}
/* All slideshows: images fill their container */
.view-id-slideshow img,
.view-id-slideshow .vvjs-item img {
  width: 100%;
  height: auto;
  display: block;
}
/* Caption below slideshow */
.view-id-slideshow .views-field-title {
  text-align: center;
  font-size: 0.8em;
  color: #999;
  padding: 6px 0;
  font-style: italic;
}


/* ── FAMILY FUN (services block_7): circular grid matching D9 ────────── */
.view-display-id-block_7 .view-content {
/*
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
 */
}
.view-display-id-block_7 .views-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  text-align: center;
}
.view-display-id-block_7 .views-field-field-cover {
  flex: none !important;
  width: 200px !important;
}
.view-display-id-block_7 .views-field-field-cover img {
  width: 200px !important;
  height: 200px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  display: block !important;
  aspect-ratio: unset !important;
}
.view-display-id-block_7 .views-field-title {
  margin-top: 12px;
  font-size: 1em;
  font-weight: 400;
}
.view-display-id-block_7 .views-field-title a {
  color: inherit;
  text-decoration: none;
}
.view-display-id-block_7 .views-field-body {
  flex: 1 !important;
  font-size: 1em;
  color: #565D67;
  margin-top: 6px;
  padding: 0 10px;
  line-height: 1.5;
}
/* Also fix alternating layout override for block_7 */
.view-display-id-block_7 .views-row:nth-child(even) {
  flex-direction: column !important;
}

/* ── FAMILY FUN: match video width, scale circles ───────────────────── */
/* Override the fixed 900px max-width — use 76% to match video */
.view-display-id-block_7 .view-content {
  max-width: 76% !important;
}
/* Scale circles: at 76% of 1840px = 1398px, 3 cols → ~450px each.
   Circle at ~220px sits comfortably with room for text below. */
.view-display-id-block_7 .views-field-field-cover {
  width: 220px !important;
}
.view-display-id-block_7 .views-field-field-cover img {
  width: 220px !important;
  height: 220px !important;
}

/* ── FAMILY FUN: fluid responsive circles ───────────────────────────── */
/* Remove all fixed pixel sizes — let the grid column define the width */
.view-display-id-block_7 .views-field-field-cover {
  width: 100% !important;
  max-width: 452px;
}
.view-display-id-block_7 .views-field-field-cover img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  display: block !important;
  max-width: 452px;
}


/* ── Activities: hide body text, title only ─────────────────────────── */
.view-id-activities .views-field-body {
  display: none;
}

/* ── Offers: 4-col grid, full circular images ───────────────────────── */
.view-id-offers .view-content {
/*
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 60px !important;
  max-width: 76% !important;
  margin: 0 auto !important;
  padding: 20px 0 !important;
  justify-content: unset !important;
 */
}
.view-id-offers .views-row {
/*
  flex: unset !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
 */
}
.view-id-offers .views-field-field-cover {
  width: 100% !important;
  max-width: none !important;
}
.view-id-offers .views-field-field-cover img {
  width: 100% !important;
  max-width: 300px;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  display: block !important;
  margin: 0 auto !important;
}

/* ── SOCIAL WIDGETS section ─────────────────────────────────────────── */
.layout--threecol-section .block-block-content .field--name-body iframe,
.layout--threecol-section .block-block-content .field--name-body > div {
  display: block;
  margin: 0 auto;
}
/* Social section background */
.layout-builder__layout .layout--threecol-section:has([class*="TA_"]),
.layout-builder__layout .layout--threecol-section:has(iframe[src*="facebook"]) {
  background: #736364;
  padding: 30px 40px;
}

/* ── NEWSLETTER block ───────────────────────────────────────────────── */
.block-block-content8ce92fcc-dfd8-4561-965e-766bb6d56572,
.block-content--type-text-block:has(form) {
  text-align: center;
}
/* Mailchimp form: centre the whole form */
.block-mailchimp-signup-subscribe-form,
form[id*="mailchimp"] {
  max-width: 500px;
  margin: 20px auto 0;
  text-align: left;
}
/* Form fields: full width, consistent spacing */
.form-item,
.block-mailchimp-signup-subscribe-form .form-item {
  margin-bottom: 12px;
}
input[type="text"],
input[type="email"],
.block-mailchimp-signup-subscribe-form input[type="text"],
.block-mailchimp-signup-subscribe-form input[type="email"], textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.9em;
  font-family: inherit;
  box-sizing: border-box;
}
textarea {
height: 30vh;
max-height: 400px;
}
.form-item-privacy-consent label {
font-weight: bold;
}
form[id*="mailchimp"] input[type="submit"],
.block-mailchimp-signup-subscribe-form input[type="submit"],
.block-mailchimp-signup-subscribe-form .btn-primary {
  margin-top: 8px;
  padding: 10px 30px;
  background: #C28127;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 0.9em;
  cursor: pointer;
  display: block;
}
form[id*="mailchimp"] input[type="submit"]:hover,
.block-mailchimp-signup-subscribe-form input[type="submit"]:hover {
  background: #736364;
}

/* ── NEWSLETTER: precise selectors ─────────────────────────────────── */
/* Centre the heading and intro text */
.layout--onecol:has(form[id*="mailchimp"]) {
  text-align: center;
}
/* Form container centred, left-aligned fields inside */
form[id*="mailchimp_subscribe"] {
  max-width: 420px !important;
  margin: 24px auto 0 !important;
  text-align: left !important;
}
form[id*="mailchimp_subscribe"] .form-item {
  margin-bottom: 14px;
}
form[id*="mailchimp_subscribe"] label {
  display: none; /* placeholder serves as label */
}
form[id*="mailchimp_subscribe"] input[type="text"],
form[id*="mailchimp_subscribe"] input[type="email"] {
  width: 100% !important;
  padding: 10px 14px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  font-size: 1em !important;
  font-family: inherit !important;
  box-sizing: border-box !important;
}
form[id*="mailchimp_subscribe"] input[type="submit"],
form[id*="mailchimp_subscribe"] .form-submit {
  display: block !important;
  width: 100% !important;
  padding: 12px !important;
  margin-top: 4px !important;
  background: #C28127 !important;
  color: white !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 1em !important;
  cursor: pointer !important;
  text-align: center !important;
}
form[id*="mailchimp_subscribe"] input[type="submit"]:hover {
  background: #736364 !important;
}

/* ── SOCIAL WIDGETS: full-width #736364 strip ───────────────────────── */
/* The node__content's direct threecol is the social section.
   Break out of the layout--onecol's 30px 40px padding with negative margins,
   then add padding back inside. */
.node__content > .layout--threecol-section--33-34-33 {
  background: #736364;
  color: white;
  /* Break out of parent padding */
  margin-left: -40px;
  margin-right: -40px;
  padding: 40px 80px;
}
.node__content > .layout--threecol-section--33-34-33 a {
  color: white;
}
/* Centre content within each region */
.node__content > .layout--threecol-section--33-34-33 .layout__region {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Ensure iframes and TA widgets display correctly */
.node__content > .layout--threecol-section--33-34-33 iframe {
  display: block;
}
.node__content > .layout--threecol-section--33-34-33 .TA_cdsratingsonlynarrow {
  display: block;
}

/* ══ TYPOGRAPHY FIXES — 2026-03-26 ════════════════════════════════════

/* 1. Body line-height: match Bootstrap's 1.42857 used in D9 */
body {
  line-height: 1.42857;
}
p {
  line-height: 1.42857;
  margin-top: 0;
  margin-bottom: 10px;
}

/* 2. Nav elements: ensure Roboto inherits correctly */
nav.site-navigation,
nav.site-navigation a,
.menu--experience,
.menu--experience li,
.menu--experience li a,
.language-switcher-language-url,
.language-switcher-language-url a {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

/* 3. Font weight: ensure all inherited elements stay at 100 */
.view-id-activities .views-field-title,
.view-id-services .views-field-title,
.view-display-id-block_7 .views-field-title {
  font-weight: 100;
}

/* 4. Offers/activities titles: match D9 1.3em */
.view-id-offers .views-field-title a,
.view-id-offers .views-field-title {
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
}

/* 5. Activities titles: match D9 style */
.view-id-activities .views-field-title {
  font-size: 1.3em;
  text-transform: none;
}

/* 6. CTA button: match D9 18px */
.field--name-field-link a,
.btn, a.btn, .button {
  font-size: 18px;
}

/* 7. List styling in body content: match D9/Bootstrap defaults */
.field--name-body ul,
.field--name-body ol {
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.42857;
}
.field--name-body ul li,
.field--name-body ol li {
  line-height: 1.42857;
  margin-bottom: 4px;
}

/* 8. Mailchimp form: match D9 approach — horizontal flex row */
#mailchimp_subscribe_anon_form_79d7a2d2bd {
  max-width: 76% !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  text-align: left !important;
}
#mailchimp_subscribe_anon_form_79d7a2d2bd > div {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}
#mailchimp_subscribe_anon_form_79d7a2d2bd > div > div {
  flex-grow: 1 !important;
}

/* ── ADMIN TABS (local tasks) ────────────────────────────────────────── */
/* Compact horizontal tab bar, unobtrusive */
.block-local-tasks-block {
  /* background: rgba(0, 0, 0, 0.04); */
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0;
  margin: 0;
}
nav.tabs {
  margin: 0;
  padding: 20px 20px;
}
nav.tabs ul,
.tabs ul.primary {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
nav.tabs ul li,
.tabs ul.primary li {
  list-style: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
nav.tabs ul li a,
.tabs ul.primary li a {
  display: inline-block;
  padding: 4px 12px;
  font-size: 16px !important;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #565D67 !important;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: background 0.15s, border-color 0.15s;
  white-space: nowrap;
  text-transform: none;
}
nav.tabs ul li a:hover,
.tabs ul.primary li a:hover {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.12);
  color: #222 !important;
}
nav.tabs ul li.is-active a,
.tabs ul.primary li.active a {
  background: #565D67;
  color: white !important;
  border-color: #565D67;
}
/* Remove the large gap the block was taking */
#block-cmh-local-tasks {
  margin: 0;
  padding: 0;
}

/* ── GLOBAL LINK STYLES ─────────────────────────────────────────────── */
/* No underline by default, underline on hover — applies everywhere */
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
/* Exceptions: buttons and CTA links should never underline */
.field--name-field-link a:hover,
.btn:hover,
a.btn:hover,
nav.tabs ul li a:hover,
.site-footer a:hover,
.menu--experience li a:hover,
.language-switcher-language-url a:hover,
ul.menu--main li a:hover,
.view-id-rooms .views-field-title a:hover,
.view-id-activities .views-field-title a:hover,
.view-id-offers .views-field-title a:hover {
  text-decoration: none;
}

/* ── MENU TOGGLE: always white ──────────────────────────────────────── */
.menu-toggle,
.menu-toggle span,
header.site-header .menu-toggle {

}

/* ── Interior page cover image: constrain to container + full-bleed ─── */
/* Cover field image must respect its container width */
.field--name-field-cover img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.field--name-field-cover {
  margin-bottom: 2em;
}
/* Cover section: full-bleed edge to edge (escape 40px side padding) */
.page-node-type-room .layout--onecol:first-child,
.page-node-type-page .layout--onecol:first-child,
.page-node-type-offer .layout--onecol:first-child,
.page-node-type-service .layout--onecol:first-child {
  padding-left: 0;
  padding-right: 0;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.block-field-blocknodepagefield-cover {
margin-bottom: 3rem;
}
.img-circle {
    overflow: hidden;
}

.img-circle {
    border-radius: 50%;
}
.view-id-services .views-field-field-cover .img-circle img {
width: 100%;
height: auto;
}
.block-intro {
width: 60%;
margin: 0 auto;
margin-bottom: 2rem;
padding: 10px;
}
.block-intro .field--name-body {
text-align: center;
font-size: 1.3em;
}
.block-views-blockrooms-block-3 .more-link {
text-align: center;
}
.block-views-blockrooms-block-3 .more-link a {
background: #C28127;
    border-color: #C28127;
    color: white;
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9em;
    text-transform: uppercase;
    min-width: 10vw;
    margin: 2rem 0;
}


  .block-block-content3244c91c-da48-4211-a935-bdc93326399f .field--name-body table, .block-block-content3244c91c-da48-4211-a935-bdc93326399f .field--name-body table td {
    border: 0;
  }


  .block-block-content3244c91c-da48-4211-a935-bdc93326399f .field--name-body table iframe {
  border: 0;
  }

@media only screen and (max-width: 1220px) {
  body {
  font-size: 18px;
  }
  .highlighted {

  }
  #block-cmh-hp-cover {
    height: 55vh;
  }
  .block-block-content35f17d86-e1f2-4867-a7e1-f193d416d7ac .field--name-body {
  margin: 0 1.5em;
  }
  .field--name-body {

  }
  .field--name-field-video {
  max-width: 100%;
  }
  .padded-row {
    padding: 0;
  }

  .block-block-contentc1d3af1e-0d6e-41b0-8a31-99ead4f99c4d {
    margin-top: 4rem;
  }


  .path-frontpage .layout--twocol-section--50-50 {
  padding: 0;
  max-width: 100%;
  }
  .path-frontpage .layout--twocol-section--50-50 .layout__region--first img, .path-frontpage .layout--twocol-section--50-50 .layout__region--second img {
  margin-bottom: 1em;
  }
  .view-display-id-block_7 .view-content {

  padding: 0;
  max-width: 100% !important;
  }
  .views-view-responsive-grid--horizontal {
    grid-gap: 2em;
  }
  .layout--twocol-section--50-50 .layout__region--second, .layout--twocol-section--50-50 .layout__region--first:last-child {
    padding: 0;
  }




  .block-block-content3244c91c-da48-4211-a935-bdc93326399f .field--name-body table {
    width: 100%;
  }


  .block-block-content3244c91c-da48-4211-a935-bdc93326399f .field--name-body table iframe {
  width: 100%;
  }

}
@media only screen and (max-width: 960px) {
  .block-field-blocknodepagebody .field--name-body {
  padding: 20px 0;
  }
  .much-padded-row {
    padding: 0;
  }

  .layout > .layout__region--content,   .much-padded-row > .layout {
    padding-left:0;
    padding-right: 0;
  }
  footer.site-footer .layout--threecol-section {
    align-items: center;
    flex-direction: column-reverse;
    gap: 3em;
  }
  .field--name-field-subtitle {
    max-width: 90%;
  }
  .block-intro {
    width: 90%;
    }
  .view-id-slideshow img, .view-id-slideshow .vvjs-item img {
    width: auto;
    height: 50vh;
     object-fit: cover;
    object-position: 50% 100%;
  }
  #block-cmh-main-navigation {
    overflow-y: scroll;

  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  #block-cmh-main-navigation::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  #block-cmh-main-navigation {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  #block-cmh-main-navigation ul.menu--main {
    padding-left: 20px;
  }
  #block-cmh-main-navigation ul.menu--main li {

    padding: .5em 0;
  }
  .path-frontpage #site-branding {
    width: 85%;
    text-align: center;
  }
  .path-frontpage .site-logo img {
    width: 45%;
  }
  .path-frontpage .site-slogan {
    font-size: 23px;
    padding-top: 10px;
  }
  .path-frontpage #block-cmh-sitebranding {
    padding: 20px 0 0 0;
    top: 60%;
  }
  .layout__region h2 {
    margin-top: 1.5em;
  }
  .layout--onecol {
  padding: 0 40px;
  }
  .frontpage .block-views-blockoffers-block-3 {
  margin-bottom: 2em;
  }
}
