:root {
  --primary: #9c7a3f;
  --primary-dark: #7f622f;
  --ink: #211a11;
  --muted: #6a5a43;
  --soft: #f8f3ea;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background: #ffffff;
}
body { top: 0 !important; }
.goog-te-banner-frame.skiptranslate { display: none !important; }
iframe.skiptranslate, .skiptranslate iframe { display: none !important; }
#goog-gt-tt, .goog-tooltip, .goog-text-highlight { display: none !important; }
.goog-text-highlight { background: transparent !important; box-shadow: none !important; }

h1, h2, h3, .df-brand { font-family: 'Cormorant Garamond', serif; }

.df-header {
  background: var(--soft);
  backdrop-filter: none;
  border-bottom: 1px solid rgba(156, 122, 63, 0.2);
}

.df-header a { color: var(--ink); text-decoration: none; font-weight: 600; }
.df-header .container {
  min-height: 86px;
}
.df-brand {
  font-size: 2rem;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  line-height: 1;
}
.df-brand-logo {
  height: 38px;
  width: auto;
  object-fit: contain;
  flex: 0 0 auto;
  filter: brightness(0) saturate(100%) opacity(.9);
}
.df-nav-link {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .34rem .75rem;
  line-height: 1;
  color: var(--ink);
  font-weight: 600;
}
.df-nav-link:hover,
.df-nav-link:focus-visible {
  color: var(--ink);
  background: rgba(156, 122, 63, .14);
}
.df-nav-link.is-active {
  color: var(--ink);
  background: rgba(156, 122, 63, .22);
}

.df-menu-btn { border: 0; background: transparent; display: grid; gap: 5px; }
.df-menu-btn span { width: 24px; height: 2px; background: var(--ink); display: block; }

.df-mobile-menu { position: fixed; inset: 0; opacity: 0; pointer-events: none; z-index: 1040; }
.df-mobile-menu { transition: opacity .24s ease; }
.df-mobile-menu.open { opacity: 1; pointer-events: auto; }
.df-menu-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(20, 15, 10, 0.45);
  opacity: 0;
  transition: opacity .28s ease;
}
.df-menu-panel {
  position: relative;
  margin-left: auto;
  width: min(100%, 340px);
  height: 100%;
  background: #fff;
  padding: 5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  transform: translateX(26px);
  opacity: .92;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), opacity .22s ease;
}
.df-mobile-menu.open .df-menu-overlay { opacity: 1; }
.df-mobile-menu.open .df-menu-panel {
  transform: translateX(0);
  opacity: 1;
}
.df-menu-brand-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  width: 100%;
}
.df-menu-brand-logo {
  height: 30px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) saturate(100%) opacity(.9);
}
.df-menu-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  color: var(--ink);
}
.df-mobile-nav { display: flex; flex-direction: column; gap: 1.1rem; text-align: center; }
.df-menu-panel .df-nav-link {
  justify-content: center;
  font-size: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  text-decoration: none;
}
.df-menu-close { position: absolute; top: 1rem; right: 1rem; border: 1px solid #ddd; background: #fff; border-radius: 999px; width: 40px; height: 40px; }

.df-hero {
  min-height: 88vh;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.df-hero .carousel {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.df-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(19, 12, 5, 0.62), rgba(19, 12, 5, 0.25));
  pointer-events: none;
  z-index: 2;
}
.df-hero-content { position: relative; z-index: 3; color: #fff; padding-top: 3rem; }
.df-hero-content h1 { font-size: clamp(2.1rem, 6vw, 4rem); max-width: 800px; }
.df-hero-content p { max-width: 640px; }
.df-hero .carousel,
.df-hero .carousel-inner,
.df-hero .carousel-item {
  height: 100%;
}
.df-hero .carousel-control-prev,
.df-hero .carousel-control-next,
.df-hero .carousel-indicators {
  z-index: 4;
}

.df-kicker { text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.74rem; color: var(--primary); font-weight: 700; }
.df-hero .df-kicker { color: #ead3aa; }

.df-section { padding: 5rem 0; }
.df-section:not(.df-booking) {
  background: #ffffff;
}
.df-booking {
  background: linear-gradient(180deg, #ffffff 0%, #fbf8f2 100%);
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.df-quote-section {
  margin-top: 1.25rem;
}
.page-bb .df-quote-section {
  margin-top: 2.25rem;
}

.page-bb .df-bb-intro,
.page-apartments .df-bb-intro {
  padding-bottom: 2.25rem;
}

.page-bb .df-bb-rooms,
.page-apartments .df-bb-rooms {
  padding-top: 2.25rem;
  padding-bottom: 2.75rem;
}

.page-bb .df-quote-section,
.page-apartments .df-quote-section {
  margin-top: 0.5rem;
}
.page-marina .df-bb-intro {
  padding-bottom: 2.25rem;
}

.page-marina .df-bb-rooms {
  padding-top: 2.25rem;
  padding-bottom: 2.75rem;
}

.page-marina .df-quote-section {
  margin-top: 0.5rem;
}

.df-title { font-size: clamp(1.7rem, 3.5vw, 2.6rem); }
.df-text { color: var(--muted); }
.df-list { padding-left: 1.1rem; color: var(--muted); }

.df-photo-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.df-photo-grid img { width: 100%; height: 280px; object-fit: cover; border-radius: 18px; box-shadow: 0 14px 30px rgba(24, 16, 8, 0.12); }

.df-card {
  background: #fff;
  border: 1px solid rgba(156, 122, 63, 0.24);
  border-radius: 20px;
  padding: 1.25rem;
  box-shadow: 0 16px 36px rgba(30, 22, 12, 0.08);
}

.df-stay-cards {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background:
    radial-gradient(700px 220px at 8% 10%, rgba(156,122,63,.08), transparent 70%),
    radial-gradient(700px 220px at 92% 80%, rgba(156,122,63,.06), transparent 70%),
    #fff;
}

.df-stay-card {
  border: 1px solid rgba(156, 122, 63, 0.24);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 42px rgba(30, 22, 12, 0.08);
}
.df-stay-card .row {
  min-height: 330px;
}

.df-stay-card__img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  display: block;
}

.df-stay-card__body {
  height: 100%;
  padding: 1.35rem 1.35rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,243,234,.72));
}
.df-stay-card__cta {
  align-self: flex-start;
  display: inline-flex;
  width: auto;
}

.df-stay-card__body .df-title {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
}

.page-bb .df-hero {
  min-height: 82vh;
}

.df-bb-intro {
  background:
    radial-gradient(620px 220px at 10% 5%, rgba(156, 122, 63, .08), transparent 70%),
    #fff;
}

.df-bb-intro-lead {
  max-width: 860px;
  margin-bottom: 1.25rem;
}

.df-bb-service-card {
  background: linear-gradient(180deg, #ffffff, #fcf8f1);
  border: 1px solid rgba(156, 122, 63, .24);
  border-radius: 18px;
  padding: 1.05rem 1.05rem .95rem;
  box-shadow: 0 12px 28px rgba(30, 22, 12, 0.08);
}

.df-bb-service-card h3 {
  margin: 0 0 .75rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
}

.df-bb-service-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.df-bb-service-card li + li {
  margin-top: .3rem;
}

.df-bb-rooms {
  background:
    radial-gradient(620px 220px at 90% 15%, rgba(156,122,63,.08), transparent 70%),
    #fff;
}

.df-room-gallery-card {
  height: 100%;
  border: 1px solid rgba(156, 122, 63, .24);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 34px rgba(30, 22, 12, 0.1);
  display: flex;
  flex-direction: column;
  padding: .9rem;
}

.df-room-gallery-card h3 {
  margin: .1rem 0 .7rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  line-height: 1.1;
}

.df-room-main-photo {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: .65rem;
}

.df-room-main-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform .35s ease;
}

.df-room-main-photo:hover img,
.df-room-main-photo:focus-visible img {
  transform: scale(1.04);
}

.df-room-thumb-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .45rem;
  margin-top: auto;
}

.df-room-thumb-grid a {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(156, 122, 63, .26);
}

.df-room-thumb-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: opacity .22s ease, transform .22s ease;
}

.df-room-thumb-grid a:hover img,
.df-room-thumb-grid a:focus-visible img {
  opacity: .88;
  transform: scale(1.04);
}

.df-lightbox-modal-content {
  background: #000;
  border: 0;
  position: relative;
}

.df-lightbox-modal-content img {
  max-height: 86vh;
  object-fit: contain;
}

.df-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(0, 0, 0, .35);
  color: #fff;
  font-size: 1.3rem;
  z-index: 4;
}

.df-lightbox-prev {
  left: .8rem;
}

.df-lightbox-next {
  right: .8rem;
}

.df-lightbox-close {
  position: absolute;
  top: .9rem;
  right: .9rem;
  z-index: 4;
}

.df-lightbox-thumbs {
  display: flex;
  gap: .5rem;
  overflow-x: auto;
  padding: .7rem .9rem .9rem;
  background: rgba(0, 0, 0, .68);
}

.df-lightbox-thumbs button {
  border: 1px solid rgba(255, 255, 255, .28);
  padding: 0;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 68px;
}

.df-lightbox-thumbs img {
  width: 68px;
  height: 50px;
  object-fit: cover;
  opacity: .72;
  display: block;
}

.df-lightbox-thumbs button.is-active {
  border-color: rgba(255, 255, 255, .9);
}

.df-lightbox-thumbs button.is-active img {
  opacity: 1;
}

.form-control:focus, .form-check-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(156, 122, 63, 0.18);
}

.btn-df-primary {
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-bg: var(--primary-dark);
  --bs-btn-hover-border-color: var(--primary-dark);
  --bs-btn-color: #fff;
}
.df-header .btn-df-primary,
.df-header .btn-df-primary:hover,
.df-header .btn-df-primary:focus-visible {
  color: #fff;
}

.df-footer {
  border-top: 1px solid rgba(156, 122, 63, 0.25);
  background: var(--soft);
}
.df-footer a {
  color: var(--ink);
  text-decoration: none;
}
.df-footer a:hover,
.df-footer a:focus-visible {
  text-decoration: underline;
}
.df-footer-title {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
  color: var(--muted);
}
.df-footer-muted { color: var(--muted); }
.df-footer-subtitle { font-size: .86rem; }
.df-footer-brand-head {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  line-height: 1.1;
}
.df-footer-brand-head-logo {
  height: 34px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) saturate(100%) opacity(.9);
  flex: 0 0 auto;
}
.df-footer-brand-head-text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 2rem;
}
.df-footer-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem .9rem;
  align-items: center;
  margin-top: .35rem;
}
.df-footer-contact-row a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
  text-decoration: none;
  transition: transform .2s ease, opacity .2s ease;
}
.df-footer-contact-row a:hover,
.df-footer-contact-row a:focus-visible {
  text-decoration: none;
  transform: translateY(-1px);
  opacity: .88;
}
.df-footer-contact-row .bi {
  font-size: .9rem;
  line-height: 1;
}
.df-footer-bottom {
  border-top: 1px solid rgba(156, 122, 63, 0.25);
  padding-top: .85rem;
  margin-top: .5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.df-website-by {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.df-website-by-logo {
  height: 18px;
  width: auto;
  object-fit: contain;
}
.df-lang-picker { position: relative; }
.df-lang-toggle {
  min-width: 86px;
  border: 1px solid rgba(33, 26, 17, .28);
  background: rgba(255, 255, 255, .8);
  color: var(--ink);
  border-radius: 999px;
  font-size: .84rem;
  padding: .33rem .8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
}
.df-lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: 170px;
  border: 1px solid rgba(33, 26, 17, .2);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(16, 24, 40, .12);
  padding: .35rem;
  display: none;
  z-index: 20;
}
.df-lang-picker.open .df-lang-menu { display: block; }
.df-lang-option {
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 8px;
  padding: .45rem .5rem;
  display: flex;
  align-items: center;
  gap: .55rem;
  text-align: left;
  font-size: .9rem;
  color: var(--ink);
}
.df-lang-option:hover,
.df-lang-option:focus-visible { background: rgba(156, 122, 63, .1); }
.df-lang-option svg,
.df-lang-current-flag svg {
  width: 20px;
  height: 14px;
  border: 1px solid rgba(33, 26, 17, .26);
  border-radius: 2px;
}
.df-lang-picker-mobile {
  width: 100%;
  max-width: 240px;
  margin: .25rem auto 0;
}
.df-lang-picker-mobile .df-lang-toggle {
  width: 100%;
  justify-content: center;
}
.df-lang-picker-mobile .df-lang-menu {
  width: 100%;
  top: auto;
  bottom: calc(100% + 10px);
}

.df-back-to-top {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%) translateY(16px);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(156, 122, 63, .45);
  background: rgba(33, 26, 17, .92);
  color: #fff;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .22);
  opacity: 0;
  pointer-events: none;
  z-index: 1040;
}
.df-back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.df-whatsapp-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1045;
}
.df-whatsapp-fab {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 30px rgba(22, 163, 74, .35);
  font-size: .74rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.df-whatsapp-fab svg {
  width: 30px;
  height: 30px;
}
.df-whatsapp-fab .bi-whatsapp {
  font-size: 2rem;
  line-height: 1;
}
.df-whatsapp-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(320px, 88vw);
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #efe9e3;
  box-shadow: 0 16px 30px rgba(15, 23, 42, .24);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
}
.df-whatsapp-panel.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.df-whatsapp-head {
  background: #2f8a7b;
  color: #fff;
  padding: .75rem .9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.df-whatsapp-head p {
  font-size: .95rem;
}
.df-whatsapp-close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  width: 28px;
  height: 28px;
  border-radius: 999px;
}
.df-whatsapp-body {
  padding: .9rem;
}
.df-whatsapp-message {
  background: #fff;
  border-radius: 12px;
  padding: .9rem .95rem;
  color: #4b4b4b;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  border: 1px solid rgba(0, 0, 0, .05);
  font-size: .95rem;
}
.df-whatsapp-message p:last-child {
  color: #3f3f3f;
}
.df-whatsapp-inputbar {
  margin-top: .9rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  text-decoration: none;
}
.df-whatsapp-placeholder {
  flex: 1 1 auto;
  min-height: 40px;
  border-radius: 999px;
  background: #fff;
  color: #8a8a8a;
  display: inline-flex;
  align-items: center;
  padding: 0 .95rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}
.df-whatsapp-send {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #2f8a7b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(47, 138, 123, .28);
}
.df-whatsapp-send .bi-send-fill {
  font-size: 1rem;
  transform: translateX(1px);
}

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 991.98px) {
  .df-section { padding: 4rem 0; }
  .df-photo-grid { grid-template-columns: 1fr; }
  .df-photo-grid img { height: 220px; }
  .df-brand { font-size: 1.7rem; }
  .df-brand-logo { height: 32px; }
  .df-header .container { min-height: 78px; }
  .df-footer-bottom { flex-direction: column; }
  .df-footer-brand-head-logo { height: 28px; }
  .df-footer-brand-head-text { font-size: 1.65rem; }
  .df-footer-contact-row {
    flex-direction: row;
    align-items: center;
    gap: .55rem;
  }
  .df-quote-section { margin-top: .75rem; }
  .page-bb .df-bb-intro,
  .page-apartments .df-bb-intro {
    padding-bottom: 1.5rem;
  }
  .page-bb .df-bb-rooms,
  .page-apartments .df-bb-rooms {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .page-bb .df-quote-section,
  .page-apartments .df-quote-section {
    margin-top: .35rem;
  }
  .df-stay-cards {
    padding-top: .5rem;
    padding-bottom: .75rem;
  }
  .df-stay-card__img {
    min-height: 220px;
  }
  .df-stay-card .row {
    min-height: 0;
  }
  .df-stay-card__body {
    padding: 1.1rem 1.05rem 1.05rem;
  }
  .df-booking {
    padding-top: 1.25rem;
    padding-bottom: 3rem;
  }
  .page-bb .df-hero {
    min-height: 76vh;
  }
  .df-bb-service-card h3 {
    font-size: 1.35rem;
  }
  .df-room-gallery-card {
    padding: .8rem;
  }
  .df-room-gallery-card h3 {
    font-size: 1.42rem;
  }
  .df-whatsapp-widget {
    right: 14px;
    bottom: 14px;
  }
  .df-whatsapp-fab {
    width: 54px;
    height: 54px;
  }
  .df-back-to-top {
    bottom: 14px;
    width: 40px;
    height: 40px;
  }
}

.grecaptcha-badge {
  position: fixed !important;
  left: 20px !important;
  right: auto !important;
  bottom: 20px !important;
  top: auto !important;
  margin: 0 !important;
  transform: scale(0.82);
  transform-origin: bottom left;
  z-index: 1035;
}
@media (max-width: 991.98px) {
  .grecaptcha-badge {
    left: 14px !important;
    bottom: 14px !important;
    transform: scale(0.78);
  }
}

#quoteRecaptcha {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1035;
}
@media (max-width: 991.98px) {
  #quoteRecaptcha {
    left: 14px;
    bottom: 14px;
  }
}

.df-apartment-card { min-height: 100%; }
.df-apartment-desc { margin: 0 0 .75rem; min-height: 72px; }
@media (max-width: 991.98px) {
  .df-apartment-desc { min-height: 0; }
}


.df-icon { width: 1.05em; height: 1.05em; fill: currentColor; display: inline-block; }
.df-whatsapp-fab .df-icon { width: 2rem; height: 2rem; }
.df-whatsapp-send .df-icon { width: 1rem; height: 1rem; transform: translateX(1px); }

.df-poi-card {
  height: 100%;
  border: 1px solid rgba(156, 122, 63, .24);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 34px rgba(30, 22, 12, 0.1);
}

.df-poi-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.df-poi-card-body {
  padding: 1rem 1rem 1.05rem;
}

.df-poi-card h3 {
  margin: 0 0 .5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
}

.df-poi-card p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 991.98px) {
  .df-poi-card img {
    height: 220px;
  }
}
@media (max-width: 991.98px) {
  .page-marina .df-bb-intro {
    padding-bottom: 1.5rem;
  }
  .page-marina .df-bb-rooms {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .page-marina .df-quote-section {
    margin-top: .35rem;
  }
}


.df-legal-card h2 {
  margin: 1.4rem 0 .65rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
}

.df-legal-card h3 {
  margin: 1rem 0 .55rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
}

.df-legal-card p,
.df-legal-card li {
  color: var(--muted);
}

.df-contact-card .df-contact-links {
  display: grid;
  gap: .65rem;
}

.df-contact-link {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: inherit;
  text-decoration: none;
  padding: .55rem .65rem;
  border: 1px solid rgba(156, 122, 63, .22);
  border-radius: 12px;
  transition: border-color .2s ease, background-color .2s ease;
}

.df-contact-link:hover,
.df-contact-link:focus-visible {
  border-color: rgba(156, 122, 63, .5);
  background: rgba(156, 122, 63, .06);
}
.page-contact .df-bb-rooms {
  padding-top: 2.25rem;
  padding-bottom: 2.75rem;
}

.page-contact .df-quote-section {
  margin-top: 0.5rem;
}

@media (max-width: 991.98px) {
  .page-contact .df-bb-rooms {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .page-contact .df-quote-section {
    margin-top: .35rem;
  }
}
